Ignore:
Timestamp:
Dec 16, 2012, 3:21:10 PM (11 years ago)
Author:
mistic100
Message:
  • add regex for phot name, author
  • add dimensions filter
  • rewrite javascript algorithms
  • add auto update on timeout (default 3 days)
  • display photos count on plugin albums list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/language/en_UK/plugin.lang.php

    r18622 r19446  
    2323$lang['Doesn\'t begin with'] = 'Doesn\'t begin with';
    2424$lang['Doesn\'t end with'] = 'Doesn\'t end with';
     25$lang['Regular expression'] = 'Regular expression';
    2526$lang['Is'] = 'Is';
    2627$lang['Is in'] = 'Is in';
     
    4445$lang['Limit must be an integer'] = 'Limit must be an integer';
    4546$lang['Rating score must be an integer'] = 'Rating score must be an integer';
     47$lang['Regex is malformed'] = 'Regex is malformed';
    4648$lang['You can\'t use more than one limit filter'] = 'You can\'t use more than one limit filter';
    4749$lang['You can\'t use more than one level filter'] = 'You can\'t use more than one level filter';
     
    6062$lang['Exclude SmartAlbums from permissions management'] = 'Exclude SmartAlbums from permissions management';
    6163$lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.';
     64$lang['Update albums every %s days'] = 'Update albums every %s days';
    6265
    6366?>
Note: See TracChangeset for help on using the changeset viewer.