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.
11 lines
351 B
PHTML
11 lines
351 B
PHTML
|
7 years ago
|
<?php
|
||
|
4 weeks ago
|
|
||
|
7 years ago
|
return [
|
||
|
4 weeks ago
|
'likedPhoto' => 'li ha agradat la vostra publicació.',
|
||
|
|
'likedComment' => 'li ha agradat el vostre comentari.',
|
||
|
|
'startedFollowingYou' => 'ha començat a seguir-vos.',
|
||
|
|
'commented' => 'ha comentat la vostra publicació.',
|
||
|
|
'mentionedYou' => 'us ha esmentat.',
|
||
|
|
'shared' => 'ha compartit la vostra publicació.',
|
||
|
7 years ago
|
];
|