mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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ă)",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user