"MDL-14129, add lang string"

This commit is contained in:
dongsheng 2008-06-15 08:35:34 +00:00
parent b3c4db7c1a
commit 25a5f14b8d
2 changed files with 7 additions and 1 deletions

View file

@ -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';