mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?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 ακόμα.",
|
||
);
|
||
|
||
?>
|