From 101a5c5892da5132d201eac5d68d0c665fda3d3f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 28 Oct 2005 09:32:38 +0000 Subject: [PATCH] * (bug 3762) Define missing Special:Import UI messages --- RELEASE-NOTES | 1 + languages/Language.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6a63ab41eb..e96ec0f58b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -185,6 +185,7 @@ fully support the editing toolbar, but was found to be too confusing. moved or deleted during section edit * (bug 3782) Throw fatal installation warning if mbstring.func_overload on. Why do people invent these crazy options that change language semantics? +* (bug 3762) Define missing Special:Import UI messages === Caveats === diff --git a/languages/Language.php b/languages/Language.php index 9b48c99bc9..295f6638b6 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1662,6 +1662,8 @@ In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/{{Media 'importsuccess' => 'Import succeeded!', 'importhistoryconflict' => 'Conflicting history revision exists (may have imported this page before)', 'importnosources' => 'No transwiki import sources have been defined and direct history uploads are disabled.', +'importnofile' => 'No import file was uploaded.', +'importuploaderror' => 'Upload of import file failed; perhaps the file is bigger than the allowed upload size.', # Keyboard access keys for power users 'accesskey-search' => 'f', -- 2.20.1