From 4e56a2e4a03f9a65264c3940b50f5ea5f59700ff Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 15 Mar 2008 16:10:32 +0000 Subject: [PATCH] MDL-13927 indicate missing parent languages; merged from MOODLE_19_STABLE --- lang/en_utf8/admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index b287411eb9..77a016ac90 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -471,6 +471,7 @@ $string['minpasswordlower'] = 'Lowercase letters'; $string['minpasswordnonalphanum'] = 'Non-alphanumeric characters'; $string['minpasswordupper'] = 'Uppercase letters'; $string['misc'] = 'Miscellaneous'; +$string['missinglangparent'] = 'Missing parent language $a->parent of $a->lang.'; $string['mnetrestore_extusers'] = 'Note: This backup file contains remote Moodle Network user accounts which will be restored as part of the process.'; $string['mnetrestore_extusers_mismatch'] = 'Note: This backup file apparently originates from a different Moodle installation and contains remote Moodle Network user accounts that may fail to restore. This operation is unsupported. If you are certain that it was created on this Moodle installation, or you can ensure that all the needed Moodle Network Hosts are configured, you may want to still try the restore.'; $string['modsettings'] = 'Manage activities'; -- 2.39.5