Skip to main content
summaryrefslogtreecommitdiffstats
blob: 93ef233429f70316362d9aa3832279459d497b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_ALL 
DeviceManager_started=DeviceManager started
Device_service_unregistered=Device service unregistered
Device_noDriverFound_called=No matching driver found for device
Multiple_Driver_services_with_the_same_DRIVER_ID=Multiple Driver services with the same DRIVER_ID: {0}
DeviceManager_Update_Wait=DeviceManager Update Wait
Driver_service_has_no_DRIVER_ID_property=Driver service has no DRIVER_ID property. Using bundle location as DRIVER_ID.
Device_attached_by_DRIVER_ID=Device attached by DRIVER_ID={0}
Device_referred_to=Device referred to {0}
Unable_to_create_Filter_for_DeviceManager=Unable to create Filter for DeviceManager
DeviceManager_has_thrown_an_error=DeviceManager has thrown an error
Device_noDriverFound_error=Device noDriverFound error
DriverLocator_unable_to_load_driver=DriverLocator unable to load driver: {0}
DriverLocator_error_calling_findDrivers=DriverLocator error calling findDrivers
Unable_to_install_or_start_driver_bundle=Unable to install or start driver bundle: {0}
Unable_to_uninstall_driver_bundle=Unable to uninstall driver bundle
Unable_to_uninstall_driver_bundle_number=Unable to uninstall driver bundle: {0}
DriverSelector_error_during_match=DriverSelector error during match
Driver_service_has_no_DRIVER_ID=Driver service has no DRIVER_ID property. Using bundle location as DRIVER_ID.
Driver_error_during_match=Driver error during match
Driver_error_during_attach=Driver error during attach

Back to the top