diff options
author | Shachar Liberman <lshachar@hotmail.com> | 2006-11-25 20:11:59 +0000 |
---|---|---|
committer | Shachar Liberman <lshachar@hotmail.com> | 2006-11-25 20:11:59 +0000 |
commit | 4d93177457ddaeb9a8b3c6ebba20269f0761b636 (patch) | |
tree | bc5dea379edf0a9c51b216d663460386873445f1 /apps/lang/czech.lang | |
parent | 844d22f277627e4c32aad51701648bd9a9d05a14 (diff) |
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/czech.lang')
-rw-r--r-- | apps/lang/czech.lang | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/apps/lang/czech.lang b/apps/lang/czech.lang index 6db11071df..cdba78c3b8 100644 --- a/apps/lang/czech.lang +++ b/apps/lang/czech.lang @@ -9031,3 +9031,93 @@ *: "Rychlost" </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> |