Index: trunk/extensions/Validator/Validator.i18n.php |
— | — | @@ -60,16 +60,12 @@ |
61 | 61 | 'validator_list_error_invalid_range' => 'All values of parameter $1 must be between $2 and $3.', |
62 | 62 | 'validator-list-error-invalid-regex' => 'All values of parameter $1 must match this regular expression: $2.', |
63 | 63 | '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}}).', |
68 | 66 | |
69 | 67 | // 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}}).', |
74 | 70 | |
75 | 71 | 'validator_list_omitted' => 'The {{PLURAL:$2|value|values}} $1 {{PLURAL:$2|has|have}} been omitted.', |
76 | 72 | ); |