Files
nexusphp/lang/es/lang_takecontact.php

17 lines
522 B
PHP
Raw Permalink Normal View History

2025-04-22 19:35:05 +07:00
<?php
$lang_takecontact = array
(
'std_error' => "Error",
'std_method' => "Método",
'std_please_enter_something' => "¡Por favor, introduzca algo!",
'std_please_define_subject' => "¡Necesitas definir el tema!",
'std_message_flooding' => "No se permite la afluencia de mensajes. Por favor espere ",
'std_second' => " segundo",
'std_s' => "s",
'std_before_sending_pm' => " antes de enviar PM a STAFF.",
'std_succeeded' => "Éxito",
'std_message_succesfully_sent' => "¡El mensaje fue enviado con éxito!"
);
?>