castopod/modules/Admin/Language/el/Notifications.php

20 lines
721 B
PHP
Raw Normal View History

2022-08-22 17:56:51 +02:00
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
2022-11-25 18:44:19 +01:00
'title' => 'Ειδοποιήσεις',
'reply' => '{actor_username} απάντησε στο post σας',
'favourite' => '{actor_username} έβαλε αγαπημένη τη δημοσίευσή σας',
'reblog' => '{actor_username} κοινοποίησε τη δημοσίευσή σας',
'follow' => '{actor_username} ξεκίνησε να σας ακολουθεί',
'no_notifications' => 'Καμία ειδοποίηση',
'mark_all_as_read' => 'Σήμανση όλων ως αναγνωσμένα',
2022-08-22 17:56:51 +02:00
];