forked from DanWin/le-chat-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang_it.php
368 lines (367 loc) · 16.1 KB
/
lang_it.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<?php
/*
* LE CHAT-PHP - a PHP Chat based on LE CHAT - Italian translation
*
* Copyright (C) 2015-2018 Daniel Winzen <d@winzen4.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//Native language name: Italiano
$T=[
'nodb' => 'Non cè collegamento al database!',
'nodbsetup' => 'Non cè collegamento con database, perfavore crea il database ed edita lo scipt, per utilizzare database giusto con utente e password creati',
'changelang' => 'Cambia lingua:',
'expire' => 'Sessione invalida',
'kicked' => 'Bannato!',
'invalnick' => 'Nome sbagliato (%1$d simboli al massimo e deve coincidere con il testo"%2$s")',
'invalpass' => 'Password sbagliata (Almeno %1$d simboli e deve coincidere con il testo "%2$s")',
'noconfirm' => 'Password inserite non coincidono!',
'incorregex' => 'Testo non corretto',
'bottom' => 'Giù',
'top' => 'Su',
'choose' => '(sclegli)',
'setup' => 'Impostare chat',
'init' => 'Impostazioni iniziali',
'sulogin' => 'Entrata per super-amministratore',
'sunick' => 'Nome super-amministratore:',
'supass' => 'Password super-amministratore:',
'suconfirm' => 'Conferma password:',
'susuccess' => 'Registrato con successo!',
'initbtn' => 'Inizio della chat',
'initdbexist' => 'Tabelle nel database esistono! Per continuare, prima devi eliminare tabelle manualmente.',
'initsuexist' => 'Super-amministratore è già esistente!',
'initgosetup' => 'Impostazioni Chat',
'captcha' => 'Captcha',
'enabled' => 'Abilitato',
'onlyguests' => 'Solo per ospiti',
'disabled' => 'Disabilitato',
'simple' => 'Facile',
'moderate' => 'Medio',
'extreme' => 'Difficile',
'nick' => 'Login:',
'pass' => 'Password:',
'globalloginpass' => 'Password globale:',
'login' => 'Entrare',
'dbupdate' => 'Database aggiornato!',
'sysmessages' => 'Messaggi del sistema',
'msgenter' => 'Entrata',
'msgexit' => 'Uscita',
'msgmemreg' => 'Registarto',
'msgsureg' => 'Richiedente registrato',
'msgkick' => 'Bannato',
'msgmultikick' => 'Bannati più volte',
'msgallkick' => 'Tutti bannati',
'msgclean' => 'Pulizia chat',
'dateformat' => '<a target="_blank" href="http://php.net/manual/ru/function.date.php#refsect1-function.date-parameters">Fuso Orario</a>',
'admfunc' => 'Funzioni del amministratore',
'allguests' => 'Tutti ospiti',
'cleanmsgs' => 'Cancella messaggi',
'room' => 'Stanza pubblica',
'selection' => 'Scelta',
'cleannick' => 'Al Nome:',
'clean' => 'Cancella',
'kickchat' => 'Ban (%d minuti)',
'kickreason' => 'Messaggio al bannato',
'kickpurge' => 'Pulizia messaggi',
'kick' => 'Kick',
'logoutinact' => 'Espelli partecipante',
'logout' => 'Logout',
'sessions' => 'Sessioni attive',
'view' => 'Visualizza',
'filter' => 'Filtro',
'guestacc' => 'Cambia entrata nella chat',
'guestallow' => 'Accettare',
'guestwait' => 'Accettare ospiti',
'adminallow' => 'Richiedere il permesso al moderatore',
'guestdisallow' => 'Solo membri',
'addsuguest' => 'Aggiungere candidato',
'register' => 'Registrare',
'admmembers' => 'Membri',
'memdel' => 'Eliminare dal database',
'memdeny' => 'Aggiungere membro (!)',
'memsuguest' => 'Aggiunzione al candidato (G)',
'memreg' => 'Aggiornare stato',
'memmod' => 'Aggiunzione moderatore (M)',
'memsumod' => 'Aggiunzione super-moderatore (SM)',
'memadm' => 'Aggiunzione amministratore (A)',
'change' => 'Cambia',
'regguest' => 'Registra opspiti',
'regmem' => 'Registra nuovo utente',
'sessact' => 'Sessioni attive',
'sessnick' => 'Nome',
'sesstimeout' => 'Tempo di attesa in',
'sessua' => 'User-Agent',
'fid' => 'Filtro ID:',
'match' => 'Coincidenza',
'replace' => 'Sostituire',
'allowpm' => 'Accettare in privato',
'regex' => 'Testo regolare',
'apply' => 'Salvare',
'newfilter' => 'Nuovo filtro:',
'add' => 'Aggiungere',
'noframes' => 'Questa chat utilizza <b>frames</b>. Perfavore, avvia il supporto nel tuo Browser o utilizza quello adatto!',
'delselmes' => 'Eliminare messaggi selezionati',
'staffnotes' => 'Note del supporto',
'adminnotes' => 'Note del amministratore',
'notessaved' => 'Note salvate!',
'lastedited' => 'Ultima redazione %1$s %2$s',
'savenotes' => 'Salvare note',
'waitingroom' => 'Degli ospiti',
'waittext' => 'Benvenuto %1$s, rimani in attesa, chat sarà disponibile tra %2$d secondi.',
'admwaittext' => 'Benvenuto %1$s, rimani in attesa, chat sarà disponibile dopo che moderazione accetta entrata.',
'waitreload' => 'Se questa pagina non risponde, non si aggiorna ogni %d secondi, utilizzate il tasto in basso, per ricaricare manualmente',
'reload' => 'Ricaricare',
'rules' => 'Regole',
'talkto' => 'Invia',
'toall' => 'Tutti nella chat',
'tomem' => 'Membri',
'tostaff' => 'Staff',
'toadmin' => 'Amministratore',
'alsopurge' => 'Eliminare messaggi',
'dellast' => 'Eliminare utlimo messaggio',
'delall' => 'Eliminare tutti messaggi',
'switchsingle' => 'Abilitare modalità riga(e)',
'switchmulti' => 'Abilitare multiriga',
'help' => 'Aiuto',
'helpguest' => 'Tutte le funzioni sono chiare, solo utilizzate i tasti. Nelle impostazioni del vostro profilo potete impostare tempo di aggiornamento, colore del carattere e dimensione della finestra.<br><u>Nota:</u> é una chat, per questo anche se non scrivete niente, sarà in automatico salvato dopo un tot di tempo..',
'helpembed' => 'Se volete impostare immagine nel vostro post, attaccate [img] davanti al vostro URL-immagine. Esempio: [img]http://example.com/images/file.jpg sarà agganciato al vostro messaggio.<br> Anche disponibile carica file cliccando pulsante in alro "Browse..."<br>',
'helpmem' => 'Membri: Avete alcune scelte nelle impostazioni del profilo. Si può impostare carattere e cambiare la password in qualsiasi momento.',
'helpmod' => 'Staff: Visualizzate il tasto dell amministratore giù. Questo vi riendizzerà, dove potete ripulire la stanza, bannare, visualizzare sessioni attive e disabilitare accesso agli ospiti, se necessario.',
'helpadm' => 'Amministratori: Vi è disponibile registrare utenti, modificare e rigistrare nuovi nomi senza che ci siano nella stanza.',
'profile' => 'Mio profilo',
'ignore' => 'Ignorare',
'unignore' => 'Non ignorare più',
'refreshrate' => 'Ricarica Chat (5-150 secondi)',
'fontcolour' => 'Colore carattere',
'viewexample' => 'Visualizza esempi',
'bgcolour' => 'Colore sfondo',
'fontface' => 'Carattere',
'roomdefault' => 'Predefinito',
'bold' => 'Grassetto',
'italic' => 'Corsivo',
'small' => 'Diminuito',
'fontexample' => 'Esempio del carattere selezionato',
'timestamps' => 'Visualizzare il tempo',
'embed' => 'Incollare immagine',
'incognito' => 'Modalità incognito',
'changenick' => 'Cambia nome',
'changepass' => 'Cambia password',
'oldpass' => 'Vecchio profilo:',
'newpass' => 'Nuovo profilo:',
'confirmpass' => 'Conferma:',
'savechanges' => 'Salavre cambiamenti',
'reloadpb' => 'Ricarica Chat',
'reloadmsgs' => 'Aggiorna/Indietro',
'chgprofile' => 'Profilo',
'adminbtn' => 'Amministratore',
'admnotes' => 'Note del amministratore',
'notes' => 'Appunti',
'clone' => 'Clona',
'randh' => 'Regole/Aiuto',
'exit' => 'Abbandona',
'bye' => 'Ti salutiamo %s, entra ancora!',
'colourtable' => 'Esempio colori',
'backtoprofile' => 'Tornare nel mio profilo',
'copy' => 'Copia:',
'choosecol' => 'Selezionate colore:',
'randomcol' => 'Colore a caso',
'enter' => 'Entrare',
'error' => 'Errore',
'members' => 'Registrati',
'guests' => 'Ospiti',
'approveguests' => '%d nuovi ospiti da accettare',
'allowchecked' => 'Permettere verifica',
'allowall' => 'Permettere a tutti',
'denychecked' => 'Non permettere verifica',
'denyall' => 'Non permettere a nessuno',
'denymessage' => 'Mandare messaggio con rifiuto:',
'butallowdeny' => 'Inviare',
'waitempty' => 'Non ci sono più richieste disponibili.',
'wrongcaptcha' => 'Captcha errata!',
'captchaexpire' => 'Codice di protezione è già in utilizzo oppure tempo scaduto.',
'noguests' => 'Scusate, entrano solo registrati!',
'curchat' => 'Attualmente %d partecipante (i) in stanza:',
'cantreg' => 'Non puoi registrarti %s',
'alreadyreged' => '%s Già registrato.',
'successreg' => '%s Registrato con successo.',
'cantchgstat' => 'Impossibile cambiare stato %s',
'succdel' => '%s eliminato dal database.',
'succchg' => 'Stato %s cambaito con successo.',
'wrongpass' => 'Password errata!',
'wrongglobalpass' => 'Password globale sbagliata!',
'succprofile' => 'Tuo profilo è stato salvato.',
'backtologin' => 'Tornare nella pag. pincipale.',
'backtochat' => 'Tornare nella chat.',
'Beige' => 'Beige',
'Black' => 'Nero',
'Blue' => 'Blu',
'BlueViolet' => 'Viola-blu',
'Brown' => 'Marrone',
'Cyan' => 'Azzurro',
'DarkBlue' => 'Blu-scuro',
'DarkGreen' => 'Verde-scuro',
'DarkRed' => 'Rosso-scuro',
'DarkViolet' => 'Viola-scuro',
'DeepSkyBlue' => 'Azzurro chiaro',
'Gold' => 'Oro',
'Grey' => 'Griggio',
'Green' => 'Verde',
'HotPink' => 'Rosa-chiaro',
'Indigo' => 'Indigo',
'LightBlue' => 'Blu-chiaro',
'LightGreen' => 'Verde-charo',
'LimeGreen' => 'Verde lime',
'Magenta' => 'Magenta',
'Olive' => 'Oliva',
'Orange' => 'Arancione',
'OrangeRed' => 'Arancione-rosso',
'Purple' => 'Viola',
'Red' => 'Rosso',
'RoyalBlue' => 'Re blu',
'SeaGreen' => 'Verde mare',
'Sienna' => 'Siena',
'Silver' => 'Cromato',
'Tan' => 'Abbronzato',
'Teal' => 'Teal',
'Violet' => 'Viola',
'White' => 'Bianco',
'Yellow' => 'Giallo',
'YellowGreen' => 'Giallo-verde',
'redirectto' => 'Riendirizzamento su:',
'nonhttp' => 'Url richiesto non è http:',
'httpredir' => 'Se non funziona prova questo:',
'actions' => 'Azioni',
'sesip' => 'IP-indirizzo',
'css' => 'CSS stili',
'memberexpire' => 'Time-Out membri (minuti)',
'guestexpire' => 'Time-out ospiti (minuti)',
'kickpenalty' => 'Ban (minuti)',
'entrywait' => 'Tempo di attesa stanza ospiti (secondi)',
'captchatime' => 'Time-Out Captcha (secondi)',
'messageexpire' => 'Time-Out messaggi (minuti)',
'messagelimit' => 'Limite messaggi (pubblici)',
'maxmessage' => 'Lunghezza massimale dei messaggi',
'confirm' => 'Sei sicuro?',
'yes' => 'Si',
'no' => 'No',
'colbg' => 'Colore sfondo',
'coltxt' => 'Colore testo',
'maxname' => 'Lunghezza nome massimale',
'minpass' => 'Lunghezza minima password',
'defaultrefresh' => 'In predefinito tempo di ricarica (secondi)',
'suguests' => 'Accettare ospiti',
'rulestxt' => 'Regole (html)',
'imgembed' => 'Inserimento immagini',
'trackip' => 'Visualizzare IP-sessione',
'captchachars' => 'Simboli, utilizzati in Captcha',
'memkick' => 'Membri possono espellere, se non è presente moderatore',
'forceredirect' => 'Riendirizzamento forzato',
'redirect' => 'Riendirizzamento forzato membri',
'backuprestore' => 'Backup e ripristino',
'backup' => 'Backup',
'restore' => 'Ripristino',
'settings' => 'Impostazioni',
'linkfilter' => 'Filtaggio link',
'chatname' => 'Nome Chat',
'destroy' => 'Distruggere chat',
'destroyed' => 'Chat distrutto',
'topic' => 'Tema',
'passreset' => 'Cambia password',
'cantresetpass' => 'Impossibile cambiare password',
'succpassreset' => 'Password cambiata',
'entermsg' => '%s entrato in chat.',
'exitmsg' => '%s abbandonato chat.',
'memregmsg' => '%s ora registrato membro.',
'suregmsg' => '%s ora registrato candidato.',
'kickmsg' => '%s espcluso dalla chat.',
'multikickmsg' => '%s esclusi dalla chat.',
'allkickmsg' => 'tutti ospiti esplusi dalla chat.',
'cleanmsg' => '%s pulito prima.',
'sendallmsg' => '%s - ',
'sendmemmsg' => '[M] %s - ',
'sendmodmsg' => '[Staff] %s - ',
'sendadmmsg' => '[Admin] %s - ',
'sendprvmsg' => '[%1$s a %2$s] - ',
'msgsendall' => 'Messaggio a tutti',
'msgsendmem' => 'Messaggio ai membri',
'msgsendmod' => 'Messaggio solo ai moderatori',
'msgsendadm' => 'Messaggio solo al amministratore',
'msgsendprv' => 'Messaggio privato',
'numnotes' => 'Numero per salvare',
'revisions' => 'Ripristino:',
'older' => 'Vecchi',
'newer' => 'Nuovi',
'accessdenied' => 'Rifiutato.',
'loggedinas' => 'Sei entrato come %s e non hai accesso alla sessione.',
'newnickname' => 'Nuovo nome:',
'nicknametaken' => 'Nome occupato',
'nopass' => 'Password sbagliata (Almeno %d simboli), senza cambiare nome',
'gdextrequired' => 'The gd extension of PHP is required for this feature. Please install it first.',
'memcachedextrequired' => 'The memcached extension of PHP is required for the caching feature. Please install it first or set the memcached setting back to false.',
'opensslextrequired' => 'The openssl extension of PHP is required for the encryption feature. Please install it first or set the encrypted setting back to false.',
'pdo_mysqlextrequired' => 'The pdo_mysql extension of PHP is required for the selected database driver. Please install it first.',
'pdo_pgsqlextrequired' => 'The pdo_pgsql extension of PHP is required for the selected database driver. Please install it first.',
'pdo_sqliteextrequired' => 'The pdo_sqlite extension of PHP is required for the selected database driver. Please install it first.',
'jsonextrequired' => 'The json extension of PHP is required for this feature. Please install it first.',
'sendmail' => 'Mandare messaggio come nuovo pubblico',
'mailsender' => 'Mandare messaggio utilizzando questo indirizzo',
'mailreceiver' => 'Mandare messaggio a questo indirizzo',
'modfallback' => 'Tornare nella stanza di attesa, se non è presente moderatore',
'regpass' => 'Ripetere password<br>Registrarsi',
'guestreg' => 'Permettere di registrarsi agli ospiti',
'asmember' => 'Come membro',
'assuguest' => 'Come candidato',
'fatalerror' => 'Errore fatale',
'prevmatch' => 'Testi nei campi coincidono',
'matchtoolong' => 'Testo troppo lungo. Si puà utilizzare solo 255 simboli, provare suddividere campo in parti',
'nocache' => 'Avtoricarica (per i Browser precedenti, per suddividere dal alto-basso)',
'disablepm' => 'Disabilitare mess. privati',
'disablechat' => 'Disabilitare chat',
'disabletext' => 'Messaggio di chat disabilitata (html)',
'disabledtext' => 'Attualmente disabilitato',
'defaulttz' => 'Fus orario predefinito',
'tz' => 'Fuso Orario',
'optional' => '(optional)',
'userloggedin' => 'Utilizzatore con questo nome è già in rete.',
'regednick' => 'Questo nome appartiene già ad un altro.',
'eninbox' => 'Abilitare offline-posta',
'inboxmsgs' => 'Leggete %d messaggi in entrata',
'offline' => '(offline)',
'deleteacc' => 'Eliminare account',
'eninnone' => 'Per nessuno',
'eninall' => 'Per tutti',
'eninmem' => 'Solo per membri',
'eninstaff' => 'Solo per moderatori',
'eninadmin' => 'Solo per amministratore',
'nickregex' => 'Nickname regex',
'passregex' => 'Password regex',
'externalcss' => 'Link per CSS esterno',
'greetingmsg' => 'Benvenuto %s!',
'entryhelp' => 'Se questa finestra non si aggiorna ogni %d secondi. Dovete abilitare aggiornamento automatico (meta refresh) nel vostro browser. Assicuratevi che non ci sia filtro-web, verificate impostazioni proxy, o plugin del browser per il blocco del aggiornamento! Esempi dei plugin: "Polipo", "NoScript", ecc...<br>Nota, (nel caso di errore di ricarica delle pagine a causa del server/proxy) Вы всегда можете использовать кнопки внизуpotete sempre utilizzare tasti in basso della pagina per ricaricare manualmente.',
'enablegreeting' => 'Visualizzare benvenuto prima del ultimo messaggio',
'unban' => 'Sbloccare',
'sortupdown' => 'Riordinare messaggi dal alto in basso',
'sortframe' => 'Ribaltare chat',
'cs' => 'Registrazione-sensibile',
'hidechatters' => 'Nascondere lista dei partecipanti',
'enfileupload' => 'Abilitare upload dei file',
'msgattache' => 'Annotazione',
'filenotfound' => 'File non trovato!',
'maxuploadsize' => 'Dimensione massima del file KB',
'maxsize' => 'Max. %d KB',
'cssupdate' => 'Note: Default CSS is now hardcoded and can be removed from the CSS setting',
'manualrefresh' => 'Bisogna aggiornare pagina manualmente',
'personalnotes' => 'Appunti personali',
'filtermodkick' => 'Utlizzare filtro di esclusione per moderatori',
];