From: moodler Date: Wed, 29 Mar 2006 15:06:36 +0000 (+0000) Subject: Language fixes (capitalisation) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=688e209c5cf195311b66c37e78f3d23f5f120f2c;p=moodle.git Language fixes (capitalisation) --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 4d67bf4048..b294c36c51 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -167,18 +167,18 @@ $string['importlangreminder'] = 'The database migration process is commencing. Y $string['importtimezones'] = 'Update complete list of timezones'; $string['importtimezonescount'] = '$a->count entries imported from $a->source'; $string['importtimezonesfailed'] = 'No sources found! (Bad news)'; -$string['incompatibleblocks'] = 'Incompatible Blocks'; -$string['install'] = 'Install Selected Language Pack'; -$string['installedlangs'] = 'Installed Language Packs'; +$string['incompatibleblocks'] = 'Incompatible blocks'; +$string['install'] = 'Install selected language pack'; +$string['installedlangs'] = 'Installed language packs'; $string['invaliduserchangeme'] = 'Username "changeme" is reserved -- you cannot create an account with it.'; $string['lang16notify'] = 'Moodle 1.6 and above allows you to install and update language packs directly from download.moodle.org by following the link below'; -$string['langimport'] = 'Language Import Utility'; -$string['langimportsuccess'] = 'Language Pack successfully upgraded'; -$string['langpackremoved'] = 'Language Pack uninstallation completed'; -$string['langpackupdated'] = 'Language Pack $a Updated'; -$string['langupdatecomplete'] = 'Language Pack Update Completed'; -$string['latexpreamble'] = 'LaTeX Preamble'; -$string['latexsettings'] = 'LaTeX Renderer Settings'; +$string['langimport'] = 'Language import utility'; +$string['langimportsuccess'] = 'Language pack successfully upgraded'; +$string['langpackremoved'] = 'Language pack was uninstalled'; +$string['langpackupdated'] = 'Language pack $a updated'; +$string['langupdatecomplete'] = 'Language pack update completed'; +$string['latexpreamble'] = 'LaTeX preamble'; +$string['latexsettings'] = 'LaTeX renderer Settings'; $string['mbstringrecommended'] = 'Installing the optional MBSTRING library is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.'; $string['maintfileopenerror'] = 'Error opening maintenance files!'; $string['maintinprogress'] = 'Maintenance is in progress...';