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

#
# Context menu & actions
#
CompareWithMenu.label= Compare With

CompareWithEachOtherAction.label= Each other
CompareWithEachOtherAction.tooltip= Compare the selected resources

CompareWithHistoryAction.label= Local History...
CompareWithHistoryAction.tooltip= Compare the selected resource with local history

ReplaceWithMenu.label= Replace With

ReplaceFromHistoryAction.label= Local History...
ReplaceFromHistoryAction.tooltip= Replace the selected resource with local history

#
# Preference Page
#
ComparePreferencePage.name= Compare Viewers
SynchronizeScrolling.label= Synchronize scrolling between panes in compare/merge viewers
ShowPseudoConflicts.label= Show pseudo conflicts
InitiallyShowAncestorPane.label= Show ancestor pane initially
TextFont.label=Text Font:

#
# Toolbar actions
#
action.IgnoreWhiteSpace.label=Ignore White Space
action.IgnoreWhiteSpace.tooltip=Ignore White Space where Applicable
action.IgnoreWhiteSpace.image=etool16/ignorews_edit.gif

action.Next.label=Next Difference
action.Next.tooltip=Go to Next Difference  Ctrl+N
action.Next.image=elcl16/next_nav.gif

action.Previous.label=Previous Difference
action.Previous.tooltip=Go to Previous Difference  Ctrl+P
action.Previous.image=elcl16/prev_nav.gif

Back to the top