pixelfed/resources/lang/fr/notification.php

11 lines
409 B
PHP
Raw Normal View History

2018-05-27 04:13:49 +00:00
<?php
2018-08-28 03:07:36 +00:00
2018-05-27 04:13:49 +00:00
return [
'likedPhoto' => 'a aimé votre publication.',
'likedComment' => 'a aimé votre commentaire.',
'startedFollowingYou' => 'a commencé à vous suivre.',
'commented' => 'a commenté votre publication.',
'mentionedYou' => 'vous a mentionné.',
2020-05-16 15:10:28 +00:00
'shared' => 'a partagé votre publication.',
2018-05-27 04:13:49 +00:00
];