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