blob: 8422156e2e7699023e85790da7651f2d1c8db2f7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2015 THALES GLOBAL SERVICES.
* 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:
* Thales - initial API and implementation
*******************************************************************************/
package org.eclipse.amalgam.explorer.activity.internal.preferences;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.amalgam.explorer.activity.internal.preferences.messages"; //$NON-NLS-1$
public static String ActivityExplorerPreferencePage_0;
public static String ActivityExplorerPreferencePage_1;
public static String ActivityExplorerPreferencePage_2;
public static String ActivityExplorerManagementPreferencePage_0;
public static String ActivityExplorerSelectionBlock_0;
public static String ActivityExplorerSelectionBlock_1;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}