diff --git a/install/lang/en_us_wp/langconfig.php b/install/lang/en_us_wp/langconfig.php new file mode 100644 index 00000000000..f1dfd233395 --- /dev/null +++ b/install/lang/en_us_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'] = 'en_us'; +$string['thislanguage'] = 'English for Workplace - United States'; diff --git a/install/lang/nl_wp/langconfig.php b/install/lang/nl_wp/langconfig.php new file mode 100644 index 00000000000..c0e294e5a5f --- /dev/null +++ b/install/lang/nl_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'] = 'nl'; +$string['thislanguage'] = 'Nederlands Workplace'; diff --git a/install/lang/pt_br_wp/langconfig.php b/install/lang/pt_br_wp/langconfig.php new file mode 100644 index 00000000000..0c8b35279dd --- /dev/null +++ b/install/lang/pt_br_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'] = 'pt_br'; +$string['thislanguage'] = 'Português para Workplace';