mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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:
parent
844d22f277
commit
4d93177457
33 changed files with 3588 additions and 70 deletions
|
|
@ -9160,3 +9160,93 @@
|
|||
*: "Pitch"
|
||||
</voice>
|
||||
</phrase>
|
||||
###
|
||||
### This phrase below was not present in the translated file
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_AGC_SAFETY
|
||||
desc: AGC preset
|
||||
<source>
|
||||
*: "Safety (clip)"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Safety (clip)"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Safety (clip)"
|
||||
</voice>
|
||||
</phrase>
|
||||
###
|
||||
### This phrase below was not present in the translated file
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_AGC_VOICE
|
||||
desc: AGC preset
|
||||
<source>
|
||||
*: "Voice (fast)"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Voice (fast)"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Voice (fast)"
|
||||
</voice>
|
||||
</phrase>
|
||||
###
|
||||
### This phrase below was not present in the translated file
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_AGC_MEDIUM
|
||||
desc: AGC preset
|
||||
<source>
|
||||
*: "Medium"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Medium"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Medium"
|
||||
</voice>
|
||||
</phrase>
|
||||
###
|
||||
### This phrase below was not present in the translated file
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_AGC_LIVE
|
||||
desc: AGC preset
|
||||
<source>
|
||||
*: "Live (slow)"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Live (slow)"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Live (slow)"
|
||||
</voice>
|
||||
</phrase>
|
||||
###
|
||||
### This phrase below was not present in the translated file
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_AGC_DJSET
|
||||
desc: AGC preset
|
||||
<source>
|
||||
*: "DJ-Set (slow)"
|
||||
</source>
|
||||
<dest>
|
||||
*: "DJ-Set (slow)"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "DJ set (slow)"
|
||||
</voice>
|
||||
</phrase>
|
||||
###
|
||||
### This phrase below was not present in the translated file
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
|
||||
desc: AGC maximum gain in recording screen
|
||||
<source>
|
||||
*: "AGC max. gain"
|
||||
</source>
|
||||
<dest>
|
||||
*: "AGC max. gain"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "AGC maximum gain"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue