Changeset 8723 for trunk/admin


Ignore:
Timestamp:
Jan 17, 2011, 9:27:46 PM (14 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (admin side)
also removed unnecessary/duplicate keys

Location:
trunk/admin
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r8682 r8723  
    314314            if ($exist_data)
    315315            {
    316               $subject = '['.$conf['gallery_title'].']: '.l10n('New elements added');
     316              $subject = '['.$conf['gallery_title'].']: '.l10n('New photos added');
    317317
    318318              // Assign current var for nbm mail
  • trunk/admin/themes/default/template/batch_manager_global.tpl

    r8422 r8723  
    451451      &middot; <a href="{$U_DISPLAY}&amp;display=100">100</a>
    452452      &middot; <a href="{$U_DISPLAY}&amp;display=all">{'all'|@translate}</a>
    453       {'thumbnails per page'|@translate}
     453      {'photos per page'|@translate}
    454454    </div>
    455455  </div>
  • trunk/admin/themes/default/template/batch_manager_unit.tpl

    r8682 r8723  
    5151  <legend>{$element.LEGEND}</legend>
    5252
    53   <a href="{$element.U_EDIT}"><img src="{$element.TN_SRC}" alt="" title="{'Edit all picture informations'|@translate}"></a>
     53  <a href="{$element.U_EDIT}"><img src="{$element.TN_SRC}" alt="" title="{'Edit photo information'|@translate}"></a>
    5454
    5555  <table>
  • trunk/admin/themes/default/template/cat_modify.tpl

    r8682 r8723  
    9292  <legend>{'Sort order'|@translate}</legend>
    9393  <input type="checkbox" name="image_order_default" id="image_order_default" {$IMG_ORDER_DEFAULT}>
    94   <label for="image_order_default">{'Use the default image sort order (defined in the configuration file)'|@translate}</label>
     94  <label for="image_order_default">{'Use the default photo sort order (defined in the configuration file)'|@translate}</label>
    9595  <br>
    9696  <input type="checkbox" name="image_order_subcats" id="image_order_subcats">
     
    145145
    146146<fieldset id="linkAllNew">
    147   <legend>{'Link all album elements to a new album'|@translate}</legend>
     147  <legend>{'Link all album photos to a new album'|@translate}</legend>
    148148
    149149  <table>
     
    172172
    173173<fieldset id="linkAllExist">
    174   <legend>{'Link all album elements to some existing albums'|@translate}</legend>
     174  <legend>{'Link all album photos to some existing albums'|@translate}</legend>
    175175
    176176  <table>
  • trunk/admin/themes/default/template/configuration.tpl

    r8711 r8723  
    161161    <li>
    162162      <label>
    163         <span class="property">{'Allow users to edit theirs owns comments'|@translate}</span>
     163        <span class="property">{'Allow users to edit their own comments'|@translate}</span>
    164164        <input type="checkbox" name="user_can_edit_comment" {if ($comments.user_can_edit_comment)}checked="checked"{/if}>
    165165      </label>
     
    167167    <li>
    168168      <label>
    169         <span class="property">{'Allow users to delete theirs owns comments'|@translate}</span>
     169        <span class="property">{'Allow users to delete their own comments'|@translate}</span>
    170170        <input type="checkbox" name="user_can_delete_comment" {if ($comments.user_can_delete_comment)}checked="checked"{/if}>
    171171      </label>
  • trunk/admin/themes/default/template/element_set_ranks.tpl

    r8682 r8723  
    4646    <p class="field">
    4747      <input type="radio" name="image_order_choice" id="image_order_default" value="default"{if $image_order_choice=='default'} checked="checked"{/if}>
    48       <label for="image_order_default">{'Use the default image sort order (defined in the configuration file)'|@translate}</label>
     48      <label for="image_order_default">{'Use the default photo sort order (defined in the configuration file)'|@translate}</label>
    4949    </p>
    5050    <p class="field">
     
    7171
    7272{else}
    73 <div class="infos"><p>{'No element in this album'|@translate}</p></div>
     73<div class="infos"><p>{'No photo in this album'|@translate}</p></div>
    7474{/if}
  • trunk/admin/themes/default/template/maintenance.tpl

    r8128 r8723  
    1111<ul>
    1212  <li><a href="{$U_MAINT_CATEGORIES}">{'Update albums informations'|@translate}</a></li>
    13   <li><a href="{$U_MAINT_IMAGES}">{'Update images informations'|@translate}</a></li>
     13  <li><a href="{$U_MAINT_IMAGES}">{'Update photos information'|@translate}</a></li>
    1414  <li><a href="{$U_MAINT_DATABASE}">{'Repair and optimize database'|@translate}</a></li>
    1515</ul>
  • trunk/admin/themes/default/template/picture_modify.tpl

    r8682 r8723  
    2323{/footer_script}
    2424
    25 <h2>{'Modify informations about a picture'|@translate}</h2>
     25<h2>{'Edit photo information'|@translate}</h2>
    2626
    2727<img src="{$TN_SRC}" alt="{'Thumbnail'|@translate}" class="Thumbnail">
  • trunk/admin/themes/default/template/site_update.tpl

    r8682 r8723  
    2222<ul>
    2323  <li>{$metadata_result.NB_ELEMENTS_DONE} {'elements informations synchronized with files metadata'|@translate}</li>
    24   <li>{$metadata_result.NB_ELEMENTS_CANDIDATES} {'images candidates for metadata synchronization'|@translate}</li>
     24  <li>{$metadata_result.NB_ELEMENTS_CANDIDATES} {'photos candidates for metadata synchronization'|@translate}</li>
    2525  <li>{'Used metadata'|@translate} : {$METADATA_LIST}</li>
    2626</ul>
Note: See TracChangeset for help on using the changeset viewer.