os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/data/emailerr.ra
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/data/emailerr.ra	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,252 @@
     1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +
    1.20 +
    1.21 +RESOURCE ARRAY r_error_res_email_pop3_errors
    1.22 +	{
    1.23 +	items=
    1.24 +		{
    1.25 +		SINGLE_ERROR
    1.26 +			{
    1.27 +			text=r_error_res_pop3_cannot_connect;			// -170
    1.28 +			},
    1.29 +		SINGLE_ERROR
    1.30 +			{
    1.31 +			text=r_error_res_pop3_invalid_user;				// -171
    1.32 +			},
    1.33 +		SINGLE_ERROR
    1.34 +			{
    1.35 +			text=r_error_res_pop3_invalid_login;			// -172
    1.36 +			},
    1.37 +		SINGLE_ERROR
    1.38 +			{
    1.39 +			text=r_error_res_pop3_apop_login_string;			// -173
    1.40 +			},
    1.41 +		SINGLE_ERROR
    1.42 +			{
    1.43 +			text=r_error_res_pop3_problem_remote;			// -174
    1.44 +			},
    1.45 +		SINGLE_ERROR
    1.46 +			{
    1.47 +			text=r_error_res_general;
    1.48 +            flags=ETextResolverUnknownErrorFlag;	
    1.49 +			},
    1.50 +		SINGLE_ERROR
    1.51 +			{
    1.52 +			text=r_error_res_general;
    1.53 +			flags=ETextResolverUnknownErrorFlag;	
    1.54 +			},
    1.55 +		SINGLE_ERROR
    1.56 +			{
    1.57 +			text=r_error_res_general;
    1.58 +			flags=ETextResolverUnknownErrorFlag;	
    1.59 +			},
    1.60 +		SINGLE_ERROR
    1.61 +			{
    1.62 +			text=r_error_res_general;
    1.63 +			flags=ETextResolverUnknownErrorFlag;	
    1.64 +			},
    1.65 +		SINGLE_ERROR
    1.66 +			{
    1.67 +			text=r_error_res_general;
    1.68 +			flags=ETextResolverUnknownErrorFlag;	
    1.69 +			}
    1.70 +		};
    1.71 +	}
    1.72 +
    1.73 +RESOURCE TBUF r_error_res_pop3_cannot_connect       { buf=qtn_err_mail_connect_fail; }
    1.74 +RESOURCE TBUF r_error_res_pop3_invalid_user         { buf=qtn_err_mail_bad_logon; }
    1.75 +RESOURCE TBUF r_error_res_pop3_invalid_login        { buf=qtn_err_mail_bad_logon; }
    1.76 +RESOURCE TBUF r_error_res_pop3_apop_login_string    { buf=qtn_err_pop3_apop_login_string; }
    1.77 +RESOURCE TBUF r_error_res_pop3_problem_remote       { buf=qtn_err_pop3_problem_remote; }
    1.78 +
    1.79 +RESOURCE ARRAY r_error_res_email_imsk_errors
    1.80 +    {
    1.81 +    items=
    1.82 +        {
    1.83 +        SINGLE_ERROR
    1.84 +            {
    1.85 +            text=r_error_res_imsk_dns_not_found;                // -180
    1.86 +            },
    1.87 +        SINGLE_ERROR
    1.88 +            {
    1.89 +            text=r_error_res_imsk_control_panel_locked;         // -181
    1.90 +            },      
    1.91 +        SINGLE_ERROR
    1.92 +            {
    1.93 +            text=r_error_res_general;
    1.94 +            },
    1.95 +        SINGLE_ERROR
    1.96 +            {
    1.97 +            text=r_qtn_ics_note_close_conn_try_again;            // -183
    1.98 +            },
    1.99 +        SINGLE_ERROR
   1.100 +            {
   1.101 +            text=r_error_res_general;         // -184
   1.102 +            flags=ETextResolverUnknownErrorFlag;	
   1.103 +            }
   1.104 +        };
   1.105 +    }
   1.106 +
   1.107 +RESOURCE TBUF r_error_res_imsk_dns_not_found                { buf=qtn_err_imsk_dns_not_found; }
   1.108 +RESOURCE TBUF r_error_res_imsk_control_panel_locked         { buf=qtn_err_imsk_control_panel_lock; }
   1.109 +
   1.110 +RESOURCE ARRAY r_error_res_email_imap_errors
   1.111 +    {
   1.112 +    items=
   1.113 +        {
   1.114 +        SINGLE_ERROR
   1.115 +            {
   1.116 +            text=r_error_res_imap_connect_fail;             // -200
   1.117 +            },
   1.118 +        SINGLE_ERROR
   1.119 +            {
   1.120 +            text=r_error_res_imap_server_fail;          // -201
   1.121 +            },
   1.122 +        SINGLE_ERROR
   1.123 +            {
   1.124 +            text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;	
   1.125 +            },
   1.126 +        SINGLE_ERROR
   1.127 +            {
   1.128 +            text=r_error_res_imap_server_busy;          // -203
   1.129 +            },
   1.130 +        SINGLE_ERROR
   1.131 +            {
   1.132 +            text=r_error_res_imap_server_version;           // -204
   1.133 +            },
   1.134 +        SINGLE_ERROR
   1.135 +            {
   1.136 +            text=r_error_res_imap_send_fail;            // -205
   1.137 +            },
   1.138 +        SINGLE_ERROR
   1.139 +            {
   1.140 +            text=r_error_res_imap_bad_logon;            // -206
   1.141 +            },
   1.142 +        SINGLE_ERROR
   1.143 +            {
   1.144 +            text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;	
   1.145 +            },
   1.146 +        SINGLE_ERROR
   1.147 +            {
   1.148 +            text=r_error_res_imap_wrong_folder;         // -208
   1.149 +            },
   1.150 +        SINGLE_ERROR
   1.151 +            {
   1.152 +            text=r_error_res_server_no_security;                // -209
   1.153 +            },
   1.154 +        SINGLE_ERROR
   1.155 +            {
   1.156 +            text=r_error_res_imap_login_disab;          // -210
   1.157 +            },
   1.158 +        SINGLE_ERROR
   1.159 +            {
   1.160 +            text=r_error_res_imap_negot_failed;         // -211
   1.161 +            },
   1.162 +        SINGLE_ERROR
   1.163 +            {
   1.164 +            text=r_error_res_imap_cant_del_folder;          // -212
   1.165 +            }
   1.166 +        };
   1.167 +    }
   1.168 +
   1.169 +RESOURCE TBUF r_error_res_imap_connect_fail         { buf=qtn_err_mail_connect_fail; }
   1.170 +RESOURCE TBUF r_error_res_imap_server_fail          { buf=qtn_err_imap_server_fail; }
   1.171 +RESOURCE TBUF r_error_res_imap_server_busy          { buf=qtn_err_imap_server_busy; }
   1.172 +RESOURCE TBUF r_error_res_imap_server_version       { buf=qtn_err_imap_server_version; }
   1.173 +RESOURCE TBUF r_error_res_imap_send_fail            { buf=qtn_err_imap_send_fail; }
   1.174 +RESOURCE TBUF r_error_res_imap_bad_logon            { buf=qtn_err_mail_bad_logon; }
   1.175 +RESOURCE TBUF r_error_res_server_no_security        { buf=qtn_err_imap_serv_no_sec; }
   1.176 +RESOURCE TBUF r_error_res_imap_wrong_folder         { buf=qtn_err_imap_wrong_folder; }
   1.177 +RESOURCE TBUF r_error_res_imap_login_disab          { buf=qtn_err_imap_login_disab; }
   1.178 +RESOURCE TBUF r_error_res_imap_negot_failed         { buf=qtn_err_imap_negot_failed; }
   1.179 +RESOURCE TBUF r_error_res_imap_cant_del_folder      { buf=qtn_err_imap_cant_del_folder; }
   1.180 +RESOURCE TBUF r_qtn_ics_note_close_conn_try_again   { buf=qtn_ics_note_close_conn_try_again; }	
   1.181 +
   1.182 +RESOURCE ARRAY r_error_res_email_smtp_errors
   1.183 +    {
   1.184 +    items=
   1.185 +        {
   1.186 +        SINGLE_ERROR
   1.187 +            {
   1.188 +            text=r_error_res_smtp_gen;             // -240
   1.189 +            },
   1.190 +        SINGLE_ERROR
   1.191 +            {
   1.192 +            text=r_error_res_smtp_gen;         // -241
   1.193 +            },
   1.194 +        SINGLE_ERROR
   1.195 +            {
   1.196 +            text=r_error_res_smtp_gen;         // -242
   1.197 +            },
   1.198 +        SINGLE_ERROR
   1.199 +            {
   1.200 +            text=r_error_res_smtp_gen;         // -243
   1.201 +            },
   1.202 +        SINGLE_ERROR
   1.203 +            {
   1.204 +            text=r_error_res_smtp_gen;         // -244
   1.205 +            },
   1.206 +        SINGLE_ERROR
   1.207 +            {
   1.208 +            text=r_error_res_imap_negot_failed;            // -245
   1.209 +            },
   1.210 +        SINGLE_ERROR
   1.211 +            {
   1.212 +            text=r_error_res_smtp_gen;         // -246
   1.213 +            },
   1.214 +        SINGLE_ERROR
   1.215 +            {
   1.216 +            flags=EErrorResBlankErrorFlag;          // -247
   1.217 +            },
   1.218 +        SINGLE_ERROR
   1.219 +            {
   1.220 +            flags=EErrorResBlankErrorFlag;          // -248
   1.221 +            },
   1.222 +        SINGLE_ERROR
   1.223 +            {
   1.224 +            text=r_error_res_smtp_gen;         // -249
   1.225 +            }
   1.226 +        };
   1.227 +    }
   1.228 +
   1.229 +RESOURCE TBUF r_error_res_smtp_gen  { buf=qtn_err_mail_send_fail; }
   1.230 +
   1.231 +
   1.232 +RESOURCE ARRAY r_error_res_email_pops_errors
   1.233 +    {
   1.234 +    items=
   1.235 +    	{
   1.236 +      	SINGLE_ERROR
   1.237 +      	    {
   1.238 +            text=r_error_res_imap_negot_failed;             // -260
   1.239 +	    }
   1.240 +	};
   1.241 +    }
   1.242 +
   1.243 +
   1.244 +RESOURCE ARRAY r_error_res_email_ssl_errors
   1.245 +    {
   1.246 +    items=
   1.247 +    	{
   1.248 +        SINGLE_ERROR
   1.249 +            {
   1.250 +            text=r_error_res_imap_negot_failed;         // -7540
   1.251 +            }
   1.252 +	};
   1.253 +    }
   1.254 +
   1.255 +// End of File