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 [
|
2019-07-11 06:56:50 +00:00
|
|
|
'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
|
|
|
];
|