1<?php
2/**
3 * Portuguese (Brazil) Language file for config
4 *
5 * @author   Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
6 * @author   Sergio Motta
7 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
8 */
9
10$lang['bootstrapTheme']               = 'Tema Bootstrap';
11$lang['bootstrapTheme_o_bootswatch']  = 'Tema Bootswatch.com';
12$lang['bootstrapTheme_o_custom']      = 'Tema Bootstrap Personalizado';
13$lang['bootstrapTheme_o_default']     = 'Tema Bootstrap Convencional';
14$lang['bootstrapTheme_o_optional']    = 'Tema Bootstrap Opcional';
15$lang['bootswatchTheme']              = 'Selecione um tema de Bootswatch.com';
16$lang['browserTitle']                 = 'DokuWiki browser title (default is <code>@TITLE@ [@WIKI@]</code>, where <code>@TITLE@</code> placeholder replace the current page title and <code>@WIKI@</code> replace the DokuWiki name) - see <a class="interwiki iw_doku" href="#config___title">title</a> config';
17$lang['browserTitleCharSepNS']        = 'Caracter separador para cada espaço de nome no título do navegador';
18$lang['browserTitleOrderNS']          = 'Definir a ordem dos espaços de nomes';
19$lang['browserTitleShowNS']           = 'Display the previous page name of current page on the browser title';
20$lang['collapsibleSections']          = 'Collapse 2nd section level (useful in mobile/tablet devices)';
21$lang['cookieLawBannerPage']          = 'Cookie Law banner page name';
22$lang['cookieLawPolicyPage']          = 'Cookie Law policy page name';
23$lang['customTheme']                  = 'Insert URL of custom theme';
24$lang['discussionPage']               = 'Discussion page name (default is <code>discussion:@ID@</code>, where <code>@ID@</code> placeholder replace the current page name), empty field disable the link';
25$lang['domParserMaxPageSize']         = 'Set the max size of the page content for DOM Parser. The optimal and default value is <code>600000</code> (600KB)';
26$lang['fixedTopNavbar']               = 'Fix navbar to top';
27$lang['fluidContainer']               = 'Enable the fluid container (full-width of page)';
28$lang['fluidContainerBtn']            = 'Display a button in navbar to expand container';
29$lang['googleAnalyticsAnonymizeIP']   = 'Anonymize the IP address of visitors';
30$lang['googleAnalyticsNoTrackAdmin']  = 'Disable tracking for the Admin users';
31$lang['googleAnalyticsNoTrackPages']  = 'Disable tracking for specified pages (insert a regex)';
32$lang['googleAnalyticsNoTrackUsers']  = 'Disable tracking for all logged users';
33$lang['googleAnalyticsTrackActions']  = 'Track DokuWiki actions (edit, search, etc)';
34$lang['googleAnalyticsTrackID']       = 'Tracking ID';
35$lang['gravatarURL']                  = 'Set Gravatar URL <br/> <strong>NOTE:</strong> <br/> - <code>http://www.gravatar.com/avatar</code> (http) <br/> - <code>https://secure.gravatar.com/avatar</code> (https) <br/> - <code>https://www.gravatar.com/avatar</code> (alternative https)';
36$lang['hideInThemeSwitcher']          = 'Hide themes in theme switcher';
37$lang['hideLoginLink']                = 'Hide the login button in navbar. This option is useful in "read-only" DokuWiki installations (eg. blog, personal website)';
38$lang['homePageURL']                  = 'Use custom URL for home-page links';
39$lang['individualTools']              = 'Split the Tools in individual menu in navbar';
40$lang['inverseNavbar']                = 'Inverse navbar';
41$lang['landingPages']                 = 'Landing page name (insert a regex)';
42$lang['leftSidebarGrid']              = 'Left sidebar grid classes <code>col-{xs,sm,md,lg}-x</code> (see <a href="http://getbootstrap.com/css/#grid" target="_blank">Bootstrap Grids</a> documentation)';
43$lang['libravatarURL']                = 'Set Libravatar (or compatible API) URL <br/> <strong>NOTE:</strong> <br/> - <code>https://seccdn.libravatar.org/avatar</code> (https) <br/> - <code>http://cdn.libravatar.org/avatar</code> (http)';
44$lang['navbarLabels']                 = 'Show/Hide individual label';
45$lang['notifyExtensionsUpdate']       = 'Notify extensions update (for Admin users)';
46$lang['office365URL']                 = 'Set Microsoft Office 365 (or EWS) URL <br/> <strong>NOTE:</strong> This service requires login, so this use case is most useful in a corporate installation, where all users have access to Office 365.';
47$lang['pageIcons']                    = 'Select the icons to display';
48$lang['pageInfo']                     = 'Display/Hide page info elements';
49$lang['pageInfoDateFormat']           = 'Date format';
50$lang['pageInfoDateFormat_o_dformat'] = 'DokuWiki format';
51$lang['pageInfoDateFormat_o_human']   = 'Human readable';
52$lang['pageOnPanel']                  = 'Enable the panel around the page';
53$lang['rightSidebar']                 = 'The Right Sidebar page name, empty field disables the right sidebar.<br/>The Right Sidebar is displayed only when the default DokuWiki <a class="interwiki iw_doku" href="#config___sidebar">sidebar</a> is enabled and is on the <code>left</code> position (see the <a class="interwiki iw_doku" href="#config___tpl____bootstrap3____sidebarPosition">sidebarPosition</a> configuration). If do you want only the DokuWiki sidebar on right position, set the <a class="interwiki iw_doku" href="#config___tpl____bootstrap3____sidebarPosition">sidebarPosition</a> configuration with <code>right</code> value';
54$lang['rightSidebarGrid']             = 'Right sidebar grid classes <code>col-{xs,sm,md,lg}-x</code> (see <a href="http://getbootstrap.com/css/#grid" target="_blank">Bootstrap Grids</a> documentation)';
55$lang['schemaOrgType']                = 'Schema.org type (<code>Article</code>, <code>NewsArticle</code>, <code>TechArticle</code>, <code>BlogPosting</code>, <code>Recipe</code>)';
56$lang['semantic']                     = 'Enable semantic data';
57$lang['showAddNewPage']               = 'Enable the Add New Page plugin in navbar  (require <em>Add New Page Plugin</em>)';
58$lang['showAddNewPage_o_always']      = 'Always';
59$lang['showAddNewPage_o_logged']      = 'When logged in';
60$lang['showAddNewPage_o_never']       = 'Never';
61$lang['showAdminMenu']                = 'Display Administration menu';
62$lang['showBadges']                   = 'Show badge buttons (DokuWiki, Donate, etc)';
63$lang['showCookieLawBanner']          = 'Display the Cookie Law banner on footer';
64$lang['showDiscussion']               = 'Display discussion link in tools menu';
65$lang['showEditBtn']                  = 'Display edit button in navbar';
66$lang['showEditBtn_o_always']         = 'Always';
67$lang['showEditBtn_o_logged']         = 'When logged in';
68$lang['showEditBtn_o_never']          = 'Never';
69$lang['showHomePageLink']             = 'Display Home-Page link in navbar';
70$lang['showIndividualTool']           = 'Enable/Disable individual tool in navbar';
71$lang['showLandingPage']              = 'Enable the landing page (without a sidebar and the panel around the page)';
72$lang['showLoginOnFooter']            = 'Display a "little" login link on footer. This option is useful when <code>hideLoginLink</code> is on';
73$lang['showNavbar']                   = 'Display navbar hook';
74$lang['showNavbar_o_always']          = 'Always';
75$lang['showNavbar_o_logged']          = 'When logged in';
76$lang['showPageIcons']                = 'Display useful icons (print, share link, send mail, etc.) on page';
77$lang['showPageId']                   = 'Display the DokuWiki page name (pageId) on top';
78$lang['showPageInfo']                 = 'Show page info (e.g., date, author)';
79$lang['showPageTools']                = 'Enable the DokuWiki-style Page Tools';
80$lang['showPageTools_o_always']       = 'Always';
81$lang['showPageTools_o_logged']       = 'When logged in';
82$lang['showPageTools_o_never']        = 'Never';
83$lang['showSearchForm']               = 'Display Search form in navbar';
84$lang['showSearchForm_o_always']      = 'Always';
85$lang['showSearchForm_o_logged']      = 'When logged in';
86$lang['showSearchForm_o_never']       = 'Never';
87$lang['showSemanticPopup']            = 'Display a popup with an extract of the page when the user hover on wikilink (require <em>Semantic Plugin</em>)';
88$lang['showThemeSwitcher']            = 'Show Bootswatch.com theme switcher in navbar';
89$lang['showTools']                    = 'Display Tools in navbar';
90$lang['showTools_o_always']           = 'Always';
91$lang['showTools_o_logged']           = 'When logged in';
92$lang['showTools_o_never']            = 'Never';
93$lang['showTranslation']              = 'Display translation toolbar (require <em>Translation Plugin</em>)';
94$lang['showUserHomeLink']             = 'Display User Home-Page link in navbar';
95$lang['showWikiInfo']                 = 'Display DokuWiki <a class="interwiki iw_doku" href="#config___title">name</a>, logo and <a class="interwiki iw_doku" href="#config___tagline">tagline</a> on footer';
96$lang['sidebarOnNavbar']              = 'Display the sidebar contents inside the navbar (useful on mobile/tablet devices)';
97$lang['sidebarPosition']              = 'DokuWiki Sidebar position (<code>left</code> or <code>right</code>)';
98$lang['sidebarShowPageTitle']         = 'Display Sidebar page title';
99$lang['socialShareProviders']         = 'Select the social share links to display';
100$lang['tableFullWidth']               = 'Enable 100% full table width (Bootstrap default)';
101$lang['tableStyle']                   = 'Table style';
102$lang['tagsOnTop']                    = 'Move all Tags on top of the page, beside the page-id (require <em>Tag Plugin</em>)';
103$lang['themeByNamespace']             = 'Use a namespaced theme';
104$lang['tocAffix']                     = 'Affix the TOC during page scrolling';
105$lang['tocCollapseOnScroll']          = 'Collapse TOC during page scrolling';
106$lang['tocCollapseSubSections']       = 'Collapse all sub-sections in TOC to save space';
107$lang['tocCollapsed']                 = 'Collapse TOC on every pages';
108$lang['tocPosition']                  = 'TOC position';
109$lang['tocLayout']                    = 'TOC layout';
110$lang['useACL']                       = 'Use ACL for sidebars (left and right) and for all DokuWiki hooks (eg. <code>:footer</code>, <code>:navbar</code>, etc.) <br/> <strong>NOTE:</strong> Available since "Elenor of Tsort" DokuWiki release';
111$lang['useAlternativeToolbarIcons']   = 'Use alternative Material Design Icons for DokuWiki toolbar';
112$lang['useAnchorJS']                  = 'Use AnchorJS';
113$lang['useAvatar']                    = 'Load the avatar image from Gravatar, Libravatar, Microsoft Office365 or local DokuWiki <code>:user</code> namespace';
114$lang['useAvatar_o_gravatar']         = 'Gravatar';
115$lang['useAvatar_o_libravatar']       = 'Libravatar';
116$lang['useAvatar_o_local']            = 'DokuWiki :user namespace';
117$lang['useAvatar_o_off']              = 'Off';
118$lang['useAvatar_o_office365']        = 'Office365 (or EWS)';
119$lang['useAvatar_o_activedirectory']  = 'Active Directory';
120$lang['useGoogleAnalytics']           = 'Enable Google Analytics';
121$lang['useLegacyNavbar']              = 'Use legacy and deprecated <code>navbar.html</code> hook (consider in the future to use the <code>:navbar</code> hook)';
122