mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
513 B
PHP
17 lines
513 B
PHP
<?php
|
|
|
|
$lang_takecontact = array
|
|
(
|
|
'std_error' => "ERRO",
|
|
'std_method' => "Método",
|
|
'std_please_enter_something' => "Por favor, digite alguma coisa!",
|
|
'std_please_define_subject' => "Você precisa definir o assunto!",
|
|
'std_message_flooding' => "Envio de mensagens não é permitido. Aguarde ",
|
|
'std_second' => " segundo",
|
|
'std_s' => "s",
|
|
'std_before_sending_pm' => " antes de enviar PM para STAFF.",
|
|
'std_succeeded' => "Sucesso",
|
|
'std_message_succesfully_sent' => "Mensagem enviada com sucesso!"
|
|
);
|
|
|
|
?>
|