blob: 6aeefccd92591ca7cc9c527750eb6ca526a10dc3 [file] [log] [blame]
###############################################################################
# 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.