mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?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."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user