<?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 [ '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', ];