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';
|
||||
|
|
|
@ -60,10 +60,12 @@ $string['cannotinsertgrade'] = 'Cannot insert grade';
|
|||
$string['cannotinsertpage'] = 'Cannot insert new page';
|
||||
$string['cannotinserttimer'] = 'Error: could not insert row into lesson_timer table';
|
||||
$string['cannotupdateanswer'] = 'Update page: answer not updated';
|
||||
$string['cannotupdatebook'] = 'Cannot update your book';
|
||||
$string['cannotupdategrade'] = 'Cannot update grade';
|
||||
$string['cannotupdatelink'] = 'Cannot update link';
|
||||
$string['cannotupdatepage'] = 'Update page: page not updated';
|
||||
$string['cannotupdatetimer'] = 'Error: could not update lesson_timer table';
|
||||
$string['cannotresetjump'] = 'Lesson restorelib: unable to reset jump';
|
||||
$string['cancel'] = 'Cancel';
|
||||
$string['canretake'] = '$a can re-take';
|
||||
$string['casesensitive'] = 'Use Regular Expressions';
|
||||
|
@ -153,6 +155,7 @@ $string['importcount'] = 'Importing $a questions';
|
|||
$string['importppt'] = 'Import PowerPoint';
|
||||
$string['importquestions'] = 'Import questions';
|
||||
$string['insertedpage'] = 'Inserted page';
|
||||
$string['invalidpageid'] = 'Invalid lesson page ID';
|
||||
$string['invalidid'] = 'No course module ID or lesson ID were passed';
|
||||
$string['invalidlessonid'] = 'lesson ID was incorrect';
|
||||
$string['invalidpageid'] = 'Invalid Page ID';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue