1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/lang/de/notification.php

11 lines
232 B
PHP
Raw Normal View History

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