]> git.ipfire.org Git - ddns.git/blame - po/it.po
Add zzzz.io as new provider.
[ddns.git] / po / it.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 5# Translators:
4011554b 6# n.patriarchi <niccolo@cyber.it>, 2014
ba9a8e95
MT
7# umberto <web.af@email.it>, 2013
8msgid ""
9msgstr ""
10"Project-Id-Version: IPFire Project\n"
11"Report-Msgid-Bugs-To: \n"
b3783a55 12"POT-Creation-Date: 2014-08-04 14:54+0000\n"
4011554b
MT
13"PO-Revision-Date: 2014-06-23 08:45+0000\n"
14"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
b3783a55
MT
15"Language-Team: Italian (http://www.transifex.com/projects/p/ipfire/language/"
16"it/)\n"
17"Language: it\n"
ba9a8e95
MT
18"MIME-Version: 1.0\n"
19"Content-Type: text/plain; charset=UTF-8\n"
20"Content-Transfer-Encoding: 8bit\n"
ba9a8e95
MT
21"Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
b3783a55 23#: ../src/ddns/__init__.py:62
4011554b
MT
24msgid "Debugging mode enabled"
25msgstr ""
26
b3783a55 27#: ../src/ddns/__init__.py:86
4011554b
MT
28#, python-format
29msgid "Loading configuration file %s"
30msgstr ""
31
b3783a55 32#: ../src/ddns/__init__.py:146
ba9a8e95
MT
33msgid "Found no entries in the configuration file. Exiting."
34msgstr "Non ha trovato voci nel file di configurazione"
35
b3783a55 36#: ../src/ddns/__init__.py:157
ba9a8e95
MT
37#, python-format
38msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
39msgstr "Aggiornamento DNS dinamico fallita per %(hostname)s (%(provider)s)"
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"Aggiornamento DNS dinamico per %(hostname)s (%(provider)s) generata "
48"un'eccezione non gestita:"
4011554b
MT
49
50#: ../src/ddns/errors.py:29
51msgid "Error"
52msgstr ""
53
54#: ../src/ddns/errors.py:39
55msgid "Network error"
56msgstr ""
57
58#: ../src/ddns/errors.py:47
59msgid ""
60"The server denied processing the request because account abuse is suspected"
61msgstr ""
62
63#: ../src/ddns/errors.py:55
64msgid "Authentication against the server has failed"
65msgstr ""
66
67#: ../src/ddns/errors.py:64
68msgid "The server denies any updates from this client"
69msgstr ""
70
71#: ../src/ddns/errors.py:72
72msgid "The configuration file has errors"
73msgstr ""
74
75#: ../src/ddns/errors.py:79
76msgid "Connection refused"
77msgstr ""
78
b3783a55 79#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
4011554b
MT
80msgid "Connection timeout"
81msgstr ""
82
83#: ../src/ddns/errors.py:94
84msgid "The host could not be found in the configuration file"
85msgstr ""
86
87#: ../src/ddns/errors.py:102
88msgid "Internal server error"
89msgstr ""
90
91#: ../src/ddns/errors.py:109
92msgid "Network unreachable"
93msgstr ""
94
95#: ../src/ddns/errors.py:117
96msgid "Request error"
97msgstr ""
98
b3783a55
MT
99#: ../src/ddns/errors.py:125
100msgid "Could not resolve DNS entry"
2a0f28fd 101msgstr ""
2a0f28fd 102
4011554b 103#: ../src/ddns/errors.py:132
b3783a55
MT
104msgid "Service unavailable"
105msgstr ""
106
107#: ../src/ddns/errors.py:140
4011554b
MT
108msgid "The update could not be performed"
109msgstr ""
110
b3783a55
MT
111#: ../src/ddns/providers.py:71
112msgid "Provider is not properly configured"
113msgstr ""
114
115#: ../src/ddns/providers.py:128
2a0f28fd
MT
116#, python-format
117msgid "Updating %s forced"
4011554b 118msgstr "L'aggiornamento %s è stato forzato"
2a0f28fd 119
b3783a55
MT
120#: ../src/ddns/providers.py:132
121#, fuzzy, python-format
122msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
123msgstr "Aggiornamento DNS dinamico fallita per %(hostname)s (%(provider)s)"
124
125#: ../src/ddns/providers.py:139
2a0f28fd 126#, python-format
b3783a55
MT
127msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
128msgstr ""
129"Aggiornamento DNS dinamico per %(hostname)s (%(provider)s) eseguito con "
130"successo"
2a0f28fd 131
b3783a55
MT
132#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
133#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
2a0f28fd 134msgid "No valid FQDN was given."
4011554b 135msgstr "Non è stato dato un valido FQDN."
2a0f28fd 136
b3783a55
MT
137#: ../src/ddns/providers.py:222
138msgid "Specified host does not exist."
139msgstr ""
140
141#: ../src/ddns/providers.py:226
142msgid "DNS error encountered."
143msgstr ""
144
145#. If we got here, some other update error happened.
146#: ../src/ddns/providers.py:229
147#, python-format
148msgid "Server response: %s"
149msgstr ""
150
151#: ../src/ddns/providers.py:345
152msgid "Scriptlet:"
153msgstr ""
154
155#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
2a0f28fd 156msgid "Invalid hostname specified."
4011554b 157msgstr "Nome host specificato non valido."
2a0f28fd 158
b3783a55 159#: ../src/ddns/providers.py:428
2a0f28fd 160msgid "Hostname not marked as a dynamic host."
4011554b 161msgstr "Il nome host non è marcato come uno dinamico."
2a0f28fd 162
b3783a55
MT
163#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
164#: ../src/ddns/providers.py:658
2a0f28fd 165msgid "Invalid IP address has been sent."
4011554b
MT
166msgstr "E' stato inviato un indirizzo IP non valido."
167
b3783a55 168#: ../src/ddns/providers.py:469
4011554b
MT
169msgid "No hostname specified."
170msgstr ""
171
b3783a55 172#: ../src/ddns/providers.py:478
4011554b
MT
173msgid "Account has been disabled."
174msgstr ""
175
b3783a55 176#: ../src/ddns/providers.py:484
4011554b
MT
177msgid "Too many failed requests."
178msgstr ""
179
b3783a55 180#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
4011554b
MT
181msgid "Domain not found."
182msgstr ""
183
b3783a55
MT
184#: ../src/ddns/providers.py:609
185#, fuzzy
186msgid "An invalid IP address was submitted"
187msgstr "E' stato inviato un indirizzo IP non valido."
188
189#: ../src/ddns/providers.py:748
4011554b
MT
190msgid "Domain not active."
191msgstr ""
192
b3783a55
MT
193#: ../src/ddns/providers.py:809
194#, fuzzy
195msgid "Invalid protocol has been given"
196msgstr "E' stato inviato un indirizzo IP non valido."
197
198#: ../src/ddns/providers.py:903
4011554b
MT
199msgid "No Auth details specified."
200msgstr ""
201
b3783a55 202#: ../src/ddns/providers.py:925
4011554b
MT
203msgid "Invalid IPv4 address has been sent."
204msgstr ""
205
b3783a55 206#: ../src/ddns/providers.py:927
4011554b
MT
207msgid "Invalid IPv6 address has been sent."
208msgstr ""
209
b3783a55 210#: ../src/ddns/system.py:55
4011554b
MT
211#, python-format
212msgid "Running on distribution: %s"
213msgstr ""
214
b3783a55 215#: ../src/ddns/system.py:153
ba9a8e95
MT
216msgid "Request header:"
217msgstr "Intestazione di richiesta:"
218
219#. Log response header.
b3783a55 220#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
4011554b
MT
221#, python-format
222msgid "Response header (Status Code %s):"
223msgstr ""
b3783a55
MT
224
225#~ msgid "%s is already up to date"
226#~ msgstr "%s è già aggiornato"