mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
479 B
PHP
18 lines
479 B
PHP
<?php
|
|
|
|
$lang_checkuser = array
|
|
(
|
|
'std_error' => "Foutmelding",
|
|
'std_no_user_id' => "Geen gebruiker met deze ID!",
|
|
'std_no_permission' => "Je hebt geen toestemming",
|
|
'head_detail_for' => "Details voor ",
|
|
'text_account_disabled' => "<p><b>Dit account is uitgeschakeld!</b></p>",
|
|
'row_join_date' => "Join date",
|
|
'row_gender' => "Geslacht",
|
|
'row_email' => "E-mailadres",
|
|
'row_ip' => "IP-adres",
|
|
'submit_confirm_this_user' => "Bevestig deze gebruiker"
|
|
);
|
|
|
|
?>
|