mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 22:19:47 -06:00
39 lines
2.0 KiB
PHP
39 lines
2.0 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 Howard Lau <howardlau1999@hotmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'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>
|
|
<li>Alle undertekster skal bekræftes, verificeres og synkoniseres korrekt til den specifikke Torrent/Film.</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' => 'Uploaded',
|
|
'uploader' => 'Uploader',
|
|
];
|