Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1692,6 +1692,9 @@ |
1693 | 1693 | 'showhidebots', |
1694 | 1694 | 'noimages', |
1695 | 1695 | ), |
| 1696 | + 'badimagelist' => array( |
| 1697 | + 'bad_image_list', |
| 1698 | + ), |
1696 | 1699 | 'variantname-zh' => array( |
1697 | 1700 | 'variantname-zh-cn', |
1698 | 1701 | 'variantname-zh-tw', |
— | — | @@ -2286,6 +2289,7 @@ |
2287 | 2290 | 'imagedeletion' => 'Image deletion', |
2288 | 2291 | 'browsediffs' => 'Browsing diffs', |
2289 | 2292 | 'newimages' => '', |
| 2293 | + 'badimagelist' => 'Bad image list', |
2290 | 2294 | 'variantname-zh' => "Short names for language variants used for language conversion links. |
2291 | 2295 | To disable showing a particular link, set it to 'disable', e.g. |
2292 | 2296 | 'variantname-zh-sg' => 'disable', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2414,6 +2414,12 @@ |
2415 | 2415 | 'showhidebots' => '($1 bots)', |
2416 | 2416 | 'noimages' => 'Nothing to see.', |
2417 | 2417 | |
| 2418 | +# Bad image list |
| 2419 | +'bad_image_list' => 'The format is as follows: |
| 2420 | + |
| 2421 | +Only list items (lines starting with *) are considered. The first link on a line must be a link to a bad image. |
| 2422 | +Any subsequent links on the same line are considered to be exceptions, i.e. articles where the image may occur inline.', |
| 2423 | + |
2418 | 2424 | /* |
2419 | 2425 | Short names for language variants used for language conversion links. |
2420 | 2426 | To disable showing a particular link, set it to 'disable', e.g. |