From 4d93177457ddaeb9a8b3c6ebba20269f0761b636 Mon Sep 17 00:00:00 2001 From: Shachar Liberman Date: Sat, 25 Nov 2006 20:11:59 +0000 Subject: 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 --- apps/lang/galego.lang | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'apps/lang/galego.lang') diff --git a/apps/lang/galego.lang b/apps/lang/galego.lang index ce648174bf..152eb6aa3d 100644 --- a/apps/lang/galego.lang +++ b/apps/lang/galego.lang @@ -7337,3 +7337,93 @@ *: "" +### +### This phrase below was not present in the translated file + + id: LANG_SYSFONT_AGC_SAFETY + desc: AGC preset + + *: "Safety (clip)" + + + *: "Safety (clip)" + + + *: "Safety (clip)" + + +### +### This phrase below was not present in the translated file + + id: LANG_SYSFONT_AGC_VOICE + desc: AGC preset + + *: "Voice (fast)" + + + *: "Voice (fast)" + + + *: "Voice (fast)" + + +### +### This phrase below was not present in the translated file + + id: LANG_SYSFONT_AGC_MEDIUM + desc: AGC preset + + *: "Medium" + + + *: "Medium" + + + *: "Medium" + + +### +### This phrase below was not present in the translated file + + id: LANG_SYSFONT_AGC_LIVE + desc: AGC preset + + *: "Live (slow)" + + + *: "Live (slow)" + + + *: "Live (slow)" + + +### +### This phrase below was not present in the translated file + + id: LANG_SYSFONT_AGC_DJSET + desc: AGC preset + + *: "DJ-Set (slow)" + + + *: "DJ-Set (slow)" + + + *: "DJ set (slow)" + + +### +### This phrase below was not present in the translated file + + id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN + desc: AGC maximum gain in recording screen + + *: "AGC max. gain" + + + *: "AGC max. gain" + + + *: "AGC maximum gain" + + -- cgit