]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/Messages.java
Externalize strings in org.simantics.debug.ui
[simantics/platform.git] / bundles / org.simantics.debug.ui / src / org / simantics / debug / ui / Messages.java
1 /*******************************************************************************
2  * Copyright (c) 2007- VTT Technical Research Centre of Finland.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Eclipse Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/epl-v10.html
7  *
8  * Contributors:
9  *     VTT Technical Research Centre of Finland - initial API and implementation
10  *******************************************************************************/
11 /*******************************************************************************
12  * Copyright (c) 2007 VTT Technical Research Centre of Finland and others.
13  * All rights reserved. This program and the accompanying materials
14  * are made available under the terms of the Eclipse Public License v1.0
15  * which accompanies this distribution, and is available at
16  * http://www.eclipse.org/legal/epl-v10.html
17  *
18  * Contributors:
19  *     VTT Technical Research Centre of Finland - initial API and implementation
20  *******************************************************************************/
21 package org.simantics.debug.ui;
22
23 import org.eclipse.osgi.util.NLS;
24
25 public class Messages extends NLS {
26
27         public static String GraphDebugger_Cancel;
28         public static String GraphDebugger_ConfirmActionsDots;
29         public static String GraphDebugger_ConfirmActionsDotsMsg;
30         public static String GraphDebugger_Continue;
31         public static String GraphDebugger_EditValue;
32         public static String GraphDebugger_EnterResourceIDorURI;
33         public static String GraphDebugger_InputNewPropertyValue;
34         public static String GraphDebugger_LabelDragResource;
35         public static String GraphDebugger_Lookup;
36         public static String GraphDebugger_StatusIndexLookpuFailed;
37         public static String GraphDebugger_StatusInvalidInput;
38         public static String GraphDebugger_StatusInvalidInputExpectIdxClusterIds;
39         public static String GraphDebugger_StatusInvalidInputResIdORURIExpected;
40         public static String GraphDebugger_StatusInvalidPrefixedInput;
41         public static String GraphDebugger_StatusResourceforURI;
42         public static String GraphDebugger_StatusResourceIDFailed;
43         public static String GraphDebugger_StatusTransientResourceID;
44         public static String GraphDebugger_StatusURIlookupFailed;
45         public static String GraphDebuggerEditor_AddResource;
46         public static String GraphDebuggerEditor_AddResourceTT;
47         public static String GraphDebuggerEditor_AddStatement;
48         public static String GraphDebuggerEditor_AddStatementTT;
49         public static String GraphDebuggerEditor_Back;
50         public static String GraphDebuggerEditor_BackTT;
51         public static String GraphDebuggerEditor_Find;
52         public static String GraphDebuggerEditor_FindTT;
53         public static String GraphDebuggerEditor_Forward;
54         public static String GraphDebuggerEditor_ForwardTT;
55         public static String GraphDebuggerEditor_Refresh;
56         public static String GraphDebuggerEditor_RefreshTT;
57         public static String GraphDebuggerView_AddResource;
58         public static String GraphDebuggerView_AddResourceTT;
59         public static String GraphDebuggerView_AddStatement;
60         public static String GraphDebuggerView_AddStatementTT;
61         public static String GraphDebuggerView_Back;
62         public static String GraphDebuggerView_BackTT;
63         public static String GraphDebuggerView_Find;
64         public static String GraphDebuggerView_FindTT;
65         public static String GraphDebuggerView_Forward;
66         public static String GraphDebuggerView_ForwardTT;
67         public static String GraphDebuggerView_Home;
68         public static String GraphDebuggerView_HomeTT;
69         public static String GraphDebuggerView_Refresh;
70
71         public static String SearchResourceDialog_ActivatorResourceLabelProviderFailed;
72         public static String SearchResourceDialog_EnterNameResURIOrId;
73         public static String SearchResourceDialog_SeperatorLblPreviouslySelected;
74         public static String SearchResourceDialog_ShowInBrowser;
75         public static String SessionDebuggerView_ActivatorUnexpectedException;
76         public static String SessionDebuggerView_ActivatorUnexpectedIOException;
77         public static String SessionDebuggerView_Shell;
78         public static String SessionDebuggerView_WroteCommand;
79         public static String VariableDebugger_DragResourceToDebugger;
80         public static String VariableDebugger_Lookup;
81         public static String VariableDebugger_TextToolTip;
82         public static String VariableDebuggerView_Back;
83         public static String VariableDebuggerView_Forward;
84         public static String VariableDebuggerView_Home;
85         public static String VariableDebuggerView_HomeTT;
86         public static String VariableDebuggerView_Refresh;
87         private static final String BUNDLE_NAME = "org.simantics.debug.ui.messages"; //$NON-NLS-1$
88
89         static {
90                 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
91         }
92
93 }