mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-06 20:21:21 +01:00
Currently translated at 100.0% (228 of 228 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (228 of 228 strings) Translated using Weblate (Danish) Currently translated at 100.0% (404 of 404 strings) Translated using Weblate (Danish) Currently translated at 100.0% (229 of 229 strings) Translated using Weblate (Danish) Currently translated at 100.0% (64 of 64 strings) Translated using Weblate (Danish) Currently translated at 100.0% (20 of 20 strings) Translated using Weblate (Danish) Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (Danish) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Danish) Currently translated at 100.0% (228 of 228 strings) Co-authored-by: Antonio R <antonio@rubinet.es> Co-authored-by: Globber <globbered@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Ismael Canto <ismacanto@gmail.com> Translate-URL: https://hosted.weblate.org/projects/unit3d/bon/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/bot/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/common/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/common/es/ Translate-URL: https://hosted.weblate.org/projects/unit3d/graveyard/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/staff/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/torrent/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/user/da/ Translation: UNIT3D/bon Translation: UNIT3D/bot Translation: UNIT3D/common Translation: UNIT3D/graveyard Translation: UNIT3D/staff Translation: UNIT3D/torrent Translation: UNIT3D/user
35 lines
1.7 KiB
PHP
35 lines
1.7 KiB
PHP
<?php
|
|
return [
|
|
/**
|
|
* 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
|
|
*/
|
|
'current-seedtime' => 'Nuværende Seedtid',
|
|
'dead' => 'Døde',
|
|
'graveyard' => 'Kirkegård',
|
|
'guidelines' => 'Retningslinier',
|
|
'guidelines-content' => '1) Du kan ikke genoplive dine egne uploads.<br>2) Genopliv ikke noget, du ikke kan forpligtige dig til.',
|
|
'howto' => 'Sådan gør du',
|
|
'howto-desc1' => 'Du skal seede <span class="text-green"><em>:name</em></span> i <span class="text-red text-bold">30 dage</span> for at opnå en vellykket genoplivning. I hvilket tilfælde din nuværende seedtid på',
|
|
'howto-desc2' => 'Du vil blive belønnet med',
|
|
'howto-hits' => 'rammer',
|
|
'not-rewarded' => 'Ikke belønnet',
|
|
'pending' => 'Afventende',
|
|
'resurrect' => 'Genopliv',
|
|
'resurrect-date' => 'Genoplivelsesdato',
|
|
'reward' => 'Freeleech tokens',
|
|
'rewarded' => 'Belønnet',
|
|
'seedtime-goal' => 'Seedtids-mål',
|
|
'resurrect-canceled' => 'Genoplivning annulleret!',
|
|
'resurrect-complete' => 'Torrent-genoplivning fuldført! Du vil blive belønnet automatisk, når seedtime-kravene er opfyldt.',
|
|
'resurrect-failed-pending' => 'Torrent-genoplivning mislykkedes! Denne torrent afventer allerede en genoplivning.',
|
|
'resurrect-failed-own' => 'Torrentgenoplivning mislykkedes! Du kan ikke genoplive dine egne uploads.',
|
|
];
|