]> git.ipfire.org Git - ddns.git/blame_incremental - po/ar.po
chore: add provider and sample configuration for infomaniak.ch
[ddns.git] / po / ar.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# Jasem Elayeb <j.elayeb@itech.ly>, 2014
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: Arabic (http://www.transifex.com/projects/p/ipfire/language/"
15"ar/)\n"
16"Language: ar\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=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
21"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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 "لايوجد اي مدخلات ملف الاعدادات. جاري الخروج."
35
36#: ../src/ddns/__init__.py:167
37#, python-format
38msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
39msgstr "فشل عملية تحديث ال DynDNS لل %(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"تحديث الDyndDNS لل %(hostname)s (%(provider)s) انتجت استثناء غير معالج:"
48
49#: ../src/ddns/errors.py:29
50msgid "Error"
51msgstr ""
52
53#: ../src/ddns/errors.py:39
54msgid "Network error"
55msgstr ""
56
57#: ../src/ddns/errors.py:47
58msgid ""
59"The server denied processing the request because account abuse is suspected"
60msgstr ""
61
62#: ../src/ddns/errors.py:55
63msgid "Authentication against the server has failed"
64msgstr ""
65
66#: ../src/ddns/errors.py:64
67msgid "The server denies any updates from this client"
68msgstr ""
69
70#: ../src/ddns/errors.py:71
71msgid "Invalid certificate"
72msgstr ""
73
74#: ../src/ddns/errors.py:79
75msgid "The configuration file has errors"
76msgstr ""
77
78#: ../src/ddns/errors.py:86
79msgid "Connection refused"
80msgstr ""
81
82#: ../src/ddns/errors.py:93 ../src/ddns/system.py:240
83msgid "Connection timeout"
84msgstr ""
85
86#: ../src/ddns/errors.py:101
87msgid "The host could not be found in the configuration file"
88msgstr ""
89
90#: ../src/ddns/errors.py:109
91msgid "Internal server error"
92msgstr ""
93
94#: ../src/ddns/errors.py:116
95msgid "Network unreachable"
96msgstr ""
97
98#: ../src/ddns/errors.py:123
99msgid "No route to host"
100msgstr ""
101
102#: ../src/ddns/errors.py:130
103msgid "Not found"
104msgstr ""
105
106#: ../src/ddns/errors.py:138
107msgid "Request error"
108msgstr ""
109
110#: ../src/ddns/errors.py:146
111msgid "Could not resolve DNS entry"
112msgstr ""
113
114#: ../src/ddns/errors.py:154
115msgid "SSL negotiation error"
116msgstr ""
117
118#: ../src/ddns/errors.py:161
119msgid "Service unavailable"
120msgstr ""
121
122#: ../src/ddns/errors.py:169
123msgid "The update could not be performed"
124msgstr ""
125
126#: ../src/ddns/providers.py:85
127msgid "Provider is not properly configured"
128msgstr ""
129
130#: ../src/ddns/providers.py:154
131#, python-format
132msgid "Updating %s forced"
133msgstr ""
134
135#: ../src/ddns/providers.py:179
136#, python-format
137msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
138msgstr "نجاح تحديث ال DynDNS لل %(hostname)s (%(provider)s) "
139
140#: ../src/ddns/providers.py:203
141#, python-format
142msgid ""
143"An update for %(hostname)s (%(provider)s) is performed because of an IP "
144"address change"
145msgstr ""
146
147#: ../src/ddns/providers.py:211
148#, python-format
149msgid ""
150"An update for %(hostname)s (%(provider)s) is performed because the holdoff "
151"time has expired"
152msgstr ""
153
154#. Otherwise, we don't need to perform an update
155#: ../src/ddns/providers.py:218
156#, python-format
157msgid "No update required for %(hostname)s (%(provider)s)"
158msgstr ""
159
160#: ../src/ddns/providers.py:237 ../src/ddns/providers.py:251
161#, python-format
162msgid "An update has not been performed because earlier updates failed for %s"
163msgstr ""
164
165#: ../src/ddns/providers.py:239
166msgid "There will be no retries"
167msgstr ""
168
169#: ../src/ddns/providers.py:255
170msgid "Last failure message:"
171msgstr ""
172
173#: ../src/ddns/providers.py:260
174#, python-format
175msgid "Further updates will be withheld until %s"
176msgstr ""
177
178#: ../src/ddns/providers.py:394 ../src/ddns/providers.py:668
179#: ../src/ddns/providers.py:752 ../src/ddns/providers.py:1419
180#: ../src/ddns/providers.py:1589
181msgid "No valid FQDN was given"
182msgstr ""
183
184#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:670
185#: ../src/ddns/providers.py:1636
186msgid "Specified host does not exist"
187msgstr ""
188
189#: ../src/ddns/providers.py:400 ../src/ddns/providers.py:674
190msgid "DNS error encountered"
191msgstr ""
192
193#. If we got here, some other update error happened.
194#: ../src/ddns/providers.py:405 ../src/ddns/providers.py:586
195#: ../src/ddns/providers.py:973 ../src/ddns/providers.py:1642
196#, python-format
197msgid "Server response: %s"
198msgstr ""
199
200#: ../src/ddns/providers.py:540
201msgid "Scriptlet:"
202msgstr ""
203
204#: ../src/ddns/providers.py:577
205msgid "Domain not found."
206msgstr ""
207
208#: ../src/ddns/providers.py:676
209msgid "Account disabled or locked"
210msgstr ""
211
212#: ../src/ddns/providers.py:754 ../src/ddns/providers.py:801
213#: ../src/ddns/providers.py:1682
214msgid "Invalid hostname specified"
215msgstr ""
216
217#: ../src/ddns/providers.py:756
218msgid "Hostname not marked as a dynamic host"
219msgstr ""
220
221#: ../src/ddns/providers.py:758 ../src/ddns/providers.py:810
222#: ../src/ddns/providers.py:1093
223msgid "Invalid IP address has been sent"
224msgstr ""
225
226#: ../src/ddns/providers.py:798
227msgid "No hostname specified"
228msgstr ""
229
230#: ../src/ddns/providers.py:807
231msgid "Account has been disabled"
232msgstr ""
233
234#: ../src/ddns/providers.py:813
235msgid "Too many failed requests"
236msgstr ""
237
238#: ../src/ddns/providers.py:908
239msgid "Dynamic DNS is not turned on for this domain"
240msgstr ""
241
242#: ../src/ddns/providers.py:911
243msgid "Invalid data has been sent"
244msgstr ""
245
246#: ../src/ddns/providers.py:914 ../src/ddns/providers.py:968
247#: ../src/ddns/providers.py:1591
248msgid "Too frequent update requests have been sent"
249msgstr ""
250
251#: ../src/ddns/providers.py:964
252msgid "Malformed request has been sent"
253msgstr ""
254
255#: ../src/ddns/providers.py:1014 ../src/ddns/providers.py:1241
256msgid "Domain not found"
257msgstr ""
258
259#: ../src/ddns/providers.py:1049
260msgid "An invalid IP address was submitted"
261msgstr ""
262
263#: ../src/ddns/providers.py:1243
264msgid "Domain not active"
265msgstr ""
266
267#: ../src/ddns/providers.py:1393
268msgid "No Auth details specified"
269msgstr ""
270
271#: ../src/ddns/providers.py:1415
272msgid "Invalid IPv4 address has been sent"
273msgstr ""
274
275#: ../src/ddns/providers.py:1417
276msgid "Invalid IPv6 address has been sent"
277msgstr ""
278
279#: ../src/ddns/providers.py:1630
280msgid "Account has been suspended"
281msgstr ""
282
283#: ../src/ddns/providers.py:1633
284msgid "Account has been revoked"
285msgstr ""
286
287#: ../src/ddns/system.py:56
288#, python-format
289msgid "Running on distribution: %s"
290msgstr ""
291
292#: ../src/ddns/system.py:161
293msgid "Request header:"
294msgstr "طلب العنوان:"
295
296#. Log response header.
297#: ../src/ddns/system.py:169 ../src/ddns/system.py:178
298#, python-format
299msgid "Response header (Status Code %s):"
300msgstr ""
301
302#: ../src/ddns/system.py:298
303msgid "Falling back to check the IP address with help of a public server"
304msgstr ""