Skip to main content
summaryrefslogtreecommitdiffstats
blob: a825559f316ee18771b6e35c2179820b545ceb99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
################################################################################
# Copyright (c) 2013, 2014 Obeo.
# 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
# 
# Contributors:
#     Obeo - initial API and implementation
################################################################################
## note : apostrophes need to be doubled in these messages or they'll be ignored
TableMergeViewer.directResourceContentsLabel = resource contents

duplicate.extension = The extension {0} is registered twice

FilterActionMenu.tooltip = Filters

GroupActionMenu.tooltip = Groups

DefaultGroupProvider.label = Default

KindGroupProvider.addition.label = Additions
KindGroupProvider.deletion.label = Deletions
KindGroupProvider.change.label = Changes
KindGroupProvider.move.label = Moves

ThreeWayComparisonGroupProvider.conflicts.label = Conflicts
ThreeWayComparisonGroupProvider.left.label = Left Side
ThreeWayComparisonGroupProvider.right.label = Right Side

BasicDifferenceGroup.name = Group

ConfigurationUIRegistryEventListener.INCORRECT_ID_PARAMETER = Id do not match any item to configure.
ConfigurationUIRegistryEventListener.INCORRECT_CONFIGURATOR_PARAMETER = The element is not an instance of IConfigurationUIFactory

# Messages for preference pages.

InteractiveUIContent.DEFAULT_CONFIGURATION_LABEL = "The selected engine has no configuration option"
InteractiveUIContent.CONFIGURATION_COMPOSITE_LABEL = Configuration
InteractiveUIContent.DESCRIPTION_COMPOSITE_LABEL = Description
InteractiveUIContent.INCORRECT_SELECTION_TITLE =Incorrect selection
InteractiveUIContent.INCORRECT_SELECTION_MESSAGE = At least one item has to be selected.

PostProcessorPreferencePage.PREFERENCE_PAGE_DESCRIPTION = Select active post processors:

EditorPreferencePage.mainTab.label = Main
EditorPreferencePage.mainTab.colorHyperLink.label = See <a>''Color and Fonts''</a> preferences for EMF Compare colors.
EditorPreferencePage.groupsTab.label = Groups
EditorPreferencePage.filtersTab.label = Filters

EnginesPreferencePage.DIFFERENCES_ENGINE_TAB_LABEL = Difference
EnginesPreferencePage.EQUIVALENCES_ENGINE_TAB_LABEL = Equivalence
EnginesPreferencePage.REQUIREMENT_ENGINE_TAB_LABEL = Requirement
EnginesPreferencePage.CONFLICT_DETECTOR_TAB_LABEL = Conflict
EnginesPreferencePage.MATCH_ENGINE_TAB_LABEL = Match
EnginesPreferencePage.MATCH_ENGINE_INTRO_TEXT = Select active matching engines:
EnginesPreferencePage.DIFF_ENGINE_INTRO_TEXT = Select the difference engine to use:
EnginesPreferencePage.EQUI_ENGINE_INTRO_TEXT = Select the equivalence engine to use:
EnginesPreferencePage.REQ_ENGINE_INTRO_TEXT = Select the requirement engine to use:
EnginesPreferencePage.CONFLICT_DETECTOR_INTRO_TEXT = Select the conflict detector to use:

DefaultMatchEngineConfiguratorUI.USE_IDENTIFER_LABEL =  Select if identifiers shall be used:
DefaultMatchEngineConfiguratorUI.WHEN_AVAILABLE_LABEL = When avalaible\n The engine will use some heuristics when the identifiers are missing
DefaultMatchEngineConfiguratorUI.ONLY_LABEL = Only\n Objects without identifiers will never be matched.
DefaultMatchEngineConfiguratorUI.NEVER_LABEL =Never\n Objects will be matched with some heuristics regardless of having identifiers.

Back to the top