MDL-22773 Database module export: include internal fields
[moodle.git] / lang / en / install.php
blobaceb61fca90bd46416af1740ab89624553e5b389
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'install', language 'en', branch 'MOODLE_20_STABLE'
21 * @package install
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['admindirerror'] = 'The admin directory specified is incorrect';
27 $string['admindirname'] = 'Admin directory';
28 $string['admindirsetting'] = 'A very few webhosts use /admin as a special URL for you to access a
29 control panel or something. Unfortunately this conflicts with the
30 standard location for the Moodle admin pages. You can fix this by
31 renaming the admin directory in your installation, and putting that
32 new name here. For example: <br /> <br /><b>moodleadmin</b><br /> <br />
33 This will fix admin links in Moodle.';
34 $string['admindirsettinghead'] = 'Setting the admin directory ...';
35 $string['admindirsettingsub'] = 'A very few webhosts use /admin as a special URL for you to access a
36 control panel or something. Unfortunately this conflicts with the
37 standard location for the Moodle admin pages. You can fix this by
38 renaming the admin directory in your installation, and putting that
39 new name here. For example: <br /> <br /><b>moodleadmin</b><br /> <br />
40 This will fix admin links in Moodle.';
41 $string['availablelangs'] = 'List of available languages';
42 $string['caution'] = 'Caution';
43 $string['cliadminpassword'] = 'New admin user password';
44 $string['cliadminusername'] = 'Admin account username';
45 $string['clialreadyconfigured'] = 'File config.php already exists, please use admin/cli/install_database.php if you want to install this site.';
46 $string['clialreadyinstalled'] = 'File config.php already exists, please use admin/cli/upgrade.php if you want to upgrade this site.';
47 $string['cliinstallfinished'] = 'Installation completed successfully.';
48 $string['cliinstallheader'] = 'Moodle {$a} command line installation program';
49 $string['climustagreelicense'] = 'In non interactive mode you must agree to license by specifying --agree-license option';
50 $string['clitablesexist'] = 'Database tables already present, cli installation can not continue.';
51 $string['compatibilitysettings'] = 'Checking your PHP settings ...';
52 $string['compatibilitysettingshead'] = 'Checking your PHP settings ...';
53 $string['compatibilitysettingssub'] = 'Your server should pass all these tests to make Moodle run properly';
54 $string['configfilenotwritten'] = 'The installer script was not able to automatically create a config.php file containing your chosen settings, probably because the Moodle directory is not writeable. You can manually copy the following code into a file named config.php within the root directory of Moodle.';
55 $string['configfilewritten'] = 'config.php has been successfully created';
56 $string['configurationcomplete'] = 'Configuration completed';
57 $string['configurationcompletehead'] = 'Configuration completed';
58 $string['configurationcompletesub'] = 'Moodle made an attempt to save your configuration in a file in the root of your Moodle installation.';
59 $string['database'] = 'Database';
60 $string['databasecreationsettings'] = 'Now you need to configure the database settings where most Moodle data
61 will be stored. This database will be created automatically by the installer
62 with the settings specified below.<br />
63 <br /> <br />
64 <b>Type:</b> fixed to "mysql" by the installer<br />
65 <b>Host:</b> fixed to "localhost" by the installer<br />
66 <b>Name:</b> database name, eg moodle<br />
67 <b>User:</b> fixed to "root" by the installer<br />
68 <b>Password:</b> your database password<br />
69 <b>Tables Prefix:</b> optional prefix to use for all table names';
70 $string['databasecreationsettingshead'] = 'Now you need to configure the database settings where most Moodle data
71 will be stored. This database will be created automatically by the installer
72 with the settings specified below.';
73 $string['databasecreationsettingssub'] = '<b>Type:</b> fixed to "mysql" by the installer<br />
74 <b>Host:</b> fixed to "localhost" by the installer<br />
75 <b>Name:</b> database name, eg moodle<br />
76 <b>User:</b> fixed to "root" by the installer<br />
77 <b>Password:</b> your database password<br />
78 <b>Tables Prefix:</b> optional prefix to use for all table names';
79 $string['databasecreationsettingssub2'] = '<b>Type:</b> fixed to "mysqli" by the installer<br />
80 <b>Host:</b> fixed to "localhost" by the installer<br />
81 <b>Name:</b> database name, eg moodle<br />
82 <b>User:</b> fixed to "root" by the installer<br />
83 <b>Password:</b> your database password<br />
84 <b>Tables Prefix:</b> optional prefix to use for all table names';
85 $string['databasehead'] = 'Database settings';
86 $string['databasehost'] = 'Database host';
87 $string['databasename'] = 'Database name';
88 $string['databasepass'] = 'Database password';
89 $string['databasesettings'] = 'Now you need to configure the database where most Moodle data
90 will be stored. This database must already have been created
91 and a username and password created to access it.<br />
92 <br /> <br />
93 <b>Type:</b> mysql or postgres7<br />
94 <b>Host:</b> eg localhost or db.isp.com<br />
95 <b>Name:</b> database name, eg moodle<br />
96 <b>User:</b> your database username<br />
97 <b>Password:</b> your database password<br />
98 <b>Tables Prefix:</b> optional prefix to use for all table names';
99 $string['databasesettingshead'] = 'Now you need to configure the database where most Moodle data
100 will be stored. This database must already have been created
101 and a username and password created to access it.';
102 $string['databasesettingssub'] = '<b>Type:</b> mysql or postgres7<br />
103 <b>Host:</b> eg localhost or db.isp.com<br />
104 <b>Name:</b> database name, eg moodle<br />
105 <b>User:</b> your database username<br />
106 <b>Password:</b> your database password<br />
107 <b>Tables Prefix:</b> optional prefix to use for all table names';
108 $string['databasesettingssub_mssql'] = '<b>Type:</b> SQL*Server (non UTF-8) <b><strong class="errormsg">Experimental! (not for use in production)</strong></b><br />
109 <b>Host:</b> eg localhost or db.isp.com<br />
110 <b>Name:</b> database name, eg moodle<br />
111 <b>User:</b> your database username<br />
112 <b>Password:</b> your database password<br />
113 <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
114 $string['databasesettingssub_mssql_n'] = '<b>Type:</b> SQL*Server (UTF-8 enabled)<br />
115 <b>Host:</b> eg localhost or db.isp.com<br />
116 <b>Name:</b> database name, eg moodle<br />
117 <b>User:</b> your database username<br />
118 <b>Password:</b> your database password<br />
119 <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
120 $string['databasesettingssub_mysql'] = '<b>Type:</b> MySQL<br />
121 <b>Host:</b> eg localhost or db.isp.com<br />
122 <b>Name:</b> database name, eg moodle<br />
123 <b>User:</b> your database username<br />
124 <b>Password:</b> your database password<br />
125 <b>Tables Prefix:</b> prefix to use for all table names (optional)';
126 $string['databasesettingssub_mysqli'] = '<b>Type:</b> Improved MySQL<br />
127 <b>Host:</b> eg localhost or db.isp.com<br />
128 <b>Name:</b> database name, eg moodle<br />
129 <b>User:</b> your database username<br />
130 <b>Password:</b> your database password<br />
131 <b>Tables Prefix:</b> prefix to use for all table names (optional)';
132 $string['databasesettingssub_oci8po'] = '<b>Type:</b> Oracle<br />
133 <b>Host:</b> not used, must be left blank<br />
134 <b>Name:</b> given name of the tnsnames.ora connection<br />
135 <b>User:</b> your database username<br />
136 <b>Password:</b> your database password<br />
137 <b>Tables Prefix:</b> prefix to use for all table names (mandatory, 2cc. max)';
138 $string['databasesettingssub_odbc_mssql'] = '<b>Type:</b> SQL*Server (over ODBC) <b><strong class="errormsg">Experimental! (not for use in production)</strong></b><br />
139 <b>Host:</b> given name of the DSN in the ODBC control panel<br />
140 <b>Name:</b> database name, eg moodle<br />
141 <b>User:</b> your database username<br />
142 <b>Password:</b> your database password<br />
143 <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
144 $string['databasesettingssub_postgres7'] = '<b>Type:</b> PostgreSQL<br />
145 <b>Host:</b> eg localhost or db.isp.com<br />
146 <b>Name:</b> database name, eg moodle<br />
147 <b>User:</b> your database username<br />
148 <b>Password:</b> your database password<br />
149 <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
150 $string['databasesettingswillbecreated'] = '<b>Note:</b> The installer will try to create the database automatically if not exists.';
151 $string['databasesocket'] = 'Unix socket';
152 $string['databasetypehead'] = 'Choose database driver';
153 $string['databasetypesub'] = 'Moodle supports several types of database servers. Please contact server administrator if you do not know which type to use.';
154 $string['databaseuser'] = 'Database user';
155 $string['dataroot'] = 'Data directory';
156 $string['datarooterror'] = 'The \'data directory\' you specified could not be found or created. Either correct the path or create that directory manually.';
157 $string['datarootpermission'] = 'Data directories permission';
158 $string['datarootpublicerror'] = 'The \'data directory\' you specified is directly accessible via web, you must use different directory.';
159 $string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.';
160 $string['dbcreationerror'] = 'Database creation error. Could not create the given database name with the settings provided';
161 $string['dbhost'] = 'Host server';
162 $string['dbpass'] = 'Password';
163 $string['dbport'] = 'Port';
164 $string['dbprefix'] = 'Tables prefix';
165 $string['dbtype'] = 'Type';
166 $string['dbwrongencoding'] = 'The selected database is running under one non-recommended encoding ({$a}). It would be better to use one Unicode (UTF-8) encoded database instead. Anyway, you can bypass this test by selecting the "Skip DB Encoding Test" check below, but you could experience problems in the future.';
167 $string['dbwronghostserver'] = 'You must follow "Host" rules as explained above.';
168 $string['dbwrongnlslang'] = 'The NLS_LANG environment variable in your web server must use the AL32UTF8 charset. See PHP documentation about how to configure OCI8 properly.';
169 $string['dbwrongprefix'] = 'You must follow "Tables Prefix" rules as explained above.';
170 $string['directorysettings'] = '<p>Please confirm the locations of this Moodle installation.</p>
172 <p><b>Web address:</b>
173 Specify the full web address where Moodle will be accessed.
174 If your web site is accessible via multiple URLs then choose the
175 most natural one that your students would use. Do not include
176 a trailing slash.</p>
178 <p><b>Moodle directory:</b>
179 Specify the full directory path to this installation
180 Make sure the upper/lower case is correct.</p>
182 <p><b>Data directory:</b>
183 You need a place where Moodle can save uploaded files. This
184 directory should be readable AND WRITEABLE by the web server user
185 (usually \'nobody\' or \'apache\'), but it must not be accessible
186 directly via the web. The installer will try to create it if doesn\'t exist.</p>';
187 $string['directorysettingshead'] = 'Please confirm the locations of this Moodle installation';
188 $string['directorysettingssub'] = '<b>Web address:</b>
189 Specify the full web address where Moodle will be accessed.
190 If your web site is accessible via multiple URLs then choose the
191 most natural one that your students would use. Do not include
192 a trailing slash.
193 <br />
194 <br />
195 <b>Moodle directory:</b>
196 Specify the full directory path to this installation
197 Make sure the upper/lower case is correct.
198 <br />
199 <br />
200 <b>Data directory:</b>
201 You need a place where Moodle can save uploaded files. This
202 directory must be readable AND WRITEABLE by the web server user
203 (usually \'nobody\' or \'apache\'), but it must not be accessible
204 directly via the web. The installer will try to create it if doesn\'t exist.';
205 $string['dirroot'] = 'Moodle directory';
206 $string['dirrooterror'] = 'The \'Moodle directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.';
207 $string['download'] = 'Download';
208 $string['downloadlanguagebutton'] = 'Download the &quot;{$a}&quot; language pack';
209 $string['downloadlanguagehead'] = 'Download language pack';
210 $string['downloadlanguagenotneeded'] = 'You may continue the installation process using the default language pack, "{$a}".';
211 $string['downloadlanguagesub'] = 'You now have the option of downloading a language pack and continuing the installation process in this language.<br /><br />If you are unable to download the language pack, the installation process will continue in English. (Once the installation process is complete, you will have the opportunity to download and install additional language packs.)';
212 $string['doyouagree'] = 'Do you agree ? (yes/no):';
213 $string['environmenthead'] = 'Checking your environment ...';
214 $string['environmentsub'] = 'We are checking if the various components of your system meet the system requirements';
215 $string['environmentsub2'] = 'Each Moodle release has some minimum PHP version requirement and a number of mandatory PHP extensions.
216 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.';
217 $string['errorsinenvironment'] = 'Environment check failed!';
218 $string['fail'] = 'Fail';
219 $string['fileuploads'] = 'File uploads';
220 $string['fileuploadserror'] = 'This should be on';
221 $string['fileuploadshelp'] = '<p>File uploading seems to be disabled on your server.</p>
223 <p>Moodle can still be installed, but without this ability, you will not be able
224 to upload course files or new user profile images.</p>
226 <p>To enable file uploading you (or your system administrator) will need to
227 edit the main php.ini file on your system and change the setting for
228 <b>file_uploads</b> to \'1\'.</p>';
229 $string['gdversion'] = 'GD version';
230 $string['gdversionerror'] = 'The GD library should be present to process and create images';
231 $string['gdversionhelp'] = '<p>Your server does not seem to have GD installed.</p>
233 <p>GD is a library that is required by PHP to allow Moodle to process images
234 (such as the user profile icons) and to create new images (such as
235 the log graphs). Moodle will still work without GD - these features
236 will just not be available to you.</p>
238 <p>To add GD to PHP under Unix, compile PHP using the --with-gd parameter.</p>
240 <p>Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.</p>';
241 $string['globalsquotes'] = 'Insecure handling of globals';
242 $string['globalsquoteserror'] = 'Fix your PHP settings: disable register_globals and/or enable magic_quotes_gpc';
243 $string['globalsquoteshelp'] = '<p>Combination of disabled magic quotes GPC and enabled register globals both at the same time is not recommended.</p>
245 <p>The recommended setting is <b>magic_quotes_gpc = On</b> and <b>register_globals = Off</b> in your php.ini</p>
247 <p>If you don\'t have access to your php.ini, you might be able to place the following line in a file
248 called .htaccess within your Moodle directory:</p>
249 <blockquote><div>php_value magic_quotes_gpc On</div></blockquote>
250 <blockquote><div>php_value register_globals Off</div></blockquote>';
251 $string['chooselanguage'] = 'Choose a language';
252 $string['chooselanguagehead'] = 'Choose a language';
253 $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.';
254 $string['inputdatadirectory'] = 'Data directory:';
255 $string['inputwebadress'] = 'Web address :';
256 $string['inputwebdirectory'] = 'Moodle directory:';
257 $string['installation'] = 'Installation';
258 $string['langdownloaderror'] = 'Unfortunately the language "{$a}" could not be downloaded. The installation process will continue in English.';
259 $string['langdownloadok'] = 'The language "{$a}" was installed successfully. The installation process will continue in this language.';
260 $string['magicquotesruntime'] = 'Magic quotes run time';
261 $string['magicquotesruntimeerror'] = 'This should be off';
262 $string['magicquotesruntimehelp'] = '<p>Magic quotes runtime should be turned off for Moodle to function properly.</p>
264 <p>Normally it is off by default ... see the setting <b>magic_quotes_runtime</b> in your php.ini file.</p>
266 <p>If you don\'t have access to your php.ini, you might be able to place the following line in a file
267 called .htaccess within your Moodle directory:</p>
268 <blockquote><div>php_value magic_quotes_runtime Off</div></blockquote>';
269 $string['memorylimit'] = 'Memory limit';
270 $string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.';
271 $string['memorylimithelp'] = '<p>The PHP memory limit for your server is currently set to {$a}.</p>
273 <p>This may cause Moodle to have memory problems later on, especially
274 if you have a lot of modules enabled and/or a lot of users.</p>
276 <p>We recommend that you configure PHP with a higher limit if possible, like 40M.
277 There are several ways of doing this that you can try:</p>
278 <ol>
279 <li>If you are able to, recompile PHP with <i>--enable-memory-limit</i>.
280 This will allow Moodle to set the memory limit itself.</li>
281 <li>If you have access to your php.ini file, you can change the <b>memory_limit</b>
282 setting in there to something like 40M. If you don\'t have access you might
283 be able to ask your administrator to do this for you.</li>
284 <li>On some PHP servers you can create a .htaccess file in the Moodle directory
285 containing this line:
286 <blockquote><div>php_value memory_limit 40M</div></blockquote>
287 <p>However, on some servers this will prevent <b>all</b> PHP pages from working
288 (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.</p></li>
289 </ol>';
290 $string['mssql'] = 'SQL*Server (mssql)';
291 $string['mssqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MSSQL extension so that it can communicate with SQL*Server. Please check your php.ini file or recompile PHP.';
292 $string['mssql_n'] = 'SQL*Server with UTF-8 support (mssql_n)';
293 $string['mysql'] = 'MySQL (mysql)';
294 $string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.';
295 $string['mysqli'] = 'Improved MySQL (mysqli)';
296 $string['mysqliextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQLi extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP. MySQLi extension is not available for PHP 4.';
297 $string['nativemysqli'] = 'Improved MySQL (native/mysqli)';
298 $string['nativemysqlihelp'] = 'Now you need to configure the database where most Moodle data will be stored.
299 Database may be created if database user has needed permissions, username and password must already exist. Table prefix is optional.';
300 $string['nativemssql'] = 'SQL*Server FreeTDS (native/mssql)';
301 $string['nativemssqlhelp'] = 'Now you need to configure the database where most Moodle data will be stored.
302 This database must already have been created and a username and password created to access it. Table prefix is mandatory.';
303 $string['nativeoci'] = 'Oracle (native/oci)';
304 $string['nativeocihelp'] = 'Now you need to configure the database where most Moodle data will be stored.
305 This database must already have been created and a username and password created to access it. Table prefix is mandatory.';
306 $string['nativepgsql'] = 'PostgreSQL (native/pgsql)';
307 $string['nativepgsqlhelp'] = 'Now you need to configure the database where most Moodle data will be stored.
308 This database must already have been created and a username and password created to access it. Table prefix is mandatory.';
309 $string['ociextensionisnotpresentinphp'] = 'PHP has not been properly configured with the OCI8 extension so that it can communicate with Oracle. Please check your php.ini file or recompile PHP.';
310 $string['oci8po'] = 'Oracle (oci8po)';
311 $string['odbcextensionisnotpresentinphp'] = 'PHP has not been properly configured with the ODBC extension so that it can communicate with SQL*Server. Please check your php.ini file or recompile PHP.';
312 $string['odbc_mssql'] = 'SQL*Server over ODBC (odbc_mssql)';
313 $string['pass'] = 'Pass';
314 $string['paths'] = 'Paths';
315 $string['pathserrcreatedataroot'] = 'Data directory ({$a->dataroot}) cannot be created by the installer.';
316 $string['pathshead'] = 'Confirm paths';
317 $string['pathsrodataroot'] = 'Dataroot directory is not writable.';
318 $string['pathsroparentdataroot'] = 'Parent directory ({$a->parent}) is not writeable. Data directory ({$a->dataroot}) cannot be created by the installer.';
319 $string['pathssubadmindir'] = 'A very few webhosts use /admin as a special URL for you to access a
320 control panel or something. Unfortunately this conflicts with the standard location for the Moodle admin pages. You can fix this by
321 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.';
322 $string['pathssubdataroot'] = 'You need a place where Moodle can save uploaded files. This directory should be readable AND WRITEABLE by the web server user
323 (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.';
324 $string['pathssubdirroot'] = 'Full directory path to Moodle installation.';
325 $string['pathssubwwwroot'] = 'Full web address where Moodle will be accessed.
326 It\'s not possible to access Moodle using multiple addresses.
327 If your site has multiple public addresses you must set up permanent redirects on all of them except this one.
328 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.
329 If the address is not correct please change the URL in your browser to restart installation with a different value.';
330 $string['pathsunsecuredataroot'] = 'Dataroot location is not secure';
331 $string['pathswrongadmindir'] = 'Admin directory does not exist';
332 $string['pgsqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the PGSQL extension so that it can communicate with PostgreSQL. Please check your php.ini file or recompile PHP.';
333 $string['phpextension'] = '{$a} PHP extension';
334 $string['phpversion'] = 'PHP version';
335 $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>
336 <p>You are currently running version {$a}</p>
337 <p>You must upgrade PHP or move to a host with a newer version of PHP!<br />
338 (In case of 5.0.x you could also downgrade to 4.4.x version)</p>';
339 $string['postgres7'] = 'PostgreSQL (postgres7)';
340 $string['releasenoteslink'] = 'For information about this version of Moodle, please see the release notes at {$a}';
341 $string['safemode'] = 'Safe mode';
342 $string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
343 $string['safemodehelp'] = '<p>Moodle may have a variety of problems with safe mode on, not least is that
344 it probably won\'t be allowed to create new files.</p>
346 <p>Safe mode is usually only enabled by paranoid public web hosts, so you may have
347 to just find a new web hosting company for your Moodle site.</p>
349 <p>You can try continuing the install if you like, but expect a few problems later on.</p>';
350 $string['sessionautostart'] = 'Session auto start';
351 $string['sessionautostarterror'] = 'This should be off';
352 $string['sessionautostarthelp'] = '<p>Moodle requires session support and will not function without it.</p>
354 <p>Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.</p>';
355 $string['skipdbencodingtest'] = 'Skip DB encoding test';
356 $string['nativesqlsrv'] = 'SQL*Server Microsoft (native/sqlsrv)';
357 $string['nativesqlsrvhelp'] = 'Now you need to configure the database where most Moodle data will be stored.
358 This database must already have been created and a username and password created to access it. Table prefix is mandatory.';
359 $string['nativesqlsrvnodriver'] = 'Microsoft Drivers for SQL Server for PHP are not installed or not configured properly.';
360 $string['nativesqlsrvnonwindows'] = 'Microsoft Drivers for SQL Server for PHP are available only for Windows OS.';
361 $string['sqliteextensionisnotpresentinphp'] = 'PHP has not been properly configured with the SQLite extension. Please check your php.ini file or recompile PHP.';
362 $string['upgradingqtypeplugin'] = 'Upgrading question/type plugin';
363 $string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
364 $string['welcomep20'] = 'You are seeing this page because you have successfully installed and
365 launched the <strong>{$a->packname} {$a->packversion}</strong> package in your computer. Congratulations!';
366 $string['welcomep30'] = 'This release of the <strong>{$a->installername}</strong> includes the applications
367 to create an environment in which <strong>Moodle</strong> will operate, namely:';
368 $string['welcomep40'] = 'The package also includes <strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>.';
369 $string['welcomep50'] = 'The use of all the applications in this package is governed by their respective
370 licences. The complete <strong>{$a->installername}</strong> package is
371 <a href="http://www.opensource.org/docs/definition_plain.html">open source</a> and is distributed
372 under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> license.';
373 $string['welcomep60'] = 'The following pages will lead you through some easy to follow steps to
374 configure and set up <strong>Moodle</strong> on your computer. You may accept the default
375 settings or, optionally, amend them to suit your own needs.';
376 $string['welcomep70'] = 'Click the "Next" button below to continue with the set up of <strong>Moodle</strong>.';
377 $string['wwwroot'] = 'Web address';
378 $string['wwwrooterror'] = 'The \'Web Address\' does not appear to be valid - this Moodle installation doesn\'t appear to be there. The value below has been reset.';