aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdson Brandi <ebrandi@FreeBSD.org>2018-09-17 00:27:44 +0000
committerEdson Brandi <ebrandi@FreeBSD.org>2018-09-17 00:27:44 +0000
commit3748348c471c000b8fc12de18fe24b2c0f9b00fc (patch)
treef3e413c24e087288efc2d9f80c5406c658ad8fa5
parent65ca5534cc2d973c4c957a3706fc64ab78aadec2 (diff)
downloaddoc-3748348c471c000b8fc12de18fe24b2c0f9b00fc.tar.gz
doc-3748348c471c000b8fc12de18fe24b2c0f9b00fc.zip
pt_BR.ISO8859-1/articles/pgpkeys: New pt_BR translation
* content synchronized with en_US document (rev 50974 ) * article.xml file was translated to pt_BR Approved by: gabor (mentor, implicit) Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
Notes
Notes: svn path=/head/; revision=52271
-rw-r--r--pt_BR.ISO8859-1/articles/Makefile1
-rw-r--r--pt_BR.ISO8859-1/articles/pgpkeys/Makefile24
-rw-r--r--pt_BR.ISO8859-1/articles/pgpkeys/article.xml77
3 files changed, 102 insertions, 0 deletions
diff --git a/pt_BR.ISO8859-1/articles/Makefile b/pt_BR.ISO8859-1/articles/Makefile
index e8070ae274..891570a703 100644
--- a/pt_BR.ISO8859-1/articles/Makefile
+++ b/pt_BR.ISO8859-1/articles/Makefile
@@ -27,6 +27,7 @@ SUBDIR+= mailing-list-faq
SUBDIR+= nanobsd
SUBDIR+= new-users
SUBDIR+= pam
+SUBDIR+= pgpkeys
SUBDIR+= port-mentor-guidelines
SUBDIR+= pr-guidelines
SUBDIR+= problem-reports
diff --git a/pt_BR.ISO8859-1/articles/pgpkeys/Makefile b/pt_BR.ISO8859-1/articles/pgpkeys/Makefile
new file mode 100644
index 0000000000..37bf135337
--- /dev/null
+++ b/pt_BR.ISO8859-1/articles/pgpkeys/Makefile
@@ -0,0 +1,24 @@
+#
+# The FreeBSD Documentation Project
+# The FreeBSD Brazilian Portuguese Documentation Project
+#
+# $FreeBSD$
+#
+# Article: PGP Keys
+
+DOC?= article
+
+FORMATS?= html
+WITH_ARTICLE_TOC?= YES
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS= article.xml
+
+# To build with just key fingerprints, set FINGERPRINTS_ONLY.
+
+URL_RELPREFIX?= ../../../..
+DOC_PREFIX?= ${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/pt_BR.ISO8859-1/articles/pgpkeys/article.xml b/pt_BR.ISO8859-1/articles/pgpkeys/article.xml
new file mode 100644
index 0000000000..ab52f75d53
--- /dev/null
+++ b/pt_BR.ISO8859-1/articles/pgpkeys/article.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
+ "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
+<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
+]>
+
+<!--
+ The FreeBSD Documentation Project
+
+ $FreeBSD$
+-->
+<!--
+
+ Do not edit this file except as instructed by the addkey.sh script.
+
+ See the README file in head/share/pgpkeys for instructions.
+
+ This article contains all the keys. The officer keys are also
+ shown in the Handbook PGP keys chapter.
+
+-->
+<article xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:its="http://www.w3.org/2005/11/its" version="5.0"
+ xml:id="pgpkeys" xml:lang="pt_BR">
+
+ <info>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its"
+ version="1.0" xmlns:db="http://docbook.org/ns/docbook">
+
+ <its:translateRule translate="no"
+ selector="//db:programlisting[@role='pgpfingerprint']"/>
+
+ <its:translateRule translate="no"
+ selector="//db:programlisting[@role='pgpkey']"/>
+
+ <its:translateRule translate="no"
+ selector="//db:sect2[starts-with(@xml:id,'pgpkey-')]"/>
+ </its:rules>
+
+ <title>Chaves Open<acronym>PGP</acronym></title>
+
+ <pubdate>$FreeBSD$</pubdate>
+ <releaseinfo>$FreeBSD$</releaseinfo>
+ </info>
+
+ <para>Estas chaves Open<acronym>PGP</acronym> podem ser usadas para
+ verificar uma assinatura ou enviar um email criptografado para
+ officers ou desenvolvedores do <systemitem
+ class="fqdomainname">FreeBSD.org</systemitem>. Todas as chaves
+ podem ser baixadas em <link
+ xlink:href="@@URL_RELPREFIX@@/doc/pgpkeyring.txt">https://www.FreeBSD.org/doc/pgpkeyring.txt</link>.</para>
+
+ <sect1 xml:id="pgpkeys-officers">
+ <title>Officers</title>
+
+ &section.pgpkeys-officers;
+ </sect1>
+
+ <sect1 xml:id="pgpkeys-core">
+ <title>Membros do Core Team</title>
+
+ &section.pgpkeys-core;
+ </sect1>
+
+ <sect1 xml:id="pgpkeys-developers">
+ <title>Desenvolvedores</title>
+
+ &section.pgpkeys-developers;
+ </sect1>
+
+ <sect1 xml:id="pgpkeys-other">
+ <title>Outros Detentores de Contas no Cluster</title>
+
+ &section.pgpkeys-other;
+ </sect1>
+</article>