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

View File

@@ -0,0 +1,17 @@
<?php
$lang_checkuser = array
(
'std_error' => "Błąd",
'std_no_user_id' => "Brak użytkownika o tym ID!",
'std_no_permission' => "Nie masz uprawnień",
'head_detail_for' => "Szczegóły dla ",
'text_account_disabled' => "<p><b>To konto zostało wyłączone!</b></p>",
'row_join_date' => "Dołącz do daty&nbsp;",
'row_gender' => "Płeć",
'row_email' => "E-mail",
'row_ip' => "IP",
'submit_confirm_this_user' => "Potwierdź&nbsp;ten użytkownik&nbsp;"
);
?>