In file messages/el/yii.php, line:
'{attribute} is too short (minimum is {min} characters).' => 'Το {attribute}
είναι πολύ μικρό (το ελάχιστο είναι {max}).'
should read:
'{attribute} is too short (minimum is {min} characters).' => 'Το {attribute}
είναι πολύ μικρό (το ελάχιστο είναι {min}
χαρακτήρες).',
In the same file messages/el/yii.php, line:
'{attribute} is too small (minimum is {min}).' => 'Το {attribute} είναι
πολύ μικρό (το ελάχιστο είναι {max}
χαρακτήρες).',
should read:
'{attribute} is too small (minimum is {min}).' => 'Το {attribute} είναι
πολύ μικρό (το ελάχιστο είναι {min}).',
Original issue reported on code.google.com by artemi...@gmail.com on 7 Feb 2012 at 6:56
Original issue reported on code.google.com by
artemi...@gmail.com
on 7 Feb 2012 at 6:56