mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
66 lines
2.9 KiB
PHP
66 lines
2.9 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 [
|
|
'active' => 'Aktiv',
|
|
'all' => 'Alle',
|
|
'all-time' => 'Alltid',
|
|
'banned' => 'Utestengt',
|
|
'by-count' => 'Av Tall',
|
|
'by-data' => 'Av Data',
|
|
'by-volume' => 'Etter Volum',
|
|
'credited' => 'Kreditert',
|
|
'disabled' => 'Deaktivert',
|
|
'group' => 'Gruppe',
|
|
'groups' => 'Grupper',
|
|
'last30days' => 'Siste 30 Dager',
|
|
'nerd-stats' => 'Nerd statistikk',
|
|
'nerd-stats-desc' => 'Vi alle elsker statistikk. Her er noen som vi finner viktige',
|
|
'languages' => 'Språk',
|
|
'place' => 'Plass',
|
|
'pruned' => 'Fjernet',
|
|
'real' => 'Ekte',
|
|
'registration-date' => 'Registreringsdato',
|
|
'request-fulfilled' => 'Forespørsel Oppfylt',
|
|
'request-not-fulfilled' => 'Forespørsel Ikke Oppfylt',
|
|
'request-pending-aproval' => 'Forespørsel Venter Godkjenning',
|
|
'select-category' => 'Vennligst Velg En Kategori Nedenfor',
|
|
'site-stats' => 'Nettstedsstatistikk',
|
|
'stats' => 'Statistikk',
|
|
'stats-format' => 'Alle statistikker vist i topp 100-liste',
|
|
'top-bankers' => 'Topp Bankers',
|
|
'top-bountied' => 'Topp Dusør',
|
|
'top-completed' => 'Topp Fullført',
|
|
'top-dead' => 'Topp Døde',
|
|
'top-downloaded' => 'Topp Nedlastede Torrenter',
|
|
'top-downloaders' => 'Topp Nedlastinger',
|
|
'top-dying' => 'Topp Døende',
|
|
'top-leeched' => 'Topp Snylter',
|
|
'top-leechers' => 'Topp Snyltere',
|
|
'top-seeded' => 'Toppseedet',
|
|
'top-seeding' => 'Toppseeding',
|
|
'top-seeders' => 'Toppseedere',
|
|
'top-seedsize' => 'Toppseedmengde',
|
|
'top-seedtime' => 'Toppseedetid',
|
|
'top-uploaders' => 'Toppopplastere',
|
|
'total-download' => 'Totalt nedlasting',
|
|
'total-torrents' => 'Totalt Antall Torrenter',
|
|
'total-traffic' => 'Total Trafikk',
|
|
'total-upload' => 'Total Opplasting',
|
|
'updated' => '(Oppdatert Hvert 10. Minutt!)',
|
|
'users-in-group' => 'Brukere I Gruppen',
|
|
'users-per-group' => 'Brukere Pr. Gruppe',
|
|
];
|