messagingfw/biomsgfw/group/bioerr.rls
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 1999-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 rls_string STRING_r_error_res_bio_unknown_type			 "Unknown message type cannot be read." 
       
    17 rls_string STRING_r_error_res_bio_corrupt_message		 "Corrupt message cannot be read." 
       
    18 rls_string STRING_r_error_res_bio_unknown_protocol		 "Mailbox configuration message refers to an unknown protocol." 
       
    19 rls_string STRING_r_error_res_bio_unknown_iap			 "Configuration message specifies an unknown Internet Access Point." 
       
    20 rls_string STRING_r_error_res_bio_bad_script			 "Message script error." 
       
    21 rls_string STRING_r_error_res_wapp_base					 "KWappBaseError" 
       
    22 rls_string STRING_r_error_res_wapp_xmlver				 "Wrong XML version" 
       
    23 rls_string STRING_r_error_res_wapp_outbound				 "Index in exceeds boundaries" 
       
    24 rls_string STRING_r_error_res_wapp_str_tab				 "Bad string table reference" 
       
    25 rls_string STRING_r_error_res_wapp_eos					 "Reached the end of a key descriptor" 
       
    26 rls_string STRING_r_error_res_wapp_unexp_val			 "Expected a different tag or content/attribute" 
       
    27 rls_string STRING_r_error_res_wapp_no_att				 "Expecting attributes - missing" 
       
    28 rls_string STRING_r_error_res_wapp_tag_miss				 "Search for a mandatory tag failed" 
       
    29 rls_string STRING_r_error_res_wapp_store_notf			 "No store attached to this entry" 
       
    30 rls_string STRING_r_error_res_wapp_msg_unparsed			 "Trying to process a message which is unparsed" 
       
    31 rls_string STRING_r_error_res_wapp_unrecog				 "Token or string is not a recognised value" 
       
    32 rls_string STRING_r_error_res_wapp_null_val				 "Variable is null or has not been initialised" 
       
    33 rls_string STRING_r_error_res_wapp_content				 "Empty element, particularly empty characteristic - has no Params" 
       
    34 rls_string STRING_r_error_res_wapp_no_dbr				 "Could not find the first record in the comm db" 
       
    35 rls_string STRING_r_error_res_wapp_not_sup				 "Not Supported - WAPP specific" 
       
    36 rls_string STRING_r_error_res_wapp_bad_mess				 "Data content/format of message is invalid" 
       
    37 rls_string STRING_r_error_res_wapp_no_term				 "Terminating byte missing from string or data element"