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['All these albums'] = 'All these albums'; |
---|
11 | $lang['One of these albums'] = 'One of these albums'; |
---|
12 | $lang['None of these albums'] = 'None of these albums'; |
---|
13 | $lang['Only these albums'] = 'Only these albums'; |
---|
14 | $lang['Added on'] = 'Added on'; |
---|
15 | $lang['Added before'] = 'Added before'; |
---|
16 | $lang['Added after'] = 'Added after'; |
---|
17 | $lang['Created before'] = 'Created before'; |
---|
18 | $lang['Created after'] = 'Created after'; |
---|
19 | $lang['Contains'] = 'Contains'; |
---|
20 | $lang['Begins with'] = 'Begins with'; |
---|
21 | $lang['Ends with'] = 'Ends with'; |
---|
22 | $lang['Doesn\'t contain'] = 'Doesn\'t contain'; |
---|
23 | $lang['Doesn\'t begin with'] = 'Doesn\'t begin with'; |
---|
24 | $lang['Doesn\'t end with'] = 'Doesn\'t end with'; |
---|
25 | $lang['Regular expression'] = 'Regular expression'; |
---|
26 | $lang['Is'] = 'Is'; |
---|
27 | $lang['Is in'] = 'Is in'; |
---|
28 | $lang['Is not'] = 'Is not'; |
---|
29 | $lang['Is not in'] = 'Is not in'; |
---|
30 | $lang['Bellow'] = 'Bellow'; |
---|
31 | $lang['Above'] = 'Above'; |
---|
32 | $lang['SmartAlbum deleted'] = 'SmartAlbum deleted'; |
---|
33 | $lang['SmartAlbum added'] = 'SmartAlbum added'; |
---|
34 | $lang['%d photos associated to album %s'] = '%d photos associated to album %s'; |
---|
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 <a href="%s">management page</a>'] = 'To order albums please go the main albums <a href="%s">management page</a>'; |
---|
37 | $lang['Don\'t show this message again'] = 'Don\'t show this message again'; |
---|
38 | $lang['All SmartAlbums'] = 'All SmartAlbums'; |
---|
39 | $lang['No tag selected'] = 'No tag selected'; |
---|
40 | $lang['No album selected'] = 'No album selected'; |
---|
41 | $lang['Date string is malformed'] = 'Date string is malformed'; |
---|
42 | $lang['Name is empty'] = 'Name is empty'; |
---|
43 | $lang['Author is empty'] = 'Author is empty'; |
---|
44 | $lang['Hits must be an integer'] = 'Hits must be an integer'; |
---|
45 | $lang['Limit must be an integer'] = 'Limit must be an integer'; |
---|
46 | $lang['Rating score must be an integer'] = 'Rating score must be an integer'; |
---|
47 | $lang['Regex is malformed'] = 'Regex is malformed'; |
---|
48 | $lang['You can\'t use more than one limit filter'] = 'You can\'t use more than one limit filter'; |
---|
49 | $lang['You can\'t use more than one level filter'] = 'You can\'t use more than one level filter'; |
---|
50 | $lang['Hits'] = 'Hits'; |
---|
51 | $lang['Max. number of photos'] = 'Max. number of photos'; |
---|
52 | $lang['For "Is (not) in", separate each author by a comma'] = 'For "Is (not) in", separate each author by a comma'; |
---|
53 | $lang['This album is a SmartAlbum'] = 'This album is a SmartAlbum'; |
---|
54 | $lang['Add filters here'] = 'Add filters here'; |
---|
55 | $lang['Count'] = 'Count'; |
---|
56 | $lang['create a new SmartAlbum'] = 'create a new SmartAlbum'; |
---|
57 | $lang['Regenerate photos list of all SmartAlbums'] = 'Regenerate photos list of all SmartAlbums'; |
---|
58 | $lang['Regenerate photos list of this SmartAlbum'] = 'Regenerate photos list of this SmartAlbum'; |
---|
59 | $lang['Update albums on file upload'] = 'Update albums on file upload'; |
---|
60 | $lang['can cause slowdowns'] = 'can cause slowdowns'; |
---|
61 | $lang['Filters'] = 'Filters'; |
---|
62 | $lang['Exclude SmartAlbums from permissions management'] = 'Exclude SmartAlbums from permissions management'; |
---|
63 | $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.'; |
---|
64 | $lang['Update albums every %s days'] = 'Update albums every %s days'; |
---|
65 | |
---|
66 | ?> |
---|