Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6aeefccd92591ca7cc9c527750eb6ca526a10dc3 (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, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-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