579f6ffd03
Old translation used the Swedish word for 'photo' instead of direclty translating the word 'post'.
12 lines
328 B
PHP
12 lines
328 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'likedPhoto' => 'gillade ditt inlägg.',
|
|
'likedComment' => 'gillade din kommentar.',
|
|
'startedFollowingYou' => 'började följa dig.',
|
|
'commented' => 'kommenterade ditt inlägg.',
|
|
'mentionedYou' => 'nämnde dig.',
|
|
'shared' => 'delade ditt inlägg.',
|
|
|
|
];
|