[yast-commit] r67778 - in /trunk/iscsi-server: package/yast2-iscsi-server.changes src/IscsiServer.ycp src/helps.ycp
Author: jsuchome Date: Thu Mar 29 15:16:42 2012 New Revision: 67778 URL: http://svn.opensuse.org/viewcvs/yast?rev=67778&view=rev Log: - merged proofread texts Modified: trunk/iscsi-server/package/yast2-iscsi-server.changes trunk/iscsi-server/src/IscsiServer.ycp trunk/iscsi-server/src/helps.ycp Modified: trunk/iscsi-server/package/yast2-iscsi-server.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/package/yast2-iscsi-server.changes?rev=67778&r1=67777&r2=67778&view=diff ============================================================================== --- trunk/iscsi-server/package/yast2-iscsi-server.changes (original) +++ trunk/iscsi-server/package/yast2-iscsi-server.changes Thu Mar 29 15:16:42 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:16:10 CEST 2012 - jsuchome@suse.cz + +- merged proofed texts + +------------------------------------------------------------------- Tue Sep 27 15:19:42 CEST 2011 - visnov@suse.cz - set dialog title Modified: trunk/iscsi-server/src/IscsiServer.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/IscsiServer.ycp?rev=67778&r1=67777&r2=67778&view=diff ============================================================================== --- trunk/iscsi-server/src/IscsiServer.ycp (original) +++ trunk/iscsi-server/src/IscsiServer.ycp Thu Mar 29 15:16:42 2012 @@ -130,7 +130,7 @@ if (!PackageSystem::PackageInstalled("iscsitarget")){ y2milestone("Not installed, will install"); boolean confirm = Popup::AnyQuestionRichText( - "", _("Can't continue without installing iscsitarget package"), 40, 10, + "", _("Cannot continue without installing iscsitarget package."), 40, 10, Label::InstallButton(), Label::CancelButton (), `focus_yes ); @@ -179,8 +179,8 @@ boolean reloadServer(){ // ask user whether reload or restart server // #180205 - gettext problem - string wasn't marked to translate -if (Popup::YesNo(_( "If changes have been made, the iSCSI target is not able -to reload current configuration. It can only restart. +if (Popup::YesNo(_("If changes have been made, the iSCSI target is not able +to reload the current configuration. It can only restart. When restarting, all sessions are aborted. Restart the iscsitarget service? "))) Service::Restart("iscsitarget"); Modified: trunk/iscsi-server/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/src/helps.ycp?rev=67778&r1=67777&r2=67778&view=diff ============================================================================== --- trunk/iscsi-server/src/helps.ycp (original) +++ trunk/iscsi-server/src/helps.ycp Thu Mar 29 15:16:42 2012 @@ -98,26 +98,24 @@ </p>"), // discovery authentication - "global_config" : _( -"Select the type of authentication. Use <b>No Authentication</b> or one of <b>Incoming</b> and <b>Outgoing</b> (can be both together). Then insert <b>User</b> and <b>Password</b>.\n" + "global_config" : _("Select the type of authentication. Use <b>No Authentication</b> or one of <b>Incoming</b> and <b>Outgoing</b> (can be both together). Then insert <b>User</b> and <b>Password</b>.\n" "For incoming authentication, it is possible to <b>Add</b> more pairs or <b>Edit</b> or <b>Delete</b> them."), // target dialog - "server_table" :_( -"List of offered targets. Create a new target by clicking <b>Add</b>. \n" -"To delete or modify an item, select it and press <b>Modify</b> or <b>Delete</b>." -), + "server_table" :_("List of offered targets. Create a new target by clicking <b>Add</b>. \n" +"To delete or modify an item, select it and press <b>Modify</b> or <b>Delete</b>."), // edit target "target-modify": _("<h1>iSCSI Target</h1>") + _("It is possible to change the <b>Path</b> to block devices, regular files, LVM, or RAID. "), // add target - "target-add": _("<h1>iSCSI Target</h1>") + _( -"Create a new target. Replace template values with the correct values.\n" + "target-add": _("<h1>iSCSI Target</h1>") + _("Create a new target. Replace template values with the correct values.\n" "For <b>Target</b>, use the format iqn.yyyy-mm.<reversed domain name>.\n" "For <b>Path</b>, use block devices, regular files, LVM, or RAID.\n") -+_("<b>Add</b> one or more LUNs.\nIf you need any extra options, push <b>Expert Settings</b>."), ++_("<b>Add</b> one or more LUNs. +If you need additional options, click <b>Expert Settings</b>. +"), // expert dialog -- 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