From 6eea9f9e08f5d823484d2c76c81d3a1bca69b682 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 14 Jan 2011 21:19:15 +0000 Subject: feature 2102 : rename item/image/picture to photo git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/index.tpl | 4 ++-- themes/default/template/mainpage_categories.tpl | 2 +- themes/default/template/menubar_categories.tpl | 6 +++--- themes/default/template/menubar_tags.tpl | 4 ++-- themes/default/template/month_calendar.tpl | 4 ++-- themes/default/template/picture.tpl | 4 ++-- themes/default/template/tags.tpl | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'themes/default/template') diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index aabe8f2b9..c53ec44d3 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -15,8 +15,8 @@ {/if} {if isset($favorite)} -
  • -  {'delete all images from your favorites'|@translate} +
  • +  {'delete all photos from your favorites'|@translate}
  • {/if} {if isset($U_CADDIE)} diff --git a/themes/default/template/mainpage_categories.tpl b/themes/default/template/mainpage_categories.tpl index 8506b0dfc..c4be8f7df 100644 --- a/themes/default/template/mainpage_categories.tpl +++ b/themes/default/template/mainpage_categories.tpl @@ -5,7 +5,7 @@
    diff --git a/themes/default/template/menubar_categories.tpl b/themes/default/template/menubar_categories.tpl index 2349157a8..216212212 100644 --- a/themes/default/template/menubar_categories.tpl +++ b/themes/default/template/menubar_categories.tpl @@ -1,9 +1,9 @@
    {if isset($U_START_FILTER)} - start filter + start filter {/if} {if isset($U_STOP_FILTER)} - stop filter + stop filter {/if} {'Albums'|@translate}
    @@ -35,5 +35,5 @@ {/if} -

    {$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}

    +

    {$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}

    diff --git a/themes/default/template/menubar_tags.tpl b/themes/default/template/menubar_tags.tpl index b3fa384f4..62421e57d 100644 --- a/themes/default/template/menubar_tags.tpl +++ b/themes/default/template/menubar_tags.tpl @@ -6,11 +6,11 @@ + {else} href="{$tag.URL}" - title="{'See images linked to this tag only'|@translate}"> + title="{'display photos linked to this tag'|@translate}"> {/if} {$tag.name} {* ABOVE there should be no space between text, and elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *} diff --git a/themes/default/template/month_calendar.tpl b/themes/default/template/month_calendar.tpl index c1603dfd8..6faa653ab 100644 --- a/themes/default/template/month_calendar.tpl +++ b/themes/default/template/month_calendar.tpl @@ -12,7 +12,7 @@   {else} {foreach from=$bar.items item=item} - + {if isset($item.URL)} {$item.LABEL} {else} @@ -68,7 +68,7 @@ TABLE.calMonth TBODY TD, TABLE.calMonth TBODY TD DIV.calImg {ldelim}
    {$day.DAY}
    {$day.DAY}
    {else} diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 3da465a05..69d1e6297 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -52,7 +52,7 @@ {/if} {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} {if isset($favorite)} - +  {'Favorites'|@translate} {/if} @@ -204,7 +204,7 @@ y.callService( {if isset($rating)} - {if isset($rating.USER_RATE)}{'Update your rating'|@translate}{else}{'Rate this picture'|@translate}{/if} + {if isset($rating.USER_RATE)}{'Update your rating'|@translate}{else}{'Rate this photo'|@translate}{/if}
    diff --git a/themes/default/template/tags.tpl b/themes/default/template/tags.tpl index b0f3f4d64..f6da316f3 100644 --- a/themes/default/template/tags.tpl +++ b/themes/default/template/tags.tpl @@ -23,7 +23,7 @@ {if $display_mode == 'cloud'}
    {foreach from=$tags item=tag} - {$tag.name} + {$tag.name} {/foreach}
    {/if} @@ -39,7 +39,7 @@ {foreach from=$letter.tags item=tag} {$tag.name} - {$pwg->l10n_dec('%d image', '%d images', $tag.counter)} + {$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)} {/foreach} -- cgit v1.2.3