mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Strings changed and some welcome page rework. It follows
Ray's suggestions.
This commit is contained in:
parent
935516a267
commit
98ef0a1a94
@ -27,16 +27,16 @@ $string['databasesettings'] = ' Now you need to configure the database where
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names';
|
||||
$string['databasecreationsettings'] = ' Now you need to configure the database settings where most Moodle data
|
||||
will be stored. This database will be created automatically by the Moodle4Windows installer
|
||||
with the settings specified below.<br />
|
||||
<br /> <br />
|
||||
<b>Type:</b> fixed to \"mysql\" by the installer<br />
|
||||
$string['databasecreationsettings'] = '<p>Now you need to configure the database settings where most Moodle data
|
||||
will be stored. The database will be created automatically by the installer
|
||||
with the default settings below or others that you specify in the editable
|
||||
fields below. If security is an issue you may want to specify a password in the \"Password\" field.</p>
|
||||
<p><b>Type:</b> fixed to \"mysql\" by the installer<br />
|
||||
<b>Host:</b> fixed to \"localhost\" by the installer<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> fixed to \"root\" by the installer<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names';
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names</p>';
|
||||
$string['dataroot'] = 'Data Directory';
|
||||
$string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.';
|
||||
$string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.';
|
||||
@ -144,11 +144,18 @@ $string['sessionautostarthelp'] = '<p>Moodle requires session support and will n
|
||||
<p>Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.</p>';
|
||||
$string['wwwroot'] = 'Web address';
|
||||
$string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.';
|
||||
$string['welcomep10'] = 'Welcome to $a->installername ($a->installerversion)';
|
||||
$string['welcomep20'] = 'If you are seeing this page is because you have been able to execute the <strong>$a->packname $a->packversion</strong> package in your computer. Congratulations!';
|
||||
$string['welcomep30'] = 'This release of <strong>$a->installername</strong> includes, mainly, this applications:';
|
||||
$string['welcomep40'] = 'and, of course:';
|
||||
$string['welcomep50'] = 'The use of all this applications (and other components not mentioned) are governed by their respective licenses. This program (<strong>$a->installername</strong>) is <a href=\"http://www.opensource.org/docs/definition_plain.html\">open source</a> and it\'s distributed under the <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a> license.';
|
||||
$string['welcomep60'] = 'Now, <strong>Moodle\'s</strong> installation assistant will be executed. Using some easy pages all the needed configurations and databases will be created to run <strong>Moodle</strong> in your personal computer.';
|
||||
$string['welcomep70'] = 'See you!';
|
||||
$string['welcomep10'] = '$a->installername ($a->installerversion)';
|
||||
$string['welcomep20'] = 'You are seeing this page because you have successfully installed and
|
||||
launched the <strong>$a->packname $a->packversion</strong> package in your computer. Congratulations!';
|
||||
$string['welcomep30'] = 'This release of the <strong>$a->installername</strong> includes the applications
|
||||
which create an environment in <strong>Moodle</strong> will operate, namely:';
|
||||
$string['welcomep40'] = 'The package also includes <strong>Moodle $a->moodlerelease ($a->moodleversion)</strong>.';
|
||||
$string['welcomep50'] = 'The use of all the applications in this package is governed by their respective
|
||||
licences. The complete <strong>$a->installername</strong> package is
|
||||
<a href=\"http://www.opensource.org/docs/definition_plain.html\">open source</a> and is distributed
|
||||
under the <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a> license.';
|
||||
$string['welcomep60'] = 'The following pages will lead you through some easy to follow steps to
|
||||
configure and set up <strong>Moodle</strong> on your computer. You may accept the default
|
||||
settings or, optionally, amend them to suit your own needs.';
|
||||
$string['welcomep70'] = 'Click the \"Next\" button below to continue with the set up of <strong>Moodle</strong>.';
|
||||
?>
|
||||
|
@ -13,14 +13,16 @@ $string['configfilenotwritten'] = 'El script instalador no ha podido crear autom
|
||||
$string['configfilewritten'] = 'config.php se ha creado con éxito';
|
||||
$string['configurationcomplete'] = 'Configuración completa';
|
||||
$string['database'] = 'Base de datos';
|
||||
$string['databasecreationsettings'] = 'Ahora necesita configurar los ajustes de la base de datos donde se almacenarán la mayoría de los datos de Moodle. El instalador creará la base de datos con los ajustes especificados más abajo.<br />
|
||||
<br /> <br />
|
||||
<b>Tipo:</b> el valor por defecto es \"mysql\"<br />
|
||||
<b>Servidor:</b> el valor por defecto es \"localhost\"<br />
|
||||
<b>Nombre:</b> nombre de la base de datos, e.g., moodle<br />
|
||||
<b>Usuario:</b> el valor por defecto es \"root\"<br />
|
||||
<b>Contraseña:</b> contraseña de la base de datos<br />
|
||||
<b>Prefijo de tablas:</b> prefijo opcional para todas las tablas';
|
||||
$string['databasecreationsettings'] = '<p>Ahora necesita configurar los ajustes de la base de datos
|
||||
donde se almacenarán la mayoría de los datos de Moodle. La base de datos será creada automáticamente
|
||||
por el instalador con los valores por defecto o los que especifique en los campos editables más abajo. Si
|
||||
la seguridad de su ordenador es importante debería definir una contraseña en el campo \"Contraseña\".</p>
|
||||
<p><b>Tipo:</b> el valor por defecto es \"mysql\"<br />
|
||||
<b>Servidor:</b> el valor por defecto es \"localhost\"<br />
|
||||
<b>Nombre:</b> nombre de la base de datos, e.g., moodle<br />
|
||||
<b>Usuario:</b> el valor por defecto es \"root\"<br />
|
||||
<b>Contraseña:</b> contraseña de la base de datos<br />
|
||||
<b>Prefijo de tablas:</b> prefijo opcional para todas las tablas</p>';
|
||||
$string['databasesettings'] = 'Ahora necesita configurar la base de datos en la que se almacenará la mayor parte de datos de Moodle. Esta base de datos debe haber sido ya creada, y disponer de un nombre de usuario y de una contraseña de acceso.<br />
|
||||
<br /> <br />
|
||||
<b>Tipo:</b> mysql o postgres7<br />
|
||||
@ -113,12 +115,20 @@ $string['sessionautostarthelp'] = '<p>Moodle requiere apoyo de sesi
|
||||
<p>Las sesiones deben estar activadas en el archhivo php.ini para el parámetro session.auto_start.</p>';
|
||||
$string['wwwroot'] = 'WWW';
|
||||
$string['wwwrooterror'] = 'El ajuste \'WWW\' es incorrecto';
|
||||
$string['welcomep10'] = 'Bienvenido a $a->installername ($a->installerversion)';
|
||||
$string['welcomep20'] = 'Si está viendo esta página es porque ha podido ejecutar el paquete <strong>$a->packname $a->packversion</strong> en su ordenador. !Enhorabuena!';
|
||||
$string['welcomep30'] = 'Esta versión de <strong>$a->installername</strong> incluye, principalmente, las siguientes aplicaciones:';
|
||||
$string['welcomep40'] = 'y, por supuesto:';
|
||||
$string['welcomep50'] = 'El uso de todas estas aplicaciones (y otros componentes no mencionados) está gobernado por sus respectivas licencias. Este programa (<strong>$a->installername</strong>) es <a href=\"http://www.opensource.org/docs/definition_plain.html\">código abierto</a> y se distribuye bajo licencia <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a>.';
|
||||
$string['welcomep60'] = 'A continuación, el asistente de instalación de <strong>Moodle</strong> será ejecutado. A través de algunas sencillas páginas se creará toda la configuración y bases de datos necesarias para la utilización de <strong>Moodle</strong> en su ordenador personal.';
|
||||
$string['welcomep70'] = '¡Nos vemos!';
|
||||
$string['welcomep10'] = '$a->installername ($a->installerversion)';
|
||||
$string['welcomep20'] = 'Si está viendo esta página es porque ha podido ejecutar el paquete
|
||||
<strong>$a->packname $a->packversion</strong> en su ordenador. !Enhorabuena!';
|
||||
$string['welcomep30'] = 'Esta versión de <strong>$a->installername</strong> incluye las
|
||||
aplicaciones necesarias para que <strong>Moodle</strong> funcione en su ordenador,
|
||||
principalmente:';
|
||||
$string['welcomep40'] = 'El paquete también incluye <strong>Moodle $a->moodlerelease ($a->moodleversion)</strong>.';
|
||||
$string['welcomep50'] = 'El uso de todas las aplicaciones del paquete está gobernado por sus respectivas
|
||||
licencias. El programa <strong>$a->installername</strong> es
|
||||
<a href=\"http://www.opensource.org/docs/definition_plain.html\">código abierto</a> y se distribuye
|
||||
bajo licencia <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a>.';
|
||||
$string['welcomep60'] = 'Las siguientes páginas le guiarán a traves de algunos sencillos pasos para configurar
|
||||
y ajustar <strong>Moodle</strong> en su ordenador. Puede utilizar los valores por defecto sugeridos o,
|
||||
de forma opcional, modificarlos para que se ajusten a sus necesidades.';
|
||||
$string['welcomep70'] = 'Pulse en el botón \"Siguiente\" para continuar con la configuración de <strong>Moodle</strong>.';
|
||||
|
||||
?>
|
||||
|
@ -1,23 +1,20 @@
|
||||
<table class="main" align="center" cellpadding="10" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="td_mainheading" colspan="2">
|
||||
<p align="center" class="p_mainheading"><strong><?php print_string('welcomep10', 'install', $a) ?></strong></p>
|
||||
<p><?php print_string('welcomep20', 'install', $a) ?></p>
|
||||
<p><?php print_string('welcomep30', 'install', $a) ?></p>
|
||||
<ul>
|
||||
<li><?php p($a->webname) ?> <?php p($a->webversion) ?></li>
|
||||
<li><?php p($a->phpname) ?> <?php p($a->phpversion) ?></li>
|
||||
<li><?php p($a->dbname) ?> <?php p($a->dbversion) ?></li>
|
||||
</ul>
|
||||
<p><?php print_string('welcomep40', 'install', $a) ?></p>
|
||||
<ul>
|
||||
<li>Moodle <?php p($a->moodlerelease) ?> (<?php p($a->moodleversion) ?>)</li>
|
||||
</ul>
|
||||
<p><?php print_string('welcomep50', 'install', $a) ?></p>
|
||||
<p><?php print_string('welcomep60', 'install', $a) ?></p>
|
||||
<p><?php print_string('welcomep70', 'install', $a) ?></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="main" align="center" cellpadding="10" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="td_mainheading" colspan="2">
|
||||
<p align="center" class="p_mainheading"><strong><?php print_string('welcomep10', 'install', $a) ?></strong></p>
|
||||
<p><?php print_string('welcomep20', 'install', $a) ?></p>
|
||||
<p><?php print_string('welcomep30', 'install', $a) ?></p>
|
||||
<ul>
|
||||
<li><?php p($a->webname) ?> <?php p($a->webversion) ?></li>
|
||||
<li><?php p($a->phpname) ?> <?php p($a->phpversion) ?></li>
|
||||
<li><?php p($a->dbname) ?> <?php p($a->dbversion) ?></li>
|
||||
</ul>
|
||||
<p><?php print_string('welcomep40', 'install', $a) ?></p>
|
||||
<p><?php print_string('welcomep50', 'install', $a) ?></p>
|
||||
<p><?php print_string('welcomep60', 'install', $a) ?></p>
|
||||
<p><?php print_string('welcomep70', 'install', $a) ?></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user