blob: 5c2c4bf2b1470c98b94f90fe3be21a25cb415b71 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2011 See4sys and others.
* 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:
* See4sys - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.examples.codegen.xpand.ui.internal.messages;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.sphinx.examples.codegen.xpand.ui.internal.messages.messages"; //$NON-NLS-1$
public static String menu_generate;
public static String menuItem_generate_codeUsingXpand;
static {
// Initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}