From 79bb9d2dcecc832b53ecdf2384f85c8b4839765c Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Fri, 17 Sep 2010 10:51:49 +0000 Subject: [PATCH] MDL-24113 spelling fix --- lang/en/admin.php | 10 +++++----- lang/en/license.php | 2 +- lang/en/moodle.php | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index 944e99bbe2a..78f8ea0bc2c 100755 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -53,7 +53,7 @@ $string['authsettings'] = 'Manage authentication'; $string['autolang'] = 'Language autodetect'; $string['autologinguests'] = 'Auto-login guests'; $string['availableto'] = 'Available to'; -$string['availablelicenses'] = 'Available licenses'; +$string['availablelicenses'] = 'Available licences'; $string['backgroundcolour'] = 'Transparent colour'; $string['backups'] = 'Backups'; $string['badwordsconfig'] = 'Enter your list of bad words separated by commas.'; @@ -318,8 +318,8 @@ $string['configsessioncookiepath'] = 'If you need to change where browsers send $string['configsessiontimeout'] = 'If people logged in to this site are idle for a long time (without loading pages) then they are automatically logged out (their session is ended). This variable specifies how long this time should be.'; $string['configshowcommentscount'] = 'Show comments count, it will cost one more query when display comments link'; $string['configshowsiteparticipantslist'] = 'All of these site students and site teachers will be listed on the site participants list. Who shall be allowed to see this site participants list?'; -$string['configsitedefaultlicense'] = 'Default site license'; -$string['configsitedefaultlicensehelp'] = 'Default license will be used to publish content on this site'; +$string['configsitedefaultlicense'] = 'Default site licence'; +$string['configsitedefaultlicensehelp'] = 'The default licence for publishing content on this site'; $string['configsitemailcharset'] = 'All the emails generated by your site will be sent in the charset specified here. Anyway, every individual user will be able to adjust it if the next setting is enabled.'; $string['configsitemaxcategorydepth'] = 'Maximum Category Depth'; $string['configsitemaxcategorydepthhelp'] = 'This specifies the maximum depth of child categories shown'; @@ -628,7 +628,7 @@ $string['latexsettings'] = 'LaTeX renderer Settings'; $string['latinexcelexport'] = 'Excel encoding'; $string['legacyfilesinnewcourses'] = 'Legacy course files in new courses'; $string['legacyfilesinnewcourses_help'] = 'By default legacy course files areas are available only in upgraded courses. Please note some features like single activity backup/restore are not compatible with this settings.'; -$string['licensesettings'] = 'License settings'; +$string['licensesettings'] = 'Licence settings'; $string['loading'] = 'Loading'; $string['localetext'] = 'Sitewide locale'; $string['localstringcustomization'] = 'Local string customization'; @@ -645,7 +645,7 @@ $string['maintenancemode'] = 'In Maintenance Mode'; $string['maintfileopenerror'] = 'Error opening maintenance files!'; $string['maintinprogress'] = 'Maintenance is in progress...'; $string['managelang'] = 'Manage'; -$string['managelicenses'] = 'Manage licenses'; +$string['managelicenses'] = 'Manage licences'; $string['manageqtypes'] = 'Manage question types'; $string['maxbytes'] = 'Maximum uploaded file size'; $string['maxconsecutiveidentchars'] = 'Consecutive identical characters'; diff --git a/lang/en/license.php b/lang/en/license.php index f8d95c968e2..47d4912f143 100644 --- a/lang/en/license.php +++ b/lang/en/license.php @@ -31,4 +31,4 @@ $string['cc-nc-sa'] = 'Creative Commons - No Commercial ShareAlike'; $string['cc-nd'] = 'Creative Commons - NoDerivs'; $string['cc-sa'] = 'Creative Commons - ShareAlike'; $string['public'] = 'Public domain'; -$string['unknown'] = 'Unknown license'; +$string['unknown'] = 'Other'; diff --git a/lang/en/moodle.php b/lang/en/moodle.php index a04e29fb02e..7bafbd46ff5 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -906,8 +906,8 @@ $string['layouttable'] = 'Layout table'; $string['leavetokeep'] = 'Leave blank to keep current password'; $string['legacythemeinuse'] = 'This site is being displayed to you in compatibility mode because your browser is too old.'; $string['legacythemesaved'] = 'New legacy theme saved'; -$string['license'] = 'License'; -$string['licenses'] = 'Licenses'; +$string['license'] = 'Licence'; +$string['licenses'] = 'Licences'; $string['liketologin'] = 'Would you like to log in now with a full user account?'; $string['list'] = 'List'; $string['listfiles'] = 'List of files in {$a}'; -- 2.11.4.GIT