mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
21 lines
453 B
PHP
21 lines
453 B
PHP
<?php
|
|
|
|
$lang_users = array
|
|
(
|
|
'head_users' => "Brugere",
|
|
'text_users' => "<h1>Brugere</h1>",
|
|
'text_search' => "Søg:",
|
|
'select_any_class' => "(alle klasser)",
|
|
'submit_okay' => "Okay",
|
|
'text_prev' => "Forrige",
|
|
'text_next' => "Næste",
|
|
'col_user_name' => "Bruger navn",
|
|
'col_registered' => "Registreret",
|
|
'col_last_access' => "Seneste adgang",
|
|
'col_class' => "Klasse",
|
|
'col_country' => "Land",
|
|
'select_any_country'=> "(ethvert land)",
|
|
);
|
|
|
|
?>
|