diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-03-11 21:42:12 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-03-11 21:42:12 +0000 |
commit | a21ffa6bd2ac0a585212159da66ede3a91810923 (patch) | |
tree | 2a4fef5fb924a63f02aee3ca9bca6f5ae3f87186 /template | |
parent | 0221b5c72d60afc624c6c52ed18aaac78c83fb3f (diff) |
[trunk] bug:1499 - localisation tag summary
git-svn-id: http://piwigo.org/svn/trunk@5112 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/picture.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl index eb68279e8..9499a546d 100644 --- a/template/default/picture.tpl +++ b/template/default/picture.tpl @@ -109,7 +109,7 @@ y.callService( </a> {/if} -<table id="standard" class="infoTable" summary="Some info about this picture"> +<table id="standard" class="infoTable" summary="{'Some info about this picture'|@translate}"> <tr id="Author"> <td class="label">{'Author'|@translate}</td> <td class="value">{if isset($INFO_AUTHOR)}{$INFO_AUTHOR}{else}{'N/A'|@translate}{/if}</td> @@ -232,7 +232,7 @@ y.callService( </table> {if isset($metadata)} -<table id="Metadata" class="infoTable2" summary="Some more (technical) info about this picture"> +<table id="Metadata" class="infoTable2" summary="{'Some more (technical) info about this picture'|@translate}"> {foreach from=$metadata item=meta} <tr id="{$meta.TITLE}"> <th colspan="2">{$meta.TITLE}</th> |