Automatic installer.php lang files by installer_builder (20081120)
[moodle.git] / install / lang / en_utf8 / installer.php
blob24bdf35a6a3419be0ba2cab541db219a3b5bd384
1 <?php
2 /// Please, do not edit this file manually! It's auto generated from
3 /// contents stored in your standard lang pack files:
4 /// (langconfig.php, install.php, moodle.php, admin.php and error.php)
5 ///
6 /// If you find some missing string in Moodle installation, please,
7 /// keep us informed using http://moodle.org/bugs Thanks!
8 ///
9 /// File generated by cvs://contrib/lang2installer/installer_builder
10 /// using strings defined in stringnames.txt (same dir)
12 $string['admindirerror'] = 'The admin directory specified is incorrect';
13 $string['admindirname'] = 'Admin Directory';
14 $string['admindirsetting'] = ' A very few webhosts use /admin as a special URL for you to access a
15 control panel or something. Unfortunately this conflicts with the
16 standard location for the Moodle admin pages. You can fix this by
17 renaming the admin directory in your installation, and putting that
18 new name here. For example: <br /> <br /><b>moodleadmin</b><br /> <br />
19 This will fix admin links in Moodle.';
20 $string['admindirsettinghead'] = 'Setting the admin directory ...';
21 $string['admindirsettingsub'] = ' A very few webhosts use /admin as a special URL for you to access a
22 control panel or something. Unfortunately this conflicts with the
23 standard location for the Moodle admin pages. You can fix this by
24 renaming the admin directory in your installation, and putting that
25 new name here. For example: <br /> <br /><b>moodleadmin</b><br /> <br />
26 This will fix admin links in Moodle.';
27 $string['availablelangs'] = 'Available language packs';
28 $string['bypassed'] = 'Bypassed';
29 $string['cannotcreatelangdir'] = 'Cannot create lang dir.';
30 $string['cannotcreatetempdir'] = 'Cannot create temp dir.';
31 $string['cannotdownloadcomponents'] = 'Cannot download components.';
32 $string['cannotdownloadzipfile'] = 'Cannot download ZIP file.';
33 $string['cannotfindcomponent'] = 'Cannot find component.';
34 $string['cannotsavemd5file'] = 'Cannot save md5 file.';
35 $string['cannotsavezipfile'] = 'Cannot save ZIP file.';
36 $string['cannotunzipfile'] = 'Cannot unzip file.';
37 $string['caution'] = 'Caution';
38 $string['check'] = 'Check';
39 $string['chooselanguage'] = 'Choose a language';
40 $string['chooselanguagehead'] = 'Choose a language';
41 $string['chooselanguagesub'] = 'Please choose a language for the installation ONLY. You will be able to choose site and user languages on a later screen.';
42 $string['closewindow'] = 'Close this window';
43 $string['compatibilitysettings'] = 'Checking your PHP settings ...';
44 $string['compatibilitysettingshead'] = 'Checking your PHP settings ...';
45 $string['compatibilitysettingssub'] = 'Your server should pass all these tests to make Moodle run properly';
46 $string['componentisuptodate'] = 'Component is up to date.';
47 $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.';
48 $string['configfilewritten'] = 'config.php has been successfully created';
49 $string['configurationcomplete'] = 'Configuration completed';
50 $string['configurationcompletehead'] = 'Configuration completed';
51 $string['configurationcompletesub'] = 'Moodle made an attempt to save your configuration in a file in the root of your Moodle installation.';
52 $string['continue'] = 'Continue';
53 $string['customcheck'] = 'Other Checks';
54 $string['database'] = 'Database';
55 $string['databasecreationsettings'] = ' Now you need to configure the database settings where most Moodle data
56 will be stored. This database will be created automatically by the installer
57 with the settings specified below.<br />
58 <br /> <br />
59 <b>Type:</b> fixed to \"mysql\" by the installer<br />
60 <b>Host:</b> fixed to \"localhost\" by the installer<br />
61 <b>Name:</b> database name, eg moodle<br />
62 <b>User:</b> fixed to \"root\" by the installer<br />
63 <b>Password:</b> your database password<br />
64 <b>Tables Prefix:</b> optional prefix to use for all table names';
65 $string['databasecreationsettingshead'] = 'Now you need to configure the database settings where most Moodle data
66 will be stored. This database will be created automatically by the installer
67 with the settings specified below.';
68 $string['databasecreationsettingssub'] = '<b>Type:</b> fixed to \"mysql\" by the installer<br />
69 <b>Host:</b> fixed to \"localhost\" by the installer<br />
70 <b>Name:</b> database name, eg moodle<br />
71 <b>User:</b> fixed to \"root\" by the installer<br />
72 <b>Password:</b> your database password<br />
73 <b>Tables Prefix:</b> optional prefix to use for all table names';
74 $string['databasesettings'] = ' Now you need to configure the database where most Moodle data
75 will be stored. This database must already have been created
76 and a username and password created to access it.<br />
77 <br /> <br />
78 <b>Type:</b> mysql or postgres7<br />
79 <b>Host:</b> eg localhost or db.isp.com<br />
80 <b>Name:</b> database name, eg moodle<br />
81 <b>User:</b> your database username<br />
82 <b>Password:</b> your database password<br />
83 <b>Tables Prefix:</b> optional prefix to use for all table names';
84 $string['databasesettingshead'] = 'Now you need to configure the database where most Moodle data
85 will be stored. This database must already have been created
86 and a username and password created to access it.';
87 $string['databasesettingssub'] = '<b>Type:</b> mysql or postgres7<br />
88 <b>Host:</b> eg localhost or db.isp.com<br />
89 <b>Name:</b> database name, eg moodle<br />
90 <b>User:</b> your database username<br />
91 <b>Password:</b> your database password<br />
92 <b>Tables Prefix:</b> optional prefix to use for all table names';
93 $string['dataroot'] = 'Data Directory';
94 $string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.';
95 $string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.';
96 $string['dbcreationerror'] = 'Database creation error. Could not create the given database name with the settings provided';
97 $string['dbhost'] = 'Host Server';
98 $string['dbpass'] = 'Password';
99 $string['dbprefix'] = 'Tables prefix';
100 $string['dbtype'] = 'Type';
101 $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.';
102 $string['directorysettings'] = '<p>Please confirm the locations of this Moodle installation.</p>
104 <p><b>Web Address:</b>
105 Specify the full web address where Moodle will be accessed.
106 If your web site is accessible via multiple URLs then choose the
107 most natural one that your students would use. Do not include
108 a trailing slash.</p>
110 <p><b>Moodle Directory:</b>
111 Specify the full directory path to this installation
112 Make sure the upper/lower case is correct.</p>
114 <p><b>Data Directory:</b>
115 You need a place where Moodle can save uploaded files. This
116 directory should be readable AND WRITEABLE by the web server user
117 (usually \'nobody\' or \'apache\'), but it must not be accessible
118 directly via the web.</p>';
119 $string['directorysettingshead'] = 'Please confirm the locations of this Moodle installation';
120 $string['directorysettingssub'] ='<b>Web Address:</b>
121 Specify the full web address where Moodle will be accessed.
122 If your web site is accessible via multiple URLs then choose the
123 most natural one that your students would use. Do not include
124 a trailing slash.
125 <br />
126 <br />
127 <b>Moodle Directory:</b>
128 Specify the full directory path to this installation
129 Make sure the upper/lower case is correct.
130 <br />
131 <br />
132 <b>Data Directory:</b>
133 You need a place where Moodle can save uploaded files. This
134 directory should be readable AND WRITEABLE by the web server user
135 (usually \'nobody\' or \'apache\'), but it should not be accessible
136 directly via the web.';
137 $string['dirroot'] = 'Moodle Directory';
138 $string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.';
139 $string['download'] = 'Download';
140 $string['downloadedfilecheckfailed'] = 'Downloaded file check failed.';
141 $string['downloadlanguagebutton'] = 'Download the &quot;$a&quot; language pack';
142 $string['downloadlanguagehead'] = 'Download language pack';
143 $string['downloadlanguagenotneeded'] = 'You may continue the installation process using the default language pack, \"$a\".';
144 $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.)';
145 $string['doyouagree'] = 'Have you read these conditions and understood them?';
146 $string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
147 $string['environmenthead'] = 'Checking your environment ...';
148 $string['environmentrecommendinstall'] = 'is recommended to be installed/enabled';
149 $string['environmentrecommendversion'] = 'version $a->needed is recommended and you are running $a->current';
150 $string['environmentrequireinstall'] = 'is required to be installed/enabled.';
151 $string['environmentrequireversion'] = 'version $a->needed is required and you are running $a->current';
152 $string['environmentsub'] = 'We are checking if the various components of your system meet the system requirements';
153 $string['environmentxmlerror'] = 'Error reading environment data ($a->error_code)';
154 $string['error'] = 'Error';
155 $string['fail'] = 'Fail';
156 $string['fileuploads'] = 'File Uploads';
157 $string['fileuploadserror'] = 'This should be on';
158 $string['fileuploadshelp'] = '<p>File uploading seems to be disabled on your server.</p>
160 <p>Moodle can still be installed, but without this ability, you will not be able
161 to upload course files or new user profile images.</p>
163 <p>To enable file uploading you (or your system administrator) will need to
164 edit the main php.ini file on your system and change the setting for
165 <b>file_uploads</b> to \'1\'.</p>';
166 $string['gdversion'] = 'GD version';
167 $string['gdversionerror'] = 'The GD library should be present to process and create images';
168 $string['gdversionhelp'] = '<p>Your server does not seem to have GD installed.</p>
170 <p>GD is a library that is required by PHP to allow Moodle to process images
171 (such as the user profile icons) and to create new images (such as
172 the log graphs). Moodle will still work without GD - these features
173 will just not be available to you.</p>
175 <p>To add GD to PHP under Unix, compile PHP using the --with-gd parameter.</p>
177 <p>Under Windows you can usually edit php.ini and uncomment the line referencing libgd.dll.</p>';
178 $string['globalsquotes'] = 'Insecure Handling of Globals';
179 $string['globalsquoteserror'] = 'Fix your PHP settings: disable register_globals and/or enable magic_quotes_gpc';
180 $string['globalsquoteshelp'] = '<p>Combination of disabled Magic Quotes GPC and enabled Register Globals both at the same time is not recommended.</p>
182 <p>The recommended setting is <b>magic_quotes_gpc = On</b> and <b>register_globals = Off</b> in your php.ini</p>
184 <p>If you don\'t have access to your php.ini, you might be able to place the following line in a file
185 called .htaccess within your Moodle directory:
186 <blockquote>php_value magic_quotes_gpc On</blockquote>
187 <blockquote>php_value register_globals Off</blockquote>
188 </p>
190 $string['globalswarning'] = '<p><strong>Security Warning</strong>: to operate properly, Moodle requires <br />that you make certain changes to your current PHP settings.<p/><p>You <em>must</em> set <code>register_globals=off</code>.<p>This setting is controlled by editing your <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file.</p>';
191 $string['help'] = 'Help';
192 $string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.';
193 $string['info'] = 'Information';
194 $string['installation'] = 'Installation';
195 $string['invalidemail'] = 'Invalid email address';
196 $string['invalidmd5'] = 'Invalid md5';
197 $string['langdownloaderror'] = 'Unfortunately the language \"$a\" was not installed. The installation process will continue in English.';
198 $string['langdownloadok'] = 'The language \"$a\" was installed successfully. The installation process will continue in this language.';
199 $string['language'] = 'Language';
200 $string['magicquotesruntime'] = 'Magic Quotes Run Time';
201 $string['magicquotesruntimeerror'] = 'This should be off';
202 $string['magicquotesruntimehelp'] = '<p>Magic quotes runtime should be turned off for Moodle to function properly.</p>
204 <p>Normally it is off by default ... see the setting <b>magic_quotes_runtime</b> in your php.ini file.</p>
206 <p>If you don\'t have access to your php.ini, you might be able to place the following line in a file
207 called .htaccess within your Moodle directory:
208 <blockquote>php_value magic_quotes_runtime Off</blockquote>
209 </p>
211 $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.';
212 $string['memorylimit'] = 'Memory Limit';
213 $string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.';
214 $string['memorylimithelp'] = '<p>The PHP memory limit for your server is currently set to $a.</p>
216 <p>This may cause Moodle to have memory problems later on, especially
217 if you have a lot of modules enabled and/or a lot of users.</p>
219 <p>We recommend that you configure PHP with a higher limit if possible, like 16M.
220 There are several ways of doing this that you can try:</p>
221 <ol>
222 <li>If you are able to, recompile PHP with <i>--enable-memory-limit</i>.
223 This will allow Moodle to set the memory limit itself.</li>
224 <li>If you have access to your php.ini file, you can change the <b>memory_limit</b>
225 setting in there to something like 16M. If you don\'t have access you might
226 be able to ask your administrator to do this for you.</li>
227 <li>On some PHP servers you can create a .htaccess file in the Moodle directory
228 containing this line:
229 <p><blockquote>php_value memory_limit 16M</blockquote></p>
230 <p>However, on some servers this will prevent <b>all</b> PHP pages from working
231 (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.</p></li>
232 </ol>';
233 $string['missingrequiredfield'] = 'Some required field is missing';
234 $string['moodledocslink'] = 'Moodle Docs for this page';
235 $string['mysql416bypassed'] = 'However, if your site is using iso-8859-1 (latin) languages ONLY, you may continue using your currently installed MySQL 4.1.12 (or higher).';
236 $string['mysql416required'] = 'MySQL 4.1.16 is the minimum version required for Moodle 1.6 in order to guarantee that all data can be converted to UTF-8 in the future.';
237 $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.';
238 $string['name'] = 'Name';
239 $string['next'] = 'Next';
240 $string['ok'] = 'OK';
241 $string['pass'] = 'Pass';
242 $string['password'] = 'Password';
243 $string['php50restricted'] = 'PHP 5.0.x has a number of known problems, please upgrade to 5.1.x or downgrade to 4.3.x or 4.4.x';
244 $string['phpversion'] = 'PHP version';
245 $string['phpversionerror'] = 'PHP version must be at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).';
246 $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>
247 <p>You are currently running version $a</p>
248 <p>You must upgrade PHP or move to a host with a newer version of PHP!<br/>
249 (In case of 5.0.x you could also downgrade to 4.4.x version)</p>';
250 $string['previous'] = 'Previous';
251 $string['releasenoteslink'] = 'For information about this version of Moodle, please see the online <a target=\"_new\" href=\"$a\">Release Notes</a>';
252 $string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
253 $string['report'] = 'Report';
254 $string['restricted'] = 'Restricted';
255 $string['safemode'] = 'Safe Mode';
256 $string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
257 $string['safemodehelp'] = '<p>Moodle may have a variety of problems with safe mode on, not least is that
258 it probably won\'t be allowed to create new files.</p>
260 <p>Safe mode is usually only enabled by paranoid public web hosts, so you may have
261 to just find a new web hosting company for your Moodle site.</p>
263 <p>You can try continuing the install if you like, but expect a few problems later on.</p>';
264 $string['serverchecks'] = 'Server Checks';
265 $string['sessionautostart'] = 'Session Auto Start';
266 $string['sessionautostarterror'] = 'This should be off';
267 $string['sessionautostarthelp'] = '<p>Moodle requires session support and will not function without it.</p>
269 <p>Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.</p>';
270 $string['skipdbencodingtest'] = 'Skip DB Encoding Test';
271 $string['status'] = 'Status';
272 $string['thischarset'] = 'UTF-8';
273 $string['thisdirection'] = 'ltr';
274 $string['thislanguage'] = 'English';
275 $string['user'] = 'User';
276 $string['welcomep10'] = '$a->installername ($a->installerversion)';
277 $string['welcomep20'] = 'You are seeing this page because you have successfully installed and
278 launched the <strong>$a->packname $a->packversion</strong> package in your computer. Congratulations!';
279 $string['welcomep30'] = 'This release of the <strong>$a->installername</strong> includes the applications
280 to create an environment in which <strong>Moodle</strong> will operate, namely:';
281 $string['welcomep40'] = 'The package also includes <strong>Moodle $a->moodlerelease ($a->moodleversion)</strong>.';
282 $string['welcomep50'] = 'The use of all the applications in this package is governed by their respective
283 licences. The complete <strong>$a->installername</strong> package is
284 <a href=\"http://www.opensource.org/docs/definition_plain.html\">open source</a> and is distributed
285 under the <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a> license.';
286 $string['welcomep60'] = 'The following pages will lead you through some easy to follow steps to
287 configure and set up <strong>Moodle</strong> on your computer. You may accept the default
288 settings or, optionally, amend them to suit your own needs.';
289 $string['welcomep70'] = 'Click the \"Next\" button below to continue with the set up of <strong>Moodle</strong>.';
290 $string['wrongdestpath'] = 'Wrong destination path.';
291 $string['wrongsourcebase'] = 'Wrong source URL base.';
292 $string['wrongzipfilename'] = 'Wrong ZIP filename.';
293 $string['wwwroot'] = 'Web address';
294 $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.';