Ignore:
Timestamp:
Jul 23, 2010, 11:33:56 PM (14 years ago)
Author:
plg
Message:

feature 408: ability to automatically sort sub-categories. The number of SQL
queries is constant, no matter the deepth of your tree.

+ refactor to avoid duplicate code (ascending/desceding should be only a
single parameter in a function, not 20 lines of duplicated code)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/admin.lang.php

    r6676 r6698  
    634634$lang['Themes'] = "Themes";
    635635$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo";
    636 $lang['Order alphanumerically'] = "Alphanumerical order";
    637 $lang['Order alphanumerically reverse'] = "Reverse alphanumerical order";
    638636$lang['Installed Themes'] = "Installed Themes";
    639637$lang['Add New Theme'] = "Add a new theme";
     
    684682$lang['Add write access to the "%s" directory'] = 'Add write access to the "%s" directory';
    685683$lang['Administration Home'] = 'Administration Home';
    686 $lang['Categories ordered alphanumerically'] = 'Categories sorted by alphanumerical order';
    687 $lang['Categories ordered alphanumerically reverse'] = 'Categories sorted by reverse alphanumeric order';
    688684$lang['Change Admin Colors'] = 'Change administration colors';
    689685$lang['Delete this theme'] = 'Delete this theme';
     
    771767$lang['Error on file "%s" : %s'] = 'Error on file "%s" : %s';
    772768$lang['Menu Management'] = 'Menus';
     769$lang['apply to sub-categories'] = 'apply to sub-categories';
     770$lang['automatic order'] = 'automatic order';
     771$lang['manual order'] = 'manual order';
     772$lang['Categories automatically sorted'] = 'Categories automatically sorted';
    773773?>
Note: See TracChangeset for help on using the changeset viewer.