Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties58
1 files changed, 0 insertions, 58 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties
deleted file mode 100644
index 6aeefccd9..000000000
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-###############################################################################
-# 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