blob: 42e662e41faec6a20727a1132239f4bf277b1fe0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2016 EclipseSource Muenchen GmbH 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:
* Eugen Neufeld- initial API and implementation
******************************************************************************/
package org.eclipse.emfforms.internal.rulerepository.tooling.wizard;
import org.eclipse.osgi.util.NLS;
/**
* Messages file.
*
* @generated
*
* @author Eugen Neufeld
*
*/
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.emfforms.internal.rulerepository.tooling.wizard.messages"; //$NON-NLS-1$
public static String EMFFormsRuleRepositoryWizard_creatingTask;
public static String EMFFormsRuleRepositoryWizard_editingTask;
public static String EMFFormsRuleRepositoryWizard_errorTitle;
public static String EMFFormsRuleRepositoryWizardPage_browseContainer;
public static String EMFFormsRuleRepositoryWizardPage_browseFile;
public static String EMFFormsRuleRepositoryWizardPage_containerSelection;
public static String EMFFormsRuleRepositoryWizardPage_description;
public static String EMFFormsRuleRepositoryWizardPage_errorContainerNotExists;
public static String EMFFormsRuleRepositoryWizardPage_errorInvalidFilename;
public static String EMFFormsRuleRepositoryWizardPage_errorNoContainer;
public static String EMFFormsRuleRepositoryWizardPage_errorNoFilename;
public static String EMFFormsRuleRepositoryWizardPage_errorProjectReadOnly;
public static String EMFFormsRuleRepositoryWizardPage_errorWrongFileExtension;
public static String EMFFormsRuleRepositoryWizardPage_FileAlreadyExist;
public static String EMFFormsRuleRepositoryWizardPage_fileSelection;
public static String EMFFormsRuleRepositoryWizardPage_title;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}