mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
21 lines
476 B
PHP
21 lines
476 B
PHP
<?php
|
|
|
|
$lang_users = array
|
|
(
|
|
'head_users' => "Utilizatori",
|
|
'text_users' => "<h1>Utilizatori</h1>",
|
|
'text_search' => "Căutare:",
|
|
'select_any_class' => "(orice clasă)",
|
|
'submit_okay' => "Bine",
|
|
'text_prev' => "Anterior",
|
|
'text_next' => "Următoarea",
|
|
'col_user_name' => "Nume utilizator",
|
|
'col_registered' => "Înregistrat",
|
|
'col_last_access' => "Ultimul acces",
|
|
'col_class' => "Clasa",
|
|
'col_country' => "Țară",
|
|
'select_any_country'=> "(orice țară)",
|
|
);
|
|
|
|
?>
|