Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/install/lang/en/install.php
Go to the documentation of this file.
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 
00031 defined('MOODLE_INTERNAL') || die();
00032 
00033 $string['admindirname'] = 'Admin directory';
00034 $string['availablelangs'] = 'List of available languages';
00035 $string['chooselanguagehead'] = 'Choose a language';
00036 $string['chooselanguagesub'] = 'Please choose a language for the installation. This language will also be used as the default language for the site, though it may be changed later.';
00037 $string['clialreadyconfigured'] = 'File config.php already exists, please use admin/cli/install_database.php if you want to install this site.';
00038 $string['clialreadyinstalled'] = 'File config.php already exists, please use admin/cli/upgrade.php if you want to upgrade this site.';
00039 $string['cliinstallheader'] = 'Moodle {$a} command line installation program';
00040 $string['databasehost'] = 'Database host';
00041 $string['databasename'] = 'Database name';
00042 $string['databasetypehead'] = 'Choose database driver';
00043 $string['dataroot'] = 'Data directory';
00044 $string['datarootpermission'] = 'Data directories permission';
00045 $string['dbprefix'] = 'Tables prefix';
00046 $string['dirroot'] = 'Moodle directory';
00047 $string['environmenthead'] = 'Checking your environment ...';
00048 $string['environmentsub2'] = 'Each Moodle release has some minimum PHP version requirement and a number of mandatory PHP extensions.
00049 Full environment check is done before each install and upgrade. Please contact server administrator if you do not know how to install new version or enable PHP extensions.';
00050 $string['errorsinenvironment'] = 'Environment check failed!';
00051 $string['installation'] = 'Installation';
00052 $string['langdownloaderror'] = 'Unfortunately the language "{$a}" could not be downloaded. The installation process will continue in English.';
00053 $string['memorylimithelp'] = '<p>The PHP memory limit for your server is currently set to {$a}.</p>
00054 
00055 <p>This may cause Moodle to have memory problems later on, especially
00056    if you have a lot of modules enabled and/or a lot of users.</p>
00057 
00058 <p>We recommend that you configure PHP with a higher limit if possible, like 40M.
00059    There are several ways of doing this that you can try:</p>
00060 <ol>
00061 <li>If you are able to, recompile PHP with <i>--enable-memory-limit</i>.
00062     This will allow Moodle to set the memory limit itself.</li>
00063 <li>If you have access to your php.ini file, you can change the <b>memory_limit</b>
00064     setting in there to something like 40M.  If you don\'t have access you might
00065     be able to ask your administrator to do this for you.</li>
00066 <li>On some PHP servers you can create a .htaccess file in the Moodle directory
00067     containing this line:
00068     <blockquote><div>php_value memory_limit 40M</div></blockquote>
00069     <p>However, on some servers this will prevent <b>all</b> PHP pages from working
00070     (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.</p></li>
00071 </ol>';
00072 $string['paths'] = 'Paths';
00073 $string['pathserrcreatedataroot'] = 'Data directory ({$a->dataroot}) cannot be created by the installer.';
00074 $string['pathshead'] = 'Confirm paths';
00075 $string['pathsrodataroot'] = 'Dataroot directory is not writable.';
00076 $string['pathsroparentdataroot'] = 'Parent directory ({$a->parent}) is not writeable. Data directory ({$a->dataroot}) cannot be created by the installer.';
00077 $string['pathssubadmindir'] = 'A very few webhosts use /admin as a special URL for you to access a
00078 control panel or something.  Unfortunately this conflicts with the standard location for the Moodle admin pages.  You can fix this by
00079 renaming the admin directory in your installation, and putting that  new name here.  For example: <em>moodleadmin</em>. This will fix admin links in Moodle.';
00080 $string['pathssubdataroot'] = 'You need a place where Moodle can save uploaded files. This directory should be readable AND WRITEABLE by the web server user
00081 (usually \'nobody\' or \'apache\'), but it must not be accessible directly via the web. The installer will try to create it if doesn\'t exist.';
00082 $string['pathssubdirroot'] = 'Full directory path to Moodle installation.';
00083 $string['pathssubwwwroot'] = 'Full web address where Moodle will be accessed.
00084 It\'s not possible to access Moodle using multiple addresses.
00085 If your site has multiple public addresses you must set up permanent redirects on all of them except this one.
00086 If your site is accessible both from Intranet and Internet use the public address here and set up DNS so that the Intranet users may use the public address too.
00087 If the address is not correct please change the URL in your browser to restart installation with a different value.';
00088 $string['pathsunsecuredataroot'] = 'Dataroot location is not secure';
00089 $string['pathswrongadmindir'] = 'Admin directory does not exist';
00090 $string['phpextension'] = '{$a} PHP extension';
00091 $string['phpversion'] = 'PHP version';
00092 $string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).</p>
00093 <p>You are currently running version {$a}</p>
00094 <p>You must upgrade PHP or move to a host with a newer version of PHP!<br />
00095 (In case of 5.0.x you could also downgrade to 4.4.x version)</p>';
00096 $string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
00097 $string['welcomep20'] = 'You are seeing this page because you have successfully installed and
00098     launched the <strong>{$a->packname} {$a->packversion}</strong> package in your computer. Congratulations!';
00099 $string['welcomep30'] = 'This release of the <strong>{$a->installername}</strong> includes the applications
00100     to create an environment in which <strong>Moodle</strong> will operate, namely:';
00101 $string['welcomep40'] = 'The package also includes <strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>.';
00102 $string['welcomep50'] = 'The use of all the applications in this package is governed by their respective
00103     licences. The complete <strong>{$a->installername}</strong> package is
00104     <a href="http://www.opensource.org/docs/definition_plain.html">open source</a> and is distributed
00105     under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> license.';
00106 $string['welcomep60'] = 'The following pages will lead you through some easy to follow steps to
00107     configure and set up <strong>Moodle</strong> on your computer. You may accept the default
00108     settings or, optionally, amend them to suit your own needs.';
00109 $string['welcomep70'] = 'Click the "Next" button below to continue with the set up of <strong>Moodle</strong>.';
00110 $string['wwwroot'] = 'Web address';
 All Data Structures Namespaces Files Functions Variables Enumerations