Version Description
Hello! We've recently acquired this plugin and included tons of new features.
Download this release
Release Info
Developer | quadlayers |
Plugin | WhatsApp Chat WP |
Version | 4.6.9 |
Comparing to | |
See all releases |
Code changes from version 4.6.8 to 4.6.9
- changelog.txt +3 -0
- includes/models/Contact.php +1 -1
- includes/view/backend/pages/modals/contact/panel-contact-chat.php +13 -8
- languages/wp-whatsapp-chat.pot +424 -248
- readme.txt +1 -1
- wp-whatsapp-chat.php +2 -2
changelog.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
= 4.6.8 =
|
2 |
* Fix. wmpl strings fix
|
3 |
|
1 |
+
= 4.6.9 =
|
2 |
+
* Fix. premium compatibility
|
3 |
+
|
4 |
= 4.6.8 =
|
5 |
* Fix. wmpl strings fix
|
6 |
|
includes/models/Contact.php
CHANGED
@@ -23,7 +23,7 @@ class QLWAPP_Contact extends QLWAPP_Model {
|
|
23 |
'firstname' => 'John',
|
24 |
'lastname' => 'Doe',
|
25 |
'label' => esc_html__('Support', 'wp-whatsapp-chat'),
|
26 |
-
'message' => esc_html__('Hello!
|
27 |
'timefrom' => '00:00',
|
28 |
'timeto' => '00:00',
|
29 |
'timezone' => qlwapp_get_current_timezone(),
|
23 |
'firstname' => 'John',
|
24 |
'lastname' => 'Doe',
|
25 |
'label' => esc_html__('Support', 'wp-whatsapp-chat'),
|
26 |
+
'message' => esc_html__('Hello!', 'wp-whatsapp-chat'),
|
27 |
'timefrom' => '00:00',
|
28 |
'timeto' => '00:00',
|
29 |
'timezone' => qlwapp_get_current_timezone(),
|
includes/view/backend/pages/modals/contact/panel-contact-chat.php
CHANGED
@@ -1,16 +1,21 @@
|
|
1 |
<div class="options_group qlwapp-premium-field">
|
2 |
<p class="form-field">
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
9 |
</p>
|
10 |
</div>
|
11 |
<div class="options_group qlwapp-premium-field">
|
12 |
<p class="form-field">
|
13 |
-
<label><?php esc_html_e('
|
14 |
-
<
|
|
|
|
|
|
|
|
|
15 |
</p>
|
16 |
</div>
|
1 |
<div class="options_group qlwapp-premium-field">
|
2 |
<p class="form-field">
|
3 |
+
<label><?php esc_html_e('Message', 'wp-whatsapp-chat'); ?></label>
|
4 |
+
<textarea style="width:100%" name="message">{{ _.escapeHtml(data.message)}}</textarea>
|
5 |
+
<# if(data.chat == false) { #>
|
6 |
+
<span class="description"><small><?php esc_html_e('First message sent to the user in the chat box.', 'wp-whatsapp-chat'); ?></small></span>
|
7 |
+
<# } else { #>
|
8 |
+
<span class="description"><small><?php esc_html_e('Default message sent to the contact number.', 'wp-whatsapp-chat'); ?></small></span>
|
9 |
+
<# } #>
|
10 |
</p>
|
11 |
</div>
|
12 |
<div class="options_group qlwapp-premium-field">
|
13 |
<p class="form-field">
|
14 |
+
<label><?php esc_html_e('Chat', 'wp-whatsapp-chat'); ?></label>
|
15 |
+
<input type="radio" class="media-modal-change media-modal-subview" name="chat" value="1" <# if(data.chat) {#> checked <#}#> />
|
16 |
+
<label><?php esc_html_e('Enabled', 'wp-whatsapp-chat'); ?></label>
|
17 |
+
<input type="radio" class="media-modal-change media-modal-subview" name="chat" value="0" <# if(data.chat==false) {#> checked <#}#> />
|
18 |
+
<label><?php esc_html_e('Disabled', 'wp-whatsapp-chat'); ?></label>
|
19 |
+
<span style="float: right;" class="description hidden"><small><?php esc_html_e('This is a premium feature', 'wp-whatsapp-chat'); ?></small></span>
|
20 |
</p>
|
21 |
</div>
|
languages/wp-whatsapp-chat.pot
CHANGED
@@ -2,554 +2,730 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WP Social Chat\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2019-08-09 07:46-0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \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
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: wp-whatsapp-chat.php\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
-
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;
|
18 |
-
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
21 |
|
22 |
-
#: includes/
|
23 |
-
|
24 |
-
msgid "Hello! I'm testing the %s plugin @https://quadlayers.com"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: includes/
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
msgid "Write a response"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
msgid "Support"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/
|
40 |
-
msgid "Hello!
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: includes/
|
44 |
-
msgid "
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: includes/
|
48 |
-
|
|
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: includes/
|
52 |
-
|
|
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: includes/
|
56 |
-
|
|
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: includes/
|
60 |
-
|
|
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: includes/
|
64 |
-
|
|
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: includes/
|
68 |
-
|
|
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: includes/
|
72 |
-
msgid "
|
|
|
|
|
|
|
|
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: includes/
|
76 |
-
msgid "
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: includes/
|
80 |
-
msgid "
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: includes/
|
84 |
-
|
85 |
-
#: includes/pages/colors.php:36 includes/pages/colors.php:43
|
86 |
-
#: includes/pages/display.php:72
|
87 |
-
msgid "This is a premium feature"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: includes/pages/box.php:
|
91 |
-
msgid "
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: includes/
|
95 |
-
|
96 |
-
msgid "Phone"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: includes/
|
100 |
-
msgid "
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: includes/
|
104 |
-
|
105 |
-
msgid "Label"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: includes/
|
109 |
-
|
110 |
-
msgid "Message"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: includes/pages/box.php:
|
114 |
-
msgid "
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: includes/pages/box.php:
|
118 |
-
msgid "
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: includes/pages/
|
122 |
-
|
|
|
|
|
|
|
|
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: includes/pages/
|
126 |
-
|
|
|
|
|
|
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: includes/pages/button.php:
|
|
|
|
|
|
|
|
|
130 |
msgid "Bubble"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: includes/pages/button.php:
|
134 |
msgid "Switch to change the button layout."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: includes/pages/button.php:
|
138 |
msgid "Rounded"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: includes/pages/button.php:
|
142 |
msgid "Add rounded border"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: includes/pages/button.php:
|
146 |
msgid "Remove rounded border"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: includes/pages/button.php:
|
150 |
msgid "Add rounded border to the button."
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: includes/pages/button.php:
|
154 |
msgid "Position"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: includes/pages/button.php:
|
158 |
msgid "Middle Left"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: includes/pages/button.php:
|
162 |
msgid "Middle Right"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: includes/pages/button.php:
|
166 |
msgid "Bottom Left"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: includes/pages/button.php:
|
170 |
msgid "Bottom Right"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: includes/pages/button.php:
|
174 |
msgid "Switch to change the button position."
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: includes/pages/button.php:
|
178 |
msgid "Icon"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: includes/pages/button.php:
|
182 |
msgid "Add Icon"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: includes/pages/button.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
msgid "Discreet link"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: includes/pages/button.php:
|
190 |
msgid "Show developer link"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: includes/pages/button.php:
|
194 |
msgid "Hide developer link"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: includes/pages/button.php:
|
198 |
msgid ""
|
199 |
"Leave a discrete link to developer to help and keep new updates and support."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: includes/pages/button.php:
|
203 |
msgid "Text"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: includes/pages/button.php:
|
207 |
msgid "Customize your text."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: includes/pages/button.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
msgid "Full phone number in international format."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: includes/pages/button.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
msgid "Schedule"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: includes/pages/button.php:
|
219 |
msgid "From"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: includes/pages/button.php:
|
|
|
223 |
msgid "To"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: includes/pages/button.php:
|
227 |
-
|
|
|
|
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: includes/pages/
|
231 |
-
msgid "
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: includes/pages/
|
235 |
-
msgid "
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: includes/pages/
|
239 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: includes/pages/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
msgid "Devices"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: includes/pages/display.php:
|
247 |
msgid "Show in all devices"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: includes/pages/display.php:
|
251 |
msgid "Show in mobile devices"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: includes/pages/display.php:
|
255 |
msgid "Show in desktop devices"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: includes/pages/display.php:
|
259 |
msgid "Hide in all devices"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: includes/pages/display.php:
|
|
|
263 |
msgid "Target"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: includes/
|
267 |
-
#: includes/pages/display.php:97 includes/settings.php:35
|
268 |
-
msgid "Exclude from all"
|
269 |
-
msgstr ""
|
270 |
-
|
271 |
-
#: includes/pages/display.php:22
|
272 |
msgid "Home"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: includes/pages/display.php:
|
276 |
msgid "Blog"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: includes/pages/display.php:
|
280 |
msgid "Search"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: includes/pages/display.php:
|
|
|
284 |
msgid "If you select an option all the other will be excluded"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: includes/pages/display.php:
|
288 |
#, php-format
|
289 |
msgid "Select for %s…"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: includes/pages/
|
293 |
-
msgid "
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: includes/pages/
|
297 |
-
|
298 |
-
msgid "Premium"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: includes/pages/
|
302 |
-
|
303 |
-
msgid ""
|
304 |
-
"Unlock the power of our premium %s plugin which allows you to include "
|
305 |
-
"unlimited agent accounts with their names and labels inside the box to "
|
306 |
-
"provide direct contact to the different support areas of your site."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: includes/pages/
|
310 |
-
msgid "
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: includes/pages/
|
314 |
-
msgid "
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: includes/pages/
|
318 |
-
msgid "
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: includes/pages/
|
322 |
-
|
323 |
-
msgid ""
|
324 |
-
"%s allows you to include unlimited agent accounts with their names and "
|
325 |
-
"labels inside the box to provide direct contact to the different support "
|
326 |
-
"areas of your site."
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: includes/pages/
|
330 |
-
msgid "
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: includes/pages/
|
334 |
-
msgid ""
|
335 |
-
"Customize the colors to match your site theme through the WordPress live "
|
336 |
-
"customizer interface."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: includes/pages/
|
340 |
-
msgid "
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: includes/pages/
|
344 |
-
msgid ""
|
345 |
-
"Our plugin allows you to select between more than forty icons to include in "
|
346 |
-
"your Whatsapp button."
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: includes/pages/
|
350 |
-
msgid "
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: includes/pages/
|
354 |
-
msgid ""
|
355 |
-
"WhatsApp chat for WordPress allows you to include a chatbox for each agent "
|
356 |
-
"where your users can type their first message."
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: includes/pages/
|
360 |
-
msgid "
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: includes/pages/
|
364 |
-
msgid ""
|
365 |
-
"Allow you to set a custom message for each agent that will be displayed on "
|
366 |
-
"the chatbox."
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: includes/pages/
|
370 |
-
msgid "
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: includes/pages/
|
374 |
-
msgid ""
|
375 |
-
"You can choose the predefined user message that will be sent to the agent "
|
376 |
-
"phone number."
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: includes/pages/
|
380 |
-
msgid "
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: includes/pages/
|
384 |
-
|
385 |
-
|
386 |
-
"phone number."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: includes/pages/
|
390 |
-
msgid ""
|
391 |
-
"Hello we're QuadLayers! We've recently acquired this plugin and this is the "
|
392 |
-
"first update. We have worked very much and very hard to release it, and we "
|
393 |
-
"will do our absolute best to support it and fix all the issues."
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: includes/pages/
|
397 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: includes/pages/
|
401 |
#, php-format
|
402 |
msgid ""
|
403 |
-
"
|
404 |
-
"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: includes/pages/
|
408 |
-
msgid "
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: includes/pages/
|
|
|
412 |
msgid "Demo"
|
413 |
msgstr ""
|
414 |
|
415 |
-
|
|
|
|
|
|
|
|
|
|
|
416 |
#, php-format
|
417 |
msgid ""
|
418 |
-
"
|
419 |
-
"
|
|
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: includes/pages/
|
423 |
-
msgid "
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: includes/pages/
|
427 |
-
|
428 |
-
msgid ""
|
429 |
-
"If you have any doubt or you find any issue don't hesitate to contact us "
|
430 |
-
"through our ticket system or join our community to meet other %s users."
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: includes/pages/
|
434 |
-
msgid "
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: includes/
|
438 |
-
|
|
|
|
|
|
|
|
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: includes/
|
442 |
-
msgid "
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: includes/
|
446 |
-
msgid "
|
|
|
|
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: includes/
|
450 |
-
msgid "
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: includes/
|
454 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: includes/
|
458 |
#, php-format
|
459 |
msgid ""
|
460 |
-
"
|
461 |
-
"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: includes/
|
465 |
-
msgid "
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: includes/
|
469 |
-
msgid "
|
|
|
|
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: includes/
|
473 |
-
msgid "
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: includes/
|
477 |
-
msgid "
|
|
|
|
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: includes/
|
481 |
-
msgid "
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: includes/
|
485 |
-
msgid "
|
|
|
|
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: includes/
|
489 |
-
msgid "
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: includes/
|
493 |
-
msgid "
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: includes/
|
497 |
-
msgid "
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: includes/
|
501 |
-
msgid "
|
|
|
|
|
|
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: includes/
|
505 |
-
msgid "
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: includes/
|
509 |
-
|
|
|
|
|
|
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: includes/
|
513 |
-
msgid "
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: includes/
|
517 |
#, php-format
|
518 |
-
msgid "Hello! Thank you for choosing the %s plugin!"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: includes/settings.php:381
|
522 |
msgid ""
|
523 |
-
"
|
524 |
-
"
|
525 |
-
"product. Your feedback will boost our motivation and help us promote and "
|
526 |
-
"continue to improve this product."
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: includes/
|
530 |
-
msgid "
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: includes/
|
534 |
-
|
|
|
|
|
|
|
535 |
msgstr ""
|
536 |
|
537 |
-
#:
|
538 |
-
msgid "
|
539 |
msgstr ""
|
540 |
|
541 |
#. Plugin Name of the plugin/theme
|
542 |
-
#. Author of the plugin/theme
|
543 |
msgid "WP Social Chat"
|
544 |
msgstr ""
|
545 |
|
546 |
#. Plugin URI of the plugin/theme
|
547 |
-
msgid "https://quadlayers.com/portfolio/
|
548 |
msgstr ""
|
549 |
|
550 |
#. Description of the plugin/theme
|
551 |
msgid ""
|
552 |
-
"
|
553 |
"WhatsApp chat with a single click."
|
554 |
msgstr ""
|
555 |
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WP Social Chat\n"
|
5 |
+
"POT-Creation-Date: 2020-07-08 09:53-0300\n"
|
6 |
"PO-Revision-Date: 2019-08-09 07:46-0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \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 2.3.1\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: wp-whatsapp-chat.php\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;"
|
18 |
+
"_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
21 |
|
22 |
+
#: includes/controllers/BoxController.php:12
|
23 |
+
msgid "Box"
|
|
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: includes/controllers/ButtonController.php:12
|
27 |
+
#: includes/view/backend/pages/button.php:9
|
28 |
+
msgid "Button"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: includes/controllers/ContactController.php:12
|
32 |
+
msgid "Contacts"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: includes/controllers/ContactController.php:37
|
36 |
+
#: includes/controllers/ContactController.php:52
|
37 |
+
#: includes/controllers/DisplayController.php:54 includes/settings.php:99
|
38 |
+
#: includes/view/backend/pages/display.php:30
|
39 |
+
#: includes/view/backend/pages/display.php:54
|
40 |
+
#: includes/view/backend/pages/display.php:107
|
41 |
+
msgid "All"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: includes/controllers/DisplayController.php:12
|
45 |
+
msgid "Display"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: includes/controllers/PremiumController.php:8 includes/notices.php:85
|
49 |
+
#: includes/view/backend/pages/modals/contact/panel-info.php:23
|
50 |
+
#: includes/view/backend/pages/premium.php:5
|
51 |
+
#: includes/view/backend/pages/premium.php:34
|
52 |
+
msgid "Premium"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: includes/controllers/QLWAPP_Controller.php:14
|
56 |
+
msgid "Please, reload page"
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: includes/controllers/QLWAPP_Controller.php:18
|
60 |
+
msgid "Access denied"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/controllers/SchemeController.php:13
|
64 |
+
msgid "Colors"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: includes/controllers/SuggestionsController.php:8
|
68 |
+
msgid "Suggestions"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: includes/controllers/WelcomeController.php:10
|
72 |
+
msgid "Welcome"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: includes/models/Box.php:14
|
76 |
msgid "Write a response"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: includes/models/Button.php:14
|
80 |
+
msgid "How can I help you?"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: includes/models/Button.php:15
|
84 |
+
#, php-format
|
85 |
+
msgid "Hello! I'm testing the %s plugin @https://quadlayers.com"
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: includes/models/Contact.php:25 includes/view/backend/pages/welcome.php:26
|
89 |
msgid "Support"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: includes/models/Contact.php:26
|
93 |
+
msgid "Hello!"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: includes/models/Suggestions.php:110
|
97 |
+
msgid "Search Results"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: includes/models/Suggestions.php:113
|
101 |
+
msgctxt "Plugin Installer"
|
102 |
+
msgid "Beta Testing"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: includes/models/Suggestions.php:115
|
106 |
+
msgctxt "Plugin Installer"
|
107 |
+
msgid "Featured"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: includes/models/Suggestions.php:116
|
111 |
+
msgctxt "Plugin Installer"
|
112 |
+
msgid "Popular"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: includes/models/Suggestions.php:117
|
116 |
+
msgctxt "Plugin Installer"
|
117 |
+
msgid "Recommended"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/models/Suggestions.php:118
|
121 |
+
msgctxt "Plugin Installer"
|
122 |
+
msgid "Favorites"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: includes/notices.php:46
|
126 |
+
#, php-format
|
127 |
+
msgid "Hello! Thank you for choosing the %s plugin!"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: includes/notices.php:48
|
131 |
+
msgid ""
|
132 |
+
"Could you please give it a 5-star rating on WordPress? We know its a big "
|
133 |
+
"favor, but we've worked very much and very hard to release this great "
|
134 |
+
"product. Your feedback will boost our motivation and help us promote and "
|
135 |
+
"continue to improve this product."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: includes/notices.php:51
|
139 |
+
msgid "Yes, of course!"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: includes/notices.php:54
|
143 |
+
msgid "Report a bug"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: includes/notices.php:86
|
147 |
+
msgid "Settings"
|
|
|
|
|
|
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: includes/view/backend/pages/box.php:6
|
151 |
+
msgid "Disable"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: includes/view/backend/pages/box.php:9
|
155 |
+
msgid "Enable contact box"
|
|
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: includes/view/backend/pages/box.php:10
|
159 |
+
msgid "Disable contact box"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: includes/view/backend/pages/box.php:15
|
163 |
+
msgid "Header"
|
|
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: includes/view/backend/pages/box.php:21
|
167 |
+
msgid "Footer"
|
|
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: includes/view/backend/pages/box.php:28
|
171 |
+
msgid "Response"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: includes/view/backend/pages/box.php:31
|
175 |
+
msgid "Write a response text."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: includes/view/backend/pages/box.php:39
|
179 |
+
#: includes/view/backend/pages/button.php:113
|
180 |
+
#: includes/view/backend/pages/display.php:126
|
181 |
+
#: includes/view/backend/pages/modals/contact/panel-footer.php:3
|
182 |
+
#: includes/view/backend/pages/scheme.php:49
|
183 |
+
msgid "Save"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: includes/view/backend/pages/box.php:41
|
187 |
+
#: includes/view/backend/pages/button.php:115
|
188 |
+
#: includes/view/backend/pages/contacts.php:8
|
189 |
+
#: includes/view/backend/pages/display.php:128
|
190 |
+
#: includes/view/backend/pages/scheme.php:51
|
191 |
+
msgid "Saved successfully!"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: includes/view/backend/pages/button.php:6
|
195 |
+
msgid "Layout"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: includes/view/backend/pages/button.php:10
|
199 |
msgid "Bubble"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: includes/view/backend/pages/button.php:12
|
203 |
msgid "Switch to change the button layout."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: includes/view/backend/pages/button.php:16
|
207 |
msgid "Rounded"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: includes/view/backend/pages/button.php:19
|
211 |
msgid "Add rounded border"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: includes/view/backend/pages/button.php:20
|
215 |
msgid "Remove rounded border"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: includes/view/backend/pages/button.php:22
|
219 |
msgid "Add rounded border to the button."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: includes/view/backend/pages/button.php:26
|
223 |
msgid "Position"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: includes/view/backend/pages/button.php:29
|
227 |
msgid "Middle Left"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: includes/view/backend/pages/button.php:30
|
231 |
msgid "Middle Right"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: includes/view/backend/pages/button.php:31
|
235 |
msgid "Bottom Left"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: includes/view/backend/pages/button.php:32
|
239 |
msgid "Bottom Right"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: includes/view/backend/pages/button.php:34
|
243 |
msgid "Switch to change the button position."
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: includes/view/backend/pages/button.php:38
|
247 |
msgid "Icon"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: includes/view/backend/pages/button.php:41
|
251 |
msgid "Add Icon"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: includes/view/backend/pages/button.php:42
|
255 |
+
#: includes/view/backend/pages/button.php:86
|
256 |
+
#: includes/view/backend/pages/button.php:96
|
257 |
+
#: includes/view/backend/pages/display.php:73
|
258 |
+
#: includes/view/backend/pages/modals/contact/panel-contact-chat.php:19
|
259 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:49
|
260 |
+
#: includes/view/backend/pages/scheme.php:21
|
261 |
+
#: includes/view/backend/pages/scheme.php:28
|
262 |
+
#: includes/view/backend/pages/scheme.php:35
|
263 |
+
#: includes/view/backend/pages/scheme.php:42
|
264 |
+
msgid "This is a premium feature"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: includes/view/backend/pages/button.php:48
|
268 |
msgid "Discreet link"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: includes/view/backend/pages/button.php:51
|
272 |
msgid "Show developer link"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: includes/view/backend/pages/button.php:52
|
276 |
msgid "Hide developer link"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: includes/view/backend/pages/button.php:54
|
280 |
msgid ""
|
281 |
"Leave a discrete link to developer to help and keep new updates and support."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: includes/view/backend/pages/button.php:58
|
285 |
msgid "Text"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: includes/view/backend/pages/button.php:61
|
289 |
msgid "Customize your text."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: includes/view/backend/pages/button.php:65
|
293 |
+
#: includes/view/backend/pages/contacts.php:17
|
294 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:23
|
295 |
+
msgid "Phone"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: includes/view/backend/pages/button.php:68
|
299 |
msgid "Full phone number in international format."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: includes/view/backend/pages/button.php:73
|
303 |
+
#: includes/view/backend/pages/contacts.php:21
|
304 |
+
#: includes/view/backend/pages/modals/contact/panel-contact-chat.php:3
|
305 |
+
#: includes/view/backend/pages/scheme.php:25
|
306 |
+
msgid "Message"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: includes/view/backend/pages/button.php:76
|
310 |
+
msgid "Message that will automatically appear in the text field of a chat."
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: includes/view/backend/pages/button.php:80
|
314 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:39
|
315 |
msgid "Schedule"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: includes/view/backend/pages/button.php:82
|
319 |
msgid "From"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: includes/view/backend/pages/button.php:84
|
323 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:41
|
324 |
msgid "To"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: includes/view/backend/pages/button.php:90
|
328 |
+
#: includes/view/backend/pages/contacts.php:23
|
329 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:56
|
330 |
+
msgid "Timezone"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: includes/view/backend/pages/button.php:95
|
334 |
+
msgid "Hide button if the user is out of the available hours."
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: includes/view/backend/pages/button.php:103
|
338 |
+
msgid "Show the button as read only"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: includes/view/backend/pages/button.php:104
|
342 |
+
msgid "Do not show the button"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: includes/view/backend/pages/contacts.php:4
|
346 |
+
msgid "+ Contact"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: includes/view/backend/pages/contacts.php:5
|
350 |
+
msgid "Save reorder"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: includes/view/backend/pages/contacts.php:15
|
354 |
+
msgid "Order"
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: includes/view/backend/pages/contacts.php:16
|
358 |
+
msgid "Avatar"
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: includes/view/backend/pages/contacts.php:18
|
362 |
+
#: includes/view/backend/pages/scheme.php:39
|
363 |
+
msgid "Name"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: includes/view/backend/pages/contacts.php:19
|
367 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:30
|
368 |
+
#: includes/view/backend/pages/scheme.php:32
|
369 |
+
msgid "Label"
|
370 |
+
msgstr ""
|
371 |
+
|
372 |
+
#: includes/view/backend/pages/contacts.php:20
|
373 |
+
#: includes/view/backend/pages/modals/contact/panel-contact-chat.php:14
|
374 |
+
msgid "Chat"
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: includes/view/backend/pages/contacts.php:22
|
378 |
+
msgid "Availability"
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: includes/view/backend/pages/contacts.php:24
|
382 |
+
msgid "Actions"
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: includes/view/backend/pages/contacts.php:36
|
386 |
+
msgid "Move up"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: includes/view/backend/pages/contacts.php:37
|
390 |
+
msgid "Move down"
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: includes/view/backend/pages/contacts.php:53
|
394 |
+
#: includes/view/backend/pages/contacts.php:54
|
395 |
+
msgid "Edit checkout field"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: includes/view/backend/pages/contacts.php:53
|
399 |
+
msgid "Edit"
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: includes/view/backend/pages/contacts.php:54
|
403 |
+
msgid "Delete"
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
+
#: includes/view/backend/pages/display.php:6
|
407 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:4
|
408 |
msgid "Devices"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: includes/view/backend/pages/display.php:9
|
412 |
msgid "Show in all devices"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: includes/view/backend/pages/display.php:10
|
416 |
msgid "Show in mobile devices"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: includes/view/backend/pages/display.php:11
|
420 |
msgid "Show in desktop devices"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: includes/view/backend/pages/display.php:12
|
424 |
msgid "Hide in all devices"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: includes/view/backend/pages/display.php:17
|
428 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:15
|
429 |
msgid "Target"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: includes/view/backend/pages/display.php:31
|
|
|
|
|
|
|
|
|
|
|
433 |
msgid "Home"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: includes/view/backend/pages/display.php:32
|
437 |
msgid "Blog"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: includes/view/backend/pages/display.php:33
|
441 |
msgid "Search"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: includes/view/backend/pages/display.php:36
|
445 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:28
|
446 |
msgid "If you select an option all the other will be excluded"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: includes/view/backend/pages/display.php:53
|
450 |
#, php-format
|
451 |
msgid "Select for %s…"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: includes/view/backend/pages/modals/contact/panel-contact-chat.php:6
|
455 |
+
msgid "First message sent to the user in the chat box."
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: includes/view/backend/pages/modals/contact/panel-contact-chat.php:8
|
459 |
+
msgid "Default message sent to the contact number."
|
|
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: includes/view/backend/pages/modals/contact/panel-contact-chat.php:16
|
463 |
+
msgid "Enabled"
|
|
|
|
|
|
|
|
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: includes/view/backend/pages/modals/contact/panel-contact-chat.php:18
|
467 |
+
msgid "Disabled"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:7
|
471 |
+
msgid "Firstname"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:14
|
475 |
+
msgid "Lastname"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:43
|
479 |
+
msgid "Time is over"
|
|
|
|
|
|
|
|
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:46
|
483 |
+
msgid "Show the field as read only"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: includes/view/backend/pages/modals/contact/panel-contact.php:47
|
487 |
+
msgid "Do not show the field"
|
|
|
|
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: includes/view/backend/pages/modals/contact/panel-footer.php:10
|
491 |
+
msgid "Close"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: includes/view/backend/pages/modals/contact/panel-header.php:3
|
495 |
+
msgid "Edit previous media item"
|
|
|
|
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: includes/view/backend/pages/modals/contact/panel-header.php:4
|
499 |
+
msgid "Edit next media item"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: includes/view/backend/pages/modals/contact/panel-header.php:6
|
503 |
+
msgid "Close dialog"
|
|
|
|
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: includes/view/backend/pages/modals/contact/panel-header.php:9
|
507 |
+
msgid "Edit Contact:"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: includes/view/backend/pages/modals/contact/panel-header.php:9
|
511 |
+
msgid "new"
|
|
|
|
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: includes/view/backend/pages/modals/contact/panel-info.php:4
|
515 |
+
msgid "Saved."
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: includes/view/backend/pages/modals/contact/panel-info.php:8
|
519 |
+
msgid "Contact id"
|
|
|
|
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: includes/view/backend/pages/modals/contact/panel-info.php:16
|
523 |
+
msgid "Upload"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: includes/view/backend/pages/modals/contact/panel-info.php:24
|
527 |
+
#: includes/view/backend/pages/parts/header.php:10
|
528 |
+
msgid "Documentation"
|
|
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: includes/view/backend/pages/modals/contact/panel-tabs.php:3
|
532 |
+
msgid "Contact"
|
|
|
|
|
|
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: includes/view/backend/pages/modals/contact/panel-tabs.php:6
|
536 |
+
msgid "Visibility"
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:17
|
540 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:36
|
541 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:53
|
542 |
+
msgid "Include"
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:18
|
546 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:37
|
547 |
+
#: includes/view/backend/pages/modals/contact/panel-visibility.php:54
|
548 |
+
msgid "Exclude"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: includes/view/backend/pages/parts/header.php:5
|
552 |
#, php-format
|
553 |
msgid ""
|
554 |
+
"Thanks for using %s! We will do our best to offer you the best and improved "
|
555 |
+
"communication experience with your users."
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: includes/view/backend/pages/parts/header.php:8
|
559 |
+
msgid "Purchase"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: includes/view/backend/pages/parts/header.php:9
|
563 |
+
#: includes/view/backend/pages/welcome.php:19
|
564 |
msgid "Demo"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#. Author of the plugin/theme
|
568 |
+
#: includes/view/backend/pages/parts/header.php:26
|
569 |
+
msgid "QuadLayers"
|
570 |
+
msgstr ""
|
571 |
+
|
572 |
+
#: includes/view/backend/pages/premium.php:7
|
573 |
#, php-format
|
574 |
msgid ""
|
575 |
+
"Unlock the power of our premium %s plugin which allows you to include "
|
576 |
+
"unlimited agent accounts with their names and labels inside the box to "
|
577 |
+
"provide direct contact to the different support areas of your site."
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: includes/view/backend/pages/premium.php:10
|
581 |
+
msgid "Purchase Now"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: includes/view/backend/pages/premium.php:11
|
585 |
+
msgid "Get Support"
|
|
|
|
|
|
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: includes/view/backend/pages/premium.php:15
|
589 |
+
msgid "Multiple agents"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: includes/view/backend/pages/premium.php:17
|
593 |
+
#, php-format
|
594 |
+
msgid ""
|
595 |
+
"%s allows you to include unlimited agent accounts with their names and "
|
596 |
+
"labels inside the box to provide direct contact to the different support "
|
597 |
+
"areas of your site."
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: includes/view/backend/pages/premium.php:21
|
601 |
+
msgid "Customize colors"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: includes/view/backend/pages/premium.php:23
|
605 |
+
msgid ""
|
606 |
+
"Customize the colors to match your site theme through the WordPress live "
|
607 |
+
"customizer interface."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: includes/view/backend/pages/premium.php:27
|
611 |
+
msgid "Custom icons"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: includes/view/backend/pages/premium.php:29
|
615 |
+
msgid ""
|
616 |
+
"Our plugin allows you to select between more than forty icons to include in "
|
617 |
+
"your Whatsapp button."
|
618 |
+
msgstr ""
|
619 |
+
|
620 |
+
#: includes/view/backend/pages/premium.php:41
|
621 |
+
#: includes/view/backend/pages/premium.php:46
|
622 |
+
msgid "Chatbox interface"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: includes/view/backend/pages/premium.php:48
|
626 |
#, php-format
|
627 |
msgid ""
|
628 |
+
"%s for WordPress allows you to include a chatbox for each agent where your "
|
629 |
+
"users can type their first message."
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: includes/view/backend/pages/premium.php:54
|
633 |
+
msgid "Custom agent message"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: includes/view/backend/pages/premium.php:56
|
637 |
+
msgid ""
|
638 |
+
"Allow you to set a custom message for each agent that will be displayed on "
|
639 |
+
"the chatbox."
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: includes/view/backend/pages/premium.php:60
|
643 |
+
msgid "Custom user message"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: includes/view/backend/pages/premium.php:62
|
647 |
+
msgid ""
|
648 |
+
"You can choose the predefined user message that will be sent to the agent "
|
649 |
+
"phone number."
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: includes/view/backend/pages/premium.php:66
|
653 |
+
msgid "Type user message"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: includes/view/backend/pages/premium.php:68
|
657 |
+
msgid ""
|
658 |
+
"Allow your users to type their own messages before sending it to the agent "
|
659 |
+
"phone number."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: includes/view/backend/pages/scheme.php:6
|
663 |
+
msgid "Background"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: includes/view/backend/pages/scheme.php:12
|
667 |
+
msgid "Color"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: includes/view/backend/pages/scheme.php:18
|
671 |
+
msgid "Link"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: includes/view/backend/pages/welcome.php:7
|
675 |
+
msgid ""
|
676 |
+
"Hello we're QuadLayers! We've recently acquired this plugin and this is the "
|
677 |
+
"first update. We have worked very much and very hard to release it, and we "
|
678 |
+
"will do our absolute best to support it and fix all the issues."
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: includes/view/backend/pages/welcome.php:12
|
682 |
+
msgid "Community"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: includes/view/backend/pages/welcome.php:14
|
686 |
+
#, php-format
|
687 |
+
msgid ""
|
688 |
+
"If you want to get in touch with other %s users or be aware of our "
|
689 |
+
"promotional discounts join our community now."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: includes/view/backend/pages/welcome.php:16
|
693 |
+
msgid "Join us"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: includes/view/backend/pages/welcome.php:21
|
697 |
#, php-format
|
|
|
|
|
|
|
|
|
698 |
msgid ""
|
699 |
+
"Thank you for choosing our %s plugin for WordPress! Here you can see our "
|
700 |
+
"demo and a description about the features we offer in the premium version."
|
|
|
|
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: includes/view/backend/pages/welcome.php:23
|
704 |
+
msgid "View demo"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: includes/view/backend/pages/welcome.php:28
|
708 |
+
#, php-format
|
709 |
+
msgid ""
|
710 |
+
"If you have any doubt or you find any issue don't hesitate to contact us "
|
711 |
+
"through our ticket system or join our community to meet other %s users."
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: includes/view/backend/pages/welcome.php:30
|
715 |
+
msgid "Submit ticket"
|
716 |
msgstr ""
|
717 |
|
718 |
#. Plugin Name of the plugin/theme
|
|
|
719 |
msgid "WP Social Chat"
|
720 |
msgstr ""
|
721 |
|
722 |
#. Plugin URI of the plugin/theme
|
723 |
+
msgid "https://quadlayers.com/portfolio/whatsapp-chat/"
|
724 |
msgstr ""
|
725 |
|
726 |
#. Description of the plugin/theme
|
727 |
msgid ""
|
728 |
+
"Social Chat allows your visitors to contact you or your team through "
|
729 |
"WhatsApp chat with a single click."
|
730 |
msgstr ""
|
731 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://quadlayers.com/portfolio/whatsapp-chat/
|
|
4 |
Tags: whatsapp, whatsapp chat, whatsapp business, whatsapp support, click to chat, whatsapp group, directly message whatsapp, floating whatsapp, whatsapp message, help desk
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.4.2
|
7 |
-
Stable tag: 4.6.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
4 |
Tags: whatsapp, whatsapp chat, whatsapp business, whatsapp support, click to chat, whatsapp group, directly message whatsapp, floating whatsapp, whatsapp message, help desk
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.4.2
|
7 |
+
Stable tag: 4.6.9
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
wp-whatsapp-chat.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: WP Social Chat
|
5 |
* Description: Social Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
|
6 |
* Plugin URI: https://quadlayers.com/portfolio/whatsapp-chat/
|
7 |
-
* Version: 4.6.
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
@@ -17,7 +17,7 @@ if (!defined('ABSPATH')) {
|
|
17 |
}
|
18 |
|
19 |
define('QLWAPP_PLUGIN_NAME', 'WP Social Chat');
|
20 |
-
define('QLWAPP_PLUGIN_VERSION', '4.6.
|
21 |
define('QLWAPP_PLUGIN_FILE', __FILE__);
|
22 |
define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
|
23 |
define('QLWAPP_PREFIX', 'qlwapp');
|
4 |
* Plugin Name: WP Social Chat
|
5 |
* Description: Social Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
|
6 |
* Plugin URI: https://quadlayers.com/portfolio/whatsapp-chat/
|
7 |
+
* Version: 4.6.9
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
17 |
}
|
18 |
|
19 |
define('QLWAPP_PLUGIN_NAME', 'WP Social Chat');
|
20 |
+
define('QLWAPP_PLUGIN_VERSION', '4.6.9');
|
21 |
define('QLWAPP_PLUGIN_FILE', __FILE__);
|
22 |
define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
|
23 |
define('QLWAPP_PREFIX', 'qlwapp');
|