Changeset 8665 for trunk/themes


Ignore:
Timestamp:
Jan 14, 2011, 10:19:15 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo

Location:
trunk/themes/default/template
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/index.tpl

    r8463 r8665  
    1616
    1717{if isset($favorite)}
    18                 <li><a href="{$favorite.U_FAVORITE}" title="{'delete all images from your favorites'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
    19                         <span class="pwg-icon pwg-icon-favorite-del">&nbsp;</span><span class="pwg-button-text">{'delete all images from your favorites'|@translate}</span>
     18                <li><a href="{$favorite.U_FAVORITE}" title="{'delete all photos from your favorites'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     19                        <span class="pwg-icon pwg-icon-favorite-del">&nbsp;</span><span class="pwg-button-text">{'delete all photos from your favorites'|@translate}</span>
    2020                </a></li>
    2121{/if}
  • trunk/themes/default/template/mainpage_categories.tpl

    r8362 r8665  
    66                        <div class="illustration">
    77                        <a href="{$cat.URL}">
    8                                 <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this album'|@translate}">
     8                                <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}">
    99                        </a>
    1010                        </div>
  • trunk/themes/default/template/menubar_categories.tpl

    r6993 r8665  
    11<dt>
    22  {if isset($U_START_FILTER)}
    3   <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>
     3  <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>
    44  {/if}
    55  {if isset($U_STOP_FILTER)}
    6   <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>
     6  <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>
    77  {/if}
    88        <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a>
     
    3636        </ul>
    3737        {/if}
    38         <p class="totalImages">{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>
     38        <p class="totalImages">{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p>
    3939</dd>
  • trunk/themes/default/template/menubar_tags.tpl

    r6243 r8665  
    77                        {if isset($tag.U_ADD)}
    88                                href="{$tag.U_ADD}"
    9                                 title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
     9                                title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}"
    1010                                rel="nofollow">+
    1111                        {else}
    1212                                href="{$tag.URL}"
    13                                 title="{'See images linked to this tag only'|@translate}">
     13                                title="{'display photos linked to this tag'|@translate}">
    1414                        {/if}
    1515                                {$tag.name}</a></span>
  • trunk/themes/default/template/month_calendar.tpl

    r7823 r8665  
    1313        {else}
    1414                {foreach from=$bar.items item=item}
    15                 <span class="calItem{if !isset($item.URL)}Empty{/if}" {if isset($item.NB_IMAGES)}title="{$pwg->l10n_dec('%d image', '%d images', $item.NB_IMAGES)}"{/if}>
     15                <span class="calItem{if !isset($item.URL)}Empty{/if}" {if isset($item.NB_IMAGES)}title="{$pwg->l10n_dec('%d photo', '%d photos', $item.NB_IMAGES)}"{/if}>
    1616                {if isset($item.URL)}
    1717                <a href="{$item.URL}">{$item.LABEL}</a>
     
    6969                                <div class="calImg">
    7070                                        <a href="{$day.U_IMG_LINK}">
    71                                                 <img style="{$day.IMAGE_STYLE}" src="{$day.IMAGE}" alt="{$day.IMAGE_ALT}" title="{$pwg->l10n_dec('%d image','%d images', $day.NB_ELEMENTS)}">
     71                                                <img style="{$day.IMAGE_STYLE}" src="{$day.IMAGE}" alt="{$day.IMAGE_ALT}" title="{$pwg->l10n_dec('%d photo','%d photos', $day.NB_ELEMENTS)}">
    7272                                        </a>
    7373                                </div>
  • trunk/themes/default/template/picture.tpl

    r8378 r8665  
    5353{if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}
    5454{if isset($favorite)}
    55         <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="nofollow">
     55        <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this photo from your favorites'|@translate}{else}{'add this photo to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="nofollow">
    5656                <span class="pwg-icon pwg-icon-favorite-{if $favorite.IS_FAVORITE}del{else}add{/if}">&nbsp;</span><span class="pwg-button-text">{'Favorites'|@translate}</span>
    5757        </a>
     
    205205        <tr id="rating">
    206206                <td class="label">
    207                         <span id="updateRate">{if isset($rating.USER_RATE)}{'Update your rating'|@translate}{else}{'Rate this picture'|@translate}{/if}</span>
     207                        <span id="updateRate">{if isset($rating.USER_RATE)}{'Update your rating'|@translate}{else}{'Rate this photo'|@translate}{/if}</span>
    208208                </td>
    209209                <td class="value">
  • trunk/themes/default/template/tags.tpl

    r8463 r8665  
    2424        <div id="fullTagCloud">
    2525                {foreach from=$tags item=tag}
    26                 <span><a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{$pwg->l10n_dec('%d image', '%d images', $tag.counter)}">{$tag.name}</a></span>
     26                <span><a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}">{$tag.name}</a></span>
    2727                {/foreach}
    2828        </div>
     
    4040      <tr class="tagLine">
    4141        <td><a href="{$tag.URL}">{$tag.name}</a></td>
    42         <td class="nbEntries">{$pwg->l10n_dec('%d image', '%d images', $tag.counter)}</td>
     42        <td class="nbEntries">{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}</td>
    4343      </tr>
    4444      {/foreach}
Note: See TracChangeset for help on using the changeset viewer.