mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
20
lang/de/lang_users.php
Normal file
20
lang/de/lang_users.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_users = array
|
||||
(
|
||||
'head_users' => "Benutzer",
|
||||
'text_users' => "<h1>Benutzer</h1>",
|
||||
'text_search' => "Suche:",
|
||||
'select_any_class' => "(jede Klasse)",
|
||||
'submit_okay' => "Okay",
|
||||
'text_prev' => "Vorher",
|
||||
'text_next' => "Nächste",
|
||||
'col_user_name' => "Benutzername",
|
||||
'col_registered' => "Registriert",
|
||||
'col_last_access' => "Letzter Zugriff",
|
||||
'col_class' => "Klasse",
|
||||
'col_country' => "Land",
|
||||
'select_any_country'=> "(jedes Land)",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user