Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7c77fdb767ff671d9406be60ed12026f7421af00 (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
# =====================================
# Licensed Materials - Property of IBM,
# WebSphere Studio Workbench
# (c) Copyright IBM Corp 1999-2001
# =====================================
# @(#)ComparePluginResources.properties
#
# Resource strings for Compare Plugin

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

action.IgnoreWhiteSpace.label=Ignore White Space
action.IgnoreWhiteSpace.tooltip=Ignore white space where applicable
action.IgnoreWhiteSpace.image=ctool16/ignorews.gif

action.ShowPseudoConflicts.label=Show Pseudo Conflicts
action.ShowPseudoConflicts.tooltip=Show pseudo conflicts where applicable
action.ShowPseudoConflicts.image=ctool16/showpseudoconflicts.gif

#action.ToggleMergeDirection.label=Toggle Merge Direction
#action.ToggleMergeDirection.tooltip=Toggle merge direction
#action.ToggleMergeDirection.image=ctool16/toggle.gif

#action.NextDiff.label=Next
#action.NextDiff.tooltip=Show Next Difference
#action.NextDiff.image=ctool16/next.gif

#action.PrevDiff.label=Previous
#action.PrevDiff.tooltip=Show Previous Difference
#action.PrevDiff.image=ctool16/prev.gif



Back to the top