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_deletemessage = array
(
'std_bad_message_id' => "Chybné ID zprávy",
'std_not_suggested' => "Neudělal bych to, kdybych byl...",
'std_not_in_inbox' => "Zpráva není ve vaší schránce.",
'std_not_in_sentbox' => "Zpráva není ve Vašem Sentboxu.",
'std_unknown_pm_type' => "Neznámý typ PM."
);
?>