blob: 1e55108a6a2930e69a39146551ab71be094a7299 [file] [log] [blame]
/*=============================================================================#
# Copyright (c) 2005, 2019 Stephan Wahlbrink and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
#=============================================================================*/
package org.eclipse.statet.internal.ecommons.debug.ui;
import org.eclipse.osgi.util.NLS;
import org.eclipse.statet.jcommons.lang.NonNullByDefault;
@NonNullByDefault
@SuppressWarnings("null")
public class Messages extends NLS {
public static String BackgroundResourceRefresher_Job_name;
public static String InsertVariable_label;
public static String InputArguments_label;
public static String InputArguments_note;
public static String ConfigTab_LoadPreset_label;
public static String RunAction_ActivateConfig_label;
public static String RunAction_EditConfig_label;
public static String RunAction_CreateEditConfigs_label;
public static String Run_Launch_error_message;
static {
NLS.initializeMessages(Messages.class.getName(), Messages.class);
}
private Messages() {}
}