]> git.ipfire.org Git - ddns.git/blame - po/pl.po
Update translations.
[ddns.git] / po / pl.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.
4011554b 4#
ba9a8e95
MT
5# Translators:
6# Jakub Ratajczak <j.ratajczak@eqba.pl>, 2013
7msgid ""
8msgstr ""
9"Project-Id-Version: IPFire Project\n"
10"Report-Msgid-Bugs-To: \n"
4011554b
MT
11"POT-Creation-Date: 2014-06-22 12:37+0000\n"
12"PO-Revision-Date: 2014-06-23 08:45+0000\n"
ba9a8e95 13"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
4011554b 14"Language-Team: Polish (http://www.transifex.com/projects/p/ipfire/language/pl/)\n"
ba9a8e95
MT
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
4011554b
MT
18"Language: pl\n"
19"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
ba9a8e95 20
4011554b
MT
21#: ../src/ddns/__init__.py:60
22msgid "Debugging mode enabled"
23msgstr ""
24
25#: ../src/ddns/__init__.py:128
26#, python-format
27msgid "Loading configuration file %s"
28msgstr ""
29
30#: ../src/ddns/__init__.py:183
ba9a8e95
MT
31msgid "Found no entries in the configuration file. Exiting."
32msgstr "Nie znaleziono żadnych wpisów w pliku configuracyjnym. Kończenie."
33
4011554b 34#: ../src/ddns/__init__.py:194
ba9a8e95
MT
35#, python-format
36msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
4011554b 37msgstr "Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) nieudana:"
ba9a8e95 38
4011554b 39#: ../src/ddns/__init__.py:201
ba9a8e95
MT
40#, python-format
41msgid ""
42"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
43"exception:"
4011554b 44msgstr "Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) wywołała nieobsługiwany błąd: "
ba9a8e95 45
4011554b 46#: ../src/ddns/__init__.py:205
ba9a8e95
MT
47#, python-format
48msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
4011554b
MT
49msgstr "Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) poprawna:"
50
51#: ../src/ddns/errors.py:29
52msgid "Error"
53msgstr ""
54
55#: ../src/ddns/errors.py:39
56msgid "Network error"
57msgstr ""
58
59#: ../src/ddns/errors.py:47
60msgid ""
61"The server denied processing the request because account abuse is suspected"
62msgstr ""
63
64#: ../src/ddns/errors.py:55
65msgid "Authentication against the server has failed"
66msgstr ""
67
68#: ../src/ddns/errors.py:64
69msgid "The server denies any updates from this client"
70msgstr ""
71
72#: ../src/ddns/errors.py:72
73msgid "The configuration file has errors"
74msgstr ""
75
76#: ../src/ddns/errors.py:79
77msgid "Connection refused"
78msgstr ""
79
80#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203
81msgid "Connection timeout"
82msgstr ""
83
84#: ../src/ddns/errors.py:94
85msgid "The host could not be found in the configuration file"
86msgstr ""
87
88#: ../src/ddns/errors.py:102
89msgid "Internal server error"
90msgstr ""
91
92#: ../src/ddns/errors.py:109
93msgid "Network unreachable"
94msgstr ""
95
96#: ../src/ddns/errors.py:117
97msgid "Request error"
2a0f28fd 98msgstr ""
2a0f28fd 99
4011554b
MT
100#: ../src/ddns/errors.py:124
101msgid "Service unavailable"
102msgstr ""
103
104#: ../src/ddns/errors.py:132
105msgid "The update could not be performed"
106msgstr ""
107
108#: ../src/ddns/providers.py:129
2a0f28fd
MT
109#, python-format
110msgid "Updating %s forced"
111msgstr ""
112
4011554b 113#: ../src/ddns/providers.py:133
2a0f28fd
MT
114#, python-format
115msgid "%s is already up to date"
116msgstr ""
117
4011554b
MT
118#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386
119#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882
2a0f28fd
MT
120msgid "No valid FQDN was given."
121msgstr ""
122
4011554b 123#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327
2a0f28fd
MT
124msgid "Invalid hostname specified."
125msgstr ""
126
4011554b 127#: ../src/ddns/providers.py:282
2a0f28fd
MT
128msgid "Hostname not marked as a dynamic host."
129msgstr ""
130
4011554b
MT
131#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336
132#: ../src/ddns/providers.py:475
2a0f28fd
MT
133msgid "Invalid IP address has been sent."
134msgstr ""
ba9a8e95 135
4011554b
MT
136#: ../src/ddns/providers.py:324
137msgid "No hostname specified."
138msgstr ""
139
140#: ../src/ddns/providers.py:333
141msgid "Account has been disabled."
142msgstr ""
143
144#: ../src/ddns/providers.py:339
145msgid "Too many failed requests."
146msgstr ""
147
148#: ../src/ddns/providers.py:388
149msgid "Specified host does not exist."
150msgstr ""
151
152#: ../src/ddns/providers.py:392
153msgid "DNS error encountered."
154msgstr ""
155
156#. If we got here, some other update error happened.
157#: ../src/ddns/providers.py:395
158#, python-format
159msgid "Server response: %s"
160msgstr ""
161
162#: ../src/ddns/providers.py:596
163msgid "Domain not found."
164msgstr ""
165
166#: ../src/ddns/providers.py:598
167msgid "Domain not active."
168msgstr ""
169
170#: ../src/ddns/providers.py:694
171msgid "No Auth details specified."
172msgstr ""
173
174#: ../src/ddns/providers.py:716
175msgid "Invalid IPv4 address has been sent."
176msgstr ""
177
178#: ../src/ddns/providers.py:718
179msgid "Invalid IPv6 address has been sent."
180msgstr ""
181
182#: ../src/ddns/system.py:52
183#, python-format
184msgid "Running on distribution: %s"
185msgstr ""
186
187#: ../src/ddns/system.py:155
ba9a8e95
MT
188msgid "Request header:"
189msgstr "Nagłówek żądania: "
190
191#. Log response header.
4011554b
MT
192#: ../src/ddns/system.py:163
193#, python-format
194msgid "Response header (Status Code %s):"
195msgstr ""