1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 17:56:48 +00:00
pixelfed/resources/lang/en/notification.php
2019-02-05 14:18:06 -07:00

11 lines
259 B
PHP

<?php
return [
'likedPhoto' => 'liked your photo.',
'startedFollowingYou' => 'started following you.',
'commented' => 'commented on your post.',
'mentionedYou' => 'mentioned you.',
'shared' => 'shared your post.',
];