Changeset 6951 for trunk/themes


Ignore:
Timestamp:
Sep 16, 2010, 9:03:56 PM (14 years ago)
Author:
rvelices
Message:

feature 1616: rename "category" into "album" (first commit; still to come)

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

Legend:

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

    r6615 r6951  
    3636
    3737      {if isset($U_MODE_FLAT) }
    38       <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-categories'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-categories'|@translate}"></a></li>
     38      <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-albums'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-albums'|@translate}"></a></li>
    3939      {/if}
    4040
     
    7575
    7676{if !empty($category_search_results) }
    77 <div style="font-size:16px;margin:10px 16px">{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
     77<div style="font-size:16px;margin:10px 16px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
    7878  <em><strong>
    7979  {foreach from=$category_search_results item=res name=res_loop}
  • trunk/themes/default/template/mainpage_categories.tpl

    r5095 r6951  
    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 category'|@translate}">
     8                                <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this album'|@translate}">
    99                        </a>
    1010                        </div>
  • trunk/themes/default/template/notification.tpl

    r6668 r6951  
    1212  </div>
    1313
    14   <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p>
     14  <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>
    1515
    1616  <dl>
  • trunk/themes/default/template/picture.tpl

    r6615 r6951  
    5454    {/if}
    5555    {if !empty($U_SET_AS_REPRESENTATIVE) }
    56       <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
     56      <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as album representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
    5757    {/if}
    5858    {if isset($U_ADMIN) }
  • trunk/themes/default/template/profile_content.tpl

    r6907 r6951  
    7676      </li>
    7777      <li>
    78         <span class="property">{'Expand all categories'|@translate}</span>
     78        <span class="property">{'Expand all albums'|@translate}</span>
    7979        {html_radios name='expand' options=$radio_options selected=$EXPAND}
    8080      </li>
  • trunk/themes/default/template/search.tpl

    r5178 r6951  
    119119<fieldset>
    120120  <legend>{'Search Options'|@translate}</legend>
    121   <label>{'Search in Categories'|@translate}
     121  <label>{'Search in albums'|@translate}
    122122    <select class="categoryList" name="cat[]" multiple="multiple" >
    123123      {html_options options=$category_options selected=$category_options_selected}
     
    125125  </label>
    126126  <ul>
    127     <li><label>{'Search in subcategories'|@translate}</label></li>
     127    <li><label>{'Search in sub-albums'|@translate}</label></li>
    128128    <li><label>
    129129      <input type="radio" name="subcats-included" value="1" checked="checked">{'Yes'|@translate}
Note: See TracChangeset for help on using the changeset viewer.