| #********************************************************************** |
| # This file is part of "Object Teams Development Tooling"-Software |
| # |
| # Copyright 2009, Stephan Herrmann. |
| # |
| # 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 |
| # $Id: OTDTUIMessages.properties 23435 2010-02-04 00:14:38Z stephan $ |
| # |
| # Please visit http://www.objectteams.org for updates and contact. |
| # |
| # Contributors: |
| # Stephan Herrmann - Initial API and implementation |
| #********************************************************************** |
| |
| # Context menu: |
| CompareWithBaseMethodAction_errorTitle=Cannot compare bound methods. |
| CompareWithBaseMethodAction_ambiguousBindingsError=This callin method is bound more than once, please select the callin binding. |
| CompareWithBaseMethodAction_multipleBaseMethodsError=This callin binding refers to multiple base methods. |
| |
| CompareBoundMethods_base_method_label=Base method {0}.{1}(..) |
| CompareBoundMethods_compare_title=Compare {0}() with its base method |
| CompareBoundMethods_compare_tooltip=Compare role method {0}() with its callin-bound base method {1}() |
| CompareBoundMethods_role_method_label=Role method {0}.{1}(..) |