mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
456 B
PHP
21 lines
456 B
PHP
<?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)",
|
|
);
|
|
|
|
?>
|