mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
$lang_cheaterbox = array
|
||||
(
|
||||
'std_oho' => "Oho!",
|
||||
'std_no_suspect_detected' => "Încă nu s-a detectat niciun suspect.",
|
||||
'head_cheaterbox' => "Cheaterbox",
|
||||
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
||||
'col_added' => "Adăugat",
|
||||
'col_suspect' => "Suspectare",
|
||||
'col_hit' => "Lovitură",
|
||||
'col_torrent' => "Torent",
|
||||
'col_ul' => "UL",
|
||||
'col_dl' => "DL",
|
||||
'col_ann_time' => "Ann. Timp",
|
||||
'col_seeders' => "Seederi",
|
||||
'col_leechers' => "Leechers",
|
||||
'col_comment' => "Comentariu",
|
||||
'col_dealt_with' => "Depășit cu",
|
||||
'col_action' => "Act.",
|
||||
'text_torrent_does_not_exist' => "Torentul nu există sau este șters",
|
||||
'text_yes' => "Da",
|
||||
'text_no' => "Nr",
|
||||
'submit_set_dealt' => "Setează Dealt",
|
||||
'submit_delete' => "Ștergere"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user