1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Symon Bent <symonbent@gmail.com>
7 */
8
9// custom language strings for the pagequery plugin
10$lang['no_results']   = 'No results for the search query: « %1s »';
11$lang['jump_section'] = 'Continue with the « %1$s » section at the top...'; // '%1$s' will be replaced by the relevant heading
12$lang['jump_to_top']  = 'Back to top of this page list';
13$lang['link_to_top']  = 'Top ↑';
14$lang['regex_error']  = 'There is an error in the regular expression.  Check and try again.';
15$lang['empty_filter'] = 'The filter expression returned no results.';
16