xref: /template/wikiweko/lang/pt-br/settings.php (revision 070018a937c5003e434456c50a05cac5ab12cfca)
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).
12 *
13 * Don't forget to mail your translation to
14 *   Andreas Haerter <development@andreas-haerter.com>
15 * Thanks :-D.
16 *
17 *
18 * LICENSE: This file is open source software (OSS) and may be copied under
19 *          certain conditions. See COPYING file for details or try to contact
20 *          the author(s) of this file in doubt.
21 *
22 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
23 * @author Fabio Reis <fabio.netsys@gmail.com>
24 * @link http://www.dokuwiki.org/template:vector
25 * @link http://www.dokuwiki.org/config:lang
26 * @link http://www.dokuwiki.org/devel:configuration
27 */
28
29
30//check if we are running within the DokuWiki environment
31if (!defined("DOKU_INC")){
32    die();
33}
34
35//discussion pages
36$lang["vector_discuss"]    = "Usar guias 'Discussão'?";
37$lang["vector_discuss_ns"] = "Se sim, usar a seguinte ':namespace:' como raiz para as discussões:";
38
39//site notice
40$lang["vector_sitenotice"]          = "Mostrar aviso no site?";
41$lang["vector_sitenotice_location"] = "Se sim, usar a seguinte página wiki:";
42
43//navigation
44$lang["vector_navigation"]          = "Mostrar 'Navegação' no menu?";
45$lang["vector_navigation_location"] = "Se sim, usar a seguinte página wiki para 'Navegação':";
46
47//exportbox ("print/export")
48$lang["vector_exportbox"]          = "Mostrar 'Imprimir/Exportar' no menu?";
49$lang["vector_exportbox_default"]  = "Se sim, usar o padrão 'Imprimir/Exportar' no menu?";
50$lang["vector_exportbox_location"] = "Se não usar o padrão, usar a seguinte página wiki para 'Imprimir/Exportar':";
51
52//toolbox
53$lang["vector_toolbox"]          = "Mostrar 'Ferramentas' no menu?";
54$lang["vector_toolbox_default"]  = "Se sim, usar o padrão Ferramentas?";
55$lang["vector_toolbox_location"] = "Se não usar o padrão, usar a seguinte página wiki para 'Ferramentas':";
56
57//custom copyright notice
58$lang["vector_copyright"]          = "Mostrar aviso de direitos autorais?";
59$lang["vector_copyright_default"]  = "Se sim, usar o padrão de direitos autorais?";
60$lang["vector_copyright_location"] = "Se não usar o padrão, usar a seguinte página wiki para direitos autorais:";
61
62//donation link/button
63$lang["vector_donate"]          = "Exibir o link/botão de doação?";
64$lang["vector_donate_url"]      = "Se não usar o padrão, usar a seguinte URL para doações:";
65
66//TOC
67$lang["vector_toc_position"] = "Tabela de conteúdo de posição (TOC)";
68
69//other stuff
70$lang["vector_breadcrumbs_position"]  = "Posição do indicador de navegação (se ativado):";
71$lang["vector_youarehere_position"]   = "Posição da navegação para 'Você está em' (se ativado):";
72$lang["vector_cite_author"]           = "Nome do Autor em 'Citar este artigo':";
73$lang["vector_loaduserjs"]            = "Caregar 'vector/user/user.js'?";
74