1msgid ""
2msgstr ""
3"Content-Type: text/plain; charset=UTF-8\n"
4"Content-Transfer-Encoding: 8bit\n"
5"Plural-Forms: nplurals=2; plural=(n != 1);\n"
6"X-Crowdin-Project: znc-bouncer\n"
7"X-Crowdin-Project-ID: 289533\n"
8"X-Crowdin-Language: it\n"
9"X-Crowdin-File: /1.8.x/modules/po/log.pot\n"
10"X-Crowdin-File-ID: 314\n"
11"Project-Id-Version: znc-bouncer\n"
12"Language-Team: Italian\n"
13"Language: it_IT\n"
14
15#: log.cpp:59
16msgid "<rules>"
17msgstr "<regole>"
18
19#: log.cpp:60
20msgid "Set logging rules, use !#chan or !query to negate and * "
21msgstr ""
22"Imposta le regole di registrazione (logging), usa !#canale o !query per "
23"negare e * "
24
25#: log.cpp:62
26msgid "Clear all logging rules"
27msgstr "Cancella tutte le regole di registrazione (logging rules)"
28
29#: log.cpp:64
30msgid "List all logging rules"
31msgstr "Elenca tutte le regole di registrazione"
32
33#: log.cpp:67
34msgid "<var> true|false"
35msgstr "<var> vero|falso"
36
37#: log.cpp:68
38msgid "Set one of the following options: joins, quits, nickchanges"
39msgstr "Imposta una delle seguenti opzioni: joins, quits, nickchanges"
40
41#: log.cpp:71
42msgid "Show current settings set by Set command"
43msgstr "Mostra le impostazioni correnti impostate dal comando Set"
44
45#: log.cpp:143
46msgid "Usage: SetRules <rules>"
47msgstr "Utilizzo: SetRules <regole>"
48
49#: log.cpp:144
50msgid "Wildcards are allowed"
51msgstr "Le wildcards (caratteri jolly) sono permesse"
52
53#: log.cpp:156 log.cpp:179
54msgid "No logging rules. Everything is logged."
55msgstr "Nessuna regola di registrazione. Tutto viene loggato."
56
57#: log.cpp:161
58msgid "1 rule removed: {2}"
59msgid_plural "{1} rules removed: {2}"
60msgstr[0] "1 regola rimssa {2}"
61msgstr[1] "{1} regole rimosse: {2}"
62
63#: log.cpp:168 log.cpp:174
64msgctxt "listrules"
65msgid "Rule"
66msgstr "Ruolo"
67
68#: log.cpp:169 log.cpp:175
69msgctxt "listrules"
70msgid "Logging enabled"
71msgstr "Logging abilitato"
72
73#: log.cpp:190
74msgid ""
75"Usage: Set <var> true|false, where <var> is one of: joins, quits, nickchanges"
76msgstr ""
77"Usa: Set <variable> true|false, dove <variabile> è una tra: joins, quits, "
78"nickchanges"
79
80#: log.cpp:197
81msgid "Will log joins"
82msgstr "Loggerà i joins"
83
84#: log.cpp:197
85msgid "Will not log joins"
86msgstr "Non loggerà i joins"
87
88#: log.cpp:198
89msgid "Will log quits"
90msgstr "Loggerà i quits"
91
92#: log.cpp:198
93msgid "Will not log quits"
94msgstr "Non loggerà i quits"
95
96#: log.cpp:200
97msgid "Will log nick changes"
98msgstr "Loggerà i cambi di nick"
99
100#: log.cpp:200
101msgid "Will not log nick changes"
102msgstr "Non registrerà i cambi di nick"
103
104#: log.cpp:204
105msgid "Unknown variable. Known variables: joins, quits, nickchanges"
106msgstr "Variabile sconosciuta. Variabili conosciute: joins, quits, nickchanges"
107
108#: log.cpp:212
109msgid "Logging joins"
110msgstr "Registrazione dei joins"
111
112#: log.cpp:212
113msgid "Not logging joins"
114msgstr "Non si registrano join"
115
116#: log.cpp:213
117msgid "Logging quits"
118msgstr "Registrazione dei quits"
119
120#: log.cpp:213
121msgid "Not logging quits"
122msgstr "Non si registrano i quits"
123
124#: log.cpp:214
125msgid "Logging nick changes"
126msgstr "Registrazione del cambio nick"
127
128#: log.cpp:215
129msgid "Not logging nick changes"
130msgstr "Non si registrano cambi di nick"
131
132#: log.cpp:352
133msgid ""
134"Invalid args [{1}]. Only one log path allowed.  Check that there are no "
135"spaces in the path."
136msgstr ""
137"Argomento non valido [{1}]. È consentito un solo percorso per la "
138"registrazione dei log. Verifica che non ci siano spazi nel percorso."
139
140#: log.cpp:402
141msgid "Invalid log path [{1}]"
142msgstr "Percorso di log non valido [{1}]"
143
144#: log.cpp:405
145msgid "Logging to [{1}]. Using timestamp format '{2}'"
146msgstr "Accesso a [{1}]. Utilizzando il formato timestamp '{2}'"
147
148#: log.cpp:560
149msgid "[-sanitize] Optional path where to store logs."
150msgstr "[-sanitize] Percorso opzionale dove archiviare i registri (logs)."
151
152#: log.cpp:564
153msgid "Writes IRC logs."
154msgstr "Scrive un logs IRC."
155