]> git.ipfire.org Git - ddns.git/blame - po/es.po
Update translations.
[ddns.git] / po / es.po
CommitLineData
ba9a8e95
MT
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
b3783a55 4#
ba9a8e95
MT
5# Translators:
6# Andrés Reyes <andres.rt@gmail.com>, 2012
7msgid ""
8msgstr ""
9"Project-Id-Version: IPFire Project\n"
10"Report-Msgid-Bugs-To: \n"
b3783a55 11"POT-Creation-Date: 2014-08-04 14:54+0000\n"
4011554b 12"PO-Revision-Date: 2014-06-23 08:45+0000\n"
ba9a8e95 13"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
b3783a55
MT
14"Language-Team: Spanish (http://www.transifex.com/projects/p/ipfire/language/"
15"es/)\n"
16"Language: es\n"
ba9a8e95
MT
17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"
ba9a8e95
MT
20"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
b3783a55 22#: ../src/ddns/__init__.py:62
4011554b 23msgid "Debugging mode enabled"
2a0f28fd 24msgstr ""
ba9a8e95 25
b3783a55 26#: ../src/ddns/__init__.py:86
ba9a8e95 27#, python-format
4011554b 28msgid "Loading configuration file %s"
2a0f28fd 29msgstr ""
ba9a8e95 30
b3783a55 31#: ../src/ddns/__init__.py:146
4011554b 32msgid "Found no entries in the configuration file. Exiting."
b3783a55
MT
33msgstr ""
34"No se han encontrado entradas en el fichero de configuración. Saliendo."
4011554b 35
b3783a55 36#: ../src/ddns/__init__.py:157
4011554b
MT
37#, python-format
38msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
b3783a55
MT
39msgstr ""
40"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado."
4011554b 41
b3783a55 42#: ../src/ddns/__init__.py:164
ba9a8e95
MT
43#, python-format
44msgid ""
45"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
46"exception:"
b3783a55
MT
47msgstr ""
48"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha lanzado "
49"una excepción no manejada."
4011554b
MT
50
51#: ../src/ddns/errors.py:29
52msgid "Error"
53msgstr ""
54
55#: ../src/ddns/errors.py:39
56msgid "Network error"
57msgstr ""
58
59#: ../src/ddns/errors.py:47
60msgid ""
61"The server denied processing the request because account abuse is suspected"
62msgstr ""
63
64#: ../src/ddns/errors.py:55
65msgid "Authentication against the server has failed"
66msgstr ""
67
68#: ../src/ddns/errors.py:64
69msgid "The server denies any updates from this client"
70msgstr ""
71
72#: ../src/ddns/errors.py:72
73msgid "The configuration file has errors"
74msgstr ""
75
76#: ../src/ddns/errors.py:79
77msgid "Connection refused"
78msgstr ""
79
b3783a55 80#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
4011554b
MT
81msgid "Connection timeout"
82msgstr ""
83
84#: ../src/ddns/errors.py:94
85msgid "The host could not be found in the configuration file"
86msgstr ""
87
88#: ../src/ddns/errors.py:102
89msgid "Internal server error"
90msgstr ""
91
92#: ../src/ddns/errors.py:109
93msgid "Network unreachable"
94msgstr ""
95
96#: ../src/ddns/errors.py:117
97msgid "Request error"
98msgstr ""
99
b3783a55
MT
100#: ../src/ddns/errors.py:125
101msgid "Could not resolve DNS entry"
4011554b
MT
102msgstr ""
103
104#: ../src/ddns/errors.py:132
b3783a55
MT
105msgid "Service unavailable"
106msgstr ""
107
108#: ../src/ddns/errors.py:140
4011554b 109msgid "The update could not be performed"
2a0f28fd 110msgstr ""
2a0f28fd 111
b3783a55
MT
112#: ../src/ddns/providers.py:71
113msgid "Provider is not properly configured"
114msgstr ""
115
116#: ../src/ddns/providers.py:128
2a0f28fd
MT
117#, python-format
118msgid "Updating %s forced"
119msgstr ""
120
b3783a55
MT
121#: ../src/ddns/providers.py:132
122#, fuzzy, python-format
123msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
124msgstr ""
125"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado."
126
127#: ../src/ddns/providers.py:139
2a0f28fd 128#, python-format
b3783a55 129msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
2a0f28fd 130msgstr ""
b3783a55
MT
131"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha "
132"resultado satisfactoria."
2a0f28fd 133
b3783a55
MT
134#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
135#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
2a0f28fd
MT
136msgid "No valid FQDN was given."
137msgstr ""
138
b3783a55
MT
139#: ../src/ddns/providers.py:222
140msgid "Specified host does not exist."
141msgstr ""
142
143#: ../src/ddns/providers.py:226
144msgid "DNS error encountered."
145msgstr ""
146
147#. If we got here, some other update error happened.
148#: ../src/ddns/providers.py:229
149#, python-format
150msgid "Server response: %s"
151msgstr ""
152
153#: ../src/ddns/providers.py:345
154msgid "Scriptlet:"
155msgstr ""
156
157#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
2a0f28fd
MT
158msgid "Invalid hostname specified."
159msgstr ""
160
b3783a55 161#: ../src/ddns/providers.py:428
2a0f28fd
MT
162msgid "Hostname not marked as a dynamic host."
163msgstr ""
164
b3783a55
MT
165#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
166#: ../src/ddns/providers.py:658
2a0f28fd
MT
167msgid "Invalid IP address has been sent."
168msgstr ""
ba9a8e95 169
b3783a55 170#: ../src/ddns/providers.py:469
4011554b
MT
171msgid "No hostname specified."
172msgstr ""
173
b3783a55 174#: ../src/ddns/providers.py:478
4011554b
MT
175msgid "Account has been disabled."
176msgstr ""
177
b3783a55 178#: ../src/ddns/providers.py:484
4011554b
MT
179msgid "Too many failed requests."
180msgstr ""
181
b3783a55
MT
182#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
183msgid "Domain not found."
4011554b
MT
184msgstr ""
185
b3783a55
MT
186#: ../src/ddns/providers.py:609
187msgid "An invalid IP address was submitted"
4011554b
MT
188msgstr ""
189
b3783a55
MT
190#: ../src/ddns/providers.py:748
191msgid "Domain not active."
4011554b
MT
192msgstr ""
193
b3783a55
MT
194#: ../src/ddns/providers.py:809
195msgid "Invalid protocol has been given"
4011554b
MT
196msgstr ""
197
b3783a55 198#: ../src/ddns/providers.py:903
4011554b
MT
199msgid "No Auth details specified."
200msgstr ""
201
b3783a55 202#: ../src/ddns/providers.py:925
4011554b
MT
203msgid "Invalid IPv4 address has been sent."
204msgstr ""
205
b3783a55 206#: ../src/ddns/providers.py:927
4011554b
MT
207msgid "Invalid IPv6 address has been sent."
208msgstr ""
209
b3783a55 210#: ../src/ddns/system.py:55
4011554b
MT
211#, python-format
212msgid "Running on distribution: %s"
213msgstr ""
214
b3783a55 215#: ../src/ddns/system.py:153
ba9a8e95
MT
216msgid "Request header:"
217msgstr "Cabecera de la petición:"
218
219#. Log response header.
b3783a55 220#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
4011554b
MT
221#, python-format
222msgid "Response header (Status Code %s):"
223msgstr ""