| | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/es_ES/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2008, Roundcube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | $messages['httpreceivedencrypterror'] = 'Ha ocurrido un error fatal de configuración. Contacte inmediatamente a su administrador. <b>Su mensaje no ha sido enviado.</b>'; |
| | | $messages['smtpconnerror'] = 'Error SMTP ($code): Ha fallado la conexión al servidor'; |
| | | $messages['smtpautherror'] = 'Error SMTP ($code): Error de autenticación'; |
| | | $messages['smtpfromerror'] = 'Error SMTP ($code): No se ha podido asignar el emisor "$from"'; |
| | | $messages['smtptoerror'] = 'Error SMTP ($code): No se ha podido establecer remitente "$to"'; |
| | | $messages['smtpfromerror'] = 'Error SMTP ($code): No se ha podido asignar el emisor "$from" ($msg)'; |
| | | $messages['smtptoerror'] = 'Error SMTP ($code): No se ha podido establecer remitente "$to" ($msg)'; |
| | | $messages['smtprecipientserror'] = 'Error SMTP: No es posible analizar la lista de destinatarios'; |
| | | $messages['smtperror'] = 'Error SMTP: $msg'; |
| | | $messages['emailformaterror'] = 'Dirección e-mail incorrecta: $email'; |
| | | $messages['toomanyrecipients'] = 'Hay demasiados destinatarios. Reduzca el número de destinatarios a $max.'; |
| | | $messages['maxgroupmembersreached'] = 'El número de miembros del grupo excede el máximo de $max.'; |
| | | $messages['internalerror'] = 'Ocurrió un error interno. Por favor intentalo de nuevo'; |
| | | |
| | | ?> |