diff options
author | Michael Tänzer <neo@nhng.de> | 2012-04-30 02:33:15 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-04-30 02:33:15 +0200 |
commit | 5f13d8f7b344b1d806a423eb1daca56724e78ddd (patch) | |
tree | 2fc9ef465b2ef250bbc037a9b3b9df05a8edc0a2 /pages/wot | |
parent | b35b874af560b4c69cf952229b28bd1668dcf5d9 (diff) | |
download | cacert-devel-5f13d8f7b344b1d806a423eb1daca56724e78ddd.tar.gz cacert-devel-5f13d8f7b344b1d806a423eb1daca56724e78ddd.tar.xz cacert-devel-5f13d8f7b344b1d806a423eb1daca56724e78ddd.zip |
Source code taken from cacert-20120429.tar.bz2
Diffstat (limited to 'pages/wot')
-rw-r--r-- | pages/wot/14.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/wot/14.php b/pages/wot/14.php index 21c5873..a827ee4 100644 --- a/pages/wot/14.php +++ b/pages/wot/14.php @@ -20,7 +20,11 @@ <p><?=sprintf(_("If you have a %sSignaturecard%s (also called 'Buergerkarte'), you can digitally sign your assurance request here, and get 50 CAcert points:"),"<a href='http://www.buergerkarte.at/'>","</a>")?><br /></p> -<p><?=sprintf(_("To get assured with your Signaturecard, you need the Software from <a href='http://www.buergerkarte.at/bku/'>http://www.buergerkarte.at/bku/</a>. To activate your E-Card, please go to <a href='https://www.sozialversicherung.at/signon2-Registrierung/'>https://www.sozialversicherung.at/signon2-Registrierung/</a>."))?></p> +<p><?=sprintf(_("To get assured with your Signaturecard, you need the ". + "Software from %s. To activate your E-Card, please go to %s."), + "<a href='http://www.buergerkarte.at/bku/'>http://www.buergerkarte.at/bku/</a>", + "<a href='https://www.sozialversicherung.at/signon2-Registrierung/'>https://www.sozialversicherung.at/signon2-Registrierung/</a>" + )?></p> <pre><?=sanitizeHTML($_REQUEST['XMLResponse'])?></pre> |