]> git.ipfire.org Git - ddns.git/blame_incremental - po/es.po
Update translations
[ddns.git] / po / es.po
... / ...
CommitLineData
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.
4#
5# Translators:
6# Andrés Reyes <andres.rt@gmail.com>, 2012
7# Javier Pastor <jpastor@cerebelum.net>, 2015
8# Roberto Peña <roberto.pena@northsecure.es>, 2015
9msgid ""
10msgstr ""
11"Project-Id-Version: IPFire Project\n"
12"Report-Msgid-Bugs-To: \n"
13"POT-Creation-Date: 2016-05-07 12:54+0100\n"
14"PO-Revision-Date: 2015-08-16 23:11+0000\n"
15"Last-Translator: Javier Pastor <jpastor@cerebelum.net>\n"
16"Language-Team: Spanish (http://www.transifex.com/mstremer/ipfire/language/"
17"es/)\n"
18"Language: es\n"
19"MIME-Version: 1.0\n"
20"Content-Type: text/plain; charset=UTF-8\n"
21"Content-Transfer-Encoding: 8bit\n"
22"Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
24#: ../src/ddns/__init__.py:63
25msgid "Debugging mode enabled"
26msgstr "Modo de depuración habilitada"
27
28#: ../src/ddns/__init__.py:90
29#, python-format
30msgid "Loading configuration file %s"
31msgstr "Cargando el archivo de configuración %s"
32
33#: ../src/ddns/__init__.py:156
34msgid "Found no entries in the configuration file. Exiting."
35msgstr ""
36"No se han encontrado entradas en el fichero de configuración. Saliendo."
37
38#: ../src/ddns/__init__.py:167
39#, python-format
40msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
41msgstr ""
42"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado."
43
44#: ../src/ddns/__init__.py:174
45#, python-format
46msgid ""
47"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
48"exception:"
49msgstr ""
50"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha lanzado "
51"una excepción no controlada."
52
53#: ../src/ddns/errors.py:29
54msgid "Error"
55msgstr "Error"
56
57#: ../src/ddns/errors.py:39
58msgid "Network error"
59msgstr "Error de red"
60
61#: ../src/ddns/errors.py:47
62msgid ""
63"The server denied processing the request because account abuse is suspected"
64msgstr ""
65"El servidor le negó la tramitación de la solicitud porque se sospecha cuenta "
66"abuso"
67
68#: ../src/ddns/errors.py:55
69msgid "Authentication against the server has failed"
70msgstr "La autenticación en el servidor ha fallado"
71
72#: ../src/ddns/errors.py:64
73msgid "The server denies any updates from this client"
74msgstr "El servidor deniega las actualizaciones de este cliente"
75
76#: ../src/ddns/errors.py:71
77msgid "Invalid certificate"
78msgstr ""
79
80#: ../src/ddns/errors.py:79
81msgid "The configuration file has errors"
82msgstr "El archivo de configuración tiene errores"
83
84#: ../src/ddns/errors.py:86
85msgid "Connection refused"
86msgstr "Conexión rechazada"
87
88#: ../src/ddns/errors.py:93 ../src/ddns/system.py:240
89msgid "Connection timeout"
90msgstr "Tiempo de espera agotado de la conexión"
91
92#: ../src/ddns/errors.py:101
93msgid "The host could not be found in the configuration file"
94msgstr "El host no puede encontrar el archivo de configuración"
95
96#: ../src/ddns/errors.py:109
97msgid "Internal server error"
98msgstr "Error Interno del Servidor"
99
100#: ../src/ddns/errors.py:116
101msgid "Network unreachable"
102msgstr "Red inalcanzable"
103
104#: ../src/ddns/errors.py:123
105msgid "No route to host"
106msgstr ""
107
108#: ../src/ddns/errors.py:130
109msgid "Not found"
110msgstr "No encontrado"
111
112#: ../src/ddns/errors.py:138
113msgid "Request error"
114msgstr "Error de solicitud"
115
116#: ../src/ddns/errors.py:146
117msgid "Could not resolve DNS entry"
118msgstr "No se pudo resolver la entrada DNS"
119
120#: ../src/ddns/errors.py:154
121msgid "SSL negotiation error"
122msgstr ""
123
124#: ../src/ddns/errors.py:161
125msgid "Service unavailable"
126msgstr "Servicio no disponible"
127
128#: ../src/ddns/errors.py:169
129msgid "The update could not be performed"
130msgstr "La actualización no puede ser ejecutada"
131
132#: ../src/ddns/providers.py:85
133msgid "Provider is not properly configured"
134msgstr "El proveedor no está correctamente configurado"
135
136#: ../src/ddns/providers.py:154
137#, python-format
138msgid "Updating %s forced"
139msgstr "Actualización %s forzada"
140
141#: ../src/ddns/providers.py:179
142#, python-format
143msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
144msgstr ""
145"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha "
146"resultado satisfactoria."
147
148#: ../src/ddns/providers.py:203
149#, python-format
150msgid ""
151"An update for %(hostname)s (%(provider)s) is performed because of an IP "
152"address change"
153msgstr ""
154"Una actualización para %(hostname)s (%(provider)s) está en ejecución porque "
155"una dirección IP ha cambiado"
156
157#: ../src/ddns/providers.py:211
158#, python-format
159msgid ""
160"An update for %(hostname)s (%(provider)s) is performed because the holdoff "
161"time has expired"
162msgstr ""
163"Una actualización para %(hostname)s (%(provider)s) está en ejecución debido "
164"a que el tiempo de retención ha expirado"
165
166#. Otherwise, we don't need to perform an update
167#: ../src/ddns/providers.py:218
168#, python-format
169msgid "No update required for %(hostname)s (%(provider)s)"
170msgstr "No se requiere actualización para %(hostname)s (%(provider)s)"
171
172#: ../src/ddns/providers.py:237 ../src/ddns/providers.py:251
173#, python-format
174msgid "An update has not been performed because earlier updates failed for %s"
175msgstr ""
176"Una actualización no se ha realizado porque las actualizaciones anteriores "
177"fallaron por %s"
178
179#: ../src/ddns/providers.py:239
180msgid "There will be no retries"
181msgstr "No habrá reintentos"
182
183#: ../src/ddns/providers.py:255
184msgid "Last failure message:"
185msgstr "Último mensaje de fallo:"
186
187#: ../src/ddns/providers.py:260
188#, python-format
189msgid "Further updates will be withheld until %s"
190msgstr "Otros cambios serán retenidos hasta %s"
191
192#: ../src/ddns/providers.py:394 ../src/ddns/providers.py:668
193#: ../src/ddns/providers.py:752 ../src/ddns/providers.py:1419
194#: ../src/ddns/providers.py:1589
195#, fuzzy
196msgid "No valid FQDN was given"
197msgstr "El FQDN que se dió no es válido."
198
199#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:670
200#: ../src/ddns/providers.py:1636
201#, fuzzy
202msgid "Specified host does not exist"
203msgstr "El host especificado no existe."
204
205#: ../src/ddns/providers.py:400 ../src/ddns/providers.py:674
206#, fuzzy
207msgid "DNS error encountered"
208msgstr "Encontrado error de DNS."
209
210#. If we got here, some other update error happened.
211#: ../src/ddns/providers.py:405 ../src/ddns/providers.py:586
212#: ../src/ddns/providers.py:973 ../src/ddns/providers.py:1642
213#, python-format
214msgid "Server response: %s"
215msgstr "Respuesta del servidor: %s"
216
217#: ../src/ddns/providers.py:540
218msgid "Scriptlet:"
219msgstr "Scriptlet:"
220
221#: ../src/ddns/providers.py:577
222msgid "Domain not found."
223msgstr "Dominio no encontrado:"
224
225#: ../src/ddns/providers.py:676
226#, fuzzy
227msgid "Account disabled or locked"
228msgstr "La cuenta ha sido deshabilitada."
229
230#: ../src/ddns/providers.py:754 ../src/ddns/providers.py:801
231#: ../src/ddns/providers.py:1682
232msgid "Invalid hostname specified"
233msgstr "Nombre de host especificado inválido"
234
235#: ../src/ddns/providers.py:756
236#, fuzzy
237msgid "Hostname not marked as a dynamic host"
238msgstr "Nombre de host no marcado como un host dinámico."
239
240#: ../src/ddns/providers.py:758 ../src/ddns/providers.py:810
241#: ../src/ddns/providers.py:1093
242#, fuzzy
243msgid "Invalid IP address has been sent"
244msgstr "La dirección IP inválida ha sido enviada."
245
246#: ../src/ddns/providers.py:798
247#, fuzzy
248msgid "No hostname specified"
249msgstr "Nombre de host no especificado."
250
251#: ../src/ddns/providers.py:807
252#, fuzzy
253msgid "Account has been disabled"
254msgstr "La cuenta ha sido deshabilitada."
255
256#: ../src/ddns/providers.py:813
257#, fuzzy
258msgid "Too many failed requests"
259msgstr "Demasiados errores en las peticiones."
260
261#: ../src/ddns/providers.py:908
262msgid "Dynamic DNS is not turned on for this domain"
263msgstr ""
264
265#: ../src/ddns/providers.py:911
266#, fuzzy
267msgid "Invalid data has been sent"
268msgstr "La dirección IP inválida ha sido enviada."
269
270#: ../src/ddns/providers.py:914 ../src/ddns/providers.py:968
271#: ../src/ddns/providers.py:1591
272#, fuzzy
273msgid "Too frequent update requests have been sent"
274msgstr "Solicitudes de actualización demasiado frecuentes han sido enviadas."
275
276#: ../src/ddns/providers.py:964
277#, fuzzy
278msgid "Malformed request has been sent"
279msgstr "Han sido enviadas peticiones malformadas."
280
281#: ../src/ddns/providers.py:1014 ../src/ddns/providers.py:1241
282#, fuzzy
283msgid "Domain not found"
284msgstr "Dominio no encontrado:"
285
286#: ../src/ddns/providers.py:1049
287msgid "An invalid IP address was submitted"
288msgstr "Se presentó una dirección IP no válida"
289
290#: ../src/ddns/providers.py:1243
291#, fuzzy
292msgid "Domain not active"
293msgstr "Dominio no activo."
294
295#: ../src/ddns/providers.py:1393
296#, fuzzy
297msgid "No Auth details specified"
298msgstr "No hay detalles de autenticación especificados."
299
300#: ../src/ddns/providers.py:1415
301#, fuzzy
302msgid "Invalid IPv4 address has been sent"
303msgstr "Ha sido enviada una dirección IPv4 inválida."
304
305#: ../src/ddns/providers.py:1417
306#, fuzzy
307msgid "Invalid IPv6 address has been sent"
308msgstr "Ha sido enviada una dirección IPv6 inválida."
309
310#: ../src/ddns/providers.py:1630
311#, fuzzy
312msgid "Account has been suspended"
313msgstr "La cuenta ha sido deshabilitada."
314
315#: ../src/ddns/providers.py:1633
316#, fuzzy
317msgid "Account has been revoked"
318msgstr "La cuenta ha sido deshabilitada."
319
320#: ../src/ddns/system.py:56
321#, python-format
322msgid "Running on distribution: %s"
323msgstr "Corriendo en la distribuición: %s"
324
325#: ../src/ddns/system.py:161
326msgid "Request header:"
327msgstr "Cabecera de la petición:"
328
329#. Log response header.
330#: ../src/ddns/system.py:169 ../src/ddns/system.py:178
331#, python-format
332msgid "Response header (Status Code %s):"
333msgstr "Cabecera de respuesta (código de estado %s):"
334
335#: ../src/ddns/system.py:298
336msgid "Falling back to check the IP address with help of a public server"
337msgstr ""
338
339#~ msgid "Invalid hostname specified."
340#~ msgstr "Nombre de host especificado no es válido."