source: extensions/SmartAlbums/language/en_UK/plugin.lang.php @ 11376

Last change on this file since 11376 was 11376, checked in by mistic100, 13 years ago

Add event_handler on 'login_success' and 'invalidate_user_cache' to regenerate SmartAlbums content

File size: 1.4 KB
Line 
1<?php
2
3$lang['%d photos associated to album &laquo;%s&raquo;'] = '%d photos associated to album &laquo;%s&raquo;';
4$lang['No filter selected'] = 'No filter selected';
5$lang['No tag selected'] = 'No tag selected';
6$lang['Date string is malformed'] = 'Date string is malformed';
7$lang['Limit must be an integer'] = 'Limit must be an integer';
8$lang['You can\'t use more than one limit'] = 'You can\'t use more than one limit';
9$lang['All these tags'] = 'All these tags';
10$lang['One of these tags'] = 'One of these tags';
11$lang['None of these tags'] = 'None of these tags';
12$lang['Only these tags'] = 'Only these tags';
13$lang['Added the'] = 'Added the';
14$lang['Added before the'] = 'Added before the';
15$lang['Added after the'] = 'Added after the';
16$lang['%d photo'] = '%d photo';
17$lang['%d photos'] = '%d photos';
18$lang['tags filter'] = 'tags filter';
19$lang['date filter'] = 'date filter';
20$lang['limit filter'] = 'limit filter';
21$lang['This album is a SmartAlbum'] = 'This album is a SmartAlbum';
22$lang['Count'] = 'Count';
23$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerate photos list of this SmartAlbum';
24$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerate photos list of all SmartAlbums';
25$lang['Update albums on file upload'] = 'Update albums on file upload';
26$lang['Update albums when an admin logins'] = 'Update albums when an admin logins';
27
28?>
Note: See TracBrowser for help on using the repository browser.