Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -111,23 +111,25 @@ |
112 | 112 | 'translationchanges-export' => 'export', |
113 | 113 | 'translationchanges-change' => '$1: $2 by $3', |
114 | 114 | |
115 | | - 'translate-checks-parameters' |
116 | | - => 'Following {{PLURAL:$2|parameter is|parameters are}} not used: |
| 115 | + 'translate-checks-parameters' => |
| 116 | + 'Following {{PLURAL:$2|parameter is|parameters are}} not used: |
117 | 117 | <strong><nowiki>$1</nowiki></strong>', |
118 | | - 'translate-checks-parameters-unknown' |
119 | | - => 'Following {{PLURAL:$2|parameter is|parameters are}} unknown: |
| 118 | + 'translate-checks-parameters-unknown' => |
| 119 | + 'Following {{PLURAL:$2|parameter is|parameters are}} unknown: |
120 | 120 | <strong><nowiki>$1</nowiki></strong>', |
121 | | - 'translate-checks-balance' |
122 | | - => 'There is uneven amount of {{PLURAL:$2|parentheses|parentheses}}: |
| 121 | + 'translate-checks-balance' => |
| 122 | + 'There is uneven amount of {{PLURAL:$2|parentheses|parentheses}}: |
123 | 123 | <strong><nowiki>$1</nowiki></strong>', |
124 | | - 'translate-checks-links' |
125 | | - => 'Following {{PLURAL:$2|link is|$2 links are}} problematic: |
| 124 | + 'translate-checks-links' => |
| 125 | + 'Following {{PLURAL:$2|link is|$2 links are}} problematic: |
126 | 126 | <strong><nowiki>$1</nowiki></strong>', |
127 | | - 'translate-checks-xhtml' |
128 | | - => 'Please replace the following {{PLURAL:$2|tag|tags}} with correct ones: |
| 127 | + 'translate-checks-xhtml' => |
| 128 | + 'Please replace the following {{PLURAL:$2|tag|tags}} with correct ones: |
129 | 129 | <strong><nowiki>$1</nowiki></strong>', |
130 | | - 'translate-checks-plural' |
131 | | - => 'Definition uses <nowiki>{{PLURAL:}}</nowiki> but translation does not.', |
| 130 | + 'translate-checks-plural' => |
| 131 | + 'Definition uses <nowiki>{{PLURAL:}}</nowiki> but translation does not.', |
| 132 | + 'translate-checks-pagename' => |
| 133 | + 'Namespace changed from the definition', |
132 | 134 | |
133 | 135 | 'tog-translate-nonewsletter' => 'Do not send me e-mail newsletters (relevant only for users with a confirmed e-mail address)', |
134 | 136 | 'right-translate' => 'Edit using the translate interface', |