Files
UNIT3D/lang/is/pm.php
2024-05-23 13:58:29 +00:00

42 lines
1.3 KiB
PHP

<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'create' => 'Búa til',
'delete' => 'Eyða',
'enter-subject' => 'Sláðu inn efni',
'from' => 'Frá',
'inbox' => 'Innhólf',
'mark-all-read' => 'Merktu öll skilaboð sem lesin',
'message' => 'Skilaboð',
'messages' => 'Skilaboð',
'new' => 'Ný skilaboð',
'outbox' => 'Úthólf',
'private' => 'Einkamál',
'read' => 'Lesa',
'received-at' => 'Móttekið At',
'refresh' => 'Uppfæra',
'reply' => 'Svara',
'search' => 'Leita eftir efni',
'select' => 'Veldu notanda',
'send' => 'Senda PM',
'send-to' => 'Senda PM Til',
'sent' => 'Sent',
'sent-at' => 'Sent á',
'subject' => 'Efni',
'to' => 'Til',
'unread' => 'Ólesin',
];