From ad0cf519df4096c229070e275a3ce96a546c5442 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 17 Feb 2009 22:49:51 +0000 Subject: [PATCH] MDL-18223 merging missing strings from MOODLE_19_STABLE --- lang/en_utf8/admin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index e134a551ae..a2b7ab8160 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -460,6 +460,7 @@ $string['htmlsettings'] = 'HTML settings'; $string['http'] = 'HTTP'; $string['httpsecurity'] = 'HTTP security'; $string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-Latin languages.'; +$string['ignore'] = 'Ignore'; $string['importlangreminder'] = 'The database migration process is commencing. You will need to log in again for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility after the database migration process is completed.'; $string['importtimezones'] = 'Update complete list of timezones'; $string['importtimezonescount'] = '$a->count entries imported from $a->source'; @@ -831,6 +832,7 @@ $string['uploadusersresult'] = 'Upload users results'; $string['upwards'] = 'upwards'; $string['useexternalyui'] = 'Use online YUI libraries'; $string['usehtmleditor'] = 'Use HTML editor'; +$string['user'] = 'User'; $string['useraccountupdated'] = 'User updated'; $string['userbulk'] = 'Bulk user actions'; $string['userdeleted'] = 'User deleted'; -- 2.39.5