From ebd1eb372618bb8b2c22dc6bb0ed16815859157f Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Tue, 20 Apr 2021 00:07:48 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/da_wp/langconfig.php | 33 +++++++++++++++++++++++++++++++ install/lang/vi/moodle.php | 1 + 2 files changed, 34 insertions(+) create mode 100644 install/lang/da_wp/langconfig.php diff --git a/install/lang/da_wp/langconfig.php b/install/lang/da_wp/langconfig.php new file mode 100644 index 00000000000..9a735e628a9 --- /dev/null +++ b/install/lang/da_wp/langconfig.php @@ -0,0 +1,33 @@ +. + +/** + * 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['parentlanguage'] = 'da'; +$string['thislanguage'] = 'Dansk til Workplace'; diff --git a/install/lang/vi/moodle.php b/install/lang/vi/moodle.php index c22ff85e760..09260a983ae 100644 --- a/install/lang/vi/moodle.php +++ b/install/lang/vi/moodle.php @@ -30,6 +30,7 @@ defined('MOODLE_INTERNAL') || die(); $string['language'] = 'Ngôn ngữ'; +$string['moodlelogo'] = 'Logo Moodle'; $string['next'] = 'Tiếp theo'; $string['previous'] = 'Trước'; $string['reload'] = 'Nạp lại';