From ec30ee0900a1d2bcc46c76ab4de3599b26400943 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 14 May 2008 05:56:35 +0000 Subject: [PATCH] "MDL-14129, add new lang strings" --- lang/en_utf8/error.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 26e55cbcb0..10cb3a5191 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -45,8 +45,9 @@ $string['cannotfindlang'] = 'Cannot find \"$a\" language pack!'; $string['cannotfindsite'] = 'Cannot find site-level course'; $string['cannotmarktopic'] = 'Could not mark that topic for this course'; $string['cannotmoverolewithid'] = 'Cannot move role with ID $a'; -$string['cannotmetacourse'] = 'Could not add the selected course to this meta course!'; +$string['cannotmetacourse'] = 'Cannot not add the selected course to this meta course!'; $string['cannotoverridebaserole'] = 'Can not override base role capabilities'; +$string['cannotopencsv'] = 'Cannot open csv file'; $string['cannotreadtmpfile'] = 'Error reading temporary file'; $string['cannotremovefrommeta'] = 'Could not remove the selected course from this meta course!'; $string['cannotrestore'] = 'An error has occurred and the restore could not be completed!'; @@ -85,6 +86,8 @@ $string['coursegroupunknown'] = 'Course corresponding to group $a not specified' $string['csvemptyfile'] = 'The CSV file is empty.'; $string['csvcolumnduplicates'] = 'Duplicate columns detected.'; $string['csvfewcolumns'] = 'Not enough columns, please verify the delimiter setting.'; +$string['csvinvalidcolsnum'] = 'INVALID CSV FILE; Each line must include 49 or 70 fields'; +$string['csvinvalidcols'] = 'INVALID CSV FILE: First line must include "Header Fields" and the file must be type of
"Expanded Fields/Comma Separated"
or
"Expanded Fields with CAVV Result Code/Comma Separated"'; $string['csvweirdcolumns'] = 'Invalid CSV file format - number of columns is not constant!'; $string['dbupdatefailed'] = 'Database update failed.'; $string['destinationcmnotexit'] = 'The destination course module does not exist'; @@ -132,6 +135,7 @@ $string['invalidmodule'] = 'Invalid module'; $string['invalidmoduleid'] = 'Invalid module ID: $a'; $string['invalidmodulename'] = 'Invalid module name: $a'; $string['invalidpagesize'] = 'Invalid page size'; +$string['invalidpaymentmethod'] = 'Invalid payment method: $a'; $string['invalidrequest'] = 'Invalid request'; $string['invalidrole'] = 'Invalid role'; $string['invalidshortname'] = 'That\'s an invalid short course name'; @@ -193,11 +197,14 @@ $string['notmemberofgroup'] = 'You are not a member of this course group'; $string['onlyadmins'] = 'Only administrators can do that.'; $string['onlyeditingteachers'] = 'Only editing teachers can do that.'; $string['onlyeditown'] = 'You can only edit your own information'; +$string['orderidnotfound'] = 'Order ID $a not found.'; $string['pagenotexist'] = 'An unusual error occurred (tried to reach a page that does not exist).'; $string['pathdoesnotstartslash'] = 'No valid arguments supplied, path does not start with slash!'; $string['pleasereport'] = 'If you have time, please let us know what you were trying to do when the error occurred:'; $string['pluginrequirementsnotmet'] = 'Plugin \"$a->pluginname\" ($a->pluginversion) could not be installed. It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).'; $string['processingstops'] = 'Processing stops here. Remaining records ignored.'; +$string['refoundtoorigi'] = 'Refunded to original amount: $a'; +$string['refoundto'] = 'Can be refunded to $a'; $string['remotedownloaderror'] = 'Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.

You must download the url\">$a->url file manually, copy it to \"$a->dest\" in your server and unzip it there.'; $string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).

You must download the url\">$a->url file manually, copy it to \"$a->dest\" in your server and unzip it there.'; $string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.'; @@ -212,6 +219,7 @@ $string['sessionipnomatch'] = 'Sorry, but your IP number seems to have changed f $string['socksnotsupported'] = 'SOCKS5 proxy is not supported in PHP4'; $string['statscatchupmode'] = 'Statistics is currently in catchup mode. So far $a->daysdone day(s) have been processed and $a->dayspending are pending. Check back soon!'; $string['tagnotfound'] = 'The specified tag was not found in the database'; +$string['transactionvoid'] = 'Transaction can not be voided because of already been voided.'; $string['unicodeupgradeerror'] = 'Sorry, but your database is not already in Unicode, and this version of Moodle is not able to migrate your database to Unicode. Please upgrade to Moodle 1.7.x first and perform the Unicode migration from the Admin page. After that is done you should be able to migrate to Moodle $a'; $string['unspecifycourseid'] = 'Must specify course id, short name or idnumber'; $string['statsdisable'] = 'Stats is not enabled.'; -- 2.39.5