mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user