Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marsuboss committed Jan 15, 2014
1 parent e09b016 commit ae973b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/messages/fr/yii.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
'{attribute} must be less than or equal to "{compareValue}".' => '{attribute} doit être inférieur ou égal à « {compareValue} ».',
'{attribute} must be no greater than {max}.' => '{attribute} ne doit pas être supérieur à {max}.',
'{attribute} must be no less than {min}.' => '{attribute} ne doit pas être inférieur à {min}.',
'{attribute} must be repeated exactly.' => '{attribute} doit être répété à l\'identique.',
'{attribute} must be repeated exactly.' => '{attribute} doit être identique.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} ne doit pas être égal à « {compareValue} ».',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} doit comporter au moins {min, number} {min, plural, one{caractère} other{caractères}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} doit comporter au plus {max, number} {max, plural, one{caractère} other{caractères}}.',
Expand Down

0 comments on commit ae973b0

Please sign in to comment.