Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ef2e9e5ac662ea430e809d7623331b3ca7d0c778 (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
###############################################################################
# Copyright (c) 2000, 2016 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################

# @(#)ImageMergeViewerResources.properties
#
# Resource strings for ImageMergeViewer.java

title= Image Compare

saveDialog.title= Save Resource
saveDialog.message= Resource has been modified. Save changes?

#####################################################
# Actions
#####################################################

action.CopyLeftToRight.label= Copy Left to Right
action.CopyLeftToRight.tooltip= Copy Image from Left to Right
action.CopyLeftToRight.image= elcl16/copy_r_co.png

action.CopyRightToLeft.label= Copy Right to Left
action.CopyRightToLeft.tooltip= Copy Image from Right to Left
action.CopyRightToLeft.image= elcl16/copy_l_co.png

action.EnableAncestor.label= Enable Ancestor Pane
action.EnableAncestor.tooltip= Control Visibility of Ancestor Pane
action.EnableAncestor.image= elcl16/ancestorpane_co.png

action.SwitchLeftAndRight.label=Swap Left and Right View
action.SwitchLeftAndRight.tooltip=Swap Left and Right View
action.SwitchLeftAndRight.image=switch.png

Back to the top