From c2db22034ea7a3460d671c714ea9485d6ae72639 Mon Sep 17 00:00:00 2001 From: pixelma Date: Sun, 2 Nov 2008 19:33:31 +0000 Subject: [PATCH] German translation update - also fixes a few issues (unnecessary differences to english.lang) and a more consistent translation of some strings. Better ideas for the 'Album Art:' (size) translation are welcome... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18980 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/deutsch.lang | 98 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 85 insertions(+), 13 deletions(-) diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang index 5f80b1ff7..faffb8071 100644 --- a/apps/lang/deutsch.lang +++ b/apps/lang/deutsch.lang @@ -520,7 +520,7 @@ *: ", Zufallswiedergabe" - *: "Zufallswiedergabe" + *: "" @@ -4132,7 +4132,7 @@ rtc: "24 Std. Uhr" - *: none + *: none rtc:"24 Stunden Uhr" @@ -5165,7 +5165,7 @@ radio: "Sender: %d,%02d MHz" - *: none + *: none radio:"" @@ -5675,7 +5675,7 @@ radio: "Korea" - *: none + *: none radio:"Korea" @@ -6751,10 +6751,10 @@ *: "Saved %d tracks (%s)" - *: "%d Tracks abgespeichert (%s)" + *: "%d Titel abgespeichert (%s)" - *: "Tracks abgespeichert" + *: "Titel abgespeichert" @@ -6903,7 +6903,7 @@ *: "HDD:" - *: "" + *: "Festplatte" @@ -6943,16 +6943,19 @@ user: *: none + multivolume: "HD1" e200*,c200: "mSD:" ondio*: "MMC:" *: none + multivolume: "HD1" e200*,c200: "mSD:" ondio*: "MMC:" *: none + multivolume: "Festplatte" e200*,c200: "Micro-SD-Karte" ondio*: "Multimediakarte" @@ -7189,10 +7192,10 @@ *: "Inserted %d tracks (%s)" - *: "%d Tracks eingefügt (%s)" + *: "%d Titel eingefügt (%s)" - *: "Tracks eingefügt" + *: "Titel eingefügt" @@ -7203,10 +7206,10 @@ *: "Queued %d tracks (%s)" - *: "%d Tracks in Warteschlange (%s)" + *: "%d Titel in Warteschlange (%s)" - *: "Tracks in Warteschlange" + *: "Titel in Warteschlange" @@ -7318,7 +7321,7 @@ *: "%s existiert nicht" - *: "" + *: "Verzeichnis existiert nicht" @@ -8342,7 +8345,7 @@ *: none - recording: "" + recording: "minus unendlich" @@ -8417,6 +8420,8 @@ ipod*: "PLAY/PAUSE to abort" x5,m5: "Long PLAY to abort" h10,h10_5gb,e200*,c200: "PREV to abort" + gigabeats: "BACK to abort" + gigabeatf:"POWER to abort" *: "OFF zum Abbrechen" @@ -8424,6 +8429,8 @@ ipod*: "PLAY/PAUSE zum Abbrechen" x5,m5: "Long PLAY zum Abbrechen" h10,h10_5gb,e200*,c200: "PREV zum Abbrechen" + gigabeats: "BACK zum Abbrechen" + gigabeatf:"POWER zum Abbrechen" *: "" @@ -11978,3 +11985,68 @@ recording: "" + + id: LANG_ALBUMART + desc: Display the expected AA size + user: + + *: none + albumart: "Album Art:" + + + *: none + albumart: "Covergröße:" + + + *: none + albumart: "Covergröße" + + + + id: LANG_CHANNEL_LEFTRIGHT + desc: in sound_settings + user: + + *: none + recording_swcodec: "Mono Left + Right" + + + *: none + recording_swcodec: "Mono links + rechts" + + + *: none + recording_swcodec: "Mono links und rechts" + + + + id: LANG_SEARCH_RESULTS + desc: title for the list of results displayed after searching in a playlist + user: + + *: "Search Results" + + + *: "Suchergebnisse" + + + *: "Suchergebnisse" + + + + id: LANG_RECORDING_MONO_MODE + desc: in the recording settings + user: + + *: none + recording_swcodec: "Mono mode" + + + *: none + recording_swcodec: "Monomodus" + + + *: none + recording_swcodec: "Monomodus" + + -- 2.11.4.GIT