moodle/lang/en_utf8/error.php

495 lines
39 KiB
PHP
Raw Normal View History

<?PHP // $Id$
2006-11-01 09:44:01 +00:00
// error.php - created with Moodle 1.7 beta + (2006101003)
$string['adminprimarynoedit'] = 'The primary admin cannot be edited by others';
$string['authnotexisting'] = 'The autorization plugin doesn\'t exist';
2008-06-24 15:09:44 +00:00
$string['authorizeerror'] = 'Authorize error';
$string['blockdoesnotexist'] = 'This block does not exist';
$string['blockdoesnotexistonpage'] = 'This block (id=$a->instanceid) does not exist on this page ($a->url).';
$string['blockcannotinistantiate'] = 'Problem in instantiating block object';
2008-05-01 05:44:41 +00:00
$string['blockcannotread'] = 'Could not read data for blockid= $a ';
$string['blockcannotconfig'] = 'This block does not support global configuration';
$string['blocknameconflict'] = 'Naming conflict: block $a->name has the same title with an existing block: $a->conflict!';
2008-06-24 15:09:44 +00:00
$string['backupcontainexternal'] = 'This backup file contains external Moodle Network Hosts that are not configured locally';
2008-04-24 02:48:36 +00:00
$string['backuptablefail'] = 'Backup tables could NOT be set up successfully!';
$string['cannotaddcoursemodule'] = 'Could not add a new course module';
2008-05-29 02:50:10 +00:00
$string['cannotaddcoursemoduletosection'] = 'Could not add the new course module to that section';
2008-06-15 11:47:27 +00:00
$string['cannotaddmodule'] = '$a module could not be added to the module list!';
$string['cannotaddnewmodule'] = 'Could not add a new module of $a';
$string['cannotaddrss'] = 'You do not have permission to add rss feeds';
$string['cannotaddthisblocktype'] = 'You cannot add a $a block to this page.';
$string['cannotassignanthing'] = 'Cannot assign moodle/site:doanything';
$string['cannotassignrole'] = 'Cannot assign role in course';
$string['cannotassignrolehere'] = 'You are not allowed to assign this role (id = $a->roleid) in this context ($a->context)';
$string['cannotassignselfasparent'] = 'Cannot assign self as parent!';
2009-06-24 13:31:07 +00:00
$string['cannotcallusgetselecteduser'] = 'You cannot call user_selector::get_selected_user if multi select is true.';
2008-05-23 08:09:08 +00:00
$string['cannotcallscript'] = 'You cannot call this script in that way';
2008-04-24 02:48:36 +00:00
$string['cannotcreatebackupdir'] = 'Could not create backupdata folder. The site administrator needs to fix the file permissions';
2008-06-24 15:09:44 +00:00
$string['cannotcreatecategory'] = 'The category was not inserted';
2008-05-14 06:15:56 +00:00
$string['cannotcreategroup'] = 'Error creating group';
2008-06-24 15:09:44 +00:00
$string['cannotcreatelangdir'] = 'Cannot create lang directory';
$string['cannotcreatelangbase'] = 'Error: Could not create base lang directory';
$string['cannotcreatetempdir'] = 'Cannot create temp directory';
2008-04-09 09:55:17 +00:00
$string['cannotcreatesitedir'] = 'Cannot create site folder. The site administrator needs to fix the file permissions.';
2008-06-24 15:09:44 +00:00
$string['cannotcreateuploaddir'] = 'Cannot create upload folder. The site administrator needs to fix the file permissions.';
2008-04-26 11:02:51 +00:00
$string['cannotcreateorfindstructs'] = 'Error finding or creating section structures for this course';
2008-06-24 15:09:44 +00:00
$string['cannotcreatepopupwin'] = 'Undefined element - cannot create pop-up window';
$string['cannotcustomisefiltersblockuser'] = 'You cannot customise filters settings in user or block contexts.';
2008-06-22 16:51:55 +00:00
$string['cannotcustomizelocallang'] = 'You do not have permission to customize the strings translation. This permission is controlled by the capability \"moodle/site:langeditlocal\". Set this capability to allow you to edit local language packages in case you want to modify translations for your site.';
2008-06-24 15:09:44 +00:00
$string['cannotdeletelangcache'] = 'Language cache cannot be deleted, please fix permissions in dataroot/cache/languages!';
$string['cannotdeletebackupids'] = 'Couldn\'t delete previous backup ids';
$string['cannotdeletecategorycourse'] = 'Course \'$a\' failed to be deleted.';
$string['cannotdeletecategoryquestions'] = 'Could not delete questions from category \'$a\'';
2008-06-24 15:09:44 +00:00
$string['cannotdeletecourse'] = 'You do not have the permission to delete this course';
2008-06-15 09:48:42 +00:00
$string['cannotdeletecustomfield'] = 'Error deleting custom field data';
2008-06-15 10:47:40 +00:00
$string['cannotdeletedir'] = 'Cannot delete ($a)';
$string['cannotdeletefile'] = 'Cannot delete this file';
2008-06-24 15:09:44 +00:00
$string['cannotdeleterole'] = 'It cannot be deleted, because $a';
$string['cannotdeletethisrole'] = 'You cannot delete this role because it is used by the system, or because it is the last role with administrator capabilities.';
2008-04-10 06:19:26 +00:00
$string['cannotdeleterolewithid'] = 'Could not delete role with ID $a';
2008-06-24 15:09:44 +00:00
$string['cannotdownloadcomponents'] = 'Cannot download components';
$string['cannotdownloadlanguageupdatelist'] = 'Cannot download list of language updates from download.moodle.org';
2008-06-24 15:09:44 +00:00
$string['cannotdownloadzipfile'] = 'Cannot download ZIP file';
$string['cannoteditcomment'] = 'This comment is not yours to edit!';
$string['cannoteditcommentexpired'] = 'You can\'t edit this. The time has expired!';
$string['cannoteditsiteform'] = 'You cannot edit the site course using this form';
2008-06-24 15:09:44 +00:00
$string['cannoteditpostorblog'] = 'You cannot post or edit blogs';
$string['cannoteditmasterlang'] = 'You do not have permission to edit the 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['cannotedityourprofile'] = 'Sorry, you cannot edit own profile';
$string['cannotfindcomponent'] = 'Cannot find component';
2008-05-23 08:09:08 +00:00
$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['cannotfindgradeitem'] = 'Cannot find grade_item';
2008-04-24 02:24:49 +00:00
$string['cannotfindgroup'] = 'Unable to find group';
$string['cannotfindhelp'] = 'Cannot find \"$a\" language help files';
2008-05-22 07:24:35 +00:00
$string['cannotfindinfo'] = 'Cannot find info for: \"$a\"';
2008-04-09 09:55:17 +00:00
$string['cannotfindlang'] = 'Cannot find \"$a\" language pack!';
2008-04-10 03:44:09 +00:00
$string['cannotfindsite'] = 'Cannot find site-level course';
2008-06-24 15:09:44 +00:00
$string['cannotfindteacher'] = 'Cannot find teacher';
2008-06-15 10:06:06 +00:00
$string['cannotfinduser'] = 'Cannot find user named \"$a\"';
2008-05-15 03:07:56 +00:00
$string['cannotgetblock'] = 'Could not retrieve blocks from the database';
2008-06-15 08:35:34 +00:00
$string['cannotgetcats'] = 'Cannot get category record';
$string['cannotgetdata'] = 'Cannot get data';
2008-06-24 15:09:44 +00:00
$string['cannotgradeuser'] = 'Cannot grade this user';
$string['cannothaveparentcate'] = 'Course category cannot have parent!';
$string['cannotimport'] = 'Import error';
$string['cannotimportgrade'] = 'Grade import error';
$string['cannotimportformat'] = 'Sorry, importing this format is not yet implemented!';
$string['cannotinsertgrade'] = 'Cannot insert grade item without course id!';
$string['cannotinsertrate'] = 'Could not insert a new rating ($a->id = $a->rating)';
$string['cannotinsertrecord'] = 'Could not insert new record ID $a';
2008-06-24 15:09:44 +00:00
$string['cannotmailconfirm'] = 'Error sending password change confirmation email';
2008-09-25 02:09:49 +00:00
$string['cannotmanualctrack'] = 'Activity does not provide manual completion tracking';
2008-06-24 15:09:44 +00:00
$string['cannotmapfield'] = 'Mapping collision detected - two fields maps to the same grade item $a';
2008-05-13 06:15:20 +00:00
$string['cannotmarktopic'] = 'Could not mark that topic for this course';
$string['cannotmetacourse'] = 'Cannot not add the selected course to this meta course!';
2008-04-10 06:19:26 +00:00
$string['cannotmoverolewithid'] = 'Cannot move role with ID $a';
2008-06-24 15:09:44 +00:00
$string['cannotmodulename'] = 'Cannot get the module name in build navigation';
$string['cannotmoduletype'] = 'Cannot get the module type in build navigation';
$string['cannotnetgeo'] = 'Cannot connect to NetGeo server at http://netgeo.caida.org, please check proxy settings or better install MaxMind GeoLite City data file';
2008-06-24 15:09:44 +00:00
$string['cannotopencsv'] = 'Cannot open CSV file';
2008-05-21 07:53:57 +00:00
$string['cannotopenforwrit'] = 'Cannot open for writing: $a';
2008-06-15 10:47:40 +00:00
$string['cannotopenfile'] = 'Cannot open file ($a)';
2008-06-15 11:40:25 +00:00
$string['cannotopentemplate'] = 'Cannot open template file ($a)';
$string['cannotopenzip'] = 'Can not open zip file, probably zip extension bug on 64bit os';
$string['cannotoverridebaserole'] = 'Cannot override base role capabilities';
$string['cannotoverriderolehere'] = 'You are not allowed to override this role (id = $a->roleid) in this context ($a->context)';
2008-04-10 03:44:09 +00:00
$string['cannotreadtmpfile'] = 'Error reading temporary file';
2008-05-21 07:53:57 +00:00
$string['cannotreaduploadfile'] = 'Could not read uploaded file';
2008-06-24 15:09:44 +00:00
$string['cannotreadfile'] = 'Cannot read file ($a)';
$string['cannotremovefrommeta'] = 'Could not remove the selected course from this meta course!';
2008-05-08 08:43:17 +00:00
$string['cannotrestore'] = 'An error has occurred and the restore could not be completed!';
2008-06-15 10:06:06 +00:00
$string['cannotresetguestpwd'] = 'You cannot reset the guest password';
$string['cannotresetmail'] = 'Error resetting password and mailing you';
$string['cannotresetthisrole'] ='Cannot reset this role';
$string['cannotrestoreadminorcreator'] = 'You need to be a creator or admin user to restore into new course!';
$string['cannotrestoreadminoredit'] = 'You need to be a editing teacher or admin user to restore into selected course!';
2008-05-15 03:07:56 +00:00
$string['cannotsaveblock'] = 'Error saving block configuration';
2008-06-24 15:09:44 +00:00
$string['cannotsavefile'] = 'Cannot save the file \"$a\"';
$string['cannotsaveagreement'] = 'Could not save your agreement';
$string['cannotsavecomment'] = 'Cannot save comment';
$string['cannotsavedata'] = 'Cannot save data';
$string['cannotsavefile'] = 'Cannot save the file \"$a\"!';
2008-06-24 15:09:44 +00:00
$string['cannotsavemd5file'] = 'Cannot save md5 file';
$string['cannotsavezipfile'] = 'Cannot save ZIP file';
$string['cannotsetparentforcatoritem'] = 'Cannot set parent for category or course item!';
2008-05-20 02:55:58 +00:00
$string['cannotsetpassword'] = 'Could not set user password!';
2008-05-14 07:24:28 +00:00
$string['cannotsetprefgrade'] = 'Could not set preference aggregationview to $a for this grade category';
2008-06-15 10:13:30 +00:00
$string['cannotsettheme'] = 'Could not set the theme!';
2008-05-15 03:07:56 +00:00
$string['cannotsetupblock'] = 'Blocks tables could NOT be set up successfully!';
2008-05-20 02:55:58 +00:00
$string['cannotsetupcapforplugin'] = 'Could not set up the capabilities for $a';
$string['cannotsetupcapformod'] = 'Could not set up the capabilities for $a';
$string['cannotshowhidecoursesincategory'] = 'Cannot show/hide the courses in category $a.';
2008-06-24 15:09:44 +00:00
$string['cannotunzipfile'] = 'Cannot unzip file';
2008-05-14 02:54:18 +00:00
$string['cannotupdaterecord'] = 'Could not update record ID $a';
2008-05-20 02:55:58 +00:00
$string['cannotupdatemod'] = 'Could not update $a';
$string['cannotupdateusermsgpref'] = 'Cannot update user message preferences';
2008-06-13 07:07:45 +00:00
$string['cannotupdateuseronexauth'] = 'Failed to update user data on external auth: $a. See the server logs for more details.';
2008-06-24 15:09:44 +00:00
$string['cannotupdatepasswordonextauth'] = 'Failed to update password on external auth: $a. See the server logs for more details.';
2008-06-13 07:07:45 +00:00
$string['cannotupdateprofile'] = 'Error updating user record';
2008-06-24 15:09:44 +00:00
$string['cannotupdaterss'] = 'Cannot update RSS';
$string['cannotupdatesubcourse'] = 'Could not update a child course!';
2008-06-24 15:09:44 +00:00
$string['cannotuploadfile'] = 'Error processing upload file';
$string['cannotunassignrolefrom'] = 'Cannot unassign this user from role id: $a';
$string['cannotunassigncap'] = 'Could not unassign deprecated capability $a->cap from role $a->role';
$string['cannotuseadmin'] = 'You need to be an admin user to use this page';
$string['cannotuseadminadminorteacher'] = 'You need to be a teacher or admin user to use this page';
2008-06-24 15:09:44 +00:00
$string['cannotusepage'] = 'Only teachers and administrators can use this page';
$string['cannotusepage2'] = 'Sorry, you may not use this page';
$string['cannotviewprofile'] = 'You cannot view the profile of this user';
2008-06-15 10:47:40 +00:00
$string['cannotwritefile'] = 'Cannot write to file ($a)';
2008-06-24 15:09:44 +00:00
$string['cantunenrollfrommetacourse'] = 'You cannot unenrol from this meta course';
$string['cantunenrollinthisrole'] = 'You cannot unenrol from this course while you are in your current role';
2008-05-23 08:09:08 +00:00
$string['commentmisconf'] = 'Comment ID is misconfigured';
2008-06-24 15:09:44 +00:00
$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.';
2006-09-17 16:39:12 +00:00
$string['couldnotassignrole'] = 'A serious but unspecified error occurred while trying to assign a role to you';
$string['couldnotupdatenoexistinguser'] = 'Cannot update the user - user doesn\'t exist';
$string['countriesphpempty'] = 'Error: The file countries.php in language pack $a is empty or missing.';
2006-11-01 09:44:01 +00:00
$string['coursegroupunknown'] = 'Course corresponding to group $a not specified';
$string['courseidnotfound'] = 'Course id doesn\'t exist';
2008-05-23 07:10:37 +00:00
$string['coursemisconf'] = 'Course is misconfigured';
$string['courserequestdisabled'] = 'Sorry, but requesting courses has been disabled by the administrator';
2008-06-24 15:09:44 +00:00
$string['csvemptyfile'] = 'The CSV file is empty';
$string['csvcolumnduplicates'] = 'Duplicate columns detected';
$string['csvfewcolumns'] = 'Not enough columns, please verify the delimiter setting';
$string['csvinvalidcolsnum'] = 'Invalid CSV file - each line must include 49 or 70 fields';
$string['csvinvalidcols'] = '<b>Invalid CSV file:</b> First line must include \"Header Fields\" and the file must be type of <br />\"Expanded Fields/Comma Separated\"<br />or<br /> \"Expanded Fields with CAVV Result Code/Comma Separated\"';
$string['csvweirdcolumns'] = 'Invalid CSV file format - number of columns is not constant!';
$string['csvloaderror'] = 'Error occur during loading CSV file!';
2008-06-24 15:09:44 +00:00
$string['dbconnectionfailed'] = '<p>Error: Database connection failed</p>
<p>It is possible that the database is overloaded or otherwise not running properly.</p>
<p>The site administrator should also check that the database details have been correctly specified in config.php</p>$a';
$string['dbdriverproblem'] = '<p>Error: database driver problem detected</p>
<p>The site administrator should verify server configuration</p><p>$a</p>';
2008-06-24 15:09:44 +00:00
$string['dbupdatefailed'] = 'Database update failed';
2009-01-16 22:07:10 +00:00
$string['dbsessionbroken'] = 'Serious database session problem detected.<br /><br />Please notify server administrator.';
$string['dbsessionhandlerproblem'] = 'Setting up of database session failed.<br /><br />Please notify server administrator.';
$string['dbsessionmysqlpacketsize'] = 'Serious session error detected.<br /><br />Please notify administrator, this problem is most probably caused by small value in max_allowed_packet MySQL setting.';
2008-06-24 15:09:44 +00:00
$string['ddlexecuteerror'] = 'DDL sql execution error';
$string['ddlfieldalreadyexists'] = 'Field \"$a\" does not exist';
$string['ddlfieldnotexist'] = 'Field \"$a->fieldname\" does not exist in table \"$a->tablename\"';
$string['ddldependencyerror'] = '$a->targettype \"$a->targetname\" cannot be modifed. Dependency found with $a->offendingtype \"$a->offendingname\"';
2008-06-24 15:09:44 +00:00
$string['ddltablealreadyexists'] = 'Table \"$a\" already exists';
$string['ddltablenotexist'] = 'Table \"$a\" does not exist';
$string['ddlunknownerror'] = 'Unknown DDL library error';
2008-06-22 16:51:55 +00:00
$string['ddlxmlfileerror'] = 'XML database file errors found';
2008-11-04 21:50:13 +00:00
$string['dmlreadexception'] = 'Error reading from database';
$string['dmlwriteexception'] = 'Error writing to database';
$string['destinationcmnotexit'] = 'The destination course module does not exist';
$string['detectedbrokenplugin'] = 'Plugin \"$a\" is defective, can not continue, sorry.';
2008-06-24 15:09:44 +00:00
$string['downloadedfilecheckfailed'] = 'Downloaded file check failed';
$string['duplicateusername'] = 'Duplicate username - skipping record';
2008-07-21 07:18:58 +00:00
$string['duplicateparaminsql'] = 'ERROR: duplicate parameter name in query';
2008-06-24 15:09:44 +00:00
$string['duplicaterolename'] = 'There is already a role with this name!';
$string['duplicateroleshortname'] = 'There is already a role with this short name!';
$string['emailfail'] = 'Emailing failed';
$string['error'] = 'Error occured';
$string['errorcleaningdirectory'] = 'Error cleaning directory \"$a\"';
$string['errorcopyingfiles'] = 'Error copying files';
$string['errorcreatingdirectory'] = 'Error creating directory \"$a\"';
$string['errorcreatingfile'] = 'Error creating file \"$a\"';
$string['errorcreatingrole'] = 'Error creating role';
$string['errorfetchingrssfeed'] = 'Error fetching RSS feed.';
$string['erroronline'] = 'Error on line $a';
2006-11-01 09:44:01 +00:00
$string['errorreadingfile'] = 'Error reading file \"$a\"';
$string['errorsavingrequest'] = 'An error occurred when trying to save your request.';
$string['errorunzippingfiles'] = 'Error unzipping files';
$string['errorupdatingcoursevisibility'] = 'Error updating the course visibility';
$string['errorsettinguserpref'] = 'Error setting user preference';
2008-05-20 02:55:58 +00:00
$string['expiredkey'] = 'Expired key';
$string['failtoloadblocks'] = 'One or more blocks are registered in the database, but they all failed to load!';
$string['fieldrequired'] = '\"$a\" is a required field';
$string['filenotfound'] = 'Sorry, the requested file could not be found';
$string['filenotreadable'] = 'File is not readable';
$string['filemismatch'] = 'Non-core file name mismatch. The file \"$a->current\" should be $a->file';
$string['filterdoesnothavelocalconfig'] = 'The filter $a does not allow local configuration.';
$string['filternotinstalled'] = 'Filter $a is not currently installed';
$string['filternotactive'] = 'Filter $a is not currently active';
$string['filternotenabled'] = 'Filter not enabled!';
2008-06-24 15:09:44 +00:00
$string['forumblockingtoomanyposts'] = 'You have exceeded the posting threshold set for this forum';
$string['hackdetected'] = 'Hack attack detected!';
$string['headersent'] = 'Headers already sent';
$string['generalexceptionmessage'] = 'Exception - $a';
2008-05-14 08:05:45 +00:00
$string['gradepubdisable'] = 'Grade publishing disabled';
$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['groupusernotmember'] = 'User is not member of this group.';
2008-06-05 08:43:13 +00:00
$string['guestnocomment'] = 'Guests are not allowed to post comments!';
2006-05-03 14:24:41 +00:00
$string['guestnoeditprofile'] = 'The guest user cannot edit their profile';
$string['guestnoeditprofileother'] = 'The guest user profile cannot be edited';
$string['guestnorate'] = 'Guests are not allowed to rate entries';
$string['guestsarenotallowed'] = 'The guest user is not allowed to do this';
$string['hashpoolproblem'] = 'Incorrect pool file content $a.';
$string['idnumbertaken'] = 'ID number is already used for another course';
2008-12-12 05:45:43 +00:00
$string['incorrectext'] = 'File has an incorrect extension';
2008-06-24 15:09:44 +00:00
$string['invalidaction'] = 'Invalid action parameter';
2008-09-25 02:09:49 +00:00
$string['invalidactivityid'] = 'Invalid Activity ID';
$string['invalidadminsettingname'] = 'Invalid admin setting ($a)';
$string['invalidarguments'] = 'No valid arguments supplied';
2008-04-30 04:09:29 +00:00
$string['invalidargorconf'] = 'No valid arguments supplied or incorrect server configuration';
2008-06-24 15:09:44 +00:00
$string['invalidaccessparameter'] = 'Invalid access parameter';
2008-06-05 08:43:13 +00:00
$string['invalidaccess'] = 'This page was not accessed correctly';
2008-05-15 03:07:56 +00:00
$string['invalidblockinstance'] = 'Invalid block instance for: $a';
2008-06-06 03:17:01 +00:00
$string['invalidcategory'] = 'Incorrect category!';
$string['invalidcategoryid'] = 'Incorrect category id!';
$string['invalidcourse'] = 'Invalid course';
$string['invalidcourseid'] = 'You are trying to use an invalid course ID: ($a)';
2008-05-14 07:04:09 +00:00
$string['invalidcourselevel'] = 'Incorrect context level';
$string['invalidcoursemodule'] = 'Invalid course module ID';
2008-06-15 10:06:06 +00:00
$string['invalidconfirmdata'] = 'Invalid confirmation data';
2008-05-01 05:44:41 +00:00
$string['invalidcontext'] = 'Invalid context';
2008-06-05 08:43:13 +00:00
$string['invalidcomment'] = 'Comment is incorrect';
2008-06-24 15:09:44 +00:00
$string['invaliddata'] = 'Data submitted is invalid';
2008-05-14 07:24:28 +00:00
$string['invalidelementid'] = 'Incorrect element id!';
2008-06-24 15:09:44 +00:00
$string['invalidenrol'] = 'Illegal enrolment attempted';
2008-06-05 08:43:13 +00:00
$string['invalidentry'] = 'This is not valid entry!';
2008-04-30 04:09:29 +00:00
$string['invalidevent'] = 'Invalid event';
2008-04-26 11:02:51 +00:00
$string['invalidcoursenameshort'] = 'Invalid short course name';
$string['invalidevent'] = 'Invalid event';
$string['invalidfieldname'] = '\"$a\" is not a valid field name';
$string['invalidfiletype'] = '\"$a\" is not a valid file type';
2008-05-14 06:03:04 +00:00
$string['invalidformatpara'] = 'Incorrect format for choose parameter';
2008-06-12 11:53:58 +00:00
$string['invalidformdata'] = 'Incorrect Form Data';
2008-06-15 11:34:42 +00:00
$string['invalidfunction'] = 'Incorrect function';
2008-05-14 08:18:15 +00:00
$string['invalidgradeitmeid'] = 'Incorrect grade item id';
2008-06-24 15:09:44 +00:00
$string['invalidgroupid'] = 'Incorrect group id specified';
$string['invaliditemid'] = 'Incorrect item id';
2008-01-02 16:47:57 +00:00
$string['invalidipformat'] = 'Invalid IP address format';
2008-05-15 03:07:56 +00:00
$string['invalidlegacy'] = 'Incorrect legacy role definition for type: $a';
2008-05-20 02:55:58 +00:00
$string['invalidkey'] = 'Incorrect key';
$string['invalidmd5'] = 'Invalid md5';
$string['invalidmode'] = 'Invalid mode ($a)';
2008-05-01 05:44:41 +00:00
$string['invalidmodule'] = 'Invalid module';
$string['invalidmoduleid'] = 'Invalid module ID: $a';
$string['invalidmodulename'] = 'Invalid module name: $a';
2008-06-15 08:35:34 +00:00
$string['invalidnum'] = 'Invalid numeric value';
$string['invalidnumkey'] = '\$conditions array may not contain numeric keys, please fix the code!';
2008-05-14 07:01:32 +00:00
$string['invalidoutcome'] = 'Incorrect outcome id';
$string['invalidpagesize'] = 'Invalid page size';
2008-05-14 05:56:35 +00:00
$string['invalidpaymentmethod'] = 'Invalid payment method: $a';
$string['invalidqueryparam'] = 'ERROR: Incorrect number of query parameters. Expected $a->expected, got $a->actual.';
$string['invalidrecord'] = 'Can not find data record in database table $a.';
$string['invalidrecordunknown'] = 'Can not find data record in database.';
$string['invalidrequest'] = 'Invalid request';
$string['invalidrole'] = 'Invalid role';
2008-07-21 07:18:58 +00:00
$string['invalidroleid'] = 'Invalid role ID';
2008-06-10 06:28:21 +00:00
$string['invalidscaleid'] = 'Incorrect scale id';
2008-05-23 08:09:08 +00:00
$string['invalidsesskey'] = 'Incorrect sesskey submitted, form not accepted!';
2008-05-29 02:50:10 +00:00
$string['invalidsection'] = 'Course module record contains invalid section';
$string['invalidshortname'] = 'That\'s an invalid short course name';
$string['invalidstatedetected'] = 'Something has gone wrong: $a. This should never normally happen.';
2008-06-24 15:09:44 +00:00
$string['invalidurl'] = 'Invalid URL';
2008-04-10 05:58:13 +00:00
$string['invaliduser'] = 'Invalid user';
$string['invaliduserid'] = 'Invalid user id';
$string['invalidmd5'] = 'The check variable was wrong - try again';
$string['invalidxmlfile'] = '\"$a\" is not a valid XML file';
2008-06-24 15:09:44 +00:00
$string['iplookupfailed'] = 'Cannot find geo information about this IP address $a';
$string['iplookupprivate'] = 'Cannot display lookup of private IP address';
2008-05-20 02:55:58 +00:00
$string['ipmismatch'] = 'Client IP address mismatch';
2008-06-24 15:09:44 +00:00
$string['listnopeers'] = 'No peers of item found';
$string['listnoitem'] = 'Item not found';
$string['listnochildren'] = 'No children of item found';
$string['listupdatefail'] = 'DB operation failed when editing list hierarchy';
$string['listcantmoveup'] = 'Failed to move the item up, as it is the first of it\'s peers';
$string['listcantmovedown'] = 'Failed to move item down, as it is the last of it\'s peers';
$string['listcantmoveleft'] = 'Failed to move item left, as it has no parent';
$string['listcantmoveright'] = 'Failed to move item right, as there is no peer to make it a child of. Move it below another peer and then you can move it right.';
$string['loginasonecourse'] = 'You cannot enter this course.<br /> You have to terminate the \"Login as\" session before entering any other course.';
$string['loginasnoenrol'] = 'You cannot use enrol or unenrol when in course \"Login as\" session';
$string['logfilenotavailable'] = 'Logs not available';
2008-04-10 06:28:20 +00:00
$string['messagingdisable'] = 'Messaging is disabled on this site';
2008-06-24 15:09:44 +00:00
$string['missingfield'] = 'Field \"$a\" is missing';
2008-07-21 13:52:02 +00:00
$string['missingkeyinsql'] = 'ERROR: missing param \"$a\" in query';
2008-05-15 03:07:56 +00:00
$string['missingvarname'] = 'Required variable name is missing!';
2008-05-14 07:24:28 +00:00
$string['missinguseranditemid'] = 'Missing userid and itemid';
2008-05-20 02:55:58 +00:00
$string['missingparam'] = 'A required parameter ($a) was missing';
2008-05-23 08:09:08 +00:00
$string['missingparameter'] = 'Parameter missing';
2006-02-13 22:52:45 +00:00
$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!';
2008-07-21 07:18:58 +00:00
$string['mixedtypesqlparam'] = 'ERROR: Mixed types of sql query parameters!!';
2008-06-24 15:09:44 +00:00
$string['mnetdisable'] = 'MNET is disabled';
$string['mnetlocal'] = 'Remote MNET users cannot login locally';
$string['moduledoesnotexist'] = 'This module does not exist';
$string['moduleinstancedoesnotexist'] = 'The instance of this module does not exist';
$string['moduledisable'] = 'This module ($a) has been disabled for this particular course';
$string['modulemissingcode'] = 'Module $a is missing the code needed to perform this function';
2009-07-24 02:44:44 +00:00
$string['modulerejectcomment'] = 'Module rejects to add this comment';
$string['mustbeteacher'] = 'You must be a teacher to look at this page';
$string['multiplerecordsfound'] = 'Multiple records found, only one record expected.';
2008-04-24 02:48:36 +00:00
$string['multiplerestorenotallow'] = 'Multiple restore execution not allowed!';
$string['mustbeloggedin'] = 'You must be logged in to do this';
2008-04-24 02:48:36 +00:00
$string['needphpext'] = 'You need to add $a support to your PHP installation';
$string['needcopy'] = 'You need to copy something first!';
$string['needcoursecategroyid'] = 'Either course id or category must be specified';
$string['noblocks'] = 'No blocks found!';
$string['nodata'] = 'No data';
$string['noformdesc'] = 'No formslib form description file found for this activity.';
2008-12-12 05:45:43 +00:00
$string['nofile'] = 'File not specified';
2008-06-24 15:09:44 +00:00
$string['nocategorydelete'] = 'Category \'$a\' cannot be deleted!';
$string['nocontext'] = 'Sorry, but that course is not a valid context';
2006-11-01 09:44:01 +00:00
$string['noinstances'] = 'There are no instances of $a in this course!';
$string['noguest'] = 'No guests here!';
$string['nologinas'] = 'You are not allowed to login as that user';
2008-04-10 03:44:09 +00:00
$string['noadmins'] = 'No administrators!';
$string['noexistingcategory'] = 'No existing category';
$string['nofiltersenabled'] = 'No filters are enabled.';
$string['notlocalisederrormessage'] = '$a';
2008-04-10 03:44:09 +00:00
$string['nousers'] = 'No such user!';
$string['nonmeaningfulcontent'] = 'Non meaningful content';
2008-06-24 15:09:44 +00:00
$string['noparticipatorycms'] = 'Sorry, but you have no participatory course modules to report on';
2008-07-21 07:18:58 +00:00
$string['noparticipants'] = 'No participants found for this course';
2006-11-01 09:44:01 +00:00
$string['nopermissions'] = 'Sorry, but you do not currently have permissions to do that ($a)';
2009-07-24 02:44:44 +00:00
$string['nopermissiontocomment'] = 'You can\'t add comments';
2008-06-06 03:17:01 +00:00
$string['nopermissiontodelentry'] = 'You can\'t delete other people\'s entries!';
2008-06-05 08:43:13 +00:00
$string['nopermissiontoeditcomment'] = 'You can\'t edit other people\'s comments!';
2008-05-14 07:24:28 +00:00
$string['nopermissiontohide'] = 'No permission to hide!';
2008-06-05 08:43:13 +00:00
$string['nopermissiontorate'] = 'Rating of items not allowed!';
$string['nopermissiontoimportact'] = 'You do not have the required permissions to import activities to this course';
2008-05-14 07:24:28 +00:00
$string['nopermissiontolock'] = 'No permission to lock!';
$string['nopermissiontomkdir'] = 'Cannot create folder. The site administrator needs to fix the file permissions';
2008-06-15 09:14:55 +00:00
$string['nopermissiontoshow'] = 'No permission to see this!';
2008-05-14 07:24:28 +00:00
$string['nopermissiontounlock'] = 'No permission to unlock!';
$string['nopermissiontoviewpage'] = 'You are not allowed to look at this page';
2008-05-14 07:04:09 +00:00
$string['nopermissiontoviewletergrade'] = 'Missing permission to view letter grades';
2008-06-24 15:09:44 +00:00
$string['nopermissiontomanagegroup'] = 'You do not have the required permissions to manage groups';
$string['nosite'] = 'Could not find a top-level course!';
2008-04-10 06:19:26 +00:00
$string['nositeid'] = 'No site ID';
2008-06-24 15:09:44 +00:00
$string['nofolder'] = 'Requested directory does not exist';
$string['nostatstodisplay'] = 'Sorry, there is no available data to display';
2009-06-24 13:31:07 +00:00
$string['notallowedtoupdateprefremotely'] = 'You are not allowed to update this user preference remotely';
$string['notavailable'] = 'That is not currently available';
$string['notmemberofgroup'] = 'You are not a member of this course group';
2008-05-14 08:05:45 +00:00
$string['notownerofkey'] = 'You are not owner of this key';
2008-06-24 15:09:44 +00:00
$string['onlyadmins'] = 'Only administrators can do that';
$string['onlyeditingteachers'] = 'Only editing teachers can do that';
2006-11-01 09:44:01 +00:00
$string['onlyeditown'] = 'You can only edit your own information';
2008-06-24 15:09:44 +00:00
$string['orderidnotfound'] = 'Order ID $a not found';
$string['pagenotexist'] = 'An unusual error occurred (tried to reach a page that does not exist)';
2008-04-30 04:09:29 +00:00
$string['pathdoesnotstartslash'] = 'No valid arguments supplied, path does not start with slash!';
$string['pleasereport'] = 'If you have time, please let us know what you were trying to do when the error occurred:';
$string['pluginrequirementsnotmet'] = 'Plugin \"$a->pluginname\" ($a->pluginversion) could not be installed. It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).';
2008-06-24 15:09:44 +00:00
$string['prefixcannotbeempty'] = '<p>Error: database table prefix cannot be empty ($a)</p>
<p>The site administrator must fix this problem.</p>';
$string['prefixtoolong'] = '<p>Error: database table prefix is too long ($a->dbfamily)</p>
<p>The site administrator must fix this problem. Maximum length for table prefixes in $a->dbfamily is $a->maxlength characters.</p>';
$string['processingstops'] = 'Processing stops here. Remaining records ignored.';
2008-05-14 05:56:35 +00:00
$string['refoundtoorigi'] = 'Refunded to original amount: $a';
$string['refoundto'] = 'Can be refunded to $a';
$string['remotedownloaderror'] = 'Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
$string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
2008-06-24 15:09:44 +00:00
$string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that';
$string['restrictedcontextexception'] = 'Sorry, execution of external function violates context restriction.';
2008-05-13 06:15:20 +00:00
$string['reportnotavailable'] = 'This type of report is only available for the site course';
$string['reverseproxyabused'] = 'Reverse proxy enabled, server can not be accessed directly, sorry.<br />Please contact server administrator.';
2008-05-08 06:27:28 +00:00
$string['rpcerror'] = 'RPC enrol/mnet/available_courses: ($a)';
$string['scheduledbackupsdisabled'] = 'Scheduled backups have been disabled by the server admin';
$string['sectionnotexist'] = 'This section does not exist';
2008-06-24 15:09:44 +00:00
$string['secretalreadyused'] = 'Change password confirmation link was already used, password was not changed';
$string['sendmessage'] = 'Send message';
2008-05-20 02:55:58 +00:00
$string['sessioncookiesdisable'] = 'Incorrect use of require_key_login() - session cookies must be disabled!';
$string['sessiondiskfull'] = 'The session partition is full. It is not possible to login at this time.<br /><br />Please notify server administrator.';
$string['sessionerroruser'] = 'Your session has timed out. Please login again.';
$string['sessionerroruser2'] = 'A server error that affects your login session was detected. Please login again or restart your browser.';
$string['sessionipnomatch'] = 'Sorry, but your IP number seems to have changed from when you first logged in. This security feature prevents crackers stealing your identity while logged in to this site. Normal users should not be seeing this message - please ask the site administrator for help.';
$string['sessionipnomatch2'] = 'Sorry, but your IP number seems to have changed from when you first logged in. This security feature prevents crackers stealing your identity while logged in to this site. You may see this error if you use wireless networks or if you are roaming between different networks. Please ask the site administrator for more help.<br /><br />If you want to continue please press F5 key to refresh this page.';
$string['sessionnotwritable'] = 'Write permission problem detected in session directory.<br /><br />Please notify server administrator.';
$string['shortnametaken'] = 'Short name is already used for another course';
$string['socksnotsupported'] = 'SOCKS5 proxy is not supported in PHP4';
2008-05-15 03:07:56 +00:00
$string['spellcheckernotconf'] = 'Spellchecker not configured';
$string['sslonlyaccess'] = 'For security reasons only https connections are allowed, sorry.';
$string['statscatchupmode'] = 'Statistics is currently in catchup mode. So far $a->daysdone day(s) have been processed and $a->dayspending are pending. Check back soon!';
$string['storedfilecannotcreatefiledirs'] = 'Can not create local file pool directories, please verify permissions in dataroot.';
$string['storedfilecannotread'] = 'Can not read file, either file does not exist or there are permission problems';
$string['storedfilenotcreated'] = 'Can not create file \"$a->contextid/$a->filearea/$a->itemid/$a->filepath/$a->filename\"';
$string['storedfileproblem'] = 'Unknown exception related to local files ($a)';
2008-02-29 06:36:56 +00:00
$string['tagnotfound'] = 'The specified tag was not found in the database';
2008-06-13 06:41:36 +00:00
$string['tagdisabled'] = 'Tags are disabled!';
$string['targetdatabasenotempty'] = 'The target database is not empty. Transfer aborted for safety reasons.';
2008-06-15 10:13:30 +00:00
$string['themenotinstall'] = 'This theme is not installed!';
2008-06-24 15:09:44 +00:00
$string['transactionvoid'] = 'Transaction cannot be voided because it has already been voided';
$string['TODO'] = 'TODO';
$string['importformatnotimplement'] = 'Sorry, importing this format is not yet implemented!';
$string['unicodeupgradeerror'] = 'Sorry, but your database is not already in Unicode, and this version of Moodle is not able to migrate your database to Unicode. Please upgrade to Moodle 1.7.x first and perform the Unicode migration from the Admin page. After that is done you should be able to migrate to Moodle $a';
2008-04-26 11:02:51 +00:00
$string['unspecifycourseid'] = 'Must specify course id, short name or idnumber';
2008-06-24 15:09:44 +00:00
$string['statsdisable'] = 'Stats is not enabled';
$string['statsnodata'] = 'There is no available data for that combination of course and time period';
$string['unenrolerror'] = 'An error occurred while trying to unenrol that person';
2008-04-24 02:24:49 +00:00
$string['unknowaction']= 'Unknown action!';
$string['unknowcategory'] = 'Category not known!';
2008-05-15 03:07:56 +00:00
$string['unknowcontext'] = 'This is an unknown context ($a) in get_child_contexts!';
2008-05-21 07:53:57 +00:00
$string['unknowformat'] = 'Format not known ($a)';
$string['unknownblockregion'] = 'The block region \'$a\' is not recognised on this page.';
$string['unknowncourse'] = 'Unknown course named \"$a\"';
$string['unknowncourseidnumber'] = 'Unknown Course ID \"$a\"';
$string['unknowncourserequest'] = 'Unknown course request';
2008-12-12 05:45:43 +00:00
$string['unknowncontext'] = 'This is an unknown context.';
$string['unknownfiletype'] = 'Error unknown filtertype';
2008-05-15 03:07:56 +00:00
$string['unknownhelp'] = 'Unknown help topic $a';
$string['unknowngroup'] = 'Unknown group \"$a\"';
$string['unknownjsinrequirejs'] = 'Can not find JS library: $a';
$string['unknownrole'] = 'Unknown role \"$a\"';
2008-06-24 15:09:44 +00:00
$string['unknownuseraction'] = 'Sorry, I do not understand this user action';
$string['unknownuserselector'] = 'Unknown user selector';
2008-09-25 02:09:49 +00:00
$string['unknownmodulename'] = 'Unknown module name for form';
$string['unknownsortcolumn'] = 'Unknown sort column $a';
2008-05-14 06:15:56 +00:00
$string['unknoworder'] = 'Unknown ordering';
2008-05-20 02:55:58 +00:00
$string['unknowparamtype'] = 'Unknown parameter type: $a';
2008-06-15 11:07:51 +00:00
$string['unknowquestiontype'] = 'Unsupported question type $a';
2008-06-24 15:09:44 +00:00
$string['unknowuploadaction'] = 'Error: Unknown upload action ($a)';
2008-04-26 11:02:51 +00:00
$string['unsupportedevent'] = 'Unsupported event type';
2008-09-25 02:09:49 +00:00
$string['unsupportedstate'] = 'Unsupported completion state';
$string['unsupportedwebserver'] = 'Web server software ($a) is not suported, sorry.';
2008-06-24 15:09:44 +00:00
$string['upgraderequires19'] = 'Error: New Moodle version was installed on server, unfortunately upgrade from the previous version is not supported.<br />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';
$string['userautherror'] = 'Unknown auth plugin';
$string['userauthunsupported'] = 'Auth plugin not supported here';
$string['useremailduplicate'] = 'Duplicate address';
2008-06-24 15:09:44 +00:00
$string['usermustbemnet'] = 'Users in the MNET access control list must be remote MNET users';
$string['usernotaddedadmin'] = 'Cannot delete admin accounts';
$string['usernotaddederror'] = 'User not added - error';
$string['usernotaddedregistered'] = 'User not added - already registered';
$string['usernotavailable'] = 'The details of this user are not available to you';
$string['usernotdeletederror'] = 'User not deleted - error';
$string['usernotdeletedmissing'] = 'User not deleted - could not find the username';
$string['usernotdeletedoff'] = 'User not deleted - deleting not allowed';
$string['usernotincourse'] = 'This user is not in this course!';
2008-06-24 15:09:44 +00:00
$string['usernotrenamedadmin'] = 'Cannot rename admin accounts';
$string['usernotrenamedexists'] = 'User not renamed - the new username is already in use';
$string['usernotrenamedmissing'] = 'User not renamed - could not find the old username';
$string['usernotrenamedoff'] = 'User not renamed - renaming not allowed';
$string['usernotupdatedadmin'] = 'Cannot update admin accounts';
$string['usernotupdatederror'] = 'User not updated - error';
$string['usernotupdatednotexists'] = 'User not updated - does not exist';
$string['userselectortoomany'] = 'user_selector got more than one selected user, even though multiselect is false.';
$string['upgraderunning'] = 'Site is being upgraded, please retry later.';
2008-06-15 10:47:40 +00:00
$string['younotteacher'] = 'You are not a teacher!';
$string['wrongcall'] = 'This script is called wrongly';
2008-04-10 06:19:26 +00:00
$string['wrongcontextid'] = 'Context ID was incorrect (cannot find it)';
2008-06-24 15:09:44 +00:00
$string['wrongdestpath'] = 'Wrong destination path';
2008-04-10 06:19:26 +00:00
$string['wrongroleid'] = 'Incorrect role ID!';
2008-06-24 15:09:44 +00:00
$string['wrongsourcebase'] = 'Wrong source URL base';
$string['wrongusernamepassword'] = 'Wrong user/password';
2008-06-24 15:09:44 +00:00
$string['wrongzipfilename'] = 'Wrong ZIP file name';
$string['wscouldnotcreateecoursenopermission'] = 'WS - Could not create course - No permission';
$string['wscouldnotcreateeusernopermission'] = 'WS - Could not create a user - No permission';
$string['wscouldnotdeletenoexistinguser'] = 'WS - Could not delete a user - User doesn\'t exist';
$string['wscouldnotdeleteusernopermission'] = 'WS - Could not delete a user - No permission';
$string['wscouldnotupdatenoexistinguser'] = 'WS - Could not update a user - User doesn\'t exist';
$string['wscouldnotupdateuserindb'] = 'WS - Could not update a user';
$string['wscouldnotupdateusernopermission'] = 'WS - Could not update a user - No permission';
$string['wscouldnotvieweusernopermission'] = 'WS - Could not view a user - No permission';
$string['wsdescriptionserviceisempty'] = 'Error during web service discovery process: \'<b>$a->functionname()</b>\' function of \'<b>$a->classname</b>\' class doesn\'t specify any \'service\' into its description';
$string['wsdoesntextendbaseclass'] = 'Error during web service discovery process: \'<b>$a</b>\' class does not extend from moodle_external class';
$string['wwwrootmismatch'] = 'Incorrect access detected, this server may be accessed only through \"$a\" address, sorry.<br />Please notify server administrator.';
$string['wwwrootslash'] = 'Detected incorrect \$CFG->wwwroot in config.php, it must not contain trailing slash.<br />Please notify server administrator.';
2008-06-24 15:09:44 +00:00
$string['xmldberror'] = 'XMLDB error!';
2009-01-14 08:00:48 +00:00
$string['youcannotdeletecategory'] = 'You cannot delete category \'$a\' because you can neither delete the contents, nor move them elsewhere.';
2008-07-21 07:18:58 +00:00
?>