r75506 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75505‎ | r75506 | r75507 >
Date:10:23, 27 October 2010
Author:jeroendedauw
Status:ok
Tags:
Comment:
Revert r75465
Modified paths:
  • /trunk/extensions/Validator/Validator.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/Validator.i18n.php
@@ -60,16 +60,12 @@
6161 'validator_list_error_invalid_range' => 'All values of parameter $1 must be between $2 and $3.',
6262 'validator-list-error-invalid-regex' => 'All values of parameter $1 must match this regular expression: $2.',
6363 'validator_list_error_invalid_argument' => 'One or more values for parameter $1 are invalid.',
64 - 'validator-list-error-accepts-only' => 'One or more values for parameter $1 are invalid.
65 -It only accepts {{PLURAL:$3|this value|these values}}: $2.',
66 - 'validator-list-error-accepts-only-omitted' => 'One or more values for parameter $1 are invalid.
67 -It only accepts {{PLURAL:$3|this value|these values}}: $2 (and $4 omitted {{PLURAL:$4|value|values}}).',
 64+ 'validator-list-error-accepts-only' => 'One or more values for parameter $1 are invalid. It only accepts {{PLURAL:$3|this value|these values}}: $2.',
 65+ 'validator-list-error-accepts-only-omitted' => 'One or more values for parameter $1 are invalid. It only accepts {{PLURAL:$3|this value|these values}}: $2 (and $4 omitted {{PLURAL:$4|value|values}}).',
6866
6967 // Criteria errors for single values & lists
70 - 'validator_error_accepts_only' => 'The value "$4" is not valid for parameter $1.
71 -It only accepts {{PLURAL:$3|this value|these values}}: $2.',
72 - 'validator-error-accepts-only-omitted' => 'The value "$2" is not valid for parameter $1.
73 -It only accepts {{PLURAL:$5|this value|these values}}: $3 (and $4 omitted {{PLURAL:$4|value|values}}).',
 68+ 'validator_error_accepts_only' => 'The value "$4" is not valid for parameter $1. It only accepts {{PLURAL:$3|this value|these values}}: $2.',
 69+ 'validator-error-accepts-only-omitted' => 'The value "$2" is not valid for parameter $1. It only accepts {{PLURAL:$5|this value|these values}}: $3 (and $4 omitted {{PLURAL:$4|value|values}}).',
7470
7571 'validator_list_omitted' => 'The {{PLURAL:$2|value|values}} $1 {{PLURAL:$2|has|have}} been omitted.',
7672 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75465Partly revert of r75463: please keep the linebreaks in i18n files. They are n...raymond19:57, 26 October 2010

Status & tagging log