Files
UNIT3D-Community-Edition/lang/el/subtitle.php
HDVinnie 472c820f99 update: UNIT3D linting
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
2023-02-02 08:02:34 -05:00

36 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* 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' => 'Μεταφορτώσεις',
'extension' => 'Επέκταση',
'delete-confirm' => 'Σίγουρα θέλετε να διαγράψετε τον υπότιτλο?',
'note' => 'Σημείωση',
'note-help' => 'Extra πληροφορίες για τον υπότιτλο',
'rules-title' => 'Κανόνες Υποτίτλων!',
'rules' => '<ul>
<li>Only proper subtitles are allowed to be uploaded (Correct frame rate. translation, spelling, timing).</li>
<li>No google translated / machine translated / incorrect subtitles allowed.</li>
<li>Subtitle must be in sync with the video.</li>
<li>.srt, .ico and .zip only allowed. <b>(.zip is only allowed when bundeling subtitles of the same language for a TV Season Pack.)</b></li>
<li>Repeated uploads of junk sub will constitute a violation and subject to disciplinary action.</li>
<li>Keep the note of the subtitle short. NO urls/links are allowed.</li>
<li>All Subtitles must be confirmed, verified, timed correctly for the specific Torrent/Video.</li>
</ul>',
'size' => 'Μέγεθος',
'subtitle-file' => 'Αρχείο',
'subtitle-file-types' => 'Απδεκτοί τυποι υποτίτλων: ICO, SRT, SUP, ASS and ZIP',
'uploaded' => 'Ανέβηκε',
'uploader' => 'Uploader',
];