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 | # |
| 6 | # All rights reserved. This program and the accompanying materials |
| 7 | # are made available under the terms of the Eclipse Public License v1.0 |
| 8 | # which accompanies this distribution, and is available at |
| 9 | # http://www.eclipse.org/legal/epl-v10.html |
| 10 | # $Id: OTDTUIMessages.properties 23435 2010-02-04 00:14:38Z stephan $ |
| 11 | # |
| 12 | # Please visit http://www.objectteams.org for updates and contact. |
| 13 | # |
| 14 | # Contributors: |
| 15 | # Stephan Herrmann - Initial API and implementation |
| 16 | #********************************************************************** |
| 17 | |
| 18 | # Context menu: |
| 19 | CompareWithBaseMethodAction_errorTitle=Cannot compare bound methods. |
| 20 | CompareWithBaseMethodAction_ambiguousBindingsError=This callin method is bound more than once, please select the callin binding. |
| 21 | CompareWithBaseMethodAction_multipleBaseMethodsError=This callin binding refers to multiple base methods. |
| 22 | |
| 23 | CompareBoundMethods_base_method_label=Base method {0}.{1}(..) |
| 24 | CompareBoundMethods_compare_title=Compare {0}() with its base method |
| 25 | CompareBoundMethods_compare_tooltip=Compare role method {0}() with its callin-bound base method {1}() |
| 26 | CompareBoundMethods_role_method_label=Role method {0}.{1}(..) |