add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
<?php
$lang_cheaterbox = array
(
'std_oho' => "Oho!",
'std_no_suspect_detected' => "Подозреваемый еще не обнаружен.",
'head_cheaterbox' => "Читерящик",
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
'col_added' => "Добавлено",
'col_suspect' => "Подозреваемый",
'col_hit' => "Попадание",
'col_torrent' => "Торрент",
'col_ul' => "UL",
'col_dl' => "DL",
'col_ann_time' => "Анн. Время",
'col_seeders' => "Сидры",
'col_leechers' => "Leechers",
'col_comment' => "Комментарий",
'col_dealt_with' => "Сделка с",
'col_action' => "Акт.",
'text_torrent_does_not_exist' => "Торрент не существует или удаляется",
'text_yes' => "Да",
'text_no' => "Нет",
'submit_set_dealt' => "Установить сделку",
'submit_delete' => "Удалить"
);
?>