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