1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/lang/fr/notification.php

8 lines
205 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.',
'mentionedYou' => 'vos à mentionné.'
2018-05-27 04:13:49 +00:00
];