From 0a1c7a188a6a92b5562dce3306b5f0addfb5f8e8 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Thu, 4 Oct 2012 00:35:00 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/uk/install.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 install/lang/uk/install.php 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'] = 'Ім’я бази даних'; -- 2.43.0