]> git.ipfire.org Git - oddments/ddns.git/blob - po/ar.po
Update translations
[oddments/ddns.git] / po / ar.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 # Jasem Elayeb <j.elayeb@itech.ly>, 2014
7 msgid ""
8 msgstr ""
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: 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
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 "لايوجد اي مدخلات ملف الاعدادات. جاري الخروج."
35
36 #: ../src/ddns/__init__.py:167
37 #, python-format
38 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
39 msgstr "فشل عملية تحديث ال DynDNS لل %(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 "تحديث الDyndDNS لل %(hostname)s (%(provider)s) انتجت استثناء غير معالج:"
48
49 #: ../src/ddns/errors.py:29
50 msgid "Error"
51 msgstr ""
52
53 #: ../src/ddns/errors.py:39
54 msgid "Network error"
55 msgstr ""
56
57 #: ../src/ddns/errors.py:47
58 msgid ""
59 "The server denied processing the request because account abuse is suspected"
60 msgstr ""
61
62 #: ../src/ddns/errors.py:55
63 msgid "Authentication against the server has failed"
64 msgstr ""
65
66 #: ../src/ddns/errors.py:64
67 msgid "The server denies any updates from this client"
68 msgstr ""
69
70 #: ../src/ddns/errors.py:72
71 msgid "The configuration file has errors"
72 msgstr ""
73
74 #: ../src/ddns/errors.py:79
75 msgid "Connection refused"
76 msgstr ""
77
78 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
79 msgid "Connection timeout"
80 msgstr ""
81
82 #: ../src/ddns/errors.py:94
83 msgid "The host could not be found in the configuration file"
84 msgstr ""
85
86 #: ../src/ddns/errors.py:102
87 msgid "Internal server error"
88 msgstr ""
89
90 #: ../src/ddns/errors.py:109
91 msgid "Network unreachable"
92 msgstr ""
93
94 #: ../src/ddns/errors.py:116
95 msgid "Not found"
96 msgstr ""
97
98 #: ../src/ddns/errors.py:124
99 msgid "Request error"
100 msgstr ""
101
102 #: ../src/ddns/errors.py:132
103 msgid "Could not resolve DNS entry"
104 msgstr ""
105
106 #: ../src/ddns/errors.py:139
107 msgid "Service unavailable"
108 msgstr ""
109
110 #: ../src/ddns/errors.py:147
111 msgid "The update could not be performed"
112 msgstr ""
113
114 #: ../src/ddns/providers.py:85
115 msgid "Provider is not properly configured"
116 msgstr ""
117
118 #: ../src/ddns/providers.py:154
119 #, python-format
120 msgid "Updating %s forced"
121 msgstr ""
122
123 #: ../src/ddns/providers.py:170
124 #, python-format
125 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
126 msgstr "نجاح تحديث ال DynDNS لل %(hostname)s (%(provider)s) "
127
128 #: ../src/ddns/providers.py:194
129 #, fuzzy, python-format
130 msgid ""
131 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
132 "address change"
133 msgstr ""
134 "تحديث الDyndDNS لل %(hostname)s (%(provider)s) انتجت استثناء غير معالج:"
135
136 #: ../src/ddns/providers.py:202
137 #, fuzzy, python-format
138 msgid ""
139 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
140 "time has expired"
141 msgstr ""
142 "تحديث الDyndDNS لل %(hostname)s (%(provider)s) انتجت استثناء غير معالج:"
143
144 #. Otherwise, we don't need to perform an update
145 #: ../src/ddns/providers.py:209
146 #, fuzzy, python-format
147 msgid "No update required for %(hostname)s (%(provider)s)"
148 msgstr "فشل عملية تحديث ال DynDNS لل %(hostname)s (%(provider)s) :"
149
150 #: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
151 #, python-format
152 msgid "An update has not been performed because earlier updates failed for %s"
153 msgstr ""
154
155 #: ../src/ddns/providers.py:230
156 msgid "There will be no retries"
157 msgstr ""
158
159 #: ../src/ddns/providers.py:246
160 msgid "Last failure message:"
161 msgstr ""
162
163 #: ../src/ddns/providers.py:251
164 #, python-format
165 msgid "Further updates will be withheld until %s"
166 msgstr ""
167
168 #: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
169 #: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
170 msgid "No valid FQDN was given."
171 msgstr ""
172
173 #: ../src/ddns/providers.py:387
174 msgid "Specified host does not exist."
175 msgstr ""
176
177 #: ../src/ddns/providers.py:391
178 msgid "DNS error encountered."
179 msgstr ""
180
181 #. If we got here, some other update error happened.
182 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
183 #, python-format
184 msgid "Server response: %s"
185 msgstr ""
186
187 #: ../src/ddns/providers.py:531
188 msgid "Scriptlet:"
189 msgstr ""
190
191 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
192 msgid "Invalid hostname specified."
193 msgstr ""
194
195 #: ../src/ddns/providers.py:616
196 msgid "Hostname not marked as a dynamic host."
197 msgstr ""
198
199 #: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
200 #: ../src/ddns/providers.py:905
201 msgid "Invalid IP address has been sent."
202 msgstr ""
203
204 #: ../src/ddns/providers.py:658
205 msgid "No hostname specified."
206 msgstr ""
207
208 #: ../src/ddns/providers.py:667
209 msgid "Account has been disabled."
210 msgstr ""
211
212 #: ../src/ddns/providers.py:673
213 msgid "Too many failed requests."
214 msgstr ""
215
216 #: ../src/ddns/providers.py:776
217 msgid "Malformed request has been sent."
218 msgstr ""
219
220 #: ../src/ddns/providers.py:780
221 msgid "Too frequent update requests have been sent."
222 msgstr ""
223
224 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
225 msgid "Domain not found."
226 msgstr ""
227
228 #: ../src/ddns/providers.py:861
229 msgid "An invalid IP address was submitted"
230 msgstr ""
231
232 #: ../src/ddns/providers.py:1015
233 msgid "Domain not active."
234 msgstr ""
235
236 #: ../src/ddns/providers.py:1165
237 msgid "No Auth details specified."
238 msgstr ""
239
240 #: ../src/ddns/providers.py:1187
241 msgid "Invalid IPv4 address has been sent."
242 msgstr ""
243
244 #: ../src/ddns/providers.py:1189
245 msgid "Invalid IPv6 address has been sent."
246 msgstr ""
247
248 #: ../src/ddns/providers.py:1385
249 msgid "Invalid hostname specified"
250 msgstr ""
251
252 #: ../src/ddns/system.py:55
253 #, python-format
254 msgid "Running on distribution: %s"
255 msgstr ""
256
257 #: ../src/ddns/system.py:153
258 msgid "Request header:"
259 msgstr "طلب العنوان:"
260
261 #. Log response header.
262 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
263 #, python-format
264 msgid "Response header (Status Code %s):"
265 msgstr ""