summaryrefslogtreecommitdiff
path: root/apps/lang/russian.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/russian.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/russian.lang')
-rw-r--r--apps/lang/russian.lang90
1 files changed, 90 insertions, 0 deletions
diff --git a/apps/lang/russian.lang b/apps/lang/russian.lang
index 678a2f5a0a..8051dafff5 100644
--- a/apps/lang/russian.lang
+++ b/apps/lang/russian.lang
@@ -8583,3 +8583,93 @@
8583 *: "Pitch" 8583 *: "Pitch"
8584 </voice> 8584 </voice>
8585</phrase> 8585</phrase>
8586###
8587### This phrase below was not present in the translated file
8588<phrase>
8589 id: LANG_SYSFONT_AGC_SAFETY
8590 desc: AGC preset
8591 <source>
8592 *: "Safety (clip)"
8593 </source>
8594 <dest>
8595 *: "Safety (clip)"
8596 </dest>
8597 <voice>
8598 *: "Safety (clip)"
8599 </voice>
8600</phrase>
8601###
8602### This phrase below was not present in the translated file
8603<phrase>
8604 id: LANG_SYSFONT_AGC_VOICE
8605 desc: AGC preset
8606 <source>
8607 *: "Voice (fast)"
8608 </source>
8609 <dest>
8610 *: "Voice (fast)"
8611 </dest>
8612 <voice>
8613 *: "Voice (fast)"
8614 </voice>
8615</phrase>
8616###
8617### This phrase below was not present in the translated file
8618<phrase>
8619 id: LANG_SYSFONT_AGC_MEDIUM
8620 desc: AGC preset
8621 <source>
8622 *: "Medium"
8623 </source>
8624 <dest>
8625 *: "Medium"
8626 </dest>
8627 <voice>
8628 *: "Medium"
8629 </voice>
8630</phrase>
8631###
8632### This phrase below was not present in the translated file
8633<phrase>
8634 id: LANG_SYSFONT_AGC_LIVE
8635 desc: AGC preset
8636 <source>
8637 *: "Live (slow)"
8638 </source>
8639 <dest>
8640 *: "Live (slow)"
8641 </dest>
8642 <voice>
8643 *: "Live (slow)"
8644 </voice>
8645</phrase>
8646###
8647### This phrase below was not present in the translated file
8648<phrase>
8649 id: LANG_SYSFONT_AGC_DJSET
8650 desc: AGC preset
8651 <source>
8652 *: "DJ-Set (slow)"
8653 </source>
8654 <dest>
8655 *: "DJ-Set (slow)"
8656 </dest>
8657 <voice>
8658 *: "DJ set (slow)"
8659 </voice>
8660</phrase>
8661###
8662### This phrase below was not present in the translated file
8663<phrase>
8664 id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN
8665 desc: AGC maximum gain in recording screen
8666 <source>
8667 *: "AGC max. gain"
8668 </source>
8669 <dest>
8670 *: "AGC max. gain"
8671 </dest>
8672 <voice>
8673 *: "AGC maximum gain"
8674 </voice>
8675</phrase>