pixelfed/resources/lang/fr/notification.php

8 lines
206 B
PHP
Raw Normal View History

2018-05-27 04:13:49 +00:00
<?php
return [
'likedPhoto' => 'a aimé votre photo.',
'startedFollowingYou' => 'a commencé à vous suivre.',
2018-06-23 13:08:22 +00:00
'commented' => 'commenté sur votre post.',
2018-06-23 13:11:02 +00:00
'mentionedYou' => 'vous à mentionné.'
2018-05-27 04:13:49 +00:00
];