Skip to main content
summaryrefslogtreecommitdiffstats
blob: c287c38351d5218ad5cbe8a36a9e6f8c805078d7 (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
# =====================================
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
# =====================================

# @(#)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=smartmode_co.gif

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

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

action.PrevDiff.label=Previous
action.PrevDiff.tooltip=Select previous change
action.PrevDiff.image=prev_nav.gif

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

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

Back to the top