From 01a5135d8774994ba2cb4d755c2c322b54a9286a Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 10 Sep 2004 02:20:58 +0000 Subject: [PATCH] Added some instructions for translators on some important strings --- admin/lang.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/lang.php b/admin/lang.php index dedd53bbea..4c4e25a7dc 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -201,6 +201,12 @@ unset($string); include("$enlangdir/$currentfile"); $enstring = $string; + if ($currentlang != 'en') { + $enstring['thislanguage'] = "<< TRANSLATORS: Specify the name of your language here. If possible use Unicode Numeric Character References >>"; + $enstring['thischarset'] = "<< TRANSLATORS: Specify the character set of your language here. Note that all text created while this language is active will be stored using this character set, so don't change it once you have set it. Example: iso-8859-1 >>"; + $enstring['thisdirection'] = "<< TRANSLATORS: This string specifies the direction of your text, either left-to-right or right-to-left. Insert either 'ltr' or 'rtl' here. >>"; + $enstring['parentlanguage'] = "<< TRANSLATORS: If your language has a Parent Language that Moodle should use when strings are missing from your language pack, then specify the code for it here. If you leave this blank then English will be used. Example: nl >>"; + } ksort($enstring); unset($string); -- 2.39.5