<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Symon Bent <symonbent@gmail.com>
 */

// custom language strings for the pagequery plugin
$lang['no_results']   = 'No results for the search query: « %1s »';
$lang['jump_section'] = 'Continue with the « %1$s » section at the top...'; // '%1$s' will be replaced by the relevant heading
$lang['jump_to_top']  = 'Back to top of this page list';
$lang['link_to_top']  = 'Top ↑';
$lang['regex_error']  = 'There is an error in the regular expression.  Check and try again.';
$lang['empty_filter'] = 'The filter expression returned no results.';
