mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-06 20:21:21 +01:00
Currently translated at 100.0% (106 of 106 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% (12 of 12 strings) Translated using Weblate (Danish) Currently translated at 100.0% (29 of 29 strings) Translated using Weblate (Danish) Currently translated at 100.0% (29 of 29 strings) Translated using Weblate (Danish) Currently translated at 100.0% (20 of 20 strings) Translated using Weblate (Danish) Currently translated at 100.0% (228 of 228 strings) Co-authored-by: Globber <globbered@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/unit3d/common/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/graveyard/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/notifications/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/pm/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/subtitle/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/torrent/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/user/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/validation/da/ Translation: UNIT3D/common Translation: UNIT3D/graveyard Translation: UNIT3D/notifications Translation: UNIT3D/pm Translation: UNIT3D/subtitle Translation: UNIT3D/torrent Translation: UNIT3D/user Translation: UNIT3D/validation
35 lines
1.5 KiB
PHP
35 lines
1.5 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 Howard Lau <howardlau1999@hotmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
'downloads' => 'Downloads',
|
|
'extension' => 'Udvidelser',
|
|
'delete-confirm' => 'Er du sikker på du vil slette denne?',
|
|
'note' => 'Note',
|
|
'note-help' => 'Ekstra info til denne undertekst',
|
|
'rules-title' => 'Undertekst regler',
|
|
'rules' => '<ul>
|
|
<li>Det er kun tilladt at uploade ordentlige undertekster (Korrekt billedhastighed, oversættelse, stavning og timing).</li>
|
|
<li>Ingen google oversat / maskin oversat / ukorrekte undertekster tilladt.</li>
|
|
<li>Undertekster skal være synkroniseret med videoen.</li>
|
|
<li>Kun .srt, .ico and .zip tilladt. <b>(.zip er kun tilladt, når der bundles undertekster på det samme sprog til en TV-sæsonpakke.)</b></li>
|
|
<li>Gentagne uploads af junk sub vil blive til genstand for disciplinærforanstaltninger.</li>
|
|
<li>Hold undertekstens note kort. INGEN webadresser/links er tilladt.</li>
|
|
</ul>',
|
|
'size' => 'Størrelse',
|
|
'subtitle-file' => 'Undertekst fil',
|
|
'subtitle-file-types' => 'Accepterede filer er ICO, SRT and ZIP',
|
|
'search' => 'Søg efter torrent',
|
|
'uploaded' => 'Uploadet',
|
|
'uploader' => 'Uploader',
|
|
];
|