diff --git a/framework/messages/hu/yii.php b/framework/messages/hu/yii.php index 342d2f87ea..d19039365a 100644 --- a/framework/messages/hu/yii.php +++ b/framework/messages/hu/yii.php @@ -81,7 +81,7 @@ return array ( '{attribute} must be no greater than {max}.' => '{attribute} nem lehet nagyobb, mint {max}.', '{attribute} must be no less than {min}.' => '{attribute} nem lehet kisebb, mint {min}.', '{attribute} must be repeated exactly.' => 'Ismételje meg pontosan a(z) {attribute} mezőbe írtakat.', - '{attribute} must not be equal to "{compareValue}".' => '{attribute} nem lehet egyenlő ezzel: "{compareValue}', + '{attribute} must not be equal to "{compareValue}".' => '{attribute} nem lehet egyenlő ezzel: "{compareValue}".', '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} minimum {min, number} karakter kell, hogy legyen.', '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} maximum {max, number} karakter lehet.', '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} pontosan {length, number} kell, hogy legyen.',