]> 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: 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: 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:72
72msgid "The configuration file has errors"
73msgstr ""
74
75#: ../src/ddns/errors.py:79
76msgid "Connection refused"
77msgstr ""
78
79#: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
80msgid "Connection timeout"
81msgstr ""
82
83#: ../src/ddns/errors.py:94
84msgid "The host could not be found in the configuration file"
85msgstr ""
86
87#: ../src/ddns/errors.py:102
88msgid "Internal server error"
89msgstr ""
90
91#: ../src/ddns/errors.py:109
92msgid "Network unreachable"
93msgstr ""
94
95#: ../src/ddns/errors.py:116
96msgid "Not found"
97msgstr ""
98
99#: ../src/ddns/errors.py:124
100msgid "Request error"
101msgstr ""
102
103#: ../src/ddns/errors.py:132
104msgid "Could not resolve DNS entry"
105msgstr ""
106
107#: ../src/ddns/errors.py:139
108msgid "Service unavailable"
109msgstr ""
110
111#: ../src/ddns/errors.py:147
112msgid "The update could not be performed"
113msgstr ""
114
115#: ../src/ddns/providers.py:85
116msgid "Provider is not properly configured"
117msgstr ""
118
119#: ../src/ddns/providers.py:154
120#, python-format
121msgid "Updating %s forced"
122msgstr ""
123
124#: ../src/ddns/providers.py:170
125#, python-format
126msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
127msgstr ""
128"Actualizarea DNS dinamic pentru %(hostname)s (%(provider)s) s-a făcut cu "
129"succes."
130
131#: ../src/ddns/providers.py:194
132#, fuzzy, python-format
133msgid ""
134"An update for %(hostname)s (%(provider)s) is performed because of an IP "
135"address change"
136msgstr ""
137"Actualizare DNS dinamic pentru %(hostname)s (%(provider)s) a generat o "
138"excepție netratată:"
139
140#: ../src/ddns/providers.py:202
141#, fuzzy, python-format
142msgid ""
143"An update for %(hostname)s (%(provider)s) is performed because the holdoff "
144"time has expired"
145msgstr ""
146"Actualizare DNS dinamic pentru %(hostname)s (%(provider)s) a generat o "
147"excepție netratată:"
148
149#. Otherwise, we don't need to perform an update
150#: ../src/ddns/providers.py:209
151#, fuzzy, python-format
152msgid "No update required for %(hostname)s (%(provider)s)"
153msgstr "Eroare actualizare DNS dinamic %(hostname)s (%(provider)s):"
154
155#: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
156#, python-format
157msgid "An update has not been performed because earlier updates failed for %s"
158msgstr ""
159
160#: ../src/ddns/providers.py:230
161msgid "There will be no retries"
162msgstr ""
163
164#: ../src/ddns/providers.py:246
165msgid "Last failure message:"
166msgstr ""
167
168#: ../src/ddns/providers.py:251
169#, python-format
170msgid "Further updates will be withheld until %s"
171msgstr ""
172
173#: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
174#: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
175msgid "No valid FQDN was given."
176msgstr ""
177
178#: ../src/ddns/providers.py:387
179msgid "Specified host does not exist."
180msgstr ""
181
182#: ../src/ddns/providers.py:391
183msgid "DNS error encountered."
184msgstr ""
185
186#. If we got here, some other update error happened.
187#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
188#, python-format
189msgid "Server response: %s"
190msgstr ""
191
192#: ../src/ddns/providers.py:531
193msgid "Scriptlet:"
194msgstr ""
195
196#: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
197msgid "Invalid hostname specified."
198msgstr ""
199
200#: ../src/ddns/providers.py:616
201msgid "Hostname not marked as a dynamic host."
202msgstr ""
203
204#: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
205#: ../src/ddns/providers.py:905
206msgid "Invalid IP address has been sent."
207msgstr ""
208
209#: ../src/ddns/providers.py:658
210msgid "No hostname specified."
211msgstr ""
212
213#: ../src/ddns/providers.py:667
214msgid "Account has been disabled."
215msgstr ""
216
217#: ../src/ddns/providers.py:673
218msgid "Too many failed requests."
219msgstr ""
220
221#: ../src/ddns/providers.py:776
222msgid "Malformed request has been sent."
223msgstr ""
224
225#: ../src/ddns/providers.py:780
226msgid "Too frequent update requests have been sent."
227msgstr ""
228
229#: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
230msgid "Domain not found."
231msgstr ""
232
233#: ../src/ddns/providers.py:861
234msgid "An invalid IP address was submitted"
235msgstr ""
236
237#: ../src/ddns/providers.py:1015
238msgid "Domain not active."
239msgstr ""
240
241#: ../src/ddns/providers.py:1165
242msgid "No Auth details specified."
243msgstr ""
244
245#: ../src/ddns/providers.py:1187
246msgid "Invalid IPv4 address has been sent."
247msgstr ""
248
249#: ../src/ddns/providers.py:1189
250msgid "Invalid IPv6 address has been sent."
251msgstr ""
252
253#: ../src/ddns/providers.py:1385
254msgid "Invalid hostname specified"
255msgstr ""
256
257#: ../src/ddns/system.py:55
258#, python-format
259msgid "Running on distribution: %s"
260msgstr ""
261
262#: ../src/ddns/system.py:153
263msgid "Request header:"
264msgstr "Cerere header:"
265
266#. Log response header.
267#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
268#, python-format
269msgid "Response header (Status Code %s):"
270msgstr ""