From: dongsheng Date: Wed, 14 May 2008 08:18:15 +0000 (+0000) Subject: "MDL-14129, add new lang strings" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8337d393b52978d1169997a10bedb263423547ac;p=moodle.git "MDL-14129, add new lang strings" --- diff --git a/lang/en_utf8/debug.php b/lang/en_utf8/debug.php index c0a00d71b7..ca6382a639 100644 --- a/lang/en_utf8/debug.php +++ b/lang/en_utf8/debug.php @@ -16,6 +16,7 @@ $string['doesnotworkwitholdversion'] = 'This script does not work with this old $string['erroroccur'] = 'An error has occurred during this process'; $string['fixsetting'] = 'Please fix your settings in config.php:

You have:

\$CFG->dirroot = \"$a[0]\";

but it should be:

\$CFG->dirroot = \"$a[1]\"

'; $string['notables'] = 'No Tables!'; +$string['noreports'] = 'No reports accessible'; $string['nomodules'] = 'No modules found!!'; $string['phpvaroff'] = 'The PHP server variable \'$a[0]\' should be Off - $a[1]'; $string['phpvaron'] = 'The PHP server variable \'$a[0]\' is not turned On - $a[1]'; diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index e311c72f6b..d8724a18a2 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -142,6 +142,7 @@ $string['invalidevent'] = 'Invalid event'; $string['invalidfieldname'] = '\"$a\" is not a valid field name'; $string['invalidfiletype'] = '\"$a\" is not a valid file type'; $string['invalidformatpara'] = 'Incorrect format for choose parameter'; +$string['invalidgradeitmeid'] = 'Incorrect grade item id'; $string['invalidgroupid'] = 'Incorrect group id specified.'; $string['invaliditemid'] = 'Incorect item id'; $string['invalidipformat'] = 'Invalid IP address format';