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
CommitLineData
9ba2101a 1/*******************************************************************************
150ae90e 2 * Copyright (c) 2016 Ericsson
9ba2101a
PT
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
13package org.eclipse.tracecompass.internal.tmf.remote.ui.messages;
14
15import org.eclipse.osgi.util.NLS;
16
a8301622
BH
17/**
18 * Messages file for remote UI plug-in.
19 */
9ba2101a
PT
20public class RemoteMessages extends NLS {
21 private static final String BUNDLE_NAME = "org.eclipse.tracecompass.internal.tmf.remote.ui.messages.messages"; //$NON-NLS-1$
22
a8301622 23 /** Title for remote fetch log wizard */
9ba2101a 24 public static String RemoteFetchLogWizard_Title;
a8301622 25 /** Description of remote fetch wizard page */
9ba2101a 26 public static String RemoteFetchLogWizardPage_Description;
a8301622 27 /** Label for manage profile button */
9ba2101a 28 public static String RemoteFetchLogWizardPage_ManageProfileLabel;
a8301622 29 /** Label for remote nodes list */
9ba2101a 30 public static String RemoteFetchLogWizardPage_NodesLabel;
a8301622 31 /** Title of remote fetch wizard page */
9ba2101a 32 public static String RemoteFetchLogWizardPage_Title;
a8301622 33 /** Label of collapse all button */
9ba2101a 34 public static String RemoteFetchLogWizardRemotePage_CollapseAll;
a8301622 35 /** Error string for connection errors */
9ba2101a 36 public static String RemoteFetchLogWizardRemotePage_ConnectionError;
a8301622 37 /** Description of remote fetch wizard remote page */
9ba2101a 38 public static String RemoteFetchLogWizardRemotePage_Description;
a8301622 39 /** Label of expand all button */
9ba2101a 40 public static String RemoteFetchLogWizardRemotePage_ExpandAll;
a8301622 41 /** Error missing connection information */
9ba2101a 42 public static String RemoteFetchLogWizardRemotePage_MissingConnectionInformation;
a8301622 43 /** Message for connection job */
9ba2101a 44 public static String RemoteFetchLogWizardRemotePage_OpeningConnectionTo;
a8301622 45 /** Title of remote fetch wizard remote page*/
9ba2101a 46 public static String RemoteFetchLogWizardRemotePage_Title;
b9c84b9c
BH
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;
150ae90e
BH
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;
a8301622 65 /** Label of add button in remote preference page */
9ba2101a 66 public static String RemoteProfilesPreferencePage_AddButton;
a8301622 67 /** Label of browse button in remote preference page */
9ba2101a 68 public static String RemoteProfilesPreferencePage_BrowseButton;
a8301622 69 /** Label of connection node name label */
9ba2101a 70 public static String RemoteProfilesPreferencePage_ConnectionNodeNameLabel;
a8301622 71 /** Label of connection node URI label */
9ba2101a 72 public static String RemoteProfilesPreferencePage_ConnectionNodeURILabel;
a8301622 73 /** Label of copy button in remote preference page */
9ba2101a 74 public static String RemoteProfilesPreferencePage_CopyAction;
a8301622 75 /** Label of cut button in remote preference page */
9ba2101a 76 public static String RemoteProfilesPreferencePage_CutAction;
a8301622 77 /** Default connection node name */
9ba2101a 78 public static String RemoteProfilesPreferencePage_DefaultConnectionNodeName;
a8301622 79 /** Default connection node URI */
9ba2101a 80 public static String RemoteProfilesPreferencePage_DefaultConnectionNodeURI;
a8301622 81 /** Default profile name */
9ba2101a 82 public static String RemoteProfilesPreferencePage_DefaultProfileName;
a8301622 83 /** Label of delete button in remote preference page */
9ba2101a 84 public static String RemoteProfilesPreferencePage_DeleteAction;
a8301622 85 /** Label of details pane in remote preference page */
9ba2101a 86 public static String RemoteProfilesPreferencePage_DetailsPanelLabel;
a8301622 87 /** Error message for duplicate connection node name */
9ba2101a 88 public static String RemoteProfilesPreferencePage_DuplicateConnectionNodeNameError;
a8301622 89 /** Error message for duplicate profile name */
9ba2101a 90 public static String RemoteProfilesPreferencePage_DuplicateProfileNameError;
a8301622 91 /** Error message for empty file pattern */
9ba2101a 92 public static String RemoteProfilesPreferencePage_EmptyFilePatternError;
a8301622 93 /** Error message for empty node name */
9ba2101a 94 public static String RemoteProfilesPreferencePage_EmptyNodeNameError;
a8301622 95 /** Error message for invalid node name */
9ba2101a 96 public static String RemoteProfilesPreferencePage_InvalidNodeName;
a8301622 97 /** Error message for empty node URI */
9ba2101a 98 public static String RemoteProfilesPreferencePage_EmptyNodeURIError;
a8301622 99 /** Error message for empty profile name */
9ba2101a 100 public static String RemoteProfilesPreferencePage_EmptyProfileNameError;
a8301622 101 /** Error message for empty root path */
9ba2101a 102 public static String RemoteProfilesPreferencePage_EmptyRootPathError;
a8301622 103 /** Error message for errors during writing of profiles to disk */
9ba2101a 104 public static String RemoteProfilesPreferencePage_ErrorWritingProfile;
a8301622 105 /** Label of export button in remote preference page */
9ba2101a 106 public static String RemoteProfilesPreferencePage_ExportButton;
a8301622 107 /** Title of export file dialog */
9ba2101a 108 public static String RemoteProfilesPreferencePage_ExportFileDialogTitle;
a8301622 109 /** Label for file pattern label */
9ba2101a 110 public static String RemoteProfilesPreferencePage_FilePatternLabel;
a8301622 111 /** Label of import button in remote preference page */
9ba2101a 112 public static String RemoteProfilesPreferencePage_ImportButton;
a8301622 113 /** Title for import file dialog */
9ba2101a 114 public static String RemoteProfilesPreferencePage_ImportFileDialogTitle;
a8301622 115 /** Error message for invalid file pattern */
9ba2101a 116 public static String RemoteProfilesPreferencePage_InvalidFilePatternError;
a8301622 117 /** Error message for invalid host or port */
9ba2101a 118 public static String RemoteProfilesPreferencePage_InvalidHostOrPortError;
a8301622 119 /** Error message for invalid node URI */
9ba2101a 120 public static String RemoteProfilesPreferencePage_InvalidNodeURIError;
a8301622 121 /** Error message for missing connection node */
9ba2101a 122 public static String RemoteProfilesPreferencePage_MissingConnectionNodeError;
a8301622 123 /** Error message for missing trace node */
9ba2101a 124 public static String RemoteProfilesPreferencePage_MissingTraceError;
a8301622 125 /** Error message for missing trace group */
9ba2101a 126 public static String RemoteProfilesPreferencePage_MissingTraceGroupError;
a8301622 127 /** Error message for missing user info */
9ba2101a 128 public static String RemoteProfilesPreferencePage_MissingUserInfoError;
a8301622 129 /** Label of move down button in remote preference page */
9ba2101a 130 public static String RemoteProfilesPreferencePage_MoveDownButton;
a8301622 131 /** Label of move up button in remote preference page */
9ba2101a 132 public static String RemoteProfilesPreferencePage_MoveUpButton;
a8301622 133 /** Label for new connection node menu item */
9ba2101a 134 public static String RemoteProfilesPreferencePage_NewConnectionNode;
a8301622 135 /** Label for new trace menu item */
9ba2101a 136 public static String RemoteProfilesPreferencePage_NewTraceAction;
a8301622 137 /** Label for new trace group menu item */
9ba2101a 138 public static String RemoteProfilesPreferencePage_NewTraceGroupAction;
a8301622 139 /** Label for paste menu item */
9ba2101a 140 public static String RemoteProfilesPreferencePage_PasteAction;
a8301622 141 /** Label for profile name */
9ba2101a 142 public static String RemoteProfilesPreferencePage_ProfileNameLabel;
a8301622 143 /** Label for button recursive */
9ba2101a 144 public static String RemoteProfilesPreferencePage_RecursiveButton;
a8301622 145 /** Label for remove button in remote preference page */
9ba2101a 146 public static String RemoteProfilesPreferencePage_RemoveButton;
a8301622 147 /** Label for root path label */
9ba2101a 148 public static String RemoteProfilesPreferencePage_RootPathLabel;
a8301622 149 /** Label for trace type combo */
9ba2101a 150 public static String RemoteProfilesPreferencePage_TraceTypeLabel;
a8301622 151 /** Error message for unsupported URI scheme error*/
9ba2101a
PT
152 public static String RemoteProfilesPreferencePage_UnsupportedURISchemeError;
153
a8301622 154 /** Message for download task */
9ba2101a 155 public static String RemoteImportTracesOperation_DownloadTask;
a8301622 156 /** Error message for import failure */
9ba2101a 157 public static String RemoteImportTracesOperation_ImportFailure;
a8301622 158 /** Message for detection of trace type task */
9ba2101a 159 public static String RemoteImportTracesOperation_DetectingTraceType;
a8301622 160 /** Error message for an null node name */
9ba2101a 161 public static String RemoteImportConnectionNodeElement_NodeNameNullError;
a8301622 162 /** Error message for invalid URI string during import operation */
9ba2101a 163 public static String RemoteImportConnectionNodeElement_InvalidUriString;
a8301622 164 /** Error message for connection error during import operation */
9ba2101a 165 public static String RemoteImportConnectionNodeElement_ConnectionFailure;
a8301622 166 /** Error message for a null URI during import operation */
9ba2101a 167 public static String RemoteImportConnectionNodeElement_UriNullError;
a8301622 168 /** Error message for an invalid tracing project during import operation */
9ba2101a 169 public static String RemoteImportTracesOperation_ImportDialogInvalidTracingProject;
a8301622 170 /** Error message for errors during generation of the profile manifest*/
9ba2101a
PT
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.052266 seconds and 5 git commands to generate.