Index: trunk/extensions/Vector/Vector.i18n.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Internationalisation for Vector extension |
5 | | - * |
| 5 | + * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
8 | 8 | */ |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | 'vector-simplesearch-search' => 'Search', |
24 | 24 | 'vector-simplesearch-containing' => 'containing...', |
25 | 25 | 'vector-noexperiments-preference' => 'Exclude me from feature experiments', |
26 | | - 'vector-footercleanup-transclusion' => 'This page contains {{plural:$1|transclusion|transclusions}} of <strong>$1</strong> other {{plural:$1|page|pages}}.', |
| 26 | + 'vector-footercleanup-transclusion' => 'This page contains {{PLURAL:$1|transclusion|transclusions}} of {{PLURAL:$1|one other page|$1 other pages}}.', |
27 | 27 | ); |
28 | 28 | |
29 | 29 | /** Message documentation (Message documentation) |