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

Last change on this file since 27366 was 27266, checked in by mistic100, 10 years ago

allow to choose the sort order when using limit filter

File size: 4.1 KB
Line 
1<?php
2
3$lang['No filter selected'] = 'No filter selected';
4$lang['All these tags'] = 'All these tags';
5$lang['One of these tags'] = 'One of these tags';
6$lang['None of these tags'] = 'None of these tags';
7$lang['Only these tags'] = 'Only these tags';
8$lang['All these albums'] = 'All these albums';
9$lang['One of these albums'] = 'One of these albums';
10$lang['None of these albums'] = 'None of these albums';
11$lang['Only these albums'] = 'Only these albums';
12$lang['Added on'] = 'Added on';
13$lang['Added before'] = 'Added before';
14$lang['Added after'] = 'Added after';
15$lang['Created before'] = 'Created before';
16$lang['Created after'] = 'Created after';
17$lang['Contains'] = 'Contains';
18$lang['Begins with'] = 'Begins with';
19$lang['Ends with'] = 'Ends with';
20$lang['Doesn\'t contain'] = 'Doesn\'t contain';
21$lang['Doesn\'t begin with'] = 'Doesn\'t begin with';
22$lang['Doesn\'t end with'] = 'Doesn\'t end with';
23$lang['Regular expression'] = 'Regular expression';
24$lang['Is'] = 'Is';
25$lang['Is in'] = 'Is in';
26$lang['Is not'] = 'Is not';
27$lang['Is not in'] = 'Is not in';
28$lang['Bellow'] = 'Bellow';
29$lang['Above'] = 'Above';
30$lang['SmartAlbum deleted'] = 'SmartAlbum deleted';
31$lang['SmartAlbum added'] = 'SmartAlbum added';
32$lang['%d photos associated to album %s'] = '%d photos associated to album %s';
33$lang['Only SmartAlbums are displayed on this page'] = 'Only SmartAlbums are displayed on this page';
34$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'To order albums please go the main albums <a href="%s">management page</a>';
35$lang['Don\'t show this message again'] = 'Don\'t show this message again';
36$lang['All SmartAlbums'] = 'All SmartAlbums';
37$lang['No tag selected'] = 'No tag selected';
38$lang['No album selected'] = 'No album selected';
39$lang['Date string is malformed'] = 'Date string is malformed';
40$lang['Name is empty'] = 'Name is empty';
41$lang['Author is empty'] = 'Author is empty';
42$lang['Hits must be an integer'] = 'Hits must be an integer';
43$lang['Limit must be an integer'] = 'Limit must be an integer';
44$lang['Rating score must be an integer'] = 'Rating score must be an integer';
45$lang['Regex is malformed'] = 'Regex is malformed';
46$lang['You can\'t use more than one limit filter'] = 'You can\'t use more than one limit filter';
47$lang['You can\'t use more than one level filter'] = 'You can\'t use more than one level filter';
48$lang['Hits'] = 'Hits';
49$lang['Max. number of photos'] = 'Max. number of photos';
50$lang['For "Is (not) in", separate each author by a comma'] = 'For "Is (not) in", separate each author by a comma';
51$lang['This album is a SmartAlbum'] = 'This album is a SmartAlbum';
52$lang['Add filters here'] = 'Add filters here';
53$lang['Count'] = 'Count';
54$lang['create a new SmartAlbum'] = 'create a new SmartAlbum';
55$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerate photos list of all SmartAlbums';
56$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerate photos list of this SmartAlbum';
57$lang['Update albums on file upload'] = 'Update albums on file upload';
58$lang['can cause slowdowns'] = 'can cause slowdowns';
59$lang['Filters'] = 'Filters';
60$lang['Exclude SmartAlbums from permissions management'] = 'Exclude SmartAlbums from permissions management';
61$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.';
62$lang['Update albums every %s days'] = 'Update albums every %s days';
63$lang['Invalid number of days'] = 'Invalid number of days';
64$lang['Select albums...'] = 'Select albums...';
65$lang['Photos must match all filters'] = 'Photos must match all filters';
66$lang['Photos must match at least one filter'] = 'Photos must match at least one filter';
67$lang['No filter'] = 'No filter';
68$lang['The sort order is only used in addition to the limit filter, it does not impact the final display order'] = 'The sort order is only used in addition to the limit filter, it does not impact the final display order';
69
70?>
Note: See TracBrowser for help on using the repository browser.