mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
fix non-utf 8 encoded string and move added strings to the end to be consistent with english.lang
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12287 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c370e089f2
commit
b4e98b7a70
1 changed files with 28 additions and 28 deletions
|
|
@ -5391,20 +5391,6 @@
|
|||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_ALBUMARTIST
|
||||
desc: in tag viewer
|
||||
user:
|
||||
<source>
|
||||
*: "[Album Artist]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Album-KÃ?nstler]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_TRACKNUM
|
||||
desc: in tag viewer
|
||||
|
|
@ -5419,20 +5405,6 @@
|
|||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_COMMENT
|
||||
desc: in tag viewer
|
||||
user:
|
||||
<source>
|
||||
*: "[Comment]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Kommentar]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_GENRE
|
||||
desc: in tag viewer
|
||||
|
|
@ -9930,3 +9902,31 @@
|
|||
*: "Maximale Verstärkung"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_ALBUMARTIST
|
||||
desc: in tag viewer
|
||||
user:
|
||||
<source>
|
||||
*: "[Album Artist]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Album-Künstler]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_COMMENT
|
||||
desc: in tag viewer
|
||||
user:
|
||||
<source>
|
||||
*: "[Comment]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Kommentar]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue