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

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

add some information

File size: 2.1 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 on'] = 'Added on';
14$lang['Added before'] = 'Added before';
15$lang['Added after'] = 'Added after';
16$lang['Created on'] = 'Created on';
17$lang['Created before'] = 'Created before';
18$lang['Created after'] = 'Created after';
19$lang['%d photo'] = '%d photo';
20$lang['%d photos'] = '%d photos';
21$lang['tags filter'] = 'tags filter';
22$lang['date filter'] = 'date filter';
23$lang['limit filter'] = 'limit filter';
24$lang['Add filters here'] = 'Add filters here';
25$lang['This album is a SmartAlbum'] = 'This album is a SmartAlbum';
26$lang['Count'] = 'Count';
27$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerate photos list of this SmartAlbum';
28$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerate photos list of all SmartAlbums';
29$lang['Update albums on file upload'] = 'Update albums on file upload';
30$lang['(can cause slowdowns on admin pages)'] = '(can cause slowdowns on admin pages)';
31$lang['All SmartAlbums'] = 'All SmartAlbums';
32$lang['Add a SmartAlbum'] = 'Add a SmartAlbum';
33$lang['SmartAlbum deleted'] = 'SmartAlbum deleted';
34$lang['SmartAlbum added'] = 'SmartAlbum added';
35$lang['Only SmartAlbums are displayed on this page'] = 'Only SmartAlbums are displayed on this page';
36$lang['To order albums please go the main albums management page'] = 'To order albums please go the main albums <a href="admin.php?page=cat_list">management page</a>';
37$lang['Don\'t show this message again'] = 'Don\'t show this message again';
38
39?>
Note: See TracBrowser for help on using the repository browser.