mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
17
lang/de/lang_checkuser.php
Normal file
17
lang/de/lang_checkuser.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang_checkuser = array
|
||||
(
|
||||
'std_error' => "Fehler",
|
||||
'std_no_user_id' => "Kein Benutzer mit dieser ID!",
|
||||
'std_no_permission' => "Sie haben keine Berechtigung",
|
||||
'head_detail_for' => "Details für ",
|
||||
'text_account_disabled' => "<p><b>Dieses Konto wurde deaktiviert!</b></p>",
|
||||
'row_join_date' => "Beitrittsdatum ",
|
||||
'row_gender' => "Geschlecht",
|
||||
'row_email' => "E-Mail",
|
||||
'row_ip' => "IP",
|
||||
'submit_confirm_this_user' => "Bestätige diesen Benutzer"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user