1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/lang/cs/exception.php
2021-09-11 10:17:40 +02:00

11 lines
150 B
PHP

<?php
return [
'compose' => [
'invalid' => [
'album' => 'Musí obsahovat samostatnou fotografii, video nebo více fotografií.',
],
],
];