yangruiyou85 / yiidoc

Automatically exported from code.google.com/p/yiidoc
0 stars 0 forks source link

Greek translation improvement #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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