mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
18 lines
467 B
PHP
18 lines
467 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_checkuser = array
|
||
|
|
(
|
||
|
|
'std_error' => "Errore",
|
||
|
|
'std_no_user_id' => "Nessun utente con questo ID!",
|
||
|
|
'std_no_permission' => "Non hai i permessi",
|
||
|
|
'head_detail_for' => "Dettagli per ",
|
||
|
|
'text_account_disabled' => "<p><b>Questo account è stato disabilitato!</b></p>",
|
||
|
|
'row_join_date' => "Unisciti data",
|
||
|
|
'row_gender' => "Sesso",
|
||
|
|
'row_email' => "E-Mail",
|
||
|
|
'row_ip' => "IP",
|
||
|
|
'submit_confirm_this_user' => "Conferma questo utente "
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|