From 51759ac646c19e13c9bd42f1ba3b86c75703ea59 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Tue, 3 Sep 2019 00:11:42 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/zh_cn_wp/langconfig.php | 34 ++++++++++++++++++++++++++++ install/lang/zh_tw_wp/langconfig.php | 34 ++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 install/lang/zh_cn_wp/langconfig.php create mode 100644 install/lang/zh_tw_wp/langconfig.php diff --git a/install/lang/zh_cn_wp/langconfig.php b/install/lang/zh_cn_wp/langconfig.php new file mode 100644 index 00000000000..1b91c7624e4 --- /dev/null +++ b/install/lang/zh_cn_wp/langconfig.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['parentlanguage'] = 'zh_cn'; +$string['thislanguage'] = 'Workplace 简体中文版'; diff --git a/install/lang/zh_tw_wp/langconfig.php b/install/lang/zh_tw_wp/langconfig.php new file mode 100644 index 00000000000..a00ce56d421 --- /dev/null +++ b/install/lang/zh_tw_wp/langconfig.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['parentlanguage'] = 'zh_tw'; +$string['thislanguage'] = 'Workplace 繁體中文版';