mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
17
lang/pl/lang_checkuser.php
Normal file
17
lang/pl/lang_checkuser.php
Normal 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 ",
|
||||
'row_gender' => "Płeć",
|
||||
'row_email' => "E-mail",
|
||||
'row_ip' => "IP",
|
||||
'submit_confirm_this_user' => "Potwierdź ten użytkownik "
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user