Index: trunk/extensions/MiniPreview/MiniPreview.i18n.php |
— | — | @@ -9,11 +9,13 @@ |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | 12 | 'minipreview-desc' => 'MiniPreview displays, next to an image, small previews of other media in the same categories or displayed on the same pages', |
13 | | - 'minipreview-files_in_category' => "'''$1''' total {{PLURAL:$1|file|files}} in this category.", |
14 | | - 'minipreview-files_in_gallery' => "'''$1''' total {{PLURAL:$1|file|files}} in this gallery.", |
| 13 | + 'minipreview-files_in_category' => "This category contains '''$1''' {{PLURAL:$1|file|files}}.", |
| 14 | + 'minipreview-files_in_gallery' => "This gallery contains '''$1''' {{PLURAL:$1|file|files}}.", |
15 | 15 | 'minipreview-no_more_files_here' => 'No more files in this direction.', |
16 | 16 | 'minipreview-no_category_gallery' => 'No categories or galleries!', |
17 | | - 'minipreview-ignore_categories' => 'The following is a list of category names or name beginnings. These categories will not be displayed by MiniPreview. For example, "* PD-" will not display all categories that start with "PD-", such as "PD-old". |
| 17 | + 'minipreview-ignore_categories' => 'The following is a list of category names or name beginnings. |
| 18 | +These categories will not be displayed by MiniPreview. |
| 19 | +For example, "* PD-" will not display all categories that start with "PD-", such as "PD-old". |
18 | 20 | * GFDL- |
19 | 21 | * GFDL |
20 | 22 | * CC- |