mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
451 B
PHP
18 lines
451 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_checkuser = array
|
||
|
|
(
|
||
|
|
'std_error' => "Error",
|
||
|
|
'std_no_user_id' => "Ningún usuario con este ID!",
|
||
|
|
'std_no_permission' => "No tiene permiso",
|
||
|
|
'head_detail_for' => "Detalles para ",
|
||
|
|
'text_account_disabled' => "<p><b>¡Esta cuenta ha sido desactivada!</b></p>",
|
||
|
|
'row_join_date' => "Join date",
|
||
|
|
'row_gender' => "Sexo",
|
||
|
|
'row_email' => "Correo",
|
||
|
|
'row_ip' => "IP",
|
||
|
|
'submit_confirm_this_user' => "Confirm this user"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|