[yast-commit] r67755 - in /trunk/ca-management: package/yast2-ca-management.changes src/ca_mgm_proposal.ycp src/crlExport.ycp src/request.ycp src/util.ycp
Author: jsuchome Date: Thu Mar 29 14:10:12 2012 New Revision: 67755 URL: http://svn.opensuse.org/viewcvs/yast?rev=67755&view=rev Log: - merged proofed texts Modified: trunk/ca-management/package/yast2-ca-management.changes trunk/ca-management/src/ca_mgm_proposal.ycp trunk/ca-management/src/crlExport.ycp trunk/ca-management/src/request.ycp trunk/ca-management/src/util.ycp Modified: trunk/ca-management/package/yast2-ca-management.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/package/yast2-ca-management.changes?rev=67755&r1=67754&r2=67755&view=diff ============================================================================== --- trunk/ca-management/package/yast2-ca-management.changes (original) +++ trunk/ca-management/package/yast2-ca-management.changes Thu Mar 29 14:10:12 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 14:09:43 CEST 2012 - jsuchome@suse.cz + +- merged proofed texts + +------------------------------------------------------------------- Wed Jan 11 17:17:41 CET 2012 - jdsn@suse.de - mark missing string for translation (bnc#722462) Modified: trunk/ca-management/src/ca_mgm_proposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/src/ca_mgm_proposal.ycp?rev=67755&r1=67754&r2=67755&view=diff ============================================================================== --- trunk/ca-management/src/ca_mgm_proposal.ycp (original) +++ trunk/ca-management/src/ca_mgm_proposal.ycp Thu Mar 29 14:10:12 2012 @@ -276,8 +276,8 @@ } if ( size(pw1) < 4) { - Popup::Error(_("The password is too short for use as the password for the certificates. - Enter a valid password for the certificates or disable certificate creation. + Popup::Error(_("The password is too short to use for the certificates. +Enter a valid password for the certificates or disable certificate creation. ")); continue; } Modified: trunk/ca-management/src/crlExport.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/src/crlExport.ycp?rev=67755&r1=67754&r2=67755&view=diff ============================================================================== --- trunk/ca-management/src/crlExport.ycp (original) +++ trunk/ca-management/src/crlExport.ycp Thu Mar 29 14:10:12 2012 @@ -211,7 +211,7 @@ string help_para1 = sformat("<p><b>%1</b></p>", caption); string help_para2 = _("<p>Export the CRL of this CA once by selecting <b>Export once</b>.</p>"); - string help_para3 = _("<p>To set up a repeated recreation of the CRL select <b>Repeated recreation and export</b>. In this case set the interval for the recreation in <b>Periodic interval</b>. If you set the interval to 24 hours you can additionally select the hour for the export. Please make sure you read and understood the <b>Security Information</b>.</p>"); + string help_para3 = _("<p>To set up a repeated recreation of the CRL, select <b>Repeated recreation and export</b>. In this case, set the interval for the recreation in <b>Periodic interval</b>. If you set the interval to 24 hours, you can additionally select the hour for the export. Make sure you read and understand the <b>Security Information</b>.</p>"); string help_para4 = _("<p>You can activate an export of the CRL to a local file or to an LDAP server or both. Set up the respective parameters in <b>Export to local file</b> and <b>Export to LDAP</b>.</p>"); string helptext = help_para1 + help_para2 + help_para3 + help_para4; @@ -372,12 +372,12 @@ y2milestone ("ExportCRL(%1) returned %2", $["caName": ca, "exportFormat" : exportFormat, "destinationFile" : crlfile], ret); if (strret == nil || strret != "1") { - if ( Popup::YesNoHeadline(_("Export to file failed"), _("Do you want to retry?")) ) + if ( Popup::YesNoHeadline(_("Export to file failed."), _("Do you want to retry?")) ) { ui = `retry; } } - else { Popup::Message(_("Saved to file successfully")); } + else { Popup::Message(_("Saved to file successfully.")); } } if (ldap_active) @@ -392,7 +392,7 @@ } else { - if ( Popup::YesNoHeadline(_("Export to LDAP failed"), _("Do you want to retry?")) ) + if ( Popup::YesNoHeadline(_("Export to LDAP failed."), _("Do you want to retry?")) ) { ui = `retry; } Modified: trunk/ca-management/src/request.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/src/request.ycp?rev=67755&r1=67754&r2=67755&view=diff ============================================================================== --- trunk/ca-management/src/request.ycp (original) +++ trunk/ca-management/src/request.ycp Thu Mar 29 14:10:12 2012 @@ -413,7 +413,7 @@ "destinationFile": newreqfile]); if (ret != nil && ret == "1") { - Popup::Message(_("Saved to file successfully")); + Popup::Message(_("Saved to file successfully.")); } else { Modified: trunk/ca-management/src/util.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/src/util.ycp?rev=67755&r1=67754&r2=67755&view=diff ============================================================================== --- trunk/ca-management/src/util.ycp (original) +++ trunk/ca-management/src/util.ycp Thu Mar 29 14:10:12 2012 @@ -202,8 +202,8 @@ } else if ( size(newPassword) < 4) { - Popup::Error(_("The new password is too short for use as the password for the certificates. - Enter a valid password for the certificates. + Popup::Error(_("The new password is too short to use it for the certificates. +Enter a valid password for the certificates. ")); ui = `again; } -- 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