<?php
/**
 * english language file for searchdefaults plugin
 *
 * @author Michael Große <dokuwiki@cosmocode.de>
 */

// keys need to match the config setting name
$lang['default_sort'] = 'Default sort of the quick search';
$lang['default_sort_o_hits'] = 'Sort by number of hits, descending';
$lang['default_sort_o_mtime'] = 'Sort by last changed date, newest first';
$lang['default_time_limit'] = 'Default time limit';
$lang['default_time_limit_o_any'] = 'Any time';
$lang['default_time_limit_o_week'] = 'Past week';
$lang['default_time_limit_o_month'] = 'Past month';
$lang['default_time_limit_o_year'] = 'Past year';
