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