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

@ -9746,7 +9746,7 @@ id: LANG_CROSSFEED_DIRECT_GAIN
</voice>
</phrase>
<phrase>
id: LANG_RECORDING_AGC_PRESET
id: LANG_SYSFONT_RECORDING_AGC_PRESET
desc: automatic gain control in recording screen
<source>
*: "AGC"
@ -9920,3 +9920,81 @@ id: LANG_CROSSFEED_DIRECT_GAIN
*: "Corée"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_SAFETY
desc: AGC preset
<source>
*: "Safety (clip)"
</source>
<dest>
*: "Sûreté (clip)"
</dest>
<voice>
*: "Sûreté (clip)"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_LIVE
desc: AGC preset
<source>
*: "Live (slow)"
</source>
<dest>
*: "En Direct (Lent)"
</dest>
<voice>
*: "En direct (lent)"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_DJSET
desc: AGC preset
<source>
*: "DJ-Set (slow)"
</source>
<dest>
*: "DJ-Set (Lent)"
</dest>
<voice>
*: "DJ set (lent)"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_MEDIUM
desc: AGC preset
<source>
*: "Medium"
</source>
<dest>
*: "Moyen"
</dest>
<voice>
*: "Moyen"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_AGC_VOICE
desc: AGC preset
<source>
*: "Voice (fast)"
</source>
<dest>
*: "Voix (Rapide)"
</dest>
<voice>
*: "Voix (rapide)"
</voice>
</phrase>
<phrase>
id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
desc: AGC maximum gain in recording screen
<source>
*: "AGC max. gain"
</source>
<dest>
*: "CAG Gain Max."
</dest>
<voice>
*: "CAG gain maximum"
</voice>
</phrase>