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

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

updated for Piwigo 2.4
new filters : name, author, level, hits

File size: 3.0 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['You can\'t use more than one limit filter'] = 'You can\'t use more than one limit filter';
41$lang['You can\'t use more than one level filter'] = 'You can\'t use more than one level filter';
42$lang['tags_filter'] = 'Tags';
43$lang['date_filter'] = 'Date';
44$lang['name_filter'] = 'Photo name';
45$lang['author_filter'] = 'Author';
46$lang['hit_filter'] = 'Hits';
47$lang['level_filter'] = 'Level';
48$lang['limit_filter'] = 'Max. number of photos';
49$lang['For "Is (not) in", separate each author by a comma'] = 'For "Is (not) in", separate each author by a comma';
50$lang['limit_filter'] = 'Max. number of photos';
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
60?>
Note: See TracBrowser for help on using the repository browser.