diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-14 21:19:15 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-14 21:19:15 +0000 |
commit | 6eea9f9e08f5d823484d2c76c81d3a1bca69b682 (patch) | |
tree | edeab3054277daed17d0d4710b415f0b7de51fef /themes/default/template/menubar_categories.tpl | |
parent | 4d3aa6331efa96ddaede756e1d91693c76ecfc2d (diff) |
feature 2102 : rename item/image/picture to photo
git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/menubar_categories.tpl')
-rw-r--r-- | themes/default/template/menubar_categories.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <dt> {if isset($U_START_FILTER)} - <a href="{$U_START_FILTER}" title="{'display only recently posted images'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a> + <a href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a> {/if} {if isset($U_STOP_FILTER)} - <a href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a> + <a href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a> {/if} <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a> </dt> @@ -35,5 +35,5 @@ </li> </ul> {/if} - <p class="totalImages">{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p> + <p class="totalImages">{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p> </dd> |