Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 148... Línea 148...
148
$string['invaliddbprefix'] = 'Invalid prefix. The prefix can only consist of lower case letters and underscore.';
148
$string['invaliddbprefix'] = 'Invalid prefix. The prefix can only consist of lower case letters and underscore.';
149
$string['langdownloaderror'] = 'Unfortunately the language "{$a}" could not be downloaded. The installation process will continue in English.';
149
$string['langdownloaderror'] = 'Unfortunately the language "{$a}" could not be downloaded. The installation process will continue in English.';
150
$string['langdownloadok'] = 'The language "{$a}" was installed successfully. The installation process will continue in this language.';
150
$string['langdownloadok'] = 'The language "{$a}" was installed successfully. The installation process will continue in this language.';
151
$string['memorylimit'] = 'Memory limit';
151
$string['memorylimit'] = 'Memory limit';
152
$string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.';
152
$string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.';
153
$string['memorylimithelp'] = '<p>The PHP memory limit for your server is currently set to {$a}.</p>
-
 
154
 
-
 
155
<p>This may cause Moodle to have memory problems later on, especially
-
 
156
   if you have a lot of modules enabled and/or a lot of users.</p>
-
 
157
 
-
 
158
<p>We recommend that you configure PHP with a higher limit if possible, like 40M.
-
 
159
   There are several ways of doing this that you can try:</p>
-
 
160
<ol>
-
 
161
<li>If you are able to, recompile PHP with <i>--enable-memory-limit</i>.
-
 
162
    This will allow Moodle to set the memory limit itself.</li>
-
 
163
<li>If you have access to your php.ini file, you can change the <b>memory_limit</b>
-
 
164
    setting in there to something like 40M.  If you don\'t have access you might
-
 
165
    be able to ask your administrator to do this for you.</li>
-
 
166
<li>On some PHP servers you can create a .htaccess file in the Moodle directory
-
 
167
    containing this line:
-
 
168
    <blockquote><div>php_value memory_limit 40M</div></blockquote>
-
 
169
    <p>However, on some servers this will prevent <b>all</b> PHP pages from working
-
 
170
    (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.</p></li>
-
 
171
</ol>';
-
 
172
$string['mysqliextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQLi extension for it to communicate with MySQL. Please check your php.ini file or recompile PHP.';
153
$string['mysqliextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQLi extension for it to communicate with MySQL. Please check your php.ini file or recompile PHP.';
173
$string['nativeauroramysql'] = 'Aurora MySQL (native/auroramysql)';
154
$string['nativeauroramysql'] = 'Aurora MySQL (native/auroramysql)';
174
$string['nativeauroramysqlhelp'] = '<p>The database is where most of the Moodle settings and data are stored and must be configured here.</p>
155
$string['nativeauroramysqlhelp'] = '<p>The database is where most of the Moodle settings and data are stored and must be configured here.</p>
175
<p>The database name, username, and password are required fields; table prefix is optional.</p>
156
<p>The database name, username, and password are required fields; table prefix is optional.</p>
176
<p>The database name may contain only alphanumeric characters, dollar ($) and underscore (_).</p>
157
<p>The database name may contain only alphanumeric characters, dollar ($) and underscore (_).</p>
Línea 185... Línea 166...
185
$string['nativemysqli'] = 'Improved MySQL (native/mysqli)';
166
$string['nativemysqli'] = 'Improved MySQL (native/mysqli)';
186
$string['nativemysqlihelp'] = '<p>The database is where most of the Moodle settings and data are stored and must be configured here.</p>
167
$string['nativemysqlihelp'] = '<p>The database is where most of the Moodle settings and data are stored and must be configured here.</p>
187
<p>The database name, username, and password are required fields; table prefix is optional.</p>
168
<p>The database name, username, and password are required fields; table prefix is optional.</p>
188
<p>The database name may contain only alphanumeric characters, dollar ($) and underscore (_).</p>
169
<p>The database name may contain only alphanumeric characters, dollar ($) and underscore (_).</p>
189
<p>If the database currently does not exist, and the user you specify has permission, Moodle will attempt to create a new database with the correct permissions and settings.</p>';
170
<p>If the database currently does not exist, and the user you specify has permission, Moodle will attempt to create a new database with the correct permissions and settings.</p>';
190
$string['nativeoci'] = 'Oracle (native/oci)';
-
 
191
$string['nativeocihelp'] = 'Now you need to configure the database where most Moodle data will be stored.
-
 
192
This database must already have been created and a username and password created to access it. Table prefix is mandatory.';
-
 
193
$string['nativepgsql'] = 'PostgreSQL (native/pgsql)';
171
$string['nativepgsql'] = 'PostgreSQL (native/pgsql)';
194
$string['nativepgsqlhelp'] = '<p>The database is where most of the Moodle settings and data are stored and must be configured here.</p>
172
$string['nativepgsqlhelp'] = '<p>The database is where most of the Moodle settings and data are stored and must be configured here.</p>
195
<p>The database name, username, password and table prefix are required fields.</p>
173
<p>The database name, username, password and table prefix are required fields.</p>
196
<p>The database must already exist and the user must have access to both read, and write to it.</p>';
174
<p>The database must already exist and the user must have access to both read, and write to it.</p>';
197
$string['nativesqlsrv'] = 'SQL*Server Microsoft (native/sqlsrv)';
175
$string['nativesqlsrv'] = 'SQL*Server Microsoft (native/sqlsrv)';
198
$string['nativesqlsrvhelp'] = 'Now you need to configure the database where most Moodle data will be stored.
176
$string['nativesqlsrvhelp'] = 'Now you need to configure the database where most Moodle data will be stored.
199
This database must already have been created and a username and password created to access it. Table prefix is mandatory.';
177
This database must already have been created and a username and password created to access it. Table prefix is mandatory.';
200
$string['nativesqlsrvnodriver'] = 'Microsoft Drivers for SQL Server for PHP are not installed or not configured properly.';
178
$string['nativesqlsrvnodriver'] = 'Microsoft Drivers for SQL Server for PHP are not installed or not configured properly.';
201
$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.';
-
 
202
$string['pass'] = 'Pass';
179
$string['pass'] = 'Pass';
203
$string['paths'] = 'Paths';
180
$string['paths'] = 'Paths';
204
$string['pathserrcreatedataroot'] = 'Data directory ({$a->dataroot}) cannot be created by the installer.';
181
$string['pathserrcreatedataroot'] = 'Data directory ({$a->dataroot}) cannot be created by the installer.';
205
$string['pathshead'] = 'Confirm paths';
182
$string['pathshead'] = 'Confirm paths';
206
$string['pathsrodataroot'] = 'Dataroot directory is not writable.';
183
$string['pathsrodataroot'] = 'Dataroot directory is not writable.';
Línea 220... Línea 197...
220
$string['pathsunsecuredataroot'] = 'Dataroot location is not secure';
197
$string['pathsunsecuredataroot'] = 'Dataroot location is not secure';
221
$string['pathswrongadmindir'] = 'Admin directory does not exist';
198
$string['pathswrongadmindir'] = 'Admin directory does not exist';
222
$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.';
199
$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.';
223
$string['phpextension'] = '{$a} PHP extension';
200
$string['phpextension'] = '{$a} PHP extension';
224
$string['phpversion'] = 'PHP version';
201
$string['phpversion'] = 'PHP version';
225
$string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 5.6.5 or 7.1 (7.0.x has some engine limitations).</p>
-
 
226
<p>You are currently running version {$a}.</p>
-
 
227
<p>You must upgrade PHP or move to a host with a newer version of PHP.</p>';
-
 
228
$string['releasenoteslink'] = 'For information about this version of Moodle, please see the release notes at {$a}';
202
$string['releasenoteslink'] = 'For information about this version of Moodle, please see the release notes at {$a}';
229
$string['safemode'] = 'Safe mode';
203
$string['safemode'] = 'Safe mode';
230
$string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
204
$string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
231
$string['safemodehelp'] = '<p>Moodle may have a variety of problems with safe mode on, not least is that
205
$string['safemodehelp'] = '<p>Moodle may have a variety of problems with safe mode on, not least is that
232
   it probably won\'t be allowed to create new files.</p>
206
   it probably won\'t be allowed to create new files.</p>
Línea 238... Línea 212...
238
$string['sessionautostart'] = 'Session auto start';
212
$string['sessionautostart'] = 'Session auto start';
239
$string['sessionautostarterror'] = 'This should be off';
213
$string['sessionautostarterror'] = 'This should be off';
240
$string['sessionautostarthelp'] = '<p>Moodle requires session support and will not function without it.</p>
214
$string['sessionautostarthelp'] = '<p>Moodle requires session support and will not function without it.</p>
Línea 241... Línea 215...
241
 
215
 
242
<p>Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.</p>';
-
 
243
$string['sqliteextensionisnotpresentinphp'] = 'PHP has not been properly configured with the SQLite extension.  Please check your php.ini file or recompile PHP.';
216
<p>Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.</p>';
244
$string['upgradingqtypeplugin'] = 'Upgrading question/type plugin';
217
$string['upgradingqtypeplugin'] = 'Upgrading question/type plugin';
245
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
218
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
246
$string['welcomep20'] = 'You are seeing this page because you have successfully installed and
219
$string['welcomep20'] = 'You are seeing this page because you have successfully installed and
247
    launched the <strong>{$a->packname} {$a->packversion}</strong> package in your computer. Congratulations!';
220
    launched the <strong>{$a->packname} {$a->packversion}</strong> package in your computer. Congratulations!';
Línea 253... Línea 226...
253
    configure and set up <strong>Moodle</strong> on your computer. You may accept the default
226
    configure and set up <strong>Moodle</strong> on your computer. You may accept the default
254
    settings or, optionally, amend them to suit your own needs.';
227
    settings or, optionally, amend them to suit your own needs.';
255
$string['welcomep70'] = 'Click the "Next" button below to continue with the set up of <strong>Moodle</strong>.';
228
$string['welcomep70'] = 'Click the "Next" button below to continue with the set up of <strong>Moodle</strong>.';
256
$string['wwwroot'] = 'Web address';
229
$string['wwwroot'] = 'Web address';
257
$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.';
230
$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.';
-
 
231
 
-
 
232
// Deprecated since Moodle 5.0.
-
 
233
$string['sqliteextensionisnotpresentinphp'] = 'PHP has not been properly configured with the SQLite extension.  Please check your php.ini file or recompile PHP.';