Files
nexusphp/lang/el/lang_invite.php
2026-02-01 01:26:00 +07:00

72 lines
4.0 KiB
PHP
Raw Permalink 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
$lang_invite = array
(
'std_sorry' => "Συγνώμη",
'std_permission_denied' => "Άρνηση Άδειας!",
'head_invites' => "Προσκληθέντα",
'std_no_invites_left' => "Δεν έχετε απομείνει καμία πρόσκληση. :( <br /><br />Παρακαλώ κάντε κλικ ",
'here_to_go_back' => "here</a> to go back.",
'text_invite_code_sent' => "The invite code has been sent!<br />",
'text_invite_someone' => "Προσκαλέστε κάποιον να ενταχθεί ",
'text_s' => "ίνα",
'text_invitation' => " πρόσκληση",
'text_left' => " αριστερά",
'text_email_address' => "Διεύθυνση Email",
'text_email_address_note' => "Η διεύθυνση ηλεκτρονικού ταχυδρομείου πρέπει να είναι έγκυρη. Η πρόσκληση θα λάβει ένα email για την πρόσκλησή σας.",
'text_message' => "Μήνυμα",
'submit_invite' => "Πρόσκληση",
'text_invite_status' => "Τρέχουσα κατάσταση των προσκλήσεων",
'text_no_invites' => "Δεν υπάρχουν ακόμα προσκλήσεις.",
'text_username' => "Όνομα Χρήστη",
'text_email' => "E-mail",
'text_uploaded' => "Ανέβηκε",
'text_downloaded' => "Λήφθηκε",
'text_ratio' => "Αναλογία",
'text_status' => "Κατάσταση",
'text_confirm' => "Επιβεβαίωση",
'text_confirmed' => "Επιβεβαιωμένο",
'text_pending' => "Εκκρεμεί",
'submit_confirm_users' => "Επιβεβαίωση&nbsp;Χρηστών",
'sumbit_invite_someone' => "Invite&nbsp;Someone",
'text_sent_invites_status' => "Τρέχουσα κατάσταση των απεσταλμένων προσκλήσεων",
'text_no_invitation_sent' => "Καμία πρόσκληση δεν εστάλη αυτή τη στιγμή.",
'text_hash' => "Κατακερματισμός",
'text_send_date' => "Ημερομηνία Αποστολής",
'text_hash_status' => 'Hash valid',
'text_invitee_user' => 'Προσκεκλημένος χρήστης',
'text_invitation_body' => "
Hi Buddy,
I am inviting you to join %s which is a private community that have the finest
and most abundant stuff. If you are interested in joining us please read over
the rules and confirm the invite. Finally, please make sure you keep a nice ratio and
only upload content that follows rules of the site.
Welcome aboard! :)
Best Regards,
",
'text_invite_system' => "'s Invite System",
'std_only' => "Μόνο ",
'std_or_above_can_invite' => " ή παραπάνω μπορούν να στείλουν πρόσκληση.",
'text_email_restriction_note' => "Θα μπορούσατε μόνο να στείλετε πρόσκληση σε email από αυτούς τους τομείς: ",
'harem_addition' => 'Προσθήκη λόχου',
'signup_link_help' => 'Δεξί κλικ για αντιγραφή',
'signup_link' => 'Σύνδεσμος εγγραφής',
'text_uploaded_count' => 'Πλήθος μεταφορτώσεων',
'text_seed_torrent_count' => 'Μετρητές σποράς',
'text_seed_torrent_size' => 'Μέγεθος σποράς',
'text_seed_torrent_bonus_per_hour' => 'Μπόνους σποράς ανά ώρα',
'text_seed_torrent_bonus_per_hour_help' => 'Δηλαδή, τα σημεία σπόρων, δεν εξετάζουν τις δωρεές, τα επίσημα torrent, τα χαρέμια και οποιεσδήποτε άλλες προσθήκες',
'text_seed_torrent_last_announce_at' => 'Τελευταία ανακοίνωση',
'text_enabled' => 'Ενεργοποιημένο',
'text_tmp_status' => 'Κατάσταση προσωρινής πρόσκλησης',
'text_expired_at' => 'Έληξε στις',
'text_permanent' => 'Χρήση μόνιμης πρόσκλησης',
'text_consume_invite' => 'Χρήση πρόσκλησης',
'text_temporary_left' => 'Προσωρινή πρόσκληση %s',
);
?>