]> git.ipfire.org Git - ddns.git/blame - po/hr.po
Add new provider Servercow
[ddns.git] / po / hr.po
CommitLineData
2ed5a8bc
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.
4#
5# Translators:
6msgid ""
7msgstr ""
8"Project-Id-Version: IPFire Project\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-09-29 14:20+0000\n"
11"PO-Revision-Date: 2014-10-31 14:54+0000\n"
12"Last-Translator: Blago Culjak <blago.culjak@hotmail.com>\n"
13"Language-Team: Croatian (http://www.transifex.com/mstremer/ipfire/language/hr/)\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Language: hr\n"
18"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
19
20#: ../src/ddns/__init__.py:63
21msgid "Debugging mode enabled"
22msgstr "Debugging mod je omogućen"
23
24#: ../src/ddns/__init__.py:90
25#, python-format
26msgid "Loading configuration file %s"
27msgstr "Otvaram konfiguracijsku datoteku %s"
28
29#: ../src/ddns/__init__.py:156
30msgid "Found no entries in the configuration file. Exiting."
31msgstr "Nisu pronađeni unosi u konfiguracijskoj datoteci. Izlaz."
32
33#: ../src/ddns/__init__.py:167
34#, python-format
35msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
36msgstr "Dinamičko DNS ažuriranje za %(hostname)s (%(provider)s) nije uspjelo:"
37
38#: ../src/ddns/__init__.py:174
39#, python-format
40msgid ""
41"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
42"exception:"
43msgstr "Dinamičko DNS ažuriranje za %(hostname)s (%(provider)s) vratilo je neočekivan izuzetak:"
44
45#: ../src/ddns/errors.py:29
46msgid "Error"
47msgstr "Pogreška"
48
49#: ../src/ddns/errors.py:39
50msgid "Network error"
51msgstr "Pogreška mreže"
52
53#: ../src/ddns/errors.py:47
54msgid ""
55"The server denied processing the request because account abuse is suspected"
56msgstr "Poslužitelj je odbio obradu zahtjeva, jer sumnja na zloupotrebu računa"
57
58#: ../src/ddns/errors.py:55
59msgid "Authentication against the server has failed"
60msgstr "Autentifikacija na poslužitelju nije uspjela"
61
62#: ../src/ddns/errors.py:64
63msgid "The server denies any updates from this client"
64msgstr "Poslužitelj odbija bilo kakva ažuriranja ovog klijenta"
65
66#: ../src/ddns/errors.py:72
67msgid "The configuration file has errors"
68msgstr "Konfiguracija datoteka sadrži pogreške"
69
70#: ../src/ddns/errors.py:79
71msgid "Connection refused"
72msgstr "Veza odbijena"
73
74#: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
75msgid "Connection timeout"
76msgstr "Timeout (istek vremena) veze"
77
78#: ../src/ddns/errors.py:94
79msgid "The host could not be found in the configuration file"
80msgstr "Domaćin (host) nije pronađen u datoteci"
81
82#: ../src/ddns/errors.py:102
83msgid "Internal server error"
84msgstr "Interna pogreška poslužitelja"
85
86#: ../src/ddns/errors.py:109
87msgid "Network unreachable"
88msgstr "Mreža je nedostupna"
89
90#: ../src/ddns/errors.py:116
91msgid "Not found"
92msgstr "Nije pronađeno"
93
94#: ../src/ddns/errors.py:124
95msgid "Request error"
96msgstr "Zahtjev pogreške"
97
98#: ../src/ddns/errors.py:132
99msgid "Could not resolve DNS entry"
100msgstr "Nije moguće razriješiti DNS unos"
101
102#: ../src/ddns/errors.py:139
103msgid "Service unavailable"
104msgstr "Usluga nije dostupna"
105
106#: ../src/ddns/errors.py:147
107msgid "The update could not be performed"
108msgstr "Ažuriranje nije moglo biti provedeno"
109
110#: ../src/ddns/providers.py:85
111msgid "Provider is not properly configured"
112msgstr "Provider nije ispravno konfiguriran"
113
114#: ../src/ddns/providers.py:154
115#, python-format
116msgid "Updating %s forced"
117msgstr "Prisilno ažuriranje %s"
118
119#: ../src/ddns/providers.py:170
120#, python-format
121msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
122msgstr "Dinamičko DNS ažuriranje za %(hostname)s (%(provider)s) uspješno"
123
124#: ../src/ddns/providers.py:194
125#, python-format
126msgid ""
127"An update for %(hostname)s (%(provider)s) is performed because of an IP "
128"address change"
129msgstr "Ažuriranje za %(hostname)s (%(provider)s) se provodi zbog promjene IP adrese"
130
131#: ../src/ddns/providers.py:202
132#, python-format
133msgid ""
134"An update for %(hostname)s (%(provider)s) is performed because the holdoff "
135"time has expired"
136msgstr "Ažuriranje za %(hostname)s (%(provider)s) se provodi, jer holdoff vrijeme je isteklo"
137
138#. Otherwise, we don't need to perform an update
139#: ../src/ddns/providers.py:209
140#, python-format
141msgid "No update required for %(hostname)s (%(provider)s)"
142msgstr "Nije potrebno ažuriranje za %(hostname)s (%(provider)s)"
143
144#: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
145#, python-format
146msgid "An update has not been performed because earlier updates failed for %s"
147msgstr "Ažuriranje nije provedeno, jer ranije ažuriranje za %s nije uspilo"
148
149#: ../src/ddns/providers.py:230
150msgid "There will be no retries"
151msgstr "Neće biti više ponovnih pokušaja"
152
153#: ../src/ddns/providers.py:246
154msgid "Last failure message:"
155msgstr "Posljednja poruka o grešci:"
156
157#: ../src/ddns/providers.py:251
158#, python-format
159msgid "Further updates will be withheld until %s"
160msgstr "Daljnje nadogradnje će biti zadržan do %s"
161
162#: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
163#: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
164msgid "No valid FQDN was given."
165msgstr "FQDN nije zadan."
166
167#: ../src/ddns/providers.py:387
168msgid "Specified host does not exist."
169msgstr "Navedeni domaćin ne postoji."
170
171#: ../src/ddns/providers.py:391
172msgid "DNS error encountered."
173msgstr "DNS pogreška."
174
175#. If we got here, some other update error happened.
176#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
177#, python-format
178msgid "Server response: %s"
179msgstr "Odgovor poslužitelja: %s"
180
181#: ../src/ddns/providers.py:531
182msgid "Scriptlet:"
183msgstr "Scriptlet:"
184
185#: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
186msgid "Invalid hostname specified."
187msgstr "Nevažeći navedeni poslužitelj."
188
189#: ../src/ddns/providers.py:616
190msgid "Hostname not marked as a dynamic host."
191msgstr "Hostname nije označen kao dinamičan host (domaćin)."
192
193#: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
194#: ../src/ddns/providers.py:905
195msgid "Invalid IP address has been sent."
196msgstr "Poslana pogrešna IP adresa."
197
198#: ../src/ddns/providers.py:658
199msgid "No hostname specified."
200msgstr "Nije naveden poslužitelj."
201
202#: ../src/ddns/providers.py:667
203msgid "Account has been disabled."
204msgstr "Račun je onemogućen."
205
206#: ../src/ddns/providers.py:673
207msgid "Too many failed requests."
208msgstr "Previše neuspjelih zahtjeva."
209
210#: ../src/ddns/providers.py:776
211msgid "Malformed request has been sent."
212msgstr "Poslan je neispravan zahtjev."
213
214#: ../src/ddns/providers.py:780
215msgid "Too frequent update requests have been sent."
216msgstr "Prečesto se zahtjevanja ažuriranje."
217
218#: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
219msgid "Domain not found."
220msgstr "Domena nije pronađena."
221
222#: ../src/ddns/providers.py:861
223msgid "An invalid IP address was submitted"
224msgstr "Nepravilna IP adresa je predana"
225
226#: ../src/ddns/providers.py:1015
227msgid "Domain not active."
228msgstr "Domena nije aktivna."
229
230#: ../src/ddns/providers.py:1165
231msgid "No Auth details specified."
232msgstr "Nema navedenih autentifikacijskih detalja."
233
234#: ../src/ddns/providers.py:1187
235msgid "Invalid IPv4 address has been sent."
236msgstr "Poslana pogrešna IPv4 adresa."
237
238#: ../src/ddns/providers.py:1189
239msgid "Invalid IPv6 address has been sent."
240msgstr "Poslana pogrešna IPv6 adresa."
241
242#: ../src/ddns/providers.py:1385
243msgid "Invalid hostname specified"
244msgstr "Nevažeći navedeni poslužitelj"
245
246#: ../src/ddns/system.py:55
247#, python-format
248msgid "Running on distribution: %s"
249msgstr "Radi na distribuciji: %s"
250
251#: ../src/ddns/system.py:153
252msgid "Request header:"
253msgstr "Odgovor zaglavlja:"
254
255#. Log response header.
256#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
257#, python-format
258msgid "Response header (Status Code %s):"
259msgstr "Odgovor zaglavlja (kod statusa %s):"