From 0ad0dbe9a5e53179cf982b66faf2db01b391b559 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 22 May 2008 07:24:35 +0000 Subject: [PATCH] "MDL-14129, add new lang string" --- lang/en_utf8/assignment.php | 6 ++++++ lang/en_utf8/error.php | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/assignment.php b/lang/en_utf8/assignment.php index 911f72703c..dcc46eddac 100644 --- a/lang/en_utf8/assignment.php +++ b/lang/en_utf8/assignment.php @@ -24,12 +24,15 @@ $string['assignmentname'] = 'Assignment name'; $string['assignmenttype'] = 'Assignment type'; $string['availabledate'] = 'Available from'; $string['cannotdeletefiles'] = 'An error occurred and files could not be deleted'; +$string['cannotinsertempty'] = 'Could not insert a new empty submission'; +$string['cannotviewassignment'] = 'You can not view this assignment'; $string['comment'] = 'Comment'; $string['commentinline'] = 'Comment inline'; $string['configitemstocount'] = 'Nature of items to be counted for student submissions in online assignments.'; $string['configmaxbytes'] = 'Default maximum assignment size for all assignments on the site (subject to course limits and other local settings)'; $string['configshowrecentsubmissions'] = 'Everyone can see notifications of submissions in recent activity reports.'; $string['confirmdeletefile'] = 'Are you absolutely sure you want to delete this file?
$a'; +$string['coursemisconf'] = 'Course is misconfigured'; $string['deleteallsubmissions'] = 'Delete all submissions'; $string['deletefilefailed'] = 'Deleting of file failed.'; $string['description'] = 'Description'; @@ -82,6 +85,8 @@ $string['helpuploadsingle'] = '

This type of assignment allows each participan $string['hideintro'] = 'Hide description before available date'; $string['itemstocount'] = 'Count'; $string['invalidid'] = 'assignment ID was incorrect'; +$string['invalidassignment'] = 'incorrect assignment'; +$string['invalidtype']= 'Incorrect assignment type'; $string['late'] = '$a late'; $string['maximumgrade'] = 'Maximum grade'; $string['maximumsize'] = 'Maximum size'; @@ -136,6 +141,7 @@ $string['uploadfiletoobig'] = 'Sorry, but that file is too big (limit is $a byte $string['uploadnofilefound'] = 'No file was found - are you sure you selected one to upload?'; $string['uploadnotregistered'] = '\'$a\' was uploaded OK but submission did not register!'; $string['uploadsuccess'] = 'Uploaded \'$a\' successfully'; +$string['usermisconf'] = 'User is misconfigured'; $string['viewfeedback'] = 'View assignment grades and feedback'; $string['viewsubmissions'] = 'View $a submitted assignments'; $string['yoursubmission'] = 'Your submission'; diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 78f42d6293..991d7e5a9f 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -49,10 +49,11 @@ $string['cannotfindcategory'] = 'Cannot find category record from database by ID $string['cannotfinddocs'] = 'Cannot find \"$a\" language docs files'; $string['cannofindgradeitem'] = 'Can not find grade_item'; $string['cannotfindgroup'] = 'Unable to find group'; -$string['cannotfindinfo'] = 'Cannot find info for: \"$a\"'; $string['cannotfindhelp'] = 'Cannot find \"$a\" language help files'; +$string['cannotfindinfo'] = 'Cannot find info for: \"$a\"'; $string['cannotfindlang'] = 'Cannot find \"$a\" language pack!'; $string['cannotfindsite'] = 'Cannot find site-level course'; +$string['cannotfindteacher'] = 'cannotfindteacher'; $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.'; @@ -320,6 +321,7 @@ $string['unknownrole'] = 'Unknown role \"$a\"'; $string['unknownuseraction'] = 'Sorry, I do not understand this user action.'; $string['unknoworder'] = 'Unknown ordering'; $string['unknowparamtype'] = 'Unknown parameter type: $a'; +$string['unknowuploadaction'] = 'Error: Unknow upload action ($a).'; $string['unsupportedevent'] = 'Unsupported event type'; $string['upgraderequires19'] = 'ERROR: New Moodle version was installed on server, unfortunately upgrade from the previous version is not supported.
Please upgrade first to latest 1.9.x release. You can also return to previous version by reinstalling original files.'; $string['urlnotdefinerss'] = 'URL not defined for rss feed'; -- 2.39.5