summaryrefslogtreecommitdiff
path: root/logout.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-21 18:41:02 +0100
committerAndrew Dolgov <[email protected]>2006-12-21 18:41:02 +0100
commit865cde4eaa4e2123b9173a44b39e58f590670fe6 (patch)
treef4cf56bce186506500e35f1bd5db449990dc2483 /logout.php
parent22e007324cfa1d814a24221977f283af636cf7af (diff)
more I18N
Diffstat (limited to 'logout.php')
-rw-r--r--logout.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/logout.php b/logout.php
index f3987d853..249018dce 100644
--- a/logout.php
+++ b/logout.php
@@ -27,14 +27,14 @@
<body class="logoutBody">
<div class="logoutContent">
- <h1>You have been logged out.</h1>
+ <h1><?php echo _('You have been logged out.') ?></h1>
- <p><span class="logoutWarning">Warning:</span>
+ <p><?php echo _('<span class="logoutWarning">Warning:</span>
As there is no way to reliably clear HTTP Authentication
credentials from your browser, it is recommended for you to close
this browser window, otherwise your browser could automatically
authenticate again using previously supplied credentials, which
- is a security risk.</p>
+ is a security risk.') ?></p>
</div>
</body>