Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"MDL-14129, add new lang string"
  • Loading branch information
dongsheng committed May 23, 2008
1 parent b985fa3 commit ee95802
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lang/en_utf8/data.php
Expand Up @@ -27,6 +27,14 @@
$string['blank'] = 'Blank';
$string['buttons'] = 'Actions';
$string['bynameondate'] = 'by $a->name - $a->date';
$string['cannotaccesspresentsother'] = 'You are not allowed to access presets from other users';
$string['cannotadd'] = 'Can not add entries!';
$string['cannotdeletepreset'] = 'Error deleting a preset!';
$string['cannotrate'] = 'Rating of items not allowed!';
$string['cannotupdaterate'] = 'Could not update an old rating ($a[0] = $a[1])';
$string['cannotunziptopreset'] = 'Cannot unzip to the preset directory';
$string['cannotinsertrate'] = 'Could not insert a new rating ($a[0] = $a[1])';
$string['cannotinsertempty'] = 'Could not make an empty record!';
$string['cancel'] = 'Cancel';
$string['checkbox'] = 'Checkbox';
$string['chooseorupload'] = 'Choose file';
Expand Down Expand Up @@ -113,6 +121,7 @@
$string['foundrecords'] = 'Found records: $a->num/$a->max (<a href=\"$a->reseturl\">Reset filters</a>)';
$string['foundnorecords'] = 'No records found (<a href=\"$a->reseturl\">Reset filters</a>)';
$string['fromfile'] = 'Import from zip file';
$string['guestrate'] = 'Guests are not allowed to rate entries.';
$string['header'] = 'Header';
$string['headeraddtemplate'] = 'Defines the interface when editing entries';
$string['headerasearchtemplate'] = 'Defines the interface for Advanced Searches';
Expand All @@ -125,6 +134,13 @@
$string['insufficiententries'] = 'more entries needed to view this database';
$string['intro'] = 'Introduction';
$string['invalidfieldname'] = 'Please choose another name for this field';
$string['invalidfieldid'] = 'Field ID is incorrect';
$string['invalidfieldtype'] = 'Field Type is incorrect';
$string['invalidid'] = 'Incorrect data ID';
$string['invaliddata'] = 'Incorrect data';
$string['invalidrecord'] = 'Incorrect record';
$string['invalidratedata'] = 'Incorrect submitted ratings data';
$string['invalidaccess'] = 'This page was not accessed correctly';
$string['invalidurl'] = 'The URL you just entered is not valid';
$string['jstemplate'] = 'Javascript template';
$string['latitude'] = 'Latitude';
Expand Down Expand Up @@ -164,12 +180,14 @@
$string['newentry'] = 'New entry';
$string['newfield'] = 'Create a new field';
$string['noaccess'] = 'You do not have access to this page';
$string['nofieldcontent'] = 'Field content not found';
$string['nodefinedfields'] = 'New preset has no defined fields!';
$string['nofieldindatabase'] = 'There are no fields defined for this database.';
$string['nolisttemplate'] = 'List template is not yet defined';
$string['nomatch'] = 'No matching entries found!';
$string['nomaximum'] = 'No maximum';
$string['norecords'] = 'No entries in database';
$string['norating'] = 'This activity does not use ratings';
$string['nosingletemplate'] = 'Single template is not yet defined';
$string['notinjectivemap'] = 'Not an injective map';
$string['number'] = 'Number';
Expand Down
8 changes: 8 additions & 0 deletions lang/en_utf8/error.php
Expand Up @@ -21,6 +21,7 @@
$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['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';
$string['cannotcreatedefaultcat'] = 'Error creating a default category for context $a';
$string['cannotcreategroup'] = 'Error creating group';
Expand All @@ -41,10 +42,12 @@
$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!';
$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.';
$string['cannotfindcomponent'] = 'Cannot find component.';
$string['cannotfindcontext'] = 'Could not find context';
$string['cannotfindcategory'] = 'Cannot find category record from database by ID - $a';
$string['cannotfinddocs'] = 'Cannot find \"$a\" language docs files';
$string['cannofindgradeitem'] = 'Can not find grade_item';
Expand All @@ -64,6 +67,7 @@
$string['cannotmapfield'] = 'mapping collision detected, 2 fields maps to the same grade item $a';
$string['cannotmarktopic'] = 'Could not mark that topic for this course';
$string['cannotmoverolewithid'] = 'Cannot move role with ID $a';
$string['cannotmovezip'] = 'Cannot move zip';
$string['cannotmodulename'] = 'Cannot get the module name in build navigation.';
$string['cannotmoduletype'] = 'Cannot get the module type in build navigation.';
$string['cannotmetacourse'] = 'Cannot not add the selected course to this meta course!';
Expand All @@ -81,6 +85,7 @@
$string['cannotinsertgrade'] = 'Can not insert grade item without course id!';
$string['cannotinsertrecord'] = 'Could not insert new record ID $a';
$string['cannotinsertkey'] = 'Can not insert new key';
$string['cannotsavecomment'] = 'Error while saving comment.';
$string['cannotsavemd5file'] = 'Cannot save md5 file.';
$string['cannotsavezipfile'] = 'Cannot save ZIP file.';
$string['cannotsetparentforcatoritem'] = 'Can not set parent for category or course item!';
Expand Down Expand Up @@ -121,6 +126,7 @@
$string['cantunenrollfrommetacourse'] = 'You can not unenrol from this meta course.';
$string['cantunenrollinthisrole'] = 'You can not unenrol from this course while you are in your current role.';
$string['cmunknown'] = 'Couldn\'t find this course module';
$string['commentmisconf'] = 'Comment ID is misconfigured';
$string['componentisuptodate'] = 'Component is up to date.';
$string['confirmsesskeybad'] = 'Sorry, but your session key could not be confirmed to carry out this action. This security feature prevents against accidental or malicious execution of important functions in your name. Please make sure you really wanted to execute this function.';
$string['copiedcmnotexist'] = 'The copied course module does not exist!';
Expand Down Expand Up @@ -202,6 +208,7 @@
$string['invalidrequest'] = 'Invalid request';
$string['invalidrole'] = 'Invalid role';
$string['invalidseeky'] = 'Incorrect sesskey submitted, form not accepted!';
$string['invalidsesskey'] = 'Incorrect sesskey submitted, form not accepted!';
$string['invalidshortname'] = 'That\'s an invalid short course name';
$string['invalidscaleid'] = 'Incorrect scale id';
$string['invalidurl'] = 'Invalid url';
Expand All @@ -228,6 +235,7 @@
$string['missingvarname'] = 'Required variable name is missing!';
$string['missinguseranditemid'] = 'Missing userid and itemid';
$string['missingparam'] = 'A required parameter ($a) was missing';
$string['missingparameter'] = 'Parameter missing';
$string['missingrequiredfield'] = 'Some required field is missing';
$string['mimetexisnotexist'] = 'Your system is not configured to run mimeTeX. You need to download the appropriate executable for you PHP_OS platform from <a href=\"http://moodle.org/download/mimetex/\">http://moodle.org/download/mimetex/</a>, or obtain the C source from <a href=\"http://www.forkosh.com/mimetex.zip\"> http://www.forkosh.com/mimetex.zip</a>, compile it and put the executable into your moodle/filter/tex/ directory.';
$string['mimetexnotexecutable'] = 'Custom mimetex is not executable!';
Expand Down

0 comments on commit ee95802

Please sign in to comment.