diff --git a/install/lang/es_mx/install.php b/install/lang/es_mx/install.php index 91a4a09ca65..7de314e3210 100644 --- a/install/lang/es_mx/install.php +++ b/install/lang/es_mx/install.php @@ -85,7 +85,7 @@ $string['phpversionhelp'] = '
Moodle requiere al menos una versión de PHP 4.3 (En caso de 5.0.x podría también revertir a la versión 4.4.x)
'; $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; $string['welcomep20'] = 'Si está viendo esta página es porque ha podido ejecutar el paquete {$a->packname} {$a->packversion} en su computadora. !Enhorabuena!'; -$string['welcomep30'] = 'Esta versión de {$a->installername} incluye las aplicaciones necesarias para que Moodle funcione en su computadora principalmente:'; +$string['welcomep30'] = 'Esta versión de {$a->installername} incluye las aplicaciones necesarias para que Moodle funcione en su computadora, principalmente:'; $string['welcomep40'] = 'El paquete también incluye Moodle {$a->moodlerelease} ({$a->moodleversion}).'; $string['welcomep50'] = 'El uso de todas las aplicaciones del paquete está gobernado por sus respectivas licencias. El programa {$a->installername} es diff --git a/install/lang/uk/install.php b/install/lang/uk/install.php new file mode 100644 index 00000000000..c132e327a25 --- /dev/null +++ b/install/lang/uk/install.php @@ -0,0 +1,34 @@ +. + +/** + * Automatically generated strings for Moodle installer + * + * Do not edit this file manually! It contains just a subset of strings + * needed during the very first steps of installation. This file was + * generated automatically by export-installer.php (which is part of AMOS + * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the + * list of strings defined in /install/stringnames.txt. + * + * @package installer + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$string['databasehost'] = 'Сервер бази даних'; +$string['databasename'] = 'Ім’я бази даних';