From: Ævar Arnfjörð Bjarmason Date: Sat, 3 Dec 2005 06:26:01 +0000 (+0000) Subject: * Fixed regression introduced in 1.720..1.722 X-Git-Tag: 1.6.0~1064 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=27c5510133dd8d6c524fc6cef7a6ffb6182dbb65;p=lhc%2Fweb%2Fwiklou.git * Fixed regression introduced in 1.720..1.722 --- diff --git a/languages/Language.php b/languages/Language.php index 53bca34f5c..5b8a6438d5 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1057,6 +1057,7 @@ To include the image in a page, use a link in the form 'copyrightpage' => "Project:Copyrights", 'copyrightpagename' => "{{SITENAME}} copyright", 'uploadedfiles' => 'Uploaded files', +'ignorewarning' => 'Ignore warning and save file anyway.', 'ignorewarnings' => 'Ignore any warnings', 'minlength' => 'File names must be at least three letters.', 'illegalfilename' => 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.',