You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
852 B
24 lines
852 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$Inbox = "Bandeja de entrada";
|
|
$Messages = "Mensajes";
|
|
$SendMessage = "Enviar mensaje";
|
|
$NewMessage = "Nuevo mensaje";
|
|
$ComposeMessage = "Redactar mensaje";
|
|
$DeleteSelectedMessages = "Borrar los mensajes seleccionados";
|
|
$SelectAll = "Seleccionar todo";
|
|
$DeselectAll = "Anular selección";
|
|
$ReplyToMessage = "Responder";
|
|
$BackToInbox = "Volver a la Bandeja de entrada";
|
|
$MessageSentTo = "El mensaje ha sido enviado a";
|
|
$SendMessageTo = "Enviar a";
|
|
$Myself = "Yo mismo";
|
|
$From = "De";
|
|
$To = "Para";
|
|
$Date = "Fecha";
|
|
$InvalidMessageId = "El id del mensaje a contestar no es válido.";
|
|
$ErrorSendingMessage = "Se ha producido un error mientras se intentaba enviar el mensaje.";
|
|
$SureYouWantToDeleteSelectedMessages = "¿ Está seguro de querer borrar los mensajes seleccionados ?";
|
|
?>
|