blob: 66f43d4f89260add28bbc3f127167a30dc07e7b6 [file] [log] [blame]
/**********************************************************************
.
. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License 2.0 which accompanies this distribution, and is
t https://www.eclipse.org/legal/epl-2.0/
t
t SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM - Initial API and implementation
* Johann Draschwandtner (Wind River) - [300988] Support filtering variables
**********************************************************************/
package org.eclipse.debug.internal.ui.stringsubstitution;
import org.eclipse.osgi.util.NLS;
public class StringSubstitutionMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.debug.internal.ui.stringsubstitution.StringSubstitutionMessages";//$NON-NLS-1$
public static String PromptExpanderBase_0;
public static String PromptExpanderBase_1;
public static String PromptingResolver_0;
public static String RefreshTab_0;
public static String RefreshTab_1;
public static String RefreshTab_6;
public static String RefreshTab_31;
public static String RefreshTab_32;
public static String RefreshTab_33;
public static String RefreshTab_34;
public static String RefreshTab_35;
public static String RefreshTab_36;
public static String RefreshTab_37;
public static String RefreshTab_40;
public static String RefreshTab_42;
public static String ResourceSelector_0;
public static String SelectedResourceResolver_0;
public static String StringPromptExpander_0;
public static String StringVariableSelectionDialog_1;
public static String StringVariableSelectionDialog_2;
public static String StringVariableSelectionDialog_3;
public static String StringVariableSelectionDialog_6;
public static String StringVariableSelectionDialog_7;
public static String StringVariableSelectionDialog_8;
public static String StringVariableSelectionDialog_0;
public static String StringVariableSelectionDialog_9;
public static String StringVariableSelectionDialog_10;
public static String StringVariableSelectionDialog_11;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, StringSubstitutionMessages.class);
}
public static String SystemPropertyArgumentSelector_0;
public static String SystemPropertyArgumentSelector_1;
}