]> git.ipfire.org Git - ddns.git/blob - po/es.po
Update translations
[ddns.git] / po / es.po
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 msgid ""
8 msgstr ""
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
23 msgid "Debugging mode enabled"
24 msgstr ""
25
26 #: ../src/ddns/__init__.py:90
27 #, python-format
28 msgid "Loading configuration file %s"
29 msgstr ""
30
31 #: ../src/ddns/__init__.py:156
32 msgid "Found no entries in the configuration file. Exiting."
33 msgstr ""
34 "No se han encontrado entradas en el fichero de configuración. Saliendo."
35
36 #: ../src/ddns/__init__.py:167
37 #, python-format
38 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
39 msgstr ""
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
44 msgid ""
45 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
46 "exception:"
47 msgstr ""
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
52 msgid "Error"
53 msgstr ""
54
55 #: ../src/ddns/errors.py:39
56 msgid "Network error"
57 msgstr ""
58
59 #: ../src/ddns/errors.py:47
60 msgid ""
61 "The server denied processing the request because account abuse is suspected"
62 msgstr ""
63
64 #: ../src/ddns/errors.py:55
65 msgid "Authentication against the server has failed"
66 msgstr ""
67
68 #: ../src/ddns/errors.py:64
69 msgid "The server denies any updates from this client"
70 msgstr ""
71
72 #: ../src/ddns/errors.py:72
73 msgid "The configuration file has errors"
74 msgstr ""
75
76 #: ../src/ddns/errors.py:79
77 msgid "Connection refused"
78 msgstr ""
79
80 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
81 msgid "Connection timeout"
82 msgstr ""
83
84 #: ../src/ddns/errors.py:94
85 msgid "The host could not be found in the configuration file"
86 msgstr ""
87
88 #: ../src/ddns/errors.py:102
89 msgid "Internal server error"
90 msgstr ""
91
92 #: ../src/ddns/errors.py:109
93 msgid "Network unreachable"
94 msgstr ""
95
96 #: ../src/ddns/errors.py:116
97 msgid "Not found"
98 msgstr ""
99
100 #: ../src/ddns/errors.py:124
101 msgid "Request error"
102 msgstr ""
103
104 #: ../src/ddns/errors.py:132
105 msgid "Could not resolve DNS entry"
106 msgstr ""
107
108 #: ../src/ddns/errors.py:139
109 msgid "Service unavailable"
110 msgstr ""
111
112 #: ../src/ddns/errors.py:147
113 msgid "The update could not be performed"
114 msgstr ""
115
116 #: ../src/ddns/providers.py:85
117 msgid "Provider is not properly configured"
118 msgstr ""
119
120 #: ../src/ddns/providers.py:154
121 #, python-format
122 msgid "Updating %s forced"
123 msgstr ""
124
125 #: ../src/ddns/providers.py:170
126 #, python-format
127 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
128 msgstr ""
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
134 msgid ""
135 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
136 "address change"
137 msgstr ""
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
143 msgid ""
144 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
145 "time has expired"
146 msgstr ""
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
153 msgid "No update required for %(hostname)s (%(provider)s)"
154 msgstr ""
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
159 msgid "An update has not been performed because earlier updates failed for %s"
160 msgstr ""
161
162 #: ../src/ddns/providers.py:230
163 msgid "There will be no retries"
164 msgstr ""
165
166 #: ../src/ddns/providers.py:246
167 msgid "Last failure message:"
168 msgstr ""
169
170 #: ../src/ddns/providers.py:251
171 #, python-format
172 msgid "Further updates will be withheld until %s"
173 msgstr ""
174
175 #: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
176 #: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
177 msgid "No valid FQDN was given."
178 msgstr ""
179
180 #: ../src/ddns/providers.py:387
181 msgid "Specified host does not exist."
182 msgstr ""
183
184 #: ../src/ddns/providers.py:391
185 msgid "DNS error encountered."
186 msgstr ""
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
191 msgid "Server response: %s"
192 msgstr ""
193
194 #: ../src/ddns/providers.py:531
195 msgid "Scriptlet:"
196 msgstr ""
197
198 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
199 msgid "Invalid hostname specified."
200 msgstr ""
201
202 #: ../src/ddns/providers.py:616
203 msgid "Hostname not marked as a dynamic host."
204 msgstr ""
205
206 #: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
207 #: ../src/ddns/providers.py:905
208 msgid "Invalid IP address has been sent."
209 msgstr ""
210
211 #: ../src/ddns/providers.py:658
212 msgid "No hostname specified."
213 msgstr ""
214
215 #: ../src/ddns/providers.py:667
216 msgid "Account has been disabled."
217 msgstr ""
218
219 #: ../src/ddns/providers.py:673
220 msgid "Too many failed requests."
221 msgstr ""
222
223 #: ../src/ddns/providers.py:776
224 msgid "Malformed request has been sent."
225 msgstr ""
226
227 #: ../src/ddns/providers.py:780
228 msgid "Too frequent update requests have been sent."
229 msgstr ""
230
231 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
232 msgid "Domain not found."
233 msgstr ""
234
235 #: ../src/ddns/providers.py:861
236 msgid "An invalid IP address was submitted"
237 msgstr ""
238
239 #: ../src/ddns/providers.py:1015
240 msgid "Domain not active."
241 msgstr ""
242
243 #: ../src/ddns/providers.py:1165
244 msgid "No Auth details specified."
245 msgstr ""
246
247 #: ../src/ddns/providers.py:1187
248 msgid "Invalid IPv4 address has been sent."
249 msgstr ""
250
251 #: ../src/ddns/providers.py:1189
252 msgid "Invalid IPv6 address has been sent."
253 msgstr ""
254
255 #: ../src/ddns/providers.py:1385
256 msgid "Invalid hostname specified"
257 msgstr ""
258
259 #: ../src/ddns/system.py:55
260 #, python-format
261 msgid "Running on distribution: %s"
262 msgstr ""
263
264 #: ../src/ddns/system.py:153
265 msgid "Request header:"
266 msgstr "Cabecera de la petición:"
267
268 #. Log response header.
269 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
270 #, python-format
271 msgid "Response header (Status Code %s):"
272 msgstr ""