package org.eclipse.dltk.internal.debug.ui; import org.eclipse.osgi.util.NLS; public class Messages extends NLS { private static final String BUNDLE_NAME = "org.eclipse.dltk.internal.debug.ui.messages"; //$NON-NLS-1$ public static String HotCodeReplaceErrorDialog_continue; public static String HotCodeReplaceErrorDialog_disconnect; public static String HotCodeReplaceErrorDialog_disconnect2; public static String HotCodeReplaceErrorDialog_failed; public static String HotCodeReplaceErrorDialog_restart; public static String HotCodeReplaceErrorDialog_restart2; public static String HotCodeReplaceErrorDialog_terminate; public static String HotCodeReplaceErrorDialog_terminate2; public static String ScriptDetailFormattersManager_cantEvaluateDetails; public static String ScriptHotCodeReplaceListener_doNotShowErrorWhenHotCodeReplaceFails; public static String ScriptHotCodeReplaceListener_doNotShowErrorWhenHotCodeReplaceIsNotSupported; public static String ScriptHotCodeReplaceListener_hotCodeReplaceFailed; public static String ScriptHotCodeReplaceListener_someCodeChangesCannotBeHotSwappedIntoARunningInterpreter; public static String ScriptHotCodeReplaceListener_theTargetDoesntSupportHotCodeReplace; static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, Messages.class); } private Messages() { } }