From 52d6849b3e9f7c5c4e749202fa720bb7ca0d8f7c Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 9 Apr 2008 09:55:17 +0000 Subject: [PATCH] MDL-14129 --- lang/en_utf8/error.php | 7 +++++++ lang/en_utf8/forum.php | 1 + 2 files changed, 8 insertions(+) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 2a63508a2a..297740afe0 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -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.'; diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index 988464c8ab..14657532b0 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -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.'; -- 2.39.5