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
+11
View File
@@ -0,0 +1,11 @@
<?php
$lang_takeflush = array
(
'std_failed' => "Selhalo",
'std_success' => "Úspěšně",
'std_ghost_torrents_cleaned' => "duch torrentů byl úspěšně vyčištěn.",
'std_cannot_flush_others' => "Můžete vyčistit pouze vlastní ducha torrenty"
);
?>