diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
commit | 8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch) | |
tree | 279156046f1eeb96c5f5d0db2069a3c85f376be3 /themes/default/template | |
parent | 2da15bed331842ee21d33128bd74cdc960eb9993 (diff) |
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/index.tpl | 4 | ||||
-rw-r--r-- | themes/default/template/notification.tpl | 10 | ||||
-rw-r--r-- | themes/default/template/picture.tpl | 4 | ||||
-rw-r--r-- | themes/default/template/picture_content.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/profile_content.tpl | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index c53ec44d3..2dff46611 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -41,8 +41,8 @@ </a></li> {/if} {if isset($U_MODE_FLAT)} - <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-albums'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> - <span class="pwg-icon pwg-icon-category-view-flat"> </span><span class="pwg-button-text">{'display all elements in all sub-albums'|@translate}</span> + <li><a href="{$U_MODE_FLAT}" title="{'display all photos in all sub-albums'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> + <span class="pwg-icon pwg-icon-category-view-flat"> </span><span class="pwg-button-text">{'display all photos in all sub-albums'|@translate}</span> </a></li> {/if} {if isset($U_MODE_NORMAL)} diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index ef2d99ced..99317a872 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -1,6 +1,6 @@ {html_head} -<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}"> -<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}"> +<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}"> +<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}"> {/html_head} <div id="content" class="content"> @@ -13,14 +13,14 @@ <h2>{'Notification'|@translate}</h2> </div> - <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'|@translate}</p> + <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p> <dl> <dt> - <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br> + <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br> </dt> <dt> - <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a> + <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a> </dt> </dl> </div> diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 69d1e6297..0e479db69 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -119,7 +119,7 @@ y.callService( {/if} {/if} -<table id="standard" class="infoTable" summary="{'Some info about this picture'|@translate}"> +<table id="standard" class="infoTable"> {if $display_info.author} <tr id="Author"> <td class="label">{'Author'|@translate}</td> @@ -261,7 +261,7 @@ y.callService( </table> {if isset($metadata)} -<table id="Metadata" class="infoTable2" summary="{'Some more (technical) info about this picture'|@translate}"> +<table id="Metadata" class="infoTable2"> {foreach from=$metadata item=meta} <tr> <th colspan="2">{$meta.TITLE}</th> diff --git a/themes/default/template/picture_content.tpl b/themes/default/template/picture_content.tpl index 384a9ce1a..d65a9597a 100644 --- a/themes/default/template/picture_content.tpl +++ b/themes/default/template/picture_content.tpl @@ -7,5 +7,5 @@ {/if}> {if isset($high) } </a> - <p>{'Click on the picture to see it in high definition'|@translate}</p> + <p>{'Click on the photo to see it in high definition'|@translate}</p> {/if} diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index acd9a01a7..f2e9e3b18 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -46,7 +46,7 @@ <ul> <li> <span class="property"> - <label for="nb_image_line">{'Number of images per row'|@translate}</label> + <label for="nb_image_line">{'Number of photos per row'|@translate}</label> </span> <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}"> </li> @@ -88,13 +88,13 @@ </li> <li> <span class="property"> - <label for="Maximum width of the pictures">{'Maximum width of the pictures'|@translate}</label> + <label for="maxwidth">{'Maximum photo width'|@translate}</label> </span> <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}"> </li> <li> <span class="property"> - <label for="Maximum height of the pictures">{'Maximum height of the pictures'|@translate}</label> + <label for="maxheight">{'Maximum photo height'|@translate}</label> </span> <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}"> </li> |