blob: e80a5e5eb9947e048b4a7779fa2564d6caf04df2 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001 #**********************************************************************
2 # This file is part of "Object Teams Development Tooling"-Software
3 #
4 # Copyright 2009, Stephan Herrmann.
5 #
Stephan Herrmann35705382020-03-03 21:42:19 +01006 # This program and the accompanying materials
7 # are made available under the terms of the Eclipse Public License 2.0
Stephan Herrmann01664412010-04-01 20:28:43 +00008 # which accompanies this distribution, and is available at
Stephan Herrmann35705382020-03-03 21:42:19 +01009 # https://www.eclipse.org/legal/epl-2.0/
10 #
11 # SPDX-License-Identifier: EPL-2.0
12 #
Stephan Herrmann01664412010-04-01 20:28:43 +000013 # Please visit http://www.objectteams.org for updates and contact.
14 #
15 # Contributors:
16 # Stephan Herrmann - Initial API and implementation
17 #**********************************************************************
18
19# Context menu:
Stephan Herrmann01664412010-04-01 20:28:43 +000020CompareWithBaseMethodAction_errorTitle=Cannot compare bound methods.
21CompareWithBaseMethodAction_ambiguousBindingsError=This callin method is bound more than once, please select the callin binding.
22CompareWithBaseMethodAction_multipleBaseMethodsError=This callin binding refers to multiple base methods.
23
24CompareBoundMethods_base_method_label=Base method {0}.{1}(..)
25CompareBoundMethods_compare_title=Compare {0}() with its base method
26CompareBoundMethods_compare_tooltip=Compare role method {0}() with its callin-bound base method {1}()
27CompareBoundMethods_role_method_label=Role method {0}.{1}(..)
Stephan Herrmann77c8ca82019-05-07 20:26:08 +020028
29BaseMethodCompareElement_sourceNotFound_text=<source not found>