1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Marianne Arnold 2008-11-02 19:33:31 +00:00
parent aa061bc192
commit efd78be8b1

View file

@ -520,7 +520,7 @@
*: ", Zufallswiedergabe" *: ", Zufallswiedergabe"
</dest> </dest>
<voice> <voice>
*: "Zufallswiedergabe" *: ""
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -6751,10 +6751,10 @@
*: "Saved %d tracks (%s)" *: "Saved %d tracks (%s)"
</source> </source>
<dest> <dest>
*: "%d Tracks abgespeichert (%s)" *: "%d Titel abgespeichert (%s)"
</dest> </dest>
<voice> <voice>
*: "Tracks abgespeichert" *: "Titel abgespeichert"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -6903,7 +6903,7 @@
*: "HDD:" *: "HDD:"
</dest> </dest>
<voice> <voice>
*: "" *: "Festplatte"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -6943,16 +6943,19 @@
user: user:
<source> <source>
*: none *: none
multivolume: "HD1"
e200*,c200: "mSD:" e200*,c200: "mSD:"
ondio*: "MMC:" ondio*: "MMC:"
</source> </source>
<dest> <dest>
*: none *: none
multivolume: "HD1"
e200*,c200: "mSD:" e200*,c200: "mSD:"
ondio*: "MMC:" ondio*: "MMC:"
</dest> </dest>
<voice> <voice>
*: none *: none
multivolume: "Festplatte"
e200*,c200: "Micro-SD-Karte" e200*,c200: "Micro-SD-Karte"
ondio*: "Multimediakarte" ondio*: "Multimediakarte"
</voice> </voice>
@ -7189,10 +7192,10 @@
*: "Inserted %d tracks (%s)" *: "Inserted %d tracks (%s)"
</source> </source>
<dest> <dest>
*: "%d Tracks eingefügt (%s)" *: "%d Titel eingefügt (%s)"
</dest> </dest>
<voice> <voice>
*: "Tracks eingefügt" *: "Titel eingefügt"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -7203,10 +7206,10 @@
*: "Queued %d tracks (%s)" *: "Queued %d tracks (%s)"
</source> </source>
<dest> <dest>
*: "%d Tracks in Warteschlange (%s)" *: "%d Titel in Warteschlange (%s)"
</dest> </dest>
<voice> <voice>
*: "Tracks in Warteschlange" *: "Titel in Warteschlange"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -7318,7 +7321,7 @@
*: "%s existiert nicht" *: "%s existiert nicht"
</dest> </dest>
<voice> <voice>
*: "" *: "Verzeichnis existiert nicht"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -8342,7 +8345,7 @@
</dest> </dest>
<voice> <voice>
*: none *: none
recording: "" recording: "minus unendlich"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -8417,6 +8420,8 @@
ipod*: "PLAY/PAUSE to abort" ipod*: "PLAY/PAUSE to abort"
x5,m5: "Long PLAY to abort" x5,m5: "Long PLAY to abort"
h10,h10_5gb,e200*,c200: "PREV to abort" h10,h10_5gb,e200*,c200: "PREV to abort"
gigabeats: "BACK to abort"
gigabeatf:"POWER to abort"
</source> </source>
<dest> <dest>
*: "OFF zum Abbrechen" *: "OFF zum Abbrechen"
@ -8424,6 +8429,8 @@
ipod*: "PLAY/PAUSE zum Abbrechen" ipod*: "PLAY/PAUSE zum Abbrechen"
x5,m5: "Long PLAY zum Abbrechen" x5,m5: "Long PLAY zum Abbrechen"
h10,h10_5gb,e200*,c200: "PREV zum Abbrechen" h10,h10_5gb,e200*,c200: "PREV zum Abbrechen"
gigabeats: "BACK zum Abbrechen"
gigabeatf:"POWER zum Abbrechen"
</dest> </dest>
<voice> <voice>
*: "" *: ""
@ -11978,3 +11985,68 @@
recording: "" recording: ""
</voice> </voice>
</phrase> </phrase>
<phrase>
id: LANG_ALBUMART
desc: Display the expected AA size
user:
<source>
*: none
albumart: "Album Art:"
</source>
<dest>
*: none
albumart: "Covergröße:"
</dest>
<voice>
*: none
albumart: "Covergröße"
</voice>
</phrase>
<phrase>
id: LANG_CHANNEL_LEFTRIGHT
desc: in sound_settings
user:
<source>
*: none
recording_swcodec: "Mono Left + Right"
</source>
<dest>
*: none
recording_swcodec: "Mono links + rechts"
</dest>
<voice>
*: none
recording_swcodec: "Mono links und rechts"
</voice>
</phrase>
<phrase>
id: LANG_SEARCH_RESULTS
desc: title for the list of results displayed after searching in a playlist
user:
<source>
*: "Search Results"
</source>
<dest>
*: "Suchergebnisse"
</dest>
<voice>
*: "Suchergebnisse"
</voice>
</phrase>
<phrase>
id: LANG_RECORDING_MONO_MODE
desc: in the recording settings
user:
<source>
*: none
recording_swcodec: "Mono mode"
</source>
<dest>
*: none
recording_swcodec: "Monomodus"
</dest>
<voice>
*: none
recording_swcodec: "Monomodus"
</voice>
</phrase>