summaryrefslogtreecommitdiff
path: root/apps/lang/norsk-nynorsk.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/norsk-nynorsk.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/norsk-nynorsk.lang')
-rw-r--r--apps/lang/norsk-nynorsk.lang80
1 files changed, 79 insertions, 1 deletions
diff --git a/apps/lang/norsk-nynorsk.lang b/apps/lang/norsk-nynorsk.lang
index 9af2af310d..08d0aaa2fd 100644
--- a/apps/lang/norsk-nynorsk.lang
+++ b/apps/lang/norsk-nynorsk.lang
@@ -9715,7 +9715,7 @@
9715 </voice> 9715 </voice>
9716</phrase> 9716</phrase>
9717<phrase> 9717<phrase>
9718 id: LANG_RECORDING_AGC_PRESET 9718 id: LANG_SYSFONT_RECORDING_AGC_PRESET
9719 desc: automatic gain control in recording screen 9719 desc: automatic gain control in recording screen
9720 <source> 9720 <source>
9721 *: "AGC" 9721 *: "AGC"
@@ -9904,3 +9904,81 @@
9904 *: "Pause og framhald" 9904 *: "Pause og framhald"
9905 </voice> 9905 </voice>
9906</phrase> 9906</phrase>
9907<phrase>
9908 id: LANG_SYSFONT_AGC_DJSET
9909 desc: AGC preset
9910 <source>
9911 *: "DJ-Set (slow)"
9912 </source>
9913 <dest>
9914 *: "DJ-Set (slow)"
9915 </dest>
9916 <voice>
9917 *: "DJ set (slow)"
9918 </voice>
9919</phrase>
9920<phrase>
9921 id: LANG_SYSFONT_AGC_LIVE
9922 desc: AGC preset
9923 <source>
9924 *: "Live (slow)"
9925 </source>
9926 <dest>
9927 *: "Direkte (sakte)"
9928 </dest>
9929 <voice>
9930 *: "Direkte (sakte)"
9931 </voice>
9932</phrase>
9933<phrase>
9934 id: LANG_SYSFONT_AGC_VOICE
9935 desc: AGC preset
9936 <source>
9937 *: "Voice (fast)"
9938 </source>
9939 <dest>
9940 *: "Stemme (rask)"
9941 </dest>
9942 <voice>
9943 *: "Stemme (rask)"
9944 </voice>
9945</phrase>
9946<phrase>
9947 id: LANG_SYSFONT_AGC_MEDIUM
9948 desc: AGC preset
9949 <source>
9950 *: "Medium"
9951 </source>
9952 <dest>
9953 *: "Middels"
9954 </dest>
9955 <voice>
9956 *: "Middels"
9957 </voice>
9958</phrase>
9959<phrase>
9960 id: LANG_SYSFONT_AGC_SAFETY
9961 desc: AGC preset
9962 <source>
9963 *: "Safety (clip)"
9964 </source>
9965 <dest>
9966 *: "Trygg (klipp)"
9967 </dest>
9968 <voice>
9969 *: "Trygg (klipp)"
9970 </voice>
9971</phrase>
9972<phrase>
9973 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
9974 desc: AGC maximum gain in recording screen
9975 <source>
9976 *: "AGC max. gain"
9977 </source>
9978 <dest>
9979 *: "AGC maks forsterking"
9980 </dest>
9981 <voice>
9982 *: "AGC maksimum forsterking"
9983 </voice>
9984</phrase>