forked from len0rd/rockbox
Remove incorrectly deprecated LANG_REC_SIZE phrase to not be confusing. Having only the *: none target is the same as deleting the phrase so this does not change the string order further. Put a note in the header in english.lang with some more info on deprecation of strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29244 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
597e01bd08
commit
c9038bf9ae
37 changed files with 4 additions and 519 deletions
|
|
@ -23,7 +23,10 @@
|
|||
# *WARNING*
|
||||
#
|
||||
# If you want to add a new string, add it to the end of this file!
|
||||
# If you want to remove a string, just blank it, don't actually remove it!
|
||||
# Removing strings will break the numbering of strings in binary lang files and
|
||||
# voice files so instead of removing a unused <phrase>, change the desc field
|
||||
# to deprecated and either blank the strings or change them to
|
||||
# deprecated (whout quotes) and do *not* change the targets.
|
||||
#
|
||||
# If you re-order things or remove entries, you must bump the binary language
|
||||
# file version number in both the 'genlang' tool and the language loader code.
|
||||
|
|
@ -5958,20 +5961,6 @@
|
|||
recording: "Split Filesize"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REC_SIZE
|
||||
desc: deprecated
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_RECORD_PRERECORD_TIME
|
||||
desc: in recording settings_menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue