]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14129
authordongsheng <dongsheng>
Wed, 9 Apr 2008 09:55:17 +0000 (09:55 +0000)
committerdongsheng <dongsheng>
Wed, 9 Apr 2008 09:55:17 +0000 (09:55 +0000)
lang/en_utf8/error.php
lang/en_utf8/forum.php

index 2a63508a2acae7bf32d977aa31b22801a309f7eb..297740afe0dbebd6c509daced0edd32d2ecad46a 100644 (file)
@@ -8,9 +8,13 @@ $string['blockcannotinistantiate'] = 'Problem in instantiating block object';
 $string['blockcannotconfig'] = 'This block does not support global configuration';
 $string['cannotassignrole'] = 'Cannot assign role in course';
 $string['cannotsaveconfig'] = 'Problem saving config \"$a[0]\" as \"$a[1]\" for plugin \"$a[2]\"'; 
+$string['cannotsavefile'] = 'Cannot save the file\"$a[0]\/$a[1]\"!';
 $string['cannotcreatelangdir'] = 'Cannot create lang dir.';
+$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['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['cannotdownloadcomponents'] = 'Cannot download components.';
 $string['cannotdownloadlanguageupdatelist'] = 'Cannot download list of language updates from download.moodle.org';
 $string['cannotdownloadzipfile'] = 'Cannot download ZIP file.';
@@ -18,7 +22,9 @@ $string['cannoteditmasterlang'] = 'You do not have permission to edit master lan
 $string['cannotfindcomponent'] = 'Cannot find component.';
 $string['cannotfindcategory'] = 'Cannot find category record from database by ID - $a';
 $string['cannotfinddocs'] = 'Cannot find \"$a\" language docs files';
+$string['cannotfindinfo'] = 'Cannot find info for: \"$a\"';
 $string['cannotfindhelp'] = 'Cannot find \"$a\" language help files';
+$string['cannotfindlang'] = 'Cannot find \"$a\" language pack!';
 $string['cannotsavefile'] = 'Cannot save the file \"$a\".';
 $string['cannotsavemd5file'] = 'Cannot save md5 file.';
 $string['cannotsavezipfile'] = 'Cannot save ZIP file.';
@@ -49,6 +55,7 @@ $string['errorreadingfile'] = 'Error reading file \"$a\"';
 $string['errorunzippingfiles'] = 'Error unzipping files';
 $string['fieldrequired'] = '\"$a\" is a required field';
 $string['filenotfound'] = 'Sorry, the requested file could not be found';
+$string['filemismatch'] = 'Non-core filename mismatch. The file \"$a[0]\" should be {$a[1]}{$a[2]}.php';
 $string['filternotinstalled'] = 'Filter $a is not currently installed';
 $string['filternotactive'] = 'Filter $a is not currently active';
 $string['forumblockingtoomanyposts'] = 'You have exceeded the posting threshold set for this forum.';
index 988464c8ab177d16ba01b85b8cd8048a7d991031..14657532b08e02ccbdd3d93cafba8ace019dbfe4 100644 (file)
@@ -28,6 +28,7 @@ $string['blockperioddisabled'] = 'Don\'t block';
 $string['bynameondate'] = 'by $a->name - $a->date';
 $string['cannotviewpostyet'] = 'You cannot read other students questions in this discussion yet because you haven\'t posted';
 $string['cannotadddiscussion'] = 'Adding discussions to this forum requires group membership.';
+$stirng['cannotdeleteforummudule'] = 'You can not delete the forum module!!';
 $string['cleanreadtime'] = 'Mark old posts as read hour';
 $string['configcleanreadtime'] = 'The hour of the day to clean old posts from the \'read\' table.';
 $string['configdisplaymode'] = 'The default display mode for discussions if one isn\'t set.';