aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/header.tpl')
-rw-r--r--admin/themes/default/template/header.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index 4068bfe74..61eb3602b 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -39,17 +39,17 @@
<div id="pwgHead">
<h1>
- <a href="{$U_RETURN}" title="Visit Gallery">
+ <a href="{$U_RETURN}" title="{'Visit Gallery'|@translate}">
<img src="{$ROOT_URL}admin/themes/{$theme.id}/icon/home.png" alt="{'Home'|@translate}">
{$GALLERY_TITLE}
</a>
</h1>
<div id="headActions">
- Hello {$USERNAME} :
- <a href="{$U_RETURN}">Visit Gallery</a> |
- <a href="{$U_CHANGE_THEME}" title="Switch to clear or dark colors for administration">Change Admin Colors</a> |
- <a href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">Help Me</a> |
+ {'Hello'|@translate} {$USERNAME} :
+ <a href="{$U_RETURN}">{'Visit Gallery'|@translate}</a> |
+ <a href="{$U_CHANGE_THEME}" title="{'Switch to clear or dark colors for administration'|@translate}">{'Change Admin Colors'|@translate}</a> |
+ <a href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">{'Help Me'|@translate}</a> |
<a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
</div>
</div>