From: dongsheng Date: Sun, 15 Jun 2008 16:12:41 +0000 (+0000) Subject: "MDL-14129, add lang string" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2bc95e1ef7975dc385f536c7ba3499defea0601c;p=moodle.git "MDL-14129, add lang string" --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index e3cd23c825..d8ef3741e2 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -359,6 +359,7 @@ $string['reportnotavailable'] = 'This type of report is only available for the s $string['rpcerror'] = 'RPC enrol/mnet/available_courses: ($a)'; $string['scheduledbackupsdisabled'] = 'Scheduled backups have been disabled by the server admin'; $string['sectionnotexist'] = 'This section does not exist'; +$string['secretalreadyused'] = 'Change password confirmation link was already used, password was not changed.'; $string['sendmessage'] = 'Send Message'; $string['sessioncookiesdisable'] = 'Incorrect use of require_key_login() - session cookies must be disabled!'; $string['sessionerroruser'] = 'Your session has timed out. Please login again.';