]> git.ipfire.org Git - oddments/ddns.git/blob - po/es.po
cd7061c33697cb8826f1f368120a905f96c0fecf
[oddments/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-08-04 14:54+0000\n"
12 "PO-Revision-Date: 2014-06-23 08:45+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:62
23 msgid "Debugging mode enabled"
24 msgstr ""
25
26 #: ../src/ddns/__init__.py:86
27 #, python-format
28 msgid "Loading configuration file %s"
29 msgstr ""
30
31 #: ../src/ddns/__init__.py:146
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:157
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:164
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:212
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:117
97 msgid "Request error"
98 msgstr ""
99
100 #: ../src/ddns/errors.py:125
101 msgid "Could not resolve DNS entry"
102 msgstr ""
103
104 #: ../src/ddns/errors.py:132
105 msgid "Service unavailable"
106 msgstr ""
107
108 #: ../src/ddns/errors.py:140
109 msgid "The update could not be performed"
110 msgstr ""
111
112 #: ../src/ddns/providers.py:71
113 msgid "Provider is not properly configured"
114 msgstr ""
115
116 #: ../src/ddns/providers.py:128
117 #, python-format
118 msgid "Updating %s forced"
119 msgstr ""
120
121 #: ../src/ddns/providers.py:132
122 #, fuzzy, python-format
123 msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
124 msgstr ""
125 "La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado."
126
127 #: ../src/ddns/providers.py:139
128 #, python-format
129 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
130 msgstr ""
131 "La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha "
132 "resultado satisfactoria."
133
134 #: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
135 #: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
136 msgid "No valid FQDN was given."
137 msgstr ""
138
139 #: ../src/ddns/providers.py:222
140 msgid "Specified host does not exist."
141 msgstr ""
142
143 #: ../src/ddns/providers.py:226
144 msgid "DNS error encountered."
145 msgstr ""
146
147 #. If we got here, some other update error happened.
148 #: ../src/ddns/providers.py:229
149 #, python-format
150 msgid "Server response: %s"
151 msgstr ""
152
153 #: ../src/ddns/providers.py:345
154 msgid "Scriptlet:"
155 msgstr ""
156
157 #: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
158 msgid "Invalid hostname specified."
159 msgstr ""
160
161 #: ../src/ddns/providers.py:428
162 msgid "Hostname not marked as a dynamic host."
163 msgstr ""
164
165 #: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
166 #: ../src/ddns/providers.py:658
167 msgid "Invalid IP address has been sent."
168 msgstr ""
169
170 #: ../src/ddns/providers.py:469
171 msgid "No hostname specified."
172 msgstr ""
173
174 #: ../src/ddns/providers.py:478
175 msgid "Account has been disabled."
176 msgstr ""
177
178 #: ../src/ddns/providers.py:484
179 msgid "Too many failed requests."
180 msgstr ""
181
182 #: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
183 msgid "Domain not found."
184 msgstr ""
185
186 #: ../src/ddns/providers.py:609
187 msgid "An invalid IP address was submitted"
188 msgstr ""
189
190 #: ../src/ddns/providers.py:748
191 msgid "Domain not active."
192 msgstr ""
193
194 #: ../src/ddns/providers.py:809
195 msgid "Invalid protocol has been given"
196 msgstr ""
197
198 #: ../src/ddns/providers.py:903
199 msgid "No Auth details specified."
200 msgstr ""
201
202 #: ../src/ddns/providers.py:925
203 msgid "Invalid IPv4 address has been sent."
204 msgstr ""
205
206 #: ../src/ddns/providers.py:927
207 msgid "Invalid IPv6 address has been sent."
208 msgstr ""
209
210 #: ../src/ddns/system.py:55
211 #, python-format
212 msgid "Running on distribution: %s"
213 msgstr ""
214
215 #: ../src/ddns/system.py:153
216 msgid "Request header:"
217 msgstr "Cabecera de la petición:"
218
219 #. Log response header.
220 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
221 #, python-format
222 msgid "Response header (Status Code %s):"
223 msgstr ""