Ignore:
Timestamp:
Jan 16, 2011, 9:43:56 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (public side)

Location:
trunk/admin/themes/default/template
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration.tpl

    r8665 r8711  
    214214    <li>
    215215      <label>
    216         <span class="property">{'display all elements in all sub-albums'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span>
     216        <span class="property">{'display all photos in all sub-albums'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span>
    217217        <input type="checkbox" name="index_flat_icon" {if ($display.index_flat_icon)}checked="checked"{/if}>
    218218      </label>
  • trunk/admin/themes/default/template/profile_content.tpl

    r6951 r8711  
    4646      <li>
    4747        <span class="property">
    48           <label for="nb_image_line">{'Number of images per row'|@translate}</label>
     48          <label for="nb_image_line">{'Number of photos per row'|@translate}</label>
    4949        </span>
    5050        <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}">
     
    9090      <li>
    9191        <span class="property">
    92           <label for="maxwidth">{'Maximum width of the pictures'|@translate}</label>
     92          <label for="maxwidth">{'Maximum photo width'|@translate}</label>
    9393        </span>
    9494        <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
     
    9696      <li>
    9797        <span class="property">
    98           <label for="maxheight">{'Maximum height of the pictures'|@translate}</label>
     98          <label for="maxheight">{'Maximum photo height'|@translate}</label>
    9999        </span>
    100100        <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
  • trunk/admin/themes/default/template/user_list.tpl

    r8131 r8711  
    184184<table>
    185185  <tr>
    186     <td>{'Number of images per row'|@translate}</td>
     186    <td>{'Number of photos per row'|@translate}</td>
    187187    <td>
    188188      <label><input type="radio" name="nb_image_line_action" value="leave" checked="checked"> {'leave'|@translate}</label>
     
    266266
    267267  <tr>
    268     <td>{'Maximum width of the pictures'|@translate}</td>
     268    <td>{'Maximum photo width'|@translate}</td>
    269269    <td>
    270270      <label><input type="radio" name="maxwidth_action" value="leave" checked="checked"> {'leave'|@translate}</label>
     
    278278
    279279  <tr>
    280     <td>{'Maximum height of the pictures'|@translate}</td>
     280    <td>{'Maximum photo height'|@translate}</td>
    281281    <td>
    282282      <label><input type="radio" name="maxheight_action" value="leave" checked="checked"> {'leave'|@translate}</label>
Note: See TracChangeset for help on using the changeset viewer.