mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
17
lang/nl/lang_checkuser.php
Normal file
17
lang/nl/lang_checkuser.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user