1
0
Fork 0
pixelfed/resources/lang/en/notification.php

12 lines
259 B
PHP
Raw Normal View History

<?php
return [
2018-08-28 03:07:36 +00:00
'likedPhoto' => 'liked your photo.',
2018-05-30 02:49:50 +00:00
'startedFollowingYou' => 'started following you.',
2018-08-28 03:07:36 +00:00
'commented' => 'commented on your post.',
'mentionedYou' => 'mentioned you.',
2019-02-05 21:18:06 +00:00
'shared' => 'shared your post.',
2018-08-28 03:07:36 +00:00
];