1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 14:01:28 +00:00

more I18N work, new option: ENABLE_TRANSLATIONS

This commit is contained in:
Andrew Dolgov
2007-03-05 10:24:13 +01:00
parent 1025ad8763
commit cc17c20574
7 changed files with 64 additions and 53 deletions

View File

@@ -105,7 +105,7 @@ window.onload = init;
<div style="float : right">
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
(<a href="logout.php">Logout</a>)
(<a href="logout.php"><?= __('Logout') ?></a>)
<?php } ?>
<img id="newVersionIcon" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"