Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: da2f756036c61c127d4ff2d42ee31a6a78b8bf93 (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
/*******************************************************************************
* Copyright (c) 2010 Oracle. 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:
*     Oracle - initial API and implementation
*******************************************************************************/
package org.eclipse.jpt.jaxb.ui.internal;

import org.eclipse.osgi.util.NLS;

/**
 * Localized messages used by Dali JAXB UI.
 *
 * @version 2.3
 */
public class JptJaxbUiMessages {

	public static String JavaProjectWizardPage_project;
	public static String JavaProjectWizardPage_destinationProject;
	
	// ClassesGenerator
	public static String ClassesGeneratorProjectWizardPage_title;
	public static String ClassesGeneratorProjectWizardPage_desc;
	
	public static String ClassesGeneratorWizard_title;
	public static String ClassesGeneratorWizard_errorDialogTitle;
	public static String ClassesGeneratorWizard_couldNotCreate;
	

	public static String SchemaWizardPage_title;
	public static String SchemaWizardPage_desc;
	
	public static String SchemaWizardPage_xmlCatalogTableTitle; 
	public static String SchemaWizardPage_xmlCatalogKeyColumn; 
	public static String SchemaWizardPage_xmlCatalogUriColumn; 
	
	public static String SchemaWizardPage_errorUriCannotBeLocated;
	
	
	public static String ClassesGeneratorWizardPage_title;
	public static String ClassesGeneratorWizardPage_desc;
	
	public static String ClassesGeneratorWizardPage_usesMoxyImplementation;
	
	public static String ClassesGeneratorWizardPage_catalog;
	public static String ClassesGeneratorWizardPage_bindingsFiles;
	public static String ClassesGeneratorWizardPage_browseButton;
	public static String ClassesGeneratorWizardPage_addButton;
	public static String ClassesGeneratorWizardPage_removeButton;
	public static String ClassesGeneratorWizardPage_chooseABindingsFile;
	public static String ClassesGeneratorWizardPage_chooseACatalog;

	public static String ClassesGeneratorWizardPage_sourceFolderSelectionDialog_title;
	public static String ClassesGeneratorWizardPage_chooseSourceFolderDialog_desc;

	public static String ClassesGeneratorWizardPage_jaxbLibrariesNotAvailable;
	public static String ClassesGeneratorWizardPage_moxyLibrariesNotAvailable;

	public static String ClassesGeneratorOptionsWizardPage_title;
	public static String ClassesGeneratorOptionsWizardPage_desc;

	public static String ClassesGeneratorOptionsWizardPage_proxyGroup;
	public static String ClassesGeneratorOptionsWizardPage_noProxy;
	public static String ClassesGeneratorOptionsWizardPage_proxy;
	public static String ClassesGeneratorOptionsWizardPage_proxyFile;
	public static String ClassesGeneratorOptionsWizardPage_chooseAProxyFile;
	
	public static String ClassesGeneratorOptionsWizardPage_useStrictValidation;
	public static String ClassesGeneratorOptionsWizardPage_makeReadOnly;
	public static String ClassesGeneratorOptionsWizardPage_suppressPackageInfoGen;
	public static String ClassesGeneratorOptionsWizardPage_suppressesHeaderGen;
	public static String ClassesGeneratorOptionsWizardPage_target;
	public static String ClassesGeneratorOptionsWizardPage_verbose;
	public static String ClassesGeneratorOptionsWizardPage_quiet;

	public static String ClassesGeneratorOptionsWizardPage_treatsAsXmlSchema;
	public static String ClassesGeneratorOptionsWizardPage_treatsAsRelaxNg;
	public static String ClassesGeneratorOptionsWizardPage_treatsAsRelaxNgCompact;
	public static String ClassesGeneratorOptionsWizardPage_treatsAsDtd;
	public static String ClassesGeneratorOptionsWizardPage_treatsAsWsdl;
	public static String ClassesGeneratorOptionsWizardPage_showsVersion;
	public static String ClassesGeneratorOptionsWizardPage_showsHelp;
	
	public static String ClassesGeneratorExtensionOptionsWizardPage_title;
	public static String ClassesGeneratorExtensionOptionsWizardPage_desc;
	
	public static String ClassesGeneratorExtensionOptionsWizardPage_allowExtensions;
	public static String ClassesGeneratorExtensionOptionsWizardPage_classpath;
	public static String ClassesGeneratorExtensionOptionsWizardPage_additionalArguments;

	public static String ClassesGeneratorUi_generatingEntities;
	public static String ClassesGeneratorUi_generatingEntitiesTask;

	public static String ClassesGeneratorUi_generatingClassesWarningTitle;
	public static String ClassesGeneratorUi_generatingClassesWarningMessage;

	// SchemaGenerator
	public static String SchemaGeneratorWizard_title;
	public static String SchemaGeneratorWizard_generatingSchema;

	public static String SchemaGeneratorProjectWizardPage_title;
	public static String SchemaGeneratorProjectWizardPage_desc;
	
	public static String SchemaGeneratorWizardPage_title;
	public static String SchemaGeneratorWizardPage_desc;
	
	public static String SchemaGeneratorWizardPage_shemaLocation;
	public static String SchemaGeneratorWizardPage_shema;
	public static String SchemaGeneratorWizardPage_packages;
	public static String SchemaGeneratorWizardPage_browse;
	
	public static String SchemaGeneratorWizardPage_chooseSchemaDialogTitle;
	
	public static String SchemaGeneratorWizardPage_errorNoSchema;
	public static String SchemaGeneratorWizardPage_errorNoPackage;
	
	public static String SchemaGeneratorWizardPage_jaxbLibrariesNotAvailable;

	public static String SchemaGeneratorWizardPage_moxyLibrariesNotAvailable;
	
	public static String SchemaGeneratorWizard_generateSchemaTask;
	
	public static String NewSchemaFileWizardPage_errorNotJavaProject;
	
	
	// new project wizard
	
	public static String JaxbProjectWizard_title;
	
	public static String JaxbProjectWizard_firstPage_title;
	public static String JaxbProjectWizard_firstPage_desc;
	
	
	// facet page
	
	public static String JaxbFacetWizardPage_title;
	public static String JaxbFacetWizardPage_desc;
	public static String JaxbFacetWizardPage_platformLabel;
	public static String JaxbFacetWizardPage_jaxbImplementationLabel;
	
	public static String JaxbFacetDataModel_validatePlatformNotSpecified;
	
	
	
	private static final String BUNDLE_NAME = "jpt_jaxb_ui"; //$NON-NLS-1$
	private static final Class<?> BUNDLE_CLASS = JptJaxbUiMessages.class;
	static {
		NLS.initializeMessages(BUNDLE_NAME, BUNDLE_CLASS);
	}

	private JptJaxbUiMessages() {
		throw new UnsupportedOperationException();
	}

}

Back to the top