05ae64c68ade98e68e343a54ceefea6fe4daa861
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.remote.ui / src / org / eclipse / tracecompass / internal / tmf / remote / ui / messages / messages.properties
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 RemoteFetchLogWizard_Title=Fetch Remote Traces
13 RemoteFetchLogWizardPage_Description=Select remote profile
14 RemoteFetchLogWizardPage_ManageProfileLabel=Manage Profiles
15 RemoteFetchLogWizardPage_NodesLabel=Nodes:
16 RemoteFetchLogWizardPage_Title=Remote Profile
17 RemoteFetchLogWizardRemotePage_CollapseAll=Collapse All
18 RemoteFetchLogWizardRemotePage_ConnectionError=Connecting to node failed for ''{0}''
19 RemoteFetchLogWizardRemotePage_Description=Select traces from remote node
20 RemoteFetchLogWizardRemotePage_ExpandAll=Expand All
21 RemoteFetchLogWizardRemotePage_MissingConnectionInformation=Missing remote connection information in profile
22 RemoteFetchLogWizardRemotePage_OpeningConnectionTo=Opening connection to ''{0}''
23 RemoteFetchLogWizardRemotePage_Title=Remote Traces
24
25 RemoteProfilesPreferencePage_AddButton=Add
26 RemoteProfilesPreferencePage_BrowseButton=Browse...
27 RemoteProfilesPreferencePage_ConnectionNodeNameLabel=Node name:
28 RemoteProfilesPreferencePage_ConnectionNodeURILabel=URI:
29 RemoteProfilesPreferencePage_CopyAction=Copy
30 RemoteProfilesPreferencePage_CutAction=Cut
31 RemoteProfilesPreferencePage_DefaultConnectionNodeName=name
32 RemoteProfilesPreferencePage_DefaultConnectionNodeURI=ssh://userinfo@host:22
33 RemoteProfilesPreferencePage_DefaultProfileName=new profile
34 RemoteProfilesPreferencePage_DeleteAction=Delete
35 RemoteProfilesPreferencePage_DetailsPanelLabel=Profile element details:
36 RemoteProfilesPreferencePage_DuplicateConnectionNodeNameError=Duplicate node names
37 RemoteProfilesPreferencePage_DuplicateProfileNameError=Duplicate profile names
38 RemoteProfilesPreferencePage_EmptyFilePatternError=File pattern must not be empty
39 RemoteProfilesPreferencePage_EmptyNodeNameError=Node name must not be empty
40 RemoteProfilesPreferencePage_InvalidNodeName=Invalid node name
41 RemoteProfilesPreferencePage_EmptyNodeURIError=URI must not be empty
42 RemoteProfilesPreferencePage_EmptyProfileNameError=Profile name must not be empty
43 RemoteProfilesPreferencePage_EmptyRootPathError=Root path must not be empty
44 RemoteProfilesPreferencePage_ErrorWritingProfile=Error writing profile
45 RemoteProfilesPreferencePage_ExportButton=Export
46 RemoteProfilesPreferencePage_ExportFileDialogTitle=Select profile settings file to export
47 RemoteProfilesPreferencePage_FilePatternLabel=File pattern:
48 RemoteProfilesPreferencePage_ImportButton=Import
49 RemoteProfilesPreferencePage_ImportFileDialogTitle=Select profile settings file to import
50 RemoteProfilesPreferencePage_InvalidFilePatternError=Invalid file pattern
51 RemoteProfilesPreferencePage_InvalidHostOrPortError=URI must include valid host and port number
52 RemoteProfilesPreferencePage_InvalidNodeURIError=Invalid URI
53 RemoteProfilesPreferencePage_MissingConnectionNodeError=Profile must have at least one connection node
54 RemoteProfilesPreferencePage_MissingTraceError=Trace group must have at least one trace
55 RemoteProfilesPreferencePage_MissingTraceGroupError=Connection node must have at least one trace group
56 RemoteProfilesPreferencePage_MissingUserInfoError=URI must include user information
57 RemoteProfilesPreferencePage_MoveDownButton=Move Down
58 RemoteProfilesPreferencePage_MoveUpButton=Move Up
59 RemoteProfilesPreferencePage_NewConnectionNode=New Connection Node
60 RemoteProfilesPreferencePage_NewTraceAction=New Trace
61 RemoteProfilesPreferencePage_NewTraceGroupAction=New Trace Group
62 RemoteProfilesPreferencePage_PasteAction=Paste
63 RemoteProfilesPreferencePage_ProfileNameLabel=Profile name:
64 RemoteProfilesPreferencePage_RecursiveButton=Recursive
65 RemoteProfilesPreferencePage_RemoveButton=Remove
66 RemoteProfilesPreferencePage_RootPathLabel=Root path:
67 RemoteProfilesPreferencePage_TraceTypeLabel=Trace type:
68 RemoteProfilesPreferencePage_UnsupportedURISchemeError=Unsupported URI scheme
69
70 RemoteImportTracesOperation_DownloadTask=Downloading...
71 RemoteImportTracesOperation_ImportFailure=Command to import traces failed
72
73 RemoteImportConnectionNodeElement_NodeNameNullError=Node name is null
74 RemoteImportConnectionNodeElement_InvalidUriString=Invalid URI ''{0}''
75 RemoteImportConnectionNodeElement_ConnectionFailure=Error connection to node ''{0}''
76 RemoteImportConnectionNodeElement_UriNullError=URI string is null
77 RemoteImportTracesOperation_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
78 RemoteImportTracesOperation_DetectingTraceType=Detecting trace type for trace ''{0}''...
79
80 RemoteGenerateManifest_GenerateProfileManifestError=Error generating manifest from profile ''{0}''
This page took 0.03234 seconds and 4 git commands to generate.