summaryrefslogtreecommitdiff
path: root/apps/lang/greek.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/greek.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/greek.lang')
-rw-r--r--apps/lang/greek.lang80
1 files changed, 79 insertions, 1 deletions
diff --git a/apps/lang/greek.lang b/apps/lang/greek.lang
index b2c53c6301..6ac68ff2a6 100644
--- a/apps/lang/greek.lang
+++ b/apps/lang/greek.lang
@@ -9903,7 +9903,7 @@
9903 </voice> 9903 </voice>
9904</phrase> 9904</phrase>
9905<phrase> 9905<phrase>
9906 id: LANG_RECORDING_AGC_PRESET 9906 id: LANG_SYSFONT_RECORDING_AGC_PRESET
9907 desc: automatic gain control in recording screen 9907 desc: automatic gain control in recording screen
9908 <source> 9908 <source>
9909 *: "AGC" 9909 *: "AGC"
@@ -9985,3 +9985,81 @@
9985 *: "" 9985 *: ""
9986 </voice> 9986 </voice>
9987</phrase> 9987</phrase>
9988<phrase>
9989 id: LANG_SYSFONT_AGC_DJSET
9990 desc: AGC preset
9991 <source>
9992 *: "DJ-Set (slow)"
9993 </source>
9994 <dest>
9995 *: "DJ-Set (αργό)"
9996 </dest>
9997 <voice>
9998 *: "ντι τζέι σετ (αργό)"
9999 </voice>
10000</phrase>
10001<phrase>
10002 id: LANG_SYSFONT_AGC_LIVE
10003 desc: AGC preset
10004 <source>
10005 *: "Live (slow)"
10006 </source>
10007 <dest>
10008 *: "Συναυλία (αργό)"
10009 </dest>
10010 <voice>
10011 *: "Συναυλία (αργό)"
10012 </voice>
10013</phrase>
10014<phrase>
10015 id: LANG_SYSFONT_AGC_VOICE
10016 desc: AGC preset
10017 <source>
10018 *: "Voice (fast)"
10019 </source>
10020 <dest>
10021 *: "Ομιλία (γρήγορο)"
10022 </dest>
10023 <voice>
10024 *: "Ομιλία (γρήγορο)"
10025 </voice>
10026</phrase>
10027<phrase>
10028 id: LANG_SYSFONT_AGC_MEDIUM
10029 desc: AGC preset
10030 <source>
10031 *: "Medium"
10032 </source>
10033 <dest>
10034 *: "Μέτριο"
10035 </dest>
10036 <voice>
10037 *: "Μέτριο"
10038 </voice>
10039</phrase>
10040<phrase>
10041 id: LANG_SYSFONT_AGC_SAFETY
10042 desc: AGC preset
10043 <source>
10044 *: "Safety (clip)"
10045 </source>
10046 <dest>
10047 *: "Ασφαλές (clip)"
10048 </dest>
10049 <voice>
10050 *: "Ασφαλές"
10051 </voice>
10052</phrase>
10053<phrase>
10054 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
10055 desc: AGC maximum gain in recording screen
10056 <source>
10057 *: "AGC max. gain"
10058 </source>
10059 <dest>
10060 *: "Μέγιστη ενίσχυση AGC"
10061 </dest>
10062 <voice>
10063 *: "Μέγιστη ενίσχυση"
10064 </voice>
10065</phrase>