summaryrefslogtreecommitdiff
path: root/apps/lang/english.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/english.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/english.lang')
-rw-r--r--apps/lang/english.lang81
1 files changed, 79 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 67cc08a032..83543d3725 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -9817,7 +9817,7 @@
9817 </voice> 9817 </voice>
9818</phrase> 9818</phrase>
9819<phrase> 9819<phrase>
9820 id: LANG_RECORDING_AGC_PRESET 9820 id: LANG_SYSFONT_RECORDING_AGC_PRESET
9821 desc: automatic gain control in recording screen 9821 desc: automatic gain control in recording screen
9822 <source> 9822 <source>
9823 *: "AGC" 9823 *: "AGC"
@@ -10280,4 +10280,81 @@
10280 *: "AIFF" 10280 *: "AIFF"
10281 </voice> 10281 </voice>
10282</phrase> 10282</phrase>
10283 10283<phrase>
10284 id: LANG_SYSFONT_AGC_SAFETY
10285 desc: AGC preset
10286 <source>
10287 *: "Safety (clip)"
10288 </source>
10289 <dest>
10290 *: "Safety (clip)"
10291 </dest>
10292 <voice>
10293 *: "Safety (clip)"
10294 </voice>
10295</phrase>
10296<phrase>
10297 id: LANG_SYSFONT_AGC_LIVE
10298 desc: AGC preset
10299 <source>
10300 *: "Live (slow)"
10301 </source>
10302 <dest>
10303 *: "Live (slow)"
10304 </dest>
10305 <voice>
10306 *: "Live (slow)"
10307 </voice>
10308</phrase>
10309<phrase>
10310 id: LANG_SYSFONT_AGC_DJSET
10311 desc: AGC preset
10312 <source>
10313 *: "DJ-Set (slow)"
10314 </source>
10315 <dest>
10316 *: "DJ-Set (slow)"
10317 </dest>
10318 <voice>
10319 *: "DJ set (slow)"
10320 </voice>
10321</phrase>
10322<phrase>
10323 id: LANG_SYSFONT_AGC_MEDIUM
10324 desc: AGC preset
10325 <source>
10326 *: "Medium"
10327 </source>
10328 <dest>
10329 *: "Medium"
10330 </dest>
10331 <voice>
10332 *: "Medium"
10333 </voice>
10334</phrase>
10335<phrase>
10336 id: LANG_SYSFONT_AGC_VOICE
10337 desc: AGC preset
10338 <source>
10339 *: "Voice (fast)"
10340 </source>
10341 <dest>
10342 *: "Voice (fast)"
10343 </dest>
10344 <voice>
10345 *: "Voice (fast)"
10346 </voice>
10347</phrase>
10348<phrase>
10349 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
10350 desc: AGC maximum gain in recording screen
10351 <source>
10352 *: "AGC max. gain"
10353 </source>
10354 <dest>
10355 *: "AGC max. gain"
10356 </dest>
10357 <voice>
10358 *: "AGC maximum gain"
10359 </voice>
10360</phrase>