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' => "Eroare",
|
||||
'std_method' => "Metodă",
|
||||
'std_please_enter_something' => "Te rog introdu ceva!",
|
||||
'std_please_define_subject' => "Trebuie să definiți subiectul!",
|
||||
'std_message_flooding' => "Inundațiile de mesaje nu sunt permise. Vă rugăm așteptați ",
|
||||
'std_second' => " secundă",
|
||||
'std_s' => "S",
|
||||
'std_before_sending_pm' => " înainte de a trimite PM la STAFF.",
|
||||
'std_succeeded' => "Succes",
|
||||
'std_message_succesfully_sent' => "Mesaj trimis cu succes!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user