]> git.ipfire.org Git - oddments/ddns.git/blob - po/pt_PT.po
4b74535595e18757c44f871d7256119710941699
[oddments/ddns.git] / po / pt_PT.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 msgid ""
7 msgstr ""
8 "Project-Id-Version: IPFire Project\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2016-05-07 12:54+0100\n"
11 "PO-Revision-Date: 2014-09-30 12:28+0000\n"
12 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
13 "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/"
14 "ipfire/language/pt_PT/)\n"
15 "Language: pt_PT\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21 #: ../src/ddns/__init__.py:63
22 msgid "Debugging mode enabled"
23 msgstr ""
24
25 #: ../src/ddns/__init__.py:90
26 #, python-format
27 msgid "Loading configuration file %s"
28 msgstr ""
29
30 #: ../src/ddns/__init__.py:156
31 msgid "Found no entries in the configuration file. Exiting."
32 msgstr ""
33
34 #: ../src/ddns/__init__.py:167
35 #, python-format
36 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
37 msgstr ""
38
39 #: ../src/ddns/__init__.py:174
40 #, python-format
41 msgid ""
42 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
43 "exception:"
44 msgstr ""
45
46 #: ../src/ddns/errors.py:29
47 msgid "Error"
48 msgstr ""
49
50 #: ../src/ddns/errors.py:39
51 msgid "Network error"
52 msgstr ""
53
54 #: ../src/ddns/errors.py:47
55 msgid ""
56 "The server denied processing the request because account abuse is suspected"
57 msgstr ""
58
59 #: ../src/ddns/errors.py:55
60 msgid "Authentication against the server has failed"
61 msgstr ""
62
63 #: ../src/ddns/errors.py:64
64 msgid "The server denies any updates from this client"
65 msgstr ""
66
67 #: ../src/ddns/errors.py:71
68 msgid "Invalid certificate"
69 msgstr ""
70
71 #: ../src/ddns/errors.py:79
72 msgid "The configuration file has errors"
73 msgstr ""
74
75 #: ../src/ddns/errors.py:86
76 msgid "Connection refused"
77 msgstr ""
78
79 #: ../src/ddns/errors.py:93 ../src/ddns/system.py:240
80 msgid "Connection timeout"
81 msgstr ""
82
83 #: ../src/ddns/errors.py:101
84 msgid "The host could not be found in the configuration file"
85 msgstr ""
86
87 #: ../src/ddns/errors.py:109
88 msgid "Internal server error"
89 msgstr ""
90
91 #: ../src/ddns/errors.py:116
92 msgid "Network unreachable"
93 msgstr ""
94
95 #: ../src/ddns/errors.py:123
96 msgid "No route to host"
97 msgstr ""
98
99 #: ../src/ddns/errors.py:130
100 msgid "Not found"
101 msgstr ""
102
103 #: ../src/ddns/errors.py:138
104 msgid "Request error"
105 msgstr ""
106
107 #: ../src/ddns/errors.py:146
108 msgid "Could not resolve DNS entry"
109 msgstr ""
110
111 #: ../src/ddns/errors.py:154
112 msgid "SSL negotiation error"
113 msgstr ""
114
115 #: ../src/ddns/errors.py:161
116 msgid "Service unavailable"
117 msgstr ""
118
119 #: ../src/ddns/errors.py:169
120 msgid "The update could not be performed"
121 msgstr ""
122
123 #: ../src/ddns/providers.py:85
124 msgid "Provider is not properly configured"
125 msgstr ""
126
127 #: ../src/ddns/providers.py:154
128 #, python-format
129 msgid "Updating %s forced"
130 msgstr ""
131
132 #: ../src/ddns/providers.py:179
133 #, python-format
134 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
135 msgstr ""
136
137 #: ../src/ddns/providers.py:203
138 #, python-format
139 msgid ""
140 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
141 "address change"
142 msgstr ""
143
144 #: ../src/ddns/providers.py:211
145 #, python-format
146 msgid ""
147 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
148 "time has expired"
149 msgstr ""
150
151 #. Otherwise, we don't need to perform an update
152 #: ../src/ddns/providers.py:218
153 #, python-format
154 msgid "No update required for %(hostname)s (%(provider)s)"
155 msgstr ""
156
157 #: ../src/ddns/providers.py:237 ../src/ddns/providers.py:251
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:239
163 msgid "There will be no retries"
164 msgstr ""
165
166 #: ../src/ddns/providers.py:255
167 msgid "Last failure message:"
168 msgstr ""
169
170 #: ../src/ddns/providers.py:260
171 #, python-format
172 msgid "Further updates will be withheld until %s"
173 msgstr ""
174
175 #: ../src/ddns/providers.py:394 ../src/ddns/providers.py:668
176 #: ../src/ddns/providers.py:752 ../src/ddns/providers.py:1419
177 #: ../src/ddns/providers.py:1589
178 msgid "No valid FQDN was given"
179 msgstr ""
180
181 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:670
182 #: ../src/ddns/providers.py:1636
183 msgid "Specified host does not exist"
184 msgstr ""
185
186 #: ../src/ddns/providers.py:400 ../src/ddns/providers.py:674
187 msgid "DNS error encountered"
188 msgstr ""
189
190 #. If we got here, some other update error happened.
191 #: ../src/ddns/providers.py:405 ../src/ddns/providers.py:586
192 #: ../src/ddns/providers.py:973 ../src/ddns/providers.py:1642
193 #, python-format
194 msgid "Server response: %s"
195 msgstr ""
196
197 #: ../src/ddns/providers.py:540
198 msgid "Scriptlet:"
199 msgstr ""
200
201 #: ../src/ddns/providers.py:577
202 msgid "Domain not found."
203 msgstr ""
204
205 #: ../src/ddns/providers.py:676
206 msgid "Account disabled or locked"
207 msgstr ""
208
209 #: ../src/ddns/providers.py:754 ../src/ddns/providers.py:801
210 #: ../src/ddns/providers.py:1682
211 msgid "Invalid hostname specified"
212 msgstr ""
213
214 #: ../src/ddns/providers.py:756
215 msgid "Hostname not marked as a dynamic host"
216 msgstr ""
217
218 #: ../src/ddns/providers.py:758 ../src/ddns/providers.py:810
219 #: ../src/ddns/providers.py:1093
220 msgid "Invalid IP address has been sent"
221 msgstr ""
222
223 #: ../src/ddns/providers.py:798
224 msgid "No hostname specified"
225 msgstr ""
226
227 #: ../src/ddns/providers.py:807
228 msgid "Account has been disabled"
229 msgstr ""
230
231 #: ../src/ddns/providers.py:813
232 msgid "Too many failed requests"
233 msgstr ""
234
235 #: ../src/ddns/providers.py:908
236 msgid "Dynamic DNS is not turned on for this domain"
237 msgstr ""
238
239 #: ../src/ddns/providers.py:911
240 msgid "Invalid data has been sent"
241 msgstr ""
242
243 #: ../src/ddns/providers.py:914 ../src/ddns/providers.py:968
244 #: ../src/ddns/providers.py:1591
245 msgid "Too frequent update requests have been sent"
246 msgstr ""
247
248 #: ../src/ddns/providers.py:964
249 msgid "Malformed request has been sent"
250 msgstr ""
251
252 #: ../src/ddns/providers.py:1014 ../src/ddns/providers.py:1241
253 msgid "Domain not found"
254 msgstr ""
255
256 #: ../src/ddns/providers.py:1049
257 msgid "An invalid IP address was submitted"
258 msgstr ""
259
260 #: ../src/ddns/providers.py:1243
261 msgid "Domain not active"
262 msgstr ""
263
264 #: ../src/ddns/providers.py:1393
265 msgid "No Auth details specified"
266 msgstr ""
267
268 #: ../src/ddns/providers.py:1415
269 msgid "Invalid IPv4 address has been sent"
270 msgstr ""
271
272 #: ../src/ddns/providers.py:1417
273 msgid "Invalid IPv6 address has been sent"
274 msgstr ""
275
276 #: ../src/ddns/providers.py:1630
277 msgid "Account has been suspended"
278 msgstr ""
279
280 #: ../src/ddns/providers.py:1633
281 msgid "Account has been revoked"
282 msgstr ""
283
284 #: ../src/ddns/system.py:56
285 #, python-format
286 msgid "Running on distribution: %s"
287 msgstr ""
288
289 #: ../src/ddns/system.py:161
290 msgid "Request header:"
291 msgstr ""
292
293 #. Log response header.
294 #: ../src/ddns/system.py:169 ../src/ddns/system.py:178
295 #, python-format
296 msgid "Response header (Status Code %s):"
297 msgstr ""
298
299 #: ../src/ddns/system.py:298
300 msgid "Falling back to check the IP address with help of a public server"
301 msgstr ""