Changeset 13840 for trunk/admin


Ignore:
Timestamp:
Mar 31, 2012, 12:27:25 PM (12 years ago)
Author:
mistic100
Message:

feature 2586: add capitals to sort labels on admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r13225 r13840  
    108108$sort_fields = array(
    109109  ''                    => '',
    110   'file ASC'            => l10n('file name, A → Z'),
    111   'file DESC'           => l10n('file name, Z → A'),
    112   'name ASC'            => l10n('photo title, A → Z'),
    113   'name DESC'           => l10n('photo title, Z → A'),
    114   'date_creation DESC'  => l10n('date created, new → old'),
    115   'date_creation ASC'   => l10n('date created, old → new'),
    116   'date_available DESC' => l10n('date posted, new → old'),
    117   'date_available ASC'  => l10n('date posted, old → new'),
    118   'rating_score DESC'   => l10n('rating score, high → low'),
    119   'rating_score ASC'    => l10n('rating score, low → high'),
    120   'hit DESC'            => l10n('visits, high → low'),
    121   'hit ASC'             => l10n('visits, low → high'),
    122   'id ASC'              => l10n('numeric identifier, 1 → 9'),
    123   'id DESC'             => l10n('numeric identifier, 9 → 1'),
    124   'rank ASC'            => l10n('manual sort order'),
     110  'file ASC'            => l10n('File name, A → Z'),
     111  'file DESC'           => l10n('File name, Z → A'),
     112  'name ASC'            => l10n('Photo title, A → Z'),
     113  'name DESC'           => l10n('Photo title, Z → A'),
     114  'date_creation DESC'  => l10n('Date created, new → old'),
     115  'date_creation ASC'   => l10n('Date created, old → new'),
     116  'date_available DESC' => l10n('Date posted, new → old'),
     117  'date_available ASC'  => l10n('Date posted, old → new'),
     118  'rating_score DESC'   => l10n('Rating score, high → low'),
     119  'rating_score ASC'    => l10n('Rating score, low → high'),
     120  'hit DESC'            => l10n('Visits, high → low'),
     121  'hit ASC'             => l10n('Visits, low → high'),
     122  'id ASC'              => l10n('Numeric identifier, 1 → 9'),
     123  'id DESC'             => l10n('Numeric identifier, 9 → 1'),
     124  'rank ASC'            => l10n('Manual sort order'),
    125125  );
    126126 
Note: See TracChangeset for help on using the changeset viewer.