1<?php
2/**
3 * i18n/it_IT/main.php
4 *
5 * Copyright © 2006 Stephane Gully <stephane.gully@gmail.com>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the
19 * Free Software Foundation, 51 Franklin St, Fifth Floor,
20 * Boston, MA  02110-1301  USA
21 */
22
23/**
24 * Italian translation of the messages (utf8 encoded!)
25 *
26 * @author bellakioma
27 * @author Mqaximo
28 */
29
30// line 45 in phpfreechatconfig.class.php
31$GLOBALS["i18n"]["My Chat"] = "La mia chat";
32
33// line 201 in phpfreechatconfig.class.php
34$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s non trovato, la libreria %s non esiste all'indirizzo specificato.";
35
36// line 355 in phpfreechat.class.php
37$GLOBALS["i18n"]["Please enter your nickname"] = "Inserisci il tuo pseudonimo";
38
39// line 565 in phpfreechat.class.php
40$GLOBALS["i18n"]["Text cannot be empty"] = "Il testo non può essere vuoto";
41
42// line 392 in phpfreechat.class.php
43$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s ha cambiato il suo pseudonimo in %s";
44
45// line 398 in phpfreechat.class.php
46$GLOBALS["i18n"]["%s is connected"] = "%s connesso";
47
48// line 452 in phpfreechat.class.php
49$GLOBALS["i18n"]["%s quit"] = "%s abbandona la chat";
50
51// line 468 in phpfreechat.class.php
52$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s è stato disconnesso (timeout)";
53
54// line 262 in phpfreechat.class.php
55$GLOBALS["i18n"]["Unknown command [%s]"] = "Comando sconosciuto [%s]";
56
57// line 149 in phpfreechatconfig.class.php
58$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s non esiste: %s";
59
60// line 180 in phpfreechatconfig.class.php
61$GLOBALS["i18n"]["You need %s"] = "Avete bisogno di %s";
62
63// line 241 in phpfreechatconfig.class.php
64$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s non esiste, la libreria %s non può essere trovata";
65
66// line 280 in phpfreechatconfig.class.php
67$GLOBALS["i18n"]["%s doesn't exist"] = "%s non esiste";
68
69// line 433 in phpfreechatconfig.class.php
70$GLOBALS["i18n"]["%s directory must be specified"] = "La directory %s deve essere specificata";
71
72// line 439 in phpfreechatconfig.class.php
73$GLOBALS["i18n"]["%s must be a directory"] = "%s deve essere una directory";
74
75// line 446 in phpfreechatconfig.class.php
76$GLOBALS["i18n"]["%s can't be created"] = "%s non può essere creata";
77
78// line 451 in phpfreechatconfig.class.php
79$GLOBALS["i18n"]["%s is not writeable"] = "%s non può essere scritta";
80
81// line 496 in phpfreechatconfig.class.php
82$GLOBALS["i18n"]["%s is not readable"] = "%s non può essere letta";
83
84// line 469 in phpfreechatconfig.class.php
85$GLOBALS["i18n"]["%s is not a file"] = "%s non è un file";
86
87// line 491 in phpfreechatconfig.class.php
88$GLOBALS["i18n"]["%s is not a directory"] = "%s non è una directory";
89
90// line 23 in chat.html.tpl.php
91$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [powered by phpFreeChat-%s]";
92
93// line 296 in javascript1.js.tpl.php
94$GLOBALS["i18n"]["Hide nickname marker"] = "Nascondi i colori degli pseudonimi";
95
96// line 304 in javascript1.js.tpl.php
97$GLOBALS["i18n"]["Show nickname marker"] = "Mostra i colori degli pseudonimi";
98
99// line 389 in javascript1.js.tpl.php
100$GLOBALS["i18n"]["Disconnect"] = "Disconnetti";
101
102// line 395 in javascript1.js.tpl.php
103$GLOBALS["i18n"]["Connect"] = "Connetti";
104
105// line 427 in javascript1.js.tpl.php
106$GLOBALS["i18n"]["Magnify"] = "Ingrandisci";
107
108// line 434 in javascript1.js.tpl.php
109$GLOBALS["i18n"]["Cut down"] = "Riduci";
110
111// line 345 in javascript1.js.tpl.php
112$GLOBALS["i18n"]["Hide dates and hours"] = "Nascondi data e ora";
113
114// line 353 in javascript1.js.tpl.php
115$GLOBALS["i18n"]["Show dates and hours"] = "Mostra date e ora";
116
117// line 21 in chat.html.tpl.php
118$GLOBALS["i18n"]["Enter your message here"] = "Inserisci il tuo messaggio qui";
119
120// line 24 in chat.html.tpl.php
121$GLOBALS["i18n"]["Enter your nickname here"] = "Inserisci il tuo pseudonimo qui";
122
123// line 48 in phpfreechattemplate.class.php
124$GLOBALS["i18n"]["%s template could not be found"] = "%s non può essere trovato";
125
126// line 96 in phpfreechatconfig.class.php
127$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Errore: parametro '%s' obsoleto o non definito, correggerlo o rimuoverlo";
128
129// line 512 in phpfreechatconfig.class.php
130$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "Errore: '%s' non può essere trovato, controlla se la directory dei temi '%s' e il tuo tema '%s' sono corrette";
131
132// line 33 in chat.html.tpl.php
133$GLOBALS["i18n"]["Bold"] = "Grassetto";
134
135// line 34 in chat.html.tpl.php
136$GLOBALS["i18n"]["Italics"] = "Corsivo";
137
138// line 35 in chat.html.tpl.php
139$GLOBALS["i18n"]["Underline"] = "Sottolineato";
140
141// line 36 in chat.html.tpl.php
142$GLOBALS["i18n"]["Delete"] = "Barrato";
143
144// line 37 in chat.html.tpl.php
145$GLOBALS["i18n"]["Pre"] = "Pre";
146
147// line 38 in chat.html.tpl.php
148$GLOBALS["i18n"]["Mail"] = "Indirizzo e-mail";
149
150// line 39 in chat.html.tpl.php
151$GLOBALS["i18n"]["Color"] = "Colore";
152
153// line 86 in pfcclient.js.tpl.php
154$GLOBALS["i18n"]["Hide smiley box"] = "Nascondi il box degli smile";
155
156// line 87 in pfcclient.js.tpl.php
157$GLOBALS["i18n"]["Show smiley box"] = "Mostra il box degli smile";
158
159// line 88 in pfcclient.js.tpl.php
160$GLOBALS["i18n"]["Hide online users box"] = "Nascondi il box degli utenti in linea";
161
162// line 89 in pfcclient.js.tpl.php
163$GLOBALS["i18n"]["Show online users box"] = "Mostra il box degli utenti in linea";
164
165// line 75 in pfccommand.class.php
166$GLOBALS["i18n"]["%s must be implemented"] = "%s deve essere implementato";
167
168// line 343 in phpfreechatconfig.class.php
169$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "Il parametro '%s' è obbligatorio, usa il valore '%s'";
170
171// line 378 in phpfreechatconfig.class.php
172$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "Il parametro '%s' deve essere impostato su un numero positivo";
173
174// line 386 in phpfreechatconfig.class.php
175$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "Il parametro '%s' non è valido. I valori disponibili sono : '%s'";
176
177// line 186 in pfcglobalconfig.class.php
178$GLOBALS["i18n"]["My room"] = "Generale";
179
180// line 19 in unban.class.php
181$GLOBALS["i18n"]["Missing parameter"] = "Parametro mancante";
182
183// line 38 in ban.class.php
184$GLOBALS["i18n"]["banished from %s by %s"] = "Esplulso dalla stanza %s da %s";
185
186// line 23 in banlist.class.php
187$GLOBALS["i18n"]["The banished user's id list is:"] = "L'id di lista dell'utente espulso è:";
188
189// line 32 in banlist.class.php
190$GLOBALS["i18n"]["Empty"] = "Vuoto";
191
192// line 34 in banlist.class.php
193$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = "'/unban {id}' riammetterà l'utente identificato da {id}";
194
195// line 35 in banlist.class.php
196$GLOBALS["i18n"]["'/unban all'  will unban all the users on this channel"] = "'/unban all' riammetterà tutti gli utenti di questa stanza";
197
198// line 24 in update.class.php
199$GLOBALS["i18n"]["%s quit (timeout)"] = "%s abbandona (timeout)";
200
201// line 46 in join.class.php
202$GLOBALS["i18n"]["%s joins %s"] = "%s entra in %s";
203
204// line 31 in kick.class.php
205$GLOBALS["i18n"]["kicked from %s by %s"] = "espulso dalla chat %s da %s";
206
207// line 38 in send.class.php
208$GLOBALS["i18n"]["Can't send the message, %s is offline"] = "Impossibile spedire il messaggio, %s non è collagato";
209
210// line 27 in unban.class.php
211$GLOBALS["i18n"]["Nobody has been unbanished"] = "Nessuno è stato riammesso";
212
213// line 42 in unban.class.php
214$GLOBALS["i18n"]["%s has been unbanished"] = "L'utente %s è stato riammesso";
215
216// line 49 in unban.class.php
217$GLOBALS["i18n"]["%s users have been unbanished"] = "%s utenti sono stati riammessi";
218
219// line 47 in auth.class.php
220$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = "Non hai i diritti per eseguire il comando '%s'";
221
222// line 66 in auth.class.php
223$GLOBALS["i18n"]["Can't join %s because you are banished"] = "Non puoi entrare in %s perché sei stato bandito";
224
225// line 76 in auth.class.php
226$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Non puoi entrare in %s perché la chat è riservata";
227
228// line 89 in auth.class.php
229$GLOBALS["i18n"]["You are not allowed to change your nickname"] = "Non hai i diritti per cambiare il tuo pseudonimo";
230
231// line 56 in noflood.class.php
232$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Non spedire così tanti messaggi, questo comportamento non è tollerato";
233
234// line 109 in pfcclient.js.tpl.php
235$GLOBALS["i18n"]["Private message"] = "Messaggio privato";
236
237// line 110 in pfcclient.js.tpl.php
238$GLOBALS["i18n"]["Close this tab"] = "Chiudi questa scheda";
239
240// line 199 in pfcgui.js.tpl.php
241$GLOBALS["i18n"]["Do you really want to leave this room ?"] = "Vuoi veramente lasciare questa stanza?";
242
243// line 169 in pfcglobalconfig.class.php
244$GLOBALS["i18n"]["Error: '%s' is a private parameter, you are not allowed to change it"] = "Errore: '%s' è un parametro privato, non possiedi i diritti per modificarlo";
245
246// line 253 in pfcglobalconfig.class.php
247$GLOBALS["i18n"]["'%s' parameter must be an array"] = "Il parametro '%s' deve essere un array";
248
249// line 265 in pfcglobalconfig.class.php
250$GLOBALS["i18n"]["'%s' parameter must be a boolean"] = "Il parametro '%s' deve essere un booleano";
251
252// line 271 in pfcglobalconfig.class.php
253$GLOBALS["i18n"]["'%s' parameter must be a character string"] = "Il parametro '%s' deve essere una stringa di testo";
254
255// line 395 in pfcglobalconfig.class.php
256$GLOBALS["i18n"]["'%s' must be writable"] = "'%s' deve essere scrivibile";
257
258// line 425 in pfcglobalconfig.class.php
259$GLOBALS["i18n"]["'%s' directory doesn't exist"] = "La directory '%s' non esiste";
260
261// line 544 in pfcglobalconfig.class.php
262$GLOBALS["i18n"]["Please correct these errors"] = "Per favore correggi questi errori";
263
264// line 21 in pfcinfo.class.php
265$GLOBALS["i18n"]["Error: the cached config file doesn't exists"] = "Errore: il file di configurazione non esiste";
266
267// line 190 in phpfreechat.class.php
268$GLOBALS["i18n"]["Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum"] = "Errore: la chat non può essere caricata! Due possibilità: il tuo browser non supporta javascript oppure non hai settato correttamente i diritti sulle cartelle del server - non esitare a chiedere aiuto nel forum";
269
270// line 31 in help.class.php
271$GLOBALS["i18n"]["Here is the command list:"] = "Ecco la lista dei comandi";
272
273// line 63 in identify.class.php
274$GLOBALS["i18n"]["Succesfully identified"] = "Identificato con successo";
275
276// line 68 in identify.class.php
277$GLOBALS["i18n"]["Identification failure"] = "Indentificazione fallita";
278
279// line 25 in send.class.php
280$GLOBALS["i18n"]["Your must be connected to send a message"] = "Per inviare un messaggio devi essere connesso";
281
282// line 87 in chat.js.tpl.php
283$GLOBALS["i18n"]["Click here to send your message"] = "Clicca qui per inviare il tuo messaggio";
284
285// line 80 in chat.js.tpl.php
286$GLOBALS["i18n"]["Enter the text to format"] = "Inserisci il testo nel formato";
287
288// line 81 in chat.js.tpl.php
289$GLOBALS["i18n"]["Configuration has been rehashed"] = "La configurazione è stata ricaricata";
290
291// line 82 in chat.js.tpl.php
292$GLOBALS["i18n"]["A problem occurs during rehash"] = "Si è verificato un problema durante l'aggiornamento";
293
294// line 83 in chat.js.tpl.php
295$GLOBALS["i18n"]["Chosen nickname is already used"] = "Lo pseudonimo scelto è già in uso";
296
297// line 84 in chat.js.tpl.php
298$GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat versione &s";
299
300// line 85 in chat.js.tpl.php
301$GLOBALS["i18n"]["Maximum number of joined channels has been reached"] = "È stato raggiunto il numero massimo di stanze";
302
303// line 86 in chat.js.tpl.php
304$GLOBALS["i18n"]["Maximum number of private chat has been reached"] = "Il numero massimo di chat private è stato raggiunto";
305
306// line 88 in chat.js.tpl.php
307$GLOBALS["i18n"]["Send"] = "Invia";
308
309// line 302 in pfcglobalconfig.class.php
310$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "Il parametro '%s' deve essere un carattere valido";
311
312// line 86 in mysql.class.php
313$GLOBALS["i18n"]["Mysql container: connect error"] = "Mysql container: errore di connessione";
314
315// line 101 in mysql.class.php
316$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "Mysql container: errore nella creazione del database '%s'";
317
318// line 112 in mysql.class.php
319$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "Mysql container: errore nella creazione della tabella '%s'";
320
321// line 80 in chat.js.tpl.php
322$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Non puoi parlare con te stesso!";
323
324// line 82 in chat.js.tpl.php
325$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Il nickname scelto non è valido";
326
327// line 83 in chat.js.tpl.php
328$GLOBALS["i18n"]["Enable sound notifications"] = "Abilita la notifica sonora";
329
330// line 84 in chat.js.tpl.php
331$GLOBALS["i18n"]["Disable sound notifications"] = "Disabilita la notifica sonora";
332
333// line 23 in kick.class.php
334$GLOBALS["i18n"]["no reason"] = "motivo non specificato";
335
336// line 24 in banlist.class.php
337$GLOBALS["i18n"]["The banished user list is:"] = "La lista degli utenti bannati è:";
338
339// line 39 in banlist.class.php
340$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {nickname}' leverà il ban all'utente con nick: {nickname}";
341
342// line 43 in kick.class.php
343$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "Sei stato cacciato da %s da %s - perchè: %s";
344
345// line 20 in quit.class.php
346$GLOBALS["i18n"]["%s quit (%s)"] = "%s esce (%s)";
347
348// line 124 in chat.js.tpl.php
349$GLOBALS["i18n"]["Chat loading ..."] = "Caricamento della chat in corso...";
350
351// line 124 in chat.js.tpl.php
352$GLOBALS["i18n"]["Please wait"] = "Attendere prego...";
353
354// line 139 in chat.js.tpl.php
355$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "%s pare sia disabilitata o non supportata dal tuo browser.";
356
357// line 139 in chat.js.tpl.php
358$GLOBALS["i18n"]["This web application requires %s to work properly."] = "Questa applicazione richiede %s per poter funzionare.";
359
360// line 135 in chat.js.tpl.php
361$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = "Gentilmente abilita %s nelle impostazioni del tuo browser oppure aggiornalo ad una versione più recente con il supporto di %s e prova di nuovo.";
362
363// line 137 in chat.js.tpl.php
364$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = "Gentilmente provvedi ad un aggiornamento del browser che supporti %s e prova di nuovo.";
365
366// line 139 in chat.js.tpl.php
367$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "Nelle versioni di Internet Explorer precedenti la versione 7.0, Ajax è implementato usando gli ActiveX. Per favore abilita ActiveX nelle impostazioni di sicurezza del tuo browser, oppure aggiorna il browser ad una versione che abbia il pieno supporto di Ajax e riprova.";
368
369// line 359 in pfcglobalconfig.class.php
370$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "%s non esiste, data_public_path non può essere installata";
371
372// line 73 in invite.class.php
373$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = "Devi entrare in %s per invitare utenti in questo canale";
374
375// line 47 in chat.html.tpl.php
376$GLOBALS["i18n"]["Ping"] = "Ping";
377
378// line 477 in phpfreechat.class.php
379$GLOBALS["i18n"]["Input Required"] = "Input richiesto";
380
381// line 478 in phpfreechat.class.php
382$GLOBALS["i18n"]["OK"] = "OK";
383
384// line 479 in phpfreechat.class.php
385$GLOBALS["i18n"]["Cancel"] = "Annulla";
386
387// line 430 in pfcglobalconfig.class.php
388$GLOBALS["i18n"]["cannot create %s"] = "impossibile creare %s";
389
390// line 436 in pfcglobalconfig.class.php
391$GLOBALS["i18n"]["cannot copy %s in %s"] = "impossibile copiare %s in %s";
392
393// line 667 in pfcglobalconfig.class.php
394$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = "Errore: %s non può essere trovata, gentilmente controlla che la path del tema '%s' e il tema '%s' siano corretti";
395
396// line 414 in phpfreechat.class.php
397$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = "Sei sicuro di voler chiudere questo Tab?";
398
399// line 42 in ban.class.php
400$GLOBALS["i18n"]["%s banished from %s by %s"] = "%s bannato dalla chat %s da %s";
401
402// line 461 in phpfreechat.class.php
403$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = "Stai tentando di parlare ad un utente sconosciuto (o non connesso)";
404
405// line 89 in invite.class.php
406$GLOBALS["i18n"]["%s was invited by %s"] = "%s è stato invitato da %s";
407
408?>