]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add new lang strings"
authordongsheng <dongsheng>
Wed, 14 May 2008 08:18:15 +0000 (08:18 +0000)
committerdongsheng <dongsheng>
Wed, 14 May 2008 08:18:15 +0000 (08:18 +0000)
lang/en_utf8/debug.php
lang/en_utf8/error.php

index c0a00d71b742ae8b28e3bdabe81ff8ecbf8f1251..ca6382a6393bc1eb029afef42af624dafbfbafe9 100644 (file)
@@ -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: <p>You have:</p> <p>\$CFG->dirroot = \"$a[0]\";</p> <p>but it should be:</p> <p>\$CFG->dirroot = \"$a[1]\"</p>';
 $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]';
index e311c72f6b380ea62e3271880608d81d9a7a4ef6..d8724a18a2e107655949880b73f59443cc235b6b 100644 (file)
@@ -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';