mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user