mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
38 lines
3.8 KiB
PHP
38 lines
3.8 KiB
PHP
<?php
|
||
|
||
$lang_downloadnotice = array
|
||
(
|
||
'head_download_notice' => "Ειδοποίηση Λήψης",
|
||
'text_client_banned_notice' => "Ειδοποίηση αποκλεισμού πελάτη",
|
||
'text_client_banned_note' => "Hi!<br /> The tracker has detected that you have been using a <b>banned</b> BitTorrent client in the last connecting. Please read the following notice.",
|
||
'text_low_ratio_notice' => "Ειδοποίηση χαμηλής αναλογίας",
|
||
'text_low_ratio_note_one' => "<span class='striking'><b>ΠΡΟΕΙΔΟΠΟΙΗΣΗ: </b></span>Η αναλογία σας είναι χαμηλή! Πρέπει να τη βελτιώσετε μέσα ",
|
||
'text_low_ratio_note_two' => ", or you will <b>lose your membership</b> here. If you have no idea what your ratio is, read the following notice carefully.",
|
||
'text_first_time_download_notice' => "Πρώτη ειδοποίηση λήψης",
|
||
'text_first_time_download_note' => "Hi!<br /> Chances are it's your <b>first time</b> downloading a torrent from our tracker. <br />There are probably a few things you should know before you continue. I will try to make this short :)",
|
||
'text_this_is_private_tracker' => "Αυτό είναι ένα ιδιωτικό Tracker με απαίτηση αναλογίας",
|
||
'text_private_tracker_note_one' => "Αυτό είναι ένα ιδιωτικό tracker, πράγμα που σημαίνει ότι διατηρούμε τον ιχνηλάτη για την αποκλειστική χρήση <b></b> των εγγεγραμμένων μελών μας. ",
|
||
'text_learn_more' => "Μάθετε περισσότερα για το ιδιωτικό tracker στο ",
|
||
'text_nexuswiki' => "NexusWiki",
|
||
'text_private_tracker_note_two' => "You <b>MUST</b> keep a minimum required upload-to-download <b>ratio</b>, or you will <span class='striking'>lose your membership</span> here. ",
|
||
'text_see_ratio' => "Βλέπε απαίτηση λόγου σε ",
|
||
'text_private_tracker_note_three' => "Η τρέχουσα αναλογία σας εμφανίζεται πάντα κάτω από το μενού πλοήγησης του ιστοτόπου. Παρακαλώ προσέξτε το.",
|
||
'text_private_tracker_note_four' => "<b>How to keep a good ratio?</b><br /> Well, the best way is to always leave your BitTorrent client running and <b>keep on seeding</b> the torrents you've downloaded until you delete the files.",
|
||
'text_use_allowed_clients' => "Επιτρεπόμενοι πελάτες BitTorrent",
|
||
'text_allowed_clients_note_one' => "Well, there are quite a few BitTorrent clients out there. However, we <b>ONLY</b> accept some of them. Others (e.g. qbittorrentEE, Thunder) are <span class='striking'>banned</span> here and would fail to connect our tracker. ",
|
||
'text_allowed_clients_note_two' => "Μπορείτε να βρείτε μια πλήρη λίστα των επιτρεπόμενων πελατών στο ",
|
||
'text_allowed_clients_note_three' => ". Εάν δεν είστε σίγουροι ποιος να επιλέξετε, εξετάστε τα ακόλουθα δύο συνιστώμενους πελάτες: ",
|
||
'title_download' => "Λήψη ",
|
||
'text_for' => "Για ",
|
||
'text_for_more_information_read' => "Για περισσότερες πληροφορίες, ανατρέξτε στο ",
|
||
'text_rules' => "Κανόνες",
|
||
'text_and' => " και ",
|
||
'text_faq' => "Συχνές",
|
||
'text_let_me_download' => "Θα βελτιώσω την αναλογία μου. ",
|
||
'text_notice_not_show_again' => "Να μην εμφανιστεί ξανά αυτή η ειδοποίηση. ",
|
||
'text_notice_always_show' => "Αυτή η ειδοποίηση θα δείχνει πάντα μέχρι να βελτιώσετε την αναλογία σας. ",
|
||
'submit_download_the_torrent' => "Κατεβάστε Το Torrent",
|
||
);
|
||
|
||
?>
|