]> 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"
ed923f9d
MT
11"POT-Creation-Date: 2014-09-29 14:20+0000\n"
12"PO-Revision-Date: 2014-09-29 14:25+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
ed923f9d 22#: ../src/ddns/__init__.py:63
4011554b 23msgid "Debugging mode enabled"
2a0f28fd 24msgstr ""
ba9a8e95 25
ed923f9d 26#: ../src/ddns/__init__.py:90
ba9a8e95 27#, python-format
4011554b 28msgid "Loading configuration file %s"
2a0f28fd 29msgstr ""
ba9a8e95 30
ed923f9d 31#: ../src/ddns/__init__.py:156
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
ed923f9d 36#: ../src/ddns/__init__.py:167
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
ed923f9d 42#: ../src/ddns/__init__.py:174
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
ed923f9d 80#: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
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
ed923f9d
MT
96#: ../src/ddns/errors.py:116
97msgid "Not found"
98msgstr ""
99
100#: ../src/ddns/errors.py:124
4011554b
MT
101msgid "Request error"
102msgstr ""
103
ed923f9d 104#: ../src/ddns/errors.py:132
b3783a55 105msgid "Could not resolve DNS entry"
4011554b
MT
106msgstr ""
107
ed923f9d 108#: ../src/ddns/errors.py:139
b3783a55
MT
109msgid "Service unavailable"
110msgstr ""
111
ed923f9d 112#: ../src/ddns/errors.py:147
4011554b 113msgid "The update could not be performed"
2a0f28fd 114msgstr ""
2a0f28fd 115
ed923f9d 116#: ../src/ddns/providers.py:85
b3783a55
MT
117msgid "Provider is not properly configured"
118msgstr ""
119
ed923f9d 120#: ../src/ddns/providers.py:154
2a0f28fd
MT
121#, python-format
122msgid "Updating %s forced"
123msgstr ""
124
ed923f9d
MT
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
b3783a55 152#, fuzzy, python-format
ed923f9d 153msgid "No update required for %(hostname)s (%(provider)s)"
b3783a55
MT
154msgstr ""
155"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado."
156
ed923f9d 157#: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
2a0f28fd 158#, python-format
ed923f9d
MT
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"
2a0f28fd
MT
173msgstr ""
174
ed923f9d
MT
175#: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
176#: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
2a0f28fd
MT
177msgid "No valid FQDN was given."
178msgstr ""
179
ed923f9d 180#: ../src/ddns/providers.py:387
b3783a55
MT
181msgid "Specified host does not exist."
182msgstr ""
183
ed923f9d 184#: ../src/ddns/providers.py:391
b3783a55
MT
185msgid "DNS error encountered."
186msgstr ""
187
188#. If we got here, some other update error happened.
ed923f9d 189#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
b3783a55
MT
190#, python-format
191msgid "Server response: %s"
192msgstr ""
193
ed923f9d 194#: ../src/ddns/providers.py:531
b3783a55
MT
195msgid "Scriptlet:"
196msgstr ""
197
ed923f9d 198#: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
2a0f28fd
MT
199msgid "Invalid hostname specified."
200msgstr ""
201
ed923f9d 202#: ../src/ddns/providers.py:616
2a0f28fd
MT
203msgid "Hostname not marked as a dynamic host."
204msgstr ""
205
ed923f9d
MT
206#: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
207#: ../src/ddns/providers.py:905
2a0f28fd
MT
208msgid "Invalid IP address has been sent."
209msgstr ""
ba9a8e95 210
ed923f9d 211#: ../src/ddns/providers.py:658
4011554b
MT
212msgid "No hostname specified."
213msgstr ""
214
ed923f9d 215#: ../src/ddns/providers.py:667
4011554b
MT
216msgid "Account has been disabled."
217msgstr ""
218
ed923f9d 219#: ../src/ddns/providers.py:673
4011554b
MT
220msgid "Too many failed requests."
221msgstr ""
222
ed923f9d
MT
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
b3783a55 232msgid "Domain not found."
4011554b
MT
233msgstr ""
234
ed923f9d 235#: ../src/ddns/providers.py:861
b3783a55 236msgid "An invalid IP address was submitted"
4011554b
MT
237msgstr ""
238
ed923f9d 239#: ../src/ddns/providers.py:1015
b3783a55 240msgid "Domain not active."
4011554b
MT
241msgstr ""
242
ed923f9d 243#: ../src/ddns/providers.py:1165
4011554b
MT
244msgid "No Auth details specified."
245msgstr ""
246
ed923f9d 247#: ../src/ddns/providers.py:1187
4011554b
MT
248msgid "Invalid IPv4 address has been sent."
249msgstr ""
250
ed923f9d 251#: ../src/ddns/providers.py:1189
4011554b
MT
252msgid "Invalid IPv6 address has been sent."
253msgstr ""
254
ed923f9d
MT
255#: ../src/ddns/providers.py:1385
256msgid "Invalid hostname specified"
257msgstr ""
258
b3783a55 259#: ../src/ddns/system.py:55
4011554b
MT
260#, python-format
261msgid "Running on distribution: %s"
262msgstr ""
263
b3783a55 264#: ../src/ddns/system.py:153
ba9a8e95
MT
265msgid "Request header:"
266msgstr "Cabecera de la petición:"
267
268#. Log response header.
b3783a55 269#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
4011554b
MT
270#, python-format
271msgid "Response header (Status Code %s):"
272msgstr ""