blob: d8bd68f6c70ce442357c356bf8909f03177a2bed [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 #
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:
19CompareWithBaseMethodAction_errorTitle=Cannot compare bound methods.
20CompareWithBaseMethodAction_ambiguousBindingsError=This callin method is bound more than once, please select the callin binding.
21CompareWithBaseMethodAction_multipleBaseMethodsError=This callin binding refers to multiple base methods.
22
23CompareBoundMethods_base_method_label=Base method {0}.{1}(..)
24CompareBoundMethods_compare_title=Compare {0}() with its base method
25CompareBoundMethods_compare_tooltip=Compare role method {0}() with its callin-bound base method {1}()
26CompareBoundMethods_role_method_label=Role method {0}.{1}(..)