summaryrefslogtreecommitdiff
path: root/debian/po
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-03-23 10:28:35 +0000
committerColin Watson <cjwatson@debian.org>2014-03-27 15:50:34 +0000
commit945ba556428fe5dc75221f45632700b935592529 (patch)
tree143413483d75eb4209d338a9af92fdbf58478061 /debian/po
parentc910dfd8e0832a27d577b992330776269779343b (diff)
Portuguese (thanks, Américo Monteiro).
Diffstat (limited to 'debian/po')
-rw-r--r--debian/po/pt.po58
1 files changed, 58 insertions, 0 deletions
diff --git a/debian/po/pt.po b/debian/po/pt.po
new file mode 100644
index 000000000..282ac8dde
--- /dev/null
+++ b/debian/po/pt.po
@@ -0,0 +1,58 @@
1# Translation of openssh's debconf messages to European Portuguese
2# Copyright (C) 2014 YEAR THE openssh'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the openssh package.
4#
5# Américo Monteiro <a_monteiro@gmx.com>, 2014.
6msgid ""
7msgstr ""
8"Project-Id-Version: openssh 1:6.6p1-1\n"
9"Report-Msgid-Bugs-To: openssh@packages.debian.org\n"
10"POT-Creation-Date: 2014-03-20 02:06+0000\n"
11"PO-Revision-Date: 2014-03-21 21:13+0000\n"
12"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
13"Language-Team: Portuguese <traduz@debianpt.org>\n"
14"Language: pt\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19"X-Generator: Lokalize 1.4\n"
20
21#. Type: boolean
22#. Description
23#: ../openssh-server.templates:1001
24msgid "Disable SSH password authentication for root?"
25msgstr "Desactivar a autenticação SSH por palavra passe para o root?"
26
27#. Type: boolean
28#. Description
29#: ../openssh-server.templates:1001
30msgid ""
31"Previous versions of openssh-server permitted logging in as root over SSH "
32"using password authentication. The default for new installations is now "
33"\"PermitRootLogin without-password\", which disables password authentication "
34"for root without breaking systems that have explicitly configured SSH public "
35"key authentication for root."
36msgstr ""
37"As versões anteriores do servidor openssh permitiam iniciar sessão como root "
38"sobre SSH usando autenticação por palavra-passe. A predefinição para novas "
39"instalações é agora \"PermitRootLogin without-password\", a qual desactiva a "
40"autenticação por palavra-passe para o root sem danificar os sistemas que têm "
41"configurados explicitamente autenticação SSH por chave pública para o root."
42
43#. Type: boolean
44#. Description
45#: ../openssh-server.templates:1001
46msgid ""
47"This change makes systems more secure against brute-force password "
48"dictionary attacks on the root user (a very common target for such attacks). "
49"However, it may break systems that are set up with the expectation of being "
50"able to SSH as root using password authentication. You should only make this "
51"change if you do not need to do that."
52msgstr ""
53"Esta alteração torna os sistemas mais seguros contra ataques em que se "
54"forçam dicionários de palavras-passe no utilizador root (um alvo muito comum "
55"para tais ataques). No entanto, pode danificar sistemas que estão "
56"configurados com a expectativa de serem capazes de SSH como root usando "
57"autenticação por palavra-passe. Apenas deverá fazer esta alteração se não "
58"precisa de tal método de autenticação."