add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions
+20
View File
@@ -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ă)",
);
?>