mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-09 01:30:52 +08:00
21 lines
461 B
PHP
21 lines
461 B
PHP
<?php
|
|
|
|
$lang_users = array
|
|
(
|
|
'head_users' => "Gebruikers",
|
|
'text_users' => "<h1>Gebruikers</h1>",
|
|
'text_search' => "Zoek:",
|
|
'select_any_class' => "(elke klasse)",
|
|
'submit_okay' => "OK",
|
|
'text_prev' => "Vorige",
|
|
'text_next' => "Volgende",
|
|
'col_user_name' => "Gebruikers naam",
|
|
'col_registered' => "Geregistreerd",
|
|
'col_last_access' => "Laatste aanmelding",
|
|
'col_class' => "Les",
|
|
'col_country' => "Land:",
|
|
'select_any_country'=> "(elk land)",
|
|
);
|
|
|
|
?>
|