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:
24
lang/pl/lang_sendmessage.php
Normal file
24
lang/pl/lang_sendmessage.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_sendmessage = array
|
||||
(
|
||||
'std_error' => "Błąd",
|
||||
'std_permission_denied' => "Odmowa dostępu",
|
||||
'head_send_message' => "Wyślij wiadomość",
|
||||
'text_mass_message' => "Masowa wiadomość do ",
|
||||
'text_users' => "użytkownicy",
|
||||
'text_subject' => "Temat:",
|
||||
'text_comment' => "Komentarz:",
|
||||
'text_from' => "Od:",
|
||||
'text_take_snapshot' => "Zrób zrzuty:",
|
||||
'submit_send_it' => "Wyślij to!",
|
||||
'submit_preview' => "Podgląd",
|
||||
'text_templates' => "Szablony:",
|
||||
'submit_use' => "Użycie",
|
||||
'std_no_user_id' => "Brak użytkownika o tym ID.",
|
||||
'text_message_to' => "Wiadomość do ",
|
||||
'checkbox_delete_message_replying_to' => "Usuń wiadomość, na którą odpowiadasz",
|
||||
'checkbox_save_message_to_sendbox' => "Zapisz wiadomość do Sentbox"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user