aboutsummaryrefslogtreecommitdiffstats
path: root/library/ajaxchat/chat/lib/lang/it.php
blob: abcd4f9db5ec879f2834b68bc039b8caca2319bf (plain) (blame)
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
<?php
/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @author s8s8
 * @author Massimiliano Tiraboschi
 * @copyright (c) Sebastian Tschan
 * @license Modified MIT License
 * @link https://blueimp.net/ajax/
 */

$lang = array();
$lang['title'] = 'AJAX Chat';
$lang['userName'] = 'Nome';
$lang['password'] = 'Password';
$lang['login'] = 'Login';
$lang['logout'] = 'Uscita';
$lang['channel'] = 'Canale';
$lang['style'] = 'Stile';
$lang['language'] = 'Lingua';
$lang['inputLineBreak'] = 'Premi SHIFT+ENTER per inserire una linea vuota';
$lang['messageSubmit'] = 'Invia';
$lang['registeredUsers'] = 'Utente registrato';
$lang['onlineUsers'] = 'Utenti Online';
$lang['toggleAutoScroll'] = 'Autoscroll on/off';
$lang['toggleAudio'] = 'Suono on/off';
$lang['toggleHelp'] = 'Mostra/Nascondi aiuto';
$lang['toggleSettings'] = 'Mostra/Nascondi preferenze';
$lang['toggleOnlineList'] = 'Mostra/Nascondi lista utenti online';
$lang['bbCodeLabelBold'] = 'b';
$lang['bbCodeLabelItalic'] = 'i';
$lang['bbCodeLabelUnderline'] = 'u';
$lang['bbCodeLabelQuote'] = 'Cita';
$lang['bbCodeLabelCode'] = 'Codice';
$lang['bbCodeLabelURL'] = 'URL';
$lang['bbCodeLabelImg'] = 'Image';
$lang['bbCodeLabelColor'] = 'Colore Testo';
$lang['bbCodeTitleBold'] = 'Grassetto: [b]testo[/b]';
$lang['bbCodeTitleItalic'] = 'Corsivo: [i]testo[/i]';
$lang['bbCodeTitleUnderline'] = 'Sottolineato: [u]testo[/u]';
$lang['bbCodeTitleQuote'] = 'Cita: [quote]testo[/quote] oppure [quote=autore]testo[/quote]';
$lang['bbCodeTitleCode'] = 'Mostra Codice: [code]codice[/code]';
$lang['bbCodeTitleURL'] = 'Inserire URL: [url]http://example.org/[/url] oppure [url=http://example.org/]testo[/url]';
$lang['bbCodeTitleImg'] = 'Insert image: [img]http://example.org/image.jpg[/img]';
$lang['bbCodeTitleColor'] = 'Colore Testo: [color=red]testo[/color]';
$lang['help'] = 'Aiuto';
$lang['helpItemDescJoin'] = 'Entra nel canale:';
$lang['helpItemCodeJoin'] = '/join NomeCanale';
$lang['helpItemDescJoinCreate'] = 'Crea un canale privato (Solo utenti registrati):';
$lang['helpItemCodeJoinCreate'] = '/join';
$lang['helpItemDescInvite'] = 'Invita qualcuno (e.g. in un canale privato):';
$lang['helpItemCodeInvite'] = '/invite Username';
$lang['helpItemDescUninvite'] = 'Rimuovi invito:';
$lang['helpItemCodeUninvite'] = '/uninvite Username';
$lang['helpItemDescLogout'] = 'Esce dalla Chat:';
$lang['helpItemCodeLogout'] = '/quit';
$lang['helpItemDescPrivateMessage'] = 'Messaggio privato:';
$lang['helpItemCodePrivateMessage'] = '/msg NomeUtente Testo';
$lang['helpItemDescQueryOpen'] = 'Apre un canale privato:';
$lang['helpItemCodeQueryOpen'] = '/query NomeUtente';
$lang['helpItemDescQueryClose'] = 'Chiude un canale privato:';
$lang['helpItemCodeQueryClose'] = '/query';
$lang['helpItemDescAction'] = 'Descrive azione:';
$lang['helpItemCodeAction'] = '/action Testo';
$lang['helpItemDescDescribe'] = 'Descrive azioni in messaggi privati:';
$lang['helpItemCodeDescribe'] = '/describe NomeUtente Testo';
$lang['helpItemDescIgnore'] = 'Ignora/accetta messaggi di un Utente:';
$lang['helpItemCodeIgnore'] = '/ignore NomeUtente';
$lang['helpItemDescIgnoreList'] = 'Elenca la lista degli ignorati:';
$lang['helpItemCodeIgnoreList'] = '/ignore';
$lang['helpItemDescWhereis'] = 'Display user channel:';
$lang['helpItemCodeWhereis'] = '/whereis Username';
$lang['helpItemDescKick'] = 'Fa uscire un Utente (Solo Moderatore):';
$lang['helpItemCodeKick'] = '/kick NomeUtente [Minuti bannato]';
$lang['helpItemDescUnban'] = 'Toglie il Ban a un Utente (Solo Moderatore):';
$lang['helpItemCodeUnban'] = '/unban NomeUtente';
$lang['helpItemDescBans'] = 'Lista Utenti Bannati (Solo Moderatore):';
$lang['helpItemCodeBans'] = '/bans';
$lang['helpItemDescWhois'] = 'Mostra IP Utente (Solo Moderatore):';
$lang['helpItemCodeWhois'] = '/whois NomeUtente';
$lang['helpItemDescWho'] = 'Lista Utenti in linea:';
$lang['helpItemCodeWho'] = '/who [NomeCanale]';
$lang['helpItemDescList'] = 'Lista canali disponibili:';
$lang['helpItemCodeList'] = '/list';
$lang['helpItemDescRoll'] = 'Lancia i dadi:';
$lang['helpItemCodeRoll'] = '/roll [quantita]d[faccie]';
$lang['helpItemDescNick'] = 'Cambia username:';
$lang['helpItemCodeNick'] = '/nick Username';
$lang['settings'] = 'Preferenze';
$lang['settingsBBCode'] = 'Attiva BBCode:';
$lang['settingsBBCodeImages'] = 'Enable image BBCode:';
$lang['settingsBBCodeColors'] = 'Enable font color BBCode:';
$lang['settingsHyperLinks'] = 'Attiva hyperlinks:';
$lang['settingsLineBreaks'] = 'Attiva linee bianche:';
$lang['settingsEmoticons'] = 'Attiva emoticons:';
$lang['settingsAutoFocus'] = 'Focus messaggio automatico:';
$lang['settingsMaxMessages'] = 'Max messaggi in chat:';
$lang['settingsWordWrap'] = 'Attiva taglio parole lunghe:';
$lang['settingsMaxWordLength'] = 'Lunghezza massima parole:';
$lang['settingsDateFormat'] = 'Formato data ed ora:';
$lang['settingsPersistFontColor'] = 'Colore font persistente:';
$lang['settingsAudioVolume'] = 'Volume suono:';
$lang['settingsSoundReceive'] = 'Suono messaggi entranti:';
$lang['settingsSoundSend'] = 'Suono messaggi uscenti:';
$lang['settingsSoundEnter'] = 'Suono per login:';
$lang['settingsSoundLeave'] = 'Suono per uscita:';
$lang['settingsSoundChatBot'] = 'Suono per messaggi robot:';
$lang['settingsSoundError'] = 'Suono per messaggi errore:';
$lang['settingsBlink'] = 'Lampeggio nuovi messaggi:';
$lang['settingsBlinkInterval'] = 'Intervallo lampeggio:';
$lang['settingsBlinkIntervalNumber'] = 'Numero massimo lampeggi:';
$lang['playSelectedSound'] = 'Esegui suono selezionato';
$lang['requiresJavaScript'] = 'Serve il JavaScript per questa Chat.';
$lang['errorInvalidUser'] = 'Nome utente non valido.';
$lang['errorUserInUse'] = 'Nome utente  in uso.';
$lang['errorBanned'] = 'Utente o IP bannato.';
$lang['errorMaxUsersLoggedIn'] = 'La chat ha raggiunto il massimo numero di utenti connessi.';
$lang['errorChatClosed'] = 'La chat è chiusa in questo momento.';
$lang['logsTitle'] = 'AJAX Chat - Logs';
$lang['logsDate'] = 'Data';
$lang['logsTime'] = 'Ora';
$lang['logsSearch'] = 'Cerca';
$lang['logsPrivateChannels'] = 'Canali Privati';
$lang['logsPrivateMessages'] = 'Messaggi privati';
?>