mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 22:19:47 -06:00
58 lines
2.4 KiB
PHP
58 lines
2.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 [
|
|
'activated' => 'Aktiveret',
|
|
'active' => 'Aktive!',
|
|
'amount' => 'Beløb',
|
|
'bon' => 'BON',
|
|
'bonus' => 'Bonus',
|
|
'date' => 'Dato',
|
|
'earning' => 'Optjening',
|
|
'earning-rate' => 'Ved denne sats, vil du optjene følgende pr. time..',
|
|
'earnings' => 'Indtjening',
|
|
'exchange' => 'Køb',
|
|
'exchange-warning' => 'Vær venlig at kontrollere dine valg, før du køber.',
|
|
'extended-stats' => 'Udvidet statestik',
|
|
'gift' => 'Send BON',
|
|
'gift-bonus' => 'Send bonuspoint',
|
|
'gift-to' => 'Send bonuspoint til',
|
|
'gifts' => 'Gaver',
|
|
'item' => 'Vare',
|
|
'no-refund' => 'Ingen tilbagebetalinger!',
|
|
'per-day' => 'Point pr. Dag',
|
|
'per-hour' => 'Point pr. Time',
|
|
'per-minute' => 'Point pr. Minut',
|
|
'per-month' => 'Point pr. Måned',
|
|
'per-second' => 'Point Per Sekund',
|
|
'per-week' => 'Point pr. Uge',
|
|
'per-year' => 'Point pr. År',
|
|
'points' => 'Points',
|
|
'receiver' => 'Modtager',
|
|
'review-seeds' => 'Gennemgå alle seedede torrents',
|
|
'send-gift' => 'Send bonuspoint',
|
|
'sender' => 'Afsender',
|
|
'store' => 'Butik',
|
|
'tips' => 'Belønning',
|
|
'total' => 'Samlet indtjening',
|
|
'total-gifts' => 'som BON gaver',
|
|
'total-tips' => 'som BON belønning',
|
|
'you-have-received-gifts' => 'Du har modtaget',
|
|
'you-have-sent-gifts' => 'Du har sendt',
|
|
'you-have-received-tips' => 'Du har modtaget',
|
|
'you-have-sent-tips' => 'Du har sendt',
|
|
'your-points' => 'Dine point',
|
|
];
|