1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-27 10:16:47 +00:00
pixelfed/resources/lang/fr/exception.php

11 lines
167 B
PHP
Raw Normal View History

<?php
return [
2020-05-16 15:10:28 +00:00
'compose' => [
'invalid' => [
'album' => 'Doit contenir une seule photo ou vidéo ou plusieurs photos.',
],
],
];