blob: 0a292d7446f1f97fe3163bb1f275b0c8b620a365 [file] [log] [blame]
################################################################################
# Copyright (c) 2008 Remy Chi Jian Suen 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
################################################################################
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