2018-10-24 15:17:20 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'likedPhoto' => 'ha messo mi piace alla tua foto.',
|
2020-02-08 11:45:31 +00:00
|
|
|
'likedComment' => 'ha messo mi piace al tuo commento.',
|
2018-10-24 15:17:20 +00:00
|
|
|
'startedFollowingYou' => 'ha iniziato a seguirti.',
|
|
|
|
'commented' => 'ha commentato il tuo post.',
|
|
|
|
'mentionedYou' => 'ti ha menzionato.',
|
2020-02-08 11:45:31 +00:00
|
|
|
'shared' => 'ha condiviso il tuo post.',
|
2018-10-24 15:17:20 +00:00
|
|
|
|
|
|
|
];
|