Skip to main content
summaryrefslogtreecommitdiffstats
blob: a9c88e240b8e1c5b7a42a94ca88c3ab01d37fd11 (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
################################################################################
# Copyright (c) 2006, 2013 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
################################################################################
pluginName = EMF Compare IDE UI
providerName = Eclipse Modeling Project

save.model.label = Save Comparison Model
save.model.tooltip = Save Comparison Model
save.model.command.name = EMF Compare Save Comparison Model

next.diff = Next Difference
next.diff.tooltip = Next Difference
next.diff.command.name = EMF Compare Next Difference

previous.diff = Previous Difference
previous.diff.tooltip = Previous Difference
previous.diff.command.name = EMF Compare Previous Difference

accept.change = Accept Change
accept.change.tooltip = Accept Change
accept.change.command.name = EMF Compare Accept Change

accept.all.changes = Accept All Non-Conflicting Changes
accept.all.changes.tooltip = Accept All Non-Conflicting Changes
accept.all.changes.command.name = EMF Compare Accept All Non-Conflicting Changes

reject.change = Reject Change
reject.change.tooltip = Reject Change
reject.change.command.name = EMF Compare Reject Change

reject.all.changes = Reject All Non-Conflicting Changes
reject.all.changes.tooltip = Reject All Non-Conflicting Changes
reject.all.changes.command.name = EMF Compare Reject All Non-Conflicting Changes

merged.to.left = Copy Current Change To Left
merged.to.left.tooltip = Copy Current Change From Right To Left
merged.to.left.command.name = EMF Compare Copy Current Change To Left

merged.to.right = Copy Current Change To Right
merged.to.right.tooltip = Copy Current Change From Left To Right
merged.to.right.command.name = EMF Compare Copy Current Change To Right

merged.all.to.left = Copy All Non-Conflicting Changes To Left
merged.all.to.left.tooltip = Copy All Non-Conflicting Changes From Right To Left
merged.all.to.left.command.name = EMF Compare Copy All Non-Conflicting Changes To Left

merged.all.to.right = Copy All Non-Conflicting Changes To Right
merged.all.to.right.tooltip = Copy All Non-Conflicting Changes From Left To Right
merged.all.to.right.command.name = EMF Compare Copy All Non-Conflicting Changes To Right

dropdown.tooltip = Select the way of merge

Back to the top