mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
24
lang/es/lang_sendmessage.php
Normal file
24
lang/es/lang_sendmessage.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_sendmessage = array
|
||||
(
|
||||
'std_error' => "Error",
|
||||
'std_permission_denied' => "Permiso denegado",
|
||||
'head_send_message' => "Enviar mensaje",
|
||||
'text_mass_message' => "Masión del mensaje a ",
|
||||
'text_users' => "usuarios",
|
||||
'text_subject' => "Asunto:",
|
||||
'text_comment' => "Comentario:",
|
||||
'text_from' => "De:",
|
||||
'text_take_snapshot' => "Tomar instantánea:",
|
||||
'submit_send_it' => "¡Envíalo!",
|
||||
'submit_preview' => "Vista previa",
|
||||
'text_templates' => "Plantillas:",
|
||||
'submit_use' => "Usar",
|
||||
'std_no_user_id' => "Ningún usuario con ese ID.",
|
||||
'text_message_to' => "Mensaje para ",
|
||||
'checkbox_delete_message_replying_to' => "Eliminar mensaje al que está respondiendo",
|
||||
'checkbox_save_message_to_sendbox' => "Guardar mensaje en Sentbox"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user