summaryrefslogtreecommitdiff
path: root/apps/lang/deutsch.lang
diff options
context:
space:
mode:
authorShachar Liberman <lshachar@hotmail.com>2006-11-25 20:11:59 +0000
committerShachar Liberman <lshachar@hotmail.com>2006-11-25 20:11:59 +0000
commit4d93177457ddaeb9a8b3c6ebba20269f0761b636 (patch)
treebc5dea379edf0a9c51b216d663460386873445f1 /apps/lang/deutsch.lang
parent844d22f277627e4c32aad51701648bd9a9d05a14 (diff)
downloadrockbox-4d93177457ddaeb9a8b3c6ebba20269f0761b636.tar.gz
rockbox-4d93177457ddaeb9a8b3c6ebba20269f0761b636.zip
Made the AGC functions compatible with non-latin languages following the
'NonLatinLanguages' wiki page. Please keep using separate LANG_SYSFONT_ strings when using the internal font, Which only supports latin charset, for easier translation. * Hebrew translation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11594 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/deutsch.lang')
-rw-r--r--apps/lang/deutsch.lang80
1 files changed, 79 insertions, 1 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang
index 43bc6952e8..d9481b9dca 100644
--- a/apps/lang/deutsch.lang
+++ b/apps/lang/deutsch.lang
@@ -9700,7 +9700,7 @@
9700 </voice> 9700 </voice>
9701</phrase> 9701</phrase>
9702<phrase> 9702<phrase>
9703 id: LANG_RECORDING_AGC_PRESET 9703 id: LANG_SYSFONT_RECORDING_AGC_PRESET
9704 desc: automatic gain control in recording screen 9704 desc: automatic gain control in recording screen
9705 <source> 9705 <source>
9706 *: "AGC" 9706 *: "AGC"
@@ -9810,3 +9810,81 @@
9810 *: "" 9810 *: ""
9811 </voice> 9811 </voice>
9812</phrase> 9812</phrase>
9813<phrase>
9814 id: LANG_SYSFONT_AGC_DJSET
9815 desc: AGC preset
9816 <source>
9817 *: "DJ-Set (slow)"
9818 </source>
9819 <dest>
9820 *: "DJ-Gerät (langsam)"
9821 </dest>
9822 <voice>
9823 *: "DJ-Gerät (langsam)"
9824 </voice>
9825</phrase>
9826<phrase>
9827 id: LANG_SYSFONT_AGC_LIVE
9828 desc: AGC preset
9829 <source>
9830 *: "Live (slow)"
9831 </source>
9832 <dest>
9833 *: "Live (langsam)"
9834 </dest>
9835 <voice>
9836 *: "Live (langsam)"
9837 </voice>
9838</phrase>
9839<phrase>
9840 id: LANG_SYSFONT_AGC_VOICE
9841 desc: AGC preset
9842 <source>
9843 *: "Voice (fast)"
9844 </source>
9845 <dest>
9846 *: "Sprache (schnell)"
9847 </dest>
9848 <voice>
9849 *: "Sprache (schnell)"
9850 </voice>
9851</phrase>
9852<phrase>
9853 id: LANG_SYSFONT_AGC_MEDIUM
9854 desc: AGC preset
9855 <source>
9856 *: "Medium"
9857 </source>
9858 <dest>
9859 *: "Mittel"
9860 </dest>
9861 <voice>
9862 *: "Mittel"
9863 </voice>
9864</phrase>
9865<phrase>
9866 id: LANG_SYSFONT_AGC_SAFETY
9867 desc: AGC preset
9868 <source>
9869 *: "Safety (clip)"
9870 </source>
9871 <dest>
9872 *: "Sicherheit (Übersteuerung)"
9873 </dest>
9874 <voice>
9875 *: "Safety (Übersteuerung)"
9876 </voice>
9877</phrase>
9878<phrase>
9879 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
9880 desc: AGC maximum gain in recording screen
9881 <source>
9882 *: "AGC max. gain"
9883 </source>
9884 <dest>
9885 *: "Maximale Verstärkung"
9886 </dest>
9887 <voice>
9888 *: "Maximale Verstärkung"
9889 </voice>
9890</phrase>