From b6eac2598aaa2da2cf96a846dc3a2b153527e47f Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Tue, 9 Apr 2019 00:11:16 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/de_wp/langconfig.php | 34 +++++++++++++++++++++++++++++++ install/lang/en_wp/langconfig.php | 33 ++++++++++++++++++++++++++++++ install/lang/es_wp/langconfig.php | 34 +++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 install/lang/de_wp/langconfig.php create mode 100644 install/lang/en_wp/langconfig.php create mode 100644 install/lang/es_wp/langconfig.php diff --git a/install/lang/de_wp/langconfig.php b/install/lang/de_wp/langconfig.php new file mode 100644 index 00000000000..5b944725468 --- /dev/null +++ b/install/lang/de_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'] = 'de'; +$string['thislanguage'] = 'Deutsch für Arbeitsplatz'; diff --git a/install/lang/en_wp/langconfig.php b/install/lang/en_wp/langconfig.php new file mode 100644 index 00000000000..60fdd46b749 --- /dev/null +++ b/install/lang/en_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['thislanguage'] = 'English for Workplace'; diff --git a/install/lang/es_wp/langconfig.php b/install/lang/es_wp/langconfig.php new file mode 100644 index 00000000000..9f05ce4297f --- /dev/null +++ b/install/lang/es_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'] = 'es'; +$string['thislanguage'] = 'Español para la Empresa';