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

11 lines
232 B
PHP
Raw Normal View History

2018-05-27 15:18:14 +02:00
<?php
return [
2018-08-28 03:07:36 +00:00
'likedPhoto' => 'gef&auml;llt dein Foto.',
2018-06-05 07:51:23 +02: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 15:18:14 +02:00
2018-08-28 03:07:36 +00:00
];