|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['cc_import_req_dom'] = 'ERROR: The Common Cartridge import requires DOM extension.'; 00027 $string['cc_import_req_libxml'] = 'ERROR: The Common Cartridge import requires LIBXML extension.'; 00028 $string['cc_import_req_libxmlminversion'] = 'ERROR: The Common Cartridge import requires LIBXML version 2.6.30 or newer.'; 00029 $string['cc_import_req_php5'] = 'ERROR: The Common Cartridge import requires PHP 5 or higher.'; 00030 $string['cc_import_req_xsl'] = 'ERROR: The Common Cartridge import requires XSL.'; 00031 $string['cc2moodle_checking_schema'] = 'CC format! Checking schema...'; 00032 $string['cc2moodle_invalid_schema'] = 'The schema is not valid.'; 00033 $string['cc2moodle_manifest_dont_load'] = 'Cannot load the XML manifest.'; 00034 $string['cc2moodle_req_auth'] = 'ERROR: The Common Cartridge package requires authorization.'; 00035 $string['cc2moodle_valid_schema'] = 'Schema valid!'; 00036 $string['enable_cc_import'] = 'Enable CC import'; 00037 $string['enable_cc_import_description'] = 'This setting enables the import of Common Cartridge (IMS-CC) packages using the standard restore functionality. Note it requires PHP5, DOM, XSL and LIBXML (2.6.30 or newer) extensions to be installed in the server.'; 00038 $string['checkingforimscc'] = 'Checking for IMS-CC...';