2018-05-26 20:26:44 -06:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2019-05-03 19:18:47 -06:00
|
|
|
'likedPhoto' => 'liked your post.',
|
|
|
|
'likedComment' => 'liked your comment.',
|
2018-05-29 20:49:50 -06:00
|
|
|
'startedFollowingYou' => 'started following you.',
|
2018-08-28 03:07:36 +00:00
|
|
|
'commented' => 'commented on your post.',
|
|
|
|
'mentionedYou' => 'mentioned you.',
|
2019-02-05 14:18:06 -07:00
|
|
|
'shared' => 'shared your post.',
|
2018-05-26 20:26:44 -06:00
|
|
|
|
2018-08-28 03:07:36 +00:00
|
|
|
];
|