Changeset 6951 for trunk/admin


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/admin
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r6873 r6951  
    11531153    $page['infos'],
    11541154    l10n_dec(
    1155       '%d category moved', '%d categories moved',
     1155      '%d album moved', '%d albums moved',
    11561156      count($categories)
    11571157      )
  • trunk/admin/intro.php

    r6604 r6951  
    201201    'DB_ELEMENTS' => l10n_dec('%d image', '%d images', $nb_elements),
    202202    'DB_CATEGORIES' =>
    203       l10n_dec('%d category including', '%d categories including',
     203      l10n_dec('%d album including', '%d albums including',
    204204        $nb_categories).
    205205      l10n_dec('%d physical', '%d physical',
  • trunk/admin/site_update.php

    r6363 r6951  
    219219    array_push($fs_fulldirs, $basedir);
    220220  }
    221   // If $_POST['subcats-included'] != 1 ("Search in subcategories" is unchecked)
     221  // If $_POST['subcats-included'] != 1 ("Search in sub-albums" is unchecked)
    222222  // $db_fulldirs doesn't include any subdirectories and $fs_fulldirs does
    223223  // So $fs_fulldirs will be limited to the selected basedir
  • trunk/admin/themes/default/template/configuration.tpl

    r6363 r6951  
    228228    <li>
    229229      <label>
    230         <span class="property">{'display all elements in all sub-categories'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span>
     230        <span class="property">{'display all elements in all sub-albums'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span>
    231231        <input type="checkbox" name="index_flat_icon" {if ($display.index_flat_icon)}checked="checked"{/if}>
    232232      </label>
  • trunk/admin/themes/default/template/element_set_ranks.tpl

    r6363 r6951  
    7979
    8080{else}
    81 <div class="infos"><p>{'No element in this category'|@translate}</p></div>
     81<div class="infos"><p>{'No element in this album'|@translate}</p></div>
    8282{/if}
  • trunk/admin/themes/default/template/profile_content.tpl

    r6897 r6951  
    7777      </li>
    7878      <li>
    79         <span class="property">{'Expand all categories'|@translate}</span>
     79        <span class="property">{'Expand all albums'|@translate}</span>
    8080        {html_radios name='expand' options=$radio_options selected=$EXPAND}
    8181      </li>
  • trunk/admin/themes/default/template/site_update.tpl

    r6363 r6951  
    103103    </li>
    104104
    105     <li><label><input type="checkbox" name="subcats-included" value="1" {if $introduction.subcats_included}checked="checked"{/if}> {'Search in subcategories'|@translate}</label></li>
     105    <li><label><input type="checkbox" name="subcats-included" value="1" {if $introduction.subcats_included}checked="checked"{/if}> {'Search in sub-albums'|@translate}</label></li>
    106106    </ul>
    107107  </fieldset>
  • trunk/admin/themes/default/template/user_list.tpl

    r6363 r6951  
    249249
    250250  <tr>
    251     <td>{'Expand all categories'|@translate}</td>
     251    <td>{'Expand all albums'|@translate}</td>
    252252    <td>
    253253      <label><input type="radio" name="expand" value="leave" checked="checked"> {'leave'|@translate}</label>
Note: See TracChangeset for help on using the changeset viewer.