diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-09-25 18:07:31 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-09-25 18:08:06 -0400 |
commit | 9ebfb3fa5c2e5cfb3ea09843fe2f95ac54e81bfe (patch) | |
tree | ce0c66699119c400ae4feb6d07a6ba3a65a801a5 | |
parent | ef6da7503ac7bd7ffc940fbe17c6c3b92532dee6 (diff) | |
download | rockbox-9ebfb3fa5c.tar.gz rockbox-9ebfb3fa5c.zip |
FS#13493: Updated German translation (Wilfried Winkler)
Change-Id: Ib048b82438e81b9cd0a3bcab7f60b5c0556ad13e
-rw-r--r-- | apps/lang/deutsch.lang | 120 |
1 files changed, 88 insertions, 32 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang index 512bacf1ff..8a6e7d11f8 100644 --- a/apps/lang/deutsch.lang +++ b/apps/lang/deutsch.lang @@ -8725,20 +8725,6 @@ </voice> </phrase> <phrase> - id: LANG_SYSFONT_GAIN - desc: in the equalizer settings menu - user: core - <source> - *: "Gain" - </source> - <dest> - *: "Verstärkg." - </dest> - <voice> - *: "Verstärkung" - </voice> -</phrase> -<phrase> id: VOICE_OF desc: spoken only, as in 3/8 => 3 of 8 user: core @@ -11784,20 +11770,6 @@ </voice> </phrase> <phrase> - id: LANG_SYSFONT_EQUALIZER_BAND_Q - desc: in the equalizer settings menu - user: core - <source> - *: "Q" - </source> - <dest> - *: "~Q" - </dest> - <voice> - *: "~Q" - </voice> -</phrase> -<phrase> id: LANG_FILTER_SHARP desc: in sound settings user: core @@ -13578,16 +13550,16 @@ </phrase> <phrase> id: LANG_PLAYTIME_REMAINING - desc: playing time screen + desc: deprecated user: core <source> - *: "Playlist remaining:" + *: "" </source> <dest> - *: "Wiedrgabeliste verbleibend:" + *: "" </dest> <voice> - *: "Wiedrgabeliste verbleibend" + *: "" </voice> </phrase> <phrase> @@ -16426,3 +16398,87 @@ *: none </voice> </phrase> +<phrase> + id: LANG_DISPLAY_TITLEALBUM_FROMTAGS + desc: track display options + user: core + <source> + *: "Title & Album from ID3 tags" + </source> + <dest> + *: "Titel & Album von ID3 Tags" + </dest> + <voice> + *: "Titel und Album von Tags" + </voice> +</phrase> +<phrase> + id: LANG_DISPLAY_TITLE_FROMTAGS + desc: track display options + user: core + <source> + *: "Title from ID3 tags" + </source> + <dest> + *: "Titel von ID3 Tags" + </dest> + <voice> + *: "Titel von Tags" + </voice> +</phrase> +<phrase> + id: LANG_RANDOM_SHUFFLE_RANDOM_SELECTIVE_SONGS_SUMMARY + desc: a summary splash screen that appear on the database browser when you try to create a playlist from the database browser that exceeds your system limit + user: core + <source> + *: "Selection too big, %d random tracks will be selected" + </source> + <dest> + *: "Auswahl zu groß, %d zufällige Titel werden ausgewählt" + </dest> + <voice> + *: "Auswahl zu groß, weniger zufällige Titel werden ausgewählt" + </voice> +</phrase> +<phrase> + id: LANG_CHOOSE_FILE + desc: file_picker plugin ask user to select a file + user: core + <source> + *: "Choose File" + </source> + <dest> + *: "Datei wählen" + </dest> + <voice> + *: "Datei wählen" + </voice> +</phrase> +<phrase> + id: LANG_DISABLE_MAINMENU_SCROLLING + desc: Disable main menu scrolling + user: core + <source> + *: "Disable main menu scrolling" + </source> + <dest> + *: "Hauptmenü scrollen deaaktivieren" + </dest> + <voice> + *: "Hauptmenü scrollen deaktivieren" + </voice> +</phrase> +<phrase> + id: LANG_REMAINING + desc: Playing Time + user: core + <source> + *: "Remaining" + </source> + <dest> + *: "Verbleibend" + </dest> + <voice> + *: "Verbleibend" + </voice> +</phrase> |