Files
nexusphp/lang/en/lang_takecontact.php

17 lines
494 B
PHP
Raw Normal View History

2020-12-26 01:42:23 +08:00
<?php
$lang_takecontact = array
(
'std_error' => "Error",
'std_method' => "Method",
'std_please_enter_something' => "Please enter something!",
'std_please_define_subject' => "You need to define subject!",
'std_message_flooding' => "Message Flooding Not Allowed. Please wait ",
'std_second' => " second",
'std_s' => "s",
'std_before_sending_pm' => " before sending PM to STAFF.",
'std_succeeded' => "Succeeded",
'std_message_succesfully_sent' => "Message was succesfully sent!"
);
?>