]> git.ipfire.org Git - ddns.git/blob - po/ar.po
Create database to track updates that have been performed
[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-08-04 14:54+0000\n"
12 "PO-Revision-Date: 2014-06-23 08:45+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:62
24 msgid "Debugging mode enabled"
25 msgstr ""
26
27 #: ../src/ddns/__init__.py:86
28 #, python-format
29 msgid "Loading configuration file %s"
30 msgstr ""
31
32 #: ../src/ddns/__init__.py:146
33 msgid "Found no entries in the configuration file. Exiting."
34 msgstr "لايوجد اي مدخلات ملف الاعدادات. جاري الخروج."
35
36 #: ../src/ddns/__init__.py:157
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:164
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:212
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:117
95 msgid "Request error"
96 msgstr ""
97
98 #: ../src/ddns/errors.py:125
99 msgid "Could not resolve DNS entry"
100 msgstr ""
101
102 #: ../src/ddns/errors.py:132
103 msgid "Service unavailable"
104 msgstr ""
105
106 #: ../src/ddns/errors.py:140
107 msgid "The update could not be performed"
108 msgstr ""
109
110 #: ../src/ddns/providers.py:71
111 msgid "Provider is not properly configured"
112 msgstr ""
113
114 #: ../src/ddns/providers.py:128
115 #, python-format
116 msgid "Updating %s forced"
117 msgstr ""
118
119 #: ../src/ddns/providers.py:132
120 #, fuzzy, python-format
121 msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
122 msgstr "فشل عملية تحديث ال DynDNS لل %(hostname)s (%(provider)s) :"
123
124 #: ../src/ddns/providers.py:139
125 #, python-format
126 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
127 msgstr "نجاح تحديث ال DynDNS لل %(hostname)s (%(provider)s) "
128
129 #: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
130 #: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
131 msgid "No valid FQDN was given."
132 msgstr ""
133
134 #: ../src/ddns/providers.py:222
135 msgid "Specified host does not exist."
136 msgstr ""
137
138 #: ../src/ddns/providers.py:226
139 msgid "DNS error encountered."
140 msgstr ""
141
142 #. If we got here, some other update error happened.
143 #: ../src/ddns/providers.py:229
144 #, python-format
145 msgid "Server response: %s"
146 msgstr ""
147
148 #: ../src/ddns/providers.py:345
149 msgid "Scriptlet:"
150 msgstr ""
151
152 #: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
153 msgid "Invalid hostname specified."
154 msgstr ""
155
156 #: ../src/ddns/providers.py:428
157 msgid "Hostname not marked as a dynamic host."
158 msgstr ""
159
160 #: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
161 #: ../src/ddns/providers.py:658
162 msgid "Invalid IP address has been sent."
163 msgstr ""
164
165 #: ../src/ddns/providers.py:469
166 msgid "No hostname specified."
167 msgstr ""
168
169 #: ../src/ddns/providers.py:478
170 msgid "Account has been disabled."
171 msgstr ""
172
173 #: ../src/ddns/providers.py:484
174 msgid "Too many failed requests."
175 msgstr ""
176
177 #: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
178 msgid "Domain not found."
179 msgstr ""
180
181 #: ../src/ddns/providers.py:609
182 msgid "An invalid IP address was submitted"
183 msgstr ""
184
185 #: ../src/ddns/providers.py:748
186 msgid "Domain not active."
187 msgstr ""
188
189 #: ../src/ddns/providers.py:809
190 msgid "Invalid protocol has been given"
191 msgstr ""
192
193 #: ../src/ddns/providers.py:903
194 msgid "No Auth details specified."
195 msgstr ""
196
197 #: ../src/ddns/providers.py:925
198 msgid "Invalid IPv4 address has been sent."
199 msgstr ""
200
201 #: ../src/ddns/providers.py:927
202 msgid "Invalid IPv6 address has been sent."
203 msgstr ""
204
205 #: ../src/ddns/system.py:55
206 #, python-format
207 msgid "Running on distribution: %s"
208 msgstr ""
209
210 #: ../src/ddns/system.py:153
211 msgid "Request header:"
212 msgstr "طلب العنوان:"
213
214 #. Log response header.
215 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
216 #, python-format
217 msgid "Response header (Status Code %s):"
218 msgstr ""