Files
nexusphp/lang/ro/lang_takecontact.php
2025-04-22 19:35:05 +07:00

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!"
);
?>