]> git.ipfire.org Git - people/ms/ddns.git/blob - po/sq.po
f171c460a9ef1515ba1c5bc7220db23eba22c86b
[people/ms/ddns.git] / po / sq.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 # Ardit Dani <ardit.dani@gmail.com>, 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: Albanian (http://www.transifex.com/projects/p/ipfire/language/"
15 "sq/)\n"
16 "Language: sq\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=2; plural=(n != 1);\n"
21
22 #: ../src/ddns/__init__.py:63
23 msgid "Debugging mode enabled"
24 msgstr ""
25
26 #: ../src/ddns/__init__.py:90
27 #, python-format
28 msgid "Loading configuration file %s"
29 msgstr ""
30
31 #: ../src/ddns/__init__.py:156
32 msgid "Found no entries in the configuration file. Exiting."
33 msgstr "Nuk gjeti asnjë hyrje në skedarin e konfigurimit. Dalje."
34
35 #: ../src/ddns/__init__.py:167
36 #, python-format
37 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38 msgstr "Azhornimi dinamik i DNS për %(hostname)s(%(provider)s) dështoj:"
39
40 #: ../src/ddns/__init__.py:174
41 #, python-format
42 msgid ""
43 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
44 "exception:"
45 msgstr ""
46 "Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) holli një përjashtim "
47 "të pambajtur:"
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 "Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) me sukses"
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 "Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) holli një përjashtim "
135 "të pambajtur:"
136
137 #: ../src/ddns/providers.py:202
138 #, fuzzy, python-format
139 msgid ""
140 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
141 "time has expired"
142 msgstr ""
143 "Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) holli një përjashtim "
144 "të pambajtur:"
145
146 #. Otherwise, we don't need to perform an update
147 #: ../src/ddns/providers.py:209
148 #, fuzzy, python-format
149 msgid "No update required for %(hostname)s (%(provider)s)"
150 msgstr "Azhornimi dinamik i DNS për %(hostname)s(%(provider)s) dështoj:"
151
152 #: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
153 #, python-format
154 msgid "An update has not been performed because earlier updates failed for %s"
155 msgstr ""
156
157 #: ../src/ddns/providers.py:230
158 msgid "There will be no retries"
159 msgstr ""
160
161 #: ../src/ddns/providers.py:246
162 msgid "Last failure message:"
163 msgstr ""
164
165 #: ../src/ddns/providers.py:251
166 #, python-format
167 msgid "Further updates will be withheld until %s"
168 msgstr ""
169
170 #: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
171 #: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
172 msgid "No valid FQDN was given."
173 msgstr ""
174
175 #: ../src/ddns/providers.py:387
176 msgid "Specified host does not exist."
177 msgstr ""
178
179 #: ../src/ddns/providers.py:391
180 msgid "DNS error encountered."
181 msgstr ""
182
183 #. If we got here, some other update error happened.
184 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
185 #, python-format
186 msgid "Server response: %s"
187 msgstr ""
188
189 #: ../src/ddns/providers.py:531
190 msgid "Scriptlet:"
191 msgstr ""
192
193 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
194 msgid "Invalid hostname specified."
195 msgstr ""
196
197 #: ../src/ddns/providers.py:616
198 msgid "Hostname not marked as a dynamic host."
199 msgstr ""
200
201 #: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
202 #: ../src/ddns/providers.py:905
203 msgid "Invalid IP address has been sent."
204 msgstr ""
205
206 #: ../src/ddns/providers.py:658
207 msgid "No hostname specified."
208 msgstr ""
209
210 #: ../src/ddns/providers.py:667
211 msgid "Account has been disabled."
212 msgstr ""
213
214 #: ../src/ddns/providers.py:673
215 msgid "Too many failed requests."
216 msgstr ""
217
218 #: ../src/ddns/providers.py:776
219 msgid "Malformed request has been sent."
220 msgstr ""
221
222 #: ../src/ddns/providers.py:780
223 msgid "Too frequent update requests have been sent."
224 msgstr ""
225
226 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
227 msgid "Domain not found."
228 msgstr ""
229
230 #: ../src/ddns/providers.py:861
231 msgid "An invalid IP address was submitted"
232 msgstr ""
233
234 #: ../src/ddns/providers.py:1015
235 msgid "Domain not active."
236 msgstr ""
237
238 #: ../src/ddns/providers.py:1165
239 msgid "No Auth details specified."
240 msgstr ""
241
242 #: ../src/ddns/providers.py:1187
243 msgid "Invalid IPv4 address has been sent."
244 msgstr ""
245
246 #: ../src/ddns/providers.py:1189
247 msgid "Invalid IPv6 address has been sent."
248 msgstr ""
249
250 #: ../src/ddns/providers.py:1385
251 msgid "Invalid hostname specified"
252 msgstr ""
253
254 #: ../src/ddns/system.py:55
255 #, python-format
256 msgid "Running on distribution: %s"
257 msgstr ""
258
259 #: ../src/ddns/system.py:153
260 msgid "Request header:"
261 msgstr "Kërkesë koke:"
262
263 #. Log response header.
264 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
265 #, python-format
266 msgid "Response header (Status Code %s):"
267 msgstr ""