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

Last change on this file since 16939 was 16939, checked in by mistic100, 12 years ago

add option to block permissions recalculation

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