/* * generated by Xtext 2.27.0 */ package org.etsi.mts.tdl.ui.wizard; import org.eclipse.osgi.util.NLS; public class Messages extends NLS { private static final String BUNDLE_NAME = "org.etsi.mts.tdl.ui.wizard.messages"; //$NON-NLS-1$ public static String TDLtxProject_Label; public static String TDLtxProject_Description; public static String TDLtxFile_Label; public static String TDLtxFile_Description; public static String TDLtxFileExtras_Label; public static String TDLtxFileExtras_Description; public static String TDLtxProjectWithOpenAPI_Label; public static String TDLtxProjectWithOpenAPI_Description; public static String TDLtxFileFromOpenAPI_Label; public static String TDLtxFileFromOpenAPI_Description; public static String TDLtxLibrary_Label; public static String TDLtxLibrary_Description; public static String TDLtxProjectBase_Label; public static String TDLtxProjectBase_Description; static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, Messages.class); } private Messages() { } }