<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Christopher Smith <chris@jalakai.co.uk>
 */

// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'metadisplay'; 
$lang['exact']  = 'Exact match on page name';
$lang['earlier'] = ' earlier';
$lang['later'] = '  later than the optional date';
$lang['when'] = 'Only display files created '; 
$lang['date'] =  'Optional date';
$lang['andor'] = ' or modified';
$lang['search'] = 'Search for';
$lang['exact_match'] = 'Exact match';
$lang['fuzzy_match'] = 'Fuzzy match';
$lang['links'] = 'Links';
$lang['media'] = 'Media';
$lang['descr'] = 'Description';
$lang['user'] = 'Only display files';
$lang ['creator'] = 'Created by';
$lang['contrib'] = 'Contributors';
$lang['nofuzzy'] = 'fuzzy searches cannot be used for contributors';