[yast-commit] r67772 - in /trunk/heartbeat: package/yast2-heartbeat.changes src/heartbeat.ycp src/helps.ycp
Author: jsuchome Date: Thu Mar 29 15:11:05 2012 New Revision: 67772 URL: http://svn.opensuse.org/viewcvs/yast?rev=67772&view=rev Log: - merged proofed texts Modified: trunk/heartbeat/package/yast2-heartbeat.changes trunk/heartbeat/src/heartbeat.ycp trunk/heartbeat/src/helps.ycp Modified: trunk/heartbeat/package/yast2-heartbeat.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/heartbeat/package/yast2-heartbeat... ============================================================================== --- trunk/heartbeat/package/yast2-heartbeat.changes (original) +++ trunk/heartbeat/package/yast2-heartbeat.changes Thu Mar 29 15:11:05 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:09:38 CEST 2012 - jsuchome@suse.cz + +- merged proofed texts + +------------------------------------------------------------------- Thu Sep 29 10:51:55 CEST 2011 - visnov@suse.cz - set dialog title Modified: trunk/heartbeat/src/heartbeat.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/heartbeat/src/heartbeat.ycp?rev=6... ============================================================================== --- trunk/heartbeat/src/heartbeat.ycp (original) +++ trunk/heartbeat/src/heartbeat.ycp Thu Mar 29 15:11:05 2012 @@ -39,7 +39,7 @@ "node" : $[ "handler" : NodeHandler, // translators: command line help text for add action - "help" : _("Configure a list of the servers for the cluster"), + "help" : _("Configure a list of servers for the cluster."), ], "medium" : $[ "handler" : MediumHandler, @@ -78,7 +78,7 @@ ], "type" : $[ // translators: command line help text for the 'play' option - "help" : _("Communication mode, can be 'bcast' for broadcast or 'mcast' for multicast."), + "help" : _("Set the communication mode to 'bcast' for broadcast or 'mcast' for multicast."), "type" : "string" ], "device" : $[ @@ -103,7 +103,7 @@ ], "method" : $[ // translators: command line help text for the 'play' option - "help" : _("Authentication method, can be 'crc' (no security), 'sha1' or 'md5'."), + "help" : _("Set authentication method to 'crc' (no security), 'sha1' or 'md5'."), "type" : "string" ], "key" : $[ Modified: trunk/heartbeat/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/heartbeat/src/helps.ycp?rev=67772... ============================================================================== --- trunk/heartbeat/src/helps.ycp (original) +++ trunk/heartbeat/src/helps.ycp Thu Mar 29 15:11:05 2012 @@ -157,9 +157,10 @@ is booted. You can start the Heartbeat server manually using the <tt>/etc/init.d/heartbeat start</tt> command.</p> <p>To propagate the configuration to all nodes of the cluster and -to enable heartbeat service on them, run the commandline utility +to enable heartbeat service on them, run the command line utility <tt>/usr/lib/heartbeat/ha_propagate</tt> on this node after the -configuration is saved.</p>"), +configuration is saved.</p> +"), "timeouts_conf": _("<p>Heartbeat uses a variety of timers to tune and configure its behavior. All timers are specified in seconds.</p> -- 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