Ignore:
Timestamp:
Jul 6, 2009 5:13:10 AM (4 years ago)
Author:
alec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/localization/en_GB/messages.inc

    r2616 r2713  
    9898$messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?'; 
    9999$messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>'; 
     100$messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed'; 
     101$messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed'; 
     102$messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from"'; 
     103$messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to"'; 
     104$messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list'; 
     105$messages['smtperror'] = 'SMTP Error: $msg'; 
    100106 
    101107?> 
Note: See TracChangeset for help on using the changeset viewer.