# Brazilian Portuguese translation of https://www.gnu.org/licenses/gpl-howto.html
# Copyright (C) 2018 Free Software Foundation, Inc.
# This file is distributed under the same license as the original article.
# Hélder M. Botter Ribas, 2001.
# Jan 2015: GNUNify and trivially update a few strings (T. Godefroy).
# Rafael Fontenelle <rafaelff@gnome.org>, 2016-2018.
msgid ""
msgstr ""
"Project-Id-Version: gpl-howto.html\n"
"POT-Creation-Date: 2018-01-24 03:55+0000\n"
"PO-Revision-Date: 2018-02-11 02:24-0200\n"
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
"Language-Team: Brazilian Portuguese <www-pt-br-general@gnu.org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Virtaal 1.0.0-beta1\n"
"X-Outdated-Since: 2018-01-24 03:55+0000\n"

#. type: Content of: <title>
msgid ""
"How to use GNU licenses for your own software - GNU Project - Free Software "
"Foundation"
msgstr ""
"Como usar as licenças GNU para seu próprio software - Projeto GNU - Free "
"Software Foundation"

#. type: Content of: <h2>
msgid "How to use GNU licenses for your own software"
msgstr "Como usar as licenças GNU para seu próprio software"

#. type: Content of: <p>
msgid ""
"This is a brief explanation of how to place a program under the <a href=\"/"
"licenses/gpl.html\">GNU General Public License</a>, <a href=\"/licenses/lgpl."
"html\">GNU Lesser General Public License</a>, or <a href=\"/licenses/agpl."
"html\">GNU Affero General Public License</a>.  For the <a href=\"/licenses/"
"fdl.html\">GNU Free Documentation License</a>, we have a <a href=\"/licenses/"
"fdl-howto.html\">separate page</a>."
msgstr ""
"Esta é uma breve explicação de como colocar um programa sob a <a href=\"/"
"licenses/gpl.html\"> Licença Pública Geral GNU (GPL)</a>, <a href=\"/"
"licenses/lgpl.html\">Licença Pública Geral Menor GNU (LGPL)</a> ou <a href="
"\"/licenses/agpl.html\">Licença Pública Geral Affero GNU (AGPL)</a>. Para a "
"<a href=\"/licenses/fdl.html\">Licença de Documentação Livre GNU (FDL)</a>, "
"nós temos uma <a href=\"/licenses/fdl-howto.html\">página separada</a>."

#. type: Content of: <p>
msgid ""
"For further information, see our list of <a href=\"/licenses/gpl-faq.html"
"\">frequently asked questions about our licenses</a>."
msgstr ""
"Para mais informações, veja nossa lista de <a href=\"/licenses/gpl-faq.html"
"\">perguntas frequentes sobre nossas licenças</a>."

#. type: Content of: <p>
msgid ""
"If you are considering using the GNU Lesser General Public License, please "
"read the article &ldquo;<a href=\"/licenses/why-not-lgpl.html\">Why you "
"shouldn't use the LGPL for your next library</a>&rdquo; first.  The article "
"explains why it may be better to use the ordinary GPL instead, and how we "
"would make the decision."
msgstr ""
"Se você está considerando usar a Licença Pública Geral Menor GNU, por favor, "
"leia antes o artigo “<a href=\"/licenses/why-not-lgpl.html\">Por que você "
"não deve usar a LGPL para a sua próxima biblioteca</a>”. O artigo explica "
"por que pode ser melhor usar a GPL comum, e como nós devemos tomar esta "
"decisão."

#. type: Content of: <p>
msgid ""
"Here's a brief summary of what you need to do to release a program under one "
"of our licenses:"
msgstr ""
"Aqui está um breve resumo sobre o que você precisa fazer para lançar um "
"programa sobre uma de nossas licenças:"

#. type: Content of: <ul><li>
msgid "Get a copyright disclaimer from your employer or school."
msgstr ""
"Obtenha um aviso de renúncia de direitos autorais de seu empregador ou "
"escola."

#. type: Content of: <ul><li>
msgid ""
"Give each file the proper copyright notices. Make sure <a href=\"/licenses/"
"identify-licenses-clearly.html\">to clearly identify which versions of the "
"license users can use</a>."
msgstr ""
"Dê a cada arquivo os avisos de direitos autorais apropriados. Certifique-se "
"de <a href=\"/licenses/identify-licenses-clearly.html\">identificar "
"claramente quais versões da licenças os usuários podem usar</a>."

#. type: Content of: <ul><li>
msgid "Add a COPYING file with a copy of the GNU GPL or GNU AGPL."
msgstr "Adicione um arquivo COPYING com uma cópia da GNU GPL ou da GNU AGPL."

#. type: Content of: <ul><li>
msgid ""
"Also add a COPYING.LESSER file with a copy of the GNU LGPL, if you use that."
msgstr ""
"Também adicione um arquivo COPYING.LESSER com uma cópia da GNU LGPL, se você "
"usá-la."

#. type: Content of: <ul><li>
msgid "Put a license notice in each file."
msgstr "Coloque um aviso de licença em cada arquivo."

#. type: Content of: <ul><li>
msgid "(Optionally) make the program display a startup notice."
msgstr "(Opcionalmente) faça o programa exibir um aviso de inicialização."

#. type: Content of: <ul><li>
msgid "(If using the AGPL) make the program offer copies of its source code."
msgstr "(Se usar a AGPL) faça o programa oferecer cópias de seu código fonte."

#. type: Content of: <p>
msgid ""
"This involves adding two elements to each source file of your program: a "
"copyright notice (such as &ldquo;Copyright 1999 Terry Jones&rdquo;), and a "
"statement of copying permission, saying that the program is distributed "
"under the terms of the GNU General Public License (or the Lesser GPL, or the "
"Affero GPL)."
msgstr ""
"Isso envolve a adição de dois elementos em cada arquivo fonte do seu "
"programa: um aviso de direitos autorais (como “<cite>Copyright 1999 Terry "
"Jones</cite>”) e uma declaração de permissão de cópia, dizendo que o "
"programa é distribuído sobre os termos da Licença Pública Geral GNU (ou da "
"GPL Menor, ou da GPL Affero)."

#. type: Content of: <h3>
msgid "The copyright disclaimer"
msgstr ""
"O aviso de renúncia de direitos autorais<sup><a id=\"TransNote1-rev\" href="
"\"#TransNote1\">1</a></sup>"

#. type: Content of: <p>
msgid ""
"To avoid possible legal complications later, it's wise to ask your employer "
"or school, if any, to sign a copyright disclaimer for your program, so it "
"cannot later claim that the copyright belongs to it and that you had no "
"right to release the program at all.  This really has nothing to do with the "
"GNU GPL&mdash;it applies no matter which free software license you use to "
"release the program."
msgstr ""
"Para evitar possíveis complicações legais posteriores, é sábio pedir ao seu "
"empregador ou escola, se for o caso, assinar um aviso de renúncia de "
"direitos autorais para seu programa, de forma a não ser possível "
"posteriormente alegarem que o direito autoral lhes pertence e que você não "
"tinha qualquer direito de lançar o programa. Isso realmente tem nada a ver "
"com a GNU GPL &ndash; ela se aplica não importa qual licença de software "
"livre você usa para lançar seu programa."

#. type: Content of: <p>
msgid ""
"Here is a sample copyright disclaimer; just alter the names, title, and "
"program description as appropriate:"
msgstr ""
"Aqui está um exemplo de aviso de renúncia de direitos autorais; basta "
"alterar os nomes, títulos e descrição do programa conforme apropriado:"

#. type: Content of: <blockquote><p>
msgid ""
"Yoyodyne, Inc., hereby disclaims all copyright interest in the program "
"&ldquo;Woodpecker&rdquo; (which deconstructs trees)  written by James Hacker."
msgstr ""
"Yoyodyne, Inc., hereby disclaims all copyright interest in the program "
"&ldquo;Woodpecker&rdquo; (which deconstructs trees)  written by James Hacker."

#. type: Content of: <blockquote><p>
msgid "<em>signature of Moe Ghoul</em> 1 April 1989"
msgstr "<em>signature of Moe Ghoul</em> 1 April 1989"

#. type: Content of: <blockquote><p>
msgid "Moe Ghoul, President of Vice"
msgstr ""
"Moe Ghoul, Presidenf of Vice<sup><a id=\"TransNote2-rev\" href="
"\"#TransNote2\">2</a></sup>"

#. type: Content of: <p>
msgid ""
"If you are a university student, we recommend you request the disclaimer <a "
"href=\"/philosophy/university.html\"> at an early stage in writing the "
"program</a> to reduce resistance.  If you are not a research assistant or "
"teaching assistant, it could be that the university has no claim to "
"copyright on your work, but ask a lawyer to make sure of that."
msgstr ""
"Se você é um estudante universitário, recomendamos que requeira o aviso de "
"renúncia <a href=\"/philosophy/university.html\">em um estágio inicial da "
"escrita do programa</a> para reduzir a resistência. Se você não é um "
"assistente de pesquisa ou monitor, pode ser que a universidade tenha nenhum "
"direito a reivindicar os direitos autorais sobre sua obra, mas consulte um "
"advogado para ter certeza disso."

#. type: Content of: <p>
msgid ""
"If you work, the best time to negotiate permission to release free software "
"is <em>when negotiating your employment agreement</em>."
msgstr ""
"Se você trabalha, o melhor momento para negociar permissão de lançar o "
"software livre é <em>quando estiver negociando seu contrato de trabalho</em>."

#. type: Content of: <h3>
msgid "The copyright notice"
msgstr ""
"O aviso de direitos autorais<sup><a id=\"TransNote3-rev\" href="
"\"#TransNote3\">3</a></sup>"

#. type: Content of: <p>
msgid ""
"The copyright notice should include the year in which you finished preparing "
"the release (so if you finished it in 1998 but didn't post it until 1999, "
"use 1998).  You should add the proper year for each past release; for "
"example, &ldquo;Copyright 1998, 1999 Terry Jones&rdquo; if some releases "
"were finished in 1998 and some were finished in 1999.  If several people "
"helped write the code, use all their names."
msgstr ""
"O aviso de direitos autorais deve incluir o ano no qual você acabou de "
"preparar a versão de lançamento (então, se você acabou em 1998 e não "
"publicou até 1999, use 1998). Você deve adicionar o ano para cada lançamento "
"anterior; por exemplo, se alguns lançamentos foram terminados em 1998 e "
"outros em 1999 “Copyright 1998, 1999 Terry Jones”. Se várias pessoas "
"ajudaram a escrever o código, inclua os nomes de todos elas."

#. type: Content of: <p>
msgid ""
"For software with several releases over multiple years, it's okay to use a "
"range (&ldquo;2008-2010&rdquo;) instead of listing individual years "
"(&ldquo;2008, 2009, 2010&rdquo;) if and only if every year in the range, "
"inclusive, really is a &ldquo;copyrightable&rdquo; year that would be listed "
"individually; <em>and</em> you make an explicit statement in your "
"documentation about this usage."
msgstr ""
"Para softwares com vários lançamentos ao longo de muitos anos, não há "
"problema em usar um intervalo (“2008-2010”) em vez de listar anos "
"individuais (“2008, 2009, 2010”) se, e somente se, todos os anos no "
"intervalo realmente forem anos “copyrightáveis” que seriam listados "
"individualmente; <em>e</em> você faria uma declaração explícita em sua "
"documentação sobre esse uso."

#. type: Content of: <p>
msgid ""
"Always use the English word &ldquo;Copyright&rdquo;; by international "
"convention, this is used worldwide, even for material in other languages. "
"The copyright symbol &ldquo;&copy;&rdquo; can be included if you wish (and "
"your character set supports it), but it's not necessary.  There is no legal "
"significance to using the three-character sequence &ldquo;(C)&rdquo;, but it "
"does no harm."
msgstr ""
"Sempre use a palavra em inglês “Copyright”; por convenção internacional, ela "
"é usada mundialmente, mesmo para materiais em outros idiomas. O símbolo de "
"<i>copyright</i> “&copy;” pode ser incluído se você assim desejar (e seu "
"conjunto de caracteres prover suporte para isso), mas não há necessidade. "
"Não há significância legal em usar a sequência de três caracteres “(C)”, mas "
"não há problema."

#. type: Content of: <p>
msgid ""
"If you have copied code from other programs covered by the same license, "
"copy their copyright notices too.  Put all the copyright notices for a file "
"together, right near the top of the file."
msgstr ""
"Se você copiou o código de outros programas regidos pela mesma licença, "
"copie os avisos de direitos autorais também. Coloque todos os avisos de "
"direitos autorais para um arquivo juntos, no lado direito, perto do topo do "
"arquivo."

#. type: Content of: <h3>
msgid "The license files"
msgstr "Os arquivos de licença"

#. type: Content of: <p>
msgid ""
"You should also include a copy of the license itself somewhere in the "
"distribution of your program.  All programs, whether they are released under "
"the GPL or LGPL, should include <a href=\"/licenses/gpl.txt\">the text "
"version of the GPL</a>.  In GNU programs we conventionally put the license "
"in a file called COPYING."
msgstr ""
"Você também deve incluir uma cópia da licença em algum lugar da distribuição "
"do seu programa. Todos os programas, lançados sob a GPL ou sob a LGPL, devem "
"incluir <a href=\"/licenses/gpl.txt\">a versão texto da GPL</a>. Nos "
"programas GNU, convencionalmente colocamos a licença em um arquivo chamado "
"COPYING."

#. type: Content of: <p>
msgid ""
"If you are releasing your program under the GNU AGPL, use <a href=\"/"
"licenses/agpl.txt\">the text version of the GNU AGPL</a> instead of the GNU "
"GPL."
msgstr ""
"Se você está relançando seu programa sob a GNU AGPL, use <a href=\"/licenses/"
"agpl.txt\">a versão texto da GNU AGPL</a> em vez da GNU GPL."

#. type: Content of: <p>
msgid ""
"If you are releasing your program under the Lesser GPL, you should also "
"include <a href=\"/licenses/lgpl.txt\">the text version of the LGPL</a>, "
"usually in a file called COPYING.LESSER.  Please note that, since the LGPL "
"is a set of additional permissions on top of the GPL, it's crucial to "
"include both licenses so users have all the materials they need to "
"understand their rights."
msgstr ""
"Se você está relançando seu programa sob a GPL Menor, você também deve "
"incluir <a href=\"/licenses/lgpl.txt\">a versão texto da LGPL</a>, "
"geralmente em um arquivo chamado COPYING.LESSER. Por favor note que, já que "
"LGPL é um conjunto de permissões adicionais em cima da GPL, é crucial "
"incluir ambas licenças de forma que usuários tenham todos os materiais que "
"eles precisem para entender seus direitos."

#. type: Content of: <h3>
msgid "The license notices"
msgstr ""
"Os avisos de licença<sup><a id=\"TransNote4-rev\" href=\"#TransNote4\">4</"
"a></sup>"

#. type: Content of: <p>
msgid ""
"Each file's copying permission statement (also called the license notice)  "
"should come right after its copyright notices.  For a one-file program, the "
"statement (for the GPL) should look like this, to use GPL version 3 or later:"
msgstr ""
"A declaração da permissão de cópia de cada arquivo (também chamada de aviso "
"de licença) deve vir logo após os avisos de direitos autorais. Para um "
"programa de somente um arquivo, a declaração (para a GPL) deve se parecer "
"com isso, para usar GPL versão 3 ou posterior:"

#. type: Content of: <pre>
#, no-wrap
msgid ""
"    This program is free software: you can redistribute it and/or modify\n"
"    it under the terms of the GNU General Public License as published by\n"
"    the Free Software Foundation, either version 3 of the License, or\n"
"    (at your option) any later version.\n"
"\n"
"    This program is distributed in the hope that it will be useful,\n"
"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
"    GNU General Public License for more details.\n"
"\n"
"    You should have received a copy of the GNU General Public License\n"
"    along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.\n"
msgstr ""
"    This program is free software: you can redistribute it and/or modify\n"
"    it under the terms of the GNU General Public License as published by\n"
"    the Free Software Foundation, either version 3 of the License, or\n"
"    (at your option) any later version.\n"
"\n"
"    This program is distributed in the hope that it will be useful,\n"
"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
"    GNU General Public License for more details.\n"
"\n"
"    You should have received a copy of the GNU General Public License\n"
"    along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;<sup><a id=\"TransNote5-rev\" href=\"#TransNote5\">5</a></sup>.\n"

#. type: Content of: <p>
msgid ""
"For programs that are more than one file, it is better to replace &ldquo;"
"this program&rdquo; with the name of the program, and begin the statement "
"with a line saying &ldquo;This file is part of NAME&rdquo;.  For instance,"
msgstr ""
"Para programas com mais de um arquivo, é melhor substituir o <i>“this "
"program”</i> (“este programa”) pelo nome do programa, e começar a declaração "
"com <i>“This file is part of NAME”</i> (“Este arquivo é parte do programa "
"NOME”). Por exemplo,"

#. type: Content of: <pre>
#, no-wrap
msgid ""
"    This file is part of Foobar.\n"
"\n"
"    Foobar is free software: you can redistribute it and/or modify\n"
"    it under the terms of the GNU General Public License as published by\n"
"    the Free Software Foundation, either version 3 of the License, or\n"
"    (at your option) any later version.\n"
"\n"
"    Foobar is distributed in the hope that it will be useful,\n"
"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
"    GNU General Public License for more details.\n"
"\n"
"    You should have received a copy of the GNU General Public License\n"
"    along with Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;.\n"
msgstr ""
"    This file is part of Foobar.\n"
"\n"
"    Foobar is free software: you can redistribute it and/or modify\n"
"    it under the terms of the GNU General Public License as published by\n"
"    the Free Software Foundation, either version 3 of the License, or\n"
"    (at your option) any later version.\n"
"\n"
"    Foobar is distributed in the hope that it will be useful,\n"
"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
"    GNU General Public License for more details.\n"
"\n"
"    You should have received a copy of the GNU General Public License\n"
"    along with Foobar.  If not, see &lt;http://www.gnu.org/licenses/&gt;<sup><a id=\"TransNote6-rev\" href=\"#TransNote6\">6</a></sup>.\n"

#. type: Content of: <p>
msgid ""
"To use a different set of GPL versions, you would modify the end of the "
"first long paragraph.  For instance, to license under version 2 or later, "
"you would replace &ldquo;3&rdquo; with &ldquo;2&rdquo;."
msgstr ""
"Para usar um conjunto diferente de versões GPL, você modificaria o fim do "
"primeiro parágrafo longo. Por exemplo, para licenciar sob a versão 2 ou "
"posterior, você substituiria “3” com “2”."

#. type: Content of: <p>
msgid ""
"This statement should go near the beginning of every source file, close to "
"the copyright notices.  When using the Lesser GPL, insert the word &ldquo;"
"Lesser&rdquo; before &ldquo;General&rdquo; in <em>all three</em> places.  "
"When using the GNU AGPL, insert the word &ldquo;Affero&rdquo; before &ldquo;"
"General&rdquo; in <em>all three</em> places."
msgstr ""
"Este documento deve ir no começo de cada arquivo fonte, perto dos avisos de "
"direitos autorais. Ao usar a GPL Menor, coloque a palavra “<cite>Lesser</"
"cite>” antes de “<cite>General</cite>” em <em>todos os três</em> lugares. Ao "
"usar a GNU AGPL, coloque a palavra “<cite>Affero</cite>” antes de "
"“<cite>General</cite>” em <em>todos os três</em> lugares."

#. type: Content of: <h3>
msgid "Why license notices?"
msgstr "Por que avisos de licenças?"

#. type: Content of: <p>
msgid ""
"The purpose of a free software license is to give certain rights to all "
"users of a program.  If it is not clear what rights you have given them, "
"that defeats the purpose.  Our practices are designed to avoid any "
"uncertainty."
msgstr ""
"O propósito de uma licença de software livre é dar certos direitos para "
"todos os usuários de um programa. Se não está claro quais direitos você lhes "
"deu, isso quebra o propósito. Nossas práticas são feitas para evitar "
"qualquer incerteza."

#. type: Content of: <p>
msgid ""
"If a program has a copy of a license FOO alongside the source files, but "
"doesn't have an explicit statement that &ldquo;This program is released "
"under license FOO,&rdquo; that leaves room for uncertainty about whether the "
"license FOO applies to the code of that program."
msgstr ""
"Se um programa possui uma cópia de uma licença FOO pelos arquivos fontes, "
"mas não tem uma declaração explícita de “Esse programa é lançado sob a "
"licença FOO”, isso deixa espaço para incerteza sobre se a licença FOO se "
"aplica ao código daquele programa."

#. type: Content of: <p>
msgid ""
"If a release has one statement that &ldquo;This program is released under "
"license FOO,&rdquo; in a central place such as the README file, that makes "
"the situation clear <em>for that release</em>.  However, programmers often "
"copy source files from one free program into another.  If a source file "
"contains no statement about what its license is, then moving it into another "
"context eliminates all trace of that point.  This invites confusion and "
"error."
msgstr ""
"Se um lançamento possuir uma declaração de que “Esse programa é lançado sob "
"a licença”, em um lugar central como o arquivo README, isso deixa a situação "
"clara <em>para aquele lançamento</em>. Porém, programadores geralmente "
"copiam os arquivos fontes de um programa para o outro. Se um arquivo fonte "
"não contiver declaração sobre qual é sua licença, então mover para outro "
"contexto elimina todo rastro daquele ponto. Isso convida confusão e erro."

#. type: Content of: <h3>
msgid "The startup notice"
msgstr "O aviso de inicialização"

#. type: Content of: <p>
msgid ""
"For interactive programs, it is usually a good idea to make the program "
"display a brief notice about copyright and copying permission when it starts "
"up.  See <a href=\"/licenses/gpl-3.0.html#howto\">the end of the GNU GPL</a> "
"for more information about this."
msgstr ""
"Para programas interativos, é geralmente uma boa ideia fazer o programa "
"exibir um breve aviso de direitos autorais e de permissão de cópia quando "
"ele começar. Veja <a href=\"/licenses/gpl-3.0.html#howto\">o final da GNU "
"GPL</a> para mais informação sobre isso."

#. type: Content of: <h3>
msgid "The Affero notice"
msgstr "O aviso da Affero"

#. type: Content of: <p>
msgid ""
"If you are releasing your program under the GNU AGPL, and it can interact "
"with users over a network, the program should offer its source to those "
"users in some way.  For example, if your program is a web application, its "
"interface could display a &ldquo;Source&rdquo; link that leads users to an "
"archive of the code.  The GNU AGPL is flexible enough that you can choose a "
"method that's suitable for your specific program&mdash;see section 13 for "
"details."
msgstr ""
"Se você está relançando seu programa sob a GNU AGPL, e ele pode interagir "
"com usuários pela rede, o programa deve oferecer seu fonte para aqueles "
"usuários de alguma forma. Por exemplo, se seu programa é um aplicativo web, "
"sua interface poderia exigir um link <i>“Source”</i> que leva os usuários "
"para um pacote do código. A GNU AGPL é flexível o suficiente para permitir "
"que você escolha um método que seja mais adequado para seu programa "
"específico veja &ndash; seção 13 para detalhes."

#. type: Content of: <h3>
msgid "Miscellaneous"
msgstr "Diversos"

#. type: Content of: <p>
msgid ""
"It is very important for practical reasons to include contact information "
"for how to reach you, perhaps in the README file, but this has nothing to do "
"with the legal issues of applying the license."
msgstr ""
"É muito importante, por razões práticas, incluir informações de contato para "
"quem quiser entrar contato com você, talvez no arquivo README, mas isso não "
"tem nada a ver com os casos legais de aplicação da licença."

#. type: Content of: <p>
msgid ""
"There is no legal requirement to register your copyright with anyone; simply "
"writing the program makes it copyrighted.  However, for the US, it is a good "
"idea to register the copyright with the US Registry of Copyrights, because "
"that puts you in a stronger position against anyone who violates the license "
"in the US.  Most other countries have no system of copyright registration."
msgstr ""
"Não há requisitos legais para registrar o seu direito autoral em qualquer "
"lugar; a simples escrita do programa o torna protegido por direito autoral. "
"Contudo, nos EUA, é uma boa ideia registrar o direito autoral no Escritório "
"de Registros de Copyrights dos EUA (<cite>US Copyright Office</cite>), o que "
"coloca você em uma forte posição contra quem violar a sua licença nos EUA. A "
"maioria dos países não possuem um sistema de registro de direitos "
"autorais<sup><a id=\"TransNote7-rev\" href=\"#TransNote7\">7</a></sup>."

# Diretório dos Softwares Livres: rever a traducao disso.
#. type: Content of: <p>
msgid ""
"We would like to list all free software programs in the Free Software "
"Directory, including all programs licensed under the GPL (any version).  So "
"please submit an entry for your program, when it has reached the point of "
"being useful.  Please see the <a href=\"http://directory.fsf.org/"
"\">Directory web page</a> for information and an online submission form."
msgstr ""
"Nós gostaríamos de listar todos programas de software livre no Diretório de "
"Software Livre, inclusive todos aqueles licenciados sob a GPL (qualquer "
"versão). Então, por favor submeta uma entrada para seu programa, quando ele "
"tiver alcançado um ponto de ser útil. Por favor, consulte a <a href=\"http://"
"directory.fsf.org/\">página do Diretório</a> para obter informações e um "
"formulário de submissão on-line."

#. type: Content of: <p>
msgid ""
"It is also possible to make your program a GNU package, a part of the GNU "
"Project.  If you might be interested in joining up with the GNU Project in "
"this way, please see our <a href=\"/help/evaluation.html\">GNU software "
"evaluation page</a> for more information and a short questionnaire.  We will "
"respond and discuss the matter with you."
msgstr ""
"Também é possível fazer do seu programa um pacote GNU, uma parte do Projeto "
"GNU. Se lhe interessa se juntar ao Projeto GNU dessa maneira, por favor "
"consulte a nossa <a href=\"/help/evaluation.html\">página de avaliação do "
"software GNU</a> para obter mais informações e um breve questionário."

#. type: Content of: <p>
msgid ""
"You are welcome to use any of our licenses even if your program is not a GNU "
"package; indeed, we hope you will.  They're available to everyone.  If you'd "
"like to advertise your use of a particular license, feel free to use <a href="
"\"/graphics/license-logos.html\" title=\"GNU License Logos\">one of our "
"logos</a>."
msgstr ""
"Você pode usar qualquer uma de nossas licenças mesmo se seu programa não for "
"um pacote GNU; de fato, esperamos que você o faça. Elas estão disponíveis "
"para todo mundo. Se você gostaria de divulgar seu uso de uma licença "
"específica, sinta-se à vontade para usar <a href=\"/graphics/license-logos."
"html\" title=\"Logos das Licenças GNU\">uma de nossas logos</a>."

#. TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.
#. type: Content of: <div>
msgid "*GNUN-SLOT: TRANSLATOR'S NOTES*"
msgstr ""
"<b>Notas do tradutor</b>:\n"
"<ol>\n"
"<li>\n"
"<a id=\"TransNote1\" href=\"#TransNote1-rev\" class=\"nounderline\">&#8593;</"
"a> \n"
"Aviso de renúncia de direitos autorais no texto original, em inglês, é "
"<i>copyright disclaimer</i>.\n"
"</li>\n"
"<li>\n"
"<a id=\"TransNote2\" href=\"#TransNote2-rev\" class=\"nounderline\">&#8593;</"
"a> \n"
"Tradução não oficial:<br/>\n"
"<br/>\n"
"Yoyodyne, Inc., por meio deste renuncia todo e qualquer interesse nos   "
"direitos autorais do programa “Woodpecker” (que desconstrói árvores)   "
"escrito por James Hacker.<br/>\n"
"<br/>\n"
"<em>assinatura de Moe Ghoul</em>, 1º de Abril de 1989<br/>\n"
"Moe Ghoul, Presidente da Vice<br/><br/>\n"
"</li>\n"
"<li>\n"
"<a id=\"TransNote3\" href=\"#TransNote3-rev\" class=\"nounderline\">&#8593;</"
"a> \n"
"Aviso de direitos autorais no texto original, em inglês, é <i>copyright "
"notice.</i>\n"
"</li>\n"
"<li>\n"
"<a id=\"TransNote4\" href=\"#TransNote4-rev\" class=\"nounderline\">&#8593;</"
"a> \n"
"Aviso de licença no texto original, em inglês, é <i>license notice</i>.\n"
"</li>\n"
"<li>\n"
"<a id=\"TransNote5\" href=\"#TransNote5-rev\" class=\"nounderline\">&#8593;</"
"a> \n"
"Tradução não oficial:<br/>\n"
"<pre>\n"
"Este programa é um software livre; você pode redistribuí-lo e/ou\n"
"modificá-lo sob os termos da Licença Pública Geral GNU como publicada\n"
"pela Free Software Foundation; na versão 3 da Licença, ou\n"
"(a seu critério) qualquer versão posterior.\n"
"\n"
"Este programa é distribuído na esperança de que possa ser útil,\n"
"mas SEM NENHUMA GARANTIA; sem uma garantia implícita de ADEQUAÇÃO\n"
"a qualquer MERCADO ou APLICAÇÃO EM PARTICULAR. Veja a\n"
"Licença Pública Geral GNU para mais detalhes.\n"
"\n"
"Você deve ter recebido uma cópia da Licença Pública Geral GNU junto\n"
"com este programa. Se não, veja &lt;http://www.gnu.org/licenses/&gt;.\n"
"</pre>\n"
"</li>\n"
"<li>\n"
"<a id=\"TransNote6\" href=\"#TransNote6-rev\" class=\"nounderline\">&#8593;</"
"a> \n"
"Tradução não oficial:<br/>\n"
"<pre>\n"
"Este arquivo é parte do programa Foobar\n"
"\n"
"Foobar é um software livre; você pode redistribuí-lo e/ou\n"
"modificá-lo dentro dos termos da Licença Pública Geral GNU como\n"
"publicada pela Fundação do Software Livre (FSF); na versão 3 da\n"
"Licença, ou (a seu critério) qualquer versão posterior.\n"
"\n"
"Este programa é distribuído na esperança de que possa ser útil,\n"
"mas SEM NENHUMA GARANTIA; sem uma garantia implícita de ADEQUAÇÃO\n"
"a qualquer MERCADO ou APLICAÇÃO EM PARTICULAR. Veja a\n"
"Licença Pública Geral GNU para maiores detalhes.\n"
"\n"
"Você deve ter recebido uma cópia da Licença Pública Geral GNU junto\n"
"com este programa, Se não, veja &lt;http://www.gnu.org/licenses/&gt;.\n"
"</pre>\n"
"</li>\n"
"<li>\n"
"<a id=\"TransNote7\" href=\"#TransNote7-rev\" class=\"nounderline\">&#8593;</"
"a> \n"
"No Brasil, o órgão no qual se pode fazer registro de direitos autorais "
"depende do trabalho realizado. Para programas de computador, pode-se fazer "
"no Instituto Nacional de Propriedade Industrial (INPI), em <a href=\"http://"
"www.inpi.gov.br\">www.inpi.gov.br</a>. Para outros trabalhos, como livros, "
"pode-se fazer na Biblioteca Nacional, por meio do serviço do Escritório de "
"Direitos Autorais (EDA), em <a href=\"https://www.bn.gov.br\">www.bn.gov.br</"
"a>.\n"
"</li>\n"
"</ol>"

# type: Content of: <div><p>
#. type: Content of: <div><div><p>
msgid ""
"Please send general FSF &amp; GNU inquiries to <a href=\"mailto:gnu@gnu.org"
"\">&lt;gnu@gnu.org&gt;</a>.  There are also <a href=\"/contact/\">other ways "
"to contact</a> the FSF.  Broken links and other corrections or suggestions "
"can be sent to <a href=\"mailto:webmasters@gnu.org\">&lt;webmasters@gnu."
"org&gt;</a>."
msgstr ""
"Envie perguntas em geral sobre a FSF e o GNU para <a href=\"mailto:gnu@gnu."
"org\">&lt;gnu@gnu.org&gt;</a>. Também existem <a href=\"/contact/\">outros "
"meios de contatar</a> a FSF.  Links quebrados e outras correções ou "
"sugestões podem ser enviadas para <a href=\"mailto:webmasters@gnu.org\">&lt;"
"webmasters@gnu.org&gt;</a>."

#
#.  TRANSLATORS: Ignore the original text in this paragraph,
#.         replace it with the translation of these two:
#.         We work hard and do our best to provide accurate, good quality
#.         translations.  However, we are not exempt from imperfection.
#.         Please send your comments and general suggestions in this regard
#.         to <a href="mailto:web-translators@gnu.org">
#.         &lt;web-translators@gnu.org&gt;</a>.</p>
#.         <p>For information on coordinating and submitting translations of
#.         our web pages, see <a
#.         href="/server/standards/README.translations.html">Translations
#.         README</a>. 
#. type: Content of: <div><div><p>
msgid ""
"Please see the <a href=\"/server/standards/README.translations.html"
"\">Translations README</a> for information on coordinating and submitting "
"translations of this article."
msgstr ""
"A equipe de traduções para o português brasileiro se esforça para oferecer "
"traduções acuradas e de boa qualidade, mas não estamos isentos de erros. Por "
"favor, envie seus comentários e sugestões em geral sobre as traduções para "
"<a href=\"mailto:web-translators@gnu.org\">&lt;web-translators@gnu.org&gt;</"
"a>. </p><p>Consulte o <a href=\"/server/standards/README.translations.html"
"\">Guia para as traduções</a> para mais informações sobre a coordenação e o "
"envio de traduções das páginas desse site."

#. type: Content of: <div><p>
msgid ""
"Copyright &copy; 2001, 2007, 2008, 2009, 2013, 2014, 2017, 2018 Free "
"Software Foundation, Inc."
msgstr ""
"Copyright &copy; 2001, 2007, 2008, 2009, 2013, 2014, 2017, 2018 Free "
"Software Foundation, Inc."

#. type: Content of: <div><p>
msgid ""
"This page is licensed under a <a rel=\"license\" href=\"http://"
"creativecommons.org/licenses/by-nd/4.0/\">Creative Commons Attribution-"
"NoDerivatives 4.0 International License</a>."
msgstr ""
"Esta página está licenciada sob uma licença <a rel=\"license\" href=\"http://"
"creativecommons.org/licenses/by-nd/4.0/deed.pt_BR\">Creative Commons "
"Atribuição-SemDerivações 4.0 Internacional</a>."

#. TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.
#. type: Content of: <div><div>
msgid "*GNUN-SLOT: TRANSLATOR'S CREDITS*"
msgstr ""
"<b>Traduzido por</b>: Hélder M. Botter Ribas <a href=\"mailto:helder@grad."
"icmc.sc.usp.br\">&lt;helder@grad.icmc.sc.usp.br&gt;</a>, 2001; Rafael "
"Fontenelle <a href=\"mailto:rafaelff@gnome.org\">&lt;rafaelff@gnome.org&gt;</"
"a>, 2017, 2018"

# type: Content of: <div><p>
#.  timestamp start 
#. type: Content of: <div><p>
msgid "Updated:"
msgstr "Última atualização:"

#~ msgid "Give each file the proper copyright notices."
#~ msgstr "Dê a cada arquivo as notas de copyright apropriadas."

#~ msgid ""
#~ "It's wise to ask your employer or school, if any, to sign a copyright "
#~ "disclaimer for the work, so they cannot claim to hold it later.  Below is "
#~ "a sample copyright disclaimer; just alter the names and program "
#~ "description as appropriate:"
#~ msgstr ""
#~ "É aconselhável solicitar que seu empregador ou sua escola, se for o caso, "
#~ "assine um aviso legal de renúncia de copyright para a obra, de forma que "
#~ "eles não possam, posteriormente, alegar serem detentores desta. Abaixo "
#~ "está um exemplo de aviso legal de renúncia de copyright; basta alterar "
#~ "nomes e descrição do programa conforme apropriado:"

#~ msgid "How to use the GPL or LGPL"
#~ msgstr "Como usar as licenças GPL ou a LGPL"

#~ msgid ""
#~ "This is a brief explanation of how to place a program under the GNU "
#~ "General Public License or the Lesser General Public License.  (The Lesser "
#~ "GPL, also called the LGPL, has superseded the Library GPL, which was also "
#~ "called the LGPL.)"
#~ msgstr ""
#~ "Esta é uma breve explicação de como colocar um programa sob a licença "
#~ "Licença Pública Geral do GNU (GPL) ou sob a Licença Pública Geral Menor "
#~ "(LGPL). (A GPL menor, ou também chamada LGPL, esta suplantando a GPL de "
#~ "Bibliotecas, a qual também é chamada LGPL.)"

# Diretório dos Softwares Livres: rever a traducao disso.
#~ msgid ""
#~ "If the program runs on some form of the GNU operating system, such as GNU/"
#~ "Linux or GNU/Hurd, we would probably like to make a link to the web site "
#~ "for your program.  So please tell <a href=\"mailto:webmasters@gnu.org"
#~ "\">&lt;webmasters@gnu.org&gt; </a> the URL.  Also, we would like to list "
#~ "your program in the Free Software Directory once it is working solidly.  "
#~ "Please contact <a href=\"mailto:directory@gnu.org\">&lt;directory@gnu."
#~ "org&gt; </a>."
#~ msgstr ""
#~ "Se o programa funciona em algum tipo de sistema operacional GNU, como GNU/"
#~ "Linux ou GNU/Hurd, nós gostariamos de criar um 'link' para o web site do "
#~ "seu programa. Então envie para <a href=\"mailto:webmasters@gnu.org\">&lt;"
#~ "webmasters@gnu.org&gt;</a> a URL.  Além disso, nós gostariamos de listar "
#~ "o seu programa no Diretório dos Softwares Livres uma vez que esteja "
#~ "trabalhando seriamente. Por favor, contate <a href=\"mailto:directory@gnu."
#~ "org\">&lt;directory@gnu.org&gt;</a>."

#~ msgid ""
#~ "But you can use the GPL or the Lesser GPL even if your program is not a "
#~ "GNU package.  Anyone can use these licenses."
#~ msgstr ""
#~ "Contudo, você poderá usar a GPL ou a GPL Menor nos seus programas mesmo "
#~ "eles não sendo um programa do pacote GNU. Qualquer um pode usar as "
#~ "licenças."
