mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 06:30:53 +08:00
18 lines
490 B
PHP
18 lines
490 B
PHP
<?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 "
|
|
);
|
|
|
|
?>
|