add lang: cs

This commit is contained in:
xiaomlove
2025-04-20 18:13:46 +07:00
parent ff11c10eab
commit 4166a933e1
150 changed files with 7578 additions and 16 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
$lang_fastdelete = array
(
'std_delete_failed' => "Odstranění selhalo!",
'std_missing_form_data' => "chybějící údaje formuláře",
'text_no_permission' => "Nemáte oprávnění k odstranění tohoto torrentu, to mohou udělat pouze moderátoři nebo výše. Pokud se jedná o váš torrent a chcete jej smazat.\n",
'std_delete_torrent' => "Odstranit torrent",
'std_delete_torrent_note' => "Kontrola čistoty: Chystáte se odstranit torrent. Klikněte",
'std_here_if_sure' => " zde</a> , pokud jste si jisti."
);
?>