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' => "Usuarios",
'text_users' => "<h1>Usuarios</h1>",
'text_search' => "Buscar:",
'select_any_class' => "(cualquier clase)",
'submit_okay' => "Vale",
'text_prev' => "Anterior",
'text_next' => "Siguiente",
'col_user_name' => "Nombre de usuario",
'col_registered' => "Registrado",
'col_last_access' => "Último acceso",
'col_class' => "Clase",
'col_country' => "País",
'select_any_country'=> "(cualquier país)",
);
?>