castopod/modules/Admin/Language/el/Validation.php

17 lines
477 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'min_dims' =>
2022-11-25 18:44:19 +01:00
'{field} είτε δεν είναι μια εικόνα, είτε δεν είναι αρκετά ευρεία ή ψηλή.',
'is_image_ratio' =>
2022-11-25 18:44:19 +01:00
'{field} είτε δεν είναι εικόνα είτε όχι της σωστής αναλογίας.',
];