1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00
pixelfed/resources/lang/gl/exception.php
2020-11-21 18:19:57 +01:00

11 lines
133 B
PHP

<?php
return [
'compose' => [
'invalid' => [
'album' => 'Debe conter unha soa foto ou vídeo ou varias fotos.',
],
],
];