From: Raimond Spekking Date: Wed, 1 Aug 2007 06:25:12 +0000 (+0000) Subject: * Adding the long existing 'bad_image_list' to message files to document it and make... X-Git-Tag: 1.31.0-rc.0~51906 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=cddd848f6f586fce4b32063d1d7dba5c1235545d;p=lhc%2Fweb%2Fwiklou.git * Adding the long existing 'bad_image_list' to message files to document it and make it available to Special:Allmessages --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 9e4c8bd545..e71ba85652 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2414,6 +2414,12 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]] 'showhidebots' => '($1 bots)', 'noimages' => 'Nothing to see.', +# Bad image list +'bad_image_list' => 'The format is as follows: + +Only list items (lines starting with *) are considered. The first link on a line must be a link to a bad image. +Any subsequent links on the same line are considered to be exceptions, i.e. articles where the image may occur inline.', + /* Short names for language variants used for language conversion links. To disable showing a particular link, set it to 'disable', e.g. diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 249f9db15e..a903f3a1d0 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1692,6 +1692,9 @@ $wgMessageStructure = array( 'showhidebots', 'noimages', ), + 'badimagelist' => array( + 'bad_image_list', + ), 'variantname-zh' => array( 'variantname-zh-cn', 'variantname-zh-tw', @@ -2286,6 +2289,7 @@ XHTML id names.", 'imagedeletion' => 'Image deletion', 'browsediffs' => 'Browsing diffs', 'newimages' => '', + 'badimagelist' => 'Bad image list', 'variantname-zh' => "Short names for language variants used for language conversion links. To disable showing a particular link, set it to 'disable', e.g. 'variantname-zh-sg' => 'disable',