mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
778 B
PHP
29 lines
778 B
PHP
<?php
|
|
|
|
$lang_cheaterbox = array
|
|
(
|
|
'std_oho' => "Oho!",
|
|
'std_no_suspect_detected' => "Aucun suspect détecté pour l'instant.",
|
|
'head_cheaterbox' => "Cheaterbox",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Ajouté",
|
|
'col_suspect' => "Suspect",
|
|
'col_hit' => "Frappe",
|
|
'col_torrent' => "Torrent",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "DL",
|
|
'col_ann_time' => "Ann. Heure",
|
|
'col_seeders' => "Seeders",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Commenter",
|
|
'col_dealt_with' => "Traiter avec",
|
|
'col_action' => "Acte.",
|
|
'text_torrent_does_not_exist' => "Le torrent n'existe pas ou est supprimé",
|
|
'text_yes' => "Oui",
|
|
'text_no' => "Non",
|
|
'submit_set_dealt' => "Définir la transaction",
|
|
'submit_delete' => "Supprimez"
|
|
);
|
|
|
|
?>
|