pixelfed/resources/lang/fr/notification.php

9 lines
234 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 [
2018-08-28 03:07:36 +00:00
'likedPhoto' => 'a aimé votre photo.',
'startedFollowingYou' => 'a commencé à vous suivre.',
2018-08-28 03:07:36 +00:00
'commented' => 'commenté sur votre post.',
'mentionedYou' => 'vous à mentionné.',
2018-05-27 04:13:49 +00:00
];