Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | #********************************************************************** |
| 2 | # This file is part of "Object Teams Development Tooling"-Software |
| 3 | # |
| 4 | # Copyright 2009, Stephan Herrmann. |
| 5 | # |
Stephan Herrmann | 3570538 | 2020-03-03 21:42:19 +0100 | [diff] [blame] | 6 | # This program and the accompanying materials |
| 7 | # are made available under the terms of the Eclipse Public License 2.0 |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 8 | # which accompanies this distribution, and is available at |
Stephan Herrmann | 3570538 | 2020-03-03 21:42:19 +0100 | [diff] [blame] | 9 | # https://www.eclipse.org/legal/epl-2.0/ |
| 10 | # |
| 11 | # SPDX-License-Identifier: EPL-2.0 |
| 12 | # |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 13 | # 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 Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 20 | CompareWithBaseMethodAction_errorTitle=Cannot compare bound methods. |
| 21 | CompareWithBaseMethodAction_ambiguousBindingsError=This callin method is bound more than once, please select the callin binding. |
| 22 | CompareWithBaseMethodAction_multipleBaseMethodsError=This callin binding refers to multiple base methods. |
| 23 | |
| 24 | CompareBoundMethods_base_method_label=Base method {0}.{1}(..) |
| 25 | CompareBoundMethods_compare_title=Compare {0}() with its base method |
| 26 | CompareBoundMethods_compare_tooltip=Compare role method {0}() with its callin-bound base method {1}() |
| 27 | CompareBoundMethods_role_method_label=Role method {0}.{1}(..) |
Stephan Herrmann | 77c8ca8 | 2019-05-07 20:26:08 +0200 | [diff] [blame] | 28 | |
| 29 | BaseMethodCompareElement_sourceNotFound_text=<source not found> |