* (bug 3762) Define missing Special:Import UI messages
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 28 Oct 2005 09:32:38 +0000 (09:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 28 Oct 2005 09:32:38 +0000 (09:32 +0000)
RELEASE-NOTES
languages/Language.php

index 6a63ab4..e96ec0f 100644 (file)
@@ -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 ===
index 9b48c99..295f663 100644 (file)
@@ -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',