Files
nexusphp/lang/el/lang_viewsnatches.php
2025-05-05 21:27:48 +07:00

34 lines
1.3 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
$lang_viewsnatches = array
(
'head_snatch_detail' => "Λεπτομέρειες Άρθρωσης",
'text_snatch_detail_for' => "Λεπτομέρειες αρπαγής για ",
'text_users_top_finished_recently' => "Οι χρήστες στην κορυφή ολοκλήρωσαν τη λήψη πιο πρόσφατα",
'col_username' => "Όνομα Χρήστη",
'col_uploaded' => "Ανέβηκε",
'col_downloaded' => "Λήφθηκε",
'col_se_time' => "Se. Ώρα",
'col_le_time' => "Le. Χρόνος",
'col_ratio' => "Αναλογία",
'col_when_completed' => "Ολοκληρώθηκε Στις",
'col_last_action' => "Τελευταία Ενέργεια",
'col_seeding' => "Διαμοιρασμός",
'col_pm_user' => "Χρήστης ΜΜ",
'col_report_user' => "Αναφορά Χρήστη",
'col_on_or_off' => "Ενεργοποίηση/Απενεργοποίηση",
'text_global' => "Καθολικό",
'text_torrent' => "Torrent",
'text_yes' => "Ναι",
'text_no'=> "Όχι",
'title_report' => "Αναφορά",
'col_ip' => "IP",
'text_per_second' => "",
'text_anonymous' => "ανώνυμος",
'text_inf' => "Inf.",
'std_sorry' => "Συγνώμη",
'std_no_snatched_users' => "Κανένας χρήστης δεν έχει άρπαξε αυτό το torrent ακόμα.",
);
?>