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' => "Utilizadores",
'text_users' => "Usuários <h1></h1>",
'text_search' => "Buscar:",
'select_any_class' => "(qualquer classe)",
'submit_okay' => "OK",
'text_prev' => "Anterior",
'text_next' => "Próximo",
'col_user_name' => "Nome de usuário",
'col_registered' => "Registrado",
'col_last_access' => "Último acesso",
'col_class' => "Classe:",
'col_country' => "País/região",
'select_any_country'=> "(qualquer país)",
);
?>