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
This commit is contained in:
Shachar Liberman 2006-11-25 20:11:59 +00:00
parent 844d22f277
commit 4d93177457
33 changed files with 3588 additions and 70 deletions

View file

@ -9903,7 +9903,7 @@
</voice>
</phrase>
<phrase>
id: LANG_RECORDING_AGC_PRESET
id: LANG_SYSFONT_RECORDING_AGC_PRESET
desc: automatic gain control in recording screen
<source>
*: "AGC"
@ -9985,3 +9985,81 @@
*: ""
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_DJSET
desc: AGC preset
<source>
*: "DJ-Set (slow)"
</source>
<dest>
*: "DJ-Set (αργό)"
</dest>
<voice>
*: "ντι τζέι σετ (αργό)"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_LIVE
desc: AGC preset
<source>
*: "Live (slow)"
</source>
<dest>
*: "Συναυλία (αργό)"
</dest>
<voice>
*: "Συναυλία (αργό)"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_VOICE
desc: AGC preset
<source>
*: "Voice (fast)"
</source>
<dest>
*: "Ομιλία (γρήγορο)"
</dest>
<voice>
*: "Ομιλία (γρήγορο)"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_MEDIUM
desc: AGC preset
<source>
*: "Medium"
</source>
<dest>
*: "Μέτριο"
</dest>
<voice>
*: "Μέτριο"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_SAFETY
desc: AGC preset
<source>
*: "Safety (clip)"
</source>
<dest>
*: "Ασφαλές (clip)"
</dest>
<voice>
*: "Ασφαλές"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
desc: AGC maximum gain in recording screen
<source>
*: "AGC max. gain"
</source>
<dest>
*: "Μέγιστη ενίσχυση AGC"
</dest>
<voice>
*: "Μέγιστη ενίσχυση"
</voice>
</phrase>