summaryrefslogtreecommitdiff
path: root/apps/lang/svenska.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/svenska.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/svenska.lang')
-rw-r--r--apps/lang/svenska.lang80
1 files changed, 79 insertions, 1 deletions
diff --git a/apps/lang/svenska.lang b/apps/lang/svenska.lang
index 7d08e8a335..d8cd27a56f 100644
--- a/apps/lang/svenska.lang
+++ b/apps/lang/svenska.lang
@@ -9744,7 +9744,7 @@
9744 </voice> 9744 </voice>
9745</phrase> 9745</phrase>
9746<phrase> 9746<phrase>
9747 id: LANG_RECORDING_AGC_PRESET 9747 id: LANG_SYSFONT_RECORDING_AGC_PRESET
9748 desc: automatic gain control in recording screen 9748 desc: automatic gain control in recording screen
9749 <source> 9749 <source>
9750 *: "AGC" 9750 *: "AGC"
@@ -9973,3 +9973,81 @@
9973 *: "Dithering" 9973 *: "Dithering"
9974 </voice> 9974 </voice>
9975</phrase> 9975</phrase>
9976<phrase>
9977 id: LANG_SYSFONT_AGC_SAFETY
9978 desc: AGC preset
9979 <source>
9980 *: "Safety (clip)"
9981 </source>
9982 <dest>
9983 *: "Säker (klipp)"
9984 </dest>
9985 <voice>
9986 *: "Safety (clip)"
9987 </voice>
9988</phrase>
9989<phrase>
9990 id: LANG_SYSFONT_AGC_LIVE
9991 desc: AGC preset
9992 <source>
9993 *: "Live (slow)"
9994 </source>
9995 <dest>
9996 *: "Live (långsam)"
9997 </dest>
9998 <voice>
9999 *: "Live (slow)"
10000 </voice>
10001</phrase>
10002<phrase>
10003 id: LANG_SYSFONT_AGC_DJSET
10004 desc: AGC preset
10005 <source>
10006 *: "DJ-Set (slow)"
10007 </source>
10008 <dest>
10009 *: "DJ (långsam)"
10010 </dest>
10011 <voice>
10012 *: "DJ set (slow)"
10013 </voice>
10014</phrase>
10015<phrase>
10016 id: LANG_SYSFONT_AGC_MEDIUM
10017 desc: AGC preset
10018 <source>
10019 *: "Medium"
10020 </source>
10021 <dest>
10022 *: "Mellan"
10023 </dest>
10024 <voice>
10025 *: "Medium"
10026 </voice>
10027</phrase>
10028<phrase>
10029 id: LANG_SYSFONT_AGC_VOICE
10030 desc: AGC preset
10031 <source>
10032 *: "Voice (fast)"
10033 </source>
10034 <dest>
10035 *: "Röst (snabb)"
10036 </dest>
10037 <voice>
10038 *: "Voice (fast)"
10039 </voice>
10040</phrase>
10041<phrase>
10042 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
10043 desc: AGC maximum gain in recording screen
10044 <source>
10045 *: "AGC max. gain"
10046 </source>
10047 <dest>
10048 *: "AVK max först."
10049 </dest>
10050 <voice>
10051 *: "AGC maximum gain"
10052 </voice>
10053</phrase>