X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.debug.ui%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fui%2FMessages.java;h=a3e100b01e19195e738244eb99cbdc0097078070;hb=90a52d58489b6c518b13dde238923125c8f63eec;hp=9277b0ab0a5104cf4e6aa24bcd152eb32c271eae;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/Messages.java b/bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/Messages.java index 9277b0ab0..a3e100b01 100644 --- a/bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/Messages.java +++ b/bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/Messages.java @@ -1,13 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2007- VTT Technical Research Centre of Finland. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ /******************************************************************************* * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. * All rights reserved. This program and the accompanying materials @@ -24,9 +24,66 @@ import org.eclipse.osgi.util.NLS; public class Messages extends NLS { - public static String Name_adaption_problem; - public static String Name_formulation_problem; + public static String GraphDebugger_Cancel; + public static String GraphDebugger_ConfirmActionsDots; + public static String GraphDebugger_ConfirmActionsDotsMsg; + public static String GraphDebugger_Continue; + public static String GraphDebugger_EditValue; + public static String GraphDebugger_EnterResourceIDorURI; + public static String GraphDebugger_InputNewPropertyValue; + public static String GraphDebugger_LabelDragResource; + public static String GraphDebugger_Lookup; + public static String GraphDebugger_StatusIndexLookpuFailed; + public static String GraphDebugger_StatusInvalidInput; + public static String GraphDebugger_StatusInvalidInputExpectIdxClusterIds; + public static String GraphDebugger_StatusInvalidInputResIdORURIExpected; + public static String GraphDebugger_StatusInvalidPrefixedInput; + public static String GraphDebugger_StatusResourceforURI; + public static String GraphDebugger_StatusResourceIDFailed; + public static String GraphDebugger_StatusTransientResourceID; + public static String GraphDebugger_StatusURIlookupFailed; + public static String GraphDebuggerEditor_AddResource; + public static String GraphDebuggerEditor_AddResourceTT; + public static String GraphDebuggerEditor_AddStatement; + public static String GraphDebuggerEditor_AddStatementTT; + public static String GraphDebuggerEditor_Back; + public static String GraphDebuggerEditor_BackTT; + public static String GraphDebuggerEditor_Find; + public static String GraphDebuggerEditor_FindTT; + public static String GraphDebuggerEditor_Forward; + public static String GraphDebuggerEditor_ForwardTT; + public static String GraphDebuggerEditor_Refresh; + public static String GraphDebuggerEditor_RefreshTT; + public static String GraphDebuggerView_AddResource; + public static String GraphDebuggerView_AddResourceTT; + public static String GraphDebuggerView_AddStatement; + public static String GraphDebuggerView_AddStatementTT; + public static String GraphDebuggerView_Back; + public static String GraphDebuggerView_BackTT; + public static String GraphDebuggerView_Find; + public static String GraphDebuggerView_FindTT; + public static String GraphDebuggerView_Forward; + public static String GraphDebuggerView_ForwardTT; + public static String GraphDebuggerView_Home; + public static String GraphDebuggerView_HomeTT; + public static String GraphDebuggerView_Refresh; + public static String SearchResourceDialog_ActivatorResourceLabelProviderFailed; + public static String SearchResourceDialog_EnterNameResURIOrId; + public static String SearchResourceDialog_SeperatorLblPreviouslySelected; + public static String SearchResourceDialog_ShowInBrowser; + public static String SessionDebuggerView_ActivatorUnexpectedException; + public static String SessionDebuggerView_ActivatorUnexpectedIOException; + public static String SessionDebuggerView_Shell; + public static String SessionDebuggerView_WroteCommand; + public static String VariableDebugger_DragResourceToDebugger; + public static String VariableDebugger_Lookup; + public static String VariableDebugger_TextToolTip; + public static String VariableDebuggerView_Back; + public static String VariableDebuggerView_Forward; + public static String VariableDebuggerView_Home; + public static String VariableDebuggerView_HomeTT; + public static String VariableDebuggerView_Refresh; private static final String BUNDLE_NAME = "org.simantics.debug.ui.messages"; //$NON-NLS-1$ static {