summaryrefslogtreecommitdiff
path: root/apps/lang/espanol.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/espanol.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/espanol.lang')
-rw-r--r--apps/lang/espanol.lang90
1 files changed, 90 insertions, 0 deletions
diff --git a/apps/lang/espanol.lang b/apps/lang/espanol.lang
index 07713be42e..36d25bd1e2 100644
--- a/apps/lang/espanol.lang
+++ b/apps/lang/espanol.lang
@@ -9453,3 +9453,93 @@
9453 *: "Mix" 9453 *: "Mix"
9454 </voice> 9454 </voice>
9455</phrase> 9455</phrase>
9456###
9457### This phrase below was not present in the translated file
9458<phrase>
9459 id: LANG_SYSFONT_AGC_SAFETY
9460 desc: AGC preset
9461 <source>
9462 *: "Safety (clip)"
9463 </source>
9464 <dest>
9465 *: "Safety (clip)"
9466 </dest>
9467 <voice>
9468 *: "Safety (clip)"
9469 </voice>
9470</phrase>
9471###
9472### This phrase below was not present in the translated file
9473<phrase>
9474 id: LANG_SYSFONT_AGC_VOICE
9475 desc: AGC preset
9476 <source>
9477 *: "Voice (fast)"
9478 </source>
9479 <dest>
9480 *: "Voice (fast)"
9481 </dest>
9482 <voice>
9483 *: "Voice (fast)"
9484 </voice>
9485</phrase>
9486###
9487### This phrase below was not present in the translated file
9488<phrase>
9489 id: LANG_SYSFONT_AGC_MEDIUM
9490 desc: AGC preset
9491 <source>
9492 *: "Medium"
9493 </source>
9494 <dest>
9495 *: "Medium"
9496 </dest>
9497 <voice>
9498 *: "Medium"
9499 </voice>
9500</phrase>
9501###
9502### This phrase below was not present in the translated file
9503<phrase>
9504 id: LANG_SYSFONT_AGC_LIVE
9505 desc: AGC preset
9506 <source>
9507 *: "Live (slow)"
9508 </source>
9509 <dest>
9510 *: "Live (slow)"
9511 </dest>
9512 <voice>
9513 *: "Live (slow)"
9514 </voice>
9515</phrase>
9516###
9517### This phrase below was not present in the translated file
9518<phrase>
9519 id: LANG_SYSFONT_AGC_DJSET
9520 desc: AGC preset
9521 <source>
9522 *: "DJ-Set (slow)"
9523 </source>
9524 <dest>
9525 *: "DJ-Set (slow)"
9526 </dest>
9527 <voice>
9528 *: "DJ set (slow)"
9529 </voice>
9530</phrase>
9531###
9532### This phrase below was not present in the translated file
9533<phrase>
9534 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
9535 desc: AGC maximum gain in recording screen
9536 <source>
9537 *: "AGC max. gain"
9538 </source>
9539 <dest>
9540 *: "AGC max. gain"
9541 </dest>
9542 <voice>
9543 *: "AGC maximum gain"
9544 </voice>
9545</phrase>