diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-02-12 17:25:40 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-02-12 17:25:40 +0000 |
| commit | b4e98b7a708b707e65c6943a06d6cdf92160296b (patch) | |
| tree | 584e767b95fdf0d1d4a1ccb7c036a9ab3cae3ff5 | |
| parent | c370e089f2037c8ccbfc41000e6ec654415561d2 (diff) | |
| download | rockbox-b4e98b7a708b707e65c6943a06d6cdf92160296b.zip rockbox-b4e98b7a708b707e65c6943a06d6cdf92160296b.tar.gz rockbox-b4e98b7a708b707e65c6943a06d6cdf92160296b.tar.bz2 rockbox-b4e98b7a708b707e65c6943a06d6cdf92160296b.tar.xz | |
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
| -rw-r--r-- | apps/lang/deutsch.lang | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang index 70f8f91..af84ea2 100644 --- a/apps/lang/deutsch.lang +++ b/apps/lang/deutsch.lang @@ -5392,20 +5392,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 user: @@ -5420,20 +5406,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 user: @@ -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> |