[yast-commit] r64713 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/helps.ycp
Author: gs Date: Mon Jul 4 10:18:02 2011 New Revision: 64713 URL: http://svn.opensuse.org/viewcvs/yast?rev=64713&view=rev Log: improve help text Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/helps.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/helps.ycp?rev=64713&r1=64712&r2=64713&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/helps.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/helps.ycp Mon Jul 4 10:18:02 2011 @@ -92,24 +92,37 @@ _("<p>The interfaces dialog shows all detected netcards including the status of VLAN and FcoE configuration.<br>FCoE is possible if a VLAN interface is configured for FCoE on the switch. For every netcard (network interface) this is shown in column 'FCoE VLAN interface'.</p>") + /* Interfaces dialog help 3/4 */ - _("<i>not available</i> means, FCoE isn't possible (must be enabled on the switch first)<br> -<i>not configered</i>: FCoE is possible but not yet activated, press <b>Create FCoE VLAN interface</b> to do this.<br>") + + _("<p>The values for 'FCoE VLAN interface' in detail:<br> +<i>not available</i> means, FCoE isn't possible (must be enabled on the switch first)<br> +<i>not configured</i>: FCoE is possible but not yet activated, press <b>Create FCoE VLAN Interface</b> to do this.<br> + If the FCoE VLAN interface is already created the name is shown in the column, e.g. eth3.200.</p>") + - /* Interfaces dialog help 4/4 */ - _("If the FCoE VLAN interface is already created it is shown in the column, e.g. eth3.200"), + /* Interfaces dialog help 3/4 */ + _("<p>To change the configuration of an existing FCoE VLAN interface press button <b>Change Settings</b>.</p>" ), - /* Configuration dialog help 1/2 */ + /* Configuration dialog help 1/3 */ "configuration" : _("<p><b><big>General configuration of FCoE</big></b></p>") + - /* Configuration dialog help 2/2 */ -_("<p>Here you can configure the general settings for FCoE (/etc/fcoe/config).<br> -Debug: <i>yes</i> or <i>no</i>, Use syslog: <i>yes</i> or <i>no</i></p>"), + /* Configuration dialog help 2/3 */ + _("<p>Here you can configure the general settings for the FCoE system service. The settings are written to '/etc/fcoe/config'.</p>") + + + /* Configuration dialog help 3/3 */ + _("<p>The values are:<br> +<b>Debug</b>: <i>yes</i> or <i>no</i> is used to enable debugging messages from the fcoe service script and 'fcoemon'<br> +<b>Use syslog</b>: <i>yes</i> or <i>no</i> sends messages to the system log if set to <i>yes</i> (see /var/log/messages).</p>"), - /* edit dialog help 1/2 */ + /* edit dialog help 1/3 */ "change" : _("<p>Edit settings in /etc/fcoe/ethx</p>" ) + - /* Edit dialog help 2/2 */ - _( "FCoE enable: <i>yes</i> or <i>no</i>, DCB required: <i>yes</i> or <i>no</i>" ), + /* Edit dialog help 2/3 */ + _( "<p>The daemon 'fcoemon' reads these configuration files on initialization. + There is a file for every interface and the values indicate whether FCoE instances + should be created and if DCB is required.</p>" ) + + /* Edit dialog help 3/3 */ + _( "<p>The values are:<br> + FCoE enable: <i>yes</i> or <i>no</i> Enable or disable creation of FCoE. <br> + DCB required: <i>yes</i> or <i>no</i> The default is <i>yes</i>, DCB is usually + required.</p>" ), ]; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org