Version Description
- Fixed: Minor JS issue in the backend
Download this release
Release Info
Developer | wpclever |
Plugin | WPC Smart Wishlist for WooCommerce |
Version | 4.4.5 |
Comparing to | |
See all releases |
Code changes from version 4.4.4 to 4.4.5
- assets/js/backend.js +4 -4
- languages/woo-smart-wishlist.pot +193 -193
- readme.txt +4 -1
- wpc-smart-wishlist.php +6 -5
assets/js/backend.js
CHANGED
@@ -67,16 +67,16 @@
|
|
67 |
e.preventDefault();
|
68 |
});
|
69 |
|
70 |
-
$(document).on('change', 'select
|
71 |
woosw_button_action();
|
72 |
});
|
73 |
|
74 |
-
$(document).on('change', 'select
|
75 |
woosw_button_icon();
|
76 |
});
|
77 |
|
78 |
function woosw_button_icon() {
|
79 |
-
var button_icon = $('select
|
80 |
|
81 |
if (button_icon !== 'no') {
|
82 |
$('.woosw-show-if-button-icon').show();
|
@@ -86,7 +86,7 @@
|
|
86 |
}
|
87 |
|
88 |
function woosw_button_action() {
|
89 |
-
var action = $('select
|
90 |
|
91 |
$('.woosw_button_action_hide').hide();
|
92 |
$('.woosw_button_action_' + action).show();
|
67 |
e.preventDefault();
|
68 |
});
|
69 |
|
70 |
+
$(document).on('change', 'select.woosw_button_action', function () {
|
71 |
woosw_button_action();
|
72 |
});
|
73 |
|
74 |
+
$(document).on('change', 'select.woosw_button_icon', function () {
|
75 |
woosw_button_icon();
|
76 |
});
|
77 |
|
78 |
function woosw_button_icon() {
|
79 |
+
var button_icon = $('select.woosw_button_icon').val();
|
80 |
|
81 |
if (button_icon !== 'no') {
|
82 |
$('.woosw-show-if-button-icon').show();
|
86 |
}
|
87 |
|
88 |
function woosw_button_action() {
|
89 |
+
var action = $('select.woosw_button_action').val();
|
90 |
|
91 |
$('.woosw_button_action_hide').hide();
|
92 |
$('.woosw_button_action_' + action).show();
|
languages/woo-smart-wishlist.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the WPC Smart Wishlist for WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WPC Smart Wishlist for WooCommerce 4.4.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-smart-wishlist\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-11-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woo-smart-wishlist\n"
|
@@ -37,7 +37,7 @@ msgstr ""
|
|
37 |
#: wpc-smart-wishlist.php:318
|
38 |
#: wpc-smart-wishlist.php:372
|
39 |
#: wpc-smart-wishlist.php:415
|
40 |
-
#: wpc-smart-wishlist.php:
|
41 |
msgid "Please log in to use the Wishlist!"
|
42 |
msgstr ""
|
43 |
|
@@ -45,39 +45,39 @@ msgstr ""
|
|
45 |
#: wpc-smart-wishlist.php:390
|
46 |
#: wpc-smart-wishlist.php:429
|
47 |
#: wpc-smart-wishlist.php:448
|
48 |
-
#: wpc-smart-wishlist.php:
|
49 |
-
#: wpc-smart-wishlist.php:
|
50 |
msgid "There are no products on the Wishlist!"
|
51 |
msgstr ""
|
52 |
|
53 |
#: wpc-smart-wishlist.php:334
|
54 |
-
#: wpc-smart-wishlist.php:
|
55 |
msgid "{name} has been added to Wishlist."
|
56 |
msgstr ""
|
57 |
|
58 |
#: wpc-smart-wishlist.php:336
|
59 |
-
#: wpc-smart-wishlist.php:
|
60 |
msgid "{name} is already in the Wishlist."
|
61 |
msgstr ""
|
62 |
|
63 |
#: wpc-smart-wishlist.php:354
|
64 |
#: wpc-smart-wishlist.php:398
|
65 |
-
#: wpc-smart-wishlist.php:
|
66 |
msgid "Have an error, please try again!"
|
67 |
msgstr ""
|
68 |
|
69 |
#: wpc-smart-wishlist.php:382
|
70 |
-
#: wpc-smart-wishlist.php:
|
71 |
msgid "Product has been removed from the Wishlist."
|
72 |
msgstr ""
|
73 |
|
74 |
#: wpc-smart-wishlist.php:393
|
75 |
-
#: wpc-smart-wishlist.php:
|
76 |
msgid "The product does not exist on the Wishlist!"
|
77 |
msgstr ""
|
78 |
|
79 |
#: wpc-smart-wishlist.php:428
|
80 |
-
#: wpc-smart-wishlist.php:
|
81 |
msgid "All products have been removed from the Wishlist!"
|
82 |
msgstr ""
|
83 |
|
@@ -87,40 +87,40 @@ msgid "Please log in to use Wishlist!"
|
|
87 |
msgstr ""
|
88 |
|
89 |
#: wpc-smart-wishlist.php:506
|
90 |
-
#: wpc-smart-wishlist.php:
|
91 |
-
#: wpc-smart-wishlist.php:
|
92 |
msgid "Add note"
|
93 |
msgstr ""
|
94 |
|
95 |
#: wpc-smart-wishlist.php:654
|
96 |
-
#: wpc-smart-wishlist.php:
|
97 |
-
#: wpc-smart-wishlist.php:
|
98 |
msgid "Browse wishlist"
|
99 |
msgstr ""
|
100 |
|
101 |
#: wpc-smart-wishlist.php:657
|
102 |
-
#: wpc-smart-wishlist.php:
|
103 |
-
#: wpc-smart-wishlist.php:
|
104 |
msgid "Add to wishlist"
|
105 |
msgstr ""
|
106 |
|
107 |
#: wpc-smart-wishlist.php:707
|
108 |
-
#: wpc-smart-wishlist.php:
|
109 |
msgid "Facebook"
|
110 |
msgstr ""
|
111 |
|
112 |
#: wpc-smart-wishlist.php:708
|
113 |
-
#: wpc-smart-wishlist.php:
|
114 |
msgid "Twitter"
|
115 |
msgstr ""
|
116 |
|
117 |
#: wpc-smart-wishlist.php:709
|
118 |
-
#: wpc-smart-wishlist.php:
|
119 |
msgid "Pinterest"
|
120 |
msgstr ""
|
121 |
|
122 |
#: wpc-smart-wishlist.php:710
|
123 |
-
#: wpc-smart-wishlist.php:
|
124 |
msgid "Mail"
|
125 |
msgstr ""
|
126 |
|
@@ -157,17 +157,17 @@ msgid "Settings updated."
|
|
157 |
msgstr ""
|
158 |
|
159 |
#: wpc-smart-wishlist.php:785
|
160 |
-
#: wpc-smart-wishlist.php:
|
161 |
msgid "Settings"
|
162 |
msgstr ""
|
163 |
|
164 |
#: wpc-smart-wishlist.php:789
|
165 |
-
#: wpc-smart-wishlist.php:
|
166 |
msgid "Localization"
|
167 |
msgstr ""
|
168 |
|
169 |
#: wpc-smart-wishlist.php:794
|
170 |
-
#: wpc-smart-wishlist.php:
|
171 |
msgid "Premium Version"
|
172 |
msgstr ""
|
173 |
|
@@ -186,28 +186,28 @@ msgstr ""
|
|
186 |
#: wpc-smart-wishlist.php:840
|
187 |
#: wpc-smart-wishlist.php:849
|
188 |
#: wpc-smart-wishlist.php:869
|
189 |
-
#: wpc-smart-wishlist.php:1097
|
190 |
-
#: wpc-smart-wishlist.php:1131
|
191 |
-
#: wpc-smart-wishlist.php:1146
|
192 |
-
#: wpc-smart-wishlist.php:1185
|
193 |
-
#: wpc-smart-wishlist.php:1195
|
194 |
-
#: wpc-smart-wishlist.php:1223
|
195 |
-
#: wpc-smart-wishlist.php:1233
|
196 |
-
msgid "Yes"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: wpc-smart-wishlist.php:841
|
200 |
-
#: wpc-smart-wishlist.php:850
|
201 |
-
#: wpc-smart-wishlist.php:870
|
202 |
-
#: wpc-smart-wishlist.php:907
|
203 |
#: wpc-smart-wishlist.php:1098
|
204 |
-
#: wpc-smart-wishlist.php:1120
|
205 |
#: wpc-smart-wishlist.php:1132
|
206 |
#: wpc-smart-wishlist.php:1147
|
207 |
#: wpc-smart-wishlist.php:1186
|
208 |
#: wpc-smart-wishlist.php:1196
|
209 |
#: wpc-smart-wishlist.php:1224
|
210 |
#: wpc-smart-wishlist.php:1234
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
msgid "No"
|
212 |
msgstr ""
|
213 |
|
@@ -220,7 +220,7 @@ msgid "Auto remove product from the wishlist after adding to the cart."
|
|
220 |
msgstr ""
|
221 |
|
222 |
#: wpc-smart-wishlist.php:857
|
223 |
-
#: wpc-smart-wishlist.php:
|
224 |
msgid "Multiple Wishlist"
|
225 |
msgstr ""
|
226 |
|
@@ -254,7 +254,7 @@ msgid "Link"
|
|
254 |
msgstr ""
|
255 |
|
256 |
#: wpc-smart-wishlist.php:901
|
257 |
-
#: wpc-smart-wishlist.php:
|
258 |
msgid "Use icon"
|
259 |
msgstr ""
|
260 |
|
@@ -283,490 +283,490 @@ msgid "Loading icon"
|
|
283 |
msgstr ""
|
284 |
|
285 |
#: wpc-smart-wishlist.php:945
|
286 |
-
#: wpc-smart-wishlist.php:
|
287 |
msgid "Action"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: wpc-smart-wishlist.php:
|
291 |
msgid "Show message"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: wpc-smart-wishlist.php:
|
295 |
-
#: wpc-smart-wishlist.php:
|
296 |
-
#: wpc-smart-wishlist.php:
|
297 |
msgid "Open wishlist popup"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: wpc-smart-wishlist.php:
|
301 |
msgid "Add to wishlist solely"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: wpc-smart-wishlist.php:
|
305 |
msgid "Action triggered by clicking on the wishlist button."
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: wpc-smart-wishlist.php:
|
309 |
msgid "Message position"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: wpc-smart-wishlist.php:
|
313 |
msgid "right-top"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: wpc-smart-wishlist.php:
|
317 |
msgid "right-bottom"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: wpc-smart-wishlist.php:
|
321 |
msgid "center-top"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: wpc-smart-wishlist.php:
|
325 |
msgid "center-bottom"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: wpc-smart-wishlist.php:
|
329 |
msgid "left-top"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: wpc-smart-wishlist.php:
|
333 |
msgid "left-bottom"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: wpc-smart-wishlist.php:
|
337 |
msgid "Action (added)"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: wpc-smart-wishlist.php:
|
341 |
-
#: wpc-smart-wishlist.php:
|
342 |
-
#: wpc-smart-wishlist.php:
|
343 |
-
#: wpc-smart-wishlist.php:
|
344 |
-
#: wpc-smart-wishlist.php:
|
345 |
msgid "Open wishlist page"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: wpc-smart-wishlist.php:
|
349 |
msgid "Action triggered by clicking on the wishlist button after adding an item to the wishlist."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: wpc-smart-wishlist.php:
|
353 |
msgid "Extra class (optional)"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: wpc-smart-wishlist.php:
|
357 |
msgid "Add extra class for action button/link, split by one space."
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: wpc-smart-wishlist.php:
|
361 |
msgid "Position on archive page"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: wpc-smart-wishlist.php:993
|
365 |
-
#: wpc-smart-wishlist.php:1020
|
366 |
-
msgid "Under title"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
#: wpc-smart-wishlist.php:994
|
370 |
#: wpc-smart-wishlist.php:1021
|
371 |
-
msgid "Under
|
372 |
msgstr ""
|
373 |
|
374 |
#: wpc-smart-wishlist.php:995
|
375 |
-
|
|
|
376 |
msgstr ""
|
377 |
|
378 |
#: wpc-smart-wishlist.php:996
|
379 |
-
|
380 |
-
msgid "Above add to cart button"
|
381 |
msgstr ""
|
382 |
|
383 |
#: wpc-smart-wishlist.php:997
|
384 |
#: wpc-smart-wishlist.php:1024
|
385 |
-
msgid "
|
386 |
msgstr ""
|
387 |
|
388 |
#: wpc-smart-wishlist.php:998
|
389 |
-
#: wpc-smart-wishlist.php:
|
|
|
|
|
|
|
|
|
|
|
390 |
msgid "None (hide it)"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: wpc-smart-wishlist.php:
|
394 |
msgid "Position on single page"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: wpc-smart-wishlist.php:
|
398 |
msgid "Under excerpt"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: wpc-smart-wishlist.php:
|
402 |
msgid "Under meta"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: wpc-smart-wishlist.php:
|
406 |
msgid "Under sharing"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: wpc-smart-wishlist.php:
|
410 |
msgid "Shortcode"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: wpc-smart-wishlist.php:
|
414 |
msgid "You can add a button manually by using the shortcode %s, eg. %s for the product whose ID is 99."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: wpc-smart-wishlist.php:
|
418 |
msgid "Categories"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: wpc-smart-wishlist.php:
|
422 |
msgid "All categories"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: wpc-smart-wishlist.php:
|
426 |
msgid "Only show the wishlist button for products in selected categories."
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: wpc-smart-wishlist.php:
|
430 |
msgid "Popup"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: wpc-smart-wishlist.php:
|
434 |
msgid "Settings for the wishlist popup."
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: wpc-smart-wishlist.php:
|
438 |
msgid "Position"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: wpc-smart-wishlist.php:
|
442 |
msgid "Center"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: wpc-smart-wishlist.php:
|
446 |
msgid "Right"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: wpc-smart-wishlist.php:
|
450 |
msgid "Left"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: wpc-smart-wishlist.php:
|
454 |
msgid "Use perfect-scrollbar"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: wpc-smart-wishlist.php:
|
458 |
msgid "Read more about %s"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: wpc-smart-wishlist.php:
|
462 |
msgid "Color"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: wpc-smart-wishlist.php:
|
466 |
msgid "Choose the color, default %s"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: wpc-smart-wishlist.php:
|
470 |
msgid "Link to individual product"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: wpc-smart-wishlist.php:
|
474 |
msgid "Yes, open in the same tab"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: wpc-smart-wishlist.php:
|
478 |
msgid "Yes, open in the new tab"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: wpc-smart-wishlist.php:
|
482 |
msgid "Yes, open quick view popup"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: wpc-smart-wishlist.php:
|
486 |
msgid "Show note"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: wpc-smart-wishlist.php:
|
490 |
msgid "Show note on each product for all visitors. Only wishlist owner can add/edit these notes."
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: wpc-smart-wishlist.php:
|
494 |
-
#: wpc-smart-wishlist.php:
|
495 |
msgid "Empty wishlist button"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: wpc-smart-wishlist.php:
|
499 |
msgid "Show empty wishlist button on the popup?"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: wpc-smart-wishlist.php:
|
503 |
msgid "Continue shopping link"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: wpc-smart-wishlist.php:
|
507 |
msgid "By default, the wishlist popup will only be closed when customers click on the \"Continue Shopping\" button."
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: wpc-smart-wishlist.php:
|
511 |
msgid "Page"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: wpc-smart-wishlist.php:
|
515 |
msgid "Settings for wishlist page."
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: wpc-smart-wishlist.php:
|
519 |
msgid "Wishlist page"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: wpc-smart-wishlist.php:
|
523 |
msgid "Choose a page"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: wpc-smart-wishlist.php:
|
527 |
msgid "Add shortcode %s to display the wishlist on a page."
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: wpc-smart-wishlist.php:
|
531 |
msgid "Share buttons"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: wpc-smart-wishlist.php:
|
535 |
msgid "Enable share buttons on the wishlist page?"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: wpc-smart-wishlist.php:
|
539 |
msgid "Social links"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: wpc-smart-wishlist.php:
|
543 |
msgid "Copy link"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: wpc-smart-wishlist.php:
|
547 |
msgid "Enable copy wishlist link to share?"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: wpc-smart-wishlist.php:
|
551 |
msgid "Add Wishlist page to My Account"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: wpc-smart-wishlist.php:
|
555 |
msgid "Menu"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: wpc-smart-wishlist.php:
|
559 |
msgid "Settings for the wishlist menu item."
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: wpc-smart-wishlist.php:
|
563 |
msgid "Menu(s)"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: wpc-smart-wishlist.php:
|
567 |
msgid "Choose the menu(s) you want to add the \"wishlist menu\" at the end."
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: wpc-smart-wishlist.php:
|
571 |
msgid "Action when clicking on the \"wishlist menu\"."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: wpc-smart-wishlist.php:
|
575 |
msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: wpc-smart-wishlist.php:
|
579 |
msgid "Button text"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: wpc-smart-wishlist.php:
|
583 |
msgid "Button text (added)"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: wpc-smart-wishlist.php:
|
587 |
msgid "Wishlist popup heading"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: wpc-smart-wishlist.php:
|
591 |
-
#: wpc-smart-wishlist.php:
|
592 |
-
#: wpc-smart-wishlist.php:
|
593 |
-
#: wpc-smart-wishlist.php:
|
594 |
-
#: wpc-smart-wishlist.php:
|
595 |
-
#: wpc-smart-wishlist.php:
|
596 |
-
#: wpc-smart-wishlist.php:
|
597 |
-
#: wpc-smart-wishlist.php:
|
598 |
-
#: wpc-smart-wishlist.php:
|
599 |
-
#: wpc-smart-wishlist.php:
|
600 |
-
#: wpc-smart-wishlist.php:
|
601 |
-
#: wpc-smart-wishlist.php:
|
602 |
msgid "Wishlist"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: wpc-smart-wishlist.php:
|
606 |
-
#: wpc-smart-wishlist.php:
|
607 |
msgid "remove all"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: wpc-smart-wishlist.php:
|
611 |
msgid "Save note"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: wpc-smart-wishlist.php:
|
615 |
msgid "Save"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: wpc-smart-wishlist.php:
|
619 |
-
#: wpc-smart-wishlist.php:
|
620 |
-
#: wpc-smart-wishlist.php:
|
621 |
msgid "Continue shopping"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: wpc-smart-wishlist.php:
|
625 |
msgid "Menu item label"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: wpc-smart-wishlist.php:
|
629 |
msgid "Primary wishlist name"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: wpc-smart-wishlist.php:
|
633 |
-
#: wpc-smart-wishlist.php:
|
634 |
-
#: wpc-smart-wishlist.php:
|
635 |
msgid "Manage wishlists"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: wpc-smart-wishlist.php:
|
639 |
msgid "Set default"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: wpc-smart-wishlist.php:
|
643 |
-
#: wpc-smart-wishlist.php:
|
644 |
msgid "set default"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: wpc-smart-wishlist.php:
|
648 |
msgid "Default"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: wpc-smart-wishlist.php:
|
652 |
-
#: wpc-smart-wishlist.php:
|
653 |
msgid "default"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: wpc-smart-wishlist.php:
|
657 |
msgid "Delete"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: wpc-smart-wishlist.php:
|
661 |
-
#: wpc-smart-wishlist.php:
|
662 |
msgid "delete"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: wpc-smart-wishlist.php:
|
666 |
msgid "Wishlist name placeholder"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: wpc-smart-wishlist.php:
|
670 |
-
#: wpc-smart-wishlist.php:
|
671 |
msgid "New Wishlist"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: wpc-smart-wishlist.php:
|
675 |
msgid "Add new wishlist"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: wpc-smart-wishlist.php:
|
679 |
-
#: wpc-smart-wishlist.php:
|
680 |
msgid "Add New Wishlist"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: wpc-smart-wishlist.php:
|
684 |
msgid "Message"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: wpc-smart-wishlist.php:
|
688 |
msgid "Added to the wishlist"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: wpc-smart-wishlist.php:
|
692 |
msgid "Already in the wishlist"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: wpc-smart-wishlist.php:
|
696 |
msgid "Removed from wishlist"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: wpc-smart-wishlist.php:
|
700 |
msgid "Empty wishlist confirm"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: wpc-smart-wishlist.php:
|
704 |
-
#: wpc-smart-wishlist.php:
|
705 |
-
#: wpc-smart-wishlist.php:1618
|
706 |
#: wpc-smart-wishlist.php:1619
|
|
|
707 |
msgid "This action cannot be undone. Are you sure?"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: wpc-smart-wishlist.php:
|
711 |
msgid "Empty wishlist notice"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: wpc-smart-wishlist.php:
|
715 |
msgid "Empty wishlist"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: wpc-smart-wishlist.php:
|
719 |
msgid "Delete wishlist confirm"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: wpc-smart-wishlist.php:
|
723 |
msgid "Product does not exist"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: wpc-smart-wishlist.php:
|
727 |
msgid "Need to login"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: wpc-smart-wishlist.php:
|
731 |
msgid "Copied wishlist link"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: wpc-smart-wishlist.php:
|
735 |
-
#: wpc-smart-wishlist.php:
|
736 |
msgid "Copied the wishlist link:"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: wpc-smart-wishlist.php:
|
740 |
msgid "Have an error"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: wpc-smart-wishlist.php:
|
744 |
msgid "Community support"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: wpc-smart-wishlist.php:
|
748 |
-
#: wpc-smart-wishlist.php:
|
749 |
-
#: wpc-smart-wishlist.php:
|
750 |
-
#: wpc-smart-wishlist.php:
|
751 |
msgid "%s product"
|
752 |
msgid_plural "%s products"
|
753 |
msgstr[0] ""
|
754 |
msgstr[1] ""
|
755 |
|
756 |
-
#: wpc-smart-wishlist.php:
|
757 |
-
#: wpc-smart-wishlist.php:
|
758 |
msgid "Guest"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: wpc-smart-wishlist.php:
|
762 |
-
#: wpc-smart-wishlist.php:
|
763 |
msgid "Edit"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: wpc-smart-wishlist.php:
|
767 |
msgid "See in wishlist"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: wpc-smart-wishlist.php:
|
771 |
msgid "Empty Wishlist"
|
772 |
msgstr ""
|
2 |
# This file is distributed under the same license as the WPC Smart Wishlist for WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WPC Smart Wishlist for WooCommerce 4.4.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-smart-wishlist\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-11-10T13:54:40+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woo-smart-wishlist\n"
|
37 |
#: wpc-smart-wishlist.php:318
|
38 |
#: wpc-smart-wishlist.php:372
|
39 |
#: wpc-smart-wishlist.php:415
|
40 |
+
#: wpc-smart-wishlist.php:1522
|
41 |
msgid "Please log in to use the Wishlist!"
|
42 |
msgstr ""
|
43 |
|
45 |
#: wpc-smart-wishlist.php:390
|
46 |
#: wpc-smart-wishlist.php:429
|
47 |
#: wpc-smart-wishlist.php:448
|
48 |
+
#: wpc-smart-wishlist.php:1495
|
49 |
+
#: wpc-smart-wishlist.php:1781
|
50 |
msgid "There are no products on the Wishlist!"
|
51 |
msgstr ""
|
52 |
|
53 |
#: wpc-smart-wishlist.php:334
|
54 |
+
#: wpc-smart-wishlist.php:1450
|
55 |
msgid "{name} has been added to Wishlist."
|
56 |
msgstr ""
|
57 |
|
58 |
#: wpc-smart-wishlist.php:336
|
59 |
+
#: wpc-smart-wishlist.php:1459
|
60 |
msgid "{name} is already in the Wishlist."
|
61 |
msgstr ""
|
62 |
|
63 |
#: wpc-smart-wishlist.php:354
|
64 |
#: wpc-smart-wishlist.php:398
|
65 |
+
#: wpc-smart-wishlist.php:1540
|
66 |
msgid "Have an error, please try again!"
|
67 |
msgstr ""
|
68 |
|
69 |
#: wpc-smart-wishlist.php:382
|
70 |
+
#: wpc-smart-wishlist.php:1468
|
71 |
msgid "Product has been removed from the Wishlist."
|
72 |
msgstr ""
|
73 |
|
74 |
#: wpc-smart-wishlist.php:393
|
75 |
+
#: wpc-smart-wishlist.php:1513
|
76 |
msgid "The product does not exist on the Wishlist!"
|
77 |
msgstr ""
|
78 |
|
79 |
#: wpc-smart-wishlist.php:428
|
80 |
+
#: wpc-smart-wishlist.php:1486
|
81 |
msgid "All products have been removed from the Wishlist!"
|
82 |
msgstr ""
|
83 |
|
87 |
msgstr ""
|
88 |
|
89 |
#: wpc-smart-wishlist.php:506
|
90 |
+
#: wpc-smart-wishlist.php:1329
|
91 |
+
#: wpc-smart-wishlist.php:1334
|
92 |
msgid "Add note"
|
93 |
msgstr ""
|
94 |
|
95 |
#: wpc-smart-wishlist.php:654
|
96 |
+
#: wpc-smart-wishlist.php:1307
|
97 |
+
#: wpc-smart-wishlist.php:1624
|
98 |
msgid "Browse wishlist"
|
99 |
msgstr ""
|
100 |
|
101 |
#: wpc-smart-wishlist.php:657
|
102 |
+
#: wpc-smart-wishlist.php:1298
|
103 |
+
#: wpc-smart-wishlist.php:1623
|
104 |
msgid "Add to wishlist"
|
105 |
msgstr ""
|
106 |
|
107 |
#: wpc-smart-wishlist.php:707
|
108 |
+
#: wpc-smart-wishlist.php:1213
|
109 |
msgid "Facebook"
|
110 |
msgstr ""
|
111 |
|
112 |
#: wpc-smart-wishlist.php:708
|
113 |
+
#: wpc-smart-wishlist.php:1214
|
114 |
msgid "Twitter"
|
115 |
msgstr ""
|
116 |
|
117 |
#: wpc-smart-wishlist.php:709
|
118 |
+
#: wpc-smart-wishlist.php:1215
|
119 |
msgid "Pinterest"
|
120 |
msgstr ""
|
121 |
|
122 |
#: wpc-smart-wishlist.php:710
|
123 |
+
#: wpc-smart-wishlist.php:1216
|
124 |
msgid "Mail"
|
125 |
msgstr ""
|
126 |
|
157 |
msgstr ""
|
158 |
|
159 |
#: wpc-smart-wishlist.php:785
|
160 |
+
#: wpc-smart-wishlist.php:1653
|
161 |
msgid "Settings"
|
162 |
msgstr ""
|
163 |
|
164 |
#: wpc-smart-wishlist.php:789
|
165 |
+
#: wpc-smart-wishlist.php:1287
|
166 |
msgid "Localization"
|
167 |
msgstr ""
|
168 |
|
169 |
#: wpc-smart-wishlist.php:794
|
170 |
+
#: wpc-smart-wishlist.php:1654
|
171 |
msgid "Premium Version"
|
172 |
msgstr ""
|
173 |
|
186 |
#: wpc-smart-wishlist.php:840
|
187 |
#: wpc-smart-wishlist.php:849
|
188 |
#: wpc-smart-wishlist.php:869
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
#: wpc-smart-wishlist.php:1098
|
|
|
190 |
#: wpc-smart-wishlist.php:1132
|
191 |
#: wpc-smart-wishlist.php:1147
|
192 |
#: wpc-smart-wishlist.php:1186
|
193 |
#: wpc-smart-wishlist.php:1196
|
194 |
#: wpc-smart-wishlist.php:1224
|
195 |
#: wpc-smart-wishlist.php:1234
|
196 |
+
msgid "Yes"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: wpc-smart-wishlist.php:841
|
200 |
+
#: wpc-smart-wishlist.php:850
|
201 |
+
#: wpc-smart-wishlist.php:870
|
202 |
+
#: wpc-smart-wishlist.php:907
|
203 |
+
#: wpc-smart-wishlist.php:1099
|
204 |
+
#: wpc-smart-wishlist.php:1121
|
205 |
+
#: wpc-smart-wishlist.php:1133
|
206 |
+
#: wpc-smart-wishlist.php:1148
|
207 |
+
#: wpc-smart-wishlist.php:1187
|
208 |
+
#: wpc-smart-wishlist.php:1197
|
209 |
+
#: wpc-smart-wishlist.php:1225
|
210 |
+
#: wpc-smart-wishlist.php:1235
|
211 |
msgid "No"
|
212 |
msgstr ""
|
213 |
|
220 |
msgstr ""
|
221 |
|
222 |
#: wpc-smart-wishlist.php:857
|
223 |
+
#: wpc-smart-wishlist.php:1374
|
224 |
msgid "Multiple Wishlist"
|
225 |
msgstr ""
|
226 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: wpc-smart-wishlist.php:901
|
257 |
+
#: wpc-smart-wishlist.php:1193
|
258 |
msgid "Use icon"
|
259 |
msgstr ""
|
260 |
|
283 |
msgstr ""
|
284 |
|
285 |
#: wpc-smart-wishlist.php:945
|
286 |
+
#: wpc-smart-wishlist.php:1266
|
287 |
msgid "Action"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: wpc-smart-wishlist.php:949
|
291 |
msgid "Show message"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: wpc-smart-wishlist.php:950
|
295 |
+
#: wpc-smart-wishlist.php:973
|
296 |
+
#: wpc-smart-wishlist.php:1270
|
297 |
msgid "Open wishlist popup"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: wpc-smart-wishlist.php:951
|
301 |
msgid "Add to wishlist solely"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: wpc-smart-wishlist.php:953
|
305 |
msgid "Action triggered by clicking on the wishlist button."
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: wpc-smart-wishlist.php:957
|
309 |
msgid "Message position"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: wpc-smart-wishlist.php:960
|
313 |
msgid "right-top"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: wpc-smart-wishlist.php:961
|
317 |
msgid "right-bottom"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: wpc-smart-wishlist.php:962
|
321 |
msgid "center-top"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: wpc-smart-wishlist.php:963
|
325 |
msgid "center-bottom"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: wpc-smart-wishlist.php:964
|
329 |
msgid "left-top"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: wpc-smart-wishlist.php:965
|
333 |
msgid "left-bottom"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: wpc-smart-wishlist.php:970
|
337 |
msgid "Action (added)"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: wpc-smart-wishlist.php:974
|
341 |
+
#: wpc-smart-wishlist.php:1269
|
342 |
+
#: wpc-smart-wishlist.php:1347
|
343 |
+
#: wpc-smart-wishlist.php:1352
|
344 |
+
#: wpc-smart-wishlist.php:1876
|
345 |
msgid "Open wishlist page"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: wpc-smart-wishlist.php:976
|
349 |
msgid "Action triggered by clicking on the wishlist button after adding an item to the wishlist."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: wpc-smart-wishlist.php:980
|
353 |
msgid "Extra class (optional)"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: wpc-smart-wishlist.php:985
|
357 |
msgid "Add extra class for action button/link, split by one space."
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: wpc-smart-wishlist.php:989
|
361 |
msgid "Position on archive page"
|
362 |
msgstr ""
|
363 |
|
|
|
|
|
|
|
|
|
|
|
364 |
#: wpc-smart-wishlist.php:994
|
365 |
#: wpc-smart-wishlist.php:1021
|
366 |
+
msgid "Under title"
|
367 |
msgstr ""
|
368 |
|
369 |
#: wpc-smart-wishlist.php:995
|
370 |
+
#: wpc-smart-wishlist.php:1022
|
371 |
+
msgid "Under rating"
|
372 |
msgstr ""
|
373 |
|
374 |
#: wpc-smart-wishlist.php:996
|
375 |
+
msgid "Under price"
|
|
|
376 |
msgstr ""
|
377 |
|
378 |
#: wpc-smart-wishlist.php:997
|
379 |
#: wpc-smart-wishlist.php:1024
|
380 |
+
msgid "Above add to cart button"
|
381 |
msgstr ""
|
382 |
|
383 |
#: wpc-smart-wishlist.php:998
|
384 |
+
#: wpc-smart-wishlist.php:1025
|
385 |
+
msgid "Under add to cart button"
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: wpc-smart-wishlist.php:999
|
389 |
+
#: wpc-smart-wishlist.php:1028
|
390 |
msgid "None (hide it)"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: wpc-smart-wishlist.php:1016
|
394 |
msgid "Position on single page"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: wpc-smart-wishlist.php:1023
|
398 |
msgid "Under excerpt"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: wpc-smart-wishlist.php:1026
|
402 |
msgid "Under meta"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: wpc-smart-wishlist.php:1027
|
406 |
msgid "Under sharing"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: wpc-smart-wishlist.php:1045
|
410 |
msgid "Shortcode"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: wpc-smart-wishlist.php:1048
|
414 |
msgid "You can add a button manually by using the shortcode %s, eg. %s for the product whose ID is 99."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: wpc-smart-wishlist.php:1053
|
418 |
msgid "Categories"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: wpc-smart-wishlist.php:1068
|
422 |
msgid "All categories"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: wpc-smart-wishlist.php:1073
|
426 |
msgid "Only show the wishlist button for products in selected categories."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: wpc-smart-wishlist.php:1078
|
430 |
msgid "Popup"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: wpc-smart-wishlist.php:1081
|
434 |
msgid "Settings for the wishlist popup."
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: wpc-smart-wishlist.php:1085
|
438 |
msgid "Position"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: wpc-smart-wishlist.php:1088
|
442 |
msgid "Center"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: wpc-smart-wishlist.php:1089
|
446 |
msgid "Right"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: wpc-smart-wishlist.php:1090
|
450 |
msgid "Left"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: wpc-smart-wishlist.php:1095
|
454 |
msgid "Use perfect-scrollbar"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: wpc-smart-wishlist.php:1101
|
458 |
msgid "Read more about %s"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: wpc-smart-wishlist.php:1105
|
462 |
msgid "Color"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: wpc-smart-wishlist.php:1111
|
466 |
msgid "Choose the color, default %s"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: wpc-smart-wishlist.php:1115
|
470 |
msgid "Link to individual product"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: wpc-smart-wishlist.php:1118
|
474 |
msgid "Yes, open in the same tab"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: wpc-smart-wishlist.php:1119
|
478 |
msgid "Yes, open in the new tab"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: wpc-smart-wishlist.php:1120
|
482 |
msgid "Yes, open quick view popup"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: wpc-smart-wishlist.php:1129
|
486 |
msgid "Show note"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: wpc-smart-wishlist.php:1135
|
490 |
msgid "Show note on each product for all visitors. Only wishlist owner can add/edit these notes."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: wpc-smart-wishlist.php:1144
|
494 |
+
#: wpc-smart-wishlist.php:1320
|
495 |
msgid "Empty wishlist button"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: wpc-smart-wishlist.php:1150
|
499 |
msgid "Show empty wishlist button on the popup?"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: wpc-smart-wishlist.php:1154
|
503 |
msgid "Continue shopping link"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: wpc-smart-wishlist.php:1159
|
507 |
msgid "By default, the wishlist popup will only be closed when customers click on the \"Continue Shopping\" button."
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: wpc-smart-wishlist.php:1164
|
511 |
msgid "Page"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: wpc-smart-wishlist.php:1167
|
515 |
msgid "Settings for wishlist page."
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: wpc-smart-wishlist.php:1171
|
519 |
msgid "Wishlist page"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: wpc-smart-wishlist.php:1176
|
523 |
msgid "Choose a page"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: wpc-smart-wishlist.php:1179
|
527 |
msgid "Add shortcode %s to display the wishlist on a page."
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: wpc-smart-wishlist.php:1183
|
531 |
msgid "Share buttons"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: wpc-smart-wishlist.php:1189
|
535 |
msgid "Enable share buttons on the wishlist page?"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: wpc-smart-wishlist.php:1202
|
539 |
msgid "Social links"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: wpc-smart-wishlist.php:1221
|
543 |
msgid "Copy link"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: wpc-smart-wishlist.php:1227
|
547 |
msgid "Enable copy wishlist link to share?"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: wpc-smart-wishlist.php:1231
|
551 |
msgid "Add Wishlist page to My Account"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: wpc-smart-wishlist.php:1241
|
555 |
msgid "Menu"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: wpc-smart-wishlist.php:1244
|
559 |
msgid "Settings for the wishlist menu item."
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: wpc-smart-wishlist.php:1248
|
563 |
msgid "Menu(s)"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: wpc-smart-wishlist.php:1262
|
567 |
msgid "Choose the menu(s) you want to add the \"wishlist menu\" at the end."
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: wpc-smart-wishlist.php:1272
|
571 |
msgid "Action when clicking on the \"wishlist menu\"."
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: wpc-smart-wishlist.php:1289
|
575 |
msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: wpc-smart-wishlist.php:1293
|
579 |
msgid "Button text"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: wpc-smart-wishlist.php:1302
|
583 |
msgid "Button text (added)"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: wpc-smart-wishlist.php:1311
|
587 |
msgid "Wishlist popup heading"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: wpc-smart-wishlist.php:1316
|
591 |
+
#: wpc-smart-wishlist.php:1370
|
592 |
+
#: wpc-smart-wishlist.php:1383
|
593 |
+
#: wpc-smart-wishlist.php:1572
|
594 |
+
#: wpc-smart-wishlist.php:1622
|
595 |
+
#: wpc-smart-wishlist.php:1828
|
596 |
+
#: wpc-smart-wishlist.php:1846
|
597 |
+
#: wpc-smart-wishlist.php:1917
|
598 |
+
#: wpc-smart-wishlist.php:2127
|
599 |
+
#: wpc-smart-wishlist.php:2208
|
600 |
+
#: wpc-smart-wishlist.php:2215
|
601 |
+
#: wpc-smart-wishlist.php:2437
|
602 |
msgid "Wishlist"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: wpc-smart-wishlist.php:1325
|
606 |
+
#: wpc-smart-wishlist.php:1859
|
607 |
msgid "remove all"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: wpc-smart-wishlist.php:1338
|
611 |
msgid "Save note"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: wpc-smart-wishlist.php:1343
|
615 |
msgid "Save"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: wpc-smart-wishlist.php:1356
|
619 |
+
#: wpc-smart-wishlist.php:1361
|
620 |
+
#: wpc-smart-wishlist.php:1881
|
621 |
msgid "Continue shopping"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: wpc-smart-wishlist.php:1365
|
625 |
msgid "Menu item label"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: wpc-smart-wishlist.php:1378
|
629 |
msgid "Primary wishlist name"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: wpc-smart-wishlist.php:1387
|
633 |
+
#: wpc-smart-wishlist.php:1392
|
634 |
+
#: wpc-smart-wishlist.php:1897
|
635 |
msgid "Manage wishlists"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: wpc-smart-wishlist.php:1396
|
639 |
msgid "Set default"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: wpc-smart-wishlist.php:1401
|
643 |
+
#: wpc-smart-wishlist.php:1931
|
644 |
msgid "set default"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: wpc-smart-wishlist.php:1405
|
648 |
msgid "Default"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: wpc-smart-wishlist.php:1410
|
652 |
+
#: wpc-smart-wishlist.php:1929
|
653 |
msgid "default"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: wpc-smart-wishlist.php:1414
|
657 |
msgid "Delete"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: wpc-smart-wishlist.php:1419
|
661 |
+
#: wpc-smart-wishlist.php:1937
|
662 |
msgid "delete"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: wpc-smart-wishlist.php:1423
|
666 |
msgid "Wishlist name placeholder"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: wpc-smart-wishlist.php:1428
|
670 |
+
#: wpc-smart-wishlist.php:1948
|
671 |
msgid "New Wishlist"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: wpc-smart-wishlist.php:1432
|
675 |
msgid "Add new wishlist"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: wpc-smart-wishlist.php:1437
|
679 |
+
#: wpc-smart-wishlist.php:1950
|
680 |
msgid "Add New Wishlist"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: wpc-smart-wishlist.php:1441
|
684 |
msgid "Message"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: wpc-smart-wishlist.php:1445
|
688 |
msgid "Added to the wishlist"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: wpc-smart-wishlist.php:1454
|
692 |
msgid "Already in the wishlist"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: wpc-smart-wishlist.php:1463
|
696 |
msgid "Removed from wishlist"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: wpc-smart-wishlist.php:1472
|
700 |
msgid "Empty wishlist confirm"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: wpc-smart-wishlist.php:1477
|
704 |
+
#: wpc-smart-wishlist.php:1504
|
|
|
705 |
#: wpc-smart-wishlist.php:1619
|
706 |
+
#: wpc-smart-wishlist.php:1620
|
707 |
msgid "This action cannot be undone. Are you sure?"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: wpc-smart-wishlist.php:1481
|
711 |
msgid "Empty wishlist notice"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: wpc-smart-wishlist.php:1490
|
715 |
msgid "Empty wishlist"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: wpc-smart-wishlist.php:1499
|
719 |
msgid "Delete wishlist confirm"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: wpc-smart-wishlist.php:1508
|
723 |
msgid "Product does not exist"
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: wpc-smart-wishlist.php:1517
|
727 |
msgid "Need to login"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: wpc-smart-wishlist.php:1526
|
731 |
msgid "Copied wishlist link"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: wpc-smart-wishlist.php:1531
|
735 |
+
#: wpc-smart-wishlist.php:1621
|
736 |
msgid "Copied the wishlist link:"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: wpc-smart-wishlist.php:1535
|
740 |
msgid "Have an error"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: wpc-smart-wishlist.php:1670
|
744 |
msgid "Community support"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: wpc-smart-wishlist.php:2263
|
748 |
+
#: wpc-smart-wishlist.php:2266
|
749 |
+
#: wpc-smart-wishlist.php:2330
|
750 |
+
#: wpc-smart-wishlist.php:2333
|
751 |
msgid "%s product"
|
752 |
msgid_plural "%s products"
|
753 |
msgstr[0] ""
|
754 |
msgstr[1] ""
|
755 |
|
756 |
+
#: wpc-smart-wishlist.php:2265
|
757 |
+
#: wpc-smart-wishlist.php:2332
|
758 |
msgid "Guest"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: wpc-smart-wishlist.php:2280
|
762 |
+
#: wpc-smart-wishlist.php:2309
|
763 |
msgid "Edit"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: wpc-smart-wishlist.php:2280
|
767 |
msgid "See in wishlist"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: wpc-smart-wishlist.php:2288
|
771 |
msgid "Empty Wishlist"
|
772 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wpclever.net
|
|
4 |
Tags: woocommerce, woo, wpc, smart, wishlist, wish list
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 6.1
|
7 |
-
Stable tag: 4.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,6 +106,9 @@ Example:
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
109 |
= 4.4.4 =
|
110 |
* Added: Function 'get_settings' & 'get_setting'
|
111 |
|
4 |
Tags: woocommerce, woo, wpc, smart, wishlist, wish list
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 6.1
|
7 |
+
Stable tag: 4.4.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 4.4.5 =
|
110 |
+
* Fixed: Minor JS issue in the backend
|
111 |
+
|
112 |
= 4.4.4 =
|
113 |
* Added: Function 'get_settings' & 'get_setting'
|
114 |
|
wpc-smart-wishlist.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WPC Smart Wishlist for WooCommerce
|
4 |
Plugin URI: https://wpclever.net/
|
5 |
Description: WPC Smart Wishlist is a simple but powerful tool that can help your customer save products for buy later.
|
6 |
-
Version: 4.4.
|
7 |
Author: WPClever
|
8 |
Author URI: https://wpclever.net
|
9 |
Text Domain: woo-smart-wishlist
|
@@ -11,12 +11,12 @@ Domain Path: /languages/
|
|
11 |
Requires at least: 4.0
|
12 |
Tested up to: 6.1
|
13 |
WC requires at least: 3.0
|
14 |
-
WC tested up to: 7.
|
15 |
*/
|
16 |
|
17 |
defined( 'ABSPATH' ) || exit;
|
18 |
|
19 |
-
! defined( 'WOOSW_VERSION' ) && define( 'WOOSW_VERSION', '4.4.
|
20 |
! defined( 'WOOSW_FILE' ) && define( 'WOOSW_FILE', __FILE__ );
|
21 |
! defined( 'WOOSW_URI' ) && define( 'WOOSW_URI', plugin_dir_url( __FILE__ ) );
|
22 |
! defined( 'WOOSW_DIR' ) && define( 'WOOSW_DIR', plugin_dir_path( __FILE__ ) );
|
@@ -900,7 +900,7 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
900 |
<tr>
|
901 |
<th scope="row"><?php esc_html_e( 'Use icon', 'woo-smart-wishlist' ); ?></th>
|
902 |
<td>
|
903 |
-
<select name="woosw_settings[button_icon]">
|
904 |
<option value="left" <?php selected( $button_icon, 'left' ); ?>><?php esc_html_e( 'Icon on the left', 'woo-smart-wishlist' ); ?></option>
|
905 |
<option value="right" <?php selected( $button_icon, 'right' ); ?>><?php esc_html_e( 'Icon on the right', 'woo-smart-wishlist' ); ?></option>
|
906 |
<option value="only" <?php selected( $button_icon, 'only' ); ?>><?php esc_html_e( 'Icon only', 'woo-smart-wishlist' ); ?></option>
|
@@ -944,7 +944,8 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
944 |
<tr>
|
945 |
<th scope="row"><?php esc_html_e( 'Action', 'woo-smart-wishlist' ); ?></th>
|
946 |
<td>
|
947 |
-
<select name="woosw_settings[button_action]"
|
|
|
948 |
<option value="message" <?php selected( $button_action, 'message' ); ?>><?php esc_html_e( 'Show message', 'woo-smart-wishlist' ); ?></option>
|
949 |
<option value="list" <?php selected( $button_action, 'list' ); ?>><?php esc_html_e( 'Open wishlist popup', 'woo-smart-wishlist' ); ?></option>
|
950 |
<option value="no" <?php selected( $button_action, 'no' ); ?>><?php esc_html_e( 'Add to wishlist solely', 'woo-smart-wishlist' ); ?></option>
|
3 |
Plugin Name: WPC Smart Wishlist for WooCommerce
|
4 |
Plugin URI: https://wpclever.net/
|
5 |
Description: WPC Smart Wishlist is a simple but powerful tool that can help your customer save products for buy later.
|
6 |
+
Version: 4.4.5
|
7 |
Author: WPClever
|
8 |
Author URI: https://wpclever.net
|
9 |
Text Domain: woo-smart-wishlist
|
11 |
Requires at least: 4.0
|
12 |
Tested up to: 6.1
|
13 |
WC requires at least: 3.0
|
14 |
+
WC tested up to: 7.1
|
15 |
*/
|
16 |
|
17 |
defined( 'ABSPATH' ) || exit;
|
18 |
|
19 |
+
! defined( 'WOOSW_VERSION' ) && define( 'WOOSW_VERSION', '4.4.5' );
|
20 |
! defined( 'WOOSW_FILE' ) && define( 'WOOSW_FILE', __FILE__ );
|
21 |
! defined( 'WOOSW_URI' ) && define( 'WOOSW_URI', plugin_dir_url( __FILE__ ) );
|
22 |
! defined( 'WOOSW_DIR' ) && define( 'WOOSW_DIR', plugin_dir_path( __FILE__ ) );
|
900 |
<tr>
|
901 |
<th scope="row"><?php esc_html_e( 'Use icon', 'woo-smart-wishlist' ); ?></th>
|
902 |
<td>
|
903 |
+
<select name="woosw_settings[button_icon]" class="woosw_button_icon">
|
904 |
<option value="left" <?php selected( $button_icon, 'left' ); ?>><?php esc_html_e( 'Icon on the left', 'woo-smart-wishlist' ); ?></option>
|
905 |
<option value="right" <?php selected( $button_icon, 'right' ); ?>><?php esc_html_e( 'Icon on the right', 'woo-smart-wishlist' ); ?></option>
|
906 |
<option value="only" <?php selected( $button_icon, 'only' ); ?>><?php esc_html_e( 'Icon only', 'woo-smart-wishlist' ); ?></option>
|
944 |
<tr>
|
945 |
<th scope="row"><?php esc_html_e( 'Action', 'woo-smart-wishlist' ); ?></th>
|
946 |
<td>
|
947 |
+
<select name="woosw_settings[button_action]"
|
948 |
+
class="woosw_button_action">
|
949 |
<option value="message" <?php selected( $button_action, 'message' ); ?>><?php esc_html_e( 'Show message', 'woo-smart-wishlist' ); ?></option>
|
950 |
<option value="list" <?php selected( $button_action, 'list' ); ?>><?php esc_html_e( 'Open wishlist popup', 'woo-smart-wishlist' ); ?></option>
|
951 |
<option value="no" <?php selected( $button_action, 'no' ); ?>><?php esc_html_e( 'Add to wishlist solely', 'woo-smart-wishlist' ); ?></option>
|