Skip to main content
summaryrefslogtreecommitdiffstats
blob: 50c6f69c436257604c08adc9811f56c939bdaf85 (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
# =====================================
# Licensed Materials - Property of IBM,
# WebSphere Studio Workbench
# (c) Copyright IBM Corp 1999, 2000
# =====================================

# @(#)DiffTreeViewerResources.properties
#
# Resource strings for DiffTreeViewer.java

#####################################################
# Images
#####################################################

#####################################################
# Status messages
#####################################################

#####################################################
# Dialogs
#####################################################

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

action.Smart.label=Smart
action.Smart.tooltip=Try to guess corresponding elements
action.Smart.image=ctool16/smart.gif

action.FilterSame.label=Show pseudo conflicts
action.FilterSame.tooltip=Show pseudo conflicts
action.FilterSame.image=ctool16/showpseudoconflicts.gif

action.NextDiff.label=Next
action.NextDiff.tooltip=Select next change
action.NextDiff.image=ctool16/next.gif

action.PrevDiff.label=Previous
action.PrevDiff.tooltip=Select previous change
action.PrevDiff.image=ctool16/prev.gif

action.TakeLeft.label=Copy Left to Right
action.TakeLeft.tooltip=Copy selected nodes from left to right
action.TakeLeft.image=ctool16/lefttoright.gif

action.TakeRight.label=Copy Right to Left
action.TakeRight.tooltip=Copy selected nodes from right to left
action.TakeRight.image=ctool16/righttoleft.gif

Back to the top