Added some IMS CP strings plus some generic errors.

If somebody can check them...it isn't one of my skills! ;-)
This commit is contained in:
stronk7
2005-09-21 12:33:27 +00:00
parent d4e351cd8b
commit 7f95046d15
2 changed files with 13 additions and 0 deletions
+10
View File
@@ -4,16 +4,26 @@
$string['adminprimarynoedit'] = 'The primary admin cannot be edited by others';
$string['coursegroupunknown'] = 'Course corresponding to group $a not specified';
$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['errorcleaningdirectory'] = 'Error cleaning directory \"$a\"';
$string['errorcopyingfiles'] = 'Error copying files';
$string['errorcreatingdirectory'] = 'Error creating directory \"$a\"';
$string['errorcreatingfile'] = 'Error creating file \"$a\"';
$string['errorreadingfile'] = 'Error reading file \"$a\"';
$string['erroronline'] = 'Error on line $a';
$string['errorunzippingfiles'] = 'Error unzipping files';
$string['fieldrequired'] = '\"$a\" is a required field';
$string['filenotfound'] = 'Sorry, the requested file could not be found';
$string['groupalready'] = 'User already belongs to group $a';
$string['groupunknown'] = 'Group $a not associated to specified course';
$string['invalidfieldname'] = '\"$a\" is not a valid field name';
$string['invalidfiletype'] = '\"$a\" is not a valid file type';
$string['invalidxmlfile'] = '\"$a\" is not a valid XML file';
$string['missingfield'] = 'Field \"$a\" is missing';
$string['modulerequirementsnotmet'] = 'Module \"$a->modulename\" ($a->moduleversion) could not be installed. It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).';
$string['nonmeaningfulcontent'] = 'Non meaningful content';
$string['notavailable'] = 'That is not currently available';
$string['onlyeditown'] = 'You can only edit your own information';
$string['onlyeditingteachers'] = 'Only editing teachers can do that.';
$string['processingstops'] = 'Processing stops here. Remaining records ignored.';
$string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.';
$string['sessionerroruser'] = 'Your session has timed out. Please login again.';
+3
View File
@@ -39,6 +39,7 @@ $string['filtername'] = 'Resource Names Auto-linking';
$string['frameifpossible'] = 'Put resource in a frame to keep site navigation visible';
$string['fulltext'] = 'Full text';
$string['htmlfragment'] = 'HTML fragment';
$string['imspackageloaded'] = 'Package loaded.';
$string['localfile'] = 'Local file';
$string['localfilechoose'] = 'Choose a local file (CD-ROM)';
$string['localfileinfo'] = '<p>Choose a local file from your computer. The file will not be uploaded to the web site, but Moodle will look for the same file on the computer of anyone viewing this resource.</p><p>This is mostly useful when you have large media files stored on a standard CD-ROM that you distribute to all participants. Each participant is able to choose their own local path for such files, by <a href=\"$a\" target=\"_blank\">editing their user profile</a>.</p>';
@@ -66,6 +67,7 @@ $string['notallowedlocalfileaccess'] = 'Access to local files is currently disab
$string['note'] = 'Note';
$string['notefile'] = 'To upload more files into the course (so they appear in this list) use the <a href=\"$a\">File Manager</a>.';
$string['notypechosen'] = 'You need to choose a type. Use your back button to go back and retry.';
$string['packagechanged'] = 'This IMS Content Package has changed.';
$string['packagenotdeplyed'] = 'This IMS Content Package is not deployed.';
$string['pagedisplay'] = 'Display this resource within the current window';
$string['pagewindow'] = 'Same window';
@@ -96,6 +98,7 @@ $string['searchweb'] = 'Search for web page';
$string['serverurl'] = 'Server URL ($a->wwwroot)';
$string['tableofcontents'] = 'Table of Contents';
$string['variablename'] = 'Variable name';
$string['viewims'] = 'View IMS CP Package';
$string['vol'] = 'Vol';
?>