Skip to main content
summaryrefslogtreecommitdiffstats
blob: 27b95015a4a9ae03cc0395b70b623386bf1ed453 (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
51
52
53
54
55
56
57
58
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

ComparePlugin.internal_error= Internal Error
ExceptionDialog.seeErrorLogMessage= See error log for details.

#
# Title format for CompareViewerSwitchingPane
#
CompareViewerSwitchingPane.Titleformat= {0}  ({1})

#
# Title message for StructureDiffViewer if no structural differences could be found
#
StructureDiffViewer.NoStructuralDifferences= No Structural Differences
StructureDiffViewer.StructureError= Cannot Compare Structures

#
# TextMergeViewer
#
TextMergeViewer.cursorPosition.format= {0} : {1}

TextMergeViewer.beforeLine.format= before line {0}
TextMergeViewer.range.format= {0} : {1}

TextMergeViewer.changeType.addition= addition
TextMergeViewer.changeType.deletion= deletion
TextMergeViewer.changeType.change= change

TextMergeViewer.direction.outgoing= outgoing
TextMergeViewer.direction.incoming= incoming
TextMergeViewer.direction.conflicting= conflicting

TextMergeViewer.diffType.format= {0} {1}

TextMergeViewer.diffDescription.noDiff.format= no diff
TextMergeViewer.diffDescription.diff.format= {0} #{1} (Left: {2}, Right: {3})
TextMergeViewer.statusLine.format= Left: {0}, Right: {1}, {2}

TextMergeViewer.atEnd.title= Go to Next Difference
TextMergeViewer.atEnd.message= End of document reached. Continue from beginning?
				
TextMergeViewer.atBeginning.title= Go to Previous Difference
TextMergeViewer.atBeginning.message= Beginning of document reached. Continue from end?

CompareNavigator.atEnd.title= Go to Next Difference
CompareNavigator.atEnd.message= Last difference reached.
				
CompareNavigator.atBeginning.title= Go to Previous Difference
CompareNavigator.atBeginning.message= First difference reached.

Back to the top