mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
390 B
PHTML
13 lines
390 B
PHTML
|
8 years ago
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
4 weeks ago
|
'likedPhoto' => 'اُعجِبَ بِمَنشُورِك.',
|
||
|
|
'likedComment' => 'اُعجِبَ بِتَعلِيقِك.',
|
||
|
|
'startedFollowingYou' => 'بَدَأ بِمُتَابَعَتِك.',
|
||
|
|
'commented' => 'عَلَّقَ عَلَى مَنشُورِك.',
|
||
|
|
'mentionedYou' => 'قَد ذَكَرَك.',
|
||
|
|
'shared' => 'شَارَكَ مَنشُورَك.',
|
||
|
8 years ago
|
|
||
|
|
];
|