mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-14129, add lang string"
This commit is contained in:
parent
b3c4db7c1a
commit
25a5f14b8d
2 changed files with 7 additions and 1 deletions
|
@ -23,6 +23,7 @@ $string['cannotaddnewinstance'] = 'Could not add a new instance of $a';
|
|||
$string['cannotsaveconfig'] = 'Problem saving config \"$a[0]\" as \"$a[1]\" for plugin \"$a[2]\"';
|
||||
$string['cannotsavecomment'] = 'Cannot save comment';
|
||||
$string['cannotsavefile'] = 'Cannot save the file\"$a[0]\/$a[1]\"!';
|
||||
$string['cannotsavedata'] = 'Cannot save data';
|
||||
$string['cannotsaveagreement'] = 'Could not save your agreement';
|
||||
$string['cannotcallscript'] = 'You cannot call this script in that way';
|
||||
$string['cannotcreatebackupdir'] = 'Could not create backupdata folder. The site administrator needs to fix the file permissions';
|
||||
|
@ -67,7 +68,8 @@ $string['cannotimportgrade'] = 'Grade import error';
|
|||
$string['cannotimportformat'] = 'Sorry, importing this format is not yet implemented!';
|
||||
$string['cannotnetgeo'] = 'Can not connect to NetGeo server at http://netgeo.caida.org, please check proxy settings or better install MaxMind GeoLite City data file.';
|
||||
$string['cannotgetblock'] = 'Could not retrieve blocks from the database';
|
||||
$string['cannotgetcats'] = 'error getting category record';
|
||||
$string['cannotgetcats'] = 'Cannot get category record';
|
||||
$string['cannotgetdata'] = 'Cannot get data';
|
||||
$string['cannotgradeuser'] = 'Can not grade this user';
|
||||
$string['cannothaveparentcate'] = 'Course category can not have parent!';
|
||||
$string['cannotmapfield'] = 'mapping collision detected, 2 fields maps to the same grade item $a';
|
||||
|
@ -225,6 +227,7 @@ $string['invalidmd5'] = 'Invalid md5';
|
|||
$string['invalidmodule'] = 'Invalid module';
|
||||
$string['invalidmoduleid'] = 'Invalid module ID: $a';
|
||||
$string['invalidmodulename'] = 'Invalid module name: $a';
|
||||
$string['invalidnum'] = 'Invalid numeric value';
|
||||
$string['invalidoutcome'] = 'Incorrect outcome id';
|
||||
$string['invalidpagesize'] = 'Invalid page size';
|
||||
$string['invalidpaymentmethod'] = 'Invalid payment method: $a';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue