commonservices/commonengineresources/data/docerr.ra
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 RESOURCE ARRAY r_error_res_doc_handler_errors
       
    21 	{
       
    22 	items=
       
    23 		{
       
    24 		SINGLE_ERROR
       
    25 			{
       
    26 			text=r_error_res_mime_error;			// -12002
       
    27 			},
       
    28 		SINGLE_ERROR
       
    29 			{
       
    30 			text=r_error_res_mime_error;			// -12003
       
    31 			},
       
    32 		SINGLE_ERROR
       
    33 			{
       
    34 			flags=EErrorResBlankErrorFlag;		// -12004
       
    35 			},
       
    36 		SINGLE_ERROR
       
    37 			{
       
    38 			text=r_error_res_no_content;			// -12005
       
    39 			},
       
    40 		SINGLE_ERROR
       
    41 			{
       
    42 			text=r_error_res_data_dir_not_f;		// -12006
       
    43 			},
       
    44 		SINGLE_ERROR
       
    45 			{
       
    46 			text=r_error_res_exec_not_allow;		// -12007
       
    47 			},
       
    48 		SINGLE_ERROR
       
    49 			{
       
    50 			text=r_error_res_general;
       
    51             flags=ETextResolverUnknownErrorFlag;	// -12008
       
    52 			},
       
    53 		SINGLE_ERROR
       
    54 			{
       
    55 			text=r_error_res_general;			// -12009
       
    56             flags=ETextResolverUnknownErrorFlag;	
       
    57 			},
       
    58 		SINGLE_ERROR
       
    59 			{
       
    60 			flags=EErrorResBlankErrorFlag;		// -12010 i.e. KUserCancel
       
    61 			}
       
    62 		};
       
    63 	}
       
    64 
       
    65 RESOURCE TBUF r_error_res_mime_error{ buf=qtn_err_dochui_bad_mime; }
       
    66 RESOURCE TBUF r_error_res_no_content{ buf=qtn_err_dochui_null_content; }
       
    67 RESOURCE TBUF r_error_res_data_dir_not_f{ buf=qtn_err_dochui_no_datadir; }
       
    68 RESOURCE TBUF r_error_res_exec_not_allow{ buf=qtn_err_dochui_executable; }
       
    69 
       
    70 // End of File