mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
521 B
PHP
17 lines
521 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_takecontact = array
|
||
|
|
(
|
||
|
|
'std_error' => "Błąd",
|
||
|
|
'std_method' => "Metoda",
|
||
|
|
'std_please_enter_something' => "Wprowadź coś!",
|
||
|
|
'std_please_define_subject' => "Musisz zdefiniować temat!",
|
||
|
|
'std_message_flooding' => "Powódź wiadomości jest niedozwolona. Proszę czekać ",
|
||
|
|
'std_second' => " sekunda",
|
||
|
|
'std_s' => "u rot ob",
|
||
|
|
'std_before_sending_pm' => " przed wysłaniem PM do programu STAFF.",
|
||
|
|
'std_succeeded' => "Pomyślnie",
|
||
|
|
'std_message_succesfully_sent' => "Wiadomość została wysłana!"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|