control: replace ImportDialog with TMF remote fetch wizard
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.remote.ui / src / org / eclipse / tracecompass / internal / tmf / remote / ui / messages / RemoteMessages.java
CommitLineData
9ba2101a
PT
1/*******************************************************************************
2 * Copyright (c) 2015 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
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;
a8301622
BH
53
54 /** Label of add button in remote preference page */
9ba2101a 55 public static String RemoteProfilesPreferencePage_AddButton;
a8301622 56 /** Label of browse button in remote preference page */
9ba2101a 57 public static String RemoteProfilesPreferencePage_BrowseButton;
a8301622 58 /** Label of connection node name label */
9ba2101a 59 public static String RemoteProfilesPreferencePage_ConnectionNodeNameLabel;
a8301622 60 /** Label of connection node URI label */
9ba2101a 61 public static String RemoteProfilesPreferencePage_ConnectionNodeURILabel;
a8301622 62 /** Label of copy button in remote preference page */
9ba2101a 63 public static String RemoteProfilesPreferencePage_CopyAction;
a8301622 64 /** Label of cut button in remote preference page */
9ba2101a 65 public static String RemoteProfilesPreferencePage_CutAction;
a8301622 66 /** Default connection node name */
9ba2101a 67 public static String RemoteProfilesPreferencePage_DefaultConnectionNodeName;
a8301622 68 /** Default connection node URI */
9ba2101a 69 public static String RemoteProfilesPreferencePage_DefaultConnectionNodeURI;
a8301622 70 /** Default profile name */
9ba2101a 71 public static String RemoteProfilesPreferencePage_DefaultProfileName;
a8301622 72 /** Label of delete button in remote preference page */
9ba2101a 73 public static String RemoteProfilesPreferencePage_DeleteAction;
a8301622 74 /** Label of details pane in remote preference page */
9ba2101a 75 public static String RemoteProfilesPreferencePage_DetailsPanelLabel;
a8301622 76 /** Error message for duplicate connection node name */
9ba2101a 77 public static String RemoteProfilesPreferencePage_DuplicateConnectionNodeNameError;
a8301622 78 /** Error message for duplicate profile name */
9ba2101a 79 public static String RemoteProfilesPreferencePage_DuplicateProfileNameError;
a8301622 80 /** Error message for empty file pattern */
9ba2101a 81 public static String RemoteProfilesPreferencePage_EmptyFilePatternError;
a8301622 82 /** Error message for empty node name */
9ba2101a 83 public static String RemoteProfilesPreferencePage_EmptyNodeNameError;
a8301622 84 /** Error message for invalid node name */
9ba2101a 85 public static String RemoteProfilesPreferencePage_InvalidNodeName;
a8301622 86 /** Error message for empty node URI */
9ba2101a 87 public static String RemoteProfilesPreferencePage_EmptyNodeURIError;
a8301622 88 /** Error message for empty profile name */
9ba2101a 89 public static String RemoteProfilesPreferencePage_EmptyProfileNameError;
a8301622 90 /** Error message for empty root path */
9ba2101a 91 public static String RemoteProfilesPreferencePage_EmptyRootPathError;
a8301622 92 /** Error message for errors during writing of profiles to disk */
9ba2101a 93 public static String RemoteProfilesPreferencePage_ErrorWritingProfile;
a8301622 94 /** Label of export button in remote preference page */
9ba2101a 95 public static String RemoteProfilesPreferencePage_ExportButton;
a8301622 96 /** Title of export file dialog */
9ba2101a 97 public static String RemoteProfilesPreferencePage_ExportFileDialogTitle;
a8301622 98 /** Label for file pattern label */
9ba2101a 99 public static String RemoteProfilesPreferencePage_FilePatternLabel;
a8301622 100 /** Label of import button in remote preference page */
9ba2101a 101 public static String RemoteProfilesPreferencePage_ImportButton;
a8301622 102 /** Title for import file dialog */
9ba2101a 103 public static String RemoteProfilesPreferencePage_ImportFileDialogTitle;
a8301622 104 /** Error message for invalid file pattern */
9ba2101a 105 public static String RemoteProfilesPreferencePage_InvalidFilePatternError;
a8301622 106 /** Error message for invalid host or port */
9ba2101a 107 public static String RemoteProfilesPreferencePage_InvalidHostOrPortError;
a8301622 108 /** Error message for invalid node URI */
9ba2101a 109 public static String RemoteProfilesPreferencePage_InvalidNodeURIError;
a8301622 110 /** Error message for missing connection node */
9ba2101a 111 public static String RemoteProfilesPreferencePage_MissingConnectionNodeError;
a8301622 112 /** Error message for missing trace node */
9ba2101a 113 public static String RemoteProfilesPreferencePage_MissingTraceError;
a8301622 114 /** Error message for missing trace group */
9ba2101a 115 public static String RemoteProfilesPreferencePage_MissingTraceGroupError;
a8301622 116 /** Error message for missing user info */
9ba2101a 117 public static String RemoteProfilesPreferencePage_MissingUserInfoError;
a8301622 118 /** Label of move down button in remote preference page */
9ba2101a 119 public static String RemoteProfilesPreferencePage_MoveDownButton;
a8301622 120 /** Label of move up button in remote preference page */
9ba2101a 121 public static String RemoteProfilesPreferencePage_MoveUpButton;
a8301622 122 /** Label for new connection node menu item */
9ba2101a 123 public static String RemoteProfilesPreferencePage_NewConnectionNode;
a8301622 124 /** Label for new trace menu item */
9ba2101a 125 public static String RemoteProfilesPreferencePage_NewTraceAction;
a8301622 126 /** Label for new trace group menu item */
9ba2101a 127 public static String RemoteProfilesPreferencePage_NewTraceGroupAction;
a8301622 128 /** Label for paste menu item */
9ba2101a 129 public static String RemoteProfilesPreferencePage_PasteAction;
a8301622 130 /** Label for profile name */
9ba2101a 131 public static String RemoteProfilesPreferencePage_ProfileNameLabel;
a8301622 132 /** Label for button recursive */
9ba2101a 133 public static String RemoteProfilesPreferencePage_RecursiveButton;
a8301622 134 /** Label for remove button in remote preference page */
9ba2101a 135 public static String RemoteProfilesPreferencePage_RemoveButton;
a8301622 136 /** Label for root path label */
9ba2101a 137 public static String RemoteProfilesPreferencePage_RootPathLabel;
a8301622 138 /** Label for trace type combo */
9ba2101a 139 public static String RemoteProfilesPreferencePage_TraceTypeLabel;
a8301622 140 /** Error message for unsupported URI scheme error*/
9ba2101a
PT
141 public static String RemoteProfilesPreferencePage_UnsupportedURISchemeError;
142
a8301622 143 /** Message for download task */
9ba2101a 144 public static String RemoteImportTracesOperation_DownloadTask;
a8301622 145 /** Error message for import failure */
9ba2101a 146 public static String RemoteImportTracesOperation_ImportFailure;
a8301622 147 /** Message for detection of trace type task */
9ba2101a 148 public static String RemoteImportTracesOperation_DetectingTraceType;
a8301622 149 /** Error message for an null node name */
9ba2101a 150 public static String RemoteImportConnectionNodeElement_NodeNameNullError;
a8301622 151 /** Error message for invalid URI string during import operation */
9ba2101a 152 public static String RemoteImportConnectionNodeElement_InvalidUriString;
a8301622 153 /** Error message for connection error during import operation */
9ba2101a 154 public static String RemoteImportConnectionNodeElement_ConnectionFailure;
a8301622 155 /** Error message for a null URI during import operation */
9ba2101a 156 public static String RemoteImportConnectionNodeElement_UriNullError;
a8301622 157 /** Error message for an invalid tracing project during import operation */
9ba2101a 158 public static String RemoteImportTracesOperation_ImportDialogInvalidTracingProject;
a8301622 159 /** Error message for errors during generation of the profile manifest*/
9ba2101a
PT
160 public static String RemoteGenerateManifest_GenerateProfileManifestError;
161
162 static {
163 // initialize resource bundle
164 NLS.initializeMessages(BUNDLE_NAME, RemoteMessages.class);
165 }
166
167 private RemoteMessages() {
168 }
169
170}
This page took 0.051769 seconds and 5 git commands to generate.