1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-08 21:04:32 +00:00
pixelfed/resources/lang/de/notification.php

10 lines
204 B
PHP
Raw Normal View History

2018-05-27 15:18:14 +02:00
<?php
return [
'likedPhoto' => 'gef&auml;llt dein Foto.',
2018-06-05 07:51:23 +02:00
'startedFollowingYou' => 'folgt dir nun.',
'commented' => 'hat deinen Post kommentiert.',
2018-06-11 12:38:23 +02:00
'mentionedYou' => 'hat dich erw&auml;hnt.'
2018-05-27 15:18:14 +02:00
];