os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/data/emailerr.ra
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 
    18 RESOURCE ARRAY r_error_res_email_pop3_errors
    19 	{
    20 	items=
    21 		{
    22 		SINGLE_ERROR
    23 			{
    24 			text=r_error_res_pop3_cannot_connect;			// -170
    25 			},
    26 		SINGLE_ERROR
    27 			{
    28 			text=r_error_res_pop3_invalid_user;				// -171
    29 			},
    30 		SINGLE_ERROR
    31 			{
    32 			text=r_error_res_pop3_invalid_login;			// -172
    33 			},
    34 		SINGLE_ERROR
    35 			{
    36 			text=r_error_res_pop3_apop_login_string;			// -173
    37 			},
    38 		SINGLE_ERROR
    39 			{
    40 			text=r_error_res_pop3_problem_remote;			// -174
    41 			},
    42 		SINGLE_ERROR
    43 			{
    44 			text=r_error_res_general;
    45             flags=ETextResolverUnknownErrorFlag;	
    46 			},
    47 		SINGLE_ERROR
    48 			{
    49 			text=r_error_res_general;
    50 			flags=ETextResolverUnknownErrorFlag;	
    51 			},
    52 		SINGLE_ERROR
    53 			{
    54 			text=r_error_res_general;
    55 			flags=ETextResolverUnknownErrorFlag;	
    56 			},
    57 		SINGLE_ERROR
    58 			{
    59 			text=r_error_res_general;
    60 			flags=ETextResolverUnknownErrorFlag;	
    61 			},
    62 		SINGLE_ERROR
    63 			{
    64 			text=r_error_res_general;
    65 			flags=ETextResolverUnknownErrorFlag;	
    66 			}
    67 		};
    68 	}
    69 
    70 RESOURCE TBUF r_error_res_pop3_cannot_connect       { buf=qtn_err_mail_connect_fail; }
    71 RESOURCE TBUF r_error_res_pop3_invalid_user         { buf=qtn_err_mail_bad_logon; }
    72 RESOURCE TBUF r_error_res_pop3_invalid_login        { buf=qtn_err_mail_bad_logon; }
    73 RESOURCE TBUF r_error_res_pop3_apop_login_string    { buf=qtn_err_pop3_apop_login_string; }
    74 RESOURCE TBUF r_error_res_pop3_problem_remote       { buf=qtn_err_pop3_problem_remote; }
    75 
    76 RESOURCE ARRAY r_error_res_email_imsk_errors
    77     {
    78     items=
    79         {
    80         SINGLE_ERROR
    81             {
    82             text=r_error_res_imsk_dns_not_found;                // -180
    83             },
    84         SINGLE_ERROR
    85             {
    86             text=r_error_res_imsk_control_panel_locked;         // -181
    87             },      
    88         SINGLE_ERROR
    89             {
    90             text=r_error_res_general;
    91             },
    92         SINGLE_ERROR
    93             {
    94             text=r_qtn_ics_note_close_conn_try_again;            // -183
    95             },
    96         SINGLE_ERROR
    97             {
    98             text=r_error_res_general;         // -184
    99             flags=ETextResolverUnknownErrorFlag;	
   100             }
   101         };
   102     }
   103 
   104 RESOURCE TBUF r_error_res_imsk_dns_not_found                { buf=qtn_err_imsk_dns_not_found; }
   105 RESOURCE TBUF r_error_res_imsk_control_panel_locked         { buf=qtn_err_imsk_control_panel_lock; }
   106 
   107 RESOURCE ARRAY r_error_res_email_imap_errors
   108     {
   109     items=
   110         {
   111         SINGLE_ERROR
   112             {
   113             text=r_error_res_imap_connect_fail;             // -200
   114             },
   115         SINGLE_ERROR
   116             {
   117             text=r_error_res_imap_server_fail;          // -201
   118             },
   119         SINGLE_ERROR
   120             {
   121             text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;	
   122             },
   123         SINGLE_ERROR
   124             {
   125             text=r_error_res_imap_server_busy;          // -203
   126             },
   127         SINGLE_ERROR
   128             {
   129             text=r_error_res_imap_server_version;           // -204
   130             },
   131         SINGLE_ERROR
   132             {
   133             text=r_error_res_imap_send_fail;            // -205
   134             },
   135         SINGLE_ERROR
   136             {
   137             text=r_error_res_imap_bad_logon;            // -206
   138             },
   139         SINGLE_ERROR
   140             {
   141             text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;	
   142             },
   143         SINGLE_ERROR
   144             {
   145             text=r_error_res_imap_wrong_folder;         // -208
   146             },
   147         SINGLE_ERROR
   148             {
   149             text=r_error_res_server_no_security;                // -209
   150             },
   151         SINGLE_ERROR
   152             {
   153             text=r_error_res_imap_login_disab;          // -210
   154             },
   155         SINGLE_ERROR
   156             {
   157             text=r_error_res_imap_negot_failed;         // -211
   158             },
   159         SINGLE_ERROR
   160             {
   161             text=r_error_res_imap_cant_del_folder;          // -212
   162             }
   163         };
   164     }
   165 
   166 RESOURCE TBUF r_error_res_imap_connect_fail         { buf=qtn_err_mail_connect_fail; }
   167 RESOURCE TBUF r_error_res_imap_server_fail          { buf=qtn_err_imap_server_fail; }
   168 RESOURCE TBUF r_error_res_imap_server_busy          { buf=qtn_err_imap_server_busy; }
   169 RESOURCE TBUF r_error_res_imap_server_version       { buf=qtn_err_imap_server_version; }
   170 RESOURCE TBUF r_error_res_imap_send_fail            { buf=qtn_err_imap_send_fail; }
   171 RESOURCE TBUF r_error_res_imap_bad_logon            { buf=qtn_err_mail_bad_logon; }
   172 RESOURCE TBUF r_error_res_server_no_security        { buf=qtn_err_imap_serv_no_sec; }
   173 RESOURCE TBUF r_error_res_imap_wrong_folder         { buf=qtn_err_imap_wrong_folder; }
   174 RESOURCE TBUF r_error_res_imap_login_disab          { buf=qtn_err_imap_login_disab; }
   175 RESOURCE TBUF r_error_res_imap_negot_failed         { buf=qtn_err_imap_negot_failed; }
   176 RESOURCE TBUF r_error_res_imap_cant_del_folder      { buf=qtn_err_imap_cant_del_folder; }
   177 RESOURCE TBUF r_qtn_ics_note_close_conn_try_again   { buf=qtn_ics_note_close_conn_try_again; }	
   178 
   179 RESOURCE ARRAY r_error_res_email_smtp_errors
   180     {
   181     items=
   182         {
   183         SINGLE_ERROR
   184             {
   185             text=r_error_res_smtp_gen;             // -240
   186             },
   187         SINGLE_ERROR
   188             {
   189             text=r_error_res_smtp_gen;         // -241
   190             },
   191         SINGLE_ERROR
   192             {
   193             text=r_error_res_smtp_gen;         // -242
   194             },
   195         SINGLE_ERROR
   196             {
   197             text=r_error_res_smtp_gen;         // -243
   198             },
   199         SINGLE_ERROR
   200             {
   201             text=r_error_res_smtp_gen;         // -244
   202             },
   203         SINGLE_ERROR
   204             {
   205             text=r_error_res_imap_negot_failed;            // -245
   206             },
   207         SINGLE_ERROR
   208             {
   209             text=r_error_res_smtp_gen;         // -246
   210             },
   211         SINGLE_ERROR
   212             {
   213             flags=EErrorResBlankErrorFlag;          // -247
   214             },
   215         SINGLE_ERROR
   216             {
   217             flags=EErrorResBlankErrorFlag;          // -248
   218             },
   219         SINGLE_ERROR
   220             {
   221             text=r_error_res_smtp_gen;         // -249
   222             }
   223         };
   224     }
   225 
   226 RESOURCE TBUF r_error_res_smtp_gen  { buf=qtn_err_mail_send_fail; }
   227 
   228 
   229 RESOURCE ARRAY r_error_res_email_pops_errors
   230     {
   231     items=
   232     	{
   233       	SINGLE_ERROR
   234       	    {
   235             text=r_error_res_imap_negot_failed;             // -260
   236 	    }
   237 	};
   238     }
   239 
   240 
   241 RESOURCE ARRAY r_error_res_email_ssl_errors
   242     {
   243     items=
   244     	{
   245         SINGLE_ERROR
   246             {
   247             text=r_error_res_imap_negot_failed;         // -7540
   248             }
   249 	};
   250     }
   251 
   252 // End of File