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_checkuser = array
(
'std_error' => "Chyba",
'std_no_user_id' => "Žádný uživatel s tímto ID!",
'std_no_permission' => "Nemáte žádná oprávnění",
'head_detail_for' => "Podrobnosti o ",
'text_account_disabled' => "<p><b>Tento účet byl zakázán!</b></p>",
'row_join_date' => "Datum připojení&nbsp;",
'row_gender' => "Pohlaví",
'row_email' => "E-Mail",
'row_ip' => "IP adresa",
'submit_confirm_this_user' => "Potvrdit&nbsp;tohoto uživatele&nbsp;"
);
?>