1<?php
2/**
3 * english language file for searchdefaults plugin
4 *
5 * @author Michael Große <dokuwiki@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9$lang['default_sort'] = 'Default sort of the quick search';
10$lang['default_sort_o_hits'] = 'Sort by number of hits, descending';
11$lang['default_sort_o_mtime'] = 'Sort by last changed date, newest first';
12$lang['default_time_limit'] = 'Default time limit';
13$lang['default_time_limit_o_any'] = 'Any time';
14$lang['default_time_limit_o_week'] = 'Past week';
15$lang['default_time_limit_o_month'] = 'Past month';
16$lang['default_time_limit_o_year'] = 'Past year';
17