mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
494 B
PHP
18 lines
494 B
PHP
<?php
|
|
|
|
$lang_checkuser = array
|
|
(
|
|
'std_error' => "Erreur",
|
|
'std_no_user_id' => "Aucun utilisateur avec cet identifiant !",
|
|
'std_no_permission' => "Vous n'avez pas la permission",
|
|
'head_detail_for' => "Détails pour ",
|
|
'text_account_disabled' => "<p><b>Ce compte a été désactivé !</b></p>",
|
|
'row_join_date' => "Rejoignez la date ",
|
|
'row_gender' => "Sexe",
|
|
'row_email' => "Courriel",
|
|
'row_ip' => "IP",
|
|
'submit_confirm_this_user' => "Confirmer cet utilisateur "
|
|
);
|
|
|
|
?>
|