diff --git a/includes/account.php b/includes/account.php index c0cf232..2d7f601 100644 --- a/includes/account.php +++ b/includes/account.php @@ -314,7 +314,7 @@ { $id = 4; showheader(_("My CAcert.org Account!")); - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); showfooter(); exit; } else { @@ -585,7 +585,7 @@ if(!file_exists($_SESSION['_config']['tmpfname'])) { showheader(_("My CAcert.org Account!")); - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); showfooter(); exit; } @@ -597,7 +597,7 @@ if(mysql_num_rows($res) <= 0) { showheader(_("My CAcert.org Account!")); - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); showfooter(); exit; } else { @@ -686,7 +686,7 @@ $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); } else { $drow = mysql_fetch_assoc($res); $cert = `/usr/bin/openssl x509 -in $drow[crt_name]`; @@ -801,7 +801,7 @@ $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); } else { printf(_("Certificate for '%s' has been renewed."), $row['CN']); echo "". @@ -1174,7 +1174,7 @@ if(mysql_num_rows($res) <= 0) { showheader(_("My CAcert.org Account!")); - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); showfooter(); exit; } else { @@ -1223,7 +1223,7 @@ $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); } else { printf(_("Certificate for '%s' has been renewed."), $row['CN']); echo "". @@ -1429,7 +1429,7 @@ if(mysql_num_rows($res) <= 0) { showheader(_("My CAcert.org Account!")); - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); showfooter(); exit; } else { @@ -1482,7 +1482,7 @@ $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); } else { $drow = mysql_fetch_assoc($res); $cert = `/usr/bin/openssl x509 -in $drow[crt_name]`; @@ -2123,7 +2123,7 @@ if(mysql_num_rows($res) <= 0) { showheader(_("My CAcert.org Account!")); - echo _("Your certificate request has failed to be processed correctly, please try submitting it again."); + printf(_("Your certificate request has failed to be processed correctly, see %the WIKI page%s for reasons and solutions."), "", ""); showfooter(); exit; } else {