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

18 lines
439 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' =>
'{field} nest pas une image ou na pas la taille minimale requise.',
'is_image_ratio' =>
'{field} nest pas une image ou nest pas au bon format.',
2024-03-11 16:13:48 +01:00
'is_json' => '{field} contient un JSON non valide.',
];