Remove useless preference tab.
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.rcp.ui / src / org / eclipse / emf / compare / rcp / ui / internal / emfcomparercpuimessages.properties
blobe22f4d5a4876e2bc2d65c43a14a46bc868a8db68
1 ################################################################################
2 # Copyright (c) 2013, 2014 Obeo.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7
8 # Contributors:
9 #     Obeo - initial API and implementation
10 ################################################################################
11 ## note : apostrophes need to be doubled in these messages or they'll be ignored
12 TableMergeViewer.directResourceContentsLabel = resource contents
14 duplicate.extension = The extension {0} is registered twice
16 FilterActionMenu.tooltip = Filters
18 GroupActionMenu.tooltip = Groups
20 KindGroupProvider.addition.label = Additions
21 KindGroupProvider.deletion.label = Deletions
22 KindGroupProvider.change.label = Changes
23 KindGroupProvider.move.label = Moves
25 ThreeWayComparisonGroupProvider.conflicts.label = Conflicts
26 ThreeWayComparisonGroupProvider.left.label = Left Side
27 ThreeWayComparisonGroupProvider.right.label = Right Side
29 BasicDifferenceGroup.name = Group
31 ConfigurationUIRegistryEventListener.INCORRECT_ID_PARAMETER = Id does not match any item to configure.
32 ConfigurationUIRegistryEventListener.INCORRECT_CONFIGURATOR_PARAMETER = The element is not an instance of IConfigurationUIFactory
34 # Messages for preference pages.
36 InteractiveUIContent.DEFAULT_CONFIGURATION_LABEL = The selected engine has no configuration option
37 InteractiveUIContent.CONFIGURATION_COMPOSITE_LABEL = Configuration
38 InteractiveUIContent.DESCRIPTION_COMPOSITE_LABEL = Description
39 InteractiveUIContent.INCORRECT_SELECTION_TITLE =Incorrect selection
40 InteractiveUIContent.INCORRECT_SELECTION_MESSAGE = At least one item has to be selected.
42 PostProcessorPreferencePage.PREFERENCE_PAGE_DESCRIPTION = Select active post processors:
44 EditorPreferencePage.mainTab.label = Main
45 EditorPreferencePage.mainTab.colorHyperLink.label = See <a>''Color and Fonts''</a> preferences for EMF Compare colors.
47 EnginesPreferencePage.DIFFERENCES_ENGINE_TAB_LABEL = Difference
48 EnginesPreferencePage.EQUIVALENCES_ENGINE_TAB_LABEL = Equivalence
49 EnginesPreferencePage.REQUIREMENT_ENGINE_TAB_LABEL = Requirement
50 EnginesPreferencePage.CONFLICT_DETECTOR_TAB_LABEL = Conflict
51 EnginesPreferencePage.MATCH_ENGINE_TAB_LABEL = Match
52 EnginesPreferencePage.MATCH_ENGINE_INTRO_TEXT = Select active matching engines:
53 EnginesPreferencePage.DIFF_ENGINE_INTRO_TEXT = Select the difference engine to use:
54 EnginesPreferencePage.EQUI_ENGINE_INTRO_TEXT = Select the equivalence engine to use:
55 EnginesPreferencePage.REQ_ENGINE_INTRO_TEXT = Select the requirement engine to use:
56 EnginesPreferencePage.CONFLICT_DETECTOR_INTRO_TEXT = Select the conflict detector to use:
58 DefaultMatchEngineConfiguratorUI.USE_IDENTIFER_LABEL =  Select if identifiers shall be used:
59 DefaultMatchEngineConfiguratorUI.WHEN_AVAILABLE_LABEL = When available: The engine will use some heuristics when identifiers are missing
60 DefaultMatchEngineConfiguratorUI.ONLY_LABEL = Only: Objects without identifiers will never be matched.
61 DefaultMatchEngineConfiguratorUI.NEVER_LABEL =Never: Objects will be matched with some heuristics regardless of having identifiers.