1
0
Fork 0
forked from len0rd/rockbox

Add "file size" to the track information screen of WPS.

Reuse "LANG_FILE_SIZE" from recording settings, with now a unified "LANG_FILESIZE" string. 


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28886 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mustapha Senhaji 2010-12-24 03:31:40 +00:00
parent aac5916954
commit 5e1e05f616
3 changed files with 24 additions and 5 deletions

View file

@ -5960,19 +5960,19 @@
</phrase>
<phrase>
id: LANG_REC_SIZE
desc: in record timesplit options
desc: deprecated
user: core
<source>
*: none
recording: "Filesize"
recording: ""
</source>
<dest>
*: none
recording: "Filesize"
recording: ""
</dest>
<voice>
*: none
recording: "Filesize"
recording: ""
</voice>
</phrase>
<phrase>
@ -12674,3 +12674,17 @@
radio: "Signal strength:"
</voice>
</phrase>
<phrase>
id: LANG_FILESIZE
desc: in record timesplit options and in track information viewer
user: core
<source>
*: "Filesize"
</source>
<dest>
*: "Filesize"
</dest>
<voice>
*: "Filesize"
</voice>
</phrase>