summaryrefslogtreecommitdiff
path: root/apps/lang/romaneste.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/romaneste.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/romaneste.lang')
-rw-r--r--apps/lang/romaneste.lang90
1 files changed, 90 insertions, 0 deletions
diff --git a/apps/lang/romaneste.lang b/apps/lang/romaneste.lang
index e35bb26f86..433aa02dc8 100644
--- a/apps/lang/romaneste.lang
+++ b/apps/lang/romaneste.lang
@@ -3228,3 +3228,93 @@
3228 *: "Trigger" 3228 *: "Trigger"
3229 </voice> 3229 </voice>
3230</phrase> 3230</phrase>
3231###
3232### This phrase below was not present in the translated file
3233<phrase>
3234 id: LANG_SYSFONT_AGC_SAFETY
3235 desc: AGC preset
3236 <source>
3237 *: "Safety (clip)"
3238 </source>
3239 <dest>
3240 *: "Safety (clip)"
3241 </dest>
3242 <voice>
3243 *: "Safety (clip)"
3244 </voice>
3245</phrase>
3246###
3247### This phrase below was not present in the translated file
3248<phrase>
3249 id: LANG_SYSFONT_AGC_VOICE
3250 desc: AGC preset
3251 <source>
3252 *: "Voice (fast)"
3253 </source>
3254 <dest>
3255 *: "Voice (fast)"
3256 </dest>
3257 <voice>
3258 *: "Voice (fast)"
3259 </voice>
3260</phrase>
3261###
3262### This phrase below was not present in the translated file
3263<phrase>
3264 id: LANG_SYSFONT_AGC_MEDIUM
3265 desc: AGC preset
3266 <source>
3267 *: "Medium"
3268 </source>
3269 <dest>
3270 *: "Medium"
3271 </dest>
3272 <voice>
3273 *: "Medium"
3274 </voice>
3275</phrase>
3276###
3277### This phrase below was not present in the translated file
3278<phrase>
3279 id: LANG_SYSFONT_AGC_LIVE
3280 desc: AGC preset
3281 <source>
3282 *: "Live (slow)"
3283 </source>
3284 <dest>
3285 *: "Live (slow)"
3286 </dest>
3287 <voice>
3288 *: "Live (slow)"
3289 </voice>
3290</phrase>
3291###
3292### This phrase below was not present in the translated file
3293<phrase>
3294 id: LANG_SYSFONT_AGC_DJSET
3295 desc: AGC preset
3296 <source>
3297 *: "DJ-Set (slow)"
3298 </source>
3299 <dest>
3300 *: "DJ-Set (slow)"
3301 </dest>
3302 <voice>
3303 *: "DJ set (slow)"
3304 </voice>
3305</phrase>
3306###
3307### This phrase below was not present in the translated file
3308<phrase>
3309 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
3310 desc: AGC maximum gain in recording screen
3311 <source>
3312 *: "AGC max. gain"
3313 </source>
3314 <dest>
3315 *: "AGC max. gain"
3316 </dest>
3317 <voice>
3318 *: "AGC maximum gain"
3319 </voice>
3320</phrase>