18 lines
455 B
PHP
Raw Permalink Normal View History

2022-04-14 13:11:07 +00:00
<?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} er anten ikkje eit bilete, eller er ikkje breitt og høgt nok.',
'is_image_ratio' =>
'{field} er anten ikkje eit bilete, eller har feil forhold mellom høgd og breidd.',
2024-03-08 13:05:48 +00:00
'is_json' => '{field} inneheld ugyldig JSON.',
2022-04-14 13:11:07 +00:00
];