[yast-commit] r67801 - in /trunk/reipl: package/yast2-reipl.changes src/dialogs.ycp src/helps.ycp
Author: jsuchome Date: Thu Mar 29 15:51:15 2012 New Revision: 67801 URL: http://svn.opensuse.org/viewcvs/yast?rev=67801&view=rev Log: - merge proofread texts Modified: trunk/reipl/package/yast2-reipl.changes trunk/reipl/src/dialogs.ycp trunk/reipl/src/helps.ycp Modified: trunk/reipl/package/yast2-reipl.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/reipl/package/yast2-reipl.changes?rev=67801&r1=67800&r2=67801&view=diff ============================================================================== --- trunk/reipl/package/yast2-reipl.changes (original) +++ trunk/reipl/package/yast2-reipl.changes Thu Mar 29 15:51:15 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:51:01 CEST 2012 - jsuchome@suse.cz + +- merge proofread texts + +------------------------------------------------------------------- Fri Jan 13 09:06:42 UTC 2012 - cfarrell@suse.com - license update: GPL-2.0 Modified: trunk/reipl/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/reipl/src/dialogs.ycp?rev=67801&r1=67800&r2=67801&view=diff ============================================================================== --- trunk/reipl/src/dialogs.ycp (original) +++ trunk/reipl/src/dialogs.ycp Thu Mar 29 15:51:15 2012 @@ -69,7 +69,7 @@ `RadioButton( `id(`useccw), `opt (`notify), - _("&Ccw"), + _("&ccw"), Reipl::ccw_exists ) ), @@ -77,7 +77,7 @@ `RadioButton( `id(`usefcp), `opt (`notify), - _("&Fcp"), + _("&fcp"), Reipl::fcp_exists ) ), @@ -120,7 +120,7 @@ `VSpacing(0.2), `TextEntry ( `id(`fcp_wwpn), - _("&World wide port number"), + _("&Worldwide port number"), fcp_map["wwpn"]:"" ), `VSpacing(0.2), Modified: trunk/reipl/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/reipl/src/helps.ycp?rev=67801&r1=67800&r2=67801&view=diff ============================================================================== --- trunk/reipl/src/helps.ycp (original) +++ trunk/reipl/src/helps.ycp Thu Mar 29 15:51:15 2012 @@ -38,7 +38,7 @@ /* Read dialog help 1/2 */ "read" : _("<p><b><big>Initializing reipl Configuration</big></b><br> -Please wait...<br></p> +</p> ") + /* Read dialog help 2/2 */ @@ -48,7 +48,7 @@ /* Write dialog help 1/2 */ "write" : _("<p><b><big>Saving reipl Configuration</big></b><br> -Please wait...<br></p> +</p> ") + /* Write dialog help 2/2 */ @@ -62,11 +62,12 @@ "configure" : _("<p><b><big>s390 reIPL Configuration</big></b></p>") + /* Configure dialog help 2 */ - _("<p>Choose one of the methods to reboot your machine with the radio buttons + _("<p>Choose one of the methods for rebooting your machine with the radio buttons listed inside <b>reipl methods</b>. Depending on what your machine supports, -you can choose between CCW (channel command word) devices and SCSI devices, -that are attached through zFCP (fibre channel protocol). Then fill out the -necessary parameter entry fields for the respective method.</p>") + +choose between CCW (channel command word) devices and SCSI devices, +which are attached through zFCP (fibre channel protocol). Then fill out the +necessary parameter entry fields for the respective method.</p> +") + /* Configure dialog help 3 */ _("<p>The <b>device</b> must be a valid device bus ID with lower case letters @@ -80,8 +81,9 @@ to select the default configuration.</p>") + /* Configure dialog help 5 */ - _("<p>The <b>world wide port number</b> (WWPN) must be entered with lowercase -letters as a 16-digit hex value, such as 0x5005076300c40e5a.</p>") + + _("<p>The <b>worldwide port number</b> (WWPN) must be entered with lowercase +letters as a 16-digit hex value, such as 0x5005076300c40e5a.</p> +") + /* Configure dialog help 6 */ _("<p>The <b>logical unit number</b> (LUN) must be entered with lowercase letters -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org