mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 22:19:47 -06:00
76 lines
3.3 KiB
PHP
76 lines
3.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 [
|
|
'audit-log' => 'Aktivitets Log',
|
|
'articles' => 'Nyheder',
|
|
'article-content' => 'Indhold',
|
|
'application' => 'Ansøgning',
|
|
'applications' => 'Ansøgninger',
|
|
'application-type' => 'Type',
|
|
'application-image-proofs' => 'Billedbevis',
|
|
'application-referrer' => 'Reference',
|
|
'bans-log' => 'Udelukkelses Log',
|
|
'blocks' => 'Blokke',
|
|
'bot' => 'Bot',
|
|
'bots' => 'Bots',
|
|
'chat' => 'Chat',
|
|
'config-manager' => 'Konfigurations Manager',
|
|
'commands' => 'Kommandoer',
|
|
'dashboard' => 'Dahsboard',
|
|
'failed-login-log' => 'Mislykkede login Log',
|
|
'flush-ghost-peers' => 'Tøm Ghost peers',
|
|
'forums' => 'Fora',
|
|
'frontend' => 'Frontend',
|
|
'general-tools' => 'Generelle værktøjer',
|
|
'groups' => 'Grupper',
|
|
'invites-log' => 'Invitations Log',
|
|
'laravel-log' => 'Laravel Log',
|
|
'link' => 'Link',
|
|
'links' => 'Links',
|
|
'logs' => 'Logs',
|
|
'mass-pm' => 'Masse PM',
|
|
'mass-validate-users' => 'Masse valider brugere',
|
|
'media-languages-desc' => '(Sprog, der bruges til at udfylde dropdown-sprog til undertekster / lydbøger / osv.)',
|
|
'moderation' => 'Moderering',
|
|
'moderation-since' => 'Modereret den',
|
|
'page' => 'Side',
|
|
'pages' => 'Sider',
|
|
'please-moderate' => 'Moderer venligst denne Torrent!',
|
|
'polls' => 'Afstemninger',
|
|
'rooms' => 'Rum',
|
|
'reports-log' => 'Anmeldelses Log',
|
|
'rss' => 'RSS',
|
|
'staff-dashboard' => 'Staff Dashboard',
|
|
'status' => 'Status',
|
|
'statuses' => 'Status',
|
|
'torrent-categories' => 'Torrent Kategorier',
|
|
'torrent-moderation' => 'Torrent Moderering',
|
|
'torrent-tools' => 'Torrent Værktøjer',
|
|
'torrent-types' => 'Torrent Typer',
|
|
'torrent-resolutions' => 'Torrent Opløsninger',
|
|
'torrents' => 'Torrents',
|
|
'user-gifting' => 'Brugerbelønning',
|
|
'user-notes' => 'Brugernoter Log',
|
|
'user-search' => 'Brugersøgning',
|
|
'user-tools' => 'Brugerværktøjer',
|
|
'warnings-log' => 'Advarsels Log',
|
|
'you-have' => 'Du har',
|
|
'possible-leech-cheaters' => 'Mulige snydere',
|
|
'chat-tools' => 'Chatværktøjer',
|
|
'flush-chat' => 'Tøm chatboksen',
|
|
'seedboxes' => 'Registrerede seedbokse',
|
|
];
|