mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
519 B
PHP
17 lines
519 B
PHP
<?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!"
|
|
);
|
|
|
|
?>
|