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
+17
View File
@@ -0,0 +1,17 @@
<?php
$lang_delete = array
(
'std_delete_failed' => "Odstranění selhalo!",
'std_missing_form_date' => "chybějící údaje formuláře",
'std_not_owner' => "Nejste vlastník! Jak se to stalo?",
'std_invalid_reason' => "Neplatný důvod ",
'std_describe_violated_rule' => "Popište prosím porušené pravidlo.",
'std_enter_reason' => "Zadejte důvod pro odstranění tohoto torrentu.",
'head_torrent_deleted' => "Torrent smazán!",
'text_go_back' => "Vrať se na to, co jsi přišel",
'text_back_to_index' => "Zpět na index",
'text_torrent_deleted' => "Torrent smazán!"
);
?>