From 7404f881a70e3e608d2f8ed92428ce8669d74af8 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Fri, 7 Oct 2022 00:07:42 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/lt_wp/langconfig.php | 33 +++++++++++++++++++++++++++++++++ install/lang/lv_wp/langconfig.php | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 install/lang/lt_wp/langconfig.php create mode 100644 install/lang/lv_wp/langconfig.php diff --git a/install/lang/lt_wp/langconfig.php b/install/lang/lt_wp/langconfig.php new file mode 100644 index 00000000000..818e9558bcf --- /dev/null +++ b/install/lang/lt_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'] = 'lt'; +$string['thislanguage'] = 'LietuviĊ³ (Workplace)'; diff --git a/install/lang/lv_wp/langconfig.php b/install/lang/lv_wp/langconfig.php new file mode 100644 index 00000000000..10fed30cf36 --- /dev/null +++ b/install/lang/lv_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'] = 'lv'; +$string['thislanguage'] = 'LatvieĊĦu (Workplace)'; -- 2.11.4.GIT