Changeset 12782


Ignore:
Timestamp:
Dec 22, 2011, 5:48:25 PM (12 years ago)
Author:
mistic100
Message:

bug:1711 sort photos by name

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r11978 r12782  
    108108  'rank' => l10n('Rank'),
    109109  'file' => l10n('File name'),
     110  'name' => l10n('Photo name'),
    110111  'date_creation' => l10n('Creation date'),
    111112  'date_available' => l10n('Post date'),
  • trunk/admin/element_set_ranks.php

    r11893 r12782  
    277277  'hit' => l10n('Most visited'),
    278278  'file' => l10n('File name'),
     279  'name' => l10n('Photo name'),
    279280  'id' => 'Id',
    280281  'rank' => l10n('Rank'),
  • trunk/language/en_UK/admin.lang.php

    r12693 r12782  
    536536$lang['Photo Page'] = 'Photo page';
    537537$lang['Photo Properties'] = 'Photo properties';
     538$lang['Photo name'] = 'Photo name';
    538539$lang['Photo unreachable or no support'] = "Photo unreachable or unsupported format";
    539540$lang['photos added in the database'] = "photos added in the database";
Note: See TracChangeset for help on using the changeset viewer.