1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 02:41:29 +00:00

more I18N

This commit is contained in:
Andrew Dolgov
2006-12-21 18:41:02 +01:00
parent 22e007324c
commit 865cde4eaa
2 changed files with 20 additions and 20 deletions

View File

@@ -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>