diff options
author | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-07-01 12:30:35 +0000 |
---|---|---|
committer | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-07-01 12:30:35 +0000 |
commit | c89826113b4fe6e8d736d1f7b3454cbcc2cc1462 (patch) | |
tree | 9c48ba7edb17198d06e795d75db32b2d0c39d76f /apps | |
parent | 22b287540c40db6ffe5f4b4eb8dd266f5686fd0a (diff) |
Added some missing german translations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27216 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/lang/deutsch.lang | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang index 8c146071a6..a22f498b1f 100644 --- a/apps/lang/deutsch.lang +++ b/apps/lang/deutsch.lang @@ -12469,3 +12469,82 @@ recording_histogram: "Histogrammintervall" </voice> </phrase> +<phrase> + id: LANG_KBD_OK + desc: in keyboad + user: core + <source> + *: none + touchscreen: "OK" + </source> + <dest> + *: none + touchscreen: "OK" + </dest> + <voice> + *: none + touchscreen: "OK" + </voice> +</phrase> +<phrase> + id: LANG_KBD_DELETE + desc: in keyboad + user: core + <source> + *: none + touchscreen: "Del" + </source> + <dest> + *: none + touchscreen: "Entf" + </dest> + <voice> + *: none + touchscreen: "Entf" + </voice> +</phrase> +<phrase> + id: LANG_KBD_CANCEL + desc: in keyboad + user: core + <source> + *: none + touchscreen: "Cancel" + </source> + <dest> + *: none + touchscreen: "Abbrechen" + </dest> + <voice> + *: none + touchscreen: "Abbrechen" + </voice> +</phrase> +<phrase> + id: LANG_ONPLAY_PICTUREFLOW + desc: Onplay pictureflow + user: core + <source> + *: "PictureFlow" + </source> + <dest> + *: "PictureFlow" + </dest> + <voice> + *: "open picture flow" + </voice> +</phrase> +<phrase> + id: LANG_FORCE + desc: alternative to yes/no for tristate settings + user: core + <source> + *: "Force" + </source> + <dest> + *: "Erzwingen" + </dest> + <voice> + *: "Erzwingen" + </voice> +</phrase> |