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:
Nils Wallménius 2007-02-12 17:25:40 +00:00
parent c370e089f2
commit b4e98b7a70

View file

@ -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>