mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
464 B
PHP
21 lines
464 B
PHP
<?php
|
|
|
|
$lang_users = array
|
|
(
|
|
'head_users' => "Utenti",
|
|
'text_users' => "<h1>Utenti</h1>",
|
|
'text_search' => "Cerca:",
|
|
'select_any_class' => "(qualsiasi classe)",
|
|
'submit_okay' => "Ok",
|
|
'text_prev' => "Precedente",
|
|
'text_next' => "Successivo",
|
|
'col_user_name' => "Nome utente",
|
|
'col_registered' => "Registrato",
|
|
'col_last_access' => "Ultimo accesso",
|
|
'col_class' => "Classe",
|
|
'col_country' => "Paese",
|
|
'select_any_country'=> "(qualsiasi paese)",
|
|
);
|
|
|
|
?>
|