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
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
17/**
18 * Messages file for remote UI plug-in.
19 */
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
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
54 /** Label of add button in remote preference page */
55 public static String RemoteProfilesPreferencePage_AddButton;
56 /** Label of browse button in remote preference page */
57 public static String RemoteProfilesPreferencePage_BrowseButton;
58 /** Label of connection node name label */
59 public static String RemoteProfilesPreferencePage_ConnectionNodeNameLabel;
60 /** Label of connection node URI label */
61 public static String RemoteProfilesPreferencePage_ConnectionNodeURILabel;
62 /** Label of copy button in remote preference page */
63 public static String RemoteProfilesPreferencePage_CopyAction;
64 /** Label of cut button in remote preference page */
65 public static String RemoteProfilesPreferencePage_CutAction;
66 /** Default connection node name */
67 public static String RemoteProfilesPreferencePage_DefaultConnectionNodeName;
68 /** Default connection node URI */
69 public static String RemoteProfilesPreferencePage_DefaultConnectionNodeURI;
70 /** Default profile name */
71 public static String RemoteProfilesPreferencePage_DefaultProfileName;
72 /** Label of delete button in remote preference page */
73 public static String RemoteProfilesPreferencePage_DeleteAction;
74 /** Label of details pane in remote preference page */
75 public static String RemoteProfilesPreferencePage_DetailsPanelLabel;
76 /** Error message for duplicate connection node name */
77 public static String RemoteProfilesPreferencePage_DuplicateConnectionNodeNameError;
78 /** Error message for duplicate profile name */
79 public static String RemoteProfilesPreferencePage_DuplicateProfileNameError;
80 /** Error message for empty file pattern */
81 public static String RemoteProfilesPreferencePage_EmptyFilePatternError;
82 /** Error message for empty node name */
83 public static String RemoteProfilesPreferencePage_EmptyNodeNameError;
84 /** Error message for invalid node name */
85 public static String RemoteProfilesPreferencePage_InvalidNodeName;
86 /** Error message for empty node URI */
87 public static String RemoteProfilesPreferencePage_EmptyNodeURIError;
88 /** Error message for empty profile name */
89 public static String RemoteProfilesPreferencePage_EmptyProfileNameError;
90 /** Error message for empty root path */
91 public static String RemoteProfilesPreferencePage_EmptyRootPathError;
92 /** Error message for errors during writing of profiles to disk */
93 public static String RemoteProfilesPreferencePage_ErrorWritingProfile;
94 /** Label of export button in remote preference page */
95 public static String RemoteProfilesPreferencePage_ExportButton;
96 /** Title of export file dialog */
97 public static String RemoteProfilesPreferencePage_ExportFileDialogTitle;
98 /** Label for file pattern label */
99 public static String RemoteProfilesPreferencePage_FilePatternLabel;
100 /** Label of import button in remote preference page */
101 public static String RemoteProfilesPreferencePage_ImportButton;
102 /** Title for import file dialog */
103 public static String RemoteProfilesPreferencePage_ImportFileDialogTitle;
104 /** Error message for invalid file pattern */
105 public static String RemoteProfilesPreferencePage_InvalidFilePatternError;
106 /** Error message for invalid host or port */
107 public static String RemoteProfilesPreferencePage_InvalidHostOrPortError;
108 /** Error message for invalid node URI */
109 public static String RemoteProfilesPreferencePage_InvalidNodeURIError;
110 /** Error message for missing connection node */
111 public static String RemoteProfilesPreferencePage_MissingConnectionNodeError;
112 /** Error message for missing trace node */
113 public static String RemoteProfilesPreferencePage_MissingTraceError;
114 /** Error message for missing trace group */
115 public static String RemoteProfilesPreferencePage_MissingTraceGroupError;
116 /** Error message for missing user info */
117 public static String RemoteProfilesPreferencePage_MissingUserInfoError;
118 /** Label of move down button in remote preference page */
119 public static String RemoteProfilesPreferencePage_MoveDownButton;
120 /** Label of move up button in remote preference page */
121 public static String RemoteProfilesPreferencePage_MoveUpButton;
122 /** Label for new connection node menu item */
123 public static String RemoteProfilesPreferencePage_NewConnectionNode;
124 /** Label for new trace menu item */
125 public static String RemoteProfilesPreferencePage_NewTraceAction;
126 /** Label for new trace group menu item */
127 public static String RemoteProfilesPreferencePage_NewTraceGroupAction;
128 /** Label for paste menu item */
129 public static String RemoteProfilesPreferencePage_PasteAction;
130 /** Label for profile name */
131 public static String RemoteProfilesPreferencePage_ProfileNameLabel;
132 /** Label for button recursive */
133 public static String RemoteProfilesPreferencePage_RecursiveButton;
134 /** Label for remove button in remote preference page */
135 public static String RemoteProfilesPreferencePage_RemoveButton;
136 /** Label for root path label */
137 public static String RemoteProfilesPreferencePage_RootPathLabel;
138 /** Label for trace type combo */
139 public static String RemoteProfilesPreferencePage_TraceTypeLabel;
140 /** Error message for unsupported URI scheme error*/
141 public static String RemoteProfilesPreferencePage_UnsupportedURISchemeError;
142
143 /** Message for download task */
144 public static String RemoteImportTracesOperation_DownloadTask;
145 /** Error message for import failure */
146 public static String RemoteImportTracesOperation_ImportFailure;
147 /** Message for detection of trace type task */
148 public static String RemoteImportTracesOperation_DetectingTraceType;
149 /** Error message for an null node name */
150 public static String RemoteImportConnectionNodeElement_NodeNameNullError;
151 /** Error message for invalid URI string during import operation */
152 public static String RemoteImportConnectionNodeElement_InvalidUriString;
153 /** Error message for connection error during import operation */
154 public static String RemoteImportConnectionNodeElement_ConnectionFailure;
155 /** Error message for a null URI during import operation */
156 public static String RemoteImportConnectionNodeElement_UriNullError;
157 /** Error message for an invalid tracing project during import operation */
158 public static String RemoteImportTracesOperation_ImportDialogInvalidTracingProject;
159 /** Error message for errors during generation of the profile manifest*/
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.025679 seconds and 5 git commands to generate.