diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-13 17:49:24 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-13 17:49:24 +0000 |
commit | f7c6034728acc4f6e1c2f248648897b640ba1111 (patch) | |
tree | 723aaa570428a5d32f438a7059ae77856316dd0d /apps/lang/deutsch.lang | |
parent | 4ca36ca90cf32bad0115081da76a0ebbe2ea3fb2 (diff) | |
download | rockbox-f7c6034728acc4f6e1c2f248648897b640ba1111.tar.gz rockbox-f7c6034728acc4f6e1c2f248648897b640ba1111.tar.bz2 rockbox-f7c6034728acc4f6e1c2f248648897b640ba1111.zip |
Update german translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29298 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/deutsch.lang')
-rw-r--r-- | apps/lang/deutsch.lang | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang index 932d31f058..4810899ebf 100644 --- a/apps/lang/deutsch.lang +++ b/apps/lang/deutsch.lang @@ -12636,3 +12636,45 @@ *: "" </voice> </phrase> +<phrase> + id: LANG_AUTORESUME + desc: resume settings menu + user: core + <source> + *: "Automatic resume" + </source> + <dest> + *: "Automatisches Fortsetzen" + </dest> + <voice> + *: "Automatisches Fortsetzen" + </voice> +</phrase> +<phrase> + id: LANG_AUTORESUME_AUTOMATIC + desc: resume on automatic track change + user: core + <source> + *: "Resume on automatic track change" + </source> + <dest> + *: "Bei automatischem Titelwechsel" + </dest> + <voice> + *: "Bei automatischem Titelwechsel" + </voice> +</phrase> +<phrase> + id: LANG_AUTORESUME_CUSTOM + desc: enable customization of resume on automatic track change + user: core + <source> + *: "In custom directories only" + </source> + <dest> + *: "Nur in bestimmten Verzeichnissen" + </dest> + <voice> + *: "Nur in bestimmten Verzeichnissen" + </voice> +</phrase> |