]> git.ipfire.org Git - ddns.git/blame_incremental - po/tr.po
Merge remote-tracking branch 'stevee/fixes'
[ddns.git] / po / tr.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# Ersan YILDIRIM <yakazan@gmail.com>, 2014
7msgid ""
8msgstr ""
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: Turkish (http://www.transifex.com/projects/p/ipfire/language/"
15"tr/)\n"
16"Language: tr\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:62
23msgid "Debugging mode enabled"
24msgstr ""
25
26#: ../src/ddns/__init__.py:86
27#, python-format
28msgid "Loading configuration file %s"
29msgstr ""
30
31#: ../src/ddns/__init__.py:146
32msgid "Found no entries in the configuration file. Exiting."
33msgstr "Yapılandırma dosyasında hiçbir girdi bulunamadı. Çıkılıyor."
34
35#: ../src/ddns/__init__.py:157
36#, python-format
37msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38msgstr ""
39"%(hostname)s (%(provider)s) için dinami DNS güncelleştirmesi başarısız oldu."
40
41#: ../src/ddns/__init__.py:164
42#, python-format
43msgid ""
44"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
45"exception:"
46msgstr ""
47"%(hostname)s (%(provider)s) dinamik DNS işlenmesinde özel bir durum oluştu:"
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:72
71msgid "The configuration file has errors"
72msgstr ""
73
74#: ../src/ddns/errors.py:79
75msgid "Connection refused"
76msgstr ""
77
78#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
79msgid "Connection timeout"
80msgstr ""
81
82#: ../src/ddns/errors.py:94
83msgid "The host could not be found in the configuration file"
84msgstr ""
85
86#: ../src/ddns/errors.py:102
87msgid "Internal server error"
88msgstr ""
89
90#: ../src/ddns/errors.py:109
91msgid "Network unreachable"
92msgstr ""
93
94#: ../src/ddns/errors.py:117
95msgid "Request error"
96msgstr ""
97
98#: ../src/ddns/errors.py:125
99msgid "Could not resolve DNS entry"
100msgstr ""
101
102#: ../src/ddns/errors.py:132
103msgid "Service unavailable"
104msgstr ""
105
106#: ../src/ddns/errors.py:140
107msgid "The update could not be performed"
108msgstr ""
109
110#: ../src/ddns/providers.py:71
111msgid "Provider is not properly configured"
112msgstr ""
113
114#: ../src/ddns/providers.py:128
115#, python-format
116msgid "Updating %s forced"
117msgstr ""
118
119#: ../src/ddns/providers.py:132
120#, fuzzy, python-format
121msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
122msgstr ""
123"%(hostname)s (%(provider)s) için dinami DNS güncelleştirmesi başarısız oldu."
124
125#: ../src/ddns/providers.py:139
126#, python-format
127msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
128msgstr ""
129"%(hostname)s (%(provider)s) için dinamik DNS güncellemesi başarıyla yapıldı "
130
131#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
132#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
133msgid "No valid FQDN was given."
134msgstr ""
135
136#: ../src/ddns/providers.py:222
137msgid "Specified host does not exist."
138msgstr ""
139
140#: ../src/ddns/providers.py:226
141msgid "DNS error encountered."
142msgstr ""
143
144#. If we got here, some other update error happened.
145#: ../src/ddns/providers.py:229
146#, python-format
147msgid "Server response: %s"
148msgstr ""
149
150#: ../src/ddns/providers.py:345
151msgid "Scriptlet:"
152msgstr ""
153
154#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
155msgid "Invalid hostname specified."
156msgstr ""
157
158#: ../src/ddns/providers.py:428
159msgid "Hostname not marked as a dynamic host."
160msgstr ""
161
162#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
163#: ../src/ddns/providers.py:658
164msgid "Invalid IP address has been sent."
165msgstr ""
166
167#: ../src/ddns/providers.py:469
168msgid "No hostname specified."
169msgstr ""
170
171#: ../src/ddns/providers.py:478
172msgid "Account has been disabled."
173msgstr ""
174
175#: ../src/ddns/providers.py:484
176msgid "Too many failed requests."
177msgstr ""
178
179#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
180msgid "Domain not found."
181msgstr ""
182
183#: ../src/ddns/providers.py:609
184msgid "An invalid IP address was submitted"
185msgstr ""
186
187#: ../src/ddns/providers.py:748
188msgid "Domain not active."
189msgstr ""
190
191#: ../src/ddns/providers.py:809
192msgid "Invalid protocol has been given"
193msgstr ""
194
195#: ../src/ddns/providers.py:903
196msgid "No Auth details specified."
197msgstr ""
198
199#: ../src/ddns/providers.py:925
200msgid "Invalid IPv4 address has been sent."
201msgstr ""
202
203#: ../src/ddns/providers.py:927
204msgid "Invalid IPv6 address has been sent."
205msgstr ""
206
207#: ../src/ddns/system.py:55
208#, python-format
209msgid "Running on distribution: %s"
210msgstr ""
211
212#: ../src/ddns/system.py:153
213msgid "Request header:"
214msgstr "Başlık isteği:"
215
216#. Log response header.
217#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
218#, python-format
219msgid "Response header (Status Code %s):"
220msgstr ""