summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-02-06 13:35:23 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-02-06 13:35:23 +0000
commit8964d242499b82167b47cdd501661a9fd8b816d3 (patch)
tree376be7693abd4c755269d43d1515ce98f50f185b /templates
parent8c70e4fddba48381edfc29597501fa3f74a30e16 (diff)
downloadfisheye-8964d242499b82167b47cdd501661a9fd8b816d3.tar.gz
fisheye-8964d242499b82167b47cdd501661a9fd8b816d3.tar.bz2
fisheye-8964d242499b82167b47cdd501661a9fd8b816d3.zip
missing {tr}s
Diffstat (limited to 'templates')
-rw-r--r--templates/view_image.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_image.tpl b/templates/view_image.tpl
index 8ffe866..4121e21 100644
--- a/templates/view_image.tpl
+++ b/templates/view_image.tpl
@@ -30,10 +30,10 @@
{tr}View other sizes{/tr}<br />
&nbsp;&bull;&nbsp;
{foreach key=size from=$gContent->mInfo.image_file.thumbnail_url item=url}
- {if $url != $gContent->mInfo.display_url}<a href="{$gContent->getDisplayUrl(0,$size)|escape}">{/if}{$size}{if $url != $gContent->mInfo.display_url}</a>{/if}&nbsp;&bull;&nbsp;
+ {if $url != $gContent->mInfo.display_url}<a href="{$gContent->getDisplayUrl(0,$size)|escape}">{/if}{tr}{$size}{/tr}{if $url != $gContent->mInfo.display_url}</a>{/if}&nbsp;&bull;&nbsp;
{/foreach}
{if $gContent->hasEditPermission() || $gGallery && $gGallery->getPreference('link_original_images')}
- <a href="{$gContent->mInfo.image_file.source_url|escape}">Original</a>
+ <a href="{$gContent->mInfo.image_file.source_url|escape}">{tr}Original{/tr}</a>
{if $gContent->mInfo.width && $gContent->mInfo.height}
&nbsp;{$gContent->mInfo.width}x{$gContent->mInfo.height}
{/if}