1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Christopher Smith <chris@jalakai.co.uk>
7 */
8
9// for admin plugins, the menu prompt to be displayed in the admin menu
10// if set here, the plugin doesn't need to override the getMenuText() method
11$lang['menu'] = 'metadisplay';
12$lang['exact']  = 'Exact match on page name';
13$lang['earlier'] = ' earlier';
14$lang['later'] = '  later than the optional date';
15$lang['when'] = 'Only display files created ';
16$lang['date'] =  'Optional date';
17$lang['andor'] = ' or modified';
18$lang['search'] = 'Search for';
19$lang['exact_match'] = 'Exact match';
20$lang['fuzzy_match'] = 'Fuzzy match';
21$lang['links'] = 'Links';
22$lang['media'] = 'Media';
23$lang['descr'] = 'Description';
24$lang['user'] = 'Only display files';
25$lang ['creator'] = 'Created by';
26$lang['contrib'] = 'Contributors';
27$lang['nofuzzy'] = 'fuzzy searches cannot be used for contributors';