Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5644ba0448e7d95ce7f142156c93ed42518038ed (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
################################################################################
# Copyright (c) 2006, 2011 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
################################################################################

DiagramCompareDifferences.moveDescription = The element {0} has moved {1}
DiagramCompareDifferences.moveDescription.remote = The element {0} has remotely moved {1}
DiagramCompareDifferences.moveDescription.noConflict = from ({0},{1}) to ({2},{3})
DiagramCompareDifferences.moveDescription.conflict = in both sides

DiagramCompareDifferences.hideDescription = The element {0} has been hidden
DiagramCompareDifferences.hideDescription.remote = The element {0} has been remotely hidden

DiagramCompareDifferences.showDescription = The element {0} has been revealed
DiagramCompareDifferences.showDescription.remote = The element {0} has been remotely revealed

DiagramCompareDifferences.changeLabelDescription = The label of the element {0} has changed from {1} to {2}
DiagramCompareDifferences.changeLabelDescription.remote = The label of the element {0} has remotely changed from {1} to {2}
DiagramCompareDifferences.changeLabelDescription.conflict = The label of the element {0} has changed in both sides

DiagramCompareDifferences.edgeChangeDescription = The layout of the edge changed
DiagramCompareDifferences.edgeChangeDescription.remote = The layout of the edge remotely changed
DiagramCompareDifferences.edgeChangeDescription.conflict = The layout of the edge changed in both sides

Back to the top