1<?php
2/**
3 * Portuguese Brazilian language file (translated by Benedito Carneiro <benedito.carneiro@gmail.com>)
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Symon Bent <symonbent@gmail.com>
7 *
8 */
9
10// custom language strings for the pagequery plugin
11$lang['no_results']   = 'Sem resultados para a pesquisa: « %1s »';
12$lang['jump_section'] = 'Continue com a seção « %1$s » no topo...'; // '%1$s' will be replaced by the relevant heading
13$lang['jump_to_top']  = 'Retorna ao topo da lista desta página';
14$lang['link_to_top']  = 'Topo ↑';
15$lang['regex_error']  = 'Tem um erro na expressão regular.  Verifique e tente novamente.';
16$lang['empty_filter'] = 'A expressão do filtro não retornou resultados.';