mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
473 B
PHP
18 lines
473 B
PHP
<?php
|
|
|
|
$lang_checkuser = array
|
|
(
|
|
'std_error' => "Eroare",
|
|
'std_no_user_id' => "Niciun utilizator cu acest ID!",
|
|
'std_no_permission' => "Nu ai permisiuni",
|
|
'head_detail_for' => "Detalii pentru ",
|
|
'text_account_disabled' => "<p><b>Acest cont a fost dezactivat!</b></p>",
|
|
'row_join_date' => "Alătură-te la dată",
|
|
'row_gender' => "Sex",
|
|
'row_email' => "E-mail",
|
|
'row_ip' => "IP",
|
|
'submit_confirm_this_user' => "Confirmați acest utilizator "
|
|
);
|
|
|
|
?>
|