1<?php 2 3/** 4 * Brazilian Portuguese language for the "vector" Config Manager 5 * 6 * If your language is not/only partially translated or you found an error/typo, 7 * have a look at the following files: 8 * - "/lib/tpl/vector/lang/<your lang>/lang.php" 9 * - "/lib/tpl/vector/lang/<your lang>/settings.php" 10 * If they are not existing, copy and translate the English ones (hint: looking 11 * at <http://[your lang].wikipedia.org> might be helpful). And don't forget to 12 * mail the translation to us, SYN Systems <dokuwiki@dev.syn-systems.com>. 13 * Thanks :-D. 14 * 15 * 16 * LICENSE: This file is open source software (OSS) and may be copied under 17 * certain conditions. See COPYING file for details or try to contact 18 * the author(s) of this file in doubt. 19 * 20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 21 * @author Fabio Reis <fabio.netsys@gmail.com> 22 * @link http://www.dokuwiki.org/template:vector 23 * @link http://www.dokuwiki.org/config:lang 24 * @link http://www.dokuwiki.org/devel:configuration 25 */ 26 27 28//check if we are running within the DokuWiki environment 29if (!defined("DOKU_INC")){ 30 die(); 31} 32 33//discussion pages 34$lang["vector_discuss"] = "Usar guias 'Discussão'?"; 35$lang["vector_discuss_ns"] = "Se sim, usar a seguinte ':namespace:' como raiz para as discussões:"; 36 37//site notice 38$lang["vector_sitenotice"] = "Mostrar aviso no site?"; 39$lang["vector_sitenotice_location"] = "Se sim, usar a seguinte página wiki:"; 40 41//navigation 42$lang["vector_navigation"] = "Mostrar 'Navegação' no menu?"; 43$lang["vector_navigation_location"] = "Se sim, usar a seguinte página wiki para 'Navegação':"; 44 45//exportbox ("print/export") 46$lang["vector_exportbox"] = "Mostrar 'Imprimir/Exportar' no menu?"; 47$lang["vector_exportbox_default"] = "Se sim, usar o padrão 'Imprimir/Exportar' no menu?"; 48$lang["vector_exportbox_location"] = "Se não usar o padrão, usar a seguinte página wiki para 'Imprimir/Exportar':"; 49 50//toolbox 51$lang["vector_toolbox"] = "Mostrar 'Ferramentas' no menu?"; 52$lang["vector_toolbox_default"] = "Se sim, usar o padrão Ferramentas?"; 53$lang["vector_toolbox_location"] = "Se não usar o padrão, usar a seguinte página wiki para 'Ferramentas':"; 54 55//custom copyright notice 56$lang["vector_copyright"] = "Mostrar aviso de direitos autorais?"; 57$lang["vector_copyright_default"] = "Se sim, usar o padrão de direitos autorais?"; 58$lang["vector_copyright_location"] = "Se não usar o padrão, usar a seguinte página wiki para direitos autorais:"; 59 60//donation link/button 61$lang["vector_donate"] = "Exibir o link/botão de doação?"; 62$lang["vector_donate_url"] = "Se não usar o padrão, usar a seguinte URL para doações:"; 63 64//TOC 65$lang["vector_toc_position"] = "Tabela de conteúdo de posição (TOC)"; 66 67//other stuff 68$lang["vector_breadcrumbs_position"] = "Posição do indicador de navegação (se ativado):"; 69$lang["vector_youarehere_position"] = "Posição da navegação para 'Você está em' (se ativado):"; 70$lang["vector_cite_author"] = "Nome do Autor em 'Citar este artigo':"; 71$lang["vector_loaduserjs"] = "Caregar 'vector/user/user.js'?"; 72