]> git.ipfire.org Git - ddns.git/blame - po/tr.po
Update translations
[ddns.git] / po / tr.po
CommitLineData
ba9a8e95
MT
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.
b3783a55 4#
ba9a8e95
MT
5# Translators:
6# Ersan YILDIRIM <yakazan@gmail.com>, 2014
7msgid ""
8msgstr ""
9"Project-Id-Version: IPFire Project\n"
10"Report-Msgid-Bugs-To: \n"
b3783a55 11"POT-Creation-Date: 2014-08-04 14:54+0000\n"
4011554b
MT
12"PO-Revision-Date: 2014-06-23 08:45+0000\n"
13"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
b3783a55
MT
14"Language-Team: Turkish (http://www.transifex.com/projects/p/ipfire/language/"
15"tr/)\n"
16"Language: tr\n"
ba9a8e95
MT
17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"
ba9a8e95
MT
20"Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
b3783a55 22#: ../src/ddns/__init__.py:62
4011554b
MT
23msgid "Debugging mode enabled"
24msgstr ""
25
b3783a55 26#: ../src/ddns/__init__.py:86
4011554b
MT
27#, python-format
28msgid "Loading configuration file %s"
29msgstr ""
30
b3783a55 31#: ../src/ddns/__init__.py:146
ba9a8e95
MT
32msgid "Found no entries in the configuration file. Exiting."
33msgstr "Yapılandırma dosyasında hiçbir girdi bulunamadı. Çıkılıyor."
34
b3783a55 35#: ../src/ddns/__init__.py:157
ba9a8e95
MT
36#, python-format
37msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
b3783a55
MT
38msgstr ""
39"%(hostname)s (%(provider)s) için dinami DNS güncelleştirmesi başarısız oldu."
ba9a8e95 40
b3783a55 41#: ../src/ddns/__init__.py:164
ba9a8e95
MT
42#, python-format
43msgid ""
44"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
45"exception:"
b3783a55
MT
46msgstr ""
47"%(hostname)s (%(provider)s) dinamik DNS işlenmesinde özel bir durum oluştu:"
4011554b
MT
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
b3783a55 78#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
4011554b
MT
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"
2a0f28fd 96msgstr ""
2a0f28fd 97
b3783a55
MT
98#: ../src/ddns/errors.py:125
99msgid "Could not resolve DNS entry"
4011554b
MT
100msgstr ""
101
102#: ../src/ddns/errors.py:132
b3783a55
MT
103msgid "Service unavailable"
104msgstr ""
105
106#: ../src/ddns/errors.py:140
4011554b
MT
107msgid "The update could not be performed"
108msgstr ""
109
b3783a55
MT
110#: ../src/ddns/providers.py:71
111msgid "Provider is not properly configured"
112msgstr ""
113
114#: ../src/ddns/providers.py:128
2a0f28fd
MT
115#, python-format
116msgid "Updating %s forced"
117msgstr ""
118
b3783a55
MT
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
2a0f28fd 126#, python-format
b3783a55 127msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
2a0f28fd 128msgstr ""
b3783a55 129"%(hostname)s (%(provider)s) için dinamik DNS güncellemesi başarıyla yapıldı "
2a0f28fd 130
b3783a55
MT
131#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
132#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
2a0f28fd
MT
133msgid "No valid FQDN was given."
134msgstr ""
135
b3783a55
MT
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
2a0f28fd
MT
155msgid "Invalid hostname specified."
156msgstr ""
157
b3783a55 158#: ../src/ddns/providers.py:428
2a0f28fd
MT
159msgid "Hostname not marked as a dynamic host."
160msgstr ""
161
b3783a55
MT
162#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
163#: ../src/ddns/providers.py:658
2a0f28fd
MT
164msgid "Invalid IP address has been sent."
165msgstr ""
ba9a8e95 166
b3783a55 167#: ../src/ddns/providers.py:469
4011554b
MT
168msgid "No hostname specified."
169msgstr ""
170
b3783a55 171#: ../src/ddns/providers.py:478
4011554b
MT
172msgid "Account has been disabled."
173msgstr ""
174
b3783a55 175#: ../src/ddns/providers.py:484
4011554b
MT
176msgid "Too many failed requests."
177msgstr ""
178
b3783a55
MT
179#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
180msgid "Domain not found."
4011554b
MT
181msgstr ""
182
b3783a55
MT
183#: ../src/ddns/providers.py:609
184msgid "An invalid IP address was submitted"
4011554b
MT
185msgstr ""
186
b3783a55
MT
187#: ../src/ddns/providers.py:748
188msgid "Domain not active."
4011554b
MT
189msgstr ""
190
b3783a55
MT
191#: ../src/ddns/providers.py:809
192msgid "Invalid protocol has been given"
4011554b
MT
193msgstr ""
194
b3783a55 195#: ../src/ddns/providers.py:903
4011554b
MT
196msgid "No Auth details specified."
197msgstr ""
198
b3783a55 199#: ../src/ddns/providers.py:925
4011554b
MT
200msgid "Invalid IPv4 address has been sent."
201msgstr ""
202
b3783a55 203#: ../src/ddns/providers.py:927
4011554b
MT
204msgid "Invalid IPv6 address has been sent."
205msgstr ""
206
b3783a55 207#: ../src/ddns/system.py:55
4011554b
MT
208#, python-format
209msgid "Running on distribution: %s"
210msgstr ""
211
b3783a55 212#: ../src/ddns/system.py:153
ba9a8e95
MT
213msgid "Request header:"
214msgstr "Başlık isteği:"
215
216#. Log response header.
b3783a55 217#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
4011554b
MT
218#, python-format
219msgid "Response header (Status Code %s):"
220msgstr ""