[yast-commit] r67779 - in /trunk/isns: package/yast2-isns.changes src/helps.ycp src/widgets.ycp src/wizards.ycp
Author: jsuchome Date: Thu Mar 29 15:17:35 2012 New Revision: 67779 URL: http://svn.opensuse.org/viewcvs/yast?rev=67779&view=rev Log: - merged proofread texts Modified: trunk/isns/package/yast2-isns.changes trunk/isns/src/helps.ycp trunk/isns/src/widgets.ycp trunk/isns/src/wizards.ycp Modified: trunk/isns/package/yast2-isns.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/isns/package/yast2-isns.changes?rev=67779&r1=67778&r2=67779&view=diff ============================================================================== --- trunk/isns/package/yast2-isns.changes (original) +++ trunk/isns/package/yast2-isns.changes Thu Mar 29 15:17:35 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:17:08 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + +------------------------------------------------------------------- Thu Sep 29 11:25:22 CEST 2011 - visnov@suse.cz - set dialog title Modified: trunk/isns/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/isns/src/helps.ycp?rev=67779&r1=67778&r2=67779&view=diff ============================================================================== --- trunk/isns/src/helps.ycp (original) +++ trunk/isns/src/helps.ycp Thu Mar 29 15:17:35 2012 @@ -18,7 +18,7 @@ /* Read dialog help 1/2 */ "read" : _("<p><b><big>Initializing iSNS daemon configuration</big></b><br> -Please wait...<br></p> +</p> ") + /* Read dialog help 2/2 */ @@ -28,7 +28,7 @@ /* Write dialog help 1/2 */ "write" : _("<p><b><big>Saving iSNS Configuration</big></b><br> -Please wait...<br></p> +</p> ") + /* Write dialog help 2/2 */ @@ -40,28 +40,22 @@ /* Summary dialog help 1/3 */ "summary" : _("<p><b><big>iSNS Configuration</big></b><br> -Configure an iSNS server here.<br></p> +Configure an iSNS server.<br></p> "), - "ipaddress" : _("<b><big>iSNS Server location</big></b><br>The DNS name or the ip address of the iSNS service can be entered for the iSNS address. -"), + "ipaddress" : _("<b><big>iSNS Server location</big></b><br>The DNS name or the IP address of the iSNS service can be entered as the iSNS address.\n"), - "iscsi_display" : _( -"<p>The list of all available iSCSI nodes registered with the iSNS service are displayed.</p> <p>Nodes are registered by iSCSI initiators and iSCSI targets.</p> <p> It is only possible to <b>delete</b> them. Deleting a node removes it from the iSNS database.</p>"), + "iscsi_display" : _("<p>The list of all available iSCSI nodes registered with the iSNS service are displayed.</p> <p>Nodes are registered by iSCSI initiators and iSCSI targets.</p> <p> It is only possible to <b>delete</b> them. Deleting a node removes it from the iSNS database.</p>"), // discovery domains - "dd_display" : _( -"A list of all discovery domains are displayed. For discovery domains, it is possible to <b>Create</b> a discovery domain and <b>Delete</b> them. <p>Deleting a domain removes the members from the domain but does not delete the iSCSI node members </p>"), + "dd_display" : _("A list of all discovery domains is displayed. It is possible to <b>Create</b> a discovery domain or <b>Delete</b> one. <p>Deleting a domain removes the members from the domain but does not delete the iSCSI node members.</p>"), - "dd_display_members" :_( -"A list of all iSCSI nodes are displayed by discovery domain. Selecting another discovery domain refreshes the list with members from that discovery domain. It is possible to <b>Add</b> an iSCSI node to a discovery domain or <b>Delete</b> the node. <p>Deleting a node removes it from the domain but does not delete the iSCSI node</p> <p>Creating an iSCSI node allows a not yet registered node to be added as a member of the discovery domain. When the initiator or target registers this node then it becomes part of this domain</p> <p>When an iSCSI initiator does a discovery request, the iSNS service returns all iSCSI node targets that are members of the same Discovery Domains.</p> "), + "dd_display_members" :_("A list of all iSCSI nodes are displayed by discovery domain. Selecting another discovery domain refreshes the list with members from that discovery domain. It is possible to <b>Add</b> an iSCSI node to a discovery domain or <b>Delete</b> the node. <p>Deleting a node removes it from the domain but does not delete the iSCSI node</p> <p>Creating an iSCSI node allows a not yet registered node to be added as a member of the discovery domain. When the initiator or target registers this node then it becomes part of this domain</p> <p>When an iSCSI initiator does a discovery request, the iSNS service returns all iSCSI node targets that are members of the same Discovery Domains.</p> "), // dds table dialog - "dds_display" :_( -"At the top a list of all Discovery Domain Sets are displayed. Discovery Domains belong to Discovery Domain Sets. <p>A Discovery Domain must be a member of a Discovery Domain Set in order to be active. </p><p>In an iSNS database, a Discovery Domain Set contains Discovery Domains and Discovery Domains contain iSCSI Node members.</p>" ), + "dds_display" :_("At the top a list of all Discovery Domain Sets are displayed. Discovery Domains belong to Discovery Domain Sets. <p>A Discovery Domain must be a member of a Discovery Domain Set in order to be active. </p><p>In an iSNS database, a Discovery Domain Set contains Discovery Domains and Discovery Domains contain iSCSI Node members.</p>"), - "dds_display_members" :_( -"<p>The Discovery Domain Set Members list is refreshed whenever a different Discovery Domain Set is selected.</p>" ), + "dds_display_members" :_("<p>The discovery domain set members list is refreshed whenever a different discovery domain set is selected.</p>"), ]; Modified: trunk/isns/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/isns/src/widgets.ycp?rev=67779&r1=67778&r2=67779&view=diff ============================================================================== --- trunk/isns/src/widgets.ycp (original) +++ trunk/isns/src/widgets.ycp Thu Mar 29 15:17:35 2012 @@ -24,12 +24,12 @@ `VBox( `Heading(_("Create New Discovery Domain")), `HSpacing(50), - `HWeight(3,`InputField( `id( `ddentry ), `opt(`hstretch), _("Discovery Domain Name" ))) , + `HWeight(3,`InputField( `id( `ddentry ), `opt(`hstretch), _("Discovery Domain Name"))) , `VSpacing(1), `HBox( `HSpacing(3), `VBox( - `Label(_("Select Discovery Domain Set to which Discovery Domain will be added.")), + `Label(_("Select discovery domain set to which discovery domain will be added.")), `SelectionBox( `id( `ddsentries), _("Discovery Domain Name Set") ) ), `HSpacing(3) @@ -166,7 +166,7 @@ map <string, any> ret_map = $[]; term iscsi_member_dialog = `VBox( - `Heading(_("Add iSCSI node to Discovery Domain")), + `Heading(_("Add iSCSI node to discovery domain")), `Label(dd_name), `HSpacing(100), `Heading (_("Available Nodes to Add")), @@ -617,7 +617,7 @@ { // boolean display = true; // Report::DisplayErrors(display,10); - Report::Error(_("Unable to connection to iSNS server. Check iSNS server address")); + Report::Error(_("Unable to connect to iSNS server. Check iSNS server address.")); return 1; } Modified: trunk/isns/src/wizards.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/isns/src/wizards.ycp?rev=67779&r1=67778&r2=67779&view=diff ============================================================================== --- trunk/isns/src/wizards.ycp (original) +++ trunk/isns/src/wizards.ycp Thu Mar 29 15:17:35 2012 @@ -88,7 +88,7 @@ any IsnsServerAutoSequence() { /* Initialization dialog caption */ - string caption = _("isns daemon configuration"); + string caption = _("isns Daemon Configuration"); /* Initialization dialog contents */ term contents = `Label(_("Initializing...")); -- 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