]> 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
7msgid ""
8msgstr ""
9"Project-Id-Version: IPFire Project\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2014-09-29 14:20+0000\n"
12"PO-Revision-Date: 2014-09-29 14:25+0000\n"
13"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
14"Language-Team: Spanish (http://www.transifex.com/projects/p/ipfire/language/"
15"es/)\n"
16"Language: es\n"
17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"
20"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22#: ../src/ddns/__init__.py:63
23msgid "Debugging mode enabled"
24msgstr ""
25
26#: ../src/ddns/__init__.py:90
27#, python-format
28msgid "Loading configuration file %s"
29msgstr ""
30
31#: ../src/ddns/__init__.py:156
32msgid "Found no entries in the configuration file. Exiting."
33msgstr ""
34"No se han encontrado entradas en el fichero de configuración. Saliendo."
35
36#: ../src/ddns/__init__.py:167
37#, python-format
38msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
39msgstr ""
40"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado."
41
42#: ../src/ddns/__init__.py:174
43#, python-format
44msgid ""
45"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
46"exception:"
47msgstr ""
48"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha lanzado "
49"una excepción no manejada."
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
80#: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
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:116
97msgid "Not found"
98msgstr ""
99
100#: ../src/ddns/errors.py:124
101msgid "Request error"
102msgstr ""
103
104#: ../src/ddns/errors.py:132
105msgid "Could not resolve DNS entry"
106msgstr ""
107
108#: ../src/ddns/errors.py:139
109msgid "Service unavailable"
110msgstr ""
111
112#: ../src/ddns/errors.py:147
113msgid "The update could not be performed"
114msgstr ""
115
116#: ../src/ddns/providers.py:85
117msgid "Provider is not properly configured"
118msgstr ""
119
120#: ../src/ddns/providers.py:154
121#, python-format
122msgid "Updating %s forced"
123msgstr ""
124
125#: ../src/ddns/providers.py:170
126#, python-format
127msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
128msgstr ""
129"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha "
130"resultado satisfactoria."
131
132#: ../src/ddns/providers.py:194
133#, fuzzy, python-format
134msgid ""
135"An update for %(hostname)s (%(provider)s) is performed because of an IP "
136"address change"
137msgstr ""
138"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha lanzado "
139"una excepción no manejada."
140
141#: ../src/ddns/providers.py:202
142#, fuzzy, python-format
143msgid ""
144"An update for %(hostname)s (%(provider)s) is performed because the holdoff "
145"time has expired"
146msgstr ""
147"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha lanzado "
148"una excepción no manejada."
149
150#. Otherwise, we don't need to perform an update
151#: ../src/ddns/providers.py:209
152#, fuzzy, python-format
153msgid "No update required for %(hostname)s (%(provider)s)"
154msgstr ""
155"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado."
156
157#: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
158#, python-format
159msgid "An update has not been performed because earlier updates failed for %s"
160msgstr ""
161
162#: ../src/ddns/providers.py:230
163msgid "There will be no retries"
164msgstr ""
165
166#: ../src/ddns/providers.py:246
167msgid "Last failure message:"
168msgstr ""
169
170#: ../src/ddns/providers.py:251
171#, python-format
172msgid "Further updates will be withheld until %s"
173msgstr ""
174
175#: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
176#: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
177msgid "No valid FQDN was given."
178msgstr ""
179
180#: ../src/ddns/providers.py:387
181msgid "Specified host does not exist."
182msgstr ""
183
184#: ../src/ddns/providers.py:391
185msgid "DNS error encountered."
186msgstr ""
187
188#. If we got here, some other update error happened.
189#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
190#, python-format
191msgid "Server response: %s"
192msgstr ""
193
194#: ../src/ddns/providers.py:531
195msgid "Scriptlet:"
196msgstr ""
197
198#: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
199msgid "Invalid hostname specified."
200msgstr ""
201
202#: ../src/ddns/providers.py:616
203msgid "Hostname not marked as a dynamic host."
204msgstr ""
205
206#: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
207#: ../src/ddns/providers.py:905
208msgid "Invalid IP address has been sent."
209msgstr ""
210
211#: ../src/ddns/providers.py:658
212msgid "No hostname specified."
213msgstr ""
214
215#: ../src/ddns/providers.py:667
216msgid "Account has been disabled."
217msgstr ""
218
219#: ../src/ddns/providers.py:673
220msgid "Too many failed requests."
221msgstr ""
222
223#: ../src/ddns/providers.py:776
224msgid "Malformed request has been sent."
225msgstr ""
226
227#: ../src/ddns/providers.py:780
228msgid "Too frequent update requests have been sent."
229msgstr ""
230
231#: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
232msgid "Domain not found."
233msgstr ""
234
235#: ../src/ddns/providers.py:861
236msgid "An invalid IP address was submitted"
237msgstr ""
238
239#: ../src/ddns/providers.py:1015
240msgid "Domain not active."
241msgstr ""
242
243#: ../src/ddns/providers.py:1165
244msgid "No Auth details specified."
245msgstr ""
246
247#: ../src/ddns/providers.py:1187
248msgid "Invalid IPv4 address has been sent."
249msgstr ""
250
251#: ../src/ddns/providers.py:1189
252msgid "Invalid IPv6 address has been sent."
253msgstr ""
254
255#: ../src/ddns/providers.py:1385
256msgid "Invalid hostname specified"
257msgstr ""
258
259#: ../src/ddns/system.py:55
260#, python-format
261msgid "Running on distribution: %s"
262msgstr ""
263
264#: ../src/ddns/system.py:153
265msgid "Request header:"
266msgstr "Cabecera de la petición:"
267
268#. Log response header.
269#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
270#, python-format
271msgid "Response header (Status Code %s):"
272msgstr ""