Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / install / lang / en / install.php
bloba01b8e14784dbffddaf658c1f9a60677787cc86e
1 <?PHP // $Id$
2 // install.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
5 $string['admindirerror'] = 'The admin directory specified is incorrect';
6 $string['admindirname'] = 'Admin Directory';
7 $string['admindirsetting'] = ' A very few webhosts use /admin as a special URL for you to access a
8 control panel or something. Unfortunately this conflicts with the
9 standard location for the Moodle admin pages. You can fix this by
10 renaming the admin directory in your installation, and putting that
11 new name here. For example: <br /> <br /><b>moodleadmin</b><br /> <br />
12 This will fix admin links in Moodle.';
13 $string['caution'] = 'Caution';
14 $string['chooselanguage'] = 'Choose a language';
15 $string['compatibilitysettings'] = 'Checking your PHP settings ...';
16 $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.';
17 $string['configfilewritten'] = 'config.php has been successfully created';
18 $string['configurationcomplete'] = 'Configuration completed';
19 $string['database'] = 'Database';
20 $string['databasesettings'] = ' Now you need to configure the database where most Moodle data
21 will be stored. This database must already have been created
22 and a username and password created to access it.<br />
23 <br /> <br />
24 <b>Type:</b> mysql or postgres7<br />
25 <b>Host:</b> eg localhost or db.isp.com<br />
26 <b>Name:</b> database name, eg moodle<br />
27 <b>User:</b> your database username<br />
28 <b>Password:</b> your database password<br />
29 <b>Tables Prefix:</b> optional prefix to use for all table names';
30 $string['databasecreationsettings'] = '<p>Now you need to configure the database settings where most Moodle data
31 will be stored. The database will be created automatically by the installer
32 with the default settings below or others that you specify in the editable
33 fields below. If security is an issue you may want to specify a password in the \"Password\" field.</p>
34 <p><b>Type:</b> fixed to \"mysql\" by the installer<br />
35 <b>Host:</b> fixed to \"localhost\" by the installer<br />
36 <b>Name:</b> database name, eg moodle<br />
37 <b>User:</b> fixed to \"root\" by the installer<br />
38 <b>Password:</b> your database password<br />
39 <b>Tables Prefix:</b> optional prefix to use for all table names</p>';
40 $string['dataroot'] = 'Data Directory';
41 $string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.';
42 $string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.';
43 $string['dbcreationerror'] = 'Database creation error. Could not create the given database name with the settings provided';
44 $string['dbhost'] = 'Host Server';
45 $string['dbpass'] = 'Password';
46 $string['dbprefix'] = 'Tables prefix';
47 $string['dbtype'] = 'Type';
48 $string['directorysettings'] = '<p>Please confirm the locations of this Moodle installation.</p>
50 <p><b>Web Address:</b>
51 Specify the full web address where Moodle will be accessed.
52 If your web site is accessible via multiple URLs then choose the
53 most natural one that your students would use. Do not include
54 a trailing slash.</p>
56 <p><b>Moodle Directory:</b>
57 Specify the full directory path to this installation
58 Make sure the upper/lower case is correct.</p>
60 <p><b>Data Directory:</b>
61 You need a place where Moodle can save uploaded files. This
62 directory should be readable AND WRITEABLE by the web server user
63 (usually \'nobody\' or \'apache\'), but it should not be accessible
64 directly via the web.</p>';
65 $string['dirroot'] = 'Moodle Directory';
66 $string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.';
67 $string['download'] = 'Download';
68 $string['fail'] = 'Fail';
69 $string['fileuploads'] = 'File Uploads';
70 $string['fileuploadserror'] = 'This should be on';
71 $string['fileuploadshelp'] = '<p>File uploading seems to be disabled on your server.</p>
73 <p>Moodle can still be installed, but without this ability, you will not be able
74 to upload course files or new user profile images.</p>
76 <p>To enable file uploading you (or your system administrator) will need to
77 edit the main php.ini file on your system and change the setting for
78 <b>file_uploads</b> to \'1\'.</p>';
79 $string['gdversion'] = 'GD version';
80 $string['gdversionerror'] = 'The GD library should be present to process and create images';
81 $string['gdversionhelp'] = '<p>Your server does not seem to have GD installed.</p>
83 <p>GD is a library that is required by PHP to allow Moodle to process images
84 (such as the user profile icons) and to create new images (such as
85 the log graphs). Moodle will still work without GD - these features
86 will just not be available to you.</p>
88 <p>To add GD to PHP under Unix, compile PHP using the --with-gd parameter.</p>
90 <p>Under Windows you can usually edit php.ini and uncomment the line referencing libgd.dll.</p>';
91 $string['installation'] = 'Installation';
92 $string['magicquotesruntime'] = 'Magic Quotes Run Time';
93 $string['magicquotesruntimeerror'] = 'This should be off';
94 $string['magicquotesruntimehelp'] = '<p>Magic quotes runtime should be turned off for Moodle to function properly.</p>
96 <p>Normally it is off by default ... see the setting <b>magic_quotes_runtime</b> in your php.ini file.</p>
98 <p>If you don\'t have access to your php.ini, you might be able to place the following line in a file
99 called .htaccess within your Moodle directory:
100 <blockquote>php_value magic_quotes_runtime Off</blockquote>
101 </p>
103 $string['memorylimit'] = 'Memory Limit';
104 $string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.';
105 $string['memorylimithelp'] = '<p>The PHP memory limit for your server is currently set to $a.</p>
107 <p>This may cause Moodle to have memory problems later on, especially
108 if you have a lot of modules enabled and/or a lot of users.</p>
110 <p>We recommend that you configure PHP with a higher limit if possible, like 16M.
111 There are several ways of doing this that you can try:</p>
112 <ol>
113 <li>If you are able to, recompile PHP with <i>--enable-memory-limit</i>.
114 This will allow Moodle to set the memory limit itself.</li>
115 <li>If you have access to your php.ini file, you can change the <b>memory_limit</b>
116 setting in there to something like 16M. If you don\'t have access you might
117 be able to ask your administrator to do this for you.</li>
118 <li>On some PHP servers you can create a .htaccess file in the Moodle directory
119 containing this line:
120 <p><blockquote>php_value memory_limit 16M</blockquote></p>
121 <p>However, on some servers this will prevent <b>all</b> PHP pages from working
122 (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.</p></li>
123 </ol>';
124 $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.';
125 $string['pass'] = 'Pass';
126 $string['phpversion'] = 'PHP version';
127 $string['phpversionerror'] = 'PHP version must be at least 4.1.0';
128 $string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.1.0.</p>
129 <p>You are currently running version $a</p>
130 <p>You must upgrade PHP or move to a host with a newer version of PHP!</p>';
131 $string['safemode'] = 'Safe Mode';
132 $string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
133 $string['safemodehelp'] = '<p>Moodle may have a variety of problems with safe mode on, not least is that
134 it probably won\'t be allowed to create new files.</p>
136 <p>Safe mode is usually only enabled by paranoid public web hosts, so you may have
137 to just find a new web hosting company for your Moodle site.</p>
139 <p>You can try continuing the install if you like, but expect a few problems later on.</p>';
140 $string['sessionautostart'] = 'Session Auto Start';
141 $string['sessionautostarterror'] = 'This should be off';
142 $string['sessionautostarthelp'] = '<p>Moodle requires session support and will not function without it.</p>
144 <p>Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.</p>';
145 $string['wwwroot'] = 'Web address';
146 $string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.';
147 $string['welcomep10'] = '$a->installername ($a->installerversion)';
148 $string['welcomep20'] = 'You are seeing this page because you have successfully installed and
149 launched the <strong>$a->packname $a->packversion</strong> package in your computer. Congratulations!';
150 $string['welcomep30'] = 'This release of the <strong>$a->installername</strong> includes the applications
151 which create an environment in <strong>Moodle</strong> will operate, namely:';
152 $string['welcomep40'] = 'The package also includes <strong>Moodle $a->moodlerelease ($a->moodleversion)</strong>.';
153 $string['welcomep50'] = 'The use of all the applications in this package is governed by their respective
154 licences. The complete <strong>$a->installername</strong> package is
155 <a href=\"http://www.opensource.org/docs/definition_plain.html\">open source</a> and is distributed
156 under the <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a> license.';
157 $string['welcomep60'] = 'The following pages will lead you through some easy to follow steps to
158 configure and set up <strong>Moodle</strong> on your computer. You may accept the default
159 settings or, optionally, amend them to suit your own needs.';
160 $string['welcomep70'] = 'Click the \"Next\" button below to continue with the set up of <strong>Moodle</strong>.';