diff options
Diffstat (limited to 'debian/po/es.po')
-rw-r--r-- | debian/po/es.po | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/debian/po/es.po b/debian/po/es.po new file mode 100644 index 000000000..de8a67ace --- /dev/null +++ b/debian/po/es.po | |||
@@ -0,0 +1,80 @@ | |||
1 | # openssh po-debconf translation to Spanish | ||
2 | # Copyright (C) 2014 Software in the Public Interest | ||
3 | # This file is distributed under the same license as the openssh package. | ||
4 | # | ||
5 | # Changes: | ||
6 | # - Initial translation | ||
7 | # Matías A. Bellone <matiasbellone+debian@gmail.com>, 2014 | ||
8 | # | ||
9 | # Traductores, si no conocen el formato PO, merece la pena leer la | ||
10 | # de gettext, especialmente las secciones dedicadas a este | ||
11 | # formato, por ejemplo ejecutando: | ||
12 | # info -n '(gettext)PO Files' | ||
13 | # info -n '(gettext)Header Entry' | ||
14 | # | ||
15 | # Equipo de traducción al español, por favor, lean antes de traducir | ||
16 | # los siguientes documentos: | ||
17 | # | ||
18 | # - El proyecto de traducción de Debian al español | ||
19 | # http://www.debian.org/intl/spanish/ | ||
20 | # especialmente las notas de traducción en | ||
21 | # http://www.debian.org/intl/spanish/notas | ||
22 | # | ||
23 | # - La guía de traducción de po's de debconf: | ||
24 | # /usr/share/doc/po-debconf/README-trans | ||
25 | # o http://www.debian.org/intl/l10n/po-debconf/README-trans | ||
26 | # | ||
27 | msgid "" | ||
28 | msgstr "" | ||
29 | "Project-Id-Version: openssh\n" | ||
30 | "Report-Msgid-Bugs-To: openssh@packages.debian.org\n" | ||
31 | "POT-Creation-Date: 2014-03-20 02:06+0000\n" | ||
32 | "PO-Revision-Date: 2014-03-23 20:43-0300\n" | ||
33 | "Last-Translator: Matías Bellone <matiasbellone+debian@gmail.com>\n" | ||
34 | "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" | ||
35 | "Language: es\n" | ||
36 | "MIME-Version: 1.0\n" | ||
37 | "Content-Type: text/plain; charset=UTF-8\n" | ||
38 | "Content-Transfer-Encoding: 8bit\n" | ||
39 | |||
40 | #. Type: boolean | ||
41 | #. Description | ||
42 | #: ../openssh-server.templates:1001 | ||
43 | msgid "Disable SSH password authentication for root?" | ||
44 | msgstr "" | ||
45 | "¿Desea desactivar la autenticación SSH mediante contraseña para el usuario " | ||
46 | "root?" | ||
47 | |||
48 | #. Type: boolean | ||
49 | #. Description | ||
50 | #: ../openssh-server.templates:1001 | ||
51 | msgid "" | ||
52 | "Previous versions of openssh-server permitted logging in as root over SSH " | ||
53 | "using password authentication. The default for new installations is now " | ||
54 | "\"PermitRootLogin prohibit-password\", which disables password " | ||
55 | "authentication for root without breaking systems that have explicitly " | ||
56 | "configured SSH public key authentication for root." | ||
57 | msgstr "" | ||
58 | "Las versiones anteriores de openssh-server permitían iniciar sesión como " | ||
59 | "usuario root utilizando autenticación con contraseña. La configuración " | ||
60 | "predeterminada para las nuevas instalaciones ahora incluye «PermitRootLogin " | ||
61 | "prohibit-password», lo que desactiva la autenticación con contraseña para el " | ||
62 | "usuario root sin romper los sistemas que tienen configurado explícitamente " | ||
63 | "la autenticación SSH utilizando claves públicas para el usuario root." | ||
64 | |||
65 | #. Type: boolean | ||
66 | #. Description | ||
67 | #: ../openssh-server.templates:1001 | ||
68 | msgid "" | ||
69 | "This change makes systems more secure against brute-force password " | ||
70 | "dictionary attacks on the root user (a very common target for such attacks). " | ||
71 | "However, it may break systems that are set up with the expectation of being " | ||
72 | "able to SSH as root using password authentication. You should only make this " | ||
73 | "change if you do not need to do that." | ||
74 | msgstr "" | ||
75 | "Este cambio hace que los sistemas sean más resistentes contra ataques de " | ||
76 | "fuerza bruta basados en diccionarios sobre el usuario root (un objetivo muy " | ||
77 | "común para este tipo de ataques). Sin embargo, podría romper sistemas cuya " | ||
78 | "configuración permite que el usuario root inicie sesión a través de SSH " | ||
79 | "utilizando una contraseña. Sólo debería realizar este cambio si no necesita " | ||
80 | "este comportamiento." | ||