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