r39602 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39601‎ | r39602 | r39603 >
Date:18:29, 18 August 2008
Author:aaron
Status:old
Tags:
Comment:
Add PLURAL (bug 15205)
Modified paths:
  • /trunk/extensions/Renameuser/SpecialRenameuser.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Renameuser/SpecialRenameuser.i18n.php
@@ -21,7 +21,7 @@
2222 'renameusererrordoesnotexist' => 'The user "<nowiki>$1</nowiki>" does not exist.',
2323 'renameusererrorexists' => 'The user "<nowiki>$1</nowiki>" already exists.',
2424 'renameusererrorinvalid' => 'The username "<nowiki>$1</nowiki>" is invalid.',
25 - 'renameusererrortoomany' => 'The user "<nowiki>$1</nowiki>" has $2 contributions, renaming a user with more than $3 contributions could adversely affect site performance.',
 25+ 'renameusererrortoomany' => 'The user "<nowiki>$1</nowiki>" has $2 {{PLURAL:$2|contribution|contributions}}, renaming a user with more than $3 {{PLURAL:$3|contribution|contributions}} could adversely affect site performance.',
2626 'renameuser-error-request' => 'There was a problem with receiving the request.
2727 Please go back and try again.',
2828 'renameuser-error-same-user' => 'You cannot rename a user to the same thing as before.',

Status & tagging log