blob: 3874506d548a16fa9271663bb73b84d7344dbab4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 SAP AG.
* 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:
* Georgi Konstantinov - initial API and implementation.
*******************************************************************************/
package org.eclipse.wst.sse.sieditor.search.i18n;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.wst.sse.sieditor.search.i18n.messages"; //$NON-NLS-1$
public static String AbstractSearchQueryOperation_pregressMonitorMessagePrefix;
public static String AllCategoriesXsdDestination_DisplayName;
public static String AllInterfacesDestination_Name;
public static String CopyAction_Label;
public static String LocalXsdDefinitionsSearchProvider_FlatListGrouping;
public static String LocalXsdDefinitionsSearchProvider_Files;
public static String LocalXsdDefinitionsSearchProvider_Namespaces;
public static String OpenInEditorAction_Label;
public static String SearchResultCustomUiCreator_NO_RESULTS_FOUND;
public static String SearchResultTooltipProvider_Documentation;
public static String SearchResultTooltipProvider_Name;
public static String XsdComplexTypesDestination_Name;
public static String XsdElementDeclarationDestination_Name;
public static String XsdSimpleTypesDestination_Name;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}