Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3bd15055d128041eee43266bff228a3f3672e72b (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
################################################################################
# Copyright (c) 2013, 2018 Obeo and others.
# 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
#     Philip Langer - bugs 488700, 514079
################################################################################
## ! note ! double the apostrophes if you need one in the printed String
conflict=Conflict
pseudoconflict=Pseudo Conflict
resolved=resolved
unresolved={0} out of {1} differences unresolved

change.local = has been
change.remote = has been remotely

# In english, this gives a text such as "{value} {has been remotely} added to {attribute}" 
AttributeChangeItemProviderSpec.valueAdded = {0} {1} added to {2}
AttributeChangeItemProviderSpec.valueRemoved = {0} {1} deleted from {2}
AttributeChangeItemProviderSpec.valueMoved = {0} {1} moved in {2}
# This one gives, for example : "{attribute} {value} {has been} {set|unset|changed}"
AttributeChangeItemProviderSpec.valueChanged = {0} {1} {2} {3}

# In english, this gives a text such as "{value} {has been remotely} added to {feature map}" 
FeatureMapChangeItemProviderSpec.valueAdded = {0} {1} added to {2}
FeatureMapChangeItemProviderSpec.valueRemoved = {0} {1} deleted from {2}
FeatureMapChangeItemProviderSpec.valueMoved = {0} {1} moved in {2}
# This one gives, for example : "{feature map} {value} {has been} {set|unset|changed}"
FeatureMapChangeItemProviderSpec.valueChanged = {0} {1} {2} {3}

ConflictItemProviderSpec.description = {0} conflict with {1} other difference(s)

ReferenceChangeItemProviderSpec.set = set
ReferenceChangeItemProviderSpec.unset = unset
ReferenceChangeItemProviderSpec.changed = changed
ReferenceChangeItemProviderSpec.decoration.add = add
ReferenceChangeItemProviderSpec.decoration.delete = delete
ReferenceChangeItemProviderSpec.decoration.move = move

ResourceAttachmentChangeItemProviderSpec.decoration.control = controlled in
ResourceAttachmentChangeItemProviderSpec.decoration.uncontrol = uncontrolled from
ResourceAttachmentChangeItemProviderSpec.decoration.move = moved to
# These render as "{value} {has been remotely} added to resource contents"
ResourceAttachmentChangeItemProviderSpec.added = {0} {1} added to resource contents
ResourceAttachmentChangeItemProviderSpec.deleted = {0} {1} deleted from resource contents
ResourceAttachmentChangeItemProviderSpec.moved = {0} {1} moved in resource contents

ResourceNameChangeItemProviderSpec.text.locationChanged = renamed in {0}
ResourceNameChangeItemProviderSpec.description.locationChanged = {0} {1} renamed in {2}


# These messages are used to compute tooltips
ContextualTooltip.acceptChange = Accept the change.
ContextualTooltip.rejectChange = Reject the change.
ContextualTooltip.readonly.leftUnchanged = The left-hand side will remain unchanged.
ContextualTooltip.readonly.rightUnchanged = The right-hand side will remain unchanged.
ContextualTooltip.readonly.leftChanged = The left-hand side will be modified.
ContextualTooltip.readonly.rightChanged = The right-hand side will be modified.
ContextualTooltip.editable.rightChanged = The left-hand side will remain unchanged.\nThe right-hand side will be modified.
ContextualTooltip.editable.rightUnchanged = The left-hand side will be modified.\nThe right-hand side will remain unchanged.


# Accept contextual tooltips
ContextualTooltip.set.left.accept = Keep ''{0}'' in ''{1}'' of this ''{2}'' on the left-hand side.
ContextualTooltip.set.right.accept = Set the ''{0}'' of this ''{1}'' to ''{2}'' (instead of ''{3}'') on the left-hand side.
ContextualTooltip.set.right.accept.empty = Set the ''{0}'' of this ''{1}'' to ''{2}'' on the left-hand side.
ContextualTooltip.unset.left.accept = Keep the ''{0}'' of this ''{1}'' unset on the left-hand side.
ContextualTooltip.unset.right.accept = Unset the ''{0}'' of this ''{1}'' (currently ''{2}'') on the left-hand side.
ContextualTooltip.rlc.left.accept = Keep the location of the resource to ''{0}'' on the left-hand side.
ContextualTooltip.rlc.right.accept = Change left-hand side resource location to ''{0}''.
ContextualTooltip.rac.control.left.accept = Keep ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.control.right.accept = Control ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.uncontrol.left.accept = Keep ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.uncontrol.right.accept = Reintegrate ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.move.container.left.accept = Keep ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.move.position.left.container.accept = Keep ''{0}'' at its current position in ''{1}'' on the left-hand side.
ContextualTooltip.move.position.left.accept = Keep ''{0}'' at its current position on the left-hand side.
ContextualTooltip.move.container.right.accept = Move ''{0}'' in ''{1}'' (currently in ''{2}'') on the left-hand side.
ContextualTooltip.move.position.right.container.accept = Move the position of ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.move.position.right.accept = Move the position of ''{0}'' on the left-hand side.
ContextualTooltip.add.containment.left.accept = Keep ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.add.nonContainment.left.accept = Keep ''{0}'' on the left-hand side.
ContextualTooltip.add.attribute.left.accept = Keep ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.add.containment.right.accept = Add ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.add.nonContainment.right.accept = Add ''{0}'' on the left-hand side.
ContextualTooltip.add.attribute.right.accept = Add ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.delete.containment.left.accept = Keep the deletion of ''{0}'' from ''{1}'' on the left-hand side.
ContextualTooltip.delete.nonContainment.left.accept = Keep the deletion of ''{0}'' on the left-hand side.
ContextualTooltip.delete.containment.right.accept = Delete ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.delete.nonContainment.right.accept = Delete ''{0}'' on the left-hand side.

# Accept contextual tooltips reversed
ContextualTooltip.set.left.accept.leftToRight = Keep ''{0}'' in ''{1}'' of this ''{2}'' on the right-hand side.
ContextualTooltip.set.right.accept.leftToRight = Set the ''{0}'' of this ''{1}'' to ''{2}'' (instead of ''{3}'') on the right-hand side.
ContextualTooltip.set.right.accept.empty.leftToRight = Set the ''{0}'' of this ''{1}'' to ''{2}'' on the right-hand side.
ContextualTooltip.unset.left.accept.leftToRight = Keep the ''{0}'' of this ''{1}'' unset on the right-hand side.
ContextualTooltip.unset.right.accept.leftToRight = Unset the ''{0}'' of this ''{1}'' (currently ''{2}'') on the right-hand side.
ContextualTooltip.rlc.left.accept.leftToRight = Keep the location of the resource to ''{0}'' on the right-hand side.
ContextualTooltip.rlc.right.accept.leftToRight = Change right-hand side resource location to ''{0}''.
ContextualTooltip.rac.control.left.accept.leftToRight = Keep ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.control.right.accept.leftToRight = Control ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.uncontrol.left.accept.leftToRight = Keep ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.uncontrol.right.accept.leftToRight = Reintegrate ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.move.container.left.accept.leftToRight = Keep ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.move.position.left.container.accept.leftToRight = Keep ''{0}'' at its current position in ''{1}'' on the right-hand side.
ContextualTooltip.move.position.left.accept.leftToRight = Keep ''{0}'' at its current position on the right-hand side.
ContextualTooltip.move.container.right.accept.leftToRight = Move ''{0}'' in ''{1}'' (currently in ''{2}'') on the right-hand side.
ContextualTooltip.move.position.right.container.accept.leftToRight = Move the position of ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.move.position.right.accept.leftToRight = Move the position of ''{0}'' on the right-hand side.
ContextualTooltip.add.containment.left.accept.leftToRight = Keep ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.add.nonContainment.left.accept.leftToRight = Keep ''{0}'' on the right-hand side.
ContextualTooltip.add.attribute.left.accept.leftToRight = Keep ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.add.containment.right.accept.leftToRight = Add ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.add.nonContainment.right.accept.leftToRight = Add ''{0}'' on the right-hand side.
ContextualTooltip.add.attribute.right.accept.leftToRight = Add ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.delete.containment.left.accept.leftToRight = Keep the deletion of ''{0}'' from ''{1}'' on the right-hand side.
ContextualTooltip.delete.nonContainment.left.accept.leftToRight = Keep the deletion of ''{0}'' on the right-hand side.
ContextualTooltip.delete.containment.right.accept.leftToRight = Delete ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.delete.nonContainment.right.accept.leftToRight = Delete ''{0}'' on the right-hand side.

# Reject contextual tooltips
ContextualTooltip.set.left.reject = Restore the ''{0}'' of this ''{1}'' to ''{2}'' (instead of ''{3}'') on the left-hand side.
ContextualTooltip.set.left.reject.empty = Clear the ''{0}'' of this ''{1}'' (currently ''{2}'') on the left-hand side.
ContextualTooltip.set.right.reject = Keep ''{0}'' in ''{1}'' of this ''{2}'' on the left-hand side.
ContextualTooltip.set.right.reject.empty = Keep the ''{0}'' of this ''{1}'' empty on the left-hand side.
ContextualTooltip.unset.left.reject = Restore the ''{0}'' of this ''{1}'' to ''{2}'' on the left-hand side.
ContextualTooltip.unset.right.reject = Keep the ''{0}'' of this ''{1}'' set to ''{2}'' on the left-hand side.
ContextualTooltip.rlc.left.reject = Restore the location of the resource to ''{0}'' on the left-hand side.
ContextualTooltip.rlc.right.reject = Keep the location of the resource to ''{0}'' on the left-hand side.
ContextualTooltip.rac.control.left.reject = Reintegrate ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.control.right.reject = Keep ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.uncontrol.left.reject = Control ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.uncontrol.right.reject = Keep ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.move.container.left.reject = Restore ''{0}'' in ''{1}'' (currently in ''{2}'') on the left-hand side.
ContextualTooltip.move.position.left.reject = Restore the original position of ''{0}'' on the left-hand side.
ContextualTooltip.move.container.right.reject = Keep ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.move.position.right.reject = Keep ''{0}'' at its current position on the left-hand side.
ContextualTooltip.move.position.right.container.reject = Keep ''{0}'' at its current position under ''{1}'' on the left-hand side.
ContextualTooltip.add.containment.left.reject = Delete ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.add.nonContainment.left.reject = Delete ''{0}'' on the left-hand side.
ContextualTooltip.add.attribute.left.reject = Delete ''{0}'' from ''{1}'' on the left-hand side.
ContextualTooltip.add.containment.right.reject = Do not add ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.add.nonContainment.right.reject = Do not add ''{0}'' on the left-hand side.
ContextualTooltip.add.attribute.right.reject = Do not add ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.delete.containment.left.reject = Restore ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.delete.nonContainment.left.reject = Restore ''{0}'' on the left-hand side.
ContextualTooltip.delete.containment.right.reject = Keep ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.delete.nonContainment.right.reject = Keep ''{0}'' on the left-hand side.

# Reject contextual tooltips reversed
ContextualTooltip.set.left.reject.leftToRight = Restore the ''{0}'' of this ''{1}'' to ''{2}'' (instead of ''{3}'') on the right-hand side.
ContextualTooltip.set.left.reject.empty.leftToRight = Clear the ''{0}'' of this ''{1}'' (currently ''{2}'') on the right-hand side.
ContextualTooltip.set.right.reject.leftToRight = Keep ''{0}'' in ''{1}'' of this ''{2}'' on the right-hand side.
ContextualTooltip.set.right.reject.empty.leftToRight = Keep the ''{0}'' of this ''{1}'' empty on the right-hand side.
ContextualTooltip.unset.left.reject.leftToRight = Restore the ''{0}'' of this ''{1}'' to ''{2}'' on the right-hand side.
ContextualTooltip.unset.right.reject.leftToRight = Keep the ''{0}'' of this ''{1}'' set to ''{2}'' on the right-hand side.
ContextualTooltip.rlc.left.reject.leftToRight = Restore the location of the resource to ''{0}'' on the right-hand side.
ContextualTooltip.rlc.right.reject.leftToRight = Keep the location of the resource to ''{0}'' on the right-hand side.
ContextualTooltip.rac.control.left.reject.leftToRight = Reintegrate ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.control.right.reject.leftToRight = Keep ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.uncontrol.left.reject.leftToRight = Control ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.uncontrol.right.reject.leftToRight = Keep ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.move.container.left.reject.leftToRight = Restore ''{0}'' in ''{1}'' (currently in ''{2}'') on the right-hand side.
ContextualTooltip.move.position.left.reject.leftToRight = Restore the original position of ''{0}'' on the right-hand side.
ContextualTooltip.move.container.right.reject.leftToRight = Keep ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.move.position.right.reject.leftToRight = Keep ''{0}'' at its current position on the right-hand side.
ContextualTooltip.move.position.right.container.reject.leftToRight = Keep ''{0}'' at its current position under ''{1}'' on the right-hand side.
ContextualTooltip.add.containment.left.reject.leftToRight = Delete ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.add.nonContainment.left.reject.leftToRight = Delete ''{0}'' on the right-hand side.
ContextualTooltip.add.attribute.left.reject.leftToRight = Delete ''{0}'' from ''{1}'' on the right-hand side.
ContextualTooltip.add.containment.right.reject.leftToRight = Do not add ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.add.nonContainment.right.reject.leftToRight = Do not add ''{0}'' on the right-hand side.
ContextualTooltip.add.attribute.right.reject.leftToRight = Do not add ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.delete.containment.left.reject.leftToRight = Restore ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.delete.nonContainment.left.reject.leftToRight = Restore ''{0}'' on the right-hand side.
ContextualTooltip.delete.containment.right.reject.leftToRight = Keep ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.delete.nonContainment.right.reject.leftToRight = Keep ''{0}'' on the right-hand side.

# Copy from left to right contextual tooltips
ContextualTooltip.set.left.leftToRight = Set the ''{0}'' of this ''{1}'' to ''{2}'' on the right-hand side (currently ''{3}'').
ContextualTooltip.set.left.leftToRight.empty = Set the ''{0}'' of this ''{1}'' to ''{2}'' on the right-hand side.
ContextualTooltip.set.right.leftToRight = Set the ''{0}'' of this ''{1}'' to ''{2}'' on the right-hand side (instead of ''{3}'').
ContextualTooltip.set.right.leftToRight.empty = Unset the ''{0}'' of this ''{1}'' (currently ''{2}'') on the right-hand side.
ContextualTooltip.unset.left.leftToRight = Unset the ''{0}'' of this ''{1}'' on the right-hand side (currently ''{2}'').
ContextualTooltip.unset.right.leftToRight = Restore the ''{0}'' of this ''{1}'' to ''{2}'' on the right-hand side.
ContextualTooltip.rlc.left.leftToRight = Change right-hand side resource location to ''{0}''.
ContextualTooltip.rlc.right.leftToRight = Change right-hand side resource location to ''{0}''.
ContextualTooltip.rac.control.left.leftToRight = Control ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.control.right.leftToRight = Reintegrate ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.uncontrol.left.leftToRight = Reintegrate ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.rac.uncontrol.right.leftToRight = Control ''{0}'' in resource ''{1}'' on the right-hand side.
ContextualTooltip.move.container.left.leftToRight = Move ''{0}'' in ''{1}'' (currently in ''{2}'') on the right-hand side.
ContextualTooltip.move.container.right.leftToRight = Move ''{0}'' in ''{1}'' (currently in ''{2}'') on the right-hand side.
ContextualTooltip.move.position.left.leftToRight = Move ''{0}'' on the right-hand side to match its left-hand side position.
ContextualTooltip.move.position.right.leftToRight = Move ''{0}'' on the right-hand side to match its left-hand side position.
ContextualTooltip.add.containment.left.leftToRight = Add ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.add.nonContainment.left.leftToRight = Add ''{0}'' on the right-hand side.
ContextualTooltip.add.attribute.left.leftToRight = Add ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.add.containment.right.leftToRight = Delete ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.add.nonContainment.right.leftToRight = Remove ''{0}'' on the right-hand side.
ContextualTooltip.add.attribute.right.leftToRight = Delete ''{0}'' in ''{1}'' on the right-hand side.
ContextualTooltip.delete.containment.left.leftToRight = Delete ''{0}'' from ''{1}'' on the right-hand side.
ContextualTooltip.delete.nonContainment.left.leftToRight = Delete ''{0}'' on the right-hand side.
ContextualTooltip.delete.containment.right.leftToRight = Undo the deletion of ''{0}'' from ''{1}'' on the right-hand side.
ContextualTooltip.delete.nonContainment.right.leftToRight = Undo the deletion of ''{0}'' on the right-hand side.

# Copy from right to left contextual tooltips
ContextualTooltip.set.right.rightToLeft = Set the ''{0}'' of this ''{1}'' to ''{2}'' on the left-hand side (instead of ''{3}'').
ContextualTooltip.set.right.rightToLeft.empty = Set the ''{0}'' of this ''{1}'' to ''{2}'' on the left-hand side.
ContextualTooltip.set.left.rightToLeft = Set the ''{0}'' of this ''{1}'' to ''{2}'' on the left-hand side (instead of ''{3}'').
ContextualTooltip.set.left.rightToLeft.empty = Clear the ''{0}'' of this ''{1}'' on the left-hand side (currently ''{2}'').
ContextualTooltip.unset.right.rightToLeft = Unset the ''{0}'' of this ''{1}'' on the left-hand side (currently ''{2}'').
ContextualTooltip.unset.left.rightToLeft = Restore the ''{0}'' of this ''{1}'' to ''{2}'' on the left-hand side.
ContextualTooltip.rlc.right.rightToLeft = Change left-hand side resource location to ''{0}''.
ContextualTooltip.rlc.left.rightToLeft = Change left-hand side resource location to ''{0}''.
ContextualTooltip.rac.control.right.rightToLeft = Control ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.control.left.rightToLeft = Reintegrate ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.uncontrol.right.rightToLeft = Reintegrate ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.rac.uncontrol.left.rightToLeft = Control ''{0}'' in resource ''{1}'' on the left-hand side.
ContextualTooltip.move.container.right.rightToLeft = Move ''{0}'' in ''{1}'' (currently in ''{2}'') on the left-hand side.
ContextualTooltip.move.position.right.rightToLeft = Move ''{0}'' on the left-hand side to match its right-hand side position.
ContextualTooltip.move.container.left.rightToLeft = Move ''{0}'' in ''{1}'' (currently in ''{2}'') on the left-hand side.
ContextualTooltip.move.position.left.rightToLeft = Move ''{0}'' on the left-hand side to match its right-hand side position.
ContextualTooltip.add.containment.right.rightToLeft = Add ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.add.nonContainment.right.rightToLeft = Add ''{0}'' on the left-hand side.
ContextualTooltip.add.attribute.left.rightToLeft = Delete ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.add.containment.left.rightToLeft = Delete ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.add.nonContainment.left.rightToLeft = Remove ''{0}'' on the left-hand side.
ContextualTooltip.add.attribute.right.rightToLeft = Add ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.delete.containment.right.rightToLeft = Delete ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.delete.containment.left.rightToLeft = Undo the deletion of ''{0}'' in ''{1}'' on the left-hand side.
ContextualTooltip.delete.nonContainment.right.rightToLeft = Delete ''{0}'' on the left-hand side.
ContextualTooltip.delete.nonContainment.left.rightToLeft = Undo the deletion of ''{0}'' on the left-hand side.

Back to the top