From 226735fec1c19073af796a378d7e57a2f1731429 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Thu, 1 Nov 2012 00:36:41 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/en_kids/langconfig.php | 2 +- install/lang/ja_kids/langconfig.php | 34 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 install/lang/ja_kids/langconfig.php diff --git a/install/lang/en_kids/langconfig.php b/install/lang/en_kids/langconfig.php index 40e3d72b487..c3853c914af 100644 --- a/install/lang/en_kids/langconfig.php +++ b/install/lang/en_kids/langconfig.php @@ -31,4 +31,4 @@ defined('MOODLE_INTERNAL') || die(); $string['parentlanguage'] = 'en'; -$string['thislanguage'] = 'English - Kids'; +$string['thislanguage'] = 'English for kids'; diff --git a/install/lang/ja_kids/langconfig.php b/install/lang/ja_kids/langconfig.php new file mode 100644 index 00000000000..70617c2a5e7 --- /dev/null +++ b/install/lang/ja_kids/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'] = 'ja'; +$string['thislanguage'] = 'Japanese - kids';