2022-08-22 15:56:51 +00: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 [
|
2023-05-09 14:30:05 +00:00
|
|
|
'title' => 'Varslingar',
|
|
|
|
'reply' => '{actor_username} svara på innlegget ditt',
|
|
|
|
'favourite' => '{actor_username} merkte innlegget ditt som favoritt',
|
|
|
|
'reblog' => '{actor_username} delte innlegget ditt',
|
|
|
|
'follow' => '{actor_username} fylgde deg',
|
|
|
|
'no_notifications' => 'Ingen varslingar',
|
|
|
|
'mark_all_as_read' => 'Merk alle som lesne',
|
2022-08-22 15:56:51 +00:00
|
|
|
];
|