mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-05 19:30:46 +00:00
11 lines
139 B
PHP
11 lines
139 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'compose' => [
|
|
'invalid' => [
|
|
'album' => 'Musi zawierać jedno zdjęcie lub film, lub wiele zdjęć.',
|
|
],
|
|
],
|
|
|
|
];
|