]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add new lang strings"
authordongsheng <dongsheng>
Thu, 15 May 2008 03:07:56 +0000 (03:07 +0000)
committerdongsheng <dongsheng>
Thu, 15 May 2008 03:07:56 +0000 (03:07 +0000)
lang/en_utf8/debug.php
lang/en_utf8/error.php

index ca6382a6393bc1eb029afef42af624dafbfbafe9..02c5951adf911e798dfca15808bf5aeca605c8f0 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * debug information for developer only
  */
+$string['cannotdowngrade'] = 'Cannot downgrade from $a[0] to $a[1].';
 $string['cannotupgradecapabilities'] = 'Had trouble upgrading the core capabilities for the Roles System';
 $string['cannotupdateversion'] = 'Upgrade failed!  (Could not update version in config table)';
 $string['cannotupdaterelease'] = 'ERROR: Could not update release version in database!!';
@@ -15,6 +16,9 @@ $string['dbnotsetup'] = 'Error: Main databases NOT set up successfully';
 $string['doesnotworkwitholdversion'] = 'This script does not work with this old version of Moodle';
 $string['erroroccur'] = 'An error has occurred during this process';
 $string['fixsetting'] = 'Please fix your settings in config.php: <p>You have:</p> <p>\$CFG->dirroot = \"$a[0]\";</p> <p>but it should be:</p> <p>\$CFG->dirroot = \"$a[1]\"</p>';
+$string['noblocks'] = 'No blocks installed!';
+$string['noblockbase'] = 'Class block_base is not defined or file not found for /blocks/moodleblock.class.php';
+$string['nocaps'] = 'Error: no capabilitites defined!';
 $string['notables'] = 'No Tables!';
 $string['noreports'] = 'No reports accessible';
 $string['nomodules'] = 'No modules found!!';
index 8b8e6fd665f05076c6505d9e2754784820ddc30b..3339e775b91e53f7f7d5e2e0e2074e9457218a88 100644 (file)
@@ -7,14 +7,18 @@ $string['blockdoesnotexist'] = 'This block does not exist';
 $string['blockcannotinistantiate'] = 'Problem in instantiating block object';
 $string['blockcannotread'] = 'Could not read data for blockid= $a ';
 $string['blockcannotconfig'] = 'This block does not support global configuration';
+$string['blocknameconflict'] = 'Naming conflict: block $a[0] has the same title with an existing block: $a[1]!';
 $string['backupcontainexternal'] = 'This backup file contains external Moodle Network Hosts that are not configured locally.';
 $string['backuptablefail'] = 'Backup tables could NOT be set up successfully!';
 $string['cannotassignrole'] = 'Cannot assign role in course';
+$string['cannotassignanthing'] = 'Cannot not assign moodle/site:doanything';
 $string['cannotunassignrolefrom'] = 'Can not unassign this user from role id: $a';
-$string['cannotaddrss'] = 'You do not have permission to add rss feeds';
-$string['cannotaddnewmodule'] = 'Could not add a new instance of $a';
+$string['cannotunassigncap'] = 'Could not unassign deprecated capability $a[0] from role $a[1]';
+$string['cannotaddblock'] = '$a block could not be added to the block list!';
 $string['cannotaddcoursemodule'] = 'Could not add a new course module';
 $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 instance of $a';
 $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]\"!';
@@ -26,9 +30,11 @@ $string['cannotcreatelangbase'] = 'Error: Could not create base lang directory.'
 $string['cannotcreatetempdir'] = 'Cannot create temp dir.';
 $string['cannotcreatesitedir'] = 'Cannot create site folder. The site administrator needs to fix the file permissions.';
 $string['cannotcreateorfindstructs'] = 'Error finding or creating section structures for this course';
+$string['cannotcreatepopupwin'] = 'Undefined element - cannot create popup window.';
 $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.';
 $string['cannotdeletelangcache'] = 'Language cache can not be deleted, please fix permissions in dataroot/cache/languages!';
 $string['cannotdeletebackupids'] = 'Couldn\'t delete previous backup ids.';
+$string['cannotdeletecap'] = 'Could not delete deprecated capability $a';
 $string['cannotdeletecourse'] = 'You do not have the permission to delete this course.';
 $string['cannotdeleterole'] = 'It can not be deleted, because $a';
 $string['cannotdeleterolewithid'] = 'Could not delete role with ID $a';
@@ -49,11 +55,14 @@ $string['cannotfindlang'] = 'Cannot find \"$a\" language pack!';
 $string['cannotfindsite'] = 'Cannot find site-level course';
 $string['cannotimportgrade'] = 'Grade import error';
 $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.';
+$string['cannotgetblock'] = 'Could not retrieve blocks from the database';
 $string['cannotgetcats'] = 'error getting category record';
 $string['cannotgradeuser'] = 'Can not grade this user';
 $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['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!';
 $string['cannotoverridebaserole'] = 'Can not override base role capabilities';
 $string['cannotopencsv'] = 'Cannot open csv file';
@@ -61,14 +70,19 @@ $string['cannotreadtmpfile'] = 'Error reading temporary file';
 $string['cannotreadfile'] = 'Can not read file';
 $string['cannotremovefrommeta'] = 'Could not remove the selected course from this meta course!';
 $string['cannotrestore'] = 'An error has occurred and the restore could not be completed!';
+$string['cannotsaveblock'] = 'Error saving block configuration';
 $string['cannotsavefile'] = 'Cannot save the file \"$a\".';
 $string['cannotinsertrecord'] = 'Could not insert new record ID $a';
 $string['cannotsavemd5file'] = 'Cannot save md5 file.';
 $string['cannotsavezipfile'] = 'Cannot save ZIP file.';
 $string['cannotsetprefgrade'] = 'Could not set preference aggregationview to $a for this grade category';
+$string['cannotsetupblock'] = 'Blocks tables could NOT be set up successfully!';
 $string['cannotsetupcategory'] = 'Serious Error! Could not set up a default course category!';
 $string['cannotsetupsite'] = 'Serious Error! Could not set up the site!';
 $string['cannotunzipfile'] = 'Cannot unzip file.';
+$string['cannotupgradeblock'] = 'Upgrade of blocks system failed! (Could not update version in config table)';
+$string['cannotupgradecaps'] = 'Had trouble upgrading the core capabilities for the Roles System';
+$string['cannotupdateblock'] = 'Could not update block $a record in block table!';
 $string['cannotupdatecategory'] = 'Could not update the category ($a)';
 $string['cannotupdatecm'] = 'Could not update the course module with the correct section';
 $string['cannotupdatelevel'] = 'Could not update the indent level on that course module';
@@ -106,13 +120,14 @@ $string['dbupdatefailed'] = 'Database update failed.';
 $string['destinationcmnotexit'] = 'The destination course module does not exist';
 $string['downloadedfilecheckfailed'] = 'Downloaded file check failed.';
 $string['duplicateusername'] = 'Duplicate username - skiping record';
+$string['duplicaterolename'] = 'there is already a role with this name!';
+$string['duplicateroleshortname'] = 'there is already a role with this shortname!';
 $string['errorcleaningdirectory'] = 'Error cleaning directory \"$a\"';
 $string['errorcopyingfiles'] = 'Error copying files';
 $string['errorcreatingdirectory'] = 'Error creating directory \"$a\"';
 $string['errorcreatingfile'] = 'Error creating file \"$a\"';
 $string['erroronline'] = 'Error on line $a';
 $string['errorreadingfile'] = 'Error reading file \"$a\"';
-$string['errortoomanylogins'] = 'Sorry, you have exceeded the allowed number of login attempts. Restart your browser.';
 $string['errorunzippingfiles'] = 'Error unzipping files';
 $string['failtoloadblocks'] = 'One or more blocks are registered in the database, but they all failed to load!';
 $string['fieldrequired'] = '\"$a\" is a required field';
@@ -132,6 +147,7 @@ $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['invalidblockinstance'] = 'Invalid block instance for: $a';
 $string['invalidcategory'] = 'Incorrect category id!';
 $string['invalidcourse'] = 'Invalid course';
 $string['invalidcourseid'] = 'You are tring to use an invalid course ID: ($a)';
@@ -151,6 +167,7 @@ $string['invalidgradeitmeid'] = 'Incorrect grade item id';
 $string['invalidgroupid'] = 'Incorrect group id specified.';
 $string['invaliditemid'] = 'Incorect item id';
 $string['invalidipformat'] = 'Invalid IP address format';
+$string['invalidlegacy'] = 'Incorrect legacy role definition for type: $a';
 $string['invalidmd5'] = 'Invalid md5';
 $string['invalidmodule'] = 'Invalid module';
 $string['invalidmoduleid'] = 'Invalid module ID: $a';
@@ -182,6 +199,7 @@ $string['loginasnoenrol'] = 'You can not use enrol or unenrol when in course \"L
 $string['logfilenotavailable'] = 'Logs not available';
 $string['messagingdisable'] = 'Messaging is disabled on this site';
 $string['missingfield'] = 'Field \"$a\" is missing.';
+$string['missingvarname'] = 'Required variable name is missing!';
 $string['missinguseranditemid'] = 'Missing userid and itemid';
 $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.';
@@ -216,6 +234,7 @@ $string['nopermissiontolock'] = 'No permission to lock!';
 $string['nopermissiontomkdir'] = 'Cannot create folder. The site administrator needs to fix the file permissions';
 $string['nopermissiontoshow'] = 'No permission to show!';
 $string['nopermissiontounlock'] = 'No permission to unlock!';
+$string['nopermissiontoupdateblock'] = 'No permission to update $a!';
 $string['nopermissiontoviewpage'] = 'You are not allowed to look at this page';
 $string['nopermissiontoviewletergrade'] = 'Missing permission to view letter grades';
 $string['nopermissiontomanagegroup'] = 'You do not have the required permissions to manage groups.';
@@ -249,6 +268,7 @@ $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['socksnotsupported'] = 'SOCKS5 proxy is not supported in PHP4';
+$string['spellcheckernotconf'] = 'Spellchecker not configured';
 $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['tagnotfound'] = 'The specified tag was not found in the database';
 $string['transactionvoid'] = 'Transaction can not be voided because of already been voided.';
@@ -260,8 +280,10 @@ $string['statsdisable'] = 'Stats is not enabled.';
 $string['unenrolerror'] = 'An error occurred while trying to unenrol that person.';
 $string['unknowaction']= 'Unknown action!';
 $string['unknowcategory'] = 'Category not known!';
+$string['unknowcontext'] = 'This is an unknown context ($a) in get_child_contexts!';
 $string['unknowncourse'] = 'Unknown course named \"$a\"';
 $string['unknowncourseidnumber'] = 'Unknown Course ID \"$a\"';
+$string['unknownhelp'] = 'Unknown help topic $a';
 $string['unknowngroup'] = 'Unknown group \"$a\"';
 $string['unknownrole'] = 'Unknown role \"$a\"';
 $string['unknownuseraction'] = 'Sorry, I do not understand this user action.';