mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
466 B
PHP
21 lines
466 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_users = array
|
||
|
|
(
|
||
|
|
'head_users' => "Användare",
|
||
|
|
'text_users' => "<h1>Användare</h1>",
|
||
|
|
'text_search' => "Sök:",
|
||
|
|
'select_any_class' => "(valfri klass)",
|
||
|
|
'submit_okay' => "Okej",
|
||
|
|
'text_prev' => "Föregående",
|
||
|
|
'text_next' => "Nästa",
|
||
|
|
'col_user_name' => "Användarnamn",
|
||
|
|
'col_registered' => "Registrerad",
|
||
|
|
'col_last_access' => "Senaste åtkomst",
|
||
|
|
'col_class' => "Klass",
|
||
|
|
'col_country' => "Land",
|
||
|
|
'select_any_country'=> "(något land)",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|