Merge the following from the English version:
r51840 -> r51888 pt_BR.ISO8859-1/share/xml/header.l10n.ent Approved by: doc (eadler) Differential Revision: https://reviews.freebsd.org/D15941
This commit is contained in:
parent
62218f2ae5
commit
a5cf269c87
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51890
1 changed files with 3 additions and 25 deletions
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- Original revision: r51888 -->
|
||||
|
||||
<!-- FreeBSD HTML Header Entities -->
|
||||
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
|
||||
|
@ -22,33 +23,10 @@
|
|||
|
||||
<!-- Standard headers and footers -->
|
||||
|
||||
<!--
|
||||
Owned by webstats@
|
||||
Check that the hosting domain is actually a FreeBSD.org domain, so
|
||||
we do not accidentally obtain data from mirrors.
|
||||
-->
|
||||
<![%html.header.script.google;[
|
||||
<!ENTITY header1.googlejs "
|
||||
<script xmlns='http://www.w3.org/1999/xhtml'>
|
||||
var allow_track = true; var h = document.location.hostname;
|
||||
var fbsdregex = /((docs|security|svnweb|wiki|www)\.freebsd\.org|google\.com)$/i;
|
||||
|
||||
if (typeof navigator.doNotTrack !== 'undefined' && (navigator.doNotTrack == '1')) {
|
||||
allow_track = false;
|
||||
}
|
||||
if (allow_track && fbsdregex.test(h)) {
|
||||
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','GTM-PXRWZVR');}
|
||||
</script>">
|
||||
<!ENTITY header1.googleiframe '
|
||||
<noscript xmlns="http://www.w3.org/1999/xhtml"><iframe xmlns="http://www.w3.org/1999/xhtml" src="https://www.googletagmanager.com/ns.html?id=GTM-PXRWZVR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
'>
|
||||
<!ENTITY header1.googlejs '<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript" src="&enbase;/layout/js/google.js"></script>'>
|
||||
]]>
|
||||
<!ENTITY header1.googlejs ''>
|
||||
<!ENTITY header1.googleiframe ''>
|
||||
|
||||
<!ENTITY header2.logo-red.label '<h2 xmlns="http://www.w3.org/1999/xhtml" class="blockhide">Header And Logo</h2>'>
|
||||
|
||||
|
@ -159,7 +137,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|||
<li><a href="&base;/projects/index.html">Desenvolvedores</a>
|
||||
<ul>
|
||||
<li><a href="https://wiki.FreeBSD.org/IdeasPage">Ideias</a></li>
|
||||
<li><a href="https://svnweb.FreeBSD.org">Repositório SVN</a></li>
|
||||
<li><a href="https://svnweb.FreeBSD.org">Repositório Subversion</a></li>
|
||||
<li><a href="https://github.com/freebsd">Git Mirror</a></li>
|
||||
<li><a href="https://reviews.FreeBSD.org">Revisão de Código (Phabricator)</a></li>
|
||||
<li><a href="https://wiki.FreeBSD.org">Wiki</a></li>
|
||||
|
|
Loading…
Reference in a new issue