mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
12 lines
259 B
PHP
12 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.',
|
|
|
|
];
|