mirror of https://github.com/pixelfed/pixelfed.git
12 lines
165 B
PHP
12 lines
165 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'compose' => [
|
||
|
'invalid' => [
|
||
|
'album' => 'Deve contenere una singola foto o video oppure più foto.',
|
||
|
],
|
||
|
],
|
||
|
|
||
|
];
|