Changeset 16104 for extensions/SmartAlbums/language/en_UK/plugin.lang.php
- Timestamp:
- Jun 27, 2012, 9:19:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/language/en_UK/plugin.lang.php
r11546 r16104 1 1 <?php 2 2 3 $lang['%d photos associated to album %s'] = '%d photos associated to album %s';4 3 $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'; 4 $lang['%d photo'] = '%d photo'; 5 $lang['%d photos'] = '%d photos'; 9 6 $lang['All these tags'] = 'All these tags'; 10 7 $lang['One of these tags'] = 'One of these tags'; … … 14 11 $lang['Added before'] = 'Added before'; 15 12 $lang['Added after'] = 'Added after'; 16 $lang['Created on'] = 'Created on';17 13 $lang['Created before'] = 'Created before'; 18 14 $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'; 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'; 33 27 $lang['SmartAlbum deleted'] = 'SmartAlbum deleted'; 34 28 $lang['SmartAlbum added'] = 'SmartAlbum added'; 29 $lang['%d photos associated to album %s'] = '%d photos associated to album %s'; 35 30 $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>';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>'; 37 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)'; 38 59 39 60 ?>
Note: See TracChangeset
for help on using the changeset viewer.