Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5641165c3c1d6ff86dc198f5586fd7f52e5b1b20 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
################################################################################
# Copyright (c) 2008 Remy Chi Jian Suen, 2015 Composent, Inc. 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:
#    Remy Chi Jian Suen <remy.suen@gmail.com> - initial API and implementation
################################################################################
DiscoveryComponent_ERROR_MSG_CANNOT_FIND_RSA_BUNDLE=Cannot find ECF RSA bundle to start
EndpointConfigTypesNode_0=Supported Configs
EndpointConnectTargetIDNode_CONNECT_TARGET_ID_PROP_NAME=Connect Target ID
EndpointContainerIDNode_CONTAINER_ID_PROP_NAME=Container ID
EndpointDiscoveryGroupNode_DISCOVERY_LOCATION=Location
EndpointDiscoveryGroupNode_DISCOVERY_NAMESPACE=Namespace
EndpointDiscoveryGroupNode_DISCOVERY_SERVICE_TYPE_ID=Service Type
EndpointDiscoveryView_CLOSE_IMPORTED_REMOTE_SERVICE_TT=Unimport the Previously-Imported Remote Service
EndpointDiscoveryView_COPY_PROPERTY_NAME=Copy Property Name
EndpointDiscoveryView_COPY_PROPERTY_VALUE=Copy Property Value
EndpointDiscoveryView_ENDPOINT_MSGBOX_TITLE=EndpointDescriptionNode Discovery
EndpointDiscoveryView_ENDPOINT_ROOT_NAME=Discovered Endpoints
EndpointDiscoveryView_ERROR_MSG_CANNOT_CLOSE_IR=Cannot unimport imported service
EndpointDiscoveryView_ERROR_MSG_CANNOT_CLOSE_IR_PREFIX=Cannot imported service exception: 
EndpointDiscoveryView_ERROR_MSG_ENDPOINT_PARSING_FAILED=Endpoint description parsing failed
EndpointDiscoveryView_ERROR_MSG_ENDPOINT_PARSING_FAILED_PREFIX=Endpoint description parsing failed with exception 
EndpointDiscoveryView_ERROR_MSG_RSA_IMPORTSERVICE_FAILED=RSA importService failed
EndpointDiscoveryView_ERROR_MSG_RSA_IMPORTSERVICE_FAILED_PREFIX=RSA importService failed with exception: 
EndpointDiscoveryView_ERROR_MSG_RSA_IS_NULL=RSA is null, so cannot import
EndpointDiscoveryView_ERROR_MSG_RSA_START_PREFIX=RSA Start failed with exception: 
EndpointDiscoveryView_ERROR_MSG_SUFFIX=.  See Error Log for details.
EndpointDiscoveryView_ERROR_RSA_START_FAILED=RSA start failed
EndpointDiscoveryView_IMPORT_REMOTE_SERVICE=Import Remote Service
EndpointDiscoveryView_IMPORT_REMOTE_SERVICE_TT=Import Remote Service into local framework
EndpointDiscoveryView_OPEN_EDEF_FILE=Load Endpoints from File
EndpointDiscoveryView_OPEN_EDEF_FILE_DIALOG=Load Endpoints from File...
EndpointDiscoveryView_OPEN_EDEF_FILE_DIALOG_TT=Load Endpoints by reading EDEF file
EndpointDiscoveryView_REMOTE_HOST_NAME=Service Host
EndpointDiscoveryView_REMOVE_ENDPOINT=Undiscover Endpoint
EndpointDiscoveryView_REMOVE_ENDPOINT_QUESTION=Are you sure you want to remove this endpoint?
EndpointDiscoveryView_REMOVE_ENDPOINT_QUESTION_TITLE=Remove Endpoint
EndpointDiscoveryView_REMOVE_ENDPOINT_TT=Remove this endpoint
EndpointDiscoveryView_START_RSA=Start RSA
EndpointDiscoveryView_START_RSA_SERVICE=Start RemoteServiceAdmin Service
EndpointDiscoveryView_CLOSE_IMPORTED_REMOTE_SERVICE=Unimport Remote Service
EndpointDiscoveryView_DISCOVERY_GROUP_NAME=Network Discovery
EndpointFrameworkIDNode_FRAMEWORK_ID_PROP_NAME=Framework ID
EndpointIDNode_ENDPOINT_ID_PROP_NAME=Endpoint ID
EndpointIntentsNode_INTENTS_PROP_NAME=Intents
EndpointNamespaceNode_NAMESPACE_PROP_NAME=Namespace
EndpointPackageVersionNode_VERSION_PROP_NAME=Version
EndpointRemoteServiceFilterNode_REMOTE_SERVICE_FILTER_PROP_NAME=Remote Service Filter
EndpointRemoteServiceIDNode_REMOTE_SERVICE_ID_PROP_NAME=Remote Service Id
EndpointServiceIDNode_SERVICE_ID_PROP_NAME=OSGi Service Id
EndpointTimestampNode_TIMESTAMP_PROP_NAME=Export Timestamp
MethodInvocationDialog_ShellTitle = Invoke Remote Method
MethodInvocationDialog_AvailableMethodsLabel = Available Methods:
MethodInvocationDialog_ArgumentsLabel  = Arguments:
MethodInvocationDialog_BUTTON_INVOKE_TEXT=Invoke
MethodInvocationDialog_ParameterColumn = Parameter
MethodInvocationDialog_ValueColumn = Value
MethodInvocationDialog_TimeoutLabel = Timeout (in ms):
MethodInvocationDialog_InvocationTypeLabel = Invocation Type:
MethodInvocationDialog_InvocationTypeAsyncListener = Async Listener
MethodInvocationDialog_InvocationTypeAsyncFutureResult = Async Future Result
MethodInvocationDialog_InvocationTypeAsyncFireAndGo = Async Fire-and-Go
MethodInvocationDialog_InvocationTypeOSGiServiceProxy = OSGi Service Proxy
MethodInvocationDialog_InvocationTypeRemoteServiceProxy = Remote Service Proxy
MethodInvocationDialog_InvocationTypeSynchronous = Synchronous

Back to the top