WP Live Chat Support - Version 4.2.10

Version Description

2015-03-16 - Low Priority = * Bug Fix: Mobile Detect class caused Fatal error on some websites * Bug Fix: PHP Errors when editing user page * Bug Fix: Including and Excluding the chat window caused issues on some websites * Bug Fix: Online/Offline Toggle Switch did not work in some browsers (Pro) * New Feature: You can now Ban visitors from chatting with you based on IP Address (Pro) * New Feature: You can now choose if you want users to make themselves an agent (Pro) * Bug Fix: Chat window would not hide when selecting the option to not accept offline messages (Pro) * Enhancement: Support page added * Updated Translations: * French (Thank you Marcello Cavallucci) * New Translations added: * Norwegian (Thank you Robert Nilsen) * Hungarian (Thank you GInception) * Indonesian (Thank you Andrie Willyanta)

Download this release

Release Info

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

Code changes from version 4.2.9 to 4.2.10

css/support-css.css ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wplc_row {
2
+ width:100%;
3
+ display:block;
4
+ overflow:auto;
5
+ }
6
+ .wplc_row_col {
7
+ width:90%;
8
+ float:left;
9
+ display:block;
10
+ overflow:auto;
11
+ margin:0.25%;
12
+ padding:0.2%;
13
+ min-height:420px;
14
+ }
15
+ .wplc_row_col h2 {
16
+ font-weight:900;
17
+ }
18
+ .wplc_row_col ul li {
19
+ margin: 0.3em 2.5em;
20
+ }
21
+ .wplc_row_col ul {
22
+ list-style-type:disc;
23
+ }
24
+ @media only screen and (min-width:480px) {
25
+ .wplc_row_col {
26
+ width:31%;
27
+ float:left;
28
+ display:block;
29
+ overflow:auto;
30
+ margin:0.25%;
31
+ padding:0.2%;
32
+ min-height:420px;
33
+ }
34
+ }
includes/settings_page.php CHANGED
@@ -22,6 +22,7 @@
22
  <li><a href="#tabs-4"><?php _e("Styling","wplivechat")?></a></li>
23
  <li><a href="#tabs-5"><?php _e("Agents", "wplivechat") ?></a></li>
24
  <li><a href="#tabs-6"><?php _e("Animations", "wplivechat") ?></a></li>
 
25
  </ul>
26
  <div id="tabs-1">
27
  <h3><?php _e("Main Settings",'wplivechat')?></h3>
@@ -458,6 +459,13 @@
458
  </tr>
459
  </table>
460
  </div>
 
 
 
 
 
 
 
461
  </div>
462
  <p class='submit'><input type='submit' name='wplc_save_settings' class='button-primary' value='<?php _e("Save Settings","wplivechat")?>' /></p>
463
  </form>
22
  <li><a href="#tabs-4"><?php _e("Styling","wplivechat")?></a></li>
23
  <li><a href="#tabs-5"><?php _e("Agents", "wplivechat") ?></a></li>
24
  <li><a href="#tabs-6"><?php _e("Animations", "wplivechat") ?></a></li>
25
+ <li><a href="#tabs-7"><?php _e("Blocked Visitors", "wplivechat") ?></a></li>
26
  </ul>
27
  <div id="tabs-1">
28
  <h3><?php _e("Main Settings",'wplivechat')?></h3>
459
  </tr>
460
  </table>
461
  </div>
462
+ <div id="tabs-7">
463
+ <h3><?php _e("Blocked Visitors - Based on IP Address", "wplivechat") ?></h3>
464
+ <small><i> <?php _e("Block visitors from chatting to you based on their IP address using the ","wplivechat")?><a href="http://www.wp-livechat.com/purchase-pro/?utm_source=plugin&utm_medium=link&utm_campaign=blocked_visitors" title="<?php _e("Pro Add-on","wplivechat")?>" target="_BLANK"><?php _e("Pro Add-on","wplivechat")?></a></i></small>
465
+ <br/><br/>
466
+ <textarea name="wplc_ban_users_ip" style="width: 50%; min-height: 200px;" placeholder="<?php _e('Enter each IP Address you would like to block on a new line', 'wplivechat'); ?>" autocomplete="false" disabled readonly></textarea>
467
+ <p class="description"><?php _e('Blocking a user\'s IP Address here will hide the chat window from them, preventing them from chatting with you. Each IP Address must be on a new line', 'wplivechat'); ?></p>
468
+ </div>
469
  </div>
470
  <p class='submit'><input type='submit' name='wplc_save_settings' class='button-primary' value='<?php _e("Save Settings","wplivechat")?>' /></p>
471
  </form>
languages/wplivechat-de_DE.mo CHANGED
Binary file
languages/wplivechat-de_DE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
- "POT-Creation-Date: 2015-02-06 09:43+0200\n"
5
- "PO-Revision-Date: 2015-02-07 19:07+0100\n"
6
  "Last-Translator: Zoran Horvat <zoran.horvat@outlook.com>\n"
7
  "Language-Team: \n"
8
  "Language: de_DE\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.7.4\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-"
@@ -27,8 +27,8 @@ msgstr "Der Administrator hat den Chat geschlossen und beendet"
27
  msgid "There is No Answer. Please Try Again Later"
28
  msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
29
 
30
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:24
31
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:812
32
  msgid "Visitors on site"
33
  msgstr "Besucher auf der Seite"
34
 
@@ -40,185 +40,203 @@ msgstr "Chat beginnen"
40
  msgid "You must be a chat agent to initiate chats"
41
  msgstr "Sie müssen Agent sein um Chats einzuleiten"
42
 
43
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:79
44
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:242
45
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1064
46
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:218
47
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  msgid "Site Info"
49
  msgstr "Seiteninformation"
50
 
51
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:81
52
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:244
53
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1066
54
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:220
55
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:898
56
  msgid "Chat initiated on:"
57
  msgstr "Chat-Benachrichtigungen"
58
 
59
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:85
60
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:248
61
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1070
62
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:224
63
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:902
64
  msgid "Advanced Info"
65
  msgstr "Erweiterte Information"
66
 
67
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:87
68
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:250
69
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1072
70
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:226
71
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:904
72
  msgid "Browser:"
73
  msgstr "Browser:"
74
 
75
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:88
76
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:251
77
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1073
78
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:227
79
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:905
80
  msgid "IP Address:"
81
  msgstr "IP Adresse:"
82
 
83
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:131
84
  msgid "No visitors on-line at the moment"
85
  msgstr "Zur Zeit keine Besucher online"
86
 
87
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:174
88
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:171
89
  msgid "No chat sessions available at the moment"
90
  msgstr "Es sind derzeit keine Chat-Sitzungen verfügbar"
91
 
92
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:176
93
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:173
94
  msgid "Active Chats"
95
  msgstr "Live-Chat"
96
 
97
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:198
98
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:189
99
  msgid "Accept Chat"
100
  msgstr "Chat annehmen"
101
 
102
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:200
103
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:191
104
  msgid "Incoming Chat"
105
  msgstr "Chat beginnen"
106
 
107
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:200
108
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:191
109
  msgid "You have an incoming chat."
110
  msgstr "Sie haben einen eingehenden Chat."
111
 
112
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:204
113
  msgid "You must be a chat agent to answer chats"
114
  msgstr "Sie müssen ein Agent sein um Chats beantworten zu können"
115
 
116
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:210
117
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:195
118
  msgid "Open Chat Window"
119
  msgstr "Chat-Fenster öffnen"
120
 
121
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:212
122
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:197
123
  msgid "Chat Active"
124
  msgstr "Aktiver Chat"
125
 
126
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:212
127
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:197
128
  msgid "This chat is active"
129
  msgstr "Dieser Chat ist aktiv"
130
 
131
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:214
132
  msgid "Chat has been answered by another agent"
133
  msgstr "Chat wurde durch einen anderen Agenten beantwortet"
134
 
135
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:215
136
  msgid "Chat answered by another agent"
137
  msgstr "Chat wurde durch einen anderen Agenten beantwortet"
138
 
139
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:273
140
  msgid "WP Live Chat Support - Offline Message from "
141
  msgstr "WP Live Chat Support - Offline Nachricht von"
142
 
143
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:274
144
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:678
145
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:554
146
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:718
147
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:757
148
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:845
149
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:152
150
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:421
151
  msgid "Name"
152
  msgstr "Name"
153
 
154
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:274
155
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:679
156
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:555
157
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:719
158
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:758
159
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:846
160
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:422
161
  msgid "Email"
162
  msgstr "E-Mail"
163
 
164
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:274
165
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:680
166
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:759
167
  msgid "Message"
168
  msgstr "Nachricht"
169
 
170
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:274
171
  msgid "Via WP Live Chat Support"
172
  msgstr "Via WP Live Chat Support"
173
 
174
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:322
175
  msgid "Alert: Someone wants to chat with you on "
176
  msgstr "Achtung: Jemand will mit Ihnen chatten auf"
177
 
178
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:323
179
  msgid "Someone wants to chat with you on your website"
180
  msgstr "Jemand möchte mit Ihnen auf Ihrer Website chatten"
181
 
182
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:323
183
  msgid "Log in"
184
  msgstr "Anmelden"
185
 
186
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:478
187
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:493
 
188
  msgid "Chat Agent"
189
  msgstr "Chat-Agent"
190
 
191
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:483
 
192
  msgid "Make this user a chat agent"
193
  msgstr "Erstellen Sie aus dem Benutzer einen Chat-Agenten"
194
 
195
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:497
196
  msgid "Your user role does not allow you to make yourself a chat agent."
197
  msgstr ""
198
  "Ihre Benutzerrolle ermöglicht es Ihnen nicht, sich selbst als Chat-Agent "
199
  "hinzuzufügen."
200
 
201
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:498
202
  msgid "Please contact the administrator of this website to change this."
203
  msgstr ""
204
  "Bitte wenden Sie sich an den Administrator dieser Website, um dies zu ändern."
205
 
206
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:578
207
  msgid "Chat Agent Online"
208
  msgstr "Chat-Agent ist online"
209
 
210
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:580
211
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:585
212
  msgid "Chat Agents Online"
213
  msgstr "Chat-Agenten sind online"
214
 
215
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:677
216
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:553
217
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:844
218
  msgid "Date"
219
  msgstr "Datum"
220
 
221
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:694
222
  msgid "You have not received any offline messages."
223
  msgstr "Sie haben keine Offline-Nachrichten empfangen."
224
 
@@ -227,97 +245,116 @@ msgstr "Sie haben keine Offline-Nachrichten empfangen."
227
  msgid "WP Live Chat Support Settings"
228
  msgstr "WP Live Chat Support Einstellungen"
229
 
230
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
231
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
232
  msgid "General Settings"
233
  msgstr "Generelle Einstellungen"
234
 
235
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
236
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
237
  msgid "Chat Box"
238
  msgstr "Chat-Box"
239
 
240
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
241
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
242
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1737
243
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
244
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:258
245
  msgid "Offline Messages"
246
  msgstr "Offline-Nachrichten"
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:35
249
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:339
250
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
251
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:304
252
  msgid "Styling"
253
  msgstr "Styling"
254
 
255
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
256
  msgid "Chat Agents"
257
  msgstr "Chat-Agenten"
258
 
 
 
 
 
 
 
 
259
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
260
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:26
261
  msgid "Main Settings"
262
  msgstr "Haupeinstellungen"
263
 
264
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
265
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:29
266
  msgid "Chat enabled"
267
  msgstr "Chat freigegeben"
268
 
269
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:45
270
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:32
271
  msgid "Yes"
272
  msgstr "Ja"
273
 
274
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:46
275
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
276
  msgid "No"
277
  msgstr "Nein"
278
 
279
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:52
280
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
 
 
 
 
 
 
 
 
 
 
 
 
281
  msgid "Hide Chat"
282
  msgstr "Chat verstecken"
283
 
284
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:53
285
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
286
  msgid "Hides chat for 24hrs when user clicks X"
287
  msgstr "Chat für 24 Stunden verstecken, wenn der Benutzer auf [X] klickt"
288
 
289
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:61
290
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
291
  msgid "Require Name And Email"
292
  msgstr "Name und E-Mail benötigt"
293
 
294
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:62
295
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
296
  msgid ""
297
  "Users will have to enter their Name and Email Address when starting a chat"
298
  msgstr ""
299
  "Benutzer müssen beim Starten eines Chats ihren Namen und Email-Adresse "
300
  "eingeben"
301
 
302
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:70
303
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
304
  msgid "Input Field Replacement Text"
305
  msgstr "Eingabefeld Ersetzungstext"
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:71
308
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:66
309
  msgid "This is the text that will show in place of the Name And Email fields"
310
  msgstr ""
311
  "Dies ist der Text, der an Stelle des Namens und des E-Mail-Feldes angezeigt "
312
  "wird"
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:79
315
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:74
316
  msgid "Use Logged In User Details"
317
  msgstr "Verwenden der Benutzer-Details des angemeldeten Nutzers"
318
 
319
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:80
320
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:75
321
  msgid ""
322
  "A user's Name and Email Address will be used by default if they are logged "
323
  "in."
@@ -325,13 +362,13 @@ msgstr ""
325
  "Die Benutzernamen und E-Mail-Adresse werden standardmäßig verwendet, wenn er "
326
  "angemeldet sind."
327
 
328
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:88
329
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:83
330
  msgid "Enable On Mobile Devices"
331
  msgstr "Aktiviert auf mobilen Geräten:"
332
 
333
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:89
334
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:84
335
  msgid ""
336
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
337
  "devices. (Smartphones and Tablets)"
@@ -339,13 +376,23 @@ msgstr ""
339
  "Deaktivieren bedeutet, das die Chat-Box nicht auf mobilen Geräten angezeigt "
340
  "wird. (Smartphones und Tablets)"
341
 
342
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
343
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:92
 
 
 
 
 
 
 
 
 
 
344
  msgid "Include chat window on the following pages:"
345
  msgstr "Chat-Fenster auf den folgenden Seiten hinzufügen:"
346
 
347
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:98
348
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:93
349
  msgid ""
350
  "Show the chat window on the following pages. Leave blank to show on all. "
351
  "(Use comma-separated Page ID's)"
@@ -354,8 +401,8 @@ msgstr ""
354
  "das Chat-Fenster auf allen Seiten zu zeigen. (Verwenden Sie Komma getrennte "
355
  "Seiten ID´s)"
356
 
357
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:102
358
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:112
359
  msgid ""
360
  "Do not include and exclude pages at the same time. Please only use one or "
361
  "the other"
@@ -363,13 +410,13 @@ msgstr ""
363
  "Verwenden Sie nicht einschließen und ausschließen von Seiten gleichzeitig. "
364
  "Bitte verwenden Sie nur die eine oder andere Variante"
365
 
366
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:107
367
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:108
368
  msgid "Exclude chat window on the following pages:"
369
  msgstr "Das Chat-Fenster auf den folgenden Seiten ausschließen:"
370
 
371
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:108
372
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
373
  msgid ""
374
  "Do not show the chat window on the following pages. Leave blank to show on "
375
  "all. (Use comma-separated Page ID's)"
@@ -378,43 +425,53 @@ msgstr ""
378
  "Leer lassen, um es auf allen Seiten zu zeigen. (Verwenden Sie Komma "
379
  "getrennte Seiten ID´s)"
380
 
381
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:122
382
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
 
 
 
 
 
 
 
 
 
 
383
  msgid "Chat Window Settings"
384
  msgstr "Chat-Fenster Einstellungen"
385
 
386
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:125
387
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:130
388
  msgid "Chat box alignment"
389
  msgstr "Chat-Box Ausrichtung"
390
 
391
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:128
392
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:133
393
  msgid "Bottom left"
394
  msgstr "Unten links"
395
 
396
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
397
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:134
398
  msgid "Bottom right"
399
  msgstr "Unten rechts"
400
 
401
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:130
402
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
403
  msgid "Left"
404
  msgstr "Links"
405
 
406
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:131
407
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:136
408
  msgid "Right"
409
  msgstr "Rechts"
410
 
411
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:137
412
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
413
  msgid "Auto Pop-up"
414
  msgstr "Auto Pop-up:"
415
 
416
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:141
417
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:146
418
  msgid ""
419
  "Expand the chat box automatically (prompts the user to enter their name and "
420
  "email address)."
@@ -422,88 +479,88 @@ msgstr ""
422
  "Erweitern Sie die Chat-Box automatisch (der Benutzer wird aufgefordert, "
423
  "seinen Namen und E-Mail-Adresse einzugeben)."
424
 
425
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:147
426
  msgid "Name "
427
  msgstr "Name"
428
 
429
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:161
430
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:168
431
  msgid "Picture"
432
  msgstr "Bild"
433
 
434
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:169
435
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:171
436
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:187
437
  msgid "Upload Image"
438
  msgstr "Bild hochladen"
439
 
440
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:171
441
  msgid "Remove Image"
442
  msgstr "Bild entfernen"
443
 
444
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:172
445
  msgid "Recomended Size 40px x 40px"
446
  msgstr "Empfohlene Größe 40px x 40px"
447
 
448
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:178
449
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
450
  msgid "Logo"
451
  msgstr "Logo"
452
 
453
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:186
454
  msgid "Upload Logo"
455
  msgstr "Logo hochladen"
456
 
457
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:188
458
  msgid "Remove Logo"
459
  msgstr "Logo entfernen"
460
 
461
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:189
462
  msgid "Recomended Size 250px x 40px"
463
  msgstr "Empfohlene Größe 250px x 40px"
464
 
465
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:195
466
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
467
  msgid "Chat delay (seconds)"
468
  msgstr "Chat-Verzögerung (Sekunden)"
469
 
470
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:198
471
  msgid "how long it takes for your chat window to pop up"
472
  msgstr "Wie lange es dauern soll bis das Chat-Fenster erscheint)"
473
 
474
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:204
475
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
476
  msgid "Chat notifications"
477
  msgstr "Chat-Benachrichtigungen"
478
 
479
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:208
480
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:220
481
  msgid "Alert me via email as soon as someone wants to chat"
482
  msgstr "Verständige Sie mich per E-Mail sobald jemand chatten möchte"
483
 
484
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
485
  msgid "(while online only)"
486
  msgstr " (nur solange online)"
487
 
488
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:214
489
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
490
  msgid "Display name and avatar in chat"
491
  msgstr "Anzeige des Namens und des Avatars im Chat:"
492
 
493
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:220
494
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:238
495
  msgid "Display the agent and user name above each message in the chat window."
496
  msgstr ""
497
  "Zeigen Sie im Chat-Fenster den Agenten und den Benutzernamen über jeder "
498
  "Nachricht."
499
 
500
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:225
501
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:243
502
  msgid "Only show the chat window to users that are logged in"
503
  msgstr "Das Chat-Fenster wird nur Benutzern angezeigt, die angemeldet sind:"
504
 
505
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:233
506
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:251
507
  msgid ""
508
  "By checking this, only users that are logged in will be able to chat with "
509
  "you."
@@ -511,13 +568,13 @@ msgstr ""
511
  "Bei der Aktivierung dieser Option werden nur Benutzer die eingeloggt sind in "
512
  "der Lage sein, mit Ihnen zu chatten."
513
 
514
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:245
515
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:262
516
  msgid "Do not allow users to send offline messages"
517
  msgstr "Benutzer können keine Offline-Nachrichten senden:"
518
 
519
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:253
520
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:266
521
  msgid ""
522
  "The chat window will be hidden when it is offline. Users will not be able to "
523
  "send offline messages to you"
@@ -525,90 +582,136 @@ msgstr ""
525
  "Das Chat-Fenster wird ausgeblendet, wenn der Chat offline ist. Benutzer "
526
  "werden nicht in der Lage sein, Offline-Nachrichten an Sie zu schicken"
527
 
528
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:258
529
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:271
530
  msgid "Email Address"
531
  msgstr "E-Mail Adresse"
532
 
533
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:262
534
  msgid "Email address where offline messages are delivered to"
535
  msgstr "E-Mail Adresse an die die offline Nachrichten gesendet werden"
536
 
537
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:270
 
 
 
 
 
538
  msgid "Sending Method"
539
  msgstr "Methode zum senden:"
540
 
541
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
542
  msgid "WP Mail"
543
  msgstr "WP Mail"
544
 
545
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:272
546
  msgid "PHP Mailer"
547
  msgstr "PHP Mailer"
548
 
549
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:284
550
  msgid "Host"
551
  msgstr "Host"
552
 
553
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
554
  msgid "Port"
555
  msgstr "Port"
556
 
557
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:300
558
  msgid "Username"
559
  msgstr "Benutzername"
560
 
561
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:308
562
  msgid "Password"
563
  msgstr "Kennwort"
564
 
565
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:317
566
  msgid "Offline Chat Box Title"
567
  msgstr "Offline Chat-Box Titel"
568
 
569
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:325
570
  msgid "Offline Text Fields"
571
  msgstr "Offline Textfelder"
572
 
573
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:342
574
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:307
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
  msgid "Chat box fill color"
576
  msgstr "Chat-Box Füllfarbe"
577
 
578
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:348
579
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:313
580
  msgid "Chat box font color"
581
  msgstr "Chat-Box Textfarbe"
582
 
583
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:354
584
  msgid "First Section Text"
585
  msgstr "Text erste Sektion"
586
 
587
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:363
588
  msgid "Intro Text"
589
  msgstr "Intro Text"
590
 
591
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:369
592
  msgid "Second Section Text"
593
  msgstr "Text zweite Sektion"
594
 
595
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:376
596
  msgid "Reactivate Chat Section Text"
597
  msgstr "Reaktivierter Chat-Text"
598
 
599
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:384
600
  msgid "User chat welcome"
601
  msgstr "Chat-Benutzer Willkommensnachricht"
602
 
603
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
604
  msgid "Other text"
605
  msgstr "Weiterer Text"
606
 
607
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:408
 
 
 
 
608
  msgid "Current Users that are Chat Agents"
609
  msgstr "Derzeitige Benutzer, die Chat-Agenten sind"
610
 
611
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:413
612
  msgid ""
613
  "To add or remove a user as a chat agent, go into the users profile and "
614
  "select the checkbox Chat Agent and click save."
@@ -617,36 +720,67 @@ msgstr ""
617
  "in das Benutzer-Profil, und wählen Sie das Kontrollkästchen / Checkbox des "
618
  "Chat-Agenten aus und klicken Sie auf speichern."
619
 
620
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:414
621
  msgid "If there are no chat agents online, the chat will show as offline"
622
  msgstr ""
623
  "Wenn keine Chat-Agenten online sind, wird der Chat als offline angezeigt"
624
 
625
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:418
626
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:357
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  msgid "Save Settings"
628
  msgstr "Einstellungen speichern"
629
 
630
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:430
631
  msgid "Dear User"
632
  msgstr "Lieber Benutzer"
633
 
634
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:431
635
  msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
636
  msgstr ""
637
  "Sie benutzen eine veraltete Version von WP Live Chat Support Basic. Bitte"
638
 
639
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:431
640
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:739
641
  msgid "update to at least version"
642
  msgstr "aktualisieren Sie auf die neueste Version"
643
 
644
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:431
645
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:739
646
  msgid "to ensure all functionality is in working order"
647
  msgstr "um sicherzustellen, dass alle Funktionen zuverlässig arbeiten"
648
 
649
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:432
650
  msgid ""
651
  "You're live chat box on your website has been temporarily disabled until the "
652
  "basic plugin has been updated. This is to ensure a smooth and hassle-free "
@@ -656,7 +790,7 @@ msgstr ""
656
  "das Plugin aktualisiert wurde. Dies geschieht, um einen reibungslose und "
657
  "stressfreie Nutzererfahrung für sich und Ihre Besucher sicherzustellen."
658
 
659
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:433
660
  msgid ""
661
  "You can update your plugin <a href='./update-core.php'>here</a> or <a "
662
  "href='./plugins.php'>here</a>."
@@ -664,21 +798,21 @@ msgstr ""
664
  "Sie können das Plugin <a href='./update-core.php'> hier </a> oder <a href='./"
665
  "plugins.php'> hier </a> aktualisieren."
666
 
667
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:434
668
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:742
669
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:760
670
  msgid "If you are having difficulty updating the plugin, please contact"
671
  msgstr ""
672
  "Wenn Sie Schwierigkeiten haben das Plugin zu aktualisieren, kontaktieren Sie "
673
  "uns bitte unter"
674
 
675
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:447
676
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:738
677
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:751
678
  msgid "Dear Pro User"
679
  msgstr "Lieber Pro Benutzer,"
680
 
681
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:448
682
  msgid ""
683
  "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
684
  "download the latest copy from"
@@ -686,53 +820,53 @@ msgstr ""
686
  "WP Live Chat Support Pro erfordert WP Live Chat Support um zu funktionieren. "
687
  "Du kannst die letzte Version herunterladen von"
688
 
689
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:460
690
  msgid "Admin"
691
  msgstr "Administrator"
692
 
693
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:464
694
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:322
695
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:375
696
  msgid "Questions?"
697
  msgstr "Fragen?"
698
 
699
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:465
700
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:323
701
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:375
702
  msgid "Chat with us"
703
  msgstr "Chatten Sie mit uns!"
704
 
705
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:466
706
  msgid "Start live chat"
707
  msgstr "Live-Chat starten"
708
 
709
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:467
710
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:329
711
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:448
712
  msgid "Start Chat"
713
  msgstr "Chat starten"
714
 
715
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:468
716
  msgid "Connecting. Please be patient..."
717
  msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld ..."
718
 
719
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:469
720
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:338
721
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:458
722
  msgid "Reactivating your previous chat..."
723
  msgstr "Der vorherige Chat wird reaktiviert..."
724
 
725
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:470
726
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:289
727
  msgid "Chat offline. Leave a message"
728
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
729
 
730
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:471
731
  msgid "Hello. Please input your details so that I may help you."
732
  msgstr ""
733
  "Hallo. Bitte geben Sie Ihre Daten ein, damit ich Ihnen weiterhelfen kann."
734
 
735
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:472
736
  msgid ""
737
  "We are currently offline. Please leave a message and we'll get back to you "
738
  "shortly."
@@ -740,87 +874,94 @@ msgstr ""
740
  "Wir sind derzeit offline. Bitte hinterlassen Sie uns eine Nachricht und wir "
741
  "werden uns schnellstmöglich mit Ihnen in Verbindung setzen."
742
 
743
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:473
744
  msgid "Sending message..."
745
  msgstr "Versende Nachricht ..."
746
 
747
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
748
  msgid "Thank you for your message. We will be in contact soon."
749
  msgstr "Danke für Ihr Feedback. Wir werden Sie schnellstmöglich kontaktieren."
750
 
751
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
752
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1081
753
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:463
754
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:913
755
  msgid "Press ENTER to send your message"
756
  msgstr "ENTER drücken um die Nachricht zu senden"
757
 
758
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:476
759
  msgid "Welcome. How may I help you?"
760
  msgstr "Willkommen. Wie kann ich Ihnen behilflich sein?"
761
 
762
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:547
 
 
 
 
 
 
 
 
763
  msgid "Delete History"
764
  msgstr "Historie"
765
 
766
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:556
767
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:847
768
  msgid "URL"
769
  msgstr "URL"
770
 
771
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:557
772
  msgid "Status"
773
  msgstr "Status"
774
 
775
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:558
776
  msgid "Action"
777
  msgstr "Aktion"
778
 
779
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:564
780
  msgid "No chats available at the moment"
781
  msgstr "Zur Zeit sind keine Chats aktiv"
782
 
783
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:572
784
  msgid "View Chat History"
785
  msgstr "WP Live Chat Historie"
786
 
787
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:669
788
  msgid "Minize Chat Window"
789
  msgstr "Chat-Fenster minimieren"
790
 
791
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:670
792
  msgid "Close Chat Window"
793
  msgstr "Chat-Fenster schliessen"
794
 
795
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:761
796
  msgid "Send message"
797
  msgstr "Sende Nachricht"
798
 
799
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:789
800
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:467
801
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:927
802
  msgid "Send"
803
  msgstr "Senden"
804
 
805
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:829
806
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1352
807
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
808
  msgstr ""
809
  "Bitte klicken Sie 'Starte Chat', um einen Chat mit einem Agenten zu "
810
  "initiieren"
811
 
812
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:926
813
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1372
814
  msgid "Your settings have been saved."
815
  msgstr "Ihre Einstellungen wurden gespeichert."
816
 
817
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:941
818
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:792
819
  msgid "Chat sessions"
820
  msgstr "Chat-Sitzung"
821
 
822
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:943
823
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:794
824
  msgid ""
825
  "Please note: This window must be open in order to receive new chat "
826
  "notifications."
@@ -828,70 +969,46 @@ msgstr ""
828
  "Bitte beachten: Dieses Fenster muss geöffnet bleiben um Chat-"
829
  "Benachrichtigungen zu empfangen."
830
 
831
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1006
832
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:872
833
- msgid "Previous"
834
- msgstr "Vorherig"
835
-
836
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1008
837
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:874
838
- msgid "Active"
839
- msgstr "Aktiv"
840
-
841
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1010
842
- msgid "Awaiting"
843
- msgstr "Erwarte"
844
-
845
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1028
846
  msgid "Unknown"
847
  msgstr "Unbekannt"
848
 
849
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1033
850
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:877
851
- msgid "Chat with"
852
- msgstr "Chatten mit"
853
-
854
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1036
855
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:880
856
  msgid "End chat"
857
  msgstr "Chat beenden"
858
 
859
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1041
860
  msgid "Attempting to open the chat window... Please be patient."
861
  msgstr "Versuche das Chat-Fenster zu öffnen... Bitte um etwas Geduld."
862
 
863
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1073
864
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:905
865
- msgid "Whois for"
866
- msgstr "Whois für"
867
-
868
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1138
869
  msgid "This chat has already been answered. Please close the chat window"
870
  msgstr ""
871
  "Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat-"
872
  "Fenster."
873
 
874
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1206
875
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1039
876
  msgid "User has opened the chat window"
877
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
878
 
879
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1211
880
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1044
881
  msgid "User has minimized the chat window"
882
  msgstr "Benutzer hat das Chat-Fenster minimiert"
883
 
884
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1216
885
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1049
886
  msgid "User has maximized the chat window"
887
  msgstr "Benutzer hat das Chat-Fenster maximiert"
888
 
889
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1221
890
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1054
891
  msgid "User has closed and ended the chat"
892
  msgstr "Benutzer hat das Chat-Fenster geschossen und den Chat beendet"
893
 
894
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1599
895
  msgid ""
896
  "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
897
  "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
@@ -900,139 +1017,139 @@ msgstr ""
900
  "\"?\" onclick=\"document.location.reload(); return false;\">Nochmal "
901
  "versuchen</a>"
902
 
903
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1604
904
  msgid "An unknown error occurred"
905
  msgstr "Ein unbekannter Fehler ist aufgetreten"
906
 
907
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1731
908
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:227
909
  msgid "Live Chat"
910
  msgstr "Live-Chat"
911
 
912
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1732
913
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:228
914
  msgid "Settings"
915
  msgstr "Einstellungen"
916
 
917
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1733
918
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1748
919
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1759
920
  msgid "Quick Responses"
921
  msgstr "Schnell antworten"
922
 
923
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1735
924
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:229
925
  msgid "History"
926
  msgstr "Historie"
927
 
928
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1736
929
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:230
930
  msgid "Missed Chats"
931
  msgstr "Verpasste Chats"
932
 
933
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1738
934
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
935
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:231
936
  msgid "Feedback"
937
  msgstr "Feedback"
938
 
939
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1742
940
  msgid "Error Log"
941
  msgstr "Fehler Log"
942
 
943
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1749
944
  msgid "Quick Response"
945
  msgstr "Schnelle Antwort"
946
 
947
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1750
948
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1753
949
  msgid "New Quick Response"
950
  msgstr "Neue schnelle Antwort"
951
 
952
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1751
953
  msgid "Add New Quick Response"
954
  msgstr "Fügen Sie eine neue schnelle Antwort hinzu"
955
 
956
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1752
957
  msgid "Edit Quick Response"
958
  msgstr "Bearbeiten Sie die schnelle Antwort"
959
 
960
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1754
961
  msgid "All Quick Responses"
962
  msgstr "Alle blitzschnellen Antworten "
963
 
964
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1755
965
  msgid "View Quick Responses"
966
  msgstr "Blitzschnelle Antworten anzeigen"
967
 
968
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1756
969
  msgid "Search Quick Responses"
970
  msgstr "Blitzschnelle Antworten suchen"
971
 
972
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1757
973
  msgid "No Quick Responses found"
974
  msgstr "Keine blitzschnellen Antworten gefunden"
975
 
976
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1758
977
  msgid "No Quick Responses found in the Trash"
978
  msgstr "Keine blitzschnellen Antworten im Papierkorb gefunden"
979
 
980
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1763
981
  msgid "Quick Responses for WP Live Chat Support Pro"
982
  msgstr "Blitzschnelle Antworten für WP Live Chat Support Pro"
983
 
984
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1818
985
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1822
986
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:914
987
  msgid "Assign Quick Response"
988
  msgstr "Blitzschnelle Antwort zuweisen"
989
 
990
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1825
991
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:914
992
  msgid "Select"
993
  msgstr "Auswählen"
994
 
995
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1831
996
  msgid "What is this?"
997
  msgstr "Was ist das?"
998
 
999
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:543
1000
  msgid "complete"
1001
  msgstr "Beendet"
1002
 
1003
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:546
1004
  msgid "pending"
1005
  msgstr "in Warteschleife"
1006
 
1007
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:549
1008
  msgid "active"
1009
  msgstr "Aktiv"
1010
 
1011
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:552
1012
  msgid "deleted"
1013
  msgstr "Gelöscht"
1014
 
1015
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:555
1016
  msgid "browsing"
1017
  msgstr "surft"
1018
 
1019
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:558
1020
  msgid "requesting chat"
1021
  msgstr "Frage Chat an"
1022
 
1023
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:561
1024
  msgid "Chat Ended - User still browsing"
1025
  msgstr "Chat beendet - Benutzer surft noch"
1026
 
1027
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:564
1028
  msgid "User is browsing but doesn't want to chat"
1029
  msgstr "Benutzer surft aber will nicht chatten"
1030
 
1031
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:630
1032
  msgid "Get Pro Add-on to accept more chats"
1033
  msgstr "Holen Sie sich das Pro Add-on und akzeptieren mehrere Chats"
1034
 
1035
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:874
1036
  msgid "You have not missed any chat requests."
1037
  msgstr "Sie haben keine Chat-Anfragen verpasst."
1038
 
@@ -1066,89 +1183,133 @@ msgid "Agents"
1066
  msgstr "Agenten"
1067
 
1068
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
1069
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:99
1070
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:115
1071
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:158
1072
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:174
1073
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:190
1074
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:206
1075
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:223
 
1076
  msgid "available in the"
1077
  msgstr "verfügbar in"
1078
 
1079
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
1080
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
1081
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:116
1082
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
1083
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:175
1084
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:191
1085
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:207
1086
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:224
1087
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:278
1088
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:292
1089
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1090
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1291
1091
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1311
 
1092
  msgid "Pro Add-on"
1093
  msgstr "Pro Add-on"
1094
 
1095
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
1096
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:101
1097
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:117
1098
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:160
1099
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:176
1100
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:192
1101
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:208
1102
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:225
 
1103
  msgid "only"
1104
  msgstr "nur"
1105
 
1106
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:49
1107
  msgid " once off. Updates included forever."
1108
  msgstr "einmalig. Updates sind für immer enthalten."
1109
 
1110
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:277
1111
  msgid "Get offline messages with the "
1112
  msgstr "Erhalte Offline-Nachrichten mit dem"
1113
 
1114
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:286
1115
  msgid "Offline text"
1116
  msgstr "Offline-Text"
1117
 
1118
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:291
1119
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:341
1120
  msgid "Edit these text fields using the "
1121
  msgstr "Bearbeiten Sie diese Textfelder mittels"
1122
 
1123
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:320
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1124
  msgid "First section text"
1125
  msgstr "Text erste Sektion"
1126
 
1127
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:327
1128
  msgid "Second section text"
1129
  msgstr "Text zweite Sektion"
1130
 
1131
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:330
1132
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:455
1133
  msgid "Connecting you to a sales person. Please be patient."
1134
  msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
1135
 
1136
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:336
1137
  msgid "Reactivate chat section text"
1138
  msgstr "Text für reaktivierten Chat"
1139
 
1140
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:353
1141
  msgid "Multiple Agents"
1142
  msgstr "Mehrere Agenten"
1143
 
1144
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:354
1145
  msgid "Get"
1146
  msgstr "Holen Sie sich"
1147
 
1148
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:354
1149
  msgid "Multiple agent support"
1150
  msgstr "Mehrfach-Agenten Unterstützung"
1151
 
 
 
 
 
 
 
 
 
1152
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
1153
  msgid "Welcome to "
1154
  msgstr "Willkommen zu"
@@ -1197,18 +1358,18 @@ msgstr "Senden"
1197
  msgid "Skip"
1198
  msgstr "Überspringen"
1199
 
1200
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:199
1201
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1185
1202
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1203
  msgstr ""
1204
  "Bitte klicken Sie \\ 'Start Chat \\', um einen Chat mit einem Agenten zu "
1205
  "initiieren"
1206
 
1207
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:385
1208
  msgid "Start Live Chat"
1209
  msgstr "Live-Chat starten"
1210
 
1211
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:739
1212
  msgid ""
1213
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1214
  "strong>. Please"
@@ -1216,7 +1377,7 @@ msgstr ""
1216
  "Sie verwenden eine veraltete Version von <strong>WP Live Chat Support "
1217
  "Pro<strong>. Bitte"
1218
 
1219
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:740
1220
  msgid ""
1221
  "You're live chat box on your website has been temporarily disabled until the "
1222
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
@@ -1226,8 +1387,8 @@ msgstr ""
1226
  "Plugin aktualisiert wird. Dies geschieht, um einen reibungslose und "
1227
  "stressfreie Nutzererfahrung für sich und Ihre Besucher sicherzustellen."
1228
 
1229
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:741
1230
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:759
1231
  msgid ""
1232
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
1233
  "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
@@ -1237,7 +1398,7 @@ msgstr ""
1237
  "href='./plugins.php'>hier</a> oder <a href='http://wp-livechat.com/get-"
1238
  "updated-version/' target='_BLANK'>hier</a>."
1239
 
1240
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:752
1241
  msgid ""
1242
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1243
  "strong>."
@@ -1245,94 +1406,106 @@ msgstr ""
1245
  "Sie verwenden eine veraltete Version von <strong>WP Live Chat Support "
1246
  "Pro<strong>."
1247
 
1248
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:754
1249
  msgid "Please update to the latest version of WP Live Chat Support Pro"
1250
  msgstr "Bitte auf die aktuellste WP Live Chat Support Pro"
1251
 
1252
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:755
1253
- msgid "Version 4.4.4"
1254
  msgstr "Version 4.4.4"
1255
 
1256
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:756
1257
- msgid "to take advantage of a new dashboard layout."
1258
  msgstr "aktualisieren um die Vorteile des neuen Dashboard-Layouts zu bekommen."
1259
 
1260
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:783
1261
  msgid "Experiencing problems with the plugin?"
1262
  msgstr "Sie haben Probleme mit dem Plugin?"
1263
 
1264
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:785
1265
  msgid "Review the documentation."
1266
  msgstr "Lesen Sie die Dokumentation"
1267
 
1268
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:786
1269
  msgid "Or ask a question on our"
1270
  msgstr "oder stellen Sie eine Frage an unser"
1271
 
1272
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:786
1273
  msgid "Support forum."
1274
  msgstr "Support Forum"
1275
 
1276
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:814
1277
  msgid "With the Pro add-on of WP Live Chat Support, you can"
1278
  msgstr "Mit dem Pro add-on von WP Live Chat Support können Sie"
1279
 
1280
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:815
1281
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:816
1282
  msgid "see who's online and initiate chats"
1283
  msgstr "beobachten wer online ist und Chats"
1284
 
1285
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:817
1286
  msgid "with your online visitors with the click of a button."
1287
  msgstr "mit Ihren Besuchern über einen Knopfdruck starten"
1288
 
1289
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
1290
  msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
1291
  msgstr ""
1292
  "Kaufen Sie das Pro add-on jetzt für nur $19,95. Kostenlose Updates für "
1293
  "IMMER. "
1294
 
1295
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:820
1296
  msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
1297
  msgstr ""
1298
  "Kaufen Sie das Pro add-on jetzt für nur $19,95. Kostenlose Updates sind "
1299
  "dauerhaft inkludiert."
1300
 
1301
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:914
 
 
 
 
 
 
 
 
 
 
 
 
1302
  msgid "Add Quick Responses to your Live Chat"
1303
  msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
1304
 
1305
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:914
1306
  msgid "Pro version only"
1307
  msgstr "Nur Pro-Version"
1308
 
1309
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:925
1310
  msgid "type here..."
1311
  msgstr "antworten Sie hier ..."
1312
 
1313
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1287
1314
  msgid "WP Live Chat History"
1315
  msgstr "WP Live Chat Historie"
1316
 
1317
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1291
1318
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1311
1319
  msgid "This option is only available in the "
1320
  msgstr "Diese Option ist verfügbar in der"
1321
 
1322
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1291
1323
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1311
1324
  msgid "Get it now for only $19.95 once off!"
1325
  msgstr "Jetzt einmalig für nur $ 19.95!"
1326
 
1327
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1296
1328
  msgid "WP Live Chat Missed Chats"
1329
  msgstr "WP Live Chat Historie"
1330
 
1331
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1303
1332
  msgid "WP Live Chat Offline Messages"
1333
  msgstr "WP Live Chat Support - Offline-Nachricht von"
1334
 
1335
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1308
1336
  msgid ""
1337
  "Please update to the latest version of WP Live Chat Support Pro to start "
1338
  "recording any offline messages."
@@ -1340,21 +1513,38 @@ msgstr ""
1340
  "Bitte aktualisieren Sie auf die aktuelle Version von WP Live Chat Support "
1341
  "Pro um offline Nachrichten angezeigt zu bekommen."
1342
 
1343
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1387
1344
  msgid "Thank You for your feedback!"
1345
  msgstr "Danke für Ihr Feedback!"
1346
 
1347
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1391
1348
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1404
1349
  msgid "Thank you for your feedback. We will be in touch soon"
1350
  msgstr "Danke für Ihr Feedback. Wir melden uns bald"
1351
 
1352
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1407
1353
  msgid "There was a problem sending your feedback. Please log your feedback on "
1354
  msgstr ""
1355
  "Es gab ein Problem beim senden Ihres Feedbacks. Bitte tragen Sie Ihr "
1356
  "Feedback ein unter"
1357
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1358
  #~ msgid "New Quick Responsse"
1359
  #~ msgstr "Neue schnelle Antwort"
1360
 
@@ -1364,9 +1554,6 @@ msgstr ""
1364
  #~ msgid "Chat has been Accepted By Chat Agent "
1365
  #~ msgstr "Der Chat wurde durch den Chat Agenten akzeptiert"
1366
 
1367
- #~ msgid "This text is shown above the user chat input field"
1368
- #~ msgstr "Dieser Text wird über dem Benutzer-Chat Eingabefeld angezeigt"
1369
-
1370
  #~ msgid "IP"
1371
  #~ msgstr "IP"
1372
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
+ "POT-Creation-Date: 2015-02-19 14:32+0200\n"
5
+ "PO-Revision-Date: 2015-02-19 14:32+0200\n"
6
  "Last-Translator: Zoran Horvat <zoran.horvat@outlook.com>\n"
7
  "Language-Team: \n"
8
  "Language: de_DE\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-"
27
  msgid "There is No Answer. Please Try Again Later"
28
  msgstr "Keine Antwort. Bitte versuchen Sie es später erneut."
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:874
32
  msgid "Visitors on site"
33
  msgstr "Besucher auf der Seite"
34
 
40
  msgid "You must be a chat agent to initiate chats"
41
  msgstr "Sie müssen Agent sein um Chats einzuleiten"
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:1163
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:940
48
+ msgid "IP Address not recorded"
49
+ msgstr ""
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:1165
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:942
56
+ msgid "Whois for"
57
+ msgstr "Whois für"
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:1202
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:964
64
  msgid "Site Info"
65
  msgstr "Seiteninformation"
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:1204
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:966
72
  msgid "Chat initiated on:"
73
  msgstr "Chat-Benachrichtigungen"
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:1208
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:970
80
  msgid "Advanced Info"
81
  msgstr "Erweiterte Information"
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:1210
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:972
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:1211
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:973
96
  msgid "IP Address:"
97
  msgstr "IP Adresse:"
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 "Zur Zeit keine Besucher online"
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 "Es sind derzeit keine Chat-Sitzungen verfügbar"
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 "Chat annehmen"
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 "Chat beginnen"
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 "Sie haben einen eingehenden Chat."
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 "Sie müssen ein Agent sein um Chats beantworten zu können"
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 "Chat-Fenster öffnen"
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 "Aktiver Chat"
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 "Dieser Chat ist aktiv"
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 "Chat wurde durch einen anderen Agenten beantwortet"
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 "Chat wurde durch einen anderen Agenten beantwortet"
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 "WP Live Chat Support - Offline Nachricht von"
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:729
161
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:599
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:819
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:858
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:177
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:483
167
  msgid "Name"
168
  msgstr "Name"
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:730
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:600
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:820
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:859
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:484
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:731
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:860
183
  msgid "Message"
184
  msgstr "Nachricht"
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 "Via WP Live Chat Support"
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 "Achtung: Jemand will mit Ihnen chatten auf"
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 "Jemand möchte mit Ihnen auf Ihrer Website chatten"
197
 
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
199
  msgid "Log in"
200
  msgstr "Anmelden"
201
 
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:508
203
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:524
204
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:539
205
  msgid "Chat Agent"
206
  msgstr "Chat-Agent"
207
 
208
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:513
209
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:529
210
  msgid "Make this user a chat agent"
211
  msgstr "Erstellen Sie aus dem Benutzer einen Chat-Agenten"
212
 
213
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:543
214
  msgid "Your user role does not allow you to make yourself a chat agent."
215
  msgstr ""
216
  "Ihre Benutzerrolle ermöglicht es Ihnen nicht, sich selbst als Chat-Agent "
217
  "hinzuzufügen."
218
 
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:544
220
  msgid "Please contact the administrator of this website to change this."
221
  msgstr ""
222
  "Bitte wenden Sie sich an den Administrator dieser Website, um dies zu ändern."
223
 
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:630
225
  msgid "Chat Agent Online"
226
  msgstr "Chat-Agent ist online"
227
 
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:632
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:637
230
  msgid "Chat Agents Online"
231
  msgstr "Chat-Agenten sind online"
232
 
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:728
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:598
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:885
236
  msgid "Date"
237
  msgstr "Datum"
238
 
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:745
240
  msgid "You have not received any offline messages."
241
  msgstr "Sie haben keine Offline-Nachrichten empfangen."
242
 
245
  msgid "WP Live Chat Support Settings"
246
  msgstr "WP Live Chat Support Einstellungen"
247
 
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
249
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
250
  msgid "General Settings"
251
  msgstr "Generelle Einstellungen"
252
 
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
254
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
255
  msgid "Chat Box"
256
  msgstr "Chat-Box"
257
 
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:261
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1875
261
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:283
263
  msgid "Offline Messages"
264
  msgstr "Offline-Nachrichten"
265
 
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:360
268
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:338
270
  msgid "Styling"
271
  msgstr "Styling"
272
 
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:35
274
  msgid "Chat Agents"
275
  msgstr "Chat-Agenten"
276
 
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:551
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:24
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:432
281
+ msgid "Animations"
282
+ msgstr "Aktion"
283
+
284
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:27
286
  msgid "Main Settings"
287
  msgstr "Haupeinstellungen"
288
 
289
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
290
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:30
291
  msgid "Chat enabled"
292
  msgstr "Chat freigegeben"
293
 
294
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:45
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
296
  msgid "Yes"
297
  msgstr "Ja"
298
 
299
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:46
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:34
301
  msgid "No"
302
  msgstr "Nein"
303
 
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:51
305
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
306
+ msgid "Choose when I want to be online"
307
+ msgstr ""
308
+
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:54
310
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
311
+ msgid ""
312
+ "Checking this will allow you to change your status to \"Online\" or \"Offline"
313
+ "\" on the \"Live Chat\" page."
314
+ msgstr ""
315
+
316
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:59
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:55
318
  msgid "Hide Chat"
319
  msgstr "Chat verstecken"
320
 
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
322
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
323
  msgid "Hides chat for 24hrs when user clicks X"
324
  msgstr "Chat für 24 Stunden verstecken, wenn der Benutzer auf [X] klickt"
325
 
326
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:68
327
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:72
328
  msgid "Require Name And Email"
329
  msgstr "Name und E-Mail benötigt"
330
 
331
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
332
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:73
333
  msgid ""
334
  "Users will have to enter their Name and Email Address when starting a chat"
335
  msgstr ""
336
  "Benutzer müssen beim Starten eines Chats ihren Namen und Email-Adresse "
337
  "eingeben"
338
 
339
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:77
340
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:81
341
  msgid "Input Field Replacement Text"
342
  msgstr "Eingabefeld Ersetzungstext"
343
 
344
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:78
345
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:82
346
  msgid "This is the text that will show in place of the Name And Email fields"
347
  msgstr ""
348
  "Dies ist der Text, der an Stelle des Namens und des E-Mail-Feldes angezeigt "
349
  "wird"
350
 
351
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
352
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
353
  msgid "Use Logged In User Details"
354
  msgstr "Verwenden der Benutzer-Details des angemeldeten Nutzers"
355
 
356
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
357
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:91
358
  msgid ""
359
  "A user's Name and Email Address will be used by default if they are logged "
360
  "in."
362
  "Die Benutzernamen und E-Mail-Adresse werden standardmäßig verwendet, wenn er "
363
  "angemeldet sind."
364
 
365
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:95
366
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:99
367
  msgid "Enable On Mobile Devices"
368
  msgstr "Aktiviert auf mobilen Geräten:"
369
 
370
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
371
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
372
  msgid ""
373
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
374
  "devices. (Smartphones and Tablets)"
376
  "Deaktivieren bedeutet, das die Chat-Box nicht auf mobilen Geräten angezeigt "
377
  "wird. (Smartphones und Tablets)"
378
 
379
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:104
380
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:108
381
+ msgid "Record a visitor's IP Address"
382
+ msgstr ""
383
+
384
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:105
385
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
386
+ msgid "Disable this to enable anonymity for your visitors"
387
+ msgstr ""
388
+
389
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
390
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:117
391
  msgid "Include chat window on the following pages:"
392
  msgstr "Chat-Fenster auf den folgenden Seiten hinzufügen:"
393
 
394
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
395
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:118
396
  msgid ""
397
  "Show the chat window on the following pages. Leave blank to show on all. "
398
  "(Use comma-separated Page ID's)"
401
  "das Chat-Fenster auf allen Seiten zu zeigen. (Verwenden Sie Komma getrennte "
402
  "Seiten ID´s)"
403
 
404
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:118
405
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:128
406
  msgid ""
407
  "Do not include and exclude pages at the same time. Please only use one or "
408
  "the other"
410
  "Verwenden Sie nicht einschließen und ausschließen von Seiten gleichzeitig. "
411
  "Bitte verwenden Sie nur die eine oder andere Variante"
412
 
413
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
414
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:133
415
  msgid "Exclude chat window on the following pages:"
416
  msgstr "Das Chat-Fenster auf den folgenden Seiten ausschließen:"
417
 
418
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:124
419
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:134
420
  msgid ""
421
  "Do not show the chat window on the following pages. Leave blank to show on "
422
  "all. (Use comma-separated Page ID's)"
425
  "Leer lassen, um es auf allen Seiten zu zeigen. (Verwenden Sie Komma "
426
  "getrennte Seiten ID´s)"
427
 
428
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:132
429
+ msgid "Allow any user to make themselves a chat agent"
430
+ msgstr ""
431
+
432
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:135
433
+ msgid ""
434
+ "Checking this will allow any of your users to make themselves a chat agent "
435
+ "when editing their profile."
436
+ msgstr ""
437
+
438
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:142
439
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:152
440
  msgid "Chat Window Settings"
441
  msgstr "Chat-Fenster Einstellungen"
442
 
443
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
444
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:155
445
  msgid "Chat box alignment"
446
  msgstr "Chat-Box Ausrichtung"
447
 
448
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:148
449
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:158
450
  msgid "Bottom left"
451
  msgstr "Unten links"
452
 
453
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
454
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
455
  msgid "Bottom right"
456
  msgstr "Unten rechts"
457
 
458
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:150
459
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:160
460
  msgid "Left"
461
  msgstr "Links"
462
 
463
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:151
464
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:161
465
  msgid "Right"
466
  msgstr "Rechts"
467
 
468
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:157
469
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:167
470
  msgid "Auto Pop-up"
471
  msgstr "Auto Pop-up:"
472
 
473
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:161
474
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:171
475
  msgid ""
476
  "Expand the chat box automatically (prompts the user to enter their name and "
477
  "email address)."
479
  "Erweitern Sie die Chat-Box automatisch (der Benutzer wird aufgefordert, "
480
  "seinen Namen und E-Mail-Adresse einzugeben)."
481
 
482
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:167
483
  msgid "Name "
484
  msgstr "Name"
485
 
486
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:181
487
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
488
  msgid "Picture"
489
  msgstr "Bild"
490
 
491
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:189
492
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:196
493
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:212
494
  msgid "Upload Image"
495
  msgstr "Bild hochladen"
496
 
497
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:191
498
  msgid "Remove Image"
499
  msgstr "Bild entfernen"
500
 
501
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:192
502
  msgid "Recomended Size 40px x 40px"
503
  msgstr "Empfohlene Größe 40px x 40px"
504
 
505
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:198
506
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
507
  msgid "Logo"
508
  msgstr "Logo"
509
 
510
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:206
511
  msgid "Upload Logo"
512
  msgstr "Logo hochladen"
513
 
514
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:208
515
  msgid "Remove Logo"
516
  msgstr "Logo entfernen"
517
 
518
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
519
  msgid "Recomended Size 250px x 40px"
520
  msgstr "Empfohlene Größe 250px x 40px"
521
 
522
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:215
523
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:225
524
  msgid "Chat delay (seconds)"
525
  msgstr "Chat-Verzögerung (Sekunden)"
526
 
527
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:218
528
  msgid "how long it takes for your chat window to pop up"
529
  msgstr "Wie lange es dauern soll bis das Chat-Fenster erscheint)"
530
 
531
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:224
532
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:241
533
  msgid "Chat notifications"
534
  msgstr "Chat-Benachrichtigungen"
535
 
536
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:228
537
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:245
538
  msgid "Alert me via email as soon as someone wants to chat"
539
  msgstr "Verständige Sie mich per E-Mail sobald jemand chatten möchte"
540
 
541
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
542
  msgid "(while online only)"
543
  msgstr " (nur solange online)"
544
 
545
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:234
546
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:257
547
  msgid "Display name and avatar in chat"
548
  msgstr "Anzeige des Namens und des Avatars im Chat:"
549
 
550
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:240
551
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:263
552
  msgid "Display the agent and user name above each message in the chat window."
553
  msgstr ""
554
  "Zeigen Sie im Chat-Fenster den Agenten und den Benutzernamen über jeder "
555
  "Nachricht."
556
 
557
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:245
558
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:268
559
  msgid "Only show the chat window to users that are logged in"
560
  msgstr "Das Chat-Fenster wird nur Benutzern angezeigt, die angemeldet sind:"
561
 
562
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:253
563
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:276
564
  msgid ""
565
  "By checking this, only users that are logged in will be able to chat with "
566
  "you."
568
  "Bei der Aktivierung dieser Option werden nur Benutzer die eingeloggt sind in "
569
  "der Lage sein, mit Ihnen zu chatten."
570
 
571
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:265
572
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:287
573
  msgid "Do not allow users to send offline messages"
574
  msgstr "Benutzer können keine Offline-Nachrichten senden:"
575
 
576
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:273
577
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:291
578
  msgid ""
579
  "The chat window will be hidden when it is offline. Users will not be able to "
580
  "send offline messages to you"
582
  "Das Chat-Fenster wird ausgeblendet, wenn der Chat offline ist. Benutzer "
583
  "werden nicht in der Lage sein, Offline-Nachrichten an Sie zu schicken"
584
 
585
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:278
586
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:296
587
  msgid "Email Address"
588
  msgstr "E-Mail Adresse"
589
 
590
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:282
591
  msgid "Email address where offline messages are delivered to"
592
  msgstr "E-Mail Adresse an die die offline Nachrichten gesendet werden"
593
 
594
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:283
595
+ msgid ""
596
+ "Use comma separated email addresses to send to more than one email address"
597
+ msgstr ""
598
+
599
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:291
600
  msgid "Sending Method"
601
  msgstr "Methode zum senden:"
602
 
603
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
604
  msgid "WP Mail"
605
  msgstr "WP Mail"
606
 
607
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:293
608
  msgid "PHP Mailer"
609
  msgstr "PHP Mailer"
610
 
611
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:305
612
  msgid "Host"
613
  msgstr "Host"
614
 
615
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:313
616
  msgid "Port"
617
  msgstr "Port"
618
 
619
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:321
620
  msgid "Username"
621
  msgstr "Benutzername"
622
 
623
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:329
624
  msgid "Password"
625
  msgstr "Kennwort"
626
 
627
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:338
628
  msgid "Offline Chat Box Title"
629
  msgstr "Offline Chat-Box Titel"
630
 
631
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:346
632
  msgid "Offline Text Fields"
633
  msgstr "Offline Textfelder"
634
 
635
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:379
636
+ msgid "Choose a theme"
637
+ msgstr ""
638
+
639
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:384
640
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:385
641
+ msgid "Theme 1"
642
+ msgstr ""
643
+
644
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:388
645
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:389
646
+ msgid "Theme 2"
647
+ msgstr ""
648
+
649
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:392
650
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
651
+ msgid "Theme 3"
652
+ msgstr ""
653
+
654
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:396
655
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:397
656
+ msgid "Theme 4"
657
+ msgstr ""
658
+
659
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:400
660
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:401
661
+ msgid "Theme 5"
662
+ msgstr ""
663
+
664
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:404
665
+ msgid "Theme 6"
666
+ msgstr ""
667
+
668
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:405
669
+ msgid "Custom. Enter Colour Values Below"
670
+ msgstr ""
671
+
672
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:421
673
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:358
674
  msgid "Chat box fill color"
675
  msgstr "Chat-Box Füllfarbe"
676
 
677
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:427
678
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:364
679
  msgid "Chat box font color"
680
  msgstr "Chat-Box Textfarbe"
681
 
682
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:441
683
  msgid "First Section Text"
684
  msgstr "Text erste Sektion"
685
 
686
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:450
687
  msgid "Intro Text"
688
  msgstr "Intro Text"
689
 
690
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:456
691
  msgid "Second Section Text"
692
  msgstr "Text zweite Sektion"
693
 
694
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:463
695
  msgid "Reactivate Chat Section Text"
696
  msgstr "Reaktivierter Chat-Text"
697
 
698
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:471
699
  msgid "User chat welcome"
700
  msgstr "Chat-Benutzer Willkommensnachricht"
701
 
702
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:480
703
  msgid "Other text"
704
  msgstr "Weiterer Text"
705
 
706
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:482
707
+ msgid "This text is shown above the user chat input field"
708
+ msgstr "Dieser Text wird über dem Benutzer-Chat Eingabefeld angezeigt"
709
+
710
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:508
711
  msgid "Current Users that are Chat Agents"
712
  msgstr "Derzeitige Benutzer, die Chat-Agenten sind"
713
 
714
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:522
715
  msgid ""
716
  "To add or remove a user as a chat agent, go into the users profile and "
717
  "select the checkbox Chat Agent and click save."
720
  "in das Benutzer-Profil, und wählen Sie das Kontrollkästchen / Checkbox des "
721
  "Chat-Agenten aus und klicken Sie auf speichern."
722
 
723
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:523
724
  msgid "If there are no chat agents online, the chat will show as offline"
725
  msgstr ""
726
  "Wenn keine Chat-Agenten online sind, wird der Chat als offline angezeigt"
727
 
728
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:556
729
+ msgid ""
730
+ "You are using an outdated version of WP Live Chat Support Basic. Please "
731
+ "update your plugin to allow for animations to function"
732
+ msgstr ""
733
+ "Sie benutzen eine veraltete Version von WP Live Chat Support Basic. Bitte"
734
+
735
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:561
736
+ msgid "Choose an animation"
737
+ msgstr ""
738
+
739
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:567
740
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:442
741
+ msgid "Slide Up"
742
+ msgstr ""
743
+
744
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:571
745
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:446
746
+ msgid "Slide From The Side"
747
+ msgstr ""
748
+
749
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:575
750
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:450
751
+ msgid "Fade In"
752
+ msgstr ""
753
+
754
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:579
755
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:454
756
+ msgid "No Animation"
757
+ msgstr ""
758
+
759
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:592
760
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:462
761
  msgid "Save Settings"
762
  msgstr "Einstellungen speichern"
763
 
764
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:457
765
  msgid "Dear User"
766
  msgstr "Lieber Benutzer"
767
 
768
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
769
  msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
770
  msgstr ""
771
  "Sie benutzen eine veraltete Version von WP Live Chat Support Basic. Bitte"
772
 
773
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
774
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
775
  msgid "update to at least version"
776
  msgstr "aktualisieren Sie auf die neueste Version"
777
 
778
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
779
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
780
  msgid "to ensure all functionality is in working order"
781
  msgstr "um sicherzustellen, dass alle Funktionen zuverlässig arbeiten"
782
 
783
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:459
784
  msgid ""
785
  "You're live chat box on your website has been temporarily disabled until the "
786
  "basic plugin has been updated. This is to ensure a smooth and hassle-free "
790
  "das Plugin aktualisiert wurde. Dies geschieht, um einen reibungslose und "
791
  "stressfreie Nutzererfahrung für sich und Ihre Besucher sicherzustellen."
792
 
793
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:460
794
  msgid ""
795
  "You can update your plugin <a href='./update-core.php'>here</a> or <a "
796
  "href='./plugins.php'>here</a>."
798
  "Sie können das Plugin <a href='./update-core.php'> hier </a> oder <a href='./"
799
  "plugins.php'> hier </a> aktualisieren."
800
 
801
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:461
802
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:804
803
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:822
804
  msgid "If you are having difficulty updating the plugin, please contact"
805
  msgstr ""
806
  "Wenn Sie Schwierigkeiten haben das Plugin zu aktualisieren, kontaktieren Sie "
807
  "uns bitte unter"
808
 
809
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
810
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:800
811
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:813
812
  msgid "Dear Pro User"
813
  msgstr "Lieber Pro Benutzer,"
814
 
815
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
816
  msgid ""
817
  "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
818
  "download the latest copy from"
820
  "WP Live Chat Support Pro erfordert WP Live Chat Support um zu funktionieren. "
821
  "Du kannst die letzte Version herunterladen von"
822
 
823
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:487
824
  msgid "Admin"
825
  msgstr "Administrator"
826
 
827
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:491
828
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:373
829
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:437
830
  msgid "Questions?"
831
  msgstr "Fragen?"
832
 
833
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:492
834
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:374
835
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:437
836
  msgid "Chat with us"
837
  msgstr "Chatten Sie mit uns!"
838
 
839
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:493
840
  msgid "Start live chat"
841
  msgstr "Live-Chat starten"
842
 
843
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:494
844
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:380
845
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:510
846
  msgid "Start Chat"
847
  msgstr "Chat starten"
848
 
849
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:495
850
  msgid "Connecting. Please be patient..."
851
  msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld ..."
852
 
853
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:496
854
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:389
855
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:520
856
  msgid "Reactivating your previous chat..."
857
  msgstr "Der vorherige Chat wird reaktiviert..."
858
 
859
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:497
860
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:314
861
  msgid "Chat offline. Leave a message"
862
  msgstr "Chat-Offline. Hinterlassen Sie eine Nachricht"
863
 
864
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:498
865
  msgid "Hello. Please input your details so that I may help you."
866
  msgstr ""
867
  "Hallo. Bitte geben Sie Ihre Daten ein, damit ich Ihnen weiterhelfen kann."
868
 
869
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:499
870
  msgid ""
871
  "We are currently offline. Please leave a message and we'll get back to you "
872
  "shortly."
874
  "Wir sind derzeit offline. Bitte hinterlassen Sie uns eine Nachricht und wir "
875
  "werden uns schnellstmöglich mit Ihnen in Verbindung setzen."
876
 
877
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:500
878
  msgid "Sending message..."
879
  msgstr "Versende Nachricht ..."
880
 
881
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:501
882
  msgid "Thank you for your message. We will be in contact soon."
883
  msgstr "Danke für Ihr Feedback. Wir werden Sie schnellstmöglich kontaktieren."
884
 
885
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:502
886
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:525
887
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:981
 
888
  msgid "Press ENTER to send your message"
889
  msgstr "ENTER drücken um die Nachricht zu senden"
890
 
891
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:503
892
  msgid "Welcome. How may I help you?"
893
  msgstr "Willkommen. Wie kann ich Ihnen behilflich sein?"
894
 
895
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:543
896
+ msgid "You are currently accepting chats"
897
+ msgstr "Sie haben einen eingehenden Chat."
898
+
899
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:544
900
+ msgid "You are not accepting chats"
901
+ msgstr "Sie haben einen eingehenden Chat."
902
+
903
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:592
904
  msgid "Delete History"
905
  msgstr "Historie"
906
 
907
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:601
908
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:888
909
  msgid "URL"
910
  msgstr "URL"
911
 
912
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:602
913
  msgid "Status"
914
  msgstr "Status"
915
 
916
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:603
917
  msgid "Action"
918
  msgstr "Aktion"
919
 
920
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:609
921
  msgid "No chats available at the moment"
922
  msgstr "Zur Zeit sind keine Chats aktiv"
923
 
924
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:617
925
  msgid "View Chat History"
926
  msgstr "WP Live Chat Historie"
927
 
928
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:770
929
  msgid "Minize Chat Window"
930
  msgstr "Chat-Fenster minimieren"
931
 
932
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:771
933
  msgid "Close Chat Window"
934
  msgstr "Chat-Fenster schliessen"
935
 
936
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:862
937
  msgid "Send message"
938
  msgstr "Sende Nachricht"
939
 
940
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:890
941
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:529
942
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:995
943
  msgid "Send"
944
  msgstr "Senden"
945
 
946
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
947
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1421
948
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
949
  msgstr ""
950
  "Bitte klicken Sie 'Starte Chat', um einen Chat mit einem Agenten zu "
951
  "initiieren"
952
 
953
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1047
954
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1445
955
  msgid "Your settings have been saved."
956
  msgstr "Ihre Einstellungen wurden gespeichert."
957
 
958
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1062
959
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:854
960
  msgid "Chat sessions"
961
  msgstr "Chat-Sitzung"
962
 
963
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1064
964
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:856
965
  msgid ""
966
  "Please note: This window must be open in order to receive new chat "
967
  "notifications."
969
  "Bitte beachten: Dieses Fenster muss geöffnet bleiben um Chat-"
970
  "Benachrichtigungen zu empfangen."
971
 
972
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
973
  msgid "Unknown"
974
  msgstr "Unbekannt"
975
 
976
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1174
977
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:948
 
 
 
 
 
978
  msgid "End chat"
979
  msgstr "Chat beenden"
980
 
981
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1179
982
  msgid "Attempting to open the chat window... Please be patient."
983
  msgstr "Versuche das Chat-Fenster zu öffnen... Bitte um etwas Geduld."
984
 
985
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1276
 
 
 
 
 
986
  msgid "This chat has already been answered. Please close the chat window"
987
  msgstr ""
988
  "Dieser Chat wurde bereits beantwortet. Bitte schließen Sie dieses Chat-"
989
  "Fenster."
990
 
991
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1344
992
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1107
993
  msgid "User has opened the chat window"
994
  msgstr "Benutzer hat das Chat-Fenster geöffnet"
995
 
996
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1349
997
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1112
998
  msgid "User has minimized the chat window"
999
  msgstr "Benutzer hat das Chat-Fenster minimiert"
1000
 
1001
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1354
1002
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1117
1003
  msgid "User has maximized the chat window"
1004
  msgstr "Benutzer hat das Chat-Fenster maximiert"
1005
 
1006
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1359
1007
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1122
1008
  msgid "User has closed and ended the chat"
1009
  msgstr "Benutzer hat das Chat-Fenster geschossen und den Chat beendet"
1010
 
1011
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1737
1012
  msgid ""
1013
  "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
1014
  "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
1017
  "\"?\" onclick=\"document.location.reload(); return false;\">Nochmal "
1018
  "versuchen</a>"
1019
 
1020
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1742
1021
  msgid "An unknown error occurred"
1022
  msgstr "Ein unbekannter Fehler ist aufgetreten"
1023
 
1024
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1869
1025
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:248
1026
  msgid "Live Chat"
1027
  msgstr "Live-Chat"
1028
 
1029
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1870
1030
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:249
1031
  msgid "Settings"
1032
  msgstr "Einstellungen"
1033
 
1034
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1871
1035
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1886
1036
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1897
1037
  msgid "Quick Responses"
1038
  msgstr "Schnell antworten"
1039
 
1040
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1873
1041
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:250
1042
  msgid "History"
1043
  msgstr "Historie"
1044
 
1045
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1874
1046
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:251
1047
  msgid "Missed Chats"
1048
  msgstr "Verpasste Chats"
1049
 
1050
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1876
1051
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
1052
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:252
1053
  msgid "Feedback"
1054
  msgstr "Feedback"
1055
 
1056
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1880
1057
  msgid "Error Log"
1058
  msgstr "Fehler Log"
1059
 
1060
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1887
1061
  msgid "Quick Response"
1062
  msgstr "Schnelle Antwort"
1063
 
1064
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1888
1065
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1891
1066
  msgid "New Quick Response"
1067
  msgstr "Neue schnelle Antwort"
1068
 
1069
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1889
1070
  msgid "Add New Quick Response"
1071
  msgstr "Fügen Sie eine neue schnelle Antwort hinzu"
1072
 
1073
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1890
1074
  msgid "Edit Quick Response"
1075
  msgstr "Bearbeiten Sie die schnelle Antwort"
1076
 
1077
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1892
1078
  msgid "All Quick Responses"
1079
  msgstr "Alle blitzschnellen Antworten "
1080
 
1081
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1893
1082
  msgid "View Quick Responses"
1083
  msgstr "Blitzschnelle Antworten anzeigen"
1084
 
1085
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1894
1086
  msgid "Search Quick Responses"
1087
  msgstr "Blitzschnelle Antworten suchen"
1088
 
1089
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1895
1090
  msgid "No Quick Responses found"
1091
  msgstr "Keine blitzschnellen Antworten gefunden"
1092
 
1093
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1896
1094
  msgid "No Quick Responses found in the Trash"
1095
  msgstr "Keine blitzschnellen Antworten im Papierkorb gefunden"
1096
 
1097
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1901
1098
  msgid "Quick Responses for WP Live Chat Support Pro"
1099
  msgstr "Blitzschnelle Antworten für WP Live Chat Support Pro"
1100
 
1101
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1956
1102
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1960
1103
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1104
  msgid "Assign Quick Response"
1105
  msgstr "Blitzschnelle Antwort zuweisen"
1106
 
1107
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1963
1108
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1109
  msgid "Select"
1110
  msgstr "Auswählen"
1111
 
1112
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1969
1113
  msgid "What is this?"
1114
  msgstr "Was ist das?"
1115
 
1116
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:566
1117
  msgid "complete"
1118
  msgstr "Beendet"
1119
 
1120
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:569
1121
  msgid "pending"
1122
  msgstr "in Warteschleife"
1123
 
1124
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:572
1125
  msgid "active"
1126
  msgstr "Aktiv"
1127
 
1128
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:575
1129
  msgid "deleted"
1130
  msgstr "Gelöscht"
1131
 
1132
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:578
1133
  msgid "browsing"
1134
  msgstr "surft"
1135
 
1136
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:581
1137
  msgid "requesting chat"
1138
  msgstr "Frage Chat an"
1139
 
1140
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:584
1141
  msgid "Chat Ended - User still browsing"
1142
  msgstr "Chat beendet - Benutzer surft noch"
1143
 
1144
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:587
1145
  msgid "User is browsing but doesn't want to chat"
1146
  msgstr "Benutzer surft aber will nicht chatten"
1147
 
1148
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:671
1149
  msgid "Get Pro Add-on to accept more chats"
1150
  msgstr "Holen Sie sich das Pro Add-on und akzeptieren mehrere Chats"
1151
 
1152
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:915
1153
  msgid "You have not missed any chat requests."
1154
  msgstr "Sie haben keine Chat-Anfragen verpasst."
1155
 
1183
  msgstr "Agenten"
1184
 
1185
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
1186
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:62
1187
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:124
1188
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:140
1189
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:183
1190
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
1191
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:215
1192
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:231
1193
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:248
1194
  msgid "available in the"
1195
  msgstr "verfügbar in"
1196
 
1197
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
1198
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
1199
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
1200
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:141
1201
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
1202
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
1203
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
1204
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
1205
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:249
1206
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:303
1207
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:317
1208
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:393
1209
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1210
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1211
  msgid "Pro Add-on"
1212
  msgstr "Pro Add-on"
1213
 
1214
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
1215
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
1216
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
1217
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
1218
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:185
1219
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
1220
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:217
1221
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:233
1222
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
1223
  msgid "only"
1224
  msgstr "nur"
1225
 
1226
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
1227
  msgid " once off. Updates included forever."
1228
  msgstr "einmalig. Updates sind für immer enthalten."
1229
 
1230
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:302
1231
  msgid "Get offline messages with the "
1232
  msgstr "Erhalte Offline-Nachrichten mit dem"
1233
 
1234
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:311
1235
  msgid "Offline text"
1236
  msgstr "Offline-Text"
1237
 
1238
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:316
1239
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:392
1240
  msgid "Edit these text fields using the "
1241
  msgstr "Bearbeiten Sie diese Textfelder mittels"
1242
 
1243
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1244
+ msgid "Choose a colour scheme. Only available in the"
1245
+ msgstr "Diese Option ist verfügbar in der"
1246
+
1247
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1248
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
1249
+ msgid "Pro add-on"
1250
+ msgstr "Pro Add-on"
1251
+
1252
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:346
1253
+ msgid "Colour Scheme 1"
1254
+ msgstr ""
1255
+
1256
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:347
1257
+ msgid "Colour Scheme 2"
1258
+ msgstr ""
1259
+
1260
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:348
1261
+ msgid "Colour Scheme 3"
1262
+ msgstr ""
1263
+
1264
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:349
1265
+ msgid "Colour Scheme 4"
1266
+ msgstr ""
1267
+
1268
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:350
1269
+ msgid "Colour Scheme 5"
1270
+ msgstr ""
1271
+
1272
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:351
1273
+ msgid "Colour Scheme 6"
1274
+ msgstr ""
1275
+
1276
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:371
1277
  msgid "First section text"
1278
  msgstr "Text erste Sektion"
1279
 
1280
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:378
1281
  msgid "Second section text"
1282
  msgstr "Text zweite Sektion"
1283
 
1284
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:381
1285
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:517
1286
  msgid "Connecting you to a sales person. Please be patient."
1287
  msgstr "Sie werden mit einem Mitarbeiter verbunden. Bitte um etwas Geduld."
1288
 
1289
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:387
1290
  msgid "Reactivate chat section text"
1291
  msgstr "Text für reaktivierten Chat"
1292
 
1293
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:404
1294
  msgid "Multiple Agents"
1295
  msgstr "Mehrere Agenten"
1296
 
1297
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1298
  msgid "Get"
1299
  msgstr "Holen Sie sich"
1300
 
1301
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1302
  msgid "Multiple agent support"
1303
  msgstr "Mehrfach-Agenten Unterstützung"
1304
 
1305
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
1306
+ msgid "Get a variety of animations in the "
1307
+ msgstr ""
1308
+
1309
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:436
1310
+ msgid "Choose an animation (Pro Only)"
1311
+ msgstr ""
1312
+
1313
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
1314
  msgid "Welcome to "
1315
  msgstr "Willkommen zu"
1358
  msgid "Skip"
1359
  msgstr "Überspringen"
1360
 
1361
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:217
1362
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1253
1363
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1364
  msgstr ""
1365
  "Bitte klicken Sie \\ 'Start Chat \\', um einen Chat mit einem Agenten zu "
1366
  "initiieren"
1367
 
1368
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:447
1369
  msgid "Start Live Chat"
1370
  msgstr "Live-Chat starten"
1371
 
1372
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
1373
  msgid ""
1374
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1375
  "strong>. Please"
1377
  "Sie verwenden eine veraltete Version von <strong>WP Live Chat Support "
1378
  "Pro<strong>. Bitte"
1379
 
1380
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:802
1381
  msgid ""
1382
  "You're live chat box on your website has been temporarily disabled until the "
1383
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
1387
  "Plugin aktualisiert wird. Dies geschieht, um einen reibungslose und "
1388
  "stressfreie Nutzererfahrung für sich und Ihre Besucher sicherzustellen."
1389
 
1390
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:803
1391
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
1392
  msgid ""
1393
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
1394
  "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
1398
  "href='./plugins.php'>hier</a> oder <a href='http://wp-livechat.com/get-"
1399
  "updated-version/' target='_BLANK'>hier</a>."
1400
 
1401
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:814
1402
  msgid ""
1403
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1404
  "strong>."
1406
  "Sie verwenden eine veraltete Version von <strong>WP Live Chat Support "
1407
  "Pro<strong>."
1408
 
1409
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:816
1410
  msgid "Please update to the latest version of WP Live Chat Support Pro"
1411
  msgstr "Bitte auf die aktuellste WP Live Chat Support Pro"
1412
 
1413
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:817
1414
+ msgid "Version 4.4.5"
1415
  msgstr "Version 4.4.4"
1416
 
1417
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
1418
+ msgid "to take advantage of chat window transitions and colour schemes."
1419
  msgstr "aktualisieren um die Vorteile des neuen Dashboard-Layouts zu bekommen."
1420
 
1421
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:845
1422
  msgid "Experiencing problems with the plugin?"
1423
  msgstr "Sie haben Probleme mit dem Plugin?"
1424
 
1425
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:847
1426
  msgid "Review the documentation."
1427
  msgstr "Lesen Sie die Dokumentation"
1428
 
1429
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:848
1430
  msgid "Or ask a question on our"
1431
  msgstr "oder stellen Sie eine Frage an unser"
1432
 
1433
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:848
1434
  msgid "Support forum."
1435
  msgstr "Support Forum"
1436
 
1437
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:876
1438
  msgid "With the Pro add-on of WP Live Chat Support, you can"
1439
  msgstr "Mit dem Pro add-on von WP Live Chat Support können Sie"
1440
 
1441
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:877
1442
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:878
1443
  msgid "see who's online and initiate chats"
1444
  msgstr "beobachten wer online ist und Chats"
1445
 
1446
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:879
1447
  msgid "with your online visitors with the click of a button."
1448
  msgstr "mit Ihren Besuchern über einen Knopfdruck starten"
1449
 
1450
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:880
1451
  msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
1452
  msgstr ""
1453
  "Kaufen Sie das Pro add-on jetzt für nur $19,95. Kostenlose Updates für "
1454
  "IMMER. "
1455
 
1456
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:882
1457
  msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
1458
  msgstr ""
1459
  "Kaufen Sie das Pro add-on jetzt für nur $19,95. Kostenlose Updates sind "
1460
  "dauerhaft inkludiert."
1461
 
1462
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:934
1463
+ msgid "Previous"
1464
+ msgstr "Vorherig"
1465
+
1466
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:936
1467
+ msgid "Active"
1468
+ msgstr "Aktiv"
1469
+
1470
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:945
1471
+ msgid "Chat with"
1472
+ msgstr "Chatten mit"
1473
+
1474
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1475
  msgid "Add Quick Responses to your Live Chat"
1476
  msgstr "Fügen Sie blitzschnelle Antworten zu Ihrem Live-Chat"
1477
 
1478
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1479
  msgid "Pro version only"
1480
  msgstr "Nur Pro-Version"
1481
 
1482
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:993
1483
  msgid "type here..."
1484
  msgstr "antworten Sie hier ..."
1485
 
1486
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1356
1487
  msgid "WP Live Chat History"
1488
  msgstr "WP Live Chat Historie"
1489
 
1490
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1491
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1492
  msgid "This option is only available in the "
1493
  msgstr "Diese Option ist verfügbar in der"
1494
 
1495
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1496
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1497
  msgid "Get it now for only $19.95 once off!"
1498
  msgstr "Jetzt einmalig für nur $ 19.95!"
1499
 
1500
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1365
1501
  msgid "WP Live Chat Missed Chats"
1502
  msgstr "WP Live Chat Historie"
1503
 
1504
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1372
1505
  msgid "WP Live Chat Offline Messages"
1506
  msgstr "WP Live Chat Support - Offline-Nachricht von"
1507
 
1508
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1377
1509
  msgid ""
1510
  "Please update to the latest version of WP Live Chat Support Pro to start "
1511
  "recording any offline messages."
1513
  "Bitte aktualisieren Sie auf die aktuelle Version von WP Live Chat Support "
1514
  "Pro um offline Nachrichten angezeigt zu bekommen."
1515
 
1516
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1460
1517
  msgid "Thank You for your feedback!"
1518
  msgstr "Danke für Ihr Feedback!"
1519
 
1520
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1464
1521
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1477
1522
  msgid "Thank you for your feedback. We will be in touch soon"
1523
  msgstr "Danke für Ihr Feedback. Wir melden uns bald"
1524
 
1525
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1480
1526
  msgid "There was a problem sending your feedback. Please log your feedback on "
1527
  msgstr ""
1528
  "Es gab ein Problem beim senden Ihres Feedbacks. Bitte tragen Sie Ihr "
1529
  "Feedback ein unter"
1530
 
1531
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1513
1532
+ msgid ""
1533
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
1534
+ "issues while using WP Live Chat Support as a result of this. Please get in "
1535
+ "contact your host to get this function enabled."
1536
+ msgstr ""
1537
+
1538
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1519
1539
+ msgid ""
1540
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
1541
+ "using WP Live Chat Support as a result of this. Please contact your host to "
1542
+ "get safe mode disabled."
1543
+ msgstr ""
1544
+
1545
+ #~ msgid "Awaiting"
1546
+ #~ msgstr "Erwarte"
1547
+
1548
  #~ msgid "New Quick Responsse"
1549
  #~ msgstr "Neue schnelle Antwort"
1550
 
1554
  #~ msgid "Chat has been Accepted By Chat Agent "
1555
  #~ msgstr "Der Chat wurde durch den Chat Agenten akzeptiert"
1556
 
 
 
 
1557
  #~ msgid "IP"
1558
  #~ msgstr "IP"
1559
 
languages/wplivechat-en_EN.mo CHANGED
Binary file
languages/wplivechat-en_EN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
- "POT-Creation-Date: 2015-01-21 10:07+0200\n"
5
- "PO-Revision-Date: 2015-01-21 10:07+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en\n"
@@ -18,168 +18,222 @@ msgstr ""
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:229
22
  msgid "Admin has closed and ended the chat"
23
  msgstr ""
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:253
27
  msgid "There is No Answer. Please Try Again Later"
28
  msgstr ""
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-pro/functions-pro.php:101
32
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:171
33
- msgid "User Data"
34
- msgstr ""
35
-
36
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:24
37
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:102
38
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
39
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:582
40
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:542
41
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:706
42
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:745
43
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:172
44
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:826
45
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:152
46
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:386
47
- msgid "Name"
48
  msgstr ""
49
 
50
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:25
51
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:103
52
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
53
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:583
54
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:543
55
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:707
56
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:746
57
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:173
58
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:827
59
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:387
60
- msgid "Email"
61
  msgstr ""
62
 
63
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:26
64
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:104
65
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:544
66
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:174
67
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:828
68
- msgid "URL"
69
  msgstr ""
70
 
71
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:27
72
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:105
73
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:545
74
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:175
75
- msgid "Status"
 
76
  msgstr ""
77
 
78
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:28
79
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:106
80
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:546
81
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:176
82
- msgid "Action"
 
83
  msgstr ""
84
 
85
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:46
86
- msgid "Initiate Chat"
 
 
 
 
87
  msgstr ""
88
 
89
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:48
90
- msgid "You must be a chat agent to initiate chats"
 
 
 
 
91
  msgstr ""
92
 
93
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  msgid "No visitors on-line at the moment"
95
  msgstr ""
96
 
97
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:112
98
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:182
99
  msgid "No chat sessions available at the moment"
100
  msgstr ""
101
 
102
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:132
103
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:200
 
 
 
 
 
104
  msgid "Accept Chat"
105
  msgstr ""
106
 
107
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:135
 
 
 
 
 
 
 
 
 
 
108
  msgid "You must be a chat agent to answer chats"
109
  msgstr ""
110
 
111
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:142
112
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:205
113
  msgid "Open Chat Window"
114
  msgstr ""
115
 
116
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:145
 
 
 
 
 
 
 
 
 
 
117
  msgid "Chat has been answered by another agent"
118
  msgstr ""
119
 
120
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:148
121
- msgid "Chat has been Accepted By Chat Agent "
122
  msgstr ""
123
 
124
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:177
125
  msgid "WP Live Chat Support - Offline Message from "
126
  msgstr ""
127
 
128
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
129
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:584
130
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  msgid "Message"
132
  msgstr ""
133
 
134
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
135
  msgid "Via WP Live Chat Support"
136
  msgstr ""
137
 
138
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:226
139
  msgid "Alert: Someone wants to chat with you on "
140
  msgstr ""
141
 
142
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
143
  msgid "Someone wants to chat with you on your website"
144
  msgstr ""
145
 
146
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
147
  msgid "Log in"
148
  msgstr ""
149
 
150
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:382
151
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:397
 
152
  msgid "Chat Agent"
153
  msgstr ""
154
 
155
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:387
 
156
  msgid "Make this user a chat agent"
157
  msgstr ""
158
 
159
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:401
160
  msgid "Your user role does not allow you to make yourself a chat agent."
161
  msgstr ""
162
 
163
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:402
164
  msgid "Please contact the administrator of this website to change this."
165
  msgstr ""
166
 
167
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:482
168
  msgid "Chat Agent Online"
169
  msgstr ""
170
 
171
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:484
172
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:489
173
  msgid "Chat Agents Online"
174
  msgstr ""
175
 
176
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:581
177
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:541
178
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:825
179
  msgid "Date"
180
  msgstr ""
181
 
182
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:598
183
  msgid "You have not received any offline messages."
184
  msgstr ""
185
 
@@ -188,674 +242,895 @@ msgstr ""
188
  msgid "WP Live Chat Support Settings"
189
  msgstr ""
190
 
191
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
192
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
193
  msgid "General Settings"
194
  msgstr ""
195
 
196
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
197
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
198
  msgid "Chat Box"
199
  msgstr ""
200
 
201
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
202
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
203
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1720
204
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
205
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:258
206
  msgid "Offline Messages"
207
  msgstr ""
208
 
209
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:35
210
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:339
211
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
212
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:304
213
  msgid "Styling"
214
  msgstr ""
215
 
216
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
217
  msgid "Chat Agents"
218
  msgstr ""
219
 
220
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
221
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:26
 
 
 
 
 
 
 
 
 
 
 
 
222
  msgid "Main Settings"
223
  msgstr ""
224
 
225
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
226
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:29
227
  msgid "Chat enabled"
228
  msgstr ""
229
 
230
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:45
231
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:32
232
  msgid "Yes"
233
  msgstr ""
234
 
235
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:46
236
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
237
  msgid "No"
238
  msgstr ""
239
 
240
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:52
241
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Hide Chat"
243
  msgstr ""
244
 
245
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:53
246
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
247
  msgid "Hides chat for 24hrs when user clicks X"
248
  msgstr ""
249
 
250
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:61
251
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
252
  msgid "Require Name And Email"
253
  msgstr ""
254
 
255
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:62
256
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
257
  msgid ""
258
  "Users will have to enter their Name and Email Address when starting a chat"
259
  msgstr ""
260
 
261
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:70
262
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
263
  msgid "Input Field Replacement Text"
264
  msgstr ""
265
 
266
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:71
267
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:66
268
  msgid "This is the text that will show in place of the Name And Email fields"
269
  msgstr ""
270
 
271
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:79
272
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:74
273
  msgid "Use Logged In User Details"
274
  msgstr ""
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:80
277
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:75
278
  msgid ""
279
  "A user's Name and Email Address will be used by default if they are logged "
280
  "in."
281
  msgstr ""
282
 
283
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:88
284
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:83
285
  msgid "Enable On Mobile Devices"
286
  msgstr ""
287
 
288
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:89
289
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:84
290
  msgid ""
291
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
292
  "devices. (Smartphones and Tablets)"
293
  msgstr ""
294
 
295
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
296
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:92
 
 
 
 
 
 
 
 
 
 
297
  msgid "Include chat window on the following pages:"
298
  msgstr ""
299
 
300
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:98
301
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:93
302
  msgid ""
303
  "Show the chat window on the following pages. Leave blank to show on all. "
304
  "(Use comma-separated Page ID's)"
305
  msgstr ""
306
 
307
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:102
308
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:112
309
  msgid ""
310
  "Do not include and exclude pages at the same time. Please only use one or "
311
  "the other"
312
  msgstr ""
313
 
314
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:107
315
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:108
316
  msgid "Exclude chat window on the following pages:"
317
  msgstr ""
318
 
319
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:108
320
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
321
  msgid ""
322
  "Do not show the chat window on the following pages. Leave blank to show on "
323
  "all. (Use comma-separated Page ID's)"
324
  msgstr ""
325
 
326
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:122
327
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
 
 
 
 
 
 
 
 
 
 
328
  msgid "Chat Window Settings"
329
  msgstr ""
330
 
331
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:125
332
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:130
333
  msgid "Chat box alignment"
334
  msgstr ""
335
 
336
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:128
337
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:133
338
  msgid "Bottom left"
339
  msgstr ""
340
 
341
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
342
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:134
343
  msgid "Bottom right"
344
  msgstr ""
345
 
346
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:130
347
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
348
  msgid "Left"
349
  msgstr ""
350
 
351
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:131
352
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:136
353
  msgid "Right"
354
  msgstr ""
355
 
356
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:137
357
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
358
  msgid "Auto Pop-up"
359
  msgstr ""
360
 
361
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:141
362
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:146
363
  msgid ""
364
  "Expand the chat box automatically (prompts the user to enter their name and "
365
  "email address)."
366
  msgstr ""
367
 
368
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:147
369
  msgid "Name "
370
  msgstr ""
371
 
372
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:161
373
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:168
374
  msgid "Picture"
375
  msgstr ""
376
 
377
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:169
378
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:171
379
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:187
380
  msgid "Upload Image"
381
  msgstr ""
382
 
383
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:171
384
  msgid "Remove Image"
385
  msgstr ""
386
 
387
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:172
388
  msgid "Recomended Size 40px x 40px"
389
  msgstr ""
390
 
391
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:178
392
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
393
  msgid "Logo"
394
  msgstr ""
395
 
396
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:186
397
  msgid "Upload Logo"
398
  msgstr ""
399
 
400
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:188
401
  msgid "Remove Logo"
402
  msgstr ""
403
 
404
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:189
405
  msgid "Recomended Size 250px x 40px"
406
  msgstr ""
407
 
408
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:195
409
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
410
  msgid "Chat delay (seconds)"
411
  msgstr ""
412
 
413
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:198
414
  msgid "how long it takes for your chat window to pop up"
415
  msgstr ""
416
 
417
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:204
418
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
419
  msgid "Chat notifications"
420
  msgstr ""
421
 
422
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:208
423
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:220
424
  msgid "Alert me via email as soon as someone wants to chat"
425
  msgstr ""
426
 
427
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
428
  msgid "(while online only)"
429
  msgstr ""
430
 
431
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:214
432
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
433
  msgid "Display name and avatar in chat"
434
  msgstr ""
435
 
436
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:220
437
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:238
438
  msgid "Display the agent and user name above each message in the chat window."
439
  msgstr ""
440
 
441
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:225
442
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:243
443
  msgid "Only show the chat window to users that are logged in"
444
  msgstr ""
445
 
446
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:233
447
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:251
448
  msgid ""
449
  "By checking this, only users that are logged in will be able to chat with "
450
  "you."
451
  msgstr ""
452
 
453
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:245
454
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:262
455
  msgid "Do not allow users to send offline messages"
456
  msgstr ""
457
 
458
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:253
459
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:266
460
  msgid ""
461
  "The chat window will be hidden when it is offline. Users will not be able to "
462
  "send offline messages to you"
463
  msgstr ""
464
 
465
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:258
466
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:271
467
  msgid "Email Address"
468
  msgstr ""
469
 
470
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:262
471
  msgid "Email address where offline messages are delivered to"
472
  msgstr ""
473
 
474
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:270
 
 
 
 
 
475
  msgid "Sending Method"
476
  msgstr ""
477
 
478
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
479
  msgid "WP Mail"
480
  msgstr ""
481
 
482
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:272
483
  msgid "PHP Mailer"
484
  msgstr ""
485
 
486
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:284
487
  msgid "Host"
488
  msgstr ""
489
 
490
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
491
  msgid "Port"
492
  msgstr ""
493
 
494
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:300
495
  msgid "Username"
496
  msgstr ""
497
 
498
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:308
499
  msgid "Password"
500
  msgstr ""
501
 
502
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:317
503
  msgid "Offline Chat Box Title"
504
  msgstr ""
505
 
506
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:325
507
  msgid "Offline Text Fields"
508
  msgstr ""
509
 
510
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:342
511
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:307
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
512
  msgid "Chat box fill color"
513
  msgstr ""
514
 
515
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:348
516
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:313
517
  msgid "Chat box font color"
518
  msgstr ""
519
 
520
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:354
521
  msgid "First Section Text"
522
  msgstr ""
523
 
524
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:363
525
  msgid "Intro Text"
526
  msgstr ""
527
 
528
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:369
529
  msgid "Second Section Text"
530
  msgstr ""
531
 
532
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:376
533
  msgid "Reactivate Chat Section Text"
534
  msgstr ""
535
 
536
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:384
537
  msgid "User chat welcome"
538
  msgstr ""
539
 
540
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
541
  msgid "Other text"
542
  msgstr ""
543
 
544
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:408
 
 
 
 
545
  msgid "Current Users that are Chat Agents"
546
  msgstr ""
547
 
548
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:413
549
  msgid ""
550
  "To add or remove a user as a chat agent, go into the users profile and "
551
  "select the checkbox Chat Agent and click save."
552
  msgstr ""
553
 
554
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:414
555
  msgid "If there are no chat agents online, the chat will show as offline"
556
  msgstr ""
557
 
558
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:418
559
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:357
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
560
  msgid "Save Settings"
561
  msgstr ""
562
 
563
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:423
564
  msgid "Dear User"
565
  msgstr ""
566
 
567
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:424
568
  msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
569
  msgstr ""
570
 
571
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:424
572
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:684
573
  msgid "update to at least version"
574
  msgstr ""
575
 
576
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:424
577
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:684
578
  msgid "to ensure all functionality is in working order"
579
  msgstr ""
580
 
581
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:425
582
  msgid ""
583
  "You're live chat box on your website has been temporarily disabled until the "
584
  "basic plugin has been updated. This is to ensure a smooth and hassle-free "
585
  "user experience for both yourself and your visitors."
586
  msgstr ""
587
 
588
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:426
589
  msgid ""
590
  "You can update your plugin <a href='./update-core.php'>here</a> or <a "
591
  "href='./plugins.php'>here</a>."
592
  msgstr ""
593
 
594
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:427
595
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:687
 
596
  msgid "If you are having difficulty updating the plugin, please contact"
597
  msgstr ""
598
 
599
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:440
600
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:683
 
601
  msgid "Dear Pro User"
602
  msgstr ""
603
 
604
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:441
605
  msgid ""
606
  "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
607
  "download the latest copy from"
608
  msgstr ""
609
 
610
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
611
  msgid "No chats available at the moment"
612
  msgstr ""
613
 
614
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:657
 
 
 
 
615
  msgid "Minize Chat Window"
616
  msgstr ""
617
 
618
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:658
619
  msgid "Close Chat Window"
620
  msgstr ""
621
 
622
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:749
623
  msgid "Send message"
624
  msgstr ""
625
 
626
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:777
627
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:422
628
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:834
629
  msgid "Send"
630
  msgstr ""
631
 
632
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:817
633
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1229
634
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
635
  msgstr ""
636
 
637
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:914
638
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1240
639
  msgid "Your settings have been saved."
640
  msgstr ""
641
 
642
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:928
 
643
  msgid "Chat sessions"
644
  msgstr ""
645
 
646
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:938
 
647
  msgid ""
648
  "Please note: This window must be open in order to receive new chat "
649
  "notifications."
650
  msgstr ""
651
 
652
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:943
653
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:737
654
- msgid "Visitors on site"
 
655
  msgstr ""
656
 
657
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1012
658
  msgid "Unknown"
659
  msgstr ""
660
 
661
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1020
662
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:787
663
  msgid "End chat"
664
  msgstr ""
665
 
666
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1025
667
  msgid "Attempting to open the chat window... Please be patient."
668
  msgstr ""
669
 
670
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1048
671
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:803
672
- msgid "Site Info"
673
- msgstr ""
674
-
675
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1050
676
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:805
677
- msgid "Chat initiated on:"
678
- msgstr ""
679
-
680
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1054
681
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:809
682
- msgid "Advanced Info"
683
- msgstr ""
684
-
685
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1056
686
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:811
687
- msgid "Browser:"
688
- msgstr ""
689
-
690
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1057
691
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:812
692
- msgid "IP Address:"
693
- msgstr ""
694
-
695
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1122
696
  msgid "This chat has already been answered. Please close the chat window"
697
  msgstr ""
698
 
699
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1190
700
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:937
701
  msgid "User has opened the chat window"
702
  msgstr ""
703
 
704
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1195
705
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:942
706
  msgid "User has minimized the chat window"
707
  msgstr ""
708
 
709
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1200
710
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:947
711
  msgid "User has maximized the chat window"
712
  msgstr ""
713
 
714
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1205
715
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:952
716
  msgid "User has closed and ended the chat"
717
  msgstr ""
718
 
719
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1582
720
  msgid ""
721
  "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
722
  "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
723
  msgstr ""
724
 
725
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1587
726
  msgid "An unknown error occurred"
727
  msgstr ""
728
 
729
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1714
730
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:215
731
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:718
732
  msgid "Live Chat"
733
  msgstr ""
734
 
735
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1715
736
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:216
737
  msgid "Settings"
738
  msgstr ""
739
 
740
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1716
741
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1731
742
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1742
743
  msgid "Quick Responses"
744
  msgstr ""
745
 
746
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1718
747
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:217
748
  msgid "History"
749
  msgstr ""
750
 
751
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1719
752
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:218
753
  msgid "Missed Chats"
754
  msgstr ""
755
 
756
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1721
757
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
758
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:219
759
  msgid "Feedback"
760
  msgstr ""
761
 
762
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1725
763
  msgid "Error Log"
764
  msgstr ""
765
 
766
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1732
 
 
 
 
 
 
767
  msgid "Quick Response"
768
  msgstr ""
769
 
770
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1733
771
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1736
772
  msgid "New Quick Response"
773
  msgstr ""
774
 
775
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1734
776
  msgid "Add New Quick Response"
777
  msgstr ""
778
 
779
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1735
780
  msgid "Edit Quick Response"
781
  msgstr ""
782
 
783
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1737
784
  msgid "All Quick Responses"
785
  msgstr ""
786
 
787
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1738
788
  msgid "View Quick Responses"
789
  msgstr ""
790
 
791
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1739
792
  msgid "Search Quick Responses"
793
  msgstr ""
794
 
795
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1740
796
  msgid "No Quick Responses found"
797
  msgstr ""
798
 
799
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1741
800
  msgid "No Quick Responses found in the Trash"
801
  msgstr ""
802
 
803
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1746
804
  msgid "Quick Responses for WP Live Chat Support Pro"
805
  msgstr ""
806
 
807
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1801
808
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1805
809
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
810
  msgid "Assign Quick Response"
811
  msgstr ""
812
 
813
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1808
814
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
815
  msgid "Select"
816
  msgstr ""
817
 
818
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1814
819
  msgid "What is this?"
820
  msgstr ""
821
 
822
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:524
823
  msgid "complete"
824
  msgstr ""
825
 
826
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:527
827
  msgid "pending"
828
  msgstr ""
829
 
830
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:530
831
  msgid "active"
832
  msgstr ""
833
 
834
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:533
835
  msgid "deleted"
836
  msgstr ""
837
 
838
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:536
839
  msgid "browsing"
840
  msgstr ""
841
 
842
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:539
843
  msgid "requesting chat"
844
  msgstr ""
845
 
846
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:542
847
  msgid "Chat Ended - User still browsing"
848
  msgstr ""
849
 
850
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:545
851
  msgid "User is browsing but doesn't want to chat"
852
  msgstr ""
853
 
854
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:611
855
  msgid "Get Pro Add-on to accept more chats"
856
  msgstr ""
857
 
858
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:855
859
  msgid "You have not missed any chat requests."
860
  msgstr ""
861
 
@@ -887,114 +1162,156 @@ msgstr ""
887
  msgid "Agents"
888
  msgstr ""
889
 
890
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
891
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:99
892
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:115
893
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:158
894
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:174
895
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:190
896
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:206
897
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:223
 
898
  msgid "available in the"
899
  msgstr ""
900
 
901
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
902
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
903
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:116
904
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
905
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:175
906
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:191
907
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:207
908
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:224
909
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:278
910
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:292
911
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
912
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1185
913
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1206
 
 
914
  msgid "Pro Add-on"
915
  msgstr ""
916
 
917
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
918
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:101
919
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:117
920
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:160
921
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:176
922
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:192
923
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:208
924
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:225
 
925
  msgid "only"
926
  msgstr ""
927
 
928
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:49
929
  msgid " once off. Updates included forever."
930
  msgstr ""
931
 
932
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:277
933
  msgid "Get offline messages with the "
934
  msgstr ""
935
 
936
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:286
937
  msgid "Offline text"
938
  msgstr ""
939
 
940
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:291
941
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:341
942
  msgid "Edit these text fields using the "
943
  msgstr ""
944
 
945
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:320
946
- msgid "First section text"
947
  msgstr ""
948
 
949
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:322
950
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:338
951
- msgid "Questions?"
952
  msgstr ""
953
 
954
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:323
955
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:338
956
- msgid "Chat with us"
957
  msgstr ""
958
 
959
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:327
960
- msgid "Second section text"
961
  msgstr ""
962
 
963
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:329
964
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:403
965
- msgid "Start Chat"
966
  msgstr ""
967
 
968
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:330
969
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:410
970
- msgid "Connecting you to a sales person. Please be patient."
971
  msgstr ""
972
 
973
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:336
974
- msgid "Reactivate chat section text"
975
  msgstr ""
976
 
977
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:338
978
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:413
979
- msgid "Reactivating your previous chat..."
980
  msgstr ""
981
 
982
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
983
  msgid "Multiple Agents"
984
  msgstr ""
985
 
986
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:354
987
  msgid "Get"
988
  msgstr ""
989
 
990
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:354
991
  msgid "Multiple agent support"
992
  msgstr ""
993
 
 
 
 
 
 
 
 
 
 
 
 
 
 
994
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
995
  msgid "Welcome to "
996
  msgstr ""
997
 
 
 
 
 
 
 
 
 
 
 
 
 
998
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
999
  msgid "WordPress.org plugin repository "
1000
  msgstr ""
@@ -1027,118 +1344,275 @@ msgstr ""
1027
  msgid "Skip"
1028
  msgstr ""
1029
 
1030
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:188
1031
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1075
1032
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1033
  msgstr ""
1034
 
1035
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:348
1036
  msgid "Start Live Chat"
1037
  msgstr ""
1038
 
1039
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:418
1040
- msgid "Press ENTER to send your message"
1041
- msgstr ""
1042
-
1043
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:684
1044
  msgid ""
1045
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1046
  "strong>. Please"
1047
  msgstr ""
1048
 
1049
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:685
1050
  msgid ""
1051
  "You're live chat box on your website has been temporarily disabled until the "
1052
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
1053
  "experience for both yourself and your visitors."
1054
  msgstr ""
1055
 
1056
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:686
 
1057
  msgid ""
1058
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
1059
  "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
1060
  "version/' target='_BLANK'>here</a>."
1061
  msgstr ""
1062
 
1063
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:712
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1064
  msgid "Experiencing problems with the plugin?"
1065
  msgstr ""
1066
 
1067
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:714
1068
  msgid "Review the documentation."
1069
  msgstr ""
1070
 
1071
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:715
1072
  msgid "Or ask a question on our"
1073
  msgstr ""
1074
 
1075
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:738
 
 
 
 
1076
  msgid "With the Pro add-on of WP Live Chat Support, you can"
1077
  msgstr ""
1078
 
1079
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:738
 
1080
  msgid "see who's online and initiate chats"
1081
  msgstr ""
1082
 
1083
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:738
1084
  msgid "with your online visitors with the click of a button."
1085
  msgstr ""
1086
 
1087
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:738
1088
  msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
1089
  msgstr ""
1090
 
1091
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:738
1092
  msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
1093
  msgstr ""
1094
 
1095
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:782
1096
  msgid "Previous"
1097
  msgstr ""
1098
 
1099
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:782
1100
  msgid "Active"
1101
  msgstr ""
1102
 
1103
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
 
 
 
 
1104
  msgid "Add Quick Responses to your Live Chat"
1105
  msgstr ""
1106
 
1107
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
1108
  msgid "Pro version only"
1109
  msgstr ""
1110
 
1111
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:832
1112
  msgid "type here..."
1113
  msgstr ""
1114
 
1115
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1180
1116
  msgid "WP Live Chat History"
1117
  msgstr ""
1118
 
1119
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1190
 
 
 
 
 
 
 
 
 
 
1120
  msgid "WP Live Chat Missed Chats"
1121
  msgstr ""
1122
 
1123
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1197
1124
  msgid "WP Live Chat Offline Messages"
1125
  msgstr ""
1126
 
1127
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1202
1128
  msgid ""
1129
  "Please update to the latest version of WP Live Chat Support Pro to start "
1130
  "recording any offline messages."
1131
  msgstr ""
1132
 
1133
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1255
1134
  msgid "Thank You for your feedback!"
1135
  msgstr ""
1136
 
1137
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1259
1138
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1272
1139
  msgid "Thank you for your feedback. We will be in touch soon"
1140
  msgstr ""
1141
 
1142
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1276
1143
  msgid "There was a problem sending your feedback. Please log your feedback on "
1144
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2015-03-16 07:56+0200\n"
5
+ "PO-Revision-Date: 2015-03-16 07:57+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en\n"
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 ""
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 ""
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 ""
34
 
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:40
36
+ msgid "Initiate Chat"
 
 
 
 
 
 
 
 
 
37
  msgstr ""
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 ""
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:1118
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 ""
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:1120
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 ""
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:1157
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 ""
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:1159
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 ""
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:1163
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 ""
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:1165
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 ""
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:1166
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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:599
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:767
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:801
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:499
167
+ msgid "Name"
168
+ msgstr ""
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:600
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:768
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:802
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:500
177
+ msgid "Email"
178
+ msgstr ""
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:803
183
  msgid "Message"
184
  msgstr ""
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 ""
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 ""
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 ""
197
 
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
199
  msgid "Log in"
200
  msgstr ""
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 ""
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 ""
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 ""
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
 
221
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:634
222
  msgid "Chat Agent Online"
223
  msgstr ""
224
 
225
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:636
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:641
227
  msgid "Chat Agents Online"
228
  msgstr ""
229
 
230
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:732
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:598
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:885
233
  msgid "Date"
234
  msgstr ""
235
 
236
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:749
237
  msgid "You have not received any offline messages."
238
  msgstr ""
239
 
242
  msgid "WP Live Chat Support Settings"
243
  msgstr ""
244
 
245
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
246
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
247
  msgid "General Settings"
248
  msgstr ""
249
 
250
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
251
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
252
  msgid "Chat Box"
253
  msgstr ""
254
 
255
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:262
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1843
258
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:284
260
  msgid "Offline Messages"
261
  msgstr ""
262
 
263
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:361
265
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:339
267
  msgid "Styling"
268
  msgstr ""
269
 
270
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:35
271
  msgid "Chat Agents"
272
  msgstr ""
273
 
274
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:552
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:24
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
278
+ msgid "Animations"
279
+ msgstr ""
280
+
281
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:37
282
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:25
283
+ msgid "Blocked Visitors"
284
+ msgstr ""
285
+
286
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:40
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:28
288
  msgid "Main Settings"
289
  msgstr ""
290
 
291
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:43
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:31
293
  msgid "Chat enabled"
294
  msgstr ""
295
 
296
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:46
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:34
298
  msgid "Yes"
299
  msgstr ""
300
 
301
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:47
302
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:35
303
  msgid "No"
304
  msgstr ""
305
 
306
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:52
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
308
+ msgid "Choose when I want to be online"
309
+ msgstr ""
310
+
311
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:55
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:41
313
+ msgid ""
314
+ "Checking this will allow you to change your status to \"Online\" or \"Offline"
315
+ "\" on the \"Live Chat\" page."
316
+ msgstr ""
317
+
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
320
  msgid "Hide Chat"
321
  msgstr ""
322
 
323
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:61
324
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
325
  msgid "Hides chat for 24hrs when user clicks X"
326
  msgstr ""
327
 
328
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
329
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:73
330
  msgid "Require Name And Email"
331
  msgstr ""
332
 
333
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:70
334
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:74
335
  msgid ""
336
  "Users will have to enter their Name and Email Address when starting a chat"
337
  msgstr ""
338
 
339
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:78
340
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:82
341
  msgid "Input Field Replacement Text"
342
  msgstr ""
343
 
344
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:79
345
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:83
346
  msgid "This is the text that will show in place of the Name And Email fields"
347
  msgstr ""
348
 
349
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
350
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:91
351
  msgid "Use Logged In User Details"
352
  msgstr ""
353
 
354
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:88
355
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:92
356
  msgid ""
357
  "A user's Name and Email Address will be used by default if they are logged "
358
  "in."
359
  msgstr ""
360
 
361
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
362
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
363
  msgid "Enable On Mobile Devices"
364
  msgstr ""
365
 
366
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
367
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:101
368
  msgid ""
369
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
370
  "devices. (Smartphones and Tablets)"
371
  msgstr ""
372
 
373
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:105
374
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
375
+ msgid "Record a visitor's IP Address"
376
+ msgstr ""
377
+
378
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:106
379
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:110
380
+ msgid "Disable this to enable anonymity for your visitors"
381
+ msgstr ""
382
+
383
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
384
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:118
385
  msgid "Include chat window on the following pages:"
386
  msgstr ""
387
 
388
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:115
389
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
390
  msgid ""
391
  "Show the chat window on the following pages. Leave blank to show on all. "
392
  "(Use comma-separated Page ID's)"
393
  msgstr ""
394
 
395
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:119
396
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
397
  msgid ""
398
  "Do not include and exclude pages at the same time. Please only use one or "
399
  "the other"
400
  msgstr ""
401
 
402
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:124
403
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:134
404
  msgid "Exclude chat window on the following pages:"
405
  msgstr ""
406
 
407
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:125
408
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
409
  msgid ""
410
  "Do not show the chat window on the following pages. Leave blank to show on "
411
  "all. (Use comma-separated Page ID's)"
412
  msgstr ""
413
 
414
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
415
+ msgid "Allow any user to make themselves a chat agent"
416
+ msgstr ""
417
+
418
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:136
419
+ msgid ""
420
+ "Checking this will allow any of your users to make themselves a chat agent "
421
+ "when editing their profile."
422
+ msgstr ""
423
+
424
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:143
425
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
426
  msgid "Chat Window Settings"
427
  msgstr ""
428
 
429
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:146
430
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:156
431
  msgid "Chat box alignment"
432
  msgstr ""
433
 
434
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
435
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
436
  msgid "Bottom left"
437
  msgstr ""
438
 
439
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:150
440
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:160
441
  msgid "Bottom right"
442
  msgstr ""
443
 
444
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:151
445
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:161
446
  msgid "Left"
447
  msgstr ""
448
 
449
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:152
450
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:162
451
  msgid "Right"
452
  msgstr ""
453
 
454
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
455
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:168
456
  msgid "Auto Pop-up"
457
  msgstr ""
458
 
459
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:162
460
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:172
461
  msgid ""
462
  "Expand the chat box automatically (prompts the user to enter their name and "
463
  "email address)."
464
  msgstr ""
465
 
466
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:168
467
  msgid "Name "
468
  msgstr ""
469
 
470
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:182
471
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:194
472
  msgid "Picture"
473
  msgstr ""
474
 
475
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:190
476
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:197
477
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:213
478
  msgid "Upload Image"
479
  msgstr ""
480
 
481
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:192
482
  msgid "Remove Image"
483
  msgstr ""
484
 
485
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:193
486
  msgid "Recomended Size 40px x 40px"
487
  msgstr ""
488
 
489
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:199
490
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:210
491
  msgid "Logo"
492
  msgstr ""
493
 
494
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:207
495
  msgid "Upload Logo"
496
  msgstr ""
497
 
498
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
499
  msgid "Remove Logo"
500
  msgstr ""
501
 
502
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:210
503
  msgid "Recomended Size 250px x 40px"
504
  msgstr ""
505
 
506
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:216
507
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:226
508
  msgid "Chat delay (seconds)"
509
  msgstr ""
510
 
511
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:219
512
  msgid "how long it takes for your chat window to pop up"
513
  msgstr ""
514
 
515
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:225
516
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:242
517
  msgid "Chat notifications"
518
  msgstr ""
519
 
520
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
521
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:246
522
  msgid "Alert me via email as soon as someone wants to chat"
523
  msgstr ""
524
 
525
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:230
526
  msgid "(while online only)"
527
  msgstr ""
528
 
529
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
530
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:258
531
  msgid "Display name and avatar in chat"
532
  msgstr ""
533
 
534
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
535
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:264
536
  msgid "Display the agent and user name above each message in the chat window."
537
  msgstr ""
538
 
539
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:246
540
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:269
541
  msgid "Only show the chat window to users that are logged in"
542
  msgstr ""
543
 
544
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:254
545
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:277
546
  msgid ""
547
  "By checking this, only users that are logged in will be able to chat with "
548
  "you."
549
  msgstr ""
550
 
551
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:266
552
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:288
553
  msgid "Do not allow users to send offline messages"
554
  msgstr ""
555
 
556
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:274
557
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:292
558
  msgid ""
559
  "The chat window will be hidden when it is offline. Users will not be able to "
560
  "send offline messages to you"
561
  msgstr ""
562
 
563
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:279
564
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:297
565
  msgid "Email Address"
566
  msgstr ""
567
 
568
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:283
569
  msgid "Email address where offline messages are delivered to"
570
  msgstr ""
571
 
572
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:284
573
+ msgid ""
574
+ "Use comma separated email addresses to send to more than one email address"
575
+ msgstr ""
576
+
577
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
578
  msgid "Sending Method"
579
  msgstr ""
580
 
581
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:293
582
  msgid "WP Mail"
583
  msgstr ""
584
 
585
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
586
  msgid "PHP Mailer"
587
  msgstr ""
588
 
589
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:306
590
  msgid "Host"
591
  msgstr ""
592
 
593
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:314
594
  msgid "Port"
595
  msgstr ""
596
 
597
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:322
598
  msgid "Username"
599
  msgstr ""
600
 
601
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:330
602
  msgid "Password"
603
  msgstr ""
604
 
605
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:339
606
  msgid "Offline Chat Box Title"
607
  msgstr ""
608
 
609
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:347
610
  msgid "Offline Text Fields"
611
  msgstr ""
612
 
613
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:380
614
+ msgid "Choose a theme"
615
+ msgstr ""
616
+
617
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:385
618
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:386
619
+ msgid "Theme 1"
620
+ msgstr ""
621
+
622
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:389
623
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:390
624
+ msgid "Theme 2"
625
+ msgstr ""
626
+
627
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
628
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:394
629
+ msgid "Theme 3"
630
+ msgstr ""
631
+
632
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:397
633
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:398
634
+ msgid "Theme 4"
635
+ msgstr ""
636
+
637
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:401
638
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:402
639
+ msgid "Theme 5"
640
+ msgstr ""
641
+
642
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:405
643
+ msgid "Theme 6"
644
+ msgstr ""
645
+
646
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:406
647
+ msgid "Custom. Enter Colour Values Below"
648
+ msgstr ""
649
+
650
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:422
651
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:359
652
  msgid "Chat box fill color"
653
  msgstr ""
654
 
655
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:428
656
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:365
657
  msgid "Chat box font color"
658
  msgstr ""
659
 
660
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:442
661
  msgid "First Section Text"
662
  msgstr ""
663
 
664
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:451
665
  msgid "Intro Text"
666
  msgstr ""
667
 
668
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:457
669
  msgid "Second Section Text"
670
  msgstr ""
671
 
672
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:464
673
  msgid "Reactivate Chat Section Text"
674
  msgstr ""
675
 
676
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:472
677
  msgid "User chat welcome"
678
  msgstr ""
679
 
680
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:481
681
  msgid "Other text"
682
  msgstr ""
683
 
684
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:483
685
+ msgid "This text is shown above the user chat input field"
686
+ msgstr ""
687
+
688
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:509
689
  msgid "Current Users that are Chat Agents"
690
  msgstr ""
691
 
692
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:523
693
  msgid ""
694
  "To add or remove a user as a chat agent, go into the users profile and "
695
  "select the checkbox Chat Agent and click save."
696
  msgstr ""
697
 
698
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:524
699
  msgid "If there are no chat agents online, the chat will show as offline"
700
  msgstr ""
701
 
702
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:557
703
+ msgid ""
704
+ "You are using an outdated version of WP Live Chat Support Basic. Please "
705
+ "update your plugin to allow for animations to function"
706
+ msgstr ""
707
+
708
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:562
709
+ msgid "Choose an animation"
710
+ msgstr ""
711
+
712
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:568
713
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:443
714
+ msgid "Slide Up"
715
+ msgstr ""
716
+
717
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:572
718
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:447
719
+ msgid "Slide From The Side"
720
+ msgstr ""
721
+
722
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:576
723
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:451
724
+ msgid "Fade In"
725
+ msgstr ""
726
+
727
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:580
728
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:455
729
+ msgid "No Animation"
730
+ msgstr ""
731
+
732
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:592
733
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:463
734
+ msgid "Blocked Visitors - Based on IP Address"
735
+ msgstr ""
736
+
737
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:593
738
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:466
739
+ msgid "Enter each IP Address you would like to block on a new line"
740
+ msgstr ""
741
+
742
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:602
743
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:467
744
+ msgid ""
745
+ "Blocking a user's IP Address here will hide the chat window from them, "
746
+ "preventing them from chatting with you. Each IP Address must be on a new line"
747
+ msgstr ""
748
+
749
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:605
750
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:470
751
  msgid "Save Settings"
752
  msgstr ""
753
 
754
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:457
755
  msgid "Dear User"
756
  msgstr ""
757
 
758
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
759
  msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
760
  msgstr ""
761
 
762
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
763
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:819
764
  msgid "update to at least version"
765
  msgstr ""
766
 
767
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
768
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:819
769
  msgid "to ensure all functionality is in working order"
770
  msgstr ""
771
 
772
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:459
773
  msgid ""
774
  "You're live chat box on your website has been temporarily disabled until the "
775
  "basic plugin has been updated. This is to ensure a smooth and hassle-free "
776
  "user experience for both yourself and your visitors."
777
  msgstr ""
778
 
779
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:460
780
  msgid ""
781
  "You can update your plugin <a href='./update-core.php'>here</a> or <a "
782
  "href='./plugins.php'>here</a>."
783
  msgstr ""
784
 
785
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:461
786
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:822
787
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:840
788
  msgid "If you are having difficulty updating the plugin, please contact"
789
  msgstr ""
790
 
791
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
792
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
793
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:831
794
  msgid "Dear Pro User"
795
  msgstr ""
796
 
797
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
798
  msgid ""
799
  "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
800
  "download the latest copy from"
801
  msgstr ""
802
 
803
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:487
804
+ msgid "Admin"
805
+ msgstr ""
806
+
807
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:491
808
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:374
809
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
810
+ msgid "Questions?"
811
+ msgstr ""
812
+
813
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:492
814
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:375
815
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:456
816
+ msgid "Chat with us"
817
+ msgstr ""
818
+
819
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:493
820
+ msgid "Start live chat"
821
+ msgstr ""
822
+
823
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:494
824
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:381
825
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:518
826
+ msgid "Start Chat"
827
+ msgstr ""
828
+
829
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:495
830
+ msgid "Connecting. Please be patient..."
831
+ msgstr ""
832
+
833
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:496
834
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:390
835
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:524
836
+ msgid "Reactivating your previous chat..."
837
+ msgstr ""
838
+
839
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:497
840
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:315
841
+ msgid "Chat offline. Leave a message"
842
+ msgstr ""
843
+
844
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:498
845
+ msgid "Hello. Please input your details so that I may help you."
846
+ msgstr ""
847
+
848
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:499
849
+ msgid ""
850
+ "We are currently offline. Please leave a message and we'll get back to you "
851
+ "shortly."
852
+ msgstr ""
853
+
854
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:500
855
+ msgid "Sending message..."
856
+ msgstr ""
857
+
858
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:501
859
+ msgid "Thank you for your message. We will be in contact soon."
860
+ msgstr ""
861
+
862
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:502
863
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:529
864
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:999
865
+ msgid "Press ENTER to send your message"
866
+ msgstr ""
867
+
868
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:503
869
+ msgid "Welcome. How may I help you?"
870
+ msgstr ""
871
+
872
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:543
873
+ msgid "You are currently accepting chats"
874
+ msgstr ""
875
+
876
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:544
877
+ msgid "You are not accepting chats"
878
+ msgstr ""
879
+
880
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:592
881
+ msgid "Delete History"
882
+ msgstr ""
883
+
884
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:601
885
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:888
886
+ msgid "URL"
887
+ msgstr ""
888
+
889
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:602
890
+ msgid "Status"
891
+ msgstr ""
892
+
893
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:603
894
+ msgid "Action"
895
+ msgstr ""
896
+
897
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:609
898
  msgid "No chats available at the moment"
899
  msgstr ""
900
 
901
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:617
902
+ msgid "View Chat History"
903
+ msgstr ""
904
+
905
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:718
906
  msgid "Minize Chat Window"
907
  msgstr ""
908
 
909
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:719
910
  msgid "Close Chat Window"
911
  msgstr ""
912
 
913
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:804
914
  msgid "Send message"
915
  msgstr ""
916
 
917
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:830
918
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:533
919
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1013
920
  msgid "Send"
921
  msgstr ""
922
 
923
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:871
924
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1452
925
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
926
  msgstr ""
927
 
928
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:997
929
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1476
930
  msgid "Your settings have been saved."
931
  msgstr ""
932
 
933
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1013
934
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:872
935
  msgid "Chat sessions"
936
  msgstr ""
937
 
938
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1015
939
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:874
940
  msgid ""
941
  "Please note: This window must be open in order to receive new chat "
942
  "notifications."
943
  msgstr ""
944
 
945
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1019
946
+ msgid ""
947
+ "You are not a chat agent. Please make yourself a chat agent before trying to "
948
+ "chat to visitors"
949
  msgstr ""
950
 
951
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1113
952
  msgid "Unknown"
953
  msgstr ""
954
 
955
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1129
956
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:966
957
  msgid "End chat"
958
  msgstr ""
959
 
960
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1134
961
  msgid "Attempting to open the chat window... Please be patient."
962
  msgstr ""
963
 
964
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1231
965
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
966
  msgid "This chat has already been answered. Please close the chat window"
967
  msgstr ""
968
 
969
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1299
970
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1125
971
  msgid "User has opened the chat window"
972
  msgstr ""
973
 
974
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1304
975
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1130
976
  msgid "User has minimized the chat window"
977
  msgstr ""
978
 
979
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1309
980
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1135
981
  msgid "User has maximized the chat window"
982
  msgstr ""
983
 
984
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1314
985
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1140
986
  msgid "User has closed and ended the chat"
987
  msgstr ""
988
 
989
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1692
990
  msgid ""
991
  "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
992
  "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
993
  msgstr ""
994
 
995
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1697
996
  msgid "An unknown error occurred"
997
  msgstr ""
998
 
999
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1837
1000
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:256
 
1001
  msgid "Live Chat"
1002
  msgstr ""
1003
 
1004
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1838
1005
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:257
1006
  msgid "Settings"
1007
  msgstr ""
1008
 
1009
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1839
1010
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1857
1011
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1868
1012
  msgid "Quick Responses"
1013
  msgstr ""
1014
 
1015
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1841
1016
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:258
1017
  msgid "History"
1018
  msgstr ""
1019
 
1020
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1842
1021
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:259
1022
  msgid "Missed Chats"
1023
  msgstr ""
1024
 
1025
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1844
1026
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
1027
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:260
1028
  msgid "Feedback"
1029
  msgstr ""
1030
 
1031
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1848
1032
  msgid "Error Log"
1033
  msgstr ""
1034
 
1035
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1851
1036
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:261
1037
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1600
1038
+ msgid "Support"
1039
+ msgstr ""
1040
+
1041
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1858
1042
  msgid "Quick Response"
1043
  msgstr ""
1044
 
1045
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1859
1046
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1862
1047
  msgid "New Quick Response"
1048
  msgstr ""
1049
 
1050
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1860
1051
  msgid "Add New Quick Response"
1052
  msgstr ""
1053
 
1054
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1861
1055
  msgid "Edit Quick Response"
1056
  msgstr ""
1057
 
1058
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1863
1059
  msgid "All Quick Responses"
1060
  msgstr ""
1061
 
1062
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1864
1063
  msgid "View Quick Responses"
1064
  msgstr ""
1065
 
1066
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1865
1067
  msgid "Search Quick Responses"
1068
  msgstr ""
1069
 
1070
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1866
1071
  msgid "No Quick Responses found"
1072
  msgstr ""
1073
 
1074
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1867
1075
  msgid "No Quick Responses found in the Trash"
1076
  msgstr ""
1077
 
1078
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1872
1079
  msgid "Quick Responses for WP Live Chat Support Pro"
1080
  msgstr ""
1081
 
1082
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1927
1083
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1931
1084
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1000
1085
  msgid "Assign Quick Response"
1086
  msgstr ""
1087
 
1088
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1934
1089
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1000
1090
  msgid "Select"
1091
  msgstr ""
1092
 
1093
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1940
1094
  msgid "What is this?"
1095
  msgstr ""
1096
 
1097
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:566
1098
  msgid "complete"
1099
  msgstr ""
1100
 
1101
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:569
1102
  msgid "pending"
1103
  msgstr ""
1104
 
1105
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:572
1106
  msgid "active"
1107
  msgstr ""
1108
 
1109
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:575
1110
  msgid "deleted"
1111
  msgstr ""
1112
 
1113
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:578
1114
  msgid "browsing"
1115
  msgstr ""
1116
 
1117
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:581
1118
  msgid "requesting chat"
1119
  msgstr ""
1120
 
1121
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:584
1122
  msgid "Chat Ended - User still browsing"
1123
  msgstr ""
1124
 
1125
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:587
1126
  msgid "User is browsing but doesn't want to chat"
1127
  msgstr ""
1128
 
1129
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:671
1130
  msgid "Get Pro Add-on to accept more chats"
1131
  msgstr ""
1132
 
1133
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:915
1134
  msgid "You have not missed any chat requests."
1135
  msgstr ""
1136
 
1162
  msgid "Agents"
1163
  msgstr ""
1164
 
1165
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
1166
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
1167
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
1168
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:141
1169
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
1170
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
1171
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
1172
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
1173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:249
1174
  msgid "available in the"
1175
  msgstr ""
1176
 
1177
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
1178
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
1179
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
1180
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
1181
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:185
1182
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
1183
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:217
1184
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:233
1185
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
1186
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:304
1187
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:318
1188
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:394
1189
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:464
1190
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1391
1191
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1411
1192
  msgid "Pro Add-on"
1193
  msgstr ""
1194
 
1195
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:49
1196
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
1197
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
1198
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:143
1199
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:186
1200
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:202
1201
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:218
1202
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:234
1203
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:251
1204
  msgid "only"
1205
  msgstr ""
1206
 
1207
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:66
1208
  msgid " once off. Updates included forever."
1209
  msgstr ""
1210
 
1211
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:303
1212
  msgid "Get offline messages with the "
1213
  msgstr ""
1214
 
1215
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:312
1216
  msgid "Offline text"
1217
  msgstr ""
1218
 
1219
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:317
1220
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:393
1221
  msgid "Edit these text fields using the "
1222
  msgstr ""
1223
 
1224
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:343
1225
+ msgid "Choose a colour scheme. Only available in the"
1226
  msgstr ""
1227
 
1228
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:343
1229
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:434
1230
+ msgid "Pro add-on"
1231
  msgstr ""
1232
 
1233
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:347
1234
+ msgid "Colour Scheme 1"
 
1235
  msgstr ""
1236
 
1237
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:348
1238
+ msgid "Colour Scheme 2"
1239
  msgstr ""
1240
 
1241
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:349
1242
+ msgid "Colour Scheme 3"
 
1243
  msgstr ""
1244
 
1245
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:350
1246
+ msgid "Colour Scheme 4"
 
1247
  msgstr ""
1248
 
1249
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:351
1250
+ msgid "Colour Scheme 5"
1251
  msgstr ""
1252
 
1253
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:352
1254
+ msgid "Colour Scheme 6"
 
1255
  msgstr ""
1256
 
1257
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:372
1258
+ msgid "First section text"
1259
+ msgstr ""
1260
+
1261
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:379
1262
+ msgid "Second section text"
1263
+ msgstr ""
1264
+
1265
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:382
1266
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:521
1267
+ msgid "Connecting you to a sales person. Please be patient."
1268
+ msgstr ""
1269
+
1270
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:388
1271
+ msgid "Reactivate chat section text"
1272
+ msgstr ""
1273
+
1274
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1275
  msgid "Multiple Agents"
1276
  msgstr ""
1277
 
1278
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:406
1279
  msgid "Get"
1280
  msgstr ""
1281
 
1282
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:406
1283
  msgid "Multiple agent support"
1284
  msgstr ""
1285
 
1286
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:434
1287
+ msgid "Get a variety of animations in the "
1288
+ msgstr ""
1289
+
1290
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:437
1291
+ msgid "Choose an animation (Pro Only)"
1292
+ msgstr ""
1293
+
1294
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:464
1295
+ msgid ""
1296
+ "Block visitors from chatting to you based on their IP address using the "
1297
+ msgstr ""
1298
+
1299
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
1300
  msgid "Welcome to "
1301
  msgstr ""
1302
 
1303
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:6
1304
+ msgid "Version 4"
1305
+ msgstr ""
1306
+
1307
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:8
1308
+ msgid "Provide Instant Live Chat Support!"
1309
+ msgstr ""
1310
+
1311
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:10
1312
+ msgid "How did you find us?"
1313
+ msgstr ""
1314
+
1315
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
1316
  msgid "WordPress.org plugin repository "
1317
  msgstr ""
1344
  msgid "Skip"
1345
  msgstr ""
1346
 
1347
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:225
1348
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1271
1349
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1350
  msgstr ""
1351
 
1352
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:463
1353
  msgid "Start Live Chat"
1354
  msgstr ""
1355
 
1356
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:819
 
 
 
 
1357
  msgid ""
1358
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1359
  "strong>. Please"
1360
  msgstr ""
1361
 
1362
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:820
1363
  msgid ""
1364
  "You're live chat box on your website has been temporarily disabled until the "
1365
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
1366
  "experience for both yourself and your visitors."
1367
  msgstr ""
1368
 
1369
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
1370
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:839
1371
  msgid ""
1372
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
1373
  "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
1374
  "version/' target='_BLANK'>here</a>."
1375
  msgstr ""
1376
 
1377
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:832
1378
+ msgid ""
1379
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1380
+ "strong>."
1381
+ msgstr ""
1382
+
1383
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:834
1384
+ msgid "Please update to the latest version of WP Live Chat Support Pro"
1385
+ msgstr ""
1386
+
1387
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:835
1388
+ msgid "Version 4.4.5"
1389
+ msgstr ""
1390
+
1391
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:836
1392
+ msgid "to take advantage of chat window transitions and colour schemes."
1393
+ msgstr ""
1394
+
1395
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:863
1396
  msgid "Experiencing problems with the plugin?"
1397
  msgstr ""
1398
 
1399
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:865
1400
  msgid "Review the documentation."
1401
  msgstr ""
1402
 
1403
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:866
1404
  msgid "Or ask a question on our"
1405
  msgstr ""
1406
 
1407
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:866
1408
+ msgid "Support forum."
1409
+ msgstr ""
1410
+
1411
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:894
1412
  msgid "With the Pro add-on of WP Live Chat Support, you can"
1413
  msgstr ""
1414
 
1415
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:895
1416
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:896
1417
  msgid "see who's online and initiate chats"
1418
  msgstr ""
1419
 
1420
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:897
1421
  msgid "with your online visitors with the click of a button."
1422
  msgstr ""
1423
 
1424
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:898
1425
  msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
1426
  msgstr ""
1427
 
1428
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:900
1429
  msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
1430
  msgstr ""
1431
 
1432
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:952
1433
  msgid "Previous"
1434
  msgstr ""
1435
 
1436
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:954
1437
  msgid "Active"
1438
  msgstr ""
1439
 
1440
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:963
1441
+ msgid "Chat with"
1442
+ msgstr ""
1443
+
1444
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1000
1445
  msgid "Add Quick Responses to your Live Chat"
1446
  msgstr ""
1447
 
1448
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1000
1449
  msgid "Pro version only"
1450
  msgstr ""
1451
 
1452
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1011
1453
  msgid "type here..."
1454
  msgstr ""
1455
 
1456
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1387
1457
  msgid "WP Live Chat History"
1458
  msgstr ""
1459
 
1460
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1391
1461
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1411
1462
+ msgid "This option is only available in the "
1463
+ msgstr ""
1464
+
1465
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1391
1466
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1411
1467
+ msgid "Get it now for only $19.95 once off!"
1468
+ msgstr ""
1469
+
1470
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1396
1471
  msgid "WP Live Chat Missed Chats"
1472
  msgstr ""
1473
 
1474
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1403
1475
  msgid "WP Live Chat Offline Messages"
1476
  msgstr ""
1477
 
1478
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1408
1479
  msgid ""
1480
  "Please update to the latest version of WP Live Chat Support Pro to start "
1481
  "recording any offline messages."
1482
  msgstr ""
1483
 
1484
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1491
1485
  msgid "Thank You for your feedback!"
1486
  msgstr ""
1487
 
1488
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1495
1489
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1508
1490
  msgid "Thank you for your feedback. We will be in touch soon"
1491
  msgstr ""
1492
 
1493
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1511
1494
  msgid "There was a problem sending your feedback. Please log your feedback on "
1495
  msgstr ""
1496
+
1497
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1544
1498
+ msgid ""
1499
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
1500
+ "issues while using WP Live Chat Support as a result of this. Please get in "
1501
+ "contact your host to get this function enabled."
1502
+ msgstr ""
1503
+
1504
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1550
1505
+ msgid ""
1506
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
1507
+ "using WP Live Chat Support as a result of this. Please contact your host to "
1508
+ "get safe mode disabled."
1509
+ msgstr ""
1510
+
1511
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1562
1512
+ msgid "WP Live Chat Support"
1513
+ msgstr ""
1514
+
1515
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1565
1516
+ msgid "Documentation"
1517
+ msgstr ""
1518
+
1519
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1567
1520
+ msgid ""
1521
+ "Getting started? Read through some of these articles to help you along your "
1522
+ "way."
1523
+ msgstr ""
1524
+
1525
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1568
1526
+ msgid "Documentation:"
1527
+ msgstr ""
1528
+
1529
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1570
1530
+ msgid "Installing the WP Live Chat Support Pro add-on"
1531
+ msgstr ""
1532
+
1533
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1571
1534
+ msgid "Running the WP Live Chat Support plugin for the first time (Pro)"
1535
+ msgstr ""
1536
+
1537
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1572
1538
+ msgid "Upgrading your licence (Pro)"
1539
+ msgstr ""
1540
+
1541
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1573
1542
+ msgid "Minimum System Requirements"
1543
+ msgstr ""
1544
+
1545
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1575
1546
+ msgid "FAQ's:"
1547
+ msgstr ""
1548
+
1549
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1577
1550
+ msgid "How do I check for JavaScript errors on my site?"
1551
+ msgstr ""
1552
+
1553
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1578
1554
+ msgid "What are Quick Responses?"
1555
+ msgstr ""
1556
+
1557
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1579
1558
+ msgid "Can I use this plugin on my multi-site?"
1559
+ msgstr ""
1560
+
1561
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1580
1562
+ msgid "How do I disable APC Object Cache?"
1563
+ msgstr ""
1564
+
1565
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1581
1566
+ msgid "Do you have a mobile app?"
1567
+ msgstr ""
1568
+
1569
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1582
1570
+ msgid "Do I have to be logged into the dashboard to chat with visitors?"
1571
+ msgstr ""
1572
+
1573
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1586
1574
+ msgid "Troubleshooting"
1575
+ msgstr ""
1576
+
1577
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1588
1578
+ msgid ""
1579
+ "WP Live Chat Support Pro has a diverse and wide range of features which may, "
1580
+ "from time to time, run into conflicts with the thousands of themes and other "
1581
+ "plugins on the market."
1582
+ msgstr ""
1583
+
1584
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1589
1585
+ msgid "Common issues:"
1586
+ msgstr ""
1587
+
1588
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1591
1589
+ msgid "The chat box doesnt show up"
1590
+ msgstr ""
1591
+
1592
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1592
1593
+ msgid "The chat window disappears when I logout or go offline"
1594
+ msgstr ""
1595
+
1596
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1594
1597
+ msgid "Messages only show when I refresh the chat window"
1598
+ msgstr ""
1599
+
1600
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1595
1601
+ msgid "I'm not getting any notifications of a new chat"
1602
+ msgstr ""
1603
+
1604
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1596
1605
+ msgid "The chat window never goes offline"
1606
+ msgstr ""
1607
+
1608
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1602
1609
+ msgid "Still need help? Use one of these links below."
1610
+ msgstr ""
1611
+
1612
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1604
1613
+ msgid "Support forum"
1614
+ msgstr ""
1615
+
1616
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1605
1617
+ msgid "Contact us"
1618
+ msgstr ""
languages/wplivechat-fr_FR.mo CHANGED
Binary file
languages/wplivechat-fr_FR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
- "POT-Creation-Date: 2014-10-10 08:05+0200\n"
5
- "PO-Revision-Date: 2014-10-10 08:51+0100\n"
6
  "Last-Translator: Marcello Cavallucci <contact@fbmediaworks.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\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.9\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,173 +17,255 @@ 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:261
21
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:230
22
  msgid "Admin has closed and ended the chat"
23
  msgstr "L'administrateur a mis fin à la discussion"
24
 
25
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:296
26
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:254
27
  msgid "There is No Answer. Please Try Again Later"
28
  msgstr "Pas de réponse. Merci de ré essayer plus tard"
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-pro/functions-pro.php:101
32
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:171
33
- msgid "User Data"
34
- msgstr "Infos visiteur"
35
-
36
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:24
37
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:102
38
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
39
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:472
40
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:609
41
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:640
42
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:172
43
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
44
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:303
45
- msgid "Name"
46
- msgstr "Nom"
47
-
48
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:25
49
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:103
50
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
51
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:473
52
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:610
53
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:641
54
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:173
55
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:304
56
- msgid "Email"
57
- msgstr "Email"
58
-
59
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:26
60
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:104
61
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
62
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:174
63
- msgid "URL"
64
- msgstr "URL"
65
-
66
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:27
67
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:105
68
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
69
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:175
70
- msgid "Status"
71
- msgstr "Statut"
72
-
73
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:28
74
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:106
75
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:476
76
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:176
77
- msgid "Action"
78
- msgstr "Action"
79
 
80
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:46
81
  msgid "Initiate Chat"
82
  msgstr "Démarrer la discussion"
83
 
84
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:48
85
  msgid "You must be a chat agent to initiate chats"
86
  msgstr "Vous devez être un Opérateur pour démarrer une discussion"
87
 
88
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  msgid "No visitors on-line at the moment"
90
  msgstr "Pas de visiteur en ligne en ce moment"
91
 
92
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:112
93
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:182
94
  msgid "No chat sessions available at the moment"
95
  msgstr "Pas de session de discussion disponible pour le moment"
96
 
97
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:132
98
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:200
 
 
 
 
 
99
  msgid "Accept Chat"
100
  msgstr "Accepter la discussion"
101
 
102
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:135
 
 
 
 
 
 
 
 
 
 
103
  msgid "You must be a chat agent to answer chats"
104
  msgstr "Vous devez être un Opérateur pour répondre à une discussion"
105
 
106
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:142
107
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:205
108
  msgid "Open Chat Window"
109
  msgstr "Ouvrir la fenêtre de discussion"
110
 
111
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:145
 
 
 
 
 
 
 
 
 
 
112
  msgid "Chat has been answered by another agent"
113
  msgstr "La discussion à été prise en charge par un autre opérateur"
114
 
115
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:148
116
- msgid "Chat has been Accepted By Chat Agent "
117
- msgstr "La discussion à été acceptée par un opérateur"
118
 
119
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:177
120
- msgid "WP Live Chat Support - Offline Message from"
121
  msgstr "WP Live Chat Support - Message hors-ligne provenant de"
122
 
123
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
124
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  msgid "Message"
126
  msgstr "Message"
127
 
128
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
129
  msgid "Via WP Live Chat Support"
130
  msgstr "de WP Live Chat Support"
131
 
132
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
133
  msgid "Alert: Someone wants to chat with you on "
134
  msgstr "Alerte : Une personne souhaite discuter avec vous sur"
135
 
136
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:228
137
  msgid "Someone wants to chat with you on your website"
138
  msgstr "Une personne souhaite discuter avec vous sur votre site web"
139
 
140
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:228
141
  msgid "Log in"
142
  msgstr "Connexion"
143
 
144
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:382
 
 
145
  msgid "Chat Agent"
146
  msgstr "Opérateur"
147
 
148
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:387
 
149
  msgid "Make this user a chat agent"
150
  msgstr "Faire de ce visiteur un opérateur"
151
 
152
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:465
 
 
 
 
 
 
 
 
 
 
153
  msgid "Chat Agent Online"
154
  msgstr "Opérateur en ligne"
155
 
156
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:467
157
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:472
158
  msgid "Chat Agents Online"
159
  msgstr "Opérateurs en ligne"
160
 
161
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:19
 
 
 
 
 
 
 
 
 
 
162
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:5
163
  msgid "WP Live Chat Support Settings"
164
  msgstr "Réglages de WP Live Chat Support"
165
 
166
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
167
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
168
  msgid "General Settings"
169
  msgstr "Paramètres généraux"
170
 
171
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
172
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
173
  msgid "Chat Box"
174
  msgstr "Fenêtre de discussion"
175
 
176
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
177
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:192
178
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
179
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
 
180
  msgid "Offline Messages"
181
  msgstr "Messages hors-ligne"
182
 
183
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
184
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:277
185
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
186
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:238
187
  msgid "Styling"
188
  msgstr "Style"
189
 
@@ -191,81 +273,107 @@ msgstr "Style"
191
  msgid "Chat Agents"
192
  msgstr "Opérateur de discussion"
193
 
194
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:38
195
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:27
 
 
 
 
 
 
 
 
 
 
 
 
196
  msgid "Main Settings"
197
  msgstr "Paramètres de base"
198
 
199
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:41
200
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:30
201
  msgid "Chat enabled"
202
  msgstr "Discussion activée"
203
 
204
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:44
205
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
206
  msgid "Yes"
207
  msgstr "Oui"
208
 
209
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:45
210
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:34
211
  msgid "No"
212
  msgstr "Non"
213
 
214
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:51
215
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  msgid "Hide Chat"
217
  msgstr "Masquer la fenêtre de discussion"
218
 
219
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:52
220
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:41
221
  msgid "Hides chat for 24hrs when user clicks X"
222
  msgstr ""
223
  "Masquer fenêtre de discussion durant 24 h si le visiteur a cliqué sur la X"
224
 
225
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
226
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
227
  msgid "Require Name And Email"
228
  msgstr "Nom et Email requis"
229
 
230
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:61
231
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:57
232
  msgid ""
233
  "Users will have to enter their Name and Email Address when starting a chat"
234
  msgstr ""
235
  "Les visiteurs devront entrer leur nom et adresse e-mail lors du démarrage "
236
  "d'une discussion"
237
 
238
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
239
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
240
  msgid "Input Field Replacement Text"
241
  msgstr "Remplacement de texte dans champs de saisie"
242
 
243
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:70
244
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:66
245
  msgid "This is the text that will show in place of the Name And Email fields"
246
  msgstr "C'est le texte qui apparaîtra à la place des champs de Nom et d'Email"
247
 
248
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:78
249
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:74
250
  msgid "Use Logged In User Details"
251
  msgstr "Utiliser les infos du visiteur connecté"
252
 
253
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:79
254
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:75
255
  msgid ""
256
  "A user's Name and Email Address will be used by default if they are logged "
257
  "in."
258
  msgstr ""
259
- "Un Nom et un Email de votre visiteur sera utilisé par défaut si ils sont "
260
  "connectés."
261
 
262
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
263
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:83
264
  msgid "Enable On Mobile Devices"
265
  msgstr "Activer sur les appareils mobiles"
266
 
267
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:88
268
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:84
269
  msgid ""
270
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
271
  "devices. (Smartphones and Tablets)"
@@ -273,43 +381,103 @@ msgstr ""
273
  "Désactiver signifie que la fenêtre de discussion ne sera pas affichée sur "
274
  "les appareils mobiles. (Smartphones et tablettes)"
275
 
276
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:98
277
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  msgid "Chat Window Settings"
279
  msgstr "Paramètres de la fenêtre de discussion"
280
 
281
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:101
282
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:97
283
  msgid "Chat box alignment"
284
  msgstr "Alignement de la fenêtre de discussion"
285
 
286
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:104
287
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
288
  msgid "Bottom left"
289
  msgstr "En bas à gauche"
290
 
291
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:105
292
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:101
293
  msgid "Bottom right"
294
  msgstr "En bas à droite"
295
 
296
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:106
297
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:102
298
  msgid "Left"
299
  msgstr "Gauche"
300
 
301
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:107
302
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:103
303
  msgid "Right"
304
  msgstr "Droite"
305
 
306
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
307
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
308
  msgid "Auto Pop-up"
309
  msgstr "Ouverture automatique"
310
 
311
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:117
312
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:113
313
  msgid ""
314
  "Expand the chat box automatically (prompts the user to enter their name and "
315
  "email address)."
@@ -317,160 +485,248 @@ msgstr ""
317
  "Ouvrir automatiquement la fenêtre de discussion (invite le visiteur à entrer "
318
  "son nom et son adresse email)"
319
 
320
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
321
  msgid "Name "
322
  msgstr "Nom"
323
 
324
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:137
325
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
326
  msgid "Picture"
327
  msgstr "Image"
328
 
329
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
330
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:138
331
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:154
332
  msgid "Upload Image"
333
  msgstr "Importer l'image"
334
 
335
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:147
336
  msgid "Remove Image"
337
  msgstr "Retirer l'image"
338
 
339
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:148
340
  msgid "Recomended Size 40px x 40px"
341
  msgstr "Taille recommandée 40px x 40px"
342
 
343
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:154
344
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:151
345
  msgid "Logo"
346
  msgstr "Logo"
347
 
348
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:162
349
  msgid "Upload Logo"
350
  msgstr "Télécharger le Logo"
351
 
352
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:164
353
  msgid "Remove Logo"
354
  msgstr "Retirer le Logo"
355
 
356
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:165
357
  msgid "Recomended Size 250px x 40px"
358
  msgstr "Taille recommandée 250px x 40px"
359
 
360
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:171
361
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:167
362
  msgid "Chat delay (seconds)"
363
  msgstr "Délai de discussion (secondes)"
364
 
365
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:174
366
  msgid "how long it takes for your chat window to pop up"
367
  msgstr "Temps de début d'apparition de la fenêtre de discussion"
368
 
369
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:180
370
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:183
371
  msgid "Chat notifications"
372
  msgstr "Notifications de discussion"
373
 
374
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:184
375
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:187
376
  msgid "Alert me via email as soon as someone wants to chat"
377
  msgstr ""
378
  "Alertez-moi par Email dès qu'un visiteur souhaite ouvrir une discussion"
379
 
380
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:185
381
  msgid "(while online only)"
382
  msgstr "(seulement en ligne)"
383
 
384
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:196
385
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  msgid "Email Address"
387
  msgstr "Adresse Email"
388
 
389
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:200
390
  msgid "Email address where offline messages are delivered to"
391
- msgstr "Adresse Email où envoyés les messages lorsque vous êtes hors ligne"
 
 
 
 
 
 
 
 
392
 
393
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:208
394
  msgid "Sending Method"
395
  msgstr "Méthode d'envoi"
396
 
397
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
398
  msgid "WP Mail"
399
  msgstr "WP Mail"
400
 
401
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:210
402
  msgid "PHP Mailer"
403
  msgstr "PHP Mailer"
404
 
405
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:222
406
  msgid "Host"
407
  msgstr "Hôte"
408
 
409
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:230
410
  msgid "Port"
411
  msgstr "Port"
412
 
413
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:238
414
  msgid "Username"
415
  msgstr "Nom d'utilisateur"
416
 
417
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:246
418
  msgid "Password"
419
  msgstr "Mot de passe"
420
 
421
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:255
422
  msgid "Offline Chat Box Title"
423
  msgstr "Titre de la Fenêtre de discussion hors-ligne"
424
 
425
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:263
426
  msgid "Offline Text Fields"
427
  msgstr "Champs de texte hors-ligne"
428
 
429
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:280
430
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:241
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
431
  msgid "Chat box fill color"
432
  msgstr "Réglage couleur de la fenêtre de discussion"
433
 
434
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:286
435
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:247
436
  msgid "Chat box font color"
437
  msgstr "Couleur de police de la fenêtre de discussion"
438
 
439
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
440
  msgid "First Section Text"
441
  msgstr "Texte de première partie"
442
 
443
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:301
444
  msgid "Intro Text"
445
  msgstr "Texte d'introduction"
446
 
447
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:307
448
  msgid "Second Section Text"
449
  msgstr "Texte de seconde partie"
450
 
451
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:314
452
  msgid "Reactivate Chat Section Text"
453
  msgstr "Ré-activer la partie texte de la discussion"
454
 
455
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:322
456
  msgid "User chat welcome"
457
  msgstr "Message de bienvenue pour le visiteur"
458
 
459
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:331
460
  msgid "Other text"
461
  msgstr "Autre texte"
462
 
463
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:333
464
  msgid "This text is shown above the user chat input field"
465
  msgstr ""
466
  "Ce texte est affiché au-dessus du champ de saisie de la fenêtre de "
467
  "discussion du visiteur"
468
 
469
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:346
470
  msgid "Current Users that are Chat Agents"
471
  msgstr "Les visiteurs actuels qui sont des Opérateurs"
472
 
473
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:351
474
  msgid ""
475
  "To add or remove a user as a chat agent, go into the users profile and "
476
  "select the checkbox Chat Agent and click save."
@@ -479,38 +735,89 @@ msgstr ""
479
  "profil utilisateur et cochez ou décochez la case (Make this user a chat "
480
  "agent) et cliquez sur Enregistrer."
481
 
482
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:352
483
  msgid "If there are no chat agents online, the chat will show as offline"
484
  msgstr ""
485
- "S'il n'y a pas d'opérateur de discussion en ligne, le Tchat vous montrera "
486
- "comme étant hors ligne"
 
 
 
 
 
 
 
487
 
488
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:356
489
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
490
  msgid "Save Settings"
491
  msgstr "Sauvegarder les réglages"
492
 
493
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:349
494
  msgid "Dear User"
495
  msgstr "Cher utilisateur"
496
 
497
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:350
498
  msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
499
  msgstr ""
500
  "Vous utilisez une version périmée de WP Live Chat Support Basic. S'il vous "
501
  "plait"
502
 
503
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:350
504
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:570
505
  msgid "update to at least version"
506
  msgstr "mettez votre version à jour"
507
 
508
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:350
509
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:570
510
  msgid "to ensure all functionality is in working order"
511
  msgstr "pour être sûr que toutes les fonctionnalités soient en ordre de marche"
512
 
513
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:351
514
  msgid ""
515
  "You're live chat box on your website has been temporarily disabled until the "
516
  "basic plugin has been updated. This is to ensure a smooth and hassle-free "
@@ -520,7 +827,7 @@ msgstr ""
520
  "discussion est temporairement désactivée, le temps de la mise à jour de la "
521
  "version de base du plugin."
522
 
523
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:352
524
  msgid ""
525
  "You can update your plugin <a href='./update-core.php'>here</a> or <a "
526
  "href='./plugins.php'>here</a>."
@@ -528,19 +835,21 @@ msgstr ""
528
  "Vous pouvez mettre à jour votre plugin <a href='./update-core.php'>here</a> "
529
  "or <a href='./plugins.php'>ici</a>."
530
 
531
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:353
532
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:573
 
533
  msgid "If you are having difficulty updating the plugin, please contact"
534
  msgstr ""
535
  "Si vous rencontrez des difficultés pour mettre à jour le plugin, merci de "
536
  "nous contacter"
537
 
538
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:369
539
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:569
 
540
  msgid "Dear Pro User"
541
  msgstr "Cher utilisateur Pro"
542
 
543
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:370
544
  msgid ""
545
  "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
546
  "download the latest copy from"
@@ -548,50 +857,150 @@ msgstr ""
548
  "WP Live Chat Support Pro nécéssite WP Live Chat Support pour fonctionner. "
549
  "Vous pouvez télécharger la dernière version sur"
550
 
551
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:465
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
552
  msgid "Delete History"
553
  msgstr "Supprimer Historique"
554
 
555
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:471
556
- msgid "Date"
557
- msgstr "Date"
 
 
 
 
 
558
 
559
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:482
 
 
 
 
560
  msgid "No chats available at the moment"
561
  msgstr "Aucune discussion pour l'instant"
562
 
563
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:491
564
  msgid "View Chat History"
565
  msgstr "Voir l'historique des discussions"
566
 
567
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:644
 
 
 
 
 
 
 
 
568
  msgid "Send message"
569
  msgstr "Envoyer message"
570
 
571
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:677
572
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:914
573
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:338
574
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:720
575
  msgid "Send"
576
  msgstr "Envoyé"
577
 
578
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:700
579
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1087
580
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
581
  msgstr ""
582
  "S'il vous plaît, cliquez sur Démarrer la discussion pour initier une "
583
  "conversation avec un opérateur"
584
 
585
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:743
586
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1097
587
  msgid "Your settings have been saved."
588
  msgstr "Vos paramètres ont été sauvegardés"
589
 
590
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:764
 
591
  msgid "Chat sessions"
592
  msgstr "Sessions de discussion"
593
 
594
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:773
 
595
  msgid ""
596
  "Please note: This window must be open in order to receive new chat "
597
  "notifications."
@@ -599,62 +1008,55 @@ msgstr ""
599
  "Notez SVP : Cette fenêtre doit être ouverte pour recevoir de nouvelles "
600
  "notifications de discussion."
601
 
602
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:778
603
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:623
604
- msgid "Visitors on site"
605
- msgstr "Visiteur sur le site"
 
606
 
607
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:873
608
  msgid "Unknown"
609
  msgstr "Inconnu"
610
 
611
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:878
612
- msgid "Chat with"
613
- msgstr "Discuter avec"
 
614
 
615
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:897
616
  msgid "Attempting to open the chat window... Please be patient."
617
  msgstr ""
618
  "En attente d'ouverture de la fenêtre de discussion...Merci pour votre "
619
  "patience."
620
 
621
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:902
622
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:710
623
- msgid "End chat"
624
- msgstr "Terminer la discussion"
625
-
626
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:911
627
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:334
628
- msgid "Press ENTER to send your message"
629
- msgstr "Appuyer sur ENTRÉE pour envoyer votre message"
630
-
631
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:964
632
  msgid "This chat has already been answered. Please close the chat window"
633
  msgstr ""
634
  "Vous avez déjà répondu à cette discussion. Merci de clore cette fenêtre de "
635
  "discussion"
636
 
637
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1028
638
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:822
639
  msgid "User has opened the chat window"
640
  msgstr "Le visiteur a ouvert la fenêtre de discussion"
641
 
642
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1033
643
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:827
644
  msgid "User has minimized the chat window"
645
  msgstr "Le visiteur a réduit la fenêtre de discussion"
646
 
647
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1038
648
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:832
649
  msgid "User has maximized the chat window"
650
  msgstr "Le visiteur a ouvert la fenêtre de discussion"
651
 
652
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1043
653
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:837
654
  msgid "User has closed and ended the chat"
655
  msgstr "Le visiteur a clos la discussion"
656
 
657
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1373
658
  msgid ""
659
  "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
660
  "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
@@ -662,144 +1064,148 @@ msgstr ""
662
  "Une erreur HTTP à eu lieu durant la demande de l'API.</p> <p><a href=\"?\" "
663
  "onclick=\"document.location.reload(); return false;\">Essayez encore</a>"
664
 
665
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1378
666
  msgid "An unknown error occurred"
667
  msgstr "Une erreur inconnue s'est produite"
668
 
669
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1467
670
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:160
671
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:604
672
  msgid "Live Chat"
673
  msgstr "Tchat"
674
 
675
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1468
676
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:161
677
  msgid "Settings"
678
  msgstr "Réglages"
679
 
680
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1469
681
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1471
682
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:162
 
 
 
 
 
683
  msgid "History"
684
  msgstr "Historique"
685
 
686
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1469
687
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1482
688
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1493
689
- msgid "Quick Responses"
690
- msgstr "Réponses rapides"
691
 
692
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1472
693
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
694
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:163
695
  msgid "Feedback"
696
  msgstr "Votre avis"
697
 
698
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1476
699
  msgid "Error Log"
700
  msgstr "Erreur de connexion"
701
 
702
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1483
 
 
 
 
 
 
703
  msgid "Quick Response"
704
  msgstr "Réponse rapide"
705
 
706
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1484
707
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1487
708
  msgid "New Quick Response"
709
  msgstr "Nouvelle réponse rapide"
710
 
711
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1485
712
  msgid "Add New Quick Response"
713
  msgstr "Ajouter une nouvelle réponse rapide"
714
 
715
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1486
716
  msgid "Edit Quick Response"
717
  msgstr "Éditer nouvelle réponse rapide"
718
 
719
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1488
720
  msgid "All Quick Responses"
721
  msgstr "Toutes les réponses rapides"
722
 
723
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1489
724
  msgid "View Quick Responses"
725
  msgstr "Voir les réponses rapides"
726
 
727
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1490
728
  msgid "Search Quick Responses"
729
  msgstr "Chercher les réponses rapides"
730
 
731
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1491
732
  msgid "No Quick Responses found"
733
  msgstr "Aucune réponse rapide trouvée"
734
 
735
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1492
736
  msgid "No Quick Responses found in the Trash"
737
  msgstr "Aucune réponse rapide dans la corbeille"
738
 
739
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1497
740
  msgid "Quick Responses for WP Live Chat Support Pro"
741
  msgstr "Réponses rapides pour WP Live Chat Support Pro"
742
 
743
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1556
744
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1558
745
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:722
746
  msgid "Assign Quick Response"
747
  msgstr "Attribuer une réponse rapide"
748
 
749
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1560
750
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:722
751
  msgid "Select"
752
  msgstr "Sélectionner"
753
 
754
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1567
755
  msgid "What is this?"
756
  msgstr "Quest-ce que c'est ?"
757
 
758
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:176
759
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:314
760
- msgid "user"
761
- msgstr "Utilisateur"
762
-
763
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:177
764
- msgid "no email set"
765
- msgstr "Pas d'Email enregistré"
766
-
767
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:441
768
  msgid "complete"
769
  msgstr "complet"
770
 
771
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:444
772
  msgid "pending"
773
  msgstr "en attente"
774
 
775
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:447
776
  msgid "active"
777
  msgstr "activé"
778
 
779
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:450
780
  msgid "deleted"
781
  msgstr "supprimé"
782
 
783
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:453
784
  msgid "browsing"
785
  msgstr "navigue sur le site"
786
 
787
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:456
788
  msgid "requesting chat"
789
  msgstr "Discussion demandée"
790
 
791
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:459
792
  msgid "Chat Ended - User still browsing"
793
  msgstr "Discussion terminée - Le visiteur continue à naviguer sur votre site"
794
 
795
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:462
796
  msgid "User is browsing but doesn't want to chat"
797
  msgstr "Le visiteur navigue sur votre site et ne souhaite pas discuter"
798
 
799
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:526
800
  msgid "Get Pro Add-on to accept more chats"
801
  msgstr "Prenez la version PRO pour accepter plus de discussions"
802
 
 
 
 
 
803
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
804
  msgid "WP Live Chat Support Feedback"
805
  msgstr "Votre avis sur WP LIve Chat Support "
@@ -824,109 +1230,162 @@ msgstr "Votre Site Web"
824
  msgid "Send Feedback"
825
  msgstr "Envoyer votre avis"
826
 
827
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:24
828
  msgid "Agents"
829
  msgstr "Opérateurs"
830
 
831
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
 
832
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
833
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:141
834
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:157
835
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:173
836
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:190
 
 
837
  msgid "available in the"
838
  msgstr "disponible dans la"
839
 
840
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
 
841
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
842
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
843
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:158
844
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:174
845
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:191
846
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:212
847
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:226
848
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:276
849
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1063
 
 
 
 
850
  msgid "Pro Add-on"
851
  msgstr "Version Pro"
852
 
853
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:49
 
854
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
855
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:143
856
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
857
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:175
858
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:192
 
 
859
  msgid "only"
860
  msgstr "seulement"
861
 
862
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:211
 
 
 
 
863
  msgid "Get offline messages with the "
864
  msgstr "Obtenir les messages hors-ligne avec la"
865
 
866
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:220
867
  msgid "Offline text"
868
  msgstr "Texte hors-ligne"
869
 
870
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:225
871
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:275
872
  msgid "Edit these text fields using the "
873
  msgstr "Editer ces champs de textes en utilisant le"
874
 
875
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:254
876
- msgid "First section text"
877
- msgstr "Texte de première partie"
878
 
879
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:256
880
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:258
881
- msgid "Questions?"
882
- msgstr "Questions?"
883
 
884
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:257
885
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:258
886
- msgid "Chat with us"
887
- msgstr "Discutez avec nous"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
888
 
889
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:261
 
 
 
 
890
  msgid "Second section text"
891
  msgstr "Texte de seconde partie"
892
 
893
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:263
894
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:319
895
- msgid "Start Chat"
896
- msgstr "Démarrer la discussion"
897
-
898
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:264
899
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:326
900
  msgid "Connecting you to a sales person. Please be patient."
901
  msgstr ""
902
  "Nous vous mettons en relation avec un opérateur. Merci de bien vouloir "
903
  "patienter."
904
 
905
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:270
906
  msgid "Reactivate chat section text"
907
  msgstr "Ré-activer la partie texte de la discussion"
908
 
909
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:272
910
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:329
911
- msgid "Reactivating your previous chat..."
912
- msgstr "Ré-activer votre précédente discussion"
913
-
914
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:287
915
  msgid "Multiple Agents"
916
  msgstr "Multiples opérateurs"
917
 
918
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:288
919
  msgid "Get"
920
  msgstr "Obtenir"
921
 
922
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:288
923
  msgid "Multiple agent support"
924
  msgstr "Assistance multiple opérateurs"
925
 
 
 
 
 
 
 
 
 
 
 
 
 
 
926
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
927
  msgid "Welcome to "
928
  msgstr "Bienvenue à"
929
 
 
 
 
 
 
 
 
 
 
 
 
 
930
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
931
  msgid "WordPress.org plugin repository "
932
  msgstr "WordPress.org référentiel de plugins"
@@ -959,18 +1418,18 @@ msgstr "Soumettre"
959
  msgid "Skip"
960
  msgstr "Passer"
961
 
962
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:132
963
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:957
964
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
965
  msgstr ""
966
  "S'il vous plaît, cliquez sur 'Démarrer la discussion' pour initier une "
967
  "conversation avec un opérateur"
968
 
969
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:268
970
  msgid "Start Live Chat"
971
  msgstr "Démarrer une discussion"
972
 
973
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:570
974
  msgid ""
975
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
976
  "strong>. Please"
@@ -978,7 +1437,7 @@ msgstr ""
978
  "Vous utilisez actuellement une version périmée de <strong>WP Live Chat "
979
  "Support Pro</strong>."
980
 
981
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:571
982
  msgid ""
983
  "You're live chat box on your website has been temporarily disabled until the "
984
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
@@ -988,7 +1447,8 @@ msgstr ""
988
  "discussion est temporairement désactivée, le temps de la mise à jour de la "
989
  "version Pro du plugin."
990
 
991
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:572
 
992
  msgid ""
993
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
994
  "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
@@ -998,89 +1458,316 @@ msgstr ""
998
  "<a href='./plugins.php'>here</a> or <a href='http://wp-livechat.com/get-"
999
  "updated-version/' target='_BLANK'>ici</a>."
1000
 
1001
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1002
  msgid "Experiencing problems with the plugin?"
1003
  msgstr "Vous rencontrez des problèmes avec le plugin?"
1004
 
1005
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:600
1006
  msgid "Review the documentation."
1007
  msgstr "Consultez la documentation."
1008
 
1009
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:601
1010
  msgid "Or ask a question on our"
1011
  msgstr "ou posez une question sur notre"
1012
 
1013
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:624
 
 
 
 
1014
  msgid "With the Pro add-on of WP Live Chat Support, you can"
1015
  msgstr "Avec la version Pro de WP Live Chat Support, vous pouvez"
1016
 
1017
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:624
 
1018
  msgid "see who's online and initiate chats"
1019
  msgstr "voir qui est en ligne et être à l'initiative de la discussion"
1020
 
1021
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:624
1022
  msgid "with your online visitors with the click of a button."
1023
  msgstr "avec vos visiteurs en ligne en 1 clic."
1024
 
1025
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:624
1026
- msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates FOREVER."
1027
  msgstr ""
1028
  " Achetez la version Pro pour seulement $29.95 une fois pour toute. Mises à "
1029
  "jour illimitées."
1030
 
1031
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:624
1032
- msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates Forever."
1033
  msgstr ""
1034
  " Achetez la version Pro pour seulement $29.95 une fois pour toute. Mises à "
1035
  "jour illimitées."
1036
 
1037
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:689
1038
  msgid "Previous"
1039
  msgstr "Précédent"
1040
 
1041
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:689
1042
  msgid "Active"
1043
  msgstr "Actif"
1044
 
1045
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:722
 
 
 
 
1046
  msgid "Add Quick Responses to your Live Chat"
1047
  msgstr "Ajouter réponses rapides à votre Live Chat"
1048
 
1049
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:722
1050
  msgid "Pro version only"
1051
  msgstr "Version Pro uniquement"
1052
 
1053
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1058
 
 
 
 
1054
  msgid "WP Live Chat History"
1055
  msgstr "Historique WP Live Chat "
1056
 
1057
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1063
 
1058
  msgid "This option is only available in the "
1059
  msgstr "Cette option est uniquement possible dans"
1060
 
1061
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1063
1062
- msgid " of WP Live Chat. "
1063
- msgstr "de WP Live Chat "
1064
-
1065
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1063
1066
- msgid "Get it now for only $29.95 once off!"
1067
  msgstr "Achetez maintenant pour seulement $29.95, une fois pour toute!"
1068
 
1069
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1070
  msgid "Thank You for your feedback!"
1071
  msgstr "Merci pour votre avis!"
1072
 
1073
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1116
1074
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1129
1075
  msgid "Thank you for your feedback. We will be in touch soon"
1076
  msgstr "Merci pour votre avis. Nous vous contacterons prochainement"
1077
 
1078
- #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1133
1079
  msgid "There was a problem sending your feedback. Please log your feedback on "
1080
  msgstr ""
1081
- "Il y a eu un probleme lors de l'envoi de votre avis. Merci de mettre votre "
1082
  "avis sur"
1083
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1084
  #~ msgid "IP"
1085
  #~ msgstr "IP"
1086
 
@@ -1090,9 +1777,6 @@ msgstr ""
1090
  #~ msgid "Email address"
1091
  #~ msgstr "Adresse Email"
1092
 
1093
- #~ msgid "IP Address"
1094
- #~ msgstr "Adresse IP"
1095
-
1096
  #~ msgid "From URL"
1097
  #~ msgstr "De l'URL"
1098
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
+ "POT-Creation-Date: 2015-03-16 11:12+0200\n"
5
+ "PO-Revision-Date: 2015-03-16 11:12+0200\n"
6
  "Last-Translator: Marcello Cavallucci <contact@fbmediaworks.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\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
  "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'administrateur a mis fin à la discussion"
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 "Pas de réponse. Merci de ré essayer plus tard"
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:891
32
+ msgid "Visitors on site"
33
+ msgstr "Visiteur sur le site"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:40
36
  msgid "Initiate Chat"
37
  msgstr "Démarrer la discussion"
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 "Vous devez être un Opérateur pour démarrer une discussion"
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:1118
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:957
48
+ msgid "IP Address not recorded"
49
+ msgstr "Adresse IP"
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:1120
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:959
56
+ msgid "Whois for"
57
+ msgstr "Whois pour"
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:1157
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:981
64
+ msgid "Site Info"
65
+ msgstr "Info site"
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:1159
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:983
72
+ msgid "Chat initiated on:"
73
+ msgstr "Notifications de discussion"
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:1163
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:987
80
+ msgid "Advanced Info"
81
+ msgstr "Infos avancées "
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:1165
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:989
88
+ msgid "Browser:"
89
+ msgstr "navigateur :"
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:1166
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:990
96
+ msgid "IP Address:"
97
+ msgstr "Adresse 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 "Pas de visiteur en ligne en ce moment"
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 "Pas de session de discussion disponible pour le moment"
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 "Tchat"
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 "Accepter la discussion"
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 "Démarrer la discussion"
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 "Vous avez un Tchat entrant."
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 "Vous devez être un Opérateur pour répondre à une discussion"
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 "Ouvrir la fenêtre de discussion"
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 "Actif"
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 "Cette discussion est activée"
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 discussion à été prise en charge par un autre opérateur"
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 discussion à été prise en charge par un autre opérateur"
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 "WP Live Chat Support - Message hors-ligne provenant de"
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:599
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:767
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:801
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:483
167
+ msgid "Name"
168
+ msgstr "Nom"
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:600
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:768
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:802
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:484
177
+ msgid "Email"
178
+ msgstr "Email"
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:803
183
  msgid "Message"
184
  msgstr "Message"
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 "de WP Live Chat Support"
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 "Alerte : Une personne souhaite discuter avec vous sur"
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 "Une personne souhaite discuter avec vous sur votre site 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 "Connexion"
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 "Opérateur"
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 "Faire de ce visiteur un opérateur"
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 ""
216
+ "Votre rôle d'utilisateur ne vous permet pas de vous déclarer, vous-même, "
217
+ "comme opérateur."
218
+
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:548
220
+ msgid "Please contact the administrator of this website to change this."
221
+ msgstr "Merci de contacter l'administrateur du site pour changer cela."
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 "Opérateur en ligne"
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 "Opérateurs en ligne"
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:598
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:885
235
+ msgid "Date"
236
+ msgstr "Date"
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 "Vous n'avez pas reçu de message hors-ligne."
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 "Réglages de WP Live Chat Support"
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 "Paramètres généraux"
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 "Fenêtre de discussion"
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:1822
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 "Messages hors-ligne"
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 "Style"
271
 
273
  msgid "Chat Agents"
274
  msgstr "Opérateur de discussion"
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 "Action"
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 "Visiteurs bloqués"
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 "Paramètres de base"
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 "Discussion activée"
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 "Oui"
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 "Non"
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 "Choisir quand je veux apparaître en ligne"
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
+ "Cochez ici, vous permettra de changer votre statut en \"En ligne \" ou "
320
+ "\"Hors ligne \" sur la page \"Tchat \"."
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 "Masquer la fenêtre de discussion"
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 ""
331
  "Masquer fenêtre de discussion durant 24 h si le visiteur a cliqué sur la X"
332
 
333
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
334
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:73
335
  msgid "Require Name And Email"
336
  msgstr "Nom et Email requis"
337
 
338
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:70
339
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:74
340
  msgid ""
341
  "Users will have to enter their Name and Email Address when starting a chat"
342
  msgstr ""
343
  "Les visiteurs devront entrer leur nom et adresse e-mail lors du démarrage "
344
  "d'une discussion"
345
 
346
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:78
347
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:82
348
  msgid "Input Field Replacement Text"
349
  msgstr "Remplacement de texte dans champs de saisie"
350
 
351
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:79
352
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:83
353
  msgid "This is the text that will show in place of the Name And Email fields"
354
  msgstr "C'est le texte qui apparaîtra à la place des champs de Nom et d'Email"
355
 
356
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
357
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:91
358
  msgid "Use Logged In User Details"
359
  msgstr "Utiliser les infos du visiteur connecté"
360
 
361
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:88
362
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:92
363
  msgid ""
364
  "A user's Name and Email Address will be used by default if they are logged "
365
  "in."
366
  msgstr ""
367
+ "Un Nom et un Email de votre visiteur seront utilisés par défaut si ils sont "
368
  "connectés."
369
 
370
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
371
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
372
  msgid "Enable On Mobile Devices"
373
  msgstr "Activer sur les appareils mobiles"
374
 
375
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
376
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:101
377
  msgid ""
378
  "Disabling this will mean that the Chat Box will not be displayed on mobile "
379
  "devices. (Smartphones and Tablets)"
381
  "Désactiver signifie que la fenêtre de discussion ne sera pas affichée sur "
382
  "les appareils mobiles. (Smartphones et tablettes)"
383
 
384
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:105
385
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
386
+ msgid "Record a visitor's IP Address"
387
+ msgstr "Enregistrez l'adresse IP du visiteur"
388
+
389
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:106
390
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:110
391
+ msgid "Disable this to enable anonymity for your visitors"
392
+ msgstr "Désactiver cette option pour permettre l'anonymat pour vos visiteurs"
393
+
394
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
395
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:118
396
+ msgid "Include chat window on the following pages:"
397
+ msgstr "Inclure la fenêtre de chat dans les pages suivantes :"
398
+
399
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:115
400
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
401
+ msgid ""
402
+ "Show the chat window on the following pages. Leave blank to show on all. "
403
+ "(Use comma-separated Page ID's)"
404
+ msgstr ""
405
+ "Afficher la fenêtre de Tchat dans les pages suivantes. Laissez vide pour "
406
+ "affichage sur toutes les pages. ( ID des pages séparées par des virgules )"
407
+
408
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:119
409
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
410
+ msgid ""
411
+ "Do not include and exclude pages at the same time. Please only use one or "
412
+ "the other"
413
+ msgstr ""
414
+ "Ne pas inclure et exclure des pages en même temps. Utilisez, svp, "
415
+ "uniquement l'une ou l'autre"
416
+
417
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:124
418
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:134
419
+ msgid "Exclude chat window on the following pages:"
420
+ msgstr "Exclure la fenêtre de Tchat dans les pages suivantes :"
421
+
422
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:125
423
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
424
+ msgid ""
425
+ "Do not show the chat window on the following pages. Leave blank to show on "
426
+ "all. (Use comma-separated Page ID's)"
427
+ msgstr ""
428
+ "Ne plus afficher la fenêtre de Tchat dans les pages suivantes. Laissez vide "
429
+ "pour affichage sur toutes les pages. ( ID des pages séparées par des "
430
+ "virgules )"
431
+
432
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
433
+ msgid "Allow any user to make themselves a chat agent"
434
+ msgstr "Permettre à tout utilisateur de devenir opérateur"
435
+
436
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:136
437
+ msgid ""
438
+ "Checking this will allow any of your users to make themselves a chat agent "
439
+ "when editing their profile."
440
+ msgstr ""
441
+ "En cochant cette case vous permettez à un de vos utilsateurs de devenir "
442
+ "opérateur lors de la modification de son profil."
443
+
444
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:143
445
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
446
  msgid "Chat Window Settings"
447
  msgstr "Paramètres de la fenêtre de discussion"
448
 
449
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:146
450
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:156
451
  msgid "Chat box alignment"
452
  msgstr "Alignement de la fenêtre de discussion"
453
 
454
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
455
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
456
  msgid "Bottom left"
457
  msgstr "En bas à gauche"
458
 
459
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:150
460
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:160
461
  msgid "Bottom right"
462
  msgstr "En bas à droite"
463
 
464
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:151
465
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:161
466
  msgid "Left"
467
  msgstr "Gauche"
468
 
469
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:152
470
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:162
471
  msgid "Right"
472
  msgstr "Droite"
473
 
474
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
475
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:168
476
  msgid "Auto Pop-up"
477
  msgstr "Ouverture automatique"
478
 
479
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:162
480
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:172
481
  msgid ""
482
  "Expand the chat box automatically (prompts the user to enter their name and "
483
  "email address)."
485
  "Ouvrir automatiquement la fenêtre de discussion (invite le visiteur à entrer "
486
  "son nom et son adresse email)"
487
 
488
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:168
489
  msgid "Name "
490
  msgstr "Nom"
491
 
492
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:182
493
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:194
494
  msgid "Picture"
495
  msgstr "Image"
496
 
497
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:190
498
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:197
499
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:213
500
  msgid "Upload Image"
501
  msgstr "Importer l'image"
502
 
503
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:192
504
  msgid "Remove Image"
505
  msgstr "Retirer l'image"
506
 
507
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:193
508
  msgid "Recomended Size 40px x 40px"
509
  msgstr "Taille recommandée 40px x 40px"
510
 
511
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:199
512
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:210
513
  msgid "Logo"
514
  msgstr "Logo"
515
 
516
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:207
517
  msgid "Upload Logo"
518
  msgstr "Télécharger le Logo"
519
 
520
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
521
  msgid "Remove Logo"
522
  msgstr "Retirer le Logo"
523
 
524
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:210
525
  msgid "Recomended Size 250px x 40px"
526
  msgstr "Taille recommandée 250px x 40px"
527
 
528
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:216
529
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:226
530
  msgid "Chat delay (seconds)"
531
  msgstr "Délai de discussion (secondes)"
532
 
533
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:219
534
  msgid "how long it takes for your chat window to pop up"
535
  msgstr "Temps de début d'apparition de la fenêtre de discussion"
536
 
537
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:225
538
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:242
539
  msgid "Chat notifications"
540
  msgstr "Notifications de discussion"
541
 
542
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
543
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:246
544
  msgid "Alert me via email as soon as someone wants to chat"
545
  msgstr ""
546
  "Alertez-moi par Email dès qu'un visiteur souhaite ouvrir une discussion"
547
 
548
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:230
549
  msgid "(while online only)"
550
  msgstr "(seulement en ligne)"
551
 
552
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
553
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:258
554
+ msgid "Display name and avatar in chat"
555
+ msgstr "Afficher nom et avatar dans le Tchat"
556
+
557
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
558
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:264
559
+ msgid "Display the agent and user name above each message in the chat window."
560
+ msgstr ""
561
+ "Afficher l'opérateur et le nom d'utilisateur au dessus de chaque message "
562
+ "dans la fenêtre de Tchat."
563
+
564
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:246
565
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:269
566
+ msgid "Only show the chat window to users that are logged in"
567
+ msgstr ""
568
+ "Affichez la fenêtre de discussion, seulement pour les utilisateurs qui sont "
569
+ "connectés"
570
+
571
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:254
572
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:277
573
+ msgid ""
574
+ "By checking this, only users that are logged in will be able to chat with "
575
+ "you."
576
+ msgstr ""
577
+ "En cochant cette case, seuls les visiteurs qui sont connectés seront en "
578
+ "mesure de discuter avec vous."
579
+
580
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:266
581
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:288
582
+ msgid "Do not allow users to send offline messages"
583
+ msgstr "Ne pas autoriser les visiteurs à envoyer des messages hors ligne"
584
+
585
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:274
586
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:292
587
+ msgid ""
588
+ "The chat window will be hidden when it is offline. Users will not be able to "
589
+ "send offline messages to you"
590
+ msgstr ""
591
+ "La fenêtre de Tchat sera cachée quand vous êtes déconnecté. Les visiteurs ne "
592
+ "seront pas en mesure de vous envoyer des messages hors ligne"
593
+
594
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:279
595
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:297
596
  msgid "Email Address"
597
  msgstr "Adresse Email"
598
 
599
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:283
600
  msgid "Email address where offline messages are delivered to"
601
+ msgstr ""
602
+ "Adresse Email où seront envoyés les messages lorsque vous êtes hors ligne"
603
+
604
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:284
605
+ msgid ""
606
+ "Use comma separated email addresses to send to more than one email address"
607
+ msgstr ""
608
+ "Séparez les adresses email par des virgules si vous voulez en utiliser "
609
+ "plusieurs"
610
 
611
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
612
  msgid "Sending Method"
613
  msgstr "Méthode d'envoi"
614
 
615
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:293
616
  msgid "WP Mail"
617
  msgstr "WP Mail"
618
 
619
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
620
  msgid "PHP Mailer"
621
  msgstr "PHP Mailer"
622
 
623
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:306
624
  msgid "Host"
625
  msgstr "Hôte"
626
 
627
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:314
628
  msgid "Port"
629
  msgstr "Port"
630
 
631
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:322
632
  msgid "Username"
633
  msgstr "Nom d'utilisateur"
634
 
635
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:330
636
  msgid "Password"
637
  msgstr "Mot de passe"
638
 
639
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:339
640
  msgid "Offline Chat Box Title"
641
  msgstr "Titre de la Fenêtre de discussion hors-ligne"
642
 
643
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:347
644
  msgid "Offline Text Fields"
645
  msgstr "Champs de texte hors-ligne"
646
 
647
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:380
648
+ msgid "Choose a theme"
649
+ msgstr "Choisir un thème"
650
+
651
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:385
652
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:386
653
+ msgid "Theme 1"
654
+ msgstr ""
655
+
656
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:389
657
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:390
658
+ msgid "Theme 2"
659
+ msgstr ""
660
+
661
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
662
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:394
663
+ msgid "Theme 3"
664
+ msgstr ""
665
+
666
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:397
667
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:398
668
+ msgid "Theme 4"
669
+ msgstr ""
670
+
671
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:401
672
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:402
673
+ msgid "Theme 5"
674
+ msgstr ""
675
+
676
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:405
677
+ msgid "Theme 6"
678
+ msgstr ""
679
+
680
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:406
681
+ msgid "Custom. Enter Colour Values Below"
682
+ msgstr ""
683
+ "Personnalisation. Allez dans \"Réglage couleur de la fenêtre de discussion\""
684
+
685
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:422
686
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:359
687
  msgid "Chat box fill color"
688
  msgstr "Réglage couleur de la fenêtre de discussion"
689
 
690
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:428
691
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:365
692
  msgid "Chat box font color"
693
  msgstr "Couleur de police de la fenêtre de discussion"
694
 
695
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:442
696
  msgid "First Section Text"
697
  msgstr "Texte de première partie"
698
 
699
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:451
700
  msgid "Intro Text"
701
  msgstr "Texte d'introduction"
702
 
703
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:457
704
  msgid "Second Section Text"
705
  msgstr "Texte de seconde partie"
706
 
707
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:464
708
  msgid "Reactivate Chat Section Text"
709
  msgstr "Ré-activer la partie texte de la discussion"
710
 
711
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:472
712
  msgid "User chat welcome"
713
  msgstr "Message de bienvenue pour le visiteur"
714
 
715
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:481
716
  msgid "Other text"
717
  msgstr "Autre texte"
718
 
719
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:483
720
  msgid "This text is shown above the user chat input field"
721
  msgstr ""
722
  "Ce texte est affiché au-dessus du champ de saisie de la fenêtre de "
723
  "discussion du visiteur"
724
 
725
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:509
726
  msgid "Current Users that are Chat Agents"
727
  msgstr "Les visiteurs actuels qui sont des Opérateurs"
728
 
729
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:523
730
  msgid ""
731
  "To add or remove a user as a chat agent, go into the users profile and "
732
  "select the checkbox Chat Agent and click save."
735
  "profil utilisateur et cochez ou décochez la case (Make this user a chat "
736
  "agent) et cliquez sur Enregistrer."
737
 
738
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:524
739
  msgid "If there are no chat agents online, the chat will show as offline"
740
  msgstr ""
741
+ "S'il n'y a pas d'opérateur en ligne, le Tchat vous annoncera hors ligne"
742
+
743
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:557
744
+ msgid ""
745
+ "You are using an outdated version of WP Live Chat Support Basic. Please "
746
+ "update your plugin to allow for animations to function"
747
+ msgstr ""
748
+ "Vous utilisez une version périmée de WP Live Chat Support Basic. S'il vous "
749
+ "plait"
750
 
751
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:562
752
+ msgid "Choose an animation"
753
+ msgstr "Choisir une animation"
754
+
755
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:568
756
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:443
757
+ msgid "Slide Up"
758
+ msgstr "Slide vers le haut"
759
+
760
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:572
761
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:447
762
+ msgid "Slide From The Side"
763
+ msgstr "Slide à partir du bord"
764
+
765
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:576
766
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:451
767
+ msgid "Fade In"
768
+ msgstr "Fondu enchainé"
769
+
770
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:580
771
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:455
772
+ msgid "No Animation"
773
+ msgstr "Pas d'animation"
774
+
775
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:592
776
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:463
777
+ msgid "Blocked Visitors - Based on IP Address"
778
+ msgstr "Visiteurs bloqués - Par leur adresse IP"
779
+
780
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:593
781
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:466
782
+ msgid "Enter each IP Address you would like to block on a new line"
783
+ msgstr ""
784
+ "Entrer chaque adresse IP que vous souhaitez bloquer sur une nouvelle ligne"
785
+
786
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:602
787
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:467
788
+ msgid ""
789
+ "Blocking a user's IP Address here will hide the chat window from them, "
790
+ "preventing them from chatting with you. Each IP Address must be on a new line"
791
+ msgstr ""
792
+ "Bloquer une adresse IP d'un visiteur masquera la fenêtre de tchat lorsqu'il "
793
+ "se connectera à votre site"
794
+
795
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:605
796
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:470
797
  msgid "Save Settings"
798
  msgstr "Sauvegarder les réglages"
799
 
800
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:457
801
  msgid "Dear User"
802
  msgstr "Cher utilisateur"
803
 
804
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
805
  msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
806
  msgstr ""
807
  "Vous utilisez une version périmée de WP Live Chat Support Basic. S'il vous "
808
  "plait"
809
 
810
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
811
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
812
  msgid "update to at least version"
813
  msgstr "mettez votre version à jour"
814
 
815
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
816
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
817
  msgid "to ensure all functionality is in working order"
818
  msgstr "pour être sûr que toutes les fonctionnalités soient en ordre de marche"
819
 
820
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:459
821
  msgid ""
822
  "You're live chat box on your website has been temporarily disabled until the "
823
  "basic plugin has been updated. This is to ensure a smooth and hassle-free "
827
  "discussion est temporairement désactivée, le temps de la mise à jour de la "
828
  "version de base du plugin."
829
 
830
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:460
831
  msgid ""
832
  "You can update your plugin <a href='./update-core.php'>here</a> or <a "
833
  "href='./plugins.php'>here</a>."
835
  "Vous pouvez mettre à jour votre plugin <a href='./update-core.php'>here</a> "
836
  "or <a href='./plugins.php'>ici</a>."
837
 
838
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:461
839
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
840
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:839
841
  msgid "If you are having difficulty updating the plugin, please contact"
842
  msgstr ""
843
  "Si vous rencontrez des difficultés pour mettre à jour le plugin, merci de "
844
  "nous contacter"
845
 
846
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
847
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:817
848
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:830
849
  msgid "Dear Pro User"
850
  msgstr "Cher utilisateur Pro"
851
 
852
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
853
  msgid ""
854
  "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
855
  "download the latest copy from"
857
  "WP Live Chat Support Pro nécéssite WP Live Chat Support pour fonctionner. "
858
  "Vous pouvez télécharger la dernière version sur"
859
 
860
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:487
861
+ msgid "Admin"
862
+ msgstr "Administrateur"
863
+
864
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:491
865
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:374
866
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:440
867
+ msgid "Questions?"
868
+ msgstr "Questions?"
869
+
870
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:492
871
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:375
872
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:440
873
+ msgid "Chat with us"
874
+ msgstr "Discutez avec nous"
875
+
876
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:493
877
+ msgid "Start live chat"
878
+ msgstr "Démarrer une discussion"
879
+
880
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:494
881
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:381
882
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:502
883
+ msgid "Start Chat"
884
+ msgstr "Démarrer la discussion"
885
+
886
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:495
887
+ msgid "Connecting. Please be patient..."
888
+ msgstr ""
889
+ "Nous vous mettons en relation avec un opérateur. Merci de bien vouloir "
890
+ "patienter."
891
+
892
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:496
893
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:390
894
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:508
895
+ msgid "Reactivating your previous chat..."
896
+ msgstr "Ré-activer votre précédente discussion"
897
+
898
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:497
899
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:315
900
+ msgid "Chat offline. Leave a message"
901
+ msgstr "Tchat hors-ligne. Laissez un message"
902
+
903
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:498
904
+ msgid "Hello. Please input your details so that I may help you."
905
+ msgstr ""
906
+ "Bonjour. Veuillez laisser vos infos, cela nous permettra de vous aider."
907
+
908
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:499
909
+ msgid ""
910
+ "We are currently offline. Please leave a message and we'll get back to you "
911
+ "shortly."
912
+ msgstr ""
913
+ "Nous sommes actuellement hors-ligne. Veuillez laisser un message et nous "
914
+ "reviendrons vers vous très vite."
915
+
916
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:500
917
+ msgid "Sending message..."
918
+ msgstr "Envoyer message"
919
+
920
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:501
921
+ msgid "Thank you for your message. We will be in contact soon."
922
+ msgstr "Merci pour votre avis. Nous vous contacterons prochainement"
923
+
924
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:502
925
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:513
926
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:998
927
+ msgid "Press ENTER to send your message"
928
+ msgstr "Appuyer sur ENTRÉE pour envoyer votre message"
929
+
930
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:503
931
+ msgid "Welcome. How may I help you?"
932
+ msgstr "Bonjour. Comment puis-je vous aider ?"
933
+
934
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:543
935
+ msgid "You are currently accepting chats"
936
+ msgstr "Vous acceptez actuellement des Tchats"
937
+
938
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:544
939
+ msgid "You are not accepting chats"
940
+ msgstr "Vous n'acceptez pas les Tchats"
941
+
942
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:592
943
  msgid "Delete History"
944
  msgstr "Supprimer Historique"
945
 
946
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:601
947
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:888
948
+ msgid "URL"
949
+ msgstr "URL"
950
+
951
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:602
952
+ msgid "Status"
953
+ msgstr "Statut"
954
 
955
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:603
956
+ msgid "Action"
957
+ msgstr "Action"
958
+
959
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:609
960
  msgid "No chats available at the moment"
961
  msgstr "Aucune discussion pour l'instant"
962
 
963
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:617
964
  msgid "View Chat History"
965
  msgstr "Voir l'historique des discussions"
966
 
967
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:718
968
+ msgid "Minize Chat Window"
969
+ msgstr "Ouvrir la fenêtre de discussion"
970
+
971
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:719
972
+ msgid "Close Chat Window"
973
+ msgstr "Ouvrir la fenêtre de discussion"
974
+
975
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:804
976
  msgid "Send message"
977
  msgstr "Envoyer message"
978
 
979
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:830
980
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:517
981
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1012
 
982
  msgid "Send"
983
  msgstr "Envoyé"
984
 
985
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:871
986
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1451
987
  msgid "Please click 'Start Chat' to initiate a chat with an agent"
988
  msgstr ""
989
  "S'il vous plaît, cliquez sur Démarrer la discussion pour initier une "
990
  "conversation avec un opérateur"
991
 
992
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:997
993
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1475
994
  msgid "Your settings have been saved."
995
  msgstr "Vos paramètres ont été sauvegardés"
996
 
997
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1013
998
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:871
999
  msgid "Chat sessions"
1000
  msgstr "Sessions de discussion"
1001
 
1002
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1015
1003
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:873
1004
  msgid ""
1005
  "Please note: This window must be open in order to receive new chat "
1006
  "notifications."
1008
  "Notez SVP : Cette fenêtre doit être ouverte pour recevoir de nouvelles "
1009
  "notifications de discussion."
1010
 
1011
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1019
1012
+ msgid ""
1013
+ "You are not a chat agent. Please make yourself a chat agent before trying to "
1014
+ "chat to visitors"
1015
+ msgstr ""
1016
 
1017
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1113
1018
  msgid "Unknown"
1019
  msgstr "Inconnu"
1020
 
1021
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1129
1022
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:965
1023
+ msgid "End chat"
1024
+ msgstr "Terminer la discussion"
1025
 
1026
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1134
1027
  msgid "Attempting to open the chat window... Please be patient."
1028
  msgstr ""
1029
  "En attente d'ouverture de la fenêtre de discussion...Merci pour votre "
1030
  "patience."
1031
 
1032
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1231
1033
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1592
 
 
 
 
 
 
 
 
 
1034
  msgid "This chat has already been answered. Please close the chat window"
1035
  msgstr ""
1036
  "Vous avez déjà répondu à cette discussion. Merci de clore cette fenêtre de "
1037
  "discussion"
1038
 
1039
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1299
1040
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1124
1041
  msgid "User has opened the chat window"
1042
  msgstr "Le visiteur a ouvert la fenêtre de discussion"
1043
 
1044
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1304
1045
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1129
1046
  msgid "User has minimized the chat window"
1047
  msgstr "Le visiteur a réduit la fenêtre de discussion"
1048
 
1049
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1309
1050
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1134
1051
  msgid "User has maximized the chat window"
1052
  msgstr "Le visiteur a ouvert la fenêtre de discussion"
1053
 
1054
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1314
1055
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1139
1056
  msgid "User has closed and ended the chat"
1057
  msgstr "Le visiteur a clos la discussion"
1058
 
1059
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1692
1060
  msgid ""
1061
  "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
1062
  "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
1064
  "Une erreur HTTP à eu lieu durant la demande de l'API.</p> <p><a href=\"?\" "
1065
  "onclick=\"document.location.reload(); return false;\">Essayez encore</a>"
1066
 
1067
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1697
1068
  msgid "An unknown error occurred"
1069
  msgstr "Une erreur inconnue s'est produite"
1070
 
1071
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1816
1072
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:257
 
1073
  msgid "Live Chat"
1074
  msgstr "Tchat"
1075
 
1076
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1817
1077
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:258
1078
  msgid "Settings"
1079
  msgstr "Réglages"
1080
 
1081
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1818
1082
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1836
1083
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1847
1084
+ msgid "Quick Responses"
1085
+ msgstr "Réponses rapides"
1086
+
1087
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1820
1088
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:259
1089
  msgid "History"
1090
  msgstr "Historique"
1091
 
1092
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1821
1093
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:260
1094
+ msgid "Missed Chats"
1095
+ msgstr "Masquer la fenêtre de discussion"
 
1096
 
1097
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1823
1098
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
1099
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:261
1100
  msgid "Feedback"
1101
  msgstr "Votre avis"
1102
 
1103
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1827
1104
  msgid "Error Log"
1105
  msgstr "Erreur de connexion"
1106
 
1107
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1830
1108
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:262
1109
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1599
1110
+ msgid "Support"
1111
+ msgstr ""
1112
+
1113
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1837
1114
  msgid "Quick Response"
1115
  msgstr "Réponse rapide"
1116
 
1117
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1838
1118
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1841
1119
  msgid "New Quick Response"
1120
  msgstr "Nouvelle réponse rapide"
1121
 
1122
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1839
1123
  msgid "Add New Quick Response"
1124
  msgstr "Ajouter une nouvelle réponse rapide"
1125
 
1126
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1840
1127
  msgid "Edit Quick Response"
1128
  msgstr "Éditer nouvelle réponse rapide"
1129
 
1130
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1842
1131
  msgid "All Quick Responses"
1132
  msgstr "Toutes les réponses rapides"
1133
 
1134
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1843
1135
  msgid "View Quick Responses"
1136
  msgstr "Voir les réponses rapides"
1137
 
1138
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1844
1139
  msgid "Search Quick Responses"
1140
  msgstr "Chercher les réponses rapides"
1141
 
1142
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1845
1143
  msgid "No Quick Responses found"
1144
  msgstr "Aucune réponse rapide trouvée"
1145
 
1146
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1846
1147
  msgid "No Quick Responses found in the Trash"
1148
  msgstr "Aucune réponse rapide dans la corbeille"
1149
 
1150
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1851
1151
  msgid "Quick Responses for WP Live Chat Support Pro"
1152
  msgstr "Réponses rapides pour WP Live Chat Support Pro"
1153
 
1154
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1906
1155
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1910
1156
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:999
1157
  msgid "Assign Quick Response"
1158
  msgstr "Attribuer une réponse rapide"
1159
 
1160
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1913
1161
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:999
1162
  msgid "Select"
1163
  msgstr "Sélectionner"
1164
 
1165
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1919
1166
  msgid "What is this?"
1167
  msgstr "Quest-ce que c'est ?"
1168
 
1169
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:566
 
 
 
 
 
 
 
 
 
1170
  msgid "complete"
1171
  msgstr "complet"
1172
 
1173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:569
1174
  msgid "pending"
1175
  msgstr "en attente"
1176
 
1177
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:572
1178
  msgid "active"
1179
  msgstr "activé"
1180
 
1181
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:575
1182
  msgid "deleted"
1183
  msgstr "supprimé"
1184
 
1185
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:578
1186
  msgid "browsing"
1187
  msgstr "navigue sur le site"
1188
 
1189
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:581
1190
  msgid "requesting chat"
1191
  msgstr "Discussion demandée"
1192
 
1193
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:584
1194
  msgid "Chat Ended - User still browsing"
1195
  msgstr "Discussion terminée - Le visiteur continue à naviguer sur votre site"
1196
 
1197
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:587
1198
  msgid "User is browsing but doesn't want to chat"
1199
  msgstr "Le visiteur navigue sur votre site et ne souhaite pas discuter"
1200
 
1201
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:671
1202
  msgid "Get Pro Add-on to accept more chats"
1203
  msgstr "Prenez la version PRO pour accepter plus de discussions"
1204
 
1205
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:915
1206
+ msgid "You have not missed any chat requests."
1207
+ msgstr "Vous n'avez pas manqué de demande de Tchat."
1208
+
1209
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
1210
  msgid "WP Live Chat Support Feedback"
1211
  msgstr "Votre avis sur WP LIve Chat Support "
1230
  msgid "Send Feedback"
1231
  msgstr "Envoyer votre avis"
1232
 
1233
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
1234
  msgid "Agents"
1235
  msgstr "Opérateurs"
1236
 
1237
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
1238
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
1239
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
1240
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:141
1241
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
1242
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
1243
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
1244
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
1245
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:249
1246
  msgid "available in the"
1247
  msgstr "disponible dans la"
1248
 
1249
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
1250
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
1251
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
1252
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
1253
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:185
1254
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
1255
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:217
1256
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:233
1257
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
1258
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:304
1259
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:318
1260
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:394
1261
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:464
1262
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1390
1263
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1410
1264
  msgid "Pro Add-on"
1265
  msgstr "Version Pro"
1266
 
1267
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:49
1268
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
1269
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:127
1270
  #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:143
1271
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:186
1272
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:202
1273
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:218
1274
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:234
1275
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:251
1276
  msgid "only"
1277
  msgstr "seulement"
1278
 
1279
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:66
1280
+ msgid " once off. Updates included forever."
1281
+ msgstr "Les mises à jours seront incluent de manière permanentes."
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 "Obtenir les messages hors-ligne avec la"
1286
 
1287
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:312
1288
  msgid "Offline text"
1289
  msgstr "Texte hors-ligne"
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 "Editer ces champs de textes en utilisant le"
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 "Cette option est uniquement possible dans"
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 "Version Pro"
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 "Schéma de couleurs 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 "Schéma de couleurs 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 "Schéma de couleurs 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 "Schéma de couleurs 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 "Schéma de couleurs 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 "Schéma de couleurs 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 "Texte de première partie"
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 "Texte de seconde partie"
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:505
 
 
 
 
 
1339
  msgid "Connecting you to a sales person. Please be patient."
1340
  msgstr ""
1341
  "Nous vous mettons en relation avec un opérateur. Merci de bien vouloir "
1342
  "patienter."
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 "Ré-activer la partie texte de la discussion"
1347
 
1348
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
 
 
 
 
 
1349
  msgid "Multiple Agents"
1350
  msgstr "Multiples opérateurs"
1351
 
1352
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:406
1353
  msgid "Get"
1354
  msgstr "Obtenir"
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 "Assistance multiple opérateurs"
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 "Obtenez une variété d'animations dans le"
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 "Choisir une animation (Version Pro)"
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 "Bienvenue à"
1376
 
1377
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:6
1378
+ msgid "Version 4"
1379
+ msgstr ""
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 "de WP Live Chat Support"
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 "Comment nous avez-vous découvert ?"
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 "WordPress.org référentiel de plugins"
1418
  msgid "Skip"
1419
  msgstr "Passer"
1420
 
1421
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:226
1422
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1270
1423
  msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1424
  msgstr ""
1425
  "S'il vous plaît, cliquez sur 'Démarrer la discussion' pour initier une "
1426
  "conversation avec un opérateur"
1427
 
1428
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:447
1429
  msgid "Start Live Chat"
1430
  msgstr "Démarrer une discussion"
1431
 
1432
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
1433
  msgid ""
1434
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1435
  "strong>. Please"
1437
  "Vous utilisez actuellement une version périmée de <strong>WP Live Chat "
1438
  "Support Pro</strong>."
1439
 
1440
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:819
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
  "discussion est temporairement désactivée, le temps de la mise à jour de la "
1448
  "version Pro du plugin."
1449
 
1450
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:820
1451
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:838
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-"
1458
  "<a href='./plugins.php'>here</a> or <a href='http://wp-livechat.com/get-"
1459
  "updated-version/' target='_BLANK'>ici</a>."
1460
 
1461
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:831
1462
+ msgid ""
1463
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1464
+ "strong>."
1465
+ msgstr ""
1466
+ "Vous utilisez actuellement une version périmée de <strong>WP Live Chat "
1467
+ "Support Pro</strong>."
1468
+
1469
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:833
1470
+ msgid "Please update to the latest version of WP Live Chat Support Pro"
1471
+ msgstr ""
1472
+ "Vous utilisez une version périmée de WP Live Chat Support Basic. S'il vous "
1473
+ "plait"
1474
+
1475
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:834
1476
+ msgid "Version 4.4.5"
1477
+ msgstr ""
1478
+
1479
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:835
1480
+ msgid "to take advantage of chat window transitions and colour schemes."
1481
+ msgstr ""
1482
+ "Pour obtenir les avantages de la transition de la fenêtre de Tchat et des "
1483
+ "schémas de couleurs."
1484
+
1485
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:862
1486
  msgid "Experiencing problems with the plugin?"
1487
  msgstr "Vous rencontrez des problèmes avec le plugin?"
1488
 
1489
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:864
1490
  msgid "Review the documentation."
1491
  msgstr "Consultez la documentation."
1492
 
1493
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:865
1494
  msgid "Or ask a question on our"
1495
  msgstr "ou posez une question sur notre"
1496
 
1497
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:865
1498
+ msgid "Support forum."
1499
+ msgstr ""
1500
+
1501
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:893
1502
  msgid "With the Pro add-on of WP Live Chat Support, you can"
1503
  msgstr "Avec la version Pro de WP Live Chat Support, vous pouvez"
1504
 
1505
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:894
1506
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:895
1507
  msgid "see who's online and initiate chats"
1508
  msgstr "voir qui est en ligne et être à l'initiative de la discussion"
1509
 
1510
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:896
1511
  msgid "with your online visitors with the click of a button."
1512
  msgstr "avec vos visiteurs en ligne en 1 clic."
1513
 
1514
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:897
1515
+ msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
1516
  msgstr ""
1517
  " Achetez la version Pro pour seulement $29.95 une fois pour toute. Mises à "
1518
  "jour illimitées."
1519
 
1520
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:899
1521
+ msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
1522
  msgstr ""
1523
  " Achetez la version Pro pour seulement $29.95 une fois pour toute. Mises à "
1524
  "jour illimitées."
1525
 
1526
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:951
1527
  msgid "Previous"
1528
  msgstr "Précédent"
1529
 
1530
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:953
1531
  msgid "Active"
1532
  msgstr "Actif"
1533
 
1534
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:962
1535
+ msgid "Chat with"
1536
+ msgstr "Discuter avec"
1537
+
1538
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:999
1539
  msgid "Add Quick Responses to your Live Chat"
1540
  msgstr "Ajouter réponses rapides à votre Live Chat"
1541
 
1542
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:999
1543
  msgid "Pro version only"
1544
  msgstr "Version Pro uniquement"
1545
 
1546
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1010
1547
+ msgid "type here..."
1548
+ msgstr "Inscrire ici..."
1549
+
1550
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1386
1551
  msgid "WP Live Chat History"
1552
  msgstr "Historique WP Live Chat "
1553
 
1554
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1390
1555
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1410
1556
  msgid "This option is only available in the "
1557
  msgstr "Cette option est uniquement possible dans"
1558
 
1559
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1390
1560
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1410
1561
+ msgid "Get it now for only $19.95 once off!"
 
 
 
1562
  msgstr "Achetez maintenant pour seulement $29.95, une fois pour toute!"
1563
 
1564
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1395
1565
+ msgid "WP Live Chat Missed Chats"
1566
+ msgstr "Historique WP Live Chat "
1567
+
1568
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1402
1569
+ msgid "WP Live Chat Offline Messages"
1570
+ msgstr "WP Live Chat Support - Message hors-ligne provenant de"
1571
+
1572
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1407
1573
+ msgid ""
1574
+ "Please update to the latest version of WP Live Chat Support Pro to start "
1575
+ "recording any offline messages."
1576
+ msgstr ""
1577
+ "Vous utilisez actuellement une version périmée de <strong>WP Live Chat "
1578
+ "Support Pro</strong>."
1579
+
1580
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1490
1581
  msgid "Thank You for your feedback!"
1582
  msgstr "Merci pour votre avis!"
1583
 
1584
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1494
1585
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1507
1586
  msgid "Thank you for your feedback. We will be in touch soon"
1587
  msgstr "Merci pour votre avis. Nous vous contacterons prochainement"
1588
 
1589
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1510
1590
  msgid "There was a problem sending your feedback. Please log your feedback on "
1591
  msgstr ""
1592
+ "Il y a eu un problème lors de l'envoi de votre avis. Merci de mettre votre "
1593
  "avis sur"
1594
 
1595
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1543
1596
+ msgid ""
1597
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
1598
+ "issues while using WP Live Chat Support as a result of this. Please get in "
1599
+ "contact your host to get this function enabled."
1600
+ msgstr ""
1601
+ "WPLC : set_time_limit() n'est pas activée sur votre serveur. Vous pouvez "
1602
+ "rencontrer des problèmes lors de l'utilisation WP Live Chat Support. S'il "
1603
+ "vous plaît, entrez en contact avec votre hébergeur pour activer cette "
1604
+ "fonction."
1605
+
1606
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1549
1607
+ msgid ""
1608
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
1609
+ "using WP Live Chat Support as a result of this. Please contact your host to "
1610
+ "get safe mode disabled."
1611
+ msgstr ""
1612
+ "WPLC: Safe Mode est activé sur ce serveur. Vous pouvez rencontrer des "
1613
+ "problèmes lors de l'utilisation WP Live Chat Support. S' il vous plaît "
1614
+ "entrez en contact avec votre hébergeur pour désactiver cette fonction."
1615
+
1616
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1561
1617
+ msgid "WP Live Chat Support"
1618
+ msgstr "de WP Live Chat Support"
1619
+
1620
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1564
1621
+ msgid "Documentation"
1622
+ msgstr "Consultez la documentation."
1623
+
1624
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1566
1625
+ msgid ""
1626
+ "Getting started? Read through some of these articles to help you along your "
1627
+ "way."
1628
+ msgstr "Prêt? Lisez certains de ces articles pour vous aider."
1629
+
1630
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1567
1631
+ msgid "Documentation:"
1632
+ msgstr "Consultez la documentation."
1633
+
1634
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1569
1635
+ msgid "Installing the WP Live Chat Support Pro add-on"
1636
+ msgstr "Avec la version Pro de WP Live Chat Support, vous pouvez"
1637
+
1638
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1570
1639
+ msgid "Running the WP Live Chat Support plugin for the first time (Pro)"
1640
+ msgstr ""
1641
+
1642
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1571
1643
+ msgid "Upgrading your licence (Pro)"
1644
+ msgstr ""
1645
+
1646
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1572
1647
+ msgid "Minimum System Requirements"
1648
+ msgstr ""
1649
+
1650
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1574
1651
+ msgid "FAQ's:"
1652
+ msgstr ""
1653
+
1654
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1576
1655
+ msgid "How do I check for JavaScript errors on my site?"
1656
+ msgstr ""
1657
+
1658
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1577
1659
+ msgid "What are Quick Responses?"
1660
+ msgstr "Chercher les réponses rapides"
1661
+
1662
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1578
1663
+ msgid "Can I use this plugin on my multi-site?"
1664
+ msgstr ""
1665
+
1666
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1579
1667
+ msgid "How do I disable APC Object Cache?"
1668
+ msgstr ""
1669
+
1670
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1580
1671
+ msgid "Do you have a mobile app?"
1672
+ msgstr ""
1673
+
1674
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1581
1675
+ msgid "Do I have to be logged into the dashboard to chat with visitors?"
1676
+ msgstr ""
1677
+
1678
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1585
1679
+ msgid "Troubleshooting"
1680
+ msgstr "Problèmes"
1681
+
1682
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1587
1683
+ msgid ""
1684
+ "WP Live Chat Support Pro has a diverse and wide range of features which may, "
1685
+ "from time to time, run into conflicts with the thousands of themes and other "
1686
+ "plugins on the market."
1687
+ msgstr ""
1688
+ "WP Live Chat Support Pro dispose d'un groupe divers de fonctionnalités qui "
1689
+ "peuvent, de temps à autre, entrer en conflits avec les milliers de thèmes et "
1690
+ "d'autres plugins sur le marché."
1691
+
1692
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1588
1693
+ msgid "Common issues:"
1694
+ msgstr "Défauts couramment constatés:"
1695
+
1696
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1590
1697
+ msgid "The chat box doesnt show up"
1698
+ msgstr ""
1699
+
1700
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1591
1701
+ msgid "The chat window disappears when I logout or go offline"
1702
+ msgstr ""
1703
+
1704
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1593
1705
+ msgid "Messages only show when I refresh the chat window"
1706
+ msgstr "Le visiteur a ouvert la fenêtre de discussion"
1707
+
1708
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1594
1709
+ msgid "I'm not getting any notifications of a new chat"
1710
+ msgstr ""
1711
+
1712
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1595
1713
+ msgid "The chat window never goes offline"
1714
+ msgstr ""
1715
+
1716
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1601
1717
+ msgid "Still need help? Use one of these links below."
1718
+ msgstr "Encore besoin d'aide? Utilisez un des liens suivants."
1719
+
1720
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1603
1721
+ msgid "Support forum"
1722
+ msgstr "Forum d'aide"
1723
+
1724
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1604
1725
+ msgid "Contact us"
1726
+ msgstr "Nous contacter"
1727
+
1728
+ #~ msgid "Creating your first map"
1729
+ #~ msgstr "Créez votre première carte"
1730
+
1731
+ #~ msgid "Using your map as a Widget"
1732
+ #~ msgstr "Utilisez votre carte en Widget"
1733
+
1734
+ #~ msgid "Exporting and Importing your map markers"
1735
+ #~ msgstr "Exporter et importer vos marqueurs de carte"
1736
+
1737
+ #~ msgid "Changing the Google Maps language"
1738
+ #~ msgstr "Changer la langue de Google Maps"
1739
+
1740
+ #~ msgid "WP Google Maps Documentation"
1741
+ #~ msgstr "Documentation de WP Google Maps "
1742
+
1743
+ #~ msgid "View all documentation."
1744
+ #~ msgstr "Consultez la documentation."
1745
+
1746
+ #~ msgid "My map is not showing on my website"
1747
+ #~ msgstr "Ma carte n'apparait pas sur le site"
1748
+
1749
+ #~ msgid "My markers are not showing on my map in the front-end"
1750
+ #~ msgstr ""
1751
+ #~ "Mes marqueurs ne s'affichent pas sur ma carte de l'interface utilisateur ."
1752
+
1753
+ #~ msgid "I'm getting jQuery errors showing on my website"
1754
+ #~ msgstr "J'ai des erreurs jQuery sur ce site"
1755
+
1756
+ #~ msgid "User Data"
1757
+ #~ msgstr "Infos visiteur"
1758
+
1759
+ #~ msgid "Chat has been Accepted By Chat Agent "
1760
+ #~ msgstr "La discussion à été acceptée par un opérateur"
1761
+
1762
+ #~ msgid "user"
1763
+ #~ msgstr "Utilisateur"
1764
+
1765
+ #~ msgid "no email set"
1766
+ #~ msgstr "Pas d'Email enregistré"
1767
+
1768
+ #~ msgid " of WP Live Chat. "
1769
+ #~ msgstr "de WP Live Chat "
1770
+
1771
  #~ msgid "IP"
1772
  #~ msgstr "IP"
1773
 
1777
  #~ msgid "Email address"
1778
  #~ msgstr "Adresse Email"
1779
 
 
 
 
1780
  #~ msgid "From URL"
1781
  #~ msgstr "De l'URL"
1782
 
languages/wplivechat-hu-HU.mo ADDED
Binary file
languages/wplivechat-hu-HU.po ADDED
@@ -0,0 +1,1522 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2015-02-19 14:26+0200\n"
5
+ "PO-Revision-Date: 2015-03-09 19:55+0100\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: en\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.7.4\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-"
16
+ "live-chat-support\n"
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 "Admin kilépett, a beszélgetés befejeződött"
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 "Nincs válasz, később próbálja újra!"
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:874
32
+ msgid "Visitors on site"
33
+ msgstr "Látogató az oldalon"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:40
36
+ msgid "Initiate Chat"
37
+ msgstr "Párbeszéd kezdeményezése"
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 "Beszélgetés csak operátorként kezdeményezhető"
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:1163
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:940
48
+ msgid "IP Address not recorded"
49
+ msgstr "Nem regisztrált IP cím"
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:1165
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:942
56
+ msgid "Whois for"
57
+ msgstr "Ki az "
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:1202
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:964
64
+ msgid "Site Info"
65
+ msgstr "Oldal információ"
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:1204
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:966
72
+ msgid "Chat initiated on:"
73
+ msgstr "Beszélgetés kezdeményezve:"
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:1208
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:970
80
+ msgid "Advanced Info"
81
+ msgstr "Fejlesztői info"
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:1210
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:972
88
+ msgid "Browser:"
89
+ msgstr "Böngésző:"
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:1211
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:973
96
+ msgid "IP Address:"
97
+ msgstr "IP cím:"
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 "Jelenleg nincs látogató"
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 "Jelenleg nincs aktív beszélgetés"
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 "Aktív párbeszéd"
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 "Párbeszéd fogadása"
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 "Bejövő párbeszéd"
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 "Bejövő beszélgetés "
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 "Válaszadáshoz operátornak kell lenni "
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 "Párbeszéd ablak megnyitása"
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 "Aktív párbeszéd"
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 "Ez a párbeszéd aktív"
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 "A beszélgetést épp most válaszolta meg egy másik operátor "
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 "A beszélgetést már megválaszolta egy operátor"
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 "WP Live Chat Support - Offline üzenet érkezett"
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:729
161
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:599
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:819
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:858
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:177
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:483
167
+ msgid "Name"
168
+ msgstr "Név"
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:730
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:600
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:820
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:859
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:484
177
+ msgid "Email"
178
+ msgstr "Email"
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:731
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:860
183
+ msgid "Message"
184
+ msgstr "Üzenet"
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 "WP Live Chat Support által"
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 "Figyelem: Valaki beszélgetni szeretne"
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 "Valaki beszélgetni szeretne a weboldalon"
197
+
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
199
+ msgid "Log in"
200
+ msgstr "Bejelentkezés"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:508
203
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:524
204
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:539
205
+ msgid "Chat Agent"
206
+ msgstr "Operátor"
207
+
208
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:513
209
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:529
210
+ msgid "Make this user a chat agent"
211
+ msgstr "A felhasználó operátorrá módosítása "
212
+
213
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:543
214
+ msgid "Your user role does not allow you to make yourself a chat agent."
215
+ msgstr "Felhasználóként nincs jogosultsága operátort létrehozni"
216
+
217
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:544
218
+ msgid "Please contact the administrator of this website to change this."
219
+ msgstr ""
220
+ "Ehhez a módosításhoz vegye fel a kapcsolatot a weboldal Adminisztrátorával."
221
+
222
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:630
223
+ msgid "Chat Agent Online"
224
+ msgstr "Operátor online"
225
+
226
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:632
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:637
228
+ msgid "Chat Agents Online"
229
+ msgstr "Operátorok online"
230
+
231
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:728
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:598
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:885
234
+ msgid "Date"
235
+ msgstr "Dátum"
236
+
237
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:745
238
+ msgid "You have not received any offline messages."
239
+ msgstr "Nincs új offline üzenet"
240
+
241
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:20
242
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:5
243
+ msgid "WP Live Chat Support Settings"
244
+ msgstr "WP Live Chat Support beállítások"
245
+
246
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
247
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
248
+ msgid "General Settings"
249
+ msgstr "Általános beállítások"
250
+
251
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
252
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
253
+ msgid "Chat Box"
254
+ msgstr "Párbeszéd ablak"
255
+
256
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
257
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:261
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1875
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:283
261
+ msgid "Offline Messages"
262
+ msgstr "Offline üzenetek"
263
+
264
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
265
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:360
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:338
268
+ msgid "Styling"
269
+ msgstr "Stílus"
270
+
271
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:35
272
+ msgid "Chat Agents"
273
+ msgstr "Operátor"
274
+
275
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
276
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:551
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:24
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:432
279
+ msgid "Animations"
280
+ msgstr "Animáció"
281
+
282
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:27
284
+ msgid "Main Settings"
285
+ msgstr "Beállítások"
286
+
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:30
289
+ msgid "Chat enabled"
290
+ msgstr "Párbeszéd elérhető"
291
+
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:45
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
294
+ msgid "Yes"
295
+ msgstr "Igen"
296
+
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:46
298
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:34
299
+ msgid "No"
300
+ msgstr "Nem"
301
+
302
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:51
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
304
+ msgid "Choose when I want to be online"
305
+ msgstr "Online mód kiválasztása."
306
+
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:54
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
309
+ msgid ""
310
+ "Checking this will allow you to change your status to \"Online\" or \"Offline"
311
+ "\" on the \"Live Chat\" page."
312
+ msgstr ""
313
+ "Itt változtatható a státusz \"online\"-ra vagy \"offline\"-ra a \"Live Chat"
314
+ "\" oldalon"
315
+
316
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:59
317
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:55
318
+ msgid "Hide Chat"
319
+ msgstr "Beszélgetés elrejtése"
320
+
321
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
322
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
323
+ msgid "Hides chat for 24hrs when user clicks X"
324
+ msgstr "Beszélgetés elrejtése 24 órára, ha a felhasználó a \"X\"-re kattint"
325
+
326
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:68
327
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:72
328
+ msgid "Require Name And Email"
329
+ msgstr "Név és email megadása szükséges"
330
+
331
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
332
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:73
333
+ msgid ""
334
+ "Users will have to enter their Name and Email Address when starting a chat"
335
+ msgstr ""
336
+ "A felhasználóknak meg kell adniuk a nevüket és email-címüket a beszélgetés "
337
+ "kezdetekor"
338
+
339
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:77
340
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:81
341
+ msgid "Input Field Replacement Text"
342
+ msgstr "A helyettesítő szöveg beviteli mezője"
343
+
344
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:78
345
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:82
346
+ msgid "This is the text that will show in place of the Name And Email fields"
347
+ msgstr "Ez a szöveg lesz látható a név és email mezőben"
348
+
349
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
350
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
351
+ msgid "Use Logged In User Details"
352
+ msgstr "Használja a bejelentkezett felhasználói adatokat"
353
+
354
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
355
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:91
356
+ msgid ""
357
+ "A user's Name and Email Address will be used by default if they are logged "
358
+ "in."
359
+ msgstr "A felhasználó neve és email-címe lesz alapértelmezett bejelentkezéskor"
360
+
361
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:95
362
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:99
363
+ msgid "Enable On Mobile Devices"
364
+ msgstr "Elérhető mobil eszközön"
365
+
366
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
367
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
368
+ msgid ""
369
+ "Disabling this will mean that the Chat Box will not be displayed on mobile "
370
+ "devices. (Smartphones and Tablets)"
371
+ msgstr ""
372
+ "Ennek letiltásával a beszélgetés ablak nem fog megjelenni mobil eszközökön "
373
+ "(okostelefon és tablet)"
374
+
375
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:104
376
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:108
377
+ msgid "Record a visitor's IP Address"
378
+ msgstr "Jegyezze meg a látogató IP címét"
379
+
380
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:105
381
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
382
+ msgid "Disable this to enable anonymity for your visitors"
383
+ msgstr "Ennek beállításával a látogatói anonimitás érhető el."
384
+
385
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
386
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:117
387
+ msgid "Include chat window on the following pages:"
388
+ msgstr "A beszélgetés a következő oldalakon jelenjen meg"
389
+
390
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
391
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:118
392
+ msgid ""
393
+ "Show the chat window on the following pages. Leave blank to show on all. "
394
+ "(Use comma-separated Page ID's)"
395
+ msgstr ""
396
+ "A beszélgetés a következő oldalakon legyen látható (oldal ID vesszővel "
397
+ "elválasztva). Hagyja üresen, ha mindegyiken szeretné. "
398
+
399
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:118
400
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:128
401
+ msgid ""
402
+ "Do not include and exclude pages at the same time. Please only use one or "
403
+ "the other"
404
+ msgstr ""
405
+ "Egyszerre nem lehet tiltani és engedélyezni az oldalt. Egy lehetőséget "
406
+ "válasszon."
407
+
408
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
409
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:133
410
+ msgid "Exclude chat window on the following pages:"
411
+ msgstr "Párbeszéd ablakok kizárása a következő oldalakon:"
412
+
413
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:124
414
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:134
415
+ msgid ""
416
+ "Do not show the chat window on the following pages. Leave blank to show on "
417
+ "all. (Use comma-separated Page ID's)"
418
+ msgstr "A beszélgetés a következő abalakokon ne legyen látható:"
419
+
420
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:132
421
+ msgid "Allow any user to make themselves a chat agent"
422
+ msgstr "Bármilyen felhasználó számára oparátori jogosultság engedélyezése"
423
+
424
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:135
425
+ msgid ""
426
+ "Checking this will allow any of your users to make themselves a chat agent "
427
+ "when editing their profile."
428
+ msgstr ""
429
+ "Ennek bejelölése esetén, engedélyezheti, hogy bármelyik felhasználó "
430
+ "operátori jogosultsággal rendelkezzen, amikor a saját profiljukat "
431
+ "szerkesztik."
432
+
433
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:142
434
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:152
435
+ msgid "Chat Window Settings"
436
+ msgstr "Párbeszéd ablak beállításai"
437
+
438
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
439
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:155
440
+ msgid "Chat box alignment"
441
+ msgstr "Párbeszéd ablak igazítása"
442
+
443
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:148
444
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:158
445
+ msgid "Bottom left"
446
+ msgstr "Bal alsó"
447
+
448
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
449
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
450
+ msgid "Bottom right"
451
+ msgstr "Jobb alsó"
452
+
453
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:150
454
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:160
455
+ msgid "Left"
456
+ msgstr "Bal"
457
+
458
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:151
459
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:161
460
+ msgid "Right"
461
+ msgstr "Jobb"
462
+
463
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:157
464
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:167
465
+ msgid "Auto Pop-up"
466
+ msgstr "Automatikus felugrás"
467
+
468
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:161
469
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:171
470
+ msgid ""
471
+ "Expand the chat box automatically (prompts the user to enter their name and "
472
+ "email address)."
473
+ msgstr ""
474
+ "Párbeszéd abalak automatikus kiterjesztése (kötelező megadni a felhasználó "
475
+ "nevét és email címet)"
476
+
477
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:167
478
+ msgid "Name "
479
+ msgstr "Név"
480
+
481
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:181
482
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
483
+ msgid "Picture"
484
+ msgstr "Kép"
485
+
486
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:189
487
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:196
488
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:212
489
+ msgid "Upload Image"
490
+ msgstr "Kép feltöltése"
491
+
492
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:191
493
+ msgid "Remove Image"
494
+ msgstr "Kép eltávolítása"
495
+
496
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:192
497
+ msgid "Recomended Size 40px x 40px"
498
+ msgstr "Ajánlott képméret: 40px x 40px"
499
+
500
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:198
501
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
502
+ msgid "Logo"
503
+ msgstr "Logo"
504
+
505
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:206
506
+ msgid "Upload Logo"
507
+ msgstr "Logo feltöltés"
508
+
509
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:208
510
+ msgid "Remove Logo"
511
+ msgstr "Logo eltávolítása"
512
+
513
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
514
+ msgid "Recomended Size 250px x 40px"
515
+ msgstr "Ajánlott méret: 250px x 40px"
516
+
517
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:215
518
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:225
519
+ msgid "Chat delay (seconds)"
520
+ msgstr "Párbeszéd késleltetés (másodpercenként)"
521
+
522
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:218
523
+ msgid "how long it takes for your chat window to pop up"
524
+ msgstr "mennyi ideig maradjon nyitva a párbeszéd ablak"
525
+
526
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:224
527
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:241
528
+ msgid "Chat notifications"
529
+ msgstr "Párbeszéd értesítések"
530
+
531
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:228
532
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:245
533
+ msgid "Alert me via email as soon as someone wants to chat"
534
+ msgstr ""
535
+ "Azonnal értesítsen email-ben amint valaki beszélgetést akar kezdeményezni"
536
+
537
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
538
+ msgid "(while online only)"
539
+ msgstr "(csak miközben elérhető)"
540
+
541
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:234
542
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:257
543
+ msgid "Display name and avatar in chat"
544
+ msgstr "Logo és név megjelenítése a párbeszéd ablakon"
545
+
546
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:240
547
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:263
548
+ msgid "Display the agent and user name above each message in the chat window."
549
+ msgstr ""
550
+ "Jelenítse meg az operátor és felhasználó nevét minden párbeszéd abalak "
551
+ "felett."
552
+
553
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:245
554
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:268
555
+ msgid "Only show the chat window to users that are logged in"
556
+ msgstr "Csak bejelentkezett felhasználóknak jelenjen meg a párbeszéd ablak."
557
+
558
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:253
559
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:276
560
+ msgid ""
561
+ "By checking this, only users that are logged in will be able to chat with "
562
+ "you."
563
+ msgstr ""
564
+ "Ennek bejelölése esetén, csak a bejelentkezett felhasználók lesznek képesek "
565
+ "párbeszéd kezdeményezésére."
566
+
567
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:265
568
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:287
569
+ msgid "Do not allow users to send offline messages"
570
+ msgstr "Ne engedélyezze a felhasználóknak az offline üzenetek küldését"
571
+
572
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:273
573
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:291
574
+ msgid ""
575
+ "The chat window will be hidden when it is offline. Users will not be able to "
576
+ "send offline messages to you"
577
+ msgstr ""
578
+ "A párbeszéd ablak rejtve lesz offline módban. A felhasználók nem lesznek "
579
+ "képesek offline üzenetet küldeni."
580
+
581
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:278
582
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:296
583
+ msgid "Email Address"
584
+ msgstr "Email cím"
585
+
586
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:282
587
+ msgid "Email address where offline messages are delivered to"
588
+ msgstr "Email cím, ahova az offline üzenetek megérkeznek."
589
+
590
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:283
591
+ msgid ""
592
+ "Use comma separated email addresses to send to more than one email address"
593
+ msgstr ""
594
+ "Vesszővel válassza el az email címeket, több mint egy címre küldéshez."
595
+
596
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:291
597
+ msgid "Sending Method"
598
+ msgstr "Küldési mód"
599
+
600
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
601
+ msgid "WP Mail"
602
+ msgstr "WP Mail"
603
+
604
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:293
605
+ msgid "PHP Mailer"
606
+ msgstr "PHP Mailer"
607
+
608
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:305
609
+ msgid "Host"
610
+ msgstr "Host"
611
+
612
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:313
613
+ msgid "Port"
614
+ msgstr "Port"
615
+
616
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:321
617
+ msgid "Username"
618
+ msgstr "Felhasználó név"
619
+
620
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:329
621
+ msgid "Password"
622
+ msgstr "Jelszó"
623
+
624
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:338
625
+ msgid "Offline Chat Box Title"
626
+ msgstr "Offline párbeszéd ablak címe"
627
+
628
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:346
629
+ msgid "Offline Text Fields"
630
+ msgstr "Offline üzenet mezők"
631
+
632
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:379
633
+ msgid "Choose a theme"
634
+ msgstr "Válassza ki a témát"
635
+
636
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:384
637
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:385
638
+ msgid "Theme 1"
639
+ msgstr "Téma 1"
640
+
641
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:388
642
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:389
643
+ msgid "Theme 2"
644
+ msgstr "Téma 2"
645
+
646
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:392
647
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
648
+ msgid "Theme 3"
649
+ msgstr "Téma 3"
650
+
651
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:396
652
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:397
653
+ msgid "Theme 4"
654
+ msgstr "Téma 4"
655
+
656
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:400
657
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:401
658
+ msgid "Theme 5"
659
+ msgstr "Téma 5"
660
+
661
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:404
662
+ msgid "Theme 6"
663
+ msgstr "Téma 6"
664
+
665
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:405
666
+ msgid "Custom. Enter Colour Values Below"
667
+ msgstr "Testreszabás. Szín megadás"
668
+
669
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:421
670
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:358
671
+ msgid "Chat box fill color"
672
+ msgstr "Párbeszéd ablak kitöltő színe "
673
+
674
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:427
675
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:364
676
+ msgid "Chat box font color"
677
+ msgstr "Párbeszéd ablak címsor színe"
678
+
679
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:441
680
+ msgid "First Section Text"
681
+ msgstr "Első szövegrész"
682
+
683
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:450
684
+ msgid "Intro Text"
685
+ msgstr "Bevezető szöveg"
686
+
687
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:456
688
+ msgid "Second Section Text"
689
+ msgstr "Második rész szöveg"
690
+
691
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:463
692
+ msgid "Reactivate Chat Section Text"
693
+ msgstr "Újra létrehozott párbeszéd szöveg"
694
+
695
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:471
696
+ msgid "User chat welcome"
697
+ msgstr "Üdvözlő üzenet"
698
+
699
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:480
700
+ msgid "Other text"
701
+ msgstr "Más szöveg"
702
+
703
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:508
704
+ msgid "Current Users that are Chat Agents"
705
+ msgstr "Jelenlegi operátorok"
706
+
707
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:522
708
+ msgid ""
709
+ "To add or remove a user as a chat agent, go into the users profile and "
710
+ "select the checkbox Chat Agent and click save."
711
+ msgstr ""
712
+ "Felhasználó hozzáadása vagy törlése operátorként lehetséges, lépjen be a "
713
+ "felhasználói profilba, pipálja ki az operátort, maid nyomja meg a mentés "
714
+ "gombot."
715
+
716
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:523
717
+ msgid "If there are no chat agents online, the chat will show as offline"
718
+ msgstr ""
719
+ "Amennyiben nincs operátor online, a párbeszéd offline módban jelenik meg."
720
+
721
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:556
722
+ msgid ""
723
+ "You are using an outdated version of WP Live Chat Support Basic. Please "
724
+ "update your plugin to allow for animations to function"
725
+ msgstr ""
726
+ "A Live Chat Support Basic elavult változatát használja. Kérem frissítse a "
727
+ "bővítményt a megfelelő működéshez."
728
+
729
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:561
730
+ msgid "Choose an animation"
731
+ msgstr "Válasszon animációt."
732
+
733
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:567
734
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:442
735
+ msgid "Slide Up"
736
+ msgstr "Felfele csúsztatás"
737
+
738
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:571
739
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:446
740
+ msgid "Slide From The Side"
741
+ msgstr "Oldalról csúsztatás"
742
+
743
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:575
744
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:450
745
+ msgid "Fade In"
746
+ msgstr "Előugrás"
747
+
748
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:579
749
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:454
750
+ msgid "No Animation"
751
+ msgstr "Nincs animáció"
752
+
753
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:592
754
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:462
755
+ msgid "Save Settings"
756
+ msgstr "Beállítások mentése"
757
+
758
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:457
759
+ msgid "Dear User"
760
+ msgstr "Kedves Felhasználó!"
761
+
762
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
763
+ msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
764
+ msgstr "A WP Live Chat Support Basic elavult változatát használja."
765
+
766
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
767
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
768
+ msgid "update to at least version"
769
+ msgstr "Utolsó verzióra való frissítés"
770
+
771
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
772
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
773
+ msgid "to ensure all functionality is in working order"
774
+ msgstr "az összes funkcionalitás megfelelő működésének biztosítása "
775
+
776
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:459
777
+ msgid ""
778
+ "You're live chat box on your website has been temporarily disabled until the "
779
+ "basic plugin has been updated. This is to ensure a smooth and hassle-free "
780
+ "user experience for both yourself and your visitors."
781
+ msgstr ""
782
+ "A párbeszéd ablak átmenetileg nem elérhető a weboldalán amíg nem frissíti a "
783
+ "bővítményt. Ez biztosítja a zavartalan beszélgetést a látogatóival."
784
+
785
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:460
786
+ msgid ""
787
+ "You can update your plugin <a href='./update-core.php'>here</a> or <a "
788
+ "href='./plugins.php'>here</a>."
789
+ msgstr ""
790
+ "Frissítheti a bővítményeit: <a href='./update-core.php'>itt</a> vagy <a "
791
+ "href='./plugins.php'>itt</a>."
792
+
793
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:461
794
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:804
795
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:822
796
+ msgid "If you are having difficulty updating the plugin, please contact"
797
+ msgstr "Amennyiben nehézsége van a bővítmény frissítésével, kérem jelezze."
798
+
799
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
800
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:800
801
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:813
802
+ msgid "Dear Pro User"
803
+ msgstr "Kedves profi felhasználó!"
804
+
805
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
806
+ msgid ""
807
+ "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
808
+ "download the latest copy from"
809
+ msgstr ""
810
+ "Amennyiben a WP Live Chat Support Pro verzióját igényli, töltse le az utolsó "
811
+ "változatot a következő oldalról:"
812
+
813
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:487
814
+ msgid "Admin"
815
+ msgstr "Admin"
816
+
817
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:491
818
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:373
819
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:437
820
+ msgid "Questions?"
821
+ msgstr "Kérdések?"
822
+
823
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:492
824
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:374
825
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:437
826
+ msgid "Chat with us"
827
+ msgstr "Kérdezzen tőlünk"
828
+
829
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:493
830
+ msgid "Start live chat"
831
+ msgstr "Élő párbeszéd kezdése"
832
+
833
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:494
834
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:380
835
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:510
836
+ msgid "Start Chat"
837
+ msgstr "Párbeszéd kezdeményezése"
838
+
839
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:495
840
+ msgid "Connecting. Please be patient..."
841
+ msgstr "Csatlakozás: Kérjük szíves türelmét.."
842
+
843
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:496
844
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:389
845
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:520
846
+ msgid "Reactivating your previous chat..."
847
+ msgstr "Előző beszélgetés aktiválása"
848
+
849
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:497
850
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:314
851
+ msgid "Chat offline. Leave a message"
852
+ msgstr "A párbeszéd nem elérhető, hagyjon üzenetet."
853
+
854
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:498
855
+ msgid "Hello. Please input your details so that I may help you."
856
+ msgstr "Hello! Kérem adja meg az adataid, hogy segíthessek."
857
+
858
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:499
859
+ msgid ""
860
+ "We are currently offline. Please leave a message and we'll get back to you "
861
+ "shortly."
862
+ msgstr ""
863
+ "Jelenleg nem vagyunk elérhetőek. Kérem hagyjon üzenetet és hamarosan "
864
+ "válaszolunk."
865
+
866
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:500
867
+ msgid "Sending message..."
868
+ msgstr "Üzenet küldése..."
869
+
870
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:501
871
+ msgid "Thank you for your message. We will be in contact soon."
872
+ msgstr "Köszönjük a megkeresését! Hamarosan felvesszük Önnel a kapcsolatot."
873
+
874
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:502
875
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:525
876
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:981
877
+ msgid "Press ENTER to send your message"
878
+ msgstr "Nyomja meg az ENTER-t az üzenet elküldéséhez."
879
+
880
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:503
881
+ msgid "Welcome. How may I help you?"
882
+ msgstr "Üdvözlöm! Miben segíthetek?"
883
+
884
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:543
885
+ msgid "You are currently accepting chats"
886
+ msgstr "Jelenleg fogadhat üzenetet."
887
+
888
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:544
889
+ msgid "You are not accepting chats"
890
+ msgstr "Jelenleg nem fogadhat üzenetet"
891
+
892
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:601
893
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:888
894
+ msgid "URL"
895
+ msgstr "URL"
896
+
897
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:602
898
+ msgid "Status"
899
+ msgstr "Státusz"
900
+
901
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:603
902
+ msgid "Action"
903
+ msgstr "Action"
904
+
905
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:609
906
+ msgid "No chats available at the moment"
907
+ msgstr "Pillanatnyilag nincs elérhető párbeszéd"
908
+
909
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:770
910
+ msgid "Minize Chat Window"
911
+ msgstr "Párbeszéd ablak kicsinyítés"
912
+
913
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:771
914
+ msgid "Close Chat Window"
915
+ msgstr "Párbeszéd ablak bezárása"
916
+
917
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:862
918
+ msgid "Send message"
919
+ msgstr "Üzenet küldés"
920
+
921
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:890
922
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:529
923
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:995
924
+ msgid "Send"
925
+ msgstr "Küldés"
926
+
927
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
928
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1421
929
+ msgid "Please click 'Start Chat' to initiate a chat with an agent"
930
+ msgstr ""
931
+ "Kérem klikkeljen a 'Beszélgetés kezdeményezése'-re, hogy az ügyintézőtől "
932
+ "kérdezhessen."
933
+
934
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1047
935
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1445
936
+ msgid "Your settings have been saved."
937
+ msgstr "A beállításaid mentve"
938
+
939
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1062
940
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:854
941
+ msgid "Chat sessions"
942
+ msgstr "Csevegés"
943
+
944
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1064
945
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:856
946
+ msgid ""
947
+ "Please note: This window must be open in order to receive new chat "
948
+ "notifications."
949
+ msgstr ""
950
+ "Figyelem: Ennek az ablaknak nyitva kell lennie, hogy megkapja az üzenet "
951
+ "értesítést."
952
+
953
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1158
954
+ msgid "Unknown"
955
+ msgstr "Ismeretlen"
956
+
957
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1174
958
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:948
959
+ msgid "End chat"
960
+ msgstr "Beszélgetés vége"
961
+
962
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1179
963
+ msgid "Attempting to open the chat window... Please be patient."
964
+ msgstr "Párbeszéd kezdeményezése folyamatban.... Kérjük szíves türelmét."
965
+
966
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1276
967
+ msgid "This chat has already been answered. Please close the chat window"
968
+ msgstr "Ez a beszélgetés már meg lett válaszolva. Kérem zárja be az ablakot."
969
+
970
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1344
971
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1107
972
+ msgid "User has opened the chat window"
973
+ msgstr "A felhasználó megnyitotta a párbeszéd ablakot."
974
+
975
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1349
976
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1112
977
+ msgid "User has minimized the chat window"
978
+ msgstr "A felhasználó kicsinyítette a párbeszéd ablakot."
979
+
980
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1354
981
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1117
982
+ msgid "User has maximized the chat window"
983
+ msgstr "A felhasználó menyitotta a párbeszéd ablakot."
984
+
985
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1359
986
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1122
987
+ msgid "User has closed and ended the chat"
988
+ msgstr "A felhasználó bezárta és befejezte a bezélgetést"
989
+
990
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1737
991
+ msgid ""
992
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
993
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
994
+ msgstr ""
995
+ "Váratlan HTTP hiba történt az API lekérésekor.</p> <p><a href=\"?\" onclick="
996
+ "\"document.location.reload(); return false;\"> Próbálja újra </a>"
997
+
998
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1742
999
+ msgid "An unknown error occurred"
1000
+ msgstr "Ismeretlen hiba történt"
1001
+
1002
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1869
1003
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:248
1004
+ msgid "Live Chat"
1005
+ msgstr "Élő beszélgetés"
1006
+
1007
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1870
1008
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:249
1009
+ msgid "Settings"
1010
+ msgstr "Beállítások"
1011
+
1012
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1871
1013
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1886
1014
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1897
1015
+ msgid "Quick Responses"
1016
+ msgstr "Gyors válaszok"
1017
+
1018
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1873
1019
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:250
1020
+ msgid "History"
1021
+ msgstr "Előzmények"
1022
+
1023
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1874
1024
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:251
1025
+ msgid "Missed Chats"
1026
+ msgstr "Elmulasztott beszélgetés"
1027
+
1028
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1876
1029
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
1030
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:252
1031
+ msgid "Feedback"
1032
+ msgstr "Visszacsatolás"
1033
+
1034
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1880
1035
+ msgid "Error Log"
1036
+ msgstr "Hibás log"
1037
+
1038
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1887
1039
+ msgid "Quick Response"
1040
+ msgstr "Gyors válaszok"
1041
+
1042
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1888
1043
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1891
1044
+ msgid "New Quick Response"
1045
+ msgstr "Új gyors válasz"
1046
+
1047
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1889
1048
+ msgid "Add New Quick Response"
1049
+ msgstr "Új gyors válasz hozzáadás "
1050
+
1051
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1890
1052
+ msgid "Edit Quick Response"
1053
+ msgstr "Gyors válasz szerkesztése"
1054
+
1055
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1892
1056
+ msgid "All Quick Responses"
1057
+ msgstr "Összes gyors válasz"
1058
+
1059
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1893
1060
+ msgid "View Quick Responses"
1061
+ msgstr "Gyors válaszok megtekintése"
1062
+
1063
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1894
1064
+ msgid "Search Quick Responses"
1065
+ msgstr "Gyors válasz keresés"
1066
+
1067
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1895
1068
+ msgid "No Quick Responses found"
1069
+ msgstr "Nincs találat"
1070
+
1071
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1896
1072
+ msgid "No Quick Responses found in the Trash"
1073
+ msgstr "Nincs találat a törölt elemek között"
1074
+
1075
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1901
1076
+ msgid "Quick Responses for WP Live Chat Support Pro"
1077
+ msgstr "Gyors válasz a WP Live Chat Support Pro"
1078
+
1079
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1956
1080
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1960
1081
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1082
+ msgid "Assign Quick Response"
1083
+ msgstr "Gyors válasz kijelölése"
1084
+
1085
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1963
1086
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1087
+ msgid "Select"
1088
+ msgstr "Választ"
1089
+
1090
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1969
1091
+ msgid "What is this?"
1092
+ msgstr "Mi ez?"
1093
+
1094
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:566
1095
+ msgid "complete"
1096
+ msgstr "kitöltés"
1097
+
1098
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:569
1099
+ msgid "pending"
1100
+ msgstr "függőben"
1101
+
1102
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:572
1103
+ msgid "active"
1104
+ msgstr "aktív"
1105
+
1106
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:575
1107
+ msgid "deleted"
1108
+ msgstr "törölt"
1109
+
1110
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:578
1111
+ msgid "browsing"
1112
+ msgstr "böngészés"
1113
+
1114
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:581
1115
+ msgid "requesting chat"
1116
+ msgstr "Beszélgetés felkérés"
1117
+
1118
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:584
1119
+ msgid "Chat Ended - User still browsing"
1120
+ msgstr "A beszélgetés befejeződött - A felhasználó még nézelődik"
1121
+
1122
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:587
1123
+ msgid "User is browsing but doesn't want to chat"
1124
+ msgstr "A felhasználó nézelődik, de nem akar beszélgetést kezdeményezni."
1125
+
1126
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:671
1127
+ msgid "Get Pro Add-on to accept more chats"
1128
+ msgstr "Pro-Add beszerzése a több párbeszédhez"
1129
+
1130
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:915
1131
+ msgid "You have not missed any chat requests."
1132
+ msgstr "Nincs elmulasztott beszélgetés"
1133
+
1134
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
1135
+ msgid "WP Live Chat Support Feedback"
1136
+ msgstr "WP Live Chat Support visszacsatolás"
1137
+
1138
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
1139
+ msgid "We'd love to hear your comments and/or suggestions"
1140
+ msgstr "Szeretnénk hallani a megjegyzését és/vagy a javaslatát"
1141
+
1142
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
1143
+ msgid "Your Name"
1144
+ msgstr "Neve"
1145
+
1146
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
1147
+ msgid "Your Email"
1148
+ msgstr "Email címe"
1149
+
1150
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
1151
+ msgid "Your Website"
1152
+ msgstr "Weboldala"
1153
+
1154
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
1155
+ msgid "Send Feedback"
1156
+ msgstr "visszacsatolás küldése"
1157
+
1158
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
1159
+ msgid "Agents"
1160
+ msgstr "Operátor"
1161
+
1162
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
1163
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:62
1164
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:124
1165
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:140
1166
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:183
1167
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
1168
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:215
1169
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:231
1170
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:248
1171
+ msgid "available in the"
1172
+ msgstr "elérhető a"
1173
+
1174
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
1175
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
1176
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
1177
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:141
1178
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
1179
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
1180
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
1181
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
1182
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:249
1183
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:303
1184
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:317
1185
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:393
1186
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1187
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1188
+ msgid "Pro Add-on"
1189
+ msgstr "Pro hozzáadás"
1190
+
1191
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
1192
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
1193
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
1194
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
1195
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:185
1196
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
1197
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:217
1198
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:233
1199
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
1200
+ msgid "only"
1201
+ msgstr "csak"
1202
+
1203
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
1204
+ msgid " once off. Updates included forever."
1205
+ msgstr "Egyszeri frissítés örökre."
1206
+
1207
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:302
1208
+ msgid "Get offline messages with the "
1209
+ msgstr "Offline üzenetek megkapása a "
1210
+
1211
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:311
1212
+ msgid "Offline text"
1213
+ msgstr "Offline szöveg"
1214
+
1215
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:316
1216
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:392
1217
+ msgid "Edit these text fields using the "
1218
+ msgstr "Mezők szerkesztése a "
1219
+
1220
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1221
+ msgid "Choose a colour scheme. Only available in the"
1222
+ msgstr "Válasszon egy színsémát. Csak az elérhetőek közül"
1223
+
1224
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1225
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
1226
+ msgid "Pro add-on"
1227
+ msgstr "Csak Pro verziónál"
1228
+
1229
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:346
1230
+ msgid "Colour Scheme 1"
1231
+ msgstr "Színséma 1"
1232
+
1233
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:347
1234
+ msgid "Colour Scheme 2"
1235
+ msgstr "Színséma 2"
1236
+
1237
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:348
1238
+ msgid "Colour Scheme 3"
1239
+ msgstr "Színséma 3"
1240
+
1241
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:349
1242
+ msgid "Colour Scheme 4"
1243
+ msgstr "Színséma 4"
1244
+
1245
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:350
1246
+ msgid "Colour Scheme 5"
1247
+ msgstr "Színséma 5"
1248
+
1249
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:351
1250
+ msgid "Colour Scheme 6"
1251
+ msgstr "Színséma 6"
1252
+
1253
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:371
1254
+ msgid "First section text"
1255
+ msgstr "Első szövegrész"
1256
+
1257
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:378
1258
+ msgid "Second section text"
1259
+ msgstr "Második szövegrész"
1260
+
1261
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:381
1262
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:517
1263
+ msgid "Connecting you to a sales person. Please be patient."
1264
+ msgstr "Értékesítő kapcsolása. Kérjük szíves türelmét."
1265
+
1266
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:387
1267
+ msgid "Reactivate chat section text"
1268
+ msgstr "Szövegrész aktiválása"
1269
+
1270
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:404
1271
+ msgid "Multiple Agents"
1272
+ msgstr "Több operátor"
1273
+
1274
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1275
+ msgid "Get"
1276
+ msgstr "Beszerzés"
1277
+
1278
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1279
+ msgid "Multiple agent support"
1280
+ msgstr "Több operátor támogatás"
1281
+
1282
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
1283
+ msgid "Get a variety of animations in the "
1284
+ msgstr "Különböző variációk beszerzése"
1285
+
1286
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:436
1287
+ msgid "Choose an animation (Pro Only)"
1288
+ msgstr "Animációk kiválasztása (Csak Pro felhasználók)"
1289
+
1290
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
1291
+ msgid "Welcome to "
1292
+ msgstr "Üdvözöljük a"
1293
+
1294
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:6
1295
+ msgid "Version 4"
1296
+ msgstr "Verziószám: 4"
1297
+
1298
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:8
1299
+ msgid "Provide Instant Live Chat Support!"
1300
+ msgstr "Provide Instant Live Chat Support!"
1301
+
1302
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:10
1303
+ msgid "How did you find us?"
1304
+ msgstr "Hogy talált meg minket?"
1305
+
1306
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
1307
+ msgid "WordPress.org plugin repository "
1308
+ msgstr "WordPress.org plugin repository "
1309
+
1310
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
1311
+ msgid "Search Term"
1312
+ msgstr "Keresőmező"
1313
+
1314
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
1315
+ msgid "Google or other search Engine"
1316
+ msgstr "Google vagy más kereső(motor)"
1317
+
1318
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
1319
+ msgid "Friend recommendation"
1320
+ msgstr "Ajánlás a barátoknak"
1321
+
1322
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
1323
+ msgid "Other"
1324
+ msgstr "Egyéb"
1325
+
1326
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
1327
+ msgid "Please Explain"
1328
+ msgstr "Kérem magyarázza meg"
1329
+
1330
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
1331
+ msgid "Submit"
1332
+ msgstr "Submit"
1333
+
1334
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
1335
+ msgid "Skip"
1336
+ msgstr "Ugrás"
1337
+
1338
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:217
1339
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1253
1340
+ msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1341
+ msgstr ""
1342
+ "Kérem klikkeljen a ' Beszélgetés kezdeményezése' gombra, hogy párbeszédet "
1343
+ "folytathasson egy operátorral."
1344
+
1345
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:447
1346
+ msgid "Start Live Chat"
1347
+ msgstr "Élő csevegés"
1348
+
1349
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
1350
+ msgid ""
1351
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1352
+ "strong>. Please"
1353
+ msgstr ""
1354
+ "Elavult verzióját használja a <strong>WP Live Chat Support Pro</strong>. "
1355
+ "Kérem frissítse."
1356
+
1357
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:802
1358
+ msgid ""
1359
+ "You're live chat box on your website has been temporarily disabled until the "
1360
+ "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
1361
+ "experience for both yourself and your visitors."
1362
+ msgstr ""
1363
+ "A párbeszéd ablak átmentelig nem elérhető a weboldalán, amíg nem frissíti a "
1364
+ "bővítményt. Ez biztosítja a zavartalan beszélgetést látogatóival."
1365
+
1366
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:803
1367
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
1368
+ msgid ""
1369
+ "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
1370
+ "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
1371
+ "version/' target='_BLANK'>here</a>."
1372
+ msgstr ""
1373
+ "Frissítheti a bővítményt: <a href='./update-core.php'>itt</a>, <a href='./"
1374
+ "plugins.php'>itt</a> vagy <a href='http://wp-livechat.com/get-updated-"
1375
+ "version/' target='_BLANK'>itt</a>."
1376
+
1377
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:814
1378
+ msgid ""
1379
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1380
+ "strong>."
1381
+ msgstr ""
1382
+ "Elavult verzióját használja a <strong>WP Live Chat Support Pro</strong> - "
1383
+ "nak."
1384
+
1385
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:816
1386
+ msgid "Please update to the latest version of WP Live Chat Support Pro"
1387
+ msgstr "Kérem frissítse a WP Live Chat Support Pro-t a legutolsó verzióra."
1388
+
1389
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:817
1390
+ msgid "Version 4.4.5"
1391
+ msgstr "Verzió 4.4.5"
1392
+
1393
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
1394
+ msgid "to take advantage of chat window transitions and colour schemes."
1395
+ msgstr "hogy kihasználja a párbeszéd ablak átmeneteit és színsémáit"
1396
+
1397
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:845
1398
+ msgid "Experiencing problems with the plugin?"
1399
+ msgstr "Problémái adódtak a bővítménnyel?"
1400
+
1401
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:847
1402
+ msgid "Review the documentation."
1403
+ msgstr "Dokumentáció megtekintése"
1404
+
1405
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:848
1406
+ msgid "Or ask a question on our"
1407
+ msgstr "Vagy kérdezzen a mi..."
1408
+
1409
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:848
1410
+ msgid "Support forum."
1411
+ msgstr "Támogatás"
1412
+
1413
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:876
1414
+ msgid "With the Pro add-on of WP Live Chat Support, you can"
1415
+ msgstr "A WP Live Chat Support Pro verzióval tud"
1416
+
1417
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:877
1418
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:878
1419
+ msgid "see who's online and initiate chats"
1420
+ msgstr "nézze meg ki van online és ki kezdeményezett beszélgetést"
1421
+
1422
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:879
1423
+ msgid "with your online visitors with the click of a button."
1424
+ msgstr "az online látogatókhoz kattintson a gombra"
1425
+
1426
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:880
1427
+ msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
1428
+ msgstr ""
1429
+ "VásárolJa meg a Pro verziót most csak: 19.95$. Ingyenes frissítés örökre."
1430
+
1431
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:882
1432
+ msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
1433
+ msgstr ""
1434
+ "Vásárolja meg a Pro verziót most csak: 19.95$. Ingyenes frissítés örökre."
1435
+
1436
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:934
1437
+ msgid "Previous"
1438
+ msgstr "előző"
1439
+
1440
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:936
1441
+ msgid "Active"
1442
+ msgstr "Aktív"
1443
+
1444
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:945
1445
+ msgid "Chat with"
1446
+ msgstr "Csevegés a következővel"
1447
+
1448
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1449
+ msgid "Add Quick Responses to your Live Chat"
1450
+ msgstr "Gyors válaszok hozzáadása az élő beszélgetéshez"
1451
+
1452
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1453
+ msgid "Pro version only"
1454
+ msgstr "Csak Pro verziónál"
1455
+
1456
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:993
1457
+ msgid "type here..."
1458
+ msgstr "ide írjon"
1459
+
1460
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1356
1461
+ msgid "WP Live Chat History"
1462
+ msgstr "WP Live Chat előzmény"
1463
+
1464
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1465
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1466
+ msgid "This option is only available in the "
1467
+ msgstr "Ez az opció csak a ... elérhető"
1468
+
1469
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1470
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1471
+ msgid "Get it now for only $19.95 once off!"
1472
+ msgstr "Vegye meg most $19.95 egyszeri díj ellenében"
1473
+
1474
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1365
1475
+ msgid "WP Live Chat Missed Chats"
1476
+ msgstr "WP Live Chat elmulasztott beszélgetések"
1477
+
1478
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1372
1479
+ msgid "WP Live Chat Offline Messages"
1480
+ msgstr "WP Live Chat offline üzenetek"
1481
+
1482
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1377
1483
+ msgid ""
1484
+ "Please update to the latest version of WP Live Chat Support Pro to start "
1485
+ "recording any offline messages."
1486
+ msgstr ""
1487
+ "Töltse le a legújabb WP Live Chat Support Pro verziót, hogy mentve legyenek "
1488
+ "az üzenetei"
1489
+
1490
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1460
1491
+ msgid "Thank You for your feedback!"
1492
+ msgstr "Köszönjük a visszajelzést."
1493
+
1494
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1464
1495
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1477
1496
+ msgid "Thank you for your feedback. We will be in touch soon"
1497
+ msgstr "Köszönjük a visszajelzést. Hamarosan jelentkezünk"
1498
+
1499
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1480
1500
+ msgid "There was a problem sending your feedback. Please log your feedback on "
1501
+ msgstr ""
1502
+ "Probléma merült fel a visszajelzésnél. Kérem kapcsolja be a visszajelzést."
1503
+
1504
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1513
1505
+ msgid ""
1506
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
1507
+ "issues while using WP Live Chat Support as a result of this. Please get in "
1508
+ "contact your host to get this function enabled."
1509
+ msgstr ""
1510
+ "WPLC: időkorlát beállítása nincs engedélyezve a szerveren. Ha problémái "
1511
+ "merültek fel a WP Live Chat Support használata közben, kérem vegye fel a "
1512
+ "kapcsolatot a rendszer üzemeltetőjével, hogy engedélyezze ezt a funkciót."
1513
+
1514
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1519
1515
+ msgid ""
1516
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
1517
+ "using WP Live Chat Support as a result of this. Please contact your host to "
1518
+ "get safe mode disabled."
1519
+ msgstr ""
1520
+ "WPLC: a biztonságos mód be van kapcsolva a szerveren. Ha problémái merültek "
1521
+ "fel a WP Live Chat Support használata közben, kérem vegye fel a kapcsolatot "
1522
+ "a rendszer üzemeltetőjével."
languages/wplivechat-in_ID.mo ADDED
Binary file
languages/wplivechat-in_ID.po ADDED
@@ -0,0 +1,1532 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2015-02-19 14:26+0200\n"
5
+ "PO-Revision-Date: 2015-03-04 14:52+0700\n"
6
+ "Last-Translator: Andrie <andriefrista@gmail.com>\n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.7.4\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "Language: id\n"
16
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\wp-"
17
+ "live-chat-support\n"
18
+ "X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\wp-"
19
+ "live-chat-support-pro\n"
20
+
21
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:264
22
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:228
23
+ msgid "Admin has closed and ended the chat"
24
+ msgstr "Admin telah menutup dan mengakhiri percakapan"
25
+
26
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:299
27
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:252
28
+ msgid "There is No Answer. Please Try Again Later"
29
+ msgstr "Tidak ada jawaban. Silakan untuk mencoba lagi."
30
+
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:23
32
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:874
33
+ msgid "Visitors on site"
34
+ msgstr "Pengunjung situs"
35
+
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:40
37
+ msgid "Initiate Chat"
38
+ msgstr "Memulai percakapan"
39
+
40
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:42
41
+ msgid "You must be a chat agent to initiate chats"
42
+ msgstr "Untuk memulai percakapan, anda harus terdaftar sebagai 'chat agent'"
43
+
44
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:53
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:205
46
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1163
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:205
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:940
49
+ msgid "IP Address not recorded"
50
+ msgstr "IP Address tidak tercatat"
51
+
52
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:55
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:207
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1165
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:207
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:942
57
+ msgid "Whois for"
58
+ msgstr "'Whois' untuk"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:87
61
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:257
62
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1202
63
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:241
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:964
65
+ msgid "Site Info"
66
+ msgstr "Informasi Situs"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:89
69
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:259
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1204
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:243
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:966
73
+ msgid "Chat initiated on:"
74
+ msgstr "Percakapan dimulai pada :"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:93
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:263
78
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1208
79
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:247
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:970
81
+ msgid "Advanced Info"
82
+ msgstr "Info lebih lanjut"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:95
85
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:265
86
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1210
87
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:249
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:972
89
+ msgid "Browser:"
90
+ msgstr "Browser:"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:96
93
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:266
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1211
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:250
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:973
97
+ msgid "IP Address:"
98
+ msgstr "Alamat IP:"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:139
101
+ msgid "No visitors on-line at the moment"
102
+ msgstr "Tidak ada pengunjung on-line pada saat ini"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:182
105
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:188
106
+ msgid "No chat sessions available at the moment"
107
+ msgstr "Tidak ada sesi percakapan pada saat ini"
108
+
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:184
110
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:190
111
+ msgid "Active Chats"
112
+ msgstr "Percapakan aktif"
113
+
114
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:213
115
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:212
116
+ msgid "Accept Chat"
117
+ msgstr "Terima Percakapan"
118
+
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:215
120
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:214
121
+ msgid "Incoming Chat"
122
+ msgstr "Percakapan masuk"
123
+
124
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:215
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:214
126
+ msgid "You have an incoming chat."
127
+ msgstr "Anda memiliki percakapan masuk."
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:219
130
+ msgid "You must be a chat agent to answer chats"
131
+ msgstr ""
132
+ "Untuk dapat menjawab percakapan anda harus terdaftar sebagai 'chat agent'"
133
+
134
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:225
135
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:218
136
+ msgid "Open Chat Window"
137
+ msgstr "Buka window percakapan"
138
+
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:220
141
+ msgid "Chat Active"
142
+ msgstr "Percapakan aktif"
143
+
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:220
146
+ msgid "This chat is active"
147
+ msgstr "Percakapan ini sedang aktif"
148
+
149
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:229
150
+ msgid "Chat has been answered by another agent"
151
+ msgstr "Percakapan ini sudah di jawab oleh agent lain"
152
+
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:230
154
+ msgid "Chat answered by another agent"
155
+ msgstr "Percakapan sudah di jawab oleh agent lain"
156
+
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:288
158
+ msgid "WP Live Chat Support - Offline Message from "
159
+ msgstr "WP Live Chat Support - Pesan Offline dari "
160
+
161
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:729
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:599
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:819
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:858
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:886
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:177
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:483
169
+ msgid "Name"
170
+ msgstr "Nama"
171
+
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:730
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:600
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:820
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:859
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:887
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:484
179
+ msgid "Email"
180
+ msgstr "Email/Surel"
181
+
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:731
184
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:860
185
+ msgid "Message"
186
+ msgstr "Pesan"
187
+
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
189
+ msgid "Via WP Live Chat Support"
190
+ msgstr "Melalui Dukungan WP Live Chat"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:337
193
+ msgid "Alert: Someone wants to chat with you on "
194
+ msgstr "Perhatian : Seseorang ingin melakukan percakapan dengan anda pada"
195
+
196
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
197
+ msgid "Someone wants to chat with you on your website"
198
+ msgstr "Seseorang ingin melakukan percakapan dengan anda pada website anda"
199
+
200
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
201
+ msgid "Log in"
202
+ msgstr "Log in / Masuk"
203
+
204
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:508
205
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:524
206
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:539
207
+ msgid "Chat Agent"
208
+ msgstr "Chat Agent/Agen Percakapan"
209
+
210
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:513
211
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:529
212
+ msgid "Make this user a chat agent"
213
+ msgstr "Jadikan user ini sebagai chat agent"
214
+
215
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:543
216
+ msgid "Your user role does not allow you to make yourself a chat agent."
217
+ msgstr "Peraturan tidak mengijinkan anda menjadi chat agent."
218
+
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:544
220
+ msgid "Please contact the administrator of this website to change this."
221
+ msgstr ""
222
+ "Selahkan menghubungi administrator website ini untuk melakukan perubahan."
223
+
224
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:630
225
+ msgid "Chat Agent Online"
226
+ msgstr "Chat Agent Online"
227
+
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:632
229
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:637
230
+ msgid "Chat Agents Online"
231
+ msgstr "Chat Agents Online"
232
+
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:728
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:598
235
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:885
236
+ msgid "Date"
237
+ msgstr "Tanggal"
238
+
239
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:745
240
+ msgid "You have not received any offline messages."
241
+ msgstr "Anda tidak menerima pesan offline"
242
+
243
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:20
244
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:5
245
+ msgid "WP Live Chat Support Settings"
246
+ msgstr "Pengaturan Dukungan WP Live Chat "
247
+
248
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
249
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
250
+ msgid "General Settings"
251
+ msgstr "Pengaturan Umum"
252
+
253
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
254
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
255
+ msgid "Chat Box"
256
+ msgstr "Kotak Percakapan"
257
+
258
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
259
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:261
260
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1875
261
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
262
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:283
263
+ msgid "Offline Messages"
264
+ msgstr "Pesan offline"
265
+
266
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
267
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:360
268
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
269
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:338
270
+ msgid "Styling"
271
+ msgstr "Styling"
272
+
273
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:35
274
+ msgid "Chat Agents"
275
+ msgstr "Chat Agents/Agen Percakapan"
276
+
277
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:36
278
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:551
279
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:24
280
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:432
281
+ msgid "Animations"
282
+ msgstr "Animasi"
283
+
284
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:39
285
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:27
286
+ msgid "Main Settings"
287
+ msgstr "Pengaturan Utama"
288
+
289
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:42
290
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:30
291
+ msgid "Chat enabled"
292
+ msgstr "percakapan diaktifkan"
293
+
294
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:45
295
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
296
+ msgid "Yes"
297
+ msgstr "Ya"
298
+
299
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:46
300
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:34
301
+ msgid "No"
302
+ msgstr "Tidak"
303
+
304
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:51
305
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
306
+ msgid "Choose when I want to be online"
307
+ msgstr "Pilih waktu untuk online"
308
+
309
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:54
310
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
311
+ msgid ""
312
+ "Checking this will allow you to change your status to \"Online\" or \"Offline"
313
+ "\" on the \"Live Chat\" page."
314
+ msgstr ""
315
+ "Memilih ini memungkinkan anda untuk merubah status menjadi \"Online\" or "
316
+ "\"Offline\" pada halaman \"Live Chat\" ."
317
+
318
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:59
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:55
320
+ msgid "Hide Chat"
321
+ msgstr "Sembunyikan percakapan"
322
+
323
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
324
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
325
+ msgid "Hides chat for 24hrs when user clicks X"
326
+ msgstr "Sembunyikan percakapan selama 24 Jam ketika pengguna meng-klik X"
327
+
328
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:68
329
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:72
330
+ msgid "Require Name And Email"
331
+ msgstr "Membutuhkan Nama Dan Alamat Email/Surel"
332
+
333
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
334
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:73
335
+ msgid ""
336
+ "Users will have to enter their Name and Email Address when starting a chat"
337
+ msgstr ""
338
+ "Pengguna harus memasukan Nama dan Alamat Email ketika akan memulai percakapan"
339
+
340
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:77
341
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:81
342
+ msgid "Input Field Replacement Text"
343
+ msgstr "Input penggantian Nama Field"
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 "This is the text that will show in place of the Name And Email fields"
348
+ msgstr "Ini adalah teks yang akan ditampilkan di kotak Nama Dan Alamat Email "
349
+
350
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:86
351
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
352
+ msgid "Use Logged In User Details"
353
+ msgstr "Gunakan Log dalan Detail Pengguna"
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 ""
358
+ "A user's Name and Email Address will be used by default if they are logged "
359
+ "in."
360
+ msgstr ""
361
+ "Nama pengguna dan Alamat Email akan digunakan secara default ketika mereka "
362
+ "login ."
363
+
364
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:95
365
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:99
366
+ msgid "Enable On Mobile Devices"
367
+ msgstr "Aktifkan pada Perangkat Bergerak (Smartphone & Tablet)"
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 ""
372
+ "Disabling this will mean that the Chat Box will not be displayed on mobile "
373
+ "devices. (Smartphones and Tablets)"
374
+ msgstr ""
375
+ "Menonaktifkan pilihan ini berarti chatbox/kotak percakapan tidak akan "
376
+ "ditampilkan pada perangkat bergerak. (smartphone/Tablet)"
377
+
378
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:104
379
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:108
380
+ msgid "Record a visitor's IP Address"
381
+ msgstr "Rekap Alamat IP Pengunjung"
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 "Disable this to enable anonymity for your visitors"
386
+ msgstr "Nonaktifkan pilihan ini untuk mengaktifkan anominitas penjunjung anda"
387
+
388
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:113
389
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:117
390
+ msgid "Include chat window on the following pages:"
391
+ msgstr "Sertakan kotak percakapan pada pages/halaman berikut :"
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 ""
396
+ "Show the chat window on the following pages. Leave blank to show on all. "
397
+ "(Use comma-separated Page ID's)"
398
+ msgstr ""
399
+ "Tampilkan kotak percakapan pada halaman berikut . Biarkan kosong untuk "
400
+ "menunjukkan pada semua .(Gunakan koma sebagai pemisah ID Halaman)"
401
+
402
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:118
403
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:128
404
+ msgid ""
405
+ "Do not include and exclude pages at the same time. Please only use one or "
406
+ "the other"
407
+ msgstr ""
408
+ "Jangan memilih dua option untuk satu halaman pada waktu yang sama. Harap "
409
+ "hanya menggunakan salah satu pilihan"
410
+
411
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:123
412
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:133
413
+ msgid "Exclude chat window on the following pages:"
414
+ msgstr "Jangan tampilkan kotak percakapan pada halaman berikut :"
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 ""
419
+ "Do not show the chat window on the following pages. Leave blank to show on "
420
+ "all. (Use comma-separated Page ID's)"
421
+ msgstr ""
422
+ "Jangan tampilkan kotak percakapan pada halaman berikut. Kosongkan untuk "
423
+ "ditampilkan pada semua. (Gunakan koma sebagai pemisak ID Halaman)"
424
+
425
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:132
426
+ msgid "Allow any user to make themselves a chat agent"
427
+ msgstr "Ijinkan semua user untuk menjadi chat agent (agen percakapan)"
428
+
429
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:135
430
+ msgid ""
431
+ "Checking this will allow any of your users to make themselves a chat agent "
432
+ "when editing their profile."
433
+ msgstr ""
434
+ "Memilih ini akan memungkinkan setiap pengguna untuk membuat diri mereka "
435
+ "sebagai chat agen (agen percakapan) saat mengedit profil mereka ."
436
+
437
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:142
438
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:152
439
+ msgid "Chat Window Settings"
440
+ msgstr "Pengaturan kotak percakapan"
441
+
442
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:145
443
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:155
444
+ msgid "Chat box alignment"
445
+ msgstr "Posisi kotak percakapan"
446
+
447
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:148
448
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:158
449
+ msgid "Bottom left"
450
+ msgstr "Kiri Bawah"
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 right"
455
+ msgstr "Kanan Bawah"
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 "Left"
460
+ msgstr "Kiri"
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 "Right"
465
+ msgstr "Kanan"
466
+
467
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:157
468
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:167
469
+ msgid "Auto Pop-up"
470
+ msgstr "Pop-up Otomatis"
471
+
472
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:161
473
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:171
474
+ msgid ""
475
+ "Expand the chat box automatically (prompts the user to enter their name and "
476
+ "email address)."
477
+ msgstr ""
478
+ "Perluas kotak percakapan secara otomatis (meminta pengguna untuk memasukan "
479
+ "Nama dan Alamat Email/Surel)"
480
+
481
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:167
482
+ msgid "Name "
483
+ msgstr "Nama"
484
+
485
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:181
486
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
487
+ msgid "Picture"
488
+ msgstr "Gambar"
489
+
490
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:189
491
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:196
492
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:212
493
+ msgid "Upload Image"
494
+ msgstr "Upload(Unggah) Gambar"
495
+
496
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:191
497
+ msgid "Remove Image"
498
+ msgstr "Singkirkan Gambar"
499
+
500
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:192
501
+ msgid "Recomended Size 40px x 40px"
502
+ msgstr "Ukuran yang disarankan 40px x 40px"
503
+
504
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:198
505
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
506
+ msgid "Logo"
507
+ msgstr "Logo"
508
+
509
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:206
510
+ msgid "Upload Logo"
511
+ msgstr "Upload (Unggah) Logo"
512
+
513
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:208
514
+ msgid "Remove Logo"
515
+ msgstr "Singkirkan Logo"
516
+
517
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
518
+ msgid "Recomended Size 250px x 40px"
519
+ msgstr "Ukuran yang disarankan 250px x 40px"
520
+
521
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:215
522
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:225
523
+ msgid "Chat delay (seconds)"
524
+ msgstr "Jeda Percakapan (dalam detik)"
525
+
526
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:218
527
+ msgid "how long it takes for your chat window to pop up"
528
+ msgstr "Berapa lama yang diperlukan agar kotak percakapan pop-up (keluar)"
529
+
530
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:224
531
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:241
532
+ msgid "Chat notifications"
533
+ msgstr "Notifikasi Percakapan"
534
+
535
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:228
536
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:245
537
+ msgid "Alert me via email as soon as someone wants to chat"
538
+ msgstr ""
539
+ "Beritahukan melalui Email/Surel apabila seseorang ingin melakukan percakapan"
540
+
541
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
542
+ msgid "(while online only)"
543
+ msgstr "(Saat oline saja)"
544
+
545
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:234
546
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:257
547
+ msgid "Display name and avatar in chat"
548
+ msgstr "Tampilkan nama dan (gambar)avatar dalam percakapan"
549
+
550
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:240
551
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:263
552
+ msgid "Display the agent and user name above each message in the chat window."
553
+ msgstr ""
554
+ "Menampilkan nama agen dan nama pengguna di atas setiap pesan di kotak "
555
+ "percakapan."
556
+
557
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:245
558
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:268
559
+ msgid "Only show the chat window to users that are logged in"
560
+ msgstr "Kkotak percakapan hanya tampil bagi pengguna yang sudah login"
561
+
562
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:253
563
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:276
564
+ msgid ""
565
+ "By checking this, only users that are logged in will be able to chat with "
566
+ "you."
567
+ msgstr ""
568
+ "Dengan memilih ini, hanya pengguna yang login akan dapat chatting dengan "
569
+ "anda ."
570
+
571
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:265
572
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:287
573
+ msgid "Do not allow users to send offline messages"
574
+ msgstr "Tidak mengizinkan pengguna untuk mengirim pesan secara offline"
575
+
576
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:273
577
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:291
578
+ msgid ""
579
+ "The chat window will be hidden when it is offline. Users will not be able to "
580
+ "send offline messages to you"
581
+ msgstr ""
582
+ "Kotak percakapan akan disembunyikan ketika sedang offline . Pengguna tidak "
583
+ "akan dapat mengirim pesan offline untuk Anda"
584
+
585
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:278
586
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:296
587
+ msgid "Email Address"
588
+ msgstr "Alamat email (Surel)"
589
+
590
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:282
591
+ msgid "Email address where offline messages are delivered to"
592
+ msgstr "Alamat email (Surel) untuk mengirimkan pesan secara offline"
593
+
594
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:283
595
+ msgid ""
596
+ "Use comma separated email addresses to send to more than one email address"
597
+ msgstr ""
598
+ "Gunakan koma diantara alamat email untuk mengirimkan lebih dari satu alamat "
599
+ "email"
600
+
601
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:291
602
+ msgid "Sending Method"
603
+ msgstr "metode pengiriman"
604
+
605
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
606
+ msgid "WP Mail"
607
+ msgstr "WP Mail"
608
+
609
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:293
610
+ msgid "PHP Mailer"
611
+ msgstr "PHP Mailer"
612
+
613
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:305
614
+ msgid "Host"
615
+ msgstr "Host"
616
+
617
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:313
618
+ msgid "Port"
619
+ msgstr "Port"
620
+
621
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:321
622
+ msgid "Username"
623
+ msgstr "Username/Nama pengguna"
624
+
625
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:329
626
+ msgid "Password"
627
+ msgstr "Password/Kata Kunci"
628
+
629
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:338
630
+ msgid "Offline Chat Box Title"
631
+ msgstr "Judul kotak percakapan offline"
632
+
633
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:346
634
+ msgid "Offline Text Fields"
635
+ msgstr "Bidang teks percakapan offline"
636
+
637
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:379
638
+ msgid "Choose a theme"
639
+ msgstr "Pilih sebuah tema"
640
+
641
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:384
642
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:385
643
+ msgid "Theme 1"
644
+ msgstr "Tema 1"
645
+
646
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:388
647
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:389
648
+ msgid "Theme 2"
649
+ msgstr "Tema 2"
650
+
651
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:392
652
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
653
+ msgid "Theme 3"
654
+ msgstr "Tema 3"
655
+
656
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:396
657
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:397
658
+ msgid "Theme 4"
659
+ msgstr "Tema 4"
660
+
661
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:400
662
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:401
663
+ msgid "Theme 5"
664
+ msgstr "Tema 5"
665
+
666
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:404
667
+ msgid "Theme 6"
668
+ msgstr "Tema 6"
669
+
670
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:405
671
+ msgid "Custom. Enter Colour Values Below"
672
+ msgstr "Custom. Silahkan masukan kode warna"
673
+
674
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:421
675
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:358
676
+ msgid "Chat box fill color"
677
+ msgstr "Warna dasar kotak percakapan"
678
+
679
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:427
680
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:364
681
+ msgid "Chat box font color"
682
+ msgstr "Warna teks kotak percakapan"
683
+
684
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:441
685
+ msgid "First Section Text"
686
+ msgstr "Teks bagian pertama"
687
+
688
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:450
689
+ msgid "Intro Text"
690
+ msgstr "Teks Perkenalan"
691
+
692
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:456
693
+ msgid "Second Section Text"
694
+ msgstr "Teks Bagian kedua"
695
+
696
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:463
697
+ msgid "Reactivate Chat Section Text"
698
+ msgstr "mengaktifkan teks bagian percakapan"
699
+
700
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:471
701
+ msgid "User chat welcome"
702
+ msgstr "Menyambut pengguna percakapan"
703
+
704
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:480
705
+ msgid "Other text"
706
+ msgstr "Teks lainnya"
707
+
708
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:508
709
+ msgid "Current Users that are Chat Agents"
710
+ msgstr "Pengguna yang adalah Chat Agent/Agen Percapakan pada saat ini"
711
+
712
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:522
713
+ msgid ""
714
+ "To add or remove a user as a chat agent, go into the users profile and "
715
+ "select the checkbox Chat Agent and click save."
716
+ msgstr ""
717
+ "Untuk menambah atau menghapus pengguna sebagai agen percakapan, masuk ke "
718
+ "profil pengguna dan pilih kotak centang Agen Percakapan dan klik simpan."
719
+
720
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:523
721
+ msgid "If there are no chat agents online, the chat will show as offline"
722
+ msgstr ""
723
+ "Jika tidak ada agen percakapan yang online, percakapan akan menunjukkan "
724
+ "status offline"
725
+
726
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:556
727
+ msgid ""
728
+ "You are using an outdated version of WP Live Chat Support Basic. Please "
729
+ "update your plugin to allow for animations to function"
730
+ msgstr ""
731
+ "Anda menggunakan versi lama dari WP Live Chat. Silakan update plugin Anda "
732
+ "agar animasi dapat berfungsi"
733
+
734
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:561
735
+ msgid "Choose an animation"
736
+ msgstr "Pilih sebuah animasi"
737
+
738
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:567
739
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:442
740
+ msgid "Slide Up"
741
+ msgstr "Slide ke atas"
742
+
743
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:571
744
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:446
745
+ msgid "Slide From The Side"
746
+ msgstr "Slide dari slide"
747
+
748
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:575
749
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:450
750
+ msgid "Fade In"
751
+ msgstr "Menghilang"
752
+
753
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:579
754
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:454
755
+ msgid "No Animation"
756
+ msgstr "Tanpa animasi"
757
+
758
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:592
759
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:462
760
+ msgid "Save Settings"
761
+ msgstr "Simpan Pengaturan"
762
+
763
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:457
764
+ msgid "Dear User"
765
+ msgstr "Kepada Pengguna"
766
+
767
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
768
+ msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
769
+ msgstr ""
770
+ "Anda menggunakan WP Live Chat dengan versi yang sudah tertinggal. Silahkan"
771
+
772
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
773
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
774
+ msgid "update to at least version"
775
+ msgstr "untuk mengupdate ke versi terakhir"
776
+
777
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
778
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
779
+ msgid "to ensure all functionality is in working order"
780
+ msgstr ""
781
+ "untuk memastikan semua fungsi sudah sesuai dengan urutannya masing-masing"
782
+
783
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:459
784
+ msgid ""
785
+ "You're live chat box on your website has been temporarily disabled until the "
786
+ "basic plugin has been updated. This is to ensure a smooth and hassle-free "
787
+ "user experience for both yourself and your visitors."
788
+ msgstr ""
789
+ "kotak percakapan di website anda untuk sementara dinonaktifkan sampai plugin "
790
+ "diperbarui. Hal ini untuk memastikan pengalaman percakapan online yang "
791
+ "lancar dan mudah untuk diri sendiri dan pengunjung website Anda."
792
+
793
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:460
794
+ msgid ""
795
+ "You can update your plugin <a href='./update-core.php'>here</a> or <a "
796
+ "href='./plugins.php'>here</a>."
797
+ msgstr ""
798
+ "Anda dapat menmperbaharui plugin <a href='./update-core.php'>di sini</a> "
799
+ "atau <a href='./plugins.php'>di sini</a>"
800
+
801
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:461
802
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:804
803
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:822
804
+ msgid "If you are having difficulty updating the plugin, please contact"
805
+ msgstr ""
806
+ "Jika Anda mengalami kesulitan untuk memperbarui plugin, silahkan menghubungi"
807
+
808
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
809
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:800
810
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:813
811
+ msgid "Dear Pro User"
812
+ msgstr "kepada pengguna Pro"
813
+
814
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
815
+ msgid ""
816
+ "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
817
+ "download the latest copy from"
818
+ msgstr ""
819
+ "WP Live Chat Support Pro membutuhkan WP Live Chat Support untuk berfungsi. "
820
+ "Anda dapat men-download salinan terbaru dari"
821
+
822
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:487
823
+ msgid "Admin"
824
+ msgstr "Admin"
825
+
826
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:491
827
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:373
828
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:437
829
+ msgid "Questions?"
830
+ msgstr "Pertanyaan?"
831
+
832
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:492
833
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:374
834
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:437
835
+ msgid "Chat with us"
836
+ msgstr "bercakap dengan kami"
837
+
838
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:493
839
+ msgid "Start live chat"
840
+ msgstr "Memulai percakapan online"
841
+
842
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:494
843
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:380
844
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:510
845
+ msgid "Start Chat"
846
+ msgstr "Memulai percakapan"
847
+
848
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:495
849
+ msgid "Connecting. Please be patient..."
850
+ msgstr "menghubungkan. Harap bersabar..."
851
+
852
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:496
853
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:389
854
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:520
855
+ msgid "Reactivating your previous chat..."
856
+ msgstr "mengaktifkan percakapan sebelumnya"
857
+
858
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:497
859
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:314
860
+ msgid "Chat offline. Leave a message"
861
+ msgstr "Percakapan sedang offline. Silahkan tinggalkan pesan"
862
+
863
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:498
864
+ msgid "Hello. Please input your details so that I may help you."
865
+ msgstr "Halo. Silakan masukan data anda sehingga saya dapat membantu anda."
866
+
867
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:499
868
+ msgid ""
869
+ "We are currently offline. Please leave a message and we'll get back to you "
870
+ "shortly."
871
+ msgstr ""
872
+ "Pada saat ini system kami sedang offline. Silahkan tinggalkan pesan anda, "
873
+ "dan kami akan segera menghubungi anda. Terimakasih."
874
+
875
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:500
876
+ msgid "Sending message..."
877
+ msgstr "Pewngirimkan pesan...."
878
+
879
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:501
880
+ msgid "Thank you for your message. We will be in contact soon."
881
+ msgstr "Terimakasih untuk pesan anda, kami akan segera menghubungi anda."
882
+
883
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:502
884
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:525
885
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:981
886
+ msgid "Press ENTER to send your message"
887
+ msgstr "Tekan ENTER untuk mengirim pesan anda"
888
+
889
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:503
890
+ msgid "Welcome. How may I help you?"
891
+ msgstr "Selamat datang. Bagaimana kami dapat membantu anda ?"
892
+
893
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:543
894
+ msgid "You are currently accepting chats"
895
+ msgstr "Pada saat ini anda sedang menerima percakapan"
896
+
897
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:544
898
+ msgid "You are not accepting chats"
899
+ msgstr "Anda tidak sedang menerima percakapan"
900
+
901
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:601
902
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:888
903
+ msgid "URL"
904
+ msgstr "URL"
905
+
906
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:602
907
+ msgid "Status"
908
+ msgstr "Status"
909
+
910
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:603
911
+ msgid "Action"
912
+ msgstr "Tindakan"
913
+
914
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:609
915
+ msgid "No chats available at the moment"
916
+ msgstr "Percakapan tidak tersedia pada saat ini"
917
+
918
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:770
919
+ msgid "Minize Chat Window"
920
+ msgstr "Memperkecil kotak percakapan"
921
+
922
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:771
923
+ msgid "Close Chat Window"
924
+ msgstr "Tutup Kotak Percakapan"
925
+
926
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:862
927
+ msgid "Send message"
928
+ msgstr "Kirim Pesan"
929
+
930
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:890
931
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:529
932
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:995
933
+ msgid "Send"
934
+ msgstr "Mengirim"
935
+
936
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:930
937
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1421
938
+ msgid "Please click 'Start Chat' to initiate a chat with an agent"
939
+ msgstr "Silakan klik 'Mulai Percakapan' untuk memulai percakapan dengan agen"
940
+
941
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1047
942
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1445
943
+ msgid "Your settings have been saved."
944
+ msgstr "Pengaturan anda telah disimpan"
945
+
946
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1062
947
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:854
948
+ msgid "Chat sessions"
949
+ msgstr "Sesi percakapan"
950
+
951
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1064
952
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:856
953
+ msgid ""
954
+ "Please note: This window must be open in order to receive new chat "
955
+ "notifications."
956
+ msgstr ""
957
+ "Catatan : Halaman ini harus tetap terbuka untuk menerima notifikasi "
958
+ "percakapan baru."
959
+
960
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1158
961
+ msgid "Unknown"
962
+ msgstr "Tidak dikenal"
963
+
964
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1174
965
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:948
966
+ msgid "End chat"
967
+ msgstr "Akhiri Percakapan"
968
+
969
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1179
970
+ msgid "Attempting to open the chat window... Please be patient."
971
+ msgstr "Dalam proses untuk membuka kotak percakapan ... Harap bersabar."
972
+
973
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1276
974
+ msgid "This chat has already been answered. Please close the chat window"
975
+ msgstr "Percakapan ini sudah pernah dijawab. Silakan tutup kotak percakapan"
976
+
977
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1344
978
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1107
979
+ msgid "User has opened the chat window"
980
+ msgstr "Pengguna telah membuka kotak percakapan"
981
+
982
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1349
983
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1112
984
+ msgid "User has minimized the chat window"
985
+ msgstr "Pengguna telah meminimalkan kotak percakapan"
986
+
987
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1354
988
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1117
989
+ msgid "User has maximized the chat window"
990
+ msgstr "Pengguna telah memaksimalkan kotak percakapan"
991
+
992
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1359
993
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1122
994
+ msgid "User has closed and ended the chat"
995
+ msgstr "Pengguna telah menutup dan mengakhiri percakapan"
996
+
997
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1737
998
+ msgid ""
999
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
1000
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
1001
+ msgstr ""
1002
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
1003
+ "\" onclick=\"document.location.reload(); return false;\">Coba lagi</a>"
1004
+
1005
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1742
1006
+ msgid "An unknown error occurred"
1007
+ msgstr "Sebuah kesalahan yang tidak diketahui"
1008
+
1009
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1869
1010
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:248
1011
+ msgid "Live Chat"
1012
+ msgstr "Live Chat/Percakapan Online"
1013
+
1014
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1870
1015
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:249
1016
+ msgid "Settings"
1017
+ msgstr "Pengaturan"
1018
+
1019
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1871
1020
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1886
1021
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1897
1022
+ msgid "Quick Responses"
1023
+ msgstr "Respon Cepat"
1024
+
1025
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1873
1026
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:250
1027
+ msgid "History"
1028
+ msgstr "Sejarah"
1029
+
1030
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1874
1031
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:251
1032
+ msgid "Missed Chats"
1033
+ msgstr "Percakapan yang tak terjawab"
1034
+
1035
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1876
1036
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
1037
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:252
1038
+ msgid "Feedback"
1039
+ msgstr "Masukan"
1040
+
1041
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1880
1042
+ msgid "Error Log"
1043
+ msgstr "Log Kesalahan"
1044
+
1045
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1887
1046
+ msgid "Quick Response"
1047
+ msgstr "Respon Cepat"
1048
+
1049
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1888
1050
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1891
1051
+ msgid "New Quick Response"
1052
+ msgstr "Respon Cepat Baru"
1053
+
1054
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1889
1055
+ msgid "Add New Quick Response"
1056
+ msgstr "Tambah Respon Cepat Baru"
1057
+
1058
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1890
1059
+ msgid "Edit Quick Response"
1060
+ msgstr "Ubah Respon Cepat"
1061
+
1062
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1892
1063
+ msgid "All Quick Responses"
1064
+ msgstr "Semua Respon Cepat"
1065
+
1066
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1893
1067
+ msgid "View Quick Responses"
1068
+ msgstr "Lihat Respon Cepat"
1069
+
1070
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1894
1071
+ msgid "Search Quick Responses"
1072
+ msgstr "Cari Respon Cepat"
1073
+
1074
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1895
1075
+ msgid "No Quick Responses found"
1076
+ msgstr "Tidak ada respon cepat yang ditemukan"
1077
+
1078
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1896
1079
+ msgid "No Quick Responses found in the Trash"
1080
+ msgstr "Tidak ada respon cepat yang ditemukan di Trash/tempatsampah"
1081
+
1082
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1901
1083
+ msgid "Quick Responses for WP Live Chat Support Pro"
1084
+ msgstr "Respon Cepat untuk WP Live Chat Support Pro"
1085
+
1086
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1956
1087
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1960
1088
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1089
+ msgid "Assign Quick Response"
1090
+ msgstr "Tambah Respon Cepat"
1091
+
1092
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1963
1093
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1094
+ msgid "Select"
1095
+ msgstr "Pilih"
1096
+
1097
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1969
1098
+ msgid "What is this?"
1099
+ msgstr "apa ini ?"
1100
+
1101
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:566
1102
+ msgid "complete"
1103
+ msgstr "Selesai"
1104
+
1105
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:569
1106
+ msgid "pending"
1107
+ msgstr "tunda"
1108
+
1109
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:572
1110
+ msgid "active"
1111
+ msgstr "aktif"
1112
+
1113
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:575
1114
+ msgid "deleted"
1115
+ msgstr "telah di hapus"
1116
+
1117
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:578
1118
+ msgid "browsing"
1119
+ msgstr "menjelajah"
1120
+
1121
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:581
1122
+ msgid "requesting chat"
1123
+ msgstr "Meminta percakapan"
1124
+
1125
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:584
1126
+ msgid "Chat Ended - User still browsing"
1127
+ msgstr ""
1128
+ "Percakapan selesai - Pengguna mesih melakukan browsing/menjelajah website"
1129
+
1130
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:587
1131
+ msgid "User is browsing but doesn't want to chat"
1132
+ msgstr ""
1133
+ "Pengguna sedang menjelajah website tetapi tidak menginginkan percakapan"
1134
+
1135
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:671
1136
+ msgid "Get Pro Add-on to accept more chats"
1137
+ msgstr "Ambil Pro Add-on untuk menerima percakapan lebih banyak"
1138
+
1139
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:915
1140
+ msgid "You have not missed any chat requests."
1141
+ msgstr "Anda tidak pernah melewati permintaan percakapan online"
1142
+
1143
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
1144
+ msgid "WP Live Chat Support Feedback"
1145
+ msgstr "Masukan untuk WP Live Chat Support"
1146
+
1147
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
1148
+ msgid "We'd love to hear your comments and/or suggestions"
1149
+ msgstr "Kami senang mendengar komentar dan/atau masukan anda"
1150
+
1151
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
1152
+ msgid "Your Name"
1153
+ msgstr "Nama Anda"
1154
+
1155
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
1156
+ msgid "Your Email"
1157
+ msgstr "Alamat email Anda"
1158
+
1159
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
1160
+ msgid "Your Website"
1161
+ msgstr "Alamat Website Anda"
1162
+
1163
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
1164
+ msgid "Send Feedback"
1165
+ msgstr "Kirim masukan"
1166
+
1167
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
1168
+ msgid "Agents"
1169
+ msgstr "Agen"
1170
+
1171
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
1172
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:62
1173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:124
1174
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:140
1175
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:183
1176
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
1177
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:215
1178
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:231
1179
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:248
1180
+ msgid "available in the"
1181
+ msgstr "tersedia di"
1182
+
1183
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
1184
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
1185
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
1186
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:141
1187
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
1188
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
1189
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
1190
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
1191
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:249
1192
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:303
1193
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:317
1194
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:393
1195
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1196
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1197
+ msgid "Pro Add-on"
1198
+ msgstr "Pro Add-on"
1199
+
1200
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
1201
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
1202
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
1203
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
1204
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:185
1205
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
1206
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:217
1207
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:233
1208
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
1209
+ msgid "only"
1210
+ msgstr "saja "
1211
+
1212
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
1213
+ msgid " once off. Updates included forever."
1214
+ msgstr " sekali bayar. termasuk update semalanya."
1215
+
1216
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:302
1217
+ msgid "Get offline messages with the "
1218
+ msgstr "Dapatkan pesan offline dengan"
1219
+
1220
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:311
1221
+ msgid "Offline text"
1222
+ msgstr "teks offline"
1223
+
1224
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:316
1225
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:392
1226
+ msgid "Edit these text fields using the "
1227
+ msgstr "Edit bidang teks dengan menggunakan"
1228
+
1229
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1230
+ msgid "Choose a colour scheme. Only available in the"
1231
+ msgstr "Pilih skema warna. Hanya tersedia di"
1232
+
1233
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1234
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
1235
+ msgid "Pro add-on"
1236
+ msgstr "Pro add-on"
1237
+
1238
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:346
1239
+ msgid "Colour Scheme 1"
1240
+ msgstr "Skema Warna 1"
1241
+
1242
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:347
1243
+ msgid "Colour Scheme 2"
1244
+ msgstr "Skema Warna 2"
1245
+
1246
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:348
1247
+ msgid "Colour Scheme 3"
1248
+ msgstr "Skema Warna 3"
1249
+
1250
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:349
1251
+ msgid "Colour Scheme 4"
1252
+ msgstr "Skema Warna 4"
1253
+
1254
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:350
1255
+ msgid "Colour Scheme 5"
1256
+ msgstr "Skema Warna 5"
1257
+
1258
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:351
1259
+ msgid "Colour Scheme 6"
1260
+ msgstr "Skema Warna 6"
1261
+
1262
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:371
1263
+ msgid "First section text"
1264
+ msgstr "Teks bagian pertama"
1265
+
1266
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:378
1267
+ msgid "Second section text"
1268
+ msgstr "Teks bagian ke dua"
1269
+
1270
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:381
1271
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:517
1272
+ msgid "Connecting you to a sales person. Please be patient."
1273
+ msgstr "Sedang menghubungkan Anda bagian Penjualan. Harap bersabar."
1274
+
1275
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:387
1276
+ msgid "Reactivate chat section text"
1277
+ msgstr "Mengaktifkan kembali sesi percakapan"
1278
+
1279
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:404
1280
+ msgid "Multiple Agents"
1281
+ msgstr "Beberapa Agen"
1282
+
1283
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1284
+ msgid "Get"
1285
+ msgstr "Ambil"
1286
+
1287
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1288
+ msgid "Multiple agent support"
1289
+ msgstr "Dukungan beberapa agen"
1290
+
1291
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
1292
+ msgid "Get a variety of animations in the "
1293
+ msgstr "Dapatkan beragam animasi di"
1294
+
1295
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:436
1296
+ msgid "Choose an animation (Pro Only)"
1297
+ msgstr "Pilih animasi (Hanya di versi Pro)"
1298
+
1299
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
1300
+ msgid "Welcome to "
1301
+ msgstr "Selamat datang di"
1302
+
1303
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:6
1304
+ msgid "Version 4"
1305
+ msgstr "Versi 4"
1306
+
1307
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:8
1308
+ msgid "Provide Instant Live Chat Support!"
1309
+ msgstr "menyediakan dukungan percakapan Online !"
1310
+
1311
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:10
1312
+ msgid "How did you find us?"
1313
+ msgstr "Bagaimana anda menemukan kami ?"
1314
+
1315
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
1316
+ msgid "WordPress.org plugin repository "
1317
+ msgstr "WordPress.org plugin repository "
1318
+
1319
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
1320
+ msgid "Search Term"
1321
+ msgstr "Syarat Pencarian"
1322
+
1323
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
1324
+ msgid "Google or other search Engine"
1325
+ msgstr "Google atau mesin pencari lain"
1326
+
1327
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
1328
+ msgid "Friend recommendation"
1329
+ msgstr "Rekomendasi teman"
1330
+
1331
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
1332
+ msgid "Other"
1333
+ msgstr "lainnya"
1334
+
1335
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
1336
+ msgid "Please Explain"
1337
+ msgstr "Silahkan jelaskan"
1338
+
1339
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
1340
+ msgid "Submit"
1341
+ msgstr "Kirim"
1342
+
1343
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
1344
+ msgid "Skip"
1345
+ msgstr "Lewati"
1346
+
1347
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:217
1348
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1253
1349
+ msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1350
+ msgstr ""
1351
+ "Silakan klik \\ 'Mulai Percakapan \\' untuk memulai percakapan dengan agen"
1352
+
1353
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:447
1354
+ msgid "Start Live Chat"
1355
+ msgstr "Mulai percakapan online"
1356
+
1357
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:801
1358
+ msgid ""
1359
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1360
+ "strong>. Please"
1361
+ msgstr ""
1362
+ "Anda menggunakan versi lama dari <strong> WP Live Chat Pro </ strong>. Mohon "
1363
+ "Untuk"
1364
+
1365
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:802
1366
+ msgid ""
1367
+ "You're live chat box on your website has been temporarily disabled until the "
1368
+ "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
1369
+ "experience for both yourself and your visitors."
1370
+ msgstr ""
1371
+ "Kotak Live Chat Pro di website Anda untuk sementara dinonaktifkan sampai "
1372
+ "Plugin telah diperbarui. Hal ini untuk memastikan pengalaman pengguna yang "
1373
+ "mudah dan lancar untuk diri sendiri dan pengunjung Anda."
1374
+
1375
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:803
1376
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:821
1377
+ msgid ""
1378
+ "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
1379
+ "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
1380
+ "version/' target='_BLANK'>here</a>."
1381
+ msgstr ""
1382
+ "Anda dapat memperbaharui plugin <a href='./update-core.php'>di sini</a>, <a "
1383
+ "href='./plugins.php'>di sini</a> atau <a href='http://wp-livechat.com/get-"
1384
+ "updated-version/' target='_BLANK'>di sini</a>."
1385
+
1386
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:814
1387
+ msgid ""
1388
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1389
+ "strong>."
1390
+ msgstr "Anda menggunakan versi lama dari <strong> WP Live Chat Pro </ strong>."
1391
+
1392
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:816
1393
+ msgid "Please update to the latest version of WP Live Chat Support Pro"
1394
+ msgstr "Silakan update ke versi terbaru dari WP Live Chat Support Pro"
1395
+
1396
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:817
1397
+ msgid "Version 4.4.5"
1398
+ msgstr "Versi 4.4.5"
1399
+
1400
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:818
1401
+ msgid "to take advantage of chat window transitions and colour schemes."
1402
+ msgstr ""
1403
+ "untuk mengambil keuntungan dari transisi kotak percakapan dan skema warna."
1404
+
1405
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:845
1406
+ msgid "Experiencing problems with the plugin?"
1407
+ msgstr "Mengalami masalah dengan plugin?"
1408
+
1409
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:847
1410
+ msgid "Review the documentation."
1411
+ msgstr "Lihat dokumentasi"
1412
+
1413
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:848
1414
+ msgid "Or ask a question on our"
1415
+ msgstr "Atau ajukan pertanyaan pada"
1416
+
1417
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:848
1418
+ msgid "Support forum."
1419
+ msgstr "Support Forum/Forum Dokungan"
1420
+
1421
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:876
1422
+ msgid "With the Pro add-on of WP Live Chat Support, you can"
1423
+ msgstr "Dengan Pro add-on WP Lice Chat Support, Anda dapat"
1424
+
1425
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:877
1426
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:878
1427
+ msgid "see who's online and initiate chats"
1428
+ msgstr "melihat siapa yang online dan yang memulai percakapan"
1429
+
1430
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:879
1431
+ msgid "with your online visitors with the click of a button."
1432
+ msgstr "dengan pengunjung online anda hanya dengan meng-klik tombol."
1433
+
1434
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:880
1435
+ msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
1436
+ msgstr ""
1437
+ "Beli Pro add-on sekarang hanya dengan USD 19,95 sekali bayar. Gratis Update "
1438
+ "SELAMANYA."
1439
+
1440
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:882
1441
+ msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
1442
+ msgstr ""
1443
+ "Beli Pro add-on sekarang hanya USD 19,95 sekali bayar. Gratis Update "
1444
+ "Selamanya."
1445
+
1446
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:934
1447
+ msgid "Previous"
1448
+ msgstr "Sebelumnya"
1449
+
1450
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:936
1451
+ msgid "Active"
1452
+ msgstr "Aktif"
1453
+
1454
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:945
1455
+ msgid "Chat with"
1456
+ msgstr "Bercakap dengan"
1457
+
1458
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1459
+ msgid "Add Quick Responses to your Live Chat"
1460
+ msgstr "Tambahkan Respon Cepat di Percakapan Online anda"
1461
+
1462
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
1463
+ msgid "Pro version only"
1464
+ msgstr "Hanya untuk versi Pro"
1465
+
1466
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:993
1467
+ msgid "type here..."
1468
+ msgstr "ketik di sini..."
1469
+
1470
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1356
1471
+ msgid "WP Live Chat History"
1472
+ msgstr "Sejarah WP Live Chat"
1473
+
1474
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1475
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1476
+ msgid "This option is only available in the "
1477
+ msgstr "Opsi ini hanya terdapat pada"
1478
+
1479
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1360
1480
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1380
1481
+ msgid "Get it now for only $19.95 once off!"
1482
+ msgstr "Dapatkan sekarang hanya dengan USD 19,95 sekali bayar!"
1483
+
1484
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1365
1485
+ msgid "WP Live Chat Missed Chats"
1486
+ msgstr "WP Live Chat Percakapan tak terjawab"
1487
+
1488
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1372
1489
+ msgid "WP Live Chat Offline Messages"
1490
+ msgstr "WP Live Chat Pesan Offline"
1491
+
1492
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1377
1493
+ msgid ""
1494
+ "Please update to the latest version of WP Live Chat Support Pro to start "
1495
+ "recording any offline messages."
1496
+ msgstr ""
1497
+ "Silakan update ke versi terbaru WP Live Chat Support Pro untuk mulai merekam "
1498
+ "pesan offline."
1499
+
1500
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1460
1501
+ msgid "Thank You for your feedback!"
1502
+ msgstr "Terimakasih atas masukan anda!"
1503
+
1504
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1464
1505
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1477
1506
+ msgid "Thank you for your feedback. We will be in touch soon"
1507
+ msgstr "Terima kasih atas masukan Anda. Kami akan segera menghubungi Anda"
1508
+
1509
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1480
1510
+ msgid "There was a problem sending your feedback. Please log your feedback on "
1511
+ msgstr ""
1512
+ "Ada masalah saat mengirim masukan Anda. Harap masukan kembali masukan Anda"
1513
+
1514
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1513
1515
+ msgid ""
1516
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
1517
+ "issues while using WP Live Chat Support as a result of this. Please get in "
1518
+ "contact your host to get this function enabled."
1519
+ msgstr ""
1520
+ "WPLC: set_time_limit () tidak diaktifkan pada server ini. Sebagai akibatnya "
1521
+ "anda mungkin mengalami masalah saat menggunakan WP Live Chat Support. "
1522
+ "Silahkan hubungi host Anda untuk mengaktifkan fungsi ini."
1523
+
1524
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1519
1525
+ msgid ""
1526
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
1527
+ "using WP Live Chat Support as a result of this. Please contact your host to "
1528
+ "get safe mode disabled."
1529
+ msgstr ""
1530
+ "WPLC: Safe mode/Mode aman diaktifkan di server ini. Sebagai akibatnya anda "
1531
+ "mungkin mengalami masalah saat menggunakan WP Live Chat Support. Silahkan "
1532
+ "hubungi host Anda untuk menonaktifkan safe mode/mode aman."
languages/wplivechat-nb_NO.mo ADDED
Binary file
languages/wplivechat-nb_NO.po ADDED
@@ -0,0 +1,956 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wplivechat\n"
4
+ "POT-Creation-Date: 2014-10-06 11:02+0200\n"
5
+ "PO-Revision-Date: 2015-02-13 18:38+0100\n"
6
+ "Last-Translator: Robert Nilsen <padletut@gmail.com>\n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.4\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Language: en\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
16
+ "live-chat-support\n"
17
+ "X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
18
+ "live-chat-support-pro\n"
19
+
20
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:230
21
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:261
22
+ msgid "Admin has closed and ended the chat"
23
+ msgstr "Administratoren har lukket chatten"
24
+
25
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/ajax.php:254
26
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:296
27
+ msgid "There is No Answer. Please Try Again Later"
28
+ msgstr "Ingen svar. Venligst prøv igjen senere."
29
+
30
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:171
31
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:23
32
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:101
33
+ msgid "User Data"
34
+ msgstr "Brukerdata"
35
+
36
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:172
37
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:246
38
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:81
39
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:24
40
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:102
41
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
42
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:461
43
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:565
44
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:583
45
+ msgid "Name"
46
+ msgstr "Navn"
47
+
48
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:173
49
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:248
50
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:25
51
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:103
52
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
53
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:462
54
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:567
55
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:584
56
+ msgid "Email"
57
+ msgstr "Epost"
58
+
59
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:174
60
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:26
61
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:104
62
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:463
63
+ msgid "URL"
64
+ msgstr "URL"
65
+
66
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:175
67
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:27
68
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:105
69
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:464
70
+ msgid "Status"
71
+ msgstr "Status"
72
+
73
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:176
74
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:28
75
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:106
76
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:465
77
+ msgid "Action"
78
+ msgstr "Handling"
79
+
80
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:182
81
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:112
82
+ msgid "No chat sessions available at the moment"
83
+ msgstr "Ingen chat sesjoner tilgengelig for øyeblikket."
84
+
85
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:200
86
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:132
87
+ msgid "Accept Chat"
88
+ msgstr "Aksepter chat"
89
+
90
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:205
91
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:142
92
+ msgid "Open Chat Window"
93
+ msgstr "Åpne chatvinduet"
94
+
95
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:441
96
+ msgid "complete"
97
+ msgstr "ferdig"
98
+
99
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:444
100
+ msgid "pending"
101
+ msgstr "venter"
102
+
103
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:447
104
+ msgid "active"
105
+ msgstr "aktiv"
106
+
107
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:450
108
+ msgid "deleted"
109
+ msgstr "slettet"
110
+
111
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:453
112
+ msgid "browsing"
113
+ msgstr "surfer"
114
+
115
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:456
116
+ msgid "requesting chat"
117
+ msgstr "Ber om å chatte"
118
+
119
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:459
120
+ msgid "Chat Ended - User still browsing"
121
+ msgstr "Chat avsluttet - brukeren surfer fortsatt"
122
+
123
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:462
124
+ msgid "User is browsing but doesn't want to chat"
125
+ msgstr "Brukeren surfer, men vil ikke chatte"
126
+
127
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/functions.php:526
128
+ msgid "Get Pro Add-on to accept more chats"
129
+ msgstr "Få Pro add-on for å akseptere flere chats"
130
+
131
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:140
132
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:535
133
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1402
134
+ msgid "Live Chat"
135
+ msgstr "Live chat"
136
+
137
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:141
138
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1403
139
+ msgid "Settings"
140
+ msgstr "Innstillinger"
141
+
142
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:142
143
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1404
144
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1406
145
+ msgid "History"
146
+ msgstr "Historie"
147
+
148
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:143
149
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
150
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1407
151
+ msgid "Feedback"
152
+ msgstr "Tilbakemelding"
153
+
154
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:233
155
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:218
156
+ msgid "Questions?"
157
+ msgstr "Spørsmål?"
158
+
159
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:233
160
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:219
161
+ msgid "Chat with us"
162
+ msgstr "Chat med oss"
163
+
164
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:250
165
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:225
166
+ msgid "Start Chat"
167
+ msgstr "Start chat"
168
+
169
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:257
170
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:226
171
+ msgid "Connecting you to a sales person. Please be patient."
172
+ msgstr "Tilslutter deg til en salgsperson. Venligst vent."
173
+
174
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:260
175
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:234
176
+ msgid "Reactivating your previous chat..."
177
+ msgstr "Reaktiverer din tidligere chat..."
178
+
179
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:265
180
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:847
181
+ msgid "Press ENTER to send your message"
182
+ msgstr "Trykk på ENTER for å sende din melding"
183
+
184
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:269
185
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:651
186
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:620
187
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:850
188
+ msgid "Send"
189
+ msgstr "Send"
190
+
191
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:500
192
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:358
193
+ msgid "Dear Pro User"
194
+ msgstr "Kjære Pro Bruker"
195
+
196
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:501
197
+ msgid ""
198
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
199
+ "strong>. Please"
200
+ msgstr ""
201
+ "Du bruker en gammel versjon av <strong>WP Live Chat Support Pro</strong>. "
202
+ "Oppdater"
203
+
204
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:501
205
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:339
206
+ msgid "update to at least version"
207
+ msgstr "venligst til den nyeste version"
208
+
209
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:501
210
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:339
211
+ msgid "to ensure all functionality is in working order"
212
+ msgstr "for å forsikre at alle funksjoner virker ordentlig."
213
+
214
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:502
215
+ msgid ""
216
+ "You're live chat box on your website has been temporarily disabled until the "
217
+ "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
218
+ "experience for both yourself and your visitors."
219
+ msgstr ""
220
+ "Din live chat boks på din hjemmeside er midlertidig deaktiveret inntil Pro "
221
+ "plugin blir oppdateret. Dette er for å sikre en smidig og problemfri "
222
+ "brukeropplevelse for både deg selv og dine gjester."
223
+
224
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:503
225
+ msgid ""
226
+ "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
227
+ "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
228
+ "version/' target='_BLANK'>here</a>."
229
+ msgstr ""
230
+ "Du kan oppdatere ditt plugin <a href='./update-core.php'>here</a>, <a "
231
+ "href='./plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
232
+ "version/' target='_BLANK'>her</a>."
233
+
234
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:504
235
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:342
236
+ msgid "If you are having difficulty updating the plugin, please contact"
237
+ msgstr "Hvis du har problemer med å oppdatere plugin, kan du kontakte"
238
+
239
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:529
240
+ msgid "Experiencing problems with the plugin?"
241
+ msgstr "Opplever du problemer med denne pluginen?"
242
+
243
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:531
244
+ msgid "Review the documentation."
245
+ msgstr "Les dokumentasjonen."
246
+
247
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:532
248
+ msgid "Or ask a question on our"
249
+ msgstr "Eller still et spørsmål på våres"
250
+
251
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:554
252
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:714
253
+ msgid "Visitors on site"
254
+ msgstr "Besøkende på siden"
255
+
256
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:555
257
+ msgid "With the Pro add-on of WP Live Chat Support, you can"
258
+ msgstr "Med Pro add-on af WP Live Chat Support, kan du"
259
+
260
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:555
261
+ msgid "see who's online and initiate chats"
262
+ msgstr " se hvem som er online og starte chats"
263
+
264
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:555
265
+ msgid "with your online visitors with the click of a button."
266
+ msgstr "med dine besøkende med et klikk på en knapp"
267
+
268
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:555
269
+ msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates FOREVER."
270
+ msgstr "Køp Pro add-on nå for kun $29,95. Gratis oppdateringer FOR ALLTID."
271
+
272
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:555
273
+ msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates Forever."
274
+ msgstr "Køp Pro add-on nå for kun $29,95. Gratis oppdateringer FOR ALLTID."
275
+
276
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:620
277
+ msgid "Previous"
278
+ msgstr "Tidligere"
279
+
280
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:620
281
+ msgid "Active"
282
+ msgstr "Aktiv"
283
+
284
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:641
285
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:838
286
+ msgid "End chat"
287
+ msgstr "Avslutt chat"
288
+
289
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:653
290
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1491
291
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1493
292
+ msgid "Assign Quick Response"
293
+ msgstr "Tildel hurtig respons"
294
+
295
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:653
296
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1495
297
+ msgid "Select"
298
+ msgstr "Velg"
299
+
300
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:653
301
+ msgid "Add Quick Responses to your Live Chat"
302
+ msgstr "Tilføy hurtig svar til din live chat."
303
+
304
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:653
305
+ msgid "Pro version only"
306
+ msgstr "Kun tilgjengelig i pro-versjonen."
307
+
308
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:753
309
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:964
310
+ msgid "User has opened the chat window"
311
+ msgstr "Brukeren har åpnet chat vinduet"
312
+
313
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:758
314
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:969
315
+ msgid "User has minimized the chat window"
316
+ msgstr "Brukeren har minimert chat vinduet"
317
+
318
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:763
319
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:974
320
+ msgid "User has maximized the chat window"
321
+ msgstr "Brukeren har maksimert chat vinduet"
322
+
323
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:768
324
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:979
325
+ msgid "User has closed and ended the chat"
326
+ msgstr "Brukeren har lukket chatten"
327
+
328
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:977
329
+ msgid "WP Live Chat History"
330
+ msgstr "WP Live Chat historie"
331
+
332
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:982
333
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
334
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:88
335
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:104
336
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:120
337
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:136
338
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:153
339
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:174
340
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:188
341
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:238
342
+ msgid "Pro Add-on"
343
+ msgstr "Pro Add-on"
344
+
345
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1007
346
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:679
347
+ msgid "Your settings have been saved."
348
+ msgstr "Dine innstillinger er lagret."
349
+
350
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1022
351
+ msgid "Thank You for your feedback!"
352
+ msgstr "Takk for din tilbakemelding!"
353
+
354
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1026
355
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1039
356
+ msgid "Thank you for your feedback. We will be in touch soon"
357
+ msgstr "Takk for din tilbakemelding. Vi vil kontakte deg."
358
+
359
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1043
360
+ msgid "There was a problem sending your feedback. Please log your feedback on "
361
+ msgstr ""
362
+ "Det var et problem med å sende din tilbakemelding. Notér venligst din "
363
+ "tilbakemelding på"
364
+
365
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
366
+ msgid "WP Live Chat Support Feedback"
367
+ msgstr "WP Live Chat Support Feedback"
368
+
369
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
370
+ msgid "We'd love to hear your comments and/or suggestions"
371
+ msgstr "Kom med dine kommentarer og / eller dine forslag."
372
+
373
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
374
+ msgid "Your Name"
375
+ msgstr "Ditt navn"
376
+
377
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
378
+ msgid "Your Email"
379
+ msgstr "Din e-post"
380
+
381
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
382
+ msgid "Your Website"
383
+ msgstr "Din hjemmeside"
384
+
385
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
386
+ msgid "Send Feedback"
387
+ msgstr "Send tilbakemelding"
388
+
389
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:5
390
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:19
391
+ msgid "WP Live Chat Support Settings"
392
+ msgstr "WP Live Chat Support innstillinger"
393
+
394
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:18
395
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:31
396
+ msgid "General Settings"
397
+ msgstr "Generelle innstillinger"
398
+
399
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:19
400
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:32
401
+ msgid "Chat Box"
402
+ msgstr "Chat boks"
403
+
404
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:20
405
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:163
406
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:33
407
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:156
408
+ msgid "Offline Messages"
409
+ msgstr "Offline meldinger"
410
+
411
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:21
412
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
413
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:34
414
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
415
+ msgid "Styling"
416
+ msgstr "Stil"
417
+
418
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:22
419
+ msgid "Agents"
420
+ msgstr "Agenter"
421
+
422
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:25
423
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:38
424
+ msgid "Main Settings"
425
+ msgstr "Hovedinnstillinger"
426
+
427
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:28
428
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:41
429
+ msgid "Chat enabled"
430
+ msgstr "Chat aktivert"
431
+
432
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:31
433
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:44
434
+ msgid "Yes"
435
+ msgstr "Ja"
436
+
437
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:32
438
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:45
439
+ msgid "No"
440
+ msgstr "Nei"
441
+
442
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:38
443
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:51
444
+ msgid "Hide Chat"
445
+ msgstr "Skjul chat"
446
+
447
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
448
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:52
449
+ msgid "Hides chat for 24hrs when user clicks X"
450
+ msgstr "Skjuler chat i 24 timer når brukeren klikker X"
451
+
452
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:45
453
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:87
454
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:103
455
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:119
456
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:135
457
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:152
458
+ msgid "available in the"
459
+ msgstr "tilgjengelige på "
460
+
461
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
462
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:89
463
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:105
464
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:121
465
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:137
466
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:154
467
+ msgid "only"
468
+ msgstr "kun"
469
+
470
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
471
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:62
472
+ msgid "Chat Window Settings"
473
+ msgstr "Chat vinduinnstillinger"
474
+
475
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:59
476
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:65
477
+ msgid "Chat box alignment"
478
+ msgstr "Chat boks justering"
479
+
480
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:62
481
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:68
482
+ msgid "Bottom left"
483
+ msgstr "I Bunnen til venstre"
484
+
485
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
486
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
487
+ msgid "Bottom right"
488
+ msgstr "I Bunnen til høyre"
489
+
490
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
491
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:70
492
+ msgid "Left"
493
+ msgstr "Venstre"
494
+
495
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
496
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:71
497
+ msgid "Right"
498
+ msgstr "Høyre"
499
+
500
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:71
501
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:77
502
+ msgid "Auto Pop-up"
503
+ msgstr "Auto pop-up"
504
+
505
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:75
506
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:81
507
+ msgid ""
508
+ "Expand the chat box automatically (prompts the user to enter their name and "
509
+ "email address)."
510
+ msgstr ""
511
+ "Utvid chatboksen automatisk (ber brukeren om å taste inn deres navn og e-"
512
+ "post-addresse)."
513
+
514
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:97
515
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:101
516
+ msgid "Picture"
517
+ msgstr "Bilde"
518
+
519
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
520
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:116
521
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:109
522
+ msgid "Upload Image"
523
+ msgstr "Last opp bilde"
524
+
525
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:113
526
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:118
527
+ msgid "Logo"
528
+ msgstr "Logo"
529
+
530
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:129
531
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:135
532
+ msgid "Chat delay (seconds)"
533
+ msgstr "Chat forsinkelser (sekunder)"
534
+
535
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:145
536
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:144
537
+ msgid "Chat notifications"
538
+ msgstr "Chat notifikasjoner"
539
+
540
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:149
541
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:148
542
+ msgid "Alert me via email as soon as someone wants to chat"
543
+ msgstr "Advar meg via e-post, så snart noen vil chatte"
544
+
545
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:167
546
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:160
547
+ msgid "Email Address"
548
+ msgstr "E-post adresse"
549
+
550
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:173
551
+ msgid "Get offline messages with the "
552
+ msgstr "Få offline meldinger med"
553
+
554
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:182
555
+ msgid "Offline text"
556
+ msgstr "Offline tekst"
557
+
558
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:187
559
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:237
560
+ msgid "Edit these text fields using the "
561
+ msgstr "Rediger disse tekstfeltene ved hjelp av"
562
+
563
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:203
564
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:244
565
+ msgid "Chat box fill color"
566
+ msgstr "Chat boks fyll farge"
567
+
568
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
569
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:250
570
+ msgid "Chat box font color"
571
+ msgstr "Chat boks skrift farge"
572
+
573
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
574
+ msgid "First section text"
575
+ msgstr "Første tekst seksjon"
576
+
577
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:223
578
+ msgid "Second section text"
579
+ msgstr "Andre tekst seksjon"
580
+
581
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
582
+ msgid "Reactivate chat section text"
583
+ msgstr "Reaktiver chat seksjon tekst"
584
+
585
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:249
586
+ msgid "Multiple Agents"
587
+ msgstr "Flere agenter"
588
+
589
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
590
+ msgid "Get"
591
+ msgstr "Få"
592
+
593
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
594
+ msgid "Multiple agent support"
595
+ msgstr "Support for flere agenter"
596
+
597
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:253
598
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:320
599
+ msgid "Save Settings"
600
+ msgstr "Lagre innstillinger"
601
+
602
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
603
+ msgid "Welcome to "
604
+ msgstr "Velkommen til"
605
+
606
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
607
+ msgid "WordPress.org plugin repository "
608
+ msgstr "WordPress.org plugin arkiv"
609
+
610
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
611
+ msgid "Search Term"
612
+ msgstr "Søkeord"
613
+
614
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
615
+ msgid "Google or other search Engine"
616
+ msgstr "Google eller andre søkemotorer"
617
+
618
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
619
+ msgid "Friend recommendation"
620
+ msgstr "Anbefal en venn"
621
+
622
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
623
+ msgid "Other"
624
+ msgstr "Andre"
625
+
626
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
627
+ msgid "Please Explain"
628
+ msgstr "Venligst forklar"
629
+
630
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
631
+ msgid "Submit"
632
+ msgstr "Send"
633
+
634
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
635
+ msgid "Skip"
636
+ msgstr "Hopp over"
637
+
638
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:46
639
+ msgid "Initiate Chat"
640
+ msgstr "Start chat"
641
+
642
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:48
643
+ msgid "You must be a chat agent to initiate chats"
644
+ msgstr "Du må være en chat agent for å starte chats"
645
+
646
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:70
647
+ msgid "No visitors on-line at the moment"
648
+ msgstr "Ingen besøkende online for øyeblikket"
649
+
650
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:135
651
+ msgid "You must be a chat agent to answer chats"
652
+ msgstr "Du må være en chat agent for å kunne besvare chats."
653
+
654
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:145
655
+ msgid "Chat has been answered by another agent"
656
+ msgstr "Chatten ble besvart av en annen agent."
657
+
658
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:148
659
+ msgid "Chat has been Accepted By Chat Agent "
660
+ msgstr "Chat har blitt akseptert av chat agenten"
661
+
662
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:177
663
+ msgid "WP Live Chat Support - Offline Message from"
664
+ msgstr "WP Live Chat Support - Offline melding fra"
665
+
666
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
667
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:585
668
+ msgid "Message"
669
+ msgstr "Melding"
670
+
671
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:178
672
+ msgid "Via WP Live Chat Support"
673
+ msgstr "Via WP Live Chat Support"
674
+
675
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
676
+ msgid "Alert: Someone wants to chat with you on "
677
+ msgstr "Advarsel: Noen vil chatte med deg på "
678
+
679
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:228
680
+ msgid "Someone wants to chat with you on your website"
681
+ msgstr "Det er noen som vil chatte med deg på din website. "
682
+
683
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:228
684
+ msgid "Log in"
685
+ msgstr "Log inn"
686
+
687
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:382
688
+ msgid "Chat Agent"
689
+ msgstr "Chat Agent"
690
+
691
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:387
692
+ msgid "Make this user a chat agent"
693
+ msgstr "Gjør denne brukeren til en chat agent"
694
+
695
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:465
696
+ msgid "Chat Agent Online"
697
+ msgstr "Chat Agent Online"
698
+
699
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:467
700
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:472
701
+ msgid "Chat Agents Online"
702
+ msgstr "Chat Agenter Online"
703
+
704
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:338
705
+ msgid "Dear User"
706
+ msgstr "Kjære bruker"
707
+
708
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:339
709
+ msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
710
+ msgstr "Du bruker en utdatert versjon av WP Live Chat Support Basic. "
711
+
712
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:340
713
+ msgid ""
714
+ "You're live chat box on your website has been temporarily disabled until the "
715
+ "basic plugin has been updated. This is to ensure a smooth and hassle-free "
716
+ "user experience for both yourself and your visitors."
717
+ msgstr ""
718
+ "Din live chat boks på din hjemmeside er midlertidigt deaktivert, inntil "
719
+ "Basic plugin blir opdateret. Dette er for å sikre en smidig og problemfri "
720
+ "brukeropplevelse for både deg selv og dine gjester."
721
+
722
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:341
723
+ msgid ""
724
+ "You can update your plugin <a href='./update-core.php'>here</a> or <a "
725
+ "href='./plugins.php'>here</a>."
726
+ msgstr ""
727
+ "Du kan oppdatere ditt plugin <a href='./update-core.php'>her</a> eller <a "
728
+ "href='./plugins.php'>her</a>."
729
+
730
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:359
731
+ msgid ""
732
+ "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
733
+ "download the latest copy from"
734
+ msgstr ""
735
+ "WPLive Chat Support Pro krever WP Live Chat Support for å fungere. Du kan "
736
+ "laste ned den nyeste kopien fra"
737
+
738
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:460
739
+ msgid "Date"
740
+ msgstr "Dato"
741
+
742
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:471
743
+ msgid "No chats available at the moment"
744
+ msgstr "Ingen chats tilgengelige for øyeblikket"
745
+
746
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:587
747
+ msgid "Send message"
748
+ msgstr "Send melding"
749
+
750
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:700
751
+ msgid "Chat sessions"
752
+ msgstr "Chat melding"
753
+
754
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:709
755
+ msgid ""
756
+ "Please note: This window must be open in order to receive new chat "
757
+ "notifications."
758
+ msgstr ""
759
+ "Venligst bemerk: dette vinduet må være åpent for at vi skal kunne motta nye "
760
+ "chat varslinger."
761
+
762
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:809
763
+ msgid "Unknown"
764
+ msgstr "Ukjent"
765
+
766
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:814
767
+ msgid "Chat with"
768
+ msgstr "Chat med"
769
+
770
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:833
771
+ msgid "Attempting to open the chat window... Please be patient."
772
+ msgstr "Forsøker å åpne chat vinduet... Venligst vent."
773
+
774
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:900
775
+ msgid "This chat has already been answered. Please close the chat window"
776
+ msgstr "Chatten er allerede besvart. Venligst lukk chat vinduet."
777
+
778
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1309
779
+ msgid ""
780
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
781
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
782
+ msgstr ""
783
+ "En uforventet HTTP feil skjedde under API forespørselen.</p> <p><a href=\"?"
784
+ "\" onclick=\"document.location.reload(); return false;\">Prøv igen.</a>"
785
+
786
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1314
787
+ msgid "An unknown error occurred"
788
+ msgstr "En ukjent feil skjedde."
789
+
790
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1404
791
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1417
792
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1428
793
+ msgid "Quick Responses"
794
+ msgstr "Hurtig svar"
795
+
796
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1411
797
+ msgid "Error Log"
798
+ msgstr "Feillog"
799
+
800
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1418
801
+ msgid "Quick Response"
802
+ msgstr "Hurtig svar"
803
+
804
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1419
805
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1422
806
+ msgid "New Quick Response"
807
+ msgstr "Nytt hurtig svar"
808
+
809
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1420
810
+ msgid "Add New Quick Response"
811
+ msgstr "Tilføy nytt hurtig svar"
812
+
813
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1421
814
+ msgid "Edit Quick Response"
815
+ msgstr "Rediger hurtig svar"
816
+
817
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1423
818
+ msgid "All Quick Responses"
819
+ msgstr "Alle hurtig svar"
820
+
821
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1424
822
+ msgid "View Quick Responses"
823
+ msgstr "Vis hurtig svar"
824
+
825
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1425
826
+ msgid "Search Quick Responses"
827
+ msgstr "Søk i hurtige svar"
828
+
829
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1426
830
+ msgid "No Quick Responses found"
831
+ msgstr "Ingen hurtig svar funnet"
832
+
833
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1427
834
+ msgid "No Quick Responses found in the Trash"
835
+ msgstr "Ingen hurtig svar funnet i søpledunken."
836
+
837
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1432
838
+ msgid "Quick Responses for WP Live Chat Support Pro"
839
+ msgstr "Hurtig svar til WP Live Chat Support Pro"
840
+
841
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1502
842
+ msgid "What is this?"
843
+ msgstr "Hva er det?"
844
+
845
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:35
846
+ msgid "Chat Agents"
847
+ msgstr "Chat agenter"
848
+
849
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
850
+ msgid "Name "
851
+ msgstr "Navn"
852
+
853
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:111
854
+ msgid "Remove Image"
855
+ msgstr "Fjern bilde"
856
+
857
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:112
858
+ msgid "Recomended Size 40px x 40px"
859
+ msgstr "Anbefalt størrelse: 40x40."
860
+
861
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:126
862
+ msgid "Upload Logo"
863
+ msgstr "Last opp logo"
864
+
865
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:128
866
+ msgid "Remove Logo"
867
+ msgstr "Fjern logo"
868
+
869
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
870
+ msgid "Recomended Size 250px x 40px"
871
+ msgstr "Anbefalt størrelse: 250x40"
872
+
873
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:138
874
+ msgid "how long it takes for your chat window to pop up"
875
+ msgstr "Så lang tid tar det for ditt chat vindue å poppe opp"
876
+
877
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
878
+ msgid "(while online only)"
879
+ msgstr "(kun imens online)"
880
+
881
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:164
882
+ msgid "Email address where offline messages are delivered to"
883
+ msgstr "Epost addresse hvor offline meldinger blir sendt til"
884
+
885
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:172
886
+ msgid "Sending Method"
887
+ msgstr "Sende metode"
888
+
889
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:173
890
+ msgid "WP Mail"
891
+ msgstr "WP Mail"
892
+
893
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:174
894
+ msgid "PHP Mailer"
895
+ msgstr "PHP Mailer"
896
+
897
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:186
898
+ msgid "Host"
899
+ msgstr "Host"
900
+
901
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:194
902
+ msgid "Port"
903
+ msgstr "Port"
904
+
905
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:202
906
+ msgid "Username"
907
+ msgstr "Brukernavn"
908
+
909
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:210
910
+ msgid "Password"
911
+ msgstr "Passord"
912
+
913
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:219
914
+ msgid "Offline Chat Box Title"
915
+ msgstr "Offline chat boks tittel"
916
+
917
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:227
918
+ msgid "Offline Text Fields"
919
+ msgstr "Offline tekstfelter"
920
+
921
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:256
922
+ msgid "First Section Text"
923
+ msgstr "Første tekst seksjon"
924
+
925
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:265
926
+ msgid "Intro Text"
927
+ msgstr "Introtekst"
928
+
929
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:271
930
+ msgid "Second Section Text"
931
+ msgstr "Andre tekst seskjon"
932
+
933
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:278
934
+ msgid "Reactivate Chat Section Text"
935
+ msgstr "Reaktiver chat tekst seskjon"
936
+
937
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:286
938
+ msgid "User chat welcome"
939
+ msgstr "Bruker chat velkommen"
940
+
941
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:295
942
+ msgid "Other text"
943
+ msgstr "Andre tekst"
944
+
945
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:315
946
+ msgid ""
947
+ "To add or remove a user as a chat agent, go into the users profile and "
948
+ "select the checkbox Chat Agent and click save."
949
+ msgstr ""
950
+ "Hvis du vil tilføye eller fjerne en bruker som en chat agent, gå inn i "
951
+ "brukerens profil, og velg avkrysningsfeltet Chat Agent og klikk på Lagre."
952
+
953
+ #: C:\wamp\www\wordpress38\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:316
954
+ msgid "If there are no chat agents online, the chat will show as offline"
955
+ msgstr ""
956
+ "Hvis det ikke er noen chat agenter online, vil chatten vises som offline."
languages/wplivechat-pt_BR.mo CHANGED
Binary file
languages/wplivechat-pt_BR.po CHANGED
@@ -1,394 +1,1352 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
- "POT-Creation-Date: 2014-07-30 15:05-0300\n"
5
- "PO-Revision-Date: 2014-07-30 15:56-0300\n"
6
  "Last-Translator: Gustavo Silva <ghustavosm@gmail.com>\n"
7
  "Language-Team: Gustavo Silva <ghustavosm@gmail.com>\n"
8
  "Language: pt_BR\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.7\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
18
  "live-chat-support\n"
19
- "X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
20
  "live-chat-support-pro\n"
21
 
22
- #: ../ajax.php:241
 
23
  msgid "Admin has closed and ended the chat"
24
  msgstr "Administrador fechou e encerrou o bate-papo"
25
 
26
- #: ../ajax.php:265
 
27
  msgid "There is No Answer. Please Try Again Later"
28
  msgstr "Não há resposta. Tente novamente mais tarde"
29
 
30
- #: ../functions.php:161
31
- msgid "User Data"
32
- msgstr "Dados do Usuário"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
- #: ../functions.php:162 ../includes/settings_page.php:82
35
- #: ../wp-live-chat-support.php:221
36
- msgid "Name"
37
- msgstr "Nome"
38
 
39
- #: ../functions.php:163 ../wp-live-chat-support.php:223
40
- msgid "Email"
41
- msgstr "Email"
 
42
 
43
- #: ../functions.php:164
44
- msgid "URL"
45
- msgstr "URL"
 
 
46
 
47
- #: ../functions.php:165
48
- msgid "Status"
49
- msgstr "Status"
 
50
 
51
- #: ../functions.php:166
52
- msgid "Action"
53
- msgstr "Ação"
 
54
 
55
- #: ../functions.php:172
56
- msgid "No chat sessions available at the moment"
57
- msgstr "Não há sessões de bate-papo disponíveis no momento"
 
 
58
 
59
- #: ../functions.php:190
60
- msgid "Accept Chat"
61
- msgstr "Aceitar Chat"
62
 
63
- #: ../functions.php:195
64
- msgid "Open Chat Window"
65
- msgstr "Abrir Janela do Chat"
 
 
 
 
 
 
 
 
 
66
 
67
- #: ../functions.php:431
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgid "complete"
69
  msgstr "completo"
70
 
71
- #: ../functions.php:434
72
  msgid "pending"
73
  msgstr "pendente"
74
 
75
- #: ../functions.php:437
76
  msgid "active"
77
  msgstr "ativo"
78
 
79
- #: ../functions.php:440
80
  msgid "deleted"
81
  msgstr "excluído"
82
 
83
- #: ../functions.php:443
84
  msgid "browsing"
85
  msgstr "navegando"
86
 
87
- #: ../functions.php:446
88
  msgid "requesting chat"
89
  msgstr "solicitando chat"
90
 
91
- #: ../functions.php:449
92
  msgid "Chat Ended - User still browsing"
93
  msgstr "Conversa Encerrada - Usuário ainda navegando"
94
 
95
- #: ../functions.php:452
96
  msgid "User is browsing but doesn't want to chat"
97
  msgstr "Usuário está navegando, mas não quer conversar"
98
 
99
- #: ../functions.php:516
100
  msgid "Get Pro Add-on to accept more chats"
101
  msgstr "Compre a Versão Pro para aceitar mais chats"
102
 
103
- #: ../includes/feedback-page.php:7
 
 
 
 
104
  msgid "WP Live Chat Support Feedback"
105
  msgstr "WP Live Chat Support Feedback"
106
 
107
- #: ../includes/feedback-page.php:8
108
  msgid "We'd love to hear your comments and/or suggestions"
109
  msgstr "Gostaríamos muito de ouvir seus comentários e/ou sugestões"
110
 
111
- #: ../includes/feedback-page.php:13
112
  msgid "Your Name"
113
  msgstr "Seu Nome"
114
 
115
- #: ../includes/feedback-page.php:21
116
  msgid "Your Email"
117
  msgstr "Seu Email"
118
 
119
- #: ../includes/feedback-page.php:29
120
  msgid "Your Website"
121
  msgstr "Seu Website"
122
 
123
- #: ../includes/feedback-page.php:37 ../wp-live-chat-support.php:119
124
- msgid "Feedback"
125
- msgstr "Feedback"
126
-
127
- #: ../includes/feedback-page.php:48
128
  msgid "Send Feedback"
129
  msgstr "Enviar Feedback"
130
 
131
- #: ../includes/settings_page.php:6
132
- msgid "WP Live Chat Support Settings"
133
- msgstr "Configurações do WP Live Chat Support"
134
-
135
- #: ../includes/settings_page.php:19
136
- msgid "General Settings"
137
- msgstr "Configurações Gerais"
138
-
139
- #: ../includes/settings_page.php:20
140
- msgid "Chat Box"
141
- msgstr "Chat Box"
142
-
143
- #: ../includes/settings_page.php:21 ../includes/settings_page.php:164
144
- msgid "Offline Messages"
145
- msgstr "Mensagens Offline"
146
-
147
- #: ../includes/settings_page.php:22 ../includes/settings_page.php:201
148
- msgid "Styling"
149
- msgstr "Estilos"
150
-
151
- #: ../includes/settings_page.php:23
152
  msgid "Agents"
153
  msgstr "Atendentes"
154
 
155
- #: ../includes/settings_page.php:26
156
- msgid "Main Settings"
157
- msgstr "Configurações Principais"
158
-
159
- #: ../includes/settings_page.php:29
160
- msgid "Chat enabled"
161
- msgstr "Chat ativo"
162
-
163
- #: ../includes/settings_page.php:32
164
- msgid "Yes"
165
- msgstr "Sim"
166
-
167
- #: ../includes/settings_page.php:33
168
- msgid "No"
169
- msgstr "Não"
170
-
171
- #: ../includes/settings_page.php:39
172
- msgid "Hide Chat"
173
- msgstr "Esconder Chat"
174
-
175
- #: ../includes/settings_page.php:40
176
- msgid "Hides chat for 24hrs when user clicks X"
177
- msgstr "Ocultar bate-papo por 24 horas quando o usuário clicar no X"
178
-
179
- #: ../includes/settings_page.php:46 ../includes/settings_page.php:88
180
- #: ../includes/settings_page.php:104 ../includes/settings_page.php:120
181
- #: ../includes/settings_page.php:136 ../includes/settings_page.php:153
182
  msgid "available in the"
183
  msgstr "disponível na"
184
 
185
- #: ../includes/settings_page.php:47 ../includes/settings_page.php:89
186
- #: ../includes/settings_page.php:105 ../includes/settings_page.php:121
187
- #: ../includes/settings_page.php:137 ../includes/settings_page.php:154
188
- #: ../includes/settings_page.php:175 ../includes/settings_page.php:189
189
- #: ../includes/settings_page.php:239 ../wp-live-chat-support.php:953
 
 
 
 
 
 
 
 
 
190
  msgid "Pro Add-on"
191
  msgstr "Versão Pro"
192
 
193
- #: ../includes/settings_page.php:48 ../includes/settings_page.php:90
194
- #: ../includes/settings_page.php:106 ../includes/settings_page.php:122
195
- #: ../includes/settings_page.php:138 ../includes/settings_page.php:155
 
 
 
 
 
 
196
  msgid "only"
197
  msgstr "somente"
198
 
199
- #: ../includes/settings_page.php:57
200
- msgid "Chat Window Settings"
201
- msgstr "Configurações da Janela do Chat"
202
-
203
- #: ../includes/settings_page.php:60
204
- msgid "Chat box alignment"
205
- msgstr "Caixa de alinhamento do chat"
206
-
207
- #: ../includes/settings_page.php:63
208
- msgid "Bottom left"
209
- msgstr "Inferior à esquerda"
210
-
211
- #: ../includes/settings_page.php:64
212
- msgid "Bottom right"
213
- msgstr "Inferior à direita"
214
-
215
- #: ../includes/settings_page.php:65
216
- msgid "Left"
217
- msgstr "Esquerda"
218
-
219
- #: ../includes/settings_page.php:66
220
- msgid "Right"
221
- msgstr "Direita"
222
-
223
- #: ../includes/settings_page.php:72
224
- msgid "Auto Pop-up"
225
- msgstr "Auto Pop-up"
226
-
227
- #: ../includes/settings_page.php:76
228
- msgid ""
229
- "Expand the chat box automatically (prompts the user to enter their name and "
230
- "email address)."
231
  msgstr ""
232
- "Expanda a caixa de bate-papo automaticamente (solicita ao usuário que digite "
233
- "seu nome e endereço de e-mail)."
234
-
235
- #: ../includes/settings_page.php:98
236
- msgid "Picture"
237
- msgstr "Foto"
238
-
239
- #: ../includes/settings_page.php:101 ../includes/settings_page.php:117
240
- msgid "Upload Image"
241
- msgstr "Enviar Imagem"
242
-
243
- #: ../includes/settings_page.php:114
244
- msgid "Logo"
245
- msgstr "Logo"
246
-
247
- #: ../includes/settings_page.php:130
248
- msgid "Chat delay (seconds)"
249
- msgstr "Delay do chat (segundos)"
250
 
251
- #: ../includes/settings_page.php:146
252
- msgid "Chat notifications"
253
- msgstr "Notificações do chat"
254
-
255
- #: ../includes/settings_page.php:150
256
- msgid "Alert me via email as soon as someone wants to chat"
257
- msgstr "Avisar por e-mail quando alguém quiser conversar"
258
-
259
- #: ../includes/settings_page.php:168
260
- msgid "Email Address"
261
- msgstr "Endereço de Email"
262
-
263
- #: ../includes/settings_page.php:174
264
  msgid "Get offline messages with the "
265
  msgstr "Receba mensagens off-line com a"
266
 
267
- #: ../includes/settings_page.php:183
268
  msgid "Offline text"
269
  msgstr "Texto offline"
270
 
271
- #: ../includes/settings_page.php:188 ../includes/settings_page.php:238
 
272
  msgid "Edit these text fields using the "
273
  msgstr "Editar campos de texto usando a"
274
 
275
- #: ../includes/settings_page.php:204
276
- msgid "Chat box fill color"
277
- msgstr "Preenchimento de cor do Chat box"
278
 
279
- #: ../includes/settings_page.php:210
280
- msgid "Chat box font color"
281
- msgstr "Cor da fonte do Chat Box"
 
282
 
283
- #: ../includes/settings_page.php:217
284
- msgid "First section text"
285
- msgstr "Texto da primeira seção"
286
 
287
- #: ../includes/settings_page.php:219 ../wp-live-chat-support.php:208
288
- msgid "Questions?"
289
- msgstr "Dúvidas?"
290
 
291
- #: ../includes/settings_page.php:220 ../wp-live-chat-support.php:208
292
- msgid "Chat with us"
293
- msgstr "Converse conosco"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
294
 
295
- #: ../includes/settings_page.php:224
296
  msgid "Second section text"
297
  msgstr "Texto da segunda seção"
298
 
299
- #: ../includes/settings_page.php:226 ../wp-live-chat-support.php:225
300
- msgid "Start Chat"
301
- msgstr "Iniciar Chat"
302
-
303
- #: ../includes/settings_page.php:227 ../wp-live-chat-support.php:232
304
  msgid "Connecting you to a sales person. Please be patient."
305
  msgstr "Conectando a um atendente. Por favor, seja paciente."
306
 
307
- #: ../includes/settings_page.php:233
308
  msgid "Reactivate chat section text"
309
  msgstr "Reativar seção de texto do chat"
310
 
311
- #: ../includes/settings_page.php:235 ../wp-live-chat-support.php:235
312
- msgid "Reactivating your previous chat..."
313
- msgstr "Reativando seu chat anterior..."
314
-
315
- #: ../includes/settings_page.php:250
316
  msgid "Multiple Agents"
317
  msgstr "Múltiplos Atendentes"
318
 
319
- #: ../includes/settings_page.php:251
320
  msgid "Get"
321
  msgstr "Obter"
322
 
323
- #: ../includes/settings_page.php:251
324
  msgid "Multiple agent support"
325
  msgstr "Suporte de múltiplos atendentes"
326
 
327
- #: ../includes/settings_page.php:254
328
- msgid "Save Settings"
329
- msgstr "Salvar Configurações"
 
 
 
 
330
 
331
- #: ../includes/welcome_page.php:4
332
  msgid "Welcome to "
333
  msgstr "Bem-vindo ao"
334
 
335
- #: ../includes/welcome_page.php:15
 
 
 
 
 
 
 
 
 
 
 
 
336
  msgid "WordPress.org plugin repository "
337
  msgstr "Repositório do plugin no WordPress.org"
338
 
339
- #: ../includes/welcome_page.php:18
340
  msgid "Search Term"
341
  msgstr "Termo de Pesquisa"
342
 
343
- #: ../includes/welcome_page.php:22
344
  msgid "Google or other search Engine"
345
  msgstr "Google ou outro motor de busca"
346
 
347
- #: ../includes/welcome_page.php:28
348
  msgid "Friend recommendation"
349
  msgstr "Recomendação de um amigo"
350
 
351
- #: ../includes/welcome_page.php:34
352
  msgid "Other"
353
  msgstr "Outro"
354
 
355
- #: ../includes/welcome_page.php:38
356
  msgid "Please Explain"
357
  msgstr "Por favor, explique"
358
 
359
- #: ../includes/welcome_page.php:47
360
  msgid "Submit"
361
  msgstr "Submeter"
362
 
363
- #: ../includes/welcome_page.php:49
364
  msgid "Skip"
365
  msgstr "Pular"
366
 
367
- #: ../wp-live-chat-support.php:116 ../wp-live-chat-support.php:508
368
- msgid "Live Chat"
369
- msgstr "Live Chat"
370
-
371
- #: ../wp-live-chat-support.php:117
372
- msgid "Settings"
373
- msgstr "Configurações"
374
-
375
- #: ../wp-live-chat-support.php:118
376
- msgid "History"
377
- msgstr "Histórico"
378
-
379
- #: ../wp-live-chat-support.php:239
380
- msgid "Press ENTER to send your message"
381
- msgstr "Pressione ENTER para enviar sua mensagem"
382
-
383
- #: ../wp-live-chat-support.php:243 ../wp-live-chat-support.php:624
384
- msgid "Send"
385
- msgstr "Enviar"
386
 
387
- #: ../wp-live-chat-support.php:473
388
- msgid "Dear Pro User"
389
- msgstr "Caro Pro User"
390
 
391
- #: ../wp-live-chat-support.php:474
392
  msgid ""
393
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
394
  "strong>. Please"
@@ -396,15 +1354,7 @@ msgstr ""
396
  "Você está usando uma versão desatualizada do <strong>WP Live Chat Support "
397
  "Pro</strong>. Por favor"
398
 
399
- #: ../wp-live-chat-support.php:474
400
- msgid "update to at least version"
401
- msgstr "atualizar para a versão mais recente"
402
-
403
- #: ../wp-live-chat-support.php:474
404
- msgid "to ensure all functionality is in working order"
405
- msgstr "para garantir que todas as funcionalidades permaneçam em funcionamento"
406
-
407
- #: ../wp-live-chat-support.php:475
408
  msgid ""
409
  "You're live chat box on your website has been temporarily disabled until the "
410
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
@@ -414,7 +1364,8 @@ msgstr ""
414
  "atualizado. Isso é necessário para garantir uma experiência de usuário "
415
  "agradável e sem complicações, tanto para você quanto para seus visitantes."
416
 
417
- #: ../wp-live-chat-support.php:476
 
418
  msgid ""
419
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
420
  "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
@@ -424,97 +1375,150 @@ msgstr ""
424
  "href='./plugins.php'>aqui</a> ou <a href='http://wp-livechat.com/get-updated-"
425
  "version/' target='_BLANK'>aqui</a>."
426
 
427
- #: ../wp-live-chat-support.php:477
428
- msgid "If you are having difficulty updating the plugin, please contact"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
  msgstr ""
430
- "Se você está tendo dificuldade em atualizar o plugin, por favor entre em "
431
- "contato"
432
 
433
- #: ../wp-live-chat-support.php:502
434
  msgid "Experiencing problems with the plugin?"
435
  msgstr "Enfrentando problemas com o plugin?"
436
 
437
- #: ../wp-live-chat-support.php:504
438
  msgid "Review the documentation."
439
  msgstr "Reveja a documentação."
440
 
441
- #: ../wp-live-chat-support.php:505
442
  msgid "Or ask a question on our"
443
  msgstr "Ou faça uma pergunta em nosso"
444
 
445
- #: ../wp-live-chat-support.php:527
446
- msgid "Visitors on site"
447
- msgstr "Visitantes no site"
448
 
449
- #: ../wp-live-chat-support.php:528
450
  msgid "With the Pro add-on of WP Live Chat Support, you can"
451
  msgstr "Com a Versão Pro do WP Live Chat Support, você pode"
452
 
453
- #: ../wp-live-chat-support.php:528
 
454
  msgid "see who's online and initiate chats"
455
  msgstr "ver quem está online e iniciar chats"
456
 
457
- #: ../wp-live-chat-support.php:528
458
  msgid "with your online visitors with the click of a button."
459
  msgstr "com seus visitantes on-line com o clique de um botão."
460
 
461
- #: ../wp-live-chat-support.php:528
462
- msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates FOREVER."
463
  msgstr ""
464
  "Compre a Versão Pro agora por apenas um único pagamento de $29,95. "
465
  "Atualizações grátis para SEMPRE."
466
 
467
- #: ../wp-live-chat-support.php:528
468
- msgid "Buy the Pro add-on now for only $29.95 once off. Free Updates Forever."
469
  msgstr ""
470
  "Compre a Versão Pro agora por apenas um único pagamento de $29,95. "
471
  "Atualizações grátis para SEMPRE."
472
 
473
- #: ../wp-live-chat-support.php:593
474
  msgid "Previous"
475
  msgstr "Anterior"
476
 
477
- #: ../wp-live-chat-support.php:593
478
  msgid "Active"
479
  msgstr "Ativo"
480
 
481
- #: ../wp-live-chat-support.php:614
482
- msgid "End chat"
483
- msgstr "Encerrar Chat"
484
-
485
- #: ../wp-live-chat-support.php:724
486
- msgid "User has opened the chat window"
487
- msgstr "Usuário abriu a janela de bate-papo"
488
 
489
- #: ../wp-live-chat-support.php:729
490
- msgid "User has minimized the chat window"
491
- msgstr "Usuário minimizou a janela de bate-papo"
492
 
493
- #: ../wp-live-chat-support.php:734
494
- msgid "User has maximized the chat window"
495
- msgstr "Usuário maximizou a janela de bate-papo"
496
 
497
- #: ../wp-live-chat-support.php:739
498
- msgid "User has closed and ended the chat"
499
- msgstr "Usuário fechou e encerrou o bate-papo"
500
 
501
- #: ../wp-live-chat-support.php:948
502
  msgid "WP Live Chat History"
503
  msgstr "Histórico do WP Live Chat"
504
 
505
- #: ../wp-live-chat-support.php:978
506
- msgid "Your settings have been saved."
507
- msgstr "Suas configurações foram salvas."
 
 
 
 
 
 
508
 
509
- #: ../wp-live-chat-support.php:993
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
510
  msgid "Thank You for your feedback!"
511
  msgstr "Obrigado pelo seu feedback!"
512
 
513
- #: ../wp-live-chat-support.php:997 ../wp-live-chat-support.php:1010
 
514
  msgid "Thank you for your feedback. We will be in touch soon"
515
  msgstr "Obrigado pelo seu feedback. Nós entraremos em contato em breve"
516
 
517
- #: ../wp-live-chat-support.php:1014
518
  msgid "There was a problem sending your feedback. Please log your feedback on "
519
  msgstr ""
520
  "Houve um problema ao enviar o seu feedback. Por favor, Log seu feedback sobre"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wplc\n"
4
+ "POT-Creation-Date: 2015-03-05 11:37+0200\n"
5
+ "PO-Revision-Date: 2015-03-05 11:38+0200\n"
6
  "Last-Translator: Gustavo Silva <ghustavosm@gmail.com>\n"
7
  "Language-Team: Gustavo Silva <ghustavosm@gmail.com>\n"
8
  "Language: pt_BR\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
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\wp-"
18
  "live-chat-support\n"
19
+ "X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\wp-"
20
  "live-chat-support-pro\n"
21
 
22
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:264
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:228
24
  msgid "Admin has closed and ended the chat"
25
  msgstr "Administrador fechou e encerrou o bate-papo"
26
 
27
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/ajax-pro.php:299
28
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/ajax.php:252
29
  msgid "There is No Answer. Please Try Again Later"
30
  msgstr "Não há resposta. Tente novamente mais tarde"
31
 
32
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:23
33
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:896
34
+ msgid "Visitors on site"
35
+ msgstr "Visitantes no site"
36
+
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:40
38
+ msgid "Initiate Chat"
39
+ msgstr "Iniciar Chat"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:42
42
+ msgid "You must be a chat agent to initiate chats"
43
+ msgstr ""
44
+
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:53
46
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:205
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1113
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:205
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:962
50
+ msgid "IP Address not recorded"
51
+ msgstr ""
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:55
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:207
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1115
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:207
57
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:964
58
+ msgid "Whois for"
59
+ msgstr ""
60
+
61
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:87
62
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:257
63
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1152
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:241
65
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:986
66
+ msgid "Site Info"
67
+ msgstr ""
68
+
69
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:89
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:259
71
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1154
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:243
73
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:988
74
+ msgid "Chat initiated on:"
75
+ msgstr "Notificações do chat"
76
+
77
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:93
78
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:263
79
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1158
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:247
81
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:992
82
+ msgid "Advanced Info"
83
+ msgstr ""
84
+
85
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:95
86
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:265
87
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1160
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:249
89
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:994
90
+ msgid "Browser:"
91
+ msgstr ""
92
+
93
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:96
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:266
95
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1161
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:250
97
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:995
98
+ msgid "IP Address:"
99
+ msgstr "Endereço de Email"
100
+
101
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:139
102
+ msgid "No visitors on-line at the moment"
103
+ msgstr "Não há sessões de bate-papo disponíveis no momento"
104
+
105
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:182
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:188
107
+ msgid "No chat sessions available at the moment"
108
+ msgstr "Não há sessões de bate-papo disponíveis no momento"
109
+
110
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:184
111
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:190
112
+ msgid "Active Chats"
113
+ msgstr "Live Chat"
114
+
115
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:213
116
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:212
117
+ msgid "Accept Chat"
118
+ msgstr "Aceitar Chat"
119
+
120
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:215
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:214
122
+ msgid "Incoming Chat"
123
+ msgstr ""
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:215
126
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:214
127
+ msgid "You have an incoming chat."
128
+ msgstr ""
129
+
130
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:219
131
+ msgid "You must be a chat agent to answer chats"
132
+ msgstr ""
133
+
134
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:225
135
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:218
136
+ msgid "Open Chat Window"
137
+ msgstr "Abrir Janela do Chat"
138
+
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:220
141
+ msgid "Chat Active"
142
+ msgstr "Ativo"
143
+
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:227
145
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:220
146
+ msgid "This chat is active"
147
+ msgstr ""
148
+
149
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:229
150
+ msgid "Chat has been answered by another agent"
151
+ msgstr ""
152
+
153
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:230
154
+ msgid "Chat answered by another agent"
155
+ msgstr ""
156
+
157
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:288
158
+ msgid "WP Live Chat Support - Offline Message from "
159
+ msgstr "WP Live Chat Support Feedback"
160
+
161
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:729
163
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:599
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:767
165
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:801
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:886
167
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:177
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:517
169
+ msgid "Name"
170
+ msgstr "Nome"
171
+
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:730
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:600
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:768
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:802
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:887
178
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:518
179
+ msgid "Email"
180
+ msgstr "Email"
181
+
182
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:731
184
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:803
185
+ msgid "Message"
186
+ msgstr "Mensagens Offline"
187
+
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:289
189
+ msgid "Via WP Live Chat Support"
190
+ msgstr "WP Live Chat Support Feedback"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:337
193
+ msgid "Alert: Someone wants to chat with you on "
194
+ msgstr ""
195
+
196
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
197
+ msgid "Someone wants to chat with you on your website"
198
+ msgstr ""
199
+
200
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:338
201
+ msgid "Log in"
202
+ msgstr ""
203
+
204
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:508
205
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:524
206
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:539
207
+ msgid "Chat Agent"
208
+ msgstr "Caixa de alinhamento do chat"
209
+
210
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:513
211
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:529
212
+ msgid "Make this user a chat agent"
213
+ msgstr ""
214
+
215
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:543
216
+ msgid "Your user role does not allow you to make yourself a chat agent."
217
+ msgstr ""
218
+
219
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:544
220
+ msgid "Please contact the administrator of this website to change this."
221
+ msgstr ""
222
+
223
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:630
224
+ msgid "Chat Agent Online"
225
+ msgstr "Chat ativo"
226
+
227
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:632
228
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:637
229
+ msgid "Chat Agents Online"
230
+ msgstr "Chat ativo"
231
+
232
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:728
233
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:598
234
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:885
235
+ msgid "Date"
236
+ msgstr ""
237
+
238
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/functions-pro.php:745
239
+ msgid "You have not received any offline messages."
240
+ msgstr ""
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 "Configurações do WP Live Chat Support"
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 "Configurações Gerais"
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 "Chat Box"
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:1825
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:283
262
+ msgid "Offline Messages"
263
+ msgstr "Mensagens 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:338
269
+ msgid "Styling"
270
+ msgstr "Estilos"
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 "Atendentes"
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:432
280
+ msgid "Animations"
281
+ msgstr "Ação"
282
+
283
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:37
284
+ msgid "Blocked Visitors"
285
+ msgstr ""
286
+
287
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:40
288
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:27
289
+ msgid "Main Settings"
290
+ msgstr "Configurações Principais"
291
+
292
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:43
293
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:30
294
+ msgid "Chat enabled"
295
+ msgstr "Chat ativo"
296
+
297
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:46
298
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:33
299
+ msgid "Yes"
300
+ msgstr "Sim"
301
+
302
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:47
303
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:34
304
+ msgid "No"
305
+ msgstr "Não"
306
+
307
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:52
308
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:39
309
+ msgid "Choose when I want to be online"
310
+ msgstr ""
311
+
312
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:55
313
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:40
314
+ msgid ""
315
+ "Checking this will allow you to change your status to \"Online\" or \"Offline"
316
+ "\" on the \"Live Chat\" page."
317
+ msgstr ""
318
+
319
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:60
320
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:55
321
+ msgid "Hide Chat"
322
+ msgstr "Esconder Chat"
323
+
324
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:61
325
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:56
326
+ msgid "Hides chat for 24hrs when user clicks X"
327
+ msgstr "Ocultar bate-papo por 24 horas quando o usuário clicar no X"
328
+
329
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:69
330
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:72
331
+ msgid "Require Name And Email"
332
+ msgstr ""
333
+
334
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:70
335
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:73
336
+ msgid ""
337
+ "Users will have to enter their Name and Email Address when starting a chat"
338
+ msgstr ""
339
+
340
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:78
341
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:81
342
+ msgid "Input Field Replacement Text"
343
+ msgstr ""
344
+
345
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:79
346
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:82
347
+ msgid "This is the text that will show in place of the Name And Email fields"
348
+ msgstr ""
349
+
350
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:87
351
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:90
352
+ msgid "Use Logged In User Details"
353
+ msgstr ""
354
+
355
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:88
356
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:91
357
+ msgid ""
358
+ "A user's Name and Email Address will be used by default if they are logged "
359
+ "in."
360
+ msgstr ""
361
+
362
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:96
363
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:99
364
+ msgid "Enable On Mobile Devices"
365
+ msgstr ""
366
+
367
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:97
368
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:100
369
+ msgid ""
370
+ "Disabling this will mean that the Chat Box will not be displayed on mobile "
371
+ "devices. (Smartphones and Tablets)"
372
+ msgstr ""
373
+
374
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:105
375
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:108
376
+ msgid "Record a visitor's IP Address"
377
+ msgstr ""
378
+
379
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:106
380
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:109
381
+ msgid "Disable this to enable anonymity for your visitors"
382
+ msgstr ""
383
+
384
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:114
385
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:117
386
+ msgid "Include chat window on the following pages:"
387
+ msgstr ""
388
+
389
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:115
390
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:118
391
+ msgid ""
392
+ "Show the chat window on the following pages. Leave blank to show on all. "
393
+ "(Use comma-separated Page ID's)"
394
+ msgstr ""
395
+
396
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:119
397
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:129
398
+ msgid ""
399
+ "Do not include and exclude pages at the same time. Please only use one or "
400
+ "the other"
401
+ msgstr ""
402
+
403
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:124
404
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:133
405
+ msgid "Exclude chat window on the following pages:"
406
+ msgstr ""
407
+
408
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:125
409
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:134
410
+ msgid ""
411
+ "Do not show the chat window on the following pages. Leave blank to show on "
412
+ "all. (Use comma-separated Page ID's)"
413
+ msgstr ""
414
+
415
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:133
416
+ msgid "Allow any user to make themselves a chat agent"
417
+ msgstr ""
418
+
419
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:136
420
+ msgid ""
421
+ "Checking this will allow any of your users to make themselves a chat agent "
422
+ "when editing their profile."
423
+ msgstr ""
424
+
425
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:143
426
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:152
427
+ msgid "Chat Window Settings"
428
+ msgstr "Configurações da Janela do Chat"
429
+
430
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:146
431
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:155
432
+ msgid "Chat box alignment"
433
+ msgstr "Caixa de alinhamento do chat"
434
+
435
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:149
436
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:158
437
+ msgid "Bottom left"
438
+ msgstr "Inferior à esquerda"
439
+
440
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:150
441
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:159
442
+ msgid "Bottom right"
443
+ msgstr "Inferior à direita"
444
+
445
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:151
446
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:160
447
+ msgid "Left"
448
+ msgstr "Esquerda"
449
+
450
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:152
451
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:161
452
+ msgid "Right"
453
+ msgstr "Direita"
454
+
455
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:158
456
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:167
457
+ msgid "Auto Pop-up"
458
+ msgstr "Auto Pop-up"
459
+
460
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:162
461
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:171
462
+ msgid ""
463
+ "Expand the chat box automatically (prompts the user to enter their name and "
464
+ "email address)."
465
+ msgstr ""
466
+ "Expanda a caixa de bate-papo automaticamente (solicita ao usuário que digite "
467
+ "seu nome e endereço de e-mail)."
468
+
469
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:168
470
+ msgid "Name "
471
+ msgstr "Nome"
472
+
473
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:182
474
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:193
475
+ msgid "Picture"
476
+ msgstr "Foto"
477
+
478
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:190
479
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:196
480
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:212
481
+ msgid "Upload Image"
482
+ msgstr "Enviar Imagem"
483
+
484
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:192
485
+ msgid "Remove Image"
486
+ msgstr ""
487
+
488
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:193
489
+ msgid "Recomended Size 40px x 40px"
490
+ msgstr ""
491
+
492
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:199
493
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:209
494
+ msgid "Logo"
495
+ msgstr "Logo"
496
+
497
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:207
498
+ msgid "Upload Logo"
499
+ msgstr "Enviar Imagem"
500
+
501
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:209
502
+ msgid "Remove Logo"
503
+ msgstr ""
504
+
505
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:210
506
+ msgid "Recomended Size 250px x 40px"
507
+ msgstr ""
508
+
509
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:216
510
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:225
511
+ msgid "Chat delay (seconds)"
512
+ msgstr "Delay do chat (segundos)"
513
+
514
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:219
515
+ msgid "how long it takes for your chat window to pop up"
516
+ msgstr ""
517
+
518
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:225
519
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:241
520
+ msgid "Chat notifications"
521
+ msgstr "Notificações do chat"
522
+
523
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:229
524
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:245
525
+ msgid "Alert me via email as soon as someone wants to chat"
526
+ msgstr "Avisar por e-mail quando alguém quiser conversar"
527
+
528
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:230
529
+ msgid "(while online only)"
530
+ msgstr ""
531
+
532
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:235
533
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:257
534
+ msgid "Display name and avatar in chat"
535
+ msgstr ""
536
+
537
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:241
538
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:263
539
+ msgid "Display the agent and user name above each message in the chat window."
540
+ msgstr ""
541
+
542
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:246
543
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:268
544
+ msgid "Only show the chat window to users that are logged in"
545
+ msgstr ""
546
+
547
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:254
548
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:276
549
+ msgid ""
550
+ "By checking this, only users that are logged in will be able to chat with "
551
+ "you."
552
+ msgstr ""
553
+
554
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:266
555
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:287
556
+ msgid "Do not allow users to send offline messages"
557
+ msgstr ""
558
+
559
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:274
560
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:291
561
+ msgid ""
562
+ "The chat window will be hidden when it is offline. Users will not be able to "
563
+ "send offline messages to you"
564
+ msgstr ""
565
+
566
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:279
567
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:296
568
+ msgid "Email Address"
569
+ msgstr "Endereço de Email"
570
+
571
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:283
572
+ msgid "Email address where offline messages are delivered to"
573
+ msgstr ""
574
+
575
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:284
576
+ msgid ""
577
+ "Use comma separated email addresses to send to more than one email address"
578
+ msgstr ""
579
+
580
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:292
581
+ msgid "Sending Method"
582
+ msgstr ""
583
+
584
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:293
585
+ msgid "WP Mail"
586
+ msgstr ""
587
+
588
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:294
589
+ msgid "PHP Mailer"
590
+ msgstr ""
591
+
592
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:306
593
+ msgid "Host"
594
+ msgstr ""
595
+
596
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:314
597
+ msgid "Port"
598
+ msgstr ""
599
+
600
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:322
601
+ msgid "Username"
602
+ msgstr ""
603
+
604
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:330
605
+ msgid "Password"
606
+ msgstr ""
607
+
608
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:339
609
+ msgid "Offline Chat Box Title"
610
+ msgstr "Texto offline"
611
+
612
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:347
613
+ msgid "Offline Text Fields"
614
+ msgstr "Texto offline"
615
+
616
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:380
617
+ msgid "Choose a theme"
618
+ msgstr ""
619
+
620
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:385
621
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:386
622
+ msgid "Theme 1"
623
+ msgstr ""
624
+
625
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:389
626
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:390
627
+ msgid "Theme 2"
628
+ msgstr ""
629
+
630
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:393
631
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:394
632
+ msgid "Theme 3"
633
+ msgstr ""
634
+
635
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:397
636
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:398
637
+ msgid "Theme 4"
638
+ msgstr ""
639
+
640
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:401
641
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:402
642
+ msgid "Theme 5"
643
+ msgstr ""
644
+
645
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:405
646
+ msgid "Theme 6"
647
+ msgstr ""
648
+
649
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:406
650
+ msgid "Custom. Enter Colour Values Below"
651
+ msgstr ""
652
+
653
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:422
654
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:358
655
+ msgid "Chat box fill color"
656
+ msgstr "Preenchimento de cor do Chat box"
657
+
658
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:428
659
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:364
660
+ msgid "Chat box font color"
661
+ msgstr "Cor da fonte do Chat Box"
662
+
663
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:442
664
+ msgid "First Section Text"
665
+ msgstr "Texto da primeira seção"
666
+
667
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:451
668
+ msgid "Intro Text"
669
+ msgstr ""
670
+
671
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:457
672
+ msgid "Second Section Text"
673
+ msgstr "Texto da segunda seção"
674
+
675
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:464
676
+ msgid "Reactivate Chat Section Text"
677
+ msgstr "Reativar seção de texto do chat"
678
+
679
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:472
680
+ msgid "User chat welcome"
681
+ msgstr ""
682
+
683
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:481
684
+ msgid "Other text"
685
+ msgstr "Outro"
686
+
687
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:483
688
+ msgid "This text is shown above the user chat input field"
689
+ msgstr ""
690
+
691
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:509
692
+ msgid "Current Users that are Chat Agents"
693
+ msgstr ""
694
+
695
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:523
696
+ msgid ""
697
+ "To add or remove a user as a chat agent, go into the users profile and "
698
+ "select the checkbox Chat Agent and click save."
699
+ msgstr ""
700
+
701
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:524
702
+ msgid "If there are no chat agents online, the chat will show as offline"
703
+ msgstr ""
704
+
705
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:557
706
+ msgid ""
707
+ "You are using an outdated version of WP Live Chat Support Basic. Please "
708
+ "update your plugin to allow for animations to function"
709
+ msgstr ""
710
+ "Você está usando uma versão desatualizada do <strong>WP Live Chat Support "
711
+ "Pro</strong>. Por favor"
712
+
713
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:562
714
+ msgid "Choose an animation"
715
+ msgstr ""
716
+
717
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:568
718
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:442
719
+ msgid "Slide Up"
720
+ msgstr ""
721
+
722
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:572
723
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:446
724
+ msgid "Slide From The Side"
725
+ msgstr ""
726
+
727
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:576
728
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:450
729
+ msgid "Fade In"
730
+ msgstr ""
731
+
732
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:580
733
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:454
734
+ msgid "No Animation"
735
+ msgstr ""
736
+
737
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:592
738
+ msgid "Blocked Visitors - Based on IP Address"
739
+ msgstr ""
740
+
741
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:593
742
+ msgid "Enter each IP Address you would like to block on a new line"
743
+ msgstr ""
744
+
745
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:602
746
+ msgid ""
747
+ "Blocking a user's IP Address here will hide the chat window from them, "
748
+ "preventing them from chatting with you"
749
+ msgstr ""
750
+
751
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/includes/settings_page_pro.php:605
752
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:462
753
+ msgid "Save Settings"
754
+ msgstr "Salvar Configurações"
755
+
756
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:457
757
+ msgid "Dear User"
758
+ msgstr "Caro Pro User"
759
+
760
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
761
+ msgid "You are using an outdated version of WP Live Chat Support Basic. Please"
762
+ msgstr ""
763
+ "Você está usando uma versão desatualizada do <strong>WP Live Chat Support "
764
+ "Pro</strong>. Por favor"
765
+
766
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
767
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:823
768
+ msgid "update to at least version"
769
+ msgstr "atualizar para a versão mais recente"
770
+
771
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:458
772
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:823
773
+ msgid "to ensure all functionality is in working order"
774
+ msgstr "para garantir que todas as funcionalidades permaneçam em funcionamento"
775
+
776
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:459
777
+ msgid ""
778
+ "You're live chat box on your website has been temporarily disabled until the "
779
+ "basic plugin has been updated. This is to ensure a smooth and hassle-free "
780
+ "user experience for both yourself and your visitors."
781
+ msgstr ""
782
+ "O Chat Box foi temporariamente desativado até que o plug-in Pro seja "
783
+ "atualizado. Isso é necessário para garantir uma experiência de usuário "
784
+ "agradável e sem complicações, tanto para você quanto para seus visitantes."
785
+
786
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:460
787
+ msgid ""
788
+ "You can update your plugin <a href='./update-core.php'>here</a> or <a "
789
+ "href='./plugins.php'>here</a>."
790
+ msgstr ""
791
+ "Você pode atualizar o seu plugin <a href='./update-core.php'>aqui</a>, <a "
792
+ "href='./plugins.php'>aqui</a> ou <a href='http://wp-livechat.com/get-updated-"
793
+ "version/' target='_BLANK'>aqui</a>."
794
+
795
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:461
796
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:826
797
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:844
798
+ msgid "If you are having difficulty updating the plugin, please contact"
799
+ msgstr ""
800
+ "Se você está tendo dificuldade em atualizar o plugin, por favor entre em "
801
+ "contato"
802
+
803
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:474
804
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:822
805
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:835
806
+ msgid "Dear Pro User"
807
+ msgstr "Caro Pro User"
808
+
809
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:475
810
+ msgid ""
811
+ "WP Live Chat Support Pro requires WP Live Chat Support to function. You can "
812
+ "download the latest copy from"
813
+ msgstr ""
814
+
815
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:487
816
+ msgid "Admin"
817
+ msgstr ""
818
+
819
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:491
820
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:373
821
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:474
822
+ msgid "Questions?"
823
+ msgstr "Dúvidas?"
824
+
825
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:492
826
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:374
827
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:474
828
+ msgid "Chat with us"
829
+ msgstr "Converse conosco"
830
+
831
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:493
832
+ msgid "Start live chat"
833
+ msgstr "Iniciar Chat"
834
+
835
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:494
836
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:380
837
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:536
838
+ msgid "Start Chat"
839
+ msgstr "Iniciar Chat"
840
+
841
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:495
842
+ msgid "Connecting. Please be patient..."
843
+ msgstr "Conectando a um atendente. Por favor, seja paciente."
844
+
845
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:496
846
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:389
847
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:543
848
+ msgid "Reactivating your previous chat..."
849
+ msgstr "Reativando seu chat anterior..."
850
+
851
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:497
852
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:314
853
+ msgid "Chat offline. Leave a message"
854
+ msgstr ""
855
+
856
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:498
857
+ msgid "Hello. Please input your details so that I may help you."
858
+ msgstr ""
859
+
860
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:499
861
+ msgid ""
862
+ "We are currently offline. Please leave a message and we'll get back to you "
863
+ "shortly."
864
+ msgstr ""
865
+
866
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:500
867
+ msgid "Sending message..."
868
+ msgstr ""
869
+
870
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:501
871
+ msgid "Thank you for your message. We will be in contact soon."
872
+ msgstr "Obrigado pelo seu feedback. Nós entraremos em contato em breve"
873
+
874
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:502
875
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:548
876
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1003
877
+ msgid "Press ENTER to send your message"
878
+ msgstr "Pressione ENTER para enviar sua mensagem"
879
+
880
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:503
881
+ msgid "Welcome. How may I help you?"
882
+ msgstr ""
883
+
884
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:543
885
+ msgid "You are currently accepting chats"
886
+ msgstr ""
887
+
888
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:544
889
+ msgid "You are not accepting chats"
890
+ msgstr ""
891
+
892
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:592
893
+ msgid "Delete History"
894
+ msgstr "Histórico"
895
+
896
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:601
897
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:888
898
+ msgid "URL"
899
+ msgstr "URL"
900
+
901
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:602
902
+ msgid "Status"
903
+ msgstr "Status"
904
+
905
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:603
906
+ msgid "Action"
907
+ msgstr "Ação"
908
+
909
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:609
910
+ msgid "No chats available at the moment"
911
+ msgstr "Não há sessões de bate-papo disponíveis no momento"
912
+
913
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:617
914
+ msgid "View Chat History"
915
+ msgstr "Histórico do WP Live Chat"
916
+
917
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:718
918
+ msgid "Minize Chat Window"
919
+ msgstr "Abrir Janela do Chat"
920
+
921
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:719
922
+ msgid "Close Chat Window"
923
+ msgstr "Abrir Janela do Chat"
924
+
925
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:804
926
+ msgid "Send message"
927
+ msgstr ""
928
+
929
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:830
930
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:552
931
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1017
932
+ msgid "Send"
933
+ msgstr "Enviar"
934
+
935
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:871
936
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1489
937
+ msgid "Please click 'Start Chat' to initiate a chat with an agent"
938
+ msgstr ""
939
+
940
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:997
941
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1513
942
+ msgid "Your settings have been saved."
943
+ msgstr "Suas configurações foram salvas."
944
+
945
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1012
946
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:876
947
+ msgid "Chat sessions"
948
+ msgstr "Delay do chat (segundos)"
949
+
950
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1014
951
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:878
952
+ msgid ""
953
+ "Please note: This window must be open in order to receive new chat "
954
+ "notifications."
955
+ msgstr ""
956
+
957
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1108
958
+ msgid "Unknown"
959
+ msgstr ""
960
+
961
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1124
962
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:970
963
+ msgid "End chat"
964
+ msgstr "Encerrar Chat"
965
+
966
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1129
967
+ msgid "Attempting to open the chat window... Please be patient."
968
+ msgstr "Conectando a um atendente. Por favor, seja paciente."
969
+
970
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1226
971
+ msgid "This chat has already been answered. Please close the chat window"
972
+ msgstr ""
973
+
974
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1294
975
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1129
976
+ msgid "User has opened the chat window"
977
+ msgstr "Usuário abriu a janela de bate-papo"
978
+
979
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1299
980
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1134
981
+ msgid "User has minimized the chat window"
982
+ msgstr "Usuário minimizou a janela de bate-papo"
983
+
984
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1304
985
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1139
986
+ msgid "User has maximized the chat window"
987
+ msgstr "Usuário maximizou a janela de bate-papo"
988
+
989
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1309
990
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1144
991
+ msgid "User has closed and ended the chat"
992
+ msgstr "Usuário fechou e encerrou o bate-papo"
993
+
994
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1687
995
+ msgid ""
996
+ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
997
+ "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
998
+ msgstr ""
999
+
1000
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1692
1001
+ msgid "An unknown error occurred"
1002
+ msgstr ""
1003
 
1004
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1819
1005
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:255
1006
+ msgid "Live Chat"
1007
+ msgstr "Live Chat"
1008
 
1009
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1820
1010
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:256
1011
+ msgid "Settings"
1012
+ msgstr "Configurações"
1013
 
1014
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1821
1015
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1836
1016
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1847
1017
+ msgid "Quick Responses"
1018
+ msgstr ""
1019
 
1020
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1823
1021
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:257
1022
+ msgid "History"
1023
+ msgstr "Histórico"
1024
 
1025
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1824
1026
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:258
1027
+ msgid "Missed Chats"
1028
+ msgstr "Esconder Chat"
1029
 
1030
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1826
1031
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:37
1032
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:259
1033
+ msgid "Feedback"
1034
+ msgstr "Feedback"
1035
 
1036
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1830
1037
+ msgid "Error Log"
1038
+ msgstr ""
1039
 
1040
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1837
1041
+ msgid "Quick Response"
1042
+ msgstr ""
1043
+
1044
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1838
1045
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1841
1046
+ msgid "New Quick Response"
1047
+ msgstr ""
1048
+
1049
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1839
1050
+ msgid "Add New Quick Response"
1051
+ msgstr ""
1052
 
1053
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1840
1054
+ msgid "Edit Quick Response"
1055
+ msgstr ""
1056
+
1057
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1842
1058
+ msgid "All Quick Responses"
1059
+ msgstr ""
1060
+
1061
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1843
1062
+ msgid "View Quick Responses"
1063
+ msgstr ""
1064
+
1065
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1844
1066
+ msgid "Search Quick Responses"
1067
+ msgstr ""
1068
+
1069
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1845
1070
+ msgid "No Quick Responses found"
1071
+ msgstr ""
1072
+
1073
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1846
1074
+ msgid "No Quick Responses found in the Trash"
1075
+ msgstr ""
1076
+
1077
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1851
1078
+ msgid "Quick Responses for WP Live Chat Support Pro"
1079
+ msgstr "Com a Versão Pro do WP Live Chat Support, você pode"
1080
+
1081
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1906
1082
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1910
1083
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1004
1084
+ msgid "Assign Quick Response"
1085
+ msgstr ""
1086
+
1087
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1913
1088
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1004
1089
+ msgid "Select"
1090
+ msgstr ""
1091
+
1092
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support-pro/wp-live-chat-support-pro.php:1919
1093
+ msgid "What is this?"
1094
+ msgstr "Converse conosco"
1095
+
1096
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:566
1097
  msgid "complete"
1098
  msgstr "completo"
1099
 
1100
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:569
1101
  msgid "pending"
1102
  msgstr "pendente"
1103
 
1104
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:572
1105
  msgid "active"
1106
  msgstr "ativo"
1107
 
1108
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:575
1109
  msgid "deleted"
1110
  msgstr "excluído"
1111
 
1112
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:578
1113
  msgid "browsing"
1114
  msgstr "navegando"
1115
 
1116
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:581
1117
  msgid "requesting chat"
1118
  msgstr "solicitando chat"
1119
 
1120
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:584
1121
  msgid "Chat Ended - User still browsing"
1122
  msgstr "Conversa Encerrada - Usuário ainda navegando"
1123
 
1124
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:587
1125
  msgid "User is browsing but doesn't want to chat"
1126
  msgstr "Usuário está navegando, mas não quer conversar"
1127
 
1128
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:671
1129
  msgid "Get Pro Add-on to accept more chats"
1130
  msgstr "Compre a Versão Pro para aceitar mais chats"
1131
 
1132
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/functions.php:915
1133
+ msgid "You have not missed any chat requests."
1134
+ msgstr ""
1135
+
1136
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:7
1137
  msgid "WP Live Chat Support Feedback"
1138
  msgstr "WP Live Chat Support Feedback"
1139
 
1140
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:8
1141
  msgid "We'd love to hear your comments and/or suggestions"
1142
  msgstr "Gostaríamos muito de ouvir seus comentários e/ou sugestões"
1143
 
1144
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:13
1145
  msgid "Your Name"
1146
  msgstr "Seu Nome"
1147
 
1148
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:21
1149
  msgid "Your Email"
1150
  msgstr "Seu Email"
1151
 
1152
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:29
1153
  msgid "Your Website"
1154
  msgstr "Seu Website"
1155
 
1156
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/feedback-page.php:48
 
 
 
 
1157
  msgid "Send Feedback"
1158
  msgstr "Enviar Feedback"
1159
 
1160
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1161
  msgid "Agents"
1162
  msgstr "Atendentes"
1163
 
1164
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:46
1165
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:62
1166
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:124
1167
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:140
1168
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:183
1169
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:199
1170
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:215
1171
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:231
1172
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:248
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1173
  msgid "available in the"
1174
  msgstr "disponível na"
1175
 
1176
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:47
1177
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:63
1178
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:125
1179
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:141
1180
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:184
1181
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:200
1182
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:216
1183
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:232
1184
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:249
1185
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:303
1186
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:317
1187
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:393
1188
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1428
1189
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1448
1190
  msgid "Pro Add-on"
1191
  msgstr "Versão Pro"
1192
 
1193
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:48
1194
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:64
1195
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:126
1196
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:142
1197
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:185
1198
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:201
1199
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:217
1200
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:233
1201
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:250
1202
  msgid "only"
1203
  msgstr "somente"
1204
 
1205
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:65
1206
+ msgid " once off. Updates included forever."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1207
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1208
 
1209
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:302
 
 
 
 
 
 
 
 
 
 
 
 
1210
  msgid "Get offline messages with the "
1211
  msgstr "Receba mensagens off-line com a"
1212
 
1213
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:311
1214
  msgid "Offline text"
1215
  msgstr "Texto offline"
1216
 
1217
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:316
1218
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:392
1219
  msgid "Edit these text fields using the "
1220
  msgstr "Editar campos de texto usando a"
1221
 
1222
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1223
+ msgid "Choose a colour scheme. Only available in the"
1224
+ msgstr ""
1225
 
1226
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:342
1227
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
1228
+ msgid "Pro add-on"
1229
+ msgstr "Versão Pro"
1230
 
1231
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:346
1232
+ msgid "Colour Scheme 1"
1233
+ msgstr ""
1234
 
1235
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:347
1236
+ msgid "Colour Scheme 2"
1237
+ msgstr ""
1238
 
1239
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:348
1240
+ msgid "Colour Scheme 3"
1241
+ msgstr ""
1242
+
1243
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:349
1244
+ msgid "Colour Scheme 4"
1245
+ msgstr ""
1246
+
1247
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:350
1248
+ msgid "Colour Scheme 5"
1249
+ msgstr ""
1250
+
1251
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:351
1252
+ msgid "Colour Scheme 6"
1253
+ msgstr ""
1254
+
1255
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:371
1256
+ msgid "First section text"
1257
+ msgstr "Texto da primeira seção"
1258
 
1259
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:378
1260
  msgid "Second section text"
1261
  msgstr "Texto da segunda seção"
1262
 
1263
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:381
1264
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:540
 
 
 
1265
  msgid "Connecting you to a sales person. Please be patient."
1266
  msgstr "Conectando a um atendente. Por favor, seja paciente."
1267
 
1268
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:387
1269
  msgid "Reactivate chat section text"
1270
  msgstr "Reativar seção de texto do chat"
1271
 
1272
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:404
 
 
 
 
1273
  msgid "Multiple Agents"
1274
  msgstr "Múltiplos Atendentes"
1275
 
1276
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1277
  msgid "Get"
1278
  msgstr "Obter"
1279
 
1280
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:405
1281
  msgid "Multiple agent support"
1282
  msgstr "Suporte de múltiplos atendentes"
1283
 
1284
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:433
1285
+ msgid "Get a variety of animations in the "
1286
+ msgstr ""
1287
+
1288
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/settings_page.php:436
1289
+ msgid "Choose an animation (Pro Only)"
1290
+ msgstr ""
1291
 
1292
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:4
1293
  msgid "Welcome to "
1294
  msgstr "Bem-vindo ao"
1295
 
1296
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:6
1297
+ msgid "Version 4"
1298
+ msgstr ""
1299
+
1300
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:8
1301
+ msgid "Provide Instant Live Chat Support!"
1302
+ msgstr "WP Live Chat Support Feedback"
1303
+
1304
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:10
1305
+ msgid "How did you find us?"
1306
+ msgstr ""
1307
+
1308
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:15
1309
  msgid "WordPress.org plugin repository "
1310
  msgstr "Repositório do plugin no WordPress.org"
1311
 
1312
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:18
1313
  msgid "Search Term"
1314
  msgstr "Termo de Pesquisa"
1315
 
1316
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:22
1317
  msgid "Google or other search Engine"
1318
  msgstr "Google ou outro motor de busca"
1319
 
1320
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:28
1321
  msgid "Friend recommendation"
1322
  msgstr "Recomendação de um amigo"
1323
 
1324
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:34
1325
  msgid "Other"
1326
  msgstr "Outro"
1327
 
1328
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:38
1329
  msgid "Please Explain"
1330
  msgstr "Por favor, explique"
1331
 
1332
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:47
1333
  msgid "Submit"
1334
  msgstr "Submeter"
1335
 
1336
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/includes/welcome_page.php:49
1337
  msgid "Skip"
1338
  msgstr "Pular"
1339
 
1340
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:224
1341
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1275
1342
+ msgid "Please click \\'Start Chat\\' to initiate a chat with an agent"
1343
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1344
 
1345
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:481
1346
+ msgid "Start Live Chat"
1347
+ msgstr "Iniciar Chat"
1348
 
1349
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:823
1350
  msgid ""
1351
  "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1352
  "strong>. Please"
1354
  "Você está usando uma versão desatualizada do <strong>WP Live Chat Support "
1355
  "Pro</strong>. Por favor"
1356
 
1357
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:824
 
 
 
 
 
 
 
 
1358
  msgid ""
1359
  "You're live chat box on your website has been temporarily disabled until the "
1360
  "Pro plugin has been updated. This is to ensure a smooth and hassle-free user "
1364
  "atualizado. Isso é necessário para garantir uma experiência de usuário "
1365
  "agradável e sem complicações, tanto para você quanto para seus visitantes."
1366
 
1367
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:825
1368
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:843
1369
  msgid ""
1370
  "You can update your plugin <a href='./update-core.php'>here</a>, <a href='./"
1371
  "plugins.php'>here</a> or <a href='http://wp-livechat.com/get-updated-"
1375
  "href='./plugins.php'>aqui</a> ou <a href='http://wp-livechat.com/get-updated-"
1376
  "version/' target='_BLANK'>aqui</a>."
1377
 
1378
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:836
1379
+ msgid ""
1380
+ "You are using an outdated version of <strong>WP Live Chat Support Pro</"
1381
+ "strong>."
1382
+ msgstr ""
1383
+ "Você está usando uma versão desatualizada do <strong>WP Live Chat Support "
1384
+ "Pro</strong>. Por favor"
1385
+
1386
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:838
1387
+ msgid "Please update to the latest version of WP Live Chat Support Pro"
1388
+ msgstr ""
1389
+ "Você está usando uma versão desatualizada do <strong>WP Live Chat Support "
1390
+ "Pro</strong>. Por favor"
1391
+
1392
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:839
1393
+ msgid "Version 4.4.5"
1394
+ msgstr ""
1395
+
1396
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:840
1397
+ msgid "to take advantage of chat window transitions and colour schemes."
1398
  msgstr ""
 
 
1399
 
1400
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:867
1401
  msgid "Experiencing problems with the plugin?"
1402
  msgstr "Enfrentando problemas com o plugin?"
1403
 
1404
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:869
1405
  msgid "Review the documentation."
1406
  msgstr "Reveja a documentação."
1407
 
1408
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:870
1409
  msgid "Or ask a question on our"
1410
  msgstr "Ou faça uma pergunta em nosso"
1411
 
1412
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:870
1413
+ msgid "Support forum."
1414
+ msgstr ""
1415
 
1416
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:898
1417
  msgid "With the Pro add-on of WP Live Chat Support, you can"
1418
  msgstr "Com a Versão Pro do WP Live Chat Support, você pode"
1419
 
1420
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:899
1421
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:900
1422
  msgid "see who's online and initiate chats"
1423
  msgstr "ver quem está online e iniciar chats"
1424
 
1425
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:901
1426
  msgid "with your online visitors with the click of a button."
1427
  msgstr "com seus visitantes on-line com o clique de um botão."
1428
 
1429
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:902
1430
+ msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates FOREVER."
1431
  msgstr ""
1432
  "Compre a Versão Pro agora por apenas um único pagamento de $29,95. "
1433
  "Atualizações grátis para SEMPRE."
1434
 
1435
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:904
1436
+ msgid "Buy the Pro add-on now for only $19.95 once off. Free Updates Forever."
1437
  msgstr ""
1438
  "Compre a Versão Pro agora por apenas um único pagamento de $29,95. "
1439
  "Atualizações grátis para SEMPRE."
1440
 
1441
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:956
1442
  msgid "Previous"
1443
  msgstr "Anterior"
1444
 
1445
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:958
1446
  msgid "Active"
1447
  msgstr "Ativo"
1448
 
1449
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:967
1450
+ msgid "Chat with"
1451
+ msgstr "Converse conosco"
 
 
 
 
1452
 
1453
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1004
1454
+ msgid "Add Quick Responses to your Live Chat"
1455
+ msgstr ""
1456
 
1457
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1004
1458
+ msgid "Pro version only"
1459
+ msgstr ""
1460
 
1461
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1015
1462
+ msgid "type here..."
1463
+ msgstr ""
1464
 
1465
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1424
1466
  msgid "WP Live Chat History"
1467
  msgstr "Histórico do WP Live Chat"
1468
 
1469
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1428
1470
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1448
1471
+ msgid "This option is only available in the "
1472
+ msgstr "disponível na"
1473
+
1474
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1428
1475
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1448
1476
+ msgid "Get it now for only $19.95 once off!"
1477
+ msgstr ""
1478
 
1479
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1433
1480
+ msgid "WP Live Chat Missed Chats"
1481
+ msgstr "Histórico do WP Live Chat"
1482
+
1483
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1440
1484
+ msgid "WP Live Chat Offline Messages"
1485
+ msgstr "Mensagens Offline"
1486
+
1487
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1445
1488
+ msgid ""
1489
+ "Please update to the latest version of WP Live Chat Support Pro to start "
1490
+ "recording any offline messages."
1491
+ msgstr ""
1492
+ "Você está usando uma versão desatualizada do <strong>WP Live Chat Support "
1493
+ "Pro</strong>. Por favor"
1494
+
1495
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1528
1496
  msgid "Thank You for your feedback!"
1497
  msgstr "Obrigado pelo seu feedback!"
1498
 
1499
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1532
1500
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1545
1501
  msgid "Thank you for your feedback. We will be in touch soon"
1502
  msgstr "Obrigado pelo seu feedback. Nós entraremos em contato em breve"
1503
 
1504
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1548
1505
  msgid "There was a problem sending your feedback. Please log your feedback on "
1506
  msgstr ""
1507
  "Houve um problema ao enviar o seu feedback. Por favor, Log seu feedback sobre"
1508
+
1509
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1581
1510
+ msgid ""
1511
+ "WPLC: set_time_limit() is not enabled on this server. You may experience "
1512
+ "issues while using WP Live Chat Support as a result of this. Please get in "
1513
+ "contact your host to get this function enabled."
1514
+ msgstr ""
1515
+
1516
+ #: C:\wamp\www\wordpress\wp-content\plugins\wp-live-chat-support/wp-live-chat-support.php:1587
1517
+ msgid ""
1518
+ "WPLC: Safe mode is enabled on this server. You may experience issues while "
1519
+ "using WP Live Chat Support as a result of this. Please contact your host to "
1520
+ "get safe mode disabled."
1521
+ msgstr ""
1522
+
1523
+ #~ msgid "User Data"
1524
+ #~ msgstr "Dados do Usuário"
readme.txt CHANGED
@@ -47,6 +47,7 @@ The most cost effective Live Chat plugin. Chat with your visitors for free! WP L
47
  * Apply animations to the chat window
48
  * Anonymity for your visitors
49
  * Choose when to accept chats
 
50
 
51
  Get the [WP Live Chat Support Pro Add-on](http://wp-livechat.com/purchase-pro/?utm_source=readme&utm_medium=wordpress&utm_campaign=buy) for only $29.95 once off!
52
 
@@ -94,6 +95,9 @@ Get a free copy of the WP Live Chat Support Pro version in exchange for translat
94
  * Italian (Angelo Giammarresi)
95
  * Dutch (Elsy Aelvoet)
96
  * Greek (Peter Stavropoulos)
 
 
 
97
  * Chinese - Simplified^
98
  * Chinese - Traditional^
99
 
@@ -168,6 +172,22 @@ It is highly recommended that you upgrade to WP Live Chat Support version 4.1.4
168
 
169
  == Changelog ==
170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  = 4.2.9 2015-02-18 - Low Priority =
172
  * New Feature: You can now choose to record your visitors IP address or not
173
  * New Feature: You can now send an offline message to more than one email address (Pro)
47
  * Apply animations to the chat window
48
  * Anonymity for your visitors
49
  * Choose when to accept chats
50
+ * Ban visitors from chatting to you based on IP Address
51
 
52
  Get the [WP Live Chat Support Pro Add-on](http://wp-livechat.com/purchase-pro/?utm_source=readme&utm_medium=wordpress&utm_campaign=buy) for only $29.95 once off!
53
 
95
  * Italian (Angelo Giammarresi)
96
  * Dutch (Elsy Aelvoet)
97
  * Greek (Peter Stavropoulos)
98
+ * Norwegian (Robert Nilsen)
99
+ * Hungarian (GInception)
100
+ * Indonesian (Andrie Willyanta)
101
  * Chinese - Simplified^
102
  * Chinese - Traditional^
103
 
172
 
173
  == Changelog ==
174
 
175
+ = 4.2.10 2015-03-16 - Low Priority =
176
+ * Bug Fix: Mobile Detect class caused Fatal error on some websites
177
+ * Bug Fix: PHP Errors when editing user page
178
+ * Bug Fix: Including and Excluding the chat window caused issues on some websites
179
+ * Bug Fix: Online/Offline Toggle Switch did not work in some browsers (Pro)
180
+ * New Feature: You can now Ban visitors from chatting with you based on IP Address (Pro)
181
+ * New Feature: You can now choose if you want users to make themselves an agent (Pro)
182
+ * Bug Fix: Chat window would not hide when selecting the option to not accept offline messages (Pro)
183
+ * Enhancement: Support page added
184
+ * Updated Translations:
185
+ * French (Thank you Marcello Cavallucci)
186
+ * New Translations added:
187
+ * Norwegian (Thank you Robert Nilsen)
188
+ * Hungarian (Thank you GInception)
189
+ * Indonesian (Thank you Andrie Willyanta)
190
+
191
  = 4.2.9 2015-02-18 - Low Priority =
192
  * New Feature: You can now choose to record your visitors IP address or not
193
  * New Feature: You can now send an offline message to more than one email address (Pro)
wp-live-chat-support.php CHANGED
@@ -3,17 +3,32 @@
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: 4.2.9
7
  Author: WP-LiveChat
8
  Author URI: http://www.wp-livechat.com
9
  */
10
 
11
 
12
- /* 4.2.9 2015-02-18 - Low Priority
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  * New Feature: You can now choose to record your visitors IP address or not
14
  * New Feature: You can now send an offline message to more than one email address (Pro)
15
- * New Feature: You can now specify if you want to be online or not (Pro)
16
- *
17
  *
18
  * 4.2.8 2015-02-12 - Low Priority
19
  * New Feature: You can now apply an animation to the chat window on page load
@@ -149,7 +164,7 @@ global $wplc_tblname_chats;
149
  global $wplc_tblname_msgs;
150
  $wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
151
  $wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
152
- $wplc_version = "4.2.9";
153
 
154
  define('WPLC_BASIC_PLUGIN_DIR', dirname(__FILE__));
155
  define('WPLC_BASIC_PLUGIN_URL', plugins_url() . "/wp-live-chat-support/");
@@ -158,6 +173,7 @@ $wplc_basic_plugin_url = get_option('siteurl') . "/wp-content/plugins/wp-live-ch
158
  require_once (plugin_dir_path(__FILE__) . "functions.php");
159
  add_action('wp_ajax_wplc_admin_set_transient', 'wplc_action_callback');
160
  add_action('init', 'wplc_version_control');
 
161
  add_action('wp_footer', 'wplc_display_box');
162
 
163
  add_action('init', 'wplc_init');
@@ -180,13 +196,7 @@ add_action('admin_head', 'wplc_superadmin_javascript');
180
  register_activation_hook(__FILE__, 'wplc_activate');
181
 
182
 
183
- if (!class_exists('Mobile_Detect')) {
184
- require_once (plugin_dir_path(__FILE__) . 'includes/Mobile_Detect.php');
185
- }
186
-
187
- $wplc_detect_device = new Mobile_Detect;
188
 
189
- $wplc_is_mobile = $wplc_detect_device->isMobile();
190
 
191
  function wplc_basic_check() {
192
  // check if basic exists if pro is installed
@@ -194,7 +204,7 @@ function wplc_basic_check() {
194
 
195
  function wplc_init() {
196
  $plugin_dir = basename(dirname(__FILE__)) . "/languages/";
197
- load_plugin_textdomain('wplivechat', false, $plugin_dir);
198
  }
199
 
200
  function wplc_version_control() {
@@ -250,35 +260,44 @@ function wplc_admin_menu() {
250
  add_submenu_page('wplivechat-menu', __('History', 'wplivechat'), __('History', 'wplivechat'), 'manage_options', 'wplivechat-menu-history', 'wplc_admin_history_layout');
251
  add_submenu_page('wplivechat-menu', __('Missed Chats', 'wplivechat'), __('Missed Chats', 'wplivechat'), 'manage_options', 'wplivechat-menu-missed-chats', 'wplc_admin_missed_chats');
252
  add_submenu_page('wplivechat-menu', __('Feedback', 'wplivechat'), __('Feedback', 'wplivechat'), 'manage_options', 'wplivechat-menu-feedback-page', 'wplc_feedback_page_include');
 
253
  }
254
 
255
  add_action('wp_head', 'wplc_user_top_js');
256
 
257
  function wplc_user_top_js() {
258
- echo "<!-- DEFINING DO NOT CACHE -->";
259
- if (!defined('DONOTCACHEPAGE')) {
260
- define('DONOTCACHEPAGE', true);
261
- }
262
- if (!defined('DONOTCACHEDB')) {
263
- define('DONOTCACHEDB', true);
264
  }
265
- $ajax_nonce = wp_create_nonce("wplc");
266
- wp_register_script('wplc-user-jquery-cookie', plugins_url('/js/jquery-cookie.js', __FILE__), array('jquery-ui-draggable'));
267
- wp_enqueue_script('wplc-user-jquery-cookie');
268
- $wplc_settings = get_option("WPLC_SETTINGS");
269
- ?>
 
 
 
 
 
 
 
 
270
 
271
- <script type="text/javascript">
272
- <?php if (!function_exists("wplc_register_pro_version")) { ?>
273
- var wplc_ajaxurl = '<?php echo plugins_url('/ajax.php', __FILE__); ?>';
274
 
275
- <?php } ?>
276
- var wplc_nonce = '<?php echo $ajax_nonce; ?>';
277
- </script>
278
- <?php
 
279
  }
280
 
281
  function wplc_draw_user_box() {
 
282
  global $wplc_is_mobile;
283
 
284
  $wplc_settings = get_option("WPLC_SETTINGS");
@@ -289,10 +308,7 @@ function wplc_draw_user_box() {
289
  return;
290
  }
291
  }
292
- /* Show to all users */
293
- if ($wplc_is_mobile && !isset($wplc_settings['wplc_enabled_on_mobile']) && $wplc_settings['wplc_enabled_on_mobile'] != 1) {
294
- return;
295
- }
296
  if ($wplc_settings["wplc_settings_enabled"] == 2) {
297
  return;
298
  }
@@ -330,14 +346,9 @@ function wplc_draw_user_box() {
330
  }
331
 
332
  function wplc_output_box() {
333
- global $wplc_is_mobile;
334
  $wplc_class = "";
335
  $wplc_settings = get_option("WPLC_SETTINGS");
336
 
337
- if ($wplc_is_mobile && !isset($wplc_settings['wplc_enabled_on_mobile']) && $wplc_settings['wplc_enabled_on_mobile'] != 1) {
338
- return;
339
- }
340
-
341
  if ($wplc_settings["wplc_settings_enabled"] == 2) {
342
  return;
343
  }
@@ -414,147 +425,154 @@ function wplc_output_box() {
414
  }
415
  /* here */
416
  ?>
417
- <div id="wp-live-chat" wplc_animation='<?php echo $wplc_animation; ?>' style="<?php echo $wplc_starting_point." ".$wplc_box_align; ?>; " class="<?php echo $wplc_class ?> wplc_close" original_pos="<?php echo $original_pos ?>" wplc-auto-pop-up="<?php if (isset($wplc_settings['wplc_auto_pop_up'])) {
418
- echo $wplc_settings['wplc_auto_pop_up'];
419
- } ?>">
420
-
421
-
422
- <?php
423
- if (function_exists("wplc_register_pro_version")) {
424
- wplc_pro_output_box();
425
- } else {
426
- ?>
427
-
428
-
429
- <div class="wp-live-chat-wraper">
430
- <div id="wp-live-chat-header" style="background-color: <?php echo $wplc_settings_fill; ?> !important; color: <?php echo $wplc_settings_font; ?> !important; ">
431
-
432
- <i id="wp-live-chat-minimize" class="fa fa-minus" style="display:none;" ></i>
433
- <i id="wp-live-chat-close" class="fa fa-times" style="display:none;" ></i>
434
-
435
- <div id="wp-live-chat-1" >
436
- <div style="display:block; ">
437
- <strong><?php _e("Questions?", "wplivechat") ?></strong> <?php _e("Chat with us", "wplivechat") ?>
438
- </div>
439
  </div>
440
  </div>
 
441
 
442
- <div>
443
-
444
- <div id="wp-live-chat-2" style="display:none;">
445
-
446
- <div id="wp-live-chat-2-info">
447
- <strong><?php _e('Start Live Chat', 'wplivechat'); ?></strong>
448
- </div>
449
- <?php
450
- $wplc_settings = get_option("WPLC_SETTINGS");
451
-
452
- if (isset($wplc_settings['wplc_loggedin_user_info']) && $wplc_settings['wplc_loggedin_user_info'] == 1) {
453
- $wplc_use_loggedin_user_details = 1;
454
- } else {
455
- $wplc_use_loggedin_user_details = 0;
456
- }
457
-
458
- $wplc_loggedin_user_name = "";
459
- $wplc_loggedin_user_email = "";
460
-
461
- if ($wplc_use_loggedin_user_details == 1) {
462
- global $current_user;
463
 
464
- if ($current_user->data != null) {
465
- //Logged in. Get name and email
466
- $wplc_loggedin_user_name = $current_user->user_nicename;
467
- $wplc_loggedin_user_email = $current_user->user_email;
468
- }
469
- } else {
470
- $wplc_loggedin_user_name = '';
471
- $wplc_loggedin_user_email = '';
472
- }
473
 
474
- if (isset($wplc_settings['wplc_require_user_info']) && $wplc_settings['wplc_require_user_info'] == 1) {
475
- $wplc_ask_user_details = 1;
476
- } else {
477
- $wplc_ask_user_details = 0;
478
- }
479
 
480
- if ($wplc_ask_user_details == 1) {
481
- //Ask the user to enter name and email
482
- ?>
483
- <input type="text" name="wplc_name" id="wplc_name" value="<?php echo $wplc_loggedin_user_name; ?>" placeholder="<?php _e("Name", "wplivechat"); ?>" />
484
- <input type="text" name="wplc_email" id="wplc_email" wplc_hide="0" value="<?php echo $wplc_loggedin_user_email; ?>" placeholder="<?php _e("Email", "wplivechat"); ?>" />
485
- <?php
486
- } else {
487
- //Dont ask the user
488
- echo '<div style="padding: 7px; text-align: center;">';
489
- if (isset($wplc_settings['wplc_user_alternative_text'])) {
490
- echo stripslashes($wplc_settings['wplc_user_alternative_text']);
491
- }
492
- echo '</div>';
493
 
494
- $wplc_random_user_number = rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9);
495
- // $wplc_loggedin_user_email = $wplc_random_user_number."@".$wplc_random_user_number.".com";
496
- ?>
497
- <input type="hidden" name="wplc_name" id="wplc_name" value="<?php if ($wplc_loggedin_user_name != '') {
498
- echo $wplc_loggedin_user_name;
499
- } else {
500
- echo 'user' . $wplc_random_user_number;
501
- } ?>" />
502
- <input type="hidden" name="wplc_email" id="wplc_email" wplc_hide="1" value="<?php if ($wplc_loggedin_user_email != '' && $wplc_loggedin_user_email != null) {
503
- echo $wplc_loggedin_user_email;
504
- } else {
505
- echo $wplc_random_user_number . '@' . $wplc_random_user_number . '.com';
506
- } ?>" />
507
- <?php
508
- }
509
- ?>
510
- <input id="wplc_start_chat_btn" type="button" value="<?php _e("Start Chat", "wplivechat"); ?>" style="background-color: <?php echo $wplc_settings_fill; ?> !important; color: <?php echo $wplc_settings_font; ?> !important;"/>
511
 
 
 
 
 
 
512
 
 
 
 
 
 
 
 
 
 
 
 
 
 
513
 
514
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
515
 
516
- <div id="wp-live-chat-3" style="display:none;">
517
- <p><?php _e("Connecting you to a sales person. Please be patient.", "wplivechat") ?></p>
518
- </div>
519
- <div id="wp-live-chat-react" style="display:none;">
520
- <p><?php _e("Reactivating your previous chat...", "wplivechat") ?></p>
521
- </div>
522
- <div id="wp-live-chat-4" style="display:none;">
523
- <div id="wplc_sound_update" style='height:0; width:0; display:none; border:0;'></div>
524
- <div id="wplc_chatbox"></div>
525
- <p style="text-align:center; font-size:11px;"><?php _e("Press ENTER to send your message", "wplivechat") ?></p>
526
- <p>
527
- <input type="text" name="wplc_chatmsg" id="wplc_chatmsg" value="" />
528
- <input type="hidden" name="wplc_cid" id="wplc_cid" value="" />
529
- <input id="wplc_send_msg" type="button" value="<?php _e("Send", "wplivechat"); ?>" style="display:none;" />
530
- </p>
531
- </div>
532
- </div>
533
- </div>
534
- </div>
535
- <?php
536
- }
537
  }
538
 
539
  function wplc_display_box() {
540
- $wplc_is_admin_logged_in = get_transient("wplc_is_admin_logged_in");
541
- if ($wplc_is_admin_logged_in != 1) {
542
- echo "<!-- wplc a-n-c -->";
 
543
  }
544
 
545
- /* do not show if pro is outdated */
546
- global $wplc_pro_version;
547
- if (isset($wplc_pro_version)) {
548
- $float_version = floatval($wplc_pro_version);
549
- if ($float_version < 4 || $wplc_pro_version == "4.1.0" || $wplc_pro_version == "4.1.1") {
550
- return;
551
- }
552
  }
 
 
 
 
 
553
 
554
- if (function_exists("wplc_register_pro_version")) {
555
- wplc_pro_draw_user_box();
556
- } else {
557
- wplc_draw_user_box();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
558
  }
559
  }
560
 
@@ -1313,10 +1331,17 @@ function wplc_handle_db() {
1313
  }
1314
 
1315
  function wplc_add_user_stylesheet() {
1316
- wp_register_style('wplc-font-awesome', plugins_url('/css/font-awesome.min.css', __FILE__));
1317
- wp_enqueue_style('wplc-font-awesome');
1318
- wp_register_style('wplc-style', plugins_url('/css/wplcstyle.css', __FILE__));
1319
- wp_enqueue_style('wplc-style');
 
 
 
 
 
 
 
1320
  }
1321
 
1322
  function wplc_add_admin_stylesheet() {
@@ -1328,6 +1353,12 @@ function wplc_add_admin_stylesheet() {
1328
  wp_register_style('wplc-font-awesome', plugins_url('/css/font-awesome.min.css', __FILE__));
1329
  wp_enqueue_style('wplc-font-awesome');
1330
  }
 
 
 
 
 
 
1331
  }
1332
 
1333
  if (isset($_GET['page']) && $_GET['page'] == 'wplivechat-menu-settings') {
@@ -1526,3 +1557,54 @@ if(is_admin()){
1526
  }
1527
  }
1528
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 4.2.10
7
  Author: WP-LiveChat
8
  Author URI: http://www.wp-livechat.com
9
  */
10
 
11
 
12
+ /* 4.2.10 2015-03-16 - Low Priority
13
+ * Bug Fix: Mobile Detect class caused Fatal error on some websites
14
+ * Bug Fix: PHP Errors when editing user page
15
+ * Bug Fix: Including and Excluding the chat window caused issues on some websites
16
+ * Bug Fix: Online/Offline Toggle Switch did not work in some browsers (Pro)
17
+ * New Feature: You can now Ban visitors from chatting with you based on IP Address (Pro)
18
+ * New Feature: You can now choose if you want users to make themselves an agent (Pro)
19
+ * Bug Fix: Chat window would not hide when selecting the option to not accept offline messages (Pro)
20
+ * Enhancement: Support page added
21
+ * Updated Translations:
22
+ * French (Thank you Marcello Cavallucci)
23
+ * New Translations added:
24
+ * Norwegian (Thank you Robert Nilsen)
25
+ * Hungarian (Thank you GInception)
26
+ * Indonesian (Thank you Andrie Willyanta)
27
+ *
28
+ * 4.2.9 2015-02-18 - Low Priority
29
  * New Feature: You can now choose to record your visitors IP address or not
30
  * New Feature: You can now send an offline message to more than one email address (Pro)
31
+ * New Feature: You can now specify if you want to be online or not (Pro)
 
32
  *
33
  * 4.2.8 2015-02-12 - Low Priority
34
  * New Feature: You can now apply an animation to the chat window on page load
164
  global $wplc_tblname_msgs;
165
  $wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
166
  $wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
167
+ $wplc_version = "4.2.10";
168
 
169
  define('WPLC_BASIC_PLUGIN_DIR', dirname(__FILE__));
170
  define('WPLC_BASIC_PLUGIN_URL', plugins_url() . "/wp-live-chat-support/");
173
  require_once (plugin_dir_path(__FILE__) . "functions.php");
174
  add_action('wp_ajax_wplc_admin_set_transient', 'wplc_action_callback');
175
  add_action('init', 'wplc_version_control');
176
+
177
  add_action('wp_footer', 'wplc_display_box');
178
 
179
  add_action('init', 'wplc_init');
196
  register_activation_hook(__FILE__, 'wplc_activate');
197
 
198
 
 
 
 
 
 
199
 
 
200
 
201
  function wplc_basic_check() {
202
  // check if basic exists if pro is installed
204
 
205
  function wplc_init() {
206
  $plugin_dir = basename(dirname(__FILE__)) . "/languages/";
207
+ load_plugin_textdomain('wplivechat', false, $plugin_dir);
208
  }
209
 
210
  function wplc_version_control() {
260
  add_submenu_page('wplivechat-menu', __('History', 'wplivechat'), __('History', 'wplivechat'), 'manage_options', 'wplivechat-menu-history', 'wplc_admin_history_layout');
261
  add_submenu_page('wplivechat-menu', __('Missed Chats', 'wplivechat'), __('Missed Chats', 'wplivechat'), 'manage_options', 'wplivechat-menu-missed-chats', 'wplc_admin_missed_chats');
262
  add_submenu_page('wplivechat-menu', __('Feedback', 'wplivechat'), __('Feedback', 'wplivechat'), 'manage_options', 'wplivechat-menu-feedback-page', 'wplc_feedback_page_include');
263
+ add_submenu_page('wplivechat-menu', __('Support', 'wplivechat'), __('Support', 'wplivechat'), 'manage_options', 'wplivechat-menu-support-page', 'wplc_support_menu');
264
  }
265
 
266
  add_action('wp_head', 'wplc_user_top_js');
267
 
268
  function wplc_user_top_js() {
269
+ if(function_exists('wplc_display_chat_contents')){
270
+ $display_contents = wplc_display_chat_contents();
271
+ } else {
272
+ $display_contents = 1;
 
 
273
  }
274
+ if($display_contents >= 1){
275
+ echo "<!-- DEFINING DO NOT CACHE -->";
276
+ if (!defined('DONOTCACHEPAGE')) {
277
+ define('DONOTCACHEPAGE', true);
278
+ }
279
+ if (!defined('DONOTCACHEDB')) {
280
+ define('DONOTCACHEDB', true);
281
+ }
282
+ $ajax_nonce = wp_create_nonce("wplc");
283
+ wp_register_script('wplc-user-jquery-cookie', plugins_url('/js/jquery-cookie.js', __FILE__), array('jquery-ui-draggable'));
284
+ wp_enqueue_script('wplc-user-jquery-cookie');
285
+ $wplc_settings = get_option("WPLC_SETTINGS");
286
+ ?>
287
 
288
+ <script type="text/javascript">
289
+ <?php if (!function_exists("wplc_register_pro_version")) { ?>
290
+ var wplc_ajaxurl = '<?php echo plugins_url('/ajax.php', __FILE__); ?>';
291
 
292
+ <?php } ?>
293
+ var wplc_nonce = '<?php echo $ajax_nonce; ?>';
294
+ </script>
295
+ <?php
296
+ }
297
  }
298
 
299
  function wplc_draw_user_box() {
300
+
301
  global $wplc_is_mobile;
302
 
303
  $wplc_settings = get_option("WPLC_SETTINGS");
308
  return;
309
  }
310
  }
311
+
 
 
 
312
  if ($wplc_settings["wplc_settings_enabled"] == 2) {
313
  return;
314
  }
346
  }
347
 
348
  function wplc_output_box() {
 
349
  $wplc_class = "";
350
  $wplc_settings = get_option("WPLC_SETTINGS");
351
 
 
 
 
 
352
  if ($wplc_settings["wplc_settings_enabled"] == 2) {
353
  return;
354
  }
425
  }
426
  /* here */
427
  ?>
428
+ <div id="wp-live-chat" wplc_animation='<?php echo $wplc_animation; ?>' style="<?php echo $wplc_starting_point." ".$wplc_box_align; ?>; " class="<?php echo $wplc_class; ?> wplc_close" original_pos="<?php echo $original_pos; ?>" wplc-auto-pop-up="<?php if (isset($wplc_settings['wplc_auto_pop_up'])) { echo $wplc_settings['wplc_auto_pop_up']; } ?>" >
429
+ <?php
430
+ if (function_exists("wplc_register_pro_version")) {
431
+ wplc_pro_output_box();
432
+ } else {
433
+ ?>
434
+ <div class="wp-live-chat-wraper">
435
+ <div id="wp-live-chat-header" style="background-color: <?php echo $wplc_settings_fill; ?> !important; color: <?php echo $wplc_settings_font; ?> !important; ">
436
+ <i id="wp-live-chat-minimize" class="fa fa-minus" style="display:none;" ></i>
437
+ <i id="wp-live-chat-close" class="fa fa-times" style="display:none;" ></i>
438
+
439
+ <div id="wp-live-chat-1" >
440
+ <div style="display:block; ">
441
+ <strong><?php _e("Questions?", "wplivechat") ?></strong> <?php _e("Chat with us", "wplivechat") ?>
 
 
 
 
 
 
 
 
442
  </div>
443
  </div>
444
+ </div>
445
 
446
+ <div id="wp-live-chat-2" style="display:none;">
447
+ <div id="wp-live-chat-2-info">
448
+ <strong><?php _e('Start Live Chat', 'wplivechat'); ?></strong>
449
+ </div>
450
+ <?php
451
+ $wplc_settings = get_option("WPLC_SETTINGS");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
452
 
453
+ if (isset($wplc_settings['wplc_loggedin_user_info']) && $wplc_settings['wplc_loggedin_user_info'] == 1) {
454
+ $wplc_use_loggedin_user_details = 1;
455
+ } else {
456
+ $wplc_use_loggedin_user_details = 0;
457
+ }
 
 
 
 
458
 
459
+ $wplc_loggedin_user_name = "";
460
+ $wplc_loggedin_user_email = "";
 
 
 
461
 
462
+ if ($wplc_use_loggedin_user_details == 1) {
463
+ global $current_user;
 
 
 
 
 
 
 
 
 
 
 
464
 
465
+ if ($current_user->data != null) {
466
+ //Logged in. Get name and email
467
+ $wplc_loggedin_user_name = $current_user->user_nicename;
468
+ $wplc_loggedin_user_email = $current_user->user_email;
469
+ }
470
+ } else {
471
+ $wplc_loggedin_user_name = '';
472
+ $wplc_loggedin_user_email = '';
473
+ }
 
 
 
 
 
 
 
 
474
 
475
+ if (isset($wplc_settings['wplc_require_user_info']) && $wplc_settings['wplc_require_user_info'] == 1) {
476
+ $wplc_ask_user_details = 1;
477
+ } else {
478
+ $wplc_ask_user_details = 0;
479
+ }
480
 
481
+ if ($wplc_ask_user_details == 1) {
482
+ //Ask the user to enter name and email
483
+ ?>
484
+ <input type="text" name="wplc_name" id="wplc_name" value="<?php echo $wplc_loggedin_user_name; ?>" placeholder="<?php _e("Name", "wplivechat"); ?>" />
485
+ <input type="text" name="wplc_email" id="wplc_email" wplc_hide="0" value="<?php echo $wplc_loggedin_user_email; ?>" placeholder="<?php _e("Email", "wplivechat"); ?>" />
486
+ <?php
487
+ } else {
488
+ //Dont ask the user
489
+ echo '<div style="padding: 7px; text-align: center;">';
490
+ if (isset($wplc_settings['wplc_user_alternative_text'])) {
491
+ echo stripslashes($wplc_settings['wplc_user_alternative_text']);
492
+ }
493
+ echo '</div>';
494
 
495
+ $wplc_random_user_number = rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9) . rand(0, 9);
496
+ //$wplc_loggedin_user_email = $wplc_random_user_number."@".$wplc_random_user_number.".com";
497
+ ?>
498
+ <input type="hidden" name="wplc_name" id="wplc_name" value="<?php if ($wplc_loggedin_user_name != '') { echo $wplc_loggedin_user_name; } else { echo 'user' . $wplc_random_user_number; } ?>" />
499
+ <input type="hidden" name="wplc_email" id="wplc_email" wplc_hide="1" value="<?php if ($wplc_loggedin_user_email != '' && $wplc_loggedin_user_email != null) { echo $wplc_loggedin_user_email; } else { echo $wplc_random_user_number . '@' . $wplc_random_user_number . '.com'; } ?>" />
500
+ <?php
501
+ }
502
+ ?>
503
+ <input id="wplc_start_chat_btn" type="button" value="<?php _e("Start Chat", "wplivechat"); ?>" style="background-color: <?php echo $wplc_settings_fill; ?> !important; color: <?php echo $wplc_settings_font; ?> !important;"/>
504
+ </div>
505
+ <div id="wp-live-chat-3" style="display:none;">
506
+ <p><?php _e("Connecting you to a sales person. Please be patient.", "wplivechat") ?></p>
507
+ </div>
508
+ <div id="wp-live-chat-react" style="display:none;">
509
+ <p><?php _e("Reactivating your previous chat...", "wplivechat") ?></p>
510
+ </div>
511
+ <div id="wp-live-chat-4" style="display:none;">
512
+ <div id="wplc_sound_update" style='height:0; width:0; display:none; border:0;'></div>
513
+ <div id="wplc_chatbox"></div>
514
+ <p style="text-align:center; font-size:11px;"><?php _e("Press ENTER to send your message", "wplivechat") ?></p>
515
+ <p>
516
+ <input type="text" name="wplc_chatmsg" id="wplc_chatmsg" value="" />
517
+ <input type="hidden" name="wplc_cid" id="wplc_cid" value="" />
518
+ <input id="wplc_send_msg" type="button" value="<?php _e("Send", "wplivechat"); ?>" style="display:none;" />
519
+ </p>
520
+ </div>
521
+ </div>
522
+ <?php } ?>
523
+ </div>
524
+ <?php
525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
526
  }
527
 
528
  function wplc_display_box() {
529
+ if(function_exists('wplc_display_chat_contents')){
530
+ $display_contents = wplc_display_chat_contents();
531
+ } else {
532
+ $display_contents = 1;
533
  }
534
 
535
+ if(function_exists('wplc_is_user_banned')){
536
+ $user_banned = wplc_is_user_banned();
537
+ } else {
538
+ $user_banned = 0;
 
 
 
539
  }
540
+ if($display_contents >= 1 && $user_banned == 0){
541
+ $wplc_is_admin_logged_in = get_transient("wplc_is_admin_logged_in");
542
+ if ($wplc_is_admin_logged_in != 1) {
543
+ echo "<!-- wplc a-n-c -->";
544
+ }
545
 
546
+ /* do not show if pro is outdated */
547
+ global $wplc_pro_version;
548
+ if (isset($wplc_pro_version)) {
549
+ $float_version = floatval($wplc_pro_version);
550
+ if ($float_version < 4 || $wplc_pro_version == "4.1.0" || $wplc_pro_version == "4.1.1") {
551
+ return;
552
+ }
553
+ }
554
+
555
+ if (function_exists("wplc_register_pro_version")) {
556
+ $wplc_settings = get_option("WPLC_SETTINGS");
557
+ if (!class_exists('Mobile_Detect')) {
558
+ require_once (plugin_dir_path(__FILE__) . 'includes/Mobile_Detect.php');
559
+ }
560
+ $wplc_detect_device = new Mobile_Detect;
561
+ $wplc_is_mobile = $wplc_detect_device->isMobile();
562
+ if ($wplc_is_mobile && !isset($wplc_settings['wplc_enabled_on_mobile']) && $wplc_settings['wplc_enabled_on_mobile'] != 1) {
563
+ return;
564
+ }
565
+ if(function_exists('wplc_hide_chat_when_offline')){
566
+ $wplc_hide_chat = wplc_hide_chat_when_offline();
567
+ if(!$wplc_hide_chat){
568
+ wplc_pro_draw_user_box();
569
+ }
570
+ } else {
571
+ wplc_pro_draw_user_box();
572
+ }
573
+ } else {
574
+ wplc_draw_user_box();
575
+ }
576
  }
577
  }
578
 
1331
  }
1332
 
1333
  function wplc_add_user_stylesheet() {
1334
+ if(function_exists('wplc_display_chat_contents')){
1335
+ $show_chat_contents = wplc_display_chat_contents();
1336
+ } else {
1337
+ $show_chat_contents = 1;
1338
+ }
1339
+ if($show_chat_contents >= 1){
1340
+ wp_register_style('wplc-font-awesome', plugins_url('/css/font-awesome.min.css', __FILE__));
1341
+ wp_enqueue_style('wplc-font-awesome');
1342
+ wp_register_style('wplc-style', plugins_url('/css/wplcstyle.css', __FILE__));
1343
+ wp_enqueue_style('wplc-style');
1344
+ }
1345
  }
1346
 
1347
  function wplc_add_admin_stylesheet() {
1353
  wp_register_style('wplc-font-awesome', plugins_url('/css/font-awesome.min.css', __FILE__));
1354
  wp_enqueue_style('wplc-font-awesome');
1355
  }
1356
+ if (isset($_GET['page']) && $_GET['page'] == "wplivechat-menu-support-page") {
1357
+ wp_register_style('fontawesome', plugins_url('css/font-awesome.min.css', __FILE__));
1358
+ wp_enqueue_style('fontawesome');
1359
+ wp_register_style('wplc-support-page-css', plugins_url('css/support-css.css', __FILE__));
1360
+ wp_enqueue_style('wplc-support-page-css');
1361
+ }
1362
  }
1363
 
1364
  if (isset($_GET['page']) && $_GET['page'] == 'wplivechat-menu-settings') {
1557
  }
1558
  }
1559
 
1560
+ function wplc_support_menu() {
1561
+ ?>
1562
+ <h1><?php _e("WP Live Chat Support","wplivechat"); ?></h1>
1563
+ <div class="wplc_row">
1564
+ <div class='wplc_row_col' style='background-color:#FFF;'>
1565
+ <h2><i class="fa fa-book fa-2x"></i> <?php _e("Documentation","wplivechat"); ?></h2>
1566
+ <hr />
1567
+ <p><?php _e("Getting started? Read through some of these articles to help you along your way.","wplivechat"); ?></p>
1568
+ <p><strong><?php _e("Documentation:","wplivechat"); ?></strong></p>
1569
+ <ul>
1570
+ <li><a href='http://wp-livechat.com/documentation/installing-the-wp-live-chat-support-pro-add-on/' target='_BLANK' title='<?php _e("Installing the WP Live Chat Support Pro add-on","wplivechat"); ?>'><?php _e("Installing the WP Live Chat Support Pro add-on","wplivechat"); ?></a></li>
1571
+ <li><a href='http://wp-livechat.com/documentation/running-the-wp-live-chat-support-plugin-for-the-first-time/' target='_BLANK' title='<?php _e("Running the WP Live Chat Support plugin for the first time (Pro)","wplivechat"); ?>'><?php _e("Running the WP Live Chat Support plugin for the first time (Pro)","wplivechat"); ?></a></li>
1572
+ <li><a href='http://wp-livechat.com/upgrading-your-licence/' target='_BLANK' title='<?php _e("Upgrading your licence (Pro)","wplivechat"); ?>'><?php _e("Upgrading your licence (Pro)","wplivechat"); ?></a></li>
1573
+ <li><a href='http://wp-livechat.com/documentation/minimum-system-requirements/' target='_BLANK' title='<?php _e("Minimum System Requirements","wplivechat"); ?>'><?php _e("Minimum System Requirements","wplivechat"); ?></a></li>
1574
+ </ul>
1575
+ <p><strong><?php _e("FAQ's:","wplivechat"); ?></strong></p>
1576
+ <ul>
1577
+ <li><a href='http://wp-livechat.com/documentation/how-do-i-check-for-javascript-errors-on-my-site/' target='_BLANK' title='<?php _e("How do I check for JavaScript errors on my site?","wplivechat"); ?>'><?php _e("How do I check for JavaScript errors on my site?","wplivechat"); ?></a></li>
1578
+ <li><a href='http://wp-livechat.com/documentation/what-are-quick-responses/' target='_BLANK' title='<?php _e("What are Quick Responses?","wplivechat"); ?>'><?php _e("What are Quick Responses?","wplivechat"); ?></a></li>
1579
+ <li><a href='http://wp-livechat.com/documentation/troubleshooting/is-this-plugin-multi-site-friendly/' target='_BLANK' title='<?php _e("Can I use this plugin on my multi-site?","wplivechat"); ?>'><?php _e("Can I use this plugin on my multi-site?","wplivechat"); ?></a></li>
1580
+ <li><a href='http://wp-livechat.com/documentation/how-do-i-disable-apc-object-cache/' target='_BLANK' title='<?php _e("How do I disable APC Object Cache?","wplivechat"); ?>'><?php _e("How do I disable APC Object Cache?","wplivechat"); ?></a></li>
1581
+ <li><a href='http://wp-livechat.com/documentation/do-you-have-a-mobile-app/' target='_BLANK' title='<?php _e("Do you have a mobile app?","wplivechat"); ?>'><?php _e("Do you have a mobile app?","wplivechat"); ?></a></li>
1582
+ <li><a href='http://wp-livechat.com/documentation/do-i-have-to-be-logged-into-the-dashboard-to-chat-with-visitors/' target='_BLANK' title='<?php _e("Do I have to be logged into the dashboard to chat with visitors?","wplivechat"); ?>'><?php _e("Do I have to be logged into the dashboard to chat with visitors?","wplivechat"); ?></a></li>
1583
+ </ul>
1584
+ </div>
1585
+ <div class='wplc_row_col' style='background-color:#FFF;'>
1586
+ <h2><i class="fa fa-exclamation-circle fa-2x"></i> <?php _e("Troubleshooting","wplivechat"); ?></h2>
1587
+ <hr />
1588
+ <p><?php _e("WP Live Chat Support Pro has a diverse and wide range of features which may, from time to time, run into conflicts with the thousands of themes and other plugins on the market.", "wplivechat"); ?></p>
1589
+ <p><strong><?php _e("Common issues:","wplivechat"); ?></strong></p>
1590
+ <ul>
1591
+ <li><a href='http://wp-livechat.com/documentation/troubleshooting/the-chat-box-doesnt-show-up/' target='_BLANK' title='<?php _e("The chat box doesnt show up","wplivechat"); ?>'><?php _e("The chat box doesnt show up","wplivechat"); ?></a></li>
1592
+ <li><a href='http://wp-livechat.com/documentation/the-chat-window-disappears-when-i-logout-or-go-offline/' target='_BLANK' title='<?php _e("The chat window disappears when I logout or go offline","wplivechat"); ?>'><?php _e("The chat window disappears when I logout or go offline","wplivechat"); ?></a></li>
1593
+ <li><a href='http://wp-livechat.com/this-chat-has-already-been-answered-please-close-the-chat-window/' target='_BLANK' title='<?php _e("This chat has already been answered. Please close the chat window","wplivechat"); ?>'><?php _e("This chat has already been answered. Please close the chat window","wplivechat"); ?></a></li>
1594
+ <li><a href='http://wp-livechat.com/messages-only-show-when-i-refresh-the-chat-window/' target='_BLANK' title='<?php _e("Messages only show when I refresh the chat window","wplivechat"); ?>'><?php _e("Messages only show when I refresh the chat window","wplivechat"); ?></a></li>
1595
+ <li><a href='http://wp-livechat.com/documentation/im-not-getting-any-notifications-of-a-new-chat/' target='_BLANK' title='<?php _e("I'm not getting any notifications of a new chat","wplivechat"); ?>'><?php _e("I'm not getting any notifications of a new chat","wplivechat"); ?></a></li>
1596
+ <li><a href='http://wp-livechat.com/the-chat-window-never-goes-offline/' target='_BLANK' title='<?php _e("The chat window never goes offline","wplivechat"); ?>'><?php _e("The chat window never goes offline","wplivechat"); ?></a></li>
1597
+ </ul>
1598
+ </div>
1599
+ <div class='wplc_row_col' style='background-color:#FFF;'>
1600
+ <h2><i class="fa fa-bullhorn fa-2x"></i> <?php _e("Support","wplivechat"); ?></h2>
1601
+ <hr />
1602
+ <p><?php _e("Still need help? Use one of these links below.","wplivechat"); ?></p>
1603
+ <ul>
1604
+ <li><a href='http://wp-livechat.com/forums/forum/support/' target='_BLANK' title='<?php _e("Support forum","wplivechat"); ?>'><?php _e("Support forum","wplivechat"); ?></a></li>
1605
+ <li><a href='http://wp-livechat.com/contact-us/' target='_BLANK' title='<?php _e("Contact us","wplivechat"); ?>'><?php _e("Contact us","wplivechat"); ?></a></li>
1606
+ </ul>
1607
+ </div>
1608
+ </div>
1609
+ <?php
1610
+ }