control: support creating of experiments when importing a trace session
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.remote.ui / src / org / eclipse / tracecompass / internal / tmf / remote / ui / messages / RemoteMessages.java
1 /*******************************************************************************
2 * Copyright (c) 2016 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Bernd Hufmann - Initial API and implementation
11 *******************************************************************************/
12
13 package org.eclipse.tracecompass.internal.tmf.remote.ui.messages;
14
15 import org.eclipse.osgi.util.NLS;
16
17 /**
18 * Messages file for remote UI plug-in.
19 */
20 public class RemoteMessages extends NLS {
21 private static final String BUNDLE_NAME = "org.eclipse.tracecompass.internal.tmf.remote.ui.messages.messages"; //$NON-NLS-1$
22
23 /** Title for remote fetch log wizard */
24 public static String RemoteFetchLogWizard_Title;
25 /** Description of remote fetch wizard page */
26 public static String RemoteFetchLogWizardPage_Description;
27 /** Label for manage profile button */
28 public static String RemoteFetchLogWizardPage_ManageProfileLabel;
29 /** Label for remote nodes list */
30 public static String RemoteFetchLogWizardPage_NodesLabel;
31 /** Title of remote fetch wizard page */
32 public static String RemoteFetchLogWizardPage_Title;
33 /** Label of collapse all button */
34 public static String RemoteFetchLogWizardRemotePage_CollapseAll;
35 /** Error string for connection errors */
36 public static String RemoteFetchLogWizardRemotePage_ConnectionError;
37 /** Description of remote fetch wizard remote page */
38 public static String RemoteFetchLogWizardRemotePage_Description;
39 /** Label of expand all button */
40 public static String RemoteFetchLogWizardRemotePage_ExpandAll;
41 /** Error missing connection information */
42 public static String RemoteFetchLogWizardRemotePage_MissingConnectionInformation;
43 /** Message for connection job */
44 public static String RemoteFetchLogWizardRemotePage_OpeningConnectionTo;
45 /** Title of remote fetch wizard remote page*/
46 public static String RemoteFetchLogWizardRemotePage_Title;
47 /** Project group label */
48 public static String RemoteFetchLogWizardRemotePage_ImportDialogProjectsGroupName;
49 /** Error String for no project selected*/
50 public static String RemoteFetchLogWizardRemotePage_NoProjectSelectedError;
51 /** Error string for invalid tracing project */
52 public static String RemoteFetchLogWizardRemotePage_InvalidTracingProject;
53 /** Options group label */
54 public static String RemoteFetchLogWizardRemotePage_OptionsGroupName;
55 /** Create experiment button name */
56 public static String RemoteFetchLogWizardRemotePage_CreateExperimentName;
57 /** Error string when experiment already exists*/
58 public static String RemoteFetchLogWizardRemotePage_ErrorExperimentAlreadyExists;
59 /** The error message when a resource in experiment folder already exists */
60 public static String RemoteFetchLogWizardRemotePage_ErrorResourceAlreadyExists;
61 /** The error message when an experiment name is invalid */
62 public static String RemoteFetchLogWizardRemotePage_ErrorExperimentNameInvalid;
63 /** The error message when no experiment name was entered */
64 public static String RemoteFetchLogWizardRemotePage_ErrorEmptyExperimentName;
65 /** Label of add button in remote preference page */
66 public static String RemoteProfilesPreferencePage_AddButton;
67 /** Label of browse button in remote preference page */
68 public static String RemoteProfilesPreferencePage_BrowseButton;
69 /** Label of connection node name label */
70 public static String RemoteProfilesPreferencePage_ConnectionNodeNameLabel;
71 /** Label of connection node URI label */
72 public static String RemoteProfilesPreferencePage_ConnectionNodeURILabel;
73 /** Label of copy button in remote preference page */
74 public static String RemoteProfilesPreferencePage_CopyAction;
75 /** Label of cut button in remote preference page */
76 public static String RemoteProfilesPreferencePage_CutAction;
77 /** Default connection node name */
78 public static String RemoteProfilesPreferencePage_DefaultConnectionNodeName;
79 /** Default connection node URI */
80 public static String RemoteProfilesPreferencePage_DefaultConnectionNodeURI;
81 /** Default profile name */
82 public static String RemoteProfilesPreferencePage_DefaultProfileName;
83 /** Label of delete button in remote preference page */
84 public static String RemoteProfilesPreferencePage_DeleteAction;
85 /** Label of details pane in remote preference page */
86 public static String RemoteProfilesPreferencePage_DetailsPanelLabel;
87 /** Error message for duplicate connection node name */
88 public static String RemoteProfilesPreferencePage_DuplicateConnectionNodeNameError;
89 /** Error message for duplicate profile name */
90 public static String RemoteProfilesPreferencePage_DuplicateProfileNameError;
91 /** Error message for empty file pattern */
92 public static String RemoteProfilesPreferencePage_EmptyFilePatternError;
93 /** Error message for empty node name */
94 public static String RemoteProfilesPreferencePage_EmptyNodeNameError;
95 /** Error message for invalid node name */
96 public static String RemoteProfilesPreferencePage_InvalidNodeName;
97 /** Error message for empty node URI */
98 public static String RemoteProfilesPreferencePage_EmptyNodeURIError;
99 /** Error message for empty profile name */
100 public static String RemoteProfilesPreferencePage_EmptyProfileNameError;
101 /** Error message for empty root path */
102 public static String RemoteProfilesPreferencePage_EmptyRootPathError;
103 /** Error message for errors during writing of profiles to disk */
104 public static String RemoteProfilesPreferencePage_ErrorWritingProfile;
105 /** Label of export button in remote preference page */
106 public static String RemoteProfilesPreferencePage_ExportButton;
107 /** Title of export file dialog */
108 public static String RemoteProfilesPreferencePage_ExportFileDialogTitle;
109 /** Label for file pattern label */
110 public static String RemoteProfilesPreferencePage_FilePatternLabel;
111 /** Label of import button in remote preference page */
112 public static String RemoteProfilesPreferencePage_ImportButton;
113 /** Title for import file dialog */
114 public static String RemoteProfilesPreferencePage_ImportFileDialogTitle;
115 /** Error message for invalid file pattern */
116 public static String RemoteProfilesPreferencePage_InvalidFilePatternError;
117 /** Error message for invalid host or port */
118 public static String RemoteProfilesPreferencePage_InvalidHostOrPortError;
119 /** Error message for invalid node URI */
120 public static String RemoteProfilesPreferencePage_InvalidNodeURIError;
121 /** Error message for missing connection node */
122 public static String RemoteProfilesPreferencePage_MissingConnectionNodeError;
123 /** Error message for missing trace node */
124 public static String RemoteProfilesPreferencePage_MissingTraceError;
125 /** Error message for missing trace group */
126 public static String RemoteProfilesPreferencePage_MissingTraceGroupError;
127 /** Error message for missing user info */
128 public static String RemoteProfilesPreferencePage_MissingUserInfoError;
129 /** Label of move down button in remote preference page */
130 public static String RemoteProfilesPreferencePage_MoveDownButton;
131 /** Label of move up button in remote preference page */
132 public static String RemoteProfilesPreferencePage_MoveUpButton;
133 /** Label for new connection node menu item */
134 public static String RemoteProfilesPreferencePage_NewConnectionNode;
135 /** Label for new trace menu item */
136 public static String RemoteProfilesPreferencePage_NewTraceAction;
137 /** Label for new trace group menu item */
138 public static String RemoteProfilesPreferencePage_NewTraceGroupAction;
139 /** Label for paste menu item */
140 public static String RemoteProfilesPreferencePage_PasteAction;
141 /** Label for profile name */
142 public static String RemoteProfilesPreferencePage_ProfileNameLabel;
143 /** Label for button recursive */
144 public static String RemoteProfilesPreferencePage_RecursiveButton;
145 /** Label for remove button in remote preference page */
146 public static String RemoteProfilesPreferencePage_RemoveButton;
147 /** Label for root path label */
148 public static String RemoteProfilesPreferencePage_RootPathLabel;
149 /** Label for trace type combo */
150 public static String RemoteProfilesPreferencePage_TraceTypeLabel;
151 /** Error message for unsupported URI scheme error*/
152 public static String RemoteProfilesPreferencePage_UnsupportedURISchemeError;
153
154 /** Message for download task */
155 public static String RemoteImportTracesOperation_DownloadTask;
156 /** Error message for import failure */
157 public static String RemoteImportTracesOperation_ImportFailure;
158 /** Message for detection of trace type task */
159 public static String RemoteImportTracesOperation_DetectingTraceType;
160 /** Error message for an null node name */
161 public static String RemoteImportConnectionNodeElement_NodeNameNullError;
162 /** Error message for invalid URI string during import operation */
163 public static String RemoteImportConnectionNodeElement_InvalidUriString;
164 /** Error message for connection error during import operation */
165 public static String RemoteImportConnectionNodeElement_ConnectionFailure;
166 /** Error message for a null URI during import operation */
167 public static String RemoteImportConnectionNodeElement_UriNullError;
168 /** Error message for an invalid tracing project during import operation */
169 public static String RemoteImportTracesOperation_ImportDialogInvalidTracingProject;
170 /** Error message for errors during generation of the profile manifest*/
171 public static String RemoteGenerateManifest_GenerateProfileManifestError;
172
173 static {
174 // initialize resource bundle
175 NLS.initializeMessages(BUNDLE_NAME, RemoteMessages.class);
176 }
177
178 private RemoteMessages() {
179 }
180
181 }
This page took 0.034653 seconds and 5 git commands to generate.