LTTng: Show the buffer type in the domain property view
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / messages / messages.properties
index ec3706ad58bd1eec6110996880efb7a9927788af..bc5b60ee7d2282cdd4f82fa1b8f631939d270dd3 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2012 Ericsson.
+# Copyright (c) 2012, 2013 Ericsson.
 # 
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -10,8 +10,9 @@
 # Bernd Hufmann - initial API and implementation
 ###############################################################################
 
+EnableChannelDialog_DefaultMessage=Default
 TraceControl_ConnectionFailure=Connecting to host failed 
-TraceControl_DisconnectionFailure=Disconnection to host failed
+TraceControl_DisconnectionFailure=Disconnection from host failed
 TraceControl_ExecutionCancelled=Command Execution cancelled
 TraceControl_ExecutionFailure=Command Execution failed
 TraceControl_ExecutionTimeout=Command Execution timed-out
@@ -22,12 +23,14 @@ TraceControl_UnexpectedCommandOutputFormat=Unexpected command output
 TraceControl_UnexpectedNameError=Unexpected session name returned
 TraceControl_UnexpectedPathError=Unexpected session path returned
 
-TraceControl_UnsupportedVersionError="Unsupported LTTng Tracer Control version
+TraceControl_UnsupportedVersionError=Unsupported LTTng Tracer Control version
 TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
  
 # Commands 
+TraceControl_ErrorTitle=Error
 TraceControl_ListSessionFailure=List sessions failed
 TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
+TraceControl_RetrieveNodeConfigurationFailure=Error retrieving node configuration
 TraceControl_EclipseCommandFailure=Command failed
 TraceControl_NewNodeCreationFailure=Creation of new connection failed
 TraceControl_CreateSessionJob=Creating Session...
@@ -74,6 +77,8 @@ TraceControl_NewNodeConnectionNameLabel=Connection Name
 TraceControl_NewNodeConnectionNameTooltip=Alias to be displayed for node to connect to. 
 TraceControl_NewNodeHostNameLabel=Host Name
 TraceControl_NewNodeHostNameTooltip=IP Address or DNS name of node to connect to.
+TraceControl_NewNodePortLabel=Port Number
+TraceControl_NewNodePortTooltip=IP Port Number to be used for the connection. Leave empty for default port.
 TraceControl_AlreadyExistsError=Node name already exists in Control View
 
 TraceControl_CreateSessionDialogTitle=Create Session
@@ -81,6 +86,36 @@ TraceControl_CreateSessionNameLabel=Session Name
 TraceControl_CreateSessionNameTooltip=The name of the session to be created.
 TraceControl_CreateSessionPathLabel=Session Path
 TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
+
+TraceControl_CreateSessionConfigureStreamingButtonText=Advanced
+TraceControl_CreateSessionConfigureStreamingButtonTooltip=Configure advanced options
+TraceControl_CreateSessionNoStreamingButtonText=Basic
+TraceControl_CreateSessionNoStreamingButtonTooltip=Use basic options
+TraceControl_CreateSessionTracePathText=Trace Path
+TraceControl_CreateSessionTracePathTooltip=The trace path (keep empty for default location)
+TraceControl_CreateSessionLinkButtonText=Use same protocol and address for data and control
+TraceControl_CreateSessionLinkButtonTooltip=Use the same protocol and address for the data and control connection
+TraceControl_CreateSessionProtocolLabelText=Protocol
+TraceControl_CreateSessionAddressLabelText=Address
+TraceControl_CreateSessionPortLabelText=Port
+TraceControl_CreateSessionControlUrlLabel=Control URL
+TraceControl_CreateSessionDataUrlLabel=Data URL
+TraceControl_CreateSessionCommonProtocolTooltip=file - Local file system full path\n\
+net or net6 - Default network transport layer which is TCP for both control and data channel.
+TraceControl_CreateSessionControlAddressTooltip=IP Address or DNS name used for control channel.\n\
+NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
+TraceControl_CreateSessionControlPortTooltip=The control port (default: 5342).
+TraceControl_CreateSessionProtocolTooltip=file - Local file system full path\n\
+net or net6 - Default network transport layer which is TCP\n\
+tcp or tcp6 - TCP network transport
+TraceControl_CreateSessionDataAddressTooltip=IP Address or DNS name used for data channel.\n\
+NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
+TraceControl_CreateSessionDataPortTooltip=The data port (default: 5343).
+TraceControl_CreateSessionNoConsumertText=No Consumer
+TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
+TraceControl_CreateSessionDisableConsumertText=Disable Consumer
+TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
+
 TraceControl_InvalidSessionNameError=The session name is invalid
 TraceControl_SessionAlreadyExistsError=The session name already exists
 TraceControl_SessionPathAlreadyExistsError=Session path already exists
@@ -90,9 +125,9 @@ TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
 TraceControl_EnableChannelDialogTitle=Enable Channel
 TraceControl_EnableChannelNameLabel=Channel Name
 TraceControl_EnableChannelNameTooltip=The name of the channel to be enabled.
-TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel. Needs to be a power of 2 for kernel and ust tracers.
-TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel. Needs to be a power of 2 for kernel and ust tracers.
-TraceControl_EnableChannelSwitchTimerTooltip=The Switch subbuffer timer interval in usec (default: 0). Needs to be a power of 2 for kernel and ust tracers.
+TraceControl_EnableChannelSubBufferSizeTooltip=The sub-buffers size of the channel. Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
+TraceControl_EnableChannelNbSubBuffersTooltip=The number of sub-buffers of the channel. Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
+TraceControl_EnableChannelSwitchTimerTooltip=The Switch subbuffer timer interval in usec (default: 0). Needs to be a power of 2 for kernel and ust tracers (Only for versions prior to 2.2.0).
 TraceControl_EnableChannelReadTimerTooltip=The Read timer interval in usec.
 TraceControl_EnableChannelOutputTypeTooltip=The output type of the channel.
 TraceControl_EnableChannelDiscardModeGroupName=Discard Mode
@@ -100,6 +135,8 @@ TraceControl_EnableChannelDiscardModeLabel=Discard
 TraceControl_EnableChannelDiscardModeTooltip=Discard event when subbuffers are full
 TraceControl_EnableChannelOverwriteModeLabel=Overwrite
 TraceControl_EnableChannelOverwriteModeTooltip=Flight recorder mode : overwrites events when subbuffers are full
+TraceControl_EnbleChannelMaxSizeTraceFilesTooltip=Maximum size of each tracefile within a stream (in bytes). 0 means unlimited
+TraceControl_EnbleChannelMaxNumTraceFilesTooltip=Used in conjunction with the maximum size of trace files option, this will limit the number of files created to the specified count. 0 means unlimited
 
 TraceControl_InvalidChannelNameError=The channel name is invalid or empty
 TraceControl_ChannelAlreadyExistsError=Channel already exists
@@ -137,6 +174,8 @@ TraceControl_EnableEventsLogLevelOnlyTypeName=loglevel-only
 TraceControl_EnableEventsLogLevelOnlyTypeTooltip=The tracepoint log level (only this loglevel)
 TraceControl_EnableEventsLogLevelTooltip=The available log levels
 TraceControl_EnableEventsLoglevelEventNameTooltip=Event name for enabling log levels
+TraceControl_EnableEventsFilterGroupName=Filter Expression
+TraceControl_EnableEventsFilterTooltip=Filter expression on event field.
 
 TraceControl_InvalidProbeNameError=The probe name is invalid 
 TraceControl_InvalidWildcardError=The wild card name is invalid
@@ -177,14 +216,19 @@ TraceControl_ChannelDisplayName=Channel
 TraceControl_EventDisplayName=Event
 TraceControl_ProviderDisplayName=Provider
 TraceControl_KernelProviderDisplayName=Kernel
+TraceControl_PerUidBuffersDisplayName=Per UID buffers
 
 # Property names
 TraceControl_SessionNamePropertyName=Session Name
 TraceControl_EventNamePropertyName=Event Name
 TraceControl_EventTypePropertyName=Event Type
 TraceControl_LogLevelPropertyName=Log Level
+TraceControl_FieldsPropertyName=Fields
+TraceControl_FilterPropertyName=Filter
 TraceControl_StatePropertyName=State
+TraceControl_VersionPropertyName=Version
 TraceControl_DomainNamePropertyName=Domain Name
+TraceControl_BufferTypePropertyName=Buffer type
 TraceControl_ChannelNamePropertyName=Channel Name
 TraceControl_OverwriteModePropertyName=Overwrite Mode
 TraceControl_SubBufferSizePropertyName=Sub Buffer Size
@@ -200,11 +244,15 @@ TraceControl_ProcessIdPropertyName=Process ID
 TraceControl_ProbeAddressPropertyName=Address
 TraceControl_ProbeOffsetPropertyName=Offset
 TraceControl_ProbeSymbolPropertyName=Symbol
+TraceControl_MaxSizeTraceFilesPropertyName=Maximum size of trace files
+TraceControl_MaxNumTraceFilesPropertyName=Maximum number of trace files
+TraceControl_ConfigureMetadataChannelName=Configure metadata channel
 
 # Preferences
 TraceControl_TracingGroupPreference=&Tracing Group
 TraceControl_LoggingPreference=&Logging
 TraceControl_LogfilePath=Log file
+TraceControl_CommandTimeout=Command Timeout (in seconds)
 TraceControl_AppendLogfilePreference=&Append
 TraceControl_VerboseLevelsPreference=&Verbose Level
 TraceControl_VerboseLevelNonePreference=None
This page took 0.025883 seconds and 5 git commands to generate.