]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add lang"
authordongsheng <dongsheng>
Thu, 5 Jun 2008 08:43:13 +0000 (08:43 +0000)
committerdongsheng <dongsheng>
Thu, 5 Jun 2008 08:43:13 +0000 (08:43 +0000)
lang/en_utf8/error.php
lang/en_utf8/glossary.php

index e567b028b602562aa952c74b69310c046a2ca678..7c0bd50173f74ef967f1fd4d269062490a8f0f4a 100644 (file)
@@ -17,6 +17,7 @@ $string['cannotaddblock'] = '$a block could not be added to the block list!';
 $string['cannotaddcoursemodule'] = 'Could not add a new course module';
 $string['cannotaddcoursemoduletosection'] = 'Could not add the new course module to that section';
 $string['cannotupdatecoursemodule'] = 'Could not update the course module with the correct section';
+$string['cannotupdatecomment'] = 'Could not update this comment';
 $string['cannotaddcmtosection'] = 'Could not add the new course module to that section';
 $string['cannotaddrss'] = 'You do not have permission to add rss feeds';
 $string['cannotaddnewmodule'] = 'Could not add a new module of $a';
@@ -46,6 +47,7 @@ $string['cannotdownloadcomponents'] = 'Cannot download components.';
 $string['cannotdownloadlanguageupdatelist'] = 'Cannot download list of language updates from download.moodle.org';
 $string['cannotdownloadzipfile'] = 'Cannot download ZIP file.';
 $string['cannoteditcomment'] = 'Comment is not yours to edit!';
+$stirng['cannoteditcommentexpired'] = 'You can\'t edit this. Time expired!';
 $string['cannoteditsiteform'] = 'You cannot edit the site course using this form';
 $string['cannoteditpostorblog'] = 'You can not post or edit blogs.';
 $string['cannoteditmasterlang'] = 'You do not have permission to edit master language package. This permission is controlled by the capability "moodle/site:langeditmaster". Set this capability to allow you to edit master language packages in case you are the maintainer of a package.';
@@ -85,8 +87,10 @@ $string['cannotrestore'] = 'An error has occurred and the restore could not be c
 $string['cannotsaveblock'] = 'Error saving block configuration';
 $string['cannotsavefile'] = 'Cannot save the file \"$a\".';
 $string['cannotinitpage'] = 'Cannot quickly initialize page, course id: $a';
+$string['cannotinsertcomment'] = 'Could not insert this new comment';
 $string['cannotinsertgrade'] = 'Can not insert grade item without course id!';
 $string['cannotinsertrecord'] = 'Could not insert new record ID $a';
+$string['cannotinsertrate'] = 'Could not insert a new rating ($a[0] = $a[1])';
 $string['cannotinsertkey'] = 'Can not insert new key';
 $string['cannotsavecomment'] = 'Error while saving comment.';
 $string['cannotsavemd5file'] = 'Cannot save md5 file.';
@@ -173,12 +177,15 @@ $string['groupalready'] = 'User already belongs to group $a';
 $string['groupexistforcourse'] = 'Group \"$a\" already exists for this course';
 $string['groupnotaddederror'] = 'Group \"$a\" not added';
 $string['groupunknown'] = 'Group $a not associated to specified course';
+$string['guestnocomment'] = 'Guests are not allowed to post comments!';
 $string['guestnoeditprofile'] = 'The guest user cannot edit their profile';
+$string['guestnorate'] = 'Guests are not allowed to rate entries.';
 $string['guestnoeditprofileother'] = 'The guest user profile cannot be edited';
 $string['invalidaction'] = 'Invalid action parameter.';
 $string['invalidarguments'] = 'No valid arguments supplied';
 $string['invalidargorconf'] = 'No valid arguments supplied or incorrect server configuration';
 $string['invalidaccessparameter'] = 'Invalid access parameter.';
+$string['invalidaccess'] = 'This page was not accessed correctly';
 $string['invalidblockinstance'] = 'Invalid block instance for: $a';
 $string['invalidcategory'] = 'Incorrect category id!';
 $string['invalidcourse'] = 'Invalid course';
@@ -186,9 +193,11 @@ $string['invalidcourseid'] = 'You are trying to use an invalid course ID: ($a)';
 $string['invalidcourselevel'] = 'Incorrect context level';
 $string['invalidcoursemodule'] = 'Invalid course module ID';
 $string['invalidcontext'] = 'Invalid context';
+$string['invalidcomment'] = 'Comment is incorrect';
 $string['invaliddata'] = 'Data submitted is invalid.';
 $string['invalidelementid'] = 'Incorrect element id!';
 $string['invalidenrol'] = 'illegal enrolment attempted';
+$string['invalidentry'] = 'This is not valid entry!';
 $string['invalidevent'] = 'Invalid event';
 $string['invalidcoursenameshort'] = 'Invalid short course name';
 $string['invalidevent'] = 'Invalid event';
@@ -267,7 +276,10 @@ $string['nousers'] = 'No such user!';
 $string['nonmeaningfulcontent'] = 'Non meaningful content';
 $string['noparticipatorycms'] = 'Sorry, but you have no participatory course modules to report on.';
 $string['nopermissions'] = 'Sorry, but you do not currently have permissions to do that ($a)';
+$string['nopermissiontocomment'] = 'You can\'t add comments to this glossary!';
+$string['nopermissiontoeditcomment'] = 'You can\'t edit other people\'s comments!';
 $string['nopermissiontohide'] = 'No permission to hide!';
+$string['nopermissiontorate'] = 'Rating of items not allowed!';
 $string['nopermissiontoimportact'] = 'You do not have the required permissions to import activities to this course';
 $string['nopermissiontolock'] = 'No permission to lock!';
 $string['nopermissiontomkdir'] = 'Cannot create folder. The site administrator needs to fix the file permissions';
index e0e407027144f83993fe60881ed652069b0b0f73..a1ef4a6194c7b3231cafc4d99811cb72145276b6 100644 (file)
@@ -138,6 +138,7 @@ $string['importedentries'] = 'Imported entries';
 $string['importentries'] = 'Import entries';
 $string['importentriesfromxml'] = 'Import entries from XML file';
 $string['includegroupbreaks'] = 'Include group breaks';
+$string['invalidid'] = 'Incorrect glossary id';
 $string['isglobal'] = 'Is this glossary global?';
 $string['letter'] = 'letter';
 $string['linkcategory'] = 'Automatically link this category';
@@ -156,6 +157,8 @@ $string['noconceptfound'] = 'No concept or definition found.';
 $string['noentries'] = 'No entries found in this section';
 $string['noentry'] = 'No entry found.';
 $string['notcategorised'] = 'Not categorised';
+$string['nopermissiontodelcomment'] = 'You can\'t delete other people\'s comments!';
+$string['nopermissiontodelinglossary'] = 'You can\'t comments in this glossary!';
 $string['numberofentries'] = 'Number of entries';
 $string['onebyline'] = '(one per line)';
 $string['popupformat'] = 'Popup format';