From: moodler Date: Sun, 29 Oct 2006 13:58:03 +0000 (+0000) Subject: Merged missing langimport string from stable MDL-7258 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=33951ee4f6f2d33435f88e55870bd2d01fb856f7;p=moodle.git Merged missing langimport string from stable MDL-7258 --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 17da1929b6..043f16436b 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -371,6 +371,7 @@ $string['invaliduserchangeme'] = 'Username "changeme" is reserved -- you cannot $string['lang16notify'] = 'Moodle 1.6 and above allows you to install and update language packs directly from download.moodle.org by following the link below'; $string['langedit'] = 'Language editing'; $string['langpacks'] = 'Language packs'; +$string['langimport'] = 'Language import utility'; $string['langimportsuccess'] = 'Language pack successfully upgraded'; $string['langpackremoved'] = 'Language pack was uninstalled'; $string['langpackupdated'] = 'Language pack $a was successfully installed';