summaryrefslogtreecommitdiff
path: root/apps/lang/korean.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/korean.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/korean.lang')
-rw-r--r--apps/lang/korean.lang80
1 files changed, 79 insertions, 1 deletions
diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang
index 241a129739..f864e4b2f4 100644
--- a/apps/lang/korean.lang
+++ b/apps/lang/korean.lang
@@ -9768,7 +9768,7 @@
9768 </voice> 9768 </voice>
9769</phrase> 9769</phrase>
9770<phrase> 9770<phrase>
9771 id: LANG_RECORDING_AGC_PRESET 9771 id: LANG_SYSFONT_RECORDING_AGC_PRESET
9772 desc: automatic gain control in recording screen 9772 desc: automatic gain control in recording screen
9773 <source> 9773 <source>
9774 *: "AGC" 9774 *: "AGC"
@@ -9997,3 +9997,81 @@
9997 *: "디더링" 9997 *: "디더링"
9998 </voice> 9998 </voice>
9999</phrase> 9999</phrase>
10000<phrase>
10001 id: LANG_SYSFONT_AGC_SAFETY
10002 desc: AGC preset
10003 <source>
10004 *: "Safety (clip)"
10005 </source>
10006 <dest>
10007 *: "Safety (clip)"
10008 </dest>
10009 <voice>
10010 *: "Safety (clip)"
10011 </voice>
10012</phrase>
10013<phrase>
10014 id: LANG_SYSFONT_AGC_LIVE
10015 desc: AGC preset
10016 <source>
10017 *: "Live (slow)"
10018 </source>
10019 <dest>
10020 *: "Live (slow)"
10021 </dest>
10022 <voice>
10023 *: "Live (slow)"
10024 </voice>
10025</phrase>
10026<phrase>
10027 id: LANG_SYSFONT_AGC_DJSET
10028 desc: AGC preset
10029 <source>
10030 *: "DJ-Set (slow)"
10031 </source>
10032 <dest>
10033 *: "DJ-Set (slow)"
10034 </dest>
10035 <voice>
10036 *: "DJ set (slow)"
10037 </voice>
10038</phrase>
10039<phrase>
10040 id: LANG_SYSFONT_AGC_MEDIUM
10041 desc: AGC preset
10042 <source>
10043 *: "Medium"
10044 </source>
10045 <dest>
10046 *: "Medium"
10047 </dest>
10048 <voice>
10049 *: "Medium"
10050 </voice>
10051</phrase>
10052<phrase>
10053 id: LANG_SYSFONT_AGC_VOICE
10054 desc: AGC preset
10055 <source>
10056 *: "Voice (fast)"
10057 </source>
10058 <dest>
10059 *: "Voice (fast)"
10060 </dest>
10061 <voice>
10062 *: "Voice (fast)"
10063 </voice>
10064</phrase>
10065<phrase>
10066 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
10067 desc: AGC maximum gain in recording screen
10068 <source>
10069 *: "AGC max. gain"
10070 </source>
10071 <dest>
10072 *: "AGC max. gain"
10073 </dest>
10074 <voice>
10075 *: "AGC maximum gain"
10076 </voice>
10077</phrase>