Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 93cb5414f5c136c1d27c045951f36d4a08a03948 (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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
/*******************************************************************************
 * Copyright (c) 2008-2010 Sonatype, Inc.
 * 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:
 *      Sonatype, Inc. - initial API and implementation
 *******************************************************************************/

package org.eclipse.m2e.editor.internal;

import org.eclipse.osgi.util.NLS;


public class Messages extends NLS {
  private static final String BUNDLE_NAME = "org.eclipse.m2e.editor.internal.messages"; //$NON-NLS-1$

  public static String CustomLifecycleParamsDialog_btnCopyFrom;

  public static String CustomLifecycleParamsDialog_btnCreateEmpty;

  public static String DefaultPluginConfigurationEditor_lblUseXml;

  public static String DependenciesComposite_action_filter;

  public static String DependenciesComposite_action_open_project_page;

  public static String DependenciesComposite_action_selectDependency;

  public static String DependenciesComposite_action_selectExclusion;

  public static String DependenciesComposite_action_showgroupid;

  public static String DependenciesComposite_action_showInheritedDependencies;

  public static String DependenciesComposite_action_sortAlphabetically;

  public static String DependenciesComposite_btnOptional;

  public static String DependenciesComposite_btnSelect;

  public static String DependenciesComposite_checkConsoleForErrors;

  public static String DependenciesComposite_error;

  public static String DependenciesComposite_fixProjectErrors;

  public static String DependenciesComposite_lblArtifactId;

  public static String DependenciesComposite_lblClassifier;

  public static String DependenciesComposite_lblExclusionArtifactId;

  public static String DependenciesComposite_lblExclusionGroupId;

  public static String DependenciesComposite_lblGroupId;

  public static String DependenciesComposite_lblScope;

  public static String DependenciesComposite_lblSystemPath;

  public static String DependenciesComposite_lblType;

  public static String DependenciesComposite_lblVersion;

  public static String DependenciesComposite_manageButton;

  public static String DependenciesComposite_searchDialog_selectExclusion;

  public static String DependenciesComposite_searchDialog_title;

  public static String DependenciesComposite_searchTitle_addExclusion;

  public static String DependenciesComposite_section_dependency_details;

  public static String DependenciesComposite_section_ExclusionDetails;

  public static String DependenciesComposite_sectionDependencies;

  public static String DependenciesComposite_sectionDependencyManagement;

  public static String DependenciesComposite_sectionExclusions;

  public static String DependenciesPage_exclusions_link;

  public static String DependenciesPage_find;

  public static String DependenciesPage_form;

  public static String DependenciesPage_title;

  public static String DependencyLabelProvider_0;

  public static String DependencyTreePage_0;

  public static String DependencyTreePage_action_collapseAll;

  public static String DependencyTreePage_action_expandAll;

  public static String DependencyTreePage_action_filter;

  public static String DependencyTreePage_action_filterSearch;

  public static String DependencyTreePage_action_refresh;

  public static String DependencyTreePage_action_showGroupId;

  public static String DependencyTreePage_action_sort;

  public static String DependencyTreePage_classpath;

  public static String DependencyTreePage_find;

  public static String DependencyTreePage_form_title;

  public static String DependencyTreePage_job_loading;

  public static String DependencyTreePage_job_reloading;

  public static String DependencyTreePage_message_resolving;

  public static String DependencyTreePage_message_updating;

  public static String DependencyTreePage_scope_all;

  public static String DependencyTreePage_scope_comp_runtime;

  public static String DependencyTreePage_scope_compile;

  public static String DependencyTreePage_scope_runtime;

  public static String DependencyTreePage_section_hierarchy;

  public static String DependencyTreePage_section_resolvedDeps;

  public static String DependencyTreePage_title;

  public static String FormUtils_click_for_details;
  
  public static String FormUtils_click_for_details2;

  public static String FormUtils_error_info;

  public static String FormUtils_pom_error;

  public static String ListEditorComposite_btnAdd;

  public static String ListEditorComposite_btnCreate;

  public static String ListEditorComposite_btnRemove;

  public static String ListEditorComposite_btnProperties;

  public static String MavenPomEditor_action_advanced;

  public static String MavenPomEditor_effective;

  public static String MavenPomEditor_effective_pom;

  public static String MavenPomEditor_error_failed_effective;

  public static String MavenPomEditor_error_loading_effective_pom;

  public static String MavenPomEditor_job_disposing;

  public static String MavenPomEditor_job_saving;

  public static String MavenPomEditor_loading;

  public static String MavenPomEditor_task_reading;

  public static String MavenPomEditorPage_actio_refresh;

  public static String MavenPomEditorPage_action_open;

  public static String MavenPomEditorPage_add_desc;

  public static String MavenPomEditorPage_error_add;

  public static String MavenPomEditorPage_error_unknown;

  public static String MavenPomEditorPage_job_opening;

  public static String MavenPomEditorPage_warning_add;

  public static String OverviewPage_action_new_module_project;

  public static String OverviewPage_action_newModuleElement;

  public static String OverviewPage_action_selectParent;

  public static String OverviewPage_form;

  public static String OverviewPage_job;

  public static String OverviewPage_job_open;

  public static String OverviewPage_lblArtifactId;

  public static String OverviewPage_lblConnection;

  public static String OverviewPage_lblDesc;

  public static String OverviewPage_lblDev;

  public static String OverviewPage_lblGroupId;

  public static String OverviewPage_lblGroupId2;

  public static String OverviewPage_lblInception;

  public static String OverviewPage_lblName;

  public static String OverviewPage_lblPackaging;

  public static String OverviewPage_lblRelPath;

  public static String OverviewPage_lblSystem;

  public static String OverviewPage_lblTag;

  public static String OverviewPage_lblUrl;

  public static String OverviewPage_lblVersion;

  public static String OverviewPage_lblVersion2;

  public static String OverviewPage_msg_not_pom_packaging;

  public static String OverviewPage_opening_editors;

  public static String OverviewPage_searchDialog_selectParent;

  public static String OverviewPage_section_artifact;

  public static String OverviewPage_section_ci;

  public static String OverviewPage_section_issueMan;

  public static String OverviewPage_section_modules;

  public static String OverviewPage_section_org;

  public static String OverviewPage_section_parent;

  public static String OverviewPage_section_project;

  public static String OverviewPage_section_scm;

  public static String OverviewPage_selectModuleProjects;

  public static String OverviewPage_title;

  public static String OverviewPage_updateModulePoms;

  public static String PomEditorMenuCreator_action_showDependencyHierarchy;

  public static String PropertiesSection_section_properties;

  public static String PropertiesSection_title_addProperty;

  public static String PropertiesSection_title_editProperty;

  public static String PropertyPairLabelProvider_0;

  public static String SearchControl_lblSearch;

  public static String ShowDependencyHierarchyAction_job_openPomEditor;

  static {
    // initialize resource bundle
    NLS.initializeMessages(BUNDLE_NAME, Messages.class);
  }

  private Messages() {
  }
}

Back to the top