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
lang/de/lang_users.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
$lang_users = array
(
'head_users' => "Benutzer",
'text_users' => "<h1>Benutzer</h1>",
'text_search' => "Suche:",
'select_any_class' => "(jede Klasse)",
'submit_okay' => "Okay",
'text_prev' => "Vorher",
'text_next' => "Nächste",
'col_user_name' => "Benutzername",
'col_registered' => "Registriert",
'col_last_access' => "Letzter Zugriff",
'col_class' => "Klasse",
'col_country' => "Land",
'select_any_country'=> "(jedes Land)",
);
?>