r37693 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37692‎ | r37693 | r37694 >
Date:14:11, 15 July 2008
Author:nikerabbit
Status:old
Tags:
Comment:
* Message for previous check
Modified paths:
  • /trunk/extensions/Translate/Translate.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/Translate.i18n.php
@@ -111,23 +111,25 @@
112112 'translationchanges-export' => 'export',
113113 'translationchanges-change' => '$1: $2 by $3',
114114
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:
117117 <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:
120120 <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}}:
123123 <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:
126126 <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:
129129 <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',
132134
133135 'tog-translate-nonewsletter' => 'Do not send me e-mail newsletters (relevant only for users with a confirmed e-mail address)',
134136 'right-translate' => 'Edit using the translate interface',

Status & tagging log