Project

General

Profile

Download (3.42 KB) Statistics
| Branch: | Tag: | Revision:
1
/*******************************************************************************
2
 * Copyright (c) 2005, 2010 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
7
 *
8
 * Contributors:
9
 *     IBM Corporation - initial API and implementation
10
 *******************************************************************************/
11
package org.eclipse.ui.internal.navigator;
12

    
13
import org.eclipse.osgi.util.NLS;
14

    
15
/**
16
 * 
17
 * <p>
18
 * <strong>EXPERIMENTAL</strong>. This class or interface has been added as
19
 * part of a work in progress. There is a guarantee neither that this API will
20
 * work nor that it will remain the same. Please do not use this API without
21
 * consulting with the Platform/UI team.
22
 * </p>
23
 * 
24
 * @since 3.2
25
 * 
26
 */
27
public class CommonNavigatorMessages extends NLS {
28

    
29
	private static final String BUNDLE_NAME = "org.eclipse.ui.internal.navigator.messages"; //$NON-NLS-1$
30

    
31
	/** */
32
	public static String Link_With_Editor_Job_;
33

    
34
	/** */
35
	public static String Exception_Invoking_Extension;
36

    
37
	/** */
38
	public static String NavigatorViewerDescriptor_Popup_Menu_Overridden;
39

    
40
	/** */
41
	public static String StructuredViewerManager_0;
42

    
43
	/** */
44
	public static String TextAction_selectAll;
45

    
46
	/** */
47
	public static String Cut;
48

    
49
	/** */
50
	public static String Copy;
51

    
52
	/** */
53
	public static String Paste;
54

    
55
	/** */
56
	public static String Delete;
57

    
58
	/** */
59
	public static String Navigator_statusLineMultiSelect;
60

    
61
	/** */
62
	public static String SelectFiltersActionDelegate_1;
63

    
64
	/** */
65
	public static String CommonFilterSelectionDialog_Available_Filters;
66

    
67
	/** */
68
	public static String CommonFilterSelectionDialog_Available_Content;
69

    
70
	/** */
71
	public static String CommonFilterSelectionDialog_Hides_all_content_associated;
72

    
73
	/** */
74
	public static String CommonFilterSelectionDialog_Select_the_available_extensions;
75

    
76
	/** */
77
	public static String CommonFilterSelectionDialog_Select_the_filters_to_apply;
78

    
79
	/** */
80
	public static String SelectFiltersActionDelegate_0;
81

    
82
	/** */
83
	public static String CollapseAllActionDelegate_0;
84

    
85
	/** */
86
	public static String LinkEditorActionDelegate_1;
87

    
88
	/** */
89
	public static String LinkEditorActionDelegate_0;
90

    
91
	/** */
92
	public static String Attribute_Missing_Warning;
93

    
94
	/** */
95
	public static String Too_many_elements_Warning;
96

    
97
	/** */
98
	public static String Open_action_label;
99

    
100
	/** */
101
	public static String NewProjectWizard_errorTitle;
102

    
103
	/** */
104
	public static String NewProjectAction_text;
105

    
106
	/** */
107
	public static String UpdateFiltersOperation_Update_CommonViewer_Filter_;
108

    
109
	/** */
110
	public static String CommonFilterSelectionDialog_enter_name_of_filte_;
111

    
112
	/** */
113
	public static String CommonFilterSelectionDialog_Available_customization_;
114

    
115
	/** */
116
	public static String CommonSorterDescriptorManager_A_navigatorContent_extesnion_in_0_;
117

    
118
	/** */
119
	public static String CommonSorterDescriptorManager_A_navigatorContent_extension_does_n_;
120

    
121
	/** */
122
	public static String FilterDialogSelectionListener_Enable_the_0_filter_;
123

    
124
	/** */
125
	public static String NavigatorContentServiceLabelProvider_Error_no_label_provider_for_0_;
126

    
127
	/** */
128
	public static String CommonViewerSorter_NoContentExtensionForObject;
129
	
130
	/** */
131
	public static String NavigatorContentService_problemSavingPreferences;
132
	
133

    
134
	static {
135
		NLS.initializeMessages(BUNDLE_NAME, CommonNavigatorMessages.class);
136
	}
137

    
138
}
(4-4/31)