diff options
author | Michael Tänzer <neo@nhng.de> | 2012-02-08 00:31:06 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-02-08 00:31:06 +0100 |
commit | 453ad50dc25092fd99fed58147168056580db05a (patch) | |
tree | 7ed8052e1f60b4eab0bdc1531ab74d7222b3e21a /pages/wot | |
parent | 56cff58b4856066a83c7ee1a649c0e2d26e17173 (diff) | |
download | cacert-devel-453ad50dc25092fd99fed58147168056580db05a.tar.gz cacert-devel-453ad50dc25092fd99fed58147168056580db05a.tar.xz cacert-devel-453ad50dc25092fd99fed58147168056580db05a.zip |
bug 1011: Move HTML markup out of the translationbug-1011
Signed-off-by: Michael Tänzer <neo@nhng.de>
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> |