mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
908 B
PHP
29 lines
908 B
PHP
<?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' => "Διαγραφή"
|
||
);
|
||
|
||
?>
|