mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 22:19:47 -06:00
66 lines
2.8 KiB
PHP
66 lines
2.8 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 [
|
|
'all' => 'Alle',
|
|
'active' => 'Aktive',
|
|
'all-time' => 'Totalt',
|
|
'banned' => 'Udelukkede',
|
|
'by-count' => 'Efter Antal',
|
|
'by-data' => 'Efter Data',
|
|
'by-volume' => 'Efter volumen',
|
|
'credited' => 'Krediteret',
|
|
'disabled' => 'Deaktiverede',
|
|
'group' => 'Gruppe',
|
|
'groups' => 'Grupper',
|
|
'last30days' => 'Seneste 30 dage',
|
|
'nerd-stats' => 'Nerd stats',
|
|
'nerd-stats-desc' => 'Vi elsker statistik. Her er nogle af dem',
|
|
'languages' => 'Sprog',
|
|
'place' => 'Sted',
|
|
'pruned' => 'Forældede',
|
|
'real' => 'Reel',
|
|
'registration-date' => 'Registrerings dato',
|
|
'request-fulfilled' => 'Forespørgsel opfyldt',
|
|
'request-not-fulfilled' => 'Forespørgslen ikke opfyldt',
|
|
'request-pending-aproval' => 'Forespørgsel afventer godkendelse',
|
|
'select-category' => 'Vælg venligst en kategori nedenfor',
|
|
'site-stats' => 'Sitets stats',
|
|
'stats' => 'Stats',
|
|
'stats-format' => 'Alle statistikker vises i Top 100 Format',
|
|
'top-bankers' => 'Top Bonus',
|
|
'top-bountied' => 'Top Dusør',
|
|
'top-completed' => 'Top Afsluttet',
|
|
'top-dead' => 'Top Døde',
|
|
'top-downloaded' => 'Top Downloadede Torrents',
|
|
'top-downloaders' => 'Top Downloaders',
|
|
'top-dying' => 'Top Døende',
|
|
'top-leeched' => 'Top Leeched',
|
|
'top-leechers' => 'Top Leechere',
|
|
'top-seeded' => 'Top Seeded',
|
|
'top-seeding' => 'Top Seeder',
|
|
'top-seeders' => 'Top Seeders',
|
|
'top-seedsize' => 'Top Seedstørrelse',
|
|
'top-seedtime' => 'Top Seedtid',
|
|
'top-uploaders' => 'Top Uploadere',
|
|
'total-download' => 'Total Download',
|
|
'total-torrents' => 'Total Torrents',
|
|
'total-traffic' => 'Total Trafik',
|
|
'total-upload' => 'Total Upload',
|
|
'users-in-group' => 'Brugere i gruppe',
|
|
'users-per-group' => 'Brugere pr. Gruppe',
|
|
'updated' => '(Opdateres hvert 10. minut!)',
|
|
];
|