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

29 lines
908 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_cheaterbox = array
(
'std_oho' => "Oho!",
'std_no_suspect_detected' => "Κανένας ύποπτος δεν εντοπίστηκε ακόμα.",
'head_cheaterbox' => "Cheaterbox",
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
'col_added' => "Προστέθηκε",
'col_suspect' => "Ύποπτο",
'col_hit' => "Χτύπημα",
'col_torrent' => "Torrent",
'col_ul' => "UL",
'col_dl' => "DL",
'col_ann_time' => "Ann. Ώρα",
'col_seeders' => "Σπόροι",
'col_leechers' => "Leechers",
'col_comment' => "Σχόλιο",
'col_dealt_with' => "Συμφωνία Με",
'col_action' => "Πράξη.",
'text_torrent_does_not_exist' => "Το torrent δεν υπάρχει ή έχει διαγραφεί",
'text_yes' => "Ναι",
'text_no' => "Όχι",
'submit_set_dealt' => "Ορισμός Προσφοράς",
'submit_delete' => "Διαγραφή"
);
?>