Changeset 6951 for trunk/include


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/include
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r6716 r6951  
    7171//
    7272// $conf['order_by_inside_category'] = ' ORDER BY rank';
    73 // will sort images by the manually defined rank of images in this category.
     73// will sort images by the manually defined rank of images in this album.
    7474$conf['order_by_inside_category'] = $conf['order_by'];
    7575
  • trunk/include/functions_category.inc.php

    r6664 r6951  
    484484      if (! $short_message)
    485485      {
    486         $display_text.= ' '.l10n('in this category');
     486        $display_text.= ' '.l10n('in this album');
    487487      }
    488488    }
    489489    else
    490490    {
    491       $display_text.= ' '.l10n_dec('in %d sub-category', 'in %d sub-categories', $cat_count_categories);
     491      $display_text.= ' '.l10n_dec('in %d sub-album', 'in %d sub-albums', $cat_count_categories);
    492492    }
    493493  }
  • trunk/include/functions_notification.inc.php

    r6870 r6951  
    437437  {
    438438    add_news_line( $news,
    439       nb_updated_categories($start, $end), '%d category updated', '%d categories updated',
     439      nb_updated_categories($start, $end), '%d album updated', '%d albums updated',
    440440      make_index_url(array('section'=>'recent_cats')), $add_url );
    441441  }
     
    586586  $description .=
    587587        '<li>'
    588         .l10n_dec('%d category updated', '%d categories updated',
     588        .l10n_dec('%d album updated', '%d albums updated',
    589589                  $date_detail['nb_cats'])
    590590        .'</li>';
  • trunk/include/menubar.inc.php

    r6716 r6951  
    209209      array(
    210210        'URL' => make_index_url(array('section' => 'recent_cats')),
    211         'TITLE' => l10n('display recently updated categories'),
    212         'NAME' => l10n('Recent categories'),
     211        'TITLE' => l10n('display recently updated albums'),
     212        'NAME' => l10n('Recent albums'),
    213213      );
    214214
  • trunk/include/section_init.inc.php

    r6906 r6951  
    469469      $page,
    470470      array(
    471         'title' => l10n('Recent categories'),
     471        'title' => l10n('Recent albums'),
    472472        )
    473473      );
Note: See TracChangeset for help on using the changeset viewer.