Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 27a31c0e809650c29a293ece84a61d0cd763dea7 (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
package org.eclipse.papyrus.uml.diagram.wizards.messages;

import org.eclipse.osgi.util.NLS;

/**
 * The Class Messages.
 */
public class Messages extends NLS {

	/** The Constant BUNDLE_NAME. */
	private static final String BUNDLE_NAME = "org.eclipse.papyrus.uml.diagram.wizards.messages.messages"; //$NON-NLS-1$

	/** The Create model wizard_new_papyrus_model_title. */
	public static String CreateModelWizard_new_papyrus_model_title;

	/** The Create several models wizard_cannot_initiate_page. */
	public static String CreateSeveralModelsWizard_cannot_initiate_page;

	/** The Create several models wizard_new_model_file_page_title. */
	public static String CreateSeveralModelsWizard_new_model_file_page_title;

	/** The Init model wizard_diagram_name_is_different_from_domain_model. */
	public static String InitModelWizard_diagram_name_is_different_from_domain_model;

	/** The Init model wizard_init_papyrus_diagram. */
	public static String InitModelWizard_init_papyrus_diagram;

	/** The Init model wizard_init_papyrus_model. */
	public static String InitModelWizard_init_papyrus_model;

	/** The Init model wizard_init_papyrus_model_desc. */
	public static String InitModelWizard_init_papyrus_model_desc;


	/** The New papyrus project with multi models wizard_exception_on_project_opening. */
	public static String NewPapyrusProjectWithMultiModelsWizard_exception_on_project_opening;

	public static String NewPapyrusProjectWizard_0;

	public static String NewPapyrusProjectWizard_1;

	/** The New papyrus project wizard_exception_on_opening. */
	public static String NewPapyrusProjectWizard_exception_on_opening;

	/** The New papyrus project wizard_new_papyrus_project. */
	public static String NewPapyrusProjectWizard_new_papyrus_project;

	/** The New papyrus project wizard_papyrus_project. */
	public static String NewPapyrusProjectWizard_papyrus_project;

	/** The New papyrus project wizard_papyrus_project_desc. */
	public static String NewPapyrusProjectWizard_papyrus_project_desc;

	public static String PapyrusProjectCreationPage_page_same_case_desc;


	/** The Diagram category registry_bad_class_name_of_category. */
	public static String DiagramCategoryRegistry_bad_class_name_of_category;


	public static String DiagramKindComposite_0;

	public static String DiagramKindComposite_2;

	public static String DiagramKindComposite_3;

	/** The Diagram kind label provider_undefined_element. */
	public static String DiagramKindLabelProvider_undefined_element;

	public static String FileChooser_0;

	/** The Model templates label provider_model_template_description_text. */
	public static String ModelTemplatesLabelProvider_model_template_description_text;


	/** The New model file page_3. */
	public static String NewModelFilePage_3;

	/** The New model file page_default_diagram_name. */
	public static String NewModelFilePage_default_diagram_name;

	/** The New model file page_diagram_file_was_renamed. */
	public static String NewModelFilePage_diagram_file_was_renamed;

	/** The New model file page_new_diagram_category_needs_specific_extension. */
	public static String NewModelFilePage_new_diagram_category_needs_specific_extension;

	/** The New model file page_page_desc. */
	public static String NewModelFilePage_page_desc;

	/** The New model file page_page_desc. */
	public static String NewModelFilePage_page_same_case_desc;

	public static String NewModelFilePage_set_a_container;


	/** The Select diagram category page_cannot_find_category. */
	public static String SelectDiagramCategoryPage_cannot_find_category;

	/** The Select diagram category page_diagram_language_group. */
	public static String SelectDiagramCategoryPage_diagram_language_group;

	/** The Select diagram category page_select_language. */
	public static String SelectDiagramCategoryPage_select_language;

	/** The Select diagram category page_select_one_category. */
	public static String SelectDiagramCategoryPage_select_one_category;

	public static String SelectDiagramCategoryPage_umlGroup;

	public static String SelectDiagramCategoryPage_dsmlGroup;


	public static String SelectDiagramKindPage_0;

	/** The Select diagram kind page_default_diagram_name. */
	public static String SelectDiagramKindPage_default_diagram_name;

	/** The Select diagram kind page_diagram_name_group. */
	public static String SelectDiagramKindPage_diagram_name_group;

	/** The Select diagram kind page_diagram_name_is_empty. */
	public static String SelectDiagramKindPage_diagram_name_is_empty;

	/** The Select diagram kind page_load_template_group. */
	public static String SelectDiagramKindPage_load_template_group;

	/** The Select diagram kind page_page_desc. */
	public static String SelectDiagramKindPage_page_desc;

	/** The Select diagram kind page_page_title. */
	public static String SelectDiagramKindPage_page_title;

	/** The Select diagram kind page_remember_current_selection_text. */
	public static String SelectDiagramKindPage_remember_current_selection_text;

	/** The Select diagram kind page_remember_current_selection_tooltip. */
	public static String SelectDiagramKindPage_remember_current_selection_tooltip;

	/** The Select diagram kind page_select_kind_group. */
	public static String SelectDiagramKindPage_select_kind_group;

	public static String SelectDiagramKindPage_Set_Root_Name_Error;

	public static String SelectDiagramKindPage_ProfileComposite_RegisteredProfilesDialog;

	public static String SelectDiagramKindPage_ProfileComposite_WorkspaceSelectionButton;

	public static String SelectDiagramKindPage_ProfileComposite_RegisteredSelectionButton;


	/** The Select root element page_select_root_element_desc. */
	public static String SelectRootElementPage_select_root_element_desc;

	/** The Select root element page_select_root_element_title. */
	public static String SelectRootElementPage_select_root_element_title;


	public static String SelectStorageProviderPage_0;

	public static String SelectStorageProviderPage_1;

	public static String SelectStorageProviderPage_2;

	public static String SelectStorageProviderPage_3;


	public static String ModelCopyWizard_AlreadyyExists;

	public static String ModelCopyWizard_CannotCreateCopy;

	public static String ModelCopyWizard_CannotOpenFIle;

	public static String ModelCopyWizard_ChooseOtherParentFolder;

	public static String ModelCopyWizard_CopyModel;

	public static String ModelCopyWizard_CreatePapyrusExample;

	public static String ModelCopyWizard_DoNotChangeFileName;

	public static String ModelCopyWizard_SelectParentFolder;


	public static String PapyrusProjectCreationPage_0;

	public static String PapyrusProjectCreationPage_1;

	public static String PapyrusProjectCreationPage_3;

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

	/**
	 * Instantiates a new messages.
	 */
	protected Messages() {
	}
}

Back to the top