Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3d44786afdec9a7b33aae5d542eac3c00bbeb6da (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/*******************************************************************************
 * Copyright (c) 2000, 2011 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
 *     Matt McCutchen (hashproduct+eclipse@gmail.com) - Bug 35390 Three-way compare cannot select (mis-selects) )ancestor resource
 *     Aleksandra Wozniak (aleksandra.k.wozniak@gmail.com) - Bug 239959, Bug 73923
 *******************************************************************************/
package org.eclipse.compare.internal;

import org.eclipse.osgi.util.NLS;

public final class CompareMessages extends NLS {

	private static final String BUNDLE_NAME = "org.eclipse.compare.internal.CompareMessages";//$NON-NLS-1$

	private CompareMessages() {
		// Do not instantiate
	}

	public static String CompareContainer_0;
	public static String CompareDialog_commit_button;
	public static String CompareDialog_error_message;
	public static String CompareDialog_error_title;
	public static String CompareEditor_0;
	public static String CompareEditor_1;
	public static String CompareEditor_2;
	public static String DocumentMerger_0;
	public static String DocumentMerger_1;
	public static String DocumentMerger_2;
	public static String DocumentMerger_3;
	public static String CompareEditorInput_0;
	public static String ComparePlugin_internal_error;
	public static String ComparePreferencePage_0;
	public static String ComparePreferencePage_1;
	public static String ComparePreferencePage_2;
	public static String ComparePreferencePage_3;
	public static String ComparePreferencePage_4;
	public static String CompareUIPlugin_0;
	public static String CompareUIPlugin_1;
	public static String ContentMergeViewer_resource_changed_description;
	public static String ContentMergeViewer_resource_changed_title;
	public static String ExceptionDialog_seeErrorLogMessage;
	public static String CompareViewerSwitchingPane_Titleformat;
	public static String NavigationEndDialog_0;
	public static String NavigationEndDialog_1;
	public static String ShowWhitespaceAction_0;
	public static String StructureDiffViewer_0;
	public static String StructureDiffViewer_1;
	public static String StructureDiffViewer_2;
	public static String StructureDiffViewer_3;
	public static String StructureDiffViewer_NoStructuralDifferences;
	public static String StructureDiffViewer_StructureError;
	public static String TextMergeViewer_0;
	public static String TextMergeViewer_1;
	public static String TextMergeViewer_10;
	public static String TextMergeViewer_11;
	public static String TextMergeViewer_12;
	public static String TextMergeViewer_13;
	public static String TextMergeViewer_14;
	public static String TextMergeViewer_15;
	public static String TextMergeViewer_16;
	public static String TextMergeViewer_17;
	public static String TextMergeViewer_2;
	public static String TextMergeViewer_3;
	public static String TextMergeViewer_4;
	public static String TextMergeViewer_5;
	public static String TextMergeViewer_6;
	public static String TextMergeViewer_7;
	public static String TextMergeViewer_8;
	public static String TextMergeViewer_9;
	public static String TextMergeViewer_accessible_ancestor;
	public static String TextMergeViewer_accessible_left;
	public static String TextMergeViewer_accessible_right;
	public static String TextMergeViewer_cursorPosition_format;
	public static String TextMergeViewer_beforeLine_format;
	public static String TextMergeViewer_range_format;
	public static String TextMergeViewer_changeType_addition;
	public static String TextMergeViewer_changeType_deletion;
	public static String TextMergeViewer_changeType_change;
	public static String TextMergeViewer_direction_outgoing;
	public static String TextMergeViewer_direction_incoming;
	public static String TextMergeViewer_direction_conflicting;
	public static String TextMergeViewer_diffType_format;
	public static String TextMergeViewer_diffDescription_noDiff_format;
	public static String TextMergeViewer_diffDescription_diff_format;
	public static String TextMergeViewer_statusLine_format;
	public static String TextMergeViewer_atEnd_title;
	public static String TextMergeViewer_atEnd_message;
	public static String TextMergeViewer_atBeginning_title;
	public static String TextMergeViewer_atBeginning_message;
	public static String CompareNavigator_atEnd_title;
	public static String CompareNavigator_atEnd_message;
	public static String CompareNavigator_atBeginning_title;
	public static String CompareNavigator_atBeginning_message;
	public static String WorkerJob_0;
	public static String SelectAncestorDialog_title;
	public static String SelectAncestorDialog_message;
	public static String SelectAncestorDialog_option;
	public static String CompareWithOtherResourceDialog_ancestor;
	public static String CompareWithOtherResourceDialog_rightPanel;
	public static String CompareWithOtherResourceDialog_leftPanel;
	public static String CompareWithOtherResourceDialog_dialogTitle;
	public static String CompareWithOtherResourceDialog_dialogMessage;
	public static String CompareWithOtherResourceDialog_error_not_comparable;
	public static String CompareWithOtherResourceDialog_error_empty;
	public static String CompareWithOtherResourceDialog_clear;
	public static String CompareWithOtherResourceDialog_info;
	public static String CompareWithOtherResourceDialog_externalFile_errorTitle;
	public static String CompareWithOtherResourceDialog_externalFile_errorMessage;
	public static String CompareWithOtherResourceDialog_externalFileMainButton;
	public static String CompareWithOtherResourceDialog_externalFileRadioButton;
	public static String CompareWithOtherResourceDialog_externalFolderMainButton;
	public static String CompareWithOtherResourceDialog_externalFolderRadioButton;
	public static String CompareWithOtherResourceDialog_workspaceMainButton;
	public static String CompareWithOtherResourceDialog_workspaceRadioButton;
	public static String CompareContentViewerSwitchingPane_defaultViewer;
	public static String CompareContentViewerSwitchingPane_switchButtonTooltip;
	public static String CompareContentViewerSwitchingPane_discoveredLabel;
	public static String CompareContentViewerSwitchingPane_optimized;
	public static String CompareContentViewerSwitchingPane_optimizedTooltip;
	public static String CompareStructureViewerSwitchingPane_defaultViewer;
	public static String CompareStructureViewerSwitchingPane_switchButtonTooltip;
	public static String CompareStructureViewerSwitchingPane_discoveredLabel;

	public static String ReaderCreator_fileIsNotAccessible;

	static {
		NLS.initializeMessages(BUNDLE_NAME, CompareMessages.class);
	}
}

Back to the top