|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 // This file is part of Moodle - http://moodle.org/ 00003 // 00004 // Moodle is free software: you can redistribute it and/or modify 00005 // it under the terms of the GNU General Public License as published by 00006 // the Free Software Foundation, either version 3 of the License, or 00007 // (at your option) any later version. 00008 // 00009 // Moodle is distributed in the hope that it will be useful, 00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 // GNU General Public License for more details. 00013 // 00014 // You should have received a copy of the GNU General Public License 00015 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00016 00026 $string['install'] = 'Install selected language pack'; 00027 $string['installedlangs'] = 'Installed language packs'; 00028 $string['langimport'] = 'Language import utility'; 00029 $string['langimportdisabled'] = 'Language import feature has been disabled. You have to update your language packs manually at the file-system level. Do not forget to purge string caches after you do so.'; 00030 $string['langpackinstalled'] = 'Language pack {$a} was successfully installed'; 00031 $string['langpackremoved'] = 'Language pack was uninstalled'; 00032 $string['langpackupdateskipped'] = 'Update of {$a} language pack skipped'; 00033 $string['langpackuptodate'] = 'Language pack {$a} is up-to-date'; 00034 $string['langupdatecomplete'] = 'Language pack update completed'; 00035 $string['missingcfglangotherroot'] = 'Missing configuration value $CFG->langotherroot'; 00036 $string['missinglangparent'] = 'Missing parent language <em>{$a->parent}</em> of <em>{$a->lang}</em>.'; 00037 $string['nolangupdateneeded'] = 'All your language packs are up to date, no update is needed'; 00038 $string['pluginname'] = 'Language packs'; 00039 $string['purgestringcaches'] = 'Purge string caches'; 00040 $string['remotelangnotavailable'] = 'Because Moodle can not connect to download.moodle.org, we are unable to do language pack installation automatically. Please download the appropriate zip file(s) from http://download.moodle.org, copy them to your {$a} directory and unzip them manually.'; 00041 $string['uninstall'] = 'Uninstall selected language pack'; 00042 $string['uninstallconfirm'] = 'You are about to completely uninstall language pack {$a}, are you sure?'; 00043 $string['updatelangs'] = 'Update all installed language packs'; 00044