Update contrib.
     1 // Copyright (c) 2001-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".
 
     8 // Initial Contributors:
 
     9 // Nokia Corporation - initial contribution.
 
    16 RESOURCE ARRAY  r_error_res_ecom_errors
 
    22 			text=r_ecom_error_default;	//-17000	
 
    26 			text=r_ecom_error_alreadyreceiving;	
 
    30 			text=r_ecom_error_unknownservice;			
 
    34 			text=r_ecom_error_invalidunloadpolicy;			
 
    38 			text=r_ecom_error_nointerfaceidentified;			
 
    42 			text=r_ecom_error_enablefailed;			
 
    46 			text=r_ecom_error_disablefailed;			
 
    50 			text=r_ecom_error_noregistrationsfound;			
 
    54 			text=r_ecom_error_invalidiic;			
 
    58 			text=r_ecom_error_uninstallfailed;			
 
    62 			text=r_ecom_error_reinstallfailed;			
 
    66 			text=r_ecom_error_registrationfailed;			
 
    70 			text=r_ecom_error_notconnected;			
 
    74 			text=r_ecom_error_referencecountinvalid;			
 
    78 			text=r_ecom_error_noresolver;			
 
    82 			text=r_ecom_error_suspendfailed;			
 
    86 			text=r_ecom_error_resumefailed;			
 
    90 			text=r_ecom_error_destructionfailed;			
 
    94 			text=r_ecom_error_drivealreadyinstalled;			
 
    98 			text=r_ecom_error_drivenotfound;			
 
   102 			text=r_ecom_error_indexentrynotfound;			
 
   106 			text=r_ecom_error_noregistrationdata;			
 
   110 			text=r_ecom_error_invalidregistrydata;			
 
   114 			text=r_ecom_error_mismatchedtags;			
 
   118 			text=r_ecom_error_instantiationpointernotfound;			
 
   122 			text=r_ecom_error_instantiationpointernotavailable;			
 
   126 			text=r_ecom_error_toomanynotificationsoutstanding;			
 
   130 			text=r_ecom_error_destroyingwithnulldtorkey;			
 
   134 			text=r_ecom_error_missingparameter;			
 
   138 			text=r_ecom_error_listinvalidawaitnotification;			
 
   142 			text=r_ecom_error_listcurrentlyunavailable;
 
   146 			text=r_ecom_error_noextendedinterfacereleasefunction;
 
   150 			text=r_ecom_error_noextendedinterfacereleaseobject;
 
   154 			text=r_ecom_error_notfoundscantimer;
 
   160 // Errors -17000 to -17033
 
   161 RESOURCE TBUF r_ecom_error_default{ buf="Unknown Ecom error"; }
 
   162 RESOURCE TBUF r_ecom_error_alreadyreceiving{ buf="Already recieving"; }
 
   163 RESOURCE TBUF r_ecom_error_unknownservice{ buf="The Client requested a service which is not supplied by this framework"; }
 
   164 RESOURCE TBUF r_ecom_error_invalidunloadpolicy{ buf="The Client requested a service which is not supplied by this framework"; }
 
   165 RESOURCE TBUF r_ecom_error_nointerfaceidentified{ buf="The call to instantiate an Interface Implementation failed because no registrations exist for this interface."; }
 
   166 RESOURCE TBUF r_ecom_error_enablefailed{ buf="The call to Enable the registered Interface Implementation failed."; }
 
   167 RESOURCE TBUF r_ecom_error_disablefailed{ buf="The call to Disable the registered Interface Implementation failed."; }
 
   168 RESOURCE TBUF r_ecom_error_noregistrationsfound{ buf="The call to instantiate an Interface Implementation failed because no appropriate implementation was found."; }
 
   169 RESOURCE TBUF r_ecom_error_invalidiic{ buf="The call to instantiate an Interface Implementation failed because the implementation caused an error."; }
 
   170 RESOURCE TBUF r_ecom_error_uninstallfailed{ buf="The call to Remove the registered Interface Implementation failed."; }
 
   171 RESOURCE TBUF r_ecom_error_reinstallfailed{ buf="The call to Re-register an Interface Implementation failed."; }
 
   172 RESOURCE TBUF r_ecom_error_registrationfailed{ buf="The call to Register an Interface Implementation failed."; }
 
   173 RESOURCE TBUF r_ecom_error_notconnected{ buf="The client does not have a session open with the framework."; }
 
   174 RESOURCE TBUF r_ecom_error_referencecountinvalid{ buf="The Interface Implementation reference count is invalid."; }
 
   175 RESOURCE TBUF r_ecom_error_noresolver{ buf="The Non-Default resolver could not be instantiated."; }
 
   176 RESOURCE TBUF r_ecom_error_suspendfailed{ buf="The call to Suspend registration activities failed."; }
 
   177 RESOURCE TBUF r_ecom_error_resumefailed{ buf="The call to Resume registration activities failed."; }
 
   178 RESOURCE TBUF r_ecom_error_destructionfailed{ buf="The Interface Implementations destruction could not be recorded."; }
 
   179 RESOURCE TBUF r_ecom_error_drivealreadyinstalled{ buf="The Interface Implementations drive has already been installed."; }
 
   180 RESOURCE TBUF r_ecom_error_drivenotfound{ buf="The Interface Implementations drive was not found."; }
 
   181 RESOURCE TBUF r_ecom_error_indexentrynotfound{ buf="The Interface Implementations drive was not found."; }
 
   182 RESOURCE TBUF r_ecom_error_noregistrationdata{ buf="The Interface Implementation has not been registered."; }
 
   183 RESOURCE TBUF r_ecom_error_invalidregistrydata{ buf="The Interface Implementation's registry data is corrupt."; }
 
   184 RESOURCE TBUF r_ecom_error_mismatchedtags{ buf="The Interface Implementation's registration file is invalid."; }
 
   185 RESOURCE TBUF r_ecom_error_instantiationpointernotfound{ buf="The Interface Implementation's instantiation method is missing."; }
 
   186 RESOURCE TBUF r_ecom_error_instantiationpointernotavailable{ buf="The Interface Implementation's instantiation method is missing."; }
 
   187 RESOURCE TBUF r_ecom_error_toomanynotificationsoutstanding{ buf="Too many notifications are already open on the ECom session."; }
 
   188 RESOURCE TBUF r_ecom_error_destroyingwithnulldtorkey{ buf="The Interface Implementation destruction id is invalid."; }
 
   189 RESOURCE TBUF r_ecom_error_missingparameter{ buf="The Interface Implementation construction has too few parameters."; }
 
   190 RESOURCE TBUF r_ecom_error_listinvalidawaitnotification{ buf="The registry is currently unavailable, (registration in progress), please await a notification and then try again."; }
 
   191 RESOURCE TBUF r_ecom_error_noextendedinterfacereleasefunction{ buf="The extended interface release function was not found."; }
 
   192 RESOURCE TBUF r_ecom_error_noextendedinterfacereleaseobject{ buf="The extended interface release function was not found."; }
 
   193 RESOURCE TBUF r_ecom_error_notfoundscantimer{ buf="The Interface implementation could not find a scan timer"; }
 
   194 RESOURCE TBUF r_ecom_error_listcurrentlyunavailable{ buf="The list is currently unavailable"; }