mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: cs
This commit is contained in:
@@ -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í ",
|
||||
'row_gender' => "Pohlaví",
|
||||
'row_email' => "E-Mail",
|
||||
'row_ip' => "IP adresa",
|
||||
'submit_confirm_this_user' => "Potvrdit tohoto uživatele "
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user