mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-18 12:31:27 +00:00
11 lines
133 B
PHP
11 lines
133 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'compose' => [
|
|
'invalid' => [
|
|
'album' => 'Debe conter unha soa foto ou vídeo ou varias fotos.',
|
|
],
|
|
],
|
|
|
|
];
|