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
+12
View File
@@ -0,0 +1,12 @@
<?php
$lang_takeedit = array
(
'std_edit_failed' => "Úprava selhala!",
'std_missing_form_data' => "chybějící údaje formuláře",
'std_not_owner' => "Nejste vlastník! Jak se to stalo?",
'std_nfo_too_big' => "NFO je příliš velké! Maximálně 65,535 bajtů.",
'std_cannot_move_torrent' => "Nemáš oprávnění přesunout torrenty do jiné sekce. BTW, jak se sem dostanete?"
);
?>