WP Live Chat Support - Version 6.2.03

Version Description

  • 2016-07-19 - Low priority =
  • Italian translation updated - thank you Angelo Giammarresi
  • Fixed Danish translation bug
  • Minor UI fixes
  • Edge browser bug fix when opening chats
Download this release

Release Info

Developer WP-LiveChat
Plugin Icon 128x128 WP Live Chat Support
Version 6.2.03
Comparing to
See all releases

Code changes from version 6.2.02 to 6.2.03

css/chat-style.css CHANGED
@@ -759,3 +759,28 @@
759
  .wplc_faded_upsell {
760
  color: lightgrey;
761
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759
  .wplc_faded_upsell {
760
  color: lightgrey;
761
  }
762
+ .wplc_chat_area_temp { padding:20px; }
763
+ .offline-quote {
764
+ font-size: 26px;
765
+ font-style: italic;
766
+ text-align: center;
767
+ width: 100%;
768
+ display: block;
769
+ color: #343434;
770
+ }
771
+ .offline-status {
772
+ display: block;
773
+ width: 100%;
774
+ text-align: center;
775
+ line-height: 45px;
776
+ }
777
+
778
+
779
+ .wplc-logo {
780
+
781
+ padding-top: 50px;
782
+ max-width: 100vw;
783
+ padding-bottom: 50px;
784
+
785
+ }
786
+
images/poke_group.png ADDED
Binary file
images/wplc-logo.png ADDED
Binary file
js/wplc_u_admin.js CHANGED
@@ -396,7 +396,14 @@ jQuery(document).ready(function () {
396
 
397
  });
398
 
399
- wplc_call_to_server(data);
 
 
 
 
 
 
 
400
 
401
  jQuery("body").on("click", ".wplc_delete_message", function(e){
402
 
396
 
397
  });
398
 
399
+ if (typeof wplc_choose_accept_chats !== "undefined" && wplc_choose_accept_chats === "0" ) {
400
+ /* do nothing as they do not want to accept chats - kill the whole system! */
401
+ jQuery("#wplc_admin_chat_area_new").html("<div class='wplc_chat_area_temp'>"+ " " + wplc_localized_quote_string+"</div>");
402
+ jQuery("#wplc_admin_chat_holder").append(wplc_localized_offline_string)
403
+ } else {
404
+ wplc_call_to_server(data);
405
+ }
406
+
407
 
408
  jQuery("body").on("click", ".wplc_delete_message", function(e){
409
 
js/wplc_u_admin_chat.js CHANGED
@@ -370,7 +370,7 @@ function niftyShareFile(fileToUpload, failedID, successID, uploadingID, original
370
  //Files allowed - continue
371
  if(fileToUpload.size < 4000000){ //Max size of 4MB
372
  jQuery.ajax({
373
- url : wplc_ajaxurl,
374
  type : 'POST',
375
  data : formData,
376
  cache: false,
370
  //Files allowed - continue
371
  if(fileToUpload.size < 4000000){ //Max size of 4MB
372
  jQuery.ajax({
373
+ url : wplc_home_ajaxurl,
374
  type : 'POST',
375
  data : formData,
376
  cache: false,
languages/wplivechat-it_IT.mo CHANGED
Binary file
languages/wplivechat-it_IT.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
- "POT-Creation-Date: 2015-03-17 11:21+0200\n"
5
- "PO-Revision-Date: 2015-10-14 14:17+0200\n"
6
  "Last-Translator: Angelo Giammarresi <info@wocmultimedia.com>\n"
7
  "Language-Team: Angelo Giammarresi <info@wocmultimedia.com>\n"
8
  "Language: it_IT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.10\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\wp-"
@@ -17,348 +17,548 @@ msgstr ""
17
  "X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\wp-"
18
  "live-chat-support-pro\n"
19
 
20
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:264
21
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:228
 
 
 
 
22
  msgid "Admin has closed and ended the chat"
23
  msgstr "L'Amministratore ha chiuso e terminato la chat"
24
 
25
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:299
26
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:252
27
  msgid "There is No Answer. Please Try Again Later"
28
  msgstr "Non vi è alcuna risposta. Riprovare più tardi"
29
 
30
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:23
31
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:892
32
- msgid "Visitors on site"
33
- msgstr "sito per i visitatori"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:40
 
 
 
36
  msgid "Initiate Chat"
37
  msgstr "Avviare Chat"
38
 
39
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:42
 
40
  msgid "You must be a chat agent to initiate chats"
41
  msgstr "Devi essere un operatore di chat per avviare la chat"
42
 
43
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:53
44
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:205
45
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1133
46
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:205
47
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:958
48
- msgid "IP Address not recorded"
49
- msgstr "Indirizzo IP non registrati"
50
 
51
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:55
52
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:207
53
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1135
54
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:207
55
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:960
56
- msgid "Whois for"
57
- msgstr "Whois per"
 
58
 
59
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:87
60
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:257
61
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1172
62
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:241
63
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
64
  msgid "Site Info"
65
  msgstr "Informazioni Sito"
66
 
67
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:89
68
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:259
69
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1174
70
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:243
71
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:984
72
  msgid "Chat initiated on:"
73
  msgstr "Chat avviata il:"
74
 
75
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:93
76
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:263
77
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1178
78
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:247
79
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:988
80
  msgid "Advanced Info"
81
  msgstr "Informazioni Avanzate"
82
 
83
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:95
84
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:265
85
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1180
86
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:249
87
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:990
88
  msgid "Browser:"
89
  msgstr "Browser:"
90
 
91
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:96
92
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:266
93
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1181
94
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:250
95
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:991
96
  msgid "IP Address:"
97
  msgstr "Indirizzo IP"
98
 
99
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:139
100
  msgid "No visitors on-line at the moment"
101
  msgstr "Nessun visitatore in linea al momento"
102
 
103
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:182
104
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:188
105
  msgid "No chat sessions available at the moment"
106
  msgstr "Nessuna sessione di chat è disponibile al momento"
107
 
108
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:184
109
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:190
110
  msgid "Active Chats"
111
  msgstr "Live Chat"
112
 
113
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:213
114
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:212
115
- msgid "Accept Chat"
116
- msgstr "Accettare Chat"
117
-
118
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:215
119
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:214
120
- msgid "Incoming Chat"
121
- msgstr "Avviare Chat"
122
-
123
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:215
124
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:214
125
- msgid "You have an incoming chat."
126
- msgstr "Hai una chat in arrivo."
127
-
128
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:219
129
  msgid "You must be a chat agent to answer chats"
130
  msgstr "Devi essere un operatore di chat per rispondere alla chat"
131
 
132
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:225
133
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:218
134
  msgid "Open Chat Window"
135
  msgstr "Apri la Finestra della Chat"
136
 
137
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
138
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:220
139
- msgid "Chat Active"
140
- msgstr "Attiva"
141
-
142
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
143
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:220
144
- msgid "This chat is active"
145
- msgstr "La chat e attiva"
146
-
147
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:229
148
  msgid "Chat has been answered by another agent"
149
  msgstr "La Discussione è stata presa in carico da un altro operatore"
150
 
151
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:230
152
  msgid "Chat answered by another agent"
153
  msgstr "La Discussione è stata presa in carico da un altro operatore"
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:288
 
156
  msgid "WP Live Chat Support - Offline Message from "
157
  msgstr "Supporto WP Live Chat - Messaggio non in linea da"
158
 
159
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
160
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:733
161
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:614
162
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:782
163
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:816
164
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:886
165
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:178
166
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:484
 
 
 
167
  msgid "Name"
168
  msgstr "Nome"
169
 
170
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
171
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:734
172
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:615
173
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:783
174
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:817
175
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:887
176
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:485
 
 
 
177
  msgid "Email"
178
  msgstr "E-mail"
179
 
180
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
181
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:735
182
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:818
 
 
 
 
 
183
  msgid "Message"
184
  msgstr "Messaggio"
185
 
186
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
 
187
  msgid "Via WP Live Chat Support"
188
  msgstr "Supporto via WP live Chat"
189
 
190
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:337
191
  msgid "Alert: Someone wants to chat with you on "
192
  msgstr "Attenzione: Qualcuno vuole chattare con te su"
193
 
194
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
195
  msgid "Someone wants to chat with you on your website"
196
  msgstr "Qualcuno vuole chattare con te sul tuo sito web"
197
 
198
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
199
  msgid "Log in"
200
  msgstr "Accedi"
201
 
202
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:512
203
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:528
204
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:543
 
 
 
205
  msgid "Chat Agent"
206
  msgstr "Operatore Chat"
207
 
208
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:517
209
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:533
 
 
210
  msgid "Make this user a chat agent"
211
  msgstr "Trasforma questo utente in un operatore di chat"
212
 
213
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:547
 
214
  msgid "Your user role does not allow you to make yourself a chat agent."
215
  msgstr "Il tuo ruolo utente non ti permette di essere un operatore della chat."
216
 
217
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:548
 
218
  msgid "Please contact the administrator of this website to change this."
219
  msgstr ""
220
  "Per favore contattare l'amministratore di questo sito per effettuare i "
221
  "cambiamenti."
222
 
223
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:634
 
224
  msgid "Chat Agent Online"
225
  msgstr "Operatore Chat Disponibile"
226
 
227
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:636
228
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:641
 
 
229
  msgid "Chat Agents Online"
230
  msgstr "Operatori Chat Disponibili"
231
 
232
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:732
233
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:613
234
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:885
 
235
  msgid "Date"
236
  msgstr "Data"
237
 
238
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:749
 
239
  msgid "You have not received any offline messages."
240
  msgstr "Non permettere agli utenti di inviare messaggi con la chat inattiva"
241
 
242
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:20
243
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  msgid "WP Live Chat Support Settings"
245
  msgstr "Impostazioni Supporto WP live Chat"
246
 
247
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
248
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  msgid "General Settings"
250
  msgstr "Impostazioni Generali"
251
 
252
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
253
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
254
  msgid "Chat Box"
255
  msgstr "Riquadro Chat"
256
 
257
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
258
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:262
259
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1837
260
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
261
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:284
 
262
  msgid "Offline Messages"
263
  msgstr "Messaggi Offline"
264
 
265
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
266
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:361
267
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
268
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:339
269
  msgid "Styling"
270
  msgstr "Stile"
271
 
272
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:35
273
  msgid "Chat Agents"
274
  msgstr "Operatori Chat"
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
277
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:552
278
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:24
279
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
280
- msgid "Animations"
281
- msgstr "Azione"
282
-
283
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:37
284
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:25
285
  msgid "Blocked Visitors"
286
  msgstr "Visitatori bloccati "
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:40
289
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:28
 
 
 
 
 
 
 
 
 
 
 
290
  msgid "Main Settings"
291
  msgstr "Impostazioni Principali"
292
 
293
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:43
294
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
295
  msgid "Chat enabled"
296
  msgstr "Chat abilitata"
297
 
298
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:46
299
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:34
300
  msgid "Yes"
301
  msgstr "Si"
302
 
303
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:47
304
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:35
305
  msgid "No"
306
  msgstr "No"
307
 
308
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:52
309
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
310
  msgid "Choose when I want to be online"
311
  msgstr "Scegliere quando voglio essere disponibille"
312
 
313
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:55
314
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:41
315
  msgid ""
316
- "Checking this will allow you to change your status to \"Online\" or \"Offline"
317
- "\" on the \"Live Chat\" page."
318
  msgstr ""
319
- "Verifica questo vi permetterà di cambiare il proprio stato di \"online\" o"
320
- "\"Offline\" sul\"pagina\"Live Chat."
321
 
322
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
323
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
324
  msgid "Hide Chat"
325
  msgstr "Nascondi Chat"
326
 
327
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:61
328
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
329
  msgid "Hides chat for 24hrs when user clicks X"
330
  msgstr "Nasconde la chat per 24 ore quando l'utente fa clic sulla X"
331
 
332
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
333
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:73
334
  msgid "Require Name And Email"
335
  msgstr "Bisogna inserire Nome ed E-mail"
336
 
337
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:70
338
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:74
339
  msgid ""
340
  "Users will have to enter their Name and Email Address when starting a chat"
341
  msgstr ""
342
  "Gli Utenti devono inserire il proprio Nome e Indirizzo E-mail quando "
343
  "iniziano la chat"
344
 
345
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:78
346
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:82
347
  msgid "Input Field Replacement Text"
348
  msgstr "Campo per l'immissione del testo sostitutivo"
349
 
350
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:79
351
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:83
352
  msgid "This is the text that will show in place of the Name And Email fields"
353
  msgstr "Questo è il testo che viene mostrato al posto dei campi Nome ed E-mail"
354
 
355
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
356
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:91
357
  msgid "Use Logged In User Details"
358
  msgstr "Utilizzare i Dettagli di Accesso Utente"
359
 
360
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:88
361
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:92
362
  msgid ""
363
  "A user's Name and Email Address will be used by default if they are logged "
364
  "in."
@@ -366,13 +566,13 @@ msgstr ""
366
  "Per gli utenti registrati se hanno effettuato l'accesso il sistema userà "
367
  "automaticamente il loro Nome e indirizzo E-mail."
368
 
369
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
370
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
371
  msgid "Enable On Mobile Devices"
372
  msgstr "Abilitare sui dispositivi portatili"
373
 
374
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
375
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:101
376
  msgid ""
377
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
378
  "devices. (Smartphones and Tablets)"
@@ -380,23 +580,38 @@ msgstr ""
380
  "Se disabilitato la Finestra di Chat non verrà mostrata nei dispositivi "
381
  "prtatili. (Smartphones e Tablets)"
382
 
383
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:105
384
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
385
  msgid "Record a visitor's IP Address"
386
  msgstr "Registrare l'indirizzo IP di un visitatore"
387
 
388
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:106
389
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:110
390
  msgid "Disable this to enable anonymity for your visitors"
391
  msgstr "Disabilitare questa opzione per abilitare l'anonimato per i visitatori"
392
 
393
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
394
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
395
  msgid "Include chat window on the following pages:"
396
  msgstr "Includere la finestra della chat nelle seguenti pagine:"
397
 
398
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:115
399
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
 
400
  msgid ""
401
  "Show the chat window on the following pages. Leave blank to show on all. "
402
  "(Use comma-separated Page ID's)"
@@ -404,22 +619,14 @@ msgstr ""
404
  "Mostra la finestra della chat nelle seguenti pagine. Lasciare vuoto per "
405
  "visualizzarla sempre. (Usare ID Pagine separati da virgola)"
406
 
407
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:119
408
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
409
- msgid ""
410
- "Do not include and exclude pages at the same time. Please only use one or "
411
- "the other"
412
- msgstr ""
413
- "Non includere ed escludere pagine allo stesso tempo. Si consiglia di usare "
414
- "soltanto uno o l'altro."
415
-
416
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:124
417
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:134
418
  msgid "Exclude chat window on the following pages:"
419
  msgstr "Escludere la finestra della chat nelle seguenti pagine:"
420
 
421
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:125
422
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
 
423
  msgid ""
424
  "Do not show the chat window on the following pages. Leave blank to show on "
425
  "all. (Use comma-separated Page ID's)"
@@ -427,11 +634,13 @@ msgstr ""
427
  "Non mostrare la finestra della chat nelle seguenti pagine. Lasciare vuoto "
428
  "per visualizzarla sempre. (Usare ID Pagine separati da virgola)"
429
 
430
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
 
431
  msgid "Allow any user to make themselves a chat agent"
432
  msgstr "Consentire a qualsiasi utente di farsi un agente di chat"
433
 
434
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:136
 
435
  msgid ""
436
  "Checking this will allow any of your users to make themselves a chat agent "
437
  "when editing their profile."
@@ -439,43 +648,43 @@ msgstr ""
439
  "Verifica questo permetterà uno dei tuoi utenti per farsi un agente di chat "
440
  "quando modificando il loro profilo ."
441
 
442
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:143
443
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
444
  msgid "Chat Window Settings"
445
  msgstr "Impostazioni Finestra Chat"
446
 
447
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:146
448
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:156
449
  msgid "Chat box alignment"
450
  msgstr "Allineamento Riquadro Chat"
451
 
452
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
453
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
454
  msgid "Bottom left"
455
  msgstr "In Basso a sinistra"
456
 
457
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:150
458
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:160
459
  msgid "Bottom right"
460
  msgstr "In Basso a Destra"
461
 
462
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:151
463
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:161
464
  msgid "Left"
465
  msgstr "A sinistra"
466
 
467
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:152
468
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:162
469
  msgid "Right"
470
  msgstr "A destra"
471
 
472
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
473
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:168
474
  msgid "Auto Pop-up"
475
  msgstr "Pop-up automatico"
476
 
477
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:162
478
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:172
479
  msgid ""
480
  "Expand the chat box automatically (prompts the user to enter their name and "
481
  "email address)."
@@ -483,89 +692,97 @@ msgstr ""
483
  "Espandi l'area della chat automaticamente (richiedi all'utente di inserire "
484
  "il nome e l'indirizzo e-mail)."
485
 
486
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:168
 
487
  msgid "Name "
488
  msgstr "Nome"
489
 
490
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:182
491
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:194
 
492
  msgid "Picture"
493
  msgstr "Immagine"
494
 
495
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:190
496
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:197
497
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:213
 
498
  msgid "Upload Image"
499
  msgstr "Carica Immagine"
500
 
501
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:192
 
502
  msgid "Remove Image"
503
  msgstr "Rimuovi Immagine"
504
 
505
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:193
506
  msgid "Recomended Size 40px x 40px"
507
  msgstr "Dimensioni consigliate 40px x 40px"
508
 
509
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:199
510
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:210
 
511
  msgid "Logo"
512
  msgstr "Logo"
513
 
514
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:207
 
515
  msgid "Upload Logo"
516
  msgstr "Carica Logo"
517
 
518
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
 
519
  msgid "Remove Logo"
520
  msgstr "Rimuovi Logo"
521
 
522
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:210
 
523
  msgid "Recomended Size 250px x 40px"
524
  msgstr "Dimensioni consigliate 250px x 40px"
525
 
526
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:216
527
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:226
 
528
  msgid "Chat delay (seconds)"
529
  msgstr "Ritardo Chat (secondi)"
530
 
531
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:219
532
- msgid "how long it takes for your chat window to pop up"
533
- msgstr "quanto tempo necessita per apparire la vostra finestra di chat"
 
534
 
535
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:225
536
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:242
 
537
  msgid "Chat notifications"
538
  msgstr "Notifiche Chat"
539
 
540
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
541
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:246
542
- msgid "Alert me via email as soon as someone wants to chat"
543
- msgstr "Avvisami via e-mail quando qualcuno vuole chattare"
544
-
545
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:230
546
- msgid "(while online only)"
547
- msgstr "(solo quando è in linea)"
548
 
549
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
550
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:258
551
  msgid "Display name and avatar in chat"
552
  msgstr "Visualizzare nome ed avatar nella chat"
553
 
554
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
555
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:264
556
  msgid "Display the agent and user name above each message in the chat window."
557
  msgstr ""
558
  "Visualizzare nella finestra della chat l'operatore ed il nome utente sopra "
559
  "ciascun messaggio."
560
 
561
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:246
562
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:269
563
  msgid "Only show the chat window to users that are logged in"
564
  msgstr ""
565
  "Visualizzare la finestra della chat soltanto agli utenti che sono collegati"
566
 
567
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:254
568
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:277
569
  msgid ""
570
  "By checking this, only users that are logged in will be able to chat with "
571
  "you."
@@ -573,13 +790,13 @@ msgstr ""
573
  "Selezionando questa opzione soltanto gli utenti che sono collegati potranno "
574
  "chattare con te."
575
 
576
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:266
577
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:288
578
  msgid "Do not allow users to send offline messages"
579
  msgstr "Non permettere agli utenti di inviare messaggi con la chat inattiva"
580
 
581
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:274
582
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:292
583
  msgid ""
584
  "The chat window will be hidden when it is offline. Users will not be able to "
585
  "send offline messages to you"
@@ -587,154 +804,169 @@ msgstr ""
587
  "La finestra della chat verrà nascosta quando è inattiva e gli utenti non "
588
  "potranno inviarti messaggi differiti."
589
 
590
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:279
591
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:297
592
  msgid "Email Address"
593
  msgstr "Indirizzo E-mail"
594
 
595
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:283
596
- msgid "Email address where offline messages are delivered to"
597
- msgstr "Indirizzo e-mail a cui i messaggi non in linea vengono recapitati"
598
-
599
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:284
600
  msgid ""
601
- "Use comma separated email addresses to send to more than one email address"
 
602
  msgstr ""
603
- "Usa separati da virgole tra indirizzi e-mail da inviare a più di un "
604
- "indirizzo e-mail"
605
 
606
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
 
607
  msgid "Sending Method"
608
  msgstr "Metodo di Spedizione"
609
 
610
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:293
 
611
  msgid "WP Mail"
612
  msgstr "WP Mail"
613
 
614
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
 
615
  msgid "PHP Mailer"
616
  msgstr "PHP Mailer"
617
 
618
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:306
 
619
  msgid "Host"
620
  msgstr "Host"
621
 
622
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:314
 
623
  msgid "Port"
624
  msgstr "Porta"
625
 
626
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:322
 
627
  msgid "Username"
628
  msgstr "Nome Utente"
629
 
630
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:330
 
631
  msgid "Password"
632
  msgstr "Password"
633
 
634
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:339
 
635
  msgid "Offline Chat Box Title"
636
  msgstr "Titolo Riquadro Chat Non in linea"
637
 
638
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:347
 
639
  msgid "Offline Text Fields"
640
  msgstr "Testo Campi Offline"
641
 
642
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:380
 
643
  msgid "Choose a theme"
644
  msgstr "Scegliere un thema"
645
 
646
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:385
647
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:386
648
  msgid "Theme 1"
649
  msgstr "Thema 1"
650
 
651
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:389
652
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:390
653
  msgid "Theme 2"
654
  msgstr "Thema 2"
655
 
656
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
657
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:394
658
  msgid "Theme 3"
659
  msgstr "Thema 3"
660
 
661
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:397
662
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:398
663
  msgid "Theme 4"
664
  msgstr "Thema 4"
665
 
666
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:401
667
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:402
668
  msgid "Theme 5"
669
  msgstr "Thema 5"
670
 
671
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:405
672
  msgid "Theme 6"
673
  msgstr "Thema 6"
674
 
675
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:406
676
  msgid "Custom. Enter Colour Values Below"
677
  msgstr "Personalizzato . Inserisci Valori colore sotto"
678
 
679
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:422
680
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:359
681
  msgid "Chat box fill color"
682
  msgstr "Colore di riempimento riquadro Chat"
683
 
684
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:428
685
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:365
686
  msgid "Chat box font color"
687
  msgstr "Colore Carattere riquadro Chat"
688
 
689
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:442
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
690
  msgid "First Section Text"
691
  msgstr "Testo Prima Sezione "
692
 
693
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:451
 
694
  msgid "Intro Text"
695
  msgstr "Testo introduttivo"
696
 
697
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:457
 
698
  msgid "Second Section Text"
699
  msgstr "Testo Seconda Sezione "
700
 
701
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:464
 
702
  msgid "Reactivate Chat Section Text"
703
  msgstr "Riattivare la sezione testo della Chat"
704
 
705
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:472
 
706
  msgid "User chat welcome"
707
  msgstr "Benvenuto all'utente della chat"
708
 
709
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:481
 
710
  msgid "Other text"
711
  msgstr "Altro testo"
712
 
713
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:483
 
714
  msgid "This text is shown above the user chat input field"
715
  msgstr ""
716
  "Questo testo viene visualizzato sopra il campo di immissione di chat utente"
717
 
718
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:509
719
- #, fuzzy
720
- msgid "Current Users that are Chat Agents"
721
- msgstr "Utenti che sono agenti Chat"
722
-
723
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:523
724
- msgid ""
725
- "To add or remove a user as a chat agent, go into the users profile and "
726
- "select the checkbox Chat Agent and click save."
727
- msgstr ""
728
- "Per aggiungere o rimuovere un utente da operatore di chat, andare nel "
729
- "profilo utenti, selezionare Operatore Chat e poi cliccare sul pulsante salva."
730
-
731
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:524
732
- msgid "If there are no chat agents online, the chat will show as offline"
733
- msgstr ""
734
- "Se non c'è alcun operatore di chat collegato la chat verrà visualizzata come "
735
- "non operativa."
736
-
737
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:559
738
  msgid ""
739
  "You are using an outdated version of WP Live Chat Support Basic. Please "
740
  "update your plugin to allow for animations to function"
@@ -742,694 +974,1069 @@ msgstr ""
742
  "Stai utilizzando una versione non aggiornata del supporto WP Live Chat "
743
  "Basic. Per favore"
744
 
745
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:564
 
746
  msgid "Choose an animation"
747
  msgstr "Scegli un'animazione"
748
 
749
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:570
750
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:443
751
  msgid "Slide Up"
752
- msgstr ""
753
 
754
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:574
755
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:447
756
  msgid "Slide From The Side"
757
- msgstr ""
758
 
759
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:578
760
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:451
761
  msgid "Fade In"
762
- msgstr ""
763
 
764
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:582
765
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:455
766
  msgid "No Animation"
767
  msgstr "No animazione"
768
 
769
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:594
770
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
771
  msgid "Blocked Visitors - Based on IP Address"
772
  msgstr "I visitatori bloccato - in base all'indirizzo IP"
773
 
774
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:595
775
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:466
776
  msgid "Enter each IP Address you would like to block on a new line"
777
  msgstr ""
778
  "Immettere ogni indirizzo IP che si desidera bloccare, su una nuova linea"
779
 
780
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:604
781
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:467
782
- #, fuzzy
783
  msgid ""
784
  "Blocking a user's IP Address here will hide the chat window from them, "
785
  "preventing them from chatting with you. Each IP Address must be on a new line"
786
  msgstr ""
787
- "Blocco indirizzo IP di un utente qui si nasconde la finestra di chat da "
788
- "loro, impedendo loro di chiacchierare con voi. Ogni indirizzo IP deve essere "
789
- "su una nuova linea"
790
-
791
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:607
792
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:470
793
- msgid "Save Settings"
794
- msgstr "Salva Impostazioni"
795
-
796
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:472
797
- msgid "Dear User"
798
- msgstr "Caro Utente"
799
 
800
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:473
801
- msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
 
802
  msgstr ""
803
- "Stai utilizzando una versione non aggiornata del supporto WP Live Chat "
804
- "Basic. Per favore"
805
 
806
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:473
807
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:819
808
- msgid "update to at least version"
809
- msgstr "aggiorna all'ultima versione"
810
 
811
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:473
812
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:819
813
- msgid "to ensure all functionality is in working order"
814
- msgstr "affinchè tutte le funzionalità funzionino correttamente"
815
 
816
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
 
817
  msgid ""
818
- "You're live chat box on your website has been temporarily disabled until the "
819
- "basic plugin has been updated. This is to ensure a smooth and hassle-free "
820
- "user experience for both yourself and your visitors."
821
  msgstr ""
822
- "La vostra finestra di chat è stata temporaneamente disabilitata durante "
823
- "l'aggiornamento della versione base del plugin per evitare possibili "
824
- "inconvenienti di operabilità a voi ed ai vostri visitatori."
825
 
826
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
 
827
  msgid ""
828
- "You can update your plugin <a href='./update-core.php'>here</a> or <a "
829
- "href='./plugins.php'>here</a>."
830
- msgstr ""
831
- "Potete aggiornare il vostro plugin <a href='./update-core.php'>qui</a> "
832
- "oppure <a href='./plugins.php'>qua</a>."
833
-
834
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:476
835
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:822
836
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:840
837
- msgid "If you are having difficulty updating the plugin, please contact"
838
  msgstr ""
839
- "Se si hanno difficoltà con l'aggiornamento del plug-in, si prega di "
840
- "contattarci"
841
 
842
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:489
843
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
844
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:831
845
- msgid "Dear Pro User"
846
- msgstr "Caro Utente PRO"
847
 
848
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:490
 
849
  msgid ""
850
- "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
851
- "download the latest copy from"
 
852
  msgstr ""
853
- "WP Live Chat Support Pro richiede WP Live Chat Support per funzionare. È "
854
- "possibile scaricare l'ultima versione da"
 
 
855
 
856
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:502
857
- msgid "Admin"
858
- msgstr "Amministratore"
859
 
860
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:506
861
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:374
862
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:441
863
- msgid "Questions?"
864
- msgstr "Domande?"
865
 
866
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:507
867
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:375
868
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:441
869
- msgid "Chat with us"
870
- msgstr "Chatta con noi"
871
 
872
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:508
873
- msgid "Start live chat"
874
- msgstr "Avvia Chat in diretta"
 
875
 
876
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:509
877
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:381
878
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:503
879
- msgid "Start Chat"
880
- msgstr "Inizia Chat"
881
 
882
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:510
883
- msgid "Connecting. Please be patient..."
884
- msgstr ""
885
- "Ti stiamo collegando con un nostro addetto alle vendite. Si prega di essere "
886
- "pazienti."
887
 
888
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:511
889
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:390
890
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:509
891
- msgid "Reactivating your previous chat..."
892
- msgstr "Riattivazione precedente conversazione ..."
893
 
894
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:512
895
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:315
896
- msgid "Chat offline. Leave a message"
897
- msgstr "Chat disponibille. Lascia un messaggio"
898
 
899
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:513
900
- msgid "Hello. Please input your details so that I may help you."
901
- msgstr "Ciao. Si prega di inserire i tuoi dati in modo che io possa aiutare."
902
 
903
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:514
904
- msgid ""
905
- "We are currently offline. Please leave a message and we'll get back to you "
906
- "shortly."
907
- msgstr ""
908
- "Siamo attualmente offline. Lasciate un messaggio e vi risponderemo al più "
909
- "presto."
910
 
911
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:515
912
- msgid "Sending message..."
913
- msgstr "Invia Messaggio"
914
 
915
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:516
916
- msgid "Thank you for your message. We will be in contact soon."
917
- msgstr "Grazie per le vostre risposte. Vi contatteremo al più presto"
918
 
919
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:517
920
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:514
921
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:999
922
- msgid "Press ENTER to send your message"
923
- msgstr "Premi INVIO per inviare il tuo messaggio"
924
 
925
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:518
926
- msgid "Welcome. How may I help you?"
927
- msgstr "Benvenuto . Come posso aiutarti ?"
928
 
929
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:558
930
- msgid "You are currently accepting chats"
931
- msgstr "Stai accettando chat"
 
932
 
933
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:559
934
- msgid "You are not accepting chats"
935
- msgstr "Non accetti le chat"
 
936
 
937
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:607
938
- msgid "Delete History"
939
- msgstr "Cancellare cronologia"
 
940
 
941
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:616
942
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:888
943
- msgid "URL"
944
- msgstr "URL"
 
 
 
945
 
946
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:617
947
- msgid "Status"
948
- msgstr "Stato"
 
 
 
 
 
949
 
950
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:618
951
- msgid "Action"
952
- msgstr "Azione"
 
 
 
 
953
 
954
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:624
955
- msgid "No chats available at the moment"
956
- msgstr "Nessun chat disponibile al momento"
957
 
958
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:632
959
- msgid "View Chat History"
960
- msgstr "Visualizza cronologia chat"
961
 
962
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:733
963
- #, fuzzy
964
- msgid "Minize Chat Window"
965
- msgstr "Apri la Finestra della Chat"
966
 
967
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:734
968
- msgid "Close Chat Window"
969
- msgstr "Chiudi la Finestra della Chat"
970
 
971
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:819
972
- msgid "Send message"
973
- msgstr "Invia Messaggio"
 
 
 
 
 
 
974
 
975
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:845
976
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:518
977
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1013
978
- msgid "Send"
979
- msgstr "Invia"
980
 
981
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:886
982
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1452
983
- msgid "Please click 'Start Chat' to initiate a chat with an agent"
984
  msgstr ""
985
- "Per favore clicca su 'Avvia Chat' per iniziare una discussione con "
986
- "l'operatore disponibile"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
987
 
988
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1012
989
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1476
990
- msgid "Your settings have been saved."
991
- msgstr "Le impostazioni sono state salvate."
992
 
993
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1028
994
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:872
995
- msgid "Chat sessions"
996
- msgstr "Sessioni di Chat"
997
 
998
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1030
999
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:874
1000
  msgid ""
1001
- "Please note: This window must be open in order to receive new chat "
1002
- "notifications."
 
1003
  msgstr ""
1004
- "Attenzione: Questa finestra deve essere aperta per ricevere le nuove "
1005
- "notifiche di chat."
 
 
 
 
 
1006
 
1007
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1034
1008
  msgid ""
1009
- "You are not a chat agent. Please make yourself a chat agent before trying to "
1010
- "chat to visitors"
1011
  msgstr ""
1012
- "Non sei un agente di chat. Si prega di fare un agente di chat prima di "
1013
- "tentare di parlare ai visitatori"
1014
 
1015
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1128
1016
- msgid "Unknown"
1017
- msgstr "Sconosciuto"
1018
 
1019
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1144
1020
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:966
1021
- msgid "End chat"
1022
- msgstr "Fine chat"
 
 
 
1023
 
1024
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1149
1025
  msgid "Attempting to open the chat window... Please be patient."
1026
  msgstr ""
1027
  "In attesa di aprire la finestra di discussione... Si prega di essere "
1028
  "pazienti."
1029
 
1030
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1246
1031
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1593
1032
- msgid "This chat has already been answered. Please close the chat window"
1033
- msgstr ""
1034
- "Questa discussione ha già ricevuto una risposta. Si prega di chiudere la "
1035
- "finestra di chat"
1036
-
1037
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1314
1038
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1125
1039
- msgid "User has opened the chat window"
1040
- msgstr "L'utente ha aperto la finestra di chat"
1041
-
1042
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1319
1043
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1130
1044
- msgid "User has minimized the chat window"
1045
- msgstr "L'utente ha ridotto al minimo la finestra di chat"
1046
-
1047
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1324
1048
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1135
1049
- msgid "User has maximized the chat window"
1050
- msgstr "L'utente ha massimizzato la finestra di chat"
1051
-
1052
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1329
1053
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1140
1054
- msgid "User has closed and ended the chat"
1055
- msgstr "L'utente ha chiuso e terminato la chat"
1056
-
1057
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1707
1058
  msgid ""
1059
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
1060
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
1061
  msgstr ""
1062
- "Si è verificato un errore HTTP inaspettato durante la richiesta API. </p> "
1063
- "<p> <a href=\"?\" onclick=\"document.location.reload(); return false;"
1064
- "\">Riprovare</a>"
1065
-
1066
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1712
1067
- msgid "An unknown error occurred"
1068
- msgstr "Si è verificato un errore sconosciuto"
1069
-
1070
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1831
1071
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:258
1072
- msgid "Live Chat"
1073
- msgstr "Live Chat"
1074
-
1075
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1832
1076
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:259
1077
- msgid "Settings"
1078
- msgstr "Impostazioni"
1079
 
1080
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1833
1081
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1851
1082
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1862
1083
- msgid "Quick Responses"
1084
- msgstr "Risposte Rapide"
1085
 
1086
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1835
1087
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:260
1088
- msgid "History"
1089
- msgstr "Cronologia"
1090
 
1091
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1836
1092
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:261
1093
- msgid "Missed Chats"
1094
- msgstr "Chat perse"
1095
 
1096
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1838
1097
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
1098
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:262
1099
- msgid "Feedback"
1100
- msgstr "Feedback"
1101
 
1102
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1842
1103
- msgid "Error Log"
1104
- msgstr "Log Errori"
1105
 
1106
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1845
1107
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:263
1108
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1600
1109
- msgid "Support"
1110
- msgstr "Support"
1111
 
1112
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1852
1113
- msgid "Quick Response"
1114
- msgstr "Risposta Rapida"
1115
 
1116
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1853
1117
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1856
1118
- msgid "New Quick Response"
1119
- msgstr "Nuova Risposta Rapida"
1120
 
1121
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1854
1122
- msgid "Add New Quick Response"
1123
- msgstr "Aggiungi Nuova Risposta Rapida"
1124
 
1125
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1855
1126
- msgid "Edit Quick Response"
1127
- msgstr "Modifica Risposta Rapida"
1128
 
1129
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1857
1130
- msgid "All Quick Responses"
1131
- msgstr "Tutte le Risposte Rapide"
1132
 
1133
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1858
1134
- msgid "View Quick Responses"
1135
- msgstr "Mostra le Risposte Rapide"
1136
 
1137
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1859
1138
- msgid "Search Quick Responses"
1139
- msgstr "Cerca nelle Risposte Rapide"
 
 
1140
 
1141
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1860
1142
- msgid "No Quick Responses found"
1143
- msgstr "Non sono state trovate Risposte Rapide"
1144
 
1145
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1861
1146
- msgid "No Quick Responses found in the Trash"
1147
- msgstr "Non sono state trovate Risposte Rapide nel cestino"
1148
 
1149
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1866
1150
- msgid "Quick Responses for WP Live Chat Support Pro"
1151
- msgstr "Risposte Rapide per WP live Chat Support Pro"
 
 
1152
 
1153
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1921
1154
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1925
1155
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1000
1156
- msgid "Assign Quick Response"
1157
- msgstr "Assegnare Risposta rAPIDA"
1158
 
1159
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1928
1160
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1000
1161
- msgid "Select"
1162
- msgstr "Seleziona"
1163
 
1164
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1934
1165
- msgid "What is this?"
1166
- msgstr "Che cosa significa?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1167
 
1168
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:566
1169
  msgid "complete"
1170
  msgstr "completa"
1171
 
1172
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:569
1173
  msgid "pending"
1174
  msgstr "in attesa"
1175
 
1176
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:572
1177
  msgid "active"
1178
  msgstr "attiva"
1179
 
1180
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:575
1181
  msgid "deleted"
1182
  msgstr "cancellata"
1183
 
1184
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:578
1185
  msgid "browsing"
1186
  msgstr "esplorazione"
1187
 
1188
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:581
1189
  msgid "requesting chat"
1190
  msgstr "richiesta di chat"
1191
 
1192
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:584
1193
  msgid "Chat Ended - User still browsing"
1194
  msgstr "Chat Terminata - L'utente sta ancora navigando"
1195
 
1196
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:587
1197
  msgid "User is browsing but doesn't want to chat"
1198
  msgstr "L'utente sta navigando, ma non vuole usare la chat"
1199
 
1200
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:671
1201
  msgid "Get Pro Add-on to accept more chats"
1202
  msgstr "Passa alla versione Pro per accettare più conversazioni"
1203
 
1204
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:915
1205
  msgid "You have not missed any chat requests."
1206
  msgstr "Non hai perso richieste di chat"
1207
 
1208
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1209
  msgid "WP Live Chat Support Feedback"
1210
  msgstr "Commenti del Supporto WP Live Chat"
1211
 
1212
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
1213
  msgid "We'd love to hear your comments and/or suggestions"
1214
  msgstr "Ci piacerebbe ricevere i vostri commenti e / o suggerimenti"
1215
 
1216
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
1217
  msgid "Your Name"
1218
  msgstr "Nome"
1219
 
1220
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
1221
  msgid "Your Email"
1222
  msgstr "Email"
1223
 
1224
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
1225
  msgid "Your Website"
1226
  msgstr "Sito Web"
1227
 
1228
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
 
 
 
 
 
1229
  msgid "Send Feedback"
1230
  msgstr "Invia Commento"
1231
 
1232
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
1233
  msgid "Agents"
1234
  msgstr "Operatori"
1235
 
1236
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
1237
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
1238
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
1239
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:141
1240
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
1241
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
1242
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
1243
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
1244
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:249
 
 
 
 
 
1245
  msgid "available in the"
1246
  msgstr "disponibile"
1247
 
1248
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
1249
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
1250
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
1251
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
1252
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:185
1253
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
1254
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:217
1255
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:233
1256
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
1257
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:304
1258
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:318
1259
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:394
1260
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:464
1261
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1391
1262
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1411
1263
  msgid "Pro Add-on"
1264
  msgstr "Pro Add-on"
1265
 
1266
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:49
1267
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
1268
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
1269
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:143
1270
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:186
1271
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:202
1272
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:218
1273
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:234
1274
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:251
 
1275
  msgid "only"
1276
  msgstr "solo"
1277
 
1278
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:66
1279
- msgid " once off. Updates included forever."
 
 
 
 
1280
  msgstr ""
1281
- "Si paga una sola volta e poi si riceveranno gli aggiornamenti per sempre."
 
 
 
 
1282
 
1283
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:303
1284
- msgid "Get offline messages with the "
1285
- msgstr "Ricevi i messaggi non in linea con il "
 
1286
 
1287
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:312
1288
- msgid "Offline text"
1289
- msgstr "Testo non in linea"
 
1290
 
1291
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:317
1292
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:393
1293
- msgid "Edit these text fields using the "
1294
- msgstr "Modificare questi campi di testo utilizzando il"
1295
 
1296
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:343
1297
- msgid "Choose a colour scheme. Only available in the"
1298
- msgstr "Scegli una combinazione di colori. Disponibile solo in"
1299
 
1300
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:343
1301
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:434
1302
- msgid "Pro add-on"
1303
- msgstr "Pro Add-on"
1304
 
1305
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:347
1306
- msgid "Colour Scheme 1"
1307
- msgstr "Schema di colore 1"
1308
 
1309
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:348
1310
- msgid "Colour Scheme 2"
1311
- msgstr "Schema di colore 2"
1312
 
1313
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:349
1314
- msgid "Colour Scheme 3"
1315
- msgstr "Schema di colore 3"
1316
 
1317
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:350
1318
- msgid "Colour Scheme 4"
1319
- msgstr "Schema di colore 4"
1320
 
1321
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:351
1322
- msgid "Colour Scheme 5"
1323
- msgstr "Schema di colore 5"
1324
 
1325
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:352
1326
- msgid "Colour Scheme 6"
1327
- msgstr "Schema di colore 6"
1328
 
1329
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:372
1330
- msgid "First section text"
1331
- msgstr "Testo della Prima sezione"
 
 
 
1332
 
1333
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:379
1334
- msgid "Second section text"
1335
- msgstr "Testo della seconda sezione"
1336
 
1337
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:382
1338
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:506
1339
- msgid "Connecting you to a sales person. Please be patient."
 
1340
  msgstr ""
1341
- "Ti stiamo collegando con un nostro addetto alle vendite. Si prega di essere "
1342
- "pazienti."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
 
1344
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:388
1345
- msgid "Reactivate chat section text"
1346
- msgstr "Riattivare la sezione testuale della chat "
 
 
 
 
1347
 
1348
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1349
- msgid "Multiple Agents"
1350
- msgstr "Operatori Multipli"
 
 
 
 
 
1351
 
1352
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:406
1353
- msgid "Get"
1354
- msgstr "Ottenere"
 
 
 
 
 
1355
 
1356
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:406
1357
- msgid "Multiple agent support"
1358
- msgstr "Supporto Operatore Multiplo"
1359
 
1360
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:434
1361
- msgid "Get a variety of animations in the "
1362
- msgstr "Ottenere una varietà di animazioni nella"
1363
 
1364
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:437
1365
- msgid "Choose an animation (Pro Only)"
1366
- msgstr "Scegli un'animazione ( Pro solo )"
 
 
 
 
1367
 
1368
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:464
1369
  msgid ""
1370
- "Block visitors from chatting to you based on their IP address using the "
 
1371
  msgstr ""
 
 
 
 
 
 
 
1372
 
1373
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
1374
  msgid "Welcome to "
1375
  msgstr "Benvenuto a"
1376
 
1377
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:6
1378
- msgid "Version 4"
1379
- msgstr "Versione 4"
1380
 
1381
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:8
1382
- msgid "Provide Instant Live Chat Support!"
1383
- msgstr "Supporto istantanea via WP live Chat"
1384
 
1385
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:10
1386
  msgid "How did you find us?"
1387
  msgstr "Come ci ai trovato ?"
1388
 
1389
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
1390
  msgid "WordPress.org plugin repository "
1391
  msgstr "Magazzino dei plugin di WordPress.org"
1392
 
1393
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
1394
  msgid "Search Term"
1395
  msgstr "Cerca Termine"
1396
 
1397
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
1398
  msgid "Google or other search Engine"
1399
  msgstr "Google o altro motore di ricerca"
1400
 
1401
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
1402
  msgid "Friend recommendation"
1403
  msgstr "Raccomandazione da Amici"
1404
 
1405
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
1406
  msgid "Other"
1407
  msgstr "Altro"
1408
 
1409
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
1410
  msgid "Please Explain"
1411
  msgstr "Si prega di spiegare"
1412
 
1413
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
1414
  msgid "Submit"
1415
  msgstr "Invia"
1416
 
1417
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
1418
  msgid "Skip"
1419
  msgstr "Salta"
1420
 
1421
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:227
1422
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1271
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1423
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1424
  msgstr ""
1425
  "Per favore clicca su \\'Avvia Chat\\' per iniziare una discussione con "
1426
  "l'operatore disponibile"
1427
 
1428
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:448
1429
- msgid "Start Live Chat"
1430
- msgstr "Avvia Chat in diretta"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1431
 
1432
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:819
 
 
 
 
 
 
 
 
 
 
 
 
1433
  msgid ""
1434
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1435
  "strong>. Please"
@@ -1437,7 +2044,15 @@ msgstr ""
1437
  "Stai utilizzando una versione non aggiornata di <strong>WP Live Chat Support "
1438
  "Pro</strong>. Per favore"
1439
 
1440
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:820
 
 
 
 
 
 
 
 
1441
  msgid ""
1442
  "You're live chat box on your website has been temporarily disabled until the "
1443
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
@@ -1447,291 +2062,898 @@ msgstr ""
1447
  "l'aggiornamento della versione Pro così da evitare possibili inconvenienti "
1448
  "di operabilità sia per voi che per i vostri visitatori."
1449
 
1450
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
1451
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:839
1452
  msgid ""
1453
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
1454
- "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
1455
  "version/' target='_BLANK'>here</a>."
1456
  msgstr ""
1457
  "Potete aggiornare il vostro plugin <a href='./update-core.php'>qui</a>, <a "
1458
  "href='./plugins.php'>qui</a> oppure <a href='http://wp-livechat.com/get-"
1459
  "updated-version/' target='_BLANK'>qua</a>."
1460
 
1461
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:832
1462
- #, fuzzy
 
 
 
 
 
 
1463
  msgid ""
1464
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1465
  "strong>."
1466
  msgstr ""
1467
  "Stai utilizzando una versione non aggiornata di <strong>WP Live Chat Support "
1468
- "Pro</strong>. Per favore"
1469
 
1470
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:834
1471
- #, fuzzy
1472
  msgid "Please update to the latest version of WP Live Chat Support Pro"
1473
- msgstr ""
1474
- "Stai utilizzando una versione non aggiornata del supporto WP Live Chat "
1475
- "Basic. Per favore"
1476
 
1477
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:835
1478
- msgid "Version 4.4.5"
1479
- msgstr "Versione 4.4.5"
1480
 
1481
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:836
1482
- #, fuzzy
1483
- msgid "to take advantage of chat window transitions and colour schemes."
1484
- msgstr "Per sfruttare transizioni finestra di chat e colori."
 
 
 
 
 
 
 
1485
 
1486
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:863
1487
- msgid "Experiencing problems with the plugin?"
1488
- msgstr "Problemi con il plugin?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1489
 
1490
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:865
1491
- msgid "Review the documentation."
1492
- msgstr "Vi suggeriamo di consultare prima la documentazione."
1493
 
1494
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:866
1495
- msgid "Or ask a question on our"
1496
- msgstr "O fare una domanda sul nostro"
1497
 
1498
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:866
1499
- msgid "Support forum."
1500
- msgstr "Forum di supporto"
1501
 
1502
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:894
 
 
1503
  msgid "With the Pro add-on of WP Live Chat Support, you can"
1504
  msgstr "Con il modulo aggiuntivo Pro di WP Live Chat Support, è possibile"
1505
 
1506
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:895
1507
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:896
1508
  msgid "see who's online and initiate chats"
1509
  msgstr "vedere chi è online e avviare la chat"
1510
 
1511
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:897
 
 
 
 
 
 
1512
  msgid "with your online visitors with the click of a button."
1513
  msgstr ""
1514
  "con tutti i tuoi visitatori in linea semplicemente cliccando un bottone."
1515
 
1516
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:898
1517
- msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
 
 
 
 
 
 
 
 
 
 
 
 
1518
  msgstr ""
1519
- "Acquista ora il pacchetto aggiuntivo Pro, paghi soltanto UNA VOLTA 19,95 "
1520
- "dollari e riceverai gratuitamente PER SEMPRE tutti gli aggiornamenti futuri."
 
 
 
 
1521
 
1522
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:900
1523
- msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1524
  msgstr ""
1525
- "Acquista ora il pacchetto aggiuntivo Pro, paghi soltanto una volta 19,95 "
1526
- "dollari e riceverai gratuitamente per sempre tutti gli aggiornamenti futuri."
1527
 
1528
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:952
1529
  msgid "Previous"
1530
  msgstr "Precedente"
1531
 
1532
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:954
1533
  msgid "Active"
1534
  msgstr "Attiva"
1535
 
1536
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:963
1537
  msgid "Chat with"
1538
  msgstr "Discuti con"
1539
 
1540
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1000
 
 
 
 
 
 
 
 
 
 
 
 
 
1541
  msgid "Add Quick Responses to your Live Chat"
1542
  msgstr "Aggiungere Risposte rapide alla vostra Chat Attiva"
1543
 
1544
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1000
1545
  msgid "Pro version only"
1546
  msgstr "Solo nella versione Pro"
1547
 
1548
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1011
1549
  msgid "type here..."
1550
  msgstr "scrivi qua..."
1551
 
1552
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1387
1553
- msgid "WP Live Chat History"
1554
- msgstr "Cronologia WP Live Chat"
1555
 
1556
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1391
1557
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1411
1558
- #, fuzzy
1559
- msgid "This option is only available in the "
1560
- msgstr "disponibile"
1561
 
1562
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1391
1563
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1411
1564
- msgid "Get it now for only $19.95 once off!"
1565
- msgstr ""
1566
 
1567
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1396
1568
- #, fuzzy
1569
- msgid "WP Live Chat Missed Chats"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1570
  msgstr "Cronologia WP Live Chat"
1571
 
1572
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1403
1573
- #, fuzzy
1574
- msgid "WP Live Chat Offline Messages"
1575
- msgstr "Supporto WP Live Chat - Messaggio non in linea da"
1576
 
1577
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1408
1578
- #, fuzzy
1579
  msgid ""
1580
  "Please update to the latest version of WP Live Chat Support Pro to start "
1581
  "recording any offline messages."
1582
  msgstr ""
1583
- "Stai utilizzando una versione non aggiornata di <strong>WP Live Chat Support "
1584
- "Pro</strong>. Per favore"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1585
 
1586
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1491
1587
  msgid "Thank You for your feedback!"
1588
  msgstr "Grazie per le vostre risposte!"
1589
 
1590
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1495
1591
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1508
1592
  msgid "Thank you for your feedback. We will be in touch soon"
1593
  msgstr "Grazie per le vostre risposte. Vi contatteremo al più presto"
1594
 
1595
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1511
1596
  msgid "There was a problem sending your feedback. Please log your feedback on "
1597
  msgstr ""
1598
  "C'è stato un problema nell'invio del feedback. Si prega di inserire il "
1599
  "vostro commento nei"
1600
 
1601
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1544
1602
  msgid ""
1603
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
1604
  "issues while using WP Live Chat Support as a result of this. Please get in "
1605
  "contact your host to get this function enabled."
1606
  msgstr ""
 
 
 
 
1607
 
1608
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1550
1609
  msgid ""
1610
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
1611
  "using WP Live Chat Support as a result of this. Please contact your host to "
1612
  "get safe mode disabled."
1613
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1614
 
1615
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1562
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1616
  msgid "WP Live Chat Support"
1617
  msgstr "Supporto via WP live Chat"
1618
 
1619
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1565
1620
- #, fuzzy
1621
  msgid "Documentation"
1622
- msgstr "Vi suggeriamo di consultare prima la documentazione."
1623
 
1624
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1567
1625
  msgid ""
1626
  "Getting started? Read through some of these articles to help you along your "
1627
  "way."
1628
  msgstr ""
1629
  "Iniziare? Leggere alcuni di questi articoli per aiutarvi lungo la strada."
1630
 
1631
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1568
1632
- #, fuzzy
1633
  msgid "Documentation:"
1634
- msgstr "Vi suggeriamo di consultare prima la documentazione."
1635
-
1636
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1570
1637
- #, fuzzy
1638
- msgid "Installing the WP Live Chat Support Pro add-on"
1639
- msgstr "Con il modulo aggiuntivo Pro di WP Live Chat Support, è possibile"
1640
 
1641
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1571
1642
- msgid "Running the WP Live Chat Support plugin for the first time (Pro)"
1643
- msgstr "Esecuzione il plugin WP Live Chat Support per la prima volta (Pro)"
1644
-
1645
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1572
1646
- #, fuzzy
1647
- msgid "Upgrading your licence (Pro)"
1648
- msgstr "Aggiornamento licenza (Pro)"
1649
-
1650
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1573
1651
  msgid "Minimum System Requirements"
1652
  msgstr "Requisiti minimi di sistema"
1653
 
1654
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1575
1655
- msgid "FAQ's:"
1656
- msgstr ""
1657
-
1658
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1577
1659
- msgid "How do I check for JavaScript errors on my site?"
1660
- msgstr "Come posso controllare per errori JavaScript sul mio sito?"
1661
 
1662
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1578
1663
- #, fuzzy
1664
  msgid "What are Quick Responses?"
1665
- msgstr "Cerca nelle Risposte Rapide"
1666
 
1667
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1579
1668
  msgid "Can I use this plugin on my multi-site?"
1669
  msgstr "Posso usare questo plugin sul mio multi-sito?"
1670
 
1671
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1580
1672
- #, fuzzy
1673
  msgid "How do I disable APC Object Cache?"
1674
  msgstr "Come faccio a disattivare APC Object Cache?"
1675
 
1676
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1581
1677
  msgid "Do you have a mobile app?"
1678
  msgstr "Avete una applicazione mobile?"
1679
 
1680
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1582
1681
- #, fuzzy
1682
- msgid "Do I have to be logged into the dashboard to chat with visitors?"
1683
- msgstr "Devo essere registrato nel cruscotto di chattare con i visitatori?"
1684
 
1685
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1586
1686
  msgid "Troubleshooting"
1687
  msgstr "Risoluzione dei problemi"
1688
 
1689
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1588
1690
  msgid ""
1691
- "WP Live Chat Support Pro has a diverse and wide range of features which may, "
1692
  "from time to time, run into conflicts with the thousands of themes and other "
1693
  "plugins on the market."
1694
  msgstr ""
 
 
 
1695
 
1696
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1589
1697
- #, fuzzy
1698
  msgid "Common issues:"
1699
  msgstr "Problemi comuni:"
1700
 
1701
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1591
1702
- #, fuzzy
1703
  msgid "The chat box doesnt show up"
1704
- msgstr "La finestra di chat non si mostra"
1705
 
1706
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1592
1707
  msgid "The chat window disappears when I logout or go offline"
1708
  msgstr "La finestra di chat scompare quando logout o andare offline"
1709
 
1710
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1594
1711
- #, fuzzy
 
 
 
 
 
1712
  msgid "Messages only show when I refresh the chat window"
1713
- msgstr "L'utente ha aperto la finestra di chat"
1714
 
1715
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1595
1716
  msgid "I'm not getting any notifications of a new chat"
1717
  msgstr "Non ricevo alcuna notifica di una nuova chat"
1718
 
1719
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1596
1720
  msgid "The chat window never goes offline"
1721
  msgstr "La finestra di chat non va offline"
1722
 
1723
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1602
1724
  msgid "Still need help? Use one of these links below."
1725
  msgstr "Ancora bisogno di aiuto? Utilizzare uno di questi link qui sotto."
1726
 
1727
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1604
1728
- msgid "Support forum"
1729
- msgstr "Forum di supporto"
1730
 
1731
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1605
1732
  msgid "Contact us"
1733
  msgstr "Contattaci"
1734
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1735
  #~ msgid "User Data"
1736
  #~ msgstr "Dati Utente"
1737
 
@@ -1749,8 +2971,129 @@ msgstr "Contattaci"
1749
  #~ msgid "Email address"
1750
  #~ msgstr "Indirizzo Email"
1751
 
 
1752
  #~ msgid "From URL"
1753
- #~ msgstr "Dall'URL"
1754
 
1755
  #~ msgid "open"
1756
  #~ msgstr "apri"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
+ "POT-Creation-Date: 2016-07-11 10:24+0200\n"
5
+ "PO-Revision-Date: 2016-07-11 20:47+0100\n"
6
  "Last-Translator: Angelo Giammarresi <info@wocmultimedia.com>\n"
7
  "Language-Team: Angelo Giammarresi <info@wocmultimedia.com>\n"
8
  "Language: it_IT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.7\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\wp-"
17
  "X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\wp-"
18
  "live-chat-support-pro\n"
19
 
20
+ #: wp-live-chat-support-pro/ajax-pro.php:269
21
+ msgid "Guest"
22
+ msgstr "Ospite"
23
+
24
+ #: wp-live-chat-support-pro/ajax-pro.php:341
25
+ #: wp-live-chat-support/ajax_new.php:272
26
  msgid "Admin has closed and ended the chat"
27
  msgstr "L'Amministratore ha chiuso e terminato la chat"
28
 
29
+ #: wp-live-chat-support-pro/ajax-pro.php:376
30
+ #: wp-live-chat-support/ajax_new.php:296
31
  msgid "There is No Answer. Please Try Again Later"
32
  msgstr "Non vi è alcuna risposta. Riprovare più tardi"
33
 
34
+ #: wp-live-chat-support-pro/functions-pro.php:54
35
+ #: wp-live-chat-support-pro/functions-pro.php:173
36
+ #: wp-live-chat-support-pro/functions-pro.php:325
37
+ #: wp-live-chat-support/functions.php:288
38
+ #: wp-live-chat-support/functions.php:480
39
+ #: wp-live-chat-support/wp-live-chat-support.php:2376
40
+ msgid "IP Address not recorded"
41
+ msgstr "Indirizzo IP non registrati"
42
+
43
+ #: wp-live-chat-support-pro/functions-pro.php:56
44
+ #: wp-live-chat-support-pro/functions-pro.php:175
45
+ #: wp-live-chat-support-pro/functions-pro.php:327
46
+ #: wp-live-chat-support/functions.php:290
47
+ #: wp-live-chat-support/functions.php:482
48
+ #: wp-live-chat-support/wp-live-chat-support.php:2378
49
+ msgid "Whois for"
50
+ msgstr "Whois per"
51
+
52
+ #: wp-live-chat-support-pro/functions-pro.php:61
53
+ #: wp-live-chat-support-pro/functions-pro.php:333
54
+ #: wp-live-chat-support/functions.php:295
55
+ #: wp-live-chat-support/functions.php:437
56
+ #: wp-live-chat-support/functions.php:1342
57
+ msgid "Accept Chat"
58
+ msgstr "Accettare Chat"
59
+
60
+ #: wp-live-chat-support-pro/functions-pro.php:63
61
+ #: wp-live-chat-support-pro/functions-pro.php:335
62
+ #: wp-live-chat-support/functions.php:297
63
+ msgid "Incoming Chat"
64
+ msgstr "Avviare Chat"
65
+
66
+ #: wp-live-chat-support-pro/functions-pro.php:63
67
+ #: wp-live-chat-support-pro/functions-pro.php:335
68
+ #: wp-live-chat-support/functions.php:297
69
+ msgid "You have an incoming chat."
70
+ msgstr "Hai una chat in arrivo."
71
+
72
+ #: wp-live-chat-support-pro/functions-pro.php:67
73
+ #: wp-live-chat-support/functions.php:442
74
+ msgid "Open Chat"
75
+ msgstr "Apri la Finestra della Chat"
76
+
77
+ #: wp-live-chat-support-pro/functions-pro.php:69
78
+ #: wp-live-chat-support-pro/functions-pro.php:347
79
+ #: wp-live-chat-support/functions.php:303
80
+ msgid "Chat Active"
81
+ msgstr "Attiva"
82
+
83
+ #: wp-live-chat-support-pro/functions-pro.php:69
84
+ #: wp-live-chat-support-pro/functions-pro.php:347
85
+ #: wp-live-chat-support/functions.php:303
86
+ msgid "This chat is active"
87
+ msgstr "La chat e attiva"
88
 
89
+ #: wp-live-chat-support-pro/functions-pro.php:74
90
+ #: wp-live-chat-support-pro/functions-pro.php:160
91
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2280
92
+ #: wp-live-chat-support/wp-live-chat-support.php:1590
93
  msgid "Initiate Chat"
94
  msgstr "Avviare Chat"
95
 
96
+ #: wp-live-chat-support-pro/functions-pro.php:76
97
+ #: wp-live-chat-support-pro/functions-pro.php:162
98
  msgid "You must be a chat agent to initiate chats"
99
  msgstr "Devi essere un operatore di chat per avviare la chat"
100
 
101
+ #: wp-live-chat-support-pro/functions-pro.php:99
102
+ #: wp-live-chat-support/functions.php:505
103
+ msgid "New"
104
+ msgstr "Nuovo"
 
 
 
105
 
106
+ #: wp-live-chat-support-pro/functions-pro.php:101
107
+ #: wp-live-chat-support/functions.php:507
108
+ msgid "Returning"
109
+ msgstr "Returning"
110
+
111
+ #: wp-live-chat-support-pro/functions-pro.php:143
112
+ msgid "Visitors on site"
113
+ msgstr "sito per i visitatori"
114
 
115
+ #: wp-live-chat-support-pro/functions-pro.php:207
116
+ #: wp-live-chat-support-pro/functions-pro.php:377
117
+ #: wp-live-chat-support/functions.php:326
118
+ #: wp-live-chat-support/wp-live-chat-support.php:2411
 
119
  msgid "Site Info"
120
  msgstr "Informazioni Sito"
121
 
122
+ #: wp-live-chat-support-pro/functions-pro.php:209
123
+ #: wp-live-chat-support-pro/functions-pro.php:379
124
+ #: wp-live-chat-support/functions.php:328
125
+ #: wp-live-chat-support/wp-live-chat-support.php:2413
 
126
  msgid "Chat initiated on:"
127
  msgstr "Chat avviata il:"
128
 
129
+ #: wp-live-chat-support-pro/functions-pro.php:213
130
+ #: wp-live-chat-support-pro/functions-pro.php:383
131
+ #: wp-live-chat-support/functions.php:332
132
+ #: wp-live-chat-support/wp-live-chat-support.php:2417
 
133
  msgid "Advanced Info"
134
  msgstr "Informazioni Avanzate"
135
 
136
+ #: wp-live-chat-support-pro/functions-pro.php:215
137
+ #: wp-live-chat-support-pro/functions-pro.php:385
138
+ #: wp-live-chat-support/functions.php:334
139
+ #: wp-live-chat-support/wp-live-chat-support.php:2419
 
140
  msgid "Browser:"
141
  msgstr "Browser:"
142
 
143
+ #: wp-live-chat-support-pro/functions-pro.php:216
144
+ #: wp-live-chat-support-pro/functions-pro.php:386
145
+ #: wp-live-chat-support/functions.php:335
146
+ #: wp-live-chat-support/wp-live-chat-support.php:2420
 
147
  msgid "IP Address:"
148
  msgstr "Indirizzo IP"
149
 
150
+ #: wp-live-chat-support-pro/functions-pro.php:259
151
  msgid "No visitors on-line at the moment"
152
  msgstr "Nessun visitatore in linea al momento"
153
 
154
+ #: wp-live-chat-support-pro/functions-pro.php:302
155
+ #: wp-live-chat-support/functions.php:271
156
  msgid "No chat sessions available at the moment"
157
  msgstr "Nessuna sessione di chat è disponibile al momento"
158
 
159
+ #: wp-live-chat-support-pro/functions-pro.php:304
160
+ #: wp-live-chat-support/functions.php:273
161
  msgid "Active Chats"
162
  msgstr "Live Chat"
163
 
164
+ #: wp-live-chat-support-pro/functions-pro.php:339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  msgid "You must be a chat agent to answer chats"
166
  msgstr "Devi essere un operatore di chat per rispondere alla chat"
167
 
168
+ #: wp-live-chat-support-pro/functions-pro.php:345
169
+ #: wp-live-chat-support/functions.php:301
170
  msgid "Open Chat Window"
171
  msgstr "Apri la Finestra della Chat"
172
 
173
+ #: wp-live-chat-support-pro/functions-pro.php:349
 
 
 
 
 
 
 
 
 
 
174
  msgid "Chat has been answered by another agent"
175
  msgstr "La Discussione è stata presa in carico da un altro operatore"
176
 
177
+ #: wp-live-chat-support-pro/functions-pro.php:350
178
  msgid "Chat answered by another agent"
179
  msgstr "La Discussione è stata presa in carico da un altro operatore"
180
 
181
+ #: wp-live-chat-support-pro/functions-pro.php:409
182
+ #: wp-live-chat-support/functions.php:1188
183
  msgid "WP Live Chat Support - Offline Message from "
184
  msgstr "Supporto WP Live Chat - Messaggio non in linea da"
185
 
186
+ #: wp-live-chat-support-pro/functions-pro.php:410
187
+ #: wp-live-chat-support-pro/functions-pro.php:969
188
+ #: wp-live-chat-support/functions.php:1189
189
+ #: wp-live-chat-support/functions.php:1560
190
+ #: wp-live-chat-support/includes/deprecated.php:192
191
+ #: wp-live-chat-support/includes/deprecated.php:391
192
+ #: wp-live-chat-support/includes/settings_page.php:245
193
+ #: wp-live-chat-support/wp-live-chat-support.php:1281
194
+ #: wp-live-chat-support/wp-live-chat-support.php:1435
195
+ #: wp-live-chat-support/wp-live-chat-support.php:2924
196
+ #: wp-live-chat-support/wp-live-chat-support.php:3034
197
  msgid "Name"
198
  msgstr "Nome"
199
 
200
+ #: wp-live-chat-support-pro/functions-pro.php:410
201
+ #: wp-live-chat-support-pro/functions-pro.php:970
202
+ #: wp-live-chat-support/functions.php:1190
203
+ #: wp-live-chat-support/functions.php:1561
204
+ #: wp-live-chat-support/includes/deprecated.php:193
205
+ #: wp-live-chat-support/includes/deprecated.php:392
206
+ #: wp-live-chat-support/wp-live-chat-support.php:1282
207
+ #: wp-live-chat-support/wp-live-chat-support.php:1436
208
+ #: wp-live-chat-support/wp-live-chat-support.php:2925
209
+ #: wp-live-chat-support/wp-live-chat-support.php:3035
210
  msgid "Email"
211
  msgstr "E-mail"
212
 
213
+ #: wp-live-chat-support-pro/functions-pro.php:410
214
+ #: wp-live-chat-support-pro/functions-pro.php:971
215
+ #: wp-live-chat-support-pro/functions-pro.php:1546
216
+ #: wp-live-chat-support/functions.php:1191
217
+ #: wp-live-chat-support/wp-live-chat-support.php:1437
218
+ #: wp-live-chat-support/wp-live-chat-support.php:3036
219
+ #: wp-live-chat-support/wp-live-chat-support.php:3956
220
+ #: wp-live-chat-support/wp-live-chat-support.php:4006
221
  msgid "Message"
222
  msgstr "Messaggio"
223
 
224
+ #: wp-live-chat-support-pro/functions-pro.php:410
225
+ #: wp-live-chat-support/functions.php:1192
226
  msgid "Via WP Live Chat Support"
227
  msgstr "Supporto via WP live Chat"
228
 
229
+ #: wp-live-chat-support-pro/functions-pro.php:480
230
  msgid "Alert: Someone wants to chat with you on "
231
  msgstr "Attenzione: Qualcuno vuole chattare con te su"
232
 
233
+ #: wp-live-chat-support-pro/functions-pro.php:481
234
  msgid "Someone wants to chat with you on your website"
235
  msgstr "Qualcuno vuole chattare con te sul tuo sito web"
236
 
237
+ #: wp-live-chat-support-pro/functions-pro.php:481
238
  msgid "Log in"
239
  msgstr "Accedi"
240
 
241
+ #: wp-live-chat-support-pro/functions-pro.php:748
242
+ #: wp-live-chat-support-pro/functions-pro.php:764
243
+ #: wp-live-chat-support-pro/functions-pro.php:779
244
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2656
245
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2672
246
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2687
247
  msgid "Chat Agent"
248
  msgstr "Operatore Chat"
249
 
250
+ #: wp-live-chat-support-pro/functions-pro.php:753
251
+ #: wp-live-chat-support-pro/functions-pro.php:769
252
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2661
253
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2677
254
  msgid "Make this user a chat agent"
255
  msgstr "Trasforma questo utente in un operatore di chat"
256
 
257
+ #: wp-live-chat-support-pro/functions-pro.php:783
258
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2691
259
  msgid "Your user role does not allow you to make yourself a chat agent."
260
  msgstr "Il tuo ruolo utente non ti permette di essere un operatore della chat."
261
 
262
+ #: wp-live-chat-support-pro/functions-pro.php:784
263
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2692
264
  msgid "Please contact the administrator of this website to change this."
265
  msgstr ""
266
  "Per favore contattare l'amministratore di questo sito per effettuare i "
267
  "cambiamenti."
268
 
269
+ #: wp-live-chat-support-pro/functions-pro.php:869
270
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3052
271
  msgid "Chat Agent Online"
272
  msgstr "Operatore Chat Disponibile"
273
 
274
+ #: wp-live-chat-support-pro/functions-pro.php:871
275
+ #: wp-live-chat-support-pro/functions-pro.php:876
276
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3054
277
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3059
278
  msgid "Chat Agents Online"
279
  msgstr "Operatori Chat Disponibili"
280
 
281
+ #: wp-live-chat-support-pro/functions-pro.php:968
282
+ #: wp-live-chat-support/functions.php:1559
283
+ #: wp-live-chat-support/wp-live-chat-support.php:2923
284
+ #: wp-live-chat-support/wp-live-chat-support.php:3033
285
  msgid "Date"
286
  msgstr "Data"
287
 
288
+ #: wp-live-chat-support-pro/functions-pro.php:985
289
+ #: wp-live-chat-support/wp-live-chat-support.php:3047
290
  msgid "You have not received any offline messages."
291
  msgstr "Non permettere agli utenti di inviare messaggi con la chat inattiva"
292
 
293
+ #: wp-live-chat-support-pro/functions-pro.php:1410
294
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:788
295
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3399
296
+ #: wp-live-chat-support/wp-live-chat-support.php:3616
297
+ msgid "Administrator"
298
+ msgstr "Amministratore"
299
+
300
+ #: wp-live-chat-support-pro/functions-pro.php:1411
301
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:794
302
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3405
303
+ #: wp-live-chat-support/wp-live-chat-support.php:3625
304
+ msgid "Editor"
305
+ msgstr "Editore"
306
+
307
+ #: wp-live-chat-support-pro/functions-pro.php:1412
308
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:800
309
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3411
310
+ #: wp-live-chat-support/wp-live-chat-support.php:3634
311
+ msgid "Author"
312
+ msgstr "Autore"
313
+
314
+ #: wp-live-chat-support-pro/functions-pro.php:1413
315
+ msgid "Contributor"
316
+ msgstr "Collaboratore"
317
+
318
+ #: wp-live-chat-support-pro/functions-pro.php:1414
319
+ msgid "Subscriber"
320
+ msgstr "Sottoscrittore"
321
+
322
+ #: wp-live-chat-support-pro/functions-pro.php:1544
323
+ #: wp-live-chat-support/wp-live-chat-support.php:3954
324
+ #: wp-live-chat-support/wp-live-chat-support.php:4004
325
+ msgid "Chat ID"
326
+ msgstr "Chat ID"
327
+
328
+ #: wp-live-chat-support-pro/functions-pro.php:1545
329
+ #: wp-live-chat-support/wp-live-chat-support.php:3955
330
+ #: wp-live-chat-support/wp-live-chat-support.php:4005
331
+ msgid "From"
332
+ msgstr "Da"
333
+
334
+ #: wp-live-chat-support-pro/functions-pro.php:1547
335
+ #: wp-live-chat-support/wp-live-chat-support.php:3957
336
+ #: wp-live-chat-support/wp-live-chat-support.php:4007
337
+ msgid "Timestamp"
338
+ msgstr "Data e Ora"
339
+
340
+ #: wp-live-chat-support-pro/functions-pro.php:1548
341
+ #: wp-live-chat-support/wp-live-chat-support.php:3958
342
+ #: wp-live-chat-support/wp-live-chat-support.php:4008
343
+ msgid "Origin"
344
+ msgstr "Origine"
345
+
346
+ #: wp-live-chat-support-pro/functions-pro.php:1560
347
+ #: wp-live-chat-support/wp-live-chat-support.php:3963
348
+ #: wp-live-chat-support/wp-live-chat-support.php:4013
349
+ msgid "user"
350
+ msgstr "utente"
351
+
352
+ #: wp-live-chat-support-pro/functions-pro.php:1562
353
+ #: wp-live-chat-support/wp-live-chat-support.php:3965
354
+ #: wp-live-chat-support/wp-live-chat-support.php:4015
355
+ msgid "agent"
356
+ msgstr "Operatore"
357
+
358
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:48
359
+ #: wp-live-chat-support/includes/settings_page.php:26
360
  msgid "WP Live Chat Support Settings"
361
  msgstr "Impostazioni Supporto WP live Chat"
362
 
363
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:71
364
+ #: wp-live-chat-support/wp-live-chat-support.php:2043
365
+ #: wp-live-chat-support/wp-live-chat-support.php:2058
366
+ msgid "Dear Pro User"
367
+ msgstr "Caro Utente PRO"
368
+
369
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:72
370
+ msgid ""
371
+ "Please enter a valid API key on the 'Live Chat' -> 'Settings' page. Failing "
372
+ "to do this will result in you no longer receiving updates for this plugin."
373
+ msgstr ""
374
+ "Per favore inserire una chiave API valida nella pagina 'Live Chat' -> "
375
+ "'Impostazioni' , atrimenti non riceverete più gli aggiornamenti per questo "
376
+ "plugin."
377
+
378
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
379
+ msgid "You can obtain a copy of your API key "
380
+ msgstr "Puoi ottenere una copia della tua chiave API "
381
+
382
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
383
+ msgid "here"
384
+ msgstr "qui"
385
+
386
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:73
387
+ msgid ""
388
+ "An account has been created for you while purchasing the plugin. If you have "
389
+ "lost your password, please reset it "
390
+ msgstr ""
391
+ "Un tuo conto è stato creato quando hai acquistato il plugin. Se hai perso la "
392
+ "tua password ti consigliamo di ricrearne una nuova"
393
+
394
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:74
395
+ msgid ""
396
+ "If you feel you are getting this message in error, please try refreshing the "
397
+ "page."
398
+ msgstr ""
399
+ "Se pensi di ricevere questo messaggio per errore, prova a ricaricare la "
400
+ "pagina."
401
+
402
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:83
403
+ #: wp-live-chat-support/includes/settings_page.php:53
404
  msgid "General Settings"
405
  msgstr "Impostazioni Generali"
406
 
407
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:84
408
+ #: wp-live-chat-support/includes/settings_page.php:58
409
  msgid "Chat Box"
410
  msgstr "Riquadro Chat"
411
 
412
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:85
413
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:383
414
+ #: wp-live-chat-support/includes/settings_page.php:63
415
+ #: wp-live-chat-support/includes/settings_page.php:389
416
+ #: wp-live-chat-support/wp-live-chat-support.php:688
417
+ #: wp-live-chat-support/wp-live-chat-support.php:691
418
  msgid "Offline Messages"
419
  msgstr "Messaggi Offline"
420
 
421
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:86
422
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:485
423
+ #: wp-live-chat-support/includes/settings_page.php:68
424
+ #: wp-live-chat-support/includes/settings_page.php:530
425
  msgid "Styling"
426
  msgstr "Stile"
427
 
428
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:87
429
  msgid "Chat Agents"
430
  msgstr "Operatori Chat"
431
 
432
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:88
433
+ #: wp-live-chat-support/includes/settings_page.php:78
 
 
 
 
 
 
 
434
  msgid "Blocked Visitors"
435
  msgstr "Visitatori bloccati "
436
 
437
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:89
438
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:830
439
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:836
440
+ msgid "Chat Experience Ratings"
441
+ msgstr "Valutazione Esperienza di Chat"
442
+
443
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:90
444
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1789
445
+ msgid "Encryption"
446
+ msgstr "Crittografia"
447
+
448
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:93
449
+ #: wp-live-chat-support/includes/settings_page.php:91
450
  msgid "Main Settings"
451
  msgstr "Impostazioni Principali"
452
 
453
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:96
454
+ msgid "Find out more."
455
+ msgstr "Scopri di più"
456
+
457
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:98
458
+ #: wp-live-chat-support/wp-live-chat-support.php:3834
459
+ msgid "Cloud Server"
460
+ msgstr "Cloud Server"
461
+
462
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:103
463
+ msgid "Use our server to host your chat server."
464
+ msgstr "Usa il nostro server per ospitare il tuo server chat."
465
+
466
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:107
467
+ #: wp-live-chat-support/wp-live-chat-support.php:3747
468
+ msgid "API Key"
469
+ msgstr "Chiave API"
470
+
471
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:112
472
+ msgid "This API key is "
473
+ msgstr "Questa chiave API è"
474
+
475
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:115
476
+ msgid "valid"
477
+ msgstr "valida"
478
+
479
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:118
480
+ msgid "invalid"
481
+ msgstr "non valida"
482
+
483
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:122
484
+ msgid ""
485
+ "A valid API key means that you will be able to get the latest version of the "
486
+ "plugin as and when it is released, as well as get access to support should "
487
+ "you require it."
488
+ msgstr ""
489
+ "Una valida chiave API significa che puoi ottenere sempre l'ultima versione "
490
+ "del plugin non appena viene rilasciata ed avere accesso all'assistenza "
491
+ "quando ne hai bisogno."
492
+
493
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:130
494
+ #: wp-live-chat-support/includes/settings_page.php:94
495
  msgid "Chat enabled"
496
  msgstr "Chat abilitata"
497
 
498
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:135
499
+ #: wp-live-chat-support/includes/settings_page.php:97
500
  msgid "Yes"
501
  msgstr "Si"
502
 
503
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:138
504
+ #: wp-live-chat-support/includes/settings_page.php:98
505
  msgid "No"
506
  msgstr "No"
507
 
508
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
509
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1625
510
  msgid "Choose when I want to be online"
511
  msgstr "Scegliere quando voglio essere disponibille"
512
 
513
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:144
514
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1625
515
  msgid ""
516
+ "Checking this will allow you to change your status to Online or Offline on "
517
+ "the Live Chat page."
518
  msgstr ""
519
+ "Verifica questo vi permetterà di cambiare il proprio stato di Online ed "
520
+ "Offline nella pagina di Live Chat."
521
 
522
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
523
+ #: wp-live-chat-support/includes/settings_page.php:105
524
  msgid "Hide Chat"
525
  msgstr "Nascondi Chat"
526
 
527
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:154
528
+ #: wp-live-chat-support/includes/settings_page.php:105
529
  msgid "Hides chat for 24hrs when user clicks X"
530
  msgstr "Nasconde la chat per 24 ore quando l'utente fa clic sulla X"
531
 
532
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
533
+ #: wp-live-chat-support/includes/settings_page.php:114
534
  msgid "Require Name And Email"
535
  msgstr "Bisogna inserire Nome ed E-mail"
536
 
537
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:162
538
+ #: wp-live-chat-support/includes/settings_page.php:114
539
  msgid ""
540
  "Users will have to enter their Name and Email Address when starting a chat"
541
  msgstr ""
542
  "Gli Utenti devono inserire il proprio Nome e Indirizzo E-mail quando "
543
  "iniziano la chat"
544
 
545
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:172
546
+ #: wp-live-chat-support/includes/settings_page.php:122
547
  msgid "Input Field Replacement Text"
548
  msgstr "Campo per l'immissione del testo sostitutivo"
549
 
550
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:172
551
+ #: wp-live-chat-support/includes/settings_page.php:122
552
  msgid "This is the text that will show in place of the Name And Email fields"
553
  msgstr "Questo è il testo che viene mostrato al posto dei campi Nome ed E-mail"
554
 
555
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:182
556
+ #: wp-live-chat-support/includes/settings_page.php:130
557
  msgid "Use Logged In User Details"
558
  msgstr "Utilizzare i Dettagli di Accesso Utente"
559
 
560
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:182
561
+ #: wp-live-chat-support/includes/settings_page.php:130
562
  msgid ""
563
  "A user's Name and Email Address will be used by default if they are logged "
564
  "in."
566
  "Per gli utenti registrati se hanno effettuato l'accesso il sistema userà "
567
  "automaticamente il loro Nome e indirizzo E-mail."
568
 
569
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
570
+ #: wp-live-chat-support/includes/settings_page.php:138
571
  msgid "Enable On Mobile Devices"
572
  msgstr "Abilitare sui dispositivi portatili"
573
 
574
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:193
575
+ #: wp-live-chat-support/includes/settings_page.php:138
576
  msgid ""
577
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
578
  "devices. (Smartphones and Tablets)"
580
  "Se disabilitato la Finestra di Chat non verrà mostrata nei dispositivi "
581
  "prtatili. (Smartphones e Tablets)"
582
 
583
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
584
+ #: wp-live-chat-support/includes/settings_page.php:146
585
  msgid "Record a visitor's IP Address"
586
  msgstr "Registrare l'indirizzo IP di un visitatore"
587
 
588
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:203
589
+ #: wp-live-chat-support/includes/settings_page.php:146
590
  msgid "Disable this to enable anonymity for your visitors"
591
  msgstr "Disabilitare questa opzione per abilitare l'anonimato per i visitatori"
592
 
593
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:213
594
+ #: wp-live-chat-support/includes/settings_page.php:154
595
+ msgid "Play a sound when a new message is received"
596
+ msgstr "Emetti un suono quando ricevi un nuovo messaggio"
597
+
598
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:213
599
+ #: wp-live-chat-support/includes/settings_page.php:154
600
+ msgid ""
601
+ "Disable this to mute the sound that is played when a new chat message is "
602
+ "received"
603
+ msgstr ""
604
+ "Disattiva questo per annullare il suono che viene emesso quando arriva un "
605
+ "nuovo messaggio"
606
+
607
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:222
608
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2067
609
  msgid "Include chat window on the following pages:"
610
  msgstr "Includere la finestra della chat nelle seguenti pagine:"
611
 
612
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:222
613
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2067
614
+ #: wp-live-chat-support/includes/settings_page.php:164
615
  msgid ""
616
  "Show the chat window on the following pages. Leave blank to show on all. "
617
  "(Use comma-separated Page ID's)"
619
  "Mostra la finestra della chat nelle seguenti pagine. Lasciare vuoto per "
620
  "visualizzarla sempre. (Usare ID Pagine separati da virgola)"
621
 
622
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:232
623
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2075
 
 
 
 
 
 
 
 
 
624
  msgid "Exclude chat window on the following pages:"
625
  msgstr "Escludere la finestra della chat nelle seguenti pagine:"
626
 
627
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:232
628
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2075
629
+ #: wp-live-chat-support/includes/settings_page.php:179
630
  msgid ""
631
  "Do not show the chat window on the following pages. Leave blank to show on "
632
  "all. (Use comma-separated Page ID's)"
634
  "Non mostrare la finestra della chat nelle seguenti pagine. Lasciare vuoto "
635
  "per visualizzarla sempre. (Usare ID Pagine separati da virgola)"
636
 
637
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:242
638
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2083
639
  msgid "Allow any user to make themselves a chat agent"
640
  msgstr "Consentire a qualsiasi utente di farsi un agente di chat"
641
 
642
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:242
643
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2083
644
  msgid ""
645
  "Checking this will allow any of your users to make themselves a chat agent "
646
  "when editing their profile."
648
  "Verifica questo permetterà uno dei tuoi utenti per farsi un agente di chat "
649
  "quando modificando il loro profilo ."
650
 
651
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:255
652
+ #: wp-live-chat-support/includes/settings_page.php:202
653
  msgid "Chat Window Settings"
654
  msgstr "Impostazioni Finestra Chat"
655
 
656
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:258
657
+ #: wp-live-chat-support/includes/settings_page.php:205
658
  msgid "Chat box alignment"
659
  msgstr "Allineamento Riquadro Chat"
660
 
661
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:263
662
+ #: wp-live-chat-support/includes/settings_page.php:208
663
  msgid "Bottom left"
664
  msgstr "In Basso a sinistra"
665
 
666
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:266
667
+ #: wp-live-chat-support/includes/settings_page.php:209
668
  msgid "Bottom right"
669
  msgstr "In Basso a Destra"
670
 
671
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:269
672
+ #: wp-live-chat-support/includes/settings_page.php:210
673
  msgid "Left"
674
  msgstr "A sinistra"
675
 
676
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:272
677
+ #: wp-live-chat-support/includes/settings_page.php:211
678
  msgid "Right"
679
  msgstr "A destra"
680
 
681
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:278
682
+ #: wp-live-chat-support/includes/settings_page.php:217
683
  msgid "Auto Pop-up"
684
  msgstr "Pop-up automatico"
685
 
686
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:278
687
+ #: wp-live-chat-support/includes/settings_page.php:217
688
  msgid ""
689
  "Expand the chat box automatically (prompts the user to enter their name and "
690
  "email address)."
692
  "Espandi l'area della chat automaticamente (richiedi all'utente di inserire "
693
  "il nome e l'indirizzo e-mail)."
694
 
695
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:289
696
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:886
697
  msgid "Name "
698
  msgstr "Nome"
699
 
700
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:303
701
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:949
702
+ #: wp-live-chat-support/includes/settings_page.php:261
703
  msgid "Picture"
704
  msgstr "Immagine"
705
 
706
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:311
707
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:957
708
+ #: wp-live-chat-support/includes/settings_page.php:264
709
+ #: wp-live-chat-support/includes/settings_page.php:280
710
  msgid "Upload Image"
711
  msgstr "Carica Immagine"
712
 
713
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:313
714
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:959
715
  msgid "Remove Image"
716
  msgstr "Rimuovi Immagine"
717
 
718
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:314
719
  msgid "Recomended Size 40px x 40px"
720
  msgstr "Dimensioni consigliate 40px x 40px"
721
 
722
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:320
723
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:967
724
+ #: wp-live-chat-support/includes/settings_page.php:277
725
  msgid "Logo"
726
  msgstr "Logo"
727
 
728
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:328
729
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:975
730
  msgid "Upload Logo"
731
  msgstr "Carica Logo"
732
 
733
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:330
734
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:977
735
  msgid "Remove Logo"
736
  msgstr "Rimuovi Logo"
737
 
738
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:331
739
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:978
740
  msgid "Recomended Size 250px x 40px"
741
  msgstr "Dimensioni consigliate 250px x 40px"
742
 
743
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:337
744
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:984
745
+ #: wp-live-chat-support/includes/settings_page.php:293
746
  msgid "Chat delay (seconds)"
747
  msgstr "Ritardo Chat (secondi)"
748
 
749
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:337
750
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:984
751
+ msgid "How long it takes for your chat window to pop up"
752
+ msgstr "Quanto tempo necessita per apparire la vostra finestra di chat"
753
 
754
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:346
755
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:993
756
+ #: wp-live-chat-support/includes/settings_page.php:309
757
  msgid "Chat notifications"
758
  msgstr "Notifiche Chat"
759
 
760
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:346
761
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:993
762
+ msgid "Alert me via email as soon as someone wants to chat (while online only)"
763
+ msgstr ""
764
+ "Avvisami via e-mail quando qualcuno vuole chattare, solo se sono online"
 
 
 
765
 
766
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:356
767
+ #: wp-live-chat-support/includes/settings_page.php:327
768
  msgid "Display name and avatar in chat"
769
  msgstr "Visualizzare nome ed avatar nella chat"
770
 
771
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:356
772
+ #: wp-live-chat-support/includes/settings_page.php:327
773
  msgid "Display the agent and user name above each message in the chat window."
774
  msgstr ""
775
  "Visualizzare nella finestra della chat l'operatore ed il nome utente sopra "
776
  "ciascun messaggio."
777
 
778
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
779
+ #: wp-live-chat-support/includes/settings_page.php:337
780
  msgid "Only show the chat window to users that are logged in"
781
  msgstr ""
782
  "Visualizzare la finestra della chat soltanto agli utenti che sono collegati"
783
 
784
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:368
785
+ #: wp-live-chat-support/includes/settings_page.php:337
786
  msgid ""
787
  "By checking this, only users that are logged in will be able to chat with "
788
  "you."
790
  "Selezionando questa opzione soltanto gli utenti che sono collegati potranno "
791
  "chattare con te."
792
 
793
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:387
794
+ #: wp-live-chat-support/includes/settings_page.php:393
795
  msgid "Do not allow users to send offline messages"
796
  msgstr "Non permettere agli utenti di inviare messaggi con la chat inattiva"
797
 
798
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:387
799
+ #: wp-live-chat-support/includes/settings_page.php:393
800
  msgid ""
801
  "The chat window will be hidden when it is offline. Users will not be able to "
802
  "send offline messages to you"
804
  "La finestra della chat verrà nascosta quando è inattiva e gli utenti non "
805
  "potranno inviarti messaggi differiti."
806
 
807
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:399
808
+ #: wp-live-chat-support/includes/settings_page.php:405
809
  msgid "Email Address"
810
  msgstr "Indirizzo E-mail"
811
 
812
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:399
813
+ #: wp-live-chat-support/includes/settings_page.php:405
 
 
 
814
  msgid ""
815
+ "Email address where offline messages are delivered to. Use comma separated "
816
+ "email addresses to send to more than one email address"
817
  msgstr ""
818
+ "Indirizzo email dove inviare i messaggi non in linea. Usare indirizzi "
819
+ "separati da virgole per inviare i messaggi a più di un indirizzo e-mail"
820
 
821
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:412
822
+ #: wp-live-chat-support/includes/settings_page.php:417
823
  msgid "Sending Method"
824
  msgstr "Metodo di Spedizione"
825
 
826
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:413
827
+ #: wp-live-chat-support/includes/settings_page.php:418
828
  msgid "WP Mail"
829
  msgstr "WP Mail"
830
 
831
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:414
832
+ #: wp-live-chat-support/includes/settings_page.php:419
833
  msgid "PHP Mailer"
834
  msgstr "PHP Mailer"
835
 
836
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:430
837
+ #: wp-live-chat-support/includes/settings_page.php:435
838
  msgid "Host"
839
  msgstr "Host"
840
 
841
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:438
842
+ #: wp-live-chat-support/includes/settings_page.php:443
843
  msgid "Port"
844
  msgstr "Porta"
845
 
846
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:446
847
+ #: wp-live-chat-support/includes/settings_page.php:451
848
  msgid "Username"
849
  msgstr "Nome Utente"
850
 
851
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:454
852
+ #: wp-live-chat-support/includes/settings_page.php:459
853
  msgid "Password"
854
  msgstr "Password"
855
 
856
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:463
857
+ #: wp-live-chat-support/includes/settings_page.php:468
858
  msgid "Offline Chat Box Title"
859
  msgstr "Titolo Riquadro Chat Non in linea"
860
 
861
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:471
862
+ #: wp-live-chat-support/includes/settings_page.php:476
863
  msgid "Offline Text Fields"
864
  msgstr "Testo Campi Offline"
865
 
866
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:504
867
+ #: wp-live-chat-support/includes/settings_page.php:535
868
  msgid "Choose a theme"
869
  msgstr "Scegliere un thema"
870
 
871
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:509
872
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:512
873
  msgid "Theme 1"
874
  msgstr "Thema 1"
875
 
876
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:515
877
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:518
878
  msgid "Theme 2"
879
  msgstr "Thema 2"
880
 
881
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:521
882
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:524
883
  msgid "Theme 3"
884
  msgstr "Thema 3"
885
 
886
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:527
887
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:530
888
  msgid "Theme 4"
889
  msgstr "Thema 4"
890
 
891
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:533
892
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:536
893
  msgid "Theme 5"
894
  msgstr "Thema 5"
895
 
896
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:539
897
  msgid "Theme 6"
898
  msgstr "Thema 6"
899
 
900
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:542
901
  msgid "Custom. Enter Colour Values Below"
902
  msgstr "Personalizzato . Inserisci Valori colore sotto"
903
 
904
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:568
 
905
  msgid "Chat box fill color"
906
  msgstr "Colore di riempimento riquadro Chat"
907
 
908
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:574
 
909
  msgid "Chat box font color"
910
  msgstr "Colore Carattere riquadro Chat"
911
 
912
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:581
913
+ #: wp-live-chat-support/includes/settings_page.php:666
914
+ msgid "I'm using a localization plugin"
915
+ msgstr "Sto usando un plugin di localizzazione"
916
+
917
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:584
918
+ msgid "documentation"
919
+ msgstr "Documentazione"
920
+
921
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:589
922
+ msgid ""
923
+ "You will only be able to edit the strings shown in the chat window of the "
924
+ "code now. <br/> This has been done to accommodate as many localization "
925
+ "plugins as possible. <br/> For more information on how to change these "
926
+ "strings, please consult the "
927
+ msgstr ""
928
+ "Adesso, potrai solo modificare le stringhe mostrate nella finestra di chat "
929
+ "del codice. <br/> Questo è stato fatto per accogliere il maggior numero "
930
+ "possibile di plugin di localizzazione. <br/> Per maggiori informazioni su "
931
+ "come modicficare queste strignhe ti preghiamo di consultare"
932
+
933
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:594
934
+ #: wp-live-chat-support/includes/settings_page.php:674
935
  msgid "First Section Text"
936
  msgstr "Testo Prima Sezione "
937
 
938
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:601
939
+ #: wp-live-chat-support/includes/settings_page.php:681
940
  msgid "Intro Text"
941
  msgstr "Testo introduttivo"
942
 
943
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:607
944
+ #: wp-live-chat-support/includes/settings_page.php:687
945
  msgid "Second Section Text"
946
  msgstr "Testo Seconda Sezione "
947
 
948
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:614
949
+ #: wp-live-chat-support/includes/settings_page.php:694
950
  msgid "Reactivate Chat Section Text"
951
  msgstr "Riattivare la sezione testo della Chat"
952
 
953
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:622
954
+ #: wp-live-chat-support/includes/settings_page.php:702
955
  msgid "User chat welcome"
956
  msgstr "Benvenuto all'utente della chat"
957
 
958
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:628
959
+ #: wp-live-chat-support/includes/settings_page.php:708
960
  msgid "Other text"
961
  msgstr "Altro testo"
962
 
963
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:630
964
+ #: wp-live-chat-support/includes/settings_page.php:710
965
  msgid "This text is shown above the user chat input field"
966
  msgstr ""
967
  "Questo testo viene visualizzato sopra il campo di immissione di chat utente"
968
 
969
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:662
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
970
  msgid ""
971
  "You are using an outdated version of WP Live Chat Support Basic. Please "
972
  "update your plugin to allow for animations to function"
974
  "Stai utilizzando una versione non aggiornata del supporto WP Live Chat "
975
  "Basic. Per favore"
976
 
977
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:666
978
+ #: wp-live-chat-support/includes/settings_page.php:738
979
  msgid "Choose an animation"
980
  msgstr "Scegli un'animazione"
981
 
982
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:674
983
+ #: wp-live-chat-support/includes/settings_page.php:746
984
  msgid "Slide Up"
985
+ msgstr "Slitta in Alto"
986
 
987
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:680
988
+ #: wp-live-chat-support/includes/settings_page.php:752
989
  msgid "Slide From The Side"
990
+ msgstr "Slitta di Lato"
991
 
992
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:686
993
+ #: wp-live-chat-support/includes/settings_page.php:758
994
  msgid "Fade In"
995
+ msgstr "Dissolvenza"
996
 
997
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:692
998
+ #: wp-live-chat-support/includes/settings_page.php:764
999
  msgid "No Animation"
1000
  msgstr "No animazione"
1001
 
1002
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:750
1003
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3361
1004
+ #: wp-live-chat-support/wp-live-chat-support.php:3585
1005
+ msgid "Current Users that are Chat Agents"
1006
+ msgstr "Utenti In Linea che sono Agenti Chat"
1007
+
1008
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:761
1009
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3372
1010
+ #: wp-live-chat-support/wp-live-chat-support.php:3595
1011
+ msgid "Online"
1012
+ msgstr "In linea"
1013
+
1014
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:771
1015
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3230
1016
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3382
1017
+ #: wp-live-chat-support/wp-live-chat-support.php:2024
1018
+ msgid "Remove"
1019
+ msgstr "Rimuovi"
1020
+
1021
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:780
1022
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3391
1023
+ #: wp-live-chat-support/wp-live-chat-support.php:3645
1024
+ msgid "Add New Agent"
1025
+ msgstr "Aggiungi Nuovo Operatore"
1026
+
1027
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:782
1028
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:765
1029
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3393
1030
+ #: wp-live-chat-support/wp-live-chat-support.php:2448
1031
+ #: wp-live-chat-support/wp-live-chat-support.php:3610
1032
+ msgid "Select"
1033
+ msgstr "Seleziona"
1034
+
1035
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:804
1036
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3415
1037
+ #: wp-live-chat-support/wp-live-chat-support.php:3646
1038
+ msgid "Add Agent"
1039
+ msgstr "Aggiungi Operatore"
1040
+
1041
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:810
1042
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3421
1043
+ msgid ""
1044
+ "Should you wish to add a user that has a role less than 'Author', please go "
1045
+ "to the <a href='./users.php'>Users</a> page, select the relevant user, click "
1046
+ "Edit and scroll to the bottom of the page and enable the 'Chat Agent' "
1047
+ "checkbox."
1048
+ msgstr ""
1049
+ "Se desideri aggiungere un utente con ruolo inferiore a 'Autore', per favore "
1050
+ "vai alla pagina <a href='./users.php'>Utenti</a> , seleziona l'utente "
1051
+ "voluto, clicca su Modifica e scorri la pagina fino in fondo, poi spunta la "
1052
+ "casella 'Operatore Chat'."
1053
+
1054
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:811
1055
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3422
1056
+ msgid "If there are no chat agents online, the chat will show as offline"
1057
+ msgstr ""
1058
+ "Se non c'è alcun operatore di chat collegato la chat verrà visualizzata come "
1059
+ "non operativa."
1060
+
1061
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:815
1062
+ #: wp-live-chat-support/includes/settings_page.php:791
1063
  msgid "Blocked Visitors - Based on IP Address"
1064
  msgstr "I visitatori bloccato - in base all'indirizzo IP"
1065
 
1066
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:816
1067
+ #: wp-live-chat-support/includes/settings_page.php:792
1068
  msgid "Enter each IP Address you would like to block on a new line"
1069
  msgstr ""
1070
  "Immettere ogni indirizzo IP che si desidera bloccare, su una nuova linea"
1071
 
1072
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:827
1073
+ #: wp-live-chat-support/includes/settings_page.php:803
 
1074
  msgid ""
1075
  "Blocking a user's IP Address here will hide the chat window from them, "
1076
  "preventing them from chatting with you. Each IP Address must be on a new line"
1077
  msgstr ""
1078
+ "Usando il blocco dell'indirizzo IP di un utente si nasconde loro la finestra "
1079
+ "di chat , impedendogli così di chiacchierare con voi. Ogni indirizzo IP deve "
1080
+ "essere inserito su una nuova linea"
 
 
 
 
 
 
 
 
 
1081
 
1082
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:836
1083
+ msgid ""
1084
+ "are only available in the WP Live Chat Support Chat Experience Ratings add-on"
1085
  msgstr ""
1086
+ "Disponibile solo con il modulo aggiuntivo Chat Experience Ratings di WP Live "
1087
+ "Chat Support Pro"
1088
 
1089
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:840
1090
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1753
1091
+ msgid "Chat Encryption"
1092
+ msgstr "Crittografia Chat"
1093
 
1094
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:843
1095
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1756
1096
+ msgid "Enable Encryption"
1097
+ msgstr "Abilita Crittografia"
1098
 
1099
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:843
1100
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1756
1101
  msgid ""
1102
+ "All messages will be encrypted when being sent to and from the user and "
1103
+ "agent."
 
1104
  msgstr ""
1105
+ "Tutti i messaggi della chat vengono criptati quando sono spediti tra "
1106
+ "l'utente e l'operatore e viceversa."
 
1107
 
1108
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:851
1109
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1766
1110
  msgid ""
1111
+ "Once enabled, all messages sent will be encrypted. This cannot be undone."
 
 
 
 
 
 
 
 
 
1112
  msgstr ""
1113
+ "Una volta abilitato tutti i messaggi verranno criptati. Questa operazione "
1114
+ "non può essere annullata."
1115
 
1116
+ #: wp-live-chat-support-pro/includes/settings_page_pro.php:857
1117
+ #: wp-live-chat-support/includes/settings_page.php:811
1118
+ msgid "Save Settings"
1119
+ msgstr "Salva Impostazioni"
 
1120
 
1121
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:480
1122
+ #, php-format
1123
  msgid ""
1124
+ "WP Live Chat Support Pro <strong>requires WP Live Chat Support version 6+</"
1125
+ "strong> (basic version). Please <strong><a href=\"%1$s\">update the plugin</"
1126
+ "a></strong> in order for the plugin to continue working correctly."
1127
  msgstr ""
1128
+ "WP Live Chat Support Pro <strong>richiede WP Live Chat Support versione 6+</"
1129
+ "strong> (versione di base). Per favore <strong><a href=\"%1$s\">aggiorna il "
1130
+ "plugin</a></strong> affinchè il plugin possa continuare a funzionare "
1131
+ "correttamente."
1132
 
1133
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:566
1134
+ msgid "WP Live Chat Support Pro"
1135
+ msgstr "Supporto via WP live Chat"
1136
 
1137
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:677
1138
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:688
1139
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3101
1140
+ msgid "Quick Responses"
1141
+ msgstr "Risposte Rapide"
1142
 
1143
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:678
1144
+ msgid "Quick Response"
1145
+ msgstr "Risposta Rapida"
 
 
1146
 
1147
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:679
1148
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:682
1149
+ msgid "New Quick Response"
1150
+ msgstr "Nuova Risposta Rapida"
1151
 
1152
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:680
1153
+ msgid "Add New Quick Response"
1154
+ msgstr "Aggiungi Nuova Risposta Rapida"
 
 
1155
 
1156
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:681
1157
+ msgid "Edit Quick Response"
1158
+ msgstr "Modifica Risposta Rapida"
 
 
1159
 
1160
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:683
1161
+ msgid "All Quick Responses"
1162
+ msgstr "Tutte le Risposte Rapide"
 
 
1163
 
1164
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:684
1165
+ msgid "View Quick Responses"
1166
+ msgstr "Mostra le Risposte Rapide"
 
1167
 
1168
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:685
1169
+ msgid "Search Quick Responses"
1170
+ msgstr "Cerca nelle Risposte Rapide"
1171
 
1172
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:686
1173
+ msgid "No Quick Responses found"
1174
+ msgstr "Non sono state trovate Risposte Rapide"
 
 
 
 
1175
 
1176
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:687
1177
+ msgid "No Quick Responses found in the Trash"
1178
+ msgstr "Non sono state trovate Risposte Rapide nel cestino"
1179
 
1180
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:692
1181
+ msgid "Quick Responses for WP Live Chat Support Pro"
1182
+ msgstr "Risposte Rapide per WP live Chat Support Pro"
1183
 
1184
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:758
1185
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:762
1186
+ #: wp-live-chat-support/wp-live-chat-support.php:2448
1187
+ msgid "Assign Quick Response"
1188
+ msgstr "Assegnare Risposta rAPIDA"
1189
 
1190
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:771
1191
+ msgid "What is this?"
1192
+ msgstr "Che cosa significa?"
1193
 
1194
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:808
1195
+ #, php-format
1196
+ msgid "Incoming chat from %s (%s) on %s"
1197
+ msgstr "Chat in entrata da %s (%s) su %s"
1198
 
1199
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:814
1200
+ #, php-format
1201
+ msgid "%s (%s) wants to chat with you. <br /><br />Log in: %s"
1202
+ msgstr "%s (%s) vuole chattare con te. <br /><br />Accedi: %s"
1203
 
1204
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:862
1205
+ #: wp-live-chat-support/includes/settings_page.php:228
1206
+ msgid "Display typing indicator"
1207
+ msgstr "Mostra il cursore di scrittura"
1208
 
1209
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:862
1210
+ msgid ""
1211
+ "Display the \"typing...\" animation in the chat window as soon as an agent "
1212
+ "or visitor is typing."
1213
+ msgstr ""
1214
+ "Visualizza l'animazione di \"typing...\" nelal finestra di chat non appena "
1215
+ "un agente o visitatore comincia a scrivere."
1216
 
1217
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:869
1218
+ #, php-format
1219
+ msgid ""
1220
+ "Please update your <a href='%s'>basic version</a> to make use of this "
1221
+ "feature."
1222
+ msgstr ""
1223
+ "Per favore aggiorna la <a href='%s'>versione di base</a> per usufruire di "
1224
+ "questa caratteristica."
1225
 
1226
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:877
1227
+ msgid ""
1228
+ "For non-cloud server users, please note that this will increase the amount "
1229
+ "of server resources required."
1230
+ msgstr ""
1231
+ "Per utenti di server non-cloud, prendere nota che questo aumenterà la "
1232
+ "quantità di risorse richieste al server."
1233
 
1234
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:907
1235
+ msgid "Incoming chat ring tone"
1236
+ msgstr "Suoneria di Chat in arrivo"
1237
 
1238
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:911
1239
+ msgid "Default"
1240
+ msgstr "Predefinito"
1241
 
1242
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:960
1243
+ msgid "Recomended Size 60px x 60px"
1244
+ msgstr "Dimensioni consigliate 60px x 60px"
 
1245
 
1246
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1002
1247
+ msgid "User Experience"
1248
+ msgstr "Esperienza Utente"
1249
 
1250
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1011
1251
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1041
1252
+ #, php-format
1253
+ msgid ""
1254
+ "Please update your <a href='%s'>basic version</a> to make use of these "
1255
+ "features."
1256
+ msgstr ""
1257
+ "Per favore aggiorna la <a href='%s'>versione di base</a> per usufruire di "
1258
+ "queste caratteristiche."
1259
 
1260
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1018
1261
+ msgid "Enable Text Editor"
1262
+ msgstr "Abilita Editore Testi"
 
 
1263
 
1264
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1018
1265
+ msgid ""
1266
+ "Adds advanced text editor features, such as links, text styling, and more!"
1267
  msgstr ""
1268
+ "Aggiunge funzioni avanzate all'editore di testi, tipo link, stilizzazione "
1269
+ "testo, e altro!"
1270
+
1271
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1022
1272
+ msgid "Enable File Sharing"
1273
+ msgstr "Abilita Condivisione File"
1274
+
1275
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1022
1276
+ msgid "Adds file sharing to your chat box!"
1277
+ msgstr "Aggiunge la Condivisione File al riquadro della tua chat!"
1278
+
1279
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1026
1280
+ msgid "Enable Experience Ratings"
1281
+ msgstr "Abilita Valutazione Esperienza di Chat"
1282
+
1283
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1026
1284
+ msgid "Allows users to rate the chat experience with an agent."
1285
+ msgstr "Consente agli utenti di valutare l'esperienza di chat con un agente."
1286
+
1287
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1032
1288
+ #: wp-live-chat-support/includes/settings_page.php:351
1289
+ msgid "Social"
1290
+ msgstr "Sociale"
1291
+
1292
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1049
1293
+ #: wp-live-chat-support/includes/settings_page.php:356
1294
+ msgid "Facebook URL"
1295
+ msgstr "Facebook URL"
1296
+
1297
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1049
1298
+ #: wp-live-chat-support/includes/settings_page.php:356
1299
+ msgid "Link your Facebook page here. Leave blank to hide"
1300
+ msgstr "Collega la tua pagina Facebook qui. Lasciare vuoto per nascondere"
1301
+
1302
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1050
1303
+ #: wp-live-chat-support/includes/settings_page.php:358
1304
+ msgid "Facebook URL..."
1305
+ msgstr "Facebook URL..."
1306
+
1307
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1053
1308
+ #: wp-live-chat-support/includes/settings_page.php:369
1309
+ msgid "Twitter URL"
1310
+ msgstr "Twitter URL"
1311
+
1312
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1053
1313
+ #: wp-live-chat-support/includes/settings_page.php:369
1314
+ msgid "Link your Twitter page here. Leave blank to hide"
1315
+ msgstr "Collega la tua pagina Twitter qui. Lasciare vuoto per nascondere"
1316
+
1317
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1054
1318
+ #: wp-live-chat-support/includes/settings_page.php:371
1319
+ msgid "Twitter URL..."
1320
+ msgstr "Twitter URL..."
1321
+
1322
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1077
1323
+ msgid "Admin"
1324
+ msgstr "Amministratore"
1325
 
1326
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1562
1327
+ msgid "You are currently accepting chats"
1328
+ msgstr "Stai accettando chat"
 
1329
 
1330
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1563
1331
+ msgid "You are not accepting chats"
1332
+ msgstr "Non accetti le chat"
 
1333
 
1334
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:1765
 
1335
  msgid ""
1336
+ "Please note: Chat messages will only be encrypted and decreypted if you have "
1337
+ "inserted your WP Live Chat Support Pro API Key on the <a href=\"admin.php?"
1338
+ "page=wplivechat-menu-api-keys-page\">API Keys page</a>."
1339
  msgstr ""
1340
+ "Avvertenza: I messaggi della chat vengono criptati e decriptati soltanto se "
1341
+ "hai inserito la WP Live Chat Support Pro API Key nella <a href=\"admin.php?"
1342
+ "page=wplivechat-menu-api-keys-page\">Pagina Chiavi API</a>."
1343
+
1344
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2051
1345
+ msgid "Exclude chat from 'Home' page:"
1346
+ msgstr "Escludere la finestra della chat nella 'Home' page:"
1347
 
1348
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2051
1349
  msgid ""
1350
+ "Leaving this unchecked will allow the chat window to display on your home "
1351
+ "page."
1352
  msgstr ""
1353
+ "Lasciando questo non spuntato visualizzerà la finestra di chat nella tua "
1354
+ "homepage."
1355
 
1356
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2059
1357
+ msgid "Exclude chat from 'Archive' pages:"
1358
+ msgstr "Escludere la finestra della chat nelle pagine d'archivio:"
1359
 
1360
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2059
1361
+ msgid ""
1362
+ "Leaving this unchecked will allow the chat window to display on your archive "
1363
+ "pages."
1364
+ msgstr ""
1365
+ "Lasciando questo non spuntato visualizzerà la finestra di chat nelle tue "
1366
+ "pagine d'archivio."
1367
 
1368
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2389
1369
  msgid "Attempting to open the chat window... Please be patient."
1370
  msgstr ""
1371
  "In attesa di aprire la finestra di discussione... Si prega di essere "
1372
  "pazienti."
1373
 
1374
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2447
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1375
  msgid ""
1376
+ "You are not a chat agent. Please make yourself a chat agent before trying to "
1377
+ "chat to visitors"
1378
  msgstr ""
1379
+ "Non sei un agente di chat. Si prega di fare un agente di chat prima di "
1380
+ "tentare di parlare ai visitatori"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1381
 
1382
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:2708
1383
+ msgid "This chat has already been answered by another agent."
1384
+ msgstr "Questa discussione ha già avuto una risposta da un altro operatore."
 
 
1385
 
1386
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3012
1387
+ #: wp-live-chat-support/wp-live-chat-support.php:2121
1388
+ msgid "Agent(s) online"
1389
+ msgstr "Operatori Chat Disponibili"
1390
 
1391
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3102
1392
+ msgid "Reporting"
1393
+ msgstr "Segnalazione"
 
1394
 
1395
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3573
1396
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3581
1397
+ #: wp-live-chat-support/wp-live-chat-support.php:4127
1398
+ msgid "Experience Rating"
1399
+ msgstr "Valutazione Esperienza di Chat"
1400
 
1401
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3671
1402
+ msgid "WP Live Chat Support Reporting"
1403
+ msgstr "Segnalazione Supporto WP live Chat"
1404
 
1405
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3674
1406
+ msgid "Overview"
1407
+ msgstr "Panoramica"
 
 
1408
 
1409
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3675
1410
+ msgid "Popular Pages"
1411
+ msgstr "Pagine Popolari"
1412
 
1413
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3693
1414
+ msgid "Total Agents"
1415
+ msgstr "Totale Agenti"
 
1416
 
1417
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3693
1418
+ msgid "Total number of agents that used the live chat"
1419
+ msgstr "Numero totale di agenti che hanno usato la live chat"
1420
 
1421
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3694
1422
+ msgid "Total Chats"
1423
+ msgstr "Totale Chat"
1424
 
1425
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3694
1426
+ msgid "Total number of chats received"
1427
+ msgstr "Numero complessivo di chat ricevute"
1428
 
1429
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3695
1430
+ msgid "Total URLs"
1431
+ msgstr "Totale URL"
1432
 
1433
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3695
1434
+ msgid "Total number of URLs a chat was initiated on"
1435
+ msgstr ""
1436
+ "Lasciando questo non spuntato visualizzerà la finestra di chat nella tua "
1437
+ "homepage."
1438
 
1439
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3696
1440
+ msgid "Chats per day"
1441
+ msgstr "Chat per giorno"
1442
 
1443
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3697
1444
+ msgid "Popular pages a chat was initiated on"
1445
+ msgstr "Pagine popolari che hanno dato origine alla chat"
1446
 
1447
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3773
1448
+ #: wp-live-chat-support/functions.php:1562
1449
+ #: wp-live-chat-support/wp-live-chat-support.php:2926
1450
+ msgid "URL"
1451
+ msgstr "URL"
1452
 
1453
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3774
1454
+ msgid "Count"
1455
+ msgstr "Conteggio"
 
 
1456
 
1457
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3794
1458
+ msgid "Disable initiate chat feature:"
1459
+ msgstr "Disabilita funzione di inizializzazione chat:"
 
1460
 
1461
+ #: wp-live-chat-support-pro/wp-live-chat-support-pro.php:3794
1462
+ msgid ""
1463
+ "This will substantially improve performance. If you are experiencing "
1464
+ "performance issues on your site, you should disable the initiate chat "
1465
+ "feature and only enable it when you need it."
1466
+ msgstr ""
1467
+ "Ciò migliorerà sotanzialmente il rendimento. Se hai problemi di rendimento "
1468
+ "sul tuo sito, dovresti disabilitare la funzione di inizializzazione chat e "
1469
+ "abilitarla solo all'occorrenza."
1470
+
1471
+ #: wp-live-chat-support/functions.php:445
1472
+ msgid "Only chat agents can accept chats"
1473
+ msgstr "Solo gli agenti della chat possono accettare una chat"
1474
+
1475
+ #: wp-live-chat-support/functions.php:644
1476
+ #: wp-live-chat-support/wp-live-chat-support.php:515
1477
+ #: wp-live-chat-support/wp-live-chat-support.php:1494
1478
+ #: wp-live-chat-support/wp-live-chat-support.php:2585
1479
+ #: wp-live-chat-support/wp-live-chat-support.php:4097
1480
+ msgid "Welcome. How may I help you?"
1481
+ msgstr "Benvenuto . Come posso aiutarti ?"
1482
 
1483
+ #: wp-live-chat-support/functions.php:986
1484
  msgid "complete"
1485
  msgstr "completa"
1486
 
1487
+ #: wp-live-chat-support/functions.php:989
1488
  msgid "pending"
1489
  msgstr "in attesa"
1490
 
1491
+ #: wp-live-chat-support/functions.php:992
1492
  msgid "active"
1493
  msgstr "attiva"
1494
 
1495
+ #: wp-live-chat-support/functions.php:995
1496
  msgid "deleted"
1497
  msgstr "cancellata"
1498
 
1499
+ #: wp-live-chat-support/functions.php:998
1500
  msgid "browsing"
1501
  msgstr "esplorazione"
1502
 
1503
+ #: wp-live-chat-support/functions.php:1001
1504
  msgid "requesting chat"
1505
  msgstr "richiesta di chat"
1506
 
1507
+ #: wp-live-chat-support/functions.php:1004
1508
  msgid "Chat Ended - User still browsing"
1509
  msgstr "Chat Terminata - L'utente sta ancora navigando"
1510
 
1511
+ #: wp-live-chat-support/functions.php:1007
1512
  msgid "User is browsing but doesn't want to chat"
1513
  msgstr "L'utente sta navigando, ma non vuole usare la chat"
1514
 
1515
+ #: wp-live-chat-support/functions.php:1342
1516
  msgid "Get Pro Add-on to accept more chats"
1517
  msgstr "Passa alla versione Pro per accettare più conversazioni"
1518
 
1519
+ #: wp-live-chat-support/functions.php:1589
1520
  msgid "You have not missed any chat requests."
1521
  msgstr "Non hai perso richieste di chat"
1522
 
1523
+ #: wp-live-chat-support/includes/deprecated.php:151
1524
+ #: wp-live-chat-support/includes/deprecated.php:348
1525
+ #: wp-live-chat-support/wp-live-chat-support.php:507
1526
+ #: wp-live-chat-support/wp-live-chat-support.php:1556
1527
+ #: wp-live-chat-support/wp-live-chat-support.php:2571
1528
+ #: wp-live-chat-support/wp-live-chat-support.php:4089
1529
+ msgid "Questions?"
1530
+ msgstr "Domande?"
1531
+
1532
+ #: wp-live-chat-support/includes/deprecated.php:151
1533
+ #: wp-live-chat-support/includes/deprecated.php:348
1534
+ #: wp-live-chat-support/wp-live-chat-support.php:508
1535
+ #: wp-live-chat-support/wp-live-chat-support.php:1557
1536
+ #: wp-live-chat-support/wp-live-chat-support.php:2572
1537
+ #: wp-live-chat-support/wp-live-chat-support.php:4090
1538
+ msgid "Chat with us"
1539
+ msgstr "Chatta con noi"
1540
+
1541
+ #: wp-live-chat-support/includes/deprecated.php:158
1542
+ #: wp-live-chat-support/includes/deprecated.php:355
1543
+ msgid "Start Live Chat"
1544
+ msgstr "Avvia Chat in diretta"
1545
+
1546
+ #: wp-live-chat-support/includes/deprecated.php:210
1547
+ #: wp-live-chat-support/includes/deprecated.php:410
1548
+ #: wp-live-chat-support/wp-live-chat-support.php:510
1549
+ #: wp-live-chat-support/wp-live-chat-support.php:2574
1550
+ #: wp-live-chat-support/wp-live-chat-support.php:4092
1551
+ msgid "Start Chat"
1552
+ msgstr "Inizia Chat"
1553
+
1554
+ #: wp-live-chat-support/includes/deprecated.php:213
1555
+ #: wp-live-chat-support/includes/deprecated.php:413
1556
+ msgid "Connecting you to a sales person. Please be patient."
1557
+ msgstr ""
1558
+ "Ti stiamo collegando con un nostro addetto alle vendite. Si prega di essere "
1559
+ "pazienti."
1560
+
1561
+ #: wp-live-chat-support/includes/deprecated.php:216
1562
+ #: wp-live-chat-support/includes/deprecated.php:416
1563
+ #: wp-live-chat-support/wp-live-chat-support.php:514
1564
+ #: wp-live-chat-support/wp-live-chat-support.php:1685
1565
+ #: wp-live-chat-support/wp-live-chat-support.php:1736
1566
+ #: wp-live-chat-support/wp-live-chat-support.php:2578
1567
+ #: wp-live-chat-support/wp-live-chat-support.php:4096
1568
+ msgid "Reactivating your previous chat..."
1569
+ msgstr "Riattivazione precedente conversazione ..."
1570
+
1571
+ #: wp-live-chat-support/includes/deprecated.php:221
1572
+ #: wp-live-chat-support/includes/deprecated.php:421
1573
+ #: wp-live-chat-support/wp-live-chat-support.php:516
1574
+ #: wp-live-chat-support/wp-live-chat-support.php:2447
1575
+ #: wp-live-chat-support/wp-live-chat-support.php:2584
1576
+ #: wp-live-chat-support/wp-live-chat-support.php:4098
1577
+ msgid "Press ENTER to send your message"
1578
+ msgstr "Premi INVIO per inviare il tuo messaggio"
1579
+
1580
+ #: wp-live-chat-support/includes/deprecated.php:225
1581
+ #: wp-live-chat-support/includes/deprecated.php:425
1582
+ #: wp-live-chat-support/wp-live-chat-support.php:1530
1583
+ #: wp-live-chat-support/wp-live-chat-support.php:2462
1584
+ msgid "Send"
1585
+ msgstr "Invia"
1586
+
1587
+ #: wp-live-chat-support/includes/feedback-page.php:7
1588
  msgid "WP Live Chat Support Feedback"
1589
  msgstr "Commenti del Supporto WP Live Chat"
1590
 
1591
+ #: wp-live-chat-support/includes/feedback-page.php:8
1592
  msgid "We'd love to hear your comments and/or suggestions"
1593
  msgstr "Ci piacerebbe ricevere i vostri commenti e / o suggerimenti"
1594
 
1595
+ #: wp-live-chat-support/includes/feedback-page.php:13
1596
  msgid "Your Name"
1597
  msgstr "Nome"
1598
 
1599
+ #: wp-live-chat-support/includes/feedback-page.php:21
1600
  msgid "Your Email"
1601
  msgstr "Email"
1602
 
1603
+ #: wp-live-chat-support/includes/feedback-page.php:29
1604
  msgid "Your Website"
1605
  msgstr "Sito Web"
1606
 
1607
+ #: wp-live-chat-support/includes/feedback-page.php:37
1608
+ #: wp-live-chat-support/wp-live-chat-support.php:697
1609
+ msgid "Feedback"
1610
+ msgstr "Feedback"
1611
+
1612
+ #: wp-live-chat-support/includes/feedback-page.php:48
1613
  msgid "Send Feedback"
1614
  msgstr "Invia Commento"
1615
 
1616
+ #: wp-live-chat-support/includes/settings_page.php:73
1617
  msgid "Agents"
1618
  msgstr "Operatori"
1619
 
1620
+ #: wp-live-chat-support/includes/settings_page.php:164
1621
+ msgid "Include chat window on the following pages"
1622
+ msgstr "Includere la finestra della chat nelle seguenti pagine:"
1623
+
1624
+ #: wp-live-chat-support/includes/settings_page.php:170
1625
+ #: wp-live-chat-support/includes/settings_page.php:185
1626
+ #: wp-live-chat-support/includes/settings_page.php:234
1627
+ #: wp-live-chat-support/includes/settings_page.php:251
1628
+ #: wp-live-chat-support/includes/settings_page.php:267
1629
+ #: wp-live-chat-support/includes/settings_page.php:283
1630
+ #: wp-live-chat-support/includes/settings_page.php:299
1631
+ #: wp-live-chat-support/includes/settings_page.php:316
1632
+ #: wp-live-chat-support/includes/settings_page.php:361
1633
+ #: wp-live-chat-support/includes/settings_page.php:374
1634
  msgid "available in the"
1635
  msgstr "disponibile"
1636
 
1637
+ #: wp-live-chat-support/includes/settings_page.php:171
1638
+ #: wp-live-chat-support/includes/settings_page.php:186
1639
+ #: wp-live-chat-support/includes/settings_page.php:235
1640
+ #: wp-live-chat-support/includes/settings_page.php:252
1641
+ #: wp-live-chat-support/includes/settings_page.php:268
1642
+ #: wp-live-chat-support/includes/settings_page.php:284
1643
+ #: wp-live-chat-support/includes/settings_page.php:300
1644
+ #: wp-live-chat-support/includes/settings_page.php:317
1645
+ #: wp-live-chat-support/includes/settings_page.php:362
1646
+ #: wp-live-chat-support/includes/settings_page.php:375
1647
+ #: wp-live-chat-support/wp-live-chat-support.php:3004
1648
+ #: wp-live-chat-support/wp-live-chat-support.php:3791
1649
+ #: wp-live-chat-support/wp-live-chat-support.php:3859
 
 
1650
  msgid "Pro Add-on"
1651
  msgstr "Pro Add-on"
1652
 
1653
+ #: wp-live-chat-support/includes/settings_page.php:172
1654
+ #: wp-live-chat-support/includes/settings_page.php:187
1655
+ #: wp-live-chat-support/includes/settings_page.php:236
1656
+ #: wp-live-chat-support/includes/settings_page.php:253
1657
+ #: wp-live-chat-support/includes/settings_page.php:269
1658
+ #: wp-live-chat-support/includes/settings_page.php:285
1659
+ #: wp-live-chat-support/includes/settings_page.php:301
1660
+ #: wp-live-chat-support/includes/settings_page.php:318
1661
+ #: wp-live-chat-support/includes/settings_page.php:363
1662
+ #: wp-live-chat-support/includes/settings_page.php:376
1663
  msgid "only"
1664
  msgstr "solo"
1665
 
1666
+ #: wp-live-chat-support/includes/settings_page.php:179
1667
+ msgid "Exclude chat window on the following pages"
1668
+ msgstr "Escludere la finestra della chat nelle seguenti pagine:"
1669
+
1670
+ #: wp-live-chat-support/includes/settings_page.php:228
1671
+ msgid "Display a typing animation as soon as someone starts typing."
1672
  msgstr ""
1673
+ "Visualizza animazione della scrittura quando qualcuno comincia a scrivere."
1674
+
1675
+ #: wp-live-chat-support/includes/settings_page.php:313
1676
+ msgid "Alert me via email as soon as someone wants to chat"
1677
+ msgstr "Avvisami via e-mail quando qualcuno vuole chattare"
1678
 
1679
+ #: wp-live-chat-support/includes/settings_page.php:540
1680
+ #: wp-live-chat-support/includes/settings_page.php:541
1681
+ msgid "Classic"
1682
+ msgstr "Classica"
1683
 
1684
+ #: wp-live-chat-support/includes/settings_page.php:544
1685
+ #: wp-live-chat-support/includes/settings_page.php:545
1686
+ msgid "Modern"
1687
+ msgstr "Moderna"
1688
 
1689
+ #: wp-live-chat-support/includes/settings_page.php:561
1690
+ msgid "Colour Scheme"
1691
+ msgstr "Schema di colore"
 
1692
 
1693
+ #: wp-live-chat-support/includes/settings_page.php:616
1694
+ msgid "Choose"
1695
+ msgstr "Seleziona"
1696
 
1697
+ #: wp-live-chat-support/includes/settings_page.php:617
1698
+ msgid "Your"
1699
+ msgstr "Tuo"
 
1700
 
1701
+ #: wp-live-chat-support/includes/settings_page.php:618
1702
+ msgid "Colors"
1703
+ msgstr "Colori"
1704
 
1705
+ #: wp-live-chat-support/includes/settings_page.php:619
1706
+ msgid "Below"
1707
+ msgstr "Sotto"
1708
 
1709
+ #: wp-live-chat-support/includes/settings_page.php:641
1710
+ msgid "Palette Color 1"
1711
+ msgstr "Tavolozza Colori 1"
1712
 
1713
+ #: wp-live-chat-support/includes/settings_page.php:647
1714
+ msgid "Palette Color 2"
1715
+ msgstr "Tavolozza Colori 2"
1716
 
1717
+ #: wp-live-chat-support/includes/settings_page.php:653
1718
+ msgid "Palette Color 3"
1719
+ msgstr "Tavolozza Colori 3"
1720
 
1721
+ #: wp-live-chat-support/includes/settings_page.php:659
1722
+ msgid "Palette Color 4"
1723
+ msgstr "Tavolozza Colori 4"
1724
 
1725
+ #: wp-live-chat-support/includes/surveys.php:8
1726
+ #: wp-live-chat-support/includes/surveys.php:21
1727
+ #: wp-live-chat-support/includes/surveys.php:290
1728
+ #: wp-live-chat-support/wp-live-chat-support.php:669
1729
+ msgid "Surveys"
1730
+ msgstr "Sondaggi"
1731
 
1732
+ #: wp-live-chat-support/includes/surveys.php:24
1733
+ msgid "Enable Surveys"
1734
+ msgstr "Abilita Sondaggi"
1735
 
1736
+ #: wp-live-chat-support/includes/surveys.php:24
1737
+ msgid ""
1738
+ "Enable surveys within your live chat box, either before or after a live chat "
1739
+ "session."
1740
  msgstr ""
1741
+ "Puoi Abilitare i Sondaggi nel riquadro della tua chat box sia prima che dopo "
1742
+ "una sessione di chat dal vivo."
1743
+
1744
+ #: wp-live-chat-support/includes/surveys.php:33
1745
+ #, php-format
1746
+ msgid ""
1747
+ "No surveys created. Please <a href=\"%s\" target=\"_BLANK\" title="
1748
+ "\"NimbleSquirrel\">create a survey and then refresh this page.</a>"
1749
+ msgstr ""
1750
+ "Nessun Sondaggio creato. Per favore <a href=\"%s\" target=\"_BLANK\" title="
1751
+ "\"NimbleSquirrel\"> creare un sondaggio e poi ricaricare questa pagina.</a>"
1752
+
1753
+ #: wp-live-chat-support/includes/surveys.php:40
1754
+ msgid "Select a survey"
1755
+ msgstr "Seleziona Sondaggio"
1756
+
1757
+ #: wp-live-chat-support/includes/surveys.php:66
1758
+ msgid "Display survey"
1759
+ msgstr "Visualizza Sondaggio"
1760
+
1761
+ #: wp-live-chat-support/includes/surveys.php:69
1762
+ msgid "Before chat"
1763
+ msgstr "Prima della chat"
1764
+
1765
+ #: wp-live-chat-support/includes/surveys.php:70
1766
+ msgid "After chat"
1767
+ msgstr "Dopo Chat"
1768
+
1769
+ #: wp-live-chat-support/includes/surveys.php:75
1770
+ msgid "Chat button text"
1771
+ msgstr "Testo Pulsante Chat"
1772
+
1773
+ #: wp-live-chat-support/includes/surveys.php:81
1774
+ msgid "Change title of chat box when chat ended to"
1775
+ msgstr "Cambia il titolo della finestra chat quando la chat è terminata"
1776
+
1777
+ #: wp-live-chat-support/includes/surveys.php:246
1778
+ #: wp-live-chat-support/wp-live-chat-support.php:511
1779
+ #: wp-live-chat-support/wp-live-chat-support.php:2575
1780
+ #: wp-live-chat-support/wp-live-chat-support.php:4093
1781
+ msgid "Or chat to an agent now"
1782
+ msgstr "Oppure chatta con un agente adesso"
1783
+
1784
+ #: wp-live-chat-support/includes/surveys.php:251
1785
+ #: wp-live-chat-support/wp-live-chat-support.php:1334
1786
+ msgid "Leave a message"
1787
+ msgstr "Lascia un messaggio"
1788
+
1789
+ #: wp-live-chat-support/includes/surveys.php:285
1790
+ msgid "WP Live Chat Surveys with Nimble Squirrel"
1791
+ msgstr "Sondaggi WP Live Chat con Nimble Squirrel"
1792
+
1793
+ #: wp-live-chat-support/includes/surveys.php:291
1794
+ msgid ""
1795
+ "To view your responses, click the button below and log in to your "
1796
+ "NimbleSquirrel account."
1797
+ msgstr ""
1798
+ "Per vedere le tue risposte, clicca sul pulsante sotto e accedi al tuo "
1799
+ "account NimbleSquirrel."
1800
 
1801
+ #: wp-live-chat-support/includes/surveys.php:294
1802
+ msgid ""
1803
+ "Need help? <a href='https://wp-livechat.com/contact-us/' "
1804
+ "target='_BLANK'>Contact us</a> and we'll get back to you as soon as possible!"
1805
+ msgstr ""
1806
+ "Serve Aiuto? <a href='https://wp-livechat.com/contact-us/' "
1807
+ "target='_BLANK'>Contattaci</a> ti risponderemo appena possibile!"
1808
 
1809
+ #: wp-live-chat-support/includes/surveys.php:304
1810
+ #, php-format
1811
+ msgid ""
1812
+ "Register on <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
1813
+ "\">NimbleSquirrel</a> (It's free.)"
1814
+ msgstr ""
1815
+ "Registrati su <a href=\"%s\" target=\"_BLANK\" title=\"NimbleSquirrel"
1816
+ "\">NimbleSquirrel</a> (E' gratuito.)"
1817
 
1818
+ #: wp-live-chat-support/includes/surveys.php:307
1819
+ #, php-format
1820
+ msgid ""
1821
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Create a survey</"
1822
+ "a>."
1823
+ msgstr ""
1824
+ "<a href=\"%s\" target=\"_BLANK\" title=\"Create a survey\">Creare un "
1825
+ "sondaggio</a>."
1826
 
1827
+ #: wp-live-chat-support/includes/surveys.php:314
1828
+ msgid "Add a Survey to your live chat box"
1829
+ msgstr "Aggiungi un Sondaggio alla tua Chat Attiva"
1830
 
1831
+ #: wp-live-chat-support/includes/surveys.php:315
1832
+ msgid "Three simple steps:"
1833
+ msgstr "Tre semplici passi:"
1834
 
1835
+ #: wp-live-chat-support/includes/surveys.php:319
1836
+ msgid ""
1837
+ "Enable surveys in your live chat <a href='admin.php?page=wplivechat-menu-"
1838
+ "settings'>settings page</a>."
1839
+ msgstr ""
1840
+ "Abilita i sondaggi nella<a href='admin.php?page=wplivechat-menu-"
1841
+ "settings'>pagina impostazioni</a> della tua live chat."
1842
 
1843
+ #: wp-live-chat-support/includes/update_control.class.php:122
1844
  msgid ""
1845
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
1846
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
1847
  msgstr ""
1848
+ "Si è verificato un errore HTTP inaspettato durante la richiesta API. </p> "
1849
+ "<p> <a href=\"?\" onclick=\"document.location.reload(); return false;"
1850
+ "\">Riprovare</a>"
1851
+
1852
+ #: wp-live-chat-support/includes/update_control.class.php:127
1853
+ msgid "An unknown error occurred"
1854
+ msgstr "Si è verificato un errore sconosciuto"
1855
 
1856
+ #: wp-live-chat-support/includes/welcome_page.php:4
1857
  msgid "Welcome to "
1858
  msgstr "Benvenuto a"
1859
 
1860
+ #: wp-live-chat-support/includes/welcome_page.php:6
1861
+ msgid "Version 6"
1862
+ msgstr "Versione 6"
1863
 
1864
+ #: wp-live-chat-support/includes/welcome_page.php:8
1865
+ msgid "The most popular live chat plugin!"
1866
+ msgstr "Il plugin di chat più popolare!"
1867
 
1868
+ #: wp-live-chat-support/includes/welcome_page.php:11
1869
  msgid "How did you find us?"
1870
  msgstr "Come ci ai trovato ?"
1871
 
1872
+ #: wp-live-chat-support/includes/welcome_page.php:16
1873
  msgid "WordPress.org plugin repository "
1874
  msgstr "Magazzino dei plugin di WordPress.org"
1875
 
1876
+ #: wp-live-chat-support/includes/welcome_page.php:19
1877
  msgid "Search Term"
1878
  msgstr "Cerca Termine"
1879
 
1880
+ #: wp-live-chat-support/includes/welcome_page.php:23
1881
  msgid "Google or other search Engine"
1882
  msgstr "Google o altro motore di ricerca"
1883
 
1884
+ #: wp-live-chat-support/includes/welcome_page.php:29
1885
  msgid "Friend recommendation"
1886
  msgstr "Raccomandazione da Amici"
1887
 
1888
+ #: wp-live-chat-support/includes/welcome_page.php:35
1889
  msgid "Other"
1890
  msgstr "Altro"
1891
 
1892
+ #: wp-live-chat-support/includes/welcome_page.php:39
1893
  msgid "Please Explain"
1894
  msgstr "Si prega di spiegare"
1895
 
1896
+ #: wp-live-chat-support/includes/welcome_page.php:48
1897
  msgid "Submit"
1898
  msgstr "Invia"
1899
 
1900
+ #: wp-live-chat-support/includes/welcome_page.php:50
1901
  msgid "Skip"
1902
  msgstr "Salta"
1903
 
1904
+ #: wp-live-chat-support/wp-live-chat-support.php:502
1905
+ #: wp-live-chat-support/wp-live-chat-support.php:1567
1906
+ #: wp-live-chat-support/wp-live-chat-support.php:2579
1907
+ #: wp-live-chat-support/wp-live-chat-support.php:4084
1908
+ msgid "Chat offline. Leave a message"
1909
+ msgstr "Chat disponibille. Lascia un messaggio"
1910
+
1911
+ #: wp-live-chat-support/wp-live-chat-support.php:503
1912
+ #: wp-live-chat-support/wp-live-chat-support.php:1418
1913
+ #: wp-live-chat-support/wp-live-chat-support.php:2580
1914
+ #: wp-live-chat-support/wp-live-chat-support.php:4085
1915
+ msgid "Hello. Please input your details so that I may help you."
1916
+ msgstr "Ciao. Si prega di inserire i tuoi dati in modo che io possa aiutare."
1917
+
1918
+ #: wp-live-chat-support/wp-live-chat-support.php:504
1919
+ #: wp-live-chat-support/wp-live-chat-support.php:882
1920
+ #: wp-live-chat-support/wp-live-chat-support.php:2581
1921
+ #: wp-live-chat-support/wp-live-chat-support.php:4086
1922
+ msgid ""
1923
+ "We are currently offline. Please leave a message and we'll get back to you "
1924
+ "shortly."
1925
+ msgstr ""
1926
+ "Siamo attualmente offline. Lasciate un messaggio e vi risponderemo al più "
1927
+ "presto."
1928
+
1929
+ #: wp-live-chat-support/wp-live-chat-support.php:505
1930
+ #: wp-live-chat-support/wp-live-chat-support.php:883
1931
+ #: wp-live-chat-support/wp-live-chat-support.php:2582
1932
+ #: wp-live-chat-support/wp-live-chat-support.php:4087
1933
+ msgid "Sending message..."
1934
+ msgstr "Invia Messaggio"
1935
+
1936
+ #: wp-live-chat-support/wp-live-chat-support.php:506
1937
+ #: wp-live-chat-support/wp-live-chat-support.php:884
1938
+ #: wp-live-chat-support/wp-live-chat-support.php:2583
1939
+ #: wp-live-chat-support/wp-live-chat-support.php:4088
1940
+ msgid "Thank you for your message. We will be in contact soon."
1941
+ msgstr "Grazie per le vostre risposte. Vi contatteremo al più presto"
1942
+
1943
+ #: wp-live-chat-support/wp-live-chat-support.php:509
1944
+ #: wp-live-chat-support/wp-live-chat-support.php:2573
1945
+ #: wp-live-chat-support/wp-live-chat-support.php:4091
1946
+ msgid "Start live chat"
1947
+ msgstr "Avvia Chat in diretta"
1948
+
1949
+ #: wp-live-chat-support/wp-live-chat-support.php:512
1950
+ #: wp-live-chat-support/wp-live-chat-support.php:2576
1951
+ #: wp-live-chat-support/wp-live-chat-support.php:4094
1952
+ msgid "Chat ended"
1953
+ msgstr "Chat terminata"
1954
+
1955
+ #: wp-live-chat-support/wp-live-chat-support.php:513
1956
+ #: wp-live-chat-support/wp-live-chat-support.php:2577
1957
+ #: wp-live-chat-support/wp-live-chat-support.php:4095
1958
+ msgid "Connecting. Please be patient..."
1959
+ msgstr ""
1960
+ "Ti stiamo collegando con un nostro addetto alle vendite. Si prega di essere "
1961
+ "pazienti."
1962
+
1963
+ #: wp-live-chat-support/wp-live-chat-support.php:547
1964
+ #: wp-live-chat-support/wp-live-chat-support.php:2552
1965
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1966
  msgstr ""
1967
  "Per favore clicca su \\'Avvia Chat\\' per iniziare una discussione con "
1968
  "l'operatore disponibile"
1969
 
1970
+ #: wp-live-chat-support/wp-live-chat-support.php:667
1971
+ msgid "Live Chat"
1972
+ msgstr "Live Chat"
1973
+
1974
+ #: wp-live-chat-support/wp-live-chat-support.php:668
1975
+ msgid "Settings"
1976
+ msgstr "Impostazioni"
1977
+
1978
+ #: wp-live-chat-support/wp-live-chat-support.php:674
1979
+ msgid "History"
1980
+ msgstr "Cronologia"
1981
+
1982
+ #: wp-live-chat-support/wp-live-chat-support.php:675
1983
+ msgid "Missed Chats"
1984
+ msgstr "Chat perse"
1985
+
1986
+ #: wp-live-chat-support/wp-live-chat-support.php:698
1987
+ #: wp-live-chat-support/wp-live-chat-support.php:3502
1988
+ msgid "Support"
1989
+ msgstr "Support"
1990
+
1991
+ #: wp-live-chat-support/wp-live-chat-support.php:699
1992
+ msgid "Extensions"
1993
+ msgstr "Estensioni"
1994
+
1995
+ #: wp-live-chat-support/wp-live-chat-support.php:709
1996
+ msgid "API Keys"
1997
+ msgstr "Chiavi API"
1998
+
1999
+ #: wp-live-chat-support/wp-live-chat-support.php:715
2000
+ msgid "Premium Extension API Keys"
2001
+ msgstr "Estensione Premium Chiavi API"
2002
+
2003
+ #: wp-live-chat-support/wp-live-chat-support.php:716
2004
+ msgid ""
2005
+ "To find and manage your premium API keys, please visit your <a "
2006
+ "target='_BLANK' href='https://wp-livechat.com/my-account/'>my account</a> "
2007
+ "page."
2008
+ msgstr ""
2009
+ "Per trovare e gestire le tue Chiavi API premium, visita per favore la tua "
2010
+ "pagina <a target='_BLANK' href='http://wp-livechat.com/my-account/'>il mio "
2011
+ "conto</a>"
2012
+
2013
+ #: wp-live-chat-support/wp-live-chat-support.php:1310
2014
+ #: wp-live-chat-support/wp-live-chat-support.php:1329
2015
+ msgid "Start chat"
2016
+ msgstr "Inizia Chat"
2017
+
2018
+ #: wp-live-chat-support/wp-live-chat-support.php:1402
2019
+ msgid "Send message"
2020
+ msgstr "Invia Messaggio"
2021
+
2022
+ #: wp-live-chat-support/wp-live-chat-support.php:1465
2023
+ #: wp-live-chat-support/wp-live-chat-support.php:1490
2024
+ msgid "Connecting. Please be patient."
2025
+ msgstr "Collegamento in corso. Si prega di pazientare."
2026
 
2027
+ #: wp-live-chat-support/wp-live-chat-support.php:1979
2028
+ msgid "New chat received"
2029
+ msgstr "Nuova chat ricevuta"
2030
+
2031
+ #: wp-live-chat-support/wp-live-chat-support.php:1981
2032
+ msgid ""
2033
+ "A new chat has been received. Please go the 'Live Chat' page to accept the "
2034
+ "chat"
2035
+ msgstr ""
2036
+ "Una nuova chat è stata ricevuta. Per favore vai nella pagina 'Live Chat' per "
2037
+ "accettare la chat"
2038
+
2039
+ #: wp-live-chat-support/wp-live-chat-support.php:2044
2040
  msgid ""
2041
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
2042
  "strong>. Please"
2044
  "Stai utilizzando una versione non aggiornata di <strong>WP Live Chat Support "
2045
  "Pro</strong>. Per favore"
2046
 
2047
+ #: wp-live-chat-support/wp-live-chat-support.php:2044
2048
+ msgid "update to at least version"
2049
+ msgstr "aggiorna all'ultima versione"
2050
+
2051
+ #: wp-live-chat-support/wp-live-chat-support.php:2044
2052
+ msgid "to ensure all functionality is in working order"
2053
+ msgstr "affinchè tutte le funzionalità funzionino correttamente"
2054
+
2055
+ #: wp-live-chat-support/wp-live-chat-support.php:2045
2056
  msgid ""
2057
  "You're live chat box on your website has been temporarily disabled until the "
2058
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
2062
  "l'aggiornamento della versione Pro così da evitare possibili inconvenienti "
2063
  "di operabilità sia per voi che per i vostri visitatori."
2064
 
2065
+ #: wp-live-chat-support/wp-live-chat-support.php:2046
2066
+ #: wp-live-chat-support/wp-live-chat-support.php:2066
2067
  msgid ""
2068
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
2069
+ "plugins.php'>here</a> or <a href='https://wp-livechat.com/get-updated-"
2070
  "version/' target='_BLANK'>here</a>."
2071
  msgstr ""
2072
  "Potete aggiornare il vostro plugin <a href='./update-core.php'>qui</a>, <a "
2073
  "href='./plugins.php'>qui</a> oppure <a href='http://wp-livechat.com/get-"
2074
  "updated-version/' target='_BLANK'>qua</a>."
2075
 
2076
+ #: wp-live-chat-support/wp-live-chat-support.php:2047
2077
+ #: wp-live-chat-support/wp-live-chat-support.php:2067
2078
+ msgid "If you are having difficulty updating the plugin, please contact"
2079
+ msgstr ""
2080
+ "Se si hanno difficoltà con l'aggiornamento del plug-in, si prega di "
2081
+ "contattarci"
2082
+
2083
+ #: wp-live-chat-support/wp-live-chat-support.php:2059
2084
  msgid ""
2085
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
2086
  "strong>."
2087
  msgstr ""
2088
  "Stai utilizzando una versione non aggiornata di <strong>WP Live Chat Support "
2089
+ "Pro</strong>."
2090
 
2091
+ #: wp-live-chat-support/wp-live-chat-support.php:2061
 
2092
  msgid "Please update to the latest version of WP Live Chat Support Pro"
2093
+ msgstr "Per favore, fai l'aggiornamento di WP Live Chat Support Pro"
 
 
2094
 
2095
+ #: wp-live-chat-support/wp-live-chat-support.php:2062
2096
+ msgid "Version 5.0.1"
2097
+ msgstr "Versione 5.0.1"
2098
 
2099
+ #: wp-live-chat-support/wp-live-chat-support.php:2063
2100
+ msgid "to ensure everything is working correctly."
2101
+ msgstr "affinchè tutte le funzionalità funzionino correttamente."
2102
+
2103
+ #: wp-live-chat-support/wp-live-chat-support.php:2095
2104
+ msgid "Congratulations"
2105
+ msgstr "Complimenti"
2106
+
2107
+ #: wp-live-chat-support/wp-live-chat-support.php:2096
2108
+ msgid "You are now accepting live chat requests on your site."
2109
+ msgstr "Adesso stai accettando le richieste di live chat sul tuo sito."
2110
 
2111
+ #: wp-live-chat-support/wp-live-chat-support.php:2097
2112
+ msgid "The live chat box has automatically been enabled on your website."
2113
+ msgstr ""
2114
+ "Il controllo live chat è stato automaticamente abilitato sul tuo sito web."
2115
+
2116
+ #: wp-live-chat-support/wp-live-chat-support.php:2098
2117
+ msgid "Chat notifications will start appearing once visitors send a request."
2118
+ msgstr ""
2119
+ "Le notifiche chat cominceranno ad apparire non appena i visitatori "
2120
+ "invieranno una richiesta."
2121
+
2122
+ #: wp-live-chat-support/wp-live-chat-support.php:2099
2123
+ msgid ""
2124
+ "You may <a href='?page=wplivechat-menu-settings' target='_BLANK'>modify your "
2125
+ "chat box settings here."
2126
+ msgstr ""
2127
+ "Puoi <a href='?page=wplivechat-menu-settings' target='_BLANK'>modificare le "
2128
+ "tue impostazioni del riquadro della chat qui."
2129
 
2130
+ #: wp-live-chat-support/wp-live-chat-support.php:2100
2131
+ msgid "Experiencing issues?"
2132
+ msgstr "Hai problemi?"
2133
 
2134
+ #: wp-live-chat-support/wp-live-chat-support.php:2100
2135
+ msgid "Visit our troubleshooting section."
2136
+ msgstr "Visita la nostra sezione per la risoluzione dei problemi"
2137
 
2138
+ #: wp-live-chat-support/wp-live-chat-support.php:2102
2139
+ msgid "Hide"
2140
+ msgstr "Nascondi Chat"
2141
 
2142
+ #: wp-live-chat-support/wp-live-chat-support.php:2137
2143
+ #: wp-live-chat-support/wp-live-chat-support.php:3522
2144
+ #: wp-live-chat-support/wp-live-chat-support.php:3523
2145
  msgid "With the Pro add-on of WP Live Chat Support, you can"
2146
  msgstr "Con il modulo aggiuntivo Pro di WP Live Chat Support, è possibile"
2147
 
2148
+ #: wp-live-chat-support/wp-live-chat-support.php:2138
2149
+ #: wp-live-chat-support/wp-live-chat-support.php:3522
2150
  msgid "see who's online and initiate chats"
2151
  msgstr "vedere chi è online e avviare la chat"
2152
 
2153
+ #: wp-live-chat-support/wp-live-chat-support.php:2139
2154
+ #: wp-live-chat-support/wp-live-chat-support.php:3522
2155
+ msgid "initiate chats"
2156
+ msgstr "inizializzare le chat"
2157
+
2158
+ #: wp-live-chat-support/wp-live-chat-support.php:2140
2159
+ #: wp-live-chat-support/wp-live-chat-support.php:3522
2160
  msgid "with your online visitors with the click of a button."
2161
  msgstr ""
2162
  "con tutti i tuoi visitatori in linea semplicemente cliccando un bottone."
2163
 
2164
+ #: wp-live-chat-support/wp-live-chat-support.php:2141
2165
+ #: wp-live-chat-support/wp-live-chat-support.php:2143
2166
+ msgid "Buy the Pro add-on now."
2167
+ msgstr "Acquista ora l'estensione Pro."
2168
+
2169
+ #: wp-live-chat-support/wp-live-chat-support.php:2190
2170
+ #: wp-live-chat-support/wp-live-chat-support.php:2257
2171
+ msgid "Chat Dashboard"
2172
+ msgstr "Bacheca Chat"
2173
+
2174
+ #: wp-live-chat-support/wp-live-chat-support.php:2193
2175
+ msgid ""
2176
+ "Please note: This window must be open in order to receive new chat "
2177
+ "notifications."
2178
  msgstr ""
2179
+ "Attenzione: Questa finestra deve essere aperta per ricevere le nuove "
2180
+ "notifiche di chat."
2181
+
2182
+ #: wp-live-chat-support/wp-live-chat-support.php:2205
2183
+ msgid "Visitors online"
2184
+ msgstr "Visitatori in linea"
2185
 
2186
+ #: wp-live-chat-support/wp-live-chat-support.php:2217
2187
+ msgid "Visitor"
2188
+ msgstr "Visitatore"
2189
+
2190
+ #: wp-live-chat-support/wp-live-chat-support.php:2218
2191
+ msgid "Time"
2192
+ msgstr "Ora"
2193
+
2194
+ #: wp-live-chat-support/wp-live-chat-support.php:2219
2195
+ msgid "Type"
2196
+ msgstr "Tipo"
2197
+
2198
+ #: wp-live-chat-support/wp-live-chat-support.php:2220
2199
+ msgid "Data"
2200
+ msgstr "Dati Utente"
2201
+
2202
+ #: wp-live-chat-support/wp-live-chat-support.php:2221
2203
+ #: wp-live-chat-support/wp-live-chat-support.php:2927
2204
+ msgid "Status"
2205
+ msgstr "Stato"
2206
+
2207
+ #: wp-live-chat-support/wp-live-chat-support.php:2222
2208
+ #: wp-live-chat-support/wp-live-chat-support.php:2928
2209
+ msgid "Action"
2210
+ msgstr "Azione"
2211
+
2212
+ #: wp-live-chat-support/wp-live-chat-support.php:2260
2213
+ msgid "Oh no!"
2214
+ msgstr "Oh no!"
2215
+
2216
+ #: wp-live-chat-support/wp-live-chat-support.php:2263
2217
+ msgid ""
2218
+ "You do not have access to this page as <strong>you are not a chat agent</"
2219
+ "strong>."
2220
  msgstr ""
2221
+ "Non hai accesso a questa pagina perchè <strong>non sei un agente chat</"
2222
+ "strong>."
2223
 
2224
+ #: wp-live-chat-support/wp-live-chat-support.php:2370
2225
  msgid "Previous"
2226
  msgstr "Precedente"
2227
 
2228
+ #: wp-live-chat-support/wp-live-chat-support.php:2372
2229
  msgid "Active"
2230
  msgstr "Attiva"
2231
 
2232
+ #: wp-live-chat-support/wp-live-chat-support.php:2381
2233
  msgid "Chat with"
2234
  msgstr "Discuti con"
2235
 
2236
+ #: wp-live-chat-support/wp-live-chat-support.php:2384
2237
+ msgid "End chat"
2238
+ msgstr "Fine chat"
2239
+
2240
+ #: wp-live-chat-support/wp-live-chat-support.php:2428
2241
+ #: wp-live-chat-support/wp-live-chat-support.php:3337
2242
+ msgid "Add-ons"
2243
+ msgstr "Moduli Aggiuntivi"
2244
+
2245
+ #: wp-live-chat-support/wp-live-chat-support.php:2430
2246
+ msgid "Get more add-ons"
2247
+ msgstr "Richiedi altri Add-on"
2248
+
2249
+ #: wp-live-chat-support/wp-live-chat-support.php:2448
2250
  msgid "Add Quick Responses to your Live Chat"
2251
  msgstr "Aggiungere Risposte rapide alla vostra Chat Attiva"
2252
 
2253
+ #: wp-live-chat-support/wp-live-chat-support.php:2448
2254
  msgid "Pro version only"
2255
  msgstr "Solo nella versione Pro"
2256
 
2257
+ #: wp-live-chat-support/wp-live-chat-support.php:2456
2258
  msgid "type here..."
2259
  msgstr "scrivi qua..."
2260
 
2261
+ #: wp-live-chat-support/wp-live-chat-support.php:2534
2262
+ msgid "User has opened the chat window"
2263
+ msgstr "L'utente ha aperto la finestra di chat"
2264
 
2265
+ #: wp-live-chat-support/wp-live-chat-support.php:2535
2266
+ msgid "User has minimized the chat window"
2267
+ msgstr "L'utente ha ridotto al minimo la finestra di chat"
 
 
2268
 
2269
+ #: wp-live-chat-support/wp-live-chat-support.php:2536
2270
+ msgid "User has maximized the chat window"
2271
+ msgstr "L'utente ha massimizzato la finestra di chat"
 
2272
 
2273
+ #: wp-live-chat-support/wp-live-chat-support.php:2537
2274
+ msgid "The chat has been ended"
2275
+ msgstr "La chat è stata terminata"
2276
+
2277
+ #: wp-live-chat-support/wp-live-chat-support.php:2917
2278
+ msgid "Delete History"
2279
+ msgstr "Cancellare cronologia"
2280
+
2281
+ #: wp-live-chat-support/wp-live-chat-support.php:2934
2282
+ msgid "No chats available at the moment"
2283
+ msgstr "Nessun chat disponibile al momento"
2284
+
2285
+ #: wp-live-chat-support/wp-live-chat-support.php:2944
2286
+ msgid "View Chat History"
2287
+ msgstr "Visualizza cronologia chat"
2288
+
2289
+ #: wp-live-chat-support/wp-live-chat-support.php:2944
2290
+ msgid "Download Chat History"
2291
+ msgstr "Scarica la cronologia della chat"
2292
+
2293
+ #: wp-live-chat-support/wp-live-chat-support.php:2966
2294
+ msgid "WP Live Chat History"
2295
  msgstr "Cronologia WP Live Chat"
2296
 
2297
+ #: wp-live-chat-support/wp-live-chat-support.php:2986
2298
+ msgid "WP Live Chat Missed Chats"
2299
+ msgstr "Cronologia WP Live Chat Perse"
 
2300
 
2301
+ #: wp-live-chat-support/wp-live-chat-support.php:3001
 
2302
  msgid ""
2303
  "Please update to the latest version of WP Live Chat Support Pro to start "
2304
  "recording any offline messages."
2305
  msgstr ""
2306
+ "Per favore, fai l'aggiornamento di WP Live Chat Support Pro per poter "
2307
+ "registrare i messaggi non in linea. "
2308
+
2309
+ #: wp-live-chat-support/wp-live-chat-support.php:3004
2310
+ msgid "This option is only available in the "
2311
+ msgstr "Questa opzione è disponibile solo nella"
2312
+
2313
+ #: wp-live-chat-support/wp-live-chat-support.php:3016
2314
+ msgid "WP Live Chat Offline Messages"
2315
+ msgstr "Messaggi non in linea WP Live Chat"
2316
+
2317
+ #: wp-live-chat-support/wp-live-chat-support.php:3037
2318
+ msgid "Actions"
2319
+ msgstr "Azioni"
2320
+
2321
+ #: wp-live-chat-support/wp-live-chat-support.php:3055
2322
+ msgid "Delete Message"
2323
+ msgstr "Elimina Messaggio"
2324
+
2325
+ #: wp-live-chat-support/wp-live-chat-support.php:3148
2326
+ msgid "Please click 'Start Chat' to initiate a chat with an agent"
2327
+ msgstr ""
2328
+ "Per favore clicca su 'Avvia Chat' per iniziare una discussione con "
2329
+ "l'operatore disponibile"
2330
+
2331
+ #: wp-live-chat-support/wp-live-chat-support.php:3240
2332
+ msgid "Your settings have been saved."
2333
+ msgstr "Le impostazioni sono state salvate."
2334
 
2335
+ #: wp-live-chat-support/wp-live-chat-support.php:3255
2336
  msgid "Thank You for your feedback!"
2337
  msgstr "Grazie per le vostre risposte!"
2338
 
2339
+ #: wp-live-chat-support/wp-live-chat-support.php:3259
2340
+ #: wp-live-chat-support/wp-live-chat-support.php:3272
2341
  msgid "Thank you for your feedback. We will be in touch soon"
2342
  msgstr "Grazie per le vostre risposte. Vi contatteremo al più presto"
2343
 
2344
+ #: wp-live-chat-support/wp-live-chat-support.php:3275
2345
  msgid "There was a problem sending your feedback. Please log your feedback on "
2346
  msgstr ""
2347
  "C'è stato un problema nell'invio del feedback. Si prega di inserire il "
2348
  "vostro commento nei"
2349
 
2350
+ #: wp-live-chat-support/wp-live-chat-support.php:3309
2351
  msgid ""
2352
  "WPLC: set_time_limit() is not enabled on this server. You may experience "
2353
  "issues while using WP Live Chat Support as a result of this. Please get in "
2354
  "contact your host to get this function enabled."
2355
  msgstr ""
2356
+ "WPLC: set_time_limit() non è abilitato su questo server quindi potresti "
2357
+ "incontrare degli inconvenienti nell'utilizzo di WP Live Chat Support. Ti "
2358
+ "consigliamo di contattare il tuo provider per farti abilitare questa "
2359
+ "funzione."
2360
 
2361
+ #: wp-live-chat-support/wp-live-chat-support.php:3315
2362
  msgid ""
2363
  "WPLC: Safe mode is enabled on this server. You may experience issues while "
2364
  "using WP Live Chat Support as a result of this. Please contact your host to "
2365
  "get safe mode disabled."
2366
  msgstr ""
2367
+ "WPLC: Safe mode è abilitato su questo server quindi potresti incontrare "
2368
+ "degli inconvenienti nell'utilizzo di WP Live Chat Support. Ti consigliamo di "
2369
+ "contattare il tuo provider per farti abilitare safe mode ."
2370
+
2371
+ #: wp-live-chat-support/wp-live-chat-support.php:3337
2372
+ msgid "Suggested Plugins"
2373
+ msgstr "Plugin Consigliati"
2374
+
2375
+ #: wp-live-chat-support/wp-live-chat-support.php:3348
2376
+ #: wp-live-chat-support/wp-live-chat-support.php:3349
2377
+ #: wp-live-chat-support/wp-live-chat-support.php:3350
2378
+ #: wp-live-chat-support/wp-live-chat-support.php:3355
2379
+ msgid "Sola Support Tickets"
2380
+ msgstr "Sola Support Tickets"
2381
+
2382
+ #: wp-live-chat-support/wp-live-chat-support.php:3353
2383
+ msgid ""
2384
+ "The easiest to use Help Desk & Support Ticket plugin. Create a support help "
2385
+ "desk quickly and easily with Sola Support Tickets."
2386
+ msgstr ""
2387
+ "Il modo più facile per usare il plugin Help Desk & Support Ticket. Creare un "
2388
+ "servizio di supporto e facilmente con Sola Support Tickets."
2389
+
2390
+ #: wp-live-chat-support/wp-live-chat-support.php:3355
2391
+ #: wp-live-chat-support/wp-live-chat-support.php:3366
2392
+ msgid "Get this Plugin"
2393
+ msgstr "Richiedi questo Plugin"
2394
+
2395
+ #: wp-live-chat-support/wp-live-chat-support.php:3359
2396
+ #: wp-live-chat-support/wp-live-chat-support.php:3360
2397
+ #: wp-live-chat-support/wp-live-chat-support.php:3361
2398
+ #: wp-live-chat-support/wp-live-chat-support.php:3366
2399
+ msgid "Nifty Newsletters"
2400
+ msgstr "Nifty Newsletters"
2401
+
2402
+ #: wp-live-chat-support/wp-live-chat-support.php:3364
2403
+ msgid ""
2404
+ "Create and send newsletters, automatic post notifications and autoresponders "
2405
+ "that are modern and beautiful with Nifty Newsletters."
2406
+ msgstr ""
2407
+ "Creare e spedire newsletters, notifiche di post automatiche e "
2408
+ "autorisponditori che sono moderni e piacevoli con Nifty Newsletters."
2409
+
2410
+ #: wp-live-chat-support/wp-live-chat-support.php:3398
2411
+ msgid "Price:"
2412
+ msgstr "Prezzo:"
2413
+
2414
+ #: wp-live-chat-support/wp-live-chat-support.php:3399
2415
+ msgid "All"
2416
+ msgstr "Tutti"
2417
 
2418
+ #: wp-live-chat-support/wp-live-chat-support.php:3400
2419
+ msgid "Free"
2420
+ msgstr "Gratuito"
2421
+
2422
+ #: wp-live-chat-support/wp-live-chat-support.php:3401
2423
+ msgid "Paid"
2424
+ msgstr "Pagamento"
2425
+
2426
+ #: wp-live-chat-support/wp-live-chat-support.php:3404
2427
+ msgid "For:"
2428
+ msgstr "Per:"
2429
+
2430
+ #: wp-live-chat-support/wp-live-chat-support.php:3405
2431
+ msgid "Both"
2432
+ msgstr "Entrambi"
2433
+
2434
+ #: wp-live-chat-support/wp-live-chat-support.php:3406
2435
+ msgid "Free version"
2436
+ msgstr "Versione Gratuita"
2437
+
2438
+ #: wp-live-chat-support/wp-live-chat-support.php:3407
2439
+ msgid "Pro version"
2440
+ msgstr "Versione Pro"
2441
+
2442
+ #: wp-live-chat-support/wp-live-chat-support.php:3443
2443
+ msgid "Already installed"
2444
+ msgstr "Già installato"
2445
+
2446
+ #: wp-live-chat-support/wp-live-chat-support.php:3470
2447
  msgid "WP Live Chat Support"
2448
  msgstr "Supporto via WP live Chat"
2449
 
2450
+ #: wp-live-chat-support/wp-live-chat-support.php:3473
 
2451
  msgid "Documentation"
2452
+ msgstr "Documentazione"
2453
 
2454
+ #: wp-live-chat-support/wp-live-chat-support.php:3475
2455
  msgid ""
2456
  "Getting started? Read through some of these articles to help you along your "
2457
  "way."
2458
  msgstr ""
2459
  "Iniziare? Leggere alcuni di questi articoli per aiutarvi lungo la strada."
2460
 
2461
+ #: wp-live-chat-support/wp-live-chat-support.php:3476
 
2462
  msgid "Documentation:"
2463
+ msgstr "Documentazione:"
 
 
 
 
 
2464
 
2465
+ #: wp-live-chat-support/wp-live-chat-support.php:3478
 
 
 
 
 
 
 
 
 
2466
  msgid "Minimum System Requirements"
2467
  msgstr "Requisiti minimi di sistema"
2468
 
2469
+ #: wp-live-chat-support/wp-live-chat-support.php:3479
2470
+ msgid "Do I have to be logged into the dashboard to chat with visitors?"
2471
+ msgstr "Devo essere collegato con la bacheca per comunicare con i visitatori?"
 
 
 
 
2472
 
2473
+ #: wp-live-chat-support/wp-live-chat-support.php:3480
 
2474
  msgid "What are Quick Responses?"
2475
+ msgstr "Cosa sono le Risposte Rapide?"
2476
 
2477
+ #: wp-live-chat-support/wp-live-chat-support.php:3481
2478
  msgid "Can I use this plugin on my multi-site?"
2479
  msgstr "Posso usare questo plugin sul mio multi-sito?"
2480
 
2481
+ #: wp-live-chat-support/wp-live-chat-support.php:3482
 
2482
  msgid "How do I disable APC Object Cache?"
2483
  msgstr "Come faccio a disattivare APC Object Cache?"
2484
 
2485
+ #: wp-live-chat-support/wp-live-chat-support.php:3483
2486
  msgid "Do you have a mobile app?"
2487
  msgstr "Avete una applicazione mobile?"
2488
 
2489
+ #: wp-live-chat-support/wp-live-chat-support.php:3484
2490
+ msgid "How do I check for JavaScript errors on my site?"
2491
+ msgstr "Come posso controllare per errori JavaScript sul mio sito?"
 
2492
 
2493
+ #: wp-live-chat-support/wp-live-chat-support.php:3488
2494
  msgid "Troubleshooting"
2495
  msgstr "Risoluzione dei problemi"
2496
 
2497
+ #: wp-live-chat-support/wp-live-chat-support.php:3490
2498
  msgid ""
2499
+ "WP Live Chat Support has a diverse and wide range of features which may, "
2500
  "from time to time, run into conflicts with the thousands of themes and other "
2501
  "plugins on the market."
2502
  msgstr ""
2503
+ "WP Live Chat Support Pro possiede una vasta serie di caratteristiche e "
2504
+ "funzioni che a volte potrebbero entrare in conflitto con le migliaia di temi "
2505
+ "e plugin esistenti sul mercato."
2506
 
2507
+ #: wp-live-chat-support/wp-live-chat-support.php:3491
 
2508
  msgid "Common issues:"
2509
  msgstr "Problemi comuni:"
2510
 
2511
+ #: wp-live-chat-support/wp-live-chat-support.php:3493
 
2512
  msgid "The chat box doesnt show up"
2513
+ msgstr "La finestra di chat non viene visualizzata"
2514
 
2515
+ #: wp-live-chat-support/wp-live-chat-support.php:3494
2516
  msgid "The chat window disappears when I logout or go offline"
2517
  msgstr "La finestra di chat scompare quando logout o andare offline"
2518
 
2519
+ #: wp-live-chat-support/wp-live-chat-support.php:3495
2520
+ msgid "This chat has already been answered. Please close the chat window"
2521
+ msgstr ""
2522
+ "Questa discussione ha già ricevuto una risposta. Si prega di chiudere la "
2523
+ "finestra di chat"
2524
+
2525
+ #: wp-live-chat-support/wp-live-chat-support.php:3496
2526
  msgid "Messages only show when I refresh the chat window"
2527
+ msgstr "I messaggi appaiono solo quando ricarico la finestra della chat"
2528
 
2529
+ #: wp-live-chat-support/wp-live-chat-support.php:3497
2530
  msgid "I'm not getting any notifications of a new chat"
2531
  msgstr "Non ricevo alcuna notifica di una nuova chat"
2532
 
2533
+ #: wp-live-chat-support/wp-live-chat-support.php:3498
2534
  msgid "The chat window never goes offline"
2535
  msgstr "La finestra di chat non va offline"
2536
 
2537
+ #: wp-live-chat-support/wp-live-chat-support.php:3504
2538
  msgid "Still need help? Use one of these links below."
2539
  msgstr "Ancora bisogno di aiuto? Utilizzare uno di questi link qui sotto."
2540
 
2541
+ #: wp-live-chat-support/wp-live-chat-support.php:3506
2542
+ msgid "Support desk"
2543
+ msgstr "Supporto"
2544
 
2545
+ #: wp-live-chat-support/wp-live-chat-support.php:3507
2546
  msgid "Contact us"
2547
  msgstr "Contattaci"
2548
 
2549
+ #: wp-live-chat-support/wp-live-chat-support.php:3522
2550
+ msgid "Initiate Chats"
2551
+ msgstr "Avviare Chat"
2552
+
2553
+ #: wp-live-chat-support/wp-live-chat-support.php:3522
2554
+ #: wp-live-chat-support/wp-live-chat-support.php:3523
2555
+ msgid "Buy the Pro add-on now (once off payment)."
2556
+ msgstr "Acquista ora l'estensione Pro (si paga una sola volta)."
2557
+
2558
+ #: wp-live-chat-support/wp-live-chat-support.php:3523
2559
+ msgid "Multiple Chats"
2560
+ msgstr "Chat Multiple"
2561
+
2562
+ #: wp-live-chat-support/wp-live-chat-support.php:3523
2563
+ msgid "accept and handle multiple chats."
2564
+ msgstr "accetta e gestisci chat multiple."
2565
+
2566
+ #: wp-live-chat-support/wp-live-chat-support.php:3524
2567
+ msgid "Add unlimited agents"
2568
+ msgstr "Aggiungi un numero illimitato di operatori"
2569
+
2570
+ #: wp-live-chat-support/wp-live-chat-support.php:3524
2571
+ msgid " with the Pro add-on of WP Live Chat Support"
2572
+ msgstr "con il modulo aggiuntivo Pro di WP Live Chat Support"
2573
+
2574
+ #: wp-live-chat-support/wp-live-chat-support.php:3524
2575
+ msgid "(once off payment)."
2576
+ msgstr "(si paga una sola volta)."
2577
+
2578
+ #: wp-live-chat-support/wp-live-chat-support.php:3538
2579
+ #, php-format
2580
+ msgid ""
2581
+ "Thank you for using <a href=\"%1$s\" target=\"_blank\">WP Live Chat Support</"
2582
+ "a>! Please <a href=\"%2$s\" target=\"_blank\">rate us</a> on <a href=\"%2$s"
2583
+ "\" target=\"_blank\">WordPress.org</a>"
2584
+ msgstr ""
2585
+ "Grazie per utilizzare <a href=\"%1$s\" target=\"_blank\">WP Live Chat "
2586
+ "Support</a>! Per cortesia <a href=\"%2$s\" target=\"_blank\">valutaci</a> su "
2587
+ "<a href=\"%2$s\" target=\"_blank\">WordPress.org</a>"
2588
+
2589
+ #: wp-live-chat-support/wp-live-chat-support.php:3543
2590
+ msgid "WP Live Chat Support is a product of"
2591
+ msgstr "WP live Chat Support è un prodotto di"
2592
+
2593
+ #: wp-live-chat-support/wp-live-chat-support.php:3647
2594
+ msgid "Add as many agents as you need with the "
2595
+ msgstr "Aggiungi quanti operatori desideri con"
2596
+
2597
+ #: wp-live-chat-support/wp-live-chat-support.php:3647
2598
+ msgid "Pro version."
2599
+ msgstr "Versione Pro"
2600
+
2601
+ #: wp-live-chat-support/wp-live-chat-support.php:3651
2602
+ #, php-format
2603
+ msgid "Change the default chat agent from <strong>%1$s</strong> to "
2604
+ msgstr "Cambia l'agente predefinito chat da <strong>%1$s</strong> a"
2605
+
2606
+ #: wp-live-chat-support/wp-live-chat-support.php:3750
2607
+ msgid "Verify"
2608
+ msgstr "Verifica"
2609
+
2610
+ #: wp-live-chat-support/wp-live-chat-support.php:3753
2611
+ msgid "Status: "
2612
+ msgstr "Stato"
2613
+
2614
+ #: wp-live-chat-support/wp-live-chat-support.php:3756
2615
+ msgid "Valid"
2616
+ msgstr "Valida"
2617
+
2618
+ #: wp-live-chat-support/wp-live-chat-support.php:3757
2619
+ #: wp-live-chat-support/wp-live-chat-support.php:3761
2620
+ msgid "Manage this extension"
2621
+ msgstr "Gestisci questa estensione"
2622
+
2623
+ #: wp-live-chat-support/wp-live-chat-support.php:3760
2624
+ msgid "Invalid"
2625
+ msgstr "Non valida"
2626
+
2627
+ #: wp-live-chat-support/wp-live-chat-support.php:3766
2628
+ msgid "Linked Domains"
2629
+ msgstr "Domini Collegati"
2630
+
2631
+ #: wp-live-chat-support/wp-live-chat-support.php:3800
2632
+ #: wp-live-chat-support/wp-live-chat-support.php:3868
2633
+ msgid ""
2634
+ "Get unlimited agents, initiate chats, advanced chat box control, encryption "
2635
+ "and more with the Pro add-on."
2636
+ msgstr ""
2637
+ "Ottieni agenti illimitati, inizializzi le chat, box di contrtollo avanzato, "
2638
+ "crittografia e altro con il modulo aggiuntivo Pro."
2639
+
2640
+ #: wp-live-chat-support/wp-live-chat-support.php:3802
2641
+ #: wp-live-chat-support/wp-live-chat-support.php:3824
2642
+ #: wp-live-chat-support/wp-live-chat-support.php:3845
2643
+ #: wp-live-chat-support/wp-live-chat-support.php:3870
2644
+ msgid "Get this extension"
2645
+ msgstr "Acquista questa estensione"
2646
+
2647
+ #: wp-live-chat-support/wp-live-chat-support.php:3813
2648
+ msgid "Mobile & Desktop App"
2649
+ msgstr "Mobile & Desktop App"
2650
+
2651
+ #: wp-live-chat-support/wp-live-chat-support.php:3822
2652
+ msgid ""
2653
+ "Answer chats directly from your mobile phone or dekstop with our mobile app "
2654
+ "and desktop client"
2655
+ msgstr ""
2656
+ "Rispondi alle chat direttamente dal tuo cellulare o computer usando la "
2657
+ "nostra applicazione mobile e client desktop "
2658
+
2659
+ #: wp-live-chat-support/wp-live-chat-support.php:3843
2660
+ msgid ""
2661
+ "Reduce the resources required by your server - use our cloud server to host "
2662
+ "your chats."
2663
+ msgstr ""
2664
+ "Riduci le risorse richieste al tuo server - usa il nostro server cloud per "
2665
+ "ospitare le tue chat."
2666
+
2667
+ #: wp-live-chat-support/wp-live-chat-support.php:3891
2668
+ #: wp-live-chat-support/wp-live-chat-support.php:3912
2669
+ msgid "Relevant Extensions"
2670
+ msgstr "Estensioni Importanti"
2671
+
2672
+ #: wp-live-chat-support/wp-live-chat-support.php:4060
2673
+ msgid ""
2674
+ "Your API Key is Invalid. You are not eligible for future updates. Please "
2675
+ "enter your API key <a href=\"admin.php?page=wplivechat-menu-api-keys-page"
2676
+ "\">here</a>."
2677
+ msgstr ""
2678
+ "La tua chiave API non è valida. Non hai diritto agli aggiornamenti futuri. "
2679
+ "Per favore immetti la tua chiave API <a href=\"admin.php?page=wplivechat-"
2680
+ "menu-api-keys-page\">qui</a>."
2681
+
2682
+ #: wp-live-chat-support/wp-live-chat-support.php:4146
2683
+ msgid "Advanced settings"
2684
+ msgstr "Impostazioni Avanzate"
2685
+
2686
+ #: wp-live-chat-support/wp-live-chat-support.php:4147
2687
+ msgid "Only change these settings if you are experiencing performance issues."
2688
+ msgstr ""
2689
+ "Cambia queste impostazioni solo se stai avendo dei problemi di performance."
2690
+
2691
+ #: wp-live-chat-support/wp-live-chat-support.php:4157
2692
+ msgid "What type of environment are you on?"
2693
+ msgstr "Che tipo di sistema stai utilizzando?"
2694
+
2695
+ #: wp-live-chat-support/wp-live-chat-support.php:4161
2696
+ msgid "Shared hosting - low level plan"
2697
+ msgstr "Hosting Condiviso - livello basso"
2698
+
2699
+ #: wp-live-chat-support/wp-live-chat-support.php:4162
2700
+ msgid "Shared hosting - normal plan"
2701
+ msgstr "Hosting Condiviso - livello normale"
2702
+
2703
+ #: wp-live-chat-support/wp-live-chat-support.php:4163
2704
+ msgid "VPS"
2705
+ msgstr "VPS"
2706
+
2707
+ #: wp-live-chat-support/wp-live-chat-support.php:4164
2708
+ msgid "Dedicated server"
2709
+ msgstr "Server Dedicato"
2710
+
2711
+ #: wp-live-chat-support/wp-live-chat-support.php:4170
2712
+ msgid "Long poll setup"
2713
+ msgstr "Impostazione Sondaggio Lungo"
2714
+
2715
+ #: wp-live-chat-support/wp-live-chat-support.php:4170
2716
+ msgid ""
2717
+ "Only change these if you are an experienced developer or if you have "
2718
+ "received these figures from the Code Cabin Support team."
2719
+ msgstr ""
2720
+ "Effettua i cambiamenti solo se sei uno sviluppatore esperto o se hai "
2721
+ "ricevuto le istruzioni dal Code Cabin Support team."
2722
+
2723
+ #: wp-live-chat-support/wp-live-chat-support.php:4178
2724
+ msgid "Iterations"
2725
+ msgstr "Iterazioni"
2726
+
2727
+ #: wp-live-chat-support/wp-live-chat-support.php:4182
2728
+ msgid "Sleep between iterations"
2729
+ msgstr "Inattivo durante le iterazioni"
2730
+
2731
+ #: wp-live-chat-support/wp-live-chat-support.php:4185
2732
+ msgid "microseconds"
2733
+ msgstr "microsecondi"
2734
+
2735
+ #~ msgid "Animations"
2736
+ #~ msgstr "Azione"
2737
+
2738
+ #, fuzzy
2739
+ #~ msgid ""
2740
+ #~ "Checking this will allow you to change your status to \"Online\" or "
2741
+ #~ "\"Offline\" on the \"Live Chat\" page."
2742
+ #~ msgstr ""
2743
+ #~ "Verifica questo vi permetterà di cambiare il proprio stato di Online ed "
2744
+ #~ "Offline nella pagina di Live Chat."
2745
+
2746
+ #~ msgid ""
2747
+ #~ "Do not include and exclude pages at the same time. Please only use one or "
2748
+ #~ "the other"
2749
+ #~ msgstr ""
2750
+ #~ "Non includere ed escludere pagine allo stesso tempo. Si consiglia di "
2751
+ #~ "usare soltanto uno o l'altro."
2752
+
2753
+ #, fuzzy
2754
+ #~ msgid "how long it takes for your chat window to pop up"
2755
+ #~ msgstr "Quanto tempo necessita per apparire la vostra finestra di chat"
2756
+
2757
+ #~ msgid "(while online only)"
2758
+ #~ msgstr "(solo quando è in linea)"
2759
+
2760
+ #~ msgid "Email address where offline messages are delivered to"
2761
+ #~ msgstr "Indirizzo e-mail a cui i messaggi non in linea vengono recapitati"
2762
+
2763
+ #, fuzzy
2764
+ #~ msgid ""
2765
+ #~ "Use comma separated email addresses to send to more than one email address"
2766
+ #~ msgstr ""
2767
+ #~ "Indirizzo email dove inviare i messaggi non in linea. Usare indirizzi "
2768
+ #~ "separati da virgole per inviare i messaggi a più di un indirizzo e-mail"
2769
+
2770
+ #~ msgid ""
2771
+ #~ "To add or remove a user as a chat agent, go into the users profile and "
2772
+ #~ "select the checkbox Chat Agent and click save."
2773
+ #~ msgstr ""
2774
+ #~ "Per aggiungere o rimuovere un utente da operatore di chat, andare nel "
2775
+ #~ "profilo utenti, selezionare Operatore Chat e poi cliccare sul pulsante "
2776
+ #~ "salva."
2777
+
2778
+ #~ msgid "Dear User"
2779
+ #~ msgstr "Caro Utente"
2780
+
2781
+ #~ msgid ""
2782
+ #~ "You are using an outdated version of WP Live Chat Support Basic. Please"
2783
+ #~ msgstr ""
2784
+ #~ "Stai utilizzando una versione non aggiornata del supporto WP Live Chat "
2785
+ #~ "Basic. Per favore"
2786
+
2787
+ #~ msgid ""
2788
+ #~ "You're live chat box on your website has been temporarily disabled until "
2789
+ #~ "the basic plugin has been updated. This is to ensure a smooth and hassle-"
2790
+ #~ "free user experience for both yourself and your visitors."
2791
+ #~ msgstr ""
2792
+ #~ "La vostra finestra di chat è stata temporaneamente disabilitata durante "
2793
+ #~ "l'aggiornamento della versione base del plugin per evitare possibili "
2794
+ #~ "inconvenienti di operabilità a voi ed ai vostri visitatori."
2795
+
2796
+ #~ msgid ""
2797
+ #~ "You can update your plugin <a href='./update-core.php'>here</a> or <a "
2798
+ #~ "href='./plugins.php'>here</a>."
2799
+ #~ msgstr ""
2800
+ #~ "Potete aggiornare il vostro plugin <a href='./update-core.php'>qui</a> "
2801
+ #~ "oppure <a href='./plugins.php'>qua</a>."
2802
+
2803
+ #~ msgid ""
2804
+ #~ "WP Live Chat Support Pro requires WP Live Chat Support to function. You "
2805
+ #~ "can download the latest copy from"
2806
+ #~ msgstr ""
2807
+ #~ "WP Live Chat Support Pro richiede WP Live Chat Support per funzionare. È "
2808
+ #~ "possibile scaricare l'ultima versione da"
2809
+
2810
+ #, fuzzy
2811
+ #~ msgid "Minize Chat Window"
2812
+ #~ msgstr "Riduci la Finestra della Chat"
2813
+
2814
+ #~ msgid "Close Chat Window"
2815
+ #~ msgstr "Chiudi la Finestra della Chat"
2816
+
2817
+ #~ msgid "Chat sessions"
2818
+ #~ msgstr "Sessioni di Chat"
2819
+
2820
+ #~ msgid "Unknown"
2821
+ #~ msgstr "Sconosciuto"
2822
+
2823
+ #~ msgid "User has closed and ended the chat"
2824
+ #~ msgstr "L'utente ha chiuso e terminato la chat"
2825
+
2826
+ #~ msgid "Error Log"
2827
+ #~ msgstr "Log Errori"
2828
+
2829
+ #~ msgid " once off. Updates included forever."
2830
+ #~ msgstr ""
2831
+ #~ "Si paga una sola volta e poi si riceveranno gli aggiornamenti per sempre."
2832
+
2833
+ #~ msgid "Get offline messages with the "
2834
+ #~ msgstr "Ricevi i messaggi non in linea con il "
2835
+
2836
+ #~ msgid "Offline text"
2837
+ #~ msgstr "Testo non in linea"
2838
+
2839
+ #~ msgid "Edit these text fields using the "
2840
+ #~ msgstr "Modificare questi campi di testo utilizzando il"
2841
+
2842
+ #~ msgid "Choose a colour scheme. Only available in the"
2843
+ #~ msgstr "Scegli una combinazione di colori. Disponibile solo in"
2844
+
2845
+ #~ msgid "Pro add-on"
2846
+ #~ msgstr "Pro Add-on"
2847
+
2848
+ #~ msgid "Colour Scheme 1"
2849
+ #~ msgstr "Schema di colore 1"
2850
+
2851
+ #~ msgid "Colour Scheme 2"
2852
+ #~ msgstr "Schema di colore 2"
2853
+
2854
+ #~ msgid "Colour Scheme 3"
2855
+ #~ msgstr "Schema di colore 3"
2856
+
2857
+ #~ msgid "Colour Scheme 4"
2858
+ #~ msgstr "Schema di colore 4"
2859
+
2860
+ #~ msgid "Colour Scheme 5"
2861
+ #~ msgstr "Schema di colore 5"
2862
+
2863
+ #~ msgid "Colour Scheme 6"
2864
+ #~ msgstr "Schema di colore 6"
2865
+
2866
+ #~ msgid "First section text"
2867
+ #~ msgstr "Testo della Prima sezione"
2868
+
2869
+ #~ msgid "Second section text"
2870
+ #~ msgstr "Testo della seconda sezione"
2871
+
2872
+ #~ msgid "Reactivate chat section text"
2873
+ #~ msgstr "Riattivare la sezione testuale della chat "
2874
+
2875
+ #~ msgid "Multiple Agents"
2876
+ #~ msgstr "Operatori Multipli"
2877
+
2878
+ #~ msgid "Get"
2879
+ #~ msgstr "Ottenere"
2880
+
2881
+ #~ msgid "Multiple agent support"
2882
+ #~ msgstr "Supporto Operatore Multiplo"
2883
+
2884
+ #~ msgid "Get a variety of animations in the "
2885
+ #~ msgstr "Ottenere una varietà di animazioni nella"
2886
+
2887
+ #~ msgid "Choose an animation (Pro Only)"
2888
+ #~ msgstr "Scegli un'animazione ( Pro solo )"
2889
+
2890
+ #, fuzzy
2891
+ #~ msgid "Version 4"
2892
+ #~ msgstr "Versione 6"
2893
+
2894
+ #~ msgid "Provide Instant Live Chat Support!"
2895
+ #~ msgstr "Supporto istantanea via WP live Chat"
2896
+
2897
+ #~ msgid ""
2898
+ #~ "You can update your plugin <a href='./update-core.php'>here</a>, <a "
2899
+ #~ "href='./plugins.php'>here</a> or <a href='http://wp-livechat.com/get-"
2900
+ #~ "updated-version/' target='_BLANK'>here</a>."
2901
+ #~ msgstr ""
2902
+ #~ "Potete aggiornare il vostro plugin <a href='./update-core.php'>qui</a>, "
2903
+ #~ "<a href='./plugins.php'>qui</a> oppure <a href='http://wp-livechat.com/"
2904
+ #~ "get-updated-version/' target='_BLANK'>qua</a>."
2905
+
2906
+ #, fuzzy
2907
+ #~ msgid "Version 4.4.5"
2908
+ #~ msgstr "Versione 5.0.1"
2909
+
2910
+ #~ msgid "to take advantage of chat window transitions and colour schemes."
2911
+ #~ msgstr ""
2912
+ #~ "Per sfruttare le transizioni e gli schemi di colori per la finestra di "
2913
+ #~ "chat."
2914
+
2915
+ #~ msgid "Experiencing problems with the plugin?"
2916
+ #~ msgstr "Problemi con il plugin?"
2917
+
2918
+ #~ msgid "Review the documentation."
2919
+ #~ msgstr "Vi suggeriamo di consultare prima la documentazione."
2920
+
2921
+ #~ msgid "Or ask a question on our"
2922
+ #~ msgstr "O fare una domanda sul nostro"
2923
+
2924
+ #~ msgid "Support forum."
2925
+ #~ msgstr "Forum di supporto"
2926
+
2927
+ #~ msgid ""
2928
+ #~ "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
2929
+ #~ msgstr ""
2930
+ #~ "Acquista ora il pacchetto aggiuntivo Pro, paghi soltanto UNA VOLTA 19,95 "
2931
+ #~ "dollari e riceverai gratuitamente PER SEMPRE tutti gli aggiornamenti "
2932
+ #~ "futuri."
2933
+
2934
+ #~ msgid ""
2935
+ #~ "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
2936
+ #~ msgstr ""
2937
+ #~ "Acquista ora il pacchetto aggiuntivo Pro, paghi soltanto una volta 19,95 "
2938
+ #~ "dollari e riceverai gratuitamente per sempre tutti gli aggiornamenti "
2939
+ #~ "futuri."
2940
+
2941
+ #, fuzzy
2942
+ #~ msgid "Installing the WP Live Chat Support Pro add-on"
2943
+ #~ msgstr ""
2944
+ #~ "Disponibile solo con il modulo aggiuntivo Chat Experience Ratings di WP "
2945
+ #~ "Live Chat Support Pro"
2946
+
2947
+ #~ msgid "Running the WP Live Chat Support plugin for the first time (Pro)"
2948
+ #~ msgstr "Esecuzione il plugin WP Live Chat Support per la prima volta (Pro)"
2949
+
2950
+ #~ msgid "Upgrading your licence (Pro)"
2951
+ #~ msgstr "Aggiornamento licenza (Pro)"
2952
+
2953
+ #~ msgid "Support forum"
2954
+ #~ msgstr "Forum di supporto"
2955
+
2956
+ #, fuzzy
2957
  #~ msgid "User Data"
2958
  #~ msgstr "Dati Utente"
2959
 
2971
  #~ msgid "Email address"
2972
  #~ msgstr "Indirizzo Email"
2973
 
2974
+ #, fuzzy
2975
  #~ msgid "From URL"
2976
+ #~ msgstr "Da"
2977
 
2978
  #~ msgid "open"
2979
  #~ msgstr "apri"
2980
+
2981
+ #~ msgid "Advanced Chat Box Control"
2982
+ #~ msgstr "Quadro Controllo Chat Avanzato"
2983
+
2984
+ #~ msgid ""
2985
+ #~ "The <strong>%s</strong> extension is not compatibile with the <strong>Pro "
2986
+ #~ "version</strong> of WP Live Chat Support. <a href='%s' title='%s' "
2987
+ #~ "target='_BLANK'>Click here for important information about this change.</"
2988
+ #~ "a>"
2989
+ #~ msgstr ""
2990
+ #~ "La <strong>%s</strong> estensione non è compatibile con la "
2991
+ #~ "<strong>Versione Pro</strong> di WP Live Chat Support. <a href='%s' "
2992
+ #~ "title='%s' target='_BLANK'>Clicca qui per le importanti informazioni su "
2993
+ #~ "questi cambiamenti.</a>"
2994
+
2995
+ #~ msgid "Choose When Online"
2996
+ #~ msgstr "Scegli quando essere Online"
2997
+
2998
+ #~ msgid "Chat functionality has been paused."
2999
+ #~ msgstr "La Chat è stata messa in pausa"
3000
+
3001
+ #~ msgid ""
3002
+ #~ "Please enter your verified API key in the <a href=\"admin.php?"
3003
+ #~ "page=wplivechat-menu-api-keys-page\">API Keys page</a> to activate the "
3004
+ #~ "cloud based functionality."
3005
+ #~ msgstr ""
3006
+ #~ "Per favore inserisci la tua chiave API convalidata nella<a href=\"admin."
3007
+ #~ "php?page=wplivechat-menu-api-keys-page\"> Pagina Chiavi API</a> per "
3008
+ #~ "attivare le funzionalità basate sul cloud."
3009
+
3010
+ #~ msgid ""
3011
+ #~ "You are currently using our <strong>cloud server</strong> to handle your "
3012
+ #~ "chat requests and live chat sessions.<br /><br />To disable this, please "
3013
+ #~ "deactivate the WP Live Chat Support - Cloud Server plugin."
3014
+ #~ msgstr ""
3015
+ #~ "In questo istante stai usando il nostro <strong>cloud server</strong> per "
3016
+ #~ "le richieste chat e le sessioni in linea della chat.<br /><br /> Per "
3017
+ #~ "disabilitarlo, bisogna disattivare il plugin WP Live Chat Support - Cloud "
3018
+ #~ "Server."
3019
+
3020
+ #~ msgid "Include Exclude Pages"
3021
+ #~ msgstr "Includi Escludi Pagine"
3022
+
3023
+ #~ msgid "Mobile and Desktop App"
3024
+ #~ msgstr "Mobile e Desktop App"
3025
+
3026
+ #~ msgid "Mobile and Desktop App Settings"
3027
+ #~ msgstr "Impostazioni Mobile e Desktop App"
3028
+
3029
+ #~ msgid "Enable mobile and desktop app"
3030
+ #~ msgstr "Abilita mobile e desktop app"
3031
+
3032
+ #~ msgid "App"
3033
+ #~ msgstr "App"
3034
+
3035
+ #~ msgid "Rating Unavailable"
3036
+ #~ msgstr "Valutazione non disponibile"
3037
+
3038
+ #~ msgid "Supplimentary Plugins"
3039
+ #~ msgstr "Plugin Supplementare"
3040
+
3041
+ #~ msgid "Statistics"
3042
+ #~ msgstr "Statistiche"
3043
+
3044
+ #~ msgid ""
3045
+ #~ "With the <strong>Initiate Chats</strong> Extension for WP Live Chat "
3046
+ #~ "Support, you can"
3047
+ #~ msgstr ""
3048
+ #~ "Con l'estensione <strong>Initiate Chats</strong>di WP Live Chat Support, "
3049
+ #~ "è possibile"
3050
+
3051
+ #~ msgid "Buy the Initiate Chats Extension now."
3052
+ #~ msgstr "Acquista adesso l'estensione Initiate Chat."
3053
+
3054
+ #~ msgid ""
3055
+ #~ "With the <strong>Initiate Chats Extension</strong> of WP Live Chat "
3056
+ #~ "Support, you can"
3057
+ #~ msgstr ""
3058
+ #~ "Con l'estensione <strong>Initiate Chats</strong>di WP Live Chat Support, "
3059
+ #~ "è possibile usare"
3060
+
3061
+ #~ msgid ""
3062
+ #~ " with the <strong>Mutliple Agents Extension</strong> of WP Live Chat "
3063
+ #~ "Support"
3064
+ #~ msgstr ""
3065
+ #~ "con <strong>Mutliple Agents Extension</strong> di WP Live Chat Support"
3066
+
3067
+ #~ msgid "Multiple Agents Extension."
3068
+ #~ msgstr "Estensione Operatori Multipli"
3069
+
3070
+ #~ msgid "Initiate a chat with any visitor at any time."
3071
+ #~ msgstr "Avvia una chat con qualsiasi visitatore in qualsiasi momento."
3072
+
3073
+ #~ msgid ""
3074
+ #~ "Add your company logo, avatar and name to the chat box and add more "
3075
+ #~ "advanced features."
3076
+ #~ msgstr ""
3077
+ #~ "Aggiungi il tuo logo aziendale, avatar e nome al riquadro chat e anche "
3078
+ #~ "altre funzioni avanzate."
3079
+
3080
+ #~ msgid "Include and Exclude Pages"
3081
+ #~ msgstr "Includi e Escludi pagine"
3082
+
3083
+ #~ msgid ""
3084
+ #~ "Control where the chat box is displayed on your website. Choose which "
3085
+ #~ "pages to include and/or exclude."
3086
+ #~ msgstr ""
3087
+ #~ "Controlli dove mostrare il riquadro della chat sul tuo sito. Scegli quale "
3088
+ #~ "pagine includere e/o escludere."
3089
+
3090
+ #~ msgid ""
3091
+ #~ "Block visitors from chatting to you based on their IP address using the "
3092
+ #~ msgstr ""
3093
+ #~ "Blocco della chat per i visitatori basato sul loro indirizzo IP usando il"
3094
+
3095
+ #~ msgid "Get it now for only $19.95 once off!"
3096
+ #~ msgstr "Acquista adesso per solo $19.95 da pagare una sola volta!"
3097
+
3098
+ #~ msgid "FAQ's:"
3099
+ #~ msgstr "FAQ:"
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === WP Live Chat Support ===
2
- Contributors: WP-LiveChat, NickDuncan, CodeCabin_, Jarryd Long
3
  Donate link: http://www.wp-livechat.com
4
  Tags: live chat, live support, chat plugin, live help, wordpress chat, customer support, chat, chat services, live chat plugin, live support plugin, live chat support plugin, wordpress live chat, wordpress live chat plugin, live chat software, live chat services, chat plugin, support plugin, support, chat software, chat online, visitor chat, chat, free chat, free live chat, customer support, online support, live help, live chat help, chat widget, live chat widget
5
  Requires at least: 3.8
6
- Tested up to: 4.5
7
  Stable tag: trunk
8
  License: GPLv2
9
 
@@ -199,7 +199,7 @@ If the live chat box still does not appear on your website, please go through th
199
  == Upgrade Notice ==
200
 
201
  = 6.2.02 =
202
- It is highly recommended that you upgrade to WP Live Chat Support version 6.2.02 for security reasons.
203
 
204
  = 4.4.1 =
205
  It is highly recommended that you upgrade to WP Live Chat Support version 4.4.0 for security reasons.
@@ -209,6 +209,12 @@ It is highly recommended that you upgrade to WP Live Chat Support version 4.1.4
209
 
210
  == Changelog ==
211
 
 
 
 
 
 
 
212
  = 6.2.02 - 2016-07-11 - High priority =
213
  * XSS Security patch - Thank you Han Sahin!
214
 
1
  === WP Live Chat Support ===
2
+ Contributors: WP-LiveChat, NickDuncan, CodeCabin_, Jarryd Long, dylanauty
3
  Donate link: http://www.wp-livechat.com
4
  Tags: live chat, live support, chat plugin, live help, wordpress chat, customer support, chat, chat services, live chat plugin, live support plugin, live chat support plugin, wordpress live chat, wordpress live chat plugin, live chat software, live chat services, chat plugin, support plugin, support, chat software, chat online, visitor chat, chat, free chat, free live chat, customer support, online support, live help, live chat help, chat widget, live chat widget
5
  Requires at least: 3.8
6
+ Tested up to: 4.6
7
  Stable tag: trunk
8
  License: GPLv2
9
 
199
  == Upgrade Notice ==
200
 
201
  = 6.2.02 =
202
+ It is highly recommended that you upgrade to WP Live Chat Support version 6.0.02 for security reasons.
203
 
204
  = 4.4.1 =
205
  It is highly recommended that you upgrade to WP Live Chat Support version 4.4.0 for security reasons.
209
 
210
  == Changelog ==
211
 
212
+ = 6.2.03 - 2016-07-19 - Low priority =
213
+ * Italian translation updated - thank you Angelo Giammarresi
214
+ * Fixed Danish translation bug
215
+ * Minor UI fixes
216
+ * Edge browser bug fix when opening chats
217
+
218
  = 6.2.02 - 2016-07-11 - High priority =
219
  * XSS Security patch - Thank you Han Sahin!
220
 
wp-live-chat-support.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Live Chat Support
4
  Plugin URI: http://www.wp-livechat.com
5
  Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP Live Chat Support. No third party connection required!
6
- Version: 6.2.02
7
  Author: WP-LiveChat
8
  Author URI: http://www.wp-livechat.com
9
  Text Domain: wplivechat
@@ -11,6 +11,12 @@
11
  */
12
 
13
  /*
 
 
 
 
 
 
14
  * 6.2.02 - 2016-07-11 - High priority
15
  * XSS Security patch - Thank you Han Sahin!
16
  *
@@ -384,7 +390,7 @@ global $wplc_tblname_offline_msgs;
384
  $wplc_tblname_offline_msgs = $wpdb->prefix . "wplc_offline_messages";
385
  $wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
386
  $wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
387
- $wplc_version = "6.2.02";
388
 
389
  define('WPLC_BASIC_PLUGIN_DIR', dirname(__FILE__));
390
  define('WPLC_BASIC_PLUGIN_URL', plugins_url() . "/wp-live-chat-support/");
@@ -1465,7 +1471,7 @@ function wplc_filter_control_live_chat_box_html_2nd_layer($wplc_settings,$logged
1465
  */
1466
  function wplc_filter_control_live_chat_box_html_3rd_layer($wplc_settings,$wplc_using_locale) {
1467
 
1468
- $wplc_sst_2 = __('Connecting. Please be patient.', 'wplivechat');
1469
  if (!isset($wplc_settings['wplc_pro_sst2']) || $wplc_settings['wplc_pro_sst2'] == "") { $wplc_settings['wplc_pro_sst2'] = $wplc_sst_2; }
1470
  $text = ($wplc_using_locale ? $wplc_sst_2 : stripslashes($wplc_settings['wplc_pro_sst2']));
1471
 
@@ -1490,7 +1496,7 @@ function wplc_filter_control_live_chat_box_above_main_div($msg,$wplc_settings) {
1490
  * @author Nick Duncan <nick@codecabin.co.za>
1491
  */
1492
  function wplc_filter_control_live_chat_box_html_4th_layer($wplc_settings,$wplc_using_locale ) {
1493
- $wplc_enter = __('Connecting. Please be patient.', 'wplivechat');
1494
  if (!isset($wplc_settings['wplc_user_enter']) || $wplc_settings['wplc_user_enter'] == "") { $wplc_settings['wplc_pro_sst2'] = $wplc_enter; }
1495
  $text = ($wplc_using_locale ? $wplc_enter : stripslashes($wplc_settings['wplc_user_enter']));
1496
 
@@ -2190,15 +2196,15 @@ function wplc_admin_menu_layout_display() {
2190
  <a class="wplc-support-link wplc-rotate" href="?page=wplivechat-menu-support-page"></a>
2191
  </div>
2192
  <div class='wplc_page_title'>
2193
- <h1><?php _e("Chat Dashboard", "wplivechat"); ?></h1>
2194
  <?php wplc_first_time_tutorial(); ?>
 
2195
 
2196
  <p><?php _e("Please note: This window must be open in order to receive new chat notifications.", "wplivechat"); ?></p>
2197
  </div>
2198
 
2199
  <div id="wplc_sound"></div>
2200
- <?php do_action("wplc_hook_chat_dashboard_above"); ?>
2201
-
2202
  <div id="wplc_admin_chat_holder">
2203
  <div id='wplc_admin_chat_info_new'>
2204
  <div class='wplc_chat_vis_count_box'>
@@ -2229,11 +2235,12 @@ function wplc_admin_menu_layout_display() {
2229
  <br />
2230
  <hr />
2231
  <?php do_action("wplc_hook_chat_dashboard_bottom"); ?>
 
2232
  </div>
2233
 
2234
  </div>
2235
-
2236
  </div>
 
2237
 
2238
 
2239
 
@@ -2314,6 +2321,11 @@ function wplc_hook_control_accept_chat($get_data,$aid) {
2314
  }
2315
 
2316
 
 
 
 
 
 
2317
  add_action("wplc_hook_draw_chat_area","wplc_hook_control_draw_chat_area",10,1);
2318
  function wplc_hook_control_draw_chat_area($get_data) {
2319
 
@@ -3822,7 +3834,7 @@ function wplc_filter_control_relevant_extensions_main_mobile($text) {
3822
  $text .= '</a>';
3823
  $text .= '<div class="float:left; padding-left:10px;">';
3824
  $text .= '<h3 class="wplc-extension-title">'.$rel_name.'</h3>';
3825
- $text .= '<p>'.__("Answer chats directly from your mobile phone or dekstop with our mobile app and desktop client","wplivechat").'</p>';
3826
  $text .= '</div>';
3827
  $text .= '<a href="'.$rel_link.'" title="'.$rel_name.'" class="button-secondary" target="_BLANK">'.__("Get this extension","wplivechat").'</a>';
3828
  $text .= '</div>';
3
  Plugin Name: WP Live Chat Support
4
  Plugin URI: http://www.wp-livechat.com
5
  Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP Live Chat Support. No third party connection required!
6
+ Version: 6.2.03
7
  Author: WP-LiveChat
8
  Author URI: http://www.wp-livechat.com
9
  Text Domain: wplivechat
11
  */
12
 
13
  /*
14
+ * 6.2.03 - 2016-07-19 - Low priority
15
+ * Italian translation updated - thank you Angelo Giammarresi
16
+ * Fixed Danish translation bug
17
+ * Minor UI fixes
18
+ * Edge browser bug fix when opening chats
19
+ *
20
  * 6.2.02 - 2016-07-11 - High priority
21
  * XSS Security patch - Thank you Han Sahin!
22
  *
390
  $wplc_tblname_offline_msgs = $wpdb->prefix . "wplc_offline_messages";
391
  $wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
392
  $wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
393
+ $wplc_version = "6.2.03";
394
 
395
  define('WPLC_BASIC_PLUGIN_DIR', dirname(__FILE__));
396
  define('WPLC_BASIC_PLUGIN_URL', plugins_url() . "/wp-live-chat-support/");
1471
  */
1472
  function wplc_filter_control_live_chat_box_html_3rd_layer($wplc_settings,$wplc_using_locale) {
1473
 
1474
+ $wplc_sst_2 = __('Connecting. Please be patient...', 'wplivechat');
1475
  if (!isset($wplc_settings['wplc_pro_sst2']) || $wplc_settings['wplc_pro_sst2'] == "") { $wplc_settings['wplc_pro_sst2'] = $wplc_sst_2; }
1476
  $text = ($wplc_using_locale ? $wplc_sst_2 : stripslashes($wplc_settings['wplc_pro_sst2']));
1477
 
1496
  * @author Nick Duncan <nick@codecabin.co.za>
1497
  */
1498
  function wplc_filter_control_live_chat_box_html_4th_layer($wplc_settings,$wplc_using_locale ) {
1499
+ $wplc_enter = __('Connecting. Please be patient...', 'wplivechat');
1500
  if (!isset($wplc_settings['wplc_user_enter']) || $wplc_settings['wplc_user_enter'] == "") { $wplc_settings['wplc_pro_sst2'] = $wplc_enter; }
1501
  $text = ($wplc_using_locale ? $wplc_enter : stripslashes($wplc_settings['wplc_user_enter']));
1502
 
2196
  <a class="wplc-support-link wplc-rotate" href="?page=wplivechat-menu-support-page"></a>
2197
  </div>
2198
  <div class='wplc_page_title'>
2199
+ <img src='<?php echo WPLC_BASIC_PLUGIN_URL; ?>/images/wplc-logo.png' class='wplc-logo' />
2200
  <?php wplc_first_time_tutorial(); ?>
2201
+ <?php do_action("wplc_hook_chat_dashboard_above"); ?>
2202
 
2203
  <p><?php _e("Please note: This window must be open in order to receive new chat notifications.", "wplivechat"); ?></p>
2204
  </div>
2205
 
2206
  <div id="wplc_sound"></div>
2207
+
 
2208
  <div id="wplc_admin_chat_holder">
2209
  <div id='wplc_admin_chat_info_new'>
2210
  <div class='wplc_chat_vis_count_box'>
2235
  <br />
2236
  <hr />
2237
  <?php do_action("wplc_hook_chat_dashboard_bottom"); ?>
2238
+
2239
  </div>
2240
 
2241
  </div>
 
2242
  </div>
2243
+
2244
 
2245
 
2246
 
2321
  }
2322
 
2323
 
2324
+ add_action("wplc_hook_chat_dashboard_bottom","wplc_hook_control_app_chat_dashboard_bottom",10);
2325
+ function wplc_hook_control_app_chat_dashboard_bottom() {
2326
+ echo "<p>Tired of logging in to accept chats? Use our <a href='https://wp-livechat.com/extensions/mobile-desktop-app-extension/?utm_source=plugin&utm_medium=plugin&utm_campaign=main_app' target='_BLANK'>Android app</a> or <a href='https://wp-livechat.com/extensions/mobile-desktop-app-extension/?utm_source=plugin&utm_medium=plugin&utm_campaign=main_desktop' target='_BLANK'>desktop app</a> to monitor visitors, accept and initiate chats.</p>";
2327
+ }
2328
+
2329
  add_action("wplc_hook_draw_chat_area","wplc_hook_control_draw_chat_area",10,1);
2330
  function wplc_hook_control_draw_chat_area($get_data) {
2331
 
3834
  $text .= '</a>';
3835
  $text .= '<div class="float:left; padding-left:10px;">';
3836
  $text .= '<h3 class="wplc-extension-title">'.$rel_name.'</h3>';
3837
+ $text .= '<p>'.__("Answer chats directly from your mobile phone or desktop with our mobile app and desktop client","wplivechat").'</p>';
3838
  $text .= '</div>';
3839
  $text .= '<a href="'.$rel_link.'" title="'.$rel_name.'" class="button-secondary" target="_BLANK">'.__("Get this extension","wplivechat").'</a>';
3840
  $text .= '</div>';