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/nederlands.lang | 80 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) (limited to 'apps/lang/nederlands.lang') diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang index c8145b8a26..2eee21062f 100644 --- a/apps/lang/nederlands.lang +++ b/apps/lang/nederlands.lang @@ -9714,7 +9714,7 @@ - id: LANG_RECORDING_AGC_PRESET + id: LANG_SYSFONT_RECORDING_AGC_PRESET desc: automatic gain control in recording screen *: "AGC" @@ -9782,3 +9782,81 @@ *: "" + + id: LANG_SYSFONT_AGC_DJSET + desc: AGC preset + + *: "DJ-Set (slow)" + + + *: "DJ-Set (traag)" + + + *: "DJ set (traag)" + + + + id: LANG_SYSFONT_AGC_LIVE + desc: AGC preset + + *: "Live (slow)" + + + *: "Live (traag)" + + + *: "Live (traag)" + + + + id: LANG_SYSFONT_AGC_VOICE + desc: AGC preset + + *: "Voice (fast)" + + + *: "Spraak (snel)" + + + *: "Spraak (snel)" + + + + id: LANG_SYSFONT_AGC_MEDIUM + desc: AGC preset + + *: "Medium" + + + *: "Medium" + + + *: "Medium" + + + + id: LANG_SYSFONT_AGC_SAFETY + desc: AGC preset + + *: "Safety (clip)" + + + *: "Veiligheid (clip)" + + + *: "Veiligheid (clip)" + + + + id: LANG_SYSFONT_RECORDING_AGC_MAXGAIN + desc: AGC maximum gain in recording screen + + *: "AGC max. gain" + + + *: "AGC max. gain" + + + *: "AGC maximum gain" + + -- cgit v1.2.3