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

29 lines
791 B
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_viewpeerlist = array
(
'col_user_ip' => "Χρήστης",
'col_location' => "Τοποθεσία",
'col_connectable' => "Συνδεδεμένο",
'col_uploaded' => "Ανέβηκε",
'col_rate' => "Βαθμολογήστε",
'col_av_rate' => "Av. Ποσοστό",
'col_downloaded' => "Λήφθηκε",
'col_ratio' => "Αναλογία",
'col_complete' => "Complete",
'col_connected' => "Συνδεδεμένο",
'col_idle' => "Αδρανής",
'col_client' => "Πελάτης",
'text_anonymous' => "Ανώνυμος",
'text_unknown' => "(άγνωστο)",
'text_seeders' => "Σπόροι",
'text_leechers' => "Leechers",
'row_seeders' => "Σπόροι",
'row_leechers' => "Leechers",
'text_yes' => "Ναι",
'text_no' => "Όχι",
'text_inf' => "Inf."
);
?>