mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
77 lines
3.4 KiB
PHP
77 lines
3.4 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 [
|
|
'action' => 'Aðgerð',
|
|
'activity' => 'Virkni',
|
|
'approved' => 'Samþykkt',
|
|
'author' => 'Höfundur',
|
|
'bug' => 'Galla',
|
|
'category-quick-search' => 'Efnisheiti fljótleg leit (innan flokks)',
|
|
'close-topic' => 'Læsa umræðuefni',
|
|
'closed' => 'Lokað',
|
|
'create-new-topic' => 'Búðu til nýtt efni',
|
|
'created' => 'Búið til',
|
|
'current' => 'Núverandi',
|
|
'delete-topic' => 'Eyða þessu efni',
|
|
'denied' => 'Neitað',
|
|
'dislike-post' => 'Mislíkar þetta innlegg',
|
|
'display-forum' => 'Sýna efni í',
|
|
'edit-post' => 'Breyta færslu',
|
|
'edit-topic' => 'Breyta efni',
|
|
'forum' => 'Forum',
|
|
'forums' => 'Málþing',
|
|
'implemented' => 'Framkvæmdar',
|
|
'in' => 'Í',
|
|
'invalid' => 'Ógilt',
|
|
'label' => 'Merki',
|
|
'label-system' => 'Label System',
|
|
'last-message' => 'Síðasta skilaboð',
|
|
'last-post-info' => 'Síðasti póstur',
|
|
'latest' => 'Nýjustu',
|
|
'like-post' => 'Eins og þetta innlegg',
|
|
'meta-category' => 'Listi yfir vettvangi í flokknum',
|
|
'moderation' => 'Moderation',
|
|
'name' => 'Nafn',
|
|
'not-connected' => 'Þú verður að vera tengdur',
|
|
'not-subscribed' => 'Ekki áskrifandi',
|
|
'open' => 'Opna',
|
|
'open-topic' => 'Opnaðu þetta efni',
|
|
'permalink' => 'Permalink',
|
|
'pin' => 'Pin',
|
|
'post' => 'Post',
|
|
'post-quick-search' => 'Stöðva leit eftir líkamanum',
|
|
'posts' => 'Innlegg',
|
|
'quote' => 'Tilvitnun',
|
|
'read-topic' => 'Lesa efni',
|
|
'replies' => 'Svar',
|
|
'send-new-topic' => 'Vista þetta efni',
|
|
'solved' => 'Leyst',
|
|
'state' => 'Ríki',
|
|
'stats' => 'Tölfræði',
|
|
'subscribed' => 'Áskrifandi',
|
|
'subscription-quick-search' => 'Efnisheiti fljótleg leit (innan áskriftar)',
|
|
'suggestion' => 'Tillaga',
|
|
'topic' => 'Topic',
|
|
'topic-closed' => 'Þetta efni er lokað',
|
|
'topic-name' => 'Nafn efnis',
|
|
'topic-quick-search' => 'Efnisheiti fljótleg leit',
|
|
'topic-title' => 'Titill þessa máls',
|
|
'topics' => 'Topics',
|
|
'unpin' => 'Unpin',
|
|
'view-all' => 'Skoða öll efni',
|
|
'views' => 'Skoðanir',
|
|
];
|