YITH WooCommerce Compare - Version 2.3.21

Version Description

Released on 28 April 2020

  • New: Support for WooCommerce 4.1
  • Update: Plugin framework
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Compare
Version 2.3.21
Comparing to
See all releases

Code changes from version 2.3.20 to 2.3.21

Files changed (39) hide show
  1. README.txt +9 -5
  2. assets/css/colorbox.css +60 -60
  3. assets/css/jquery.dataTables.css +2 -2
  4. assets/css/style.css +6 -2
  5. assets/js/FixedColumns.min.js +34 -34
  6. assets/js/jquery.colorbox-min.js +5 -5
  7. assets/js/jquery.dataTables.min.js +165 -165
  8. assets/js/woocompare-admin.min.js +1 -0
  9. assets/js/woocompare.js +260 -260
  10. includes/class.yith-woocompare-admin.php +3 -1
  11. includes/class.yith-woocompare-frontend.php +4 -1
  12. init.php +5 -5
  13. languages/yith-woocommerce-compare-bg_BG.po +484 -484
  14. languages/yith-woocommerce-compare-es_ES.po +532 -532
  15. languages/yith-woocommerce-compare-fa_IR.po +511 -511
  16. languages/yith-woocommerce-compare-fr_FR.po +492 -492
  17. languages/yith-woocommerce-compare-it_IT.po +1297 -1297
  18. languages/yith-woocommerce-compare-nl_NL.po +550 -550
  19. languages/yith-woocommerce-compare-pt_BR.po +527 -527
  20. languages/yith-woocommerce-compare-ru_RU.po +597 -597
  21. languages/yith-woocommerce-compare-sk_SK.po +524 -524
  22. languages/yith-woocommerce-compare-sl_SI.po +522 -522
  23. languages/yith-woocommerce-compare-tr_TR.po +524 -524
  24. languages/yith-woocommerce-compare.pot +455 -455
  25. plugin-fw/.jshintrc +26 -26
  26. plugin-fw/Gruntfile.js +96 -96
  27. plugin-fw/assets/css/admin.css +196 -196
  28. plugin-fw/assets/css/codemirror/codemirror.css +260 -260
  29. plugin-fw/assets/css/colorbox.css +65 -65
  30. plugin-fw/assets/css/metaboxes.css +751 -751
  31. plugin-fw/assets/css/yit-plugin-panel.css +636 -631
  32. plugin-fw/assets/css/yit-upgrade-to-pro.css +76 -76
  33. plugin-fw/assets/css/yit-upgrader.css +21 -21
  34. plugin-fw/assets/css/yith-fields.css +2310 -2183
  35. plugin-fw/assets/fonts/yith-icon.eot +0 -0
  36. plugin-fw/assets/fonts/yith-icon.svg +0 -0
  37. plugin-fw/assets/fonts/yith-icon.ttf +0 -0
  38. plugin-fw/assets/fonts/yith-icon.woff +0 -0
  39. plugin-fw/assets/js/codemirror/codemirror.js +0 -1490
README.txt CHANGED
@@ -4,12 +4,12 @@ Contributors: yithemes
4
  Tags: yith, woocommerce compare, compare products, product compare, product comparison
5
  Requires at least: 4.0
6
  Tested up to: 5.4
7
- Stable tag: 2.3.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Compare allows you to compare more products of your shop in one complete table.
12
- WooCommerce Compatible up to 3.9
13
 
14
  == Description ==
15
 
@@ -66,6 +66,11 @@ yith-woocommerce-compare-<WORDPRESS LOCALE >.mo
66
 
67
  == Changelog ==
68
 
 
 
 
 
 
69
  = 2.3.20 = Released on 17 March 2020
70
 
71
  * Fix: Use of undefined constant product_id
@@ -386,8 +391,7 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
386
 
387
  == Upgrade notice ==
388
 
389
- = 2.3.18 = Released on 21 December 2019
390
 
391
- * New: Support for WooCommerce 3.9
392
- * New: Support for WordPress 5.3.2
393
  * Update: Plugin framework
4
  Tags: yith, woocommerce compare, compare products, product compare, product comparison
5
  Requires at least: 4.0
6
  Tested up to: 5.4
7
+ Stable tag: 2.3.21
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Compare allows you to compare more products of your shop in one complete table.
12
+ WooCommerce Compatible up to 4.1
13
 
14
  == Description ==
15
 
66
 
67
  == Changelog ==
68
 
69
+ = 2.3.21 = Released on 28 April 2020
70
+
71
+ * New: Support for WooCommerce 4.1
72
+ * Update: Plugin framework
73
+
74
  = 2.3.20 = Released on 17 March 2020
75
 
76
  * Fix: Use of undefined constant product_id
391
 
392
  == Upgrade notice ==
393
 
394
+ = 2.3.21 = Released on 28 April 2020
395
 
396
+ * New: Support for WooCommerce 4.1
 
397
  * Update: Plugin framework
assets/css/colorbox.css CHANGED
@@ -1,61 +1,61 @@
1
- /*
2
- Colorbox Core Style:
3
- The following CSS is consistent between example themes and should not be altered.
4
- */
5
- #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10000; overflow:hidden;}
6
- #cboxOverlay{position:fixed; width:100%; height:100%;}
7
- #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
8
- #cboxContent{position:relative;}
9
- #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
10
- #cboxTitle{margin:0;}
11
- #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
12
- #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
13
- .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
14
- .cboxIframe{width:100%; height:100%; display:block; border:0;}
15
- #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
16
-
17
- /*
18
- User Style:
19
- Change the following styles to modify the appearance of Colorbox. They are
20
- ordered & tabbed in a way that represents the nesting of the generated HTML.
21
- */
22
- #cboxOverlay{background:#000;}
23
- #colorbox{outline:0;}
24
- #cboxTopLeft{width:14px; height:14px; background:url(../images/colorbox/controls.png) no-repeat 0 0;}
25
- #cboxTopCenter{height:14px; background:url(../images/colorbox/border.png) repeat-x top left;}
26
- #cboxTopRight{width:14px; height:14px; background:url(../images/colorbox/controls.png) no-repeat -36px 0;}
27
- #cboxBottomLeft{width:14px; height:43px; background:url(../images/colorbox/controls.png) no-repeat 0 -32px;}
28
- #cboxBottomCenter{height:43px; background:url(../images/colorbox/border.png) repeat-x bottom left;}
29
- #cboxBottomRight{width:14px; height:43px; background:url(../images/colorbox/controls.png) no-repeat -36px -32px;}
30
- #cboxMiddleLeft{width:14px; background:url(../images/colorbox/controls.png) repeat-y -175px 0;}
31
- #cboxMiddleRight{width:14px; background:url(../images/colorbox/controls.png) repeat-y -211px 0;}
32
- #cboxContent{background:#fff; overflow:visible;}
33
- .cboxIframe{background:#fff;}
34
- #cboxError{padding:50px; border:1px solid #ccc;}
35
- #cboxLoadedContent{margin-bottom:5px;}
36
- #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
37
- #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
38
- #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
39
- #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
40
-
41
- /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
42
- #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; bottom:-29px; background:url(../images/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
43
-
44
- /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
45
- #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
46
-
47
- #cboxPrevious{left:0px; background-position: -51px -25px;}
48
- #cboxPrevious:hover{background-position:-51px 0px;}
49
- #cboxNext{left:27px; background-position:-75px -25px;}
50
- #cboxNext:hover{background-position:-75px 0px;}
51
- #cboxClose{right:0; background-position:-100px -25px;}
52
- #cboxClose:hover{background-position:-100px 0px;}
53
-
54
- .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
55
- .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
56
- .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
57
- .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
58
-
59
- .yith_woocompare_colorbox #cboxLoadedContent {
60
- overflow: hidden !important;
61
  }
1
+ /*
2
+ Colorbox Core Style:
3
+ The following CSS is consistent between example themes and should not be altered.
4
+ */
5
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10000; overflow:hidden;}
6
+ #cboxOverlay{position:fixed; width:100%; height:100%;}
7
+ #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
8
+ #cboxContent{position:relative;}
9
+ #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
10
+ #cboxTitle{margin:0;}
11
+ #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
12
+ #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
13
+ .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
14
+ .cboxIframe{width:100%; height:100%; display:block; border:0;}
15
+ #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
16
+
17
+ /*
18
+ User Style:
19
+ Change the following styles to modify the appearance of Colorbox. They are
20
+ ordered & tabbed in a way that represents the nesting of the generated HTML.
21
+ */
22
+ #cboxOverlay{background:#000;}
23
+ #colorbox{outline:0;}
24
+ #cboxTopLeft{width:14px; height:14px; background:url(../images/colorbox/controls.png) no-repeat 0 0;}
25
+ #cboxTopCenter{height:14px; background:url(../images/colorbox/border.png) repeat-x top left;}
26
+ #cboxTopRight{width:14px; height:14px; background:url(../images/colorbox/controls.png) no-repeat -36px 0;}
27
+ #cboxBottomLeft{width:14px; height:43px; background:url(../images/colorbox/controls.png) no-repeat 0 -32px;}
28
+ #cboxBottomCenter{height:43px; background:url(../images/colorbox/border.png) repeat-x bottom left;}
29
+ #cboxBottomRight{width:14px; height:43px; background:url(../images/colorbox/controls.png) no-repeat -36px -32px;}
30
+ #cboxMiddleLeft{width:14px; background:url(../images/colorbox/controls.png) repeat-y -175px 0;}
31
+ #cboxMiddleRight{width:14px; background:url(../images/colorbox/controls.png) repeat-y -211px 0;}
32
+ #cboxContent{background:#fff; overflow:visible;}
33
+ .cboxIframe{background:#fff;}
34
+ #cboxError{padding:50px; border:1px solid #ccc;}
35
+ #cboxLoadedContent{margin-bottom:5px;}
36
+ #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
37
+ #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
38
+ #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
39
+ #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
40
+
41
+ /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
42
+ #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; bottom:-29px; background:url(../images/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
43
+
44
+ /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
45
+ #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
46
+
47
+ #cboxPrevious{left:0px; background-position: -51px -25px;}
48
+ #cboxPrevious:hover{background-position:-51px 0px;}
49
+ #cboxNext{left:27px; background-position:-75px -25px;}
50
+ #cboxNext:hover{background-position:-75px 0px;}
51
+ #cboxClose{right:0; background-position:-100px -25px;}
52
+ #cboxClose:hover{background-position:-100px 0px;}
53
+
54
+ .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
55
+ .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
56
+ .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
57
+ .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
58
+
59
+ .yith_woocompare_colorbox #cboxLoadedContent {
60
+ overflow: hidden !important;
61
  }
assets/css/jquery.dataTables.css CHANGED
@@ -1,2 +1,2 @@
1
- table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("DataTables-1.10.18/images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("DataTables-1.10.18/images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("DataTables-1.10.18/images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("DataTables-1.10.18/images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("DataTables-1.10.18/images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
2
-
1
+ table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("DataTables-1.10.18/images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("DataTables-1.10.18/images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("DataTables-1.10.18/images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("DataTables-1.10.18/images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("DataTables-1.10.18/images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
2
+
assets/css/style.css CHANGED
@@ -52,6 +52,10 @@ body #yith-woocompare {
52
  padding: 10px;
53
  }
54
 
 
 
 
 
55
  table.dataTable.compare-list thead th,
56
  table.dataTable.compare-list thead td,
57
  table.dataTable.compare-list tfoot td,
@@ -164,7 +168,7 @@ table.compare-list .remove td a:hover .remove {
164
  color: #ffffff;
165
  }
166
 
167
- table.compare-list .add-to-cart td a {
168
  display: inline-block;
169
  margin: 10px 0;
170
  background-color: #4F4F4F;
@@ -178,7 +182,7 @@ table.compare-list .add-to-cart td a {
178
  cursor: pointer;
179
  }
180
 
181
- table.compare-list .add-to-cart td a:hover {
182
  background: #868686;
183
  color: #fff;
184
  }
52
  padding: 10px;
53
  }
54
 
55
+ table.dataTable.compare-list tr {
56
+ display: table-row;
57
+ }
58
+
59
  table.dataTable.compare-list thead th,
60
  table.dataTable.compare-list thead td,
61
  table.dataTable.compare-list tfoot td,
168
  color: #ffffff;
169
  }
170
 
171
+ table.compare-list .add-to-cart td a:not(.unstyled_button) {
172
  display: inline-block;
173
  margin: 10px 0;
174
  background-color: #4F4F4F;
182
  cursor: pointer;
183
  }
184
 
185
+ table.compare-list .add-to-cart td a:not(.unstyled_button):hover {
186
  background: #868686;
187
  color: #fff;
188
  }
assets/js/FixedColumns.min.js CHANGED
@@ -1,35 +1,35 @@
1
- /*!
2
- FixedColumns 3.2.6
3
- ©2010-2018 SpryMedia Ltd - datatables.net/license
4
- */
5
- (function(d){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(p){return d(p,window,document)}):"object"===typeof exports?module.exports=function(p,r){p||(p=window);if(!r||!r.fn.dataTable)r=require("datatables.net")(p,r).$;return d(r,p,p.document)}:d(jQuery,window,document)})(function(d,p,r,t){var s=d.fn.dataTable,u,m=function(a,b){var c=this;if(this instanceof m){if(b===t||!0===b)b={};var e=d.fn.dataTable.camelToHungarian;e&&(e(m.defaults,m.defaults,!0),e(m.defaults,
6
- b));e=(new d.fn.dataTable.Api(a)).settings()[0];this.s={dt:e,iTableColumns:e.aoColumns.length,aiOuterWidths:[],aiInnerWidths:[],rtl:"rtl"===d(e.nTable).css("direction")};this.dom={scroller:null,header:null,body:null,footer:null,grid:{wrapper:null,dt:null,left:{wrapper:null,head:null,body:null,foot:null},right:{wrapper:null,head:null,body:null,foot:null}},clone:{left:{header:null,body:null,footer:null},right:{header:null,body:null,footer:null}}};if(e._oFixedColumns)throw"FixedColumns already initialised on this table";
7
- e._oFixedColumns=this;e._bInitComplete?this._fnConstruct(b):e.oApi._fnCallbackReg(e,"aoInitComplete",function(){c._fnConstruct(b)},"FixedColumns")}else alert("FixedColumns warning: FixedColumns must be initialised with the 'new' keyword.")};d.extend(m.prototype,{fnUpdate:function(){this._fnDraw(!0)},fnRedrawLayout:function(){this._fnColCalc();this._fnGridLayout();this.fnUpdate()},fnRecalculateHeight:function(a){delete a._DTTC_iHeight;a.style.height="auto"},fnSetRowHeight:function(a,b){a.style.height=
8
- b+"px"},fnGetPosition:function(a){var b=this.s.dt.oInstance;if(d(a).parents(".DTFC_Cloned").length){if("tr"===a.nodeName.toLowerCase())return a=d(a).index(),b.fnGetPosition(d("tr",this.s.dt.nTBody)[a]);var c=d(a).index(),a=d(a.parentNode).index();return[b.fnGetPosition(d("tr",this.s.dt.nTBody)[a]),c,b.oApi._fnVisibleToColumnIndex(this.s.dt,c)]}return b.fnGetPosition(a)},_fnConstruct:function(a){var b=this;if("function"!=typeof this.s.dt.oInstance.fnVersionCheck||!0!==this.s.dt.oInstance.fnVersionCheck("1.8.0"))alert("FixedColumns "+
9
- m.VERSION+" required DataTables 1.8.0 or later. Please upgrade your DataTables installation");else if(""===this.s.dt.oScroll.sX)this.s.dt.oInstance.oApi._fnLog(this.s.dt,1,"FixedColumns is not needed (no x-scrolling in DataTables enabled), so no action will be taken. Use 'FixedHeader' for column fixing when scrolling is not enabled");else{this.s=d.extend(!0,this.s,m.defaults,a);a=this.s.dt.oClasses;this.dom.grid.dt=d(this.s.dt.nTable).parents("div."+a.sScrollWrapper)[0];this.dom.scroller=d("div."+
10
- a.sScrollBody,this.dom.grid.dt)[0];this._fnColCalc();this._fnGridSetup();var c,e=!1;d(this.s.dt.nTableWrapper).on("mousedown.DTFC",function(a){0===a.button&&(e=!0,d(r).one("mouseup",function(){e=!1}))});d(this.dom.scroller).on("mouseover.DTFC touchstart.DTFC",function(){e||(c="main")}).on("scroll.DTFC",function(a){!c&&a.originalEvent&&(c="main");if("main"===c&&(0<b.s.iLeftColumns&&(b.dom.grid.left.liner.scrollTop=b.dom.scroller.scrollTop),0<b.s.iRightColumns))b.dom.grid.right.liner.scrollTop=b.dom.scroller.scrollTop});
11
- var f="onwheel"in r.createElement("div")?"wheel.DTFC":"mousewheel.DTFC";if(0<b.s.iLeftColumns)d(b.dom.grid.left.liner).on("mouseover.DTFC touchstart.DTFC",function(){e||(c="left")}).on("scroll.DTFC",function(a){!c&&a.originalEvent&&(c="left");"left"===c&&(b.dom.scroller.scrollTop=b.dom.grid.left.liner.scrollTop,0<b.s.iRightColumns&&(b.dom.grid.right.liner.scrollTop=b.dom.grid.left.liner.scrollTop))}).on(f,function(a){b.dom.scroller.scrollLeft-="wheel"===a.type?-a.originalEvent.deltaX:a.originalEvent.wheelDeltaX});
12
- if(0<b.s.iRightColumns)d(b.dom.grid.right.liner).on("mouseover.DTFC touchstart.DTFC",function(){e||(c="right")}).on("scroll.DTFC",function(a){!c&&a.originalEvent&&(c="right");"right"===c&&(b.dom.scroller.scrollTop=b.dom.grid.right.liner.scrollTop,0<b.s.iLeftColumns&&(b.dom.grid.left.liner.scrollTop=b.dom.grid.right.liner.scrollTop))}).on(f,function(a){b.dom.scroller.scrollLeft-="wheel"===a.type?-a.originalEvent.deltaX:a.originalEvent.wheelDeltaX});d(p).on("resize.DTFC",function(){b._fnGridLayout.call(b)});
13
- var g=!0,h=d(this.s.dt.nTable);h.on("draw.dt.DTFC",function(){b._fnColCalc();b._fnDraw.call(b,g);g=!1}).on("column-sizing.dt.DTFC",function(){b._fnColCalc();b._fnGridLayout(b)}).on("column-visibility.dt.DTFC",function(a,c,d,e,f){if(f===t||f)b._fnColCalc(),b._fnGridLayout(b),b._fnDraw(!0)}).on("select.dt.DTFC deselect.dt.DTFC",function(a){"dt"===a.namespace&&b._fnDraw(!1)}).on("destroy.dt.DTFC",function(){h.off(".DTFC");d(b.dom.scroller).off(".DTFC");d(p).off(".DTFC");d(b.s.dt.nTableWrapper).off(".DTFC");
14
- d(b.dom.grid.left.liner).off(".DTFC "+f);d(b.dom.grid.left.wrapper).remove();d(b.dom.grid.right.liner).off(".DTFC "+f);d(b.dom.grid.right.wrapper).remove()});this._fnGridLayout();this.s.dt.oInstance.fnDraw(!1)}},_fnColCalc:function(){var a=this,b=0,c=0;this.s.aiInnerWidths=[];this.s.aiOuterWidths=[];d.each(this.s.dt.aoColumns,function(e,f){var g=d(f.nTh),h;if(g.filter(":visible").length){var i=g.outerWidth();0===a.s.aiOuterWidths.length&&(h=d(a.s.dt.nTable).css("border-left-width"),i+="string"===
15
- typeof h&&-1===h.indexOf("px")?1:parseInt(h,10));a.s.aiOuterWidths.length===a.s.dt.aoColumns.length-1&&(h=d(a.s.dt.nTable).css("border-right-width"),i+="string"===typeof h&&-1===h.indexOf("px")?1:parseInt(h,10));a.s.aiOuterWidths.push(i);a.s.aiInnerWidths.push(g.width());e<a.s.iLeftColumns&&(b+=i);a.s.iTableColumns-a.s.iRightColumns<=e&&(c+=i)}else a.s.aiInnerWidths.push(0),a.s.aiOuterWidths.push(0)});this.s.iLeftWidth=b;this.s.iRightWidth=c},_fnGridSetup:function(){var a=this._fnDTOverflow(),b;this.dom.body=
16
- this.s.dt.nTable;this.dom.header=this.s.dt.nTHead.parentNode;this.dom.header.parentNode.parentNode.style.position="relative";var c=d('<div class="DTFC_ScrollWrapper" style="position:relative; clear:both;"><div class="DTFC_LeftWrapper" style="position:absolute; top:0; left:0;" aria-hidden="true"><div class="DTFC_LeftHeadWrapper" style="position:relative; top:0; left:0; overflow:hidden;"></div><div class="DTFC_LeftBodyWrapper" style="position:relative; top:0; left:0; overflow:hidden;"><div class="DTFC_LeftBodyLiner" style="position:relative; top:0; left:0; overflow-y:scroll;"></div></div><div class="DTFC_LeftFootWrapper" style="position:relative; top:0; left:0; overflow:hidden;"></div></div><div class="DTFC_RightWrapper" style="position:absolute; top:0; right:0;" aria-hidden="true"><div class="DTFC_RightHeadWrapper" style="position:relative; top:0; left:0;"><div class="DTFC_RightHeadBlocker DTFC_Blocker" style="position:absolute; top:0; bottom:0;"></div></div><div class="DTFC_RightBodyWrapper" style="position:relative; top:0; left:0; overflow:hidden;"><div class="DTFC_RightBodyLiner" style="position:relative; top:0; left:0; overflow-y:scroll;"></div></div><div class="DTFC_RightFootWrapper" style="position:relative; top:0; left:0;"><div class="DTFC_RightFootBlocker DTFC_Blocker" style="position:absolute; top:0; bottom:0;"></div></div></div></div>')[0],
17
- e=c.childNodes[0],f=c.childNodes[1];this.dom.grid.dt.parentNode.insertBefore(c,this.dom.grid.dt);c.appendChild(this.dom.grid.dt);this.dom.grid.wrapper=c;0<this.s.iLeftColumns&&(this.dom.grid.left.wrapper=e,this.dom.grid.left.head=e.childNodes[0],this.dom.grid.left.body=e.childNodes[1],this.dom.grid.left.liner=d("div.DTFC_LeftBodyLiner",c)[0],c.appendChild(e));0<this.s.iRightColumns&&(this.dom.grid.right.wrapper=f,this.dom.grid.right.head=f.childNodes[0],this.dom.grid.right.body=f.childNodes[1],this.dom.grid.right.liner=
18
- d("div.DTFC_RightBodyLiner",c)[0],f.style.right=a.bar+"px",b=d("div.DTFC_RightHeadBlocker",c)[0],b.style.width=a.bar+"px",b.style.right=-a.bar+"px",this.dom.grid.right.headBlock=b,b=d("div.DTFC_RightFootBlocker",c)[0],b.style.width=a.bar+"px",b.style.right=-a.bar+"px",this.dom.grid.right.footBlock=b,c.appendChild(f));if(this.s.dt.nTFoot&&(this.dom.footer=this.s.dt.nTFoot.parentNode,0<this.s.iLeftColumns&&(this.dom.grid.left.foot=e.childNodes[2]),0<this.s.iRightColumns))this.dom.grid.right.foot=f.childNodes[2];
19
- this.s.rtl&&d("div.DTFC_RightHeadBlocker",c).css({left:-a.bar+"px",right:""})},_fnGridLayout:function(){var a=this,b=this.dom.grid;d(b.wrapper).width();var c=this.s.dt.nTable.parentNode.offsetHeight,e=this.s.dt.nTable.parentNode.parentNode.offsetHeight,f=this._fnDTOverflow(),g=this.s.iLeftWidth,h=this.s.iRightWidth,i="rtl"===d(this.dom.body).css("direction"),j=function(b,c){f.bar?a._firefoxScrollError()?34<d(b).height()&&(b.style.width=c+f.bar+"px"):b.style.width=c+f.bar+"px":(b.style.width=c+20+
20
- "px",b.style.paddingRight="20px",b.style.boxSizing="border-box")};f.x&&(c-=f.bar);b.wrapper.style.height=e+"px";0<this.s.iLeftColumns&&(e=b.left.wrapper,e.style.width=g+"px",e.style.height="1px",i?(e.style.left="",e.style.right=0):(e.style.left=0,e.style.right=""),b.left.body.style.height=c+"px",b.left.foot&&(b.left.foot.style.top=(f.x?f.bar:0)+"px"),j(b.left.liner,g),b.left.liner.style.height=c+"px",b.left.liner.style.maxHeight=c+"px");0<this.s.iRightColumns&&(e=b.right.wrapper,e.style.width=h+"px",
21
- e.style.height="1px",this.s.rtl?(e.style.left=f.y?f.bar+"px":0,e.style.right=""):(e.style.left="",e.style.right=f.y?f.bar+"px":0),b.right.body.style.height=c+"px",b.right.foot&&(b.right.foot.style.top=(f.x?f.bar:0)+"px"),j(b.right.liner,h),b.right.liner.style.height=c+"px",b.right.liner.style.maxHeight=c+"px",b.right.headBlock.style.display=f.y?"block":"none",b.right.footBlock.style.display=f.y?"block":"none")},_fnDTOverflow:function(){var a=this.s.dt.nTable,b=a.parentNode,c={x:!1,y:!1,bar:this.s.dt.oScroll.iBarWidth};
22
- a.offsetWidth>b.clientWidth&&(c.x=!0);a.offsetHeight>b.clientHeight&&(c.y=!0);return c},_fnDraw:function(a){this._fnGridLayout();this._fnCloneLeft(a);this._fnCloneRight(a);null!==this.s.fnDrawCallback&&this.s.fnDrawCallback.call(this,this.dom.clone.left,this.dom.clone.right);d(this).trigger("draw.dtfc",{leftClone:this.dom.clone.left,rightClone:this.dom.clone.right})},_fnCloneRight:function(a){if(!(0>=this.s.iRightColumns)){var b,c=[];for(b=this.s.iTableColumns-this.s.iRightColumns;b<this.s.iTableColumns;b++)this.s.dt.aoColumns[b].bVisible&&
23
- c.push(b);this._fnClone(this.dom.clone.right,this.dom.grid.right,c,a)}},_fnCloneLeft:function(a){if(!(0>=this.s.iLeftColumns)){var b,c=[];for(b=0;b<this.s.iLeftColumns;b++)this.s.dt.aoColumns[b].bVisible&&c.push(b);this._fnClone(this.dom.clone.left,this.dom.grid.left,c,a)}},_fnCopyLayout:function(a,b,c){for(var e=[],f=[],g=[],h=0,i=a.length;h<i;h++){var j=[];j.nTr=d(a[h].nTr).clone(c,!1)[0];for(var l=0,o=this.s.iTableColumns;l<o;l++)if(-1!==d.inArray(l,b)){var q=d.inArray(a[h][l].cell,g);-1===q?(q=
24
- d(a[h][l].cell).clone(c,!1)[0],f.push(q),g.push(a[h][l].cell),j.push({cell:q,unique:a[h][l].unique})):j.push({cell:f[q],unique:a[h][l].unique})}e.push(j)}return e},_fnClone:function(a,b,c,e){var f=this,g,h,i,j,l,o,q,n,m,k=this.s.dt;if(e){d(a.header).remove();a.header=d(this.dom.header).clone(!0,!1)[0];a.header.className+=" DTFC_Cloned";a.header.style.width="100%";b.head.appendChild(a.header);n=this._fnCopyLayout(k.aoHeader,c,!0);j=d(">thead",a.header);j.empty();g=0;for(h=n.length;g<h;g++)j[0].appendChild(n[g].nTr);
25
- k.oApi._fnDrawHead(k,n,!0)}else{n=this._fnCopyLayout(k.aoHeader,c,!1);m=[];k.oApi._fnDetectHeader(m,d(">thead",a.header)[0]);g=0;for(h=n.length;g<h;g++){i=0;for(j=n[g].length;i<j;i++)m[g][i].cell.className=n[g][i].cell.className,d("span.DataTables_sort_icon",m[g][i].cell).each(function(){this.className=d("span.DataTables_sort_icon",n[g][i].cell)[0].className})}}this._fnEqualiseHeights("thead",this.dom.header,a.header);"auto"==this.s.sHeightMatch&&d(">tbody>tr",f.dom.body).css("height","auto");null!==
26
- a.body&&(d(a.body).remove(),a.body=null);a.body=d(this.dom.body).clone(!0)[0];a.body.className+=" DTFC_Cloned";a.body.style.paddingBottom=k.oScroll.iBarWidth+"px";a.body.style.marginBottom=2*k.oScroll.iBarWidth+"px";null!==a.body.getAttribute("id")&&a.body.removeAttribute("id");d(">thead>tr",a.body).empty();d(">tfoot",a.body).remove();var p=d("tbody",a.body)[0];d(p).empty();if(0<k.aiDisplay.length){h=d(">thead>tr",a.body)[0];for(q=0;q<c.length;q++)l=c[q],o=d(k.aoColumns[l].nTh).clone(!0)[0],o.innerHTML=
27
- "",j=o.style,j.paddingTop="0",j.paddingBottom="0",j.borderTopWidth="0",j.borderBottomWidth="0",j.height=0,j.width=f.s.aiInnerWidths[l]+"px",h.appendChild(o);d(">tbody>tr",f.dom.body).each(function(a){var a=f.s.dt.oFeatures.bServerSide===false?f.s.dt.aiDisplay[f.s.dt._iDisplayStart+a]:a,b=f.s.dt.aoData[a].anCells||d(this).children("td, th"),e=this.cloneNode(false);e.removeAttribute("id");e.setAttribute("data-dt-row",a);for(q=0;q<c.length;q++){l=c[q];if(b.length>0){o=d(b[l]).clone(true,true)[0];o.removeAttribute("id");
28
- o.setAttribute("data-dt-row",a);o.setAttribute("data-dt-column",l);e.appendChild(o)}}p.appendChild(e)})}else d(">tbody>tr",f.dom.body).each(function(){o=this.cloneNode(true);o.className=o.className+" DTFC_NoData";d("td",o).html("");p.appendChild(o)});a.body.style.width="100%";a.body.style.margin="0";a.body.style.padding="0";k.oScroller!==t&&(h=k.oScroller.dom.force,b.forcer?b.forcer.style.height=h.style.height:(b.forcer=h.cloneNode(!0),b.liner.appendChild(b.forcer)));b.liner.appendChild(a.body);this._fnEqualiseHeights("tbody",
29
- f.dom.body,a.body);if(null!==k.nTFoot){if(e){null!==a.footer&&a.footer.parentNode.removeChild(a.footer);a.footer=d(this.dom.footer).clone(!0,!0)[0];a.footer.className+=" DTFC_Cloned";a.footer.style.width="100%";b.foot.appendChild(a.footer);n=this._fnCopyLayout(k.aoFooter,c,!0);b=d(">tfoot",a.footer);b.empty();g=0;for(h=n.length;g<h;g++)b[0].appendChild(n[g].nTr);k.oApi._fnDrawHead(k,n,!0)}else{n=this._fnCopyLayout(k.aoFooter,c,!1);b=[];k.oApi._fnDetectHeader(b,d(">tfoot",a.footer)[0]);g=0;for(h=n.length;g<
30
- h;g++){i=0;for(j=n[g].length;i<j;i++)b[g][i].cell.className=n[g][i].cell.className}}this._fnEqualiseHeights("tfoot",this.dom.footer,a.footer)}b=k.oApi._fnGetUniqueThs(k,d(">thead",a.header)[0]);d(b).each(function(a){l=c[a];this.style.width=f.s.aiInnerWidths[l]+"px"});null!==f.s.dt.nTFoot&&(b=k.oApi._fnGetUniqueThs(k,d(">tfoot",a.footer)[0]),d(b).each(function(a){l=c[a];this.style.width=f.s.aiInnerWidths[l]+"px"}))},_fnGetTrNodes:function(a){for(var b=[],c=0,d=a.childNodes.length;c<d;c++)"TR"==a.childNodes[c].nodeName.toUpperCase()&&
31
- b.push(a.childNodes[c]);return b},_fnEqualiseHeights:function(a,b,c){if(!("none"==this.s.sHeightMatch&&"thead"!==a&&"tfoot"!==a)){var e,f,g=b.getElementsByTagName(a)[0],c=c.getElementsByTagName(a)[0],a=d(">"+a+">tr:eq(0)",b).children(":first");a.outerHeight();a.height();for(var g=this._fnGetTrNodes(g),b=this._fnGetTrNodes(c),h=[],c=0,a=b.length;c<a;c++)e=g[c].offsetHeight,f=b[c].offsetHeight,e=f>e?f:e,"semiauto"==this.s.sHeightMatch&&(g[c]._DTTC_iHeight=e),h.push(e);c=0;for(a=b.length;c<a;c++)b[c].style.height=
32
- h[c]+"px",g[c].style.height=h[c]+"px"}},_firefoxScrollError:function(){if(u===t){var a=d("<div/>").css({position:"absolute",top:0,left:0,height:10,width:50,overflow:"scroll"}).appendTo("body");u=a[0].clientWidth===a[0].offsetWidth&&0!==this._fnDTOverflow().bar;a.remove()}return u}});m.defaults={iLeftColumns:1,iRightColumns:0,fnDrawCallback:null,sHeightMatch:"semiauto"};m.version="3.2.6";s.Api.register("fixedColumns()",function(){return this});s.Api.register("fixedColumns().update()",function(){return this.iterator("table",
33
- function(a){a._oFixedColumns&&a._oFixedColumns.fnUpdate()})});s.Api.register("fixedColumns().relayout()",function(){return this.iterator("table",function(a){a._oFixedColumns&&a._oFixedColumns.fnRedrawLayout()})});s.Api.register("rows().recalcHeight()",function(){return this.iterator("row",function(a,b){a._oFixedColumns&&a._oFixedColumns.fnRecalculateHeight(this.row(b).node())})});s.Api.register("fixedColumns().rowIndex()",function(a){a=d(a);return a.parents(".DTFC_Cloned").length?this.rows({page:"current"}).indexes()[a.index()]:
34
- this.row(a).index()});s.Api.register("fixedColumns().cellIndex()",function(a){a=d(a);if(a.parents(".DTFC_Cloned").length){var b=a.parent().index(),b=this.rows({page:"current"}).indexes()[b],a=a.parents(".DTFC_LeftWrapper").length?a.index():this.columns().flatten().length-this.context[0]._oFixedColumns.s.iRightColumns+a.index();return{row:b,column:this.column.index("toData",a),columnVisible:a}}return this.cell(a).index()});d(r).on("init.dt.fixedColumns",function(a,b){if("dt"===a.namespace){var c=b.oInit.fixedColumns,
35
  e=s.defaults.fixedColumns;if(c||e)e=d.extend({},c,e),!1!==c&&new m(b,e)}});d.fn.dataTable.FixedColumns=m;return d.fn.DataTable.FixedColumns=m});
1
+ /*!
2
+ FixedColumns 3.2.6
3
+ ©2010-2018 SpryMedia Ltd - datatables.net/license
4
+ */
5
+ (function(d){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(p){return d(p,window,document)}):"object"===typeof exports?module.exports=function(p,r){p||(p=window);if(!r||!r.fn.dataTable)r=require("datatables.net")(p,r).$;return d(r,p,p.document)}:d(jQuery,window,document)})(function(d,p,r,t){var s=d.fn.dataTable,u,m=function(a,b){var c=this;if(this instanceof m){if(b===t||!0===b)b={};var e=d.fn.dataTable.camelToHungarian;e&&(e(m.defaults,m.defaults,!0),e(m.defaults,
6
+ b));e=(new d.fn.dataTable.Api(a)).settings()[0];this.s={dt:e,iTableColumns:e.aoColumns.length,aiOuterWidths:[],aiInnerWidths:[],rtl:"rtl"===d(e.nTable).css("direction")};this.dom={scroller:null,header:null,body:null,footer:null,grid:{wrapper:null,dt:null,left:{wrapper:null,head:null,body:null,foot:null},right:{wrapper:null,head:null,body:null,foot:null}},clone:{left:{header:null,body:null,footer:null},right:{header:null,body:null,footer:null}}};if(e._oFixedColumns)throw"FixedColumns already initialised on this table";
7
+ e._oFixedColumns=this;e._bInitComplete?this._fnConstruct(b):e.oApi._fnCallbackReg(e,"aoInitComplete",function(){c._fnConstruct(b)},"FixedColumns")}else alert("FixedColumns warning: FixedColumns must be initialised with the 'new' keyword.")};d.extend(m.prototype,{fnUpdate:function(){this._fnDraw(!0)},fnRedrawLayout:function(){this._fnColCalc();this._fnGridLayout();this.fnUpdate()},fnRecalculateHeight:function(a){delete a._DTTC_iHeight;a.style.height="auto"},fnSetRowHeight:function(a,b){a.style.height=
8
+ b+"px"},fnGetPosition:function(a){var b=this.s.dt.oInstance;if(d(a).parents(".DTFC_Cloned").length){if("tr"===a.nodeName.toLowerCase())return a=d(a).index(),b.fnGetPosition(d("tr",this.s.dt.nTBody)[a]);var c=d(a).index(),a=d(a.parentNode).index();return[b.fnGetPosition(d("tr",this.s.dt.nTBody)[a]),c,b.oApi._fnVisibleToColumnIndex(this.s.dt,c)]}return b.fnGetPosition(a)},_fnConstruct:function(a){var b=this;if("function"!=typeof this.s.dt.oInstance.fnVersionCheck||!0!==this.s.dt.oInstance.fnVersionCheck("1.8.0"))alert("FixedColumns "+
9
+ m.VERSION+" required DataTables 1.8.0 or later. Please upgrade your DataTables installation");else if(""===this.s.dt.oScroll.sX)this.s.dt.oInstance.oApi._fnLog(this.s.dt,1,"FixedColumns is not needed (no x-scrolling in DataTables enabled), so no action will be taken. Use 'FixedHeader' for column fixing when scrolling is not enabled");else{this.s=d.extend(!0,this.s,m.defaults,a);a=this.s.dt.oClasses;this.dom.grid.dt=d(this.s.dt.nTable).parents("div."+a.sScrollWrapper)[0];this.dom.scroller=d("div."+
10
+ a.sScrollBody,this.dom.grid.dt)[0];this._fnColCalc();this._fnGridSetup();var c,e=!1;d(this.s.dt.nTableWrapper).on("mousedown.DTFC",function(a){0===a.button&&(e=!0,d(r).one("mouseup",function(){e=!1}))});d(this.dom.scroller).on("mouseover.DTFC touchstart.DTFC",function(){e||(c="main")}).on("scroll.DTFC",function(a){!c&&a.originalEvent&&(c="main");if("main"===c&&(0<b.s.iLeftColumns&&(b.dom.grid.left.liner.scrollTop=b.dom.scroller.scrollTop),0<b.s.iRightColumns))b.dom.grid.right.liner.scrollTop=b.dom.scroller.scrollTop});
11
+ var f="onwheel"in r.createElement("div")?"wheel.DTFC":"mousewheel.DTFC";if(0<b.s.iLeftColumns)d(b.dom.grid.left.liner).on("mouseover.DTFC touchstart.DTFC",function(){e||(c="left")}).on("scroll.DTFC",function(a){!c&&a.originalEvent&&(c="left");"left"===c&&(b.dom.scroller.scrollTop=b.dom.grid.left.liner.scrollTop,0<b.s.iRightColumns&&(b.dom.grid.right.liner.scrollTop=b.dom.grid.left.liner.scrollTop))}).on(f,function(a){b.dom.scroller.scrollLeft-="wheel"===a.type?-a.originalEvent.deltaX:a.originalEvent.wheelDeltaX});
12
+ if(0<b.s.iRightColumns)d(b.dom.grid.right.liner).on("mouseover.DTFC touchstart.DTFC",function(){e||(c="right")}).on("scroll.DTFC",function(a){!c&&a.originalEvent&&(c="right");"right"===c&&(b.dom.scroller.scrollTop=b.dom.grid.right.liner.scrollTop,0<b.s.iLeftColumns&&(b.dom.grid.left.liner.scrollTop=b.dom.grid.right.liner.scrollTop))}).on(f,function(a){b.dom.scroller.scrollLeft-="wheel"===a.type?-a.originalEvent.deltaX:a.originalEvent.wheelDeltaX});d(p).on("resize.DTFC",function(){b._fnGridLayout.call(b)});
13
+ var g=!0,h=d(this.s.dt.nTable);h.on("draw.dt.DTFC",function(){b._fnColCalc();b._fnDraw.call(b,g);g=!1}).on("column-sizing.dt.DTFC",function(){b._fnColCalc();b._fnGridLayout(b)}).on("column-visibility.dt.DTFC",function(a,c,d,e,f){if(f===t||f)b._fnColCalc(),b._fnGridLayout(b),b._fnDraw(!0)}).on("select.dt.DTFC deselect.dt.DTFC",function(a){"dt"===a.namespace&&b._fnDraw(!1)}).on("destroy.dt.DTFC",function(){h.off(".DTFC");d(b.dom.scroller).off(".DTFC");d(p).off(".DTFC");d(b.s.dt.nTableWrapper).off(".DTFC");
14
+ d(b.dom.grid.left.liner).off(".DTFC "+f);d(b.dom.grid.left.wrapper).remove();d(b.dom.grid.right.liner).off(".DTFC "+f);d(b.dom.grid.right.wrapper).remove()});this._fnGridLayout();this.s.dt.oInstance.fnDraw(!1)}},_fnColCalc:function(){var a=this,b=0,c=0;this.s.aiInnerWidths=[];this.s.aiOuterWidths=[];d.each(this.s.dt.aoColumns,function(e,f){var g=d(f.nTh),h;if(g.filter(":visible").length){var i=g.outerWidth();0===a.s.aiOuterWidths.length&&(h=d(a.s.dt.nTable).css("border-left-width"),i+="string"===
15
+ typeof h&&-1===h.indexOf("px")?1:parseInt(h,10));a.s.aiOuterWidths.length===a.s.dt.aoColumns.length-1&&(h=d(a.s.dt.nTable).css("border-right-width"),i+="string"===typeof h&&-1===h.indexOf("px")?1:parseInt(h,10));a.s.aiOuterWidths.push(i);a.s.aiInnerWidths.push(g.width());e<a.s.iLeftColumns&&(b+=i);a.s.iTableColumns-a.s.iRightColumns<=e&&(c+=i)}else a.s.aiInnerWidths.push(0),a.s.aiOuterWidths.push(0)});this.s.iLeftWidth=b;this.s.iRightWidth=c},_fnGridSetup:function(){var a=this._fnDTOverflow(),b;this.dom.body=
16
+ this.s.dt.nTable;this.dom.header=this.s.dt.nTHead.parentNode;this.dom.header.parentNode.parentNode.style.position="relative";var c=d('<div class="DTFC_ScrollWrapper" style="position:relative; clear:both;"><div class="DTFC_LeftWrapper" style="position:absolute; top:0; left:0;" aria-hidden="true"><div class="DTFC_LeftHeadWrapper" style="position:relative; top:0; left:0; overflow:hidden;"></div><div class="DTFC_LeftBodyWrapper" style="position:relative; top:0; left:0; overflow:hidden;"><div class="DTFC_LeftBodyLiner" style="position:relative; top:0; left:0; overflow-y:scroll;"></div></div><div class="DTFC_LeftFootWrapper" style="position:relative; top:0; left:0; overflow:hidden;"></div></div><div class="DTFC_RightWrapper" style="position:absolute; top:0; right:0;" aria-hidden="true"><div class="DTFC_RightHeadWrapper" style="position:relative; top:0; left:0;"><div class="DTFC_RightHeadBlocker DTFC_Blocker" style="position:absolute; top:0; bottom:0;"></div></div><div class="DTFC_RightBodyWrapper" style="position:relative; top:0; left:0; overflow:hidden;"><div class="DTFC_RightBodyLiner" style="position:relative; top:0; left:0; overflow-y:scroll;"></div></div><div class="DTFC_RightFootWrapper" style="position:relative; top:0; left:0;"><div class="DTFC_RightFootBlocker DTFC_Blocker" style="position:absolute; top:0; bottom:0;"></div></div></div></div>')[0],
17
+ e=c.childNodes[0],f=c.childNodes[1];this.dom.grid.dt.parentNode.insertBefore(c,this.dom.grid.dt);c.appendChild(this.dom.grid.dt);this.dom.grid.wrapper=c;0<this.s.iLeftColumns&&(this.dom.grid.left.wrapper=e,this.dom.grid.left.head=e.childNodes[0],this.dom.grid.left.body=e.childNodes[1],this.dom.grid.left.liner=d("div.DTFC_LeftBodyLiner",c)[0],c.appendChild(e));0<this.s.iRightColumns&&(this.dom.grid.right.wrapper=f,this.dom.grid.right.head=f.childNodes[0],this.dom.grid.right.body=f.childNodes[1],this.dom.grid.right.liner=
18
+ d("div.DTFC_RightBodyLiner",c)[0],f.style.right=a.bar+"px",b=d("div.DTFC_RightHeadBlocker",c)[0],b.style.width=a.bar+"px",b.style.right=-a.bar+"px",this.dom.grid.right.headBlock=b,b=d("div.DTFC_RightFootBlocker",c)[0],b.style.width=a.bar+"px",b.style.right=-a.bar+"px",this.dom.grid.right.footBlock=b,c.appendChild(f));if(this.s.dt.nTFoot&&(this.dom.footer=this.s.dt.nTFoot.parentNode,0<this.s.iLeftColumns&&(this.dom.grid.left.foot=e.childNodes[2]),0<this.s.iRightColumns))this.dom.grid.right.foot=f.childNodes[2];
19
+ this.s.rtl&&d("div.DTFC_RightHeadBlocker",c).css({left:-a.bar+"px",right:""})},_fnGridLayout:function(){var a=this,b=this.dom.grid;d(b.wrapper).width();var c=this.s.dt.nTable.parentNode.offsetHeight,e=this.s.dt.nTable.parentNode.parentNode.offsetHeight,f=this._fnDTOverflow(),g=this.s.iLeftWidth,h=this.s.iRightWidth,i="rtl"===d(this.dom.body).css("direction"),j=function(b,c){f.bar?a._firefoxScrollError()?34<d(b).height()&&(b.style.width=c+f.bar+"px"):b.style.width=c+f.bar+"px":(b.style.width=c+20+
20
+ "px",b.style.paddingRight="20px",b.style.boxSizing="border-box")};f.x&&(c-=f.bar);b.wrapper.style.height=e+"px";0<this.s.iLeftColumns&&(e=b.left.wrapper,e.style.width=g+"px",e.style.height="1px",i?(e.style.left="",e.style.right=0):(e.style.left=0,e.style.right=""),b.left.body.style.height=c+"px",b.left.foot&&(b.left.foot.style.top=(f.x?f.bar:0)+"px"),j(b.left.liner,g),b.left.liner.style.height=c+"px",b.left.liner.style.maxHeight=c+"px");0<this.s.iRightColumns&&(e=b.right.wrapper,e.style.width=h+"px",
21
+ e.style.height="1px",this.s.rtl?(e.style.left=f.y?f.bar+"px":0,e.style.right=""):(e.style.left="",e.style.right=f.y?f.bar+"px":0),b.right.body.style.height=c+"px",b.right.foot&&(b.right.foot.style.top=(f.x?f.bar:0)+"px"),j(b.right.liner,h),b.right.liner.style.height=c+"px",b.right.liner.style.maxHeight=c+"px",b.right.headBlock.style.display=f.y?"block":"none",b.right.footBlock.style.display=f.y?"block":"none")},_fnDTOverflow:function(){var a=this.s.dt.nTable,b=a.parentNode,c={x:!1,y:!1,bar:this.s.dt.oScroll.iBarWidth};
22
+ a.offsetWidth>b.clientWidth&&(c.x=!0);a.offsetHeight>b.clientHeight&&(c.y=!0);return c},_fnDraw:function(a){this._fnGridLayout();this._fnCloneLeft(a);this._fnCloneRight(a);null!==this.s.fnDrawCallback&&this.s.fnDrawCallback.call(this,this.dom.clone.left,this.dom.clone.right);d(this).trigger("draw.dtfc",{leftClone:this.dom.clone.left,rightClone:this.dom.clone.right})},_fnCloneRight:function(a){if(!(0>=this.s.iRightColumns)){var b,c=[];for(b=this.s.iTableColumns-this.s.iRightColumns;b<this.s.iTableColumns;b++)this.s.dt.aoColumns[b].bVisible&&
23
+ c.push(b);this._fnClone(this.dom.clone.right,this.dom.grid.right,c,a)}},_fnCloneLeft:function(a){if(!(0>=this.s.iLeftColumns)){var b,c=[];for(b=0;b<this.s.iLeftColumns;b++)this.s.dt.aoColumns[b].bVisible&&c.push(b);this._fnClone(this.dom.clone.left,this.dom.grid.left,c,a)}},_fnCopyLayout:function(a,b,c){for(var e=[],f=[],g=[],h=0,i=a.length;h<i;h++){var j=[];j.nTr=d(a[h].nTr).clone(c,!1)[0];for(var l=0,o=this.s.iTableColumns;l<o;l++)if(-1!==d.inArray(l,b)){var q=d.inArray(a[h][l].cell,g);-1===q?(q=
24
+ d(a[h][l].cell).clone(c,!1)[0],f.push(q),g.push(a[h][l].cell),j.push({cell:q,unique:a[h][l].unique})):j.push({cell:f[q],unique:a[h][l].unique})}e.push(j)}return e},_fnClone:function(a,b,c,e){var f=this,g,h,i,j,l,o,q,n,m,k=this.s.dt;if(e){d(a.header).remove();a.header=d(this.dom.header).clone(!0,!1)[0];a.header.className+=" DTFC_Cloned";a.header.style.width="100%";b.head.appendChild(a.header);n=this._fnCopyLayout(k.aoHeader,c,!0);j=d(">thead",a.header);j.empty();g=0;for(h=n.length;g<h;g++)j[0].appendChild(n[g].nTr);
25
+ k.oApi._fnDrawHead(k,n,!0)}else{n=this._fnCopyLayout(k.aoHeader,c,!1);m=[];k.oApi._fnDetectHeader(m,d(">thead",a.header)[0]);g=0;for(h=n.length;g<h;g++){i=0;for(j=n[g].length;i<j;i++)m[g][i].cell.className=n[g][i].cell.className,d("span.DataTables_sort_icon",m[g][i].cell).each(function(){this.className=d("span.DataTables_sort_icon",n[g][i].cell)[0].className})}}this._fnEqualiseHeights("thead",this.dom.header,a.header);"auto"==this.s.sHeightMatch&&d(">tbody>tr",f.dom.body).css("height","auto");null!==
26
+ a.body&&(d(a.body).remove(),a.body=null);a.body=d(this.dom.body).clone(!0)[0];a.body.className+=" DTFC_Cloned";a.body.style.paddingBottom=k.oScroll.iBarWidth+"px";a.body.style.marginBottom=2*k.oScroll.iBarWidth+"px";null!==a.body.getAttribute("id")&&a.body.removeAttribute("id");d(">thead>tr",a.body).empty();d(">tfoot",a.body).remove();var p=d("tbody",a.body)[0];d(p).empty();if(0<k.aiDisplay.length){h=d(">thead>tr",a.body)[0];for(q=0;q<c.length;q++)l=c[q],o=d(k.aoColumns[l].nTh).clone(!0)[0],o.innerHTML=
27
+ "",j=o.style,j.paddingTop="0",j.paddingBottom="0",j.borderTopWidth="0",j.borderBottomWidth="0",j.height=0,j.width=f.s.aiInnerWidths[l]+"px",h.appendChild(o);d(">tbody>tr",f.dom.body).each(function(a){var a=f.s.dt.oFeatures.bServerSide===false?f.s.dt.aiDisplay[f.s.dt._iDisplayStart+a]:a,b=f.s.dt.aoData[a].anCells||d(this).children("td, th"),e=this.cloneNode(false);e.removeAttribute("id");e.setAttribute("data-dt-row",a);for(q=0;q<c.length;q++){l=c[q];if(b.length>0){o=d(b[l]).clone(true,true)[0];o.removeAttribute("id");
28
+ o.setAttribute("data-dt-row",a);o.setAttribute("data-dt-column",l);e.appendChild(o)}}p.appendChild(e)})}else d(">tbody>tr",f.dom.body).each(function(){o=this.cloneNode(true);o.className=o.className+" DTFC_NoData";d("td",o).html("");p.appendChild(o)});a.body.style.width="100%";a.body.style.margin="0";a.body.style.padding="0";k.oScroller!==t&&(h=k.oScroller.dom.force,b.forcer?b.forcer.style.height=h.style.height:(b.forcer=h.cloneNode(!0),b.liner.appendChild(b.forcer)));b.liner.appendChild(a.body);this._fnEqualiseHeights("tbody",
29
+ f.dom.body,a.body);if(null!==k.nTFoot){if(e){null!==a.footer&&a.footer.parentNode.removeChild(a.footer);a.footer=d(this.dom.footer).clone(!0,!0)[0];a.footer.className+=" DTFC_Cloned";a.footer.style.width="100%";b.foot.appendChild(a.footer);n=this._fnCopyLayout(k.aoFooter,c,!0);b=d(">tfoot",a.footer);b.empty();g=0;for(h=n.length;g<h;g++)b[0].appendChild(n[g].nTr);k.oApi._fnDrawHead(k,n,!0)}else{n=this._fnCopyLayout(k.aoFooter,c,!1);b=[];k.oApi._fnDetectHeader(b,d(">tfoot",a.footer)[0]);g=0;for(h=n.length;g<
30
+ h;g++){i=0;for(j=n[g].length;i<j;i++)b[g][i].cell.className=n[g][i].cell.className}}this._fnEqualiseHeights("tfoot",this.dom.footer,a.footer)}b=k.oApi._fnGetUniqueThs(k,d(">thead",a.header)[0]);d(b).each(function(a){l=c[a];this.style.width=f.s.aiInnerWidths[l]+"px"});null!==f.s.dt.nTFoot&&(b=k.oApi._fnGetUniqueThs(k,d(">tfoot",a.footer)[0]),d(b).each(function(a){l=c[a];this.style.width=f.s.aiInnerWidths[l]+"px"}))},_fnGetTrNodes:function(a){for(var b=[],c=0,d=a.childNodes.length;c<d;c++)"TR"==a.childNodes[c].nodeName.toUpperCase()&&
31
+ b.push(a.childNodes[c]);return b},_fnEqualiseHeights:function(a,b,c){if(!("none"==this.s.sHeightMatch&&"thead"!==a&&"tfoot"!==a)){var e,f,g=b.getElementsByTagName(a)[0],c=c.getElementsByTagName(a)[0],a=d(">"+a+">tr:eq(0)",b).children(":first");a.outerHeight();a.height();for(var g=this._fnGetTrNodes(g),b=this._fnGetTrNodes(c),h=[],c=0,a=b.length;c<a;c++)e=g[c].offsetHeight,f=b[c].offsetHeight,e=f>e?f:e,"semiauto"==this.s.sHeightMatch&&(g[c]._DTTC_iHeight=e),h.push(e);c=0;for(a=b.length;c<a;c++)b[c].style.height=
32
+ h[c]+"px",g[c].style.height=h[c]+"px"}},_firefoxScrollError:function(){if(u===t){var a=d("<div/>").css({position:"absolute",top:0,left:0,height:10,width:50,overflow:"scroll"}).appendTo("body");u=a[0].clientWidth===a[0].offsetWidth&&0!==this._fnDTOverflow().bar;a.remove()}return u}});m.defaults={iLeftColumns:1,iRightColumns:0,fnDrawCallback:null,sHeightMatch:"semiauto"};m.version="3.2.6";s.Api.register("fixedColumns()",function(){return this});s.Api.register("fixedColumns().update()",function(){return this.iterator("table",
33
+ function(a){a._oFixedColumns&&a._oFixedColumns.fnUpdate()})});s.Api.register("fixedColumns().relayout()",function(){return this.iterator("table",function(a){a._oFixedColumns&&a._oFixedColumns.fnRedrawLayout()})});s.Api.register("rows().recalcHeight()",function(){return this.iterator("row",function(a,b){a._oFixedColumns&&a._oFixedColumns.fnRecalculateHeight(this.row(b).node())})});s.Api.register("fixedColumns().rowIndex()",function(a){a=d(a);return a.parents(".DTFC_Cloned").length?this.rows({page:"current"}).indexes()[a.index()]:
34
+ this.row(a).index()});s.Api.register("fixedColumns().cellIndex()",function(a){a=d(a);if(a.parents(".DTFC_Cloned").length){var b=a.parent().index(),b=this.rows({page:"current"}).indexes()[b],a=a.parents(".DTFC_LeftWrapper").length?a.index():this.columns().flatten().length-this.context[0]._oFixedColumns.s.iRightColumns+a.index();return{row:b,column:this.column.index("toData",a),columnVisible:a}}return this.cell(a).index()});d(r).on("init.dt.fixedColumns",function(a,b){if("dt"===a.namespace){var c=b.oInit.fixedColumns,
35
  e=s.defaults.fixedColumns;if(c||e)e=d.extend({},c,e),!1!==c&&new m(b,e)}});d.fn.dataTable.FixedColumns=m;return d.fn.DataTable.FixedColumns=m});
assets/js/jquery.colorbox-min.js CHANGED
@@ -1,6 +1,6 @@
1
- /*!
2
- Colorbox 1.6.1
3
- license: MIT
4
- http://www.jacklmoore.com/colorbox
5
- */
6
  (function(t,e,i){function n(i,n,o){var r=e.createElement(i);return n&&(r.id=Z+n),o&&(r.style.cssText=o),t(r)}function o(){return i.innerHeight?i.innerHeight:t(i).height()}function r(e,i){i!==Object(i)&&(i={}),this.cache={},this.el=e,this.value=function(e){var n;return void 0===this.cache[e]&&(n=t(this.el).attr("data-cbox-"+e),void 0!==n?this.cache[e]=n:void 0!==i[e]?this.cache[e]=i[e]:void 0!==X[e]&&(this.cache[e]=X[e])),this.cache[e]},this.get=function(e){var i=this.value(e);return t.isFunction(i)?i.call(this.el,this):i}}function h(t){var e=W.length,i=(A+t)%e;return 0>i?e+i:i}function a(t,e){return Math.round((/%/.test(t)?("x"===e?E.width():o())/100:1)*parseInt(t,10))}function s(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function l(t,e){return t.get("retinaUrl")&&i.devicePixelRatio>1?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function d(t){"contains"in y[0]&&!y[0].contains(t.target)&&t.target!==v[0]&&(t.stopPropagation(),y.focus())}function c(t){c.str!==t&&(y.add(v).removeClass(c.str).addClass(t),c.str=t)}function g(e){A=0,e&&e!==!1&&"nofollow"!==e?(W=t("."+te).filter(function(){var i=t.data(this,Y),n=new r(this,i);return n.get("rel")===e}),A=W.index(_.el),-1===A&&(W=W.add(_.el),A=W.length-1)):W=t(_.el)}function u(i){t(e).trigger(i),ae.triggerHandler(i)}function f(i){var o;if(!G){if(o=t(i).data(Y),_=new r(i,o),g(_.get("rel")),!$){$=q=!0,c(_.get("className")),y.css({visibility:"hidden",display:"block",opacity:""}),I=n(se,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),b.css({width:"",height:""}).append(I),j=T.height()+k.height()+b.outerHeight(!0)-b.height(),D=C.width()+H.width()+b.outerWidth(!0)-b.width(),N=I.outerHeight(!0),z=I.outerWidth(!0);var h=a(_.get("initialWidth"),"x"),s=a(_.get("initialHeight"),"y"),l=_.get("maxWidth"),f=_.get("maxHeight");_.w=(l!==!1?Math.min(h,a(l,"x")):h)-z-D,_.h=(f!==!1?Math.min(s,a(f,"y")):s)-N-j,I.css({width:"",height:_.h}),J.position(),u(ee),_.get("onOpen"),O.add(S).hide(),y.focus(),_.get("trapFocus")&&e.addEventListener&&(e.addEventListener("focus",d,!0),ae.one(re,function(){e.removeEventListener("focus",d,!0)})),_.get("returnFocus")&&ae.one(re,function(){t(_.el).focus()})}var p=parseFloat(_.get("opacity"));v.css({opacity:p===p?p:"",cursor:_.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),_.get("closeButton")?B.html(_.get("close")).appendTo(b):B.appendTo("<div/>"),w()}}function p(){y||(V=!1,E=t(i),y=n(se).attr({id:Y,"class":t.support.opacity===!1?Z+"IE":"",role:"dialog",tabindex:"-1"}).hide(),v=n(se,"Overlay").hide(),M=t([n(se,"LoadingOverlay")[0],n(se,"LoadingGraphic")[0]]),x=n(se,"Wrapper"),b=n(se,"Content").append(S=n(se,"Title"),F=n(se,"Current"),P=t('<button type="button"/>').attr({id:Z+"Previous"}),K=t('<button type="button"/>').attr({id:Z+"Next"}),R=n("button","Slideshow"),M),B=t('<button type="button"/>').attr({id:Z+"Close"}),x.append(n(se).append(n(se,"TopLeft"),T=n(se,"TopCenter"),n(se,"TopRight")),n(se,!1,"clear:left").append(C=n(se,"MiddleLeft"),b,H=n(se,"MiddleRight")),n(se,!1,"clear:left").append(n(se,"BottomLeft"),k=n(se,"BottomCenter"),n(se,"BottomRight"))).find("div div").css({"float":"left"}),L=n(se,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),O=K.add(P).add(F).add(R)),e.body&&!y.parent().length&&t(e.body).append(v,y.append(x,L))}function m(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),f(this))}return y?(V||(V=!0,K.click(function(){J.next()}),P.click(function(){J.prev()}),B.click(function(){J.close()}),v.click(function(){_.get("overlayClose")&&J.close()}),t(e).bind("keydown."+Z,function(t){var e=t.keyCode;$&&_.get("escKey")&&27===e&&(t.preventDefault(),J.close()),$&&_.get("arrowKey")&&W[1]&&!t.altKey&&(37===e?(t.preventDefault(),P.click()):39===e&&(t.preventDefault(),K.click()))}),t.isFunction(t.fn.on)?t(e).on("click."+Z,"."+te,i):t("."+te).live("click."+Z,i)),!0):!1}function w(){var e,o,r,h=J.prep,d=++le;if(q=!0,U=!1,u(he),u(ie),_.get("onLoad"),_.h=_.get("height")?a(_.get("height"),"y")-N-j:_.get("innerHeight")&&a(_.get("innerHeight"),"y"),_.w=_.get("width")?a(_.get("width"),"x")-z-D:_.get("innerWidth")&&a(_.get("innerWidth"),"x"),_.mw=_.w,_.mh=_.h,_.get("maxWidth")&&(_.mw=a(_.get("maxWidth"),"x")-z-D,_.mw=_.w&&_.w<_.mw?_.w:_.mw),_.get("maxHeight")&&(_.mh=a(_.get("maxHeight"),"y")-N-j,_.mh=_.h&&_.h<_.mh?_.h:_.mh),e=_.get("href"),Q=setTimeout(function(){M.show()},100),_.get("inline")){var c=t(e);r=t("<div>").hide().insertBefore(c),ae.one(he,function(){r.replaceWith(c)}),h(c)}else _.get("iframe")?h(" "):_.get("html")?h(_.get("html")):s(_,e)?(e=l(_,e),U=_.get("createImg"),t(U).addClass(Z+"Photo").bind("error."+Z,function(){h(n(se,"Error").html(_.get("imgError")))}).one("load",function(){d===le&&setTimeout(function(){var e;_.get("retinaImage")&&i.devicePixelRatio>1&&(U.height=U.height/i.devicePixelRatio,U.width=U.width/i.devicePixelRatio),_.get("scalePhotos")&&(o=function(){U.height-=U.height*e,U.width-=U.width*e},_.mw&&U.width>_.mw&&(e=(U.width-_.mw)/U.width,o()),_.mh&&U.height>_.mh&&(e=(U.height-_.mh)/U.height,o())),_.h&&(U.style.marginTop=Math.max(_.mh-U.height,0)/2+"px"),W[1]&&(_.get("loop")||W[A+1])&&(U.style.cursor="pointer",t(U).bind("click."+Z,function(){J.next()})),U.style.width=U.width+"px",U.style.height=U.height+"px",h(U)},1)}),U.src=e):e&&L.load(e,_.get("data"),function(e,i){d===le&&h("error"===i?n(se,"Error").html(_.get("xhrError")):t(this).contents())})}var v,y,x,b,T,C,H,k,W,E,I,L,M,S,F,R,K,P,B,O,_,j,D,N,z,A,U,$,q,G,Q,J,V,X={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return t(this).attr("href")},title:function(){return this.title},createImg:function(){var e=new Image,i=t(this).data("cbox-img-attrs");return"object"==typeof i&&t.each(i,function(t,i){e[t]=i}),e},createIframe:function(){var i=e.createElement("iframe"),n=t(this).data("cbox-iframe-attrs");return"object"==typeof n&&t.each(n,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullScreen=!0,i}},Y="colorbox",Z="cbox",te=Z+"Element",ee=Z+"_open",ie=Z+"_load",ne=Z+"_complete",oe=Z+"_cleanup",re=Z+"_closed",he=Z+"_purge",ae=t("<a/>"),se="div",le=0,de={},ce=function(){function t(){clearTimeout(h)}function e(){(_.get("loop")||W[A+1])&&(t(),h=setTimeout(J.next,_.get("slideshowSpeed")))}function i(){R.html(_.get("slideshowStop")).unbind(s).one(s,n),ae.bind(ne,e).bind(ie,t),y.removeClass(a+"off").addClass(a+"on")}function n(){t(),ae.unbind(ne,e).unbind(ie,t),R.html(_.get("slideshowStart")).unbind(s).one(s,function(){J.next(),i()}),y.removeClass(a+"on").addClass(a+"off")}function o(){r=!1,R.hide(),t(),ae.unbind(ne,e).unbind(ie,t),y.removeClass(a+"off "+a+"on")}var r,h,a=Z+"Slideshow_",s="click."+Z;return function(){r?_.get("slideshow")||(ae.unbind(oe,o),o()):_.get("slideshow")&&W[1]&&(r=!0,ae.one(oe,o),_.get("slideshowAuto")?i():n(),R.show())}}();t[Y]||(t(p),J=t.fn[Y]=t[Y]=function(e,i){var n,o=this;return e=e||{},t.isFunction(o)&&(o=t("<a/>"),e.open=!0),o[0]?(p(),m()&&(i&&(e.onComplete=i),o.each(function(){var i=t.data(this,Y)||{};t.data(this,Y,t.extend(i,e))}).addClass(te),n=new r(o[0],e),n.get("open")&&f(o[0])),o):o},J.position=function(e,i){function n(){T[0].style.width=k[0].style.width=b[0].style.width=parseInt(y[0].style.width,10)-D+"px",b[0].style.height=C[0].style.height=H[0].style.height=parseInt(y[0].style.height,10)-j+"px"}var r,h,s,l=0,d=0,c=y.offset();if(E.unbind("resize."+Z),y.css({top:-9e4,left:-9e4}),h=E.scrollTop(),s=E.scrollLeft(),_.get("fixed")?(c.top-=h,c.left-=s,y.css({position:"fixed"})):(l=h,d=s,y.css({position:"absolute"})),d+=_.get("right")!==!1?Math.max(E.width()-_.w-z-D-a(_.get("right"),"x"),0):_.get("left")!==!1?a(_.get("left"),"x"):Math.round(Math.max(E.width()-_.w-z-D,0)/2),l+=_.get("bottom")!==!1?Math.max(o()-_.h-N-j-a(_.get("bottom"),"y"),0):_.get("top")!==!1?a(_.get("top"),"y"):Math.round(Math.max(o()-_.h-N-j,0)/2),y.css({top:c.top,left:c.left,visibility:"visible"}),x[0].style.width=x[0].style.height="9999px",r={width:_.w+z+D,height:_.h+N+j,top:l,left:d},e){var g=0;t.each(r,function(t){return r[t]!==de[t]?(g=e,void 0):void 0}),e=g}de=r,e||y.css(r),y.dequeue().animate(r,{duration:e||0,complete:function(){n(),q=!1,x[0].style.width=_.w+z+D+"px",x[0].style.height=_.h+N+j+"px",_.get("reposition")&&setTimeout(function(){E.bind("resize."+Z,J.position)},1),t.isFunction(i)&&i()},step:n})},J.resize=function(t){var e;$&&(t=t||{},t.width&&(_.w=a(t.width,"x")-z-D),t.innerWidth&&(_.w=a(t.innerWidth,"x")),I.css({width:_.w}),t.height&&(_.h=a(t.height,"y")-N-j),t.innerHeight&&(_.h=a(t.innerHeight,"y")),t.innerHeight||t.height||(e=I.scrollTop(),I.css({height:"auto"}),_.h=I.height()),I.css({height:_.h}),e&&I.scrollTop(e),J.position("none"===_.get("transition")?0:_.get("speed")))},J.prep=function(i){function o(){return _.w=_.w||I.width(),_.w=_.mw&&_.mw<_.w?_.mw:_.w,_.w}function a(){return _.h=_.h||I.height(),_.h=_.mh&&_.mh<_.h?_.mh:_.h,_.h}if($){var d,g="none"===_.get("transition")?0:_.get("speed");I.remove(),I=n(se,"LoadedContent").append(i),I.hide().appendTo(L.show()).css({width:o(),overflow:_.get("scrolling")?"auto":"hidden"}).css({height:a()}).prependTo(b),L.hide(),t(U).css({"float":"none"}),c(_.get("className")),d=function(){function i(){t.support.opacity===!1&&y[0].style.removeAttribute("filter")}var n,o,a=W.length;$&&(o=function(){clearTimeout(Q),M.hide(),u(ne),_.get("onComplete")},S.html(_.get("title")).show(),I.show(),a>1?("string"==typeof _.get("current")&&F.html(_.get("current").replace("{current}",A+1).replace("{total}",a)).show(),K[_.get("loop")||a-1>A?"show":"hide"]().html(_.get("next")),P[_.get("loop")||A?"show":"hide"]().html(_.get("previous")),ce(),_.get("preloading")&&t.each([h(-1),h(1)],function(){var i,n=W[this],o=new r(n,t.data(n,Y)),h=o.get("href");h&&s(o,h)&&(h=l(o,h),i=e.createElement("img"),i.src=h)})):O.hide(),_.get("iframe")?(n=_.get("createIframe"),_.get("scrolling")||(n.scrolling="no"),t(n).attr({src:_.get("href"),"class":Z+"Iframe"}).one("load",o).appendTo(I),ae.one(he,function(){n.src="//about:blank"}),_.get("fastIframe")&&t(n).trigger("load")):o(),"fade"===_.get("transition")?y.fadeTo(g,1,i):i())},"fade"===_.get("transition")?y.fadeTo(g,0,function(){J.position(0,d)}):J.position(g,d)}},J.next=function(){!q&&W[1]&&(_.get("loop")||W[A+1])&&(A=h(1),f(W[A]))},J.prev=function(){!q&&W[1]&&(_.get("loop")||A)&&(A=h(-1),f(W[A]))},J.close=function(){$&&!G&&(G=!0,$=!1,u(oe),_.get("onCleanup"),E.unbind("."+Z),v.fadeTo(_.get("fadeOut")||0,0),y.stop().fadeTo(_.get("fadeOut")||0,0,function(){y.hide(),v.hide(),u(he),I.remove(),setTimeout(function(){G=!1,u(re),_.get("onClosed")},1)}))},J.remove=function(){y&&(y.stop(),t[Y].close(),y.stop(!1,!0).remove(),v.remove(),G=!1,y=null,t("."+te).removeData(Y).removeClass(te),t(e).unbind("click."+Z).unbind("keydown."+Z))},J.element=function(){return t(_.el)},J.settings=X)})(jQuery,document,window);
1
+ /*!
2
+ Colorbox 1.6.1
3
+ license: MIT
4
+ http://www.jacklmoore.com/colorbox
5
+ */
6
  (function(t,e,i){function n(i,n,o){var r=e.createElement(i);return n&&(r.id=Z+n),o&&(r.style.cssText=o),t(r)}function o(){return i.innerHeight?i.innerHeight:t(i).height()}function r(e,i){i!==Object(i)&&(i={}),this.cache={},this.el=e,this.value=function(e){var n;return void 0===this.cache[e]&&(n=t(this.el).attr("data-cbox-"+e),void 0!==n?this.cache[e]=n:void 0!==i[e]?this.cache[e]=i[e]:void 0!==X[e]&&(this.cache[e]=X[e])),this.cache[e]},this.get=function(e){var i=this.value(e);return t.isFunction(i)?i.call(this.el,this):i}}function h(t){var e=W.length,i=(A+t)%e;return 0>i?e+i:i}function a(t,e){return Math.round((/%/.test(t)?("x"===e?E.width():o())/100:1)*parseInt(t,10))}function s(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function l(t,e){return t.get("retinaUrl")&&i.devicePixelRatio>1?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function d(t){"contains"in y[0]&&!y[0].contains(t.target)&&t.target!==v[0]&&(t.stopPropagation(),y.focus())}function c(t){c.str!==t&&(y.add(v).removeClass(c.str).addClass(t),c.str=t)}function g(e){A=0,e&&e!==!1&&"nofollow"!==e?(W=t("."+te).filter(function(){var i=t.data(this,Y),n=new r(this,i);return n.get("rel")===e}),A=W.index(_.el),-1===A&&(W=W.add(_.el),A=W.length-1)):W=t(_.el)}function u(i){t(e).trigger(i),ae.triggerHandler(i)}function f(i){var o;if(!G){if(o=t(i).data(Y),_=new r(i,o),g(_.get("rel")),!$){$=q=!0,c(_.get("className")),y.css({visibility:"hidden",display:"block",opacity:""}),I=n(se,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),b.css({width:"",height:""}).append(I),j=T.height()+k.height()+b.outerHeight(!0)-b.height(),D=C.width()+H.width()+b.outerWidth(!0)-b.width(),N=I.outerHeight(!0),z=I.outerWidth(!0);var h=a(_.get("initialWidth"),"x"),s=a(_.get("initialHeight"),"y"),l=_.get("maxWidth"),f=_.get("maxHeight");_.w=(l!==!1?Math.min(h,a(l,"x")):h)-z-D,_.h=(f!==!1?Math.min(s,a(f,"y")):s)-N-j,I.css({width:"",height:_.h}),J.position(),u(ee),_.get("onOpen"),O.add(S).hide(),y.focus(),_.get("trapFocus")&&e.addEventListener&&(e.addEventListener("focus",d,!0),ae.one(re,function(){e.removeEventListener("focus",d,!0)})),_.get("returnFocus")&&ae.one(re,function(){t(_.el).focus()})}var p=parseFloat(_.get("opacity"));v.css({opacity:p===p?p:"",cursor:_.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),_.get("closeButton")?B.html(_.get("close")).appendTo(b):B.appendTo("<div/>"),w()}}function p(){y||(V=!1,E=t(i),y=n(se).attr({id:Y,"class":t.support.opacity===!1?Z+"IE":"",role:"dialog",tabindex:"-1"}).hide(),v=n(se,"Overlay").hide(),M=t([n(se,"LoadingOverlay")[0],n(se,"LoadingGraphic")[0]]),x=n(se,"Wrapper"),b=n(se,"Content").append(S=n(se,"Title"),F=n(se,"Current"),P=t('<button type="button"/>').attr({id:Z+"Previous"}),K=t('<button type="button"/>').attr({id:Z+"Next"}),R=n("button","Slideshow"),M),B=t('<button type="button"/>').attr({id:Z+"Close"}),x.append(n(se).append(n(se,"TopLeft"),T=n(se,"TopCenter"),n(se,"TopRight")),n(se,!1,"clear:left").append(C=n(se,"MiddleLeft"),b,H=n(se,"MiddleRight")),n(se,!1,"clear:left").append(n(se,"BottomLeft"),k=n(se,"BottomCenter"),n(se,"BottomRight"))).find("div div").css({"float":"left"}),L=n(se,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),O=K.add(P).add(F).add(R)),e.body&&!y.parent().length&&t(e.body).append(v,y.append(x,L))}function m(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),f(this))}return y?(V||(V=!0,K.click(function(){J.next()}),P.click(function(){J.prev()}),B.click(function(){J.close()}),v.click(function(){_.get("overlayClose")&&J.close()}),t(e).bind("keydown."+Z,function(t){var e=t.keyCode;$&&_.get("escKey")&&27===e&&(t.preventDefault(),J.close()),$&&_.get("arrowKey")&&W[1]&&!t.altKey&&(37===e?(t.preventDefault(),P.click()):39===e&&(t.preventDefault(),K.click()))}),t.isFunction(t.fn.on)?t(e).on("click."+Z,"."+te,i):t("."+te).live("click."+Z,i)),!0):!1}function w(){var e,o,r,h=J.prep,d=++le;if(q=!0,U=!1,u(he),u(ie),_.get("onLoad"),_.h=_.get("height")?a(_.get("height"),"y")-N-j:_.get("innerHeight")&&a(_.get("innerHeight"),"y"),_.w=_.get("width")?a(_.get("width"),"x")-z-D:_.get("innerWidth")&&a(_.get("innerWidth"),"x"),_.mw=_.w,_.mh=_.h,_.get("maxWidth")&&(_.mw=a(_.get("maxWidth"),"x")-z-D,_.mw=_.w&&_.w<_.mw?_.w:_.mw),_.get("maxHeight")&&(_.mh=a(_.get("maxHeight"),"y")-N-j,_.mh=_.h&&_.h<_.mh?_.h:_.mh),e=_.get("href"),Q=setTimeout(function(){M.show()},100),_.get("inline")){var c=t(e);r=t("<div>").hide().insertBefore(c),ae.one(he,function(){r.replaceWith(c)}),h(c)}else _.get("iframe")?h(" "):_.get("html")?h(_.get("html")):s(_,e)?(e=l(_,e),U=_.get("createImg"),t(U).addClass(Z+"Photo").bind("error."+Z,function(){h(n(se,"Error").html(_.get("imgError")))}).one("load",function(){d===le&&setTimeout(function(){var e;_.get("retinaImage")&&i.devicePixelRatio>1&&(U.height=U.height/i.devicePixelRatio,U.width=U.width/i.devicePixelRatio),_.get("scalePhotos")&&(o=function(){U.height-=U.height*e,U.width-=U.width*e},_.mw&&U.width>_.mw&&(e=(U.width-_.mw)/U.width,o()),_.mh&&U.height>_.mh&&(e=(U.height-_.mh)/U.height,o())),_.h&&(U.style.marginTop=Math.max(_.mh-U.height,0)/2+"px"),W[1]&&(_.get("loop")||W[A+1])&&(U.style.cursor="pointer",t(U).bind("click."+Z,function(){J.next()})),U.style.width=U.width+"px",U.style.height=U.height+"px",h(U)},1)}),U.src=e):e&&L.load(e,_.get("data"),function(e,i){d===le&&h("error"===i?n(se,"Error").html(_.get("xhrError")):t(this).contents())})}var v,y,x,b,T,C,H,k,W,E,I,L,M,S,F,R,K,P,B,O,_,j,D,N,z,A,U,$,q,G,Q,J,V,X={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return t(this).attr("href")},title:function(){return this.title},createImg:function(){var e=new Image,i=t(this).data("cbox-img-attrs");return"object"==typeof i&&t.each(i,function(t,i){e[t]=i}),e},createIframe:function(){var i=e.createElement("iframe"),n=t(this).data("cbox-iframe-attrs");return"object"==typeof n&&t.each(n,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullScreen=!0,i}},Y="colorbox",Z="cbox",te=Z+"Element",ee=Z+"_open",ie=Z+"_load",ne=Z+"_complete",oe=Z+"_cleanup",re=Z+"_closed",he=Z+"_purge",ae=t("<a/>"),se="div",le=0,de={},ce=function(){function t(){clearTimeout(h)}function e(){(_.get("loop")||W[A+1])&&(t(),h=setTimeout(J.next,_.get("slideshowSpeed")))}function i(){R.html(_.get("slideshowStop")).unbind(s).one(s,n),ae.bind(ne,e).bind(ie,t),y.removeClass(a+"off").addClass(a+"on")}function n(){t(),ae.unbind(ne,e).unbind(ie,t),R.html(_.get("slideshowStart")).unbind(s).one(s,function(){J.next(),i()}),y.removeClass(a+"on").addClass(a+"off")}function o(){r=!1,R.hide(),t(),ae.unbind(ne,e).unbind(ie,t),y.removeClass(a+"off "+a+"on")}var r,h,a=Z+"Slideshow_",s="click."+Z;return function(){r?_.get("slideshow")||(ae.unbind(oe,o),o()):_.get("slideshow")&&W[1]&&(r=!0,ae.one(oe,o),_.get("slideshowAuto")?i():n(),R.show())}}();t[Y]||(t(p),J=t.fn[Y]=t[Y]=function(e,i){var n,o=this;return e=e||{},t.isFunction(o)&&(o=t("<a/>"),e.open=!0),o[0]?(p(),m()&&(i&&(e.onComplete=i),o.each(function(){var i=t.data(this,Y)||{};t.data(this,Y,t.extend(i,e))}).addClass(te),n=new r(o[0],e),n.get("open")&&f(o[0])),o):o},J.position=function(e,i){function n(){T[0].style.width=k[0].style.width=b[0].style.width=parseInt(y[0].style.width,10)-D+"px",b[0].style.height=C[0].style.height=H[0].style.height=parseInt(y[0].style.height,10)-j+"px"}var r,h,s,l=0,d=0,c=y.offset();if(E.unbind("resize."+Z),y.css({top:-9e4,left:-9e4}),h=E.scrollTop(),s=E.scrollLeft(),_.get("fixed")?(c.top-=h,c.left-=s,y.css({position:"fixed"})):(l=h,d=s,y.css({position:"absolute"})),d+=_.get("right")!==!1?Math.max(E.width()-_.w-z-D-a(_.get("right"),"x"),0):_.get("left")!==!1?a(_.get("left"),"x"):Math.round(Math.max(E.width()-_.w-z-D,0)/2),l+=_.get("bottom")!==!1?Math.max(o()-_.h-N-j-a(_.get("bottom"),"y"),0):_.get("top")!==!1?a(_.get("top"),"y"):Math.round(Math.max(o()-_.h-N-j,0)/2),y.css({top:c.top,left:c.left,visibility:"visible"}),x[0].style.width=x[0].style.height="9999px",r={width:_.w+z+D,height:_.h+N+j,top:l,left:d},e){var g=0;t.each(r,function(t){return r[t]!==de[t]?(g=e,void 0):void 0}),e=g}de=r,e||y.css(r),y.dequeue().animate(r,{duration:e||0,complete:function(){n(),q=!1,x[0].style.width=_.w+z+D+"px",x[0].style.height=_.h+N+j+"px",_.get("reposition")&&setTimeout(function(){E.bind("resize."+Z,J.position)},1),t.isFunction(i)&&i()},step:n})},J.resize=function(t){var e;$&&(t=t||{},t.width&&(_.w=a(t.width,"x")-z-D),t.innerWidth&&(_.w=a(t.innerWidth,"x")),I.css({width:_.w}),t.height&&(_.h=a(t.height,"y")-N-j),t.innerHeight&&(_.h=a(t.innerHeight,"y")),t.innerHeight||t.height||(e=I.scrollTop(),I.css({height:"auto"}),_.h=I.height()),I.css({height:_.h}),e&&I.scrollTop(e),J.position("none"===_.get("transition")?0:_.get("speed")))},J.prep=function(i){function o(){return _.w=_.w||I.width(),_.w=_.mw&&_.mw<_.w?_.mw:_.w,_.w}function a(){return _.h=_.h||I.height(),_.h=_.mh&&_.mh<_.h?_.mh:_.h,_.h}if($){var d,g="none"===_.get("transition")?0:_.get("speed");I.remove(),I=n(se,"LoadedContent").append(i),I.hide().appendTo(L.show()).css({width:o(),overflow:_.get("scrolling")?"auto":"hidden"}).css({height:a()}).prependTo(b),L.hide(),t(U).css({"float":"none"}),c(_.get("className")),d=function(){function i(){t.support.opacity===!1&&y[0].style.removeAttribute("filter")}var n,o,a=W.length;$&&(o=function(){clearTimeout(Q),M.hide(),u(ne),_.get("onComplete")},S.html(_.get("title")).show(),I.show(),a>1?("string"==typeof _.get("current")&&F.html(_.get("current").replace("{current}",A+1).replace("{total}",a)).show(),K[_.get("loop")||a-1>A?"show":"hide"]().html(_.get("next")),P[_.get("loop")||A?"show":"hide"]().html(_.get("previous")),ce(),_.get("preloading")&&t.each([h(-1),h(1)],function(){var i,n=W[this],o=new r(n,t.data(n,Y)),h=o.get("href");h&&s(o,h)&&(h=l(o,h),i=e.createElement("img"),i.src=h)})):O.hide(),_.get("iframe")?(n=_.get("createIframe"),_.get("scrolling")||(n.scrolling="no"),t(n).attr({src:_.get("href"),"class":Z+"Iframe"}).one("load",o).appendTo(I),ae.one(he,function(){n.src="//about:blank"}),_.get("fastIframe")&&t(n).trigger("load")):o(),"fade"===_.get("transition")?y.fadeTo(g,1,i):i())},"fade"===_.get("transition")?y.fadeTo(g,0,function(){J.position(0,d)}):J.position(g,d)}},J.next=function(){!q&&W[1]&&(_.get("loop")||W[A+1])&&(A=h(1),f(W[A]))},J.prev=function(){!q&&W[1]&&(_.get("loop")||A)&&(A=h(-1),f(W[A]))},J.close=function(){$&&!G&&(G=!0,$=!1,u(oe),_.get("onCleanup"),E.unbind("."+Z),v.fadeTo(_.get("fadeOut")||0,0),y.stop().fadeTo(_.get("fadeOut")||0,0,function(){y.hide(),v.hide(),u(he),I.remove(),setTimeout(function(){G=!1,u(re),_.get("onClosed")},1)}))},J.remove=function(){y&&(y.stop(),t[Y].close(),y.stop(!1,!0).remove(),v.remove(),G=!1,y=null,t("."+te).removeData(Y).removeClass(te),t(e).unbind("click."+Z).unbind("keydown."+Z))},J.element=function(){return t(_.el)},J.settings=X)})(jQuery,document,window);
assets/js/jquery.dataTables.min.js CHANGED
@@ -1,166 +1,166 @@
1
- /*!
2
- DataTables 1.10.19
3
- ©2008-2018 SpryMedia Ltd - datatables.net/license
4
- */
5
- (function(h){"function"===typeof define&&define.amd?define(["jquery"],function(E){return h(E,window,document)}):"object"===typeof exports?module.exports=function(E,H){E||(E=window);H||(H="undefined"!==typeof window?require("jquery"):require("jquery")(E));return h(H,E,E.document)}:h(jQuery,window,document)})(function(h,E,H,k){function Z(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()),
6
- d[c]=e,"o"===b[1]&&Z(a[e])});a._hungarianMap=d}function J(a,b,c){a._hungarianMap||Z(a);var d;h.each(b,function(e){d=a._hungarianMap[e];if(d!==k&&(c||b[d]===k))"o"===d.charAt(0)?(b[d]||(b[d]={}),h.extend(!0,b[d],b[e]),J(a[d],b[d],c)):b[d]=b[e]})}function Ca(a){var b=n.defaults.oLanguage,c=b.sDecimal;c&&Da(c);if(a){var d=a.sZeroRecords;!a.sEmptyTable&&(d&&"No data available in table"===b.sEmptyTable)&&F(a,a,"sZeroRecords","sEmptyTable");!a.sLoadingRecords&&(d&&"Loading..."===b.sLoadingRecords)&&F(a,
7
- a,"sZeroRecords","sLoadingRecords");a.sInfoThousands&&(a.sThousands=a.sInfoThousands);(a=a.sDecimal)&&c!==a&&Da(a)}}function fb(a){A(a,"ordering","bSort");A(a,"orderMulti","bSortMulti");A(a,"orderClasses","bSortClasses");A(a,"orderCellsTop","bSortCellsTop");A(a,"order","aaSorting");A(a,"orderFixed","aaSortingFixed");A(a,"paging","bPaginate");A(a,"pagingType","sPaginationType");A(a,"pageLength","iDisplayLength");A(a,"searching","bFilter");"boolean"===typeof a.sScrollX&&(a.sScrollX=a.sScrollX?"100%":
8
- "");"boolean"===typeof a.scrollX&&(a.scrollX=a.scrollX?"100%":"");if(a=a.aoSearchCols)for(var b=0,c=a.length;b<c;b++)a[b]&&J(n.models.oSearch,a[b])}function gb(a){A(a,"orderable","bSortable");A(a,"orderData","aDataSort");A(a,"orderSequence","asSorting");A(a,"orderDataType","sortDataType");var b=a.aDataSort;"number"===typeof b&&!h.isArray(b)&&(a.aDataSort=[b])}function hb(a){if(!n.__browser){var b={};n.__browser=b;var c=h("<div/>").css({position:"fixed",top:0,left:-1*h(E).scrollLeft(),height:1,width:1,
9
- overflow:"hidden"}).append(h("<div/>").css({position:"absolute",top:1,left:1,width:100,overflow:"scroll"}).append(h("<div/>").css({width:"100%",height:10}))).appendTo("body"),d=c.children(),e=d.children();b.barWidth=d[0].offsetWidth-d[0].clientWidth;b.bScrollOversize=100===e[0].offsetWidth&&100!==d[0].clientWidth;b.bScrollbarLeft=1!==Math.round(e.offset().left);b.bBounding=c[0].getBoundingClientRect().width?!0:!1;c.remove()}h.extend(a.oBrowser,n.__browser);a.oScroll.iBarWidth=n.__browser.barWidth}
10
- function ib(a,b,c,d,e,f){var g,j=!1;c!==k&&(g=c,j=!0);for(;d!==e;)a.hasOwnProperty(d)&&(g=j?b(g,a[d],d,a):a[d],j=!0,d+=f);return g}function Ea(a,b){var c=n.defaults.column,d=a.aoColumns.length,c=h.extend({},n.models.oColumn,c,{nTh:b?b:H.createElement("th"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:"",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.mData:d,idx:d});a.aoColumns.push(c);c=a.aoPreSearchCols;c[d]=h.extend({},n.models.oSearch,c[d]);ka(a,d,h(b).data())}function ka(a,b,c){var b=a.aoColumns[b],
11
- d=a.oClasses,e=h(b.nTh);if(!b.sWidthOrig){b.sWidthOrig=e.attr("width")||null;var f=(e.attr("style")||"").match(/width:\s*(\d+[pxem%]+)/);f&&(b.sWidthOrig=f[1])}c!==k&&null!==c&&(gb(c),J(n.defaults.column,c),c.mDataProp!==k&&!c.mData&&(c.mData=c.mDataProp),c.sType&&(b._sManualType=c.sType),c.className&&!c.sClass&&(c.sClass=c.className),c.sClass&&e.addClass(c.sClass),h.extend(b,c),F(b,c,"sWidth","sWidthOrig"),c.iDataSort!==k&&(b.aDataSort=[c.iDataSort]),F(b,c,"aDataSort"));var g=b.mData,j=S(g),i=b.mRender?
12
- S(b.mRender):null,c=function(a){return"string"===typeof a&&-1!==a.indexOf("@")};b._bAttrSrc=h.isPlainObject(g)&&(c(g.sort)||c(g.type)||c(g.filter));b._setter=null;b.fnGetData=function(a,b,c){var d=j(a,b,k,c);return i&&b?i(d,b,a,c):d};b.fnSetData=function(a,b,c){return N(g)(a,b,c)};"number"!==typeof g&&(a._rowReadObject=!0);a.oFeatures.bSort||(b.bSortable=!1,e.addClass(d.sSortableNone));a=-1!==h.inArray("asc",b.asSorting);c=-1!==h.inArray("desc",b.asSorting);!b.bSortable||!a&&!c?(b.sSortingClass=d.sSortableNone,
13
- b.sSortingClassJUI=""):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=d.sSortJUIAscAllowed):!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI=d.sSortJUIDescAllowed):(b.sSortingClass=d.sSortable,b.sSortingClassJUI=d.sSortJUI)}function $(a){if(!1!==a.oFeatures.bAutoWidth){var b=a.aoColumns;Fa(a);for(var c=0,d=b.length;c<d;c++)b[c].nTh.style.width=b[c].sWidth}b=a.oScroll;(""!==b.sY||""!==b.sX)&&la(a);r(a,null,"column-sizing",[a])}function aa(a,b){var c=ma(a,"bVisible");return"number"===
14
- typeof c[b]?c[b]:null}function ba(a,b){var c=ma(a,"bVisible"),c=h.inArray(b,c);return-1!==c?c:null}function V(a){var b=0;h.each(a.aoColumns,function(a,d){d.bVisible&&"none"!==h(d.nTh).css("display")&&b++});return b}function ma(a,b){var c=[];h.map(a.aoColumns,function(a,e){a[b]&&c.push(e)});return c}function Ga(a){var b=a.aoColumns,c=a.aoData,d=n.ext.type.detect,e,f,g,j,i,h,l,q,t;e=0;for(f=b.length;e<f;e++)if(l=b[e],t=[],!l.sType&&l._sManualType)l.sType=l._sManualType;else if(!l.sType){g=0;for(j=d.length;g<
15
- j;g++){i=0;for(h=c.length;i<h;i++){t[i]===k&&(t[i]=B(a,i,e,"type"));q=d[g](t[i],a);if(!q&&g!==d.length-1)break;if("html"===q)break}if(q){l.sType=q;break}}l.sType||(l.sType="string")}}function jb(a,b,c,d){var e,f,g,j,i,m,l=a.aoColumns;if(b)for(e=b.length-1;0<=e;e--){m=b[e];var q=m.targets!==k?m.targets:m.aTargets;h.isArray(q)||(q=[q]);f=0;for(g=q.length;f<g;f++)if("number"===typeof q[f]&&0<=q[f]){for(;l.length<=q[f];)Ea(a);d(q[f],m)}else if("number"===typeof q[f]&&0>q[f])d(l.length+q[f],m);else if("string"===
16
- typeof q[f]){j=0;for(i=l.length;j<i;j++)("_all"==q[f]||h(l[j].nTh).hasClass(q[f]))&&d(j,m)}}if(c){e=0;for(a=c.length;e<a;e++)d(e,c[e])}}function O(a,b,c,d){var e=a.aoData.length,f=h.extend(!0,{},n.models.oRow,{src:c?"dom":"data",idx:e});f._aData=b;a.aoData.push(f);for(var g=a.aoColumns,j=0,i=g.length;j<i;j++)g[j].sType=null;a.aiDisplayMaster.push(e);b=a.rowIdFn(b);b!==k&&(a.aIds[b]=f);(c||!a.oFeatures.bDeferRender)&&Ha(a,e,c,d);return e}function na(a,b){var c;b instanceof h||(b=h(b));return b.map(function(b,
17
- e){c=Ia(a,e);return O(a,c.data,e,c.cells)})}function B(a,b,c,d){var e=a.iDraw,f=a.aoColumns[c],g=a.aoData[b]._aData,j=f.sDefaultContent,i=f.fnGetData(g,d,{settings:a,row:b,col:c});if(i===k)return a.iDrawError!=e&&null===j&&(K(a,0,"Requested unknown parameter "+("function"==typeof f.mData?"{function}":"'"+f.mData+"'")+" for row "+b+", column "+c,4),a.iDrawError=e),j;if((i===g||null===i)&&null!==j&&d!==k)i=j;else if("function"===typeof i)return i.call(g);return null===i&&"display"==d?"":i}function kb(a,
18
- b,c,d){a.aoColumns[c].fnSetData(a.aoData[b]._aData,d,{settings:a,row:b,col:c})}function Ja(a){return h.map(a.match(/(\\.|[^\.])+/g)||[""],function(a){return a.replace(/\\\./g,".")})}function S(a){if(h.isPlainObject(a)){var b={};h.each(a,function(a,c){c&&(b[a]=S(c))});return function(a,c,f,g){var j=b[c]||b._;return j!==k?j(a,c,f,g):a}}if(null===a)return function(a){return a};if("function"===typeof a)return function(b,c,f,g){return a(b,c,f,g)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||
19
- -1!==a.indexOf("("))){var c=function(a,b,f){var g,j;if(""!==f){j=Ja(f);for(var i=0,m=j.length;i<m;i++){f=j[i].match(ca);g=j[i].match(W);if(f){j[i]=j[i].replace(ca,"");""!==j[i]&&(a=a[j[i]]);g=[];j.splice(0,i+1);j=j.join(".");if(h.isArray(a)){i=0;for(m=a.length;i<m;i++)g.push(c(a[i],b,j))}a=f[0].substring(1,f[0].length-1);a=""===a?g:g.join(a);break}else if(g){j[i]=j[i].replace(W,"");a=a[j[i]]();continue}if(null===a||a[j[i]]===k)return k;a=a[j[i]]}}return a};return function(b,e){return c(b,e,a)}}return function(b){return b[a]}}
20
- function N(a){if(h.isPlainObject(a))return N(a._);if(null===a)return function(){};if("function"===typeof a)return function(b,d,e){a(b,"set",d,e)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||-1!==a.indexOf("("))){var b=function(a,d,e){var e=Ja(e),f;f=e[e.length-1];for(var g,j,i=0,m=e.length-1;i<m;i++){g=e[i].match(ca);j=e[i].match(W);if(g){e[i]=e[i].replace(ca,"");a[e[i]]=[];f=e.slice();f.splice(0,i+1);g=f.join(".");if(h.isArray(d)){j=0;for(m=d.length;j<m;j++)f={},b(f,d[j],g),
21
- a[e[i]].push(f)}else a[e[i]]=d;return}j&&(e[i]=e[i].replace(W,""),a=a[e[i]](d));if(null===a[e[i]]||a[e[i]]===k)a[e[i]]={};a=a[e[i]]}if(f.match(W))a[f.replace(W,"")](d);else a[f.replace(ca,"")]=d};return function(c,d){return b(c,d,a)}}return function(b,d){b[a]=d}}function Ka(a){return D(a.aoData,"_aData")}function oa(a){a.aoData.length=0;a.aiDisplayMaster.length=0;a.aiDisplay.length=0;a.aIds={}}function pa(a,b,c){for(var d=-1,e=0,f=a.length;e<f;e++)a[e]==b?d=e:a[e]>b&&a[e]--; -1!=d&&c===k&&a.splice(d,
22
- 1)}function da(a,b,c,d){var e=a.aoData[b],f,g=function(c,d){for(;c.childNodes.length;)c.removeChild(c.firstChild);c.innerHTML=B(a,b,d,"display")};if("dom"===c||(!c||"auto"===c)&&"dom"===e.src)e._aData=Ia(a,e,d,d===k?k:e._aData).data;else{var j=e.anCells;if(j)if(d!==k)g(j[d],d);else{c=0;for(f=j.length;c<f;c++)g(j[c],c)}}e._aSortData=null;e._aFilterData=null;g=a.aoColumns;if(d!==k)g[d].sType=null;else{c=0;for(f=g.length;c<f;c++)g[c].sType=null;La(a,e)}}function Ia(a,b,c,d){var e=[],f=b.firstChild,g,
23
- j,i=0,m,l=a.aoColumns,q=a._rowReadObject,d=d!==k?d:q?{}:[],t=function(a,b){if("string"===typeof a){var c=a.indexOf("@");-1!==c&&(c=a.substring(c+1),N(a)(d,b.getAttribute(c)))}},G=function(a){if(c===k||c===i)j=l[i],m=h.trim(a.innerHTML),j&&j._bAttrSrc?(N(j.mData._)(d,m),t(j.mData.sort,a),t(j.mData.type,a),t(j.mData.filter,a)):q?(j._setter||(j._setter=N(j.mData)),j._setter(d,m)):d[i]=m;i++};if(f)for(;f;){g=f.nodeName.toUpperCase();if("TD"==g||"TH"==g)G(f),e.push(f);f=f.nextSibling}else{e=b.anCells;
24
- f=0;for(g=e.length;f<g;f++)G(e[f])}if(b=b.firstChild?b:b.nTr)(b=b.getAttribute("id"))&&N(a.rowId)(d,b);return{data:d,cells:e}}function Ha(a,b,c,d){var e=a.aoData[b],f=e._aData,g=[],j,i,m,l,q;if(null===e.nTr){j=c||H.createElement("tr");e.nTr=j;e.anCells=g;j._DT_RowIndex=b;La(a,e);l=0;for(q=a.aoColumns.length;l<q;l++){m=a.aoColumns[l];i=c?d[l]:H.createElement(m.sCellType);i._DT_CellIndex={row:b,column:l};g.push(i);if((!c||m.mRender||m.mData!==l)&&(!h.isPlainObject(m.mData)||m.mData._!==l+".display"))i.innerHTML=
25
- B(a,b,l,"display");m.sClass&&(i.className+=" "+m.sClass);m.bVisible&&!c?j.appendChild(i):!m.bVisible&&c&&i.parentNode.removeChild(i);m.fnCreatedCell&&m.fnCreatedCell.call(a.oInstance,i,B(a,b,l),f,b,l)}r(a,"aoRowCreatedCallback",null,[j,f,b,g])}e.nTr.setAttribute("role","row")}function La(a,b){var c=b.nTr,d=b._aData;if(c){var e=a.rowIdFn(d);e&&(c.id=e);d.DT_RowClass&&(e=d.DT_RowClass.split(" "),b.__rowc=b.__rowc?qa(b.__rowc.concat(e)):e,h(c).removeClass(b.__rowc.join(" ")).addClass(d.DT_RowClass));
26
- d.DT_RowAttr&&h(c).attr(d.DT_RowAttr);d.DT_RowData&&h(c).data(d.DT_RowData)}}function lb(a){var b,c,d,e,f,g=a.nTHead,j=a.nTFoot,i=0===h("th, td",g).length,m=a.oClasses,l=a.aoColumns;i&&(e=h("<tr/>").appendTo(g));b=0;for(c=l.length;b<c;b++)f=l[b],d=h(f.nTh).addClass(f.sClass),i&&d.appendTo(e),a.oFeatures.bSort&&(d.addClass(f.sSortingClass),!1!==f.bSortable&&(d.attr("tabindex",a.iTabIndex).attr("aria-controls",a.sTableId),Ma(a,f.nTh,b))),f.sTitle!=d[0].innerHTML&&d.html(f.sTitle),Na(a,"header")(a,d,
27
- f,m);i&&ea(a.aoHeader,g);h(g).find(">tr").attr("role","row");h(g).find(">tr>th, >tr>td").addClass(m.sHeaderTH);h(j).find(">tr>th, >tr>td").addClass(m.sFooterTH);if(null!==j){a=a.aoFooter[0];b=0;for(c=a.length;b<c;b++)f=l[b],f.nTf=a[b].cell,f.sClass&&h(f.nTf).addClass(f.sClass)}}function fa(a,b,c){var d,e,f,g=[],j=[],i=a.aoColumns.length,m;if(b){c===k&&(c=!1);d=0;for(e=b.length;d<e;d++){g[d]=b[d].slice();g[d].nTr=b[d].nTr;for(f=i-1;0<=f;f--)!a.aoColumns[f].bVisible&&!c&&g[d].splice(f,1);j.push([])}d=
28
- 0;for(e=g.length;d<e;d++){if(a=g[d].nTr)for(;f=a.firstChild;)a.removeChild(f);f=0;for(b=g[d].length;f<b;f++)if(m=i=1,j[d][f]===k){a.appendChild(g[d][f].cell);for(j[d][f]=1;g[d+i]!==k&&g[d][f].cell==g[d+i][f].cell;)j[d+i][f]=1,i++;for(;g[d][f+m]!==k&&g[d][f].cell==g[d][f+m].cell;){for(c=0;c<i;c++)j[d+c][f+m]=1;m++}h(g[d][f].cell).attr("rowspan",i).attr("colspan",m)}}}}function P(a){var b=r(a,"aoPreDrawCallback","preDraw",[a]);if(-1!==h.inArray(!1,b))C(a,!1);else{var b=[],c=0,d=a.asStripeClasses,e=
29
- d.length,f=a.oLanguage,g=a.iInitDisplayStart,j="ssp"==y(a),i=a.aiDisplay;a.bDrawing=!0;g!==k&&-1!==g&&(a._iDisplayStart=j?g:g>=a.fnRecordsDisplay()?0:g,a.iInitDisplayStart=-1);var g=a._iDisplayStart,m=a.fnDisplayEnd();if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++,C(a,!1);else if(j){if(!a.bDestroying&&!mb(a))return}else a.iDraw++;if(0!==i.length){f=j?a.aoData.length:m;for(j=j?0:g;j<f;j++){var l=i[j],q=a.aoData[l];null===q.nTr&&Ha(a,l);var t=q.nTr;if(0!==e){var G=d[c%e];q._sRowStripe!=G&&(h(t).removeClass(q._sRowStripe).addClass(G),
30
- q._sRowStripe=G)}r(a,"aoRowCallback",null,[t,q._aData,c,j,l]);b.push(t);c++}}else c=f.sZeroRecords,1==a.iDraw&&"ajax"==y(a)?c=f.sLoadingRecords:f.sEmptyTable&&0===a.fnRecordsTotal()&&(c=f.sEmptyTable),b[0]=h("<tr/>",{"class":e?d[0]:""}).append(h("<td />",{valign:"top",colSpan:V(a),"class":a.oClasses.sRowEmpty}).html(c))[0];r(a,"aoHeaderCallback","header",[h(a.nTHead).children("tr")[0],Ka(a),g,m,i]);r(a,"aoFooterCallback","footer",[h(a.nTFoot).children("tr")[0],Ka(a),g,m,i]);d=h(a.nTBody);d.children().detach();
31
- d.append(h(b));r(a,"aoDrawCallback","draw",[a]);a.bSorted=!1;a.bFiltered=!1;a.bDrawing=!1}}function T(a,b){var c=a.oFeatures,d=c.bFilter;c.bSort&&nb(a);d?ga(a,a.oPreviousSearch):a.aiDisplay=a.aiDisplayMaster.slice();!0!==b&&(a._iDisplayStart=0);a._drawHold=b;P(a);a._drawHold=!1}function ob(a){var b=a.oClasses,c=h(a.nTable),c=h("<div/>").insertBefore(c),d=a.oFeatures,e=h("<div/>",{id:a.sTableId+"_wrapper","class":b.sWrapper+(a.nTFoot?"":" "+b.sNoFooter)});a.nHolding=c[0];a.nTableWrapper=e[0];a.nTableReinsertBefore=
32
- a.nTable.nextSibling;for(var f=a.sDom.split(""),g,j,i,m,l,q,k=0;k<f.length;k++){g=null;j=f[k];if("<"==j){i=h("<div/>")[0];m=f[k+1];if("'"==m||'"'==m){l="";for(q=2;f[k+q]!=m;)l+=f[k+q],q++;"H"==l?l=b.sJUIHeader:"F"==l&&(l=b.sJUIFooter);-1!=l.indexOf(".")?(m=l.split("."),i.id=m[0].substr(1,m[0].length-1),i.className=m[1]):"#"==l.charAt(0)?i.id=l.substr(1,l.length-1):i.className=l;k+=q}e.append(i);e=h(i)}else if(">"==j)e=e.parent();else if("l"==j&&d.bPaginate&&d.bLengthChange)g=pb(a);else if("f"==j&&
33
- d.bFilter)g=qb(a);else if("r"==j&&d.bProcessing)g=rb(a);else if("t"==j)g=sb(a);else if("i"==j&&d.bInfo)g=tb(a);else if("p"==j&&d.bPaginate)g=ub(a);else if(0!==n.ext.feature.length){i=n.ext.feature;q=0;for(m=i.length;q<m;q++)if(j==i[q].cFeature){g=i[q].fnInit(a);break}}g&&(i=a.aanFeatures,i[j]||(i[j]=[]),i[j].push(g),e.append(g))}c.replaceWith(e);a.nHolding=null}function ea(a,b){var c=h(b).children("tr"),d,e,f,g,j,i,m,l,q,k;a.splice(0,a.length);f=0;for(i=c.length;f<i;f++)a.push([]);f=0;for(i=c.length;f<
34
- i;f++){d=c[f];for(e=d.firstChild;e;){if("TD"==e.nodeName.toUpperCase()||"TH"==e.nodeName.toUpperCase()){l=1*e.getAttribute("colspan");q=1*e.getAttribute("rowspan");l=!l||0===l||1===l?1:l;q=!q||0===q||1===q?1:q;g=0;for(j=a[f];j[g];)g++;m=g;k=1===l?!0:!1;for(j=0;j<l;j++)for(g=0;g<q;g++)a[f+g][m+j]={cell:e,unique:k},a[f+g].nTr=d}e=e.nextSibling}}}function ra(a,b,c){var d=[];c||(c=a.aoHeader,b&&(c=[],ea(c,b)));for(var b=0,e=c.length;b<e;b++)for(var f=0,g=c[b].length;f<g;f++)if(c[b][f].unique&&(!d[f]||
35
- !a.bSortCellsTop))d[f]=c[b][f].cell;return d}function sa(a,b,c){r(a,"aoServerParams","serverParams",[b]);if(b&&h.isArray(b)){var d={},e=/(.*?)\[\]$/;h.each(b,function(a,b){var c=b.name.match(e);c?(c=c[0],d[c]||(d[c]=[]),d[c].push(b.value)):d[b.name]=b.value});b=d}var f,g=a.ajax,j=a.oInstance,i=function(b){r(a,null,"xhr",[a,b,a.jqXHR]);c(b)};if(h.isPlainObject(g)&&g.data){f=g.data;var m="function"===typeof f?f(b,a):f,b="function"===typeof f&&m?m:h.extend(!0,b,m);delete g.data}m={data:b,success:function(b){var c=
36
- b.error||b.sError;c&&K(a,0,c);a.json=b;i(b)},dataType:"json",cache:!1,type:a.sServerMethod,error:function(b,c){var d=r(a,null,"xhr",[a,null,a.jqXHR]);-1===h.inArray(!0,d)&&("parsererror"==c?K(a,0,"Invalid JSON response",1):4===b.readyState&&K(a,0,"Ajax error",7));C(a,!1)}};a.oAjaxData=b;r(a,null,"preXhr",[a,b]);a.fnServerData?a.fnServerData.call(j,a.sAjaxSource,h.map(b,function(a,b){return{name:b,value:a}}),i,a):a.sAjaxSource||"string"===typeof g?a.jqXHR=h.ajax(h.extend(m,{url:g||a.sAjaxSource})):
37
- "function"===typeof g?a.jqXHR=g.call(j,b,i,a):(a.jqXHR=h.ajax(h.extend(m,g)),g.data=f)}function mb(a){return a.bAjaxDataGet?(a.iDraw++,C(a,!0),sa(a,vb(a),function(b){wb(a,b)}),!1):!0}function vb(a){var b=a.aoColumns,c=b.length,d=a.oFeatures,e=a.oPreviousSearch,f=a.aoPreSearchCols,g,j=[],i,m,l,k=X(a);g=a._iDisplayStart;i=!1!==d.bPaginate?a._iDisplayLength:-1;var t=function(a,b){j.push({name:a,value:b})};t("sEcho",a.iDraw);t("iColumns",c);t("sColumns",D(b,"sName").join(","));t("iDisplayStart",g);t("iDisplayLength",
38
- i);var G={draw:a.iDraw,columns:[],order:[],start:g,length:i,search:{value:e.sSearch,regex:e.bRegex}};for(g=0;g<c;g++)m=b[g],l=f[g],i="function"==typeof m.mData?"function":m.mData,G.columns.push({data:i,name:m.sName,searchable:m.bSearchable,orderable:m.bSortable,search:{value:l.sSearch,regex:l.bRegex}}),t("mDataProp_"+g,i),d.bFilter&&(t("sSearch_"+g,l.sSearch),t("bRegex_"+g,l.bRegex),t("bSearchable_"+g,m.bSearchable)),d.bSort&&t("bSortable_"+g,m.bSortable);d.bFilter&&(t("sSearch",e.sSearch),t("bRegex",
39
- e.bRegex));d.bSort&&(h.each(k,function(a,b){G.order.push({column:b.col,dir:b.dir});t("iSortCol_"+a,b.col);t("sSortDir_"+a,b.dir)}),t("iSortingCols",k.length));b=n.ext.legacy.ajax;return null===b?a.sAjaxSource?j:G:b?j:G}function wb(a,b){var c=ta(a,b),d=b.sEcho!==k?b.sEcho:b.draw,e=b.iTotalRecords!==k?b.iTotalRecords:b.recordsTotal,f=b.iTotalDisplayRecords!==k?b.iTotalDisplayRecords:b.recordsFiltered;if(d){if(1*d<a.iDraw)return;a.iDraw=1*d}oa(a);a._iRecordsTotal=parseInt(e,10);a._iRecordsDisplay=parseInt(f,
40
- 10);d=0;for(e=c.length;d<e;d++)O(a,c[d]);a.aiDisplay=a.aiDisplayMaster.slice();a.bAjaxDataGet=!1;P(a);a._bInitComplete||ua(a,b);a.bAjaxDataGet=!0;C(a,!1)}function ta(a,b){var c=h.isPlainObject(a.ajax)&&a.ajax.dataSrc!==k?a.ajax.dataSrc:a.sAjaxDataProp;return"data"===c?b.aaData||b[c]:""!==c?S(c)(b):b}function qb(a){var b=a.oClasses,c=a.sTableId,d=a.oLanguage,e=a.oPreviousSearch,f=a.aanFeatures,g='<input type="search" class="'+b.sFilterInput+'"/>',j=d.sSearch,j=j.match(/_INPUT_/)?j.replace("_INPUT_",
41
- g):j+g,b=h("<div/>",{id:!f.f?c+"_filter":null,"class":b.sFilter}).append(h("<label/>").append(j)),f=function(){var b=!this.value?"":this.value;b!=e.sSearch&&(ga(a,{sSearch:b,bRegex:e.bRegex,bSmart:e.bSmart,bCaseInsensitive:e.bCaseInsensitive}),a._iDisplayStart=0,P(a))},g=null!==a.searchDelay?a.searchDelay:"ssp"===y(a)?400:0,i=h("input",b).val(e.sSearch).attr("placeholder",d.sSearchPlaceholder).on("keyup.DT search.DT input.DT paste.DT cut.DT",g?Oa(f,g):f).on("keypress.DT",function(a){if(13==a.keyCode)return!1}).attr("aria-controls",
42
- c);h(a.nTable).on("search.dt.DT",function(b,c){if(a===c)try{i[0]!==H.activeElement&&i.val(e.sSearch)}catch(d){}});return b[0]}function ga(a,b,c){var d=a.oPreviousSearch,e=a.aoPreSearchCols,f=function(a){d.sSearch=a.sSearch;d.bRegex=a.bRegex;d.bSmart=a.bSmart;d.bCaseInsensitive=a.bCaseInsensitive};Ga(a);if("ssp"!=y(a)){xb(a,b.sSearch,c,b.bEscapeRegex!==k?!b.bEscapeRegex:b.bRegex,b.bSmart,b.bCaseInsensitive);f(b);for(b=0;b<e.length;b++)yb(a,e[b].sSearch,b,e[b].bEscapeRegex!==k?!e[b].bEscapeRegex:e[b].bRegex,
43
- e[b].bSmart,e[b].bCaseInsensitive);zb(a)}else f(b);a.bFiltered=!0;r(a,null,"search",[a])}function zb(a){for(var b=n.ext.search,c=a.aiDisplay,d,e,f=0,g=b.length;f<g;f++){for(var j=[],i=0,m=c.length;i<m;i++)e=c[i],d=a.aoData[e],b[f](a,d._aFilterData,e,d._aData,i)&&j.push(e);c.length=0;h.merge(c,j)}}function yb(a,b,c,d,e,f){if(""!==b){for(var g=[],j=a.aiDisplay,d=Pa(b,d,e,f),e=0;e<j.length;e++)b=a.aoData[j[e]]._aFilterData[c],d.test(b)&&g.push(j[e]);a.aiDisplay=g}}function xb(a,b,c,d,e,f){var d=Pa(b,
44
- d,e,f),f=a.oPreviousSearch.sSearch,g=a.aiDisplayMaster,j,e=[];0!==n.ext.search.length&&(c=!0);j=Ab(a);if(0>=b.length)a.aiDisplay=g.slice();else{if(j||c||f.length>b.length||0!==b.indexOf(f)||a.bSorted)a.aiDisplay=g.slice();b=a.aiDisplay;for(c=0;c<b.length;c++)d.test(a.aoData[b[c]]._sFilterRow)&&e.push(b[c]);a.aiDisplay=e}}function Pa(a,b,c,d){a=b?a:Qa(a);c&&(a="^(?=.*?"+h.map(a.match(/"[^"]+"|[^ ]+/g)||[""],function(a){if('"'===a.charAt(0))var b=a.match(/^"(.*)"$/),a=b?b[1]:a;return a.replace('"',
45
- "")}).join(")(?=.*?")+").*$");return RegExp(a,d?"i":"")}function Ab(a){var b=a.aoColumns,c,d,e,f,g,j,i,h,l=n.ext.type.search;c=!1;d=0;for(f=a.aoData.length;d<f;d++)if(h=a.aoData[d],!h._aFilterData){j=[];e=0;for(g=b.length;e<g;e++)c=b[e],c.bSearchable?(i=B(a,d,e,"filter"),l[c.sType]&&(i=l[c.sType](i)),null===i&&(i=""),"string"!==typeof i&&i.toString&&(i=i.toString())):i="",i.indexOf&&-1!==i.indexOf("&")&&(va.innerHTML=i,i=Wb?va.textContent:va.innerText),i.replace&&(i=i.replace(/[\r\n]/g,"")),j.push(i);
46
- h._aFilterData=j;h._sFilterRow=j.join(" ");c=!0}return c}function Bb(a){return{search:a.sSearch,smart:a.bSmart,regex:a.bRegex,caseInsensitive:a.bCaseInsensitive}}function Cb(a){return{sSearch:a.search,bSmart:a.smart,bRegex:a.regex,bCaseInsensitive:a.caseInsensitive}}function tb(a){var b=a.sTableId,c=a.aanFeatures.i,d=h("<div/>",{"class":a.oClasses.sInfo,id:!c?b+"_info":null});c||(a.aoDrawCallback.push({fn:Db,sName:"information"}),d.attr("role","status").attr("aria-live","polite"),h(a.nTable).attr("aria-describedby",
47
- b+"_info"));return d[0]}function Db(a){var b=a.aanFeatures.i;if(0!==b.length){var c=a.oLanguage,d=a._iDisplayStart+1,e=a.fnDisplayEnd(),f=a.fnRecordsTotal(),g=a.fnRecordsDisplay(),j=g?c.sInfo:c.sInfoEmpty;g!==f&&(j+=" "+c.sInfoFiltered);j+=c.sInfoPostFix;j=Eb(a,j);c=c.fnInfoCallback;null!==c&&(j=c.call(a.oInstance,a,d,e,f,g,j));h(b).html(j)}}function Eb(a,b){var c=a.fnFormatNumber,d=a._iDisplayStart+1,e=a._iDisplayLength,f=a.fnRecordsDisplay(),g=-1===e;return b.replace(/_START_/g,c.call(a,d)).replace(/_END_/g,
48
- c.call(a,a.fnDisplayEnd())).replace(/_MAX_/g,c.call(a,a.fnRecordsTotal())).replace(/_TOTAL_/g,c.call(a,f)).replace(/_PAGE_/g,c.call(a,g?1:Math.ceil(d/e))).replace(/_PAGES_/g,c.call(a,g?1:Math.ceil(f/e)))}function ha(a){var b,c,d=a.iInitDisplayStart,e=a.aoColumns,f;c=a.oFeatures;var g=a.bDeferLoading;if(a.bInitialised){ob(a);lb(a);fa(a,a.aoHeader);fa(a,a.aoFooter);C(a,!0);c.bAutoWidth&&Fa(a);b=0;for(c=e.length;b<c;b++)f=e[b],f.sWidth&&(f.nTh.style.width=v(f.sWidth));r(a,null,"preInit",[a]);T(a);e=
49
- y(a);if("ssp"!=e||g)"ajax"==e?sa(a,[],function(c){var f=ta(a,c);for(b=0;b<f.length;b++)O(a,f[b]);a.iInitDisplayStart=d;T(a);C(a,!1);ua(a,c)},a):(C(a,!1),ua(a))}else setTimeout(function(){ha(a)},200)}function ua(a,b){a._bInitComplete=!0;(b||a.oInit.aaData)&&$(a);r(a,null,"plugin-init",[a,b]);r(a,"aoInitComplete","init",[a,b])}function Ra(a,b){var c=parseInt(b,10);a._iDisplayLength=c;Sa(a);r(a,null,"length",[a,c])}function pb(a){for(var b=a.oClasses,c=a.sTableId,d=a.aLengthMenu,e=h.isArray(d[0]),f=
50
- e?d[0]:d,d=e?d[1]:d,e=h("<select/>",{name:c+"_length","aria-controls":c,"class":b.sLengthSelect}),g=0,j=f.length;g<j;g++)e[0][g]=new Option("number"===typeof d[g]?a.fnFormatNumber(d[g]):d[g],f[g]);var i=h("<div><label/></div>").addClass(b.sLength);a.aanFeatures.l||(i[0].id=c+"_length");i.children().append(a.oLanguage.sLengthMenu.replace("_MENU_",e[0].outerHTML));h("select",i).val(a._iDisplayLength).on("change.DT",function(){Ra(a,h(this).val());P(a)});h(a.nTable).on("length.dt.DT",function(b,c,d){a===
51
- c&&h("select",i).val(d)});return i[0]}function ub(a){var b=a.sPaginationType,c=n.ext.pager[b],d="function"===typeof c,e=function(a){P(a)},b=h("<div/>").addClass(a.oClasses.sPaging+b)[0],f=a.aanFeatures;d||c.fnInit(a,b,e);f.p||(b.id=a.sTableId+"_paginate",a.aoDrawCallback.push({fn:function(a){if(d){var b=a._iDisplayStart,i=a._iDisplayLength,h=a.fnRecordsDisplay(),l=-1===i,b=l?0:Math.ceil(b/i),i=l?1:Math.ceil(h/i),h=c(b,i),k,l=0;for(k=f.p.length;l<k;l++)Na(a,"pageButton")(a,f.p[l],l,h,b,i)}else c.fnUpdate(a,
52
- e)},sName:"pagination"}));return b}function Ta(a,b,c){var d=a._iDisplayStart,e=a._iDisplayLength,f=a.fnRecordsDisplay();0===f||-1===e?d=0:"number"===typeof b?(d=b*e,d>f&&(d=0)):"first"==b?d=0:"previous"==b?(d=0<=e?d-e:0,0>d&&(d=0)):"next"==b?d+e<f&&(d+=e):"last"==b?d=Math.floor((f-1)/e)*e:K(a,0,"Unknown paging action: "+b,5);b=a._iDisplayStart!==d;a._iDisplayStart=d;b&&(r(a,null,"page",[a]),c&&P(a));return b}function rb(a){return h("<div/>",{id:!a.aanFeatures.r?a.sTableId+"_processing":null,"class":a.oClasses.sProcessing}).html(a.oLanguage.sProcessing).insertBefore(a.nTable)[0]}
53
- function C(a,b){a.oFeatures.bProcessing&&h(a.aanFeatures.r).css("display",b?"block":"none");r(a,null,"processing",[a,b])}function sb(a){var b=h(a.nTable);b.attr("role","grid");var c=a.oScroll;if(""===c.sX&&""===c.sY)return a.nTable;var d=c.sX,e=c.sY,f=a.oClasses,g=b.children("caption"),j=g.length?g[0]._captionSide:null,i=h(b[0].cloneNode(!1)),m=h(b[0].cloneNode(!1)),l=b.children("tfoot");l.length||(l=null);i=h("<div/>",{"class":f.sScrollWrapper}).append(h("<div/>",{"class":f.sScrollHead}).css({overflow:"hidden",
54
- position:"relative",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",{"class":f.sScrollHeadInner}).css({"box-sizing":"content-box",width:c.sXInner||"100%"}).append(i.removeAttr("id").css("margin-left",0).append("top"===j?g:null).append(b.children("thead"))))).append(h("<div/>",{"class":f.sScrollBody}).css({position:"relative",overflow:"auto",width:!d?null:v(d)}).append(b));l&&i.append(h("<div/>",{"class":f.sScrollFoot}).css({overflow:"hidden",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",
55
- {"class":f.sScrollFootInner}).append(m.removeAttr("id").css("margin-left",0).append("bottom"===j?g:null).append(b.children("tfoot")))));var b=i.children(),k=b[0],f=b[1],t=l?b[2]:null;if(d)h(f).on("scroll.DT",function(){var a=this.scrollLeft;k.scrollLeft=a;l&&(t.scrollLeft=a)});h(f).css(e&&c.bCollapse?"max-height":"height",e);a.nScrollHead=k;a.nScrollBody=f;a.nScrollFoot=t;a.aoDrawCallback.push({fn:la,sName:"scrolling"});return i[0]}function la(a){var b=a.oScroll,c=b.sX,d=b.sXInner,e=b.sY,b=b.iBarWidth,
56
- f=h(a.nScrollHead),g=f[0].style,j=f.children("div"),i=j[0].style,m=j.children("table"),j=a.nScrollBody,l=h(j),q=j.style,t=h(a.nScrollFoot).children("div"),n=t.children("table"),o=h(a.nTHead),p=h(a.nTable),s=p[0],r=s.style,u=a.nTFoot?h(a.nTFoot):null,x=a.oBrowser,U=x.bScrollOversize,Xb=D(a.aoColumns,"nTh"),Q,L,R,w,Ua=[],y=[],z=[],A=[],B,C=function(a){a=a.style;a.paddingTop="0";a.paddingBottom="0";a.borderTopWidth="0";a.borderBottomWidth="0";a.height=0};L=j.scrollHeight>j.clientHeight;if(a.scrollBarVis!==
57
- L&&a.scrollBarVis!==k)a.scrollBarVis=L,$(a);else{a.scrollBarVis=L;p.children("thead, tfoot").remove();u&&(R=u.clone().prependTo(p),Q=u.find("tr"),R=R.find("tr"));w=o.clone().prependTo(p);o=o.find("tr");L=w.find("tr");w.find("th, td").removeAttr("tabindex");c||(q.width="100%",f[0].style.width="100%");h.each(ra(a,w),function(b,c){B=aa(a,b);c.style.width=a.aoColumns[B].sWidth});u&&I(function(a){a.style.width=""},R);f=p.outerWidth();if(""===c){r.width="100%";if(U&&(p.find("tbody").height()>j.offsetHeight||
58
- "scroll"==l.css("overflow-y")))r.width=v(p.outerWidth()-b);f=p.outerWidth()}else""!==d&&(r.width=v(d),f=p.outerWidth());I(C,L);I(function(a){z.push(a.innerHTML);Ua.push(v(h(a).css("width")))},L);I(function(a,b){if(h.inArray(a,Xb)!==-1)a.style.width=Ua[b]},o);h(L).height(0);u&&(I(C,R),I(function(a){A.push(a.innerHTML);y.push(v(h(a).css("width")))},R),I(function(a,b){a.style.width=y[b]},Q),h(R).height(0));I(function(a,b){a.innerHTML='<div class="dataTables_sizing">'+z[b]+"</div>";a.childNodes[0].style.height=
59
- "0";a.childNodes[0].style.overflow="hidden";a.style.width=Ua[b]},L);u&&I(function(a,b){a.innerHTML='<div class="dataTables_sizing">'+A[b]+"</div>";a.childNodes[0].style.height="0";a.childNodes[0].style.overflow="hidden";a.style.width=y[b]},R);if(p.outerWidth()<f){Q=j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")?f+b:f;if(U&&(j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")))r.width=v(Q-b);(""===c||""!==d)&&K(a,1,"Possible column misalignment",6)}else Q="100%";q.width=v(Q);
60
- g.width=v(Q);u&&(a.nScrollFoot.style.width=v(Q));!e&&U&&(q.height=v(s.offsetHeight+b));c=p.outerWidth();m[0].style.width=v(c);i.width=v(c);d=p.height()>j.clientHeight||"scroll"==l.css("overflow-y");e="padding"+(x.bScrollbarLeft?"Left":"Right");i[e]=d?b+"px":"0px";u&&(n[0].style.width=v(c),t[0].style.width=v(c),t[0].style[e]=d?b+"px":"0px");p.children("colgroup").insertBefore(p.children("thead"));l.scroll();if((a.bSorted||a.bFiltered)&&!a._drawHold)j.scrollTop=0}}function I(a,b,c){for(var d=0,e=0,
61
- f=b.length,g,j;e<f;){g=b[e].firstChild;for(j=c?c[e].firstChild:null;g;)1===g.nodeType&&(c?a(g,j,d):a(g,d),d++),g=g.nextSibling,j=c?j.nextSibling:null;e++}}function Fa(a){var b=a.nTable,c=a.aoColumns,d=a.oScroll,e=d.sY,f=d.sX,g=d.sXInner,j=c.length,i=ma(a,"bVisible"),m=h("th",a.nTHead),l=b.getAttribute("width"),k=b.parentNode,t=!1,n,o,p=a.oBrowser,d=p.bScrollOversize;(n=b.style.width)&&-1!==n.indexOf("%")&&(l=n);for(n=0;n<i.length;n++)o=c[i[n]],null!==o.sWidth&&(o.sWidth=Fb(o.sWidthOrig,k),t=!0);if(d||
62
- !t&&!f&&!e&&j==V(a)&&j==m.length)for(n=0;n<j;n++)i=aa(a,n),null!==i&&(c[i].sWidth=v(m.eq(n).width()));else{j=h(b).clone().css("visibility","hidden").removeAttr("id");j.find("tbody tr").remove();var s=h("<tr/>").appendTo(j.find("tbody"));j.find("thead, tfoot").remove();j.append(h(a.nTHead).clone()).append(h(a.nTFoot).clone());j.find("tfoot th, tfoot td").css("width","");m=ra(a,j.find("thead")[0]);for(n=0;n<i.length;n++)o=c[i[n]],m[n].style.width=null!==o.sWidthOrig&&""!==o.sWidthOrig?v(o.sWidthOrig):
63
- "",o.sWidthOrig&&f&&h(m[n]).append(h("<div/>").css({width:o.sWidthOrig,margin:0,padding:0,border:0,height:1}));if(a.aoData.length)for(n=0;n<i.length;n++)t=i[n],o=c[t],h(Gb(a,t)).clone(!1).append(o.sContentPadding).appendTo(s);h("[name]",j).removeAttr("name");o=h("<div/>").css(f||e?{position:"absolute",top:0,left:0,height:1,right:0,overflow:"hidden"}:{}).append(j).appendTo(k);f&&g?j.width(g):f?(j.css("width","auto"),j.removeAttr("width"),j.width()<k.clientWidth&&l&&j.width(k.clientWidth)):e?j.width(k.clientWidth):
64
- l&&j.width(l);for(n=e=0;n<i.length;n++)k=h(m[n]),g=k.outerWidth()-k.width(),k=p.bBounding?Math.ceil(m[n].getBoundingClientRect().width):k.outerWidth(),e+=k,c[i[n]].sWidth=v(k-g);b.style.width=v(e);o.remove()}l&&(b.style.width=v(l));if((l||f)&&!a._reszEvt)b=function(){h(E).on("resize.DT-"+a.sInstance,Oa(function(){$(a)}))},d?setTimeout(b,1E3):b(),a._reszEvt=!0}function Fb(a,b){if(!a)return 0;var c=h("<div/>").css("width",v(a)).appendTo(b||H.body),d=c[0].offsetWidth;c.remove();return d}function Gb(a,
65
- b){var c=Hb(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h("<td/>").html(B(a,c,b,"display"))[0]:d.anCells[b]}function Hb(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;f<g;f++)c=B(a,f,b,"display")+"",c=c.replace(Yb,""),c=c.replace(/&nbsp;/g," "),c.length>d&&(d=c.length,e=f);return e}function v(a){return null===a?"0px":"number"==typeof a?0>a?"0px":a+"px":a.match(/\d$/)?a+"px":a}function X(a){var b,c,d=[],e=a.aoColumns,f,g,j,i;b=a.aaSortingFixed;c=h.isPlainObject(b);var m=[];f=function(a){a.length&&
66
- !h.isArray(a[0])?m.push(a):h.merge(m,a)};h.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;a<m.length;a++){i=m[a][0];f=e[i].aDataSort;b=0;for(c=f.length;b<c;b++)g=f[b],j=e[g].sType||"string",m[a]._idx===k&&(m[a]._idx=h.inArray(m[a][1],e[g].asSorting)),d.push({src:i,col:g,dir:m[a][1],index:m[a]._idx,type:j,formatter:n.ext.type.order[j+"-pre"]})}return d}function nb(a){var b,c,d=[],e=n.ext.type.order,f=a.aoData,g=0,j,i=a.aiDisplayMaster,h;Ga(a);h=X(a);b=0;for(c=h.length;b<
67
- c;b++)j=h[b],j.formatter&&g++,Ib(a,j.col);if("ssp"!=y(a)&&0!==h.length){b=0;for(c=i.length;b<c;b++)d[i[b]]=b;g===h.length?i.sort(function(a,b){var c,e,g,j,i=h.length,k=f[a]._aSortData,n=f[b]._aSortData;for(g=0;g<i;g++)if(j=h[g],c=k[j.col],e=n[j.col],c=c<e?-1:c>e?1:0,0!==c)return"asc"===j.dir?c:-c;c=d[a];e=d[b];return c<e?-1:c>e?1:0}):i.sort(function(a,b){var c,g,j,i,k=h.length,n=f[a]._aSortData,o=f[b]._aSortData;for(j=0;j<k;j++)if(i=h[j],c=n[i.col],g=o[i.col],i=e[i.type+"-"+i.dir]||e["string-"+i.dir],
68
- c=i(c,g),0!==c)return c;c=d[a];g=d[b];return c<g?-1:c>g?1:0})}a.bSorted=!0}function Jb(a){for(var b,c,d=a.aoColumns,e=X(a),a=a.oLanguage.oAria,f=0,g=d.length;f<g;f++){c=d[f];var j=c.asSorting;b=c.sTitle.replace(/<.*?>/g,"");var i=c.nTh;i.removeAttribute("aria-sort");c.bSortable&&(0<e.length&&e[0].col==f?(i.setAttribute("aria-sort","asc"==e[0].dir?"ascending":"descending"),c=j[e[0].index+1]||j[0]):c=j[0],b+="asc"===c?a.sSortAscending:a.sSortDescending);i.setAttribute("aria-label",b)}}function Va(a,
69
- b,c,d){var e=a.aaSorting,f=a.aoColumns[b].asSorting,g=function(a,b){var c=a._idx;c===k&&(c=h.inArray(a[1],f));return c+1<f.length?c+1:b?null:0};"number"===typeof e[0]&&(e=a.aaSorting=[e]);c&&a.oFeatures.bSortMulti?(c=h.inArray(b,D(e,"0")),-1!==c?(b=g(e[c],!0),null===b&&1===e.length&&(b=0),null===b?e.splice(c,1):(e[c][1]=f[b],e[c]._idx=b)):(e.push([b,f[0],0]),e[e.length-1]._idx=0)):e.length&&e[0][0]==b?(b=g(e[0]),e.length=1,e[0][1]=f[b],e[0]._idx=b):(e.length=0,e.push([b,f[0]]),e[0]._idx=0);T(a);"function"==
70
- typeof d&&d(a)}function Ma(a,b,c,d){var e=a.aoColumns[c];Wa(b,{},function(b){!1!==e.bSortable&&(a.oFeatures.bProcessing?(C(a,!0),setTimeout(function(){Va(a,c,b.shiftKey,d);"ssp"!==y(a)&&C(a,!1)},0)):Va(a,c,b.shiftKey,d))})}function wa(a){var b=a.aLastSort,c=a.oClasses.sSortColumn,d=X(a),e=a.oFeatures,f,g;if(e.bSort&&e.bSortClasses){e=0;for(f=b.length;e<f;e++)g=b[e].src,h(D(a.aoData,"anCells",g)).removeClass(c+(2>e?e+1:3));e=0;for(f=d.length;e<f;e++)g=d[e].src,h(D(a.aoData,"anCells",g)).addClass(c+
71
- (2>e?e+1:3))}a.aLastSort=d}function Ib(a,b){var c=a.aoColumns[b],d=n.ext.order[c.sSortDataType],e;d&&(e=d.call(a.oInstance,a,b,ba(a,b)));for(var f,g=n.ext.type.order[c.sType+"-pre"],j=0,i=a.aoData.length;j<i;j++)if(c=a.aoData[j],c._aSortData||(c._aSortData=[]),!c._aSortData[b]||d)f=d?e[j]:B(a,j,b,"sort"),c._aSortData[b]=g?g(f):f}function xa(a){if(a.oFeatures.bStateSave&&!a.bDestroying){var b={time:+new Date,start:a._iDisplayStart,length:a._iDisplayLength,order:h.extend(!0,[],a.aaSorting),search:Bb(a.oPreviousSearch),
72
- columns:h.map(a.aoColumns,function(b,d){return{visible:b.bVisible,search:Bb(a.aoPreSearchCols[d])}})};r(a,"aoStateSaveParams","stateSaveParams",[a,b]);a.oSavedState=b;a.fnStateSaveCallback.call(a.oInstance,a,b)}}function Kb(a,b,c){var d,e,f=a.aoColumns,b=function(b){if(b&&b.time){var g=r(a,"aoStateLoadParams","stateLoadParams",[a,b]);if(-1===h.inArray(!1,g)&&(g=a.iStateDuration,!(0<g&&b.time<+new Date-1E3*g)&&!(b.columns&&f.length!==b.columns.length))){a.oLoadedState=h.extend(!0,{},b);b.start!==k&&
73
- (a._iDisplayStart=b.start,a.iInitDisplayStart=b.start);b.length!==k&&(a._iDisplayLength=b.length);b.order!==k&&(a.aaSorting=[],h.each(b.order,function(b,c){a.aaSorting.push(c[0]>=f.length?[0,c[1]]:c)}));b.search!==k&&h.extend(a.oPreviousSearch,Cb(b.search));if(b.columns){d=0;for(e=b.columns.length;d<e;d++)g=b.columns[d],g.visible!==k&&(f[d].bVisible=g.visible),g.search!==k&&h.extend(a.aoPreSearchCols[d],Cb(g.search))}r(a,"aoStateLoaded","stateLoaded",[a,b])}}c()};if(a.oFeatures.bStateSave){var g=
74
- a.fnStateLoadCallback.call(a.oInstance,a,b);g!==k&&b(g)}else c()}function ya(a){var b=n.settings,a=h.inArray(a,D(b,"nTable"));return-1!==a?b[a]:null}function K(a,b,c,d){c="DataTables warning: "+(a?"table id="+a.sTableId+" - ":"")+c;d&&(c+=". For more information about this error, please see http://datatables.net/tn/"+d);if(b)E.console&&console.log&&console.log(c);else if(b=n.ext,b=b.sErrMode||b.errMode,a&&r(a,null,"error",[a,d,c]),"alert"==b)alert(c);else{if("throw"==b)throw Error(c);"function"==
75
- typeof b&&b(a,d,c)}}function F(a,b,c,d){h.isArray(c)?h.each(c,function(c,d){h.isArray(d)?F(a,b,d[0],d[1]):F(a,b,d)}):(d===k&&(d=c),b[c]!==k&&(a[d]=b[c]))}function Xa(a,b,c){var d,e;for(e in b)b.hasOwnProperty(e)&&(d=b[e],h.isPlainObject(d)?(h.isPlainObject(a[e])||(a[e]={}),h.extend(!0,a[e],d)):a[e]=c&&"data"!==e&&"aaData"!==e&&h.isArray(d)?d.slice():d);return a}function Wa(a,b,c){h(a).on("click.DT",b,function(b){h(a).blur();c(b)}).on("keypress.DT",b,function(a){13===a.which&&(a.preventDefault(),c(a))}).on("selectstart.DT",
76
- function(){return!1})}function z(a,b,c,d){c&&a[b].push({fn:c,sName:d})}function r(a,b,c,d){var e=[];b&&(e=h.map(a[b].slice().reverse(),function(b){return b.fn.apply(a.oInstance,d)}));null!==c&&(b=h.Event(c+".dt"),h(a.nTable).trigger(b,d),e.push(b.result));return e}function Sa(a){var b=a._iDisplayStart,c=a.fnDisplayEnd(),d=a._iDisplayLength;b>=c&&(b=c-d);b-=b%d;if(-1===d||0>b)b=0;a._iDisplayStart=b}function Na(a,b){var c=a.renderer,d=n.ext.renderer[b];return h.isPlainObject(c)&&c[b]?d[c[b]]||d._:"string"===
77
- typeof c?d[c]||d._:d._}function y(a){return a.oFeatures.bServerSide?"ssp":a.ajax||a.sAjaxSource?"ajax":"dom"}function ia(a,b){var c=[],c=Lb.numbers_length,d=Math.floor(c/2);b<=c?c=Y(0,b):a<=d?(c=Y(0,c-2),c.push("ellipsis"),c.push(b-1)):(a>=b-1-d?c=Y(b-(c-2),b):(c=Y(a-d+2,a+d-1),c.push("ellipsis"),c.push(b-1)),c.splice(0,0,"ellipsis"),c.splice(0,0,0));c.DT_el="span";return c}function Da(a){h.each({num:function(b){return za(b,a)},"num-fmt":function(b){return za(b,a,Ya)},"html-num":function(b){return za(b,
78
- a,Aa)},"html-num-fmt":function(b){return za(b,a,Aa,Ya)}},function(b,c){x.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(x.type.search[b+a]=x.type.search.html)})}function Mb(a){return function(){var b=[ya(this[n.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return n.ext.internal[a].apply(this,b)}}var n=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new s(ya(this[x.iApiIndex])):new s(this)};
79
- this.fnAddData=function(a,b){var c=this.api(!0),d=h.isArray(a)&&(h.isArray(a[0])||h.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===k||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=function(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===k||a?b.draw(!1):(""!==d.sX||""!==d.sY)&&la(c)};this.fnClearTable=function(a){var b=this.api(!0).clear();(a===k||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,
80
- b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],h=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,h);(c===k||c)&&d.draw();return h};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(a)};this.fnFilter=function(a,b,c,d,e,h){e=this.api(!0);null===b||b===k?e.search(a,c,d,h):e.column(b).search(a,c,d,h);e.draw()};this.fnGetData=function(a,b){var c=this.api(!0);if(a!==k){var d=a.nodeName?a.nodeName.toLowerCase():"";return b!==k||"td"==d||"th"==d?c.cell(a,b).data():
81
- c.row(a).data()||null}return c.data().toArray()};this.fnGetNodes=function(a){var b=this.api(!0);return a!==k?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();return"TR"==c?b.row(a).index():"TD"==c||"TH"==c?(a=b.cell(a).index(),[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()};this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};
82
- this.fnPageChange=function(a,b){var c=this.api(!0).page(a);(b===k||b)&&c.draw(!1)};this.fnSetColumnVis=function(a,b,c){a=this.api(!0).column(a).visible(b);(c===k||c)&&a.columns.adjust().draw()};this.fnSettings=function(){return ya(this[x.iApiIndex])};this.fnSort=function(a){this.api(!0).order(a).draw()};this.fnSortListener=function(a,b,c){this.api(!0).order.listener(a,b,c)};this.fnUpdate=function(a,b,c,d,e){var h=this.api(!0);c===k||null===c?h.row(b).data(a):h.cell(b,c).data(a);(e===k||e)&&h.columns.adjust();
83
- (d===k||d)&&h.draw();return 0};this.fnVersionCheck=x.fnVersionCheck;var b=this,c=a===k,d=this.length;c&&(a={});this.oApi=this.internal=x.internal;for(var e in n.ext.internal)e&&(this[e]=Mb(e));this.each(function(){var e={},g=1<d?Xa(e,a,!0):a,j=0,i,e=this.getAttribute("id"),m=!1,l=n.defaults,q=h(this);if("table"!=this.nodeName.toLowerCase())K(null,0,"Non-table node initialisation ("+this.nodeName+")",2);else{fb(l);gb(l.column);J(l,l,!0);J(l.column,l.column,!0);J(l,h.extend(g,q.data()));var t=n.settings,
84
- j=0;for(i=t.length;j<i;j++){var o=t[j];if(o.nTable==this||o.nTHead&&o.nTHead.parentNode==this||o.nTFoot&&o.nTFoot.parentNode==this){var s=g.bRetrieve!==k?g.bRetrieve:l.bRetrieve;if(c||s)return o.oInstance;if(g.bDestroy!==k?g.bDestroy:l.bDestroy){o.oInstance.fnDestroy();break}else{K(o,0,"Cannot reinitialise DataTable",3);return}}if(o.sTableId==this.id){t.splice(j,1);break}}if(null===e||""===e)this.id=e="DataTables_Table_"+n.ext._unique++;var p=h.extend(!0,{},n.models.oSettings,{sDestroyWidth:q[0].style.width,
85
- sInstance:e,sTableId:e});p.nTable=this;p.oApi=b.internal;p.oInit=g;t.push(p);p.oInstance=1===b.length?b:q.dataTable();fb(g);Ca(g.oLanguage);g.aLengthMenu&&!g.iDisplayLength&&(g.iDisplayLength=h.isArray(g.aLengthMenu[0])?g.aLengthMenu[0][0]:g.aLengthMenu[0]);g=Xa(h.extend(!0,{},l),g);F(p.oFeatures,g,"bPaginate bLengthChange bFilter bSort bSortMulti bInfo bProcessing bAutoWidth bSortClasses bServerSide bDeferRender".split(" "));F(p,g,["asStripeClasses","ajax","fnServerData","fnFormatNumber","sServerMethod",
86
- "aaSorting","aaSortingFixed","aLengthMenu","sPaginationType","sAjaxSource","sAjaxDataProp","iStateDuration","sDom","bSortCellsTop","iTabIndex","fnStateLoadCallback","fnStateSaveCallback","renderer","searchDelay","rowId",["iCookieDuration","iStateDuration"],["oSearch","oPreviousSearch"],["aoSearchCols","aoPreSearchCols"],["iDisplayLength","_iDisplayLength"]]);F(p.oScroll,g,[["sScrollX","sX"],["sScrollXInner","sXInner"],["sScrollY","sY"],["bScrollCollapse","bCollapse"]]);F(p.oLanguage,g,"fnInfoCallback");
87
- z(p,"aoDrawCallback",g.fnDrawCallback,"user");z(p,"aoServerParams",g.fnServerParams,"user");z(p,"aoStateSaveParams",g.fnStateSaveParams,"user");z(p,"aoStateLoadParams",g.fnStateLoadParams,"user");z(p,"aoStateLoaded",g.fnStateLoaded,"user");z(p,"aoRowCallback",g.fnRowCallback,"user");z(p,"aoRowCreatedCallback",g.fnCreatedRow,"user");z(p,"aoHeaderCallback",g.fnHeaderCallback,"user");z(p,"aoFooterCallback",g.fnFooterCallback,"user");z(p,"aoInitComplete",g.fnInitComplete,"user");z(p,"aoPreDrawCallback",
88
- g.fnPreDrawCallback,"user");p.rowIdFn=S(g.rowId);hb(p);var u=p.oClasses;h.extend(u,n.ext.classes,g.oClasses);q.addClass(u.sTable);p.iInitDisplayStart===k&&(p.iInitDisplayStart=g.iDisplayStart,p._iDisplayStart=g.iDisplayStart);null!==g.iDeferLoading&&(p.bDeferLoading=!0,e=h.isArray(g.iDeferLoading),p._iRecordsDisplay=e?g.iDeferLoading[0]:g.iDeferLoading,p._iRecordsTotal=e?g.iDeferLoading[1]:g.iDeferLoading);var v=p.oLanguage;h.extend(!0,v,g.oLanguage);v.sUrl&&(h.ajax({dataType:"json",url:v.sUrl,success:function(a){Ca(a);
89
- J(l.oLanguage,a);h.extend(true,v,a);ha(p)},error:function(){ha(p)}}),m=!0);null===g.asStripeClasses&&(p.asStripeClasses=[u.sStripeOdd,u.sStripeEven]);var e=p.asStripeClasses,x=q.children("tbody").find("tr").eq(0);-1!==h.inArray(!0,h.map(e,function(a){return x.hasClass(a)}))&&(h("tbody tr",this).removeClass(e.join(" ")),p.asDestroyStripes=e.slice());e=[];t=this.getElementsByTagName("thead");0!==t.length&&(ea(p.aoHeader,t[0]),e=ra(p));if(null===g.aoColumns){t=[];j=0;for(i=e.length;j<i;j++)t.push(null)}else t=
90
- g.aoColumns;j=0;for(i=t.length;j<i;j++)Ea(p,e?e[j]:null);jb(p,g.aoColumnDefs,t,function(a,b){ka(p,a,b)});if(x.length){var w=function(a,b){return a.getAttribute("data-"+b)!==null?b:null};h(x[0]).children("th, td").each(function(a,b){var c=p.aoColumns[a];if(c.mData===a){var d=w(b,"sort")||w(b,"order"),e=w(b,"filter")||w(b,"search");if(d!==null||e!==null){c.mData={_:a+".display",sort:d!==null?a+".@data-"+d:k,type:d!==null?a+".@data-"+d:k,filter:e!==null?a+".@data-"+e:k};ka(p,a)}}})}var U=p.oFeatures,
91
- e=function(){if(g.aaSorting===k){var a=p.aaSorting;j=0;for(i=a.length;j<i;j++)a[j][1]=p.aoColumns[j].asSorting[0]}wa(p);U.bSort&&z(p,"aoDrawCallback",function(){if(p.bSorted){var a=X(p),b={};h.each(a,function(a,c){b[c.src]=c.dir});r(p,null,"order",[p,a,b]);Jb(p)}});z(p,"aoDrawCallback",function(){(p.bSorted||y(p)==="ssp"||U.bDeferRender)&&wa(p)},"sc");var a=q.children("caption").each(function(){this._captionSide=h(this).css("caption-side")}),b=q.children("thead");b.length===0&&(b=h("<thead/>").appendTo(q));
92
- p.nTHead=b[0];b=q.children("tbody");b.length===0&&(b=h("<tbody/>").appendTo(q));p.nTBody=b[0];b=q.children("tfoot");if(b.length===0&&a.length>0&&(p.oScroll.sX!==""||p.oScroll.sY!==""))b=h("<tfoot/>").appendTo(q);if(b.length===0||b.children().length===0)q.addClass(u.sNoFooter);else if(b.length>0){p.nTFoot=b[0];ea(p.aoFooter,p.nTFoot)}if(g.aaData)for(j=0;j<g.aaData.length;j++)O(p,g.aaData[j]);else(p.bDeferLoading||y(p)=="dom")&&na(p,h(p.nTBody).children("tr"));p.aiDisplay=p.aiDisplayMaster.slice();
93
- p.bInitialised=true;m===false&&ha(p)};g.bStateSave?(U.bStateSave=!0,z(p,"aoDrawCallback",xa,"state_save"),Kb(p,g,e)):e()}});b=null;return this},x,s,o,u,Za={},Nb=/[\r\n]/g,Aa=/<.*?>/g,Zb=/^\d{2,4}[\.\/\-]\d{1,2}[\.\/\-]\d{1,2}([T ]{1}\d{1,2}[:\.]\d{2}([\.:]\d{2})?)?$/,$b=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)","g"),Ya=/[',$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfkɃΞ]/gi,M=function(a){return!a||!0===a||"-"===a?!0:!1},Ob=function(a){var b=parseInt(a,10);return!isNaN(b)&&
94
- isFinite(a)?b:null},Pb=function(a,b){Za[b]||(Za[b]=RegExp(Qa(b),"g"));return"string"===typeof a&&"."!==b?a.replace(/\./g,"").replace(Za[b],"."):a},$a=function(a,b,c){var d="string"===typeof a;if(M(a))return!0;b&&d&&(a=Pb(a,b));c&&d&&(a=a.replace(Ya,""));return!isNaN(parseFloat(a))&&isFinite(a)},Qb=function(a,b,c){return M(a)?!0:!(M(a)||"string"===typeof a)?null:$a(a.replace(Aa,""),b,c)?!0:null},D=function(a,b,c){var d=[],e=0,f=a.length;if(c!==k)for(;e<f;e++)a[e]&&a[e][b]&&d.push(a[e][b][c]);else for(;e<
95
- f;e++)a[e]&&d.push(a[e][b]);return d},ja=function(a,b,c,d){var e=[],f=0,g=b.length;if(d!==k)for(;f<g;f++)a[b[f]][c]&&e.push(a[b[f]][c][d]);else for(;f<g;f++)e.push(a[b[f]][c]);return e},Y=function(a,b){var c=[],d;b===k?(b=0,d=a):(d=b,b=a);for(var e=b;e<d;e++)c.push(e);return c},Rb=function(a){for(var b=[],c=0,d=a.length;c<d;c++)a[c]&&b.push(a[c]);return b},qa=function(a){var b;a:{if(!(2>a.length)){b=a.slice().sort();for(var c=b[0],d=1,e=b.length;d<e;d++){if(b[d]===c){b=!1;break a}c=b[d]}}b=!0}if(b)return a.slice();
96
- b=[];var e=a.length,f,g=0,d=0;a:for(;d<e;d++){c=a[d];for(f=0;f<g;f++)if(b[f]===c)continue a;b.push(c);g++}return b};n.util={throttle:function(a,b){var c=b!==k?b:200,d,e;return function(){var b=this,g=+new Date,j=arguments;d&&g<d+c?(clearTimeout(e),e=setTimeout(function(){d=k;a.apply(b,j)},c)):(d=g,a.apply(b,j))}},escapeRegex:function(a){return a.replace($b,"\\$1")}};var A=function(a,b,c){a[b]!==k&&(a[c]=a[b])},ca=/\[.*?\]$/,W=/\(\)$/,Qa=n.util.escapeRegex,va=h("<div>")[0],Wb=va.textContent!==k,Yb=
97
- /<.*?>/g,Oa=n.util.throttle,Sb=[],w=Array.prototype,ac=function(a){var b,c,d=n.settings,e=h.map(d,function(a){return a.nTable});if(a){if(a.nTable&&a.oApi)return[a];if(a.nodeName&&"table"===a.nodeName.toLowerCase())return b=h.inArray(a,e),-1!==b?[d[b]]:null;if(a&&"function"===typeof a.settings)return a.settings().toArray();"string"===typeof a?c=h(a):a instanceof h&&(c=a)}else return[];if(c)return c.map(function(){b=h.inArray(this,e);return-1!==b?d[b]:null}).toArray()};s=function(a,b){if(!(this instanceof
98
- s))return new s(a,b);var c=[],d=function(a){(a=ac(a))&&(c=c.concat(a))};if(h.isArray(a))for(var e=0,f=a.length;e<f;e++)d(a[e]);else d(a);this.context=qa(c);b&&h.merge(this,b);this.selector={rows:null,cols:null,opts:null};s.extend(this,this,Sb)};n.Api=s;h.extend(s.prototype,{any:function(){return 0!==this.count()},concat:w.concat,context:[],count:function(){return this.flatten().length},each:function(a){for(var b=0,c=this.length;b<c;b++)a.call(this,this[b],b,this);return this},eq:function(a){var b=
99
- this.context;return b.length>a?new s(b[a],this[a]):null},filter:function(a){var b=[];if(w.filter)b=w.filter.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)a.call(this,this[c],c,this)&&b.push(this[c]);return new s(this.context,b)},flatten:function(){var a=[];return new s(this.context,a.concat.apply(a,this.toArray()))},join:w.join,indexOf:w.indexOf||function(a,b){for(var c=b||0,d=this.length;c<d;c++)if(this[c]===a)return c;return-1},iterator:function(a,b,c,d){var e=[],f,g,j,h,m,l=this.context,
100
- n,o,u=this.selector;"string"===typeof a&&(d=c,c=b,b=a,a=!1);g=0;for(j=l.length;g<j;g++){var r=new s(l[g]);if("table"===b)f=c.call(r,l[g],g),f!==k&&e.push(f);else if("columns"===b||"rows"===b)f=c.call(r,l[g],this[g],g),f!==k&&e.push(f);else if("column"===b||"column-rows"===b||"row"===b||"cell"===b){o=this[g];"column-rows"===b&&(n=Ba(l[g],u.opts));h=0;for(m=o.length;h<m;h++)f=o[h],f="cell"===b?c.call(r,l[g],f.row,f.column,g,h):c.call(r,l[g],f,g,h,n),f!==k&&e.push(f)}}return e.length||d?(a=new s(l,a?
101
- e.concat.apply([],e):e),b=a.selector,b.rows=u.rows,b.cols=u.cols,b.opts=u.opts,a):this},lastIndexOf:w.lastIndexOf||function(a,b){return this.indexOf.apply(this.toArray.reverse(),arguments)},length:0,map:function(a){var b=[];if(w.map)b=w.map.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)b.push(a.call(this,this[c],c));return new s(this.context,b)},pluck:function(a){return this.map(function(b){return b[a]})},pop:w.pop,push:w.push,reduce:w.reduce||function(a,b){return ib(this,a,b,0,this.length,
102
- 1)},reduceRight:w.reduceRight||function(a,b){return ib(this,a,b,this.length-1,-1,-1)},reverse:w.reverse,selector:null,shift:w.shift,slice:function(){return new s(this.context,this)},sort:w.sort,splice:w.splice,toArray:function(){return w.slice.call(this)},to$:function(){return h(this)},toJQuery:function(){return h(this)},unique:function(){return new s(this.context,qa(this))},unshift:w.unshift});s.extend=function(a,b,c){if(c.length&&b&&(b instanceof s||b.__dt_wrapper)){var d,e,f,g=function(a,b,c){return function(){var d=
103
- b.apply(a,arguments);s.extend(d,d,c.methodExt);return d}};d=0;for(e=c.length;d<e;d++)f=c[d],b[f.name]="function"===typeof f.val?g(a,f.val,f):h.isPlainObject(f.val)?{}:f.val,b[f.name].__dt_wrapper=!0,s.extend(a,b[f.name],f.propExt)}};s.register=o=function(a,b){if(h.isArray(a))for(var c=0,d=a.length;c<d;c++)s.register(a[c],b);else for(var e=a.split("."),f=Sb,g,j,c=0,d=e.length;c<d;c++){g=(j=-1!==e[c].indexOf("()"))?e[c].replace("()",""):e[c];var i;a:{i=0;for(var m=f.length;i<m;i++)if(f[i].name===g){i=
104
- f[i];break a}i=null}i||(i={name:g,val:{},methodExt:[],propExt:[]},f.push(i));c===d-1?i.val=b:f=j?i.methodExt:i.propExt}};s.registerPlural=u=function(a,b,c){s.register(a,c);s.register(b,function(){var a=c.apply(this,arguments);return a===this?this:a instanceof s?a.length?h.isArray(a[0])?new s(a.context,a[0]):a[0]:k:a})};o("tables()",function(a){var b;if(a){b=s;var c=this.context;if("number"===typeof a)a=[c[a]];else var d=h.map(c,function(a){return a.nTable}),a=h(d).filter(a).map(function(){var a=h.inArray(this,
105
- d);return c[a]}).toArray();b=new b(a)}else b=this;return b});o("table()",function(a){var a=this.tables(a),b=a.context;return b.length?new s(b[0]):a});u("tables().nodes()","table().node()",function(){return this.iterator("table",function(a){return a.nTable},1)});u("tables().body()","table().body()",function(){return this.iterator("table",function(a){return a.nTBody},1)});u("tables().header()","table().header()",function(){return this.iterator("table",function(a){return a.nTHead},1)});u("tables().footer()",
106
- "table().footer()",function(){return this.iterator("table",function(a){return a.nTFoot},1)});u("tables().containers()","table().container()",function(){return this.iterator("table",function(a){return a.nTableWrapper},1)});o("draw()",function(a){return this.iterator("table",function(b){"page"===a?P(b):("string"===typeof a&&(a="full-hold"===a?!1:!0),T(b,!1===a))})});o("page()",function(a){return a===k?this.page.info().page:this.iterator("table",function(b){Ta(b,a)})});o("page.info()",function(){if(0===
107
- this.context.length)return k;var a=this.context[0],b=a._iDisplayStart,c=a.oFeatures.bPaginate?a._iDisplayLength:-1,d=a.fnRecordsDisplay(),e=-1===c;return{page:e?0:Math.floor(b/c),pages:e?1:Math.ceil(d/c),start:b,end:a.fnDisplayEnd(),length:c,recordsTotal:a.fnRecordsTotal(),recordsDisplay:d,serverSide:"ssp"===y(a)}});o("page.len()",function(a){return a===k?0!==this.context.length?this.context[0]._iDisplayLength:k:this.iterator("table",function(b){Ra(b,a)})});var Tb=function(a,b,c){if(c){var d=new s(a);
108
- d.one("draw",function(){c(d.ajax.json())})}if("ssp"==y(a))T(a,b);else{C(a,!0);var e=a.jqXHR;e&&4!==e.readyState&&e.abort();sa(a,[],function(c){oa(a);for(var c=ta(a,c),d=0,e=c.length;d<e;d++)O(a,c[d]);T(a,b);C(a,!1)})}};o("ajax.json()",function(){var a=this.context;if(0<a.length)return a[0].json});o("ajax.params()",function(){var a=this.context;if(0<a.length)return a[0].oAjaxData});o("ajax.reload()",function(a,b){return this.iterator("table",function(c){Tb(c,!1===b,a)})});o("ajax.url()",function(a){var b=
109
- this.context;if(a===k){if(0===b.length)return k;b=b[0];return b.ajax?h.isPlainObject(b.ajax)?b.ajax.url:b.ajax:b.sAjaxSource}return this.iterator("table",function(b){h.isPlainObject(b.ajax)?b.ajax.url=a:b.ajax=a})});o("ajax.url().load()",function(a,b){return this.iterator("table",function(c){Tb(c,!1===b,a)})});var ab=function(a,b,c,d,e){var f=[],g,j,i,m,l,n;i=typeof b;if(!b||"string"===i||"function"===i||b.length===k)b=[b];i=0;for(m=b.length;i<m;i++){j=b[i]&&b[i].split&&!b[i].match(/[\[\(:]/)?b[i].split(","):
110
- [b[i]];l=0;for(n=j.length;l<n;l++)(g=c("string"===typeof j[l]?h.trim(j[l]):j[l]))&&g.length&&(f=f.concat(g))}a=x.selector[a];if(a.length){i=0;for(m=a.length;i<m;i++)f=a[i](d,e,f)}return qa(f)},bb=function(a){a||(a={});a.filter&&a.search===k&&(a.search=a.filter);return h.extend({search:"none",order:"current",page:"all"},a)},cb=function(a){for(var b=0,c=a.length;b<c;b++)if(0<a[b].length)return a[0]=a[b],a[0].length=1,a.length=1,a.context=[a.context[b]],a;a.length=0;return a},Ba=function(a,b){var c,
111
- d,e,f=[],g=a.aiDisplay;e=a.aiDisplayMaster;var j=b.search;c=b.order;d=b.page;if("ssp"==y(a))return"removed"===j?[]:Y(0,e.length);if("current"==d){c=a._iDisplayStart;for(d=a.fnDisplayEnd();c<d;c++)f.push(g[c])}else if("current"==c||"applied"==c)if("none"==j)f=e.slice();else if("applied"==j)f=g.slice();else{if("removed"==j){var i={};c=0;for(d=g.length;c<d;c++)i[g[c]]=null;f=h.map(e,function(a){return!i.hasOwnProperty(a)?a:null})}}else if("index"==c||"original"==c){c=0;for(d=a.aoData.length;c<d;c++)"none"==
112
- j?f.push(c):(e=h.inArray(c,g),(-1===e&&"removed"==j||0<=e&&"applied"==j)&&f.push(c))}return f};o("rows()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=bb(b),c=this.iterator("table",function(c){var e=b,f;return ab("row",a,function(a){var b=Ob(a),i=c.aoData;if(b!==null&&!e)return[b];f||(f=Ba(c,e));if(b!==null&&h.inArray(b,f)!==-1)return[b];if(a===null||a===k||a==="")return f;if(typeof a==="function")return h.map(f,function(b){var c=i[b];return a(b,c._aData,c.nTr)?b:null});if(a.nodeName){var b=
113
- a._DT_RowIndex,m=a._DT_CellIndex;if(b!==k)return i[b]&&i[b].nTr===a?[b]:[];if(m)return i[m.row]&&i[m.row].nTr===a?[m.row]:[];b=h(a).closest("*[data-dt-row]");return b.length?[b.data("dt-row")]:[]}if(typeof a==="string"&&a.charAt(0)==="#"){b=c.aIds[a.replace(/^#/,"")];if(b!==k)return[b.idx]}b=Rb(ja(c.aoData,f,"nTr"));return h(b).filter(a).map(function(){return this._DT_RowIndex}).toArray()},c,e)},1);c.selector.rows=a;c.selector.opts=b;return c});o("rows().nodes()",function(){return this.iterator("row",
114
- function(a,b){return a.aoData[b].nTr||k},1)});o("rows().data()",function(){return this.iterator(!0,"rows",function(a,b){return ja(a.aoData,b,"_aData")},1)});u("rows().cache()","row().cache()",function(a){return this.iterator("row",function(b,c){var d=b.aoData[c];return"search"===a?d._aFilterData:d._aSortData},1)});u("rows().invalidate()","row().invalidate()",function(a){return this.iterator("row",function(b,c){da(b,c,a)})});u("rows().indexes()","row().index()",function(){return this.iterator("row",
115
- function(a,b){return b},1)});u("rows().ids()","row().id()",function(a){for(var b=[],c=this.context,d=0,e=c.length;d<e;d++)for(var f=0,g=this[d].length;f<g;f++){var h=c[d].rowIdFn(c[d].aoData[this[d][f]]._aData);b.push((!0===a?"#":"")+h)}return new s(c,b)});u("rows().remove()","row().remove()",function(){var a=this;this.iterator("row",function(b,c,d){var e=b.aoData,f=e[c],g,h,i,m,l;e.splice(c,1);g=0;for(h=e.length;g<h;g++)if(i=e[g],l=i.anCells,null!==i.nTr&&(i.nTr._DT_RowIndex=g),null!==l){i=0;for(m=
116
- l.length;i<m;i++)l[i]._DT_CellIndex.row=g}pa(b.aiDisplayMaster,c);pa(b.aiDisplay,c);pa(a[d],c,!1);0<b._iRecordsDisplay&&b._iRecordsDisplay--;Sa(b);c=b.rowIdFn(f._aData);c!==k&&delete b.aIds[c]});this.iterator("table",function(a){for(var c=0,d=a.aoData.length;c<d;c++)a.aoData[c].idx=c});return this});o("rows.add()",function(a){var b=this.iterator("table",function(b){var c,f,g,h=[];f=0;for(g=a.length;f<g;f++)c=a[f],c.nodeName&&"TR"===c.nodeName.toUpperCase()?h.push(na(b,c)[0]):h.push(O(b,c));return h},
117
- 1),c=this.rows(-1);c.pop();h.merge(c,b);return c});o("row()",function(a,b){return cb(this.rows(a,b))});o("row().data()",function(a){var b=this.context;if(a===k)return b.length&&this.length?b[0].aoData[this[0]]._aData:k;var c=b[0].aoData[this[0]];c._aData=a;h.isArray(a)&&c.nTr.id&&N(b[0].rowId)(a,c.nTr.id);da(b[0],this[0],"data");return this});o("row().node()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]].nTr||null:null});o("row.add()",function(a){a instanceof h&&
118
- a.length&&(a=a[0]);var b=this.iterator("table",function(b){return a.nodeName&&"TR"===a.nodeName.toUpperCase()?na(b,a)[0]:O(b,a)});return this.row(b[0])});var db=function(a,b){var c=a.context;if(c.length&&(c=c[0].aoData[b!==k?b:a[0]])&&c._details)c._details.remove(),c._detailsShow=k,c._details=k},Ub=function(a,b){var c=a.context;if(c.length&&a.length){var d=c[0].aoData[a[0]];if(d._details){(d._detailsShow=b)?d._details.insertAfter(d.nTr):d._details.detach();var e=c[0],f=new s(e),g=e.aoData;f.off("draw.dt.DT_details column-visibility.dt.DT_details destroy.dt.DT_details");
119
- 0<D(g,"_details").length&&(f.on("draw.dt.DT_details",function(a,b){e===b&&f.rows({page:"current"}).eq(0).each(function(a){a=g[a];a._detailsShow&&a._details.insertAfter(a.nTr)})}),f.on("column-visibility.dt.DT_details",function(a,b){if(e===b)for(var c,d=V(b),f=0,h=g.length;f<h;f++)c=g[f],c._details&&c._details.children("td[colspan]").attr("colspan",d)}),f.on("destroy.dt.DT_details",function(a,b){if(e===b)for(var c=0,d=g.length;c<d;c++)g[c]._details&&db(f,c)}))}}};o("row().child()",function(a,b){var c=
120
- this.context;if(a===k)return c.length&&this.length?c[0].aoData[this[0]]._details:k;if(!0===a)this.child.show();else if(!1===a)db(this);else if(c.length&&this.length){var d=c[0],c=c[0].aoData[this[0]],e=[],f=function(a,b){if(h.isArray(a)||a instanceof h)for(var c=0,k=a.length;c<k;c++)f(a[c],b);else a.nodeName&&"tr"===a.nodeName.toLowerCase()?e.push(a):(c=h("<tr><td/></tr>").addClass(b),h("td",c).addClass(b).html(a)[0].colSpan=V(d),e.push(c[0]))};f(a,b);c._details&&c._details.detach();c._details=h(e);
121
- c._detailsShow&&c._details.insertAfter(c.nTr)}return this});o(["row().child.show()","row().child().show()"],function(){Ub(this,!0);return this});o(["row().child.hide()","row().child().hide()"],function(){Ub(this,!1);return this});o(["row().child.remove()","row().child().remove()"],function(){db(this);return this});o("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var bc=/^([^:]+):(name|visIdx|visible)$/,Vb=function(a,b,
122
- c,d,e){for(var c=[],d=0,f=e.length;d<f;d++)c.push(B(a,e[d],b));return c};o("columns()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=bb(b),c=this.iterator("table",function(c){var e=a,f=b,g=c.aoColumns,j=D(g,"sName"),i=D(g,"nTh");return ab("column",e,function(a){var b=Ob(a);if(a==="")return Y(g.length);if(b!==null)return[b>=0?b:g.length+b];if(typeof a==="function"){var e=Ba(c,f);return h.map(g,function(b,f){return a(f,Vb(c,f,0,0,e),i[f])?f:null})}var k=typeof a==="string"?a.match(bc):
123
- "";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1],10);if(b<0){var n=h.map(g,function(a,b){return a.bVisible?b:null});return[n[n.length+b]]}return[aa(c,b)];case "name":return h.map(j,function(a,b){return a===k[1]?b:null});default:return[]}if(a.nodeName&&a._DT_CellIndex)return[a._DT_CellIndex.column];b=h(i).filter(a).map(function(){return h.inArray(this,i)}).toArray();if(b.length||!a.nodeName)return b;b=h(a).closest("*[data-dt-column]");return b.length?[b.data("dt-column")]:[]},c,f)},
124
- 1);c.selector.cols=a;c.selector.opts=b;return c});u("columns().header()","column().header()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTh},1)});u("columns().footer()","column().footer()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTf},1)});u("columns().data()","column().data()",function(){return this.iterator("column-rows",Vb,1)});u("columns().dataSrc()","column().dataSrc()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].mData},
125
- 1)});u("columns().cache()","column().cache()",function(a){return this.iterator("column-rows",function(b,c,d,e,f){return ja(b.aoData,f,"search"===a?"_aFilterData":"_aSortData",c)},1)});u("columns().nodes()","column().nodes()",function(){return this.iterator("column-rows",function(a,b,c,d,e){return ja(a.aoData,e,"anCells",b)},1)});u("columns().visible()","column().visible()",function(a,b){var c=this.iterator("column",function(b,c){if(a===k)return b.aoColumns[c].bVisible;var f=b.aoColumns,g=f[c],j=b.aoData,
126
- i,m,l;if(a!==k&&g.bVisible!==a){if(a){var n=h.inArray(!0,D(f,"bVisible"),c+1);i=0;for(m=j.length;i<m;i++)l=j[i].nTr,f=j[i].anCells,l&&l.insertBefore(f[c],f[n]||null)}else h(D(b.aoData,"anCells",c)).detach();g.bVisible=a;fa(b,b.aoHeader);fa(b,b.aoFooter);b.aiDisplay.length||h(b.nTBody).find("td[colspan]").attr("colspan",V(b));xa(b)}});a!==k&&(this.iterator("column",function(c,e){r(c,null,"column-visibility",[c,e,a,b])}),(b===k||b)&&this.columns.adjust());return c});u("columns().indexes()","column().index()",
127
- function(a){return this.iterator("column",function(b,c){return"visible"===a?ba(b,c):c},1)});o("columns.adjust()",function(){return this.iterator("table",function(a){$(a)},1)});o("column.index()",function(a,b){if(0!==this.context.length){var c=this.context[0];if("fromVisible"===a||"toData"===a)return aa(c,b);if("fromData"===a||"toVisible"===a)return ba(c,b)}});o("column()",function(a,b){return cb(this.columns(a,b))});o("cells()",function(a,b,c){h.isPlainObject(a)&&(a.row===k?(c=a,a=null):(c=b,b=null));
128
- h.isPlainObject(b)&&(c=b,b=null);if(null===b||b===k)return this.iterator("table",function(b){var d=a,e=bb(c),f=b.aoData,g=Ba(b,e),j=Rb(ja(f,g,"anCells")),i=h([].concat.apply([],j)),l,m=b.aoColumns.length,n,o,u,s,r,v;return ab("cell",d,function(a){var c=typeof a==="function";if(a===null||a===k||c){n=[];o=0;for(u=g.length;o<u;o++){l=g[o];for(s=0;s<m;s++){r={row:l,column:s};if(c){v=f[l];a(r,B(b,l,s),v.anCells?v.anCells[s]:null)&&n.push(r)}else n.push(r)}}return n}if(h.isPlainObject(a))return a.column!==
129
- k&&a.row!==k&&h.inArray(a.row,g)!==-1?[a]:[];c=i.filter(a).map(function(a,b){return{row:b._DT_CellIndex.row,column:b._DT_CellIndex.column}}).toArray();if(c.length||!a.nodeName)return c;v=h(a).closest("*[data-dt-row]");return v.length?[{row:v.data("dt-row"),column:v.data("dt-column")}]:[]},b,e)});var d=this.columns(b),e=this.rows(a),f,g,j,i,m;this.iterator("table",function(a,b){f=[];g=0;for(j=e[b].length;g<j;g++){i=0;for(m=d[b].length;i<m;i++)f.push({row:e[b][g],column:d[b][i]})}},1);var l=this.cells(f,
130
- c);h.extend(l.selector,{cols:b,rows:a,opts:c});return l});u("cells().nodes()","cell().node()",function(){return this.iterator("cell",function(a,b,c){return(a=a.aoData[b])&&a.anCells?a.anCells[c]:k},1)});o("cells().data()",function(){return this.iterator("cell",function(a,b,c){return B(a,b,c)},1)});u("cells().cache()","cell().cache()",function(a){a="search"===a?"_aFilterData":"_aSortData";return this.iterator("cell",function(b,c,d){return b.aoData[c][a][d]},1)});u("cells().render()","cell().render()",
131
- function(a){return this.iterator("cell",function(b,c,d){return B(b,c,d,a)},1)});u("cells().indexes()","cell().index()",function(){return this.iterator("cell",function(a,b,c){return{row:b,column:c,columnVisible:ba(a,c)}},1)});u("cells().invalidate()","cell().invalidate()",function(a){return this.iterator("cell",function(b,c,d){da(b,c,a,d)})});o("cell()",function(a,b,c){return cb(this.cells(a,b,c))});o("cell().data()",function(a){var b=this.context,c=this[0];if(a===k)return b.length&&c.length?B(b[0],
132
- c[0].row,c[0].column):k;kb(b[0],c[0].row,c[0].column,a);da(b[0],c[0].row,"data",c[0].column);return this});o("order()",function(a,b){var c=this.context;if(a===k)return 0!==c.length?c[0].aaSorting:k;"number"===typeof a?a=[[a,b]]:a.length&&!h.isArray(a[0])&&(a=Array.prototype.slice.call(arguments));return this.iterator("table",function(b){b.aaSorting=a.slice()})});o("order.listener()",function(a,b,c){return this.iterator("table",function(d){Ma(d,a,b,c)})});o("order.fixed()",function(a){if(!a){var b=
133
- this.context,b=b.length?b[0].aaSortingFixed:k;return h.isArray(b)?{pre:b}:b}return this.iterator("table",function(b){b.aaSortingFixed=h.extend(!0,{},a)})});o(["columns().order()","column().order()"],function(a){var b=this;return this.iterator("table",function(c,d){var e=[];h.each(b[d],function(b,c){e.push([c,a])});c.aaSorting=e})});o("search()",function(a,b,c,d){var e=this.context;return a===k?0!==e.length?e[0].oPreviousSearch.sSearch:k:this.iterator("table",function(e){e.oFeatures.bFilter&&ga(e,
134
- h.extend({},e.oPreviousSearch,{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),1)})});u("columns().search()","column().search()",function(a,b,c,d){return this.iterator("column",function(e,f){var g=e.aoPreSearchCols;if(a===k)return g[f].sSearch;e.oFeatures.bFilter&&(h.extend(g[f],{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),ga(e,e.oPreviousSearch,1))})});o("state()",function(){return this.context.length?this.context[0].oSavedState:
135
- null});o("state.clear()",function(){return this.iterator("table",function(a){a.fnStateSaveCallback.call(a.oInstance,a,{})})});o("state.loaded()",function(){return this.context.length?this.context[0].oLoadedState:null});o("state.save()",function(){return this.iterator("table",function(a){xa(a)})});n.versionCheck=n.fnVersionCheck=function(a){for(var b=n.version.split("."),a=a.split("."),c,d,e=0,f=a.length;e<f;e++)if(c=parseInt(b[e],10)||0,d=parseInt(a[e],10)||0,c!==d)return c>d;return!0};n.isDataTable=
136
- n.fnIsDataTable=function(a){var b=h(a).get(0),c=!1;if(a instanceof n.Api)return!0;h.each(n.settings,function(a,e){var f=e.nScrollHead?h("table",e.nScrollHead)[0]:null,g=e.nScrollFoot?h("table",e.nScrollFoot)[0]:null;if(e.nTable===b||f===b||g===b)c=!0});return c};n.tables=n.fnTables=function(a){var b=!1;h.isPlainObject(a)&&(b=a.api,a=a.visible);var c=h.map(n.settings,function(b){if(!a||a&&h(b.nTable).is(":visible"))return b.nTable});return b?new s(c):c};n.camelToHungarian=J;o("$()",function(a,b){var c=
137
- this.rows(b).nodes(),c=h(c);return h([].concat(c.filter(a).toArray(),c.find(a).toArray()))});h.each(["on","one","off"],function(a,b){o(b+"()",function(){var a=Array.prototype.slice.call(arguments);a[0]=h.map(a[0].split(/\s/),function(a){return!a.match(/\.dt\b/)?a+".dt":a}).join(" ");var d=h(this.tables().nodes());d[b].apply(d,a);return this})});o("clear()",function(){return this.iterator("table",function(a){oa(a)})});o("settings()",function(){return new s(this.context,this.context)});o("init()",function(){var a=
138
- this.context;return a.length?a[0].oInit:null});o("data()",function(){return this.iterator("table",function(a){return D(a.aoData,"_aData")}).flatten()});o("destroy()",function(a){a=a||!1;return this.iterator("table",function(b){var c=b.nTableWrapper.parentNode,d=b.oClasses,e=b.nTable,f=b.nTBody,g=b.nTHead,j=b.nTFoot,i=h(e),f=h(f),k=h(b.nTableWrapper),l=h.map(b.aoData,function(a){return a.nTr}),o;b.bDestroying=!0;r(b,"aoDestroyCallback","destroy",[b]);a||(new s(b)).columns().visible(!0);k.off(".DT").find(":not(tbody *)").off(".DT");
139
- h(E).off(".DT-"+b.sInstance);e!=g.parentNode&&(i.children("thead").detach(),i.append(g));j&&e!=j.parentNode&&(i.children("tfoot").detach(),i.append(j));b.aaSorting=[];b.aaSortingFixed=[];wa(b);h(l).removeClass(b.asStripeClasses.join(" "));h("th, td",g).removeClass(d.sSortable+" "+d.sSortableAsc+" "+d.sSortableDesc+" "+d.sSortableNone);f.children().detach();f.append(l);g=a?"remove":"detach";i[g]();k[g]();!a&&c&&(c.insertBefore(e,b.nTableReinsertBefore),i.css("width",b.sDestroyWidth).removeClass(d.sTable),
140
- (o=b.asDestroyStripes.length)&&f.children().each(function(a){h(this).addClass(b.asDestroyStripes[a%o])}));c=h.inArray(b,n.settings);-1!==c&&n.settings.splice(c,1)})});h.each(["column","row","cell"],function(a,b){o(b+"s().every()",function(a){var d=this.selector.opts,e=this;return this.iterator(b,function(f,g,h,i,m){a.call(e[b](g,"cell"===b?h:d,"cell"===b?d:k),g,h,i,m)})})});o("i18n()",function(a,b,c){var d=this.context[0],a=S(a)(d.oLanguage);a===k&&(a=b);c!==k&&h.isPlainObject(a)&&(a=a[c]!==k?a[c]:
141
- a._);return a.replace("%d",c)});n.version="1.10.19";n.settings=[];n.models={};n.models.oSearch={bCaseInsensitive:!0,sSearch:"",bRegex:!1,bSmart:!0};n.models.oRow={nTr:null,anCells:null,_aData:[],_aSortData:null,_aFilterData:null,_sFilterRow:null,_sRowStripe:"",src:null,idx:-1};n.models.oColumn={idx:null,aDataSort:null,asSorting:null,bSearchable:null,bSortable:null,bVisible:null,_sManualType:null,_bAttrSrc:!1,fnCreatedCell:null,fnGetData:null,fnSetData:null,mData:null,mRender:null,nTh:null,nTf:null,
142
- sClass:null,sContentPadding:null,sDefaultContent:null,sName:null,sSortDataType:"std",sSortingClass:null,sSortingClassJUI:null,sTitle:null,sType:null,sWidth:null,sWidthOrig:null};n.defaults={aaData:null,aaSorting:[[0,"asc"]],aaSortingFixed:[],ajax:null,aLengthMenu:[10,25,50,100],aoColumns:null,aoColumnDefs:null,aoSearchCols:[],asStripeClasses:null,bAutoWidth:!0,bDeferRender:!1,bDestroy:!1,bFilter:!0,bInfo:!0,bLengthChange:!0,bPaginate:!0,bProcessing:!1,bRetrieve:!1,bScrollCollapse:!1,bServerSide:!1,
143
- bSort:!0,bSortMulti:!0,bSortCellsTop:!1,bSortClasses:!0,bStateSave:!1,fnCreatedRow:null,fnDrawCallback:null,fnFooterCallback:null,fnFormatNumber:function(a){return a.toString().replace(/\B(?=(\d{3})+(?!\d))/g,this.oLanguage.sThousands)},fnHeaderCallback:null,fnInfoCallback:null,fnInitComplete:null,fnPreDrawCallback:null,fnRowCallback:null,fnServerData:null,fnServerParams:null,fnStateLoadCallback:function(a){try{return JSON.parse((-1===a.iStateDuration?sessionStorage:localStorage).getItem("DataTables_"+
144
- a.sInstance+"_"+location.pathname))}catch(b){}},fnStateLoadParams:null,fnStateLoaded:null,fnStateSaveCallback:function(a,b){try{(-1===a.iStateDuration?sessionStorage:localStorage).setItem("DataTables_"+a.sInstance+"_"+location.pathname,JSON.stringify(b))}catch(c){}},fnStateSaveParams:null,iStateDuration:7200,iDeferLoading:null,iDisplayLength:10,iDisplayStart:0,iTabIndex:0,oClasses:{},oLanguage:{oAria:{sSortAscending:": activate to sort column ascending",sSortDescending:": activate to sort column descending"},
145
- oPaginate:{sFirst:"First",sLast:"Last",sNext:"Next",sPrevious:"Previous"},sEmptyTable:"No data available in table",sInfo:"Showing _START_ to _END_ of _TOTAL_ entries",sInfoEmpty:"Showing 0 to 0 of 0 entries",sInfoFiltered:"(filtered from _MAX_ total entries)",sInfoPostFix:"",sDecimal:"",sThousands:",",sLengthMenu:"Show _MENU_ entries",sLoadingRecords:"Loading...",sProcessing:"Processing...",sSearch:"Search:",sSearchPlaceholder:"",sUrl:"",sZeroRecords:"No matching records found"},oSearch:h.extend({},
146
- n.models.oSearch),sAjaxDataProp:"data",sAjaxSource:null,sDom:"lfrtip",searchDelay:null,sPaginationType:"simple_numbers",sScrollX:"",sScrollXInner:"",sScrollY:"",sServerMethod:"GET",renderer:null,rowId:"DT_RowId"};Z(n.defaults);n.defaults.column={aDataSort:null,iDataSort:-1,asSorting:["asc","desc"],bSearchable:!0,bSortable:!0,bVisible:!0,fnCreatedCell:null,mData:null,mRender:null,sCellType:"td",sClass:"",sContentPadding:"",sDefaultContent:null,sName:"",sSortDataType:"std",sTitle:null,sType:null,sWidth:null};
147
- Z(n.defaults.column);n.models.oSettings={oFeatures:{bAutoWidth:null,bDeferRender:null,bFilter:null,bInfo:null,bLengthChange:null,bPaginate:null,bProcessing:null,bServerSide:null,bSort:null,bSortMulti:null,bSortClasses:null,bStateSave:null},oScroll:{bCollapse:null,iBarWidth:0,sX:null,sXInner:null,sY:null},oLanguage:{fnInfoCallback:null},oBrowser:{bScrollOversize:!1,bScrollbarLeft:!1,bBounding:!1,barWidth:0},ajax:null,aanFeatures:[],aoData:[],aiDisplay:[],aiDisplayMaster:[],aIds:{},aoColumns:[],aoHeader:[],
148
- aoFooter:[],oPreviousSearch:{},aoPreSearchCols:[],aaSorting:null,aaSortingFixed:[],asStripeClasses:null,asDestroyStripes:[],sDestroyWidth:0,aoRowCallback:[],aoHeaderCallback:[],aoFooterCallback:[],aoDrawCallback:[],aoRowCreatedCallback:[],aoPreDrawCallback:[],aoInitComplete:[],aoStateSaveParams:[],aoStateLoadParams:[],aoStateLoaded:[],sTableId:"",nTable:null,nTHead:null,nTFoot:null,nTBody:null,nTableWrapper:null,bDeferLoading:!1,bInitialised:!1,aoOpenRows:[],sDom:null,searchDelay:null,sPaginationType:"two_button",
149
- iStateDuration:0,aoStateSave:[],aoStateLoad:[],oSavedState:null,oLoadedState:null,sAjaxSource:null,sAjaxDataProp:null,bAjaxDataGet:!0,jqXHR:null,json:k,oAjaxData:k,fnServerData:null,aoServerParams:[],sServerMethod:null,fnFormatNumber:null,aLengthMenu:null,iDraw:0,bDrawing:!1,iDrawError:-1,_iDisplayLength:10,_iDisplayStart:0,_iRecordsTotal:0,_iRecordsDisplay:0,oClasses:{},bFiltered:!1,bSorted:!1,bSortCellsTop:null,oInit:null,aoDestroyCallback:[],fnRecordsTotal:function(){return"ssp"==y(this)?1*this._iRecordsTotal:
150
- this.aiDisplayMaster.length},fnRecordsDisplay:function(){return"ssp"==y(this)?1*this._iRecordsDisplay:this.aiDisplay.length},fnDisplayEnd:function(){var a=this._iDisplayLength,b=this._iDisplayStart,c=b+a,d=this.aiDisplay.length,e=this.oFeatures,f=e.bPaginate;return e.bServerSide?!1===f||-1===a?b+d:Math.min(b+a,this._iRecordsDisplay):!f||c>d||-1===a?d:c},oInstance:null,sInstance:null,iTabIndex:0,nScrollHead:null,nScrollFoot:null,aLastSort:[],oPlugins:{},rowIdFn:null,rowId:null};n.ext=x={buttons:{},
151
- classes:{},builder:"-source-",errMode:"alert",feature:[],search:[],selector:{cell:[],column:[],row:[]},internal:{},legacy:{ajax:null},pager:{},renderer:{pageButton:{},header:{}},order:{},type:{detect:[],search:{},order:{}},_unique:0,fnVersionCheck:n.fnVersionCheck,iApiIndex:0,oJUIClasses:{},sVersion:n.version};h.extend(x,{afnFiltering:x.search,aTypes:x.type.detect,ofnSearch:x.type.search,oSort:x.type.order,afnSortData:x.order,aoFeatures:x.feature,oApi:x.internal,oStdClasses:x.classes,oPagination:x.pager});
152
- h.extend(n.ext.classes,{sTable:"dataTable",sNoFooter:"no-footer",sPageButton:"paginate_button",sPageButtonActive:"current",sPageButtonDisabled:"disabled",sStripeOdd:"odd",sStripeEven:"even",sRowEmpty:"dataTables_empty",sWrapper:"dataTables_wrapper",sFilter:"dataTables_filter",sInfo:"dataTables_info",sPaging:"dataTables_paginate paging_",sLength:"dataTables_length",sProcessing:"dataTables_processing",sSortAsc:"sorting_asc",sSortDesc:"sorting_desc",sSortable:"sorting",sSortableAsc:"sorting_asc_disabled",
153
- sSortableDesc:"sorting_desc_disabled",sSortableNone:"sorting_disabled",sSortColumn:"sorting_",sFilterInput:"",sLengthSelect:"",sScrollWrapper:"dataTables_scroll",sScrollHead:"dataTables_scrollHead",sScrollHeadInner:"dataTables_scrollHeadInner",sScrollBody:"dataTables_scrollBody",sScrollFoot:"dataTables_scrollFoot",sScrollFootInner:"dataTables_scrollFootInner",sHeaderTH:"",sFooterTH:"",sSortJUIAsc:"",sSortJUIDesc:"",sSortJUI:"",sSortJUIAscAllowed:"",sSortJUIDescAllowed:"",sSortJUIWrapper:"",sSortIcon:"",
154
- sJUIHeader:"",sJUIFooter:""});var Lb=n.ext.pager;h.extend(Lb,{simple:function(){return["previous","next"]},full:function(){return["first","previous","next","last"]},numbers:function(a,b){return[ia(a,b)]},simple_numbers:function(a,b){return["previous",ia(a,b),"next"]},full_numbers:function(a,b){return["first","previous",ia(a,b),"next","last"]},first_last_numbers:function(a,b){return["first",ia(a,b),"last"]},_numbers:ia,numbers_length:7});h.extend(!0,n.ext.renderer,{pageButton:{_:function(a,b,c,d,e,
155
- f){var g=a.oClasses,j=a.oLanguage.oPaginate,i=a.oLanguage.oAria.paginate||{},m,l,n=0,o=function(b,d){var k,s,u,r,v=function(b){Ta(a,b.data.action,true)};k=0;for(s=d.length;k<s;k++){r=d[k];if(h.isArray(r)){u=h("<"+(r.DT_el||"div")+"/>").appendTo(b);o(u,r)}else{m=null;l="";switch(r){case "ellipsis":b.append('<span class="ellipsis">&#x2026;</span>');break;case "first":m=j.sFirst;l=r+(e>0?"":" "+g.sPageButtonDisabled);break;case "previous":m=j.sPrevious;l=r+(e>0?"":" "+g.sPageButtonDisabled);break;case "next":m=
156
- j.sNext;l=r+(e<f-1?"":" "+g.sPageButtonDisabled);break;case "last":m=j.sLast;l=r+(e<f-1?"":" "+g.sPageButtonDisabled);break;default:m=r+1;l=e===r?g.sPageButtonActive:""}if(m!==null){u=h("<a>",{"class":g.sPageButton+" "+l,"aria-controls":a.sTableId,"aria-label":i[r],"data-dt-idx":n,tabindex:a.iTabIndex,id:c===0&&typeof r==="string"?a.sTableId+"_"+r:null}).html(m).appendTo(b);Wa(u,{action:r},v);n++}}}},s;try{s=h(b).find(H.activeElement).data("dt-idx")}catch(u){}o(h(b).empty(),d);s!==k&&h(b).find("[data-dt-idx="+
157
- s+"]").focus()}}});h.extend(n.ext.type.detect,[function(a,b){var c=b.oLanguage.sDecimal;return $a(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&!Zb.test(a))return null;var b=Date.parse(a);return null!==b&&!isNaN(b)||M(a)?"date":null},function(a,b){var c=b.oLanguage.sDecimal;return $a(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Qb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Qb(a,c,!0)?"html-num-fmt"+c:null},function(a){return M(a)||
158
- "string"===typeof a&&-1!==a.indexOf("<")?"html":null}]);h.extend(n.ext.type.search,{html:function(a){return M(a)?a:"string"===typeof a?a.replace(Nb," ").replace(Aa,""):""},string:function(a){return M(a)?a:"string"===typeof a?a.replace(Nb," "):a}});var za=function(a,b,c,d){if(0!==a&&(!a||"-"===a))return-Infinity;b&&(a=Pb(a,b));a.replace&&(c&&(a=a.replace(c,"")),d&&(a=a.replace(d,"")));return 1*a};h.extend(x.type.order,{"date-pre":function(a){a=Date.parse(a);return isNaN(a)?-Infinity:a},"html-pre":function(a){return M(a)?
159
- "":a.replace?a.replace(/<.*?>/g,"").toLowerCase():a+""},"string-pre":function(a){return M(a)?"":"string"===typeof a?a.toLowerCase():!a.toString?"":a.toString()},"string-asc":function(a,b){return a<b?-1:a>b?1:0},"string-desc":function(a,b){return a<b?1:a>b?-1:0}});Da("");h.extend(!0,n.ext.renderer,{header:{_:function(a,b,c,d){h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+" "+d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:
160
- c.sSortingClass)}})},jqueryui:function(a,b,c,d){h("<div/>").addClass(d.sSortJUIWrapper).append(b.contents()).append(h("<span/>").addClass(d.sSortIcon+" "+c.sSortingClassJUI)).appendTo(b);h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass);b.find("span."+d.sSortIcon).removeClass(d.sSortJUIAsc+" "+d.sSortJUIDesc+" "+d.sSortJUI+" "+d.sSortJUIAscAllowed+" "+d.sSortJUIDescAllowed).addClass(h[e]==
161
- "asc"?d.sSortJUIAsc:h[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});var eb=function(a){return"string"===typeof a?a.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;"):a};n.render={number:function(a,b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",h=parseFloat(f);if(isNaN(h))return eb(f);h=h.toFixed(c);f=Math.abs(h);h=parseInt(f,10);f=c?b+(f-h).toFixed(c).substring(2):"";return g+(d||"")+h.toString().replace(/\B(?=(\d{3})+(?!\d))/g,
162
- a)+f+(e||"")}}},text:function(){return{display:eb,filter:eb}}};h.extend(n.ext.internal,{_fnExternApiFunc:Mb,_fnBuildAjax:sa,_fnAjaxUpdate:mb,_fnAjaxParameters:vb,_fnAjaxUpdateDraw:wb,_fnAjaxDataSrc:ta,_fnAddColumn:Ea,_fnColumnOptions:ka,_fnAdjustColumnSizing:$,_fnVisibleToColumnIndex:aa,_fnColumnIndexToVisible:ba,_fnVisbleColumns:V,_fnGetColumns:ma,_fnColumnTypes:Ga,_fnApplyColumnDefs:jb,_fnHungarianMap:Z,_fnCamelToHungarian:J,_fnLanguageCompat:Ca,_fnBrowserDetect:hb,_fnAddData:O,_fnAddTr:na,_fnNodeToDataIndex:function(a,
163
- b){return b._DT_RowIndex!==k?b._DT_RowIndex:null},_fnNodeToColumnIndex:function(a,b,c){return h.inArray(c,a.aoData[b].anCells)},_fnGetCellData:B,_fnSetCellData:kb,_fnSplitObjNotation:Ja,_fnGetObjectDataFn:S,_fnSetObjectDataFn:N,_fnGetDataMaster:Ka,_fnClearTable:oa,_fnDeleteIndex:pa,_fnInvalidate:da,_fnGetRowElements:Ia,_fnCreateTr:Ha,_fnBuildHead:lb,_fnDrawHead:fa,_fnDraw:P,_fnReDraw:T,_fnAddOptionsHtml:ob,_fnDetectHeader:ea,_fnGetUniqueThs:ra,_fnFeatureHtmlFilter:qb,_fnFilterComplete:ga,_fnFilterCustom:zb,
164
- _fnFilterColumn:yb,_fnFilter:xb,_fnFilterCreateSearch:Pa,_fnEscapeRegex:Qa,_fnFilterData:Ab,_fnFeatureHtmlInfo:tb,_fnUpdateInfo:Db,_fnInfoMacros:Eb,_fnInitialise:ha,_fnInitComplete:ua,_fnLengthChange:Ra,_fnFeatureHtmlLength:pb,_fnFeatureHtmlPaginate:ub,_fnPageChange:Ta,_fnFeatureHtmlProcessing:rb,_fnProcessingDisplay:C,_fnFeatureHtmlTable:sb,_fnScrollDraw:la,_fnApplyToChildren:I,_fnCalculateColumnWidths:Fa,_fnThrottle:Oa,_fnConvertToWidth:Fb,_fnGetWidestNode:Gb,_fnGetMaxLenString:Hb,_fnStringToCss:v,
165
- _fnSortFlatten:X,_fnSort:nb,_fnSortAria:Jb,_fnSortListener:Va,_fnSortAttachListener:Ma,_fnSortingClasses:wa,_fnSortData:Ib,_fnSaveState:xa,_fnLoadState:Kb,_fnSettingsFromNode:ya,_fnLog:K,_fnMap:F,_fnBindAction:Wa,_fnCallbackReg:z,_fnCallbackFire:r,_fnLengthOverflow:Sa,_fnRenderer:Na,_fnDataSource:y,_fnRowAttributes:La,_fnExtend:Xa,_fnCalculateEnd:function(){}});h.fn.dataTable=n;n.$=h;h.fn.dataTableSettings=n.settings;h.fn.dataTableExt=n.ext;h.fn.DataTable=function(a){return h(this).dataTable(a).api()};
166
  h.each(n,function(a,b){h.fn.DataTable[a]=b});return h.fn.dataTable});
1
+ /*!
2
+ DataTables 1.10.19
3
+ ©2008-2018 SpryMedia Ltd - datatables.net/license
4
+ */
5
+ (function(h){"function"===typeof define&&define.amd?define(["jquery"],function(E){return h(E,window,document)}):"object"===typeof exports?module.exports=function(E,H){E||(E=window);H||(H="undefined"!==typeof window?require("jquery"):require("jquery")(E));return h(H,E,E.document)}:h(jQuery,window,document)})(function(h,E,H,k){function Z(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()),
6
+ d[c]=e,"o"===b[1]&&Z(a[e])});a._hungarianMap=d}function J(a,b,c){a._hungarianMap||Z(a);var d;h.each(b,function(e){d=a._hungarianMap[e];if(d!==k&&(c||b[d]===k))"o"===d.charAt(0)?(b[d]||(b[d]={}),h.extend(!0,b[d],b[e]),J(a[d],b[d],c)):b[d]=b[e]})}function Ca(a){var b=n.defaults.oLanguage,c=b.sDecimal;c&&Da(c);if(a){var d=a.sZeroRecords;!a.sEmptyTable&&(d&&"No data available in table"===b.sEmptyTable)&&F(a,a,"sZeroRecords","sEmptyTable");!a.sLoadingRecords&&(d&&"Loading..."===b.sLoadingRecords)&&F(a,
7
+ a,"sZeroRecords","sLoadingRecords");a.sInfoThousands&&(a.sThousands=a.sInfoThousands);(a=a.sDecimal)&&c!==a&&Da(a)}}function fb(a){A(a,"ordering","bSort");A(a,"orderMulti","bSortMulti");A(a,"orderClasses","bSortClasses");A(a,"orderCellsTop","bSortCellsTop");A(a,"order","aaSorting");A(a,"orderFixed","aaSortingFixed");A(a,"paging","bPaginate");A(a,"pagingType","sPaginationType");A(a,"pageLength","iDisplayLength");A(a,"searching","bFilter");"boolean"===typeof a.sScrollX&&(a.sScrollX=a.sScrollX?"100%":
8
+ "");"boolean"===typeof a.scrollX&&(a.scrollX=a.scrollX?"100%":"");if(a=a.aoSearchCols)for(var b=0,c=a.length;b<c;b++)a[b]&&J(n.models.oSearch,a[b])}function gb(a){A(a,"orderable","bSortable");A(a,"orderData","aDataSort");A(a,"orderSequence","asSorting");A(a,"orderDataType","sortDataType");var b=a.aDataSort;"number"===typeof b&&!h.isArray(b)&&(a.aDataSort=[b])}function hb(a){if(!n.__browser){var b={};n.__browser=b;var c=h("<div/>").css({position:"fixed",top:0,left:-1*h(E).scrollLeft(),height:1,width:1,
9
+ overflow:"hidden"}).append(h("<div/>").css({position:"absolute",top:1,left:1,width:100,overflow:"scroll"}).append(h("<div/>").css({width:"100%",height:10}))).appendTo("body"),d=c.children(),e=d.children();b.barWidth=d[0].offsetWidth-d[0].clientWidth;b.bScrollOversize=100===e[0].offsetWidth&&100!==d[0].clientWidth;b.bScrollbarLeft=1!==Math.round(e.offset().left);b.bBounding=c[0].getBoundingClientRect().width?!0:!1;c.remove()}h.extend(a.oBrowser,n.__browser);a.oScroll.iBarWidth=n.__browser.barWidth}
10
+ function ib(a,b,c,d,e,f){var g,j=!1;c!==k&&(g=c,j=!0);for(;d!==e;)a.hasOwnProperty(d)&&(g=j?b(g,a[d],d,a):a[d],j=!0,d+=f);return g}function Ea(a,b){var c=n.defaults.column,d=a.aoColumns.length,c=h.extend({},n.models.oColumn,c,{nTh:b?b:H.createElement("th"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:"",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.mData:d,idx:d});a.aoColumns.push(c);c=a.aoPreSearchCols;c[d]=h.extend({},n.models.oSearch,c[d]);ka(a,d,h(b).data())}function ka(a,b,c){var b=a.aoColumns[b],
11
+ d=a.oClasses,e=h(b.nTh);if(!b.sWidthOrig){b.sWidthOrig=e.attr("width")||null;var f=(e.attr("style")||"").match(/width:\s*(\d+[pxem%]+)/);f&&(b.sWidthOrig=f[1])}c!==k&&null!==c&&(gb(c),J(n.defaults.column,c),c.mDataProp!==k&&!c.mData&&(c.mData=c.mDataProp),c.sType&&(b._sManualType=c.sType),c.className&&!c.sClass&&(c.sClass=c.className),c.sClass&&e.addClass(c.sClass),h.extend(b,c),F(b,c,"sWidth","sWidthOrig"),c.iDataSort!==k&&(b.aDataSort=[c.iDataSort]),F(b,c,"aDataSort"));var g=b.mData,j=S(g),i=b.mRender?
12
+ S(b.mRender):null,c=function(a){return"string"===typeof a&&-1!==a.indexOf("@")};b._bAttrSrc=h.isPlainObject(g)&&(c(g.sort)||c(g.type)||c(g.filter));b._setter=null;b.fnGetData=function(a,b,c){var d=j(a,b,k,c);return i&&b?i(d,b,a,c):d};b.fnSetData=function(a,b,c){return N(g)(a,b,c)};"number"!==typeof g&&(a._rowReadObject=!0);a.oFeatures.bSort||(b.bSortable=!1,e.addClass(d.sSortableNone));a=-1!==h.inArray("asc",b.asSorting);c=-1!==h.inArray("desc",b.asSorting);!b.bSortable||!a&&!c?(b.sSortingClass=d.sSortableNone,
13
+ b.sSortingClassJUI=""):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=d.sSortJUIAscAllowed):!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI=d.sSortJUIDescAllowed):(b.sSortingClass=d.sSortable,b.sSortingClassJUI=d.sSortJUI)}function $(a){if(!1!==a.oFeatures.bAutoWidth){var b=a.aoColumns;Fa(a);for(var c=0,d=b.length;c<d;c++)b[c].nTh.style.width=b[c].sWidth}b=a.oScroll;(""!==b.sY||""!==b.sX)&&la(a);r(a,null,"column-sizing",[a])}function aa(a,b){var c=ma(a,"bVisible");return"number"===
14
+ typeof c[b]?c[b]:null}function ba(a,b){var c=ma(a,"bVisible"),c=h.inArray(b,c);return-1!==c?c:null}function V(a){var b=0;h.each(a.aoColumns,function(a,d){d.bVisible&&"none"!==h(d.nTh).css("display")&&b++});return b}function ma(a,b){var c=[];h.map(a.aoColumns,function(a,e){a[b]&&c.push(e)});return c}function Ga(a){var b=a.aoColumns,c=a.aoData,d=n.ext.type.detect,e,f,g,j,i,h,l,q,t;e=0;for(f=b.length;e<f;e++)if(l=b[e],t=[],!l.sType&&l._sManualType)l.sType=l._sManualType;else if(!l.sType){g=0;for(j=d.length;g<
15
+ j;g++){i=0;for(h=c.length;i<h;i++){t[i]===k&&(t[i]=B(a,i,e,"type"));q=d[g](t[i],a);if(!q&&g!==d.length-1)break;if("html"===q)break}if(q){l.sType=q;break}}l.sType||(l.sType="string")}}function jb(a,b,c,d){var e,f,g,j,i,m,l=a.aoColumns;if(b)for(e=b.length-1;0<=e;e--){m=b[e];var q=m.targets!==k?m.targets:m.aTargets;h.isArray(q)||(q=[q]);f=0;for(g=q.length;f<g;f++)if("number"===typeof q[f]&&0<=q[f]){for(;l.length<=q[f];)Ea(a);d(q[f],m)}else if("number"===typeof q[f]&&0>q[f])d(l.length+q[f],m);else if("string"===
16
+ typeof q[f]){j=0;for(i=l.length;j<i;j++)("_all"==q[f]||h(l[j].nTh).hasClass(q[f]))&&d(j,m)}}if(c){e=0;for(a=c.length;e<a;e++)d(e,c[e])}}function O(a,b,c,d){var e=a.aoData.length,f=h.extend(!0,{},n.models.oRow,{src:c?"dom":"data",idx:e});f._aData=b;a.aoData.push(f);for(var g=a.aoColumns,j=0,i=g.length;j<i;j++)g[j].sType=null;a.aiDisplayMaster.push(e);b=a.rowIdFn(b);b!==k&&(a.aIds[b]=f);(c||!a.oFeatures.bDeferRender)&&Ha(a,e,c,d);return e}function na(a,b){var c;b instanceof h||(b=h(b));return b.map(function(b,
17
+ e){c=Ia(a,e);return O(a,c.data,e,c.cells)})}function B(a,b,c,d){var e=a.iDraw,f=a.aoColumns[c],g=a.aoData[b]._aData,j=f.sDefaultContent,i=f.fnGetData(g,d,{settings:a,row:b,col:c});if(i===k)return a.iDrawError!=e&&null===j&&(K(a,0,"Requested unknown parameter "+("function"==typeof f.mData?"{function}":"'"+f.mData+"'")+" for row "+b+", column "+c,4),a.iDrawError=e),j;if((i===g||null===i)&&null!==j&&d!==k)i=j;else if("function"===typeof i)return i.call(g);return null===i&&"display"==d?"":i}function kb(a,
18
+ b,c,d){a.aoColumns[c].fnSetData(a.aoData[b]._aData,d,{settings:a,row:b,col:c})}function Ja(a){return h.map(a.match(/(\\.|[^\.])+/g)||[""],function(a){return a.replace(/\\\./g,".")})}function S(a){if(h.isPlainObject(a)){var b={};h.each(a,function(a,c){c&&(b[a]=S(c))});return function(a,c,f,g){var j=b[c]||b._;return j!==k?j(a,c,f,g):a}}if(null===a)return function(a){return a};if("function"===typeof a)return function(b,c,f,g){return a(b,c,f,g)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||
19
+ -1!==a.indexOf("("))){var c=function(a,b,f){var g,j;if(""!==f){j=Ja(f);for(var i=0,m=j.length;i<m;i++){f=j[i].match(ca);g=j[i].match(W);if(f){j[i]=j[i].replace(ca,"");""!==j[i]&&(a=a[j[i]]);g=[];j.splice(0,i+1);j=j.join(".");if(h.isArray(a)){i=0;for(m=a.length;i<m;i++)g.push(c(a[i],b,j))}a=f[0].substring(1,f[0].length-1);a=""===a?g:g.join(a);break}else if(g){j[i]=j[i].replace(W,"");a=a[j[i]]();continue}if(null===a||a[j[i]]===k)return k;a=a[j[i]]}}return a};return function(b,e){return c(b,e,a)}}return function(b){return b[a]}}
20
+ function N(a){if(h.isPlainObject(a))return N(a._);if(null===a)return function(){};if("function"===typeof a)return function(b,d,e){a(b,"set",d,e)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||-1!==a.indexOf("("))){var b=function(a,d,e){var e=Ja(e),f;f=e[e.length-1];for(var g,j,i=0,m=e.length-1;i<m;i++){g=e[i].match(ca);j=e[i].match(W);if(g){e[i]=e[i].replace(ca,"");a[e[i]]=[];f=e.slice();f.splice(0,i+1);g=f.join(".");if(h.isArray(d)){j=0;for(m=d.length;j<m;j++)f={},b(f,d[j],g),
21
+ a[e[i]].push(f)}else a[e[i]]=d;return}j&&(e[i]=e[i].replace(W,""),a=a[e[i]](d));if(null===a[e[i]]||a[e[i]]===k)a[e[i]]={};a=a[e[i]]}if(f.match(W))a[f.replace(W,"")](d);else a[f.replace(ca,"")]=d};return function(c,d){return b(c,d,a)}}return function(b,d){b[a]=d}}function Ka(a){return D(a.aoData,"_aData")}function oa(a){a.aoData.length=0;a.aiDisplayMaster.length=0;a.aiDisplay.length=0;a.aIds={}}function pa(a,b,c){for(var d=-1,e=0,f=a.length;e<f;e++)a[e]==b?d=e:a[e]>b&&a[e]--; -1!=d&&c===k&&a.splice(d,
22
+ 1)}function da(a,b,c,d){var e=a.aoData[b],f,g=function(c,d){for(;c.childNodes.length;)c.removeChild(c.firstChild);c.innerHTML=B(a,b,d,"display")};if("dom"===c||(!c||"auto"===c)&&"dom"===e.src)e._aData=Ia(a,e,d,d===k?k:e._aData).data;else{var j=e.anCells;if(j)if(d!==k)g(j[d],d);else{c=0;for(f=j.length;c<f;c++)g(j[c],c)}}e._aSortData=null;e._aFilterData=null;g=a.aoColumns;if(d!==k)g[d].sType=null;else{c=0;for(f=g.length;c<f;c++)g[c].sType=null;La(a,e)}}function Ia(a,b,c,d){var e=[],f=b.firstChild,g,
23
+ j,i=0,m,l=a.aoColumns,q=a._rowReadObject,d=d!==k?d:q?{}:[],t=function(a,b){if("string"===typeof a){var c=a.indexOf("@");-1!==c&&(c=a.substring(c+1),N(a)(d,b.getAttribute(c)))}},G=function(a){if(c===k||c===i)j=l[i],m=h.trim(a.innerHTML),j&&j._bAttrSrc?(N(j.mData._)(d,m),t(j.mData.sort,a),t(j.mData.type,a),t(j.mData.filter,a)):q?(j._setter||(j._setter=N(j.mData)),j._setter(d,m)):d[i]=m;i++};if(f)for(;f;){g=f.nodeName.toUpperCase();if("TD"==g||"TH"==g)G(f),e.push(f);f=f.nextSibling}else{e=b.anCells;
24
+ f=0;for(g=e.length;f<g;f++)G(e[f])}if(b=b.firstChild?b:b.nTr)(b=b.getAttribute("id"))&&N(a.rowId)(d,b);return{data:d,cells:e}}function Ha(a,b,c,d){var e=a.aoData[b],f=e._aData,g=[],j,i,m,l,q;if(null===e.nTr){j=c||H.createElement("tr");e.nTr=j;e.anCells=g;j._DT_RowIndex=b;La(a,e);l=0;for(q=a.aoColumns.length;l<q;l++){m=a.aoColumns[l];i=c?d[l]:H.createElement(m.sCellType);i._DT_CellIndex={row:b,column:l};g.push(i);if((!c||m.mRender||m.mData!==l)&&(!h.isPlainObject(m.mData)||m.mData._!==l+".display"))i.innerHTML=
25
+ B(a,b,l,"display");m.sClass&&(i.className+=" "+m.sClass);m.bVisible&&!c?j.appendChild(i):!m.bVisible&&c&&i.parentNode.removeChild(i);m.fnCreatedCell&&m.fnCreatedCell.call(a.oInstance,i,B(a,b,l),f,b,l)}r(a,"aoRowCreatedCallback",null,[j,f,b,g])}e.nTr.setAttribute("role","row")}function La(a,b){var c=b.nTr,d=b._aData;if(c){var e=a.rowIdFn(d);e&&(c.id=e);d.DT_RowClass&&(e=d.DT_RowClass.split(" "),b.__rowc=b.__rowc?qa(b.__rowc.concat(e)):e,h(c).removeClass(b.__rowc.join(" ")).addClass(d.DT_RowClass));
26
+ d.DT_RowAttr&&h(c).attr(d.DT_RowAttr);d.DT_RowData&&h(c).data(d.DT_RowData)}}function lb(a){var b,c,d,e,f,g=a.nTHead,j=a.nTFoot,i=0===h("th, td",g).length,m=a.oClasses,l=a.aoColumns;i&&(e=h("<tr/>").appendTo(g));b=0;for(c=l.length;b<c;b++)f=l[b],d=h(f.nTh).addClass(f.sClass),i&&d.appendTo(e),a.oFeatures.bSort&&(d.addClass(f.sSortingClass),!1!==f.bSortable&&(d.attr("tabindex",a.iTabIndex).attr("aria-controls",a.sTableId),Ma(a,f.nTh,b))),f.sTitle!=d[0].innerHTML&&d.html(f.sTitle),Na(a,"header")(a,d,
27
+ f,m);i&&ea(a.aoHeader,g);h(g).find(">tr").attr("role","row");h(g).find(">tr>th, >tr>td").addClass(m.sHeaderTH);h(j).find(">tr>th, >tr>td").addClass(m.sFooterTH);if(null!==j){a=a.aoFooter[0];b=0;for(c=a.length;b<c;b++)f=l[b],f.nTf=a[b].cell,f.sClass&&h(f.nTf).addClass(f.sClass)}}function fa(a,b,c){var d,e,f,g=[],j=[],i=a.aoColumns.length,m;if(b){c===k&&(c=!1);d=0;for(e=b.length;d<e;d++){g[d]=b[d].slice();g[d].nTr=b[d].nTr;for(f=i-1;0<=f;f--)!a.aoColumns[f].bVisible&&!c&&g[d].splice(f,1);j.push([])}d=
28
+ 0;for(e=g.length;d<e;d++){if(a=g[d].nTr)for(;f=a.firstChild;)a.removeChild(f);f=0;for(b=g[d].length;f<b;f++)if(m=i=1,j[d][f]===k){a.appendChild(g[d][f].cell);for(j[d][f]=1;g[d+i]!==k&&g[d][f].cell==g[d+i][f].cell;)j[d+i][f]=1,i++;for(;g[d][f+m]!==k&&g[d][f].cell==g[d][f+m].cell;){for(c=0;c<i;c++)j[d+c][f+m]=1;m++}h(g[d][f].cell).attr("rowspan",i).attr("colspan",m)}}}}function P(a){var b=r(a,"aoPreDrawCallback","preDraw",[a]);if(-1!==h.inArray(!1,b))C(a,!1);else{var b=[],c=0,d=a.asStripeClasses,e=
29
+ d.length,f=a.oLanguage,g=a.iInitDisplayStart,j="ssp"==y(a),i=a.aiDisplay;a.bDrawing=!0;g!==k&&-1!==g&&(a._iDisplayStart=j?g:g>=a.fnRecordsDisplay()?0:g,a.iInitDisplayStart=-1);var g=a._iDisplayStart,m=a.fnDisplayEnd();if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++,C(a,!1);else if(j){if(!a.bDestroying&&!mb(a))return}else a.iDraw++;if(0!==i.length){f=j?a.aoData.length:m;for(j=j?0:g;j<f;j++){var l=i[j],q=a.aoData[l];null===q.nTr&&Ha(a,l);var t=q.nTr;if(0!==e){var G=d[c%e];q._sRowStripe!=G&&(h(t).removeClass(q._sRowStripe).addClass(G),
30
+ q._sRowStripe=G)}r(a,"aoRowCallback",null,[t,q._aData,c,j,l]);b.push(t);c++}}else c=f.sZeroRecords,1==a.iDraw&&"ajax"==y(a)?c=f.sLoadingRecords:f.sEmptyTable&&0===a.fnRecordsTotal()&&(c=f.sEmptyTable),b[0]=h("<tr/>",{"class":e?d[0]:""}).append(h("<td />",{valign:"top",colSpan:V(a),"class":a.oClasses.sRowEmpty}).html(c))[0];r(a,"aoHeaderCallback","header",[h(a.nTHead).children("tr")[0],Ka(a),g,m,i]);r(a,"aoFooterCallback","footer",[h(a.nTFoot).children("tr")[0],Ka(a),g,m,i]);d=h(a.nTBody);d.children().detach();
31
+ d.append(h(b));r(a,"aoDrawCallback","draw",[a]);a.bSorted=!1;a.bFiltered=!1;a.bDrawing=!1}}function T(a,b){var c=a.oFeatures,d=c.bFilter;c.bSort&&nb(a);d?ga(a,a.oPreviousSearch):a.aiDisplay=a.aiDisplayMaster.slice();!0!==b&&(a._iDisplayStart=0);a._drawHold=b;P(a);a._drawHold=!1}function ob(a){var b=a.oClasses,c=h(a.nTable),c=h("<div/>").insertBefore(c),d=a.oFeatures,e=h("<div/>",{id:a.sTableId+"_wrapper","class":b.sWrapper+(a.nTFoot?"":" "+b.sNoFooter)});a.nHolding=c[0];a.nTableWrapper=e[0];a.nTableReinsertBefore=
32
+ a.nTable.nextSibling;for(var f=a.sDom.split(""),g,j,i,m,l,q,k=0;k<f.length;k++){g=null;j=f[k];if("<"==j){i=h("<div/>")[0];m=f[k+1];if("'"==m||'"'==m){l="";for(q=2;f[k+q]!=m;)l+=f[k+q],q++;"H"==l?l=b.sJUIHeader:"F"==l&&(l=b.sJUIFooter);-1!=l.indexOf(".")?(m=l.split("."),i.id=m[0].substr(1,m[0].length-1),i.className=m[1]):"#"==l.charAt(0)?i.id=l.substr(1,l.length-1):i.className=l;k+=q}e.append(i);e=h(i)}else if(">"==j)e=e.parent();else if("l"==j&&d.bPaginate&&d.bLengthChange)g=pb(a);else if("f"==j&&
33
+ d.bFilter)g=qb(a);else if("r"==j&&d.bProcessing)g=rb(a);else if("t"==j)g=sb(a);else if("i"==j&&d.bInfo)g=tb(a);else if("p"==j&&d.bPaginate)g=ub(a);else if(0!==n.ext.feature.length){i=n.ext.feature;q=0;for(m=i.length;q<m;q++)if(j==i[q].cFeature){g=i[q].fnInit(a);break}}g&&(i=a.aanFeatures,i[j]||(i[j]=[]),i[j].push(g),e.append(g))}c.replaceWith(e);a.nHolding=null}function ea(a,b){var c=h(b).children("tr"),d,e,f,g,j,i,m,l,q,k;a.splice(0,a.length);f=0;for(i=c.length;f<i;f++)a.push([]);f=0;for(i=c.length;f<
34
+ i;f++){d=c[f];for(e=d.firstChild;e;){if("TD"==e.nodeName.toUpperCase()||"TH"==e.nodeName.toUpperCase()){l=1*e.getAttribute("colspan");q=1*e.getAttribute("rowspan");l=!l||0===l||1===l?1:l;q=!q||0===q||1===q?1:q;g=0;for(j=a[f];j[g];)g++;m=g;k=1===l?!0:!1;for(j=0;j<l;j++)for(g=0;g<q;g++)a[f+g][m+j]={cell:e,unique:k},a[f+g].nTr=d}e=e.nextSibling}}}function ra(a,b,c){var d=[];c||(c=a.aoHeader,b&&(c=[],ea(c,b)));for(var b=0,e=c.length;b<e;b++)for(var f=0,g=c[b].length;f<g;f++)if(c[b][f].unique&&(!d[f]||
35
+ !a.bSortCellsTop))d[f]=c[b][f].cell;return d}function sa(a,b,c){r(a,"aoServerParams","serverParams",[b]);if(b&&h.isArray(b)){var d={},e=/(.*?)\[\]$/;h.each(b,function(a,b){var c=b.name.match(e);c?(c=c[0],d[c]||(d[c]=[]),d[c].push(b.value)):d[b.name]=b.value});b=d}var f,g=a.ajax,j=a.oInstance,i=function(b){r(a,null,"xhr",[a,b,a.jqXHR]);c(b)};if(h.isPlainObject(g)&&g.data){f=g.data;var m="function"===typeof f?f(b,a):f,b="function"===typeof f&&m?m:h.extend(!0,b,m);delete g.data}m={data:b,success:function(b){var c=
36
+ b.error||b.sError;c&&K(a,0,c);a.json=b;i(b)},dataType:"json",cache:!1,type:a.sServerMethod,error:function(b,c){var d=r(a,null,"xhr",[a,null,a.jqXHR]);-1===h.inArray(!0,d)&&("parsererror"==c?K(a,0,"Invalid JSON response",1):4===b.readyState&&K(a,0,"Ajax error",7));C(a,!1)}};a.oAjaxData=b;r(a,null,"preXhr",[a,b]);a.fnServerData?a.fnServerData.call(j,a.sAjaxSource,h.map(b,function(a,b){return{name:b,value:a}}),i,a):a.sAjaxSource||"string"===typeof g?a.jqXHR=h.ajax(h.extend(m,{url:g||a.sAjaxSource})):
37
+ "function"===typeof g?a.jqXHR=g.call(j,b,i,a):(a.jqXHR=h.ajax(h.extend(m,g)),g.data=f)}function mb(a){return a.bAjaxDataGet?(a.iDraw++,C(a,!0),sa(a,vb(a),function(b){wb(a,b)}),!1):!0}function vb(a){var b=a.aoColumns,c=b.length,d=a.oFeatures,e=a.oPreviousSearch,f=a.aoPreSearchCols,g,j=[],i,m,l,k=X(a);g=a._iDisplayStart;i=!1!==d.bPaginate?a._iDisplayLength:-1;var t=function(a,b){j.push({name:a,value:b})};t("sEcho",a.iDraw);t("iColumns",c);t("sColumns",D(b,"sName").join(","));t("iDisplayStart",g);t("iDisplayLength",
38
+ i);var G={draw:a.iDraw,columns:[],order:[],start:g,length:i,search:{value:e.sSearch,regex:e.bRegex}};for(g=0;g<c;g++)m=b[g],l=f[g],i="function"==typeof m.mData?"function":m.mData,G.columns.push({data:i,name:m.sName,searchable:m.bSearchable,orderable:m.bSortable,search:{value:l.sSearch,regex:l.bRegex}}),t("mDataProp_"+g,i),d.bFilter&&(t("sSearch_"+g,l.sSearch),t("bRegex_"+g,l.bRegex),t("bSearchable_"+g,m.bSearchable)),d.bSort&&t("bSortable_"+g,m.bSortable);d.bFilter&&(t("sSearch",e.sSearch),t("bRegex",
39
+ e.bRegex));d.bSort&&(h.each(k,function(a,b){G.order.push({column:b.col,dir:b.dir});t("iSortCol_"+a,b.col);t("sSortDir_"+a,b.dir)}),t("iSortingCols",k.length));b=n.ext.legacy.ajax;return null===b?a.sAjaxSource?j:G:b?j:G}function wb(a,b){var c=ta(a,b),d=b.sEcho!==k?b.sEcho:b.draw,e=b.iTotalRecords!==k?b.iTotalRecords:b.recordsTotal,f=b.iTotalDisplayRecords!==k?b.iTotalDisplayRecords:b.recordsFiltered;if(d){if(1*d<a.iDraw)return;a.iDraw=1*d}oa(a);a._iRecordsTotal=parseInt(e,10);a._iRecordsDisplay=parseInt(f,
40
+ 10);d=0;for(e=c.length;d<e;d++)O(a,c[d]);a.aiDisplay=a.aiDisplayMaster.slice();a.bAjaxDataGet=!1;P(a);a._bInitComplete||ua(a,b);a.bAjaxDataGet=!0;C(a,!1)}function ta(a,b){var c=h.isPlainObject(a.ajax)&&a.ajax.dataSrc!==k?a.ajax.dataSrc:a.sAjaxDataProp;return"data"===c?b.aaData||b[c]:""!==c?S(c)(b):b}function qb(a){var b=a.oClasses,c=a.sTableId,d=a.oLanguage,e=a.oPreviousSearch,f=a.aanFeatures,g='<input type="search" class="'+b.sFilterInput+'"/>',j=d.sSearch,j=j.match(/_INPUT_/)?j.replace("_INPUT_",
41
+ g):j+g,b=h("<div/>",{id:!f.f?c+"_filter":null,"class":b.sFilter}).append(h("<label/>").append(j)),f=function(){var b=!this.value?"":this.value;b!=e.sSearch&&(ga(a,{sSearch:b,bRegex:e.bRegex,bSmart:e.bSmart,bCaseInsensitive:e.bCaseInsensitive}),a._iDisplayStart=0,P(a))},g=null!==a.searchDelay?a.searchDelay:"ssp"===y(a)?400:0,i=h("input",b).val(e.sSearch).attr("placeholder",d.sSearchPlaceholder).on("keyup.DT search.DT input.DT paste.DT cut.DT",g?Oa(f,g):f).on("keypress.DT",function(a){if(13==a.keyCode)return!1}).attr("aria-controls",
42
+ c);h(a.nTable).on("search.dt.DT",function(b,c){if(a===c)try{i[0]!==H.activeElement&&i.val(e.sSearch)}catch(d){}});return b[0]}function ga(a,b,c){var d=a.oPreviousSearch,e=a.aoPreSearchCols,f=function(a){d.sSearch=a.sSearch;d.bRegex=a.bRegex;d.bSmart=a.bSmart;d.bCaseInsensitive=a.bCaseInsensitive};Ga(a);if("ssp"!=y(a)){xb(a,b.sSearch,c,b.bEscapeRegex!==k?!b.bEscapeRegex:b.bRegex,b.bSmart,b.bCaseInsensitive);f(b);for(b=0;b<e.length;b++)yb(a,e[b].sSearch,b,e[b].bEscapeRegex!==k?!e[b].bEscapeRegex:e[b].bRegex,
43
+ e[b].bSmart,e[b].bCaseInsensitive);zb(a)}else f(b);a.bFiltered=!0;r(a,null,"search",[a])}function zb(a){for(var b=n.ext.search,c=a.aiDisplay,d,e,f=0,g=b.length;f<g;f++){for(var j=[],i=0,m=c.length;i<m;i++)e=c[i],d=a.aoData[e],b[f](a,d._aFilterData,e,d._aData,i)&&j.push(e);c.length=0;h.merge(c,j)}}function yb(a,b,c,d,e,f){if(""!==b){for(var g=[],j=a.aiDisplay,d=Pa(b,d,e,f),e=0;e<j.length;e++)b=a.aoData[j[e]]._aFilterData[c],d.test(b)&&g.push(j[e]);a.aiDisplay=g}}function xb(a,b,c,d,e,f){var d=Pa(b,
44
+ d,e,f),f=a.oPreviousSearch.sSearch,g=a.aiDisplayMaster,j,e=[];0!==n.ext.search.length&&(c=!0);j=Ab(a);if(0>=b.length)a.aiDisplay=g.slice();else{if(j||c||f.length>b.length||0!==b.indexOf(f)||a.bSorted)a.aiDisplay=g.slice();b=a.aiDisplay;for(c=0;c<b.length;c++)d.test(a.aoData[b[c]]._sFilterRow)&&e.push(b[c]);a.aiDisplay=e}}function Pa(a,b,c,d){a=b?a:Qa(a);c&&(a="^(?=.*?"+h.map(a.match(/"[^"]+"|[^ ]+/g)||[""],function(a){if('"'===a.charAt(0))var b=a.match(/^"(.*)"$/),a=b?b[1]:a;return a.replace('"',
45
+ "")}).join(")(?=.*?")+").*$");return RegExp(a,d?"i":"")}function Ab(a){var b=a.aoColumns,c,d,e,f,g,j,i,h,l=n.ext.type.search;c=!1;d=0;for(f=a.aoData.length;d<f;d++)if(h=a.aoData[d],!h._aFilterData){j=[];e=0;for(g=b.length;e<g;e++)c=b[e],c.bSearchable?(i=B(a,d,e,"filter"),l[c.sType]&&(i=l[c.sType](i)),null===i&&(i=""),"string"!==typeof i&&i.toString&&(i=i.toString())):i="",i.indexOf&&-1!==i.indexOf("&")&&(va.innerHTML=i,i=Wb?va.textContent:va.innerText),i.replace&&(i=i.replace(/[\r\n]/g,"")),j.push(i);
46
+ h._aFilterData=j;h._sFilterRow=j.join(" ");c=!0}return c}function Bb(a){return{search:a.sSearch,smart:a.bSmart,regex:a.bRegex,caseInsensitive:a.bCaseInsensitive}}function Cb(a){return{sSearch:a.search,bSmart:a.smart,bRegex:a.regex,bCaseInsensitive:a.caseInsensitive}}function tb(a){var b=a.sTableId,c=a.aanFeatures.i,d=h("<div/>",{"class":a.oClasses.sInfo,id:!c?b+"_info":null});c||(a.aoDrawCallback.push({fn:Db,sName:"information"}),d.attr("role","status").attr("aria-live","polite"),h(a.nTable).attr("aria-describedby",
47
+ b+"_info"));return d[0]}function Db(a){var b=a.aanFeatures.i;if(0!==b.length){var c=a.oLanguage,d=a._iDisplayStart+1,e=a.fnDisplayEnd(),f=a.fnRecordsTotal(),g=a.fnRecordsDisplay(),j=g?c.sInfo:c.sInfoEmpty;g!==f&&(j+=" "+c.sInfoFiltered);j+=c.sInfoPostFix;j=Eb(a,j);c=c.fnInfoCallback;null!==c&&(j=c.call(a.oInstance,a,d,e,f,g,j));h(b).html(j)}}function Eb(a,b){var c=a.fnFormatNumber,d=a._iDisplayStart+1,e=a._iDisplayLength,f=a.fnRecordsDisplay(),g=-1===e;return b.replace(/_START_/g,c.call(a,d)).replace(/_END_/g,
48
+ c.call(a,a.fnDisplayEnd())).replace(/_MAX_/g,c.call(a,a.fnRecordsTotal())).replace(/_TOTAL_/g,c.call(a,f)).replace(/_PAGE_/g,c.call(a,g?1:Math.ceil(d/e))).replace(/_PAGES_/g,c.call(a,g?1:Math.ceil(f/e)))}function ha(a){var b,c,d=a.iInitDisplayStart,e=a.aoColumns,f;c=a.oFeatures;var g=a.bDeferLoading;if(a.bInitialised){ob(a);lb(a);fa(a,a.aoHeader);fa(a,a.aoFooter);C(a,!0);c.bAutoWidth&&Fa(a);b=0;for(c=e.length;b<c;b++)f=e[b],f.sWidth&&(f.nTh.style.width=v(f.sWidth));r(a,null,"preInit",[a]);T(a);e=
49
+ y(a);if("ssp"!=e||g)"ajax"==e?sa(a,[],function(c){var f=ta(a,c);for(b=0;b<f.length;b++)O(a,f[b]);a.iInitDisplayStart=d;T(a);C(a,!1);ua(a,c)},a):(C(a,!1),ua(a))}else setTimeout(function(){ha(a)},200)}function ua(a,b){a._bInitComplete=!0;(b||a.oInit.aaData)&&$(a);r(a,null,"plugin-init",[a,b]);r(a,"aoInitComplete","init",[a,b])}function Ra(a,b){var c=parseInt(b,10);a._iDisplayLength=c;Sa(a);r(a,null,"length",[a,c])}function pb(a){for(var b=a.oClasses,c=a.sTableId,d=a.aLengthMenu,e=h.isArray(d[0]),f=
50
+ e?d[0]:d,d=e?d[1]:d,e=h("<select/>",{name:c+"_length","aria-controls":c,"class":b.sLengthSelect}),g=0,j=f.length;g<j;g++)e[0][g]=new Option("number"===typeof d[g]?a.fnFormatNumber(d[g]):d[g],f[g]);var i=h("<div><label/></div>").addClass(b.sLength);a.aanFeatures.l||(i[0].id=c+"_length");i.children().append(a.oLanguage.sLengthMenu.replace("_MENU_",e[0].outerHTML));h("select",i).val(a._iDisplayLength).on("change.DT",function(){Ra(a,h(this).val());P(a)});h(a.nTable).on("length.dt.DT",function(b,c,d){a===
51
+ c&&h("select",i).val(d)});return i[0]}function ub(a){var b=a.sPaginationType,c=n.ext.pager[b],d="function"===typeof c,e=function(a){P(a)},b=h("<div/>").addClass(a.oClasses.sPaging+b)[0],f=a.aanFeatures;d||c.fnInit(a,b,e);f.p||(b.id=a.sTableId+"_paginate",a.aoDrawCallback.push({fn:function(a){if(d){var b=a._iDisplayStart,i=a._iDisplayLength,h=a.fnRecordsDisplay(),l=-1===i,b=l?0:Math.ceil(b/i),i=l?1:Math.ceil(h/i),h=c(b,i),k,l=0;for(k=f.p.length;l<k;l++)Na(a,"pageButton")(a,f.p[l],l,h,b,i)}else c.fnUpdate(a,
52
+ e)},sName:"pagination"}));return b}function Ta(a,b,c){var d=a._iDisplayStart,e=a._iDisplayLength,f=a.fnRecordsDisplay();0===f||-1===e?d=0:"number"===typeof b?(d=b*e,d>f&&(d=0)):"first"==b?d=0:"previous"==b?(d=0<=e?d-e:0,0>d&&(d=0)):"next"==b?d+e<f&&(d+=e):"last"==b?d=Math.floor((f-1)/e)*e:K(a,0,"Unknown paging action: "+b,5);b=a._iDisplayStart!==d;a._iDisplayStart=d;b&&(r(a,null,"page",[a]),c&&P(a));return b}function rb(a){return h("<div/>",{id:!a.aanFeatures.r?a.sTableId+"_processing":null,"class":a.oClasses.sProcessing}).html(a.oLanguage.sProcessing).insertBefore(a.nTable)[0]}
53
+ function C(a,b){a.oFeatures.bProcessing&&h(a.aanFeatures.r).css("display",b?"block":"none");r(a,null,"processing",[a,b])}function sb(a){var b=h(a.nTable);b.attr("role","grid");var c=a.oScroll;if(""===c.sX&&""===c.sY)return a.nTable;var d=c.sX,e=c.sY,f=a.oClasses,g=b.children("caption"),j=g.length?g[0]._captionSide:null,i=h(b[0].cloneNode(!1)),m=h(b[0].cloneNode(!1)),l=b.children("tfoot");l.length||(l=null);i=h("<div/>",{"class":f.sScrollWrapper}).append(h("<div/>",{"class":f.sScrollHead}).css({overflow:"hidden",
54
+ position:"relative",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",{"class":f.sScrollHeadInner}).css({"box-sizing":"content-box",width:c.sXInner||"100%"}).append(i.removeAttr("id").css("margin-left",0).append("top"===j?g:null).append(b.children("thead"))))).append(h("<div/>",{"class":f.sScrollBody}).css({position:"relative",overflow:"auto",width:!d?null:v(d)}).append(b));l&&i.append(h("<div/>",{"class":f.sScrollFoot}).css({overflow:"hidden",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",
55
+ {"class":f.sScrollFootInner}).append(m.removeAttr("id").css("margin-left",0).append("bottom"===j?g:null).append(b.children("tfoot")))));var b=i.children(),k=b[0],f=b[1],t=l?b[2]:null;if(d)h(f).on("scroll.DT",function(){var a=this.scrollLeft;k.scrollLeft=a;l&&(t.scrollLeft=a)});h(f).css(e&&c.bCollapse?"max-height":"height",e);a.nScrollHead=k;a.nScrollBody=f;a.nScrollFoot=t;a.aoDrawCallback.push({fn:la,sName:"scrolling"});return i[0]}function la(a){var b=a.oScroll,c=b.sX,d=b.sXInner,e=b.sY,b=b.iBarWidth,
56
+ f=h(a.nScrollHead),g=f[0].style,j=f.children("div"),i=j[0].style,m=j.children("table"),j=a.nScrollBody,l=h(j),q=j.style,t=h(a.nScrollFoot).children("div"),n=t.children("table"),o=h(a.nTHead),p=h(a.nTable),s=p[0],r=s.style,u=a.nTFoot?h(a.nTFoot):null,x=a.oBrowser,U=x.bScrollOversize,Xb=D(a.aoColumns,"nTh"),Q,L,R,w,Ua=[],y=[],z=[],A=[],B,C=function(a){a=a.style;a.paddingTop="0";a.paddingBottom="0";a.borderTopWidth="0";a.borderBottomWidth="0";a.height=0};L=j.scrollHeight>j.clientHeight;if(a.scrollBarVis!==
57
+ L&&a.scrollBarVis!==k)a.scrollBarVis=L,$(a);else{a.scrollBarVis=L;p.children("thead, tfoot").remove();u&&(R=u.clone().prependTo(p),Q=u.find("tr"),R=R.find("tr"));w=o.clone().prependTo(p);o=o.find("tr");L=w.find("tr");w.find("th, td").removeAttr("tabindex");c||(q.width="100%",f[0].style.width="100%");h.each(ra(a,w),function(b,c){B=aa(a,b);c.style.width=a.aoColumns[B].sWidth});u&&I(function(a){a.style.width=""},R);f=p.outerWidth();if(""===c){r.width="100%";if(U&&(p.find("tbody").height()>j.offsetHeight||
58
+ "scroll"==l.css("overflow-y")))r.width=v(p.outerWidth()-b);f=p.outerWidth()}else""!==d&&(r.width=v(d),f=p.outerWidth());I(C,L);I(function(a){z.push(a.innerHTML);Ua.push(v(h(a).css("width")))},L);I(function(a,b){if(h.inArray(a,Xb)!==-1)a.style.width=Ua[b]},o);h(L).height(0);u&&(I(C,R),I(function(a){A.push(a.innerHTML);y.push(v(h(a).css("width")))},R),I(function(a,b){a.style.width=y[b]},Q),h(R).height(0));I(function(a,b){a.innerHTML='<div class="dataTables_sizing">'+z[b]+"</div>";a.childNodes[0].style.height=
59
+ "0";a.childNodes[0].style.overflow="hidden";a.style.width=Ua[b]},L);u&&I(function(a,b){a.innerHTML='<div class="dataTables_sizing">'+A[b]+"</div>";a.childNodes[0].style.height="0";a.childNodes[0].style.overflow="hidden";a.style.width=y[b]},R);if(p.outerWidth()<f){Q=j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")?f+b:f;if(U&&(j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")))r.width=v(Q-b);(""===c||""!==d)&&K(a,1,"Possible column misalignment",6)}else Q="100%";q.width=v(Q);
60
+ g.width=v(Q);u&&(a.nScrollFoot.style.width=v(Q));!e&&U&&(q.height=v(s.offsetHeight+b));c=p.outerWidth();m[0].style.width=v(c);i.width=v(c);d=p.height()>j.clientHeight||"scroll"==l.css("overflow-y");e="padding"+(x.bScrollbarLeft?"Left":"Right");i[e]=d?b+"px":"0px";u&&(n[0].style.width=v(c),t[0].style.width=v(c),t[0].style[e]=d?b+"px":"0px");p.children("colgroup").insertBefore(p.children("thead"));l.scroll();if((a.bSorted||a.bFiltered)&&!a._drawHold)j.scrollTop=0}}function I(a,b,c){for(var d=0,e=0,
61
+ f=b.length,g,j;e<f;){g=b[e].firstChild;for(j=c?c[e].firstChild:null;g;)1===g.nodeType&&(c?a(g,j,d):a(g,d),d++),g=g.nextSibling,j=c?j.nextSibling:null;e++}}function Fa(a){var b=a.nTable,c=a.aoColumns,d=a.oScroll,e=d.sY,f=d.sX,g=d.sXInner,j=c.length,i=ma(a,"bVisible"),m=h("th",a.nTHead),l=b.getAttribute("width"),k=b.parentNode,t=!1,n,o,p=a.oBrowser,d=p.bScrollOversize;(n=b.style.width)&&-1!==n.indexOf("%")&&(l=n);for(n=0;n<i.length;n++)o=c[i[n]],null!==o.sWidth&&(o.sWidth=Fb(o.sWidthOrig,k),t=!0);if(d||
62
+ !t&&!f&&!e&&j==V(a)&&j==m.length)for(n=0;n<j;n++)i=aa(a,n),null!==i&&(c[i].sWidth=v(m.eq(n).width()));else{j=h(b).clone().css("visibility","hidden").removeAttr("id");j.find("tbody tr").remove();var s=h("<tr/>").appendTo(j.find("tbody"));j.find("thead, tfoot").remove();j.append(h(a.nTHead).clone()).append(h(a.nTFoot).clone());j.find("tfoot th, tfoot td").css("width","");m=ra(a,j.find("thead")[0]);for(n=0;n<i.length;n++)o=c[i[n]],m[n].style.width=null!==o.sWidthOrig&&""!==o.sWidthOrig?v(o.sWidthOrig):
63
+ "",o.sWidthOrig&&f&&h(m[n]).append(h("<div/>").css({width:o.sWidthOrig,margin:0,padding:0,border:0,height:1}));if(a.aoData.length)for(n=0;n<i.length;n++)t=i[n],o=c[t],h(Gb(a,t)).clone(!1).append(o.sContentPadding).appendTo(s);h("[name]",j).removeAttr("name");o=h("<div/>").css(f||e?{position:"absolute",top:0,left:0,height:1,right:0,overflow:"hidden"}:{}).append(j).appendTo(k);f&&g?j.width(g):f?(j.css("width","auto"),j.removeAttr("width"),j.width()<k.clientWidth&&l&&j.width(k.clientWidth)):e?j.width(k.clientWidth):
64
+ l&&j.width(l);for(n=e=0;n<i.length;n++)k=h(m[n]),g=k.outerWidth()-k.width(),k=p.bBounding?Math.ceil(m[n].getBoundingClientRect().width):k.outerWidth(),e+=k,c[i[n]].sWidth=v(k-g);b.style.width=v(e);o.remove()}l&&(b.style.width=v(l));if((l||f)&&!a._reszEvt)b=function(){h(E).on("resize.DT-"+a.sInstance,Oa(function(){$(a)}))},d?setTimeout(b,1E3):b(),a._reszEvt=!0}function Fb(a,b){if(!a)return 0;var c=h("<div/>").css("width",v(a)).appendTo(b||H.body),d=c[0].offsetWidth;c.remove();return d}function Gb(a,
65
+ b){var c=Hb(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h("<td/>").html(B(a,c,b,"display"))[0]:d.anCells[b]}function Hb(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;f<g;f++)c=B(a,f,b,"display")+"",c=c.replace(Yb,""),c=c.replace(/&nbsp;/g," "),c.length>d&&(d=c.length,e=f);return e}function v(a){return null===a?"0px":"number"==typeof a?0>a?"0px":a+"px":a.match(/\d$/)?a+"px":a}function X(a){var b,c,d=[],e=a.aoColumns,f,g,j,i;b=a.aaSortingFixed;c=h.isPlainObject(b);var m=[];f=function(a){a.length&&
66
+ !h.isArray(a[0])?m.push(a):h.merge(m,a)};h.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;a<m.length;a++){i=m[a][0];f=e[i].aDataSort;b=0;for(c=f.length;b<c;b++)g=f[b],j=e[g].sType||"string",m[a]._idx===k&&(m[a]._idx=h.inArray(m[a][1],e[g].asSorting)),d.push({src:i,col:g,dir:m[a][1],index:m[a]._idx,type:j,formatter:n.ext.type.order[j+"-pre"]})}return d}function nb(a){var b,c,d=[],e=n.ext.type.order,f=a.aoData,g=0,j,i=a.aiDisplayMaster,h;Ga(a);h=X(a);b=0;for(c=h.length;b<
67
+ c;b++)j=h[b],j.formatter&&g++,Ib(a,j.col);if("ssp"!=y(a)&&0!==h.length){b=0;for(c=i.length;b<c;b++)d[i[b]]=b;g===h.length?i.sort(function(a,b){var c,e,g,j,i=h.length,k=f[a]._aSortData,n=f[b]._aSortData;for(g=0;g<i;g++)if(j=h[g],c=k[j.col],e=n[j.col],c=c<e?-1:c>e?1:0,0!==c)return"asc"===j.dir?c:-c;c=d[a];e=d[b];return c<e?-1:c>e?1:0}):i.sort(function(a,b){var c,g,j,i,k=h.length,n=f[a]._aSortData,o=f[b]._aSortData;for(j=0;j<k;j++)if(i=h[j],c=n[i.col],g=o[i.col],i=e[i.type+"-"+i.dir]||e["string-"+i.dir],
68
+ c=i(c,g),0!==c)return c;c=d[a];g=d[b];return c<g?-1:c>g?1:0})}a.bSorted=!0}function Jb(a){for(var b,c,d=a.aoColumns,e=X(a),a=a.oLanguage.oAria,f=0,g=d.length;f<g;f++){c=d[f];var j=c.asSorting;b=c.sTitle.replace(/<.*?>/g,"");var i=c.nTh;i.removeAttribute("aria-sort");c.bSortable&&(0<e.length&&e[0].col==f?(i.setAttribute("aria-sort","asc"==e[0].dir?"ascending":"descending"),c=j[e[0].index+1]||j[0]):c=j[0],b+="asc"===c?a.sSortAscending:a.sSortDescending);i.setAttribute("aria-label",b)}}function Va(a,
69
+ b,c,d){var e=a.aaSorting,f=a.aoColumns[b].asSorting,g=function(a,b){var c=a._idx;c===k&&(c=h.inArray(a[1],f));return c+1<f.length?c+1:b?null:0};"number"===typeof e[0]&&(e=a.aaSorting=[e]);c&&a.oFeatures.bSortMulti?(c=h.inArray(b,D(e,"0")),-1!==c?(b=g(e[c],!0),null===b&&1===e.length&&(b=0),null===b?e.splice(c,1):(e[c][1]=f[b],e[c]._idx=b)):(e.push([b,f[0],0]),e[e.length-1]._idx=0)):e.length&&e[0][0]==b?(b=g(e[0]),e.length=1,e[0][1]=f[b],e[0]._idx=b):(e.length=0,e.push([b,f[0]]),e[0]._idx=0);T(a);"function"==
70
+ typeof d&&d(a)}function Ma(a,b,c,d){var e=a.aoColumns[c];Wa(b,{},function(b){!1!==e.bSortable&&(a.oFeatures.bProcessing?(C(a,!0),setTimeout(function(){Va(a,c,b.shiftKey,d);"ssp"!==y(a)&&C(a,!1)},0)):Va(a,c,b.shiftKey,d))})}function wa(a){var b=a.aLastSort,c=a.oClasses.sSortColumn,d=X(a),e=a.oFeatures,f,g;if(e.bSort&&e.bSortClasses){e=0;for(f=b.length;e<f;e++)g=b[e].src,h(D(a.aoData,"anCells",g)).removeClass(c+(2>e?e+1:3));e=0;for(f=d.length;e<f;e++)g=d[e].src,h(D(a.aoData,"anCells",g)).addClass(c+
71
+ (2>e?e+1:3))}a.aLastSort=d}function Ib(a,b){var c=a.aoColumns[b],d=n.ext.order[c.sSortDataType],e;d&&(e=d.call(a.oInstance,a,b,ba(a,b)));for(var f,g=n.ext.type.order[c.sType+"-pre"],j=0,i=a.aoData.length;j<i;j++)if(c=a.aoData[j],c._aSortData||(c._aSortData=[]),!c._aSortData[b]||d)f=d?e[j]:B(a,j,b,"sort"),c._aSortData[b]=g?g(f):f}function xa(a){if(a.oFeatures.bStateSave&&!a.bDestroying){var b={time:+new Date,start:a._iDisplayStart,length:a._iDisplayLength,order:h.extend(!0,[],a.aaSorting),search:Bb(a.oPreviousSearch),
72
+ columns:h.map(a.aoColumns,function(b,d){return{visible:b.bVisible,search:Bb(a.aoPreSearchCols[d])}})};r(a,"aoStateSaveParams","stateSaveParams",[a,b]);a.oSavedState=b;a.fnStateSaveCallback.call(a.oInstance,a,b)}}function Kb(a,b,c){var d,e,f=a.aoColumns,b=function(b){if(b&&b.time){var g=r(a,"aoStateLoadParams","stateLoadParams",[a,b]);if(-1===h.inArray(!1,g)&&(g=a.iStateDuration,!(0<g&&b.time<+new Date-1E3*g)&&!(b.columns&&f.length!==b.columns.length))){a.oLoadedState=h.extend(!0,{},b);b.start!==k&&
73
+ (a._iDisplayStart=b.start,a.iInitDisplayStart=b.start);b.length!==k&&(a._iDisplayLength=b.length);b.order!==k&&(a.aaSorting=[],h.each(b.order,function(b,c){a.aaSorting.push(c[0]>=f.length?[0,c[1]]:c)}));b.search!==k&&h.extend(a.oPreviousSearch,Cb(b.search));if(b.columns){d=0;for(e=b.columns.length;d<e;d++)g=b.columns[d],g.visible!==k&&(f[d].bVisible=g.visible),g.search!==k&&h.extend(a.aoPreSearchCols[d],Cb(g.search))}r(a,"aoStateLoaded","stateLoaded",[a,b])}}c()};if(a.oFeatures.bStateSave){var g=
74
+ a.fnStateLoadCallback.call(a.oInstance,a,b);g!==k&&b(g)}else c()}function ya(a){var b=n.settings,a=h.inArray(a,D(b,"nTable"));return-1!==a?b[a]:null}function K(a,b,c,d){c="DataTables warning: "+(a?"table id="+a.sTableId+" - ":"")+c;d&&(c+=". For more information about this error, please see http://datatables.net/tn/"+d);if(b)E.console&&console.log&&console.log(c);else if(b=n.ext,b=b.sErrMode||b.errMode,a&&r(a,null,"error",[a,d,c]),"alert"==b)alert(c);else{if("throw"==b)throw Error(c);"function"==
75
+ typeof b&&b(a,d,c)}}function F(a,b,c,d){h.isArray(c)?h.each(c,function(c,d){h.isArray(d)?F(a,b,d[0],d[1]):F(a,b,d)}):(d===k&&(d=c),b[c]!==k&&(a[d]=b[c]))}function Xa(a,b,c){var d,e;for(e in b)b.hasOwnProperty(e)&&(d=b[e],h.isPlainObject(d)?(h.isPlainObject(a[e])||(a[e]={}),h.extend(!0,a[e],d)):a[e]=c&&"data"!==e&&"aaData"!==e&&h.isArray(d)?d.slice():d);return a}function Wa(a,b,c){h(a).on("click.DT",b,function(b){h(a).blur();c(b)}).on("keypress.DT",b,function(a){13===a.which&&(a.preventDefault(),c(a))}).on("selectstart.DT",
76
+ function(){return!1})}function z(a,b,c,d){c&&a[b].push({fn:c,sName:d})}function r(a,b,c,d){var e=[];b&&(e=h.map(a[b].slice().reverse(),function(b){return b.fn.apply(a.oInstance,d)}));null!==c&&(b=h.Event(c+".dt"),h(a.nTable).trigger(b,d),e.push(b.result));return e}function Sa(a){var b=a._iDisplayStart,c=a.fnDisplayEnd(),d=a._iDisplayLength;b>=c&&(b=c-d);b-=b%d;if(-1===d||0>b)b=0;a._iDisplayStart=b}function Na(a,b){var c=a.renderer,d=n.ext.renderer[b];return h.isPlainObject(c)&&c[b]?d[c[b]]||d._:"string"===
77
+ typeof c?d[c]||d._:d._}function y(a){return a.oFeatures.bServerSide?"ssp":a.ajax||a.sAjaxSource?"ajax":"dom"}function ia(a,b){var c=[],c=Lb.numbers_length,d=Math.floor(c/2);b<=c?c=Y(0,b):a<=d?(c=Y(0,c-2),c.push("ellipsis"),c.push(b-1)):(a>=b-1-d?c=Y(b-(c-2),b):(c=Y(a-d+2,a+d-1),c.push("ellipsis"),c.push(b-1)),c.splice(0,0,"ellipsis"),c.splice(0,0,0));c.DT_el="span";return c}function Da(a){h.each({num:function(b){return za(b,a)},"num-fmt":function(b){return za(b,a,Ya)},"html-num":function(b){return za(b,
78
+ a,Aa)},"html-num-fmt":function(b){return za(b,a,Aa,Ya)}},function(b,c){x.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(x.type.search[b+a]=x.type.search.html)})}function Mb(a){return function(){var b=[ya(this[n.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return n.ext.internal[a].apply(this,b)}}var n=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new s(ya(this[x.iApiIndex])):new s(this)};
79
+ this.fnAddData=function(a,b){var c=this.api(!0),d=h.isArray(a)&&(h.isArray(a[0])||h.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===k||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=function(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===k||a?b.draw(!1):(""!==d.sX||""!==d.sY)&&la(c)};this.fnClearTable=function(a){var b=this.api(!0).clear();(a===k||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,
80
+ b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],h=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,h);(c===k||c)&&d.draw();return h};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(a)};this.fnFilter=function(a,b,c,d,e,h){e=this.api(!0);null===b||b===k?e.search(a,c,d,h):e.column(b).search(a,c,d,h);e.draw()};this.fnGetData=function(a,b){var c=this.api(!0);if(a!==k){var d=a.nodeName?a.nodeName.toLowerCase():"";return b!==k||"td"==d||"th"==d?c.cell(a,b).data():
81
+ c.row(a).data()||null}return c.data().toArray()};this.fnGetNodes=function(a){var b=this.api(!0);return a!==k?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();return"TR"==c?b.row(a).index():"TD"==c||"TH"==c?(a=b.cell(a).index(),[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()};this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};
82
+ this.fnPageChange=function(a,b){var c=this.api(!0).page(a);(b===k||b)&&c.draw(!1)};this.fnSetColumnVis=function(a,b,c){a=this.api(!0).column(a).visible(b);(c===k||c)&&a.columns.adjust().draw()};this.fnSettings=function(){return ya(this[x.iApiIndex])};this.fnSort=function(a){this.api(!0).order(a).draw()};this.fnSortListener=function(a,b,c){this.api(!0).order.listener(a,b,c)};this.fnUpdate=function(a,b,c,d,e){var h=this.api(!0);c===k||null===c?h.row(b).data(a):h.cell(b,c).data(a);(e===k||e)&&h.columns.adjust();
83
+ (d===k||d)&&h.draw();return 0};this.fnVersionCheck=x.fnVersionCheck;var b=this,c=a===k,d=this.length;c&&(a={});this.oApi=this.internal=x.internal;for(var e in n.ext.internal)e&&(this[e]=Mb(e));this.each(function(){var e={},g=1<d?Xa(e,a,!0):a,j=0,i,e=this.getAttribute("id"),m=!1,l=n.defaults,q=h(this);if("table"!=this.nodeName.toLowerCase())K(null,0,"Non-table node initialisation ("+this.nodeName+")",2);else{fb(l);gb(l.column);J(l,l,!0);J(l.column,l.column,!0);J(l,h.extend(g,q.data()));var t=n.settings,
84
+ j=0;for(i=t.length;j<i;j++){var o=t[j];if(o.nTable==this||o.nTHead&&o.nTHead.parentNode==this||o.nTFoot&&o.nTFoot.parentNode==this){var s=g.bRetrieve!==k?g.bRetrieve:l.bRetrieve;if(c||s)return o.oInstance;if(g.bDestroy!==k?g.bDestroy:l.bDestroy){o.oInstance.fnDestroy();break}else{K(o,0,"Cannot reinitialise DataTable",3);return}}if(o.sTableId==this.id){t.splice(j,1);break}}if(null===e||""===e)this.id=e="DataTables_Table_"+n.ext._unique++;var p=h.extend(!0,{},n.models.oSettings,{sDestroyWidth:q[0].style.width,
85
+ sInstance:e,sTableId:e});p.nTable=this;p.oApi=b.internal;p.oInit=g;t.push(p);p.oInstance=1===b.length?b:q.dataTable();fb(g);Ca(g.oLanguage);g.aLengthMenu&&!g.iDisplayLength&&(g.iDisplayLength=h.isArray(g.aLengthMenu[0])?g.aLengthMenu[0][0]:g.aLengthMenu[0]);g=Xa(h.extend(!0,{},l),g);F(p.oFeatures,g,"bPaginate bLengthChange bFilter bSort bSortMulti bInfo bProcessing bAutoWidth bSortClasses bServerSide bDeferRender".split(" "));F(p,g,["asStripeClasses","ajax","fnServerData","fnFormatNumber","sServerMethod",
86
+ "aaSorting","aaSortingFixed","aLengthMenu","sPaginationType","sAjaxSource","sAjaxDataProp","iStateDuration","sDom","bSortCellsTop","iTabIndex","fnStateLoadCallback","fnStateSaveCallback","renderer","searchDelay","rowId",["iCookieDuration","iStateDuration"],["oSearch","oPreviousSearch"],["aoSearchCols","aoPreSearchCols"],["iDisplayLength","_iDisplayLength"]]);F(p.oScroll,g,[["sScrollX","sX"],["sScrollXInner","sXInner"],["sScrollY","sY"],["bScrollCollapse","bCollapse"]]);F(p.oLanguage,g,"fnInfoCallback");
87
+ z(p,"aoDrawCallback",g.fnDrawCallback,"user");z(p,"aoServerParams",g.fnServerParams,"user");z(p,"aoStateSaveParams",g.fnStateSaveParams,"user");z(p,"aoStateLoadParams",g.fnStateLoadParams,"user");z(p,"aoStateLoaded",g.fnStateLoaded,"user");z(p,"aoRowCallback",g.fnRowCallback,"user");z(p,"aoRowCreatedCallback",g.fnCreatedRow,"user");z(p,"aoHeaderCallback",g.fnHeaderCallback,"user");z(p,"aoFooterCallback",g.fnFooterCallback,"user");z(p,"aoInitComplete",g.fnInitComplete,"user");z(p,"aoPreDrawCallback",
88
+ g.fnPreDrawCallback,"user");p.rowIdFn=S(g.rowId);hb(p);var u=p.oClasses;h.extend(u,n.ext.classes,g.oClasses);q.addClass(u.sTable);p.iInitDisplayStart===k&&(p.iInitDisplayStart=g.iDisplayStart,p._iDisplayStart=g.iDisplayStart);null!==g.iDeferLoading&&(p.bDeferLoading=!0,e=h.isArray(g.iDeferLoading),p._iRecordsDisplay=e?g.iDeferLoading[0]:g.iDeferLoading,p._iRecordsTotal=e?g.iDeferLoading[1]:g.iDeferLoading);var v=p.oLanguage;h.extend(!0,v,g.oLanguage);v.sUrl&&(h.ajax({dataType:"json",url:v.sUrl,success:function(a){Ca(a);
89
+ J(l.oLanguage,a);h.extend(true,v,a);ha(p)},error:function(){ha(p)}}),m=!0);null===g.asStripeClasses&&(p.asStripeClasses=[u.sStripeOdd,u.sStripeEven]);var e=p.asStripeClasses,x=q.children("tbody").find("tr").eq(0);-1!==h.inArray(!0,h.map(e,function(a){return x.hasClass(a)}))&&(h("tbody tr",this).removeClass(e.join(" ")),p.asDestroyStripes=e.slice());e=[];t=this.getElementsByTagName("thead");0!==t.length&&(ea(p.aoHeader,t[0]),e=ra(p));if(null===g.aoColumns){t=[];j=0;for(i=e.length;j<i;j++)t.push(null)}else t=
90
+ g.aoColumns;j=0;for(i=t.length;j<i;j++)Ea(p,e?e[j]:null);jb(p,g.aoColumnDefs,t,function(a,b){ka(p,a,b)});if(x.length){var w=function(a,b){return a.getAttribute("data-"+b)!==null?b:null};h(x[0]).children("th, td").each(function(a,b){var c=p.aoColumns[a];if(c.mData===a){var d=w(b,"sort")||w(b,"order"),e=w(b,"filter")||w(b,"search");if(d!==null||e!==null){c.mData={_:a+".display",sort:d!==null?a+".@data-"+d:k,type:d!==null?a+".@data-"+d:k,filter:e!==null?a+".@data-"+e:k};ka(p,a)}}})}var U=p.oFeatures,
91
+ e=function(){if(g.aaSorting===k){var a=p.aaSorting;j=0;for(i=a.length;j<i;j++)a[j][1]=p.aoColumns[j].asSorting[0]}wa(p);U.bSort&&z(p,"aoDrawCallback",function(){if(p.bSorted){var a=X(p),b={};h.each(a,function(a,c){b[c.src]=c.dir});r(p,null,"order",[p,a,b]);Jb(p)}});z(p,"aoDrawCallback",function(){(p.bSorted||y(p)==="ssp"||U.bDeferRender)&&wa(p)},"sc");var a=q.children("caption").each(function(){this._captionSide=h(this).css("caption-side")}),b=q.children("thead");b.length===0&&(b=h("<thead/>").appendTo(q));
92
+ p.nTHead=b[0];b=q.children("tbody");b.length===0&&(b=h("<tbody/>").appendTo(q));p.nTBody=b[0];b=q.children("tfoot");if(b.length===0&&a.length>0&&(p.oScroll.sX!==""||p.oScroll.sY!==""))b=h("<tfoot/>").appendTo(q);if(b.length===0||b.children().length===0)q.addClass(u.sNoFooter);else if(b.length>0){p.nTFoot=b[0];ea(p.aoFooter,p.nTFoot)}if(g.aaData)for(j=0;j<g.aaData.length;j++)O(p,g.aaData[j]);else(p.bDeferLoading||y(p)=="dom")&&na(p,h(p.nTBody).children("tr"));p.aiDisplay=p.aiDisplayMaster.slice();
93
+ p.bInitialised=true;m===false&&ha(p)};g.bStateSave?(U.bStateSave=!0,z(p,"aoDrawCallback",xa,"state_save"),Kb(p,g,e)):e()}});b=null;return this},x,s,o,u,Za={},Nb=/[\r\n]/g,Aa=/<.*?>/g,Zb=/^\d{2,4}[\.\/\-]\d{1,2}[\.\/\-]\d{1,2}([T ]{1}\d{1,2}[:\.]\d{2}([\.:]\d{2})?)?$/,$b=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)","g"),Ya=/[',$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfkɃΞ]/gi,M=function(a){return!a||!0===a||"-"===a?!0:!1},Ob=function(a){var b=parseInt(a,10);return!isNaN(b)&&
94
+ isFinite(a)?b:null},Pb=function(a,b){Za[b]||(Za[b]=RegExp(Qa(b),"g"));return"string"===typeof a&&"."!==b?a.replace(/\./g,"").replace(Za[b],"."):a},$a=function(a,b,c){var d="string"===typeof a;if(M(a))return!0;b&&d&&(a=Pb(a,b));c&&d&&(a=a.replace(Ya,""));return!isNaN(parseFloat(a))&&isFinite(a)},Qb=function(a,b,c){return M(a)?!0:!(M(a)||"string"===typeof a)?null:$a(a.replace(Aa,""),b,c)?!0:null},D=function(a,b,c){var d=[],e=0,f=a.length;if(c!==k)for(;e<f;e++)a[e]&&a[e][b]&&d.push(a[e][b][c]);else for(;e<
95
+ f;e++)a[e]&&d.push(a[e][b]);return d},ja=function(a,b,c,d){var e=[],f=0,g=b.length;if(d!==k)for(;f<g;f++)a[b[f]][c]&&e.push(a[b[f]][c][d]);else for(;f<g;f++)e.push(a[b[f]][c]);return e},Y=function(a,b){var c=[],d;b===k?(b=0,d=a):(d=b,b=a);for(var e=b;e<d;e++)c.push(e);return c},Rb=function(a){for(var b=[],c=0,d=a.length;c<d;c++)a[c]&&b.push(a[c]);return b},qa=function(a){var b;a:{if(!(2>a.length)){b=a.slice().sort();for(var c=b[0],d=1,e=b.length;d<e;d++){if(b[d]===c){b=!1;break a}c=b[d]}}b=!0}if(b)return a.slice();
96
+ b=[];var e=a.length,f,g=0,d=0;a:for(;d<e;d++){c=a[d];for(f=0;f<g;f++)if(b[f]===c)continue a;b.push(c);g++}return b};n.util={throttle:function(a,b){var c=b!==k?b:200,d,e;return function(){var b=this,g=+new Date,j=arguments;d&&g<d+c?(clearTimeout(e),e=setTimeout(function(){d=k;a.apply(b,j)},c)):(d=g,a.apply(b,j))}},escapeRegex:function(a){return a.replace($b,"\\$1")}};var A=function(a,b,c){a[b]!==k&&(a[c]=a[b])},ca=/\[.*?\]$/,W=/\(\)$/,Qa=n.util.escapeRegex,va=h("<div>")[0],Wb=va.textContent!==k,Yb=
97
+ /<.*?>/g,Oa=n.util.throttle,Sb=[],w=Array.prototype,ac=function(a){var b,c,d=n.settings,e=h.map(d,function(a){return a.nTable});if(a){if(a.nTable&&a.oApi)return[a];if(a.nodeName&&"table"===a.nodeName.toLowerCase())return b=h.inArray(a,e),-1!==b?[d[b]]:null;if(a&&"function"===typeof a.settings)return a.settings().toArray();"string"===typeof a?c=h(a):a instanceof h&&(c=a)}else return[];if(c)return c.map(function(){b=h.inArray(this,e);return-1!==b?d[b]:null}).toArray()};s=function(a,b){if(!(this instanceof
98
+ s))return new s(a,b);var c=[],d=function(a){(a=ac(a))&&(c=c.concat(a))};if(h.isArray(a))for(var e=0,f=a.length;e<f;e++)d(a[e]);else d(a);this.context=qa(c);b&&h.merge(this,b);this.selector={rows:null,cols:null,opts:null};s.extend(this,this,Sb)};n.Api=s;h.extend(s.prototype,{any:function(){return 0!==this.count()},concat:w.concat,context:[],count:function(){return this.flatten().length},each:function(a){for(var b=0,c=this.length;b<c;b++)a.call(this,this[b],b,this);return this},eq:function(a){var b=
99
+ this.context;return b.length>a?new s(b[a],this[a]):null},filter:function(a){var b=[];if(w.filter)b=w.filter.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)a.call(this,this[c],c,this)&&b.push(this[c]);return new s(this.context,b)},flatten:function(){var a=[];return new s(this.context,a.concat.apply(a,this.toArray()))},join:w.join,indexOf:w.indexOf||function(a,b){for(var c=b||0,d=this.length;c<d;c++)if(this[c]===a)return c;return-1},iterator:function(a,b,c,d){var e=[],f,g,j,h,m,l=this.context,
100
+ n,o,u=this.selector;"string"===typeof a&&(d=c,c=b,b=a,a=!1);g=0;for(j=l.length;g<j;g++){var r=new s(l[g]);if("table"===b)f=c.call(r,l[g],g),f!==k&&e.push(f);else if("columns"===b||"rows"===b)f=c.call(r,l[g],this[g],g),f!==k&&e.push(f);else if("column"===b||"column-rows"===b||"row"===b||"cell"===b){o=this[g];"column-rows"===b&&(n=Ba(l[g],u.opts));h=0;for(m=o.length;h<m;h++)f=o[h],f="cell"===b?c.call(r,l[g],f.row,f.column,g,h):c.call(r,l[g],f,g,h,n),f!==k&&e.push(f)}}return e.length||d?(a=new s(l,a?
101
+ e.concat.apply([],e):e),b=a.selector,b.rows=u.rows,b.cols=u.cols,b.opts=u.opts,a):this},lastIndexOf:w.lastIndexOf||function(a,b){return this.indexOf.apply(this.toArray.reverse(),arguments)},length:0,map:function(a){var b=[];if(w.map)b=w.map.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)b.push(a.call(this,this[c],c));return new s(this.context,b)},pluck:function(a){return this.map(function(b){return b[a]})},pop:w.pop,push:w.push,reduce:w.reduce||function(a,b){return ib(this,a,b,0,this.length,
102
+ 1)},reduceRight:w.reduceRight||function(a,b){return ib(this,a,b,this.length-1,-1,-1)},reverse:w.reverse,selector:null,shift:w.shift,slice:function(){return new s(this.context,this)},sort:w.sort,splice:w.splice,toArray:function(){return w.slice.call(this)},to$:function(){return h(this)},toJQuery:function(){return h(this)},unique:function(){return new s(this.context,qa(this))},unshift:w.unshift});s.extend=function(a,b,c){if(c.length&&b&&(b instanceof s||b.__dt_wrapper)){var d,e,f,g=function(a,b,c){return function(){var d=
103
+ b.apply(a,arguments);s.extend(d,d,c.methodExt);return d}};d=0;for(e=c.length;d<e;d++)f=c[d],b[f.name]="function"===typeof f.val?g(a,f.val,f):h.isPlainObject(f.val)?{}:f.val,b[f.name].__dt_wrapper=!0,s.extend(a,b[f.name],f.propExt)}};s.register=o=function(a,b){if(h.isArray(a))for(var c=0,d=a.length;c<d;c++)s.register(a[c],b);else for(var e=a.split("."),f=Sb,g,j,c=0,d=e.length;c<d;c++){g=(j=-1!==e[c].indexOf("()"))?e[c].replace("()",""):e[c];var i;a:{i=0;for(var m=f.length;i<m;i++)if(f[i].name===g){i=
104
+ f[i];break a}i=null}i||(i={name:g,val:{},methodExt:[],propExt:[]},f.push(i));c===d-1?i.val=b:f=j?i.methodExt:i.propExt}};s.registerPlural=u=function(a,b,c){s.register(a,c);s.register(b,function(){var a=c.apply(this,arguments);return a===this?this:a instanceof s?a.length?h.isArray(a[0])?new s(a.context,a[0]):a[0]:k:a})};o("tables()",function(a){var b;if(a){b=s;var c=this.context;if("number"===typeof a)a=[c[a]];else var d=h.map(c,function(a){return a.nTable}),a=h(d).filter(a).map(function(){var a=h.inArray(this,
105
+ d);return c[a]}).toArray();b=new b(a)}else b=this;return b});o("table()",function(a){var a=this.tables(a),b=a.context;return b.length?new s(b[0]):a});u("tables().nodes()","table().node()",function(){return this.iterator("table",function(a){return a.nTable},1)});u("tables().body()","table().body()",function(){return this.iterator("table",function(a){return a.nTBody},1)});u("tables().header()","table().header()",function(){return this.iterator("table",function(a){return a.nTHead},1)});u("tables().footer()",
106
+ "table().footer()",function(){return this.iterator("table",function(a){return a.nTFoot},1)});u("tables().containers()","table().container()",function(){return this.iterator("table",function(a){return a.nTableWrapper},1)});o("draw()",function(a){return this.iterator("table",function(b){"page"===a?P(b):("string"===typeof a&&(a="full-hold"===a?!1:!0),T(b,!1===a))})});o("page()",function(a){return a===k?this.page.info().page:this.iterator("table",function(b){Ta(b,a)})});o("page.info()",function(){if(0===
107
+ this.context.length)return k;var a=this.context[0],b=a._iDisplayStart,c=a.oFeatures.bPaginate?a._iDisplayLength:-1,d=a.fnRecordsDisplay(),e=-1===c;return{page:e?0:Math.floor(b/c),pages:e?1:Math.ceil(d/c),start:b,end:a.fnDisplayEnd(),length:c,recordsTotal:a.fnRecordsTotal(),recordsDisplay:d,serverSide:"ssp"===y(a)}});o("page.len()",function(a){return a===k?0!==this.context.length?this.context[0]._iDisplayLength:k:this.iterator("table",function(b){Ra(b,a)})});var Tb=function(a,b,c){if(c){var d=new s(a);
108
+ d.one("draw",function(){c(d.ajax.json())})}if("ssp"==y(a))T(a,b);else{C(a,!0);var e=a.jqXHR;e&&4!==e.readyState&&e.abort();sa(a,[],function(c){oa(a);for(var c=ta(a,c),d=0,e=c.length;d<e;d++)O(a,c[d]);T(a,b);C(a,!1)})}};o("ajax.json()",function(){var a=this.context;if(0<a.length)return a[0].json});o("ajax.params()",function(){var a=this.context;if(0<a.length)return a[0].oAjaxData});o("ajax.reload()",function(a,b){return this.iterator("table",function(c){Tb(c,!1===b,a)})});o("ajax.url()",function(a){var b=
109
+ this.context;if(a===k){if(0===b.length)return k;b=b[0];return b.ajax?h.isPlainObject(b.ajax)?b.ajax.url:b.ajax:b.sAjaxSource}return this.iterator("table",function(b){h.isPlainObject(b.ajax)?b.ajax.url=a:b.ajax=a})});o("ajax.url().load()",function(a,b){return this.iterator("table",function(c){Tb(c,!1===b,a)})});var ab=function(a,b,c,d,e){var f=[],g,j,i,m,l,n;i=typeof b;if(!b||"string"===i||"function"===i||b.length===k)b=[b];i=0;for(m=b.length;i<m;i++){j=b[i]&&b[i].split&&!b[i].match(/[\[\(:]/)?b[i].split(","):
110
+ [b[i]];l=0;for(n=j.length;l<n;l++)(g=c("string"===typeof j[l]?h.trim(j[l]):j[l]))&&g.length&&(f=f.concat(g))}a=x.selector[a];if(a.length){i=0;for(m=a.length;i<m;i++)f=a[i](d,e,f)}return qa(f)},bb=function(a){a||(a={});a.filter&&a.search===k&&(a.search=a.filter);return h.extend({search:"none",order:"current",page:"all"},a)},cb=function(a){for(var b=0,c=a.length;b<c;b++)if(0<a[b].length)return a[0]=a[b],a[0].length=1,a.length=1,a.context=[a.context[b]],a;a.length=0;return a},Ba=function(a,b){var c,
111
+ d,e,f=[],g=a.aiDisplay;e=a.aiDisplayMaster;var j=b.search;c=b.order;d=b.page;if("ssp"==y(a))return"removed"===j?[]:Y(0,e.length);if("current"==d){c=a._iDisplayStart;for(d=a.fnDisplayEnd();c<d;c++)f.push(g[c])}else if("current"==c||"applied"==c)if("none"==j)f=e.slice();else if("applied"==j)f=g.slice();else{if("removed"==j){var i={};c=0;for(d=g.length;c<d;c++)i[g[c]]=null;f=h.map(e,function(a){return!i.hasOwnProperty(a)?a:null})}}else if("index"==c||"original"==c){c=0;for(d=a.aoData.length;c<d;c++)"none"==
112
+ j?f.push(c):(e=h.inArray(c,g),(-1===e&&"removed"==j||0<=e&&"applied"==j)&&f.push(c))}return f};o("rows()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=bb(b),c=this.iterator("table",function(c){var e=b,f;return ab("row",a,function(a){var b=Ob(a),i=c.aoData;if(b!==null&&!e)return[b];f||(f=Ba(c,e));if(b!==null&&h.inArray(b,f)!==-1)return[b];if(a===null||a===k||a==="")return f;if(typeof a==="function")return h.map(f,function(b){var c=i[b];return a(b,c._aData,c.nTr)?b:null});if(a.nodeName){var b=
113
+ a._DT_RowIndex,m=a._DT_CellIndex;if(b!==k)return i[b]&&i[b].nTr===a?[b]:[];if(m)return i[m.row]&&i[m.row].nTr===a?[m.row]:[];b=h(a).closest("*[data-dt-row]");return b.length?[b.data("dt-row")]:[]}if(typeof a==="string"&&a.charAt(0)==="#"){b=c.aIds[a.replace(/^#/,"")];if(b!==k)return[b.idx]}b=Rb(ja(c.aoData,f,"nTr"));return h(b).filter(a).map(function(){return this._DT_RowIndex}).toArray()},c,e)},1);c.selector.rows=a;c.selector.opts=b;return c});o("rows().nodes()",function(){return this.iterator("row",
114
+ function(a,b){return a.aoData[b].nTr||k},1)});o("rows().data()",function(){return this.iterator(!0,"rows",function(a,b){return ja(a.aoData,b,"_aData")},1)});u("rows().cache()","row().cache()",function(a){return this.iterator("row",function(b,c){var d=b.aoData[c];return"search"===a?d._aFilterData:d._aSortData},1)});u("rows().invalidate()","row().invalidate()",function(a){return this.iterator("row",function(b,c){da(b,c,a)})});u("rows().indexes()","row().index()",function(){return this.iterator("row",
115
+ function(a,b){return b},1)});u("rows().ids()","row().id()",function(a){for(var b=[],c=this.context,d=0,e=c.length;d<e;d++)for(var f=0,g=this[d].length;f<g;f++){var h=c[d].rowIdFn(c[d].aoData[this[d][f]]._aData);b.push((!0===a?"#":"")+h)}return new s(c,b)});u("rows().remove()","row().remove()",function(){var a=this;this.iterator("row",function(b,c,d){var e=b.aoData,f=e[c],g,h,i,m,l;e.splice(c,1);g=0;for(h=e.length;g<h;g++)if(i=e[g],l=i.anCells,null!==i.nTr&&(i.nTr._DT_RowIndex=g),null!==l){i=0;for(m=
116
+ l.length;i<m;i++)l[i]._DT_CellIndex.row=g}pa(b.aiDisplayMaster,c);pa(b.aiDisplay,c);pa(a[d],c,!1);0<b._iRecordsDisplay&&b._iRecordsDisplay--;Sa(b);c=b.rowIdFn(f._aData);c!==k&&delete b.aIds[c]});this.iterator("table",function(a){for(var c=0,d=a.aoData.length;c<d;c++)a.aoData[c].idx=c});return this});o("rows.add()",function(a){var b=this.iterator("table",function(b){var c,f,g,h=[];f=0;for(g=a.length;f<g;f++)c=a[f],c.nodeName&&"TR"===c.nodeName.toUpperCase()?h.push(na(b,c)[0]):h.push(O(b,c));return h},
117
+ 1),c=this.rows(-1);c.pop();h.merge(c,b);return c});o("row()",function(a,b){return cb(this.rows(a,b))});o("row().data()",function(a){var b=this.context;if(a===k)return b.length&&this.length?b[0].aoData[this[0]]._aData:k;var c=b[0].aoData[this[0]];c._aData=a;h.isArray(a)&&c.nTr.id&&N(b[0].rowId)(a,c.nTr.id);da(b[0],this[0],"data");return this});o("row().node()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]].nTr||null:null});o("row.add()",function(a){a instanceof h&&
118
+ a.length&&(a=a[0]);var b=this.iterator("table",function(b){return a.nodeName&&"TR"===a.nodeName.toUpperCase()?na(b,a)[0]:O(b,a)});return this.row(b[0])});var db=function(a,b){var c=a.context;if(c.length&&(c=c[0].aoData[b!==k?b:a[0]])&&c._details)c._details.remove(),c._detailsShow=k,c._details=k},Ub=function(a,b){var c=a.context;if(c.length&&a.length){var d=c[0].aoData[a[0]];if(d._details){(d._detailsShow=b)?d._details.insertAfter(d.nTr):d._details.detach();var e=c[0],f=new s(e),g=e.aoData;f.off("draw.dt.DT_details column-visibility.dt.DT_details destroy.dt.DT_details");
119
+ 0<D(g,"_details").length&&(f.on("draw.dt.DT_details",function(a,b){e===b&&f.rows({page:"current"}).eq(0).each(function(a){a=g[a];a._detailsShow&&a._details.insertAfter(a.nTr)})}),f.on("column-visibility.dt.DT_details",function(a,b){if(e===b)for(var c,d=V(b),f=0,h=g.length;f<h;f++)c=g[f],c._details&&c._details.children("td[colspan]").attr("colspan",d)}),f.on("destroy.dt.DT_details",function(a,b){if(e===b)for(var c=0,d=g.length;c<d;c++)g[c]._details&&db(f,c)}))}}};o("row().child()",function(a,b){var c=
120
+ this.context;if(a===k)return c.length&&this.length?c[0].aoData[this[0]]._details:k;if(!0===a)this.child.show();else if(!1===a)db(this);else if(c.length&&this.length){var d=c[0],c=c[0].aoData[this[0]],e=[],f=function(a,b){if(h.isArray(a)||a instanceof h)for(var c=0,k=a.length;c<k;c++)f(a[c],b);else a.nodeName&&"tr"===a.nodeName.toLowerCase()?e.push(a):(c=h("<tr><td/></tr>").addClass(b),h("td",c).addClass(b).html(a)[0].colSpan=V(d),e.push(c[0]))};f(a,b);c._details&&c._details.detach();c._details=h(e);
121
+ c._detailsShow&&c._details.insertAfter(c.nTr)}return this});o(["row().child.show()","row().child().show()"],function(){Ub(this,!0);return this});o(["row().child.hide()","row().child().hide()"],function(){Ub(this,!1);return this});o(["row().child.remove()","row().child().remove()"],function(){db(this);return this});o("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var bc=/^([^:]+):(name|visIdx|visible)$/,Vb=function(a,b,
122
+ c,d,e){for(var c=[],d=0,f=e.length;d<f;d++)c.push(B(a,e[d],b));return c};o("columns()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=bb(b),c=this.iterator("table",function(c){var e=a,f=b,g=c.aoColumns,j=D(g,"sName"),i=D(g,"nTh");return ab("column",e,function(a){var b=Ob(a);if(a==="")return Y(g.length);if(b!==null)return[b>=0?b:g.length+b];if(typeof a==="function"){var e=Ba(c,f);return h.map(g,function(b,f){return a(f,Vb(c,f,0,0,e),i[f])?f:null})}var k=typeof a==="string"?a.match(bc):
123
+ "";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1],10);if(b<0){var n=h.map(g,function(a,b){return a.bVisible?b:null});return[n[n.length+b]]}return[aa(c,b)];case "name":return h.map(j,function(a,b){return a===k[1]?b:null});default:return[]}if(a.nodeName&&a._DT_CellIndex)return[a._DT_CellIndex.column];b=h(i).filter(a).map(function(){return h.inArray(this,i)}).toArray();if(b.length||!a.nodeName)return b;b=h(a).closest("*[data-dt-column]");return b.length?[b.data("dt-column")]:[]},c,f)},
124
+ 1);c.selector.cols=a;c.selector.opts=b;return c});u("columns().header()","column().header()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTh},1)});u("columns().footer()","column().footer()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTf},1)});u("columns().data()","column().data()",function(){return this.iterator("column-rows",Vb,1)});u("columns().dataSrc()","column().dataSrc()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].mData},
125
+ 1)});u("columns().cache()","column().cache()",function(a){return this.iterator("column-rows",function(b,c,d,e,f){return ja(b.aoData,f,"search"===a?"_aFilterData":"_aSortData",c)},1)});u("columns().nodes()","column().nodes()",function(){return this.iterator("column-rows",function(a,b,c,d,e){return ja(a.aoData,e,"anCells",b)},1)});u("columns().visible()","column().visible()",function(a,b){var c=this.iterator("column",function(b,c){if(a===k)return b.aoColumns[c].bVisible;var f=b.aoColumns,g=f[c],j=b.aoData,
126
+ i,m,l;if(a!==k&&g.bVisible!==a){if(a){var n=h.inArray(!0,D(f,"bVisible"),c+1);i=0;for(m=j.length;i<m;i++)l=j[i].nTr,f=j[i].anCells,l&&l.insertBefore(f[c],f[n]||null)}else h(D(b.aoData,"anCells",c)).detach();g.bVisible=a;fa(b,b.aoHeader);fa(b,b.aoFooter);b.aiDisplay.length||h(b.nTBody).find("td[colspan]").attr("colspan",V(b));xa(b)}});a!==k&&(this.iterator("column",function(c,e){r(c,null,"column-visibility",[c,e,a,b])}),(b===k||b)&&this.columns.adjust());return c});u("columns().indexes()","column().index()",
127
+ function(a){return this.iterator("column",function(b,c){return"visible"===a?ba(b,c):c},1)});o("columns.adjust()",function(){return this.iterator("table",function(a){$(a)},1)});o("column.index()",function(a,b){if(0!==this.context.length){var c=this.context[0];if("fromVisible"===a||"toData"===a)return aa(c,b);if("fromData"===a||"toVisible"===a)return ba(c,b)}});o("column()",function(a,b){return cb(this.columns(a,b))});o("cells()",function(a,b,c){h.isPlainObject(a)&&(a.row===k?(c=a,a=null):(c=b,b=null));
128
+ h.isPlainObject(b)&&(c=b,b=null);if(null===b||b===k)return this.iterator("table",function(b){var d=a,e=bb(c),f=b.aoData,g=Ba(b,e),j=Rb(ja(f,g,"anCells")),i=h([].concat.apply([],j)),l,m=b.aoColumns.length,n,o,u,s,r,v;return ab("cell",d,function(a){var c=typeof a==="function";if(a===null||a===k||c){n=[];o=0;for(u=g.length;o<u;o++){l=g[o];for(s=0;s<m;s++){r={row:l,column:s};if(c){v=f[l];a(r,B(b,l,s),v.anCells?v.anCells[s]:null)&&n.push(r)}else n.push(r)}}return n}if(h.isPlainObject(a))return a.column!==
129
+ k&&a.row!==k&&h.inArray(a.row,g)!==-1?[a]:[];c=i.filter(a).map(function(a,b){return{row:b._DT_CellIndex.row,column:b._DT_CellIndex.column}}).toArray();if(c.length||!a.nodeName)return c;v=h(a).closest("*[data-dt-row]");return v.length?[{row:v.data("dt-row"),column:v.data("dt-column")}]:[]},b,e)});var d=this.columns(b),e=this.rows(a),f,g,j,i,m;this.iterator("table",function(a,b){f=[];g=0;for(j=e[b].length;g<j;g++){i=0;for(m=d[b].length;i<m;i++)f.push({row:e[b][g],column:d[b][i]})}},1);var l=this.cells(f,
130
+ c);h.extend(l.selector,{cols:b,rows:a,opts:c});return l});u("cells().nodes()","cell().node()",function(){return this.iterator("cell",function(a,b,c){return(a=a.aoData[b])&&a.anCells?a.anCells[c]:k},1)});o("cells().data()",function(){return this.iterator("cell",function(a,b,c){return B(a,b,c)},1)});u("cells().cache()","cell().cache()",function(a){a="search"===a?"_aFilterData":"_aSortData";return this.iterator("cell",function(b,c,d){return b.aoData[c][a][d]},1)});u("cells().render()","cell().render()",
131
+ function(a){return this.iterator("cell",function(b,c,d){return B(b,c,d,a)},1)});u("cells().indexes()","cell().index()",function(){return this.iterator("cell",function(a,b,c){return{row:b,column:c,columnVisible:ba(a,c)}},1)});u("cells().invalidate()","cell().invalidate()",function(a){return this.iterator("cell",function(b,c,d){da(b,c,a,d)})});o("cell()",function(a,b,c){return cb(this.cells(a,b,c))});o("cell().data()",function(a){var b=this.context,c=this[0];if(a===k)return b.length&&c.length?B(b[0],
132
+ c[0].row,c[0].column):k;kb(b[0],c[0].row,c[0].column,a);da(b[0],c[0].row,"data",c[0].column);return this});o("order()",function(a,b){var c=this.context;if(a===k)return 0!==c.length?c[0].aaSorting:k;"number"===typeof a?a=[[a,b]]:a.length&&!h.isArray(a[0])&&(a=Array.prototype.slice.call(arguments));return this.iterator("table",function(b){b.aaSorting=a.slice()})});o("order.listener()",function(a,b,c){return this.iterator("table",function(d){Ma(d,a,b,c)})});o("order.fixed()",function(a){if(!a){var b=
133
+ this.context,b=b.length?b[0].aaSortingFixed:k;return h.isArray(b)?{pre:b}:b}return this.iterator("table",function(b){b.aaSortingFixed=h.extend(!0,{},a)})});o(["columns().order()","column().order()"],function(a){var b=this;return this.iterator("table",function(c,d){var e=[];h.each(b[d],function(b,c){e.push([c,a])});c.aaSorting=e})});o("search()",function(a,b,c,d){var e=this.context;return a===k?0!==e.length?e[0].oPreviousSearch.sSearch:k:this.iterator("table",function(e){e.oFeatures.bFilter&&ga(e,
134
+ h.extend({},e.oPreviousSearch,{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),1)})});u("columns().search()","column().search()",function(a,b,c,d){return this.iterator("column",function(e,f){var g=e.aoPreSearchCols;if(a===k)return g[f].sSearch;e.oFeatures.bFilter&&(h.extend(g[f],{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),ga(e,e.oPreviousSearch,1))})});o("state()",function(){return this.context.length?this.context[0].oSavedState:
135
+ null});o("state.clear()",function(){return this.iterator("table",function(a){a.fnStateSaveCallback.call(a.oInstance,a,{})})});o("state.loaded()",function(){return this.context.length?this.context[0].oLoadedState:null});o("state.save()",function(){return this.iterator("table",function(a){xa(a)})});n.versionCheck=n.fnVersionCheck=function(a){for(var b=n.version.split("."),a=a.split("."),c,d,e=0,f=a.length;e<f;e++)if(c=parseInt(b[e],10)||0,d=parseInt(a[e],10)||0,c!==d)return c>d;return!0};n.isDataTable=
136
+ n.fnIsDataTable=function(a){var b=h(a).get(0),c=!1;if(a instanceof n.Api)return!0;h.each(n.settings,function(a,e){var f=e.nScrollHead?h("table",e.nScrollHead)[0]:null,g=e.nScrollFoot?h("table",e.nScrollFoot)[0]:null;if(e.nTable===b||f===b||g===b)c=!0});return c};n.tables=n.fnTables=function(a){var b=!1;h.isPlainObject(a)&&(b=a.api,a=a.visible);var c=h.map(n.settings,function(b){if(!a||a&&h(b.nTable).is(":visible"))return b.nTable});return b?new s(c):c};n.camelToHungarian=J;o("$()",function(a,b){var c=
137
+ this.rows(b).nodes(),c=h(c);return h([].concat(c.filter(a).toArray(),c.find(a).toArray()))});h.each(["on","one","off"],function(a,b){o(b+"()",function(){var a=Array.prototype.slice.call(arguments);a[0]=h.map(a[0].split(/\s/),function(a){return!a.match(/\.dt\b/)?a+".dt":a}).join(" ");var d=h(this.tables().nodes());d[b].apply(d,a);return this})});o("clear()",function(){return this.iterator("table",function(a){oa(a)})});o("settings()",function(){return new s(this.context,this.context)});o("init()",function(){var a=
138
+ this.context;return a.length?a[0].oInit:null});o("data()",function(){return this.iterator("table",function(a){return D(a.aoData,"_aData")}).flatten()});o("destroy()",function(a){a=a||!1;return this.iterator("table",function(b){var c=b.nTableWrapper.parentNode,d=b.oClasses,e=b.nTable,f=b.nTBody,g=b.nTHead,j=b.nTFoot,i=h(e),f=h(f),k=h(b.nTableWrapper),l=h.map(b.aoData,function(a){return a.nTr}),o;b.bDestroying=!0;r(b,"aoDestroyCallback","destroy",[b]);a||(new s(b)).columns().visible(!0);k.off(".DT").find(":not(tbody *)").off(".DT");
139
+ h(E).off(".DT-"+b.sInstance);e!=g.parentNode&&(i.children("thead").detach(),i.append(g));j&&e!=j.parentNode&&(i.children("tfoot").detach(),i.append(j));b.aaSorting=[];b.aaSortingFixed=[];wa(b);h(l).removeClass(b.asStripeClasses.join(" "));h("th, td",g).removeClass(d.sSortable+" "+d.sSortableAsc+" "+d.sSortableDesc+" "+d.sSortableNone);f.children().detach();f.append(l);g=a?"remove":"detach";i[g]();k[g]();!a&&c&&(c.insertBefore(e,b.nTableReinsertBefore),i.css("width",b.sDestroyWidth).removeClass(d.sTable),
140
+ (o=b.asDestroyStripes.length)&&f.children().each(function(a){h(this).addClass(b.asDestroyStripes[a%o])}));c=h.inArray(b,n.settings);-1!==c&&n.settings.splice(c,1)})});h.each(["column","row","cell"],function(a,b){o(b+"s().every()",function(a){var d=this.selector.opts,e=this;return this.iterator(b,function(f,g,h,i,m){a.call(e[b](g,"cell"===b?h:d,"cell"===b?d:k),g,h,i,m)})})});o("i18n()",function(a,b,c){var d=this.context[0],a=S(a)(d.oLanguage);a===k&&(a=b);c!==k&&h.isPlainObject(a)&&(a=a[c]!==k?a[c]:
141
+ a._);return a.replace("%d",c)});n.version="1.10.19";n.settings=[];n.models={};n.models.oSearch={bCaseInsensitive:!0,sSearch:"",bRegex:!1,bSmart:!0};n.models.oRow={nTr:null,anCells:null,_aData:[],_aSortData:null,_aFilterData:null,_sFilterRow:null,_sRowStripe:"",src:null,idx:-1};n.models.oColumn={idx:null,aDataSort:null,asSorting:null,bSearchable:null,bSortable:null,bVisible:null,_sManualType:null,_bAttrSrc:!1,fnCreatedCell:null,fnGetData:null,fnSetData:null,mData:null,mRender:null,nTh:null,nTf:null,
142
+ sClass:null,sContentPadding:null,sDefaultContent:null,sName:null,sSortDataType:"std",sSortingClass:null,sSortingClassJUI:null,sTitle:null,sType:null,sWidth:null,sWidthOrig:null};n.defaults={aaData:null,aaSorting:[[0,"asc"]],aaSortingFixed:[],ajax:null,aLengthMenu:[10,25,50,100],aoColumns:null,aoColumnDefs:null,aoSearchCols:[],asStripeClasses:null,bAutoWidth:!0,bDeferRender:!1,bDestroy:!1,bFilter:!0,bInfo:!0,bLengthChange:!0,bPaginate:!0,bProcessing:!1,bRetrieve:!1,bScrollCollapse:!1,bServerSide:!1,
143
+ bSort:!0,bSortMulti:!0,bSortCellsTop:!1,bSortClasses:!0,bStateSave:!1,fnCreatedRow:null,fnDrawCallback:null,fnFooterCallback:null,fnFormatNumber:function(a){return a.toString().replace(/\B(?=(\d{3})+(?!\d))/g,this.oLanguage.sThousands)},fnHeaderCallback:null,fnInfoCallback:null,fnInitComplete:null,fnPreDrawCallback:null,fnRowCallback:null,fnServerData:null,fnServerParams:null,fnStateLoadCallback:function(a){try{return JSON.parse((-1===a.iStateDuration?sessionStorage:localStorage).getItem("DataTables_"+
144
+ a.sInstance+"_"+location.pathname))}catch(b){}},fnStateLoadParams:null,fnStateLoaded:null,fnStateSaveCallback:function(a,b){try{(-1===a.iStateDuration?sessionStorage:localStorage).setItem("DataTables_"+a.sInstance+"_"+location.pathname,JSON.stringify(b))}catch(c){}},fnStateSaveParams:null,iStateDuration:7200,iDeferLoading:null,iDisplayLength:10,iDisplayStart:0,iTabIndex:0,oClasses:{},oLanguage:{oAria:{sSortAscending:": activate to sort column ascending",sSortDescending:": activate to sort column descending"},
145
+ oPaginate:{sFirst:"First",sLast:"Last",sNext:"Next",sPrevious:"Previous"},sEmptyTable:"No data available in table",sInfo:"Showing _START_ to _END_ of _TOTAL_ entries",sInfoEmpty:"Showing 0 to 0 of 0 entries",sInfoFiltered:"(filtered from _MAX_ total entries)",sInfoPostFix:"",sDecimal:"",sThousands:",",sLengthMenu:"Show _MENU_ entries",sLoadingRecords:"Loading...",sProcessing:"Processing...",sSearch:"Search:",sSearchPlaceholder:"",sUrl:"",sZeroRecords:"No matching records found"},oSearch:h.extend({},
146
+ n.models.oSearch),sAjaxDataProp:"data",sAjaxSource:null,sDom:"lfrtip",searchDelay:null,sPaginationType:"simple_numbers",sScrollX:"",sScrollXInner:"",sScrollY:"",sServerMethod:"GET",renderer:null,rowId:"DT_RowId"};Z(n.defaults);n.defaults.column={aDataSort:null,iDataSort:-1,asSorting:["asc","desc"],bSearchable:!0,bSortable:!0,bVisible:!0,fnCreatedCell:null,mData:null,mRender:null,sCellType:"td",sClass:"",sContentPadding:"",sDefaultContent:null,sName:"",sSortDataType:"std",sTitle:null,sType:null,sWidth:null};
147
+ Z(n.defaults.column);n.models.oSettings={oFeatures:{bAutoWidth:null,bDeferRender:null,bFilter:null,bInfo:null,bLengthChange:null,bPaginate:null,bProcessing:null,bServerSide:null,bSort:null,bSortMulti:null,bSortClasses:null,bStateSave:null},oScroll:{bCollapse:null,iBarWidth:0,sX:null,sXInner:null,sY:null},oLanguage:{fnInfoCallback:null},oBrowser:{bScrollOversize:!1,bScrollbarLeft:!1,bBounding:!1,barWidth:0},ajax:null,aanFeatures:[],aoData:[],aiDisplay:[],aiDisplayMaster:[],aIds:{},aoColumns:[],aoHeader:[],
148
+ aoFooter:[],oPreviousSearch:{},aoPreSearchCols:[],aaSorting:null,aaSortingFixed:[],asStripeClasses:null,asDestroyStripes:[],sDestroyWidth:0,aoRowCallback:[],aoHeaderCallback:[],aoFooterCallback:[],aoDrawCallback:[],aoRowCreatedCallback:[],aoPreDrawCallback:[],aoInitComplete:[],aoStateSaveParams:[],aoStateLoadParams:[],aoStateLoaded:[],sTableId:"",nTable:null,nTHead:null,nTFoot:null,nTBody:null,nTableWrapper:null,bDeferLoading:!1,bInitialised:!1,aoOpenRows:[],sDom:null,searchDelay:null,sPaginationType:"two_button",
149
+ iStateDuration:0,aoStateSave:[],aoStateLoad:[],oSavedState:null,oLoadedState:null,sAjaxSource:null,sAjaxDataProp:null,bAjaxDataGet:!0,jqXHR:null,json:k,oAjaxData:k,fnServerData:null,aoServerParams:[],sServerMethod:null,fnFormatNumber:null,aLengthMenu:null,iDraw:0,bDrawing:!1,iDrawError:-1,_iDisplayLength:10,_iDisplayStart:0,_iRecordsTotal:0,_iRecordsDisplay:0,oClasses:{},bFiltered:!1,bSorted:!1,bSortCellsTop:null,oInit:null,aoDestroyCallback:[],fnRecordsTotal:function(){return"ssp"==y(this)?1*this._iRecordsTotal:
150
+ this.aiDisplayMaster.length},fnRecordsDisplay:function(){return"ssp"==y(this)?1*this._iRecordsDisplay:this.aiDisplay.length},fnDisplayEnd:function(){var a=this._iDisplayLength,b=this._iDisplayStart,c=b+a,d=this.aiDisplay.length,e=this.oFeatures,f=e.bPaginate;return e.bServerSide?!1===f||-1===a?b+d:Math.min(b+a,this._iRecordsDisplay):!f||c>d||-1===a?d:c},oInstance:null,sInstance:null,iTabIndex:0,nScrollHead:null,nScrollFoot:null,aLastSort:[],oPlugins:{},rowIdFn:null,rowId:null};n.ext=x={buttons:{},
151
+ classes:{},builder:"-source-",errMode:"alert",feature:[],search:[],selector:{cell:[],column:[],row:[]},internal:{},legacy:{ajax:null},pager:{},renderer:{pageButton:{},header:{}},order:{},type:{detect:[],search:{},order:{}},_unique:0,fnVersionCheck:n.fnVersionCheck,iApiIndex:0,oJUIClasses:{},sVersion:n.version};h.extend(x,{afnFiltering:x.search,aTypes:x.type.detect,ofnSearch:x.type.search,oSort:x.type.order,afnSortData:x.order,aoFeatures:x.feature,oApi:x.internal,oStdClasses:x.classes,oPagination:x.pager});
152
+ h.extend(n.ext.classes,{sTable:"dataTable",sNoFooter:"no-footer",sPageButton:"paginate_button",sPageButtonActive:"current",sPageButtonDisabled:"disabled",sStripeOdd:"odd",sStripeEven:"even",sRowEmpty:"dataTables_empty",sWrapper:"dataTables_wrapper",sFilter:"dataTables_filter",sInfo:"dataTables_info",sPaging:"dataTables_paginate paging_",sLength:"dataTables_length",sProcessing:"dataTables_processing",sSortAsc:"sorting_asc",sSortDesc:"sorting_desc",sSortable:"sorting",sSortableAsc:"sorting_asc_disabled",
153
+ sSortableDesc:"sorting_desc_disabled",sSortableNone:"sorting_disabled",sSortColumn:"sorting_",sFilterInput:"",sLengthSelect:"",sScrollWrapper:"dataTables_scroll",sScrollHead:"dataTables_scrollHead",sScrollHeadInner:"dataTables_scrollHeadInner",sScrollBody:"dataTables_scrollBody",sScrollFoot:"dataTables_scrollFoot",sScrollFootInner:"dataTables_scrollFootInner",sHeaderTH:"",sFooterTH:"",sSortJUIAsc:"",sSortJUIDesc:"",sSortJUI:"",sSortJUIAscAllowed:"",sSortJUIDescAllowed:"",sSortJUIWrapper:"",sSortIcon:"",
154
+ sJUIHeader:"",sJUIFooter:""});var Lb=n.ext.pager;h.extend(Lb,{simple:function(){return["previous","next"]},full:function(){return["first","previous","next","last"]},numbers:function(a,b){return[ia(a,b)]},simple_numbers:function(a,b){return["previous",ia(a,b),"next"]},full_numbers:function(a,b){return["first","previous",ia(a,b),"next","last"]},first_last_numbers:function(a,b){return["first",ia(a,b),"last"]},_numbers:ia,numbers_length:7});h.extend(!0,n.ext.renderer,{pageButton:{_:function(a,b,c,d,e,
155
+ f){var g=a.oClasses,j=a.oLanguage.oPaginate,i=a.oLanguage.oAria.paginate||{},m,l,n=0,o=function(b,d){var k,s,u,r,v=function(b){Ta(a,b.data.action,true)};k=0;for(s=d.length;k<s;k++){r=d[k];if(h.isArray(r)){u=h("<"+(r.DT_el||"div")+"/>").appendTo(b);o(u,r)}else{m=null;l="";switch(r){case "ellipsis":b.append('<span class="ellipsis">&#x2026;</span>');break;case "first":m=j.sFirst;l=r+(e>0?"":" "+g.sPageButtonDisabled);break;case "previous":m=j.sPrevious;l=r+(e>0?"":" "+g.sPageButtonDisabled);break;case "next":m=
156
+ j.sNext;l=r+(e<f-1?"":" "+g.sPageButtonDisabled);break;case "last":m=j.sLast;l=r+(e<f-1?"":" "+g.sPageButtonDisabled);break;default:m=r+1;l=e===r?g.sPageButtonActive:""}if(m!==null){u=h("<a>",{"class":g.sPageButton+" "+l,"aria-controls":a.sTableId,"aria-label":i[r],"data-dt-idx":n,tabindex:a.iTabIndex,id:c===0&&typeof r==="string"?a.sTableId+"_"+r:null}).html(m).appendTo(b);Wa(u,{action:r},v);n++}}}},s;try{s=h(b).find(H.activeElement).data("dt-idx")}catch(u){}o(h(b).empty(),d);s!==k&&h(b).find("[data-dt-idx="+
157
+ s+"]").focus()}}});h.extend(n.ext.type.detect,[function(a,b){var c=b.oLanguage.sDecimal;return $a(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&!Zb.test(a))return null;var b=Date.parse(a);return null!==b&&!isNaN(b)||M(a)?"date":null},function(a,b){var c=b.oLanguage.sDecimal;return $a(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Qb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Qb(a,c,!0)?"html-num-fmt"+c:null},function(a){return M(a)||
158
+ "string"===typeof a&&-1!==a.indexOf("<")?"html":null}]);h.extend(n.ext.type.search,{html:function(a){return M(a)?a:"string"===typeof a?a.replace(Nb," ").replace(Aa,""):""},string:function(a){return M(a)?a:"string"===typeof a?a.replace(Nb," "):a}});var za=function(a,b,c,d){if(0!==a&&(!a||"-"===a))return-Infinity;b&&(a=Pb(a,b));a.replace&&(c&&(a=a.replace(c,"")),d&&(a=a.replace(d,"")));return 1*a};h.extend(x.type.order,{"date-pre":function(a){a=Date.parse(a);return isNaN(a)?-Infinity:a},"html-pre":function(a){return M(a)?
159
+ "":a.replace?a.replace(/<.*?>/g,"").toLowerCase():a+""},"string-pre":function(a){return M(a)?"":"string"===typeof a?a.toLowerCase():!a.toString?"":a.toString()},"string-asc":function(a,b){return a<b?-1:a>b?1:0},"string-desc":function(a,b){return a<b?1:a>b?-1:0}});Da("");h.extend(!0,n.ext.renderer,{header:{_:function(a,b,c,d){h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+" "+d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:
160
+ c.sSortingClass)}})},jqueryui:function(a,b,c,d){h("<div/>").addClass(d.sSortJUIWrapper).append(b.contents()).append(h("<span/>").addClass(d.sSortIcon+" "+c.sSortingClassJUI)).appendTo(b);h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass);b.find("span."+d.sSortIcon).removeClass(d.sSortJUIAsc+" "+d.sSortJUIDesc+" "+d.sSortJUI+" "+d.sSortJUIAscAllowed+" "+d.sSortJUIDescAllowed).addClass(h[e]==
161
+ "asc"?d.sSortJUIAsc:h[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});var eb=function(a){return"string"===typeof a?a.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;"):a};n.render={number:function(a,b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",h=parseFloat(f);if(isNaN(h))return eb(f);h=h.toFixed(c);f=Math.abs(h);h=parseInt(f,10);f=c?b+(f-h).toFixed(c).substring(2):"";return g+(d||"")+h.toString().replace(/\B(?=(\d{3})+(?!\d))/g,
162
+ a)+f+(e||"")}}},text:function(){return{display:eb,filter:eb}}};h.extend(n.ext.internal,{_fnExternApiFunc:Mb,_fnBuildAjax:sa,_fnAjaxUpdate:mb,_fnAjaxParameters:vb,_fnAjaxUpdateDraw:wb,_fnAjaxDataSrc:ta,_fnAddColumn:Ea,_fnColumnOptions:ka,_fnAdjustColumnSizing:$,_fnVisibleToColumnIndex:aa,_fnColumnIndexToVisible:ba,_fnVisbleColumns:V,_fnGetColumns:ma,_fnColumnTypes:Ga,_fnApplyColumnDefs:jb,_fnHungarianMap:Z,_fnCamelToHungarian:J,_fnLanguageCompat:Ca,_fnBrowserDetect:hb,_fnAddData:O,_fnAddTr:na,_fnNodeToDataIndex:function(a,
163
+ b){return b._DT_RowIndex!==k?b._DT_RowIndex:null},_fnNodeToColumnIndex:function(a,b,c){return h.inArray(c,a.aoData[b].anCells)},_fnGetCellData:B,_fnSetCellData:kb,_fnSplitObjNotation:Ja,_fnGetObjectDataFn:S,_fnSetObjectDataFn:N,_fnGetDataMaster:Ka,_fnClearTable:oa,_fnDeleteIndex:pa,_fnInvalidate:da,_fnGetRowElements:Ia,_fnCreateTr:Ha,_fnBuildHead:lb,_fnDrawHead:fa,_fnDraw:P,_fnReDraw:T,_fnAddOptionsHtml:ob,_fnDetectHeader:ea,_fnGetUniqueThs:ra,_fnFeatureHtmlFilter:qb,_fnFilterComplete:ga,_fnFilterCustom:zb,
164
+ _fnFilterColumn:yb,_fnFilter:xb,_fnFilterCreateSearch:Pa,_fnEscapeRegex:Qa,_fnFilterData:Ab,_fnFeatureHtmlInfo:tb,_fnUpdateInfo:Db,_fnInfoMacros:Eb,_fnInitialise:ha,_fnInitComplete:ua,_fnLengthChange:Ra,_fnFeatureHtmlLength:pb,_fnFeatureHtmlPaginate:ub,_fnPageChange:Ta,_fnFeatureHtmlProcessing:rb,_fnProcessingDisplay:C,_fnFeatureHtmlTable:sb,_fnScrollDraw:la,_fnApplyToChildren:I,_fnCalculateColumnWidths:Fa,_fnThrottle:Oa,_fnConvertToWidth:Fb,_fnGetWidestNode:Gb,_fnGetMaxLenString:Hb,_fnStringToCss:v,
165
+ _fnSortFlatten:X,_fnSort:nb,_fnSortAria:Jb,_fnSortListener:Va,_fnSortAttachListener:Ma,_fnSortingClasses:wa,_fnSortData:Ib,_fnSaveState:xa,_fnLoadState:Kb,_fnSettingsFromNode:ya,_fnLog:K,_fnMap:F,_fnBindAction:Wa,_fnCallbackReg:z,_fnCallbackFire:r,_fnLengthOverflow:Sa,_fnRenderer:Na,_fnDataSource:y,_fnRowAttributes:La,_fnExtend:Xa,_fnCalculateEnd:function(){}});h.fn.dataTable=n;n.$=h;h.fn.dataTableSettings=n.settings;h.fn.dataTableExt=n.ext;h.fn.DataTable=function(a){return h(this).dataTable(a).api()};
166
  h.each(n,function(a,b){h.fn.DataTable[a]=b});return h.fn.dataTable});
assets/js/woocompare-admin.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(document).ready(function(e){e(".attributes .fields").sortable({cursor:"move",scrollSensitivity:10,tolerance:"pointer",axis:"y",stop:function(t,i){var n=i.item.parents(".fields"),o=new Array;e('input[type="checkbox"]',n).each(function(t){o[t]=e(this).val()}),n.next().val(o.join(","))}})});
assets/js/woocompare.js CHANGED
@@ -1,261 +1,261 @@
1
- jQuery(document).ready(function($) {
2
-
3
- // add into table
4
- $(document).on( 'click', '.product a.compare:not(.added)', function(e){
5
- e.preventDefault();
6
-
7
- var button = $(this),
8
- data = {
9
- action: yith_woocompare.actionadd,
10
- id: button.data('product_id'),
11
- context: 'frontend'
12
- },
13
- widget_list = $('.yith-woocompare-widget ul.products-list');
14
-
15
- // add ajax loader
16
- if( typeof $.fn.block != 'undefined' ) {
17
- button.block({message: null, overlayCSS: { background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
18
- widget_list.block({message: null, overlayCSS: { background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
19
- }
20
-
21
- $.ajax({
22
- type: 'post',
23
- url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionadd ),
24
- data: data,
25
- dataType: 'json',
26
- success: function(response){
27
-
28
- if( typeof $.fn.block != 'undefined' ) {
29
- button.unblock();
30
- widget_list.unblock()
31
- }
32
-
33
- button.addClass('added')
34
- .attr( 'href', response.table_url )
35
- .text( yith_woocompare.added_label );
36
-
37
- // add the product in the widget
38
- widget_list.html( response.widget_table );
39
-
40
- if ( yith_woocompare.auto_open == 'yes')
41
- $('body').trigger( 'yith_woocompare_open_popup', { response: response.table_url, button: button } );
42
- }
43
- });
44
- });
45
-
46
-
47
-
48
- $(document).on('click', '.product a.compare.added', function (ev) {
49
- ev.preventDefault();
50
-
51
- var table_url = this.href;
52
-
53
- if (typeof table_url == 'undefined')
54
- return;
55
-
56
- $('body').trigger('yith_woocompare_open_popup', {response: table_url, button: $(this)});
57
- });
58
-
59
-
60
- // open popup
61
- $('body').on( 'yith_woocompare_open_popup', function( e, data ) {
62
- var response = data.response;
63
-
64
- if ( $(window).width() >= 768 ) {
65
- $.colorbox({
66
- href: response,
67
- iframe: true,
68
- width: '90%',
69
- height: '90%',
70
- className: 'yith_woocompare_colorbox',
71
- close: yith_woocompare.close_label,
72
- onClosed: function(){
73
- var widget_list = $('.yith-woocompare-widget ul.products-list'),
74
- data = {
75
- action: yith_woocompare.actionreload,
76
- context: 'frontend'
77
- };
78
-
79
- if( typeof $.fn.block != 'undefined' ) {
80
- widget_list.block({message: null, overlayCSS: {background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
81
- }
82
-
83
- $.ajax({
84
- type: 'post',
85
- url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionreload ),
86
- data: data,
87
- success: function(response){
88
- // add the product in the widget
89
- if( typeof $.fn.block != 'undefined' ) {
90
- widget_list.unblock().html(response);
91
- }
92
- widget_list.html(response);
93
- }
94
- });
95
- }
96
- });
97
-
98
- $(window).resize(function () {
99
- $.colorbox.resize({
100
- width: '90%',
101
- height: '90%'
102
- });
103
- });
104
-
105
- } else {
106
- var urlparts = response.split('?');
107
- var parameter = 'iframe';
108
- if (urlparts.length >= 2) {
109
- var prefix = encodeURIComponent(parameter) + '=';
110
- var pars = urlparts[1].split(/[&;]/g);
111
- for (var i = pars.length; i-- > 0;) {
112
- if (pars[i].lastIndexOf(prefix, 0) !== -1) {
113
- pars.splice(i, 1);
114
- }
115
- }
116
- response = urlparts[0] + '?' + pars.join('&');
117
- }
118
-
119
- window.open( response, yith_woocompare.table_title);
120
- }
121
- });
122
-
123
- // remove from table
124
- $(document).on( 'click', '.remove a', function(e){
125
- e.preventDefault();
126
-
127
- var button = $(this),
128
- data = {
129
- action: yith_woocompare.actionremove,
130
- id: button.data('product_id'),
131
- context: 'frontend'
132
- },
133
- product_cell = $( 'td.product_' + data.id + ', th.product_' + data.id );
134
-
135
- // add ajax loader
136
- if( typeof $.fn.block != 'undefined' ) {
137
- button.block({
138
- message: null,
139
- overlayCSS: {
140
- background: '#fff url(' + yith_woocompare.loader + ') no-repeat center',
141
- backgroundSize: '16px 16px',
142
- opacity: 0.6
143
- }
144
- });
145
- }
146
-
147
- $.ajax({
148
- type: 'post',
149
- url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionremove ),
150
- data: data,
151
- dataType:'html',
152
- success: function(response){
153
-
154
- // in compare table
155
- var content = $(response).filter('#yith-woocompare');
156
- // replace content
157
- $( '#yith-woocompare' ).replaceWith( content );
158
-
159
- $('.compare[data-product_id="' + button.data('product_id') + '"]', window.parent.document).removeClass('added').html( yith_woocompare.button_text );
160
-
161
- // removed trigger
162
- $(window).trigger('yith_woocompare_product_removed');
163
- }
164
- });
165
- });
166
-
167
-
168
- // ##### LINK OPEN COMPARE POPUP #####
169
-
170
- $('.yith-woocompare-open a, a.yith-woocompare-open').on('click', function(e){
171
- e.preventDefault();
172
- $('body').trigger('yith_woocompare_open_popup', { response: yith_add_query_arg('action', yith_woocompare.actionview) + '&iframe=true' });
173
- });
174
-
175
-
176
-
177
- // ##### WIDGET ######
178
-
179
- $('.yith-woocompare-widget')
180
-
181
- // view table (click on compare
182
- .on('click', 'a.compare', function (e) {
183
- e.preventDefault();
184
- $('body').trigger('yith_woocompare_open_popup', { response: $(this).attr('href') });
185
- })
186
-
187
- // remove product & clear all
188
- .on('click', 'li a.remove, a.clear-all', function (e) {
189
- e.preventDefault();
190
-
191
- var lang = $( '.yith-woocompare-widget .products-list').data('lang');
192
-
193
- var button = $(this),
194
- prod_id = button.data('product_id'),
195
- data = {
196
- action: yith_woocompare.actionremove,
197
- id: prod_id,
198
- context: 'frontend',
199
- responseType: 'product_list',
200
- lang: lang
201
- },
202
- product_list = button.parents('.yith-woocompare-widget').find('ul.products-list');
203
-
204
- // add ajax loader
205
- if( typeof $.fn.block != 'undefined' ) {
206
- product_list.block({message: null,
207
- overlayCSS : {
208
- background : '#fff url(' + yith_woocompare.loader + ') no-repeat center',
209
- backgroundSize: '16px 16px',
210
- opacity : 0.6
211
- }
212
- });
213
- }
214
-
215
- $.ajax({
216
- type: 'post',
217
- url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionremove ),
218
- data: data,
219
- dataType: 'html',
220
- success: function (response) {
221
-
222
- if( prod_id == 'all' ) {
223
- $( '.compare.added' ).removeClass('added').html( yith_woocompare.button_text );
224
- }
225
- else {
226
- $('.compare[data-product_id="' + prod_id + '"]' ).removeClass('added').html( yith_woocompare.button_text );
227
- }
228
-
229
- product_list.html(response);
230
- if( typeof $.fn.block != 'undefined' ) {
231
- product_list.unblock();
232
- }
233
-
234
-
235
- }
236
- });
237
- });
238
-
239
- $('body').on('added_to_cart', function( ev, fragments, cart_hash, $thisbutton ){
240
- if( $( $thisbutton).closest( 'table.compare-list' ).length )
241
- $thisbutton.hide();
242
- });
243
-
244
- function yith_add_query_arg(key, value)
245
- {
246
- key = escape(key); value = escape(value);
247
-
248
- var s = document.location.search;
249
- var kvp = key+"="+value;
250
-
251
- var r = new RegExp("(&|\\?)"+key+"=[^\&]*");
252
-
253
- s = s.replace(r,"$1"+kvp);
254
-
255
- if(!RegExp.$1) {s += (s.length>0 ? '&' : '?') + kvp;};
256
-
257
- //again, do what you will here
258
- return s;
259
- }
260
-
261
  });
1
+ jQuery(document).ready(function($) {
2
+
3
+ // add into table
4
+ $(document).on( 'click', '.product a.compare:not(.added)', function(e){
5
+ e.preventDefault();
6
+
7
+ var button = $(this),
8
+ data = {
9
+ action: yith_woocompare.actionadd,
10
+ id: button.data('product_id'),
11
+ context: 'frontend'
12
+ },
13
+ widget_list = $('.yith-woocompare-widget ul.products-list');
14
+
15
+ // add ajax loader
16
+ if( typeof $.fn.block != 'undefined' ) {
17
+ button.block({message: null, overlayCSS: { background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
18
+ widget_list.block({message: null, overlayCSS: { background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
19
+ }
20
+
21
+ $.ajax({
22
+ type: 'post',
23
+ url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionadd ),
24
+ data: data,
25
+ dataType: 'json',
26
+ success: function(response){
27
+
28
+ if( typeof $.fn.block != 'undefined' ) {
29
+ button.unblock();
30
+ widget_list.unblock()
31
+ }
32
+
33
+ button.addClass('added')
34
+ .attr( 'href', response.table_url )
35
+ .text( yith_woocompare.added_label );
36
+
37
+ // add the product in the widget
38
+ widget_list.html( response.widget_table );
39
+
40
+ if ( yith_woocompare.auto_open == 'yes')
41
+ $('body').trigger( 'yith_woocompare_open_popup', { response: response.table_url, button: button } );
42
+ }
43
+ });
44
+ });
45
+
46
+
47
+
48
+ $(document).on('click', '.product a.compare.added', function (ev) {
49
+ ev.preventDefault();
50
+
51
+ var table_url = this.href;
52
+
53
+ if (typeof table_url == 'undefined')
54
+ return;
55
+
56
+ $('body').trigger('yith_woocompare_open_popup', {response: table_url, button: $(this)});
57
+ });
58
+
59
+
60
+ // open popup
61
+ $('body').on( 'yith_woocompare_open_popup', function( e, data ) {
62
+ var response = data.response;
63
+
64
+ if ( $(window).width() >= 768 ) {
65
+ $.colorbox({
66
+ href: response,
67
+ iframe: true,
68
+ width: '90%',
69
+ height: '90%',
70
+ className: 'yith_woocompare_colorbox',
71
+ close: yith_woocompare.close_label,
72
+ onClosed: function(){
73
+ var widget_list = $('.yith-woocompare-widget ul.products-list'),
74
+ data = {
75
+ action: yith_woocompare.actionreload,
76
+ context: 'frontend'
77
+ };
78
+
79
+ if( typeof $.fn.block != 'undefined' ) {
80
+ widget_list.block({message: null, overlayCSS: {background: '#fff url(' + yith_woocompare.loader + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6}});
81
+ }
82
+
83
+ $.ajax({
84
+ type: 'post',
85
+ url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionreload ),
86
+ data: data,
87
+ success: function(response){
88
+ // add the product in the widget
89
+ if( typeof $.fn.block != 'undefined' ) {
90
+ widget_list.unblock().html(response);
91
+ }
92
+ widget_list.html(response);
93
+ }
94
+ });
95
+ }
96
+ });
97
+
98
+ $(window).resize(function () {
99
+ $.colorbox.resize({
100
+ width: '90%',
101
+ height: '90%'
102
+ });
103
+ });
104
+
105
+ } else {
106
+ var urlparts = response.split('?');
107
+ var parameter = 'iframe';
108
+ if (urlparts.length >= 2) {
109
+ var prefix = encodeURIComponent(parameter) + '=';
110
+ var pars = urlparts[1].split(/[&;]/g);
111
+ for (var i = pars.length; i-- > 0;) {
112
+ if (pars[i].lastIndexOf(prefix, 0) !== -1) {
113
+ pars.splice(i, 1);
114
+ }
115
+ }
116
+ response = urlparts[0] + '?' + pars.join('&');
117
+ }
118
+
119
+ window.open( response, yith_woocompare.table_title);
120
+ }
121
+ });
122
+
123
+ // remove from table
124
+ $(document).on( 'click', '.remove a', function(e){
125
+ e.preventDefault();
126
+
127
+ var button = $(this),
128
+ data = {
129
+ action: yith_woocompare.actionremove,
130
+ id: button.data('product_id'),
131
+ context: 'frontend'
132
+ },
133
+ product_cell = $( 'td.product_' + data.id + ', th.product_' + data.id );
134
+
135
+ // add ajax loader
136
+ if( typeof $.fn.block != 'undefined' ) {
137
+ button.block({
138
+ message: null,
139
+ overlayCSS: {
140
+ background: '#fff url(' + yith_woocompare.loader + ') no-repeat center',
141
+ backgroundSize: '16px 16px',
142
+ opacity: 0.6
143
+ }
144
+ });
145
+ }
146
+
147
+ $.ajax({
148
+ type: 'post',
149
+ url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionremove ),
150
+ data: data,
151
+ dataType:'html',
152
+ success: function(response){
153
+
154
+ // in compare table
155
+ var content = $(response).filter('#yith-woocompare');
156
+ // replace content
157
+ $( '#yith-woocompare' ).replaceWith( content );
158
+
159
+ $('.compare[data-product_id="' + button.data('product_id') + '"]', window.parent.document).removeClass('added').html( yith_woocompare.button_text );
160
+
161
+ // removed trigger
162
+ $(window).trigger('yith_woocompare_product_removed');
163
+ }
164
+ });
165
+ });
166
+
167
+
168
+ // ##### LINK OPEN COMPARE POPUP #####
169
+
170
+ $('.yith-woocompare-open a, a.yith-woocompare-open').on('click', function(e){
171
+ e.preventDefault();
172
+ $('body').trigger('yith_woocompare_open_popup', { response: yith_add_query_arg('action', yith_woocompare.actionview) + '&iframe=true' });
173
+ });
174
+
175
+
176
+
177
+ // ##### WIDGET ######
178
+
179
+ $('.yith-woocompare-widget')
180
+
181
+ // view table (click on compare
182
+ .on('click', 'a.compare', function (e) {
183
+ e.preventDefault();
184
+ $('body').trigger('yith_woocompare_open_popup', { response: $(this).attr('href') });
185
+ })
186
+
187
+ // remove product & clear all
188
+ .on('click', 'li a.remove, a.clear-all', function (e) {
189
+ e.preventDefault();
190
+
191
+ var lang = $( '.yith-woocompare-widget .products-list').data('lang');
192
+
193
+ var button = $(this),
194
+ prod_id = button.data('product_id'),
195
+ data = {
196
+ action: yith_woocompare.actionremove,
197
+ id: prod_id,
198
+ context: 'frontend',
199
+ responseType: 'product_list',
200
+ lang: lang
201
+ },
202
+ product_list = button.parents('.yith-woocompare-widget').find('ul.products-list');
203
+
204
+ // add ajax loader
205
+ if( typeof $.fn.block != 'undefined' ) {
206
+ product_list.block({message: null,
207
+ overlayCSS : {
208
+ background : '#fff url(' + yith_woocompare.loader + ') no-repeat center',
209
+ backgroundSize: '16px 16px',
210
+ opacity : 0.6
211
+ }
212
+ });
213
+ }
214
+
215
+ $.ajax({
216
+ type: 'post',
217
+ url: yith_woocompare.ajaxurl.toString().replace( '%%endpoint%%', yith_woocompare.actionremove ),
218
+ data: data,
219
+ dataType: 'html',
220
+ success: function (response) {
221
+
222
+ if( prod_id == 'all' ) {
223
+ $( '.compare.added' ).removeClass('added').html( yith_woocompare.button_text );
224
+ }
225
+ else {
226
+ $('.compare[data-product_id="' + prod_id + '"]' ).removeClass('added').html( yith_woocompare.button_text );
227
+ }
228
+
229
+ product_list.html(response);
230
+ if( typeof $.fn.block != 'undefined' ) {
231
+ product_list.unblock();
232
+ }
233
+
234
+
235
+ }
236
+ });
237
+ });
238
+
239
+ $('body').on('added_to_cart', function( ev, fragments, cart_hash, $thisbutton ){
240
+ if( $( $thisbutton).closest( 'table.compare-list' ).length )
241
+ $thisbutton.hide();
242
+ });
243
+
244
+ function yith_add_query_arg(key, value)
245
+ {
246
+ key = escape(key); value = escape(value);
247
+
248
+ var s = document.location.search;
249
+ var kvp = key+"="+value;
250
+
251
+ var r = new RegExp("(&|\\?)"+key+"=[^\&]*");
252
+
253
+ s = s.replace(r,"$1"+kvp);
254
+
255
+ if(!RegExp.$1) {s += (s.length>0 ? '&' : '?') + kvp;};
256
+
257
+ //again, do what you will here
258
+ return s;
259
+ }
260
+
261
  });
includes/class.yith-woocompare-admin.php CHANGED
@@ -461,6 +461,8 @@ if ( ! class_exists( 'YITH_Woocompare_Admin' ) ) {
461
  */
462
  public function enqueue_styles_scripts() {
463
 
 
 
464
  if ( isset( $_GET['page'] ) && $_GET['page'] == 'yith_woocompare_panel' ) {
465
  wp_enqueue_script( 'jquery-ui' );
466
  wp_enqueue_script( 'jquery-ui-core' );
@@ -469,7 +471,7 @@ if ( ! class_exists( 'YITH_Woocompare_Admin' ) ) {
469
  wp_enqueue_script( 'jquery-ui-sortable' );
470
 
471
  wp_enqueue_style( 'yith_woocompare_admin', YITH_WOOCOMPARE_URL . 'assets/css/admin.css' );
472
- wp_enqueue_script( 'yith_woocompare', YITH_WOOCOMPARE_URL . 'assets/js/woocompare-admin.js', array( 'jquery', 'jquery-ui-sortable' ) );
473
  }
474
 
475
  do_action( 'yith_woocompare_enqueue_styles_scripts' );
461
  */
462
  public function enqueue_styles_scripts() {
463
 
464
+ $min = ! ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '.min' : '';
465
+
466
  if ( isset( $_GET['page'] ) && $_GET['page'] == 'yith_woocompare_panel' ) {
467
  wp_enqueue_script( 'jquery-ui' );
468
  wp_enqueue_script( 'jquery-ui-core' );
471
  wp_enqueue_script( 'jquery-ui-sortable' );
472
 
473
  wp_enqueue_style( 'yith_woocompare_admin', YITH_WOOCOMPARE_URL . 'assets/css/admin.css' );
474
+ wp_enqueue_script( 'yith_woocompare', YITH_WOOCOMPARE_URL . 'assets/js/woocompare-admin'.$min.'.js', array( 'jquery', 'jquery-ui-sortable' ) );
475
  }
476
 
477
  do_action( 'yith_woocompare_enqueue_styles_scripts' );
includes/class.yith-woocompare-frontend.php CHANGED
@@ -745,7 +745,10 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
745
  */
746
  public function remove_all_styles() {
747
  global $wp_styles;
748
- $wp_styles->queue = array();
 
 
 
749
  }
750
 
751
  /**
745
  */
746
  public function remove_all_styles() {
747
  global $wp_styles;
748
+
749
+ $wp_styles->queue = array_filter( $wp_styles->queue, function( $v ){
750
+ return strpos( $v, 'yith-proteo' ) !== false;
751
+ });
752
  }
753
 
754
  /**
init.php CHANGED
@@ -3,19 +3,19 @@
3
  * Plugin Name: YITH WooCommerce Compare
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
5
  * Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
6
- * Version: 2.3.20
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-compare
10
  * Domain Path: /languages/
11
  * WC requires at least: 3.8
12
- * WC tested up to: 4.0
13
  *
14
  * @author YITH
15
  * @package YITH WooCommerce Compare
16
- * @version 2.3.20
17
  */
18
- /* Copyright 2015 Your Inspiration Themes (email : plugins@yithemes.com)
19
 
20
  This program is free software; you can redistribute it and/or modify
21
  it under the terms of the GNU General Public License, version 2, as
@@ -58,7 +58,7 @@ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
58
  register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
59
 
60
  if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ){
61
- define( 'YITH_WOOCOMPARE_VERSION', '2.3.20' );
62
  }
63
  if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
64
  define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
3
  * Plugin Name: YITH WooCommerce Compare
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
5
  * Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
6
+ * Version: 2.3.21
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-compare
10
  * Domain Path: /languages/
11
  * WC requires at least: 3.8
12
+ * WC tested up to: 4.1
13
  *
14
  * @author YITH
15
  * @package YITH WooCommerce Compare
16
+ * @version 2.3.21
17
  */
18
+ /* Copyright 2020 Your Inspiration Themes (email : plugins@yithemes.com)
19
 
20
  This program is free software; you can redistribute it and/or modify
21
  it under the terms of the GNU General Public License, version 2, as
58
  register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
59
 
60
  if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ){
61
+ define( 'YITH_WOOCOMPARE_VERSION', '2.3.21' );
62
  }
63
  if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
64
  define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
languages/yith-woocommerce-compare-bg_BG.po CHANGED
@@ -1,484 +1,484 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:31+0100\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
- "Language: bg_BG\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
-
21
- #: includes/class.yith-woocompare-admin.php:119
22
- #: includes/class.yith-woocompare-admin.php:143
23
- msgid "Settings"
24
- msgstr ""
25
-
26
- #: includes/class.yith-woocompare-admin.php:121
27
- msgid "License"
28
- msgstr ""
29
-
30
- #: includes/class.yith-woocompare-admin.php:147
31
- msgid "Premium Version"
32
- msgstr ""
33
-
34
- #: includes/class.yith-woocompare-admin.php:153
35
- msgctxt "Admin Plugin Name"
36
- msgid "WooCommerce Compare"
37
- msgstr ""
38
-
39
- #: includes/class.yith-woocompare-admin.php:154
40
- #, fuzzy
41
- msgctxt "Admin Plugin Name"
42
- msgid "Compare"
43
- msgstr "Сравни"
44
-
45
- #: includes/class.yith-woocompare-admin.php:243
46
- msgid "YITH WooCommerce Compare Activated"
47
- msgstr ""
48
-
49
- #: includes/class.yith-woocompare-admin.php:244
50
- msgid ""
51
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
- "With this menu, you can access to all the settings of our plugins that you "
53
- "have activated. YITH WooCommerce Compare is available in an outstanding "
54
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
55
- msgstr ""
56
-
57
- #: includes/class.yith-woocompare-admin.php:255
58
- msgid "YITH WooCommerce Compare Updated"
59
- msgstr ""
60
-
61
- #: includes/class.yith-woocompare-admin.php:256
62
- msgid ""
63
- "From now on, you can find all the options of YITH WooCommerce Compare under "
64
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
65
- "the previous version. When one of our plugins is updated, a new voice will "
66
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
67
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
68
- msgstr ""
69
-
70
- #: includes/class.yith-woocompare-admin.php:400
71
- msgid "Do you want to hard crop the image?"
72
- msgstr ""
73
-
74
- #: includes/class.yith-woocompare-frontend.php:223
75
- msgid "Added"
76
- msgstr "Добавено"
77
-
78
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
79
- msgid "Product Comparison"
80
- msgstr "Сравнение на продуктите"
81
-
82
- #: includes/class.yith-woocompare-frontend.php:227
83
- #: includes/class.yith-woocompare-frontend.php:505
84
- #: plugin-options/general-options.php:40
85
- #: widgets/class.yith-woocompare-widget.php:51
86
- msgid "Compare"
87
- msgstr "Сравни"
88
-
89
- #: includes/class.yith-woocompare-frontend.php:229
90
- msgctxt "Label for popup close icon"
91
- msgid "Close"
92
- msgstr ""
93
-
94
- #: includes/class.yith-woocompare-frontend.php:384
95
- msgid "In stock"
96
- msgstr "В наличност"
97
-
98
- #: includes/class.yith-woocompare-frontend.php:696
99
- msgid "No products to compare"
100
- msgstr "В момента нямате продукти за сравнение"
101
-
102
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
103
- msgid "Remove"
104
- msgstr "Премахни"
105
-
106
- #: includes/class.yith-woocompare-helper.php:46
107
- msgid "Image"
108
- msgstr "Снимка"
109
-
110
- #: includes/class.yith-woocompare-helper.php:47
111
- #: widgets/class.yith-woocompare-widget.php:68
112
- msgid "Title"
113
- msgstr "Заглавие"
114
-
115
- #: includes/class.yith-woocompare-helper.php:48
116
- msgid "Price"
117
- msgstr "Цена"
118
-
119
- #: includes/class.yith-woocompare-helper.php:49
120
- msgid "Add to cart"
121
- msgstr "КУПИ"
122
-
123
- #: includes/class.yith-woocompare-helper.php:50
124
- msgid "Description"
125
- msgstr "Описание"
126
-
127
- #: includes/class.yith-woocompare-helper.php:51
128
- msgid "Sku"
129
- msgstr ""
130
-
131
- #: includes/class.yith-woocompare-helper.php:52
132
- msgid "Availability"
133
- msgstr "Достъпност"
134
-
135
- #: includes/class.yith-woocompare-helper.php:53
136
- msgid "Weight"
137
- msgstr ""
138
-
139
- #: includes/class.yith-woocompare-helper.php:54
140
- msgid "Dimensions"
141
- msgstr ""
142
-
143
- #: init.php:42
144
- msgid ""
145
- "YITH WooCommerce Compare is enabled but not effective. It requires "
146
- "WooCommerce in order to work."
147
- msgstr ""
148
-
149
- #: init.php:50
150
- msgid ""
151
- "You can't activate the free version of YITH WooCommerce Compare while you "
152
- "are using the premium one."
153
- msgstr ""
154
-
155
- #: plugin-options/general-options.php:17
156
- msgid "General Settings"
157
- msgstr "Общи настройки"
158
-
159
- #: plugin-options/general-options.php:24
160
- msgid "Link or Button"
161
- msgstr "Свържи към бутона"
162
-
163
- #: plugin-options/general-options.php:25
164
- #, fuzzy
165
- msgid "Choose if you want to use a link or a button for the comepare actions."
166
- msgstr "Изберете дали искате да използвате линк или бутон"
167
-
168
- #: plugin-options/general-options.php:31
169
- msgid "Link"
170
- msgstr "Линк"
171
-
172
- #: plugin-options/general-options.php:32
173
- msgid "Button"
174
- msgstr "Бутон"
175
-
176
- #: plugin-options/general-options.php:37
177
- msgid "Link/Button text"
178
- msgstr "Текст на Линка/Бутона"
179
-
180
- #: plugin-options/general-options.php:38
181
- msgid "Type the text to use for the button or the link of the compare."
182
- msgstr "Напишете текста, който искате да използвате за линка или бутона"
183
-
184
- #: plugin-options/general-options.php:45
185
- msgid "Show button in single product page"
186
- msgstr "Покажете бутона на страницата на продукта"
187
-
188
- #: plugin-options/general-options.php:46
189
- msgid "Say if you want to show the button in the single product page."
190
- msgstr ""
191
-
192
- #: plugin-options/general-options.php:53
193
- msgid "Show button in products list"
194
- msgstr "Покажете бутона в каталога "
195
-
196
- #: plugin-options/general-options.php:54
197
- msgid "Say if you want to show the button in the products list."
198
- msgstr ""
199
-
200
- #: plugin-options/general-options.php:61
201
- msgid "Open automatically lightbox"
202
- msgstr ""
203
-
204
- #: plugin-options/general-options.php:62
205
- msgid "Open link after click into \"Compare\" button\"."
206
- msgstr ""
207
-
208
- #: plugin-options/general-options.php:74
209
- msgid "Table Settings"
210
- msgstr "Настройки на таблицата"
211
-
212
- #: plugin-options/general-options.php:81
213
- msgid "Table title"
214
- msgstr "Заглавие на таблицата"
215
-
216
- #: plugin-options/general-options.php:82
217
- msgid "Type the text to use for the table title."
218
- msgstr ""
219
-
220
- #: plugin-options/general-options.php:84 templates/compare.php:22
221
- msgid "Compare products"
222
- msgstr "Сравнете продуктите си"
223
-
224
- #: plugin-options/general-options.php:89
225
- msgid "Fields to show"
226
- msgstr ""
227
-
228
- #: plugin-options/general-options.php:90
229
- msgid ""
230
- "Select the fields to show in the comparison table and order them by "
231
- "drag&drop (are included also the woocommerce attributes)"
232
- msgstr ""
233
-
234
- #: plugin-options/general-options.php:97
235
- msgid "Repeat \"Price\" field"
236
- msgstr ""
237
-
238
- #: plugin-options/general-options.php:98
239
- msgid "Repeat the \"Price\" field at the end of the table"
240
- msgstr ""
241
-
242
- #: plugin-options/general-options.php:105
243
- msgid "Repeat \"Add to cart\" field"
244
- msgstr ""
245
-
246
- #: plugin-options/general-options.php:106
247
- msgid "Repeat the \"Add to cart\" field at the end of the table"
248
- msgstr ""
249
-
250
- #: plugin-options/general-options.php:113
251
- msgid "Image size"
252
- msgstr "Размер на изображението"
253
-
254
- #: plugin-options/general-options.php:114
255
- msgid "Set the size for the images"
256
- msgstr ""
257
-
258
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
259
- msgid ""
260
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
261
- "benefit from all features!"
262
- msgstr ""
263
-
264
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
265
- msgid "UPGRADE"
266
- msgstr ""
267
-
268
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
269
- msgid "to the premium version"
270
- msgstr ""
271
-
272
- #: templates/admin/premium.php:252
273
- msgid "Premium Features"
274
- msgstr ""
275
-
276
- #: templates/admin/premium.php:260
277
- msgid "A DEDICATED PAGE"
278
- msgstr ""
279
-
280
- #: templates/admin/premium.php:263
281
- msgid ""
282
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
283
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
284
- "created automatically in your site and, adding it among the menu entries, "
285
- "you will be able to give to your users the chance to access it easily "
286
- "whenever they want."
287
- msgstr ""
288
-
289
- #: templates/admin/premium.php:273
290
- msgid "CATEGORY COMPARATION"
291
- msgstr ""
292
-
293
- #: templates/admin/premium.php:276
294
- msgid ""
295
- "People are often confused by finding products of different categories in the "
296
- "comparison table, creating difficulties in comparing the products they are "
297
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
298
- "need: you will be able to separate the products in the table by category "
299
- "affinity."
300
- msgstr ""
301
-
302
- #: templates/admin/premium.php:292
303
- msgid "CATEGORY EXCLUSION "
304
- msgstr ""
305
-
306
- #: templates/admin/premium.php:295
307
- msgid ""
308
- "In your shop there may be product categories you don't want to be affected "
309
- "by the plugin features, deleting the comparison button for them. The premium "
310
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
311
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
312
- "of the feature, allowing the comparison only to those products of the "
313
- "selected categories."
314
- msgstr ""
315
-
316
- #: templates/admin/premium.php:305
317
- msgid "TABLE IMAGE"
318
- msgstr ""
319
-
320
- #: templates/admin/premium.php:308
321
- msgid ""
322
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
323
- "Select an image, upload it from the option panel and show it ahead of the "
324
- "table to your users. "
325
- msgstr ""
326
-
327
- #: templates/admin/premium.php:324
328
- msgid "DYNAMIC FIELDS"
329
- msgstr ""
330
-
331
- #: templates/admin/premium.php:327
332
- msgid ""
333
- "With this precious feature, you will be able to show in the table only the "
334
- "fields that have information in at least one of the selected products."
335
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
336
- "be no more empty lines in your comparison table."
337
- msgstr ""
338
-
339
- #: templates/admin/premium.php:337
340
- msgid "SOCIAL NETWORK SHARING"
341
- msgstr ""
342
-
343
- #: templates/admin/premium.php:340
344
- msgid ""
345
- "One of the most appealing features of the premium version of the plugin.Four "
346
- "social network sites for your users (Facebook, Twitter, Google + and "
347
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
348
- "products they have selected."
349
- msgstr ""
350
-
351
- #: templates/admin/premium.php:356
352
- msgid "RELATED PRODUCTS"
353
- msgstr ""
354
-
355
- #: templates/admin/premium.php:359
356
- msgid ""
357
- "All the products that have common categories and/or tags with those in the "
358
- "comparison table will be showed in a slider, right under the comparison "
359
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
360
- "users to discover the shop products of the shop related to those they are "
361
- "interested into."
362
- msgstr ""
363
-
364
- #: templates/admin/premium.php:369
365
- msgid "CUSTOMIZABLE STYLE"
366
- msgstr ""
367
-
368
- #: templates/admin/premium.php:372
369
- msgid ""
370
- "An advanced option panel that let you change all the colors of the plugin, "
371
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
372
- "of your shop.We know it, looks also count... and we give you the right tools "
373
- "to get to the best result."
374
- msgstr ""
375
-
376
- #: templates/admin/premium.php:388
377
- msgid "CUSTOMIZED ATTRIBUTES"
378
- msgstr ""
379
-
380
- #: templates/admin/premium.php:391
381
- msgid ""
382
- "Let you users compare products following every feature, and considering also "
383
- "all those %1$sattributes%2$s that can be manually created in within the "
384
- "product detail page. Every single detail will be included."
385
- msgstr ""
386
-
387
- #: templates/admin/premium.php:401
388
- msgid "A TAILORED TABLE"
389
- msgstr ""
390
-
391
- #: templates/admin/premium.php:404
392
- msgid ""
393
- "Select the products you want to compare and the system will offer you the "
394
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
395
- msgstr ""
396
-
397
- #: templates/admin/premium.php:420
398
- msgid "Compare list - widget"
399
- msgstr ""
400
-
401
- #: templates/admin/premium.php:423
402
- msgid ""
403
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
404
- "complete list of products added to the compare tab and avoid to open the "
405
- "popup to check its existence. "
406
- msgstr ""
407
-
408
- #: templates/admin/premium.php:433
409
- msgid "Compare counter - widget and shortcode"
410
- msgstr ""
411
-
412
- #: templates/admin/premium.php:436
413
- msgid ""
414
- "Moreover, if you want to give your users the chance to see in a glance how "
415
- "many products they have added to the Compare list, feel free to use the "
416
- "widget or the shortcode included. And their Compare list is always no more "
417
- "than one click away."
418
- msgstr ""
419
-
420
- #: templates/compare.php:77
421
- msgid "Close window [X]"
422
- msgstr "Затвори"
423
-
424
- #: templates/compare.php:107
425
- msgid "No products added in the compare table."
426
- msgstr "Няма добавени продукти за сравнение."
427
-
428
- #: widgets/class.yith-woocompare-widget.php:23
429
- msgid "The widget shows the list of products added in the comparison table."
430
- msgstr ""
431
-
432
- #: widgets/class.yith-woocompare-widget.php:27
433
- msgid "YITH WooCommerce Compare Widget"
434
- msgstr ""
435
-
436
- #: widgets/class.yith-woocompare-widget.php:50
437
- msgid "Clear all"
438
- msgstr "Изтрий всички"
439
-
440
- #. Plugin Name of the plugin/theme
441
- msgid "YITH WooCommerce Compare"
442
- msgstr ""
443
-
444
- #. Plugin URI of the plugin/theme
445
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
446
- msgstr ""
447
-
448
- #. Description of the plugin/theme
449
- msgid ""
450
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
451
- "to compare in a simple and efficient way products on sale in your shop and "
452
- "analyze their main features in a single table. <a href=\"https://yithemes."
453
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
454
- "<strong>YITH</strong></a>."
455
- msgstr ""
456
-
457
- #. Author of the plugin/theme
458
- msgid "YITH"
459
- msgstr ""
460
-
461
- #. Author URI of the plugin/theme
462
- msgid "https://yithemes.com/"
463
- msgstr ""
464
-
465
- #~ msgid "Products Compare"
466
- #~ msgstr "Сравнение на продуктите"
467
-
468
- #~ msgid "Select a date"
469
- #~ msgstr "Избери дата"
470
-
471
- #~ msgid "Hours"
472
- #~ msgstr "Часове"
473
-
474
- #~ msgid "Minutes"
475
- #~ msgstr "Минути"
476
-
477
- #~ msgid "Upload"
478
- #~ msgstr "Качи съдържание"
479
-
480
- #~ msgid "Select a font family"
481
- #~ msgstr "Изберете шрифт"
482
-
483
- #~ msgid "Click to preview"
484
- #~ msgstr "Предварителен преглед"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:31+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
+ "Language: bg_BG\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
+
21
+ #: includes/class.yith-woocompare-admin.php:119
22
+ #: includes/class.yith-woocompare-admin.php:143
23
+ msgid "Settings"
24
+ msgstr ""
25
+
26
+ #: includes/class.yith-woocompare-admin.php:121
27
+ msgid "License"
28
+ msgstr ""
29
+
30
+ #: includes/class.yith-woocompare-admin.php:147
31
+ msgid "Premium Version"
32
+ msgstr ""
33
+
34
+ #: includes/class.yith-woocompare-admin.php:153
35
+ msgctxt "Admin Plugin Name"
36
+ msgid "WooCommerce Compare"
37
+ msgstr ""
38
+
39
+ #: includes/class.yith-woocompare-admin.php:154
40
+ #, fuzzy
41
+ msgctxt "Admin Plugin Name"
42
+ msgid "Compare"
43
+ msgstr "Сравни"
44
+
45
+ #: includes/class.yith-woocompare-admin.php:243
46
+ msgid "YITH WooCommerce Compare Activated"
47
+ msgstr ""
48
+
49
+ #: includes/class.yith-woocompare-admin.php:244
50
+ msgid ""
51
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
+ "With this menu, you can access to all the settings of our plugins that you "
53
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
54
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
55
+ msgstr ""
56
+
57
+ #: includes/class.yith-woocompare-admin.php:255
58
+ msgid "YITH WooCommerce Compare Updated"
59
+ msgstr ""
60
+
61
+ #: includes/class.yith-woocompare-admin.php:256
62
+ msgid ""
63
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
64
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
65
+ "the previous version. When one of our plugins is updated, a new voice will "
66
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
67
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
68
+ msgstr ""
69
+
70
+ #: includes/class.yith-woocompare-admin.php:400
71
+ msgid "Do you want to hard crop the image?"
72
+ msgstr ""
73
+
74
+ #: includes/class.yith-woocompare-frontend.php:223
75
+ msgid "Added"
76
+ msgstr "Добавено"
77
+
78
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
79
+ msgid "Product Comparison"
80
+ msgstr "Сравнение на продуктите"
81
+
82
+ #: includes/class.yith-woocompare-frontend.php:227
83
+ #: includes/class.yith-woocompare-frontend.php:505
84
+ #: plugin-options/general-options.php:40
85
+ #: widgets/class.yith-woocompare-widget.php:51
86
+ msgid "Compare"
87
+ msgstr "Сравни"
88
+
89
+ #: includes/class.yith-woocompare-frontend.php:229
90
+ msgctxt "Label for popup close icon"
91
+ msgid "Close"
92
+ msgstr ""
93
+
94
+ #: includes/class.yith-woocompare-frontend.php:384
95
+ msgid "In stock"
96
+ msgstr "В наличност"
97
+
98
+ #: includes/class.yith-woocompare-frontend.php:696
99
+ msgid "No products to compare"
100
+ msgstr "В момента нямате продукти за сравнение"
101
+
102
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
103
+ msgid "Remove"
104
+ msgstr "Премахни"
105
+
106
+ #: includes/class.yith-woocompare-helper.php:46
107
+ msgid "Image"
108
+ msgstr "Снимка"
109
+
110
+ #: includes/class.yith-woocompare-helper.php:47
111
+ #: widgets/class.yith-woocompare-widget.php:68
112
+ msgid "Title"
113
+ msgstr "Заглавие"
114
+
115
+ #: includes/class.yith-woocompare-helper.php:48
116
+ msgid "Price"
117
+ msgstr "Цена"
118
+
119
+ #: includes/class.yith-woocompare-helper.php:49
120
+ msgid "Add to cart"
121
+ msgstr "КУПИ"
122
+
123
+ #: includes/class.yith-woocompare-helper.php:50
124
+ msgid "Description"
125
+ msgstr "Описание"
126
+
127
+ #: includes/class.yith-woocompare-helper.php:51
128
+ msgid "Sku"
129
+ msgstr ""
130
+
131
+ #: includes/class.yith-woocompare-helper.php:52
132
+ msgid "Availability"
133
+ msgstr "Достъпност"
134
+
135
+ #: includes/class.yith-woocompare-helper.php:53
136
+ msgid "Weight"
137
+ msgstr ""
138
+
139
+ #: includes/class.yith-woocompare-helper.php:54
140
+ msgid "Dimensions"
141
+ msgstr ""
142
+
143
+ #: init.php:42
144
+ msgid ""
145
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
146
+ "WooCommerce in order to work."
147
+ msgstr ""
148
+
149
+ #: init.php:50
150
+ msgid ""
151
+ "You can't activate the free version of YITH WooCommerce Compare while you "
152
+ "are using the premium one."
153
+ msgstr ""
154
+
155
+ #: plugin-options/general-options.php:17
156
+ msgid "General Settings"
157
+ msgstr "Общи настройки"
158
+
159
+ #: plugin-options/general-options.php:24
160
+ msgid "Link or Button"
161
+ msgstr "Свържи към бутона"
162
+
163
+ #: plugin-options/general-options.php:25
164
+ #, fuzzy
165
+ msgid "Choose if you want to use a link or a button for the comepare actions."
166
+ msgstr "Изберете дали искате да използвате линк или бутон"
167
+
168
+ #: plugin-options/general-options.php:31
169
+ msgid "Link"
170
+ msgstr "Линк"
171
+
172
+ #: plugin-options/general-options.php:32
173
+ msgid "Button"
174
+ msgstr "Бутон"
175
+
176
+ #: plugin-options/general-options.php:37
177
+ msgid "Link/Button text"
178
+ msgstr "Текст на Линка/Бутона"
179
+
180
+ #: plugin-options/general-options.php:38
181
+ msgid "Type the text to use for the button or the link of the compare."
182
+ msgstr "Напишете текста, който искате да използвате за линка или бутона"
183
+
184
+ #: plugin-options/general-options.php:45
185
+ msgid "Show button in single product page"
186
+ msgstr "Покажете бутона на страницата на продукта"
187
+
188
+ #: plugin-options/general-options.php:46
189
+ msgid "Say if you want to show the button in the single product page."
190
+ msgstr ""
191
+
192
+ #: plugin-options/general-options.php:53
193
+ msgid "Show button in products list"
194
+ msgstr "Покажете бутона в каталога "
195
+
196
+ #: plugin-options/general-options.php:54
197
+ msgid "Say if you want to show the button in the products list."
198
+ msgstr ""
199
+
200
+ #: plugin-options/general-options.php:61
201
+ msgid "Open automatically lightbox"
202
+ msgstr ""
203
+
204
+ #: plugin-options/general-options.php:62
205
+ msgid "Open link after click into \"Compare\" button\"."
206
+ msgstr ""
207
+
208
+ #: plugin-options/general-options.php:74
209
+ msgid "Table Settings"
210
+ msgstr "Настройки на таблицата"
211
+
212
+ #: plugin-options/general-options.php:81
213
+ msgid "Table title"
214
+ msgstr "Заглавие на таблицата"
215
+
216
+ #: plugin-options/general-options.php:82
217
+ msgid "Type the text to use for the table title."
218
+ msgstr ""
219
+
220
+ #: plugin-options/general-options.php:84 templates/compare.php:22
221
+ msgid "Compare products"
222
+ msgstr "Сравнете продуктите си"
223
+
224
+ #: plugin-options/general-options.php:89
225
+ msgid "Fields to show"
226
+ msgstr ""
227
+
228
+ #: plugin-options/general-options.php:90
229
+ msgid ""
230
+ "Select the fields to show in the comparison table and order them by "
231
+ "drag&drop (are included also the woocommerce attributes)"
232
+ msgstr ""
233
+
234
+ #: plugin-options/general-options.php:97
235
+ msgid "Repeat \"Price\" field"
236
+ msgstr ""
237
+
238
+ #: plugin-options/general-options.php:98
239
+ msgid "Repeat the \"Price\" field at the end of the table"
240
+ msgstr ""
241
+
242
+ #: plugin-options/general-options.php:105
243
+ msgid "Repeat \"Add to cart\" field"
244
+ msgstr ""
245
+
246
+ #: plugin-options/general-options.php:106
247
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
248
+ msgstr ""
249
+
250
+ #: plugin-options/general-options.php:113
251
+ msgid "Image size"
252
+ msgstr "Размер на изображението"
253
+
254
+ #: plugin-options/general-options.php:114
255
+ msgid "Set the size for the images"
256
+ msgstr ""
257
+
258
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
259
+ msgid ""
260
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
261
+ "benefit from all features!"
262
+ msgstr ""
263
+
264
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
265
+ msgid "UPGRADE"
266
+ msgstr ""
267
+
268
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
269
+ msgid "to the premium version"
270
+ msgstr ""
271
+
272
+ #: templates/admin/premium.php:252
273
+ msgid "Premium Features"
274
+ msgstr ""
275
+
276
+ #: templates/admin/premium.php:260
277
+ msgid "A DEDICATED PAGE"
278
+ msgstr ""
279
+
280
+ #: templates/admin/premium.php:263
281
+ msgid ""
282
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
283
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
284
+ "created automatically in your site and, adding it among the menu entries, "
285
+ "you will be able to give to your users the chance to access it easily "
286
+ "whenever they want."
287
+ msgstr ""
288
+
289
+ #: templates/admin/premium.php:273
290
+ msgid "CATEGORY COMPARATION"
291
+ msgstr ""
292
+
293
+ #: templates/admin/premium.php:276
294
+ msgid ""
295
+ "People are often confused by finding products of different categories in the "
296
+ "comparison table, creating difficulties in comparing the products they are "
297
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
298
+ "need: you will be able to separate the products in the table by category "
299
+ "affinity."
300
+ msgstr ""
301
+
302
+ #: templates/admin/premium.php:292
303
+ msgid "CATEGORY EXCLUSION "
304
+ msgstr ""
305
+
306
+ #: templates/admin/premium.php:295
307
+ msgid ""
308
+ "In your shop there may be product categories you don't want to be affected "
309
+ "by the plugin features, deleting the comparison button for them. The premium "
310
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
311
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
312
+ "of the feature, allowing the comparison only to those products of the "
313
+ "selected categories."
314
+ msgstr ""
315
+
316
+ #: templates/admin/premium.php:305
317
+ msgid "TABLE IMAGE"
318
+ msgstr ""
319
+
320
+ #: templates/admin/premium.php:308
321
+ msgid ""
322
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
323
+ "Select an image, upload it from the option panel and show it ahead of the "
324
+ "table to your users. "
325
+ msgstr ""
326
+
327
+ #: templates/admin/premium.php:324
328
+ msgid "DYNAMIC FIELDS"
329
+ msgstr ""
330
+
331
+ #: templates/admin/premium.php:327
332
+ msgid ""
333
+ "With this precious feature, you will be able to show in the table only the "
334
+ "fields that have information in at least one of the selected products."
335
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
336
+ "be no more empty lines in your comparison table."
337
+ msgstr ""
338
+
339
+ #: templates/admin/premium.php:337
340
+ msgid "SOCIAL NETWORK SHARING"
341
+ msgstr ""
342
+
343
+ #: templates/admin/premium.php:340
344
+ msgid ""
345
+ "One of the most appealing features of the premium version of the plugin.Four "
346
+ "social network sites for your users (Facebook, Twitter, Google + and "
347
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
348
+ "products they have selected."
349
+ msgstr ""
350
+
351
+ #: templates/admin/premium.php:356
352
+ msgid "RELATED PRODUCTS"
353
+ msgstr ""
354
+
355
+ #: templates/admin/premium.php:359
356
+ msgid ""
357
+ "All the products that have common categories and/or tags with those in the "
358
+ "comparison table will be showed in a slider, right under the comparison "
359
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
360
+ "users to discover the shop products of the shop related to those they are "
361
+ "interested into."
362
+ msgstr ""
363
+
364
+ #: templates/admin/premium.php:369
365
+ msgid "CUSTOMIZABLE STYLE"
366
+ msgstr ""
367
+
368
+ #: templates/admin/premium.php:372
369
+ msgid ""
370
+ "An advanced option panel that let you change all the colors of the plugin, "
371
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
372
+ "of your shop.We know it, looks also count... and we give you the right tools "
373
+ "to get to the best result."
374
+ msgstr ""
375
+
376
+ #: templates/admin/premium.php:388
377
+ msgid "CUSTOMIZED ATTRIBUTES"
378
+ msgstr ""
379
+
380
+ #: templates/admin/premium.php:391
381
+ msgid ""
382
+ "Let you users compare products following every feature, and considering also "
383
+ "all those %1$sattributes%2$s that can be manually created in within the "
384
+ "product detail page. Every single detail will be included."
385
+ msgstr ""
386
+
387
+ #: templates/admin/premium.php:401
388
+ msgid "A TAILORED TABLE"
389
+ msgstr ""
390
+
391
+ #: templates/admin/premium.php:404
392
+ msgid ""
393
+ "Select the products you want to compare and the system will offer you the "
394
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
395
+ msgstr ""
396
+
397
+ #: templates/admin/premium.php:420
398
+ msgid "Compare list - widget"
399
+ msgstr ""
400
+
401
+ #: templates/admin/premium.php:423
402
+ msgid ""
403
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
404
+ "complete list of products added to the compare tab and avoid to open the "
405
+ "popup to check its existence. "
406
+ msgstr ""
407
+
408
+ #: templates/admin/premium.php:433
409
+ msgid "Compare counter - widget and shortcode"
410
+ msgstr ""
411
+
412
+ #: templates/admin/premium.php:436
413
+ msgid ""
414
+ "Moreover, if you want to give your users the chance to see in a glance how "
415
+ "many products they have added to the Compare list, feel free to use the "
416
+ "widget or the shortcode included. And their Compare list is always no more "
417
+ "than one click away."
418
+ msgstr ""
419
+
420
+ #: templates/compare.php:77
421
+ msgid "Close window [X]"
422
+ msgstr "Затвори"
423
+
424
+ #: templates/compare.php:107
425
+ msgid "No products added in the compare table."
426
+ msgstr "Няма добавени продукти за сравнение."
427
+
428
+ #: widgets/class.yith-woocompare-widget.php:23
429
+ msgid "The widget shows the list of products added in the comparison table."
430
+ msgstr ""
431
+
432
+ #: widgets/class.yith-woocompare-widget.php:27
433
+ msgid "YITH WooCommerce Compare Widget"
434
+ msgstr ""
435
+
436
+ #: widgets/class.yith-woocompare-widget.php:50
437
+ msgid "Clear all"
438
+ msgstr "Изтрий всички"
439
+
440
+ #. Plugin Name of the plugin/theme
441
+ msgid "YITH WooCommerce Compare"
442
+ msgstr ""
443
+
444
+ #. Plugin URI of the plugin/theme
445
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
446
+ msgstr ""
447
+
448
+ #. Description of the plugin/theme
449
+ msgid ""
450
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
451
+ "to compare in a simple and efficient way products on sale in your shop and "
452
+ "analyze their main features in a single table. <a href=\"https://yithemes."
453
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
454
+ "<strong>YITH</strong></a>."
455
+ msgstr ""
456
+
457
+ #. Author of the plugin/theme
458
+ msgid "YITH"
459
+ msgstr ""
460
+
461
+ #. Author URI of the plugin/theme
462
+ msgid "https://yithemes.com/"
463
+ msgstr ""
464
+
465
+ #~ msgid "Products Compare"
466
+ #~ msgstr "Сравнение на продуктите"
467
+
468
+ #~ msgid "Select a date"
469
+ #~ msgstr "Избери дата"
470
+
471
+ #~ msgid "Hours"
472
+ #~ msgstr "Часове"
473
+
474
+ #~ msgid "Minutes"
475
+ #~ msgstr "Минути"
476
+
477
+ #~ msgid "Upload"
478
+ #~ msgstr "Качи съдържание"
479
+
480
+ #~ msgid "Select a font family"
481
+ #~ msgstr "Изберете шрифт"
482
+
483
+ #~ msgid "Click to preview"
484
+ #~ msgstr "Предварителен преглед"
languages/yith-woocommerce-compare-es_ES.po CHANGED
@@ -1,532 +1,532 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:31+0100\n"
7
- "Last-Translator: Radi Angelov <fullmetalradi@hotmail.com>\n"
8
- "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
- "Language: es_ES\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
-
21
- #: includes/class.yith-woocompare-admin.php:119
22
- #: includes/class.yith-woocompare-admin.php:143
23
- msgid "Settings"
24
- msgstr ""
25
-
26
- #: includes/class.yith-woocompare-admin.php:121
27
- msgid "License"
28
- msgstr ""
29
-
30
- #: includes/class.yith-woocompare-admin.php:147
31
- msgid "Premium Version"
32
- msgstr ""
33
-
34
- #: includes/class.yith-woocompare-admin.php:153
35
- #, fuzzy
36
- msgctxt "Admin Plugin Name"
37
- msgid "WooCommerce Compare"
38
- msgstr "YITH Woocommerce widget de comparador"
39
-
40
- #: includes/class.yith-woocompare-admin.php:154
41
- #, fuzzy
42
- msgctxt "Admin Plugin Name"
43
- msgid "Compare"
44
- msgstr "Comparar"
45
-
46
- #: includes/class.yith-woocompare-admin.php:243
47
- msgid "YITH WooCommerce Compare Activated"
48
- msgstr ""
49
-
50
- #: includes/class.yith-woocompare-admin.php:244
51
- msgid ""
52
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
- "With this menu, you can access to all the settings of our plugins that you "
54
- "have activated. YITH WooCommerce Compare is available in an outstanding "
55
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
- msgstr ""
57
-
58
- #: includes/class.yith-woocompare-admin.php:255
59
- msgid "YITH WooCommerce Compare Updated"
60
- msgstr ""
61
-
62
- #: includes/class.yith-woocompare-admin.php:256
63
- msgid ""
64
- "From now on, you can find all the options of YITH WooCommerce Compare under "
65
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
66
- "the previous version. When one of our plugins is updated, a new voice will "
67
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
68
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
69
- msgstr ""
70
-
71
- #: includes/class.yith-woocompare-admin.php:400
72
- msgid "Do you want to hard crop the image?"
73
- msgstr ""
74
-
75
- #: includes/class.yith-woocompare-frontend.php:223
76
- msgid "Added"
77
- msgstr "Añadido"
78
-
79
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
80
- msgid "Product Comparison"
81
- msgstr "Comparacion de producto"
82
-
83
- #: includes/class.yith-woocompare-frontend.php:227
84
- #: includes/class.yith-woocompare-frontend.php:505
85
- #: plugin-options/general-options.php:40
86
- #: widgets/class.yith-woocompare-widget.php:51
87
- msgid "Compare"
88
- msgstr "Comparar"
89
-
90
- #: includes/class.yith-woocompare-frontend.php:229
91
- msgctxt "Label for popup close icon"
92
- msgid "Close"
93
- msgstr ""
94
-
95
- #: includes/class.yith-woocompare-frontend.php:384
96
- msgid "In stock"
97
- msgstr "En stock"
98
-
99
- #: includes/class.yith-woocompare-frontend.php:696
100
- msgid "No products to compare"
101
- msgstr "Comparador de productos vacio"
102
-
103
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
104
- msgid "Remove"
105
- msgstr "Eliminar"
106
-
107
- #: includes/class.yith-woocompare-helper.php:46
108
- msgid "Image"
109
- msgstr "Imagen"
110
-
111
- #: includes/class.yith-woocompare-helper.php:47
112
- #: widgets/class.yith-woocompare-widget.php:68
113
- msgid "Title"
114
- msgstr "Titulo"
115
-
116
- #: includes/class.yith-woocompare-helper.php:48
117
- msgid "Price"
118
- msgstr "Precio"
119
-
120
- #: includes/class.yith-woocompare-helper.php:49
121
- msgid "Add to cart"
122
- msgstr "Añadir al carrito"
123
-
124
- #: includes/class.yith-woocompare-helper.php:50
125
- msgid "Description"
126
- msgstr "Descripcion"
127
-
128
- #: includes/class.yith-woocompare-helper.php:51
129
- msgid "Sku"
130
- msgstr ""
131
-
132
- #: includes/class.yith-woocompare-helper.php:52
133
- msgid "Availability"
134
- msgstr "Disponibilidad"
135
-
136
- #: includes/class.yith-woocompare-helper.php:53
137
- msgid "Weight"
138
- msgstr ""
139
-
140
- #: includes/class.yith-woocompare-helper.php:54
141
- msgid "Dimensions"
142
- msgstr ""
143
-
144
- #: init.php:42
145
- msgid ""
146
- "YITH WooCommerce Compare is enabled but not effective. It requires "
147
- "WooCommerce in order to work."
148
- msgstr ""
149
-
150
- #: init.php:50
151
- msgid ""
152
- "You can't activate the free version of YITH WooCommerce Compare while you "
153
- "are using the premium one."
154
- msgstr ""
155
-
156
- #: plugin-options/general-options.php:17
157
- msgid "General Settings"
158
- msgstr "Obciones generales"
159
-
160
- #: plugin-options/general-options.php:24
161
- msgid "Link or Button"
162
- msgstr "Link o Boton"
163
-
164
- #: plugin-options/general-options.php:25
165
- #, fuzzy
166
- msgid "Choose if you want to use a link or a button for the comepare actions."
167
- msgstr "Elige si deseas usar boton o link"
168
-
169
- #: plugin-options/general-options.php:31
170
- msgid "Link"
171
- msgstr "Enlace"
172
-
173
- #: plugin-options/general-options.php:32
174
- msgid "Button"
175
- msgstr "Boton"
176
-
177
- #: plugin-options/general-options.php:37
178
- msgid "Link/Button text"
179
- msgstr "Texto del boton/link"
180
-
181
- #: plugin-options/general-options.php:38
182
- msgid "Type the text to use for the button or the link of the compare."
183
- msgstr "Escribe el texto del boton/link comparar."
184
-
185
- #: plugin-options/general-options.php:45
186
- msgid "Show button in single product page"
187
- msgstr "Mostrar boton en pagina de producto individual"
188
-
189
- #: plugin-options/general-options.php:46
190
- msgid "Say if you want to show the button in the single product page."
191
- msgstr ""
192
- "¿Quieres mostrar el boton de comparar en la pagina individual de cada "
193
- "producto?"
194
-
195
- #: plugin-options/general-options.php:53
196
- msgid "Show button in products list"
197
- msgstr "Mostrar boton en la lista de productos"
198
-
199
- #: plugin-options/general-options.php:54
200
- msgid "Say if you want to show the button in the products list."
201
- msgstr "¿Quieres mostrar el boton de comparar en la lista de productos?"
202
-
203
- #: plugin-options/general-options.php:61
204
- msgid "Open automatically lightbox"
205
- msgstr "Abrir lightbox (mensaje emergente) automaticamente"
206
-
207
- #: plugin-options/general-options.php:62
208
- msgid "Open link after click into \"Compare\" button\"."
209
- msgstr "Abrir link despues de hacer click en \"Comparar\""
210
-
211
- #: plugin-options/general-options.php:74
212
- msgid "Table Settings"
213
- msgstr "Opciones de tabla"
214
-
215
- #: plugin-options/general-options.php:81
216
- msgid "Table title"
217
- msgstr "Titulo de tabla"
218
-
219
- #: plugin-options/general-options.php:82
220
- msgid "Type the text to use for the table title."
221
- msgstr "Escribe el texto del boton/link comparar."
222
-
223
- #: plugin-options/general-options.php:84 templates/compare.php:22
224
- msgid "Compare products"
225
- msgstr "Comparador de productos"
226
-
227
- #: plugin-options/general-options.php:89
228
- msgid "Fields to show"
229
- msgstr "Mostrar boton en la lista de productos"
230
-
231
- #: plugin-options/general-options.php:90
232
- msgid ""
233
- "Select the fields to show in the comparison table and order them by "
234
- "drag&drop (are included also the woocommerce attributes)"
235
- msgstr ""
236
- "Elige que campos quieres mostrar en la tabla del comparador y ordenalos "
237
- "simplemente arrastrandolos (estan incluidos los atributos de productos de "
238
- "woocommerce)"
239
-
240
- #: plugin-options/general-options.php:97
241
- msgid "Repeat \"Price\" field"
242
- msgstr ""
243
-
244
- #: plugin-options/general-options.php:98
245
- msgid "Repeat the \"Price\" field at the end of the table"
246
- msgstr ""
247
-
248
- #: plugin-options/general-options.php:105
249
- msgid "Repeat \"Add to cart\" field"
250
- msgstr ""
251
-
252
- #: plugin-options/general-options.php:106
253
- msgid "Repeat the \"Add to cart\" field at the end of the table"
254
- msgstr ""
255
-
256
- #: plugin-options/general-options.php:113
257
- msgid "Image size"
258
- msgstr "Imagen"
259
-
260
- #: plugin-options/general-options.php:114
261
- msgid "Set the size for the images"
262
- msgstr "Fijar el tamaño de la imagen"
263
-
264
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
265
- msgid ""
266
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
267
- "benefit from all features!"
268
- msgstr ""
269
-
270
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
271
- msgid "UPGRADE"
272
- msgstr ""
273
-
274
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
275
- msgid "to the premium version"
276
- msgstr ""
277
-
278
- #: templates/admin/premium.php:252
279
- msgid "Premium Features"
280
- msgstr ""
281
-
282
- #: templates/admin/premium.php:260
283
- msgid "A DEDICATED PAGE"
284
- msgstr ""
285
-
286
- #: templates/admin/premium.php:263
287
- msgid ""
288
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
289
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
290
- "created automatically in your site and, adding it among the menu entries, "
291
- "you will be able to give to your users the chance to access it easily "
292
- "whenever they want."
293
- msgstr ""
294
-
295
- #: templates/admin/premium.php:273
296
- msgid "CATEGORY COMPARATION"
297
- msgstr ""
298
-
299
- #: templates/admin/premium.php:276
300
- msgid ""
301
- "People are often confused by finding products of different categories in the "
302
- "comparison table, creating difficulties in comparing the products they are "
303
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
304
- "need: you will be able to separate the products in the table by category "
305
- "affinity."
306
- msgstr ""
307
-
308
- #: templates/admin/premium.php:292
309
- msgid "CATEGORY EXCLUSION "
310
- msgstr ""
311
-
312
- #: templates/admin/premium.php:295
313
- msgid ""
314
- "In your shop there may be product categories you don't want to be affected "
315
- "by the plugin features, deleting the comparison button for them. The premium "
316
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
317
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
318
- "of the feature, allowing the comparison only to those products of the "
319
- "selected categories."
320
- msgstr ""
321
-
322
- #: templates/admin/premium.php:305
323
- msgid "TABLE IMAGE"
324
- msgstr ""
325
-
326
- #: templates/admin/premium.php:308
327
- msgid ""
328
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
329
- "Select an image, upload it from the option panel and show it ahead of the "
330
- "table to your users. "
331
- msgstr ""
332
-
333
- #: templates/admin/premium.php:324
334
- msgid "DYNAMIC FIELDS"
335
- msgstr ""
336
-
337
- #: templates/admin/premium.php:327
338
- msgid ""
339
- "With this precious feature, you will be able to show in the table only the "
340
- "fields that have information in at least one of the selected products."
341
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
342
- "be no more empty lines in your comparison table."
343
- msgstr ""
344
-
345
- #: templates/admin/premium.php:337
346
- msgid "SOCIAL NETWORK SHARING"
347
- msgstr ""
348
-
349
- #: templates/admin/premium.php:340
350
- msgid ""
351
- "One of the most appealing features of the premium version of the plugin.Four "
352
- "social network sites for your users (Facebook, Twitter, Google + and "
353
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
354
- "products they have selected."
355
- msgstr ""
356
-
357
- #: templates/admin/premium.php:356
358
- msgid "RELATED PRODUCTS"
359
- msgstr ""
360
-
361
- #: templates/admin/premium.php:359
362
- msgid ""
363
- "All the products that have common categories and/or tags with those in the "
364
- "comparison table will be showed in a slider, right under the comparison "
365
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
366
- "users to discover the shop products of the shop related to those they are "
367
- "interested into."
368
- msgstr ""
369
-
370
- #: templates/admin/premium.php:369
371
- msgid "CUSTOMIZABLE STYLE"
372
- msgstr ""
373
-
374
- #: templates/admin/premium.php:372
375
- msgid ""
376
- "An advanced option panel that let you change all the colors of the plugin, "
377
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
378
- "of your shop.We know it, looks also count... and we give you the right tools "
379
- "to get to the best result."
380
- msgstr ""
381
-
382
- #: templates/admin/premium.php:388
383
- msgid "CUSTOMIZED ATTRIBUTES"
384
- msgstr ""
385
-
386
- #: templates/admin/premium.php:391
387
- msgid ""
388
- "Let you users compare products following every feature, and considering also "
389
- "all those %1$sattributes%2$s that can be manually created in within the "
390
- "product detail page. Every single detail will be included."
391
- msgstr ""
392
-
393
- #: templates/admin/premium.php:401
394
- msgid "A TAILORED TABLE"
395
- msgstr ""
396
-
397
- #: templates/admin/premium.php:404
398
- msgid ""
399
- "Select the products you want to compare and the system will offer you the "
400
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
401
- msgstr ""
402
-
403
- #: templates/admin/premium.php:420
404
- msgid "Compare list - widget"
405
- msgstr ""
406
-
407
- #: templates/admin/premium.php:423
408
- msgid ""
409
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
410
- "complete list of products added to the compare tab and avoid to open the "
411
- "popup to check its existence. "
412
- msgstr ""
413
-
414
- #: templates/admin/premium.php:433
415
- msgid "Compare counter - widget and shortcode"
416
- msgstr ""
417
-
418
- #: templates/admin/premium.php:436
419
- msgid ""
420
- "Moreover, if you want to give your users the chance to see in a glance how "
421
- "many products they have added to the Compare list, feel free to use the "
422
- "widget or the shortcode included. And their Compare list is always no more "
423
- "than one click away."
424
- msgstr ""
425
-
426
- #: templates/compare.php:77
427
- msgid "Close window [X]"
428
- msgstr "Cerrar ventana [X]"
429
-
430
- #: templates/compare.php:107
431
- msgid "No products added in the compare table."
432
- msgstr "Comparador de productos"
433
-
434
- #: widgets/class.yith-woocompare-widget.php:23
435
- msgid "The widget shows the list of products added in the comparison table."
436
- msgstr ""
437
-
438
- #: widgets/class.yith-woocompare-widget.php:27
439
- msgid "YITH WooCommerce Compare Widget"
440
- msgstr ""
441
-
442
- #: widgets/class.yith-woocompare-widget.php:50
443
- msgid "Clear all"
444
- msgstr "Eliminar todos"
445
-
446
- #. Plugin Name of the plugin/theme
447
- #, fuzzy
448
- msgid "YITH WooCommerce Compare"
449
- msgstr "YITH Woocommerce widget de comparador"
450
-
451
- #. Plugin URI of the plugin/theme
452
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
453
- msgstr ""
454
-
455
- #. Description of the plugin/theme
456
- msgid ""
457
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
458
- "to compare in a simple and efficient way products on sale in your shop and "
459
- "analyze their main features in a single table. <a href=\"https://yithemes."
460
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
461
- "<strong>YITH</strong></a>."
462
- msgstr ""
463
-
464
- #. Author of the plugin/theme
465
- msgid "YITH"
466
- msgstr ""
467
-
468
- #. Author URI of the plugin/theme
469
- msgid "https://yithemes.com/"
470
- msgstr ""
471
-
472
- #~ msgid "The widget show the list of products added in the compare table."
473
- #~ msgstr ""
474
- #~ "El widget muestra la lista de productos añadidos en la tabla de "
475
- #~ "comparacion"
476
-
477
- #~ msgid "Products Compare"
478
- #~ msgstr "Comparador de productos"
479
-
480
- #~ msgid "Hard Crop?"
481
- #~ msgstr "Hard Crop?"
482
-
483
- #~ msgid "Repeat \"Price\" field at the end of the table"
484
- #~ msgstr "Repetir campo \"Precio\" al final de la tabla"
485
-
486
- #~ msgid "Repeat \"Add to cart\" field at the end of the table"
487
- #~ msgstr "Repetir campo \"Añadir al carrito\" al final de la tabla"
488
-
489
- #~ msgid "Select a date"
490
- #~ msgstr "Seleccionar fecha"
491
-
492
- #~ msgid "Hours"
493
- #~ msgstr "Horas"
494
-
495
- #~ msgid "Minutes"
496
- #~ msgstr "Minutos"
497
-
498
- #~ msgid "Upload"
499
- #~ msgstr "Cargar"
500
-
501
- #~ msgid "px"
502
- #~ msgstr "px"
503
-
504
- #~ msgid "em"
505
- #~ msgstr "em"
506
-
507
- #~ msgid "pt"
508
- #~ msgstr "pt"
509
-
510
- #~ msgid "rem"
511
- #~ msgstr "rem"
512
-
513
- #~ msgid "Select a font family"
514
- #~ msgstr "Seleccionar fuente"
515
-
516
- #~ msgid "Regular"
517
- #~ msgstr "Normal"
518
-
519
- #~ msgid "Bold"
520
- #~ msgstr "Negrita"
521
-
522
- #~ msgid "Extra bold"
523
- #~ msgstr "Extra negrita"
524
-
525
- #~ msgid "Italic"
526
- #~ msgstr "Cursiva"
527
-
528
- #~ msgid "Italic bold"
529
- #~ msgstr "Cursiva negrita"
530
-
531
- #~ msgid "Click to preview"
532
- #~ msgstr "Click para previsualizar"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:31+0100\n"
7
+ "Last-Translator: Radi Angelov <fullmetalradi@hotmail.com>\n"
8
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
+ "Language: es_ES\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
+
21
+ #: includes/class.yith-woocompare-admin.php:119
22
+ #: includes/class.yith-woocompare-admin.php:143
23
+ msgid "Settings"
24
+ msgstr ""
25
+
26
+ #: includes/class.yith-woocompare-admin.php:121
27
+ msgid "License"
28
+ msgstr ""
29
+
30
+ #: includes/class.yith-woocompare-admin.php:147
31
+ msgid "Premium Version"
32
+ msgstr ""
33
+
34
+ #: includes/class.yith-woocompare-admin.php:153
35
+ #, fuzzy
36
+ msgctxt "Admin Plugin Name"
37
+ msgid "WooCommerce Compare"
38
+ msgstr "YITH Woocommerce widget de comparador"
39
+
40
+ #: includes/class.yith-woocompare-admin.php:154
41
+ #, fuzzy
42
+ msgctxt "Admin Plugin Name"
43
+ msgid "Compare"
44
+ msgstr "Comparar"
45
+
46
+ #: includes/class.yith-woocompare-admin.php:243
47
+ msgid "YITH WooCommerce Compare Activated"
48
+ msgstr ""
49
+
50
+ #: includes/class.yith-woocompare-admin.php:244
51
+ msgid ""
52
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
+ "With this menu, you can access to all the settings of our plugins that you "
54
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
55
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
+ msgstr ""
57
+
58
+ #: includes/class.yith-woocompare-admin.php:255
59
+ msgid "YITH WooCommerce Compare Updated"
60
+ msgstr ""
61
+
62
+ #: includes/class.yith-woocompare-admin.php:256
63
+ msgid ""
64
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
65
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
66
+ "the previous version. When one of our plugins is updated, a new voice will "
67
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
68
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
69
+ msgstr ""
70
+
71
+ #: includes/class.yith-woocompare-admin.php:400
72
+ msgid "Do you want to hard crop the image?"
73
+ msgstr ""
74
+
75
+ #: includes/class.yith-woocompare-frontend.php:223
76
+ msgid "Added"
77
+ msgstr "Añadido"
78
+
79
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
80
+ msgid "Product Comparison"
81
+ msgstr "Comparacion de producto"
82
+
83
+ #: includes/class.yith-woocompare-frontend.php:227
84
+ #: includes/class.yith-woocompare-frontend.php:505
85
+ #: plugin-options/general-options.php:40
86
+ #: widgets/class.yith-woocompare-widget.php:51
87
+ msgid "Compare"
88
+ msgstr "Comparar"
89
+
90
+ #: includes/class.yith-woocompare-frontend.php:229
91
+ msgctxt "Label for popup close icon"
92
+ msgid "Close"
93
+ msgstr ""
94
+
95
+ #: includes/class.yith-woocompare-frontend.php:384
96
+ msgid "In stock"
97
+ msgstr "En stock"
98
+
99
+ #: includes/class.yith-woocompare-frontend.php:696
100
+ msgid "No products to compare"
101
+ msgstr "Comparador de productos vacio"
102
+
103
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
104
+ msgid "Remove"
105
+ msgstr "Eliminar"
106
+
107
+ #: includes/class.yith-woocompare-helper.php:46
108
+ msgid "Image"
109
+ msgstr "Imagen"
110
+
111
+ #: includes/class.yith-woocompare-helper.php:47
112
+ #: widgets/class.yith-woocompare-widget.php:68
113
+ msgid "Title"
114
+ msgstr "Titulo"
115
+
116
+ #: includes/class.yith-woocompare-helper.php:48
117
+ msgid "Price"
118
+ msgstr "Precio"
119
+
120
+ #: includes/class.yith-woocompare-helper.php:49
121
+ msgid "Add to cart"
122
+ msgstr "Añadir al carrito"
123
+
124
+ #: includes/class.yith-woocompare-helper.php:50
125
+ msgid "Description"
126
+ msgstr "Descripcion"
127
+
128
+ #: includes/class.yith-woocompare-helper.php:51
129
+ msgid "Sku"
130
+ msgstr ""
131
+
132
+ #: includes/class.yith-woocompare-helper.php:52
133
+ msgid "Availability"
134
+ msgstr "Disponibilidad"
135
+
136
+ #: includes/class.yith-woocompare-helper.php:53
137
+ msgid "Weight"
138
+ msgstr ""
139
+
140
+ #: includes/class.yith-woocompare-helper.php:54
141
+ msgid "Dimensions"
142
+ msgstr ""
143
+
144
+ #: init.php:42
145
+ msgid ""
146
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
147
+ "WooCommerce in order to work."
148
+ msgstr ""
149
+
150
+ #: init.php:50
151
+ msgid ""
152
+ "You can't activate the free version of YITH WooCommerce Compare while you "
153
+ "are using the premium one."
154
+ msgstr ""
155
+
156
+ #: plugin-options/general-options.php:17
157
+ msgid "General Settings"
158
+ msgstr "Obciones generales"
159
+
160
+ #: plugin-options/general-options.php:24
161
+ msgid "Link or Button"
162
+ msgstr "Link o Boton"
163
+
164
+ #: plugin-options/general-options.php:25
165
+ #, fuzzy
166
+ msgid "Choose if you want to use a link or a button for the comepare actions."
167
+ msgstr "Elige si deseas usar boton o link"
168
+
169
+ #: plugin-options/general-options.php:31
170
+ msgid "Link"
171
+ msgstr "Enlace"
172
+
173
+ #: plugin-options/general-options.php:32
174
+ msgid "Button"
175
+ msgstr "Boton"
176
+
177
+ #: plugin-options/general-options.php:37
178
+ msgid "Link/Button text"
179
+ msgstr "Texto del boton/link"
180
+
181
+ #: plugin-options/general-options.php:38
182
+ msgid "Type the text to use for the button or the link of the compare."
183
+ msgstr "Escribe el texto del boton/link comparar."
184
+
185
+ #: plugin-options/general-options.php:45
186
+ msgid "Show button in single product page"
187
+ msgstr "Mostrar boton en pagina de producto individual"
188
+
189
+ #: plugin-options/general-options.php:46
190
+ msgid "Say if you want to show the button in the single product page."
191
+ msgstr ""
192
+ "¿Quieres mostrar el boton de comparar en la pagina individual de cada "
193
+ "producto?"
194
+
195
+ #: plugin-options/general-options.php:53
196
+ msgid "Show button in products list"
197
+ msgstr "Mostrar boton en la lista de productos"
198
+
199
+ #: plugin-options/general-options.php:54
200
+ msgid "Say if you want to show the button in the products list."
201
+ msgstr "¿Quieres mostrar el boton de comparar en la lista de productos?"
202
+
203
+ #: plugin-options/general-options.php:61
204
+ msgid "Open automatically lightbox"
205
+ msgstr "Abrir lightbox (mensaje emergente) automaticamente"
206
+
207
+ #: plugin-options/general-options.php:62
208
+ msgid "Open link after click into \"Compare\" button\"."
209
+ msgstr "Abrir link despues de hacer click en \"Comparar\""
210
+
211
+ #: plugin-options/general-options.php:74
212
+ msgid "Table Settings"
213
+ msgstr "Opciones de tabla"
214
+
215
+ #: plugin-options/general-options.php:81
216
+ msgid "Table title"
217
+ msgstr "Titulo de tabla"
218
+
219
+ #: plugin-options/general-options.php:82
220
+ msgid "Type the text to use for the table title."
221
+ msgstr "Escribe el texto del boton/link comparar."
222
+
223
+ #: plugin-options/general-options.php:84 templates/compare.php:22
224
+ msgid "Compare products"
225
+ msgstr "Comparador de productos"
226
+
227
+ #: plugin-options/general-options.php:89
228
+ msgid "Fields to show"
229
+ msgstr "Mostrar boton en la lista de productos"
230
+
231
+ #: plugin-options/general-options.php:90
232
+ msgid ""
233
+ "Select the fields to show in the comparison table and order them by "
234
+ "drag&drop (are included also the woocommerce attributes)"
235
+ msgstr ""
236
+ "Elige que campos quieres mostrar en la tabla del comparador y ordenalos "
237
+ "simplemente arrastrandolos (estan incluidos los atributos de productos de "
238
+ "woocommerce)"
239
+
240
+ #: plugin-options/general-options.php:97
241
+ msgid "Repeat \"Price\" field"
242
+ msgstr ""
243
+
244
+ #: plugin-options/general-options.php:98
245
+ msgid "Repeat the \"Price\" field at the end of the table"
246
+ msgstr ""
247
+
248
+ #: plugin-options/general-options.php:105
249
+ msgid "Repeat \"Add to cart\" field"
250
+ msgstr ""
251
+
252
+ #: plugin-options/general-options.php:106
253
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
254
+ msgstr ""
255
+
256
+ #: plugin-options/general-options.php:113
257
+ msgid "Image size"
258
+ msgstr "Imagen"
259
+
260
+ #: plugin-options/general-options.php:114
261
+ msgid "Set the size for the images"
262
+ msgstr "Fijar el tamaño de la imagen"
263
+
264
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
265
+ msgid ""
266
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
267
+ "benefit from all features!"
268
+ msgstr ""
269
+
270
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
271
+ msgid "UPGRADE"
272
+ msgstr ""
273
+
274
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
275
+ msgid "to the premium version"
276
+ msgstr ""
277
+
278
+ #: templates/admin/premium.php:252
279
+ msgid "Premium Features"
280
+ msgstr ""
281
+
282
+ #: templates/admin/premium.php:260
283
+ msgid "A DEDICATED PAGE"
284
+ msgstr ""
285
+
286
+ #: templates/admin/premium.php:263
287
+ msgid ""
288
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
289
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
290
+ "created automatically in your site and, adding it among the menu entries, "
291
+ "you will be able to give to your users the chance to access it easily "
292
+ "whenever they want."
293
+ msgstr ""
294
+
295
+ #: templates/admin/premium.php:273
296
+ msgid "CATEGORY COMPARATION"
297
+ msgstr ""
298
+
299
+ #: templates/admin/premium.php:276
300
+ msgid ""
301
+ "People are often confused by finding products of different categories in the "
302
+ "comparison table, creating difficulties in comparing the products they are "
303
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
304
+ "need: you will be able to separate the products in the table by category "
305
+ "affinity."
306
+ msgstr ""
307
+
308
+ #: templates/admin/premium.php:292
309
+ msgid "CATEGORY EXCLUSION "
310
+ msgstr ""
311
+
312
+ #: templates/admin/premium.php:295
313
+ msgid ""
314
+ "In your shop there may be product categories you don't want to be affected "
315
+ "by the plugin features, deleting the comparison button for them. The premium "
316
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
317
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
318
+ "of the feature, allowing the comparison only to those products of the "
319
+ "selected categories."
320
+ msgstr ""
321
+
322
+ #: templates/admin/premium.php:305
323
+ msgid "TABLE IMAGE"
324
+ msgstr ""
325
+
326
+ #: templates/admin/premium.php:308
327
+ msgid ""
328
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
329
+ "Select an image, upload it from the option panel and show it ahead of the "
330
+ "table to your users. "
331
+ msgstr ""
332
+
333
+ #: templates/admin/premium.php:324
334
+ msgid "DYNAMIC FIELDS"
335
+ msgstr ""
336
+
337
+ #: templates/admin/premium.php:327
338
+ msgid ""
339
+ "With this precious feature, you will be able to show in the table only the "
340
+ "fields that have information in at least one of the selected products."
341
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
342
+ "be no more empty lines in your comparison table."
343
+ msgstr ""
344
+
345
+ #: templates/admin/premium.php:337
346
+ msgid "SOCIAL NETWORK SHARING"
347
+ msgstr ""
348
+
349
+ #: templates/admin/premium.php:340
350
+ msgid ""
351
+ "One of the most appealing features of the premium version of the plugin.Four "
352
+ "social network sites for your users (Facebook, Twitter, Google + and "
353
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
354
+ "products they have selected."
355
+ msgstr ""
356
+
357
+ #: templates/admin/premium.php:356
358
+ msgid "RELATED PRODUCTS"
359
+ msgstr ""
360
+
361
+ #: templates/admin/premium.php:359
362
+ msgid ""
363
+ "All the products that have common categories and/or tags with those in the "
364
+ "comparison table will be showed in a slider, right under the comparison "
365
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
366
+ "users to discover the shop products of the shop related to those they are "
367
+ "interested into."
368
+ msgstr ""
369
+
370
+ #: templates/admin/premium.php:369
371
+ msgid "CUSTOMIZABLE STYLE"
372
+ msgstr ""
373
+
374
+ #: templates/admin/premium.php:372
375
+ msgid ""
376
+ "An advanced option panel that let you change all the colors of the plugin, "
377
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
378
+ "of your shop.We know it, looks also count... and we give you the right tools "
379
+ "to get to the best result."
380
+ msgstr ""
381
+
382
+ #: templates/admin/premium.php:388
383
+ msgid "CUSTOMIZED ATTRIBUTES"
384
+ msgstr ""
385
+
386
+ #: templates/admin/premium.php:391
387
+ msgid ""
388
+ "Let you users compare products following every feature, and considering also "
389
+ "all those %1$sattributes%2$s that can be manually created in within the "
390
+ "product detail page. Every single detail will be included."
391
+ msgstr ""
392
+
393
+ #: templates/admin/premium.php:401
394
+ msgid "A TAILORED TABLE"
395
+ msgstr ""
396
+
397
+ #: templates/admin/premium.php:404
398
+ msgid ""
399
+ "Select the products you want to compare and the system will offer you the "
400
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
401
+ msgstr ""
402
+
403
+ #: templates/admin/premium.php:420
404
+ msgid "Compare list - widget"
405
+ msgstr ""
406
+
407
+ #: templates/admin/premium.php:423
408
+ msgid ""
409
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
410
+ "complete list of products added to the compare tab and avoid to open the "
411
+ "popup to check its existence. "
412
+ msgstr ""
413
+
414
+ #: templates/admin/premium.php:433
415
+ msgid "Compare counter - widget and shortcode"
416
+ msgstr ""
417
+
418
+ #: templates/admin/premium.php:436
419
+ msgid ""
420
+ "Moreover, if you want to give your users the chance to see in a glance how "
421
+ "many products they have added to the Compare list, feel free to use the "
422
+ "widget or the shortcode included. And their Compare list is always no more "
423
+ "than one click away."
424
+ msgstr ""
425
+
426
+ #: templates/compare.php:77
427
+ msgid "Close window [X]"
428
+ msgstr "Cerrar ventana [X]"
429
+
430
+ #: templates/compare.php:107
431
+ msgid "No products added in the compare table."
432
+ msgstr "Comparador de productos"
433
+
434
+ #: widgets/class.yith-woocompare-widget.php:23
435
+ msgid "The widget shows the list of products added in the comparison table."
436
+ msgstr ""
437
+
438
+ #: widgets/class.yith-woocompare-widget.php:27
439
+ msgid "YITH WooCommerce Compare Widget"
440
+ msgstr ""
441
+
442
+ #: widgets/class.yith-woocompare-widget.php:50
443
+ msgid "Clear all"
444
+ msgstr "Eliminar todos"
445
+
446
+ #. Plugin Name of the plugin/theme
447
+ #, fuzzy
448
+ msgid "YITH WooCommerce Compare"
449
+ msgstr "YITH Woocommerce widget de comparador"
450
+
451
+ #. Plugin URI of the plugin/theme
452
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
453
+ msgstr ""
454
+
455
+ #. Description of the plugin/theme
456
+ msgid ""
457
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
458
+ "to compare in a simple and efficient way products on sale in your shop and "
459
+ "analyze their main features in a single table. <a href=\"https://yithemes."
460
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
461
+ "<strong>YITH</strong></a>."
462
+ msgstr ""
463
+
464
+ #. Author of the plugin/theme
465
+ msgid "YITH"
466
+ msgstr ""
467
+
468
+ #. Author URI of the plugin/theme
469
+ msgid "https://yithemes.com/"
470
+ msgstr ""
471
+
472
+ #~ msgid "The widget show the list of products added in the compare table."
473
+ #~ msgstr ""
474
+ #~ "El widget muestra la lista de productos añadidos en la tabla de "
475
+ #~ "comparacion"
476
+
477
+ #~ msgid "Products Compare"
478
+ #~ msgstr "Comparador de productos"
479
+
480
+ #~ msgid "Hard Crop?"
481
+ #~ msgstr "Hard Crop?"
482
+
483
+ #~ msgid "Repeat \"Price\" field at the end of the table"
484
+ #~ msgstr "Repetir campo \"Precio\" al final de la tabla"
485
+
486
+ #~ msgid "Repeat \"Add to cart\" field at the end of the table"
487
+ #~ msgstr "Repetir campo \"Añadir al carrito\" al final de la tabla"
488
+
489
+ #~ msgid "Select a date"
490
+ #~ msgstr "Seleccionar fecha"
491
+
492
+ #~ msgid "Hours"
493
+ #~ msgstr "Horas"
494
+
495
+ #~ msgid "Minutes"
496
+ #~ msgstr "Minutos"
497
+
498
+ #~ msgid "Upload"
499
+ #~ msgstr "Cargar"
500
+
501
+ #~ msgid "px"
502
+ #~ msgstr "px"
503
+
504
+ #~ msgid "em"
505
+ #~ msgstr "em"
506
+
507
+ #~ msgid "pt"
508
+ #~ msgstr "pt"
509
+
510
+ #~ msgid "rem"
511
+ #~ msgstr "rem"
512
+
513
+ #~ msgid "Select a font family"
514
+ #~ msgstr "Seleccionar fuente"
515
+
516
+ #~ msgid "Regular"
517
+ #~ msgstr "Normal"
518
+
519
+ #~ msgid "Bold"
520
+ #~ msgstr "Negrita"
521
+
522
+ #~ msgid "Extra bold"
523
+ #~ msgstr "Extra negrita"
524
+
525
+ #~ msgid "Italic"
526
+ #~ msgstr "Cursiva"
527
+
528
+ #~ msgid "Italic bold"
529
+ #~ msgstr "Cursiva negrita"
530
+
531
+ #~ msgid "Click to preview"
532
+ #~ msgstr "Click para previsualizar"
languages/yith-woocommerce-compare-fa_IR.po CHANGED
@@ -1,511 +1,511 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:31+0100\n"
7
- "Last-Translator: Khalil Delavaran <khalil.delavaran@gmail.com>\n"
8
- "Language-Team: Qooqnos <khalil.delavaran@gmail.com>\n"
9
- "Language: fa\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
-
20
- #: includes/class.yith-woocompare-admin.php:119
21
- #: includes/class.yith-woocompare-admin.php:143
22
- msgid "Settings"
23
- msgstr ""
24
-
25
- #: includes/class.yith-woocompare-admin.php:121
26
- msgid "License"
27
- msgstr ""
28
-
29
- #: includes/class.yith-woocompare-admin.php:147
30
- msgid "Premium Version"
31
- msgstr ""
32
-
33
- #: includes/class.yith-woocompare-admin.php:153
34
- #, fuzzy
35
- msgctxt "Admin Plugin Name"
36
- msgid "WooCommerce Compare"
37
- msgstr "ویجت سنجش ووکاکرس YITH"
38
-
39
- #: includes/class.yith-woocompare-admin.php:154
40
- #, fuzzy
41
- msgctxt "Admin Plugin Name"
42
- msgid "Compare"
43
- msgstr "سنجش"
44
-
45
- #: includes/class.yith-woocompare-admin.php:243
46
- msgid "YITH WooCommerce Compare Activated"
47
- msgstr ""
48
-
49
- #: includes/class.yith-woocompare-admin.php:244
50
- msgid ""
51
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
- "With this menu, you can access to all the settings of our plugins that you "
53
- "have activated. YITH WooCommerce Compare is available in an outstanding "
54
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
55
- msgstr ""
56
-
57
- #: includes/class.yith-woocompare-admin.php:255
58
- msgid "YITH WooCommerce Compare Updated"
59
- msgstr ""
60
-
61
- #: includes/class.yith-woocompare-admin.php:256
62
- msgid ""
63
- "From now on, you can find all the options of YITH WooCommerce Compare under "
64
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
65
- "the previous version. When one of our plugins is updated, a new voice will "
66
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
67
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
68
- msgstr ""
69
-
70
- #: includes/class.yith-woocompare-admin.php:400
71
- msgid "Do you want to hard crop the image?"
72
- msgstr ""
73
-
74
- #: includes/class.yith-woocompare-frontend.php:223
75
- msgid "Added"
76
- msgstr "اضافه شد"
77
-
78
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
79
- msgid "Product Comparison"
80
- msgstr "سنجش محصولات"
81
-
82
- #: includes/class.yith-woocompare-frontend.php:227
83
- #: includes/class.yith-woocompare-frontend.php:505
84
- #: plugin-options/general-options.php:40
85
- #: widgets/class.yith-woocompare-widget.php:51
86
- msgid "Compare"
87
- msgstr "سنجش"
88
-
89
- #: includes/class.yith-woocompare-frontend.php:229
90
- msgctxt "Label for popup close icon"
91
- msgid "Close"
92
- msgstr ""
93
-
94
- #: includes/class.yith-woocompare-frontend.php:384
95
- msgid "In stock"
96
- msgstr "داشتن در انبار"
97
-
98
- #: includes/class.yith-woocompare-frontend.php:696
99
- msgid "No products to compare"
100
- msgstr "محصولاتی برای سنجش نیست"
101
-
102
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
103
- msgid "Remove"
104
- msgstr "پاک"
105
-
106
- #: includes/class.yith-woocompare-helper.php:46
107
- msgid "Image"
108
- msgstr "نگاره"
109
-
110
- #: includes/class.yith-woocompare-helper.php:47
111
- #: widgets/class.yith-woocompare-widget.php:68
112
- msgid "Title"
113
- msgstr "جستار"
114
-
115
- #: includes/class.yith-woocompare-helper.php:48
116
- msgid "Price"
117
- msgstr "قیمت"
118
-
119
- #: includes/class.yith-woocompare-helper.php:49
120
- msgid "Add to cart"
121
- msgstr "افزودن به سبد خرید"
122
-
123
- #: includes/class.yith-woocompare-helper.php:50
124
- msgid "Description"
125
- msgstr "روشنگری"
126
-
127
- #: includes/class.yith-woocompare-helper.php:51
128
- msgid "Sku"
129
- msgstr ""
130
-
131
- #: includes/class.yith-woocompare-helper.php:52
132
- msgid "Availability"
133
- msgstr "دسترس پذیری"
134
-
135
- #: includes/class.yith-woocompare-helper.php:53
136
- msgid "Weight"
137
- msgstr ""
138
-
139
- #: includes/class.yith-woocompare-helper.php:54
140
- msgid "Dimensions"
141
- msgstr ""
142
-
143
- #: init.php:42
144
- msgid ""
145
- "YITH WooCommerce Compare is enabled but not effective. It requires "
146
- "WooCommerce in order to work."
147
- msgstr ""
148
-
149
- #: init.php:50
150
- msgid ""
151
- "You can't activate the free version of YITH WooCommerce Compare while you "
152
- "are using the premium one."
153
- msgstr ""
154
-
155
- #: plugin-options/general-options.php:17
156
- msgid "General Settings"
157
- msgstr "پیکربندی همگانی"
158
-
159
- #: plugin-options/general-options.php:24
160
- msgid "Link or Button"
161
- msgstr "لینک یا دکمه"
162
-
163
- #: plugin-options/general-options.php:25
164
- #, fuzzy
165
- msgid "Choose if you want to use a link or a button for the comepare actions."
166
- msgstr "گزینش بکار بردن لینک و یا دکمه برای واکنش دکمه"
167
-
168
- #: plugin-options/general-options.php:31
169
- msgid "Link"
170
- msgstr "لینک"
171
-
172
- #: plugin-options/general-options.php:32
173
- msgid "Button"
174
- msgstr "دکمه"
175
-
176
- #: plugin-options/general-options.php:37
177
- msgid "Link/Button text"
178
- msgstr "لینک یا دکمه"
179
-
180
- #: plugin-options/general-options.php:38
181
- msgid "Type the text to use for the button or the link of the compare."
182
- msgstr "نوشته ای برای بکار بردن دکمه یا لینک مقایسه بنویسید"
183
-
184
- #: plugin-options/general-options.php:45
185
- msgid "Show button in single product page"
186
- msgstr "نمایش دکمه در برگه محصول"
187
-
188
- #: plugin-options/general-options.php:46
189
- msgid "Say if you want to show the button in the single product page."
190
- msgstr "اگر می خواهید دکمه در برگه محصول نمایش داده شود"
191
-
192
- #: plugin-options/general-options.php:53
193
- msgid "Show button in products list"
194
- msgstr "نمایش دکمه در لیست محصولات"
195
-
196
- #: plugin-options/general-options.php:54
197
- msgid "Say if you want to show the button in the products list."
198
- msgstr "اگر می خواهید دکمه در لیست محصول نمایش داده شود"
199
-
200
- #: plugin-options/general-options.php:61
201
- msgid "Open automatically lightbox"
202
- msgstr "باز کردن اتوماتیک جعبه نور"
203
-
204
- #: plugin-options/general-options.php:62
205
- msgid "Open link after click into \"Compare\" button\"."
206
- msgstr " باز کردن پیوند پس از \"سنجش\" دکمه\"کلیک کنید"
207
-
208
- #: plugin-options/general-options.php:74
209
- msgid "Table Settings"
210
- msgstr "پیکربندی جدول"
211
-
212
- #: plugin-options/general-options.php:81
213
- msgid "Table title"
214
- msgstr ""
215
-
216
- #: plugin-options/general-options.php:82
217
- msgid "Type the text to use for the table title."
218
- msgstr ""
219
-
220
- #: plugin-options/general-options.php:84 templates/compare.php:22
221
- msgid "Compare products"
222
- msgstr "سنجش محصولات"
223
-
224
- #: plugin-options/general-options.php:89
225
- msgid "Fields to show"
226
- msgstr "فیلدهای نمایش"
227
-
228
- #: plugin-options/general-options.php:90
229
- msgid ""
230
- "Select the fields to show in the comparison table and order them by "
231
- "drag&drop (are included also the woocommerce attributes)"
232
- msgstr ""
233
- "انتخاب این گزینه برای نشان دادن در جدول سنجش و سفارش سازی آنها با کشیدن و "
234
- "رها کردن دکمه ماوس (ویژگی های ووکامرس را شامل می شود)"
235
-
236
- #: plugin-options/general-options.php:97
237
- msgid "Repeat \"Price\" field"
238
- msgstr ""
239
-
240
- #: plugin-options/general-options.php:98
241
- msgid "Repeat the \"Price\" field at the end of the table"
242
- msgstr ""
243
-
244
- #: plugin-options/general-options.php:105
245
- msgid "Repeat \"Add to cart\" field"
246
- msgstr ""
247
-
248
- #: plugin-options/general-options.php:106
249
- msgid "Repeat the \"Add to cart\" field at the end of the table"
250
- msgstr ""
251
-
252
- #: plugin-options/general-options.php:113
253
- msgid "Image size"
254
- msgstr "اندازه نگاره"
255
-
256
- #: plugin-options/general-options.php:114
257
- msgid "Set the size for the images"
258
- msgstr "تعیین اندازه برای نگاره"
259
-
260
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
261
- msgid ""
262
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
263
- "benefit from all features!"
264
- msgstr ""
265
-
266
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
267
- msgid "UPGRADE"
268
- msgstr ""
269
-
270
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
271
- msgid "to the premium version"
272
- msgstr ""
273
-
274
- #: templates/admin/premium.php:252
275
- msgid "Premium Features"
276
- msgstr ""
277
-
278
- #: templates/admin/premium.php:260
279
- msgid "A DEDICATED PAGE"
280
- msgstr ""
281
-
282
- #: templates/admin/premium.php:263
283
- msgid ""
284
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
285
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
286
- "created automatically in your site and, adding it among the menu entries, "
287
- "you will be able to give to your users the chance to access it easily "
288
- "whenever they want."
289
- msgstr ""
290
-
291
- #: templates/admin/premium.php:273
292
- msgid "CATEGORY COMPARATION"
293
- msgstr ""
294
-
295
- #: templates/admin/premium.php:276
296
- msgid ""
297
- "People are often confused by finding products of different categories in the "
298
- "comparison table, creating difficulties in comparing the products they are "
299
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
300
- "need: you will be able to separate the products in the table by category "
301
- "affinity."
302
- msgstr ""
303
-
304
- #: templates/admin/premium.php:292
305
- msgid "CATEGORY EXCLUSION "
306
- msgstr ""
307
-
308
- #: templates/admin/premium.php:295
309
- msgid ""
310
- "In your shop there may be product categories you don't want to be affected "
311
- "by the plugin features, deleting the comparison button for them. The premium "
312
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
313
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
314
- "of the feature, allowing the comparison only to those products of the "
315
- "selected categories."
316
- msgstr ""
317
-
318
- #: templates/admin/premium.php:305
319
- msgid "TABLE IMAGE"
320
- msgstr ""
321
-
322
- #: templates/admin/premium.php:308
323
- msgid ""
324
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
325
- "Select an image, upload it from the option panel and show it ahead of the "
326
- "table to your users. "
327
- msgstr ""
328
-
329
- #: templates/admin/premium.php:324
330
- msgid "DYNAMIC FIELDS"
331
- msgstr ""
332
-
333
- #: templates/admin/premium.php:327
334
- msgid ""
335
- "With this precious feature, you will be able to show in the table only the "
336
- "fields that have information in at least one of the selected products."
337
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
338
- "be no more empty lines in your comparison table."
339
- msgstr ""
340
-
341
- #: templates/admin/premium.php:337
342
- msgid "SOCIAL NETWORK SHARING"
343
- msgstr ""
344
-
345
- #: templates/admin/premium.php:340
346
- msgid ""
347
- "One of the most appealing features of the premium version of the plugin.Four "
348
- "social network sites for your users (Facebook, Twitter, Google + and "
349
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
350
- "products they have selected."
351
- msgstr ""
352
-
353
- #: templates/admin/premium.php:356
354
- msgid "RELATED PRODUCTS"
355
- msgstr ""
356
-
357
- #: templates/admin/premium.php:359
358
- msgid ""
359
- "All the products that have common categories and/or tags with those in the "
360
- "comparison table will be showed in a slider, right under the comparison "
361
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
362
- "users to discover the shop products of the shop related to those they are "
363
- "interested into."
364
- msgstr ""
365
-
366
- #: templates/admin/premium.php:369
367
- msgid "CUSTOMIZABLE STYLE"
368
- msgstr ""
369
-
370
- #: templates/admin/premium.php:372
371
- msgid ""
372
- "An advanced option panel that let you change all the colors of the plugin, "
373
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
374
- "of your shop.We know it, looks also count... and we give you the right tools "
375
- "to get to the best result."
376
- msgstr ""
377
-
378
- #: templates/admin/premium.php:388
379
- msgid "CUSTOMIZED ATTRIBUTES"
380
- msgstr ""
381
-
382
- #: templates/admin/premium.php:391
383
- msgid ""
384
- "Let you users compare products following every feature, and considering also "
385
- "all those %1$sattributes%2$s that can be manually created in within the "
386
- "product detail page. Every single detail will be included."
387
- msgstr ""
388
-
389
- #: templates/admin/premium.php:401
390
- msgid "A TAILORED TABLE"
391
- msgstr ""
392
-
393
- #: templates/admin/premium.php:404
394
- msgid ""
395
- "Select the products you want to compare and the system will offer you the "
396
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
397
- msgstr ""
398
-
399
- #: templates/admin/premium.php:420
400
- msgid "Compare list - widget"
401
- msgstr ""
402
-
403
- #: templates/admin/premium.php:423
404
- msgid ""
405
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
406
- "complete list of products added to the compare tab and avoid to open the "
407
- "popup to check its existence. "
408
- msgstr ""
409
-
410
- #: templates/admin/premium.php:433
411
- msgid "Compare counter - widget and shortcode"
412
- msgstr ""
413
-
414
- #: templates/admin/premium.php:436
415
- msgid ""
416
- "Moreover, if you want to give your users the chance to see in a glance how "
417
- "many products they have added to the Compare list, feel free to use the "
418
- "widget or the shortcode included. And their Compare list is always no more "
419
- "than one click away."
420
- msgstr ""
421
-
422
- #: templates/compare.php:77
423
- msgid "Close window [X]"
424
- msgstr "بستن پنجره [X]"
425
-
426
- #: templates/compare.php:107
427
- msgid "No products added in the compare table."
428
- msgstr "هیچ محصولی افزوده نشده است برای جدول سنجش"
429
-
430
- #: widgets/class.yith-woocompare-widget.php:23
431
- msgid "The widget shows the list of products added in the comparison table."
432
- msgstr ""
433
-
434
- #: widgets/class.yith-woocompare-widget.php:27
435
- msgid "YITH WooCommerce Compare Widget"
436
- msgstr ""
437
-
438
- #: widgets/class.yith-woocompare-widget.php:50
439
- msgid "Clear all"
440
- msgstr "پاک کردن همه"
441
-
442
- #. Plugin Name of the plugin/theme
443
- #, fuzzy
444
- msgid "YITH WooCommerce Compare"
445
- msgstr "ویجت سنجش ووکاکرس YITH"
446
-
447
- #. Plugin URI of the plugin/theme
448
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
449
- msgstr ""
450
-
451
- #. Description of the plugin/theme
452
- msgid ""
453
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
454
- "to compare in a simple and efficient way products on sale in your shop and "
455
- "analyze their main features in a single table. <a href=\"https://yithemes."
456
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
457
- "<strong>YITH</strong></a>."
458
- msgstr ""
459
-
460
- #. Author of the plugin/theme
461
- msgid "YITH"
462
- msgstr ""
463
-
464
- #. Author URI of the plugin/theme
465
- msgid "https://yithemes.com/"
466
- msgstr ""
467
-
468
- #~ msgid "The widget show the list of products added in the compare table."
469
- #~ msgstr "ویجت نشان می دهد لیستی از محصولات افزوده شده در جدول سنجش"
470
-
471
- #~ msgid "Products Compare"
472
- #~ msgstr "سنجش محصولات"
473
-
474
- #~ msgid "Repeat \"Price\" field at the end of the table"
475
- #~ msgstr "تکرار گزینه \"قیمت\" در پایان جدول"
476
-
477
- #~ msgid "Repeat \"Add to cart\" field at the end of the table"
478
- #~ msgstr "تکرار گزینه \"افزودن به سبد خرید\" در پایان جدول"
479
-
480
- #~ msgid "Select a date"
481
- #~ msgstr "انتخاب روز"
482
-
483
- #~ msgid "Hours"
484
- #~ msgstr "ساعتها"
485
-
486
- #~ msgid "Minutes"
487
- #~ msgstr "دقیقه ها"
488
-
489
- #~ msgid "Upload"
490
- #~ msgstr "بارگذاری"
491
-
492
- #~ msgid "Select a font family"
493
- #~ msgstr "گزینش قلم"
494
-
495
- #~ msgid "Regular"
496
- #~ msgstr "معمولی"
497
-
498
- #~ msgid "Bold"
499
- #~ msgstr "کلفت"
500
-
501
- #~ msgid "Extra bold"
502
- #~ msgstr "خیلی کلفت"
503
-
504
- #~ msgid "Italic"
505
- #~ msgstr "کج"
506
-
507
- #~ msgid "Italic bold"
508
- #~ msgstr "کلفت کج"
509
-
510
- #~ msgid "Click to preview"
511
- #~ msgstr "کلیک برای پیش نمایش"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:31+0100\n"
7
+ "Last-Translator: Khalil Delavaran <khalil.delavaran@gmail.com>\n"
8
+ "Language-Team: Qooqnos <khalil.delavaran@gmail.com>\n"
9
+ "Language: fa\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
+
20
+ #: includes/class.yith-woocompare-admin.php:119
21
+ #: includes/class.yith-woocompare-admin.php:143
22
+ msgid "Settings"
23
+ msgstr ""
24
+
25
+ #: includes/class.yith-woocompare-admin.php:121
26
+ msgid "License"
27
+ msgstr ""
28
+
29
+ #: includes/class.yith-woocompare-admin.php:147
30
+ msgid "Premium Version"
31
+ msgstr ""
32
+
33
+ #: includes/class.yith-woocompare-admin.php:153
34
+ #, fuzzy
35
+ msgctxt "Admin Plugin Name"
36
+ msgid "WooCommerce Compare"
37
+ msgstr "ویجت سنجش ووکاکرس YITH"
38
+
39
+ #: includes/class.yith-woocompare-admin.php:154
40
+ #, fuzzy
41
+ msgctxt "Admin Plugin Name"
42
+ msgid "Compare"
43
+ msgstr "سنجش"
44
+
45
+ #: includes/class.yith-woocompare-admin.php:243
46
+ msgid "YITH WooCommerce Compare Activated"
47
+ msgstr ""
48
+
49
+ #: includes/class.yith-woocompare-admin.php:244
50
+ msgid ""
51
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
+ "With this menu, you can access to all the settings of our plugins that you "
53
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
54
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
55
+ msgstr ""
56
+
57
+ #: includes/class.yith-woocompare-admin.php:255
58
+ msgid "YITH WooCommerce Compare Updated"
59
+ msgstr ""
60
+
61
+ #: includes/class.yith-woocompare-admin.php:256
62
+ msgid ""
63
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
64
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
65
+ "the previous version. When one of our plugins is updated, a new voice will "
66
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
67
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
68
+ msgstr ""
69
+
70
+ #: includes/class.yith-woocompare-admin.php:400
71
+ msgid "Do you want to hard crop the image?"
72
+ msgstr ""
73
+
74
+ #: includes/class.yith-woocompare-frontend.php:223
75
+ msgid "Added"
76
+ msgstr "اضافه شد"
77
+
78
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
79
+ msgid "Product Comparison"
80
+ msgstr "سنجش محصولات"
81
+
82
+ #: includes/class.yith-woocompare-frontend.php:227
83
+ #: includes/class.yith-woocompare-frontend.php:505
84
+ #: plugin-options/general-options.php:40
85
+ #: widgets/class.yith-woocompare-widget.php:51
86
+ msgid "Compare"
87
+ msgstr "سنجش"
88
+
89
+ #: includes/class.yith-woocompare-frontend.php:229
90
+ msgctxt "Label for popup close icon"
91
+ msgid "Close"
92
+ msgstr ""
93
+
94
+ #: includes/class.yith-woocompare-frontend.php:384
95
+ msgid "In stock"
96
+ msgstr "داشتن در انبار"
97
+
98
+ #: includes/class.yith-woocompare-frontend.php:696
99
+ msgid "No products to compare"
100
+ msgstr "محصولاتی برای سنجش نیست"
101
+
102
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
103
+ msgid "Remove"
104
+ msgstr "پاک"
105
+
106
+ #: includes/class.yith-woocompare-helper.php:46
107
+ msgid "Image"
108
+ msgstr "نگاره"
109
+
110
+ #: includes/class.yith-woocompare-helper.php:47
111
+ #: widgets/class.yith-woocompare-widget.php:68
112
+ msgid "Title"
113
+ msgstr "جستار"
114
+
115
+ #: includes/class.yith-woocompare-helper.php:48
116
+ msgid "Price"
117
+ msgstr "قیمت"
118
+
119
+ #: includes/class.yith-woocompare-helper.php:49
120
+ msgid "Add to cart"
121
+ msgstr "افزودن به سبد خرید"
122
+
123
+ #: includes/class.yith-woocompare-helper.php:50
124
+ msgid "Description"
125
+ msgstr "روشنگری"
126
+
127
+ #: includes/class.yith-woocompare-helper.php:51
128
+ msgid "Sku"
129
+ msgstr ""
130
+
131
+ #: includes/class.yith-woocompare-helper.php:52
132
+ msgid "Availability"
133
+ msgstr "دسترس پذیری"
134
+
135
+ #: includes/class.yith-woocompare-helper.php:53
136
+ msgid "Weight"
137
+ msgstr ""
138
+
139
+ #: includes/class.yith-woocompare-helper.php:54
140
+ msgid "Dimensions"
141
+ msgstr ""
142
+
143
+ #: init.php:42
144
+ msgid ""
145
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
146
+ "WooCommerce in order to work."
147
+ msgstr ""
148
+
149
+ #: init.php:50
150
+ msgid ""
151
+ "You can't activate the free version of YITH WooCommerce Compare while you "
152
+ "are using the premium one."
153
+ msgstr ""
154
+
155
+ #: plugin-options/general-options.php:17
156
+ msgid "General Settings"
157
+ msgstr "پیکربندی همگانی"
158
+
159
+ #: plugin-options/general-options.php:24
160
+ msgid "Link or Button"
161
+ msgstr "لینک یا دکمه"
162
+
163
+ #: plugin-options/general-options.php:25
164
+ #, fuzzy
165
+ msgid "Choose if you want to use a link or a button for the comepare actions."
166
+ msgstr "گزینش بکار بردن لینک و یا دکمه برای واکنش دکمه"
167
+
168
+ #: plugin-options/general-options.php:31
169
+ msgid "Link"
170
+ msgstr "لینک"
171
+
172
+ #: plugin-options/general-options.php:32
173
+ msgid "Button"
174
+ msgstr "دکمه"
175
+
176
+ #: plugin-options/general-options.php:37
177
+ msgid "Link/Button text"
178
+ msgstr "لینک یا دکمه"
179
+
180
+ #: plugin-options/general-options.php:38
181
+ msgid "Type the text to use for the button or the link of the compare."
182
+ msgstr "نوشته ای برای بکار بردن دکمه یا لینک مقایسه بنویسید"
183
+
184
+ #: plugin-options/general-options.php:45
185
+ msgid "Show button in single product page"
186
+ msgstr "نمایش دکمه در برگه محصول"
187
+
188
+ #: plugin-options/general-options.php:46
189
+ msgid "Say if you want to show the button in the single product page."
190
+ msgstr "اگر می خواهید دکمه در برگه محصول نمایش داده شود"
191
+
192
+ #: plugin-options/general-options.php:53
193
+ msgid "Show button in products list"
194
+ msgstr "نمایش دکمه در لیست محصولات"
195
+
196
+ #: plugin-options/general-options.php:54
197
+ msgid "Say if you want to show the button in the products list."
198
+ msgstr "اگر می خواهید دکمه در لیست محصول نمایش داده شود"
199
+
200
+ #: plugin-options/general-options.php:61
201
+ msgid "Open automatically lightbox"
202
+ msgstr "باز کردن اتوماتیک جعبه نور"
203
+
204
+ #: plugin-options/general-options.php:62
205
+ msgid "Open link after click into \"Compare\" button\"."
206
+ msgstr " باز کردن پیوند پس از \"سنجش\" دکمه\"کلیک کنید"
207
+
208
+ #: plugin-options/general-options.php:74
209
+ msgid "Table Settings"
210
+ msgstr "پیکربندی جدول"
211
+
212
+ #: plugin-options/general-options.php:81
213
+ msgid "Table title"
214
+ msgstr ""
215
+
216
+ #: plugin-options/general-options.php:82
217
+ msgid "Type the text to use for the table title."
218
+ msgstr ""
219
+
220
+ #: plugin-options/general-options.php:84 templates/compare.php:22
221
+ msgid "Compare products"
222
+ msgstr "سنجش محصولات"
223
+
224
+ #: plugin-options/general-options.php:89
225
+ msgid "Fields to show"
226
+ msgstr "فیلدهای نمایش"
227
+
228
+ #: plugin-options/general-options.php:90
229
+ msgid ""
230
+ "Select the fields to show in the comparison table and order them by "
231
+ "drag&drop (are included also the woocommerce attributes)"
232
+ msgstr ""
233
+ "انتخاب این گزینه برای نشان دادن در جدول سنجش و سفارش سازی آنها با کشیدن و "
234
+ "رها کردن دکمه ماوس (ویژگی های ووکامرس را شامل می شود)"
235
+
236
+ #: plugin-options/general-options.php:97
237
+ msgid "Repeat \"Price\" field"
238
+ msgstr ""
239
+
240
+ #: plugin-options/general-options.php:98
241
+ msgid "Repeat the \"Price\" field at the end of the table"
242
+ msgstr ""
243
+
244
+ #: plugin-options/general-options.php:105
245
+ msgid "Repeat \"Add to cart\" field"
246
+ msgstr ""
247
+
248
+ #: plugin-options/general-options.php:106
249
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
250
+ msgstr ""
251
+
252
+ #: plugin-options/general-options.php:113
253
+ msgid "Image size"
254
+ msgstr "اندازه نگاره"
255
+
256
+ #: plugin-options/general-options.php:114
257
+ msgid "Set the size for the images"
258
+ msgstr "تعیین اندازه برای نگاره"
259
+
260
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
261
+ msgid ""
262
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
263
+ "benefit from all features!"
264
+ msgstr ""
265
+
266
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
267
+ msgid "UPGRADE"
268
+ msgstr ""
269
+
270
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
271
+ msgid "to the premium version"
272
+ msgstr ""
273
+
274
+ #: templates/admin/premium.php:252
275
+ msgid "Premium Features"
276
+ msgstr ""
277
+
278
+ #: templates/admin/premium.php:260
279
+ msgid "A DEDICATED PAGE"
280
+ msgstr ""
281
+
282
+ #: templates/admin/premium.php:263
283
+ msgid ""
284
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
285
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
286
+ "created automatically in your site and, adding it among the menu entries, "
287
+ "you will be able to give to your users the chance to access it easily "
288
+ "whenever they want."
289
+ msgstr ""
290
+
291
+ #: templates/admin/premium.php:273
292
+ msgid "CATEGORY COMPARATION"
293
+ msgstr ""
294
+
295
+ #: templates/admin/premium.php:276
296
+ msgid ""
297
+ "People are often confused by finding products of different categories in the "
298
+ "comparison table, creating difficulties in comparing the products they are "
299
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
300
+ "need: you will be able to separate the products in the table by category "
301
+ "affinity."
302
+ msgstr ""
303
+
304
+ #: templates/admin/premium.php:292
305
+ msgid "CATEGORY EXCLUSION "
306
+ msgstr ""
307
+
308
+ #: templates/admin/premium.php:295
309
+ msgid ""
310
+ "In your shop there may be product categories you don't want to be affected "
311
+ "by the plugin features, deleting the comparison button for them. The premium "
312
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
313
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
314
+ "of the feature, allowing the comparison only to those products of the "
315
+ "selected categories."
316
+ msgstr ""
317
+
318
+ #: templates/admin/premium.php:305
319
+ msgid "TABLE IMAGE"
320
+ msgstr ""
321
+
322
+ #: templates/admin/premium.php:308
323
+ msgid ""
324
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
325
+ "Select an image, upload it from the option panel and show it ahead of the "
326
+ "table to your users. "
327
+ msgstr ""
328
+
329
+ #: templates/admin/premium.php:324
330
+ msgid "DYNAMIC FIELDS"
331
+ msgstr ""
332
+
333
+ #: templates/admin/premium.php:327
334
+ msgid ""
335
+ "With this precious feature, you will be able to show in the table only the "
336
+ "fields that have information in at least one of the selected products."
337
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
338
+ "be no more empty lines in your comparison table."
339
+ msgstr ""
340
+
341
+ #: templates/admin/premium.php:337
342
+ msgid "SOCIAL NETWORK SHARING"
343
+ msgstr ""
344
+
345
+ #: templates/admin/premium.php:340
346
+ msgid ""
347
+ "One of the most appealing features of the premium version of the plugin.Four "
348
+ "social network sites for your users (Facebook, Twitter, Google + and "
349
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
350
+ "products they have selected."
351
+ msgstr ""
352
+
353
+ #: templates/admin/premium.php:356
354
+ msgid "RELATED PRODUCTS"
355
+ msgstr ""
356
+
357
+ #: templates/admin/premium.php:359
358
+ msgid ""
359
+ "All the products that have common categories and/or tags with those in the "
360
+ "comparison table will be showed in a slider, right under the comparison "
361
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
362
+ "users to discover the shop products of the shop related to those they are "
363
+ "interested into."
364
+ msgstr ""
365
+
366
+ #: templates/admin/premium.php:369
367
+ msgid "CUSTOMIZABLE STYLE"
368
+ msgstr ""
369
+
370
+ #: templates/admin/premium.php:372
371
+ msgid ""
372
+ "An advanced option panel that let you change all the colors of the plugin, "
373
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
374
+ "of your shop.We know it, looks also count... and we give you the right tools "
375
+ "to get to the best result."
376
+ msgstr ""
377
+
378
+ #: templates/admin/premium.php:388
379
+ msgid "CUSTOMIZED ATTRIBUTES"
380
+ msgstr ""
381
+
382
+ #: templates/admin/premium.php:391
383
+ msgid ""
384
+ "Let you users compare products following every feature, and considering also "
385
+ "all those %1$sattributes%2$s that can be manually created in within the "
386
+ "product detail page. Every single detail will be included."
387
+ msgstr ""
388
+
389
+ #: templates/admin/premium.php:401
390
+ msgid "A TAILORED TABLE"
391
+ msgstr ""
392
+
393
+ #: templates/admin/premium.php:404
394
+ msgid ""
395
+ "Select the products you want to compare and the system will offer you the "
396
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
397
+ msgstr ""
398
+
399
+ #: templates/admin/premium.php:420
400
+ msgid "Compare list - widget"
401
+ msgstr ""
402
+
403
+ #: templates/admin/premium.php:423
404
+ msgid ""
405
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
406
+ "complete list of products added to the compare tab and avoid to open the "
407
+ "popup to check its existence. "
408
+ msgstr ""
409
+
410
+ #: templates/admin/premium.php:433
411
+ msgid "Compare counter - widget and shortcode"
412
+ msgstr ""
413
+
414
+ #: templates/admin/premium.php:436
415
+ msgid ""
416
+ "Moreover, if you want to give your users the chance to see in a glance how "
417
+ "many products they have added to the Compare list, feel free to use the "
418
+ "widget or the shortcode included. And their Compare list is always no more "
419
+ "than one click away."
420
+ msgstr ""
421
+
422
+ #: templates/compare.php:77
423
+ msgid "Close window [X]"
424
+ msgstr "بستن پنجره [X]"
425
+
426
+ #: templates/compare.php:107
427
+ msgid "No products added in the compare table."
428
+ msgstr "هیچ محصولی افزوده نشده است برای جدول سنجش"
429
+
430
+ #: widgets/class.yith-woocompare-widget.php:23
431
+ msgid "The widget shows the list of products added in the comparison table."
432
+ msgstr ""
433
+
434
+ #: widgets/class.yith-woocompare-widget.php:27
435
+ msgid "YITH WooCommerce Compare Widget"
436
+ msgstr ""
437
+
438
+ #: widgets/class.yith-woocompare-widget.php:50
439
+ msgid "Clear all"
440
+ msgstr "پاک کردن همه"
441
+
442
+ #. Plugin Name of the plugin/theme
443
+ #, fuzzy
444
+ msgid "YITH WooCommerce Compare"
445
+ msgstr "ویجت سنجش ووکاکرس YITH"
446
+
447
+ #. Plugin URI of the plugin/theme
448
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
449
+ msgstr ""
450
+
451
+ #. Description of the plugin/theme
452
+ msgid ""
453
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
454
+ "to compare in a simple and efficient way products on sale in your shop and "
455
+ "analyze their main features in a single table. <a href=\"https://yithemes."
456
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
457
+ "<strong>YITH</strong></a>."
458
+ msgstr ""
459
+
460
+ #. Author of the plugin/theme
461
+ msgid "YITH"
462
+ msgstr ""
463
+
464
+ #. Author URI of the plugin/theme
465
+ msgid "https://yithemes.com/"
466
+ msgstr ""
467
+
468
+ #~ msgid "The widget show the list of products added in the compare table."
469
+ #~ msgstr "ویجت نشان می دهد لیستی از محصولات افزوده شده در جدول سنجش"
470
+
471
+ #~ msgid "Products Compare"
472
+ #~ msgstr "سنجش محصولات"
473
+
474
+ #~ msgid "Repeat \"Price\" field at the end of the table"
475
+ #~ msgstr "تکرار گزینه \"قیمت\" در پایان جدول"
476
+
477
+ #~ msgid "Repeat \"Add to cart\" field at the end of the table"
478
+ #~ msgstr "تکرار گزینه \"افزودن به سبد خرید\" در پایان جدول"
479
+
480
+ #~ msgid "Select a date"
481
+ #~ msgstr "انتخاب روز"
482
+
483
+ #~ msgid "Hours"
484
+ #~ msgstr "ساعتها"
485
+
486
+ #~ msgid "Minutes"
487
+ #~ msgstr "دقیقه ها"
488
+
489
+ #~ msgid "Upload"
490
+ #~ msgstr "بارگذاری"
491
+
492
+ #~ msgid "Select a font family"
493
+ #~ msgstr "گزینش قلم"
494
+
495
+ #~ msgid "Regular"
496
+ #~ msgstr "معمولی"
497
+
498
+ #~ msgid "Bold"
499
+ #~ msgstr "کلفت"
500
+
501
+ #~ msgid "Extra bold"
502
+ #~ msgstr "خیلی کلفت"
503
+
504
+ #~ msgid "Italic"
505
+ #~ msgstr "کج"
506
+
507
+ #~ msgid "Italic bold"
508
+ #~ msgstr "کلفت کج"
509
+
510
+ #~ msgid "Click to preview"
511
+ #~ msgstr "کلیک برای پیش نمایش"
languages/yith-woocommerce-compare-fr_FR.po CHANGED
@@ -1,492 +1,492 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:32+0100\n"
7
- "Last-Translator: YIThemes <support@yithemes.com>\n"
8
- "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
- "Language: fr\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
-
21
- #: includes/class.yith-woocompare-admin.php:119
22
- #: includes/class.yith-woocompare-admin.php:143
23
- msgid "Settings"
24
- msgstr ""
25
-
26
- #: includes/class.yith-woocompare-admin.php:121
27
- msgid "License"
28
- msgstr ""
29
-
30
- #: includes/class.yith-woocompare-admin.php:147
31
- msgid "Premium Version"
32
- msgstr ""
33
-
34
- #: includes/class.yith-woocompare-admin.php:153
35
- msgctxt "Admin Plugin Name"
36
- msgid "WooCommerce Compare"
37
- msgstr ""
38
-
39
- #: includes/class.yith-woocompare-admin.php:154
40
- #, fuzzy
41
- msgctxt "Admin Plugin Name"
42
- msgid "Compare"
43
- msgstr "Comparer"
44
-
45
- #: includes/class.yith-woocompare-admin.php:243
46
- msgid "YITH WooCommerce Compare Activated"
47
- msgstr ""
48
-
49
- #: includes/class.yith-woocompare-admin.php:244
50
- msgid ""
51
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
- "With this menu, you can access to all the settings of our plugins that you "
53
- "have activated. YITH WooCommerce Compare is available in an outstanding "
54
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
55
- msgstr ""
56
-
57
- #: includes/class.yith-woocompare-admin.php:255
58
- msgid "YITH WooCommerce Compare Updated"
59
- msgstr ""
60
-
61
- #: includes/class.yith-woocompare-admin.php:256
62
- msgid ""
63
- "From now on, you can find all the options of YITH WooCommerce Compare under "
64
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
65
- "the previous version. When one of our plugins is updated, a new voice will "
66
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
67
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
68
- msgstr ""
69
-
70
- #: includes/class.yith-woocompare-admin.php:400
71
- msgid "Do you want to hard crop the image?"
72
- msgstr ""
73
-
74
- #: includes/class.yith-woocompare-frontend.php:223
75
- msgid "Added"
76
- msgstr "Ajouté"
77
-
78
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
79
- msgid "Product Comparison"
80
- msgstr "Comparaison de produits"
81
-
82
- #: includes/class.yith-woocompare-frontend.php:227
83
- #: includes/class.yith-woocompare-frontend.php:505
84
- #: plugin-options/general-options.php:40
85
- #: widgets/class.yith-woocompare-widget.php:51
86
- msgid "Compare"
87
- msgstr "Comparer"
88
-
89
- #: includes/class.yith-woocompare-frontend.php:229
90
- msgctxt "Label for popup close icon"
91
- msgid "Close"
92
- msgstr ""
93
-
94
- #: includes/class.yith-woocompare-frontend.php:384
95
- msgid "In stock"
96
- msgstr "En stock"
97
-
98
- #: includes/class.yith-woocompare-frontend.php:696
99
- msgid "No products to compare"
100
- msgstr "Aucun produits à comparer"
101
-
102
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
103
- msgid "Remove"
104
- msgstr "Retirer"
105
-
106
- #: includes/class.yith-woocompare-helper.php:46
107
- msgid "Image"
108
- msgstr ""
109
-
110
- #: includes/class.yith-woocompare-helper.php:47
111
- #: widgets/class.yith-woocompare-widget.php:68
112
- msgid "Title"
113
- msgstr "Titre"
114
-
115
- #: includes/class.yith-woocompare-helper.php:48
116
- msgid "Price"
117
- msgstr "Prix"
118
-
119
- #: includes/class.yith-woocompare-helper.php:49
120
- msgid "Add to cart"
121
- msgstr "Ajouter au panier"
122
-
123
- #: includes/class.yith-woocompare-helper.php:50
124
- msgid "Description"
125
- msgstr ""
126
-
127
- #: includes/class.yith-woocompare-helper.php:51
128
- msgid "Sku"
129
- msgstr ""
130
-
131
- #: includes/class.yith-woocompare-helper.php:52
132
- msgid "Availability"
133
- msgstr "Disponibilité"
134
-
135
- #: includes/class.yith-woocompare-helper.php:53
136
- msgid "Weight"
137
- msgstr ""
138
-
139
- #: includes/class.yith-woocompare-helper.php:54
140
- msgid "Dimensions"
141
- msgstr ""
142
-
143
- #: init.php:42
144
- msgid ""
145
- "YITH WooCommerce Compare is enabled but not effective. It requires "
146
- "WooCommerce in order to work."
147
- msgstr ""
148
-
149
- #: init.php:50
150
- msgid ""
151
- "You can't activate the free version of YITH WooCommerce Compare while you "
152
- "are using the premium one."
153
- msgstr ""
154
-
155
- #: plugin-options/general-options.php:17
156
- msgid "General Settings"
157
- msgstr "Réglages"
158
-
159
- #: plugin-options/general-options.php:24
160
- msgid "Link or Button"
161
- msgstr "Lien ou bouton"
162
-
163
- #: plugin-options/general-options.php:25
164
- #, fuzzy
165
- msgid "Choose if you want to use a link or a button for the comepare actions."
166
- msgstr "utiliser un lien ou un bouton"
167
-
168
- #: plugin-options/general-options.php:31
169
- msgid "Link"
170
- msgstr "lien"
171
-
172
- #: plugin-options/general-options.php:32
173
- msgid "Button"
174
- msgstr "bouton"
175
-
176
- #: plugin-options/general-options.php:37
177
- msgid "Link/Button text"
178
- msgstr "texte du lien ou bouton"
179
-
180
- #: plugin-options/general-options.php:38
181
- msgid "Type the text to use for the button or the link of the compare."
182
- msgstr "inscriver le texte pour le bouton ou le lien pour comparer"
183
-
184
- #: plugin-options/general-options.php:45
185
- msgid "Show button in single product page"
186
- msgstr "montrer le bouton sur page produit"
187
-
188
- #: plugin-options/general-options.php:46
189
- msgid "Say if you want to show the button in the single product page."
190
- msgstr "dites si vous souhaitez montrer le bouton sur page produit"
191
-
192
- #: plugin-options/general-options.php:53
193
- msgid "Show button in products list"
194
- msgstr "montrer le bouton sur liste de produit"
195
-
196
- #: plugin-options/general-options.php:54
197
- msgid "Say if you want to show the button in the products list."
198
- msgstr "dites si vous souhaitez montrer le bouton sur liste de produit"
199
-
200
- #: plugin-options/general-options.php:61
201
- msgid "Open automatically lightbox"
202
- msgstr "ouverture lightbox auto"
203
-
204
- #: plugin-options/general-options.php:62
205
- msgid "Open link after click into \"Compare\" button\"."
206
- msgstr "ouvrir lien apres le click sur bouton"
207
-
208
- #: plugin-options/general-options.php:74
209
- msgid "Table Settings"
210
- msgstr "reglages panneau"
211
-
212
- #: plugin-options/general-options.php:81
213
- msgid "Table title"
214
- msgstr ""
215
-
216
- #: plugin-options/general-options.php:82
217
- msgid "Type the text to use for the table title."
218
- msgstr ""
219
-
220
- #: plugin-options/general-options.php:84 templates/compare.php:22
221
- msgid "Compare products"
222
- msgstr "Comparer les produits"
223
-
224
- #: plugin-options/general-options.php:89
225
- msgid "Fields to show"
226
- msgstr "champs a montrer"
227
-
228
- #: plugin-options/general-options.php:90
229
- msgid ""
230
- "Select the fields to show in the comparison table and order them by "
231
- "drag&drop (are included also the woocommerce attributes)"
232
- msgstr ""
233
- "selectionnez les champs a montrer dans le tabelau de comparaison (en faisant "
234
- "glisser deposer)"
235
-
236
- #: plugin-options/general-options.php:97
237
- msgid "Repeat \"Price\" field"
238
- msgstr ""
239
-
240
- #: plugin-options/general-options.php:98
241
- msgid "Repeat the \"Price\" field at the end of the table"
242
- msgstr ""
243
-
244
- #: plugin-options/general-options.php:105
245
- msgid "Repeat \"Add to cart\" field"
246
- msgstr ""
247
-
248
- #: plugin-options/general-options.php:106
249
- msgid "Repeat the \"Add to cart\" field at the end of the table"
250
- msgstr ""
251
-
252
- #: plugin-options/general-options.php:113
253
- msgid "Image size"
254
- msgstr "taille image"
255
-
256
- #: plugin-options/general-options.php:114
257
- msgid "Set the size for the images"
258
- msgstr "ajuster tialle image"
259
-
260
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
261
- msgid ""
262
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
263
- "benefit from all features!"
264
- msgstr ""
265
-
266
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
267
- msgid "UPGRADE"
268
- msgstr ""
269
-
270
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
271
- msgid "to the premium version"
272
- msgstr ""
273
-
274
- #: templates/admin/premium.php:252
275
- msgid "Premium Features"
276
- msgstr ""
277
-
278
- #: templates/admin/premium.php:260
279
- msgid "A DEDICATED PAGE"
280
- msgstr ""
281
-
282
- #: templates/admin/premium.php:263
283
- msgid ""
284
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
285
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
286
- "created automatically in your site and, adding it among the menu entries, "
287
- "you will be able to give to your users the chance to access it easily "
288
- "whenever they want."
289
- msgstr ""
290
-
291
- #: templates/admin/premium.php:273
292
- msgid "CATEGORY COMPARATION"
293
- msgstr ""
294
-
295
- #: templates/admin/premium.php:276
296
- msgid ""
297
- "People are often confused by finding products of different categories in the "
298
- "comparison table, creating difficulties in comparing the products they are "
299
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
300
- "need: you will be able to separate the products in the table by category "
301
- "affinity."
302
- msgstr ""
303
-
304
- #: templates/admin/premium.php:292
305
- msgid "CATEGORY EXCLUSION "
306
- msgstr ""
307
-
308
- #: templates/admin/premium.php:295
309
- msgid ""
310
- "In your shop there may be product categories you don't want to be affected "
311
- "by the plugin features, deleting the comparison button for them. The premium "
312
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
313
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
314
- "of the feature, allowing the comparison only to those products of the "
315
- "selected categories."
316
- msgstr ""
317
-
318
- #: templates/admin/premium.php:305
319
- msgid "TABLE IMAGE"
320
- msgstr ""
321
-
322
- #: templates/admin/premium.php:308
323
- msgid ""
324
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
325
- "Select an image, upload it from the option panel and show it ahead of the "
326
- "table to your users. "
327
- msgstr ""
328
-
329
- #: templates/admin/premium.php:324
330
- msgid "DYNAMIC FIELDS"
331
- msgstr ""
332
-
333
- #: templates/admin/premium.php:327
334
- msgid ""
335
- "With this precious feature, you will be able to show in the table only the "
336
- "fields that have information in at least one of the selected products."
337
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
338
- "be no more empty lines in your comparison table."
339
- msgstr ""
340
-
341
- #: templates/admin/premium.php:337
342
- msgid "SOCIAL NETWORK SHARING"
343
- msgstr ""
344
-
345
- #: templates/admin/premium.php:340
346
- msgid ""
347
- "One of the most appealing features of the premium version of the plugin.Four "
348
- "social network sites for your users (Facebook, Twitter, Google + and "
349
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
350
- "products they have selected."
351
- msgstr ""
352
-
353
- #: templates/admin/premium.php:356
354
- msgid "RELATED PRODUCTS"
355
- msgstr ""
356
-
357
- #: templates/admin/premium.php:359
358
- msgid ""
359
- "All the products that have common categories and/or tags with those in the "
360
- "comparison table will be showed in a slider, right under the comparison "
361
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
362
- "users to discover the shop products of the shop related to those they are "
363
- "interested into."
364
- msgstr ""
365
-
366
- #: templates/admin/premium.php:369
367
- msgid "CUSTOMIZABLE STYLE"
368
- msgstr ""
369
-
370
- #: templates/admin/premium.php:372
371
- msgid ""
372
- "An advanced option panel that let you change all the colors of the plugin, "
373
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
374
- "of your shop.We know it, looks also count... and we give you the right tools "
375
- "to get to the best result."
376
- msgstr ""
377
-
378
- #: templates/admin/premium.php:388
379
- msgid "CUSTOMIZED ATTRIBUTES"
380
- msgstr ""
381
-
382
- #: templates/admin/premium.php:391
383
- msgid ""
384
- "Let you users compare products following every feature, and considering also "
385
- "all those %1$sattributes%2$s that can be manually created in within the "
386
- "product detail page. Every single detail will be included."
387
- msgstr ""
388
-
389
- #: templates/admin/premium.php:401
390
- msgid "A TAILORED TABLE"
391
- msgstr ""
392
-
393
- #: templates/admin/premium.php:404
394
- msgid ""
395
- "Select the products you want to compare and the system will offer you the "
396
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
397
- msgstr ""
398
-
399
- #: templates/admin/premium.php:420
400
- msgid "Compare list - widget"
401
- msgstr ""
402
-
403
- #: templates/admin/premium.php:423
404
- msgid ""
405
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
406
- "complete list of products added to the compare tab and avoid to open the "
407
- "popup to check its existence. "
408
- msgstr ""
409
-
410
- #: templates/admin/premium.php:433
411
- msgid "Compare counter - widget and shortcode"
412
- msgstr ""
413
-
414
- #: templates/admin/premium.php:436
415
- msgid ""
416
- "Moreover, if you want to give your users the chance to see in a glance how "
417
- "many products they have added to the Compare list, feel free to use the "
418
- "widget or the shortcode included. And their Compare list is always no more "
419
- "than one click away."
420
- msgstr ""
421
-
422
- #: templates/compare.php:77
423
- msgid "Close window [X]"
424
- msgstr "Fermer ce tableau"
425
-
426
- #: templates/compare.php:107
427
- msgid "No products added in the compare table."
428
- msgstr "Aucun produit à comparer"
429
-
430
- #: widgets/class.yith-woocompare-widget.php:23
431
- msgid "The widget shows the list of products added in the comparison table."
432
- msgstr ""
433
-
434
- #: widgets/class.yith-woocompare-widget.php:27
435
- msgid "YITH WooCommerce Compare Widget"
436
- msgstr ""
437
-
438
- #: widgets/class.yith-woocompare-widget.php:50
439
- msgid "Clear all"
440
- msgstr "Retirer tout"
441
-
442
- #. Plugin Name of the plugin/theme
443
- msgid "YITH WooCommerce Compare"
444
- msgstr ""
445
-
446
- #. Plugin URI of the plugin/theme
447
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
448
- msgstr ""
449
-
450
- #. Description of the plugin/theme
451
- msgid ""
452
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
453
- "to compare in a simple and efficient way products on sale in your shop and "
454
- "analyze their main features in a single table. <a href=\"https://yithemes."
455
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
456
- "<strong>YITH</strong></a>."
457
- msgstr ""
458
-
459
- #. Author of the plugin/theme
460
- msgid "YITH"
461
- msgstr ""
462
-
463
- #. Author URI of the plugin/theme
464
- msgid "https://yithemes.com/"
465
- msgstr ""
466
-
467
- #~ msgid "The widget show the list of products added in the compare table."
468
- #~ msgstr "le widget montre les produits à comparer"
469
-
470
- #~ msgid "Products Compare"
471
- #~ msgstr "Comparaison de produits"
472
-
473
- #~ msgid "Repeat \"Price\" field at the end of the table"
474
- #~ msgstr "Repeter le prix à la fin du tabelau"
475
-
476
- #~ msgid "Repeat \"Add to cart\" field at the end of the table"
477
- #~ msgstr "repeter ajout au panier a la fin du tableau"
478
-
479
- #~ msgid "Select a date"
480
- #~ msgstr "Choisir une date"
481
-
482
- #~ msgid "Hours"
483
- #~ msgstr "Heures"
484
-
485
- #~ msgid "Minutes"
486
- #~ msgstr "Minutes"
487
-
488
- #~ msgid "Upload"
489
- #~ msgstr "Mettre en ligne"
490
-
491
- #~ msgid "Click to preview"
492
- #~ msgstr "Cliquer pour previsualiser"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:32+0100\n"
7
+ "Last-Translator: YIThemes <support@yithemes.com>\n"
8
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
+ "Language: fr\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
+
21
+ #: includes/class.yith-woocompare-admin.php:119
22
+ #: includes/class.yith-woocompare-admin.php:143
23
+ msgid "Settings"
24
+ msgstr ""
25
+
26
+ #: includes/class.yith-woocompare-admin.php:121
27
+ msgid "License"
28
+ msgstr ""
29
+
30
+ #: includes/class.yith-woocompare-admin.php:147
31
+ msgid "Premium Version"
32
+ msgstr ""
33
+
34
+ #: includes/class.yith-woocompare-admin.php:153
35
+ msgctxt "Admin Plugin Name"
36
+ msgid "WooCommerce Compare"
37
+ msgstr ""
38
+
39
+ #: includes/class.yith-woocompare-admin.php:154
40
+ #, fuzzy
41
+ msgctxt "Admin Plugin Name"
42
+ msgid "Compare"
43
+ msgstr "Comparer"
44
+
45
+ #: includes/class.yith-woocompare-admin.php:243
46
+ msgid "YITH WooCommerce Compare Activated"
47
+ msgstr ""
48
+
49
+ #: includes/class.yith-woocompare-admin.php:244
50
+ msgid ""
51
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
52
+ "With this menu, you can access to all the settings of our plugins that you "
53
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
54
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
55
+ msgstr ""
56
+
57
+ #: includes/class.yith-woocompare-admin.php:255
58
+ msgid "YITH WooCommerce Compare Updated"
59
+ msgstr ""
60
+
61
+ #: includes/class.yith-woocompare-admin.php:256
62
+ msgid ""
63
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
64
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
65
+ "the previous version. When one of our plugins is updated, a new voice will "
66
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
67
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
68
+ msgstr ""
69
+
70
+ #: includes/class.yith-woocompare-admin.php:400
71
+ msgid "Do you want to hard crop the image?"
72
+ msgstr ""
73
+
74
+ #: includes/class.yith-woocompare-frontend.php:223
75
+ msgid "Added"
76
+ msgstr "Ajouté"
77
+
78
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
79
+ msgid "Product Comparison"
80
+ msgstr "Comparaison de produits"
81
+
82
+ #: includes/class.yith-woocompare-frontend.php:227
83
+ #: includes/class.yith-woocompare-frontend.php:505
84
+ #: plugin-options/general-options.php:40
85
+ #: widgets/class.yith-woocompare-widget.php:51
86
+ msgid "Compare"
87
+ msgstr "Comparer"
88
+
89
+ #: includes/class.yith-woocompare-frontend.php:229
90
+ msgctxt "Label for popup close icon"
91
+ msgid "Close"
92
+ msgstr ""
93
+
94
+ #: includes/class.yith-woocompare-frontend.php:384
95
+ msgid "In stock"
96
+ msgstr "En stock"
97
+
98
+ #: includes/class.yith-woocompare-frontend.php:696
99
+ msgid "No products to compare"
100
+ msgstr "Aucun produits à comparer"
101
+
102
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
103
+ msgid "Remove"
104
+ msgstr "Retirer"
105
+
106
+ #: includes/class.yith-woocompare-helper.php:46
107
+ msgid "Image"
108
+ msgstr ""
109
+
110
+ #: includes/class.yith-woocompare-helper.php:47
111
+ #: widgets/class.yith-woocompare-widget.php:68
112
+ msgid "Title"
113
+ msgstr "Titre"
114
+
115
+ #: includes/class.yith-woocompare-helper.php:48
116
+ msgid "Price"
117
+ msgstr "Prix"
118
+
119
+ #: includes/class.yith-woocompare-helper.php:49
120
+ msgid "Add to cart"
121
+ msgstr "Ajouter au panier"
122
+
123
+ #: includes/class.yith-woocompare-helper.php:50
124
+ msgid "Description"
125
+ msgstr ""
126
+
127
+ #: includes/class.yith-woocompare-helper.php:51
128
+ msgid "Sku"
129
+ msgstr ""
130
+
131
+ #: includes/class.yith-woocompare-helper.php:52
132
+ msgid "Availability"
133
+ msgstr "Disponibilité"
134
+
135
+ #: includes/class.yith-woocompare-helper.php:53
136
+ msgid "Weight"
137
+ msgstr ""
138
+
139
+ #: includes/class.yith-woocompare-helper.php:54
140
+ msgid "Dimensions"
141
+ msgstr ""
142
+
143
+ #: init.php:42
144
+ msgid ""
145
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
146
+ "WooCommerce in order to work."
147
+ msgstr ""
148
+
149
+ #: init.php:50
150
+ msgid ""
151
+ "You can't activate the free version of YITH WooCommerce Compare while you "
152
+ "are using the premium one."
153
+ msgstr ""
154
+
155
+ #: plugin-options/general-options.php:17
156
+ msgid "General Settings"
157
+ msgstr "Réglages"
158
+
159
+ #: plugin-options/general-options.php:24
160
+ msgid "Link or Button"
161
+ msgstr "Lien ou bouton"
162
+
163
+ #: plugin-options/general-options.php:25
164
+ #, fuzzy
165
+ msgid "Choose if you want to use a link or a button for the comepare actions."
166
+ msgstr "utiliser un lien ou un bouton"
167
+
168
+ #: plugin-options/general-options.php:31
169
+ msgid "Link"
170
+ msgstr "lien"
171
+
172
+ #: plugin-options/general-options.php:32
173
+ msgid "Button"
174
+ msgstr "bouton"
175
+
176
+ #: plugin-options/general-options.php:37
177
+ msgid "Link/Button text"
178
+ msgstr "texte du lien ou bouton"
179
+
180
+ #: plugin-options/general-options.php:38
181
+ msgid "Type the text to use for the button or the link of the compare."
182
+ msgstr "inscriver le texte pour le bouton ou le lien pour comparer"
183
+
184
+ #: plugin-options/general-options.php:45
185
+ msgid "Show button in single product page"
186
+ msgstr "montrer le bouton sur page produit"
187
+
188
+ #: plugin-options/general-options.php:46
189
+ msgid "Say if you want to show the button in the single product page."
190
+ msgstr "dites si vous souhaitez montrer le bouton sur page produit"
191
+
192
+ #: plugin-options/general-options.php:53
193
+ msgid "Show button in products list"
194
+ msgstr "montrer le bouton sur liste de produit"
195
+
196
+ #: plugin-options/general-options.php:54
197
+ msgid "Say if you want to show the button in the products list."
198
+ msgstr "dites si vous souhaitez montrer le bouton sur liste de produit"
199
+
200
+ #: plugin-options/general-options.php:61
201
+ msgid "Open automatically lightbox"
202
+ msgstr "ouverture lightbox auto"
203
+
204
+ #: plugin-options/general-options.php:62
205
+ msgid "Open link after click into \"Compare\" button\"."
206
+ msgstr "ouvrir lien apres le click sur bouton"
207
+
208
+ #: plugin-options/general-options.php:74
209
+ msgid "Table Settings"
210
+ msgstr "reglages panneau"
211
+
212
+ #: plugin-options/general-options.php:81
213
+ msgid "Table title"
214
+ msgstr ""
215
+
216
+ #: plugin-options/general-options.php:82
217
+ msgid "Type the text to use for the table title."
218
+ msgstr ""
219
+
220
+ #: plugin-options/general-options.php:84 templates/compare.php:22
221
+ msgid "Compare products"
222
+ msgstr "Comparer les produits"
223
+
224
+ #: plugin-options/general-options.php:89
225
+ msgid "Fields to show"
226
+ msgstr "champs a montrer"
227
+
228
+ #: plugin-options/general-options.php:90
229
+ msgid ""
230
+ "Select the fields to show in the comparison table and order them by "
231
+ "drag&drop (are included also the woocommerce attributes)"
232
+ msgstr ""
233
+ "selectionnez les champs a montrer dans le tabelau de comparaison (en faisant "
234
+ "glisser deposer)"
235
+
236
+ #: plugin-options/general-options.php:97
237
+ msgid "Repeat \"Price\" field"
238
+ msgstr ""
239
+
240
+ #: plugin-options/general-options.php:98
241
+ msgid "Repeat the \"Price\" field at the end of the table"
242
+ msgstr ""
243
+
244
+ #: plugin-options/general-options.php:105
245
+ msgid "Repeat \"Add to cart\" field"
246
+ msgstr ""
247
+
248
+ #: plugin-options/general-options.php:106
249
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
250
+ msgstr ""
251
+
252
+ #: plugin-options/general-options.php:113
253
+ msgid "Image size"
254
+ msgstr "taille image"
255
+
256
+ #: plugin-options/general-options.php:114
257
+ msgid "Set the size for the images"
258
+ msgstr "ajuster tialle image"
259
+
260
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
261
+ msgid ""
262
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
263
+ "benefit from all features!"
264
+ msgstr ""
265
+
266
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
267
+ msgid "UPGRADE"
268
+ msgstr ""
269
+
270
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
271
+ msgid "to the premium version"
272
+ msgstr ""
273
+
274
+ #: templates/admin/premium.php:252
275
+ msgid "Premium Features"
276
+ msgstr ""
277
+
278
+ #: templates/admin/premium.php:260
279
+ msgid "A DEDICATED PAGE"
280
+ msgstr ""
281
+
282
+ #: templates/admin/premium.php:263
283
+ msgid ""
284
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
285
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
286
+ "created automatically in your site and, adding it among the menu entries, "
287
+ "you will be able to give to your users the chance to access it easily "
288
+ "whenever they want."
289
+ msgstr ""
290
+
291
+ #: templates/admin/premium.php:273
292
+ msgid "CATEGORY COMPARATION"
293
+ msgstr ""
294
+
295
+ #: templates/admin/premium.php:276
296
+ msgid ""
297
+ "People are often confused by finding products of different categories in the "
298
+ "comparison table, creating difficulties in comparing the products they are "
299
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
300
+ "need: you will be able to separate the products in the table by category "
301
+ "affinity."
302
+ msgstr ""
303
+
304
+ #: templates/admin/premium.php:292
305
+ msgid "CATEGORY EXCLUSION "
306
+ msgstr ""
307
+
308
+ #: templates/admin/premium.php:295
309
+ msgid ""
310
+ "In your shop there may be product categories you don't want to be affected "
311
+ "by the plugin features, deleting the comparison button for them. The premium "
312
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
313
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
314
+ "of the feature, allowing the comparison only to those products of the "
315
+ "selected categories."
316
+ msgstr ""
317
+
318
+ #: templates/admin/premium.php:305
319
+ msgid "TABLE IMAGE"
320
+ msgstr ""
321
+
322
+ #: templates/admin/premium.php:308
323
+ msgid ""
324
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
325
+ "Select an image, upload it from the option panel and show it ahead of the "
326
+ "table to your users. "
327
+ msgstr ""
328
+
329
+ #: templates/admin/premium.php:324
330
+ msgid "DYNAMIC FIELDS"
331
+ msgstr ""
332
+
333
+ #: templates/admin/premium.php:327
334
+ msgid ""
335
+ "With this precious feature, you will be able to show in the table only the "
336
+ "fields that have information in at least one of the selected products."
337
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
338
+ "be no more empty lines in your comparison table."
339
+ msgstr ""
340
+
341
+ #: templates/admin/premium.php:337
342
+ msgid "SOCIAL NETWORK SHARING"
343
+ msgstr ""
344
+
345
+ #: templates/admin/premium.php:340
346
+ msgid ""
347
+ "One of the most appealing features of the premium version of the plugin.Four "
348
+ "social network sites for your users (Facebook, Twitter, Google + and "
349
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
350
+ "products they have selected."
351
+ msgstr ""
352
+
353
+ #: templates/admin/premium.php:356
354
+ msgid "RELATED PRODUCTS"
355
+ msgstr ""
356
+
357
+ #: templates/admin/premium.php:359
358
+ msgid ""
359
+ "All the products that have common categories and/or tags with those in the "
360
+ "comparison table will be showed in a slider, right under the comparison "
361
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
362
+ "users to discover the shop products of the shop related to those they are "
363
+ "interested into."
364
+ msgstr ""
365
+
366
+ #: templates/admin/premium.php:369
367
+ msgid "CUSTOMIZABLE STYLE"
368
+ msgstr ""
369
+
370
+ #: templates/admin/premium.php:372
371
+ msgid ""
372
+ "An advanced option panel that let you change all the colors of the plugin, "
373
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
374
+ "of your shop.We know it, looks also count... and we give you the right tools "
375
+ "to get to the best result."
376
+ msgstr ""
377
+
378
+ #: templates/admin/premium.php:388
379
+ msgid "CUSTOMIZED ATTRIBUTES"
380
+ msgstr ""
381
+
382
+ #: templates/admin/premium.php:391
383
+ msgid ""
384
+ "Let you users compare products following every feature, and considering also "
385
+ "all those %1$sattributes%2$s that can be manually created in within the "
386
+ "product detail page. Every single detail will be included."
387
+ msgstr ""
388
+
389
+ #: templates/admin/premium.php:401
390
+ msgid "A TAILORED TABLE"
391
+ msgstr ""
392
+
393
+ #: templates/admin/premium.php:404
394
+ msgid ""
395
+ "Select the products you want to compare and the system will offer you the "
396
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
397
+ msgstr ""
398
+
399
+ #: templates/admin/premium.php:420
400
+ msgid "Compare list - widget"
401
+ msgstr ""
402
+
403
+ #: templates/admin/premium.php:423
404
+ msgid ""
405
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
406
+ "complete list of products added to the compare tab and avoid to open the "
407
+ "popup to check its existence. "
408
+ msgstr ""
409
+
410
+ #: templates/admin/premium.php:433
411
+ msgid "Compare counter - widget and shortcode"
412
+ msgstr ""
413
+
414
+ #: templates/admin/premium.php:436
415
+ msgid ""
416
+ "Moreover, if you want to give your users the chance to see in a glance how "
417
+ "many products they have added to the Compare list, feel free to use the "
418
+ "widget or the shortcode included. And their Compare list is always no more "
419
+ "than one click away."
420
+ msgstr ""
421
+
422
+ #: templates/compare.php:77
423
+ msgid "Close window [X]"
424
+ msgstr "Fermer ce tableau"
425
+
426
+ #: templates/compare.php:107
427
+ msgid "No products added in the compare table."
428
+ msgstr "Aucun produit à comparer"
429
+
430
+ #: widgets/class.yith-woocompare-widget.php:23
431
+ msgid "The widget shows the list of products added in the comparison table."
432
+ msgstr ""
433
+
434
+ #: widgets/class.yith-woocompare-widget.php:27
435
+ msgid "YITH WooCommerce Compare Widget"
436
+ msgstr ""
437
+
438
+ #: widgets/class.yith-woocompare-widget.php:50
439
+ msgid "Clear all"
440
+ msgstr "Retirer tout"
441
+
442
+ #. Plugin Name of the plugin/theme
443
+ msgid "YITH WooCommerce Compare"
444
+ msgstr ""
445
+
446
+ #. Plugin URI of the plugin/theme
447
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
448
+ msgstr ""
449
+
450
+ #. Description of the plugin/theme
451
+ msgid ""
452
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
453
+ "to compare in a simple and efficient way products on sale in your shop and "
454
+ "analyze their main features in a single table. <a href=\"https://yithemes."
455
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
456
+ "<strong>YITH</strong></a>."
457
+ msgstr ""
458
+
459
+ #. Author of the plugin/theme
460
+ msgid "YITH"
461
+ msgstr ""
462
+
463
+ #. Author URI of the plugin/theme
464
+ msgid "https://yithemes.com/"
465
+ msgstr ""
466
+
467
+ #~ msgid "The widget show the list of products added in the compare table."
468
+ #~ msgstr "le widget montre les produits à comparer"
469
+
470
+ #~ msgid "Products Compare"
471
+ #~ msgstr "Comparaison de produits"
472
+
473
+ #~ msgid "Repeat \"Price\" field at the end of the table"
474
+ #~ msgstr "Repeter le prix à la fin du tabelau"
475
+
476
+ #~ msgid "Repeat \"Add to cart\" field at the end of the table"
477
+ #~ msgstr "repeter ajout au panier a la fin du tableau"
478
+
479
+ #~ msgid "Select a date"
480
+ #~ msgstr "Choisir une date"
481
+
482
+ #~ msgid "Hours"
483
+ #~ msgstr "Heures"
484
+
485
+ #~ msgid "Minutes"
486
+ #~ msgstr "Minutes"
487
+
488
+ #~ msgid "Upload"
489
+ #~ msgstr "Mettre en ligne"
490
+
491
+ #~ msgid "Click to preview"
492
+ #~ msgstr "Cliquer pour previsualiser"
languages/yith-woocommerce-compare-it_IT.po CHANGED
@@ -1,1297 +1,1297 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:32+0100\n"
7
- "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
- "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
- "Language: it\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
-
21
- #: includes/class.yith-woocompare-admin.php:119
22
- #: includes/class.yith-woocompare-admin.php:143
23
- msgid "Settings"
24
- msgstr "Impostazioni"
25
-
26
- #: includes/class.yith-woocompare-admin.php:121
27
- msgid "License"
28
- msgstr ""
29
-
30
- #: includes/class.yith-woocompare-admin.php:147
31
- msgid "Premium Version"
32
- msgstr "Versione premium"
33
-
34
- #: includes/class.yith-woocompare-admin.php:153
35
- #, fuzzy
36
- msgctxt "Admin Plugin Name"
37
- msgid "WooCommerce Compare"
38
- msgstr "Modalità Manutenzione"
39
-
40
- #: includes/class.yith-woocompare-admin.php:154
41
- #, fuzzy
42
- msgctxt "Admin Plugin Name"
43
- msgid "Compare"
44
- msgstr "Confronta"
45
-
46
- #: includes/class.yith-woocompare-admin.php:243
47
- msgid "YITH WooCommerce Compare Activated"
48
- msgstr "YITH WooCommerce Compare attivato"
49
-
50
- #: includes/class.yith-woocompare-admin.php:244
51
- msgid ""
52
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
- "With this menu, you can access to all the settings of our plugins that you "
54
- "have activated. YITH WooCommerce Compare is available in an outstanding "
55
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
- msgstr ""
57
- "Nella scheda YIT Plugins puoi trovare tutte le opzioni di YITH WooCommerce "
58
- "Compare. Da questo menù potrai accedere a tutte le impostazioni dei plugin "
59
- "YITH installati. È disponibile un'eccezionale versione PREMIUM di YITH "
60
- "WooCommerce Compare con molte nuove opzioni, <a href=\"%s\">scoprila subito</"
61
- "a>."
62
-
63
- #: includes/class.yith-woocompare-admin.php:255
64
- msgid "YITH WooCommerce Compare Updated"
65
- msgstr "YITH WooCommerce Compare aggiornato"
66
-
67
- #: includes/class.yith-woocompare-admin.php:256
68
- msgid ""
69
- "From now on, you can find all the options of YITH WooCommerce Compare under "
70
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
71
- "the previous version. When one of our plugins is updated, a new voice will "
72
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
73
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
74
- msgstr ""
75
- "Da questo momento, puoi trovare tutte le opzioni di YITH WooCommerce Compare "
76
- "in YIT Plugins > Compare invece che come era nella versione precedente in "
77
- "WooCommerce > Impostazioni > Compare. Quando uno dei nostri plugin viene "
78
- "aggiornato, sarà aggiunta una nuova voce di a questo menù. YITH WooCommerce "
79
- "Compare è stato aggiornato includendo nuove opzioni, <a href=\"%s\">scopri "
80
- "la versione PREMIUM</a>."
81
-
82
- #: includes/class.yith-woocompare-admin.php:400
83
- msgid "Do you want to hard crop the image?"
84
- msgstr "Vuoi ritagliare questa immagine?"
85
-
86
- #: includes/class.yith-woocompare-frontend.php:223
87
- msgid "Added"
88
- msgstr "Aggiunto"
89
-
90
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
91
- msgid "Product Comparison"
92
- msgstr "Comparazione Prodotto"
93
-
94
- #: includes/class.yith-woocompare-frontend.php:227
95
- #: includes/class.yith-woocompare-frontend.php:505
96
- #: plugin-options/general-options.php:40
97
- #: widgets/class.yith-woocompare-widget.php:51
98
- msgid "Compare"
99
- msgstr "Confronta"
100
-
101
- #: includes/class.yith-woocompare-frontend.php:229
102
- #, fuzzy
103
- msgctxt "Label for popup close icon"
104
- msgid "Close"
105
- msgstr "Chiudi"
106
-
107
- #: includes/class.yith-woocompare-frontend.php:384
108
- msgid "In stock"
109
- msgstr "In stock"
110
-
111
- #: includes/class.yith-woocompare-frontend.php:696
112
- msgid "No products to compare"
113
- msgstr "Nessun prodotto da comparare"
114
-
115
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
116
- msgid "Remove"
117
- msgstr "Rimuovi"
118
-
119
- #: includes/class.yith-woocompare-helper.php:46
120
- msgid "Image"
121
- msgstr "Immagine"
122
-
123
- #: includes/class.yith-woocompare-helper.php:47
124
- #: widgets/class.yith-woocompare-widget.php:68
125
- msgid "Title"
126
- msgstr "Titolo"
127
-
128
- #: includes/class.yith-woocompare-helper.php:48
129
- msgid "Price"
130
- msgstr "Prezzo"
131
-
132
- #: includes/class.yith-woocompare-helper.php:49
133
- msgid "Add to cart"
134
- msgstr "Aggiungi al carrello"
135
-
136
- #: includes/class.yith-woocompare-helper.php:50
137
- msgid "Description"
138
- msgstr "Descrizione"
139
-
140
- #: includes/class.yith-woocompare-helper.php:51
141
- msgid "Sku"
142
- msgstr ""
143
-
144
- #: includes/class.yith-woocompare-helper.php:52
145
- msgid "Availability"
146
- msgstr "Disponibilità"
147
-
148
- #: includes/class.yith-woocompare-helper.php:53
149
- msgid "Weight"
150
- msgstr "Peso"
151
-
152
- #: includes/class.yith-woocompare-helper.php:54
153
- msgid "Dimensions"
154
- msgstr "Dimensioni"
155
-
156
- #: init.php:42
157
- msgid ""
158
- "YITH WooCommerce Compare is enabled but not effective. It requires "
159
- "WooCommerce in order to work."
160
- msgstr ""
161
- "YITH WooCommerce Compare è abilitato ma non in funzione. Devi aver "
162
- "installato WooCommerce perché questo possa funzionare correttamente."
163
-
164
- #: init.php:50
165
- msgid ""
166
- "You can't activate the free version of YITH WooCommerce Compare while you "
167
- "are using the premium one."
168
- msgstr ""
169
- "Non è possibile attrivare la versione free di YITH WooCommerce Compare se "
170
- "stai già utilizzando la premium."
171
-
172
- #: plugin-options/general-options.php:17
173
- msgid "General Settings"
174
- msgstr "Impostazioni Generali"
175
-
176
- #: plugin-options/general-options.php:24
177
- msgid "Link or Button"
178
- msgstr "Collegamento o pulsante"
179
-
180
- #: plugin-options/general-options.php:25
181
- msgid "Choose if you want to use a link or a button for the comepare actions."
182
- msgstr ""
183
- "Scegli se utilizzare un linko un pulsante per confrontare i tuoi prodotti."
184
-
185
- #: plugin-options/general-options.php:31
186
- msgid "Link"
187
- msgstr "Collegamento"
188
-
189
- #: plugin-options/general-options.php:32
190
- msgid "Button"
191
- msgstr "Pulsante"
192
-
193
- #: plugin-options/general-options.php:37
194
- msgid "Link/Button text"
195
- msgstr "Testo collegamento/pulsante"
196
-
197
- #: plugin-options/general-options.php:38
198
- msgid "Type the text to use for the button or the link of the compare."
199
- msgstr ""
200
- "Inserisci il testo da utilizzare per il pulsante o il collegamento che ti "
201
- "permetterà di confrontare i prodotti."
202
-
203
- #: plugin-options/general-options.php:45
204
- msgid "Show button in single product page"
205
- msgstr "Mostra pulsante nella pagina dettaglio prodotto"
206
-
207
- #: plugin-options/general-options.php:46
208
- msgid "Say if you want to show the button in the single product page."
209
- msgstr ""
210
- "Scegli se vuoi mostrare il pulsante nella pagina dettaglio del prodotto."
211
-
212
- #: plugin-options/general-options.php:53
213
- msgid "Show button in products list"
214
- msgstr "Mostra pulsante nella lista prodotti"
215
-
216
- #: plugin-options/general-options.php:54
217
- msgid "Say if you want to show the button in the products list."
218
- msgstr "Imposta se vuoi mostrare il pulsante nella lista prodotti."
219
-
220
- #: plugin-options/general-options.php:61
221
- msgid "Open automatically lightbox"
222
- msgstr "Apri lightbox automaticamente"
223
-
224
- #: plugin-options/general-options.php:62
225
- msgid "Open link after click into \"Compare\" button\"."
226
- msgstr "Apri pagina dopo aver cliccato sul pulsante \"Confronta\"."
227
-
228
- #: plugin-options/general-options.php:74
229
- msgid "Table Settings"
230
- msgstr "Impostazioni tabella."
231
-
232
- #: plugin-options/general-options.php:81
233
- msgid "Table title"
234
- msgstr "Titolo tabella"
235
-
236
- #: plugin-options/general-options.php:82
237
- msgid "Type the text to use for the table title."
238
- msgstr "Inserisci il testo da utilizzare come titolo della tabella."
239
-
240
- #: plugin-options/general-options.php:84 templates/compare.php:22
241
- msgid "Compare products"
242
- msgstr "Confronta prodotti"
243
-
244
- #: plugin-options/general-options.php:89
245
- msgid "Fields to show"
246
- msgstr "Campi da mostrare"
247
-
248
- #: plugin-options/general-options.php:90
249
- msgid ""
250
- "Select the fields to show in the comparison table and order them by "
251
- "drag&drop (are included also the woocommerce attributes)"
252
- msgstr ""
253
- "Seleziona i campi da mostrare nella tabella di comparazione e ordinali "
254
- "attraverso il drag&drop (sono inclusi anche gli attributi di woocommerce)"
255
-
256
- #: plugin-options/general-options.php:97
257
- msgid "Repeat \"Price\" field"
258
- msgstr "Ripeti campo \"Prezzo\""
259
-
260
- #: plugin-options/general-options.php:98
261
- msgid "Repeat the \"Price\" field at the end of the table"
262
- msgstr "Ripeti il campo \"Prezzo\" alla fine di ogni tabella"
263
-
264
- #: plugin-options/general-options.php:105
265
- msgid "Repeat \"Add to cart\" field"
266
- msgstr "Ripeti campo \"Aggiungi al carrello\""
267
-
268
- #: plugin-options/general-options.php:106
269
- msgid "Repeat the \"Add to cart\" field at the end of the table"
270
- msgstr "Ripeti il campo \"Aggiungi al carrello\" alla fine di ogni tabella"
271
-
272
- #: plugin-options/general-options.php:113
273
- msgid "Image size"
274
- msgstr "Dimensione immagine"
275
-
276
- #: plugin-options/general-options.php:114
277
- msgid "Set the size for the images"
278
- msgstr "Imposta la dimensione per le immagini"
279
-
280
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
281
- msgid ""
282
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
283
- "benefit from all features!"
284
- msgstr ""
285
- "Aggiorna alla %1$sversione premium%2$s di %1$sYITH WooCommerce Compare%2$s "
286
- "per usufruire di tutte le sue funzionalità!"
287
-
288
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
289
- msgid "UPGRADE"
290
- msgstr "AGGIORNA"
291
-
292
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
293
- msgid "to the premium version"
294
- msgstr "alla versione premium"
295
-
296
- #: templates/admin/premium.php:252
297
- msgid "Premium Features"
298
- msgstr "Funzionalità premium"
299
-
300
- #: templates/admin/premium.php:260
301
- msgid "A DEDICATED PAGE"
302
- msgstr "UNA PAGINA DEDICATA"
303
-
304
- #: templates/admin/premium.php:263
305
- msgid ""
306
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
307
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
308
- "created automatically in your site and, adding it among the menu entries, "
309
- "you will be able to give to your users the chance to access it easily "
310
- "whenever they want."
311
- msgstr ""
312
- "Sei stufo di dover mostrare i prodotti messi a confronto all’interno di una "
313
- "finestra modale? %3$sCon %1$sYITH WooCommerce Compare premium%2$s verrà "
314
- "creata automaticamente una nuova pagina all’interno del tuo sito e, "
315
- "aggiungendola tra le voci di menu, potrai dare ai tuoi utenti la possibilità "
316
- "di accedervi in qualsiasi momento e in maniera agevole."
317
-
318
- #: templates/admin/premium.php:273
319
- msgid "CATEGORY COMPARATION"
320
- msgstr "CONFRONTO PER CATEGORIA"
321
-
322
- #: templates/admin/premium.php:276
323
- msgid ""
324
- "People are often confused by finding products of different categories in the "
325
- "comparison table, creating difficulties in comparing the products they are "
326
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
327
- "need: you will be able to separate the products in the table by category "
328
- "affinity."
329
- msgstr ""
330
- "Trovare all’interno della tabella comparativa prodotti di tipologia diversa "
331
- "spesso confonde gli utenti, generando difficoltà nel confrontare due "
332
- "prodotti a cui sono interessati. L’opzione %1$s“Compare by category”%2$s "
333
- "nasce proprio per venire incontro a questa esigenza, in modo tale da poter "
334
- "suddividere i prodotti presenti nella tabella a seconda della categoria di "
335
- "appartenenza."
336
-
337
- #: templates/admin/premium.php:292
338
- msgid "CATEGORY EXCLUSION "
339
- msgstr "ESCLUSIONE CATEGORIE"
340
-
341
- #: templates/admin/premium.php:295
342
- msgid ""
343
- "In your shop there may be product categories you don't want to be affected "
344
- "by the plugin features, deleting the comparison button for them. The premium "
345
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
346
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
347
- "of the feature, allowing the comparison only to those products of the "
348
- "selected categories."
349
- msgstr ""
350
- "Nel tuo shop potrebbero esistere categorie di prodotto per cui non vuoi "
351
- "abilitare le funzionalità del plugin e dalle quali, quindi, vorresti "
352
- "rimuovere il pulsante di comparazion. La versione premium del plugin ha "
353
- "pensato anche a questo.%3$sMa non finisce qui. Attivando l’opzione "
354
- "%1$s“Reverse exclusion list”%2$s, puoi invertire la logica di questo "
355
- "comportamento, consentendo il confronto solo sui prodotti associati con le "
356
- "categorie selezionate."
357
-
358
- #: templates/admin/premium.php:305
359
- msgid "TABLE IMAGE"
360
- msgstr "IMMAGINE TABELLA"
361
-
362
- #: templates/admin/premium.php:308
363
- msgid ""
364
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
365
- "Select an image, upload it from the option panel and show it ahead of the "
366
- "table to your users. "
367
- msgstr ""
368
- "Da’ un tocco in più alla %1$stabella di comparazione%2$s che viene "
369
- "visualizzata dagli utenti. Seleziona un’immagine, effettua l’upload dal "
370
- "pannello opzioni e mostrala agli utenti in testa alla tabella."
371
-
372
- #: templates/admin/premium.php:324
373
- msgid "DYNAMIC FIELDS"
374
- msgstr "CAMPI DINAMICI"
375
-
376
- #: templates/admin/premium.php:327
377
- msgid ""
378
- "With this precious feature, you will be able to show in the table only the "
379
- "fields that have information in at least one of the selected products."
380
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
381
- "be no more empty lines in your comparison table."
382
- msgstr ""
383
- "Grazie a questa preziosa funzionalità avrai la possibilità di mostrare nella "
384
- "tabella solo quei campi che sono stati impostati in almeno uno dei prodotti "
385
- "presenti.%3$sAttiva l’opzione %1$s“Dynamic Attribute fields”%2$s e non "
386
- "esisteranno più righe della tabella comparativa senza alcun valore di "
387
- "confronto."
388
-
389
- #: templates/admin/premium.php:337
390
- msgid "SOCIAL NETWORK SHARING"
391
- msgstr "CONDIVISIONE SUI SOCIAL NETWORK"
392
-
393
- #: templates/admin/premium.php:340
394
- msgid ""
395
- "One of the most appealing features of the premium version of the plugin.Four "
396
- "social network sites for your users (Facebook, Twitter, Google + and "
397
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
398
- "products they have selected."
399
- msgstr ""
400
- "Una delle novità più suggestive della versione premium del plugin: quattro "
401
- "social network da mettere a disposizione dei tuoi utenti (Facebook, Twitter, "
402
- "Google+ e Pinterest) e il servizio email per permettere loro di %1$sconvidere"
403
- "%2$s in rete la tabella comparativa dei prodotti che hanno selezionato."
404
-
405
- #: templates/admin/premium.php:356
406
- msgid "RELATED PRODUCTS"
407
- msgstr "PRODOTTI CORRELATI"
408
-
409
- #: templates/admin/premium.php:359
410
- msgid ""
411
- "All the products that have common categories and/or tags with those in the "
412
- "comparison table will be showed in a slider, right under the comparison "
413
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
414
- "users to discover the shop products of the shop related to those they are "
415
- "interested into."
416
- msgstr ""
417
- "Tutti i prodotti che hanno categorie e/o tag in comune con quelli presenti "
418
- "nella tabella comparativa saranno mostrati all’utente all’interno di uno "
419
- "slider, appena sotto la tabella comparativa.%3$sUno slider completamente "
420
- "%1$s“touch-friendly”%2$s per invitare i tuoi utenti a scoprire i prodotti "
421
- "del tuo shop affini a quelli che hanno attirato il loro interesse."
422
-
423
- #: templates/admin/premium.php:369
424
- msgid "CUSTOMIZABLE STYLE"
425
- msgstr "STILE PERSONALIZZABILE"
426
-
427
- #: templates/admin/premium.php:372
428
- msgid ""
429
- "An advanced option panel that let you change all the colors of the plugin, "
430
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
431
- "of your shop.We know it, looks also count... and we give you the right tools "
432
- "to get to the best result."
433
- msgstr ""
434
-
435
- #: templates/admin/premium.php:388
436
- msgid "CUSTOMIZED ATTRIBUTES"
437
- msgstr ""
438
-
439
- #: templates/admin/premium.php:391
440
- msgid ""
441
- "Let you users compare products following every feature, and considering also "
442
- "all those %1$sattributes%2$s that can be manually created in within the "
443
- "product detail page. Every single detail will be included."
444
- msgstr ""
445
-
446
- #: templates/admin/premium.php:401
447
- msgid "A TAILORED TABLE"
448
- msgstr ""
449
-
450
- #: templates/admin/premium.php:404
451
- msgid ""
452
- "Select the products you want to compare and the system will offer you the "
453
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
454
- msgstr ""
455
-
456
- #: templates/admin/premium.php:420
457
- msgid "Compare list - widget"
458
- msgstr ""
459
-
460
- #: templates/admin/premium.php:423
461
- msgid ""
462
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
463
- "complete list of products added to the compare tab and avoid to open the "
464
- "popup to check its existence. "
465
- msgstr ""
466
-
467
- #: templates/admin/premium.php:433
468
- msgid "Compare counter - widget and shortcode"
469
- msgstr ""
470
-
471
- #: templates/admin/premium.php:436
472
- msgid ""
473
- "Moreover, if you want to give your users the chance to see in a glance how "
474
- "many products they have added to the Compare list, feel free to use the "
475
- "widget or the shortcode included. And their Compare list is always no more "
476
- "than one click away."
477
- msgstr ""
478
-
479
- #: templates/compare.php:77
480
- msgid "Close window [X]"
481
- msgstr "Chiudi finestra [X]"
482
-
483
- #: templates/compare.php:107
484
- msgid "No products added in the compare table."
485
- msgstr "Nessun prodotto aggiunto nella tabella di comparazione."
486
-
487
- #: widgets/class.yith-woocompare-widget.php:23
488
- msgid "The widget shows the list of products added in the comparison table."
489
- msgstr ""
490
- "Il widget mostra l'elenco dei prodotti aggiunti alla tabella comparativa."
491
-
492
- #: widgets/class.yith-woocompare-widget.php:27
493
- msgid "YITH WooCommerce Compare Widget"
494
- msgstr "YITH WooCommerce Compare Widget"
495
-
496
- #: widgets/class.yith-woocompare-widget.php:50
497
- msgid "Clear all"
498
- msgstr "Cancella tutti"
499
-
500
- #. Plugin Name of the plugin/theme
501
- #, fuzzy
502
- msgid "YITH WooCommerce Compare"
503
- msgstr "YITH WooCommerce Compare Widget"
504
-
505
- #. Plugin URI of the plugin/theme
506
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
507
- msgstr ""
508
-
509
- #. Description of the plugin/theme
510
- msgid ""
511
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
512
- "to compare in a simple and efficient way products on sale in your shop and "
513
- "analyze their main features in a single table. <a href=\"https://yithemes."
514
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
515
- "<strong>YITH</strong></a>."
516
- msgstr ""
517
-
518
- #. Author of the plugin/theme
519
- msgid "YITH"
520
- msgstr ""
521
-
522
- #. Author URI of the plugin/theme
523
- msgid "https://yithemes.com/"
524
- msgstr ""
525
-
526
- #~ msgid "Plugin Documentation"
527
- #~ msgstr "Documentazione plugin"
528
-
529
- #~ msgid "Choose if you want to use a link or a button for the action button."
530
- #~ msgstr ""
531
- #~ "Scegli se vuoi usare un collegamento o un pulsante per l'azione di "
532
- #~ "\"Confronto\""
533
-
534
- #~ msgid ""
535
- #~ "An advanced option panel that let you change all the colors of the "
536
- #~ "plugin, so that you can adapt stylistically all its elements to the "
537
- #~ "%1$slayout%2$s of your shop.We know it, looks also count... and we give "
538
- #~ "you the right tools to get to the best result."
539
- #~ msgstr ""
540
- #~ "Un pannello opzioni avanzato che ti permette di modificare tutti i colori "
541
- #~ "del plugin, così da adattare stilisticamente tutti i suoi componenti al "
542
- #~ "%1$slayout%2$s del tuo shop.\n"
543
- #~ "In fondo, anche l’occhio vuole la sua parte... e noi ti diamo gli "
544
- #~ "strumenti adatti per arrivare al migliore risultato."
545
-
546
- #~ msgid "The widget show the list of products added in the compare table."
547
- #~ msgstr ""
548
- #~ "Widget che mostra la lista dei prodotti aggiunti nella tabella di "
549
- #~ "comparazione."
550
-
551
- #~ msgid "YITH Woocommerce Compare Widget"
552
- #~ msgstr "YITH Woocommerce Compare Widget"
553
-
554
- #~ msgid "Comparison Table"
555
- #~ msgstr "Tabella confronto"
556
-
557
- #~ msgid "Social Network Sites Sharing"
558
- #~ msgstr "Condivisione social network"
559
-
560
- #~ msgid "Related Products"
561
- #~ msgstr "Prodotti correlati"
562
-
563
- #~ msgid "Style"
564
- #~ msgstr "Stile"
565
-
566
- #~ msgid "View Page"
567
- #~ msgstr "Visualizza pagina"
568
-
569
- #~ msgid "Share on:"
570
- #~ msgstr "Condividi su:"
571
-
572
- #~ msgid "Category Filter"
573
- #~ msgstr "Filtro categoria"
574
-
575
- #~ msgid "Product Info"
576
- #~ msgstr "Informazioni prodotto"
577
-
578
- #~ msgid "Rating"
579
- #~ msgstr "Valutazione"
580
-
581
- #~ msgid "yith-compare"
582
- #~ msgstr "yith-compare"
583
-
584
- #~ msgid ""
585
- #~ "YITH WooCommerce Compare Premium is enabled but not effective. It "
586
- #~ "requires WooCommerce in order to work."
587
- #~ msgstr ""
588
- #~ "YITH WooCommerce Compare Premium è abilitato ma non in funzione. Devi "
589
- #~ "aver installato WooCommerce perché questo possa funzionare correttamente."
590
-
591
- #~ msgid "Page or Popup"
592
- #~ msgstr "Pagina o popup"
593
-
594
- #~ msgid ""
595
- #~ "Choose if you want to use a page or a popup for the standard comparison "
596
- #~ "table."
597
- #~ msgstr ""
598
- #~ "Scegli se vuoi utilizzare una pagina o una popup per la tabella "
599
- #~ "comparativa standard."
600
-
601
- #~ msgid "Page"
602
- #~ msgstr "Pagina"
603
-
604
- #~ msgid "Popup"
605
- #~ msgstr "Popup"
606
-
607
- #~ msgid "Type the text you want to use for the compare button/link."
608
- #~ msgstr ""
609
- #~ "Inserisci il testo che vuoi utilizzare per il pulsante o il link di "
610
- #~ "confronto."
611
-
612
- #~ msgid "Set this option to show the button in the single product page."
613
- #~ msgstr ""
614
- #~ "Seleziona questa opzione per mostrare il pulsante nella pagina singolo "
615
- #~ "prodotto."
616
-
617
- #~ msgid "Set this option to show the button in the products list."
618
- #~ msgstr ""
619
- #~ "Seleziona questa opzione per mostrare il pulsante nella lista prodotti."
620
-
621
- #~ msgid "Open lightbox automatically"
622
- #~ msgstr "Apri la lightbox automaticamente"
623
-
624
- #~ msgid "Open the link after clicking on the \"Compare\" button."
625
- #~ msgstr "Apri il link dopo aver fatto clic sul pulsante \"Confronta\"."
626
-
627
- #~ msgid "Open lightbox when adding a second item"
628
- #~ msgstr "Apri la lightbox quando viene aggiunto un secondo elemento"
629
-
630
- #~ msgid "Open the comparison lightbox after adding a second item to compare."
631
- #~ msgstr ""
632
- #~ "Apri la lighbox di confronto dopo che è stato aggiunto un secondo "
633
- #~ "articolo alla tabella comparativa."
634
-
635
- #~ msgid "Compare by category"
636
- #~ msgstr "Effettua il confronto per categoria"
637
-
638
- #~ msgid "Compare products by category."
639
- #~ msgstr "Confronta i prodotti per categoria."
640
-
641
- #~ msgid "Exclude category"
642
- #~ msgstr "Escludi categoria"
643
-
644
- #~ msgid "Choose category to exclude from the comparison."
645
- #~ msgstr "Scegli la categoria da escludere durante il confronto."
646
-
647
- #~ msgid "Reverse exclusion list"
648
- #~ msgstr "Inverti lista esclusioni"
649
-
650
- #~ msgid "Only categories in the exclusion list will have the compare feature"
651
- #~ msgstr ""
652
- #~ "Solo le categorie inserite nella lista esclusioni avranno la funzionalità "
653
- #~ "di confronto"
654
-
655
- #~ msgid "Related Options"
656
- #~ msgstr "Opzioni correlate"
657
-
658
- #~ msgid "Choose if you want to enable related products in the comparison"
659
- #~ msgstr "Scegli se abilitare i prodotti correlati per il confronto"
660
-
661
- #~ msgid "Show related products in"
662
- #~ msgstr "Mostra prodotti correlati in"
663
-
664
- #~ msgid "Visible Number"
665
- #~ msgstr "Numero visibili"
666
-
667
- #~ msgid "Choose number of related products you want to see on the screen."
668
- #~ msgstr ""
669
- #~ "Scegli il numero di prodotti correlati da visualizzare nello schermo."
670
-
671
- #~ msgid "Autoplay"
672
- #~ msgstr "Avvio automatico"
673
-
674
- #~ msgid "Enable slider autoplay"
675
- #~ msgstr "Abilita l'avvio automatico dello slider"
676
-
677
- #~ msgid "Slider Navigation"
678
- #~ msgstr "Navigazione slider"
679
-
680
- #~ msgid "Show prev/next navigation in the slider"
681
- #~ msgstr ""
682
- #~ "Mostra pulsanti di navigazione indietro/avanti all'interno dello slider"
683
-
684
- #~ msgid "Share Options"
685
- #~ msgstr "Opzioni di condivisione"
686
-
687
- #~ msgid "Enable Sharing"
688
- #~ msgstr "Abilita condivisione"
689
-
690
- #~ msgid "Check this option if you want to show the link to share the compare"
691
- #~ msgstr ""
692
- #~ "Spunta questa opzione se vuoi mostrare il link per condividere il "
693
- #~ "confronto prodotti"
694
-
695
- #~ msgid "Show sharing in"
696
- #~ msgstr "Mostra condivisione nella"
697
-
698
- #~ msgid "Select Social Network Sites"
699
- #~ msgstr "Seleziona social network"
700
-
701
- #~ msgid "Facebook"
702
- #~ msgstr "Facebook"
703
-
704
- #~ msgid "Twitter"
705
- #~ msgstr "Twitter"
706
-
707
- #~ msgid "Google+"
708
- #~ msgstr "Google+"
709
-
710
- #~ msgid "Pinterest"
711
- #~ msgstr "Pinterest"
712
-
713
- #~ msgid "eMail"
714
- #~ msgstr "email"
715
-
716
- #~ msgid "Title for Social Network Sharing"
717
- #~ msgstr "Titolo per condivisione social"
718
-
719
- #~ msgid "My Compare"
720
- #~ msgstr "Ho confrontato questi prodotti"
721
-
722
- #~ msgid "Text for Social Network Sharing"
723
- #~ msgstr "Testo per condivisione social"
724
-
725
- #~ msgid ""
726
- #~ "It will be used on Facebook, Twitter and Pinterest. Use %compare_url% "
727
- #~ "where you want to show the URL of your compare."
728
- #~ msgstr ""
729
- #~ "Sarà utilizzato su Facebook, Twitter e Pinterest. Utilizza %compare_url% "
730
- #~ "dove vuoi per mostrare l'URL dei prodotti confrontati da te."
731
-
732
- #~ msgid "Category Filter Options"
733
- #~ msgstr "Opzioni filtro categoria"
734
-
735
- #~ msgid "Filter title"
736
- #~ msgstr "Nome filtro"
737
-
738
- #~ msgid "The title for the category filter section"
739
- #~ msgstr "Inserisci qui il titolo per la sezione filtro per categoria"
740
-
741
- #~ msgid "Filter title color"
742
- #~ msgstr "Colore nome del filtro"
743
-
744
- #~ msgid "The color for the title of the category filter section"
745
- #~ msgstr "Colore del titolo della sezione filtro categoria "
746
-
747
- #~ msgid "Filter link color"
748
- #~ msgstr "Colore link filtro"
749
-
750
- #~ msgid "The color for the link of the category filter"
751
- #~ msgstr "Colore del link per il filtro categoria"
752
-
753
- #~ msgid "Filter link hover color"
754
- #~ msgstr "Colore link filtro hover"
755
-
756
- #~ msgid "The color for the link of the category filter on mouse hover"
757
- #~ msgstr "Colore per il link del filtro categoria al passaggio del mouse"
758
-
759
- #~ msgid "Table options"
760
- #~ msgstr "Opzioni tabella"
761
-
762
- #~ msgid "Remove color"
763
- #~ msgstr "Colore \"Rimuovi\""
764
-
765
- #~ msgid "The color for the \"Remove Product\" link"
766
- #~ msgstr "Colore del link \"Rimuovi prodotto\""
767
-
768
- #~ msgid "Remove hover color"
769
- #~ msgstr "Colore \"Rimuovi\" hover"
770
-
771
- #~ msgid "The color for the \"Remove Product\" link on mouse hover"
772
- #~ msgstr "Colore del link \"Rimuovi prodotto\" al passaggio del mouse"
773
-
774
- #~ msgid "Button text color"
775
- #~ msgstr "Colore testo pulsante"
776
-
777
- #~ msgid "The color for the text of the button"
778
- #~ msgstr "Colore per il testo mostrato nel pulsante"
779
-
780
- #~ msgid "Button text hover color"
781
- #~ msgstr "Colore testo pulsante hover"
782
-
783
- #~ msgid "The color for the text of the button on mouse hover"
784
- #~ msgstr "Colore per il testo mostrato nel pulsante al passaggio del mouse"
785
-
786
- #~ msgid "Button color"
787
- #~ msgstr "Colore pulsante"
788
-
789
- #~ msgid "The color for the button background"
790
- #~ msgstr "Colore del pulsante"
791
-
792
- #~ msgid "Button hover color"
793
- #~ msgstr "Colore pulsante hover"
794
-
795
- #~ msgid "The color for the button background on mouse hover"
796
- #~ msgstr "Colore del pulsante al passaggio del mouse"
797
-
798
- #~ msgid "Star color"
799
- #~ msgstr "Colore stellina"
800
-
801
- #~ msgid "The color of the star"
802
- #~ msgstr "Colore della stellina"
803
-
804
- #~ msgid "Share Title"
805
- #~ msgstr "Titolo di condivisione"
806
-
807
- #~ msgid "The title for the share section"
808
- #~ msgstr "Titolo per la sezione di condivisione"
809
-
810
- #~ msgid "Share on"
811
- #~ msgstr "Condividi su"
812
-
813
- #~ msgid "Share Title Color"
814
- #~ msgstr "Colore del titolo di condivisione"
815
-
816
- #~ msgid "The color for the title of the share section"
817
- #~ msgstr "Colore del titolo della sezione per la condivisione"
818
-
819
- #~ msgid "Related Title"
820
- #~ msgstr "Titolo correlati"
821
-
822
- #~ msgid "The title for the related section"
823
- #~ msgstr "Titolo per la sezione prodotti correlati"
824
-
825
- #~ msgid "Related Title Color"
826
- #~ msgstr "Colore titolo correlati"
827
-
828
- #~ msgid "The color for the title of the related section"
829
- #~ msgstr "Colore del titolo della sezione prodotti correlati"
830
-
831
- #~ msgid "Comparison Table Settings"
832
- #~ msgstr "Impostazioni tabella confronto"
833
-
834
- #~ msgid "Type the text for the table title."
835
- #~ msgstr "Inserisci qui il testo da usare come titolo della tabella."
836
-
837
- #~ msgid "Table image"
838
- #~ msgstr "Immagine tabella"
839
-
840
- #~ msgid "Choose an image/logo for the comparison table"
841
- #~ msgstr "Scegli un'immagine/logo per la tabella confronto"
842
-
843
- #~ msgid "Show table image in"
844
- #~ msgstr "Mostra immagine tabella in"
845
-
846
- #~ msgid "Dynamic Attribute fields"
847
- #~ msgstr "Campi attributo dinamici"
848
-
849
- #~ msgid "Choose to get dynamic attribute fields based on products"
850
- #~ msgstr "Scegli di rendere dinamici i campi attributo a seconda del prodotto"
851
-
852
- #~ msgid ""
853
- #~ "Select the fields to show in the comparison table and order them by "
854
- #~ "drag&drop (WooCommerce attributes are also included)"
855
- #~ msgstr ""
856
- #~ "Seleziona i campi da mostrare nella tabella confronto e ordinali grazie "
857
- #~ "allo strumento drag&drop (sono inclusi anche gli attributi di WooCommerce)"
858
-
859
- #~ msgid "Product Info Fields"
860
- #~ msgstr "Campi info prodotti"
861
-
862
- #~ msgid "Add to Cart"
863
- #~ msgstr "Aggiungi al carrello"
864
-
865
- #~ msgid ""
866
- #~ "Set image size (in px). After changing these settings you may need to %s."
867
- #~ msgstr ""
868
- #~ "Imposta la dimensione dell'immagine (in px). Dopo aver cambiato queste "
869
- #~ "impostazioni potrai aver bisogno di %s."
870
-
871
- #~ msgid "regenerate your thumbnails"
872
- #~ msgstr "rigenerare le thumbnail"
873
-
874
- #~ msgid "Search for a category&hellip;"
875
- #~ msgstr "Cerca una categoria&hellip;"
876
-
877
- #~ msgid "Email"
878
- #~ msgstr "Email"
879
-
880
- #~ msgid "No products added in the comparison table."
881
- #~ msgstr "Non è stato aggiunto alcun prodotto alla tabella comparativa."
882
-
883
- #~ msgid "Products Compare"
884
- #~ msgstr "Compara Prodotti"
885
-
886
- #~ msgid "Repeat \"Price\" field at the end of the table"
887
- #~ msgstr "Ripeti il campo \"Prezzo\" alla fine della tabella"
888
-
889
- #~ msgid "Repeat \"Add to cart\" field at the end of the table"
890
- #~ msgstr ""
891
- #~ "Ripeti il campo con \"Aggiungi al carrello\" alla fine della tabella"
892
-
893
- #~ msgid "Select a date"
894
- #~ msgstr "Seleziona data"
895
-
896
- #~ msgid "Hours"
897
- #~ msgstr "Ore"
898
-
899
- #~ msgid "Minutes"
900
- #~ msgstr "Minuti"
901
-
902
- #~ msgid "Upload"
903
- #~ msgstr "Carica"
904
-
905
- #~ msgid "px"
906
- #~ msgstr "px"
907
-
908
- #~ msgid "em"
909
- #~ msgstr "em"
910
-
911
- #~ msgid "pt"
912
- #~ msgstr "pt"
913
-
914
- #~ msgid "rem"
915
- #~ msgstr "rem"
916
-
917
- #~ msgid "Select a font family"
918
- #~ msgstr "Seleziona la famiglia font"
919
-
920
- #~ msgid "Regular"
921
- #~ msgstr "Normale"
922
-
923
- #~ msgid "Bold"
924
- #~ msgstr "Grassetto"
925
-
926
- #~ msgid "Extra bold"
927
- #~ msgstr "Extra bold"
928
-
929
- #~ msgid "Italic"
930
- #~ msgstr "Corsivo"
931
-
932
- #~ msgid "Italic bold"
933
- #~ msgstr "Grassetto corsivo"
934
-
935
- #~ msgid "Click to preview"
936
- #~ msgstr "Clicca per anteprima"
937
-
938
- #~ msgid "Docs"
939
- #~ msgstr "Documentazione"
940
-
941
- #~ msgid "Woocommerce Compare Active"
942
- #~ msgstr "Modalità Manutenzione attiva"
943
-
944
- #~ msgid "General"
945
- #~ msgstr "Generale"
946
-
947
- #~ msgid "Enable Woocommerce Compare"
948
- #~ msgstr "Abilità Modalità Manutenzione"
949
-
950
- #~ msgid ""
951
- #~ "Enable the splash page to lets users to know the blog is down for "
952
- #~ "maintenance. (Default: Off) "
953
- #~ msgstr ""
954
- #~ "Abilita la pagina che permette agli utenti di vedere il sito in modalità "
955
- #~ "di manutenzione. (Default: Off)"
956
-
957
- #~ msgid "Roles"
958
- #~ msgstr "Ruoli"
959
-
960
- #~ msgid ""
961
- #~ "The user roles enabled to see the frontend. Check a role to enable it to "
962
- #~ "show the website with maintenance mode active."
963
- #~ msgstr ""
964
- #~ "I ruoli utente abilitati a vedere il frontend del sito. Controlla un "
965
- #~ "ruolo per abilitarlo e fargli mostrare il sito, nonostante la modalità "
966
- #~ "manutenzione attiva."
967
-
968
- #~ msgid "Message"
969
- #~ msgstr "Messaggio"
970
-
971
- #~ msgid "The message displayed. You can also use HTML code."
972
- #~ msgstr "Il messaggio mostrato. Puoi anche utilizzare del codice HTML."
973
-
974
- #~ msgid "OPS! WE ARE NOT READY YET!"
975
- #~ msgstr "OPS! NON SIAMO ANCORA PRONTI!"
976
-
977
- #~ msgid ""
978
- #~ "Hello there! We are not ready yet, but why don't you leave your email "
979
- #~ "address and we'll let you know as soon as we're in business!"
980
- #~ msgstr ""
981
- #~ "Ciao a tutti! Non siamo ancora pronti, ma lascia pure il tuo indirizzo "
982
- #~ "email così di essere avvisato non appena il sito sarà lanciato!"
983
-
984
- #~ msgid "Insert here your custom CSS style."
985
- #~ msgstr "Aggiungi qui il tuo stile CSS personalizzato."
986
-
987
- #~ msgid ""
988
- #~ "If you want, you can set here a mascotte image to show above the main "
989
- #~ "box, in the right side."
990
- #~ msgstr ""
991
- #~ "A tuo piacimento, puoi impostare qui l'immagine di una mascotte da "
992
- #~ "mostrare sopra il box principale, nella parte destra."
993
-
994
- #~ msgid "Typography"
995
- #~ msgstr "Tipografia"
996
-
997
- #~ msgid "Title font of message"
998
- #~ msgstr "Font del titolo all'interno del messaggio"
999
-
1000
- #~ msgid ""
1001
- #~ "Choose the font type, size and color for the titles inside the message "
1002
- #~ "text."
1003
- #~ msgstr ""
1004
- #~ "Scegli il font, dimensione e colore per i titoli dentro il testo del "
1005
- #~ "messaggio."
1006
-
1007
- #~ msgid "Paragraph font of message"
1008
- #~ msgstr "Font del paragrafo all'interno del messaggio"
1009
-
1010
- #~ msgid ""
1011
- #~ "Choose the font type, size and color for the paragraphs inside the "
1012
- #~ "message text."
1013
- #~ msgstr ""
1014
- #~ "Scegli il font, dimensione e colore per i paragrafi dentro il testo del "
1015
- #~ "messaggio."
1016
-
1017
- #~ msgid "Colors"
1018
- #~ msgstr "Colori"
1019
-
1020
- #~ msgid "Border top color"
1021
- #~ msgstr "Colore del bordo superiore"
1022
-
1023
- #~ msgid "Choose the color for the big border top of the main box."
1024
- #~ msgstr "Scegli il colore per il bordo superiore del box"
1025
-
1026
- #~ msgid "Background"
1027
- #~ msgstr "Sfondo"
1028
-
1029
- #~ msgid "Background Settings"
1030
- #~ msgstr "Impostazioni sfondo"
1031
-
1032
- #~ msgid "Customize the background of the page"
1033
- #~ msgstr "Personalizza lo sfondo della pagina"
1034
-
1035
- #~ msgid "Background image"
1036
- #~ msgstr "Immagine sfondo"
1037
-
1038
- #~ msgid "Upload or choose from your media library the background image"
1039
- #~ msgstr "Carica o scegli dalla libreria un'immagine di sfondo"
1040
-
1041
- #~ msgid "Background Color"
1042
- #~ msgstr "Colore di sfondo"
1043
-
1044
- #~ msgid "Choose a background color"
1045
- #~ msgstr "Scegli un colore di sfondo"
1046
-
1047
- #~ msgid "Background Repeat"
1048
- #~ msgstr "Ripetizione sfondo"
1049
-
1050
- #~ msgid "Select the repeat mode for the background image."
1051
- #~ msgstr "Seleziona la modalità di ripetizione per l'immagine di sfondo."
1052
-
1053
- #~ msgid "Repeat"
1054
- #~ msgstr "Ripeti"
1055
-
1056
- #~ msgid "Repeat Horizontally"
1057
- #~ msgstr "Ripeti orizontalmente"
1058
-
1059
- #~ msgid "Repeat Vertically"
1060
- #~ msgstr "Ripeti verticalmente"
1061
-
1062
- #~ msgid "No Repeat"
1063
- #~ msgstr "Nessuna ripetizione"
1064
-
1065
- #~ msgid "Background Position"
1066
- #~ msgstr "Posizione sfondo"
1067
-
1068
- #~ msgid "Center"
1069
- #~ msgstr "Centro"
1070
-
1071
- #~ msgid "Top left"
1072
- #~ msgstr "In alto a sinistra"
1073
-
1074
- #~ msgid "Top center"
1075
- #~ msgstr "In alto al centro"
1076
-
1077
- #~ msgid "Top right"
1078
- #~ msgstr "In alto a destra"
1079
-
1080
- #~ msgid "Bottom left"
1081
- #~ msgstr "In basso a sinistra"
1082
-
1083
- #~ msgid "Bottom center"
1084
- #~ msgstr "In basso al centro"
1085
-
1086
- #~ msgid "Bottom right"
1087
- #~ msgstr "In basso a destra"
1088
-
1089
- #~ msgid "Background Attachment"
1090
- #~ msgstr "Ancorazione sfondo"
1091
-
1092
- #~ msgid "Select the attachment for the background image."
1093
- #~ msgstr "Seleziona l'ancorazione dell'immagine di sfondo."
1094
-
1095
- #~ msgid "Scroll"
1096
- #~ msgstr "Scorri"
1097
-
1098
- #~ msgid "Fixed"
1099
- #~ msgstr "Fisso"
1100
-
1101
- #~ msgid "Logo"
1102
- #~ msgstr "Logo"
1103
-
1104
- #~ msgid "Logo Settings"
1105
- #~ msgstr "Impostazioni logo"
1106
-
1107
- #~ msgid "Customize the logo"
1108
- #~ msgstr "Personalizza il logo"
1109
-
1110
- #~ msgid "Logo image"
1111
- #~ msgstr "Immagine logo"
1112
-
1113
- #~ msgid "Upload or choose from your media library the logo image"
1114
- #~ msgstr "Carica o scegli dalla libreria l'immagine del logo"
1115
-
1116
- #~ msgid "Logo tagline"
1117
- #~ msgstr "Tagline del logo"
1118
-
1119
- #~ msgid "Set the tagline to show below the logo image"
1120
- #~ msgstr "Imposta tagline da mostrare sotto l'immagine del logo"
1121
-
1122
- #~ msgid "Logo tagline font"
1123
- #~ msgstr "Font della tagline"
1124
-
1125
- #~ msgid "Newsletter"
1126
- #~ msgstr "Newsletter"
1127
-
1128
- #~ msgid "Add a newsletter form in your maintenance mode page."
1129
- #~ msgstr "Aggiungi un form per la newsletter nella pagina di manutenzione."
1130
-
1131
- #~ msgid "Enable Newsletter form"
1132
- #~ msgstr "Abilita il form per la newsletter"
1133
-
1134
- #~ msgid "Newsletter Email Font"
1135
- #~ msgstr "Font email newsletter"
1136
-
1137
- #~ msgid "Choose the font type, size and color for the email input field."
1138
- #~ msgstr "Scegli il font, dimensione e colore per il campo email del form."
1139
-
1140
- #~ msgid "Newsletter Submit Font"
1141
- #~ msgstr "Font submit newsletter"
1142
-
1143
- #~ msgid "Choose the font type, size and color for the email submit."
1144
- #~ msgstr "Scegli il font, dimensione e colore per il pulsante invia del form."
1145
-
1146
- #~ msgid "Newsletter submit background"
1147
- #~ msgstr "Sfondo submit newsletter"
1148
-
1149
- #~ msgid "The submit button background."
1150
- #~ msgstr "Sfondo del pulsante di invio "
1151
-
1152
- #~ msgid "Newsletter submit hover background"
1153
- #~ msgstr "Font submit newsletter hover"
1154
-
1155
- #~ msgid "The submit button hover background."
1156
- #~ msgstr "Colore di sfondo per il pulsante di invio all'hover del mouse."
1157
-
1158
- #~ msgid "The title displayed above the newsletter form."
1159
- #~ msgstr "Il titolo mostrato sopra il form newsletter"
1160
-
1161
- #~ msgid "STAY UPDATED WITH %s"
1162
- #~ msgstr "RESTA AGGIORNATO CON %s"
1163
-
1164
- #~ msgid "Form configuration"
1165
- #~ msgstr "Configurazione form"
1166
-
1167
- #~ msgid ""
1168
- #~ "Configure the form and each field, to integrate the newsletter features "
1169
- #~ "of an external service."
1170
- #~ msgstr ""
1171
- #~ "Configra il form e ogni campo, per integrarlo con le caratteristiche di "
1172
- #~ "un servizio newsletter esterno."
1173
-
1174
- #~ msgid "Action URL"
1175
- #~ msgstr "URL Action"
1176
-
1177
- #~ msgid "Set the action url of the form."
1178
- #~ msgstr "Imposta l'url dell'attributo \"action\" del form."
1179
-
1180
- #~ msgid "Form method"
1181
- #~ msgstr "Metodo form"
1182
-
1183
- #~ msgid "Set the method for the form request."
1184
- #~ msgstr "Imposta il metodo con la quale il form invia la richiesta."
1185
-
1186
- #~ msgid "\"Email\" field label"
1187
- #~ msgstr "Label del campo \"Email\""
1188
-
1189
- #~ msgid "The label for the email field"
1190
- #~ msgstr "La label per il campo email"
1191
-
1192
- #~ msgid "\"Email\" field name"
1193
- #~ msgstr "Attributo name del campo \"Email\""
1194
-
1195
- #~ msgid "The \"name\" attribute for the email field"
1196
- #~ msgstr "L'attributo \"name\" per il campo email"
1197
-
1198
- #~ msgid "Submit button label"
1199
- #~ msgstr "Label del pulsante submit"
1200
-
1201
- #~ msgid "The label for the submit button"
1202
- #~ msgstr "La label per il pulsante di invio"
1203
-
1204
- #~ msgid "GET NOTIFY"
1205
- #~ msgstr "AGGIORNAMI"
1206
-
1207
- #~ msgid "Newsletter Hidden fields"
1208
- #~ msgstr "Campi nascosti"
1209
-
1210
- #~ msgid ""
1211
- #~ "Set the hidden fields to include in the form. Use the form: "
1212
- #~ "field1=value1&field2=value2&field3=value3"
1213
- #~ msgstr ""
1214
- #~ "Imposta i campi nascosti da includere nel form. Usa la forma: "
1215
- #~ "field1=value1&field2=value2&field3=value3"
1216
-
1217
- #~ msgid "Socials"
1218
- #~ msgstr "Social"
1219
-
1220
- #~ msgid "Set the socials"
1221
- #~ msgstr "Imposta i social"
1222
-
1223
- #~ msgid ""
1224
- #~ "You can set here the url of your social accounts (you can leave empty if "
1225
- #~ "you don't want to show the social icon)"
1226
- #~ msgstr ""
1227
- #~ "Qui puoi settare gli url dei tuoi account social (puoi lasciare vuoto se "
1228
- #~ "non vuoi mostrare la rispettiva icona social)"
1229
-
1230
- #~ msgid "Set the URL of your facebook profile"
1231
- #~ msgstr "Imposta l'URL del tuo profilo facebok"
1232
-
1233
- #~ msgid "Set the URL of your twitter profile"
1234
- #~ msgstr "Imposta l'URL del tuo profilo twitter"
1235
-
1236
- #~ msgid "Set the URL of your Google+ profile"
1237
- #~ msgstr "Imposta l'url del tuo profilo Google+"
1238
-
1239
- #~ msgid "Youtube"
1240
- #~ msgstr "Youtube"
1241
-
1242
- #~ msgid "Set the URL of your youtube profile"
1243
- #~ msgstr "Imposta l'url del tuo canale YouTube"
1244
-
1245
- #~ msgid "RSS"
1246
- #~ msgstr "RSS"
1247
-
1248
- #~ msgid "Set the URL of your RSS feed"
1249
- #~ msgstr "Imposta l'URL dei tuoi feed RSS"
1250
-
1251
- #~ msgid "Skype"
1252
- #~ msgstr "Skype"
1253
-
1254
- #~ msgid "Set the username of your skype account"
1255
- #~ msgstr "Imposta l'username del tuo account skype"
1256
-
1257
- #~ msgid "Write here your email address"
1258
- #~ msgstr "Scrivi qui il tuo indirizzo email"
1259
-
1260
- #~ msgid "Behance"
1261
- #~ msgstr "Behance"
1262
-
1263
- #~ msgid "Set the URL of your Behance profile"
1264
- #~ msgstr "IMposta l'URL del tuo profilo Behance"
1265
-
1266
- #~ msgid "Dribble"
1267
- #~ msgstr "Dribble"
1268
-
1269
- #~ msgid "Set the URL of your dribble profile"
1270
- #~ msgstr "Imposta l'URL del tuo profilo dribble"
1271
-
1272
- #~ msgid "FlickR"
1273
- #~ msgstr "FlicR"
1274
-
1275
- #~ msgid "Set the URL of your Flickr profile"
1276
- #~ msgstr "Imposta l'URL del tuo profilo FlickR"
1277
-
1278
- #~ msgid "Instagram"
1279
- #~ msgstr "Instagram"
1280
-
1281
- #~ msgid "Set the URL of your instagram profile"
1282
- #~ msgstr "Imposta l'URL del tuo profilo Instagram"
1283
-
1284
- #~ msgid "Set the URL of your Pinterest profile"
1285
- #~ msgstr "Imposta l'URL del tuo profilo Pinterest"
1286
-
1287
- #~ msgid "Tumblr"
1288
- #~ msgstr "Tumblr"
1289
-
1290
- #~ msgid "Set the URL of your Tumblr profile"
1291
- #~ msgstr "Imposta l'URL del tuo profilo Tumblr"
1292
-
1293
- #~ msgid "Set the URL of your LinkedIn profile"
1294
- #~ msgstr "Imposta l'URL del tuo profilo su LinkedIn"
1295
-
1296
- #~ msgid "Choose a background color for the logo"
1297
- #~ msgstr "Scegli il colore di sfondo per il logo"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:32+0100\n"
7
+ "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
+ "Language: it\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
+
21
+ #: includes/class.yith-woocompare-admin.php:119
22
+ #: includes/class.yith-woocompare-admin.php:143
23
+ msgid "Settings"
24
+ msgstr "Impostazioni"
25
+
26
+ #: includes/class.yith-woocompare-admin.php:121
27
+ msgid "License"
28
+ msgstr ""
29
+
30
+ #: includes/class.yith-woocompare-admin.php:147
31
+ msgid "Premium Version"
32
+ msgstr "Versione premium"
33
+
34
+ #: includes/class.yith-woocompare-admin.php:153
35
+ #, fuzzy
36
+ msgctxt "Admin Plugin Name"
37
+ msgid "WooCommerce Compare"
38
+ msgstr "Modalità Manutenzione"
39
+
40
+ #: includes/class.yith-woocompare-admin.php:154
41
+ #, fuzzy
42
+ msgctxt "Admin Plugin Name"
43
+ msgid "Compare"
44
+ msgstr "Confronta"
45
+
46
+ #: includes/class.yith-woocompare-admin.php:243
47
+ msgid "YITH WooCommerce Compare Activated"
48
+ msgstr "YITH WooCommerce Compare attivato"
49
+
50
+ #: includes/class.yith-woocompare-admin.php:244
51
+ msgid ""
52
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
+ "With this menu, you can access to all the settings of our plugins that you "
54
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
55
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
+ msgstr ""
57
+ "Nella scheda YIT Plugins puoi trovare tutte le opzioni di YITH WooCommerce "
58
+ "Compare. Da questo menù potrai accedere a tutte le impostazioni dei plugin "
59
+ "YITH installati. È disponibile un'eccezionale versione PREMIUM di YITH "
60
+ "WooCommerce Compare con molte nuove opzioni, <a href=\"%s\">scoprila subito</"
61
+ "a>."
62
+
63
+ #: includes/class.yith-woocompare-admin.php:255
64
+ msgid "YITH WooCommerce Compare Updated"
65
+ msgstr "YITH WooCommerce Compare aggiornato"
66
+
67
+ #: includes/class.yith-woocompare-admin.php:256
68
+ msgid ""
69
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
70
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
71
+ "the previous version. When one of our plugins is updated, a new voice will "
72
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
73
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
74
+ msgstr ""
75
+ "Da questo momento, puoi trovare tutte le opzioni di YITH WooCommerce Compare "
76
+ "in YIT Plugins > Compare invece che come era nella versione precedente in "
77
+ "WooCommerce > Impostazioni > Compare. Quando uno dei nostri plugin viene "
78
+ "aggiornato, sarà aggiunta una nuova voce di a questo menù. YITH WooCommerce "
79
+ "Compare è stato aggiornato includendo nuove opzioni, <a href=\"%s\">scopri "
80
+ "la versione PREMIUM</a>."
81
+
82
+ #: includes/class.yith-woocompare-admin.php:400
83
+ msgid "Do you want to hard crop the image?"
84
+ msgstr "Vuoi ritagliare questa immagine?"
85
+
86
+ #: includes/class.yith-woocompare-frontend.php:223
87
+ msgid "Added"
88
+ msgstr "Aggiunto"
89
+
90
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
91
+ msgid "Product Comparison"
92
+ msgstr "Comparazione Prodotto"
93
+
94
+ #: includes/class.yith-woocompare-frontend.php:227
95
+ #: includes/class.yith-woocompare-frontend.php:505
96
+ #: plugin-options/general-options.php:40
97
+ #: widgets/class.yith-woocompare-widget.php:51
98
+ msgid "Compare"
99
+ msgstr "Confronta"
100
+
101
+ #: includes/class.yith-woocompare-frontend.php:229
102
+ #, fuzzy
103
+ msgctxt "Label for popup close icon"
104
+ msgid "Close"
105
+ msgstr "Chiudi"
106
+
107
+ #: includes/class.yith-woocompare-frontend.php:384
108
+ msgid "In stock"
109
+ msgstr "In stock"
110
+
111
+ #: includes/class.yith-woocompare-frontend.php:696
112
+ msgid "No products to compare"
113
+ msgstr "Nessun prodotto da comparare"
114
+
115
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
116
+ msgid "Remove"
117
+ msgstr "Rimuovi"
118
+
119
+ #: includes/class.yith-woocompare-helper.php:46
120
+ msgid "Image"
121
+ msgstr "Immagine"
122
+
123
+ #: includes/class.yith-woocompare-helper.php:47
124
+ #: widgets/class.yith-woocompare-widget.php:68
125
+ msgid "Title"
126
+ msgstr "Titolo"
127
+
128
+ #: includes/class.yith-woocompare-helper.php:48
129
+ msgid "Price"
130
+ msgstr "Prezzo"
131
+
132
+ #: includes/class.yith-woocompare-helper.php:49
133
+ msgid "Add to cart"
134
+ msgstr "Aggiungi al carrello"
135
+
136
+ #: includes/class.yith-woocompare-helper.php:50
137
+ msgid "Description"
138
+ msgstr "Descrizione"
139
+
140
+ #: includes/class.yith-woocompare-helper.php:51
141
+ msgid "Sku"
142
+ msgstr ""
143
+
144
+ #: includes/class.yith-woocompare-helper.php:52
145
+ msgid "Availability"
146
+ msgstr "Disponibilità"
147
+
148
+ #: includes/class.yith-woocompare-helper.php:53
149
+ msgid "Weight"
150
+ msgstr "Peso"
151
+
152
+ #: includes/class.yith-woocompare-helper.php:54
153
+ msgid "Dimensions"
154
+ msgstr "Dimensioni"
155
+
156
+ #: init.php:42
157
+ msgid ""
158
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
159
+ "WooCommerce in order to work."
160
+ msgstr ""
161
+ "YITH WooCommerce Compare è abilitato ma non in funzione. Devi aver "
162
+ "installato WooCommerce perché questo possa funzionare correttamente."
163
+
164
+ #: init.php:50
165
+ msgid ""
166
+ "You can't activate the free version of YITH WooCommerce Compare while you "
167
+ "are using the premium one."
168
+ msgstr ""
169
+ "Non è possibile attrivare la versione free di YITH WooCommerce Compare se "
170
+ "stai già utilizzando la premium."
171
+
172
+ #: plugin-options/general-options.php:17
173
+ msgid "General Settings"
174
+ msgstr "Impostazioni Generali"
175
+
176
+ #: plugin-options/general-options.php:24
177
+ msgid "Link or Button"
178
+ msgstr "Collegamento o pulsante"
179
+
180
+ #: plugin-options/general-options.php:25
181
+ msgid "Choose if you want to use a link or a button for the comepare actions."
182
+ msgstr ""
183
+ "Scegli se utilizzare un linko un pulsante per confrontare i tuoi prodotti."
184
+
185
+ #: plugin-options/general-options.php:31
186
+ msgid "Link"
187
+ msgstr "Collegamento"
188
+
189
+ #: plugin-options/general-options.php:32
190
+ msgid "Button"
191
+ msgstr "Pulsante"
192
+
193
+ #: plugin-options/general-options.php:37
194
+ msgid "Link/Button text"
195
+ msgstr "Testo collegamento/pulsante"
196
+
197
+ #: plugin-options/general-options.php:38
198
+ msgid "Type the text to use for the button or the link of the compare."
199
+ msgstr ""
200
+ "Inserisci il testo da utilizzare per il pulsante o il collegamento che ti "
201
+ "permetterà di confrontare i prodotti."
202
+
203
+ #: plugin-options/general-options.php:45
204
+ msgid "Show button in single product page"
205
+ msgstr "Mostra pulsante nella pagina dettaglio prodotto"
206
+
207
+ #: plugin-options/general-options.php:46
208
+ msgid "Say if you want to show the button in the single product page."
209
+ msgstr ""
210
+ "Scegli se vuoi mostrare il pulsante nella pagina dettaglio del prodotto."
211
+
212
+ #: plugin-options/general-options.php:53
213
+ msgid "Show button in products list"
214
+ msgstr "Mostra pulsante nella lista prodotti"
215
+
216
+ #: plugin-options/general-options.php:54
217
+ msgid "Say if you want to show the button in the products list."
218
+ msgstr "Imposta se vuoi mostrare il pulsante nella lista prodotti."
219
+
220
+ #: plugin-options/general-options.php:61
221
+ msgid "Open automatically lightbox"
222
+ msgstr "Apri lightbox automaticamente"
223
+
224
+ #: plugin-options/general-options.php:62
225
+ msgid "Open link after click into \"Compare\" button\"."
226
+ msgstr "Apri pagina dopo aver cliccato sul pulsante \"Confronta\"."
227
+
228
+ #: plugin-options/general-options.php:74
229
+ msgid "Table Settings"
230
+ msgstr "Impostazioni tabella."
231
+
232
+ #: plugin-options/general-options.php:81
233
+ msgid "Table title"
234
+ msgstr "Titolo tabella"
235
+
236
+ #: plugin-options/general-options.php:82
237
+ msgid "Type the text to use for the table title."
238
+ msgstr "Inserisci il testo da utilizzare come titolo della tabella."
239
+
240
+ #: plugin-options/general-options.php:84 templates/compare.php:22
241
+ msgid "Compare products"
242
+ msgstr "Confronta prodotti"
243
+
244
+ #: plugin-options/general-options.php:89
245
+ msgid "Fields to show"
246
+ msgstr "Campi da mostrare"
247
+
248
+ #: plugin-options/general-options.php:90
249
+ msgid ""
250
+ "Select the fields to show in the comparison table and order them by "
251
+ "drag&drop (are included also the woocommerce attributes)"
252
+ msgstr ""
253
+ "Seleziona i campi da mostrare nella tabella di comparazione e ordinali "
254
+ "attraverso il drag&drop (sono inclusi anche gli attributi di woocommerce)"
255
+
256
+ #: plugin-options/general-options.php:97
257
+ msgid "Repeat \"Price\" field"
258
+ msgstr "Ripeti campo \"Prezzo\""
259
+
260
+ #: plugin-options/general-options.php:98
261
+ msgid "Repeat the \"Price\" field at the end of the table"
262
+ msgstr "Ripeti il campo \"Prezzo\" alla fine di ogni tabella"
263
+
264
+ #: plugin-options/general-options.php:105
265
+ msgid "Repeat \"Add to cart\" field"
266
+ msgstr "Ripeti campo \"Aggiungi al carrello\""
267
+
268
+ #: plugin-options/general-options.php:106
269
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
270
+ msgstr "Ripeti il campo \"Aggiungi al carrello\" alla fine di ogni tabella"
271
+
272
+ #: plugin-options/general-options.php:113
273
+ msgid "Image size"
274
+ msgstr "Dimensione immagine"
275
+
276
+ #: plugin-options/general-options.php:114
277
+ msgid "Set the size for the images"
278
+ msgstr "Imposta la dimensione per le immagini"
279
+
280
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
281
+ msgid ""
282
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
283
+ "benefit from all features!"
284
+ msgstr ""
285
+ "Aggiorna alla %1$sversione premium%2$s di %1$sYITH WooCommerce Compare%2$s "
286
+ "per usufruire di tutte le sue funzionalità!"
287
+
288
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
289
+ msgid "UPGRADE"
290
+ msgstr "AGGIORNA"
291
+
292
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
293
+ msgid "to the premium version"
294
+ msgstr "alla versione premium"
295
+
296
+ #: templates/admin/premium.php:252
297
+ msgid "Premium Features"
298
+ msgstr "Funzionalità premium"
299
+
300
+ #: templates/admin/premium.php:260
301
+ msgid "A DEDICATED PAGE"
302
+ msgstr "UNA PAGINA DEDICATA"
303
+
304
+ #: templates/admin/premium.php:263
305
+ msgid ""
306
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
307
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
308
+ "created automatically in your site and, adding it among the menu entries, "
309
+ "you will be able to give to your users the chance to access it easily "
310
+ "whenever they want."
311
+ msgstr ""
312
+ "Sei stufo di dover mostrare i prodotti messi a confronto all’interno di una "
313
+ "finestra modale? %3$sCon %1$sYITH WooCommerce Compare premium%2$s verrà "
314
+ "creata automaticamente una nuova pagina all’interno del tuo sito e, "
315
+ "aggiungendola tra le voci di menu, potrai dare ai tuoi utenti la possibilità "
316
+ "di accedervi in qualsiasi momento e in maniera agevole."
317
+
318
+ #: templates/admin/premium.php:273
319
+ msgid "CATEGORY COMPARATION"
320
+ msgstr "CONFRONTO PER CATEGORIA"
321
+
322
+ #: templates/admin/premium.php:276
323
+ msgid ""
324
+ "People are often confused by finding products of different categories in the "
325
+ "comparison table, creating difficulties in comparing the products they are "
326
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
327
+ "need: you will be able to separate the products in the table by category "
328
+ "affinity."
329
+ msgstr ""
330
+ "Trovare all’interno della tabella comparativa prodotti di tipologia diversa "
331
+ "spesso confonde gli utenti, generando difficoltà nel confrontare due "
332
+ "prodotti a cui sono interessati. L’opzione %1$s“Compare by category”%2$s "
333
+ "nasce proprio per venire incontro a questa esigenza, in modo tale da poter "
334
+ "suddividere i prodotti presenti nella tabella a seconda della categoria di "
335
+ "appartenenza."
336
+
337
+ #: templates/admin/premium.php:292
338
+ msgid "CATEGORY EXCLUSION "
339
+ msgstr "ESCLUSIONE CATEGORIE"
340
+
341
+ #: templates/admin/premium.php:295
342
+ msgid ""
343
+ "In your shop there may be product categories you don't want to be affected "
344
+ "by the plugin features, deleting the comparison button for them. The premium "
345
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
346
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
347
+ "of the feature, allowing the comparison only to those products of the "
348
+ "selected categories."
349
+ msgstr ""
350
+ "Nel tuo shop potrebbero esistere categorie di prodotto per cui non vuoi "
351
+ "abilitare le funzionalità del plugin e dalle quali, quindi, vorresti "
352
+ "rimuovere il pulsante di comparazion. La versione premium del plugin ha "
353
+ "pensato anche a questo.%3$sMa non finisce qui. Attivando l’opzione "
354
+ "%1$s“Reverse exclusion list”%2$s, puoi invertire la logica di questo "
355
+ "comportamento, consentendo il confronto solo sui prodotti associati con le "
356
+ "categorie selezionate."
357
+
358
+ #: templates/admin/premium.php:305
359
+ msgid "TABLE IMAGE"
360
+ msgstr "IMMAGINE TABELLA"
361
+
362
+ #: templates/admin/premium.php:308
363
+ msgid ""
364
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
365
+ "Select an image, upload it from the option panel and show it ahead of the "
366
+ "table to your users. "
367
+ msgstr ""
368
+ "Da’ un tocco in più alla %1$stabella di comparazione%2$s che viene "
369
+ "visualizzata dagli utenti. Seleziona un’immagine, effettua l’upload dal "
370
+ "pannello opzioni e mostrala agli utenti in testa alla tabella."
371
+
372
+ #: templates/admin/premium.php:324
373
+ msgid "DYNAMIC FIELDS"
374
+ msgstr "CAMPI DINAMICI"
375
+
376
+ #: templates/admin/premium.php:327
377
+ msgid ""
378
+ "With this precious feature, you will be able to show in the table only the "
379
+ "fields that have information in at least one of the selected products."
380
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
381
+ "be no more empty lines in your comparison table."
382
+ msgstr ""
383
+ "Grazie a questa preziosa funzionalità avrai la possibilità di mostrare nella "
384
+ "tabella solo quei campi che sono stati impostati in almeno uno dei prodotti "
385
+ "presenti.%3$sAttiva l’opzione %1$s“Dynamic Attribute fields”%2$s e non "
386
+ "esisteranno più righe della tabella comparativa senza alcun valore di "
387
+ "confronto."
388
+
389
+ #: templates/admin/premium.php:337
390
+ msgid "SOCIAL NETWORK SHARING"
391
+ msgstr "CONDIVISIONE SUI SOCIAL NETWORK"
392
+
393
+ #: templates/admin/premium.php:340
394
+ msgid ""
395
+ "One of the most appealing features of the premium version of the plugin.Four "
396
+ "social network sites for your users (Facebook, Twitter, Google + and "
397
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
398
+ "products they have selected."
399
+ msgstr ""
400
+ "Una delle novità più suggestive della versione premium del plugin: quattro "
401
+ "social network da mettere a disposizione dei tuoi utenti (Facebook, Twitter, "
402
+ "Google+ e Pinterest) e il servizio email per permettere loro di %1$sconvidere"
403
+ "%2$s in rete la tabella comparativa dei prodotti che hanno selezionato."
404
+
405
+ #: templates/admin/premium.php:356
406
+ msgid "RELATED PRODUCTS"
407
+ msgstr "PRODOTTI CORRELATI"
408
+
409
+ #: templates/admin/premium.php:359
410
+ msgid ""
411
+ "All the products that have common categories and/or tags with those in the "
412
+ "comparison table will be showed in a slider, right under the comparison "
413
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
414
+ "users to discover the shop products of the shop related to those they are "
415
+ "interested into."
416
+ msgstr ""
417
+ "Tutti i prodotti che hanno categorie e/o tag in comune con quelli presenti "
418
+ "nella tabella comparativa saranno mostrati all’utente all’interno di uno "
419
+ "slider, appena sotto la tabella comparativa.%3$sUno slider completamente "
420
+ "%1$s“touch-friendly”%2$s per invitare i tuoi utenti a scoprire i prodotti "
421
+ "del tuo shop affini a quelli che hanno attirato il loro interesse."
422
+
423
+ #: templates/admin/premium.php:369
424
+ msgid "CUSTOMIZABLE STYLE"
425
+ msgstr "STILE PERSONALIZZABILE"
426
+
427
+ #: templates/admin/premium.php:372
428
+ msgid ""
429
+ "An advanced option panel that let you change all the colors of the plugin, "
430
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
431
+ "of your shop.We know it, looks also count... and we give you the right tools "
432
+ "to get to the best result."
433
+ msgstr ""
434
+
435
+ #: templates/admin/premium.php:388
436
+ msgid "CUSTOMIZED ATTRIBUTES"
437
+ msgstr ""
438
+
439
+ #: templates/admin/premium.php:391
440
+ msgid ""
441
+ "Let you users compare products following every feature, and considering also "
442
+ "all those %1$sattributes%2$s that can be manually created in within the "
443
+ "product detail page. Every single detail will be included."
444
+ msgstr ""
445
+
446
+ #: templates/admin/premium.php:401
447
+ msgid "A TAILORED TABLE"
448
+ msgstr ""
449
+
450
+ #: templates/admin/premium.php:404
451
+ msgid ""
452
+ "Select the products you want to compare and the system will offer you the "
453
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
454
+ msgstr ""
455
+
456
+ #: templates/admin/premium.php:420
457
+ msgid "Compare list - widget"
458
+ msgstr ""
459
+
460
+ #: templates/admin/premium.php:423
461
+ msgid ""
462
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
463
+ "complete list of products added to the compare tab and avoid to open the "
464
+ "popup to check its existence. "
465
+ msgstr ""
466
+
467
+ #: templates/admin/premium.php:433
468
+ msgid "Compare counter - widget and shortcode"
469
+ msgstr ""
470
+
471
+ #: templates/admin/premium.php:436
472
+ msgid ""
473
+ "Moreover, if you want to give your users the chance to see in a glance how "
474
+ "many products they have added to the Compare list, feel free to use the "
475
+ "widget or the shortcode included. And their Compare list is always no more "
476
+ "than one click away."
477
+ msgstr ""
478
+
479
+ #: templates/compare.php:77
480
+ msgid "Close window [X]"
481
+ msgstr "Chiudi finestra [X]"
482
+
483
+ #: templates/compare.php:107
484
+ msgid "No products added in the compare table."
485
+ msgstr "Nessun prodotto aggiunto nella tabella di comparazione."
486
+
487
+ #: widgets/class.yith-woocompare-widget.php:23
488
+ msgid "The widget shows the list of products added in the comparison table."
489
+ msgstr ""
490
+ "Il widget mostra l'elenco dei prodotti aggiunti alla tabella comparativa."
491
+
492
+ #: widgets/class.yith-woocompare-widget.php:27
493
+ msgid "YITH WooCommerce Compare Widget"
494
+ msgstr "YITH WooCommerce Compare Widget"
495
+
496
+ #: widgets/class.yith-woocompare-widget.php:50
497
+ msgid "Clear all"
498
+ msgstr "Cancella tutti"
499
+
500
+ #. Plugin Name of the plugin/theme
501
+ #, fuzzy
502
+ msgid "YITH WooCommerce Compare"
503
+ msgstr "YITH WooCommerce Compare Widget"
504
+
505
+ #. Plugin URI of the plugin/theme
506
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
507
+ msgstr ""
508
+
509
+ #. Description of the plugin/theme
510
+ msgid ""
511
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
512
+ "to compare in a simple and efficient way products on sale in your shop and "
513
+ "analyze their main features in a single table. <a href=\"https://yithemes."
514
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
515
+ "<strong>YITH</strong></a>."
516
+ msgstr ""
517
+
518
+ #. Author of the plugin/theme
519
+ msgid "YITH"
520
+ msgstr ""
521
+
522
+ #. Author URI of the plugin/theme
523
+ msgid "https://yithemes.com/"
524
+ msgstr ""
525
+
526
+ #~ msgid "Plugin Documentation"
527
+ #~ msgstr "Documentazione plugin"
528
+
529
+ #~ msgid "Choose if you want to use a link or a button for the action button."
530
+ #~ msgstr ""
531
+ #~ "Scegli se vuoi usare un collegamento o un pulsante per l'azione di "
532
+ #~ "\"Confronto\""
533
+
534
+ #~ msgid ""
535
+ #~ "An advanced option panel that let you change all the colors of the "
536
+ #~ "plugin, so that you can adapt stylistically all its elements to the "
537
+ #~ "%1$slayout%2$s of your shop.We know it, looks also count... and we give "
538
+ #~ "you the right tools to get to the best result."
539
+ #~ msgstr ""
540
+ #~ "Un pannello opzioni avanzato che ti permette di modificare tutti i colori "
541
+ #~ "del plugin, così da adattare stilisticamente tutti i suoi componenti al "
542
+ #~ "%1$slayout%2$s del tuo shop.\n"
543
+ #~ "In fondo, anche l’occhio vuole la sua parte... e noi ti diamo gli "
544
+ #~ "strumenti adatti per arrivare al migliore risultato."
545
+
546
+ #~ msgid "The widget show the list of products added in the compare table."
547
+ #~ msgstr ""
548
+ #~ "Widget che mostra la lista dei prodotti aggiunti nella tabella di "
549
+ #~ "comparazione."
550
+
551
+ #~ msgid "YITH Woocommerce Compare Widget"
552
+ #~ msgstr "YITH Woocommerce Compare Widget"
553
+
554
+ #~ msgid "Comparison Table"
555
+ #~ msgstr "Tabella confronto"
556
+
557
+ #~ msgid "Social Network Sites Sharing"
558
+ #~ msgstr "Condivisione social network"
559
+
560
+ #~ msgid "Related Products"
561
+ #~ msgstr "Prodotti correlati"
562
+
563
+ #~ msgid "Style"
564
+ #~ msgstr "Stile"
565
+
566
+ #~ msgid "View Page"
567
+ #~ msgstr "Visualizza pagina"
568
+
569
+ #~ msgid "Share on:"
570
+ #~ msgstr "Condividi su:"
571
+
572
+ #~ msgid "Category Filter"
573
+ #~ msgstr "Filtro categoria"
574
+
575
+ #~ msgid "Product Info"
576
+ #~ msgstr "Informazioni prodotto"
577
+
578
+ #~ msgid "Rating"
579
+ #~ msgstr "Valutazione"
580
+
581
+ #~ msgid "yith-compare"
582
+ #~ msgstr "yith-compare"
583
+
584
+ #~ msgid ""
585
+ #~ "YITH WooCommerce Compare Premium is enabled but not effective. It "
586
+ #~ "requires WooCommerce in order to work."
587
+ #~ msgstr ""
588
+ #~ "YITH WooCommerce Compare Premium è abilitato ma non in funzione. Devi "
589
+ #~ "aver installato WooCommerce perché questo possa funzionare correttamente."
590
+
591
+ #~ msgid "Page or Popup"
592
+ #~ msgstr "Pagina o popup"
593
+
594
+ #~ msgid ""
595
+ #~ "Choose if you want to use a page or a popup for the standard comparison "
596
+ #~ "table."
597
+ #~ msgstr ""
598
+ #~ "Scegli se vuoi utilizzare una pagina o una popup per la tabella "
599
+ #~ "comparativa standard."
600
+
601
+ #~ msgid "Page"
602
+ #~ msgstr "Pagina"
603
+
604
+ #~ msgid "Popup"
605
+ #~ msgstr "Popup"
606
+
607
+ #~ msgid "Type the text you want to use for the compare button/link."
608
+ #~ msgstr ""
609
+ #~ "Inserisci il testo che vuoi utilizzare per il pulsante o il link di "
610
+ #~ "confronto."
611
+
612
+ #~ msgid "Set this option to show the button in the single product page."
613
+ #~ msgstr ""
614
+ #~ "Seleziona questa opzione per mostrare il pulsante nella pagina singolo "
615
+ #~ "prodotto."
616
+
617
+ #~ msgid "Set this option to show the button in the products list."
618
+ #~ msgstr ""
619
+ #~ "Seleziona questa opzione per mostrare il pulsante nella lista prodotti."
620
+
621
+ #~ msgid "Open lightbox automatically"
622
+ #~ msgstr "Apri la lightbox automaticamente"
623
+
624
+ #~ msgid "Open the link after clicking on the \"Compare\" button."
625
+ #~ msgstr "Apri il link dopo aver fatto clic sul pulsante \"Confronta\"."
626
+
627
+ #~ msgid "Open lightbox when adding a second item"
628
+ #~ msgstr "Apri la lightbox quando viene aggiunto un secondo elemento"
629
+
630
+ #~ msgid "Open the comparison lightbox after adding a second item to compare."
631
+ #~ msgstr ""
632
+ #~ "Apri la lighbox di confronto dopo che è stato aggiunto un secondo "
633
+ #~ "articolo alla tabella comparativa."
634
+
635
+ #~ msgid "Compare by category"
636
+ #~ msgstr "Effettua il confronto per categoria"
637
+
638
+ #~ msgid "Compare products by category."
639
+ #~ msgstr "Confronta i prodotti per categoria."
640
+
641
+ #~ msgid "Exclude category"
642
+ #~ msgstr "Escludi categoria"
643
+
644
+ #~ msgid "Choose category to exclude from the comparison."
645
+ #~ msgstr "Scegli la categoria da escludere durante il confronto."
646
+
647
+ #~ msgid "Reverse exclusion list"
648
+ #~ msgstr "Inverti lista esclusioni"
649
+
650
+ #~ msgid "Only categories in the exclusion list will have the compare feature"
651
+ #~ msgstr ""
652
+ #~ "Solo le categorie inserite nella lista esclusioni avranno la funzionalità "
653
+ #~ "di confronto"
654
+
655
+ #~ msgid "Related Options"
656
+ #~ msgstr "Opzioni correlate"
657
+
658
+ #~ msgid "Choose if you want to enable related products in the comparison"
659
+ #~ msgstr "Scegli se abilitare i prodotti correlati per il confronto"
660
+
661
+ #~ msgid "Show related products in"
662
+ #~ msgstr "Mostra prodotti correlati in"
663
+
664
+ #~ msgid "Visible Number"
665
+ #~ msgstr "Numero visibili"
666
+
667
+ #~ msgid "Choose number of related products you want to see on the screen."
668
+ #~ msgstr ""
669
+ #~ "Scegli il numero di prodotti correlati da visualizzare nello schermo."
670
+
671
+ #~ msgid "Autoplay"
672
+ #~ msgstr "Avvio automatico"
673
+
674
+ #~ msgid "Enable slider autoplay"
675
+ #~ msgstr "Abilita l'avvio automatico dello slider"
676
+
677
+ #~ msgid "Slider Navigation"
678
+ #~ msgstr "Navigazione slider"
679
+
680
+ #~ msgid "Show prev/next navigation in the slider"
681
+ #~ msgstr ""
682
+ #~ "Mostra pulsanti di navigazione indietro/avanti all'interno dello slider"
683
+
684
+ #~ msgid "Share Options"
685
+ #~ msgstr "Opzioni di condivisione"
686
+
687
+ #~ msgid "Enable Sharing"
688
+ #~ msgstr "Abilita condivisione"
689
+
690
+ #~ msgid "Check this option if you want to show the link to share the compare"
691
+ #~ msgstr ""
692
+ #~ "Spunta questa opzione se vuoi mostrare il link per condividere il "
693
+ #~ "confronto prodotti"
694
+
695
+ #~ msgid "Show sharing in"
696
+ #~ msgstr "Mostra condivisione nella"
697
+
698
+ #~ msgid "Select Social Network Sites"
699
+ #~ msgstr "Seleziona social network"
700
+
701
+ #~ msgid "Facebook"
702
+ #~ msgstr "Facebook"
703
+
704
+ #~ msgid "Twitter"
705
+ #~ msgstr "Twitter"
706
+
707
+ #~ msgid "Google+"
708
+ #~ msgstr "Google+"
709
+
710
+ #~ msgid "Pinterest"
711
+ #~ msgstr "Pinterest"
712
+
713
+ #~ msgid "eMail"
714
+ #~ msgstr "email"
715
+
716
+ #~ msgid "Title for Social Network Sharing"
717
+ #~ msgstr "Titolo per condivisione social"
718
+
719
+ #~ msgid "My Compare"
720
+ #~ msgstr "Ho confrontato questi prodotti"
721
+
722
+ #~ msgid "Text for Social Network Sharing"
723
+ #~ msgstr "Testo per condivisione social"
724
+
725
+ #~ msgid ""
726
+ #~ "It will be used on Facebook, Twitter and Pinterest. Use %compare_url% "
727
+ #~ "where you want to show the URL of your compare."
728
+ #~ msgstr ""
729
+ #~ "Sarà utilizzato su Facebook, Twitter e Pinterest. Utilizza %compare_url% "
730
+ #~ "dove vuoi per mostrare l'URL dei prodotti confrontati da te."
731
+
732
+ #~ msgid "Category Filter Options"
733
+ #~ msgstr "Opzioni filtro categoria"
734
+
735
+ #~ msgid "Filter title"
736
+ #~ msgstr "Nome filtro"
737
+
738
+ #~ msgid "The title for the category filter section"
739
+ #~ msgstr "Inserisci qui il titolo per la sezione filtro per categoria"
740
+
741
+ #~ msgid "Filter title color"
742
+ #~ msgstr "Colore nome del filtro"
743
+
744
+ #~ msgid "The color for the title of the category filter section"
745
+ #~ msgstr "Colore del titolo della sezione filtro categoria "
746
+
747
+ #~ msgid "Filter link color"
748
+ #~ msgstr "Colore link filtro"
749
+
750
+ #~ msgid "The color for the link of the category filter"
751
+ #~ msgstr "Colore del link per il filtro categoria"
752
+
753
+ #~ msgid "Filter link hover color"
754
+ #~ msgstr "Colore link filtro hover"
755
+
756
+ #~ msgid "The color for the link of the category filter on mouse hover"
757
+ #~ msgstr "Colore per il link del filtro categoria al passaggio del mouse"
758
+
759
+ #~ msgid "Table options"
760
+ #~ msgstr "Opzioni tabella"
761
+
762
+ #~ msgid "Remove color"
763
+ #~ msgstr "Colore \"Rimuovi\""
764
+
765
+ #~ msgid "The color for the \"Remove Product\" link"
766
+ #~ msgstr "Colore del link \"Rimuovi prodotto\""
767
+
768
+ #~ msgid "Remove hover color"
769
+ #~ msgstr "Colore \"Rimuovi\" hover"
770
+
771
+ #~ msgid "The color for the \"Remove Product\" link on mouse hover"
772
+ #~ msgstr "Colore del link \"Rimuovi prodotto\" al passaggio del mouse"
773
+
774
+ #~ msgid "Button text color"
775
+ #~ msgstr "Colore testo pulsante"
776
+
777
+ #~ msgid "The color for the text of the button"
778
+ #~ msgstr "Colore per il testo mostrato nel pulsante"
779
+
780
+ #~ msgid "Button text hover color"
781
+ #~ msgstr "Colore testo pulsante hover"
782
+
783
+ #~ msgid "The color for the text of the button on mouse hover"
784
+ #~ msgstr "Colore per il testo mostrato nel pulsante al passaggio del mouse"
785
+
786
+ #~ msgid "Button color"
787
+ #~ msgstr "Colore pulsante"
788
+
789
+ #~ msgid "The color for the button background"
790
+ #~ msgstr "Colore del pulsante"
791
+
792
+ #~ msgid "Button hover color"
793
+ #~ msgstr "Colore pulsante hover"
794
+
795
+ #~ msgid "The color for the button background on mouse hover"
796
+ #~ msgstr "Colore del pulsante al passaggio del mouse"
797
+
798
+ #~ msgid "Star color"
799
+ #~ msgstr "Colore stellina"
800
+
801
+ #~ msgid "The color of the star"
802
+ #~ msgstr "Colore della stellina"
803
+
804
+ #~ msgid "Share Title"
805
+ #~ msgstr "Titolo di condivisione"
806
+
807
+ #~ msgid "The title for the share section"
808
+ #~ msgstr "Titolo per la sezione di condivisione"
809
+
810
+ #~ msgid "Share on"
811
+ #~ msgstr "Condividi su"
812
+
813
+ #~ msgid "Share Title Color"
814
+ #~ msgstr "Colore del titolo di condivisione"
815
+
816
+ #~ msgid "The color for the title of the share section"
817
+ #~ msgstr "Colore del titolo della sezione per la condivisione"
818
+
819
+ #~ msgid "Related Title"
820
+ #~ msgstr "Titolo correlati"
821
+
822
+ #~ msgid "The title for the related section"
823
+ #~ msgstr "Titolo per la sezione prodotti correlati"
824
+
825
+ #~ msgid "Related Title Color"
826
+ #~ msgstr "Colore titolo correlati"
827
+
828
+ #~ msgid "The color for the title of the related section"
829
+ #~ msgstr "Colore del titolo della sezione prodotti correlati"
830
+
831
+ #~ msgid "Comparison Table Settings"
832
+ #~ msgstr "Impostazioni tabella confronto"
833
+
834
+ #~ msgid "Type the text for the table title."
835
+ #~ msgstr "Inserisci qui il testo da usare come titolo della tabella."
836
+
837
+ #~ msgid "Table image"
838
+ #~ msgstr "Immagine tabella"
839
+
840
+ #~ msgid "Choose an image/logo for the comparison table"
841
+ #~ msgstr "Scegli un'immagine/logo per la tabella confronto"
842
+
843
+ #~ msgid "Show table image in"
844
+ #~ msgstr "Mostra immagine tabella in"
845
+
846
+ #~ msgid "Dynamic Attribute fields"
847
+ #~ msgstr "Campi attributo dinamici"
848
+
849
+ #~ msgid "Choose to get dynamic attribute fields based on products"
850
+ #~ msgstr "Scegli di rendere dinamici i campi attributo a seconda del prodotto"
851
+
852
+ #~ msgid ""
853
+ #~ "Select the fields to show in the comparison table and order them by "
854
+ #~ "drag&drop (WooCommerce attributes are also included)"
855
+ #~ msgstr ""
856
+ #~ "Seleziona i campi da mostrare nella tabella confronto e ordinali grazie "
857
+ #~ "allo strumento drag&drop (sono inclusi anche gli attributi di WooCommerce)"
858
+
859
+ #~ msgid "Product Info Fields"
860
+ #~ msgstr "Campi info prodotti"
861
+
862
+ #~ msgid "Add to Cart"
863
+ #~ msgstr "Aggiungi al carrello"
864
+
865
+ #~ msgid ""
866
+ #~ "Set image size (in px). After changing these settings you may need to %s."
867
+ #~ msgstr ""
868
+ #~ "Imposta la dimensione dell'immagine (in px). Dopo aver cambiato queste "
869
+ #~ "impostazioni potrai aver bisogno di %s."
870
+
871
+ #~ msgid "regenerate your thumbnails"
872
+ #~ msgstr "rigenerare le thumbnail"
873
+
874
+ #~ msgid "Search for a category&hellip;"
875
+ #~ msgstr "Cerca una categoria&hellip;"
876
+
877
+ #~ msgid "Email"
878
+ #~ msgstr "Email"
879
+
880
+ #~ msgid "No products added in the comparison table."
881
+ #~ msgstr "Non è stato aggiunto alcun prodotto alla tabella comparativa."
882
+
883
+ #~ msgid "Products Compare"
884
+ #~ msgstr "Compara Prodotti"
885
+
886
+ #~ msgid "Repeat \"Price\" field at the end of the table"
887
+ #~ msgstr "Ripeti il campo \"Prezzo\" alla fine della tabella"
888
+
889
+ #~ msgid "Repeat \"Add to cart\" field at the end of the table"
890
+ #~ msgstr ""
891
+ #~ "Ripeti il campo con \"Aggiungi al carrello\" alla fine della tabella"
892
+
893
+ #~ msgid "Select a date"
894
+ #~ msgstr "Seleziona data"
895
+
896
+ #~ msgid "Hours"
897
+ #~ msgstr "Ore"
898
+
899
+ #~ msgid "Minutes"
900
+ #~ msgstr "Minuti"
901
+
902
+ #~ msgid "Upload"
903
+ #~ msgstr "Carica"
904
+
905
+ #~ msgid "px"
906
+ #~ msgstr "px"
907
+
908
+ #~ msgid "em"
909
+ #~ msgstr "em"
910
+
911
+ #~ msgid "pt"
912
+ #~ msgstr "pt"
913
+
914
+ #~ msgid "rem"
915
+ #~ msgstr "rem"
916
+
917
+ #~ msgid "Select a font family"
918
+ #~ msgstr "Seleziona la famiglia font"
919
+
920
+ #~ msgid "Regular"
921
+ #~ msgstr "Normale"
922
+
923
+ #~ msgid "Bold"
924
+ #~ msgstr "Grassetto"
925
+
926
+ #~ msgid "Extra bold"
927
+ #~ msgstr "Extra bold"
928
+
929
+ #~ msgid "Italic"
930
+ #~ msgstr "Corsivo"
931
+
932
+ #~ msgid "Italic bold"
933
+ #~ msgstr "Grassetto corsivo"
934
+
935
+ #~ msgid "Click to preview"
936
+ #~ msgstr "Clicca per anteprima"
937
+
938
+ #~ msgid "Docs"
939
+ #~ msgstr "Documentazione"
940
+
941
+ #~ msgid "Woocommerce Compare Active"
942
+ #~ msgstr "Modalità Manutenzione attiva"
943
+
944
+ #~ msgid "General"
945
+ #~ msgstr "Generale"
946
+
947
+ #~ msgid "Enable Woocommerce Compare"
948
+ #~ msgstr "Abilità Modalità Manutenzione"
949
+
950
+ #~ msgid ""
951
+ #~ "Enable the splash page to lets users to know the blog is down for "
952
+ #~ "maintenance. (Default: Off) "
953
+ #~ msgstr ""
954
+ #~ "Abilita la pagina che permette agli utenti di vedere il sito in modalità "
955
+ #~ "di manutenzione. (Default: Off)"
956
+
957
+ #~ msgid "Roles"
958
+ #~ msgstr "Ruoli"
959
+
960
+ #~ msgid ""
961
+ #~ "The user roles enabled to see the frontend. Check a role to enable it to "
962
+ #~ "show the website with maintenance mode active."
963
+ #~ msgstr ""
964
+ #~ "I ruoli utente abilitati a vedere il frontend del sito. Controlla un "
965
+ #~ "ruolo per abilitarlo e fargli mostrare il sito, nonostante la modalità "
966
+ #~ "manutenzione attiva."
967
+
968
+ #~ msgid "Message"
969
+ #~ msgstr "Messaggio"
970
+
971
+ #~ msgid "The message displayed. You can also use HTML code."
972
+ #~ msgstr "Il messaggio mostrato. Puoi anche utilizzare del codice HTML."
973
+
974
+ #~ msgid "OPS! WE ARE NOT READY YET!"
975
+ #~ msgstr "OPS! NON SIAMO ANCORA PRONTI!"
976
+
977
+ #~ msgid ""
978
+ #~ "Hello there! We are not ready yet, but why don't you leave your email "
979
+ #~ "address and we'll let you know as soon as we're in business!"
980
+ #~ msgstr ""
981
+ #~ "Ciao a tutti! Non siamo ancora pronti, ma lascia pure il tuo indirizzo "
982
+ #~ "email così di essere avvisato non appena il sito sarà lanciato!"
983
+
984
+ #~ msgid "Insert here your custom CSS style."
985
+ #~ msgstr "Aggiungi qui il tuo stile CSS personalizzato."
986
+
987
+ #~ msgid ""
988
+ #~ "If you want, you can set here a mascotte image to show above the main "
989
+ #~ "box, in the right side."
990
+ #~ msgstr ""
991
+ #~ "A tuo piacimento, puoi impostare qui l'immagine di una mascotte da "
992
+ #~ "mostrare sopra il box principale, nella parte destra."
993
+
994
+ #~ msgid "Typography"
995
+ #~ msgstr "Tipografia"
996
+
997
+ #~ msgid "Title font of message"
998
+ #~ msgstr "Font del titolo all'interno del messaggio"
999
+
1000
+ #~ msgid ""
1001
+ #~ "Choose the font type, size and color for the titles inside the message "
1002
+ #~ "text."
1003
+ #~ msgstr ""
1004
+ #~ "Scegli il font, dimensione e colore per i titoli dentro il testo del "
1005
+ #~ "messaggio."
1006
+
1007
+ #~ msgid "Paragraph font of message"
1008
+ #~ msgstr "Font del paragrafo all'interno del messaggio"
1009
+
1010
+ #~ msgid ""
1011
+ #~ "Choose the font type, size and color for the paragraphs inside the "
1012
+ #~ "message text."
1013
+ #~ msgstr ""
1014
+ #~ "Scegli il font, dimensione e colore per i paragrafi dentro il testo del "
1015
+ #~ "messaggio."
1016
+
1017
+ #~ msgid "Colors"
1018
+ #~ msgstr "Colori"
1019
+
1020
+ #~ msgid "Border top color"
1021
+ #~ msgstr "Colore del bordo superiore"
1022
+
1023
+ #~ msgid "Choose the color for the big border top of the main box."
1024
+ #~ msgstr "Scegli il colore per il bordo superiore del box"
1025
+
1026
+ #~ msgid "Background"
1027
+ #~ msgstr "Sfondo"
1028
+
1029
+ #~ msgid "Background Settings"
1030
+ #~ msgstr "Impostazioni sfondo"
1031
+
1032
+ #~ msgid "Customize the background of the page"
1033
+ #~ msgstr "Personalizza lo sfondo della pagina"
1034
+
1035
+ #~ msgid "Background image"
1036
+ #~ msgstr "Immagine sfondo"
1037
+
1038
+ #~ msgid "Upload or choose from your media library the background image"
1039
+ #~ msgstr "Carica o scegli dalla libreria un'immagine di sfondo"
1040
+
1041
+ #~ msgid "Background Color"
1042
+ #~ msgstr "Colore di sfondo"
1043
+
1044
+ #~ msgid "Choose a background color"
1045
+ #~ msgstr "Scegli un colore di sfondo"
1046
+
1047
+ #~ msgid "Background Repeat"
1048
+ #~ msgstr "Ripetizione sfondo"
1049
+
1050
+ #~ msgid "Select the repeat mode for the background image."
1051
+ #~ msgstr "Seleziona la modalità di ripetizione per l'immagine di sfondo."
1052
+
1053
+ #~ msgid "Repeat"
1054
+ #~ msgstr "Ripeti"
1055
+
1056
+ #~ msgid "Repeat Horizontally"
1057
+ #~ msgstr "Ripeti orizontalmente"
1058
+
1059
+ #~ msgid "Repeat Vertically"
1060
+ #~ msgstr "Ripeti verticalmente"
1061
+
1062
+ #~ msgid "No Repeat"
1063
+ #~ msgstr "Nessuna ripetizione"
1064
+
1065
+ #~ msgid "Background Position"
1066
+ #~ msgstr "Posizione sfondo"
1067
+
1068
+ #~ msgid "Center"
1069
+ #~ msgstr "Centro"
1070
+
1071
+ #~ msgid "Top left"
1072
+ #~ msgstr "In alto a sinistra"
1073
+
1074
+ #~ msgid "Top center"
1075
+ #~ msgstr "In alto al centro"
1076
+
1077
+ #~ msgid "Top right"
1078
+ #~ msgstr "In alto a destra"
1079
+
1080
+ #~ msgid "Bottom left"
1081
+ #~ msgstr "In basso a sinistra"
1082
+
1083
+ #~ msgid "Bottom center"
1084
+ #~ msgstr "In basso al centro"
1085
+
1086
+ #~ msgid "Bottom right"
1087
+ #~ msgstr "In basso a destra"
1088
+
1089
+ #~ msgid "Background Attachment"
1090
+ #~ msgstr "Ancorazione sfondo"
1091
+
1092
+ #~ msgid "Select the attachment for the background image."
1093
+ #~ msgstr "Seleziona l'ancorazione dell'immagine di sfondo."
1094
+
1095
+ #~ msgid "Scroll"
1096
+ #~ msgstr "Scorri"
1097
+
1098
+ #~ msgid "Fixed"
1099
+ #~ msgstr "Fisso"
1100
+
1101
+ #~ msgid "Logo"
1102
+ #~ msgstr "Logo"
1103
+
1104
+ #~ msgid "Logo Settings"
1105
+ #~ msgstr "Impostazioni logo"
1106
+
1107
+ #~ msgid "Customize the logo"
1108
+ #~ msgstr "Personalizza il logo"
1109
+
1110
+ #~ msgid "Logo image"
1111
+ #~ msgstr "Immagine logo"
1112
+
1113
+ #~ msgid "Upload or choose from your media library the logo image"
1114
+ #~ msgstr "Carica o scegli dalla libreria l'immagine del logo"
1115
+
1116
+ #~ msgid "Logo tagline"
1117
+ #~ msgstr "Tagline del logo"
1118
+
1119
+ #~ msgid "Set the tagline to show below the logo image"
1120
+ #~ msgstr "Imposta tagline da mostrare sotto l'immagine del logo"
1121
+
1122
+ #~ msgid "Logo tagline font"
1123
+ #~ msgstr "Font della tagline"
1124
+
1125
+ #~ msgid "Newsletter"
1126
+ #~ msgstr "Newsletter"
1127
+
1128
+ #~ msgid "Add a newsletter form in your maintenance mode page."
1129
+ #~ msgstr "Aggiungi un form per la newsletter nella pagina di manutenzione."
1130
+
1131
+ #~ msgid "Enable Newsletter form"
1132
+ #~ msgstr "Abilita il form per la newsletter"
1133
+
1134
+ #~ msgid "Newsletter Email Font"
1135
+ #~ msgstr "Font email newsletter"
1136
+
1137
+ #~ msgid "Choose the font type, size and color for the email input field."
1138
+ #~ msgstr "Scegli il font, dimensione e colore per il campo email del form."
1139
+
1140
+ #~ msgid "Newsletter Submit Font"
1141
+ #~ msgstr "Font submit newsletter"
1142
+
1143
+ #~ msgid "Choose the font type, size and color for the email submit."
1144
+ #~ msgstr "Scegli il font, dimensione e colore per il pulsante invia del form."
1145
+
1146
+ #~ msgid "Newsletter submit background"
1147
+ #~ msgstr "Sfondo submit newsletter"
1148
+
1149
+ #~ msgid "The submit button background."
1150
+ #~ msgstr "Sfondo del pulsante di invio "
1151
+
1152
+ #~ msgid "Newsletter submit hover background"
1153
+ #~ msgstr "Font submit newsletter hover"
1154
+
1155
+ #~ msgid "The submit button hover background."
1156
+ #~ msgstr "Colore di sfondo per il pulsante di invio all'hover del mouse."
1157
+
1158
+ #~ msgid "The title displayed above the newsletter form."
1159
+ #~ msgstr "Il titolo mostrato sopra il form newsletter"
1160
+
1161
+ #~ msgid "STAY UPDATED WITH %s"
1162
+ #~ msgstr "RESTA AGGIORNATO CON %s"
1163
+
1164
+ #~ msgid "Form configuration"
1165
+ #~ msgstr "Configurazione form"
1166
+
1167
+ #~ msgid ""
1168
+ #~ "Configure the form and each field, to integrate the newsletter features "
1169
+ #~ "of an external service."
1170
+ #~ msgstr ""
1171
+ #~ "Configra il form e ogni campo, per integrarlo con le caratteristiche di "
1172
+ #~ "un servizio newsletter esterno."
1173
+
1174
+ #~ msgid "Action URL"
1175
+ #~ msgstr "URL Action"
1176
+
1177
+ #~ msgid "Set the action url of the form."
1178
+ #~ msgstr "Imposta l'url dell'attributo \"action\" del form."
1179
+
1180
+ #~ msgid "Form method"
1181
+ #~ msgstr "Metodo form"
1182
+
1183
+ #~ msgid "Set the method for the form request."
1184
+ #~ msgstr "Imposta il metodo con la quale il form invia la richiesta."
1185
+
1186
+ #~ msgid "\"Email\" field label"
1187
+ #~ msgstr "Label del campo \"Email\""
1188
+
1189
+ #~ msgid "The label for the email field"
1190
+ #~ msgstr "La label per il campo email"
1191
+
1192
+ #~ msgid "\"Email\" field name"
1193
+ #~ msgstr "Attributo name del campo \"Email\""
1194
+
1195
+ #~ msgid "The \"name\" attribute for the email field"
1196
+ #~ msgstr "L'attributo \"name\" per il campo email"
1197
+
1198
+ #~ msgid "Submit button label"
1199
+ #~ msgstr "Label del pulsante submit"
1200
+
1201
+ #~ msgid "The label for the submit button"
1202
+ #~ msgstr "La label per il pulsante di invio"
1203
+
1204
+ #~ msgid "GET NOTIFY"
1205
+ #~ msgstr "AGGIORNAMI"
1206
+
1207
+ #~ msgid "Newsletter Hidden fields"
1208
+ #~ msgstr "Campi nascosti"
1209
+
1210
+ #~ msgid ""
1211
+ #~ "Set the hidden fields to include in the form. Use the form: "
1212
+ #~ "field1=value1&field2=value2&field3=value3"
1213
+ #~ msgstr ""
1214
+ #~ "Imposta i campi nascosti da includere nel form. Usa la forma: "
1215
+ #~ "field1=value1&field2=value2&field3=value3"
1216
+
1217
+ #~ msgid "Socials"
1218
+ #~ msgstr "Social"
1219
+
1220
+ #~ msgid "Set the socials"
1221
+ #~ msgstr "Imposta i social"
1222
+
1223
+ #~ msgid ""
1224
+ #~ "You can set here the url of your social accounts (you can leave empty if "
1225
+ #~ "you don't want to show the social icon)"
1226
+ #~ msgstr ""
1227
+ #~ "Qui puoi settare gli url dei tuoi account social (puoi lasciare vuoto se "
1228
+ #~ "non vuoi mostrare la rispettiva icona social)"
1229
+
1230
+ #~ msgid "Set the URL of your facebook profile"
1231
+ #~ msgstr "Imposta l'URL del tuo profilo facebok"
1232
+
1233
+ #~ msgid "Set the URL of your twitter profile"
1234
+ #~ msgstr "Imposta l'URL del tuo profilo twitter"
1235
+
1236
+ #~ msgid "Set the URL of your Google+ profile"
1237
+ #~ msgstr "Imposta l'url del tuo profilo Google+"
1238
+
1239
+ #~ msgid "Youtube"
1240
+ #~ msgstr "Youtube"
1241
+
1242
+ #~ msgid "Set the URL of your youtube profile"
1243
+ #~ msgstr "Imposta l'url del tuo canale YouTube"
1244
+
1245
+ #~ msgid "RSS"
1246
+ #~ msgstr "RSS"
1247
+
1248
+ #~ msgid "Set the URL of your RSS feed"
1249
+ #~ msgstr "Imposta l'URL dei tuoi feed RSS"
1250
+
1251
+ #~ msgid "Skype"
1252
+ #~ msgstr "Skype"
1253
+
1254
+ #~ msgid "Set the username of your skype account"
1255
+ #~ msgstr "Imposta l'username del tuo account skype"
1256
+
1257
+ #~ msgid "Write here your email address"
1258
+ #~ msgstr "Scrivi qui il tuo indirizzo email"
1259
+
1260
+ #~ msgid "Behance"
1261
+ #~ msgstr "Behance"
1262
+
1263
+ #~ msgid "Set the URL of your Behance profile"
1264
+ #~ msgstr "IMposta l'URL del tuo profilo Behance"
1265
+
1266
+ #~ msgid "Dribble"
1267
+ #~ msgstr "Dribble"
1268
+
1269
+ #~ msgid "Set the URL of your dribble profile"
1270
+ #~ msgstr "Imposta l'URL del tuo profilo dribble"
1271
+
1272
+ #~ msgid "FlickR"
1273
+ #~ msgstr "FlicR"
1274
+
1275
+ #~ msgid "Set the URL of your Flickr profile"
1276
+ #~ msgstr "Imposta l'URL del tuo profilo FlickR"
1277
+
1278
+ #~ msgid "Instagram"
1279
+ #~ msgstr "Instagram"
1280
+
1281
+ #~ msgid "Set the URL of your instagram profile"
1282
+ #~ msgstr "Imposta l'URL del tuo profilo Instagram"
1283
+
1284
+ #~ msgid "Set the URL of your Pinterest profile"
1285
+ #~ msgstr "Imposta l'URL del tuo profilo Pinterest"
1286
+
1287
+ #~ msgid "Tumblr"
1288
+ #~ msgstr "Tumblr"
1289
+
1290
+ #~ msgid "Set the URL of your Tumblr profile"
1291
+ #~ msgstr "Imposta l'URL del tuo profilo Tumblr"
1292
+
1293
+ #~ msgid "Set the URL of your LinkedIn profile"
1294
+ #~ msgstr "Imposta l'URL del tuo profilo su LinkedIn"
1295
+
1296
+ #~ msgid "Choose a background color for the logo"
1297
+ #~ msgstr "Scegli il colore di sfondo per il logo"
languages/yith-woocommerce-compare-nl_NL.po CHANGED
@@ -1,550 +1,550 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
- "Last-Translator: admin <admin@localhost.local>\n"
8
- "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
- "Language: nl\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 2.1.1\n"
16
- "X-Poedit-KeywordsList: gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
17
- "_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
- "X-Poedit-Basepath: ..\n"
22
- "X-Loco-Target-Locale: nl_NL\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
25
-
26
- #: includes/class.yith-woocompare-admin.php:119
27
- #: includes/class.yith-woocompare-admin.php:143
28
- msgid "Settings"
29
- msgstr "Instellingen"
30
-
31
- #: includes/class.yith-woocompare-admin.php:121
32
- msgid "License"
33
- msgstr ""
34
-
35
- #: includes/class.yith-woocompare-admin.php:147
36
- msgid "Premium Version"
37
- msgstr "Premium Versie"
38
-
39
- #: includes/class.yith-woocompare-admin.php:153
40
- #, fuzzy
41
- msgctxt "Admin Plugin Name"
42
- msgid "WooCommerce Compare"
43
- msgstr "YITH WooCommerce Compare geüpdatet"
44
-
45
- #: includes/class.yith-woocompare-admin.php:154
46
- #, fuzzy
47
- msgctxt "Admin Plugin Name"
48
- msgid "Compare"
49
- msgstr "Vergelijk"
50
-
51
- #: includes/class.yith-woocompare-admin.php:243
52
- msgid "YITH WooCommerce Compare Activated"
53
- msgstr "YITH WooCommerce Compare Geactiveerd"
54
-
55
- #: includes/class.yith-woocompare-admin.php:244
56
- msgid ""
57
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
58
- "With this menu, you can access to all the settings of our plugins that you "
59
- "have activated. YITH WooCommerce Compare is available in an outstanding "
60
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
61
- msgstr ""
62
- "In het tabblad YIT Plugin kunt u de YITH WooCommerce Compare opties vinden. "
63
- "Met dit menu kunt u toegang tot alle instellingen van onze plugins die je "
64
- "hebt geactiveerd. YITH WooCommerce Compare is beschikbaar in een uitstekende "
65
- "PREMIUM versie met veel nieuwe mogelijkheden, <a href=\"%s\">Ontdek het nu</"
66
- "a>."
67
-
68
- #: includes/class.yith-woocompare-admin.php:255
69
- msgid "YITH WooCommerce Compare Updated"
70
- msgstr "YITH WooCommerce Compare geüpdatet"
71
-
72
- #: includes/class.yith-woocompare-admin.php:256
73
- msgid ""
74
- "From now on, you can find all the options of YITH WooCommerce Compare under "
75
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
76
- "the previous version. When one of our plugins is updated, a new voice will "
77
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
78
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
79
- msgstr ""
80
- "Vanaf nu vind je alle opties van YITH WooCommerce Compare onder YIT Plugin -"
81
- "> Compare in plaats van WooCommerce -> Instellingen -> Compare, net als in "
82
- "de vorige versie. Wanneer een van onze plugins wordt bijgewerkt, zal een "
83
- "nieuwe link worden toegevoegd aan dit menu. YITH WooCommerce Compare is "
84
- "bijgewerkt met nieuwe beschikbare opties, <a href=\"%s\"> ontdek het PREMIUM "
85
- "versie. </a>"
86
-
87
- #: includes/class.yith-woocompare-admin.php:400
88
- msgid "Do you want to hard crop the image?"
89
- msgstr "Wilt u een harde crop van de afbeelding?"
90
-
91
- #: includes/class.yith-woocompare-frontend.php:223
92
- msgid "Added"
93
- msgstr "Toegevoegd"
94
-
95
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
96
- msgid "Product Comparison"
97
- msgstr "Product vergelijk"
98
-
99
- #: includes/class.yith-woocompare-frontend.php:227
100
- #: includes/class.yith-woocompare-frontend.php:505
101
- #: plugin-options/general-options.php:40
102
- #: widgets/class.yith-woocompare-widget.php:51
103
- msgid "Compare"
104
- msgstr "Vergelijk"
105
-
106
- #: includes/class.yith-woocompare-frontend.php:229
107
- msgctxt "Label for popup close icon"
108
- msgid "Close"
109
- msgstr ""
110
-
111
- #: includes/class.yith-woocompare-frontend.php:384
112
- msgid "In stock"
113
- msgstr "Op voorraad"
114
-
115
- #: includes/class.yith-woocompare-frontend.php:696
116
- msgid "No products to compare"
117
- msgstr "Geen producten om te vergelijken"
118
-
119
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
120
- msgid "Remove"
121
- msgstr "Verwijder"
122
-
123
- #: includes/class.yith-woocompare-helper.php:46
124
- msgid "Image"
125
- msgstr "Afbeelding"
126
-
127
- #: includes/class.yith-woocompare-helper.php:47
128
- #: widgets/class.yith-woocompare-widget.php:68
129
- msgid "Title"
130
- msgstr "Titel"
131
-
132
- #: includes/class.yith-woocompare-helper.php:48
133
- msgid "Price"
134
- msgstr "Prijs"
135
-
136
- #: includes/class.yith-woocompare-helper.php:49
137
- msgid "Add to cart"
138
- msgstr "Bestellen"
139
-
140
- #: includes/class.yith-woocompare-helper.php:50
141
- msgid "Description"
142
- msgstr "Omschrijving"
143
-
144
- #: includes/class.yith-woocompare-helper.php:51
145
- msgid "Sku"
146
- msgstr ""
147
-
148
- #: includes/class.yith-woocompare-helper.php:52
149
- msgid "Availability"
150
- msgstr "Beschikbaarheid"
151
-
152
- #: includes/class.yith-woocompare-helper.php:53
153
- msgid "Weight"
154
- msgstr ""
155
-
156
- #: includes/class.yith-woocompare-helper.php:54
157
- msgid "Dimensions"
158
- msgstr ""
159
-
160
- #: init.php:42
161
- msgid ""
162
- "YITH WooCommerce Compare is enabled but not effective. It requires "
163
- "WooCommerce in order to work."
164
- msgstr ""
165
- "YITH WooCommerce Compare is ingeschalkeld maar nog niet werkzaam. "
166
- "WooCommerce is nodig om dit te laten werken."
167
-
168
- #: init.php:50
169
- msgid ""
170
- "You can't activate the free version of YITH WooCommerce Compare while you "
171
- "are using the premium one."
172
- msgstr ""
173
- "U kunt niet het gratis versie van YITH WooCommerce Compare gebruiken als u "
174
- "het premium versie gebruikt."
175
-
176
- #: plugin-options/general-options.php:17
177
- msgid "General Settings"
178
- msgstr "Algemene instellingen"
179
-
180
- #: plugin-options/general-options.php:24
181
- msgid "Link or Button"
182
- msgstr "Link of Button"
183
-
184
- #: plugin-options/general-options.php:25
185
- #, fuzzy
186
- msgid "Choose if you want to use a link or a button for the comepare actions."
187
- msgstr "Kies uit button of link als actie button."
188
-
189
- #: plugin-options/general-options.php:31
190
- msgid "Link"
191
- msgstr "Link"
192
-
193
- #: plugin-options/general-options.php:32
194
- msgid "Button"
195
- msgstr "Button"
196
-
197
- #: plugin-options/general-options.php:37
198
- msgid "Link/Button text"
199
- msgstr "Link/Button tekst"
200
-
201
- #: plugin-options/general-options.php:38
202
- msgid "Type the text to use for the button or the link of the compare."
203
- msgstr ""
204
- "Typ hier de tekst om te gebruiken voor de button of link van de "
205
- "vergelijking"
206
-
207
- #: plugin-options/general-options.php:45
208
- msgid "Show button in single product page"
209
- msgstr "Toon button op product pagina"
210
-
211
- #: plugin-options/general-options.php:46
212
- msgid "Say if you want to show the button in the single product page."
213
- msgstr "Selecteer wanneer je een button op de product pagina wilt tonen."
214
-
215
- #: plugin-options/general-options.php:53
216
- msgid "Show button in products list"
217
- msgstr "Toon button op producten overzicht"
218
-
219
- #: plugin-options/general-options.php:54
220
- msgid "Say if you want to show the button in the products list."
221
- msgstr ""
222
- "Selecteer wanneer een button op de productenoverzichts pagina wilt tonen."
223
-
224
- #: plugin-options/general-options.php:61
225
- msgid "Open automatically lightbox"
226
- msgstr "Open automatisch in lightbox"
227
-
228
- #: plugin-options/general-options.php:62
229
- msgid "Open link after click into \"Compare\" button\"."
230
- msgstr "Open de link direct na aanklikken van \"Vergelijk\" button\"."
231
-
232
- #: plugin-options/general-options.php:74
233
- msgid "Table Settings"
234
- msgstr "Tabel instellingen"
235
-
236
- #: plugin-options/general-options.php:81
237
- msgid "Table title"
238
- msgstr "Tabel titel"
239
-
240
- #: plugin-options/general-options.php:82
241
- msgid "Type the text to use for the table title."
242
- msgstr "Typ de tekst om te gebruiken voor de tabel titel"
243
-
244
- #: plugin-options/general-options.php:84 templates/compare.php:22
245
- msgid "Compare products"
246
- msgstr "Vergelijk producten"
247
-
248
- #: plugin-options/general-options.php:89
249
- msgid "Fields to show"
250
- msgstr "Velden tonen"
251
-
252
- #: plugin-options/general-options.php:90
253
- msgid ""
254
- "Select the fields to show in the comparison table and order them by "
255
- "drag&drop (are included also the woocommerce attributes)"
256
- msgstr ""
257
- "Selecteer de velden die je in de vergelijkings tabel wilt tonen. Sleep ze "
258
- "met je muis in de gewenste volgorde."
259
-
260
- #: plugin-options/general-options.php:97
261
- msgid "Repeat \"Price\" field"
262
- msgstr "Herhaal \"Prijs\" veld"
263
-
264
- #: plugin-options/general-options.php:98
265
- msgid "Repeat the \"Price\" field at the end of the table"
266
- msgstr "Herhaal het \"Prijs\" veld aan het einde van de tabel"
267
-
268
- #: plugin-options/general-options.php:105
269
- msgid "Repeat \"Add to cart\" field"
270
- msgstr "Herhaal \"Toevoegen aan mandje\" veld"
271
-
272
- #: plugin-options/general-options.php:106
273
- msgid "Repeat the \"Add to cart\" field at the end of the table"
274
- msgstr "Herhaal \"Toevoegen aan mandje\" veld aan het einde van de tabel"
275
-
276
- #: plugin-options/general-options.php:113
277
- msgid "Image size"
278
- msgstr "Afbeelding formaat"
279
-
280
- #: plugin-options/general-options.php:114
281
- msgid "Set the size for the images"
282
- msgstr "Stel afbeeldings formaat in "
283
-
284
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
285
- msgid ""
286
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
287
- "benefit from all features!"
288
- msgstr ""
289
- "Upgrade naar %1$spremium version%2$s van %1$sYITH WooCommerce Compare%2$s om "
290
- "te profiteren van alle functies!"
291
-
292
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
293
- msgid "UPGRADE"
294
- msgstr "UPGRADE"
295
-
296
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
297
- msgid "to the premium version"
298
- msgstr "naar het premium versie"
299
-
300
- #: templates/admin/premium.php:252
301
- msgid "Premium Features"
302
- msgstr "Premium Functies"
303
-
304
- #: templates/admin/premium.php:260
305
- msgid "A DEDICATED PAGE"
306
- msgstr "EEN SPECIALE PAGINA"
307
-
308
- #: templates/admin/premium.php:263
309
- msgid ""
310
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
311
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
312
- "created automatically in your site and, adding it among the menu entries, "
313
- "you will be able to give to your users the chance to access it easily "
314
- "whenever they want."
315
- msgstr ""
316
- "Wilt dat uw producten niet meer te vergelijken in een gewoon venster?"
317
- "%3$sWith the premium version of %1$sYITH WooCommerce Compare%2$s, een nieuwe "
318
- "pagina zal automatisch worden aangemaakt op uw website en met de toevoeging "
319
- "tussen de menu-items, is het mogelijk om je gebruikers de kans te geven om "
320
- "makkelijk toegang te geven wanneer ze maar willen. "
321
-
322
- #: templates/admin/premium.php:273
323
- msgid "CATEGORY COMPARATION"
324
- msgstr "CATEGORIE VERGELIJKING"
325
-
326
- #: templates/admin/premium.php:276
327
- msgid ""
328
- "People are often confused by finding products of different categories in the "
329
- "comparison table, creating difficulties in comparing the products they are "
330
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
331
- "need: you will be able to separate the products in the table by category "
332
- "affinity."
333
- msgstr ""
334
- "Mensen worden vaak verward bij het vinden van producten in verschillende "
335
- "categorieën in de vergelijkingstabel.het creëren van moeilijkheden bij het "
336
- "vergelijken van de producten waarin ze zijn geïnteresseerd. De %1$s\"Compare "
337
- "by category\"%2$s optie bestaat voor de behoefte: U hebt de mogelijkheid om "
338
- "de producten te scheiden in de tabel bij de categorie affiniteit."
339
-
340
- #: templates/admin/premium.php:292
341
- msgid "CATEGORY EXCLUSION "
342
- msgstr "CATEGORIE UITSLUITEN"
343
-
344
- #: templates/admin/premium.php:295
345
- msgid ""
346
- "In your shop there may be product categories you don't want to be affected "
347
- "by the plugin features, deleting the comparison button for them. The premium "
348
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
349
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
350
- "of the feature, allowing the comparison only to those products of the "
351
- "selected categories."
352
- msgstr ""
353
- "In uw winkel kunnen er productcategorieën zijn die u niet wilt veranderen "
354
- "door de plug-in functies, het schrappen van de vergelijking knop voor hen. "
355
- "De premium-versie van de plugin biedt dit ook.%3$sAnd there's more! "
356
- "Activating the %1$s\"Reverse exclusion list\"%2$s optie, u kunt ook het "
357
- "gedrag van de functie omkeren, waardoor de vergelijking alleen kan op de "
358
- "producten van de geselecteerde categorieën."
359
-
360
- #: templates/admin/premium.php:305
361
- msgid "TABLE IMAGE"
362
- msgstr "TABEL AFBEELDING"
363
-
364
- #: templates/admin/premium.php:308
365
- msgid ""
366
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
367
- "Select an image, upload it from the option panel and show it ahead of the "
368
- "table to your users. "
369
- msgstr ""
370
- "Geef een persoonlijke touch aan de %1$scomparison table%2$s die u gebruikers "
371
- "zien. Selecteer een afbeelding, upload het van het optie paneel en het wordt "
372
- "direct getoond in de tabel van uw gebruikers."
373
-
374
- #: templates/admin/premium.php:324
375
- msgid "DYNAMIC FIELDS"
376
- msgstr "DYNAMISCHE VELDEN"
377
-
378
- #: templates/admin/premium.php:327
379
- msgid ""
380
- "With this precious feature, you will be able to show in the table only the "
381
- "fields that have information in at least one of the selected products."
382
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
383
- "be no more empty lines in your comparison table."
384
- msgstr ""
385
- "Met deze speciale functie is het voor u mogelijk om in de tabel alleen de "
386
- "velden te tonen die informatie bevat in tenminste een van de geselecteerde "
387
- "producten.%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s optie en er "
388
- "zullen geen legen regels zijn in uw vergelijkingstabel."
389
-
390
- #: templates/admin/premium.php:337
391
- msgid "SOCIAL NETWORK SHARING"
392
- msgstr "SOCIAAL NETWERK DELEN"
393
-
394
- #: templates/admin/premium.php:340
395
- msgid ""
396
- "One of the most appealing features of the premium version of the plugin.Four "
397
- "social network sites for your users (Facebook, Twitter, Google + and "
398
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
399
- "products they have selected."
400
- msgstr ""
401
- "Een van de meest aantrekkelijke kenmerken van de premium versie van de "
402
- "plugin. voor sociale netwerk sites voor uw gebruikers (Facebook, Twitter, "
403
- "Google + en Pinterest) en het e-mailsysteem %1$sto share%2$s de "
404
- "vergelijkstabel van de producten die zij hebben geselecteerd."
405
-
406
- #: templates/admin/premium.php:356
407
- msgid "RELATED PRODUCTS"
408
- msgstr "GERELATEERDE PRODUCTEN"
409
-
410
- #: templates/admin/premium.php:359
411
- msgid ""
412
- "All the products that have common categories and/or tags with those in the "
413
- "comparison table will be showed in a slider, right under the comparison "
414
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
415
- "users to discover the shop products of the shop related to those they are "
416
- "interested into."
417
- msgstr ""
418
- "Alle producten die gemeenschappelijk categorieën en / of labels hebben in de "
419
- "vergelijkende tabel worden getoond in een slider, recht onder de "
420
- "vergelijkingstabel.%3$sA completely %1$s\"touch friendly\"%2$s slider om uw "
421
- "gebruikers aan te moedigen de winkel producten van de winkel waar in ze "
422
- "geïnteresseerd zijn in te ontdekken."
423
-
424
- #: templates/admin/premium.php:369
425
- msgid "CUSTOMIZABLE STYLE"
426
- msgstr "AANPASBARE STIJLEN"
427
-
428
- #: templates/admin/premium.php:372
429
- msgid ""
430
- "An advanced option panel that let you change all the colors of the plugin, "
431
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
432
- "of your shop.We know it, looks also count... and we give you the right tools "
433
- "to get to the best result."
434
- msgstr ""
435
-
436
- #: templates/admin/premium.php:388
437
- msgid "CUSTOMIZED ATTRIBUTES"
438
- msgstr ""
439
-
440
- #: templates/admin/premium.php:391
441
- msgid ""
442
- "Let you users compare products following every feature, and considering also "
443
- "all those %1$sattributes%2$s that can be manually created in within the "
444
- "product detail page. Every single detail will be included."
445
- msgstr ""
446
-
447
- #: templates/admin/premium.php:401
448
- msgid "A TAILORED TABLE"
449
- msgstr ""
450
-
451
- #: templates/admin/premium.php:404
452
- msgid ""
453
- "Select the products you want to compare and the system will offer you the "
454
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
455
- msgstr ""
456
-
457
- #: templates/admin/premium.php:420
458
- msgid "Compare list - widget"
459
- msgstr ""
460
-
461
- #: templates/admin/premium.php:423
462
- msgid ""
463
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
464
- "complete list of products added to the compare tab and avoid to open the "
465
- "popup to check its existence. "
466
- msgstr ""
467
-
468
- #: templates/admin/premium.php:433
469
- msgid "Compare counter - widget and shortcode"
470
- msgstr ""
471
-
472
- #: templates/admin/premium.php:436
473
- msgid ""
474
- "Moreover, if you want to give your users the chance to see in a glance how "
475
- "many products they have added to the Compare list, feel free to use the "
476
- "widget or the shortcode included. And their Compare list is always no more "
477
- "than one click away."
478
- msgstr ""
479
-
480
- #: templates/compare.php:77
481
- msgid "Close window [X]"
482
- msgstr "Sluit venster [X]"
483
-
484
- #: templates/compare.php:107
485
- msgid "No products added in the compare table."
486
- msgstr "Geen producten toegevoegd in de vergelijk tabel."
487
-
488
- #: widgets/class.yith-woocompare-widget.php:23
489
- msgid "The widget shows the list of products added in the comparison table."
490
- msgstr ""
491
-
492
- #: widgets/class.yith-woocompare-widget.php:27
493
- msgid "YITH WooCommerce Compare Widget"
494
- msgstr ""
495
-
496
- #: widgets/class.yith-woocompare-widget.php:50
497
- msgid "Clear all"
498
- msgstr "Wis alles"
499
-
500
- #. Plugin Name of the plugin/theme
501
- #, fuzzy
502
- msgid "YITH WooCommerce Compare"
503
- msgstr "YITH WooCommerce Compare geüpdatet"
504
-
505
- #. Plugin URI of the plugin/theme
506
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
507
- msgstr ""
508
-
509
- #. Description of the plugin/theme
510
- msgid ""
511
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
512
- "to compare in a simple and efficient way products on sale in your shop and "
513
- "analyze their main features in a single table. <a href=\"https://yithemes."
514
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
515
- "<strong>YITH</strong></a>."
516
- msgstr ""
517
-
518
- #. Author of the plugin/theme
519
- msgid "YITH"
520
- msgstr ""
521
-
522
- #. Author URI of the plugin/theme
523
- msgid "https://yithemes.com/"
524
- msgstr ""
525
-
526
- #, fuzzy
527
- #~| msgid "Settings"
528
- #~ msgid "iSortingCols"
529
- #~ msgstr "Instellingen"
530
-
531
- #~ msgid "Plugin Documentation"
532
- #~ msgstr "Plugin Documentatie"
533
-
534
- #~ msgid "The widget show the list of products added in the compare table."
535
- #~ msgstr ""
536
- #~ "Deze widget toont een lijst met producten in een vergelijkings tabel."
537
-
538
- #~ msgid "YITH Woocommerce Compare Widget"
539
- #~ msgstr "Een YITH Woocommerce Vergelijk Widget"
540
-
541
- #~ msgid ""
542
- #~ "An advanced option panel that let you change all the colors of the "
543
- #~ "plugin, so that you can adapt stylistically all its elements to the "
544
- #~ "%1$slayout%2$s of your shop.We know it, looks also count... and we give "
545
- #~ "you the right tools to get to the best result."
546
- #~ msgstr ""
547
- #~ "Een geavanceerde optie paneel dat je alle kleuren laat veranderen van je "
548
- #~ "plugin, zo dat je alle stijlen kan aanpassen naar de %1$slayout%2$s van u "
549
- #~ "winkel. We weten het dat uiterlijk ook telt... en wij geven u de juiste "
550
- #~ "tools om het beste resultaat te krijgen."
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
+ "Last-Translator: admin <admin@localhost.local>\n"
8
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
+ "Language: nl\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 2.1.1\n"
16
+ "X-Poedit-KeywordsList: gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
17
+ "_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Poedit-Basepath: ..\n"
22
+ "X-Loco-Target-Locale: nl_NL\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
25
+
26
+ #: includes/class.yith-woocompare-admin.php:119
27
+ #: includes/class.yith-woocompare-admin.php:143
28
+ msgid "Settings"
29
+ msgstr "Instellingen"
30
+
31
+ #: includes/class.yith-woocompare-admin.php:121
32
+ msgid "License"
33
+ msgstr ""
34
+
35
+ #: includes/class.yith-woocompare-admin.php:147
36
+ msgid "Premium Version"
37
+ msgstr "Premium Versie"
38
+
39
+ #: includes/class.yith-woocompare-admin.php:153
40
+ #, fuzzy
41
+ msgctxt "Admin Plugin Name"
42
+ msgid "WooCommerce Compare"
43
+ msgstr "YITH WooCommerce Compare geüpdatet"
44
+
45
+ #: includes/class.yith-woocompare-admin.php:154
46
+ #, fuzzy
47
+ msgctxt "Admin Plugin Name"
48
+ msgid "Compare"
49
+ msgstr "Vergelijk"
50
+
51
+ #: includes/class.yith-woocompare-admin.php:243
52
+ msgid "YITH WooCommerce Compare Activated"
53
+ msgstr "YITH WooCommerce Compare Geactiveerd"
54
+
55
+ #: includes/class.yith-woocompare-admin.php:244
56
+ msgid ""
57
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
58
+ "With this menu, you can access to all the settings of our plugins that you "
59
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
60
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
61
+ msgstr ""
62
+ "In het tabblad YIT Plugin kunt u de YITH WooCommerce Compare opties vinden. "
63
+ "Met dit menu kunt u toegang tot alle instellingen van onze plugins die je "
64
+ "hebt geactiveerd. YITH WooCommerce Compare is beschikbaar in een uitstekende "
65
+ "PREMIUM versie met veel nieuwe mogelijkheden, <a href=\"%s\">Ontdek het nu</"
66
+ "a>."
67
+
68
+ #: includes/class.yith-woocompare-admin.php:255
69
+ msgid "YITH WooCommerce Compare Updated"
70
+ msgstr "YITH WooCommerce Compare geüpdatet"
71
+
72
+ #: includes/class.yith-woocompare-admin.php:256
73
+ msgid ""
74
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
75
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
76
+ "the previous version. When one of our plugins is updated, a new voice will "
77
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
78
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
79
+ msgstr ""
80
+ "Vanaf nu vind je alle opties van YITH WooCommerce Compare onder YIT Plugin -"
81
+ "> Compare in plaats van WooCommerce -> Instellingen -> Compare, net als in "
82
+ "de vorige versie. Wanneer een van onze plugins wordt bijgewerkt, zal een "
83
+ "nieuwe link worden toegevoegd aan dit menu. YITH WooCommerce Compare is "
84
+ "bijgewerkt met nieuwe beschikbare opties, <a href=\"%s\"> ontdek het PREMIUM "
85
+ "versie. </a>"
86
+
87
+ #: includes/class.yith-woocompare-admin.php:400
88
+ msgid "Do you want to hard crop the image?"
89
+ msgstr "Wilt u een harde crop van de afbeelding?"
90
+
91
+ #: includes/class.yith-woocompare-frontend.php:223
92
+ msgid "Added"
93
+ msgstr "Toegevoegd"
94
+
95
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
96
+ msgid "Product Comparison"
97
+ msgstr "Product vergelijk"
98
+
99
+ #: includes/class.yith-woocompare-frontend.php:227
100
+ #: includes/class.yith-woocompare-frontend.php:505
101
+ #: plugin-options/general-options.php:40
102
+ #: widgets/class.yith-woocompare-widget.php:51
103
+ msgid "Compare"
104
+ msgstr "Vergelijk"
105
+
106
+ #: includes/class.yith-woocompare-frontend.php:229
107
+ msgctxt "Label for popup close icon"
108
+ msgid "Close"
109
+ msgstr ""
110
+
111
+ #: includes/class.yith-woocompare-frontend.php:384
112
+ msgid "In stock"
113
+ msgstr "Op voorraad"
114
+
115
+ #: includes/class.yith-woocompare-frontend.php:696
116
+ msgid "No products to compare"
117
+ msgstr "Geen producten om te vergelijken"
118
+
119
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
120
+ msgid "Remove"
121
+ msgstr "Verwijder"
122
+
123
+ #: includes/class.yith-woocompare-helper.php:46
124
+ msgid "Image"
125
+ msgstr "Afbeelding"
126
+
127
+ #: includes/class.yith-woocompare-helper.php:47
128
+ #: widgets/class.yith-woocompare-widget.php:68
129
+ msgid "Title"
130
+ msgstr "Titel"
131
+
132
+ #: includes/class.yith-woocompare-helper.php:48
133
+ msgid "Price"
134
+ msgstr "Prijs"
135
+
136
+ #: includes/class.yith-woocompare-helper.php:49
137
+ msgid "Add to cart"
138
+ msgstr "Bestellen"
139
+
140
+ #: includes/class.yith-woocompare-helper.php:50
141
+ msgid "Description"
142
+ msgstr "Omschrijving"
143
+
144
+ #: includes/class.yith-woocompare-helper.php:51
145
+ msgid "Sku"
146
+ msgstr ""
147
+
148
+ #: includes/class.yith-woocompare-helper.php:52
149
+ msgid "Availability"
150
+ msgstr "Beschikbaarheid"
151
+
152
+ #: includes/class.yith-woocompare-helper.php:53
153
+ msgid "Weight"
154
+ msgstr ""
155
+
156
+ #: includes/class.yith-woocompare-helper.php:54
157
+ msgid "Dimensions"
158
+ msgstr ""
159
+
160
+ #: init.php:42
161
+ msgid ""
162
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
163
+ "WooCommerce in order to work."
164
+ msgstr ""
165
+ "YITH WooCommerce Compare is ingeschalkeld maar nog niet werkzaam. "
166
+ "WooCommerce is nodig om dit te laten werken."
167
+
168
+ #: init.php:50
169
+ msgid ""
170
+ "You can't activate the free version of YITH WooCommerce Compare while you "
171
+ "are using the premium one."
172
+ msgstr ""
173
+ "U kunt niet het gratis versie van YITH WooCommerce Compare gebruiken als u "
174
+ "het premium versie gebruikt."
175
+
176
+ #: plugin-options/general-options.php:17
177
+ msgid "General Settings"
178
+ msgstr "Algemene instellingen"
179
+
180
+ #: plugin-options/general-options.php:24
181
+ msgid "Link or Button"
182
+ msgstr "Link of Button"
183
+
184
+ #: plugin-options/general-options.php:25
185
+ #, fuzzy
186
+ msgid "Choose if you want to use a link or a button for the comepare actions."
187
+ msgstr "Kies uit button of link als actie button."
188
+
189
+ #: plugin-options/general-options.php:31
190
+ msgid "Link"
191
+ msgstr "Link"
192
+
193
+ #: plugin-options/general-options.php:32
194
+ msgid "Button"
195
+ msgstr "Button"
196
+
197
+ #: plugin-options/general-options.php:37
198
+ msgid "Link/Button text"
199
+ msgstr "Link/Button tekst"
200
+
201
+ #: plugin-options/general-options.php:38
202
+ msgid "Type the text to use for the button or the link of the compare."
203
+ msgstr ""
204
+ "Typ hier de tekst om te gebruiken voor de button of link van de "
205
+ "vergelijking"
206
+
207
+ #: plugin-options/general-options.php:45
208
+ msgid "Show button in single product page"
209
+ msgstr "Toon button op product pagina"
210
+
211
+ #: plugin-options/general-options.php:46
212
+ msgid "Say if you want to show the button in the single product page."
213
+ msgstr "Selecteer wanneer je een button op de product pagina wilt tonen."
214
+
215
+ #: plugin-options/general-options.php:53
216
+ msgid "Show button in products list"
217
+ msgstr "Toon button op producten overzicht"
218
+
219
+ #: plugin-options/general-options.php:54
220
+ msgid "Say if you want to show the button in the products list."
221
+ msgstr ""
222
+ "Selecteer wanneer een button op de productenoverzichts pagina wilt tonen."
223
+
224
+ #: plugin-options/general-options.php:61
225
+ msgid "Open automatically lightbox"
226
+ msgstr "Open automatisch in lightbox"
227
+
228
+ #: plugin-options/general-options.php:62
229
+ msgid "Open link after click into \"Compare\" button\"."
230
+ msgstr "Open de link direct na aanklikken van \"Vergelijk\" button\"."
231
+
232
+ #: plugin-options/general-options.php:74
233
+ msgid "Table Settings"
234
+ msgstr "Tabel instellingen"
235
+
236
+ #: plugin-options/general-options.php:81
237
+ msgid "Table title"
238
+ msgstr "Tabel titel"
239
+
240
+ #: plugin-options/general-options.php:82
241
+ msgid "Type the text to use for the table title."
242
+ msgstr "Typ de tekst om te gebruiken voor de tabel titel"
243
+
244
+ #: plugin-options/general-options.php:84 templates/compare.php:22
245
+ msgid "Compare products"
246
+ msgstr "Vergelijk producten"
247
+
248
+ #: plugin-options/general-options.php:89
249
+ msgid "Fields to show"
250
+ msgstr "Velden tonen"
251
+
252
+ #: plugin-options/general-options.php:90
253
+ msgid ""
254
+ "Select the fields to show in the comparison table and order them by "
255
+ "drag&drop (are included also the woocommerce attributes)"
256
+ msgstr ""
257
+ "Selecteer de velden die je in de vergelijkings tabel wilt tonen. Sleep ze "
258
+ "met je muis in de gewenste volgorde."
259
+
260
+ #: plugin-options/general-options.php:97
261
+ msgid "Repeat \"Price\" field"
262
+ msgstr "Herhaal \"Prijs\" veld"
263
+
264
+ #: plugin-options/general-options.php:98
265
+ msgid "Repeat the \"Price\" field at the end of the table"
266
+ msgstr "Herhaal het \"Prijs\" veld aan het einde van de tabel"
267
+
268
+ #: plugin-options/general-options.php:105
269
+ msgid "Repeat \"Add to cart\" field"
270
+ msgstr "Herhaal \"Toevoegen aan mandje\" veld"
271
+
272
+ #: plugin-options/general-options.php:106
273
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
274
+ msgstr "Herhaal \"Toevoegen aan mandje\" veld aan het einde van de tabel"
275
+
276
+ #: plugin-options/general-options.php:113
277
+ msgid "Image size"
278
+ msgstr "Afbeelding formaat"
279
+
280
+ #: plugin-options/general-options.php:114
281
+ msgid "Set the size for the images"
282
+ msgstr "Stel afbeeldings formaat in "
283
+
284
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
285
+ msgid ""
286
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
287
+ "benefit from all features!"
288
+ msgstr ""
289
+ "Upgrade naar %1$spremium version%2$s van %1$sYITH WooCommerce Compare%2$s om "
290
+ "te profiteren van alle functies!"
291
+
292
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
293
+ msgid "UPGRADE"
294
+ msgstr "UPGRADE"
295
+
296
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
297
+ msgid "to the premium version"
298
+ msgstr "naar het premium versie"
299
+
300
+ #: templates/admin/premium.php:252
301
+ msgid "Premium Features"
302
+ msgstr "Premium Functies"
303
+
304
+ #: templates/admin/premium.php:260
305
+ msgid "A DEDICATED PAGE"
306
+ msgstr "EEN SPECIALE PAGINA"
307
+
308
+ #: templates/admin/premium.php:263
309
+ msgid ""
310
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
311
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
312
+ "created automatically in your site and, adding it among the menu entries, "
313
+ "you will be able to give to your users the chance to access it easily "
314
+ "whenever they want."
315
+ msgstr ""
316
+ "Wilt dat uw producten niet meer te vergelijken in een gewoon venster?"
317
+ "%3$sWith the premium version of %1$sYITH WooCommerce Compare%2$s, een nieuwe "
318
+ "pagina zal automatisch worden aangemaakt op uw website en met de toevoeging "
319
+ "tussen de menu-items, is het mogelijk om je gebruikers de kans te geven om "
320
+ "makkelijk toegang te geven wanneer ze maar willen. "
321
+
322
+ #: templates/admin/premium.php:273
323
+ msgid "CATEGORY COMPARATION"
324
+ msgstr "CATEGORIE VERGELIJKING"
325
+
326
+ #: templates/admin/premium.php:276
327
+ msgid ""
328
+ "People are often confused by finding products of different categories in the "
329
+ "comparison table, creating difficulties in comparing the products they are "
330
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
331
+ "need: you will be able to separate the products in the table by category "
332
+ "affinity."
333
+ msgstr ""
334
+ "Mensen worden vaak verward bij het vinden van producten in verschillende "
335
+ "categorieën in de vergelijkingstabel.het creëren van moeilijkheden bij het "
336
+ "vergelijken van de producten waarin ze zijn geïnteresseerd. De %1$s\"Compare "
337
+ "by category\"%2$s optie bestaat voor de behoefte: U hebt de mogelijkheid om "
338
+ "de producten te scheiden in de tabel bij de categorie affiniteit."
339
+
340
+ #: templates/admin/premium.php:292
341
+ msgid "CATEGORY EXCLUSION "
342
+ msgstr "CATEGORIE UITSLUITEN"
343
+
344
+ #: templates/admin/premium.php:295
345
+ msgid ""
346
+ "In your shop there may be product categories you don't want to be affected "
347
+ "by the plugin features, deleting the comparison button for them. The premium "
348
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
349
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
350
+ "of the feature, allowing the comparison only to those products of the "
351
+ "selected categories."
352
+ msgstr ""
353
+ "In uw winkel kunnen er productcategorieën zijn die u niet wilt veranderen "
354
+ "door de plug-in functies, het schrappen van de vergelijking knop voor hen. "
355
+ "De premium-versie van de plugin biedt dit ook.%3$sAnd there's more! "
356
+ "Activating the %1$s\"Reverse exclusion list\"%2$s optie, u kunt ook het "
357
+ "gedrag van de functie omkeren, waardoor de vergelijking alleen kan op de "
358
+ "producten van de geselecteerde categorieën."
359
+
360
+ #: templates/admin/premium.php:305
361
+ msgid "TABLE IMAGE"
362
+ msgstr "TABEL AFBEELDING"
363
+
364
+ #: templates/admin/premium.php:308
365
+ msgid ""
366
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
367
+ "Select an image, upload it from the option panel and show it ahead of the "
368
+ "table to your users. "
369
+ msgstr ""
370
+ "Geef een persoonlijke touch aan de %1$scomparison table%2$s die u gebruikers "
371
+ "zien. Selecteer een afbeelding, upload het van het optie paneel en het wordt "
372
+ "direct getoond in de tabel van uw gebruikers."
373
+
374
+ #: templates/admin/premium.php:324
375
+ msgid "DYNAMIC FIELDS"
376
+ msgstr "DYNAMISCHE VELDEN"
377
+
378
+ #: templates/admin/premium.php:327
379
+ msgid ""
380
+ "With this precious feature, you will be able to show in the table only the "
381
+ "fields that have information in at least one of the selected products."
382
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
383
+ "be no more empty lines in your comparison table."
384
+ msgstr ""
385
+ "Met deze speciale functie is het voor u mogelijk om in de tabel alleen de "
386
+ "velden te tonen die informatie bevat in tenminste een van de geselecteerde "
387
+ "producten.%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s optie en er "
388
+ "zullen geen legen regels zijn in uw vergelijkingstabel."
389
+
390
+ #: templates/admin/premium.php:337
391
+ msgid "SOCIAL NETWORK SHARING"
392
+ msgstr "SOCIAAL NETWERK DELEN"
393
+
394
+ #: templates/admin/premium.php:340
395
+ msgid ""
396
+ "One of the most appealing features of the premium version of the plugin.Four "
397
+ "social network sites for your users (Facebook, Twitter, Google + and "
398
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
399
+ "products they have selected."
400
+ msgstr ""
401
+ "Een van de meest aantrekkelijke kenmerken van de premium versie van de "
402
+ "plugin. voor sociale netwerk sites voor uw gebruikers (Facebook, Twitter, "
403
+ "Google + en Pinterest) en het e-mailsysteem %1$sto share%2$s de "
404
+ "vergelijkstabel van de producten die zij hebben geselecteerd."
405
+
406
+ #: templates/admin/premium.php:356
407
+ msgid "RELATED PRODUCTS"
408
+ msgstr "GERELATEERDE PRODUCTEN"
409
+
410
+ #: templates/admin/premium.php:359
411
+ msgid ""
412
+ "All the products that have common categories and/or tags with those in the "
413
+ "comparison table will be showed in a slider, right under the comparison "
414
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
415
+ "users to discover the shop products of the shop related to those they are "
416
+ "interested into."
417
+ msgstr ""
418
+ "Alle producten die gemeenschappelijk categorieën en / of labels hebben in de "
419
+ "vergelijkende tabel worden getoond in een slider, recht onder de "
420
+ "vergelijkingstabel.%3$sA completely %1$s\"touch friendly\"%2$s slider om uw "
421
+ "gebruikers aan te moedigen de winkel producten van de winkel waar in ze "
422
+ "geïnteresseerd zijn in te ontdekken."
423
+
424
+ #: templates/admin/premium.php:369
425
+ msgid "CUSTOMIZABLE STYLE"
426
+ msgstr "AANPASBARE STIJLEN"
427
+
428
+ #: templates/admin/premium.php:372
429
+ msgid ""
430
+ "An advanced option panel that let you change all the colors of the plugin, "
431
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
432
+ "of your shop.We know it, looks also count... and we give you the right tools "
433
+ "to get to the best result."
434
+ msgstr ""
435
+
436
+ #: templates/admin/premium.php:388
437
+ msgid "CUSTOMIZED ATTRIBUTES"
438
+ msgstr ""
439
+
440
+ #: templates/admin/premium.php:391
441
+ msgid ""
442
+ "Let you users compare products following every feature, and considering also "
443
+ "all those %1$sattributes%2$s that can be manually created in within the "
444
+ "product detail page. Every single detail will be included."
445
+ msgstr ""
446
+
447
+ #: templates/admin/premium.php:401
448
+ msgid "A TAILORED TABLE"
449
+ msgstr ""
450
+
451
+ #: templates/admin/premium.php:404
452
+ msgid ""
453
+ "Select the products you want to compare and the system will offer you the "
454
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
455
+ msgstr ""
456
+
457
+ #: templates/admin/premium.php:420
458
+ msgid "Compare list - widget"
459
+ msgstr ""
460
+
461
+ #: templates/admin/premium.php:423
462
+ msgid ""
463
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
464
+ "complete list of products added to the compare tab and avoid to open the "
465
+ "popup to check its existence. "
466
+ msgstr ""
467
+
468
+ #: templates/admin/premium.php:433
469
+ msgid "Compare counter - widget and shortcode"
470
+ msgstr ""
471
+
472
+ #: templates/admin/premium.php:436
473
+ msgid ""
474
+ "Moreover, if you want to give your users the chance to see in a glance how "
475
+ "many products they have added to the Compare list, feel free to use the "
476
+ "widget or the shortcode included. And their Compare list is always no more "
477
+ "than one click away."
478
+ msgstr ""
479
+
480
+ #: templates/compare.php:77
481
+ msgid "Close window [X]"
482
+ msgstr "Sluit venster [X]"
483
+
484
+ #: templates/compare.php:107
485
+ msgid "No products added in the compare table."
486
+ msgstr "Geen producten toegevoegd in de vergelijk tabel."
487
+
488
+ #: widgets/class.yith-woocompare-widget.php:23
489
+ msgid "The widget shows the list of products added in the comparison table."
490
+ msgstr ""
491
+
492
+ #: widgets/class.yith-woocompare-widget.php:27
493
+ msgid "YITH WooCommerce Compare Widget"
494
+ msgstr ""
495
+
496
+ #: widgets/class.yith-woocompare-widget.php:50
497
+ msgid "Clear all"
498
+ msgstr "Wis alles"
499
+
500
+ #. Plugin Name of the plugin/theme
501
+ #, fuzzy
502
+ msgid "YITH WooCommerce Compare"
503
+ msgstr "YITH WooCommerce Compare geüpdatet"
504
+
505
+ #. Plugin URI of the plugin/theme
506
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
507
+ msgstr ""
508
+
509
+ #. Description of the plugin/theme
510
+ msgid ""
511
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
512
+ "to compare in a simple and efficient way products on sale in your shop and "
513
+ "analyze their main features in a single table. <a href=\"https://yithemes."
514
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
515
+ "<strong>YITH</strong></a>."
516
+ msgstr ""
517
+
518
+ #. Author of the plugin/theme
519
+ msgid "YITH"
520
+ msgstr ""
521
+
522
+ #. Author URI of the plugin/theme
523
+ msgid "https://yithemes.com/"
524
+ msgstr ""
525
+
526
+ #, fuzzy
527
+ #~| msgid "Settings"
528
+ #~ msgid "iSortingCols"
529
+ #~ msgstr "Instellingen"
530
+
531
+ #~ msgid "Plugin Documentation"
532
+ #~ msgstr "Plugin Documentatie"
533
+
534
+ #~ msgid "The widget show the list of products added in the compare table."
535
+ #~ msgstr ""
536
+ #~ "Deze widget toont een lijst met producten in een vergelijkings tabel."
537
+
538
+ #~ msgid "YITH Woocommerce Compare Widget"
539
+ #~ msgstr "Een YITH Woocommerce Vergelijk Widget"
540
+
541
+ #~ msgid ""
542
+ #~ "An advanced option panel that let you change all the colors of the "
543
+ #~ "plugin, so that you can adapt stylistically all its elements to the "
544
+ #~ "%1$slayout%2$s of your shop.We know it, looks also count... and we give "
545
+ #~ "you the right tools to get to the best result."
546
+ #~ msgstr ""
547
+ #~ "Een geavanceerde optie paneel dat je alle kleuren laat veranderen van je "
548
+ #~ "plugin, zo dat je alle stijlen kan aanpassen naar de %1$slayout%2$s van u "
549
+ #~ "winkel. We weten het dat uiterlijk ook telt... en wij geven u de juiste "
550
+ #~ "tools om het beste resultaat te krijgen."
languages/yith-woocommerce-compare-pt_BR.po CHANGED
@@ -1,527 +1,527 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
- "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
- "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
- "Language: pt_BR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
-
21
- #: includes/class.yith-woocompare-admin.php:119
22
- #: includes/class.yith-woocompare-admin.php:143
23
- msgid "Settings"
24
- msgstr ""
25
-
26
- #: includes/class.yith-woocompare-admin.php:121
27
- msgid "License"
28
- msgstr ""
29
-
30
- #: includes/class.yith-woocompare-admin.php:147
31
- msgid "Premium Version"
32
- msgstr ""
33
-
34
- #: includes/class.yith-woocompare-admin.php:153
35
- #, fuzzy
36
- msgctxt "Admin Plugin Name"
37
- msgid "WooCommerce Compare"
38
- msgstr "Widget de Comparação"
39
-
40
- #: includes/class.yith-woocompare-admin.php:154
41
- #, fuzzy
42
- msgctxt "Admin Plugin Name"
43
- msgid "Compare"
44
- msgstr "Comparar"
45
-
46
- #: includes/class.yith-woocompare-admin.php:243
47
- msgid "YITH WooCommerce Compare Activated"
48
- msgstr ""
49
-
50
- #: includes/class.yith-woocompare-admin.php:244
51
- msgid ""
52
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
- "With this menu, you can access to all the settings of our plugins that you "
54
- "have activated. YITH WooCommerce Compare is available in an outstanding "
55
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
- msgstr ""
57
-
58
- #: includes/class.yith-woocompare-admin.php:255
59
- msgid "YITH WooCommerce Compare Updated"
60
- msgstr ""
61
-
62
- #: includes/class.yith-woocompare-admin.php:256
63
- msgid ""
64
- "From now on, you can find all the options of YITH WooCommerce Compare under "
65
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
66
- "the previous version. When one of our plugins is updated, a new voice will "
67
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
68
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
69
- msgstr ""
70
-
71
- #: includes/class.yith-woocompare-admin.php:400
72
- msgid "Do you want to hard crop the image?"
73
- msgstr ""
74
-
75
- #: includes/class.yith-woocompare-frontend.php:223
76
- msgid "Added"
77
- msgstr "Adicionado"
78
-
79
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
80
- msgid "Product Comparison"
81
- msgstr "Comparação de Produtos"
82
-
83
- #: includes/class.yith-woocompare-frontend.php:227
84
- #: includes/class.yith-woocompare-frontend.php:505
85
- #: plugin-options/general-options.php:40
86
- #: widgets/class.yith-woocompare-widget.php:51
87
- msgid "Compare"
88
- msgstr "Comparar"
89
-
90
- #: includes/class.yith-woocompare-frontend.php:229
91
- msgctxt "Label for popup close icon"
92
- msgid "Close"
93
- msgstr ""
94
-
95
- #: includes/class.yith-woocompare-frontend.php:384
96
- msgid "In stock"
97
- msgstr "No estoque"
98
-
99
- #: includes/class.yith-woocompare-frontend.php:696
100
- msgid "No products to compare"
101
- msgstr "Não há produtos à comparar"
102
-
103
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
104
- msgid "Remove"
105
- msgstr "Remover"
106
-
107
- #: includes/class.yith-woocompare-helper.php:46
108
- msgid "Image"
109
- msgstr "Imagem"
110
-
111
- #: includes/class.yith-woocompare-helper.php:47
112
- #: widgets/class.yith-woocompare-widget.php:68
113
- msgid "Title"
114
- msgstr "Título"
115
-
116
- #: includes/class.yith-woocompare-helper.php:48
117
- msgid "Price"
118
- msgstr "Preço"
119
-
120
- #: includes/class.yith-woocompare-helper.php:49
121
- msgid "Add to cart"
122
- msgstr "Adicionar ao carrinho"
123
-
124
- #: includes/class.yith-woocompare-helper.php:50
125
- msgid "Description"
126
- msgstr "Descrição"
127
-
128
- #: includes/class.yith-woocompare-helper.php:51
129
- msgid "Sku"
130
- msgstr ""
131
-
132
- #: includes/class.yith-woocompare-helper.php:52
133
- msgid "Availability"
134
- msgstr "Disponibilidade"
135
-
136
- #: includes/class.yith-woocompare-helper.php:53
137
- msgid "Weight"
138
- msgstr "Peso"
139
-
140
- #: includes/class.yith-woocompare-helper.php:54
141
- msgid "Dimensions"
142
- msgstr "Dimensões"
143
-
144
- #: init.php:42
145
- msgid ""
146
- "YITH WooCommerce Compare is enabled but not effective. It requires "
147
- "WooCommerce in order to work."
148
- msgstr ""
149
-
150
- #: init.php:50
151
- msgid ""
152
- "You can't activate the free version of YITH WooCommerce Compare while you "
153
- "are using the premium one."
154
- msgstr ""
155
-
156
- #: plugin-options/general-options.php:17
157
- msgid "General Settings"
158
- msgstr "Opções Gerais"
159
-
160
- #: plugin-options/general-options.php:24
161
- msgid "Link or Button"
162
- msgstr "Link ou Botão"
163
-
164
- #: plugin-options/general-options.php:25
165
- msgid "Choose if you want to use a link or a button for the comepare actions."
166
- msgstr ""
167
-
168
- #: plugin-options/general-options.php:31
169
- msgid "Link"
170
- msgstr "Link"
171
-
172
- #: plugin-options/general-options.php:32
173
- msgid "Button"
174
- msgstr "Botão"
175
-
176
- #: plugin-options/general-options.php:37
177
- msgid "Link/Button text"
178
- msgstr "Texto Link/Botão"
179
-
180
- #: plugin-options/general-options.php:38
181
- msgid "Type the text to use for the button or the link of the compare."
182
- msgstr "Insira o texto usado no botão de comparação."
183
-
184
- #: plugin-options/general-options.php:45
185
- msgid "Show button in single product page"
186
- msgstr "Mostrar na página de produto único"
187
-
188
- #: plugin-options/general-options.php:46
189
- msgid "Say if you want to show the button in the single product page."
190
- msgstr "Marque para mostrar na página de produto único"
191
-
192
- #: plugin-options/general-options.php:53
193
- msgid "Show button in products list"
194
- msgstr "Mostrar na lista de produtos"
195
-
196
- #: plugin-options/general-options.php:54
197
- msgid "Say if you want to show the button in the products list."
198
- msgstr "Marque para mostrar na lista de produtos"
199
-
200
- #: plugin-options/general-options.php:61
201
- msgid "Open automatically lightbox"
202
- msgstr "Abrir lightbox automaticamente"
203
-
204
- #: plugin-options/general-options.php:62
205
- msgid "Open link after click into \"Compare\" button\"."
206
- msgstr "Abre link após clicar no botão de comparação."
207
-
208
- #: plugin-options/general-options.php:74
209
- msgid "Table Settings"
210
- msgstr "Opções de tabela"
211
-
212
- #: plugin-options/general-options.php:81
213
- msgid "Table title"
214
- msgstr "Título da tabela"
215
-
216
- #: plugin-options/general-options.php:82
217
- msgid "Type the text to use for the table title."
218
- msgstr "Digite o texto para utilizar na tabela de título"
219
-
220
- #: plugin-options/general-options.php:84 templates/compare.php:22
221
- msgid "Compare products"
222
- msgstr "Comparar produtos"
223
-
224
- #: plugin-options/general-options.php:89
225
- msgid "Fields to show"
226
- msgstr "Campos a mostrar"
227
-
228
- #: plugin-options/general-options.php:90
229
- msgid ""
230
- "Select the fields to show in the comparison table and order them by "
231
- "drag&drop (are included also the woocommerce attributes)"
232
- msgstr ""
233
- "Selecione os campos a mostrar na tabela de comparação e organize-os "
234
- "arrastando e soltando (atributos do Woocommerce também são incluídos)"
235
-
236
- #: plugin-options/general-options.php:97
237
- msgid "Repeat \"Price\" field"
238
- msgstr ""
239
-
240
- #: plugin-options/general-options.php:98
241
- msgid "Repeat the \"Price\" field at the end of the table"
242
- msgstr ""
243
-
244
- #: plugin-options/general-options.php:105
245
- msgid "Repeat \"Add to cart\" field"
246
- msgstr ""
247
-
248
- #: plugin-options/general-options.php:106
249
- msgid "Repeat the \"Add to cart\" field at the end of the table"
250
- msgstr ""
251
-
252
- #: plugin-options/general-options.php:113
253
- msgid "Image size"
254
- msgstr "Tamanho da imagem"
255
-
256
- #: plugin-options/general-options.php:114
257
- msgid "Set the size for the images"
258
- msgstr "Especifique um tamanho para as imagens"
259
-
260
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
261
- msgid ""
262
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
263
- "benefit from all features!"
264
- msgstr ""
265
-
266
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
267
- msgid "UPGRADE"
268
- msgstr "ATUALIZAR"
269
-
270
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
271
- msgid "to the premium version"
272
- msgstr ""
273
-
274
- #: templates/admin/premium.php:252
275
- msgid "Premium Features"
276
- msgstr ""
277
-
278
- #: templates/admin/premium.php:260
279
- msgid "A DEDICATED PAGE"
280
- msgstr ""
281
-
282
- #: templates/admin/premium.php:263
283
- msgid ""
284
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
285
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
286
- "created automatically in your site and, adding it among the menu entries, "
287
- "you will be able to give to your users the chance to access it easily "
288
- "whenever they want."
289
- msgstr ""
290
-
291
- #: templates/admin/premium.php:273
292
- msgid "CATEGORY COMPARATION"
293
- msgstr ""
294
-
295
- #: templates/admin/premium.php:276
296
- msgid ""
297
- "People are often confused by finding products of different categories in the "
298
- "comparison table, creating difficulties in comparing the products they are "
299
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
300
- "need: you will be able to separate the products in the table by category "
301
- "affinity."
302
- msgstr ""
303
-
304
- #: templates/admin/premium.php:292
305
- msgid "CATEGORY EXCLUSION "
306
- msgstr ""
307
-
308
- #: templates/admin/premium.php:295
309
- msgid ""
310
- "In your shop there may be product categories you don't want to be affected "
311
- "by the plugin features, deleting the comparison button for them. The premium "
312
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
313
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
314
- "of the feature, allowing the comparison only to those products of the "
315
- "selected categories."
316
- msgstr ""
317
-
318
- #: templates/admin/premium.php:305
319
- msgid "TABLE IMAGE"
320
- msgstr ""
321
-
322
- #: templates/admin/premium.php:308
323
- msgid ""
324
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
325
- "Select an image, upload it from the option panel and show it ahead of the "
326
- "table to your users. "
327
- msgstr ""
328
-
329
- #: templates/admin/premium.php:324
330
- msgid "DYNAMIC FIELDS"
331
- msgstr ""
332
-
333
- #: templates/admin/premium.php:327
334
- msgid ""
335
- "With this precious feature, you will be able to show in the table only the "
336
- "fields that have information in at least one of the selected products."
337
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
338
- "be no more empty lines in your comparison table."
339
- msgstr ""
340
-
341
- #: templates/admin/premium.php:337
342
- msgid "SOCIAL NETWORK SHARING"
343
- msgstr ""
344
-
345
- #: templates/admin/premium.php:340
346
- msgid ""
347
- "One of the most appealing features of the premium version of the plugin.Four "
348
- "social network sites for your users (Facebook, Twitter, Google + and "
349
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
350
- "products they have selected."
351
- msgstr ""
352
-
353
- #: templates/admin/premium.php:356
354
- msgid "RELATED PRODUCTS"
355
- msgstr ""
356
-
357
- #: templates/admin/premium.php:359
358
- msgid ""
359
- "All the products that have common categories and/or tags with those in the "
360
- "comparison table will be showed in a slider, right under the comparison "
361
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
362
- "users to discover the shop products of the shop related to those they are "
363
- "interested into."
364
- msgstr ""
365
-
366
- #: templates/admin/premium.php:369
367
- msgid "CUSTOMIZABLE STYLE"
368
- msgstr ""
369
-
370
- #: templates/admin/premium.php:372
371
- msgid ""
372
- "An advanced option panel that let you change all the colors of the plugin, "
373
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
374
- "of your shop.We know it, looks also count... and we give you the right tools "
375
- "to get to the best result."
376
- msgstr ""
377
-
378
- #: templates/admin/premium.php:388
379
- msgid "CUSTOMIZED ATTRIBUTES"
380
- msgstr ""
381
-
382
- #: templates/admin/premium.php:391
383
- msgid ""
384
- "Let you users compare products following every feature, and considering also "
385
- "all those %1$sattributes%2$s that can be manually created in within the "
386
- "product detail page. Every single detail will be included."
387
- msgstr ""
388
-
389
- #: templates/admin/premium.php:401
390
- msgid "A TAILORED TABLE"
391
- msgstr ""
392
-
393
- #: templates/admin/premium.php:404
394
- msgid ""
395
- "Select the products you want to compare and the system will offer you the "
396
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
397
- msgstr ""
398
-
399
- #: templates/admin/premium.php:420
400
- msgid "Compare list - widget"
401
- msgstr ""
402
-
403
- #: templates/admin/premium.php:423
404
- msgid ""
405
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
406
- "complete list of products added to the compare tab and avoid to open the "
407
- "popup to check its existence. "
408
- msgstr ""
409
-
410
- #: templates/admin/premium.php:433
411
- msgid "Compare counter - widget and shortcode"
412
- msgstr ""
413
-
414
- #: templates/admin/premium.php:436
415
- msgid ""
416
- "Moreover, if you want to give your users the chance to see in a glance how "
417
- "many products they have added to the Compare list, feel free to use the "
418
- "widget or the shortcode included. And their Compare list is always no more "
419
- "than one click away."
420
- msgstr ""
421
-
422
- #: templates/compare.php:77
423
- msgid "Close window [X]"
424
- msgstr "Fechar janela [X]"
425
-
426
- #: templates/compare.php:107
427
- msgid "No products added in the compare table."
428
- msgstr "Não foram adicionados produtos na tabela de comparação"
429
-
430
- #: widgets/class.yith-woocompare-widget.php:23
431
- msgid "The widget shows the list of products added in the comparison table."
432
- msgstr ""
433
-
434
- #: widgets/class.yith-woocompare-widget.php:27
435
- msgid "YITH WooCommerce Compare Widget"
436
- msgstr ""
437
-
438
- #: widgets/class.yith-woocompare-widget.php:50
439
- msgid "Clear all"
440
- msgstr "Limpar tudo"
441
-
442
- #. Plugin Name of the plugin/theme
443
- #, fuzzy
444
- msgid "YITH WooCommerce Compare"
445
- msgstr "Widget de Comparação"
446
-
447
- #. Plugin URI of the plugin/theme
448
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
449
- msgstr ""
450
-
451
- #. Description of the plugin/theme
452
- msgid ""
453
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
454
- "to compare in a simple and efficient way products on sale in your shop and "
455
- "analyze their main features in a single table. <a href=\"https://yithemes."
456
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
457
- "<strong>YITH</strong></a>."
458
- msgstr ""
459
-
460
- #. Author of the plugin/theme
461
- msgid "YITH"
462
- msgstr ""
463
-
464
- #. Author URI of the plugin/theme
465
- msgid "https://yithemes.com/"
466
- msgstr ""
467
-
468
- #~ msgid "Choose if you want to use a link or a button for the action button."
469
- #~ msgstr "Seleciona se deseja usar link ou botão para a ação do botão"
470
-
471
- #~ msgid "The widget show the list of products added in the compare table."
472
- #~ msgstr ""
473
- #~ "O widget mostra a lista de produtos adicionados na tabela de comparação."
474
-
475
- #~ msgid "Products Compare"
476
- #~ msgstr "Comparar Produtos"
477
-
478
- #~ msgid "Repeat \"Price\" field at the end of the table"
479
- #~ msgstr "Repetir campo \"Preço\" no final da tabela"
480
-
481
- #~ msgid "Repeat \"Add to cart\" field at the end of the table"
482
- #~ msgstr "Repetir campo \"Adicionar ao carrinho\" no final da tabela"
483
-
484
- #~ msgid "Select a date"
485
- #~ msgstr "Selecione uma data"
486
-
487
- #~ msgid "Hours"
488
- #~ msgstr "Horas"
489
-
490
- #~ msgid "Minutes"
491
- #~ msgstr "Minutos"
492
-
493
- #~ msgid "Upload"
494
- #~ msgstr "Enviar"
495
-
496
- #~ msgid "px"
497
- #~ msgstr "px"
498
-
499
- #~ msgid "em"
500
- #~ msgstr "em"
501
-
502
- #~ msgid "pt"
503
- #~ msgstr "pt"
504
-
505
- #~ msgid "rem"
506
- #~ msgstr "rem"
507
-
508
- #~ msgid "Select a font family"
509
- #~ msgstr "Seleciona uma família de fontes"
510
-
511
- #~ msgid "Regular"
512
- #~ msgstr "Normal"
513
-
514
- #~ msgid "Bold"
515
- #~ msgstr "Negrito"
516
-
517
- #~ msgid "Extra bold"
518
- #~ msgstr "Extra-negrito"
519
-
520
- #~ msgid "Italic"
521
- #~ msgstr "Itálico"
522
-
523
- #~ msgid "Italic bold"
524
- #~ msgstr "Negrito itálico"
525
-
526
- #~ msgid "Click to preview"
527
- #~ msgstr "Clique para pré-visualizar"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
+ "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
+ "Language: pt_BR\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
+
21
+ #: includes/class.yith-woocompare-admin.php:119
22
+ #: includes/class.yith-woocompare-admin.php:143
23
+ msgid "Settings"
24
+ msgstr ""
25
+
26
+ #: includes/class.yith-woocompare-admin.php:121
27
+ msgid "License"
28
+ msgstr ""
29
+
30
+ #: includes/class.yith-woocompare-admin.php:147
31
+ msgid "Premium Version"
32
+ msgstr ""
33
+
34
+ #: includes/class.yith-woocompare-admin.php:153
35
+ #, fuzzy
36
+ msgctxt "Admin Plugin Name"
37
+ msgid "WooCommerce Compare"
38
+ msgstr "Widget de Comparação"
39
+
40
+ #: includes/class.yith-woocompare-admin.php:154
41
+ #, fuzzy
42
+ msgctxt "Admin Plugin Name"
43
+ msgid "Compare"
44
+ msgstr "Comparar"
45
+
46
+ #: includes/class.yith-woocompare-admin.php:243
47
+ msgid "YITH WooCommerce Compare Activated"
48
+ msgstr ""
49
+
50
+ #: includes/class.yith-woocompare-admin.php:244
51
+ msgid ""
52
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
+ "With this menu, you can access to all the settings of our plugins that you "
54
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
55
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
+ msgstr ""
57
+
58
+ #: includes/class.yith-woocompare-admin.php:255
59
+ msgid "YITH WooCommerce Compare Updated"
60
+ msgstr ""
61
+
62
+ #: includes/class.yith-woocompare-admin.php:256
63
+ msgid ""
64
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
65
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
66
+ "the previous version. When one of our plugins is updated, a new voice will "
67
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
68
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
69
+ msgstr ""
70
+
71
+ #: includes/class.yith-woocompare-admin.php:400
72
+ msgid "Do you want to hard crop the image?"
73
+ msgstr ""
74
+
75
+ #: includes/class.yith-woocompare-frontend.php:223
76
+ msgid "Added"
77
+ msgstr "Adicionado"
78
+
79
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
80
+ msgid "Product Comparison"
81
+ msgstr "Comparação de Produtos"
82
+
83
+ #: includes/class.yith-woocompare-frontend.php:227
84
+ #: includes/class.yith-woocompare-frontend.php:505
85
+ #: plugin-options/general-options.php:40
86
+ #: widgets/class.yith-woocompare-widget.php:51
87
+ msgid "Compare"
88
+ msgstr "Comparar"
89
+
90
+ #: includes/class.yith-woocompare-frontend.php:229
91
+ msgctxt "Label for popup close icon"
92
+ msgid "Close"
93
+ msgstr ""
94
+
95
+ #: includes/class.yith-woocompare-frontend.php:384
96
+ msgid "In stock"
97
+ msgstr "No estoque"
98
+
99
+ #: includes/class.yith-woocompare-frontend.php:696
100
+ msgid "No products to compare"
101
+ msgstr "Não há produtos à comparar"
102
+
103
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
104
+ msgid "Remove"
105
+ msgstr "Remover"
106
+
107
+ #: includes/class.yith-woocompare-helper.php:46
108
+ msgid "Image"
109
+ msgstr "Imagem"
110
+
111
+ #: includes/class.yith-woocompare-helper.php:47
112
+ #: widgets/class.yith-woocompare-widget.php:68
113
+ msgid "Title"
114
+ msgstr "Título"
115
+
116
+ #: includes/class.yith-woocompare-helper.php:48
117
+ msgid "Price"
118
+ msgstr "Preço"
119
+
120
+ #: includes/class.yith-woocompare-helper.php:49
121
+ msgid "Add to cart"
122
+ msgstr "Adicionar ao carrinho"
123
+
124
+ #: includes/class.yith-woocompare-helper.php:50
125
+ msgid "Description"
126
+ msgstr "Descrição"
127
+
128
+ #: includes/class.yith-woocompare-helper.php:51
129
+ msgid "Sku"
130
+ msgstr ""
131
+
132
+ #: includes/class.yith-woocompare-helper.php:52
133
+ msgid "Availability"
134
+ msgstr "Disponibilidade"
135
+
136
+ #: includes/class.yith-woocompare-helper.php:53
137
+ msgid "Weight"
138
+ msgstr "Peso"
139
+
140
+ #: includes/class.yith-woocompare-helper.php:54
141
+ msgid "Dimensions"
142
+ msgstr "Dimensões"
143
+
144
+ #: init.php:42
145
+ msgid ""
146
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
147
+ "WooCommerce in order to work."
148
+ msgstr ""
149
+
150
+ #: init.php:50
151
+ msgid ""
152
+ "You can't activate the free version of YITH WooCommerce Compare while you "
153
+ "are using the premium one."
154
+ msgstr ""
155
+
156
+ #: plugin-options/general-options.php:17
157
+ msgid "General Settings"
158
+ msgstr "Opções Gerais"
159
+
160
+ #: plugin-options/general-options.php:24
161
+ msgid "Link or Button"
162
+ msgstr "Link ou Botão"
163
+
164
+ #: plugin-options/general-options.php:25
165
+ msgid "Choose if you want to use a link or a button for the comepare actions."
166
+ msgstr ""
167
+
168
+ #: plugin-options/general-options.php:31
169
+ msgid "Link"
170
+ msgstr "Link"
171
+
172
+ #: plugin-options/general-options.php:32
173
+ msgid "Button"
174
+ msgstr "Botão"
175
+
176
+ #: plugin-options/general-options.php:37
177
+ msgid "Link/Button text"
178
+ msgstr "Texto Link/Botão"
179
+
180
+ #: plugin-options/general-options.php:38
181
+ msgid "Type the text to use for the button or the link of the compare."
182
+ msgstr "Insira o texto usado no botão de comparação."
183
+
184
+ #: plugin-options/general-options.php:45
185
+ msgid "Show button in single product page"
186
+ msgstr "Mostrar na página de produto único"
187
+
188
+ #: plugin-options/general-options.php:46
189
+ msgid "Say if you want to show the button in the single product page."
190
+ msgstr "Marque para mostrar na página de produto único"
191
+
192
+ #: plugin-options/general-options.php:53
193
+ msgid "Show button in products list"
194
+ msgstr "Mostrar na lista de produtos"
195
+
196
+ #: plugin-options/general-options.php:54
197
+ msgid "Say if you want to show the button in the products list."
198
+ msgstr "Marque para mostrar na lista de produtos"
199
+
200
+ #: plugin-options/general-options.php:61
201
+ msgid "Open automatically lightbox"
202
+ msgstr "Abrir lightbox automaticamente"
203
+
204
+ #: plugin-options/general-options.php:62
205
+ msgid "Open link after click into \"Compare\" button\"."
206
+ msgstr "Abre link após clicar no botão de comparação."
207
+
208
+ #: plugin-options/general-options.php:74
209
+ msgid "Table Settings"
210
+ msgstr "Opções de tabela"
211
+
212
+ #: plugin-options/general-options.php:81
213
+ msgid "Table title"
214
+ msgstr "Título da tabela"
215
+
216
+ #: plugin-options/general-options.php:82
217
+ msgid "Type the text to use for the table title."
218
+ msgstr "Digite o texto para utilizar na tabela de título"
219
+
220
+ #: plugin-options/general-options.php:84 templates/compare.php:22
221
+ msgid "Compare products"
222
+ msgstr "Comparar produtos"
223
+
224
+ #: plugin-options/general-options.php:89
225
+ msgid "Fields to show"
226
+ msgstr "Campos a mostrar"
227
+
228
+ #: plugin-options/general-options.php:90
229
+ msgid ""
230
+ "Select the fields to show in the comparison table and order them by "
231
+ "drag&drop (are included also the woocommerce attributes)"
232
+ msgstr ""
233
+ "Selecione os campos a mostrar na tabela de comparação e organize-os "
234
+ "arrastando e soltando (atributos do Woocommerce também são incluídos)"
235
+
236
+ #: plugin-options/general-options.php:97
237
+ msgid "Repeat \"Price\" field"
238
+ msgstr ""
239
+
240
+ #: plugin-options/general-options.php:98
241
+ msgid "Repeat the \"Price\" field at the end of the table"
242
+ msgstr ""
243
+
244
+ #: plugin-options/general-options.php:105
245
+ msgid "Repeat \"Add to cart\" field"
246
+ msgstr ""
247
+
248
+ #: plugin-options/general-options.php:106
249
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
250
+ msgstr ""
251
+
252
+ #: plugin-options/general-options.php:113
253
+ msgid "Image size"
254
+ msgstr "Tamanho da imagem"
255
+
256
+ #: plugin-options/general-options.php:114
257
+ msgid "Set the size for the images"
258
+ msgstr "Especifique um tamanho para as imagens"
259
+
260
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
261
+ msgid ""
262
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
263
+ "benefit from all features!"
264
+ msgstr ""
265
+
266
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
267
+ msgid "UPGRADE"
268
+ msgstr "ATUALIZAR"
269
+
270
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
271
+ msgid "to the premium version"
272
+ msgstr ""
273
+
274
+ #: templates/admin/premium.php:252
275
+ msgid "Premium Features"
276
+ msgstr ""
277
+
278
+ #: templates/admin/premium.php:260
279
+ msgid "A DEDICATED PAGE"
280
+ msgstr ""
281
+
282
+ #: templates/admin/premium.php:263
283
+ msgid ""
284
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
285
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
286
+ "created automatically in your site and, adding it among the menu entries, "
287
+ "you will be able to give to your users the chance to access it easily "
288
+ "whenever they want."
289
+ msgstr ""
290
+
291
+ #: templates/admin/premium.php:273
292
+ msgid "CATEGORY COMPARATION"
293
+ msgstr ""
294
+
295
+ #: templates/admin/premium.php:276
296
+ msgid ""
297
+ "People are often confused by finding products of different categories in the "
298
+ "comparison table, creating difficulties in comparing the products they are "
299
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
300
+ "need: you will be able to separate the products in the table by category "
301
+ "affinity."
302
+ msgstr ""
303
+
304
+ #: templates/admin/premium.php:292
305
+ msgid "CATEGORY EXCLUSION "
306
+ msgstr ""
307
+
308
+ #: templates/admin/premium.php:295
309
+ msgid ""
310
+ "In your shop there may be product categories you don't want to be affected "
311
+ "by the plugin features, deleting the comparison button for them. The premium "
312
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
313
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
314
+ "of the feature, allowing the comparison only to those products of the "
315
+ "selected categories."
316
+ msgstr ""
317
+
318
+ #: templates/admin/premium.php:305
319
+ msgid "TABLE IMAGE"
320
+ msgstr ""
321
+
322
+ #: templates/admin/premium.php:308
323
+ msgid ""
324
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
325
+ "Select an image, upload it from the option panel and show it ahead of the "
326
+ "table to your users. "
327
+ msgstr ""
328
+
329
+ #: templates/admin/premium.php:324
330
+ msgid "DYNAMIC FIELDS"
331
+ msgstr ""
332
+
333
+ #: templates/admin/premium.php:327
334
+ msgid ""
335
+ "With this precious feature, you will be able to show in the table only the "
336
+ "fields that have information in at least one of the selected products."
337
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
338
+ "be no more empty lines in your comparison table."
339
+ msgstr ""
340
+
341
+ #: templates/admin/premium.php:337
342
+ msgid "SOCIAL NETWORK SHARING"
343
+ msgstr ""
344
+
345
+ #: templates/admin/premium.php:340
346
+ msgid ""
347
+ "One of the most appealing features of the premium version of the plugin.Four "
348
+ "social network sites for your users (Facebook, Twitter, Google + and "
349
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
350
+ "products they have selected."
351
+ msgstr ""
352
+
353
+ #: templates/admin/premium.php:356
354
+ msgid "RELATED PRODUCTS"
355
+ msgstr ""
356
+
357
+ #: templates/admin/premium.php:359
358
+ msgid ""
359
+ "All the products that have common categories and/or tags with those in the "
360
+ "comparison table will be showed in a slider, right under the comparison "
361
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
362
+ "users to discover the shop products of the shop related to those they are "
363
+ "interested into."
364
+ msgstr ""
365
+
366
+ #: templates/admin/premium.php:369
367
+ msgid "CUSTOMIZABLE STYLE"
368
+ msgstr ""
369
+
370
+ #: templates/admin/premium.php:372
371
+ msgid ""
372
+ "An advanced option panel that let you change all the colors of the plugin, "
373
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
374
+ "of your shop.We know it, looks also count... and we give you the right tools "
375
+ "to get to the best result."
376
+ msgstr ""
377
+
378
+ #: templates/admin/premium.php:388
379
+ msgid "CUSTOMIZED ATTRIBUTES"
380
+ msgstr ""
381
+
382
+ #: templates/admin/premium.php:391
383
+ msgid ""
384
+ "Let you users compare products following every feature, and considering also "
385
+ "all those %1$sattributes%2$s that can be manually created in within the "
386
+ "product detail page. Every single detail will be included."
387
+ msgstr ""
388
+
389
+ #: templates/admin/premium.php:401
390
+ msgid "A TAILORED TABLE"
391
+ msgstr ""
392
+
393
+ #: templates/admin/premium.php:404
394
+ msgid ""
395
+ "Select the products you want to compare and the system will offer you the "
396
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
397
+ msgstr ""
398
+
399
+ #: templates/admin/premium.php:420
400
+ msgid "Compare list - widget"
401
+ msgstr ""
402
+
403
+ #: templates/admin/premium.php:423
404
+ msgid ""
405
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
406
+ "complete list of products added to the compare tab and avoid to open the "
407
+ "popup to check its existence. "
408
+ msgstr ""
409
+
410
+ #: templates/admin/premium.php:433
411
+ msgid "Compare counter - widget and shortcode"
412
+ msgstr ""
413
+
414
+ #: templates/admin/premium.php:436
415
+ msgid ""
416
+ "Moreover, if you want to give your users the chance to see in a glance how "
417
+ "many products they have added to the Compare list, feel free to use the "
418
+ "widget or the shortcode included. And their Compare list is always no more "
419
+ "than one click away."
420
+ msgstr ""
421
+
422
+ #: templates/compare.php:77
423
+ msgid "Close window [X]"
424
+ msgstr "Fechar janela [X]"
425
+
426
+ #: templates/compare.php:107
427
+ msgid "No products added in the compare table."
428
+ msgstr "Não foram adicionados produtos na tabela de comparação"
429
+
430
+ #: widgets/class.yith-woocompare-widget.php:23
431
+ msgid "The widget shows the list of products added in the comparison table."
432
+ msgstr ""
433
+
434
+ #: widgets/class.yith-woocompare-widget.php:27
435
+ msgid "YITH WooCommerce Compare Widget"
436
+ msgstr ""
437
+
438
+ #: widgets/class.yith-woocompare-widget.php:50
439
+ msgid "Clear all"
440
+ msgstr "Limpar tudo"
441
+
442
+ #. Plugin Name of the plugin/theme
443
+ #, fuzzy
444
+ msgid "YITH WooCommerce Compare"
445
+ msgstr "Widget de Comparação"
446
+
447
+ #. Plugin URI of the plugin/theme
448
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
449
+ msgstr ""
450
+
451
+ #. Description of the plugin/theme
452
+ msgid ""
453
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
454
+ "to compare in a simple and efficient way products on sale in your shop and "
455
+ "analyze their main features in a single table. <a href=\"https://yithemes."
456
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
457
+ "<strong>YITH</strong></a>."
458
+ msgstr ""
459
+
460
+ #. Author of the plugin/theme
461
+ msgid "YITH"
462
+ msgstr ""
463
+
464
+ #. Author URI of the plugin/theme
465
+ msgid "https://yithemes.com/"
466
+ msgstr ""
467
+
468
+ #~ msgid "Choose if you want to use a link or a button for the action button."
469
+ #~ msgstr "Seleciona se deseja usar link ou botão para a ação do botão"
470
+
471
+ #~ msgid "The widget show the list of products added in the compare table."
472
+ #~ msgstr ""
473
+ #~ "O widget mostra a lista de produtos adicionados na tabela de comparação."
474
+
475
+ #~ msgid "Products Compare"
476
+ #~ msgstr "Comparar Produtos"
477
+
478
+ #~ msgid "Repeat \"Price\" field at the end of the table"
479
+ #~ msgstr "Repetir campo \"Preço\" no final da tabela"
480
+
481
+ #~ msgid "Repeat \"Add to cart\" field at the end of the table"
482
+ #~ msgstr "Repetir campo \"Adicionar ao carrinho\" no final da tabela"
483
+
484
+ #~ msgid "Select a date"
485
+ #~ msgstr "Selecione uma data"
486
+
487
+ #~ msgid "Hours"
488
+ #~ msgstr "Horas"
489
+
490
+ #~ msgid "Minutes"
491
+ #~ msgstr "Minutos"
492
+
493
+ #~ msgid "Upload"
494
+ #~ msgstr "Enviar"
495
+
496
+ #~ msgid "px"
497
+ #~ msgstr "px"
498
+
499
+ #~ msgid "em"
500
+ #~ msgstr "em"
501
+
502
+ #~ msgid "pt"
503
+ #~ msgstr "pt"
504
+
505
+ #~ msgid "rem"
506
+ #~ msgstr "rem"
507
+
508
+ #~ msgid "Select a font family"
509
+ #~ msgstr "Seleciona uma família de fontes"
510
+
511
+ #~ msgid "Regular"
512
+ #~ msgstr "Normal"
513
+
514
+ #~ msgid "Bold"
515
+ #~ msgstr "Negrito"
516
+
517
+ #~ msgid "Extra bold"
518
+ #~ msgstr "Extra-negrito"
519
+
520
+ #~ msgid "Italic"
521
+ #~ msgstr "Itálico"
522
+
523
+ #~ msgid "Italic bold"
524
+ #~ msgstr "Negrito itálico"
525
+
526
+ #~ msgid "Click to preview"
527
+ #~ msgstr "Clique para pré-visualizar"
languages/yith-woocommerce-compare-ru_RU.po CHANGED
@@ -1,597 +1,597 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
- "Language: ru_RU\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
21
-
22
- #: includes/class.yith-woocompare-admin.php:119
23
- #: includes/class.yith-woocompare-admin.php:143
24
- msgid "Settings"
25
- msgstr "Настройки"
26
-
27
- #: includes/class.yith-woocompare-admin.php:121
28
- msgid "License"
29
- msgstr ""
30
-
31
- #: includes/class.yith-woocompare-admin.php:147
32
- msgid "Premium Version"
33
- msgstr "Премиум версия"
34
-
35
- #: includes/class.yith-woocompare-admin.php:153
36
- #, fuzzy
37
- msgctxt "Admin Plugin Name"
38
- msgid "WooCommerce Compare"
39
- msgstr "Виджет YITH WooCommerce Compare"
40
-
41
- #: includes/class.yith-woocompare-admin.php:154
42
- #, fuzzy
43
- msgctxt "Admin Plugin Name"
44
- msgid "Compare"
45
- msgstr "Сравнить"
46
-
47
- #: includes/class.yith-woocompare-admin.php:243
48
- msgid "YITH WooCommerce Compare Activated"
49
- msgstr "Активировать YITH WooCommerce Compare"
50
-
51
- #: includes/class.yith-woocompare-admin.php:244
52
- msgid ""
53
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
54
- "With this menu, you can access to all the settings of our plugins that you "
55
- "have activated. YITH WooCommerce Compare is available in an outstanding "
56
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
57
- msgstr ""
58
- "На вкладке YIT Plugin tab вы можете найти варианты сравнения YITH "
59
- "WooCommerce. С помощью этого меню вы можете получить доступ ко всем "
60
- "настройкам наших плагинов, которые вы активировали. YITH WooCommerce Compare "
61
- "доступен в бесплатной версии и PREMIUM версии со множеством новых опций, <a "
62
- "href=«%s»>discover it now</a>."
63
-
64
- #: includes/class.yith-woocompare-admin.php:255
65
- msgid "YITH WooCommerce Compare Updated"
66
- msgstr "Обновить YITH WooCommerce Compare"
67
-
68
- #: includes/class.yith-woocompare-admin.php:256
69
- msgid ""
70
- "From now on, you can find all the options of YITH WooCommerce Compare under "
71
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
72
- "the previous version. When one of our plugins is updated, a new voice will "
73
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
74
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
75
- msgstr ""
76
- "С этого момента вы можете найти все варианты YITH WooCommerce Compare во "
77
- "вкладке YIT Plugin -> Compare вместо WooCommerce -> Настройки -> Сравнить, "
78
- "как в предыдущей версии. Когда один из наших плагинов будет обновлен, в это "
79
- "меню будет добавлена новая вкладка. YITH WooCommerce Compare был обновлен "
80
- "новыми доступными вариантами, <a href=«%s»>discover the PREMIUM version.</a>"
81
-
82
- #: includes/class.yith-woocompare-admin.php:400
83
- msgid "Do you want to hard crop the image?"
84
- msgstr "Вы хотите принудительно уменьшить изображение?"
85
-
86
- #: includes/class.yith-woocompare-frontend.php:223
87
- msgid "Added"
88
- msgstr "Добавлено"
89
-
90
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
91
- msgid "Product Comparison"
92
- msgstr "Сравнение товаров"
93
-
94
- #: includes/class.yith-woocompare-frontend.php:227
95
- #: includes/class.yith-woocompare-frontend.php:505
96
- #: plugin-options/general-options.php:40
97
- #: widgets/class.yith-woocompare-widget.php:51
98
- msgid "Compare"
99
- msgstr "Сравнить"
100
-
101
- #: includes/class.yith-woocompare-frontend.php:229
102
- msgctxt "Label for popup close icon"
103
- msgid "Close"
104
- msgstr ""
105
-
106
- #: includes/class.yith-woocompare-frontend.php:384
107
- msgid "In stock"
108
- msgstr "В наличии"
109
-
110
- #: includes/class.yith-woocompare-frontend.php:696
111
- msgid "No products to compare"
112
- msgstr "Нет товаров для сравнения"
113
-
114
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
115
- msgid "Remove"
116
- msgstr "Удалить"
117
-
118
- #: includes/class.yith-woocompare-helper.php:46
119
- msgid "Image"
120
- msgstr "Изображение"
121
-
122
- #: includes/class.yith-woocompare-helper.php:47
123
- #: widgets/class.yith-woocompare-widget.php:68
124
- msgid "Title"
125
- msgstr "Название"
126
-
127
- #: includes/class.yith-woocompare-helper.php:48
128
- msgid "Price"
129
- msgstr "Цена"
130
-
131
- #: includes/class.yith-woocompare-helper.php:49
132
- msgid "Add to cart"
133
- msgstr "Добавить в корзину"
134
-
135
- #: includes/class.yith-woocompare-helper.php:50
136
- msgid "Description"
137
- msgstr "Описание"
138
-
139
- #: includes/class.yith-woocompare-helper.php:51
140
- msgid "Sku"
141
- msgstr ""
142
-
143
- #: includes/class.yith-woocompare-helper.php:52
144
- msgid "Availability"
145
- msgstr "Наличие"
146
-
147
- #: includes/class.yith-woocompare-helper.php:53
148
- msgid "Weight"
149
- msgstr "Вес"
150
-
151
- #: includes/class.yith-woocompare-helper.php:54
152
- msgid "Dimensions"
153
- msgstr "Размеры"
154
-
155
- #: init.php:42
156
- msgid ""
157
- "YITH WooCommerce Compare is enabled but not effective. It requires "
158
- "WooCommerce in order to work."
159
- msgstr ""
160
- "YITH WooCommerce Compare включен, но не эффективен. Для работы требуется "
161
- "WooCommerce."
162
-
163
- #: init.php:50
164
- msgid ""
165
- "You can't activate the free version of YITH WooCommerce Compare while you "
166
- "are using the premium one."
167
- msgstr ""
168
- "Вы не можете активировать бесплатную версию YITH WooCommerce Compare, в то "
169
- "время как вы используете премиум-версию."
170
-
171
- #: plugin-options/general-options.php:17
172
- msgid "General Settings"
173
- msgstr "Основные настройки"
174
-
175
- #: plugin-options/general-options.php:24
176
- msgid "Link or Button"
177
- msgstr "Ссылка или Кнопка"
178
-
179
- #: plugin-options/general-options.php:25
180
- msgid "Choose if you want to use a link or a button for the comepare actions."
181
- msgstr ""
182
- "Выберите, если хотите использовать ссылку или кнопку для действия сравнения."
183
-
184
- #: plugin-options/general-options.php:31
185
- msgid "Link"
186
- msgstr "Ссылка"
187
-
188
- #: plugin-options/general-options.php:32
189
- msgid "Button"
190
- msgstr "Кнопка"
191
-
192
- #: plugin-options/general-options.php:37
193
- msgid "Link/Button text"
194
- msgstr "Текст ссылки или кнопки"
195
-
196
- #: plugin-options/general-options.php:38
197
- msgid "Type the text to use for the button or the link of the compare."
198
- msgstr ""
199
- "Введите текст, который будет использоваться для кнопки или ссылки сравнения."
200
-
201
- #: plugin-options/general-options.php:45
202
- msgid "Show button in single product page"
203
- msgstr "Показывать кнопку на странице товара"
204
-
205
- #: plugin-options/general-options.php:46
206
- msgid "Say if you want to show the button in the single product page."
207
- msgstr "Отметьте, если хотите показывать кнопку на странице товара."
208
-
209
- #: plugin-options/general-options.php:53
210
- msgid "Show button in products list"
211
- msgstr "Показывать кнопку в каталоге товаров"
212
-
213
- #: plugin-options/general-options.php:54
214
- msgid "Say if you want to show the button in the products list."
215
- msgstr "Отметьте, если вы хотите показывать кнопку в каталоге товаров."
216
-
217
- #: plugin-options/general-options.php:61
218
- msgid "Open automatically lightbox"
219
- msgstr "Автоматическое открытие всплывающего окна"
220
-
221
- #: plugin-options/general-options.php:62
222
- msgid "Open link after click into \"Compare\" button\"."
223
- msgstr "Открыть ссылку после нажатия на кнопку «Сравнить»."
224
-
225
- #: plugin-options/general-options.php:74
226
- msgid "Table Settings"
227
- msgstr "Настройки таблицы"
228
-
229
- #: plugin-options/general-options.php:81
230
- msgid "Table title"
231
- msgstr "Название таблицы"
232
-
233
- #: plugin-options/general-options.php:82
234
- msgid "Type the text to use for the table title."
235
- msgstr "Введите текст названия таблицы."
236
-
237
- #: plugin-options/general-options.php:84 templates/compare.php:22
238
- msgid "Compare products"
239
- msgstr "Сравнение товаров"
240
-
241
- #: plugin-options/general-options.php:89
242
- msgid "Fields to show"
243
- msgstr "Поля для показа"
244
-
245
- #: plugin-options/general-options.php:90
246
- msgid ""
247
- "Select the fields to show in the comparison table and order them by "
248
- "drag&drop (are included also the woocommerce attributes)"
249
- msgstr ""
250
- "Выберите поля, которые будут отображаться в таблице сравнения, и расставьте "
251
- "их путем перетаскивания (включены также атрибуты woocommerce)"
252
-
253
- #: plugin-options/general-options.php:97
254
- msgid "Repeat \"Price\" field"
255
- msgstr "Повторить поле «Цена» в конце таблицы"
256
-
257
- #: plugin-options/general-options.php:98
258
- msgid "Repeat the \"Price\" field at the end of the table"
259
- msgstr "Повторить поле «Цена» в конце таблицы"
260
-
261
- #: plugin-options/general-options.php:105
262
- msgid "Repeat \"Add to cart\" field"
263
- msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
264
-
265
- #: plugin-options/general-options.php:106
266
- msgid "Repeat the \"Add to cart\" field at the end of the table"
267
- msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
268
-
269
- #: plugin-options/general-options.php:113
270
- msgid "Image size"
271
- msgstr "Размер изображения"
272
-
273
- #: plugin-options/general-options.php:114
274
- msgid "Set the size for the images"
275
- msgstr "Задайте размер для изображений"
276
-
277
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
278
- msgid ""
279
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
280
- "benefit from all features!"
281
- msgstr ""
282
- "Воспользуйтесь %1$spremium version%2$s %1$sYITH WooCommerce Compare%2$s, "
283
- "чтобы воспользоваться всеми функциями!"
284
-
285
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
286
- msgid "UPGRADE"
287
- msgstr "ОБНОВИТЬ"
288
-
289
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
290
- msgid "to the premium version"
291
- msgstr "до премиум версии"
292
-
293
- #: templates/admin/premium.php:252
294
- msgid "Premium Features"
295
- msgstr "Премиум-функции"
296
-
297
- #: templates/admin/premium.php:260
298
- msgid "A DEDICATED PAGE"
299
- msgstr "СТРАНИЦА ОПИСАНИЯ"
300
-
301
- #: templates/admin/premium.php:263
302
- msgid ""
303
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
304
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
305
- "created automatically in your site and, adding it among the menu entries, "
306
- "you will be able to give to your users the chance to access it easily "
307
- "whenever they want."
308
- msgstr ""
309
- "Вы не хотите больше сравнивать свои продукты в модальном окне? %3$sС премиум-"
310
- "версией %1$sYITH WooCommerce Compare%2$s, на вашем сайте автоматически будет "
311
- "создана новая страница. Добавив ее среди других страниц, вы сможете дать "
312
- "своим пользователям возможность легко получить доступ к ней, когда они этого "
313
- "захотят."
314
-
315
- #: templates/admin/premium.php:273
316
- msgid "CATEGORY COMPARATION"
317
- msgstr "СРАВНЕНИЕ КАТЕГОРИЙ"
318
-
319
- #: templates/admin/premium.php:276
320
- msgid ""
321
- "People are often confused by finding products of different categories in the "
322
- "comparison table, creating difficulties in comparing the products they are "
323
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
324
- "need: you will be able to separate the products in the table by category "
325
- "affinity."
326
- msgstr ""
327
- "Люди часто путаются, находя в таблице сравнений товары из разных категорий. "
328
- "Возникают трудности в понимании сравнения. Для этого существует возможность "
329
- "%1$s«Сравнение по категориям»%2$s, чтобы разделить товары в таблице по "
330
- "категориям."
331
-
332
- #: templates/admin/premium.php:292
333
- msgid "CATEGORY EXCLUSION "
334
- msgstr "ИСКЛЮЧЕНИЕ КАТЕГОРИЙ "
335
-
336
- #: templates/admin/premium.php:295
337
- msgid ""
338
- "In your shop there may be product categories you don't want to be affected "
339
- "by the plugin features, deleting the comparison button for them. The premium "
340
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
341
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
342
- "of the feature, allowing the comparison only to those products of the "
343
- "selected categories."
344
- msgstr ""
345
- "В вашем магазине могут быть категории продуктов, на которые вы не хотите "
346
- "распространять функции плагина, удаляя для них кнопку сравнения. Премиум-"
347
- "версия плагина также дает такую возможность.%3$s И еще больше! Активируйте "
348
- "%1$s«Реверсивный список исключений»%2$s, вы также сможете инвертировать "
349
- "поведение функции, позволяя сравнивать только продукты из выбранных "
350
- "категорий."
351
-
352
- #: templates/admin/premium.php:305
353
- msgid "TABLE IMAGE"
354
- msgstr "ИЗОБРАЖЕНИЕ ТАБЛИЦЫ"
355
-
356
- #: templates/admin/premium.php:308
357
- msgid ""
358
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
359
- "Select an image, upload it from the option panel and show it ahead of the "
360
- "table to your users. "
361
- msgstr ""
362
- "Сделайте личный вклад в %1$sтаблицу сравнения%2$s, которую увидят ваши "
363
- "пользователи. Выберите изображение, загрузите его с панели параметров и "
364
- "покажите его перед таблицей своим пользователям. "
365
-
366
- #: templates/admin/premium.php:324
367
- msgid "DYNAMIC FIELDS"
368
- msgstr "АКТИВНЫЕ ПОЛЯ"
369
-
370
- #: templates/admin/premium.php:327
371
- msgid ""
372
- "With this precious feature, you will be able to show in the table only the "
373
- "fields that have information in at least one of the selected products."
374
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
375
- "be no more empty lines in your comparison table."
376
- msgstr ""
377
- "С помощью этой замечательной функции вы сможете отображать в таблице только "
378
- "поля, содержащие информацию, по крайней мере, в одном из выбранных продуктов."
379
- "%3$s Включите %1$s«Активные поля атрибута»%2$s и в таблице сравнения не "
380
- "будет пустых строк."
381
-
382
- #: templates/admin/premium.php:337
383
- msgid "SOCIAL NETWORK SHARING"
384
- msgstr "ПОДЕЛИТЬСЯ В СОЦИАЛЬНЫХ СЕТЯХ"
385
-
386
- #: templates/admin/premium.php:340
387
- msgid ""
388
- "One of the most appealing features of the premium version of the plugin.Four "
389
- "social network sites for your users (Facebook, Twitter, Google + and "
390
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
391
- "products they have selected."
392
- msgstr ""
393
- "Одна из самых привлекательных функций премиальной версии плагина. Для сайтов "
394
- "социальных сетей ваших пользователей (Facebook, Twitter, Google + и "
395
- "Pinterest) и система электронной почты%1$sподелиться%2$s таблицей сравнения "
396
- "продуктов, которую ни выбрали."
397
-
398
- #: templates/admin/premium.php:356
399
- msgid "RELATED PRODUCTS"
400
- msgstr "СОПУТСТВУЮЩИЕ ТОВАРЫ"
401
-
402
- #: templates/admin/premium.php:359
403
- msgid ""
404
- "All the products that have common categories and/or tags with those in the "
405
- "comparison table will be showed in a slider, right under the comparison "
406
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
407
- "users to discover the shop products of the shop related to those they are "
408
- "interested into."
409
- msgstr ""
410
- "Все товары, которые имеют общие категории и/или теги с товарами в таблице "
411
- "сравнения, будут показаны в слайдере, прямо под сравнительной таблицей.%3$s "
412
- "Полностью%1$s «удобный для использования» %2$sслайдер, из которого ваши "
413
- "пользователи узнают о товарах в магазине, связанных с теми, которые их "
414
- "интересуют."
415
-
416
- #: templates/admin/premium.php:369
417
- msgid "CUSTOMIZABLE STYLE"
418
- msgstr "НАСТРАИВАЕМЫЙ СТИЛЬ"
419
-
420
- #: templates/admin/premium.php:372
421
- msgid ""
422
- "An advanced option panel that let you change all the colors of the plugin, "
423
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
424
- "of your shop.We know it, looks also count... and we give you the right tools "
425
- "to get to the best result."
426
- msgstr ""
427
- "Расширенная панель параметров, позволяющая вам изменить все цвета плагина, "
428
- "чтобы вы могли приспособить все свои элементы стилистически %1$sк макету%2$s "
429
- "вашего магазина. Мы знаем что это важно, присматриваем за этим … и мы даем "
430
- "вам нужные инструменты для достижения наилучшего результата."
431
-
432
- #: templates/admin/premium.php:388
433
- msgid "CUSTOMIZED ATTRIBUTES"
434
- msgstr "НАСТРАИВАЕМЫЕ АТРИБУТЫ"
435
-
436
- #: templates/admin/premium.php:391
437
- msgid ""
438
- "Let you users compare products following every feature, and considering also "
439
- "all those %1$sattributes%2$s that can be manually created in within the "
440
- "product detail page. Every single detail will be included."
441
- msgstr ""
442
- "Позвольте пользователям сравнивать продукты предметно и учитывать также все "
443
- "%1$sатрибуты%2$s, которые могут быть созданы вручную на странице сведений о "
444
- "продукте. Каждая деталь будет включена."
445
-
446
- #: templates/admin/premium.php:401
447
- msgid "A TAILORED TABLE"
448
- msgstr "ТАБЛИЦА НА ЗАКАЗ"
449
-
450
- #: templates/admin/premium.php:404
451
- msgid ""
452
- "Select the products you want to compare and the system will offer you the "
453
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
454
- msgstr ""
455
- "Выберите продукты, которые вы хотите сравнить, и система предложит вам "
456
- "%1$sshortcode%2$s для создания таблицы сравнения. Просто, быстро и полезно."
457
-
458
- #: templates/admin/premium.php:420
459
- msgid "Compare list - widget"
460
- msgstr ""
461
-
462
- #: templates/admin/premium.php:423
463
- msgid ""
464
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
465
- "complete list of products added to the compare tab and avoid to open the "
466
- "popup to check its existence. "
467
- msgstr ""
468
- "Благодаря виджеты YITH WooCommerce Compare, пользователи могут в любой "
469
- "момент проверить полный список продуктов, добавленных на вкладку сравнения, "
470
- "и не открывая всплывающее окно, видеть что они сравнивают. "
471
-
472
- #: templates/admin/premium.php:433
473
- msgid "Compare counter - widget and shortcode"
474
- msgstr ""
475
-
476
- #: templates/admin/premium.php:436
477
- msgid ""
478
- "Moreover, if you want to give your users the chance to see in a glance how "
479
- "many products they have added to the Compare list, feel free to use the "
480
- "widget or the shortcode included. And their Compare list is always no more "
481
- "than one click away."
482
- msgstr ""
483
-
484
- #: templates/compare.php:77
485
- msgid "Close window [X]"
486
- msgstr "Закрыть окно [X]"
487
-
488
- #: templates/compare.php:107
489
- msgid "No products added in the compare table."
490
- msgstr "Нет товаров для сравнения."
491
-
492
- #: widgets/class.yith-woocompare-widget.php:23
493
- msgid "The widget shows the list of products added in the comparison table."
494
- msgstr "Виджет отображает список продуктов, добавленных для сравнения."
495
-
496
- #: widgets/class.yith-woocompare-widget.php:27
497
- msgid "YITH WooCommerce Compare Widget"
498
- msgstr "Виджет YITH WooCommerce Compare"
499
-
500
- #: widgets/class.yith-woocompare-widget.php:50
501
- msgid "Clear all"
502
- msgstr "Очистить"
503
-
504
- #. Plugin Name of the plugin/theme
505
- #, fuzzy
506
- msgid "YITH WooCommerce Compare"
507
- msgstr "Виджет YITH WooCommerce Compare"
508
-
509
- #. Plugin URI of the plugin/theme
510
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
511
- msgstr ""
512
-
513
- #. Description of the plugin/theme
514
- msgid ""
515
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
516
- "to compare in a simple and efficient way products on sale in your shop and "
517
- "analyze their main features in a single table. <a href=\"https://yithemes."
518
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
519
- "<strong>YITH</strong></a>."
520
- msgstr ""
521
-
522
- #. Author of the plugin/theme
523
- msgid "YITH"
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "https://yithemes.com/"
528
- msgstr ""
529
-
530
- #~ msgid "Plugin Documentation"
531
- #~ msgstr "Документация плагина"
532
-
533
- #~ msgid "WIDGET"
534
- #~ msgstr "ВИДЖЕТ"
535
-
536
- #~ msgid "Choose if you want to use a link or a button for the action button."
537
- #~ msgstr "Выберите, хотите ли вы использовать ссылку или кнопку при нажатии."
538
-
539
- #~ msgid "The widget show the list of products added in the compare table."
540
- #~ msgstr "Виджет отображает список продуктов, добавленных для сравнения."
541
-
542
- #~ msgid "YITH Woocommerce Compare Widget"
543
- #~ msgstr "Виджет YITH WooCommerce Compare"
544
-
545
- #~ msgid "Products Compare"
546
- #~ msgstr "Сравнение товаров"
547
-
548
- #~ msgid "Repeat \"Price\" field at the end of the table"
549
- #~ msgstr "Повторить поле «Цена» в конце таблицы"
550
-
551
- #~ msgid "Repeat \"Add to cart\" field at the end of the table"
552
- #~ msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
553
-
554
- #~ msgid "Select a date"
555
- #~ msgstr "Выберите дату"
556
-
557
- #~ msgid "Hours"
558
- #~ msgstr "Часы"
559
-
560
- #~ msgid "Minutes"
561
- #~ msgstr "Минуты"
562
-
563
- #~ msgid "Upload"
564
- #~ msgstr "Закачать"
565
-
566
- #~ msgid "px"
567
- #~ msgstr "px"
568
-
569
- #~ msgid "em"
570
- #~ msgstr "em"
571
-
572
- #~ msgid "pt"
573
- #~ msgstr "pt"
574
-
575
- #~ msgid "rem"
576
- #~ msgstr "rem"
577
-
578
- #~ msgid "Select a font family"
579
- #~ msgstr "Выберите шрифт"
580
-
581
- #~ msgid "Regular"
582
- #~ msgstr "Обычный"
583
-
584
- #~ msgid "Bold"
585
- #~ msgstr "Жирный"
586
-
587
- #~ msgid "Extra bold"
588
- #~ msgstr "Экстра жирный"
589
-
590
- #~ msgid "Italic"
591
- #~ msgstr "Наклонный"
592
-
593
- #~ msgid "Italic bold"
594
- #~ msgstr "Наклонный жирный"
595
-
596
- #~ msgid "Click to preview"
597
- #~ msgstr "Нажмите для просмотра"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
+ "Language: ru_RU\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
21
+
22
+ #: includes/class.yith-woocompare-admin.php:119
23
+ #: includes/class.yith-woocompare-admin.php:143
24
+ msgid "Settings"
25
+ msgstr "Настройки"
26
+
27
+ #: includes/class.yith-woocompare-admin.php:121
28
+ msgid "License"
29
+ msgstr ""
30
+
31
+ #: includes/class.yith-woocompare-admin.php:147
32
+ msgid "Premium Version"
33
+ msgstr "Премиум версия"
34
+
35
+ #: includes/class.yith-woocompare-admin.php:153
36
+ #, fuzzy
37
+ msgctxt "Admin Plugin Name"
38
+ msgid "WooCommerce Compare"
39
+ msgstr "Виджет YITH WooCommerce Compare"
40
+
41
+ #: includes/class.yith-woocompare-admin.php:154
42
+ #, fuzzy
43
+ msgctxt "Admin Plugin Name"
44
+ msgid "Compare"
45
+ msgstr "Сравнить"
46
+
47
+ #: includes/class.yith-woocompare-admin.php:243
48
+ msgid "YITH WooCommerce Compare Activated"
49
+ msgstr "Активировать YITH WooCommerce Compare"
50
+
51
+ #: includes/class.yith-woocompare-admin.php:244
52
+ msgid ""
53
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
54
+ "With this menu, you can access to all the settings of our plugins that you "
55
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
56
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
57
+ msgstr ""
58
+ "На вкладке YIT Plugin tab вы можете найти варианты сравнения YITH "
59
+ "WooCommerce. С помощью этого меню вы можете получить доступ ко всем "
60
+ "настройкам наших плагинов, которые вы активировали. YITH WooCommerce Compare "
61
+ "доступен в бесплатной версии и PREMIUM версии со множеством новых опций, <a "
62
+ "href=«%s»>discover it now</a>."
63
+
64
+ #: includes/class.yith-woocompare-admin.php:255
65
+ msgid "YITH WooCommerce Compare Updated"
66
+ msgstr "Обновить YITH WooCommerce Compare"
67
+
68
+ #: includes/class.yith-woocompare-admin.php:256
69
+ msgid ""
70
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
71
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
72
+ "the previous version. When one of our plugins is updated, a new voice will "
73
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
74
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
75
+ msgstr ""
76
+ "С этого момента вы можете найти все варианты YITH WooCommerce Compare во "
77
+ "вкладке YIT Plugin -> Compare вместо WooCommerce -> Настройки -> Сравнить, "
78
+ "как в предыдущей версии. Когда один из наших плагинов будет обновлен, в это "
79
+ "меню будет добавлена новая вкладка. YITH WooCommerce Compare был обновлен "
80
+ "новыми доступными вариантами, <a href=«%s»>discover the PREMIUM version.</a>"
81
+
82
+ #: includes/class.yith-woocompare-admin.php:400
83
+ msgid "Do you want to hard crop the image?"
84
+ msgstr "Вы хотите принудительно уменьшить изображение?"
85
+
86
+ #: includes/class.yith-woocompare-frontend.php:223
87
+ msgid "Added"
88
+ msgstr "Добавлено"
89
+
90
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
91
+ msgid "Product Comparison"
92
+ msgstr "Сравнение товаров"
93
+
94
+ #: includes/class.yith-woocompare-frontend.php:227
95
+ #: includes/class.yith-woocompare-frontend.php:505
96
+ #: plugin-options/general-options.php:40
97
+ #: widgets/class.yith-woocompare-widget.php:51
98
+ msgid "Compare"
99
+ msgstr "Сравнить"
100
+
101
+ #: includes/class.yith-woocompare-frontend.php:229
102
+ msgctxt "Label for popup close icon"
103
+ msgid "Close"
104
+ msgstr ""
105
+
106
+ #: includes/class.yith-woocompare-frontend.php:384
107
+ msgid "In stock"
108
+ msgstr "В наличии"
109
+
110
+ #: includes/class.yith-woocompare-frontend.php:696
111
+ msgid "No products to compare"
112
+ msgstr "Нет товаров для сравнения"
113
+
114
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
115
+ msgid "Remove"
116
+ msgstr "Удалить"
117
+
118
+ #: includes/class.yith-woocompare-helper.php:46
119
+ msgid "Image"
120
+ msgstr "Изображение"
121
+
122
+ #: includes/class.yith-woocompare-helper.php:47
123
+ #: widgets/class.yith-woocompare-widget.php:68
124
+ msgid "Title"
125
+ msgstr "Название"
126
+
127
+ #: includes/class.yith-woocompare-helper.php:48
128
+ msgid "Price"
129
+ msgstr "Цена"
130
+
131
+ #: includes/class.yith-woocompare-helper.php:49
132
+ msgid "Add to cart"
133
+ msgstr "Добавить в корзину"
134
+
135
+ #: includes/class.yith-woocompare-helper.php:50
136
+ msgid "Description"
137
+ msgstr "Описание"
138
+
139
+ #: includes/class.yith-woocompare-helper.php:51
140
+ msgid "Sku"
141
+ msgstr ""
142
+
143
+ #: includes/class.yith-woocompare-helper.php:52
144
+ msgid "Availability"
145
+ msgstr "Наличие"
146
+
147
+ #: includes/class.yith-woocompare-helper.php:53
148
+ msgid "Weight"
149
+ msgstr "Вес"
150
+
151
+ #: includes/class.yith-woocompare-helper.php:54
152
+ msgid "Dimensions"
153
+ msgstr "Размеры"
154
+
155
+ #: init.php:42
156
+ msgid ""
157
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
158
+ "WooCommerce in order to work."
159
+ msgstr ""
160
+ "YITH WooCommerce Compare включен, но не эффективен. Для работы требуется "
161
+ "WooCommerce."
162
+
163
+ #: init.php:50
164
+ msgid ""
165
+ "You can't activate the free version of YITH WooCommerce Compare while you "
166
+ "are using the premium one."
167
+ msgstr ""
168
+ "Вы не можете активировать бесплатную версию YITH WooCommerce Compare, в то "
169
+ "время как вы используете премиум-версию."
170
+
171
+ #: plugin-options/general-options.php:17
172
+ msgid "General Settings"
173
+ msgstr "Основные настройки"
174
+
175
+ #: plugin-options/general-options.php:24
176
+ msgid "Link or Button"
177
+ msgstr "Ссылка или Кнопка"
178
+
179
+ #: plugin-options/general-options.php:25
180
+ msgid "Choose if you want to use a link or a button for the comepare actions."
181
+ msgstr ""
182
+ "Выберите, если хотите использовать ссылку или кнопку для действия сравнения."
183
+
184
+ #: plugin-options/general-options.php:31
185
+ msgid "Link"
186
+ msgstr "Ссылка"
187
+
188
+ #: plugin-options/general-options.php:32
189
+ msgid "Button"
190
+ msgstr "Кнопка"
191
+
192
+ #: plugin-options/general-options.php:37
193
+ msgid "Link/Button text"
194
+ msgstr "Текст ссылки или кнопки"
195
+
196
+ #: plugin-options/general-options.php:38
197
+ msgid "Type the text to use for the button or the link of the compare."
198
+ msgstr ""
199
+ "Введите текст, который будет использоваться для кнопки или ссылки сравнения."
200
+
201
+ #: plugin-options/general-options.php:45
202
+ msgid "Show button in single product page"
203
+ msgstr "Показывать кнопку на странице товара"
204
+
205
+ #: plugin-options/general-options.php:46
206
+ msgid "Say if you want to show the button in the single product page."
207
+ msgstr "Отметьте, если хотите показывать кнопку на странице товара."
208
+
209
+ #: plugin-options/general-options.php:53
210
+ msgid "Show button in products list"
211
+ msgstr "Показывать кнопку в каталоге товаров"
212
+
213
+ #: plugin-options/general-options.php:54
214
+ msgid "Say if you want to show the button in the products list."
215
+ msgstr "Отметьте, если вы хотите показывать кнопку в каталоге товаров."
216
+
217
+ #: plugin-options/general-options.php:61
218
+ msgid "Open automatically lightbox"
219
+ msgstr "Автоматическое открытие всплывающего окна"
220
+
221
+ #: plugin-options/general-options.php:62
222
+ msgid "Open link after click into \"Compare\" button\"."
223
+ msgstr "Открыть ссылку после нажатия на кнопку «Сравнить»."
224
+
225
+ #: plugin-options/general-options.php:74
226
+ msgid "Table Settings"
227
+ msgstr "Настройки таблицы"
228
+
229
+ #: plugin-options/general-options.php:81
230
+ msgid "Table title"
231
+ msgstr "Название таблицы"
232
+
233
+ #: plugin-options/general-options.php:82
234
+ msgid "Type the text to use for the table title."
235
+ msgstr "Введите текст названия таблицы."
236
+
237
+ #: plugin-options/general-options.php:84 templates/compare.php:22
238
+ msgid "Compare products"
239
+ msgstr "Сравнение товаров"
240
+
241
+ #: plugin-options/general-options.php:89
242
+ msgid "Fields to show"
243
+ msgstr "Поля для показа"
244
+
245
+ #: plugin-options/general-options.php:90
246
+ msgid ""
247
+ "Select the fields to show in the comparison table and order them by "
248
+ "drag&drop (are included also the woocommerce attributes)"
249
+ msgstr ""
250
+ "Выберите поля, которые будут отображаться в таблице сравнения, и расставьте "
251
+ "их путем перетаскивания (включены также атрибуты woocommerce)"
252
+
253
+ #: plugin-options/general-options.php:97
254
+ msgid "Repeat \"Price\" field"
255
+ msgstr "Повторить поле «Цена» в конце таблицы"
256
+
257
+ #: plugin-options/general-options.php:98
258
+ msgid "Repeat the \"Price\" field at the end of the table"
259
+ msgstr "Повторить поле «Цена» в конце таблицы"
260
+
261
+ #: plugin-options/general-options.php:105
262
+ msgid "Repeat \"Add to cart\" field"
263
+ msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
264
+
265
+ #: plugin-options/general-options.php:106
266
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
267
+ msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
268
+
269
+ #: plugin-options/general-options.php:113
270
+ msgid "Image size"
271
+ msgstr "Размер изображения"
272
+
273
+ #: plugin-options/general-options.php:114
274
+ msgid "Set the size for the images"
275
+ msgstr "Задайте размер для изображений"
276
+
277
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
278
+ msgid ""
279
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
280
+ "benefit from all features!"
281
+ msgstr ""
282
+ "Воспользуйтесь %1$spremium version%2$s %1$sYITH WooCommerce Compare%2$s, "
283
+ "чтобы воспользоваться всеми функциями!"
284
+
285
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
286
+ msgid "UPGRADE"
287
+ msgstr "ОБНОВИТЬ"
288
+
289
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
290
+ msgid "to the premium version"
291
+ msgstr "до премиум версии"
292
+
293
+ #: templates/admin/premium.php:252
294
+ msgid "Premium Features"
295
+ msgstr "Премиум-функции"
296
+
297
+ #: templates/admin/premium.php:260
298
+ msgid "A DEDICATED PAGE"
299
+ msgstr "СТРАНИЦА ОПИСАНИЯ"
300
+
301
+ #: templates/admin/premium.php:263
302
+ msgid ""
303
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
304
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
305
+ "created automatically in your site and, adding it among the menu entries, "
306
+ "you will be able to give to your users the chance to access it easily "
307
+ "whenever they want."
308
+ msgstr ""
309
+ "Вы не хотите больше сравнивать свои продукты в модальном окне? %3$sС премиум-"
310
+ "версией %1$sYITH WooCommerce Compare%2$s, на вашем сайте автоматически будет "
311
+ "создана новая страница. Добавив ее среди других страниц, вы сможете дать "
312
+ "своим пользователям возможность легко получить доступ к ней, когда они этого "
313
+ "захотят."
314
+
315
+ #: templates/admin/premium.php:273
316
+ msgid "CATEGORY COMPARATION"
317
+ msgstr "СРАВНЕНИЕ КАТЕГОРИЙ"
318
+
319
+ #: templates/admin/premium.php:276
320
+ msgid ""
321
+ "People are often confused by finding products of different categories in the "
322
+ "comparison table, creating difficulties in comparing the products they are "
323
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
324
+ "need: you will be able to separate the products in the table by category "
325
+ "affinity."
326
+ msgstr ""
327
+ "Люди часто путаются, находя в таблице сравнений товары из разных категорий. "
328
+ "Возникают трудности в понимании сравнения. Для этого существует возможность "
329
+ "%1$s«Сравнение по категориям»%2$s, чтобы разделить товары в таблице по "
330
+ "категориям."
331
+
332
+ #: templates/admin/premium.php:292
333
+ msgid "CATEGORY EXCLUSION "
334
+ msgstr "ИСКЛЮЧЕНИЕ КАТЕГОРИЙ "
335
+
336
+ #: templates/admin/premium.php:295
337
+ msgid ""
338
+ "In your shop there may be product categories you don't want to be affected "
339
+ "by the plugin features, deleting the comparison button for them. The premium "
340
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
341
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
342
+ "of the feature, allowing the comparison only to those products of the "
343
+ "selected categories."
344
+ msgstr ""
345
+ "В вашем магазине могут быть категории продуктов, на которые вы не хотите "
346
+ "распространять функции плагина, удаляя для них кнопку сравнения. Премиум-"
347
+ "версия плагина также дает такую возможность.%3$s И еще больше! Активируйте "
348
+ "%1$s«Реверсивный список исключений»%2$s, вы также сможете инвертировать "
349
+ "поведение функции, позволяя сравнивать только продукты из выбранных "
350
+ "категорий."
351
+
352
+ #: templates/admin/premium.php:305
353
+ msgid "TABLE IMAGE"
354
+ msgstr "ИЗОБРАЖЕНИЕ ТАБЛИЦЫ"
355
+
356
+ #: templates/admin/premium.php:308
357
+ msgid ""
358
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
359
+ "Select an image, upload it from the option panel and show it ahead of the "
360
+ "table to your users. "
361
+ msgstr ""
362
+ "Сделайте личный вклад в %1$sтаблицу сравнения%2$s, которую увидят ваши "
363
+ "пользователи. Выберите изображение, загрузите его с панели параметров и "
364
+ "покажите его перед таблицей своим пользователям. "
365
+
366
+ #: templates/admin/premium.php:324
367
+ msgid "DYNAMIC FIELDS"
368
+ msgstr "АКТИВНЫЕ ПОЛЯ"
369
+
370
+ #: templates/admin/premium.php:327
371
+ msgid ""
372
+ "With this precious feature, you will be able to show in the table only the "
373
+ "fields that have information in at least one of the selected products."
374
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
375
+ "be no more empty lines in your comparison table."
376
+ msgstr ""
377
+ "С помощью этой замечательной функции вы сможете отображать в таблице только "
378
+ "поля, содержащие информацию, по крайней мере, в одном из выбранных продуктов."
379
+ "%3$s Включите %1$s«Активные поля атрибута»%2$s и в таблице сравнения не "
380
+ "будет пустых строк."
381
+
382
+ #: templates/admin/premium.php:337
383
+ msgid "SOCIAL NETWORK SHARING"
384
+ msgstr "ПОДЕЛИТЬСЯ В СОЦИАЛЬНЫХ СЕТЯХ"
385
+
386
+ #: templates/admin/premium.php:340
387
+ msgid ""
388
+ "One of the most appealing features of the premium version of the plugin.Four "
389
+ "social network sites for your users (Facebook, Twitter, Google + and "
390
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
391
+ "products they have selected."
392
+ msgstr ""
393
+ "Одна из самых привлекательных функций премиальной версии плагина. Для сайтов "
394
+ "социальных сетей ваших пользователей (Facebook, Twitter, Google + и "
395
+ "Pinterest) и система электронной почты%1$sподелиться%2$s таблицей сравнения "
396
+ "продуктов, которую ни выбрали."
397
+
398
+ #: templates/admin/premium.php:356
399
+ msgid "RELATED PRODUCTS"
400
+ msgstr "СОПУТСТВУЮЩИЕ ТОВАРЫ"
401
+
402
+ #: templates/admin/premium.php:359
403
+ msgid ""
404
+ "All the products that have common categories and/or tags with those in the "
405
+ "comparison table will be showed in a slider, right under the comparison "
406
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
407
+ "users to discover the shop products of the shop related to those they are "
408
+ "interested into."
409
+ msgstr ""
410
+ "Все товары, которые имеют общие категории и/или теги с товарами в таблице "
411
+ "сравнения, будут показаны в слайдере, прямо под сравнительной таблицей.%3$s "
412
+ "Полностью%1$s «удобный для использования» %2$sслайдер, из которого ваши "
413
+ "пользователи узнают о товарах в магазине, связанных с теми, которые их "
414
+ "интересуют."
415
+
416
+ #: templates/admin/premium.php:369
417
+ msgid "CUSTOMIZABLE STYLE"
418
+ msgstr "НАСТРАИВАЕМЫЙ СТИЛЬ"
419
+
420
+ #: templates/admin/premium.php:372
421
+ msgid ""
422
+ "An advanced option panel that let you change all the colors of the plugin, "
423
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
424
+ "of your shop.We know it, looks also count... and we give you the right tools "
425
+ "to get to the best result."
426
+ msgstr ""
427
+ "Расширенная панель параметров, позволяющая вам изменить все цвета плагина, "
428
+ "чтобы вы могли приспособить все свои элементы стилистически %1$sк макету%2$s "
429
+ "вашего магазина. Мы знаем что это важно, присматриваем за этим … и мы даем "
430
+ "вам нужные инструменты для достижения наилучшего результата."
431
+
432
+ #: templates/admin/premium.php:388
433
+ msgid "CUSTOMIZED ATTRIBUTES"
434
+ msgstr "НАСТРАИВАЕМЫЕ АТРИБУТЫ"
435
+
436
+ #: templates/admin/premium.php:391
437
+ msgid ""
438
+ "Let you users compare products following every feature, and considering also "
439
+ "all those %1$sattributes%2$s that can be manually created in within the "
440
+ "product detail page. Every single detail will be included."
441
+ msgstr ""
442
+ "Позвольте пользователям сравнивать продукты предметно и учитывать также все "
443
+ "%1$sатрибуты%2$s, которые могут быть созданы вручную на странице сведений о "
444
+ "продукте. Каждая деталь будет включена."
445
+
446
+ #: templates/admin/premium.php:401
447
+ msgid "A TAILORED TABLE"
448
+ msgstr "ТАБЛИЦА НА ЗАКАЗ"
449
+
450
+ #: templates/admin/premium.php:404
451
+ msgid ""
452
+ "Select the products you want to compare and the system will offer you the "
453
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
454
+ msgstr ""
455
+ "Выберите продукты, которые вы хотите сравнить, и система предложит вам "
456
+ "%1$sshortcode%2$s для создания таблицы сравнения. Просто, быстро и полезно."
457
+
458
+ #: templates/admin/premium.php:420
459
+ msgid "Compare list - widget"
460
+ msgstr ""
461
+
462
+ #: templates/admin/premium.php:423
463
+ msgid ""
464
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
465
+ "complete list of products added to the compare tab and avoid to open the "
466
+ "popup to check its existence. "
467
+ msgstr ""
468
+ "Благодаря виджеты YITH WooCommerce Compare, пользователи могут в любой "
469
+ "момент проверить полный список продуктов, добавленных на вкладку сравнения, "
470
+ "и не открывая всплывающее окно, видеть что они сравнивают. "
471
+
472
+ #: templates/admin/premium.php:433
473
+ msgid "Compare counter - widget and shortcode"
474
+ msgstr ""
475
+
476
+ #: templates/admin/premium.php:436
477
+ msgid ""
478
+ "Moreover, if you want to give your users the chance to see in a glance how "
479
+ "many products they have added to the Compare list, feel free to use the "
480
+ "widget or the shortcode included. And their Compare list is always no more "
481
+ "than one click away."
482
+ msgstr ""
483
+
484
+ #: templates/compare.php:77
485
+ msgid "Close window [X]"
486
+ msgstr "Закрыть окно [X]"
487
+
488
+ #: templates/compare.php:107
489
+ msgid "No products added in the compare table."
490
+ msgstr "Нет товаров для сравнения."
491
+
492
+ #: widgets/class.yith-woocompare-widget.php:23
493
+ msgid "The widget shows the list of products added in the comparison table."
494
+ msgstr "Виджет отображает список продуктов, добавленных для сравнения."
495
+
496
+ #: widgets/class.yith-woocompare-widget.php:27
497
+ msgid "YITH WooCommerce Compare Widget"
498
+ msgstr "Виджет YITH WooCommerce Compare"
499
+
500
+ #: widgets/class.yith-woocompare-widget.php:50
501
+ msgid "Clear all"
502
+ msgstr "Очистить"
503
+
504
+ #. Plugin Name of the plugin/theme
505
+ #, fuzzy
506
+ msgid "YITH WooCommerce Compare"
507
+ msgstr "Виджет YITH WooCommerce Compare"
508
+
509
+ #. Plugin URI of the plugin/theme
510
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
511
+ msgstr ""
512
+
513
+ #. Description of the plugin/theme
514
+ msgid ""
515
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
516
+ "to compare in a simple and efficient way products on sale in your shop and "
517
+ "analyze their main features in a single table. <a href=\"https://yithemes."
518
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
519
+ "<strong>YITH</strong></a>."
520
+ msgstr ""
521
+
522
+ #. Author of the plugin/theme
523
+ msgid "YITH"
524
+ msgstr ""
525
+
526
+ #. Author URI of the plugin/theme
527
+ msgid "https://yithemes.com/"
528
+ msgstr ""
529
+
530
+ #~ msgid "Plugin Documentation"
531
+ #~ msgstr "Документация плагина"
532
+
533
+ #~ msgid "WIDGET"
534
+ #~ msgstr "ВИДЖЕТ"
535
+
536
+ #~ msgid "Choose if you want to use a link or a button for the action button."
537
+ #~ msgstr "Выберите, хотите ли вы использовать ссылку или кнопку при нажатии."
538
+
539
+ #~ msgid "The widget show the list of products added in the compare table."
540
+ #~ msgstr "Виджет отображает список продуктов, добавленных для сравнения."
541
+
542
+ #~ msgid "YITH Woocommerce Compare Widget"
543
+ #~ msgstr "Виджет YITH WooCommerce Compare"
544
+
545
+ #~ msgid "Products Compare"
546
+ #~ msgstr "Сравнение товаров"
547
+
548
+ #~ msgid "Repeat \"Price\" field at the end of the table"
549
+ #~ msgstr "Повторить поле «Цена» в конце таблицы"
550
+
551
+ #~ msgid "Repeat \"Add to cart\" field at the end of the table"
552
+ #~ msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
553
+
554
+ #~ msgid "Select a date"
555
+ #~ msgstr "Выберите дату"
556
+
557
+ #~ msgid "Hours"
558
+ #~ msgstr "Часы"
559
+
560
+ #~ msgid "Minutes"
561
+ #~ msgstr "Минуты"
562
+
563
+ #~ msgid "Upload"
564
+ #~ msgstr "Закачать"
565
+
566
+ #~ msgid "px"
567
+ #~ msgstr "px"
568
+
569
+ #~ msgid "em"
570
+ #~ msgstr "em"
571
+
572
+ #~ msgid "pt"
573
+ #~ msgstr "pt"
574
+
575
+ #~ msgid "rem"
576
+ #~ msgstr "rem"
577
+
578
+ #~ msgid "Select a font family"
579
+ #~ msgstr "Выберите шрифт"
580
+
581
+ #~ msgid "Regular"
582
+ #~ msgstr "Обычный"
583
+
584
+ #~ msgid "Bold"
585
+ #~ msgstr "Жирный"
586
+
587
+ #~ msgid "Extra bold"
588
+ #~ msgstr "Экстра жирный"
589
+
590
+ #~ msgid "Italic"
591
+ #~ msgstr "Наклонный"
592
+
593
+ #~ msgid "Italic bold"
594
+ #~ msgstr "Наклонный жирный"
595
+
596
+ #~ msgid "Click to preview"
597
+ #~ msgstr "Нажмите для просмотра"
languages/yith-woocommerce-compare-sk_SK.po CHANGED
@@ -1,524 +1,524 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
- "Last-Translator: Jakub Novák <jakub.novak@hellephant.sk>\n"
8
- "Language-Team: Hellephant <jakub.novak@hellephant.sk>\n"
9
- "Language: sk\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
-
21
- #: includes/class.yith-woocompare-admin.php:119
22
- #: includes/class.yith-woocompare-admin.php:143
23
- msgid "Settings"
24
- msgstr ""
25
-
26
- #: includes/class.yith-woocompare-admin.php:121
27
- msgid "License"
28
- msgstr ""
29
-
30
- #: includes/class.yith-woocompare-admin.php:147
31
- msgid "Premium Version"
32
- msgstr ""
33
-
34
- #: includes/class.yith-woocompare-admin.php:153
35
- #, fuzzy
36
- msgctxt "Admin Plugin Name"
37
- msgid "WooCommerce Compare"
38
- msgstr "YITH Woocommerce Compare Widget"
39
-
40
- #: includes/class.yith-woocompare-admin.php:154
41
- #, fuzzy
42
- msgctxt "Admin Plugin Name"
43
- msgid "Compare"
44
- msgstr "Porovnať"
45
-
46
- #: includes/class.yith-woocompare-admin.php:243
47
- msgid "YITH WooCommerce Compare Activated"
48
- msgstr ""
49
-
50
- #: includes/class.yith-woocompare-admin.php:244
51
- msgid ""
52
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
- "With this menu, you can access to all the settings of our plugins that you "
54
- "have activated. YITH WooCommerce Compare is available in an outstanding "
55
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
- msgstr ""
57
-
58
- #: includes/class.yith-woocompare-admin.php:255
59
- msgid "YITH WooCommerce Compare Updated"
60
- msgstr ""
61
-
62
- #: includes/class.yith-woocompare-admin.php:256
63
- msgid ""
64
- "From now on, you can find all the options of YITH WooCommerce Compare under "
65
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
66
- "the previous version. When one of our plugins is updated, a new voice will "
67
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
68
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
69
- msgstr ""
70
-
71
- #: includes/class.yith-woocompare-admin.php:400
72
- msgid "Do you want to hard crop the image?"
73
- msgstr ""
74
-
75
- #: includes/class.yith-woocompare-frontend.php:223
76
- msgid "Added"
77
- msgstr "Pridané"
78
-
79
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
80
- msgid "Product Comparison"
81
- msgstr "Porovnanie produktov"
82
-
83
- #: includes/class.yith-woocompare-frontend.php:227
84
- #: includes/class.yith-woocompare-frontend.php:505
85
- #: plugin-options/general-options.php:40
86
- #: widgets/class.yith-woocompare-widget.php:51
87
- msgid "Compare"
88
- msgstr "Porovnať"
89
-
90
- #: includes/class.yith-woocompare-frontend.php:229
91
- msgctxt "Label for popup close icon"
92
- msgid "Close"
93
- msgstr ""
94
-
95
- #: includes/class.yith-woocompare-frontend.php:384
96
- msgid "In stock"
97
- msgstr "Na sklade"
98
-
99
- #: includes/class.yith-woocompare-frontend.php:696
100
- msgid "No products to compare"
101
- msgstr "Nie sú produkty na porovnanie"
102
-
103
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
104
- msgid "Remove"
105
- msgstr "Odobrať"
106
-
107
- #: includes/class.yith-woocompare-helper.php:46
108
- msgid "Image"
109
- msgstr "Obrázok"
110
-
111
- #: includes/class.yith-woocompare-helper.php:47
112
- #: widgets/class.yith-woocompare-widget.php:68
113
- msgid "Title"
114
- msgstr "Titulok"
115
-
116
- #: includes/class.yith-woocompare-helper.php:48
117
- msgid "Price"
118
- msgstr "Cena"
119
-
120
- #: includes/class.yith-woocompare-helper.php:49
121
- msgid "Add to cart"
122
- msgstr "Pridať do košíka"
123
-
124
- #: includes/class.yith-woocompare-helper.php:50
125
- msgid "Description"
126
- msgstr "Popis"
127
-
128
- #: includes/class.yith-woocompare-helper.php:51
129
- msgid "Sku"
130
- msgstr ""
131
-
132
- #: includes/class.yith-woocompare-helper.php:52
133
- msgid "Availability"
134
- msgstr "Dostupnosť"
135
-
136
- #: includes/class.yith-woocompare-helper.php:53
137
- msgid "Weight"
138
- msgstr ""
139
-
140
- #: includes/class.yith-woocompare-helper.php:54
141
- msgid "Dimensions"
142
- msgstr ""
143
-
144
- #: init.php:42
145
- msgid ""
146
- "YITH WooCommerce Compare is enabled but not effective. It requires "
147
- "WooCommerce in order to work."
148
- msgstr ""
149
-
150
- #: init.php:50
151
- msgid ""
152
- "You can't activate the free version of YITH WooCommerce Compare while you "
153
- "are using the premium one."
154
- msgstr ""
155
-
156
- #: plugin-options/general-options.php:17
157
- msgid "General Settings"
158
- msgstr "Všeobecné nastavenia"
159
-
160
- #: plugin-options/general-options.php:24
161
- msgid "Link or Button"
162
- msgstr "Odkaz alebo tlačidlo"
163
-
164
- #: plugin-options/general-options.php:25
165
- #, fuzzy
166
- msgid "Choose if you want to use a link or a button for the comepare actions."
167
- msgstr "Vyberte si či chcete ku vyvolaniu akcie používať odkaz alebo tlačidlo."
168
-
169
- #: plugin-options/general-options.php:31
170
- msgid "Link"
171
- msgstr "Odkaz"
172
-
173
- #: plugin-options/general-options.php:32
174
- msgid "Button"
175
- msgstr "Tlačidlo"
176
-
177
- #: plugin-options/general-options.php:37
178
- msgid "Link/Button text"
179
- msgstr "Odkaz/Text tlačidla"
180
-
181
- #: plugin-options/general-options.php:38
182
- msgid "Type the text to use for the button or the link of the compare."
183
- msgstr "Zadajte text tlačidla alebo odkazu na porovnanie."
184
-
185
- #: plugin-options/general-options.php:45
186
- msgid "Show button in single product page"
187
- msgstr "Zobraziť tlačidlo na produktovej stránke."
188
-
189
- #: plugin-options/general-options.php:46
190
- msgid "Say if you want to show the button in the single product page."
191
- msgstr "Rozhodnite sa či chcete zobrazovať tlačidlo na produktovej stránke."
192
-
193
- #: plugin-options/general-options.php:53
194
- msgid "Show button in products list"
195
- msgstr "Zobraziť tlačidlo v zozname produktov."
196
-
197
- #: plugin-options/general-options.php:54
198
- msgid "Say if you want to show the button in the products list."
199
- msgstr "Rozhodnite sa či chcete zobrazovať tlačidlo v zozname produktov"
200
-
201
- #: plugin-options/general-options.php:61
202
- msgid "Open automatically lightbox"
203
- msgstr "Otvoriť lightbox autmaticky."
204
-
205
- #: plugin-options/general-options.php:62
206
- msgid "Open link after click into \"Compare\" button\"."
207
- msgstr "Otvoriť odkaz po kliknuťí na \"Porovnať\" tlačidlo\"."
208
-
209
- #: plugin-options/general-options.php:74
210
- msgid "Table Settings"
211
- msgstr "Nastavenie tabuľky"
212
-
213
- #: plugin-options/general-options.php:81
214
- msgid "Table title"
215
- msgstr "Titulok tabuľky"
216
-
217
- #: plugin-options/general-options.php:82
218
- msgid "Type the text to use for the table title."
219
- msgstr "Napíšte text pre titulok tabuľky"
220
-
221
- #: plugin-options/general-options.php:84 templates/compare.php:22
222
- msgid "Compare products"
223
- msgstr "Porovnať produkty"
224
-
225
- #: plugin-options/general-options.php:89
226
- msgid "Fields to show"
227
- msgstr "Zobraziť polia"
228
-
229
- #: plugin-options/general-options.php:90
230
- msgid ""
231
- "Select the fields to show in the comparison table and order them by "
232
- "drag&drop (are included also the woocommerce attributes)"
233
- msgstr ""
234
- "Vyberte polia na zobrazenie v porovnávacej tabuľke a zoraďte ich pomocou "
235
- "drag&drop (zahrnuté vo woocommerce atribútoch)"
236
-
237
- #: plugin-options/general-options.php:97
238
- msgid "Repeat \"Price\" field"
239
- msgstr ""
240
-
241
- #: plugin-options/general-options.php:98
242
- msgid "Repeat the \"Price\" field at the end of the table"
243
- msgstr ""
244
-
245
- #: plugin-options/general-options.php:105
246
- msgid "Repeat \"Add to cart\" field"
247
- msgstr ""
248
-
249
- #: plugin-options/general-options.php:106
250
- msgid "Repeat the \"Add to cart\" field at the end of the table"
251
- msgstr ""
252
-
253
- #: plugin-options/general-options.php:113
254
- msgid "Image size"
255
- msgstr "Rozmer obrázka"
256
-
257
- #: plugin-options/general-options.php:114
258
- msgid "Set the size for the images"
259
- msgstr "Nastaviť rozmer pre obrázky"
260
-
261
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
262
- msgid ""
263
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
264
- "benefit from all features!"
265
- msgstr ""
266
-
267
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
268
- msgid "UPGRADE"
269
- msgstr ""
270
-
271
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
272
- msgid "to the premium version"
273
- msgstr ""
274
-
275
- #: templates/admin/premium.php:252
276
- msgid "Premium Features"
277
- msgstr ""
278
-
279
- #: templates/admin/premium.php:260
280
- msgid "A DEDICATED PAGE"
281
- msgstr ""
282
-
283
- #: templates/admin/premium.php:263
284
- msgid ""
285
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
286
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
287
- "created automatically in your site and, adding it among the menu entries, "
288
- "you will be able to give to your users the chance to access it easily "
289
- "whenever they want."
290
- msgstr ""
291
-
292
- #: templates/admin/premium.php:273
293
- msgid "CATEGORY COMPARATION"
294
- msgstr ""
295
-
296
- #: templates/admin/premium.php:276
297
- msgid ""
298
- "People are often confused by finding products of different categories in the "
299
- "comparison table, creating difficulties in comparing the products they are "
300
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
301
- "need: you will be able to separate the products in the table by category "
302
- "affinity."
303
- msgstr ""
304
-
305
- #: templates/admin/premium.php:292
306
- msgid "CATEGORY EXCLUSION "
307
- msgstr ""
308
-
309
- #: templates/admin/premium.php:295
310
- msgid ""
311
- "In your shop there may be product categories you don't want to be affected "
312
- "by the plugin features, deleting the comparison button for them. The premium "
313
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
314
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
315
- "of the feature, allowing the comparison only to those products of the "
316
- "selected categories."
317
- msgstr ""
318
-
319
- #: templates/admin/premium.php:305
320
- msgid "TABLE IMAGE"
321
- msgstr ""
322
-
323
- #: templates/admin/premium.php:308
324
- msgid ""
325
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
326
- "Select an image, upload it from the option panel and show it ahead of the "
327
- "table to your users. "
328
- msgstr ""
329
-
330
- #: templates/admin/premium.php:324
331
- msgid "DYNAMIC FIELDS"
332
- msgstr ""
333
-
334
- #: templates/admin/premium.php:327
335
- msgid ""
336
- "With this precious feature, you will be able to show in the table only the "
337
- "fields that have information in at least one of the selected products."
338
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
339
- "be no more empty lines in your comparison table."
340
- msgstr ""
341
-
342
- #: templates/admin/premium.php:337
343
- msgid "SOCIAL NETWORK SHARING"
344
- msgstr ""
345
-
346
- #: templates/admin/premium.php:340
347
- msgid ""
348
- "One of the most appealing features of the premium version of the plugin.Four "
349
- "social network sites for your users (Facebook, Twitter, Google + and "
350
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
351
- "products they have selected."
352
- msgstr ""
353
-
354
- #: templates/admin/premium.php:356
355
- msgid "RELATED PRODUCTS"
356
- msgstr ""
357
-
358
- #: templates/admin/premium.php:359
359
- msgid ""
360
- "All the products that have common categories and/or tags with those in the "
361
- "comparison table will be showed in a slider, right under the comparison "
362
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
363
- "users to discover the shop products of the shop related to those they are "
364
- "interested into."
365
- msgstr ""
366
-
367
- #: templates/admin/premium.php:369
368
- msgid "CUSTOMIZABLE STYLE"
369
- msgstr ""
370
-
371
- #: templates/admin/premium.php:372
372
- msgid ""
373
- "An advanced option panel that let you change all the colors of the plugin, "
374
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
375
- "of your shop.We know it, looks also count... and we give you the right tools "
376
- "to get to the best result."
377
- msgstr ""
378
-
379
- #: templates/admin/premium.php:388
380
- msgid "CUSTOMIZED ATTRIBUTES"
381
- msgstr ""
382
-
383
- #: templates/admin/premium.php:391
384
- msgid ""
385
- "Let you users compare products following every feature, and considering also "
386
- "all those %1$sattributes%2$s that can be manually created in within the "
387
- "product detail page. Every single detail will be included."
388
- msgstr ""
389
-
390
- #: templates/admin/premium.php:401
391
- msgid "A TAILORED TABLE"
392
- msgstr ""
393
-
394
- #: templates/admin/premium.php:404
395
- msgid ""
396
- "Select the products you want to compare and the system will offer you the "
397
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
398
- msgstr ""
399
-
400
- #: templates/admin/premium.php:420
401
- msgid "Compare list - widget"
402
- msgstr ""
403
-
404
- #: templates/admin/premium.php:423
405
- msgid ""
406
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
407
- "complete list of products added to the compare tab and avoid to open the "
408
- "popup to check its existence. "
409
- msgstr ""
410
-
411
- #: templates/admin/premium.php:433
412
- msgid "Compare counter - widget and shortcode"
413
- msgstr ""
414
-
415
- #: templates/admin/premium.php:436
416
- msgid ""
417
- "Moreover, if you want to give your users the chance to see in a glance how "
418
- "many products they have added to the Compare list, feel free to use the "
419
- "widget or the shortcode included. And their Compare list is always no more "
420
- "than one click away."
421
- msgstr ""
422
-
423
- #: templates/compare.php:77
424
- msgid "Close window [X]"
425
- msgstr "Zavrieť okno [X]"
426
-
427
- #: templates/compare.php:107
428
- msgid "No products added in the compare table."
429
- msgstr "Neboli vybrané produkty do porovnávacej tabuľky."
430
-
431
- #: widgets/class.yith-woocompare-widget.php:23
432
- msgid "The widget shows the list of products added in the comparison table."
433
- msgstr ""
434
-
435
- #: widgets/class.yith-woocompare-widget.php:27
436
- msgid "YITH WooCommerce Compare Widget"
437
- msgstr ""
438
-
439
- #: widgets/class.yith-woocompare-widget.php:50
440
- msgid "Clear all"
441
- msgstr "Vyprázdniť všetko"
442
-
443
- #. Plugin Name of the plugin/theme
444
- #, fuzzy
445
- msgid "YITH WooCommerce Compare"
446
- msgstr "YITH Woocommerce Compare Widget"
447
-
448
- #. Plugin URI of the plugin/theme
449
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
450
- msgstr ""
451
-
452
- #. Description of the plugin/theme
453
- msgid ""
454
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
455
- "to compare in a simple and efficient way products on sale in your shop and "
456
- "analyze their main features in a single table. <a href=\"https://yithemes."
457
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
458
- "<strong>YITH</strong></a>."
459
- msgstr ""
460
-
461
- #. Author of the plugin/theme
462
- msgid "YITH"
463
- msgstr ""
464
-
465
- #. Author URI of the plugin/theme
466
- msgid "https://yithemes.com/"
467
- msgstr ""
468
-
469
- #~ msgid "The widget show the list of products added in the compare table."
470
- #~ msgstr "Wiget ukazuje zoznam produktov pridaných do porovnávacej tabuľky."
471
-
472
- #~ msgid "Upload"
473
- #~ msgstr "Upload"
474
-
475
- #~ msgid "px"
476
- #~ msgstr "px"
477
-
478
- #~ msgid "em"
479
- #~ msgstr "em"
480
-
481
- #~ msgid "pt"
482
- #~ msgstr "pt"
483
-
484
- #~ msgid "rem"
485
- #~ msgstr "rem"
486
-
487
- #~ msgid "Regular"
488
- #~ msgstr "Regular"
489
-
490
- #~ msgid "Bold"
491
- #~ msgstr "Bold"
492
-
493
- #~ msgid "Extra bold"
494
- #~ msgstr "Extra bold"
495
-
496
- #~ msgid "Italic"
497
- #~ msgstr "Italic"
498
-
499
- #~ msgid "Italic bold"
500
- #~ msgstr "Italic bold"
501
-
502
- #~ msgid "Products Compare"
503
- #~ msgstr "Porovnanie produktov"
504
-
505
- #~ msgid "Repeat \"Price\" field at the end of the table"
506
- #~ msgstr "Opakovať pole \"Cena\" na konci tabuľky"
507
-
508
- #~ msgid "Repeat \"Add to cart\" field at the end of the table"
509
- #~ msgstr "Opakovať pole \"Vložiť do košíka\" na konci tabuľky"
510
-
511
- #~ msgid "Select a date"
512
- #~ msgstr "Vybrať data"
513
-
514
- #~ msgid "Hours"
515
- #~ msgstr "Hodiny"
516
-
517
- #~ msgid "Minutes"
518
- #~ msgstr "Minúty"
519
-
520
- #~ msgid "Select a font family"
521
- #~ msgstr "Vybrať font"
522
-
523
- #~ msgid "Click to preview"
524
- #~ msgstr "Kliknite pre náhľad"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
+ "Last-Translator: Jakub Novák <jakub.novak@hellephant.sk>\n"
8
+ "Language-Team: Hellephant <jakub.novak@hellephant.sk>\n"
9
+ "Language: sk\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
+
21
+ #: includes/class.yith-woocompare-admin.php:119
22
+ #: includes/class.yith-woocompare-admin.php:143
23
+ msgid "Settings"
24
+ msgstr ""
25
+
26
+ #: includes/class.yith-woocompare-admin.php:121
27
+ msgid "License"
28
+ msgstr ""
29
+
30
+ #: includes/class.yith-woocompare-admin.php:147
31
+ msgid "Premium Version"
32
+ msgstr ""
33
+
34
+ #: includes/class.yith-woocompare-admin.php:153
35
+ #, fuzzy
36
+ msgctxt "Admin Plugin Name"
37
+ msgid "WooCommerce Compare"
38
+ msgstr "YITH Woocommerce Compare Widget"
39
+
40
+ #: includes/class.yith-woocompare-admin.php:154
41
+ #, fuzzy
42
+ msgctxt "Admin Plugin Name"
43
+ msgid "Compare"
44
+ msgstr "Porovnať"
45
+
46
+ #: includes/class.yith-woocompare-admin.php:243
47
+ msgid "YITH WooCommerce Compare Activated"
48
+ msgstr ""
49
+
50
+ #: includes/class.yith-woocompare-admin.php:244
51
+ msgid ""
52
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
+ "With this menu, you can access to all the settings of our plugins that you "
54
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
55
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
+ msgstr ""
57
+
58
+ #: includes/class.yith-woocompare-admin.php:255
59
+ msgid "YITH WooCommerce Compare Updated"
60
+ msgstr ""
61
+
62
+ #: includes/class.yith-woocompare-admin.php:256
63
+ msgid ""
64
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
65
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
66
+ "the previous version. When one of our plugins is updated, a new voice will "
67
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
68
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
69
+ msgstr ""
70
+
71
+ #: includes/class.yith-woocompare-admin.php:400
72
+ msgid "Do you want to hard crop the image?"
73
+ msgstr ""
74
+
75
+ #: includes/class.yith-woocompare-frontend.php:223
76
+ msgid "Added"
77
+ msgstr "Pridané"
78
+
79
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
80
+ msgid "Product Comparison"
81
+ msgstr "Porovnanie produktov"
82
+
83
+ #: includes/class.yith-woocompare-frontend.php:227
84
+ #: includes/class.yith-woocompare-frontend.php:505
85
+ #: plugin-options/general-options.php:40
86
+ #: widgets/class.yith-woocompare-widget.php:51
87
+ msgid "Compare"
88
+ msgstr "Porovnať"
89
+
90
+ #: includes/class.yith-woocompare-frontend.php:229
91
+ msgctxt "Label for popup close icon"
92
+ msgid "Close"
93
+ msgstr ""
94
+
95
+ #: includes/class.yith-woocompare-frontend.php:384
96
+ msgid "In stock"
97
+ msgstr "Na sklade"
98
+
99
+ #: includes/class.yith-woocompare-frontend.php:696
100
+ msgid "No products to compare"
101
+ msgstr "Nie sú produkty na porovnanie"
102
+
103
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
104
+ msgid "Remove"
105
+ msgstr "Odobrať"
106
+
107
+ #: includes/class.yith-woocompare-helper.php:46
108
+ msgid "Image"
109
+ msgstr "Obrázok"
110
+
111
+ #: includes/class.yith-woocompare-helper.php:47
112
+ #: widgets/class.yith-woocompare-widget.php:68
113
+ msgid "Title"
114
+ msgstr "Titulok"
115
+
116
+ #: includes/class.yith-woocompare-helper.php:48
117
+ msgid "Price"
118
+ msgstr "Cena"
119
+
120
+ #: includes/class.yith-woocompare-helper.php:49
121
+ msgid "Add to cart"
122
+ msgstr "Pridať do košíka"
123
+
124
+ #: includes/class.yith-woocompare-helper.php:50
125
+ msgid "Description"
126
+ msgstr "Popis"
127
+
128
+ #: includes/class.yith-woocompare-helper.php:51
129
+ msgid "Sku"
130
+ msgstr ""
131
+
132
+ #: includes/class.yith-woocompare-helper.php:52
133
+ msgid "Availability"
134
+ msgstr "Dostupnosť"
135
+
136
+ #: includes/class.yith-woocompare-helper.php:53
137
+ msgid "Weight"
138
+ msgstr ""
139
+
140
+ #: includes/class.yith-woocompare-helper.php:54
141
+ msgid "Dimensions"
142
+ msgstr ""
143
+
144
+ #: init.php:42
145
+ msgid ""
146
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
147
+ "WooCommerce in order to work."
148
+ msgstr ""
149
+
150
+ #: init.php:50
151
+ msgid ""
152
+ "You can't activate the free version of YITH WooCommerce Compare while you "
153
+ "are using the premium one."
154
+ msgstr ""
155
+
156
+ #: plugin-options/general-options.php:17
157
+ msgid "General Settings"
158
+ msgstr "Všeobecné nastavenia"
159
+
160
+ #: plugin-options/general-options.php:24
161
+ msgid "Link or Button"
162
+ msgstr "Odkaz alebo tlačidlo"
163
+
164
+ #: plugin-options/general-options.php:25
165
+ #, fuzzy
166
+ msgid "Choose if you want to use a link or a button for the comepare actions."
167
+ msgstr "Vyberte si či chcete ku vyvolaniu akcie používať odkaz alebo tlačidlo."
168
+
169
+ #: plugin-options/general-options.php:31
170
+ msgid "Link"
171
+ msgstr "Odkaz"
172
+
173
+ #: plugin-options/general-options.php:32
174
+ msgid "Button"
175
+ msgstr "Tlačidlo"
176
+
177
+ #: plugin-options/general-options.php:37
178
+ msgid "Link/Button text"
179
+ msgstr "Odkaz/Text tlačidla"
180
+
181
+ #: plugin-options/general-options.php:38
182
+ msgid "Type the text to use for the button or the link of the compare."
183
+ msgstr "Zadajte text tlačidla alebo odkazu na porovnanie."
184
+
185
+ #: plugin-options/general-options.php:45
186
+ msgid "Show button in single product page"
187
+ msgstr "Zobraziť tlačidlo na produktovej stránke."
188
+
189
+ #: plugin-options/general-options.php:46
190
+ msgid "Say if you want to show the button in the single product page."
191
+ msgstr "Rozhodnite sa či chcete zobrazovať tlačidlo na produktovej stránke."
192
+
193
+ #: plugin-options/general-options.php:53
194
+ msgid "Show button in products list"
195
+ msgstr "Zobraziť tlačidlo v zozname produktov."
196
+
197
+ #: plugin-options/general-options.php:54
198
+ msgid "Say if you want to show the button in the products list."
199
+ msgstr "Rozhodnite sa či chcete zobrazovať tlačidlo v zozname produktov"
200
+
201
+ #: plugin-options/general-options.php:61
202
+ msgid "Open automatically lightbox"
203
+ msgstr "Otvoriť lightbox autmaticky."
204
+
205
+ #: plugin-options/general-options.php:62
206
+ msgid "Open link after click into \"Compare\" button\"."
207
+ msgstr "Otvoriť odkaz po kliknuťí na \"Porovnať\" tlačidlo\"."
208
+
209
+ #: plugin-options/general-options.php:74
210
+ msgid "Table Settings"
211
+ msgstr "Nastavenie tabuľky"
212
+
213
+ #: plugin-options/general-options.php:81
214
+ msgid "Table title"
215
+ msgstr "Titulok tabuľky"
216
+
217
+ #: plugin-options/general-options.php:82
218
+ msgid "Type the text to use for the table title."
219
+ msgstr "Napíšte text pre titulok tabuľky"
220
+
221
+ #: plugin-options/general-options.php:84 templates/compare.php:22
222
+ msgid "Compare products"
223
+ msgstr "Porovnať produkty"
224
+
225
+ #: plugin-options/general-options.php:89
226
+ msgid "Fields to show"
227
+ msgstr "Zobraziť polia"
228
+
229
+ #: plugin-options/general-options.php:90
230
+ msgid ""
231
+ "Select the fields to show in the comparison table and order them by "
232
+ "drag&drop (are included also the woocommerce attributes)"
233
+ msgstr ""
234
+ "Vyberte polia na zobrazenie v porovnávacej tabuľke a zoraďte ich pomocou "
235
+ "drag&drop (zahrnuté vo woocommerce atribútoch)"
236
+
237
+ #: plugin-options/general-options.php:97
238
+ msgid "Repeat \"Price\" field"
239
+ msgstr ""
240
+
241
+ #: plugin-options/general-options.php:98
242
+ msgid "Repeat the \"Price\" field at the end of the table"
243
+ msgstr ""
244
+
245
+ #: plugin-options/general-options.php:105
246
+ msgid "Repeat \"Add to cart\" field"
247
+ msgstr ""
248
+
249
+ #: plugin-options/general-options.php:106
250
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
251
+ msgstr ""
252
+
253
+ #: plugin-options/general-options.php:113
254
+ msgid "Image size"
255
+ msgstr "Rozmer obrázka"
256
+
257
+ #: plugin-options/general-options.php:114
258
+ msgid "Set the size for the images"
259
+ msgstr "Nastaviť rozmer pre obrázky"
260
+
261
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
262
+ msgid ""
263
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
264
+ "benefit from all features!"
265
+ msgstr ""
266
+
267
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
268
+ msgid "UPGRADE"
269
+ msgstr ""
270
+
271
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
272
+ msgid "to the premium version"
273
+ msgstr ""
274
+
275
+ #: templates/admin/premium.php:252
276
+ msgid "Premium Features"
277
+ msgstr ""
278
+
279
+ #: templates/admin/premium.php:260
280
+ msgid "A DEDICATED PAGE"
281
+ msgstr ""
282
+
283
+ #: templates/admin/premium.php:263
284
+ msgid ""
285
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
286
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
287
+ "created automatically in your site and, adding it among the menu entries, "
288
+ "you will be able to give to your users the chance to access it easily "
289
+ "whenever they want."
290
+ msgstr ""
291
+
292
+ #: templates/admin/premium.php:273
293
+ msgid "CATEGORY COMPARATION"
294
+ msgstr ""
295
+
296
+ #: templates/admin/premium.php:276
297
+ msgid ""
298
+ "People are often confused by finding products of different categories in the "
299
+ "comparison table, creating difficulties in comparing the products they are "
300
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
301
+ "need: you will be able to separate the products in the table by category "
302
+ "affinity."
303
+ msgstr ""
304
+
305
+ #: templates/admin/premium.php:292
306
+ msgid "CATEGORY EXCLUSION "
307
+ msgstr ""
308
+
309
+ #: templates/admin/premium.php:295
310
+ msgid ""
311
+ "In your shop there may be product categories you don't want to be affected "
312
+ "by the plugin features, deleting the comparison button for them. The premium "
313
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
314
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
315
+ "of the feature, allowing the comparison only to those products of the "
316
+ "selected categories."
317
+ msgstr ""
318
+
319
+ #: templates/admin/premium.php:305
320
+ msgid "TABLE IMAGE"
321
+ msgstr ""
322
+
323
+ #: templates/admin/premium.php:308
324
+ msgid ""
325
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
326
+ "Select an image, upload it from the option panel and show it ahead of the "
327
+ "table to your users. "
328
+ msgstr ""
329
+
330
+ #: templates/admin/premium.php:324
331
+ msgid "DYNAMIC FIELDS"
332
+ msgstr ""
333
+
334
+ #: templates/admin/premium.php:327
335
+ msgid ""
336
+ "With this precious feature, you will be able to show in the table only the "
337
+ "fields that have information in at least one of the selected products."
338
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
339
+ "be no more empty lines in your comparison table."
340
+ msgstr ""
341
+
342
+ #: templates/admin/premium.php:337
343
+ msgid "SOCIAL NETWORK SHARING"
344
+ msgstr ""
345
+
346
+ #: templates/admin/premium.php:340
347
+ msgid ""
348
+ "One of the most appealing features of the premium version of the plugin.Four "
349
+ "social network sites for your users (Facebook, Twitter, Google + and "
350
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
351
+ "products they have selected."
352
+ msgstr ""
353
+
354
+ #: templates/admin/premium.php:356
355
+ msgid "RELATED PRODUCTS"
356
+ msgstr ""
357
+
358
+ #: templates/admin/premium.php:359
359
+ msgid ""
360
+ "All the products that have common categories and/or tags with those in the "
361
+ "comparison table will be showed in a slider, right under the comparison "
362
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
363
+ "users to discover the shop products of the shop related to those they are "
364
+ "interested into."
365
+ msgstr ""
366
+
367
+ #: templates/admin/premium.php:369
368
+ msgid "CUSTOMIZABLE STYLE"
369
+ msgstr ""
370
+
371
+ #: templates/admin/premium.php:372
372
+ msgid ""
373
+ "An advanced option panel that let you change all the colors of the plugin, "
374
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
375
+ "of your shop.We know it, looks also count... and we give you the right tools "
376
+ "to get to the best result."
377
+ msgstr ""
378
+
379
+ #: templates/admin/premium.php:388
380
+ msgid "CUSTOMIZED ATTRIBUTES"
381
+ msgstr ""
382
+
383
+ #: templates/admin/premium.php:391
384
+ msgid ""
385
+ "Let you users compare products following every feature, and considering also "
386
+ "all those %1$sattributes%2$s that can be manually created in within the "
387
+ "product detail page. Every single detail will be included."
388
+ msgstr ""
389
+
390
+ #: templates/admin/premium.php:401
391
+ msgid "A TAILORED TABLE"
392
+ msgstr ""
393
+
394
+ #: templates/admin/premium.php:404
395
+ msgid ""
396
+ "Select the products you want to compare and the system will offer you the "
397
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
398
+ msgstr ""
399
+
400
+ #: templates/admin/premium.php:420
401
+ msgid "Compare list - widget"
402
+ msgstr ""
403
+
404
+ #: templates/admin/premium.php:423
405
+ msgid ""
406
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
407
+ "complete list of products added to the compare tab and avoid to open the "
408
+ "popup to check its existence. "
409
+ msgstr ""
410
+
411
+ #: templates/admin/premium.php:433
412
+ msgid "Compare counter - widget and shortcode"
413
+ msgstr ""
414
+
415
+ #: templates/admin/premium.php:436
416
+ msgid ""
417
+ "Moreover, if you want to give your users the chance to see in a glance how "
418
+ "many products they have added to the Compare list, feel free to use the "
419
+ "widget or the shortcode included. And their Compare list is always no more "
420
+ "than one click away."
421
+ msgstr ""
422
+
423
+ #: templates/compare.php:77
424
+ msgid "Close window [X]"
425
+ msgstr "Zavrieť okno [X]"
426
+
427
+ #: templates/compare.php:107
428
+ msgid "No products added in the compare table."
429
+ msgstr "Neboli vybrané produkty do porovnávacej tabuľky."
430
+
431
+ #: widgets/class.yith-woocompare-widget.php:23
432
+ msgid "The widget shows the list of products added in the comparison table."
433
+ msgstr ""
434
+
435
+ #: widgets/class.yith-woocompare-widget.php:27
436
+ msgid "YITH WooCommerce Compare Widget"
437
+ msgstr ""
438
+
439
+ #: widgets/class.yith-woocompare-widget.php:50
440
+ msgid "Clear all"
441
+ msgstr "Vyprázdniť všetko"
442
+
443
+ #. Plugin Name of the plugin/theme
444
+ #, fuzzy
445
+ msgid "YITH WooCommerce Compare"
446
+ msgstr "YITH Woocommerce Compare Widget"
447
+
448
+ #. Plugin URI of the plugin/theme
449
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
450
+ msgstr ""
451
+
452
+ #. Description of the plugin/theme
453
+ msgid ""
454
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
455
+ "to compare in a simple and efficient way products on sale in your shop and "
456
+ "analyze their main features in a single table. <a href=\"https://yithemes."
457
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
458
+ "<strong>YITH</strong></a>."
459
+ msgstr ""
460
+
461
+ #. Author of the plugin/theme
462
+ msgid "YITH"
463
+ msgstr ""
464
+
465
+ #. Author URI of the plugin/theme
466
+ msgid "https://yithemes.com/"
467
+ msgstr ""
468
+
469
+ #~ msgid "The widget show the list of products added in the compare table."
470
+ #~ msgstr "Wiget ukazuje zoznam produktov pridaných do porovnávacej tabuľky."
471
+
472
+ #~ msgid "Upload"
473
+ #~ msgstr "Upload"
474
+
475
+ #~ msgid "px"
476
+ #~ msgstr "px"
477
+
478
+ #~ msgid "em"
479
+ #~ msgstr "em"
480
+
481
+ #~ msgid "pt"
482
+ #~ msgstr "pt"
483
+
484
+ #~ msgid "rem"
485
+ #~ msgstr "rem"
486
+
487
+ #~ msgid "Regular"
488
+ #~ msgstr "Regular"
489
+
490
+ #~ msgid "Bold"
491
+ #~ msgstr "Bold"
492
+
493
+ #~ msgid "Extra bold"
494
+ #~ msgstr "Extra bold"
495
+
496
+ #~ msgid "Italic"
497
+ #~ msgstr "Italic"
498
+
499
+ #~ msgid "Italic bold"
500
+ #~ msgstr "Italic bold"
501
+
502
+ #~ msgid "Products Compare"
503
+ #~ msgstr "Porovnanie produktov"
504
+
505
+ #~ msgid "Repeat \"Price\" field at the end of the table"
506
+ #~ msgstr "Opakovať pole \"Cena\" na konci tabuľky"
507
+
508
+ #~ msgid "Repeat \"Add to cart\" field at the end of the table"
509
+ #~ msgstr "Opakovať pole \"Vložiť do košíka\" na konci tabuľky"
510
+
511
+ #~ msgid "Select a date"
512
+ #~ msgstr "Vybrať data"
513
+
514
+ #~ msgid "Hours"
515
+ #~ msgstr "Hodiny"
516
+
517
+ #~ msgid "Minutes"
518
+ #~ msgstr "Minúty"
519
+
520
+ #~ msgid "Select a font family"
521
+ #~ msgstr "Vybrať font"
522
+
523
+ #~ msgid "Click to preview"
524
+ #~ msgstr "Kliknite pre náhľad"
languages/yith-woocommerce-compare-sl_SI.po CHANGED
@@ -1,522 +1,522 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
- "Language: sl\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
18
- "%100==4 ? 2 : 3);\n"
19
- "X-Poedit-SearchPath-0: ..\n"
20
- "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
-
22
- #: includes/class.yith-woocompare-admin.php:119
23
- #: includes/class.yith-woocompare-admin.php:143
24
- msgid "Settings"
25
- msgstr "Nastavitve"
26
-
27
- #: includes/class.yith-woocompare-admin.php:121
28
- msgid "License"
29
- msgstr ""
30
-
31
- #: includes/class.yith-woocompare-admin.php:147
32
- msgid "Premium Version"
33
- msgstr "Premium verzija"
34
-
35
- #: includes/class.yith-woocompare-admin.php:153
36
- #, fuzzy
37
- msgctxt "Admin Plugin Name"
38
- msgid "WooCommerce Compare"
39
- msgstr "YITH Woocommerce Compare vtičnik"
40
-
41
- #: includes/class.yith-woocompare-admin.php:154
42
- #, fuzzy
43
- msgctxt "Admin Plugin Name"
44
- msgid "Compare"
45
- msgstr "Primerjaj"
46
-
47
- #: includes/class.yith-woocompare-admin.php:243
48
- msgid "YITH WooCommerce Compare Activated"
49
- msgstr "YITH WooCommerce Compare aktiviran"
50
-
51
- #: includes/class.yith-woocompare-admin.php:244
52
- msgid ""
53
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
54
- "With this menu, you can access to all the settings of our plugins that you "
55
- "have activated. YITH WooCommerce Compare is available in an outstanding "
56
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
57
- msgstr ""
58
- "V YIT Plugin zavihku lahko najdete vse možnosti YITH WooCommerce Compare. S "
59
- "tem menijem lahko dostopate do vseh nastavitev vtičnikov, ki ste jih "
60
- "aktivirali. YITH WooCommerce Compare je na voljo v izjemni Premium "
61
- "različici z velko novih možnosti, <a href=\"%s\">raziščite jih zdaj</a>."
62
-
63
- #: includes/class.yith-woocompare-admin.php:255
64
- msgid "YITH WooCommerce Compare Updated"
65
- msgstr "YITH WooCommerce Compare posodobljen"
66
-
67
- #: includes/class.yith-woocompare-admin.php:256
68
- msgid ""
69
- "From now on, you can find all the options of YITH WooCommerce Compare under "
70
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
71
- "the previous version. When one of our plugins is updated, a new voice will "
72
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
73
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
74
- msgstr ""
75
- "Od zdaj lahko najdete vse možnosti YITH WooCommerce Compare pod YIT Plugin -"
76
- "> Primerjaj namesto WooCommerce -> Nastavitve -> Primerjaj, tako kot v "
77
- "prejšnji različici. Ko posodobimo en vtičnik, bo nov glas dodan temu meniju. "
78
- "YITH WooCommerce Compare je bil posodobljen z novimi možnostmi, <a href=\"%s"
79
- "\">razišči Premium različico.</a>"
80
-
81
- #: includes/class.yith-woocompare-admin.php:400
82
- msgid "Do you want to hard crop the image?"
83
- msgstr "Trdo obrežem sliko?"
84
-
85
- #: includes/class.yith-woocompare-frontend.php:223
86
- msgid "Added"
87
- msgstr "Dodano"
88
-
89
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
90
- msgid "Product Comparison"
91
- msgstr "Primerjanje izdelkov"
92
-
93
- #: includes/class.yith-woocompare-frontend.php:227
94
- #: includes/class.yith-woocompare-frontend.php:505
95
- #: plugin-options/general-options.php:40
96
- #: widgets/class.yith-woocompare-widget.php:51
97
- msgid "Compare"
98
- msgstr "Primerjaj"
99
-
100
- #: includes/class.yith-woocompare-frontend.php:229
101
- msgctxt "Label for popup close icon"
102
- msgid "Close"
103
- msgstr ""
104
-
105
- #: includes/class.yith-woocompare-frontend.php:384
106
- msgid "In stock"
107
- msgstr "Na zalogi"
108
-
109
- #: includes/class.yith-woocompare-frontend.php:696
110
- msgid "No products to compare"
111
- msgstr "Ni izdelkov za primerjavo"
112
-
113
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
114
- msgid "Remove"
115
- msgstr "Odstrani"
116
-
117
- #: includes/class.yith-woocompare-helper.php:46
118
- msgid "Image"
119
- msgstr "Slika"
120
-
121
- #: includes/class.yith-woocompare-helper.php:47
122
- #: widgets/class.yith-woocompare-widget.php:68
123
- msgid "Title"
124
- msgstr "Naslov"
125
-
126
- #: includes/class.yith-woocompare-helper.php:48
127
- msgid "Price"
128
- msgstr "Cena"
129
-
130
- #: includes/class.yith-woocompare-helper.php:49
131
- msgid "Add to cart"
132
- msgstr "Dodaj v košarico"
133
-
134
- #: includes/class.yith-woocompare-helper.php:50
135
- msgid "Description"
136
- msgstr "Opis"
137
-
138
- #: includes/class.yith-woocompare-helper.php:51
139
- msgid "Sku"
140
- msgstr ""
141
-
142
- #: includes/class.yith-woocompare-helper.php:52
143
- msgid "Availability"
144
- msgstr "Razpoložljivost"
145
-
146
- #: includes/class.yith-woocompare-helper.php:53
147
- msgid "Weight"
148
- msgstr ""
149
-
150
- #: includes/class.yith-woocompare-helper.php:54
151
- msgid "Dimensions"
152
- msgstr ""
153
-
154
- #: init.php:42
155
- msgid ""
156
- "YITH WooCommerce Compare is enabled but not effective. It requires "
157
- "WooCommerce in order to work."
158
- msgstr "YITH WooCommerce Compare je omogočen toda ne deluje brez WooCommerca."
159
-
160
- #: init.php:50
161
- msgid ""
162
- "You can't activate the free version of YITH WooCommerce Compare while you "
163
- "are using the premium one."
164
- msgstr ""
165
- "Ne morete aktivirati brezplačne različice YITH WooCommerce Compare, medtem "
166
- "ko uporabljate Premium različico."
167
-
168
- #: plugin-options/general-options.php:17
169
- msgid "General Settings"
170
- msgstr "Splošne nastavitve"
171
-
172
- #: plugin-options/general-options.php:24
173
- msgid "Link or Button"
174
- msgstr "Besedilo povezave ali gumba"
175
-
176
- #: plugin-options/general-options.php:25
177
- #, fuzzy
178
- msgid "Choose if you want to use a link or a button for the comepare actions."
179
- msgstr "Izberi ali želiš uporabiti povezava ali gumb za gumb dejanja."
180
-
181
- #: plugin-options/general-options.php:31
182
- msgid "Link"
183
- msgstr "Povezava"
184
-
185
- #: plugin-options/general-options.php:32
186
- msgid "Button"
187
- msgstr "Gumb"
188
-
189
- #: plugin-options/general-options.php:37
190
- msgid "Link/Button text"
191
- msgstr "Besedilo povezave ali gumba"
192
-
193
- #: plugin-options/general-options.php:38
194
- msgid "Type the text to use for the button or the link of the compare."
195
- msgstr ""
196
- "Vnesite besedilo, ki bo uporabljeno za gumb ali povezavo za primerjavo."
197
-
198
- #: plugin-options/general-options.php:45
199
- msgid "Show button in single product page"
200
- msgstr "Pokaži gumb na strani posameznega izdelka"
201
-
202
- #: plugin-options/general-options.php:46
203
- msgid "Say if you want to show the button in the single product page."
204
- msgstr "Izberi, če želiš pokazati gumb na strani posameznega izdelka."
205
-
206
- #: plugin-options/general-options.php:53
207
- msgid "Show button in products list"
208
- msgstr "Pokaži gumb v seznamu izdelkov"
209
-
210
- #: plugin-options/general-options.php:54
211
- msgid "Say if you want to show the button in the products list."
212
- msgstr "Izberi, če želiš pokazati gumb na seznamu izdelkov."
213
-
214
- #: plugin-options/general-options.php:61
215
- msgid "Open automatically lightbox"
216
- msgstr "Avtomatično odpri lightbox"
217
-
218
- #: plugin-options/general-options.php:62
219
- msgid "Open link after click into \"Compare\" button\"."
220
- msgstr "Odpri povezavo po kliku na gumb \"Primerjaj\" ."
221
-
222
- #: plugin-options/general-options.php:74
223
- msgid "Table Settings"
224
- msgstr "Nastavitve table"
225
-
226
- #: plugin-options/general-options.php:81
227
- msgid "Table title"
228
- msgstr "Naslov tabele"
229
-
230
- #: plugin-options/general-options.php:82
231
- msgid "Type the text to use for the table title."
232
- msgstr "Vpiši besedilo, ki bo uporabljeno za naslov tabele."
233
-
234
- #: plugin-options/general-options.php:84 templates/compare.php:22
235
- msgid "Compare products"
236
- msgstr "Primerjaj izdelke"
237
-
238
- #: plugin-options/general-options.php:89
239
- msgid "Fields to show"
240
- msgstr "Polja za prikaz"
241
-
242
- #: plugin-options/general-options.php:90
243
- msgid ""
244
- "Select the fields to show in the comparison table and order them by "
245
- "drag&drop (are included also the woocommerce attributes)"
246
- msgstr ""
247
- "Izberi polja za prikaz v primerjalni tabeli in jih razvrsti s povleci&spusti "
248
- "(vključene so tudi možnosti woocommerce)"
249
-
250
- #: plugin-options/general-options.php:97
251
- msgid "Repeat \"Price\" field"
252
- msgstr "Ponovi polje \"Cena\""
253
-
254
- #: plugin-options/general-options.php:98
255
- msgid "Repeat the \"Price\" field at the end of the table"
256
- msgstr "Ponovi polje \"Cena\" na koncu tabele"
257
-
258
- #: plugin-options/general-options.php:105
259
- msgid "Repeat \"Add to cart\" field"
260
- msgstr "Ponovi \"Dodaj v košarico\" polje"
261
-
262
- #: plugin-options/general-options.php:106
263
- msgid "Repeat the \"Add to cart\" field at the end of the table"
264
- msgstr "Ponovi polje \"Dodaj v košarico\" na koncu tabele"
265
-
266
- #: plugin-options/general-options.php:113
267
- msgid "Image size"
268
- msgstr "Velikost slike"
269
-
270
- #: plugin-options/general-options.php:114
271
- msgid "Set the size for the images"
272
- msgstr "Nastavi velikost slik"
273
-
274
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
275
- msgid ""
276
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
277
- "benefit from all features!"
278
- msgstr ""
279
- "Nadgradite v %1$spremium različico%2$s z %1$sYITH WooCommerce Compare%2$s da "
280
- "boste lahko izkoristili vse možnosti!"
281
-
282
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
283
- msgid "UPGRADE"
284
- msgstr "NADGRADI"
285
-
286
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
287
- msgid "to the premium version"
288
- msgstr "na premium različico"
289
-
290
- #: templates/admin/premium.php:252
291
- msgid "Premium Features"
292
- msgstr "Premium možnosti"
293
-
294
- #: templates/admin/premium.php:260
295
- msgid "A DEDICATED PAGE"
296
- msgstr "STRAN ZA POSVETILA"
297
-
298
- #: templates/admin/premium.php:263
299
- msgid ""
300
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
301
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
302
- "created automatically in your site and, adding it among the menu entries, "
303
- "you will be able to give to your users the chance to access it easily "
304
- "whenever they want."
305
- msgstr ""
306
- "Si ne želite več primerjati vaših izdelkov v modalnem oknu?%3$s S premium "
307
- "različico %1$sYITH WooCommerce Compare%2$s, bo nova stran na vaši spletni "
308
- "strani samodejno ustvarjena in z dodajanjem med meniji boste svojim "
309
- "uporabnikom dali možnost enostavnega dostopa."
310
-
311
- #: templates/admin/premium.php:273
312
- msgid "CATEGORY COMPARATION"
313
- msgstr "PRIMERJANJE KATEGORIJ"
314
-
315
- #: templates/admin/premium.php:276
316
- msgid ""
317
- "People are often confused by finding products of different categories in the "
318
- "comparison table, creating difficulties in comparing the products they are "
319
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
320
- "need: you will be able to separate the products in the table by category "
321
- "affinity."
322
- msgstr ""
323
- "Uporabniki so pogosto zmedeni ob iskanju izdelkov v različnih kategorijah v "
324
- "tabeli za primerjavo, kar ustvarja težave pri primerjanju izdelkov, za "
325
- "katere se zanimajo. Možnost %1$s \"Primerjava po kategoriji\"%2$s omogoča, "
326
- "da ločite izdelke v tabeli po sorodnih kategorijah. "
327
-
328
- #: templates/admin/premium.php:292
329
- msgid "CATEGORY EXCLUSION "
330
- msgstr "IZKLJUČENE KATEGORIJE"
331
-
332
- #: templates/admin/premium.php:295
333
- msgid ""
334
- "In your shop there may be product categories you don't want to be affected "
335
- "by the plugin features, deleting the comparison button for them. The premium "
336
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
337
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
338
- "of the feature, allowing the comparison only to those products of the "
339
- "selected categories."
340
- msgstr ""
341
- "In your shop there may be product categories you don't want to be affected "
342
- "by the plugin features, deleting the comparison button for them. The premium "
343
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
344
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
345
- "of the feature, allowing the comparison only to those products of the "
346
- "selected categories."
347
-
348
- #: templates/admin/premium.php:305
349
- msgid "TABLE IMAGE"
350
- msgstr "SLIKA TABELE"
351
-
352
- #: templates/admin/premium.php:308
353
- msgid ""
354
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
355
- "Select an image, upload it from the option panel and show it ahead of the "
356
- "table to your users. "
357
- msgstr ""
358
- "Dodajte osebno noto v %1$sprimerjalno tabelo%2$s ki jo bodo uporabniki lahko "
359
- "videli. Izberite sliko, prenesite jo iz panela možnosti in jo prikažite za "
360
- "vaše uporabnike pred tabelo."
361
-
362
- #: templates/admin/premium.php:324
363
- msgid "DYNAMIC FIELDS"
364
- msgstr "DINAMIČNA POLJA"
365
-
366
- #: templates/admin/premium.php:327
367
- msgid ""
368
- "With this precious feature, you will be able to show in the table only the "
369
- "fields that have information in at least one of the selected products."
370
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
371
- "be no more empty lines in your comparison table."
372
- msgstr ""
373
- "S to funkcijo boste lahko v tabeli pokazali le tista polaj, ki vsebujejo "
374
- "informacije o vsaj enem izbranem izdelku.%3$sAktivirajte %1$s\"Dynamic "
375
- "Attribute fields\"%2$s funkcijo, tako da ne boste imeli praznih vrstic v "
376
- "vaši tabeli za primerjanje."
377
-
378
- #: templates/admin/premium.php:337
379
- msgid "SOCIAL NETWORK SHARING"
380
- msgstr "DELI SOCIALNA OMREŽJA"
381
-
382
- #: templates/admin/premium.php:340
383
- msgid ""
384
- "One of the most appealing features of the premium version of the plugin.Four "
385
- "social network sites for your users (Facebook, Twitter, Google + and "
386
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
387
- "products they have selected."
388
- msgstr ""
389
- "Ena izmed najbolj privlačnih značilnosti premium različice vtičnika. Štiri "
390
- "družbena omrežja za vaše uporabnike (Facebook, Twitter, Google + and "
391
- "Pinterest) in sistem e-pošte %1$s deli%2$s za primerjalno tabelo izdelkov, "
392
- "ki so jih izbrali."
393
-
394
- #: templates/admin/premium.php:356
395
- msgid "RELATED PRODUCTS"
396
- msgstr "SORODNI IZDELKI"
397
-
398
- #: templates/admin/premium.php:359
399
- msgid ""
400
- "All the products that have common categories and/or tags with those in the "
401
- "comparison table will be showed in a slider, right under the comparison "
402
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
403
- "users to discover the shop products of the shop related to those they are "
404
- "interested into."
405
- msgstr ""
406
- "Vsi izdelki, ki imajo skupne kategorije in/ali oznake s tistimi iz "
407
- "primerjalne tabele se bodo pokazali v drsniku, tik pod primerjalno tabelo."
408
- "%3$sA Povsem %1$ s \"prijazen dotik\"%2$s drsnika za spodbujanje "
409
- "uporabnikov, da odkrivajo tiste izdelke v trgovini, ki jih zanimajo."
410
-
411
- #: templates/admin/premium.php:369
412
- msgid "CUSTOMIZABLE STYLE"
413
- msgstr "PRILAGODLJIVI STIL"
414
-
415
- #: templates/admin/premium.php:372
416
- #, fuzzy
417
- msgid ""
418
- "An advanced option panel that let you change all the colors of the plugin, "
419
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
420
- "of your shop.We know it, looks also count... and we give you the right tools "
421
- "to get to the best result."
422
- msgstr ""
423
- "Napredni panel možnosti, ki vam omogoča spremembo vseh barv vtičnika, tako "
424
- "da se lahko slogovno prilagodi vsem elementom v %1$spostavitev%2$s vaše "
425
- "trgovine. Vemo, videti je, da tudi računa.... dali smo vam najboljše orodje "
426
- "za doseganje najboljših rezultatov."
427
-
428
- #: templates/admin/premium.php:388
429
- #, fuzzy
430
- msgid "CUSTOMIZED ATTRIBUTES"
431
- msgstr "PRILAGODLJIVI STIL"
432
-
433
- #: templates/admin/premium.php:391
434
- msgid ""
435
- "Let you users compare products following every feature, and considering also "
436
- "all those %1$sattributes%2$s that can be manually created in within the "
437
- "product detail page. Every single detail will be included."
438
- msgstr ""
439
-
440
- #: templates/admin/premium.php:401
441
- msgid "A TAILORED TABLE"
442
- msgstr ""
443
-
444
- #: templates/admin/premium.php:404
445
- msgid ""
446
- "Select the products you want to compare and the system will offer you the "
447
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
448
- msgstr ""
449
-
450
- #: templates/admin/premium.php:420
451
- msgid "Compare list - widget"
452
- msgstr ""
453
-
454
- #: templates/admin/premium.php:423
455
- msgid ""
456
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
457
- "complete list of products added to the compare tab and avoid to open the "
458
- "popup to check its existence. "
459
- msgstr ""
460
-
461
- #: templates/admin/premium.php:433
462
- msgid "Compare counter - widget and shortcode"
463
- msgstr ""
464
-
465
- #: templates/admin/premium.php:436
466
- msgid ""
467
- "Moreover, if you want to give your users the chance to see in a glance how "
468
- "many products they have added to the Compare list, feel free to use the "
469
- "widget or the shortcode included. And their Compare list is always no more "
470
- "than one click away."
471
- msgstr ""
472
-
473
- #: templates/compare.php:77
474
- msgid "Close window [X]"
475
- msgstr "Zapri okno [X]"
476
-
477
- #: templates/compare.php:107
478
- msgid "No products added in the compare table."
479
- msgstr "V tabeli za primerjanje ni dodanih izdelkov."
480
-
481
- #: widgets/class.yith-woocompare-widget.php:23
482
- #, fuzzy
483
- msgid "The widget shows the list of products added in the comparison table."
484
- msgstr "Vtičnik prikaže seznam izdelkov, dodanih v tabelo za primerjavo."
485
-
486
- #: widgets/class.yith-woocompare-widget.php:27
487
- #, fuzzy
488
- msgid "YITH WooCommerce Compare Widget"
489
- msgstr "YITH Woocommerce Compare vtičnik"
490
-
491
- #: widgets/class.yith-woocompare-widget.php:50
492
- msgid "Clear all"
493
- msgstr "Počisti vse"
494
-
495
- #. Plugin Name of the plugin/theme
496
- #, fuzzy
497
- msgid "YITH WooCommerce Compare"
498
- msgstr "YITH Woocommerce Compare vtičnik"
499
-
500
- #. Plugin URI of the plugin/theme
501
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
502
- msgstr ""
503
-
504
- #. Description of the plugin/theme
505
- msgid ""
506
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
507
- "to compare in a simple and efficient way products on sale in your shop and "
508
- "analyze their main features in a single table. <a href=\"https://yithemes."
509
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
510
- "<strong>YITH</strong></a>."
511
- msgstr ""
512
-
513
- #. Author of the plugin/theme
514
- msgid "YITH"
515
- msgstr ""
516
-
517
- #. Author URI of the plugin/theme
518
- msgid "https://yithemes.com/"
519
- msgstr ""
520
-
521
- #~ msgid "Plugin Documentation"
522
- #~ msgstr "Dokumentacija vtičnika"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
+ "Language: sl\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
18
+ "%100==4 ? 2 : 3);\n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+ "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
+
22
+ #: includes/class.yith-woocompare-admin.php:119
23
+ #: includes/class.yith-woocompare-admin.php:143
24
+ msgid "Settings"
25
+ msgstr "Nastavitve"
26
+
27
+ #: includes/class.yith-woocompare-admin.php:121
28
+ msgid "License"
29
+ msgstr ""
30
+
31
+ #: includes/class.yith-woocompare-admin.php:147
32
+ msgid "Premium Version"
33
+ msgstr "Premium verzija"
34
+
35
+ #: includes/class.yith-woocompare-admin.php:153
36
+ #, fuzzy
37
+ msgctxt "Admin Plugin Name"
38
+ msgid "WooCommerce Compare"
39
+ msgstr "YITH Woocommerce Compare vtičnik"
40
+
41
+ #: includes/class.yith-woocompare-admin.php:154
42
+ #, fuzzy
43
+ msgctxt "Admin Plugin Name"
44
+ msgid "Compare"
45
+ msgstr "Primerjaj"
46
+
47
+ #: includes/class.yith-woocompare-admin.php:243
48
+ msgid "YITH WooCommerce Compare Activated"
49
+ msgstr "YITH WooCommerce Compare aktiviran"
50
+
51
+ #: includes/class.yith-woocompare-admin.php:244
52
+ msgid ""
53
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
54
+ "With this menu, you can access to all the settings of our plugins that you "
55
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
56
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
57
+ msgstr ""
58
+ "V YIT Plugin zavihku lahko najdete vse možnosti YITH WooCommerce Compare. S "
59
+ "tem menijem lahko dostopate do vseh nastavitev vtičnikov, ki ste jih "
60
+ "aktivirali. YITH WooCommerce Compare je na voljo v izjemni Premium "
61
+ "različici z velko novih možnosti, <a href=\"%s\">raziščite jih zdaj</a>."
62
+
63
+ #: includes/class.yith-woocompare-admin.php:255
64
+ msgid "YITH WooCommerce Compare Updated"
65
+ msgstr "YITH WooCommerce Compare posodobljen"
66
+
67
+ #: includes/class.yith-woocompare-admin.php:256
68
+ msgid ""
69
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
70
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
71
+ "the previous version. When one of our plugins is updated, a new voice will "
72
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
73
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
74
+ msgstr ""
75
+ "Od zdaj lahko najdete vse možnosti YITH WooCommerce Compare pod YIT Plugin -"
76
+ "> Primerjaj namesto WooCommerce -> Nastavitve -> Primerjaj, tako kot v "
77
+ "prejšnji različici. Ko posodobimo en vtičnik, bo nov glas dodan temu meniju. "
78
+ "YITH WooCommerce Compare je bil posodobljen z novimi možnostmi, <a href=\"%s"
79
+ "\">razišči Premium različico.</a>"
80
+
81
+ #: includes/class.yith-woocompare-admin.php:400
82
+ msgid "Do you want to hard crop the image?"
83
+ msgstr "Trdo obrežem sliko?"
84
+
85
+ #: includes/class.yith-woocompare-frontend.php:223
86
+ msgid "Added"
87
+ msgstr "Dodano"
88
+
89
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
90
+ msgid "Product Comparison"
91
+ msgstr "Primerjanje izdelkov"
92
+
93
+ #: includes/class.yith-woocompare-frontend.php:227
94
+ #: includes/class.yith-woocompare-frontend.php:505
95
+ #: plugin-options/general-options.php:40
96
+ #: widgets/class.yith-woocompare-widget.php:51
97
+ msgid "Compare"
98
+ msgstr "Primerjaj"
99
+
100
+ #: includes/class.yith-woocompare-frontend.php:229
101
+ msgctxt "Label for popup close icon"
102
+ msgid "Close"
103
+ msgstr ""
104
+
105
+ #: includes/class.yith-woocompare-frontend.php:384
106
+ msgid "In stock"
107
+ msgstr "Na zalogi"
108
+
109
+ #: includes/class.yith-woocompare-frontend.php:696
110
+ msgid "No products to compare"
111
+ msgstr "Ni izdelkov za primerjavo"
112
+
113
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
114
+ msgid "Remove"
115
+ msgstr "Odstrani"
116
+
117
+ #: includes/class.yith-woocompare-helper.php:46
118
+ msgid "Image"
119
+ msgstr "Slika"
120
+
121
+ #: includes/class.yith-woocompare-helper.php:47
122
+ #: widgets/class.yith-woocompare-widget.php:68
123
+ msgid "Title"
124
+ msgstr "Naslov"
125
+
126
+ #: includes/class.yith-woocompare-helper.php:48
127
+ msgid "Price"
128
+ msgstr "Cena"
129
+
130
+ #: includes/class.yith-woocompare-helper.php:49
131
+ msgid "Add to cart"
132
+ msgstr "Dodaj v košarico"
133
+
134
+ #: includes/class.yith-woocompare-helper.php:50
135
+ msgid "Description"
136
+ msgstr "Opis"
137
+
138
+ #: includes/class.yith-woocompare-helper.php:51
139
+ msgid "Sku"
140
+ msgstr ""
141
+
142
+ #: includes/class.yith-woocompare-helper.php:52
143
+ msgid "Availability"
144
+ msgstr "Razpoložljivost"
145
+
146
+ #: includes/class.yith-woocompare-helper.php:53
147
+ msgid "Weight"
148
+ msgstr ""
149
+
150
+ #: includes/class.yith-woocompare-helper.php:54
151
+ msgid "Dimensions"
152
+ msgstr ""
153
+
154
+ #: init.php:42
155
+ msgid ""
156
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
157
+ "WooCommerce in order to work."
158
+ msgstr "YITH WooCommerce Compare je omogočen toda ne deluje brez WooCommerca."
159
+
160
+ #: init.php:50
161
+ msgid ""
162
+ "You can't activate the free version of YITH WooCommerce Compare while you "
163
+ "are using the premium one."
164
+ msgstr ""
165
+ "Ne morete aktivirati brezplačne različice YITH WooCommerce Compare, medtem "
166
+ "ko uporabljate Premium različico."
167
+
168
+ #: plugin-options/general-options.php:17
169
+ msgid "General Settings"
170
+ msgstr "Splošne nastavitve"
171
+
172
+ #: plugin-options/general-options.php:24
173
+ msgid "Link or Button"
174
+ msgstr "Besedilo povezave ali gumba"
175
+
176
+ #: plugin-options/general-options.php:25
177
+ #, fuzzy
178
+ msgid "Choose if you want to use a link or a button for the comepare actions."
179
+ msgstr "Izberi ali želiš uporabiti povezava ali gumb za gumb dejanja."
180
+
181
+ #: plugin-options/general-options.php:31
182
+ msgid "Link"
183
+ msgstr "Povezava"
184
+
185
+ #: plugin-options/general-options.php:32
186
+ msgid "Button"
187
+ msgstr "Gumb"
188
+
189
+ #: plugin-options/general-options.php:37
190
+ msgid "Link/Button text"
191
+ msgstr "Besedilo povezave ali gumba"
192
+
193
+ #: plugin-options/general-options.php:38
194
+ msgid "Type the text to use for the button or the link of the compare."
195
+ msgstr ""
196
+ "Vnesite besedilo, ki bo uporabljeno za gumb ali povezavo za primerjavo."
197
+
198
+ #: plugin-options/general-options.php:45
199
+ msgid "Show button in single product page"
200
+ msgstr "Pokaži gumb na strani posameznega izdelka"
201
+
202
+ #: plugin-options/general-options.php:46
203
+ msgid "Say if you want to show the button in the single product page."
204
+ msgstr "Izberi, če želiš pokazati gumb na strani posameznega izdelka."
205
+
206
+ #: plugin-options/general-options.php:53
207
+ msgid "Show button in products list"
208
+ msgstr "Pokaži gumb v seznamu izdelkov"
209
+
210
+ #: plugin-options/general-options.php:54
211
+ msgid "Say if you want to show the button in the products list."
212
+ msgstr "Izberi, če želiš pokazati gumb na seznamu izdelkov."
213
+
214
+ #: plugin-options/general-options.php:61
215
+ msgid "Open automatically lightbox"
216
+ msgstr "Avtomatično odpri lightbox"
217
+
218
+ #: plugin-options/general-options.php:62
219
+ msgid "Open link after click into \"Compare\" button\"."
220
+ msgstr "Odpri povezavo po kliku na gumb \"Primerjaj\" ."
221
+
222
+ #: plugin-options/general-options.php:74
223
+ msgid "Table Settings"
224
+ msgstr "Nastavitve table"
225
+
226
+ #: plugin-options/general-options.php:81
227
+ msgid "Table title"
228
+ msgstr "Naslov tabele"
229
+
230
+ #: plugin-options/general-options.php:82
231
+ msgid "Type the text to use for the table title."
232
+ msgstr "Vpiši besedilo, ki bo uporabljeno za naslov tabele."
233
+
234
+ #: plugin-options/general-options.php:84 templates/compare.php:22
235
+ msgid "Compare products"
236
+ msgstr "Primerjaj izdelke"
237
+
238
+ #: plugin-options/general-options.php:89
239
+ msgid "Fields to show"
240
+ msgstr "Polja za prikaz"
241
+
242
+ #: plugin-options/general-options.php:90
243
+ msgid ""
244
+ "Select the fields to show in the comparison table and order them by "
245
+ "drag&drop (are included also the woocommerce attributes)"
246
+ msgstr ""
247
+ "Izberi polja za prikaz v primerjalni tabeli in jih razvrsti s povleci&spusti "
248
+ "(vključene so tudi možnosti woocommerce)"
249
+
250
+ #: plugin-options/general-options.php:97
251
+ msgid "Repeat \"Price\" field"
252
+ msgstr "Ponovi polje \"Cena\""
253
+
254
+ #: plugin-options/general-options.php:98
255
+ msgid "Repeat the \"Price\" field at the end of the table"
256
+ msgstr "Ponovi polje \"Cena\" na koncu tabele"
257
+
258
+ #: plugin-options/general-options.php:105
259
+ msgid "Repeat \"Add to cart\" field"
260
+ msgstr "Ponovi \"Dodaj v košarico\" polje"
261
+
262
+ #: plugin-options/general-options.php:106
263
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
264
+ msgstr "Ponovi polje \"Dodaj v košarico\" na koncu tabele"
265
+
266
+ #: plugin-options/general-options.php:113
267
+ msgid "Image size"
268
+ msgstr "Velikost slike"
269
+
270
+ #: plugin-options/general-options.php:114
271
+ msgid "Set the size for the images"
272
+ msgstr "Nastavi velikost slik"
273
+
274
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
275
+ msgid ""
276
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
277
+ "benefit from all features!"
278
+ msgstr ""
279
+ "Nadgradite v %1$spremium različico%2$s z %1$sYITH WooCommerce Compare%2$s da "
280
+ "boste lahko izkoristili vse možnosti!"
281
+
282
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
283
+ msgid "UPGRADE"
284
+ msgstr "NADGRADI"
285
+
286
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
287
+ msgid "to the premium version"
288
+ msgstr "na premium različico"
289
+
290
+ #: templates/admin/premium.php:252
291
+ msgid "Premium Features"
292
+ msgstr "Premium možnosti"
293
+
294
+ #: templates/admin/premium.php:260
295
+ msgid "A DEDICATED PAGE"
296
+ msgstr "STRAN ZA POSVETILA"
297
+
298
+ #: templates/admin/premium.php:263
299
+ msgid ""
300
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
301
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
302
+ "created automatically in your site and, adding it among the menu entries, "
303
+ "you will be able to give to your users the chance to access it easily "
304
+ "whenever they want."
305
+ msgstr ""
306
+ "Si ne želite več primerjati vaših izdelkov v modalnem oknu?%3$s S premium "
307
+ "različico %1$sYITH WooCommerce Compare%2$s, bo nova stran na vaši spletni "
308
+ "strani samodejno ustvarjena in z dodajanjem med meniji boste svojim "
309
+ "uporabnikom dali možnost enostavnega dostopa."
310
+
311
+ #: templates/admin/premium.php:273
312
+ msgid "CATEGORY COMPARATION"
313
+ msgstr "PRIMERJANJE KATEGORIJ"
314
+
315
+ #: templates/admin/premium.php:276
316
+ msgid ""
317
+ "People are often confused by finding products of different categories in the "
318
+ "comparison table, creating difficulties in comparing the products they are "
319
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
320
+ "need: you will be able to separate the products in the table by category "
321
+ "affinity."
322
+ msgstr ""
323
+ "Uporabniki so pogosto zmedeni ob iskanju izdelkov v različnih kategorijah v "
324
+ "tabeli za primerjavo, kar ustvarja težave pri primerjanju izdelkov, za "
325
+ "katere se zanimajo. Možnost %1$s \"Primerjava po kategoriji\"%2$s omogoča, "
326
+ "da ločite izdelke v tabeli po sorodnih kategorijah. "
327
+
328
+ #: templates/admin/premium.php:292
329
+ msgid "CATEGORY EXCLUSION "
330
+ msgstr "IZKLJUČENE KATEGORIJE"
331
+
332
+ #: templates/admin/premium.php:295
333
+ msgid ""
334
+ "In your shop there may be product categories you don't want to be affected "
335
+ "by the plugin features, deleting the comparison button for them. The premium "
336
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
337
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
338
+ "of the feature, allowing the comparison only to those products of the "
339
+ "selected categories."
340
+ msgstr ""
341
+ "In your shop there may be product categories you don't want to be affected "
342
+ "by the plugin features, deleting the comparison button for them. The premium "
343
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
344
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
345
+ "of the feature, allowing the comparison only to those products of the "
346
+ "selected categories."
347
+
348
+ #: templates/admin/premium.php:305
349
+ msgid "TABLE IMAGE"
350
+ msgstr "SLIKA TABELE"
351
+
352
+ #: templates/admin/premium.php:308
353
+ msgid ""
354
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
355
+ "Select an image, upload it from the option panel and show it ahead of the "
356
+ "table to your users. "
357
+ msgstr ""
358
+ "Dodajte osebno noto v %1$sprimerjalno tabelo%2$s ki jo bodo uporabniki lahko "
359
+ "videli. Izberite sliko, prenesite jo iz panela možnosti in jo prikažite za "
360
+ "vaše uporabnike pred tabelo."
361
+
362
+ #: templates/admin/premium.php:324
363
+ msgid "DYNAMIC FIELDS"
364
+ msgstr "DINAMIČNA POLJA"
365
+
366
+ #: templates/admin/premium.php:327
367
+ msgid ""
368
+ "With this precious feature, you will be able to show in the table only the "
369
+ "fields that have information in at least one of the selected products."
370
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
371
+ "be no more empty lines in your comparison table."
372
+ msgstr ""
373
+ "S to funkcijo boste lahko v tabeli pokazali le tista polaj, ki vsebujejo "
374
+ "informacije o vsaj enem izbranem izdelku.%3$sAktivirajte %1$s\"Dynamic "
375
+ "Attribute fields\"%2$s funkcijo, tako da ne boste imeli praznih vrstic v "
376
+ "vaši tabeli za primerjanje."
377
+
378
+ #: templates/admin/premium.php:337
379
+ msgid "SOCIAL NETWORK SHARING"
380
+ msgstr "DELI SOCIALNA OMREŽJA"
381
+
382
+ #: templates/admin/premium.php:340
383
+ msgid ""
384
+ "One of the most appealing features of the premium version of the plugin.Four "
385
+ "social network sites for your users (Facebook, Twitter, Google + and "
386
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
387
+ "products they have selected."
388
+ msgstr ""
389
+ "Ena izmed najbolj privlačnih značilnosti premium različice vtičnika. Štiri "
390
+ "družbena omrežja za vaše uporabnike (Facebook, Twitter, Google + and "
391
+ "Pinterest) in sistem e-pošte %1$s deli%2$s za primerjalno tabelo izdelkov, "
392
+ "ki so jih izbrali."
393
+
394
+ #: templates/admin/premium.php:356
395
+ msgid "RELATED PRODUCTS"
396
+ msgstr "SORODNI IZDELKI"
397
+
398
+ #: templates/admin/premium.php:359
399
+ msgid ""
400
+ "All the products that have common categories and/or tags with those in the "
401
+ "comparison table will be showed in a slider, right under the comparison "
402
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
403
+ "users to discover the shop products of the shop related to those they are "
404
+ "interested into."
405
+ msgstr ""
406
+ "Vsi izdelki, ki imajo skupne kategorije in/ali oznake s tistimi iz "
407
+ "primerjalne tabele se bodo pokazali v drsniku, tik pod primerjalno tabelo."
408
+ "%3$sA Povsem %1$ s \"prijazen dotik\"%2$s drsnika za spodbujanje "
409
+ "uporabnikov, da odkrivajo tiste izdelke v trgovini, ki jih zanimajo."
410
+
411
+ #: templates/admin/premium.php:369
412
+ msgid "CUSTOMIZABLE STYLE"
413
+ msgstr "PRILAGODLJIVI STIL"
414
+
415
+ #: templates/admin/premium.php:372
416
+ #, fuzzy
417
+ msgid ""
418
+ "An advanced option panel that let you change all the colors of the plugin, "
419
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
420
+ "of your shop.We know it, looks also count... and we give you the right tools "
421
+ "to get to the best result."
422
+ msgstr ""
423
+ "Napredni panel možnosti, ki vam omogoča spremembo vseh barv vtičnika, tako "
424
+ "da se lahko slogovno prilagodi vsem elementom v %1$spostavitev%2$s vaše "
425
+ "trgovine. Vemo, videti je, da tudi računa.... dali smo vam najboljše orodje "
426
+ "za doseganje najboljših rezultatov."
427
+
428
+ #: templates/admin/premium.php:388
429
+ #, fuzzy
430
+ msgid "CUSTOMIZED ATTRIBUTES"
431
+ msgstr "PRILAGODLJIVI STIL"
432
+
433
+ #: templates/admin/premium.php:391
434
+ msgid ""
435
+ "Let you users compare products following every feature, and considering also "
436
+ "all those %1$sattributes%2$s that can be manually created in within the "
437
+ "product detail page. Every single detail will be included."
438
+ msgstr ""
439
+
440
+ #: templates/admin/premium.php:401
441
+ msgid "A TAILORED TABLE"
442
+ msgstr ""
443
+
444
+ #: templates/admin/premium.php:404
445
+ msgid ""
446
+ "Select the products you want to compare and the system will offer you the "
447
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
448
+ msgstr ""
449
+
450
+ #: templates/admin/premium.php:420
451
+ msgid "Compare list - widget"
452
+ msgstr ""
453
+
454
+ #: templates/admin/premium.php:423
455
+ msgid ""
456
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
457
+ "complete list of products added to the compare tab and avoid to open the "
458
+ "popup to check its existence. "
459
+ msgstr ""
460
+
461
+ #: templates/admin/premium.php:433
462
+ msgid "Compare counter - widget and shortcode"
463
+ msgstr ""
464
+
465
+ #: templates/admin/premium.php:436
466
+ msgid ""
467
+ "Moreover, if you want to give your users the chance to see in a glance how "
468
+ "many products they have added to the Compare list, feel free to use the "
469
+ "widget or the shortcode included. And their Compare list is always no more "
470
+ "than one click away."
471
+ msgstr ""
472
+
473
+ #: templates/compare.php:77
474
+ msgid "Close window [X]"
475
+ msgstr "Zapri okno [X]"
476
+
477
+ #: templates/compare.php:107
478
+ msgid "No products added in the compare table."
479
+ msgstr "V tabeli za primerjanje ni dodanih izdelkov."
480
+
481
+ #: widgets/class.yith-woocompare-widget.php:23
482
+ #, fuzzy
483
+ msgid "The widget shows the list of products added in the comparison table."
484
+ msgstr "Vtičnik prikaže seznam izdelkov, dodanih v tabelo za primerjavo."
485
+
486
+ #: widgets/class.yith-woocompare-widget.php:27
487
+ #, fuzzy
488
+ msgid "YITH WooCommerce Compare Widget"
489
+ msgstr "YITH Woocommerce Compare vtičnik"
490
+
491
+ #: widgets/class.yith-woocompare-widget.php:50
492
+ msgid "Clear all"
493
+ msgstr "Počisti vse"
494
+
495
+ #. Plugin Name of the plugin/theme
496
+ #, fuzzy
497
+ msgid "YITH WooCommerce Compare"
498
+ msgstr "YITH Woocommerce Compare vtičnik"
499
+
500
+ #. Plugin URI of the plugin/theme
501
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
502
+ msgstr ""
503
+
504
+ #. Description of the plugin/theme
505
+ msgid ""
506
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
507
+ "to compare in a simple and efficient way products on sale in your shop and "
508
+ "analyze their main features in a single table. <a href=\"https://yithemes."
509
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
510
+ "<strong>YITH</strong></a>."
511
+ msgstr ""
512
+
513
+ #. Author of the plugin/theme
514
+ msgid "YITH"
515
+ msgstr ""
516
+
517
+ #. Author URI of the plugin/theme
518
+ msgid "https://yithemes.com/"
519
+ msgstr ""
520
+
521
+ #~ msgid "Plugin Documentation"
522
+ #~ msgstr "Dokumentacija vtičnika"
languages/yith-woocommerce-compare-tr_TR.po CHANGED
@@ -1,524 +1,524 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YITH Woocommerce Compare\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
- "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
- "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
- "Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
9
- "Language: tr\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "Plural-Forms: nplurals=1; plural=0;\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
-
21
- #: includes/class.yith-woocompare-admin.php:119
22
- #: includes/class.yith-woocompare-admin.php:143
23
- msgid "Settings"
24
- msgstr ""
25
-
26
- #: includes/class.yith-woocompare-admin.php:121
27
- msgid "License"
28
- msgstr ""
29
-
30
- #: includes/class.yith-woocompare-admin.php:147
31
- msgid "Premium Version"
32
- msgstr ""
33
-
34
- #: includes/class.yith-woocompare-admin.php:153
35
- #, fuzzy
36
- msgctxt "Admin Plugin Name"
37
- msgid "WooCommerce Compare"
38
- msgstr "YITH Woocommerce Karşılaştırma Widgetı"
39
-
40
- #: includes/class.yith-woocompare-admin.php:154
41
- #, fuzzy
42
- msgctxt "Admin Plugin Name"
43
- msgid "Compare"
44
- msgstr "Karşılaştır"
45
-
46
- #: includes/class.yith-woocompare-admin.php:243
47
- msgid "YITH WooCommerce Compare Activated"
48
- msgstr ""
49
-
50
- #: includes/class.yith-woocompare-admin.php:244
51
- msgid ""
52
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
- "With this menu, you can access to all the settings of our plugins that you "
54
- "have activated. YITH WooCommerce Compare is available in an outstanding "
55
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
- msgstr ""
57
-
58
- #: includes/class.yith-woocompare-admin.php:255
59
- msgid "YITH WooCommerce Compare Updated"
60
- msgstr ""
61
-
62
- #: includes/class.yith-woocompare-admin.php:256
63
- msgid ""
64
- "From now on, you can find all the options of YITH WooCommerce Compare under "
65
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
66
- "the previous version. When one of our plugins is updated, a new voice will "
67
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
68
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
69
- msgstr ""
70
-
71
- #: includes/class.yith-woocompare-admin.php:400
72
- msgid "Do you want to hard crop the image?"
73
- msgstr ""
74
-
75
- #: includes/class.yith-woocompare-frontend.php:223
76
- msgid "Added"
77
- msgstr "Eklendi"
78
-
79
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
80
- msgid "Product Comparison"
81
- msgstr "Ürün Karşılaştırma"
82
-
83
- #: includes/class.yith-woocompare-frontend.php:227
84
- #: includes/class.yith-woocompare-frontend.php:505
85
- #: plugin-options/general-options.php:40
86
- #: widgets/class.yith-woocompare-widget.php:51
87
- msgid "Compare"
88
- msgstr "Karşılaştır"
89
-
90
- #: includes/class.yith-woocompare-frontend.php:229
91
- msgctxt "Label for popup close icon"
92
- msgid "Close"
93
- msgstr ""
94
-
95
- #: includes/class.yith-woocompare-frontend.php:384
96
- msgid "In stock"
97
- msgstr "Stokta"
98
-
99
- #: includes/class.yith-woocompare-frontend.php:696
100
- msgid "No products to compare"
101
- msgstr "Karşılaştırma listeniz boş"
102
-
103
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
104
- msgid "Remove"
105
- msgstr "Kaldır"
106
-
107
- #: includes/class.yith-woocompare-helper.php:46
108
- msgid "Image"
109
- msgstr "Resim"
110
-
111
- #: includes/class.yith-woocompare-helper.php:47
112
- #: widgets/class.yith-woocompare-widget.php:68
113
- msgid "Title"
114
- msgstr "Başlık"
115
-
116
- #: includes/class.yith-woocompare-helper.php:48
117
- msgid "Price"
118
- msgstr "Fiyat"
119
-
120
- #: includes/class.yith-woocompare-helper.php:49
121
- msgid "Add to cart"
122
- msgstr "Sepete Ekle"
123
-
124
- #: includes/class.yith-woocompare-helper.php:50
125
- msgid "Description"
126
- msgstr "Açıklama"
127
-
128
- #: includes/class.yith-woocompare-helper.php:51
129
- msgid "Sku"
130
- msgstr ""
131
-
132
- #: includes/class.yith-woocompare-helper.php:52
133
- msgid "Availability"
134
- msgstr "Durum"
135
-
136
- #: includes/class.yith-woocompare-helper.php:53
137
- msgid "Weight"
138
- msgstr ""
139
-
140
- #: includes/class.yith-woocompare-helper.php:54
141
- msgid "Dimensions"
142
- msgstr ""
143
-
144
- #: init.php:42
145
- msgid ""
146
- "YITH WooCommerce Compare is enabled but not effective. It requires "
147
- "WooCommerce in order to work."
148
- msgstr ""
149
-
150
- #: init.php:50
151
- msgid ""
152
- "You can't activate the free version of YITH WooCommerce Compare while you "
153
- "are using the premium one."
154
- msgstr ""
155
-
156
- #: plugin-options/general-options.php:17
157
- msgid "General Settings"
158
- msgstr "Genel Ayarlar"
159
-
160
- #: plugin-options/general-options.php:24
161
- msgid "Link or Button"
162
- msgstr "Link veya Buton"
163
-
164
- #: plugin-options/general-options.php:25
165
- #, fuzzy
166
- msgid "Choose if you want to use a link or a button for the comepare actions."
167
- msgstr ""
168
- "Eylem için kullanmak üzere link veya buton seçeneklerinden birini belirleyin."
169
-
170
- #: plugin-options/general-options.php:31
171
- msgid "Link"
172
- msgstr "Link"
173
-
174
- #: plugin-options/general-options.php:32
175
- msgid "Button"
176
- msgstr "Buton"
177
-
178
- #: plugin-options/general-options.php:37
179
- msgid "Link/Button text"
180
- msgstr "Link/Buton Metni"
181
-
182
- #: plugin-options/general-options.php:38
183
- msgid "Type the text to use for the button or the link of the compare."
184
- msgstr "Karşılaştırma butonu veya bağlantısı için kullanılacak metni yazın."
185
-
186
- #: plugin-options/general-options.php:45
187
- msgid "Show button in single product page"
188
- msgstr "Tekli ürün sayfasında buton göster"
189
-
190
- #: plugin-options/general-options.php:46
191
- msgid "Say if you want to show the button in the single product page."
192
- msgstr "Tekli ürün sayfasında buton göstermek isteyip istemediğinizi belirtin."
193
-
194
- #: plugin-options/general-options.php:53
195
- msgid "Show button in products list"
196
- msgstr "Ürün listesinde buton göster"
197
-
198
- #: plugin-options/general-options.php:54
199
- msgid "Say if you want to show the button in the products list."
200
- msgstr "Ürün listesinde buton göstermek isteyip istemediğinizi belirtin."
201
-
202
- #: plugin-options/general-options.php:61
203
- msgid "Open automatically lightbox"
204
- msgstr "Otomatik lightbox aç"
205
-
206
- #: plugin-options/general-options.php:62
207
- msgid "Open link after click into \"Compare\" button\"."
208
- msgstr "\"Karşılaştır\" butonuna tıklandıktan sonra bağlantıyı aç."
209
-
210
- #: plugin-options/general-options.php:74
211
- msgid "Table Settings"
212
- msgstr "Tablo Ayarları"
213
-
214
- #: plugin-options/general-options.php:81
215
- msgid "Table title"
216
- msgstr "Tablo Başlığı"
217
-
218
- #: plugin-options/general-options.php:82
219
- msgid "Type the text to use for the table title."
220
- msgstr "Tablo başlığı metnini buraya yazın."
221
-
222
- #: plugin-options/general-options.php:84 templates/compare.php:22
223
- msgid "Compare products"
224
- msgstr "Ürünleri Karşılaştır"
225
-
226
- #: plugin-options/general-options.php:89
227
- msgid "Fields to show"
228
- msgstr "Gösterilecek alanlar"
229
-
230
- #: plugin-options/general-options.php:90
231
- msgid ""
232
- "Select the fields to show in the comparison table and order them by "
233
- "drag&drop (are included also the woocommerce attributes)"
234
- msgstr ""
235
- "Karşılaştırma tablosunda gösterilecek alanları seçin ve sürükle-bırak "
236
- "yöntemi ile sıralayın (ayrıca Woocommerce özellikleri dahildir)"
237
-
238
- #: plugin-options/general-options.php:97
239
- msgid "Repeat \"Price\" field"
240
- msgstr ""
241
-
242
- #: plugin-options/general-options.php:98
243
- msgid "Repeat the \"Price\" field at the end of the table"
244
- msgstr ""
245
-
246
- #: plugin-options/general-options.php:105
247
- msgid "Repeat \"Add to cart\" field"
248
- msgstr ""
249
-
250
- #: plugin-options/general-options.php:106
251
- msgid "Repeat the \"Add to cart\" field at the end of the table"
252
- msgstr ""
253
-
254
- #: plugin-options/general-options.php:113
255
- msgid "Image size"
256
- msgstr "Resim Boyutu"
257
-
258
- #: plugin-options/general-options.php:114
259
- msgid "Set the size for the images"
260
- msgstr "Resimlerin boyutlarını belirtin"
261
-
262
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
263
- msgid ""
264
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
265
- "benefit from all features!"
266
- msgstr ""
267
-
268
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
269
- msgid "UPGRADE"
270
- msgstr ""
271
-
272
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
273
- msgid "to the premium version"
274
- msgstr ""
275
-
276
- #: templates/admin/premium.php:252
277
- msgid "Premium Features"
278
- msgstr ""
279
-
280
- #: templates/admin/premium.php:260
281
- msgid "A DEDICATED PAGE"
282
- msgstr ""
283
-
284
- #: templates/admin/premium.php:263
285
- msgid ""
286
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
287
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
288
- "created automatically in your site and, adding it among the menu entries, "
289
- "you will be able to give to your users the chance to access it easily "
290
- "whenever they want."
291
- msgstr ""
292
-
293
- #: templates/admin/premium.php:273
294
- msgid "CATEGORY COMPARATION"
295
- msgstr ""
296
-
297
- #: templates/admin/premium.php:276
298
- msgid ""
299
- "People are often confused by finding products of different categories in the "
300
- "comparison table, creating difficulties in comparing the products they are "
301
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
302
- "need: you will be able to separate the products in the table by category "
303
- "affinity."
304
- msgstr ""
305
-
306
- #: templates/admin/premium.php:292
307
- msgid "CATEGORY EXCLUSION "
308
- msgstr ""
309
-
310
- #: templates/admin/premium.php:295
311
- msgid ""
312
- "In your shop there may be product categories you don't want to be affected "
313
- "by the plugin features, deleting the comparison button for them. The premium "
314
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
315
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
316
- "of the feature, allowing the comparison only to those products of the "
317
- "selected categories."
318
- msgstr ""
319
-
320
- #: templates/admin/premium.php:305
321
- msgid "TABLE IMAGE"
322
- msgstr ""
323
-
324
- #: templates/admin/premium.php:308
325
- msgid ""
326
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
327
- "Select an image, upload it from the option panel and show it ahead of the "
328
- "table to your users. "
329
- msgstr ""
330
-
331
- #: templates/admin/premium.php:324
332
- msgid "DYNAMIC FIELDS"
333
- msgstr ""
334
-
335
- #: templates/admin/premium.php:327
336
- msgid ""
337
- "With this precious feature, you will be able to show in the table only the "
338
- "fields that have information in at least one of the selected products."
339
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
340
- "be no more empty lines in your comparison table."
341
- msgstr ""
342
-
343
- #: templates/admin/premium.php:337
344
- msgid "SOCIAL NETWORK SHARING"
345
- msgstr ""
346
-
347
- #: templates/admin/premium.php:340
348
- msgid ""
349
- "One of the most appealing features of the premium version of the plugin.Four "
350
- "social network sites for your users (Facebook, Twitter, Google + and "
351
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
352
- "products they have selected."
353
- msgstr ""
354
-
355
- #: templates/admin/premium.php:356
356
- msgid "RELATED PRODUCTS"
357
- msgstr ""
358
-
359
- #: templates/admin/premium.php:359
360
- msgid ""
361
- "All the products that have common categories and/or tags with those in the "
362
- "comparison table will be showed in a slider, right under the comparison "
363
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
364
- "users to discover the shop products of the shop related to those they are "
365
- "interested into."
366
- msgstr ""
367
-
368
- #: templates/admin/premium.php:369
369
- msgid "CUSTOMIZABLE STYLE"
370
- msgstr ""
371
-
372
- #: templates/admin/premium.php:372
373
- msgid ""
374
- "An advanced option panel that let you change all the colors of the plugin, "
375
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
376
- "of your shop.We know it, looks also count... and we give you the right tools "
377
- "to get to the best result."
378
- msgstr ""
379
-
380
- #: templates/admin/premium.php:388
381
- msgid "CUSTOMIZED ATTRIBUTES"
382
- msgstr ""
383
-
384
- #: templates/admin/premium.php:391
385
- msgid ""
386
- "Let you users compare products following every feature, and considering also "
387
- "all those %1$sattributes%2$s that can be manually created in within the "
388
- "product detail page. Every single detail will be included."
389
- msgstr ""
390
-
391
- #: templates/admin/premium.php:401
392
- msgid "A TAILORED TABLE"
393
- msgstr ""
394
-
395
- #: templates/admin/premium.php:404
396
- msgid ""
397
- "Select the products you want to compare and the system will offer you the "
398
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
399
- msgstr ""
400
-
401
- #: templates/admin/premium.php:420
402
- msgid "Compare list - widget"
403
- msgstr ""
404
-
405
- #: templates/admin/premium.php:423
406
- msgid ""
407
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
408
- "complete list of products added to the compare tab and avoid to open the "
409
- "popup to check its existence. "
410
- msgstr ""
411
-
412
- #: templates/admin/premium.php:433
413
- msgid "Compare counter - widget and shortcode"
414
- msgstr ""
415
-
416
- #: templates/admin/premium.php:436
417
- msgid ""
418
- "Moreover, if you want to give your users the chance to see in a glance how "
419
- "many products they have added to the Compare list, feel free to use the "
420
- "widget or the shortcode included. And their Compare list is always no more "
421
- "than one click away."
422
- msgstr ""
423
-
424
- #: templates/compare.php:77
425
- msgid "Close window [X]"
426
- msgstr "Pencereyi Kapat [X]"
427
-
428
- #: templates/compare.php:107
429
- msgid "No products added in the compare table."
430
- msgstr "Karşılaştırma tablosuna herhangi bir ürün eklenmedi."
431
-
432
- #: widgets/class.yith-woocompare-widget.php:23
433
- #, fuzzy
434
- msgid "The widget shows the list of products added in the comparison table."
435
- msgstr "Widget karşılaştırma tablosuna eklenen ürünlerin listesini gösterir."
436
-
437
- #: widgets/class.yith-woocompare-widget.php:27
438
- #, fuzzy
439
- msgid "YITH WooCommerce Compare Widget"
440
- msgstr "YITH Woocommerce Karşılaştırma Widgetı"
441
-
442
- #: widgets/class.yith-woocompare-widget.php:50
443
- msgid "Clear all"
444
- msgstr "Hepsini Kaldır"
445
-
446
- #. Plugin Name of the plugin/theme
447
- #, fuzzy
448
- msgid "YITH WooCommerce Compare"
449
- msgstr "YITH Woocommerce Karşılaştırma Widgetı"
450
-
451
- #. Plugin URI of the plugin/theme
452
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
453
- msgstr ""
454
-
455
- #. Description of the plugin/theme
456
- msgid ""
457
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
458
- "to compare in a simple and efficient way products on sale in your shop and "
459
- "analyze their main features in a single table. <a href=\"https://yithemes."
460
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
461
- "<strong>YITH</strong></a>."
462
- msgstr ""
463
-
464
- #. Author of the plugin/theme
465
- msgid "YITH"
466
- msgstr ""
467
-
468
- #. Author URI of the plugin/theme
469
- msgid "https://yithemes.com/"
470
- msgstr ""
471
-
472
- #~ msgid "Products Compare"
473
- #~ msgstr "Ürün Karşılaştırma"
474
-
475
- #~ msgid "Repeat \"Price\" field at the end of the table"
476
- #~ msgstr "\"Ücret\" alanını tablonun sonuna kadar tekrarla"
477
-
478
- #~ msgid "Repeat \"Add to cart\" field at the end of the table"
479
- #~ msgstr "\"Sepete ekle\" alanını tablonun sonuna kadar tekrarla"
480
-
481
- #~ msgid "Select a date"
482
- #~ msgstr "Bir tarih seçin"
483
-
484
- #~ msgid "Hours"
485
- #~ msgstr "Saat"
486
-
487
- #~ msgid "Minutes"
488
- #~ msgstr "Dakika"
489
-
490
- #~ msgid "Upload"
491
- #~ msgstr "Yükle"
492
-
493
- #~ msgid "px"
494
- #~ msgstr "px"
495
-
496
- #~ msgid "em"
497
- #~ msgstr "em"
498
-
499
- #~ msgid "pt"
500
- #~ msgstr "pt"
501
-
502
- #~ msgid "rem"
503
- #~ msgstr "rem"
504
-
505
- #~ msgid "Select a font family"
506
- #~ msgstr "Bir font ailesi seçin"
507
-
508
- #~ msgid "Regular"
509
- #~ msgstr "Normal"
510
-
511
- #~ msgid "Bold"
512
- #~ msgstr "Kalın"
513
-
514
- #~ msgid "Extra bold"
515
- #~ msgstr "Ekstra kalın"
516
-
517
- #~ msgid "Italic"
518
- #~ msgstr "İtalik"
519
-
520
- #~ msgid "Italic bold"
521
- #~ msgstr "İtalik kalın"
522
-
523
- #~ msgid "Click to preview"
524
- #~ msgstr "Önizleme için tıklayın"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH Woocommerce Compare\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
6
+ "PO-Revision-Date: 2018-11-28 16:33+0100\n"
7
+ "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
+ "Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
9
+ "Language: tr\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
20
+
21
+ #: includes/class.yith-woocompare-admin.php:119
22
+ #: includes/class.yith-woocompare-admin.php:143
23
+ msgid "Settings"
24
+ msgstr ""
25
+
26
+ #: includes/class.yith-woocompare-admin.php:121
27
+ msgid "License"
28
+ msgstr ""
29
+
30
+ #: includes/class.yith-woocompare-admin.php:147
31
+ msgid "Premium Version"
32
+ msgstr ""
33
+
34
+ #: includes/class.yith-woocompare-admin.php:153
35
+ #, fuzzy
36
+ msgctxt "Admin Plugin Name"
37
+ msgid "WooCommerce Compare"
38
+ msgstr "YITH Woocommerce Karşılaştırma Widgetı"
39
+
40
+ #: includes/class.yith-woocompare-admin.php:154
41
+ #, fuzzy
42
+ msgctxt "Admin Plugin Name"
43
+ msgid "Compare"
44
+ msgstr "Karşılaştır"
45
+
46
+ #: includes/class.yith-woocompare-admin.php:243
47
+ msgid "YITH WooCommerce Compare Activated"
48
+ msgstr ""
49
+
50
+ #: includes/class.yith-woocompare-admin.php:244
51
+ msgid ""
52
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
53
+ "With this menu, you can access to all the settings of our plugins that you "
54
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
55
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
56
+ msgstr ""
57
+
58
+ #: includes/class.yith-woocompare-admin.php:255
59
+ msgid "YITH WooCommerce Compare Updated"
60
+ msgstr ""
61
+
62
+ #: includes/class.yith-woocompare-admin.php:256
63
+ msgid ""
64
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
65
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
66
+ "the previous version. When one of our plugins is updated, a new voice will "
67
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
68
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
69
+ msgstr ""
70
+
71
+ #: includes/class.yith-woocompare-admin.php:400
72
+ msgid "Do you want to hard crop the image?"
73
+ msgstr ""
74
+
75
+ #: includes/class.yith-woocompare-frontend.php:223
76
+ msgid "Added"
77
+ msgstr "Eklendi"
78
+
79
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
80
+ msgid "Product Comparison"
81
+ msgstr "Ürün Karşılaştırma"
82
+
83
+ #: includes/class.yith-woocompare-frontend.php:227
84
+ #: includes/class.yith-woocompare-frontend.php:505
85
+ #: plugin-options/general-options.php:40
86
+ #: widgets/class.yith-woocompare-widget.php:51
87
+ msgid "Compare"
88
+ msgstr "Karşılaştır"
89
+
90
+ #: includes/class.yith-woocompare-frontend.php:229
91
+ msgctxt "Label for popup close icon"
92
+ msgid "Close"
93
+ msgstr ""
94
+
95
+ #: includes/class.yith-woocompare-frontend.php:384
96
+ msgid "In stock"
97
+ msgstr "Stokta"
98
+
99
+ #: includes/class.yith-woocompare-frontend.php:696
100
+ msgid "No products to compare"
101
+ msgstr "Karşılaştırma listeniz boş"
102
+
103
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
104
+ msgid "Remove"
105
+ msgstr "Kaldır"
106
+
107
+ #: includes/class.yith-woocompare-helper.php:46
108
+ msgid "Image"
109
+ msgstr "Resim"
110
+
111
+ #: includes/class.yith-woocompare-helper.php:47
112
+ #: widgets/class.yith-woocompare-widget.php:68
113
+ msgid "Title"
114
+ msgstr "Başlık"
115
+
116
+ #: includes/class.yith-woocompare-helper.php:48
117
+ msgid "Price"
118
+ msgstr "Fiyat"
119
+
120
+ #: includes/class.yith-woocompare-helper.php:49
121
+ msgid "Add to cart"
122
+ msgstr "Sepete Ekle"
123
+
124
+ #: includes/class.yith-woocompare-helper.php:50
125
+ msgid "Description"
126
+ msgstr "Açıklama"
127
+
128
+ #: includes/class.yith-woocompare-helper.php:51
129
+ msgid "Sku"
130
+ msgstr ""
131
+
132
+ #: includes/class.yith-woocompare-helper.php:52
133
+ msgid "Availability"
134
+ msgstr "Durum"
135
+
136
+ #: includes/class.yith-woocompare-helper.php:53
137
+ msgid "Weight"
138
+ msgstr ""
139
+
140
+ #: includes/class.yith-woocompare-helper.php:54
141
+ msgid "Dimensions"
142
+ msgstr ""
143
+
144
+ #: init.php:42
145
+ msgid ""
146
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
147
+ "WooCommerce in order to work."
148
+ msgstr ""
149
+
150
+ #: init.php:50
151
+ msgid ""
152
+ "You can't activate the free version of YITH WooCommerce Compare while you "
153
+ "are using the premium one."
154
+ msgstr ""
155
+
156
+ #: plugin-options/general-options.php:17
157
+ msgid "General Settings"
158
+ msgstr "Genel Ayarlar"
159
+
160
+ #: plugin-options/general-options.php:24
161
+ msgid "Link or Button"
162
+ msgstr "Link veya Buton"
163
+
164
+ #: plugin-options/general-options.php:25
165
+ #, fuzzy
166
+ msgid "Choose if you want to use a link or a button for the comepare actions."
167
+ msgstr ""
168
+ "Eylem için kullanmak üzere link veya buton seçeneklerinden birini belirleyin."
169
+
170
+ #: plugin-options/general-options.php:31
171
+ msgid "Link"
172
+ msgstr "Link"
173
+
174
+ #: plugin-options/general-options.php:32
175
+ msgid "Button"
176
+ msgstr "Buton"
177
+
178
+ #: plugin-options/general-options.php:37
179
+ msgid "Link/Button text"
180
+ msgstr "Link/Buton Metni"
181
+
182
+ #: plugin-options/general-options.php:38
183
+ msgid "Type the text to use for the button or the link of the compare."
184
+ msgstr "Karşılaştırma butonu veya bağlantısı için kullanılacak metni yazın."
185
+
186
+ #: plugin-options/general-options.php:45
187
+ msgid "Show button in single product page"
188
+ msgstr "Tekli ürün sayfasında buton göster"
189
+
190
+ #: plugin-options/general-options.php:46
191
+ msgid "Say if you want to show the button in the single product page."
192
+ msgstr "Tekli ürün sayfasında buton göstermek isteyip istemediğinizi belirtin."
193
+
194
+ #: plugin-options/general-options.php:53
195
+ msgid "Show button in products list"
196
+ msgstr "Ürün listesinde buton göster"
197
+
198
+ #: plugin-options/general-options.php:54
199
+ msgid "Say if you want to show the button in the products list."
200
+ msgstr "Ürün listesinde buton göstermek isteyip istemediğinizi belirtin."
201
+
202
+ #: plugin-options/general-options.php:61
203
+ msgid "Open automatically lightbox"
204
+ msgstr "Otomatik lightbox aç"
205
+
206
+ #: plugin-options/general-options.php:62
207
+ msgid "Open link after click into \"Compare\" button\"."
208
+ msgstr "\"Karşılaştır\" butonuna tıklandıktan sonra bağlantıyı aç."
209
+
210
+ #: plugin-options/general-options.php:74
211
+ msgid "Table Settings"
212
+ msgstr "Tablo Ayarları"
213
+
214
+ #: plugin-options/general-options.php:81
215
+ msgid "Table title"
216
+ msgstr "Tablo Başlığı"
217
+
218
+ #: plugin-options/general-options.php:82
219
+ msgid "Type the text to use for the table title."
220
+ msgstr "Tablo başlığı metnini buraya yazın."
221
+
222
+ #: plugin-options/general-options.php:84 templates/compare.php:22
223
+ msgid "Compare products"
224
+ msgstr "Ürünleri Karşılaştır"
225
+
226
+ #: plugin-options/general-options.php:89
227
+ msgid "Fields to show"
228
+ msgstr "Gösterilecek alanlar"
229
+
230
+ #: plugin-options/general-options.php:90
231
+ msgid ""
232
+ "Select the fields to show in the comparison table and order them by "
233
+ "drag&drop (are included also the woocommerce attributes)"
234
+ msgstr ""
235
+ "Karşılaştırma tablosunda gösterilecek alanları seçin ve sürükle-bırak "
236
+ "yöntemi ile sıralayın (ayrıca Woocommerce özellikleri dahildir)"
237
+
238
+ #: plugin-options/general-options.php:97
239
+ msgid "Repeat \"Price\" field"
240
+ msgstr ""
241
+
242
+ #: plugin-options/general-options.php:98
243
+ msgid "Repeat the \"Price\" field at the end of the table"
244
+ msgstr ""
245
+
246
+ #: plugin-options/general-options.php:105
247
+ msgid "Repeat \"Add to cart\" field"
248
+ msgstr ""
249
+
250
+ #: plugin-options/general-options.php:106
251
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
252
+ msgstr ""
253
+
254
+ #: plugin-options/general-options.php:113
255
+ msgid "Image size"
256
+ msgstr "Resim Boyutu"
257
+
258
+ #: plugin-options/general-options.php:114
259
+ msgid "Set the size for the images"
260
+ msgstr "Resimlerin boyutlarını belirtin"
261
+
262
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
263
+ msgid ""
264
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
265
+ "benefit from all features!"
266
+ msgstr ""
267
+
268
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
269
+ msgid "UPGRADE"
270
+ msgstr ""
271
+
272
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
273
+ msgid "to the premium version"
274
+ msgstr ""
275
+
276
+ #: templates/admin/premium.php:252
277
+ msgid "Premium Features"
278
+ msgstr ""
279
+
280
+ #: templates/admin/premium.php:260
281
+ msgid "A DEDICATED PAGE"
282
+ msgstr ""
283
+
284
+ #: templates/admin/premium.php:263
285
+ msgid ""
286
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
287
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
288
+ "created automatically in your site and, adding it among the menu entries, "
289
+ "you will be able to give to your users the chance to access it easily "
290
+ "whenever they want."
291
+ msgstr ""
292
+
293
+ #: templates/admin/premium.php:273
294
+ msgid "CATEGORY COMPARATION"
295
+ msgstr ""
296
+
297
+ #: templates/admin/premium.php:276
298
+ msgid ""
299
+ "People are often confused by finding products of different categories in the "
300
+ "comparison table, creating difficulties in comparing the products they are "
301
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
302
+ "need: you will be able to separate the products in the table by category "
303
+ "affinity."
304
+ msgstr ""
305
+
306
+ #: templates/admin/premium.php:292
307
+ msgid "CATEGORY EXCLUSION "
308
+ msgstr ""
309
+
310
+ #: templates/admin/premium.php:295
311
+ msgid ""
312
+ "In your shop there may be product categories you don't want to be affected "
313
+ "by the plugin features, deleting the comparison button for them. The premium "
314
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
315
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
316
+ "of the feature, allowing the comparison only to those products of the "
317
+ "selected categories."
318
+ msgstr ""
319
+
320
+ #: templates/admin/premium.php:305
321
+ msgid "TABLE IMAGE"
322
+ msgstr ""
323
+
324
+ #: templates/admin/premium.php:308
325
+ msgid ""
326
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
327
+ "Select an image, upload it from the option panel and show it ahead of the "
328
+ "table to your users. "
329
+ msgstr ""
330
+
331
+ #: templates/admin/premium.php:324
332
+ msgid "DYNAMIC FIELDS"
333
+ msgstr ""
334
+
335
+ #: templates/admin/premium.php:327
336
+ msgid ""
337
+ "With this precious feature, you will be able to show in the table only the "
338
+ "fields that have information in at least one of the selected products."
339
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
340
+ "be no more empty lines in your comparison table."
341
+ msgstr ""
342
+
343
+ #: templates/admin/premium.php:337
344
+ msgid "SOCIAL NETWORK SHARING"
345
+ msgstr ""
346
+
347
+ #: templates/admin/premium.php:340
348
+ msgid ""
349
+ "One of the most appealing features of the premium version of the plugin.Four "
350
+ "social network sites for your users (Facebook, Twitter, Google + and "
351
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
352
+ "products they have selected."
353
+ msgstr ""
354
+
355
+ #: templates/admin/premium.php:356
356
+ msgid "RELATED PRODUCTS"
357
+ msgstr ""
358
+
359
+ #: templates/admin/premium.php:359
360
+ msgid ""
361
+ "All the products that have common categories and/or tags with those in the "
362
+ "comparison table will be showed in a slider, right under the comparison "
363
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
364
+ "users to discover the shop products of the shop related to those they are "
365
+ "interested into."
366
+ msgstr ""
367
+
368
+ #: templates/admin/premium.php:369
369
+ msgid "CUSTOMIZABLE STYLE"
370
+ msgstr ""
371
+
372
+ #: templates/admin/premium.php:372
373
+ msgid ""
374
+ "An advanced option panel that let you change all the colors of the plugin, "
375
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
376
+ "of your shop.We know it, looks also count... and we give you the right tools "
377
+ "to get to the best result."
378
+ msgstr ""
379
+
380
+ #: templates/admin/premium.php:388
381
+ msgid "CUSTOMIZED ATTRIBUTES"
382
+ msgstr ""
383
+
384
+ #: templates/admin/premium.php:391
385
+ msgid ""
386
+ "Let you users compare products following every feature, and considering also "
387
+ "all those %1$sattributes%2$s that can be manually created in within the "
388
+ "product detail page. Every single detail will be included."
389
+ msgstr ""
390
+
391
+ #: templates/admin/premium.php:401
392
+ msgid "A TAILORED TABLE"
393
+ msgstr ""
394
+
395
+ #: templates/admin/premium.php:404
396
+ msgid ""
397
+ "Select the products you want to compare and the system will offer you the "
398
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
399
+ msgstr ""
400
+
401
+ #: templates/admin/premium.php:420
402
+ msgid "Compare list - widget"
403
+ msgstr ""
404
+
405
+ #: templates/admin/premium.php:423
406
+ msgid ""
407
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
408
+ "complete list of products added to the compare tab and avoid to open the "
409
+ "popup to check its existence. "
410
+ msgstr ""
411
+
412
+ #: templates/admin/premium.php:433
413
+ msgid "Compare counter - widget and shortcode"
414
+ msgstr ""
415
+
416
+ #: templates/admin/premium.php:436
417
+ msgid ""
418
+ "Moreover, if you want to give your users the chance to see in a glance how "
419
+ "many products they have added to the Compare list, feel free to use the "
420
+ "widget or the shortcode included. And their Compare list is always no more "
421
+ "than one click away."
422
+ msgstr ""
423
+
424
+ #: templates/compare.php:77
425
+ msgid "Close window [X]"
426
+ msgstr "Pencereyi Kapat [X]"
427
+
428
+ #: templates/compare.php:107
429
+ msgid "No products added in the compare table."
430
+ msgstr "Karşılaştırma tablosuna herhangi bir ürün eklenmedi."
431
+
432
+ #: widgets/class.yith-woocompare-widget.php:23
433
+ #, fuzzy
434
+ msgid "The widget shows the list of products added in the comparison table."
435
+ msgstr "Widget karşılaştırma tablosuna eklenen ürünlerin listesini gösterir."
436
+
437
+ #: widgets/class.yith-woocompare-widget.php:27
438
+ #, fuzzy
439
+ msgid "YITH WooCommerce Compare Widget"
440
+ msgstr "YITH Woocommerce Karşılaştırma Widgetı"
441
+
442
+ #: widgets/class.yith-woocompare-widget.php:50
443
+ msgid "Clear all"
444
+ msgstr "Hepsini Kaldır"
445
+
446
+ #. Plugin Name of the plugin/theme
447
+ #, fuzzy
448
+ msgid "YITH WooCommerce Compare"
449
+ msgstr "YITH Woocommerce Karşılaştırma Widgetı"
450
+
451
+ #. Plugin URI of the plugin/theme
452
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
453
+ msgstr ""
454
+
455
+ #. Description of the plugin/theme
456
+ msgid ""
457
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
458
+ "to compare in a simple and efficient way products on sale in your shop and "
459
+ "analyze their main features in a single table. <a href=\"https://yithemes."
460
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
461
+ "<strong>YITH</strong></a>."
462
+ msgstr ""
463
+
464
+ #. Author of the plugin/theme
465
+ msgid "YITH"
466
+ msgstr ""
467
+
468
+ #. Author URI of the plugin/theme
469
+ msgid "https://yithemes.com/"
470
+ msgstr ""
471
+
472
+ #~ msgid "Products Compare"
473
+ #~ msgstr "Ürün Karşılaştırma"
474
+
475
+ #~ msgid "Repeat \"Price\" field at the end of the table"
476
+ #~ msgstr "\"Ücret\" alanını tablonun sonuna kadar tekrarla"
477
+
478
+ #~ msgid "Repeat \"Add to cart\" field at the end of the table"
479
+ #~ msgstr "\"Sepete ekle\" alanını tablonun sonuna kadar tekrarla"
480
+
481
+ #~ msgid "Select a date"
482
+ #~ msgstr "Bir tarih seçin"
483
+
484
+ #~ msgid "Hours"
485
+ #~ msgstr "Saat"
486
+
487
+ #~ msgid "Minutes"
488
+ #~ msgstr "Dakika"
489
+
490
+ #~ msgid "Upload"
491
+ #~ msgstr "Yükle"
492
+
493
+ #~ msgid "px"
494
+ #~ msgstr "px"
495
+
496
+ #~ msgid "em"
497
+ #~ msgstr "em"
498
+
499
+ #~ msgid "pt"
500
+ #~ msgstr "pt"
501
+
502
+ #~ msgid "rem"
503
+ #~ msgstr "rem"
504
+
505
+ #~ msgid "Select a font family"
506
+ #~ msgstr "Bir font ailesi seçin"
507
+
508
+ #~ msgid "Regular"
509
+ #~ msgstr "Normal"
510
+
511
+ #~ msgid "Bold"
512
+ #~ msgstr "Kalın"
513
+
514
+ #~ msgid "Extra bold"
515
+ #~ msgstr "Ekstra kalın"
516
+
517
+ #~ msgid "Italic"
518
+ #~ msgstr "İtalik"
519
+
520
+ #~ msgid "Italic bold"
521
+ #~ msgstr "İtalik kalın"
522
+
523
+ #~ msgid "Click to preview"
524
+ #~ msgstr "Önizleme için tıklayın"
languages/yith-woocommerce-compare.pot CHANGED
@@ -1,455 +1,455 @@
1
- # Copyright (C) 2020 YITH WooCommerce Compare
2
- # This file is distributed under the same license as the YITH WooCommerce Compare package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: YITH WooCommerce Compare 2.3.18\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
- "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: includes/class.yith-woocompare-admin.php:119
16
- #: includes/class.yith-woocompare-admin.php:143
17
- msgid "Settings"
18
- msgstr ""
19
-
20
- #: includes/class.yith-woocompare-admin.php:121
21
- msgid "License"
22
- msgstr ""
23
-
24
- #: includes/class.yith-woocompare-admin.php:147
25
- msgid "Premium Version"
26
- msgstr ""
27
-
28
- #: includes/class.yith-woocompare-admin.php:153
29
- msgctxt "Admin Plugin Name"
30
- msgid "WooCommerce Compare"
31
- msgstr ""
32
-
33
- #: includes/class.yith-woocompare-admin.php:154
34
- msgctxt "Admin Plugin Name"
35
- msgid "Compare"
36
- msgstr ""
37
-
38
- #: includes/class.yith-woocompare-admin.php:243
39
- msgid "YITH WooCommerce Compare Activated"
40
- msgstr ""
41
-
42
- #: includes/class.yith-woocompare-admin.php:244
43
- msgid ""
44
- "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
45
- "With this menu, you can access to all the settings of our plugins that you "
46
- "have activated. YITH WooCommerce Compare is available in an outstanding "
47
- "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
48
- msgstr ""
49
-
50
- #: includes/class.yith-woocompare-admin.php:255
51
- msgid "YITH WooCommerce Compare Updated"
52
- msgstr ""
53
-
54
- #: includes/class.yith-woocompare-admin.php:256
55
- msgid ""
56
- "From now on, you can find all the options of YITH WooCommerce Compare under "
57
- "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
58
- "the previous version. When one of our plugins is updated, a new voice will "
59
- "be added to this menu. YITH WooCommerce Compare has been updated with new "
60
- "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
61
- msgstr ""
62
-
63
- #: includes/class.yith-woocompare-admin.php:400
64
- msgid "Do you want to hard crop the image?"
65
- msgstr ""
66
-
67
- #: includes/class.yith-woocompare-frontend.php:223
68
- msgid "Added"
69
- msgstr ""
70
-
71
- #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
72
- msgid "Product Comparison"
73
- msgstr ""
74
-
75
- #: includes/class.yith-woocompare-frontend.php:227
76
- #: includes/class.yith-woocompare-frontend.php:505
77
- #: plugin-options/general-options.php:40
78
- #: widgets/class.yith-woocompare-widget.php:51
79
- msgid "Compare"
80
- msgstr ""
81
-
82
- #: includes/class.yith-woocompare-frontend.php:229
83
- msgctxt "Label for popup close icon"
84
- msgid "Close"
85
- msgstr ""
86
-
87
- #: includes/class.yith-woocompare-frontend.php:384
88
- msgid "In stock"
89
- msgstr ""
90
-
91
- #: includes/class.yith-woocompare-frontend.php:696
92
- msgid "No products to compare"
93
- msgstr ""
94
-
95
- #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
96
- msgid "Remove"
97
- msgstr ""
98
-
99
- #: includes/class.yith-woocompare-helper.php:46
100
- msgid "Image"
101
- msgstr ""
102
-
103
- #: includes/class.yith-woocompare-helper.php:47
104
- #: widgets/class.yith-woocompare-widget.php:68
105
- msgid "Title"
106
- msgstr ""
107
-
108
- #: includes/class.yith-woocompare-helper.php:48
109
- msgid "Price"
110
- msgstr ""
111
-
112
- #: includes/class.yith-woocompare-helper.php:49
113
- msgid "Add to cart"
114
- msgstr ""
115
-
116
- #: includes/class.yith-woocompare-helper.php:50
117
- msgid "Description"
118
- msgstr ""
119
-
120
- #: includes/class.yith-woocompare-helper.php:51
121
- msgid "Sku"
122
- msgstr ""
123
-
124
- #: includes/class.yith-woocompare-helper.php:52
125
- msgid "Availability"
126
- msgstr ""
127
-
128
- #: includes/class.yith-woocompare-helper.php:53
129
- msgid "Weight"
130
- msgstr ""
131
-
132
- #: includes/class.yith-woocompare-helper.php:54
133
- msgid "Dimensions"
134
- msgstr ""
135
-
136
- #: init.php:42
137
- msgid ""
138
- "YITH WooCommerce Compare is enabled but not effective. It requires "
139
- "WooCommerce in order to work."
140
- msgstr ""
141
-
142
- #: init.php:50
143
- msgid ""
144
- "You can't activate the free version of YITH WooCommerce Compare while you "
145
- "are using the premium one."
146
- msgstr ""
147
-
148
- #: plugin-options/general-options.php:17
149
- msgid "General Settings"
150
- msgstr ""
151
-
152
- #: plugin-options/general-options.php:24
153
- msgid "Link or Button"
154
- msgstr ""
155
-
156
- #: plugin-options/general-options.php:25
157
- msgid "Choose if you want to use a link or a button for the comepare actions."
158
- msgstr ""
159
-
160
- #: plugin-options/general-options.php:31
161
- msgid "Link"
162
- msgstr ""
163
-
164
- #: plugin-options/general-options.php:32
165
- msgid "Button"
166
- msgstr ""
167
-
168
- #: plugin-options/general-options.php:37
169
- msgid "Link/Button text"
170
- msgstr ""
171
-
172
- #: plugin-options/general-options.php:38
173
- msgid "Type the text to use for the button or the link of the compare."
174
- msgstr ""
175
-
176
- #: plugin-options/general-options.php:45
177
- msgid "Show button in single product page"
178
- msgstr ""
179
-
180
- #: plugin-options/general-options.php:46
181
- msgid "Say if you want to show the button in the single product page."
182
- msgstr ""
183
-
184
- #: plugin-options/general-options.php:53
185
- msgid "Show button in products list"
186
- msgstr ""
187
-
188
- #: plugin-options/general-options.php:54
189
- msgid "Say if you want to show the button in the products list."
190
- msgstr ""
191
-
192
- #: plugin-options/general-options.php:61
193
- msgid "Open automatically lightbox"
194
- msgstr ""
195
-
196
- #: plugin-options/general-options.php:62
197
- msgid "Open link after click into \"Compare\" button\"."
198
- msgstr ""
199
-
200
- #: plugin-options/general-options.php:74
201
- msgid "Table Settings"
202
- msgstr ""
203
-
204
- #: plugin-options/general-options.php:81
205
- msgid "Table title"
206
- msgstr ""
207
-
208
- #: plugin-options/general-options.php:82
209
- msgid "Type the text to use for the table title."
210
- msgstr ""
211
-
212
- #: plugin-options/general-options.php:84 templates/compare.php:22
213
- msgid "Compare products"
214
- msgstr ""
215
-
216
- #: plugin-options/general-options.php:89
217
- msgid "Fields to show"
218
- msgstr ""
219
-
220
- #: plugin-options/general-options.php:90
221
- msgid ""
222
- "Select the fields to show in the comparison table and order them by "
223
- "drag&drop (are included also the woocommerce attributes)"
224
- msgstr ""
225
-
226
- #: plugin-options/general-options.php:97
227
- msgid "Repeat \"Price\" field"
228
- msgstr ""
229
-
230
- #: plugin-options/general-options.php:98
231
- msgid "Repeat the \"Price\" field at the end of the table"
232
- msgstr ""
233
-
234
- #: plugin-options/general-options.php:105
235
- msgid "Repeat \"Add to cart\" field"
236
- msgstr ""
237
-
238
- #: plugin-options/general-options.php:106
239
- msgid "Repeat the \"Add to cart\" field at the end of the table"
240
- msgstr ""
241
-
242
- #: plugin-options/general-options.php:113
243
- msgid "Image size"
244
- msgstr ""
245
-
246
- #: plugin-options/general-options.php:114
247
- msgid "Set the size for the images"
248
- msgstr ""
249
-
250
- #: templates/admin/premium.php:242 templates/admin/premium.php:448
251
- msgid ""
252
- "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
253
- "benefit from all features!"
254
- msgstr ""
255
-
256
- #: templates/admin/premium.php:245 templates/admin/premium.php:451
257
- msgid "UPGRADE"
258
- msgstr ""
259
-
260
- #: templates/admin/premium.php:246 templates/admin/premium.php:452
261
- msgid "to the premium version"
262
- msgstr ""
263
-
264
- #: templates/admin/premium.php:252
265
- msgid "Premium Features"
266
- msgstr ""
267
-
268
- #: templates/admin/premium.php:260
269
- msgid "A DEDICATED PAGE"
270
- msgstr ""
271
-
272
- #: templates/admin/premium.php:263
273
- msgid ""
274
- "Don't you want to compare your products in a modal window anymore?%3$sWith "
275
- "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
276
- "created automatically in your site and, adding it among the menu entries, "
277
- "you will be able to give to your users the chance to access it easily "
278
- "whenever they want."
279
- msgstr ""
280
-
281
- #: templates/admin/premium.php:273
282
- msgid "CATEGORY COMPARATION"
283
- msgstr ""
284
-
285
- #: templates/admin/premium.php:276
286
- msgid ""
287
- "People are often confused by finding products of different categories in the "
288
- "comparison table, creating difficulties in comparing the products they are "
289
- "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
290
- "need: you will be able to separate the products in the table by category "
291
- "affinity."
292
- msgstr ""
293
-
294
- #: templates/admin/premium.php:292
295
- msgid "CATEGORY EXCLUSION "
296
- msgstr ""
297
-
298
- #: templates/admin/premium.php:295
299
- msgid ""
300
- "In your shop there may be product categories you don't want to be affected "
301
- "by the plugin features, deleting the comparison button for them. The premium "
302
- "version of the plugin offers this too.%3$sAnd there's more! Activating the "
303
- "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
304
- "of the feature, allowing the comparison only to those products of the "
305
- "selected categories."
306
- msgstr ""
307
-
308
- #: templates/admin/premium.php:305
309
- msgid "TABLE IMAGE"
310
- msgstr ""
311
-
312
- #: templates/admin/premium.php:308
313
- msgid ""
314
- "Give a personal touch to the %1$scomparison table%2$s your users will see. "
315
- "Select an image, upload it from the option panel and show it ahead of the "
316
- "table to your users. "
317
- msgstr ""
318
-
319
- #: templates/admin/premium.php:324
320
- msgid "DYNAMIC FIELDS"
321
- msgstr ""
322
-
323
- #: templates/admin/premium.php:327
324
- msgid ""
325
- "With this precious feature, you will be able to show in the table only the "
326
- "fields that have information in at least one of the selected products."
327
- "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
328
- "be no more empty lines in your comparison table."
329
- msgstr ""
330
-
331
- #: templates/admin/premium.php:337
332
- msgid "SOCIAL NETWORK SHARING"
333
- msgstr ""
334
-
335
- #: templates/admin/premium.php:340
336
- msgid ""
337
- "One of the most appealing features of the premium version of the plugin.Four "
338
- "social network sites for your users (Facebook, Twitter, Google + and "
339
- "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
340
- "products they have selected."
341
- msgstr ""
342
-
343
- #: templates/admin/premium.php:356
344
- msgid "RELATED PRODUCTS"
345
- msgstr ""
346
-
347
- #: templates/admin/premium.php:359
348
- msgid ""
349
- "All the products that have common categories and/or tags with those in the "
350
- "comparison table will be showed in a slider, right under the comparison "
351
- "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
352
- "users to discover the shop products of the shop related to those they are "
353
- "interested into."
354
- msgstr ""
355
-
356
- #: templates/admin/premium.php:369
357
- msgid "CUSTOMIZABLE STYLE"
358
- msgstr ""
359
-
360
- #: templates/admin/premium.php:372
361
- msgid ""
362
- "An advanced option panel that let you change all the colors of the plugin, "
363
- "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
364
- "of your shop.We know it, looks also count... and we give you the right tools "
365
- "to get to the best result."
366
- msgstr ""
367
-
368
- #: templates/admin/premium.php:388
369
- msgid "CUSTOMIZED ATTRIBUTES"
370
- msgstr ""
371
-
372
- #: templates/admin/premium.php:391
373
- msgid ""
374
- "Let you users compare products following every feature, and considering also "
375
- "all those %1$sattributes%2$s that can be manually created in within the "
376
- "product detail page. Every single detail will be included."
377
- msgstr ""
378
-
379
- #: templates/admin/premium.php:401
380
- msgid "A TAILORED TABLE"
381
- msgstr ""
382
-
383
- #: templates/admin/premium.php:404
384
- msgid ""
385
- "Select the products you want to compare and the system will offer you the "
386
- "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
387
- msgstr ""
388
-
389
- #: templates/admin/premium.php:420
390
- msgid "Compare list - widget"
391
- msgstr ""
392
-
393
- #: templates/admin/premium.php:423
394
- msgid ""
395
- "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
396
- "complete list of products added to the compare tab and avoid to open the "
397
- "popup to check its existence. "
398
- msgstr ""
399
-
400
- #: templates/admin/premium.php:433
401
- msgid "Compare counter - widget and shortcode"
402
- msgstr ""
403
-
404
- #: templates/admin/premium.php:436
405
- msgid ""
406
- "Moreover, if you want to give your users the chance to see in a glance how "
407
- "many products they have added to the Compare list, feel free to use the "
408
- "widget or the shortcode included. And their Compare list is always no more "
409
- "than one click away."
410
- msgstr ""
411
-
412
- #: templates/compare.php:77
413
- msgid "Close window [X]"
414
- msgstr ""
415
-
416
- #: templates/compare.php:107
417
- msgid "No products added in the compare table."
418
- msgstr ""
419
-
420
- #: widgets/class.yith-woocompare-widget.php:23
421
- msgid "The widget shows the list of products added in the comparison table."
422
- msgstr ""
423
-
424
- #: widgets/class.yith-woocompare-widget.php:27
425
- msgid "YITH WooCommerce Compare Widget"
426
- msgstr ""
427
-
428
- #: widgets/class.yith-woocompare-widget.php:50
429
- msgid "Clear all"
430
- msgstr ""
431
-
432
- #. Plugin Name of the plugin/theme
433
- msgid "YITH WooCommerce Compare"
434
- msgstr ""
435
-
436
- #. Plugin URI of the plugin/theme
437
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
438
- msgstr ""
439
-
440
- #. Description of the plugin/theme
441
- msgid ""
442
- "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
443
- "to compare in a simple and efficient way products on sale in your shop and "
444
- "analyze their main features in a single table. <a href=\"https://yithemes."
445
- "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
446
- "<strong>YITH</strong></a>."
447
- msgstr ""
448
-
449
- #. Author of the plugin/theme
450
- msgid "YITH"
451
- msgstr ""
452
-
453
- #. Author URI of the plugin/theme
454
- msgid "https://yithemes.com/"
455
- msgstr ""
1
+ # Copyright (C) 2020 YITH WooCommerce Compare
2
+ # This file is distributed under the same license as the YITH WooCommerce Compare package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: YITH WooCommerce Compare 2.3.18\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
+ "POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+
15
+ #: includes/class.yith-woocompare-admin.php:119
16
+ #: includes/class.yith-woocompare-admin.php:143
17
+ msgid "Settings"
18
+ msgstr ""
19
+
20
+ #: includes/class.yith-woocompare-admin.php:121
21
+ msgid "License"
22
+ msgstr ""
23
+
24
+ #: includes/class.yith-woocompare-admin.php:147
25
+ msgid "Premium Version"
26
+ msgstr ""
27
+
28
+ #: includes/class.yith-woocompare-admin.php:153
29
+ msgctxt "Admin Plugin Name"
30
+ msgid "WooCommerce Compare"
31
+ msgstr ""
32
+
33
+ #: includes/class.yith-woocompare-admin.php:154
34
+ msgctxt "Admin Plugin Name"
35
+ msgid "Compare"
36
+ msgstr ""
37
+
38
+ #: includes/class.yith-woocompare-admin.php:243
39
+ msgid "YITH WooCommerce Compare Activated"
40
+ msgstr ""
41
+
42
+ #: includes/class.yith-woocompare-admin.php:244
43
+ msgid ""
44
+ "In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
45
+ "With this menu, you can access to all the settings of our plugins that you "
46
+ "have activated. YITH WooCommerce Compare is available in an outstanding "
47
+ "PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
48
+ msgstr ""
49
+
50
+ #: includes/class.yith-woocompare-admin.php:255
51
+ msgid "YITH WooCommerce Compare Updated"
52
+ msgstr ""
53
+
54
+ #: includes/class.yith-woocompare-admin.php:256
55
+ msgid ""
56
+ "From now on, you can find all the options of YITH WooCommerce Compare under "
57
+ "YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
58
+ "the previous version. When one of our plugins is updated, a new voice will "
59
+ "be added to this menu. YITH WooCommerce Compare has been updated with new "
60
+ "available options, <a href=\"%s\">discover the PREMIUM version.</a>"
61
+ msgstr ""
62
+
63
+ #: includes/class.yith-woocompare-admin.php:400
64
+ msgid "Do you want to hard crop the image?"
65
+ msgstr ""
66
+
67
+ #: includes/class.yith-woocompare-frontend.php:223
68
+ msgid "Added"
69
+ msgstr ""
70
+
71
+ #: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
72
+ msgid "Product Comparison"
73
+ msgstr ""
74
+
75
+ #: includes/class.yith-woocompare-frontend.php:227
76
+ #: includes/class.yith-woocompare-frontend.php:505
77
+ #: plugin-options/general-options.php:40
78
+ #: widgets/class.yith-woocompare-widget.php:51
79
+ msgid "Compare"
80
+ msgstr ""
81
+
82
+ #: includes/class.yith-woocompare-frontend.php:229
83
+ msgctxt "Label for popup close icon"
84
+ msgid "Close"
85
+ msgstr ""
86
+
87
+ #: includes/class.yith-woocompare-frontend.php:384
88
+ msgid "In stock"
89
+ msgstr ""
90
+
91
+ #: includes/class.yith-woocompare-frontend.php:696
92
+ msgid "No products to compare"
93
+ msgstr ""
94
+
95
+ #: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
96
+ msgid "Remove"
97
+ msgstr ""
98
+
99
+ #: includes/class.yith-woocompare-helper.php:46
100
+ msgid "Image"
101
+ msgstr ""
102
+
103
+ #: includes/class.yith-woocompare-helper.php:47
104
+ #: widgets/class.yith-woocompare-widget.php:68
105
+ msgid "Title"
106
+ msgstr ""
107
+
108
+ #: includes/class.yith-woocompare-helper.php:48
109
+ msgid "Price"
110
+ msgstr ""
111
+
112
+ #: includes/class.yith-woocompare-helper.php:49
113
+ msgid "Add to cart"
114
+ msgstr ""
115
+
116
+ #: includes/class.yith-woocompare-helper.php:50
117
+ msgid "Description"
118
+ msgstr ""
119
+
120
+ #: includes/class.yith-woocompare-helper.php:51
121
+ msgid "Sku"
122
+ msgstr ""
123
+
124
+ #: includes/class.yith-woocompare-helper.php:52
125
+ msgid "Availability"
126
+ msgstr ""
127
+
128
+ #: includes/class.yith-woocompare-helper.php:53
129
+ msgid "Weight"
130
+ msgstr ""
131
+
132
+ #: includes/class.yith-woocompare-helper.php:54
133
+ msgid "Dimensions"
134
+ msgstr ""
135
+
136
+ #: init.php:42
137
+ msgid ""
138
+ "YITH WooCommerce Compare is enabled but not effective. It requires "
139
+ "WooCommerce in order to work."
140
+ msgstr ""
141
+
142
+ #: init.php:50
143
+ msgid ""
144
+ "You can't activate the free version of YITH WooCommerce Compare while you "
145
+ "are using the premium one."
146
+ msgstr ""
147
+
148
+ #: plugin-options/general-options.php:17
149
+ msgid "General Settings"
150
+ msgstr ""
151
+
152
+ #: plugin-options/general-options.php:24
153
+ msgid "Link or Button"
154
+ msgstr ""
155
+
156
+ #: plugin-options/general-options.php:25
157
+ msgid "Choose if you want to use a link or a button for the comepare actions."
158
+ msgstr ""
159
+
160
+ #: plugin-options/general-options.php:31
161
+ msgid "Link"
162
+ msgstr ""
163
+
164
+ #: plugin-options/general-options.php:32
165
+ msgid "Button"
166
+ msgstr ""
167
+
168
+ #: plugin-options/general-options.php:37
169
+ msgid "Link/Button text"
170
+ msgstr ""
171
+
172
+ #: plugin-options/general-options.php:38
173
+ msgid "Type the text to use for the button or the link of the compare."
174
+ msgstr ""
175
+
176
+ #: plugin-options/general-options.php:45
177
+ msgid "Show button in single product page"
178
+ msgstr ""
179
+
180
+ #: plugin-options/general-options.php:46
181
+ msgid "Say if you want to show the button in the single product page."
182
+ msgstr ""
183
+
184
+ #: plugin-options/general-options.php:53
185
+ msgid "Show button in products list"
186
+ msgstr ""
187
+
188
+ #: plugin-options/general-options.php:54
189
+ msgid "Say if you want to show the button in the products list."
190
+ msgstr ""
191
+
192
+ #: plugin-options/general-options.php:61
193
+ msgid "Open automatically lightbox"
194
+ msgstr ""
195
+
196
+ #: plugin-options/general-options.php:62
197
+ msgid "Open link after click into \"Compare\" button\"."
198
+ msgstr ""
199
+
200
+ #: plugin-options/general-options.php:74
201
+ msgid "Table Settings"
202
+ msgstr ""
203
+
204
+ #: plugin-options/general-options.php:81
205
+ msgid "Table title"
206
+ msgstr ""
207
+
208
+ #: plugin-options/general-options.php:82
209
+ msgid "Type the text to use for the table title."
210
+ msgstr ""
211
+
212
+ #: plugin-options/general-options.php:84 templates/compare.php:22
213
+ msgid "Compare products"
214
+ msgstr ""
215
+
216
+ #: plugin-options/general-options.php:89
217
+ msgid "Fields to show"
218
+ msgstr ""
219
+
220
+ #: plugin-options/general-options.php:90
221
+ msgid ""
222
+ "Select the fields to show in the comparison table and order them by "
223
+ "drag&drop (are included also the woocommerce attributes)"
224
+ msgstr ""
225
+
226
+ #: plugin-options/general-options.php:97
227
+ msgid "Repeat \"Price\" field"
228
+ msgstr ""
229
+
230
+ #: plugin-options/general-options.php:98
231
+ msgid "Repeat the \"Price\" field at the end of the table"
232
+ msgstr ""
233
+
234
+ #: plugin-options/general-options.php:105
235
+ msgid "Repeat \"Add to cart\" field"
236
+ msgstr ""
237
+
238
+ #: plugin-options/general-options.php:106
239
+ msgid "Repeat the \"Add to cart\" field at the end of the table"
240
+ msgstr ""
241
+
242
+ #: plugin-options/general-options.php:113
243
+ msgid "Image size"
244
+ msgstr ""
245
+
246
+ #: plugin-options/general-options.php:114
247
+ msgid "Set the size for the images"
248
+ msgstr ""
249
+
250
+ #: templates/admin/premium.php:242 templates/admin/premium.php:448
251
+ msgid ""
252
+ "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
253
+ "benefit from all features!"
254
+ msgstr ""
255
+
256
+ #: templates/admin/premium.php:245 templates/admin/premium.php:451
257
+ msgid "UPGRADE"
258
+ msgstr ""
259
+
260
+ #: templates/admin/premium.php:246 templates/admin/premium.php:452
261
+ msgid "to the premium version"
262
+ msgstr ""
263
+
264
+ #: templates/admin/premium.php:252
265
+ msgid "Premium Features"
266
+ msgstr ""
267
+
268
+ #: templates/admin/premium.php:260
269
+ msgid "A DEDICATED PAGE"
270
+ msgstr ""
271
+
272
+ #: templates/admin/premium.php:263
273
+ msgid ""
274
+ "Don't you want to compare your products in a modal window anymore?%3$sWith "
275
+ "the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
276
+ "created automatically in your site and, adding it among the menu entries, "
277
+ "you will be able to give to your users the chance to access it easily "
278
+ "whenever they want."
279
+ msgstr ""
280
+
281
+ #: templates/admin/premium.php:273
282
+ msgid "CATEGORY COMPARATION"
283
+ msgstr ""
284
+
285
+ #: templates/admin/premium.php:276
286
+ msgid ""
287
+ "People are often confused by finding products of different categories in the "
288
+ "comparison table, creating difficulties in comparing the products they are "
289
+ "interested into.The %1$s\"Compare by category\"%2$s option exists for this "
290
+ "need: you will be able to separate the products in the table by category "
291
+ "affinity."
292
+ msgstr ""
293
+
294
+ #: templates/admin/premium.php:292
295
+ msgid "CATEGORY EXCLUSION "
296
+ msgstr ""
297
+
298
+ #: templates/admin/premium.php:295
299
+ msgid ""
300
+ "In your shop there may be product categories you don't want to be affected "
301
+ "by the plugin features, deleting the comparison button for them. The premium "
302
+ "version of the plugin offers this too.%3$sAnd there's more! Activating the "
303
+ "%1$s\"Reverse exclusion list\"%2$s option, you can also invert the behavior "
304
+ "of the feature, allowing the comparison only to those products of the "
305
+ "selected categories."
306
+ msgstr ""
307
+
308
+ #: templates/admin/premium.php:305
309
+ msgid "TABLE IMAGE"
310
+ msgstr ""
311
+
312
+ #: templates/admin/premium.php:308
313
+ msgid ""
314
+ "Give a personal touch to the %1$scomparison table%2$s your users will see. "
315
+ "Select an image, upload it from the option panel and show it ahead of the "
316
+ "table to your users. "
317
+ msgstr ""
318
+
319
+ #: templates/admin/premium.php:324
320
+ msgid "DYNAMIC FIELDS"
321
+ msgstr ""
322
+
323
+ #: templates/admin/premium.php:327
324
+ msgid ""
325
+ "With this precious feature, you will be able to show in the table only the "
326
+ "fields that have information in at least one of the selected products."
327
+ "%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s option and there will "
328
+ "be no more empty lines in your comparison table."
329
+ msgstr ""
330
+
331
+ #: templates/admin/premium.php:337
332
+ msgid "SOCIAL NETWORK SHARING"
333
+ msgstr ""
334
+
335
+ #: templates/admin/premium.php:340
336
+ msgid ""
337
+ "One of the most appealing features of the premium version of the plugin.Four "
338
+ "social network sites for your users (Facebook, Twitter, Google + and "
339
+ "Pinterest) and the email system %1$sto share%2$s the comparison table of the "
340
+ "products they have selected."
341
+ msgstr ""
342
+
343
+ #: templates/admin/premium.php:356
344
+ msgid "RELATED PRODUCTS"
345
+ msgstr ""
346
+
347
+ #: templates/admin/premium.php:359
348
+ msgid ""
349
+ "All the products that have common categories and/or tags with those in the "
350
+ "comparison table will be showed in a slider, right under the comparison "
351
+ "table.%3$sA completely %1$s\"touch friendly\"%2$s slider to encourage your "
352
+ "users to discover the shop products of the shop related to those they are "
353
+ "interested into."
354
+ msgstr ""
355
+
356
+ #: templates/admin/premium.php:369
357
+ msgid "CUSTOMIZABLE STYLE"
358
+ msgstr ""
359
+
360
+ #: templates/admin/premium.php:372
361
+ msgid ""
362
+ "An advanced option panel that let you change all the colors of the plugin, "
363
+ "so that you can adapt stylistically all its elements %1$sto the layout%2$s "
364
+ "of your shop.We know it, looks also count... and we give you the right tools "
365
+ "to get to the best result."
366
+ msgstr ""
367
+
368
+ #: templates/admin/premium.php:388
369
+ msgid "CUSTOMIZED ATTRIBUTES"
370
+ msgstr ""
371
+
372
+ #: templates/admin/premium.php:391
373
+ msgid ""
374
+ "Let you users compare products following every feature, and considering also "
375
+ "all those %1$sattributes%2$s that can be manually created in within the "
376
+ "product detail page. Every single detail will be included."
377
+ msgstr ""
378
+
379
+ #: templates/admin/premium.php:401
380
+ msgid "A TAILORED TABLE"
381
+ msgstr ""
382
+
383
+ #: templates/admin/premium.php:404
384
+ msgid ""
385
+ "Select the products you want to compare and the system will offer you the "
386
+ "%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
387
+ msgstr ""
388
+
389
+ #: templates/admin/premium.php:420
390
+ msgid "Compare list - widget"
391
+ msgstr ""
392
+
393
+ #: templates/admin/premium.php:423
394
+ msgid ""
395
+ "Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
396
+ "complete list of products added to the compare tab and avoid to open the "
397
+ "popup to check its existence. "
398
+ msgstr ""
399
+
400
+ #: templates/admin/premium.php:433
401
+ msgid "Compare counter - widget and shortcode"
402
+ msgstr ""
403
+
404
+ #: templates/admin/premium.php:436
405
+ msgid ""
406
+ "Moreover, if you want to give your users the chance to see in a glance how "
407
+ "many products they have added to the Compare list, feel free to use the "
408
+ "widget or the shortcode included. And their Compare list is always no more "
409
+ "than one click away."
410
+ msgstr ""
411
+
412
+ #: templates/compare.php:77
413
+ msgid "Close window [X]"
414
+ msgstr ""
415
+
416
+ #: templates/compare.php:107
417
+ msgid "No products added in the compare table."
418
+ msgstr ""
419
+
420
+ #: widgets/class.yith-woocompare-widget.php:23
421
+ msgid "The widget shows the list of products added in the comparison table."
422
+ msgstr ""
423
+
424
+ #: widgets/class.yith-woocompare-widget.php:27
425
+ msgid "YITH WooCommerce Compare Widget"
426
+ msgstr ""
427
+
428
+ #: widgets/class.yith-woocompare-widget.php:50
429
+ msgid "Clear all"
430
+ msgstr ""
431
+
432
+ #. Plugin Name of the plugin/theme
433
+ msgid "YITH WooCommerce Compare"
434
+ msgstr ""
435
+
436
+ #. Plugin URI of the plugin/theme
437
+ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
438
+ msgstr ""
439
+
440
+ #. Description of the plugin/theme
441
+ msgid ""
442
+ "The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
443
+ "to compare in a simple and efficient way products on sale in your shop and "
444
+ "analyze their main features in a single table. <a href=\"https://yithemes."
445
+ "com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
446
+ "<strong>YITH</strong></a>."
447
+ msgstr ""
448
+
449
+ #. Author of the plugin/theme
450
+ msgid "YITH"
451
+ msgstr ""
452
+
453
+ #. Author URI of the plugin/theme
454
+ msgid "https://yithemes.com/"
455
+ msgstr ""
plugin-fw/.jshintrc CHANGED
@@ -1,26 +1,26 @@
1
- {
2
- "boss": true,
3
- "curly": true,
4
- "eqeqeq": true,
5
- "eqnull": true,
6
- "es3": true,
7
- "expr": true,
8
- "immed": true,
9
- "noarg": true,
10
- "onevar": true,
11
- "trailing": true,
12
- "undef": true,
13
- "unused": true,
14
-
15
- "browser": true,
16
-
17
- "globals": {
18
- "_": false,
19
- "Backbone": false,
20
- "jQuery": true,
21
- "console": true,
22
- "alert": true,
23
- "JSON": false,
24
- "wp": false
25
- }
26
- }
1
+ {
2
+ "boss": true,
3
+ "curly": true,
4
+ "eqeqeq": true,
5
+ "eqnull": true,
6
+ "es3": true,
7
+ "expr": true,
8
+ "immed": true,
9
+ "noarg": true,
10
+ "onevar": true,
11
+ "trailing": true,
12
+ "undef": true,
13
+ "unused": true,
14
+
15
+ "browser": true,
16
+
17
+ "globals": {
18
+ "_": false,
19
+ "Backbone": false,
20
+ "jQuery": true,
21
+ "console": true,
22
+ "alert": true,
23
+ "JSON": false,
24
+ "wp": false
25
+ }
26
+ }
plugin-fw/Gruntfile.js CHANGED
@@ -1,96 +1,96 @@
1
- /**
2
- * in vagrant ssh, launch:
3
- * - npm install
4
- * - grunt (or use npm scripts in package.json)
5
- */
6
-
7
- const potInfo = {
8
- potFilename: 'yith-plugin-fw.pot',
9
- potHeaders : {
10
- poedit : true, // Includes common Poedit headers.
11
- 'x-poedit-keywordslist': true, // Include a list of all possible gettext functions.
12
- 'report-msgid-bugs-to' : 'YITH <plugins@yithemes.com>',
13
- 'language-team' : 'YITH <info@yithemes.com>'
14
- }
15
- };
16
-
17
- module.exports = function ( grunt ) {
18
- 'use strict';
19
-
20
- grunt.initConfig( {
21
- dirs: {
22
- css: 'assets/css',
23
- js : 'assets/js'
24
- },
25
-
26
- uglify: {
27
- options: {
28
- ie8 : true,
29
- parse : {
30
- strict: false
31
- },
32
- output: {
33
- comments: /@license|@preserve|^!/
34
- }
35
- },
36
- common : {
37
- files: [{
38
- expand: true,
39
- cwd : '<%= dirs.js %>/',
40
- src : ['*.js', '!*.min.js'],
41
- dest : '<%= dirs.js %>/',
42
- rename: function ( dst, src ) {
43
- // To keep the source js files and make new files as `*.min.js`:
44
- return dst + '/' + src.replace( '.js', '.min.js' );
45
- }
46
- }]
47
- }
48
- },
49
-
50
- jshint: {
51
- options: {
52
- jshintrc: '.jshintrc'
53
- },
54
- all : [
55
- '<%= dirs.js %>/*.js',
56
- '!<%= dirs.js %>/*.min.js'
57
- ]
58
- },
59
-
60
-
61
- makepot: {
62
- options: {
63
- type : 'wp-plugin',
64
- domainPath : 'languages',
65
- domain : 'yith-plugin-fw',
66
- potHeaders : potInfo.potHeaders,
67
- updatePoFiles: true
68
- },
69
- dist : {
70
- options: {
71
- potFilename: potInfo.potFilename,
72
- exclude : [
73
- 'node_modules/.*',
74
- 'tests/.*',
75
- 'tmp/.*'
76
- ]
77
- }
78
- }
79
- }
80
-
81
- } );
82
-
83
- // Load NPM tasks to be used here.
84
- grunt.loadNpmTasks( 'grunt-wp-i18n' );
85
-
86
- // Use uglify-es (instead of uglify) to uglify also JS for ES6.
87
- grunt.loadNpmTasks( 'grunt-contrib-uglify-es' );
88
-
89
- // Register tasks.
90
- grunt.registerTask( 'js', ['uglify'] );
91
- grunt.registerTask( 'i18n', ['makepot'] );
92
- grunt.registerTask( 'default', [
93
- 'js',
94
- 'i18n'
95
- ] );
96
- };
1
+ /**
2
+ * in vagrant ssh, launch:
3
+ * - npm install
4
+ * - grunt (or use npm scripts in package.json)
5
+ */
6
+
7
+ const potInfo = {
8
+ potFilename: 'yith-plugin-fw.pot',
9
+ potHeaders : {
10
+ poedit : true, // Includes common Poedit headers.
11
+ 'x-poedit-keywordslist': true, // Include a list of all possible gettext functions.
12
+ 'report-msgid-bugs-to' : 'YITH <plugins@yithemes.com>',
13
+ 'language-team' : 'YITH <info@yithemes.com>'
14
+ }
15
+ };
16
+
17
+ module.exports = function ( grunt ) {
18
+ 'use strict';
19
+
20
+ grunt.initConfig( {
21
+ dirs: {
22
+ css: 'assets/css',
23
+ js : 'assets/js'
24
+ },
25
+
26
+ uglify: {
27
+ options: {
28
+ ie8 : true,
29
+ parse : {
30
+ strict: false
31
+ },
32
+ output: {
33
+ comments: /@license|@preserve|^!/
34
+ }
35
+ },
36
+ common : {
37
+ files: [{
38
+ expand: true,
39
+ cwd : '<%= dirs.js %>/',
40
+ src : ['*.js', '!*.min.js'],
41
+ dest : '<%= dirs.js %>/',
42
+ rename: function ( dst, src ) {
43
+ // To keep the source js files and make new files as `*.min.js`:
44
+ return dst + '/' + src.replace( '.js', '.min.js' );
45
+ }
46
+ }]
47
+ }
48
+ },
49
+
50
+ jshint: {
51
+ options: {
52
+ jshintrc: '.jshintrc'
53
+ },
54
+ all : [
55
+ '<%= dirs.js %>/*.js',
56
+ '!<%= dirs.js %>/*.min.js'
57
+ ]
58
+ },
59
+
60
+
61
+ makepot: {
62
+ options: {
63
+ type : 'wp-plugin',
64
+ domainPath : 'languages',
65
+ domain : 'yith-plugin-fw',
66
+ potHeaders : potInfo.potHeaders,
67
+ updatePoFiles: true
68
+ },
69
+ dist : {
70
+ options: {
71
+ potFilename: potInfo.potFilename,
72
+ exclude : [
73
+ 'node_modules/.*',
74
+ 'tests/.*',
75
+ 'tmp/.*'
76
+ ]
77
+ }
78
+ }
79
+ }
80
+
81
+ } );
82
+
83
+ // Load NPM tasks to be used here.
84
+ grunt.loadNpmTasks( 'grunt-wp-i18n' );
85
+
86
+ // Use uglify-es (instead of uglify) to uglify also JS for ES6.
87
+ grunt.loadNpmTasks( 'grunt-contrib-uglify-es' );
88
+
89
+ // Register tasks.
90
+ grunt.registerTask( 'js', ['uglify'] );
91
+ grunt.registerTask( 'i18n', ['makepot'] );
92
+ grunt.registerTask( 'default', [
93
+ 'js',
94
+ 'i18n'
95
+ ] );
96
+ };
plugin-fw/assets/css/admin.css CHANGED
@@ -1,196 +1,196 @@
1
- /*-----------------------
2
- YITH Debug
3
- ------------------------*/
4
- #wpadminbar .yith-debug-admin-bar div,
5
- #wpadminbar .yith-debug-admin-bar:hover div {
6
- background: #05789c !important;
7
- color: #fff !important;
8
- }
9
-
10
- #wpadminbar .yith-debug-admin-bar a,
11
- #wpadminbar .yith-debug-admin-bar strong {
12
- color: #fff !important;
13
- }
14
-
15
- #wpadminbar .yith-debug-admin-bar strong {
16
- font-weight: 600;
17
- }
18
-
19
- #wpadminbar .yith-debug-admin-bar-post-meta .ab-empty-item,
20
- #wpadminbar .yith-debug-admin-bar-option .ab-empty-item {
21
- display: none;
22
- }
23
-
24
- #wpadminbar #wp-admin-bar-yith-debug-admin-bar-post-meta-default,
25
- #wpadminbar #wp-admin-bar-yith-debug-admin-bar-option-default {
26
- padding: 0;
27
- max-height: 500px;
28
- overflow-y: auto;
29
- }
30
-
31
- #wpadminbar .yith-debug-admin-bar pre {
32
- padding: 10px;
33
- line-height: 1.5em;
34
- }
35
-
36
- .notice-yith {
37
- margin-left: 0;
38
- border-left-color: #acc327;
39
- }
40
-
41
- .notice-yith.notice-alt {
42
- background-color: #ecf7ed;
43
- }
44
-
45
- .yith-promo-banner-image-link {
46
- display: block;
47
- margin-bottom: 15px;
48
- }
49
-
50
- .yith-promo-banner-image {
51
- max-width: 100%;
52
- margin: 0 auto;
53
- display: block;
54
- }
55
-
56
- /*-----------------------
57
- YITH FEEDS
58
- ------------------------*/
59
-
60
- .yith-feeds-logo {
61
- display: table-cell;
62
- background: #005b7c;
63
- padding: 5px;
64
- border-radius: 50%;
65
- margin-right: 10px;
66
- vertical-align: text-bottom;
67
- width: 18px;
68
- height: auto;
69
- vertical-align: middle;
70
- }
71
-
72
- .yith-feeds-plugin-name {
73
- display: table-cell;
74
- vertical-align: middle;
75
- }
76
-
77
- /*-----------------------
78
- YITH Plugins Columns
79
- ------------------------*/
80
- @media screen and (min-width: 783px) {
81
-
82
- .auto-fold #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu-head {
83
- width: 100%;
84
- }
85
-
86
- #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu {
87
- min-width: 320px;
88
- display: flex;
89
- flex-flow: row wrap;
90
- }
91
-
92
- #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
93
- width: 50%;
94
- border-left: 1px solid #555;
95
- box-sizing: border-box;
96
- }
97
-
98
- #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(2n) {
99
- border-left: none;
100
- }
101
-
102
- #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu {
103
- min-width: 480px;
104
- display: flex;
105
- flex-flow: row wrap;
106
- }
107
-
108
- #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
109
- width: calc(100% / 3);
110
- border-left: 1px solid #555;
111
- box-sizing: border-box;
112
- }
113
-
114
- #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(3n + 2) {
115
- border-left: none;
116
- }
117
- }
118
-
119
- /*---------------------------
120
- YITH System Information
121
- ----------------------------*/
122
- .yith-phpinfo img {
123
- float: right;
124
- border: 0;
125
- }
126
-
127
- #yith-system-alert span.yith-logo,
128
- .yith-system-info h1 span.yith-logo {
129
- border-radius: 50%;
130
- background: #265b7a;
131
- height: 30px;
132
- width: 30px;
133
- display: flex;
134
- text-align: center;
135
- margin: 0 10px 0 0;
136
- float: left;
137
- align-items: center;
138
- justify-content: center;
139
- }
140
-
141
- .yith-system-info table {
142
- margin: 20px 0;
143
- }
144
-
145
- .yith-system-info table th {
146
- font-weight: bold;
147
- width: 25%;
148
- padding: 20px 12px;
149
- }
150
-
151
- .yith-system-info table td {
152
- word-break: break-all;
153
- padding: 20px 12px;
154
- }
155
-
156
- .yith-system-info table td.requirement-value {
157
- font-size: 14px;
158
- vertical-align: middle;
159
- text-align: left;
160
- color: #5da726;
161
- line-height: 19px;
162
- width: 90px;
163
- }
164
-
165
- .yith-system-info table td.requirement-value.has-errors {
166
- color: #a00;
167
- }
168
-
169
- .yith-system-info table td.requirement-value.has-warnings {
170
- color: #ffa200;
171
- }
172
-
173
- .yith-system-info table td.requirement-messages ul {
174
- margin: 0;
175
- padding: 0 0 10px 0;
176
- list-style: none!important;
177
- }
178
-
179
- .yith-system-info table td.requirement-messages ul li {
180
- margin-bottom: 3px;
181
- }
182
-
183
- .yith-system-info table td.requirement-messages ul li span.error {
184
- color: #a00;
185
- font-weight: bold;
186
- }
187
-
188
- .yith-system-info table td.requirement-messages ul li span.warning {
189
- color: #a00;
190
- font-weight: bold;
191
- }
192
-
193
- .yith-system-info-menu {
194
- font-weight: bold;
195
- font-size: 11px !important;
196
- }
1
+ /*-----------------------
2
+ YITH Debug
3
+ ------------------------*/
4
+ #wpadminbar .yith-debug-admin-bar div,
5
+ #wpadminbar .yith-debug-admin-bar:hover div {
6
+ background: #05789c !important;
7
+ color: #fff !important;
8
+ }
9
+
10
+ #wpadminbar .yith-debug-admin-bar a,
11
+ #wpadminbar .yith-debug-admin-bar strong {
12
+ color: #fff !important;
13
+ }
14
+
15
+ #wpadminbar .yith-debug-admin-bar strong {
16
+ font-weight: 600;
17
+ }
18
+
19
+ #wpadminbar .yith-debug-admin-bar-post-meta .ab-empty-item,
20
+ #wpadminbar .yith-debug-admin-bar-option .ab-empty-item {
21
+ display: none;
22
+ }
23
+
24
+ #wpadminbar #wp-admin-bar-yith-debug-admin-bar-post-meta-default,
25
+ #wpadminbar #wp-admin-bar-yith-debug-admin-bar-option-default {
26
+ padding: 0;
27
+ max-height: 500px;
28
+ overflow-y: auto;
29
+ }
30
+
31
+ #wpadminbar .yith-debug-admin-bar pre {
32
+ padding: 10px;
33
+ line-height: 1.5em;
34
+ }
35
+
36
+ .notice-yith {
37
+ margin-left: 0;
38
+ border-left-color: #acc327;
39
+ }
40
+
41
+ .notice-yith.notice-alt {
42
+ background-color: #ecf7ed;
43
+ }
44
+
45
+ .yith-promo-banner-image-link {
46
+ display: block;
47
+ margin-bottom: 15px;
48
+ }
49
+
50
+ .yith-promo-banner-image {
51
+ max-width: 100%;
52
+ margin: 0 auto;
53
+ display: block;
54
+ }
55
+
56
+ /*-----------------------
57
+ YITH FEEDS
58
+ ------------------------*/
59
+
60
+ .yith-feeds-logo {
61
+ display: table-cell;
62
+ background: #005b7c;
63
+ padding: 5px;
64
+ border-radius: 50%;
65
+ margin-right: 10px;
66
+ vertical-align: text-bottom;
67
+ width: 18px;
68
+ height: auto;
69
+ vertical-align: middle;
70
+ }
71
+
72
+ .yith-feeds-plugin-name {
73
+ display: table-cell;
74
+ vertical-align: middle;
75
+ }
76
+
77
+ /*-----------------------
78
+ YITH Plugins Columns
79
+ ------------------------*/
80
+ @media screen and (min-width: 783px) {
81
+
82
+ .auto-fold #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu-head {
83
+ width: 100%;
84
+ }
85
+
86
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu {
87
+ min-width: 320px;
88
+ display: flex;
89
+ flex-flow: row wrap;
90
+ }
91
+
92
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
93
+ width: 50%;
94
+ border-left: 1px solid #555;
95
+ box-sizing: border-box;
96
+ }
97
+
98
+ #adminmenu .yith-plugin-fw-menu-2-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(2n) {
99
+ border-left: none;
100
+ }
101
+
102
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu {
103
+ min-width: 480px;
104
+ display: flex;
105
+ flex-flow: row wrap;
106
+ }
107
+
108
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head) {
109
+ width: calc(100% / 3);
110
+ border-left: 1px solid #555;
111
+ box-sizing: border-box;
112
+ }
113
+
114
+ #adminmenu .yith-plugin-fw-menu-3-columns.wp-not-current-submenu .wp-submenu li:not(.wp-submenu-head):nth-child(3n + 2) {
115
+ border-left: none;
116
+ }
117
+ }
118
+
119
+ /*---------------------------
120
+ YITH System Information
121
+ ----------------------------*/
122
+ .yith-phpinfo img {
123
+ float: right;
124
+ border: 0;
125
+ }
126
+
127
+ #yith-system-alert span.yith-logo,
128
+ .yith-system-info h1 span.yith-logo {
129
+ border-radius: 50%;
130
+ background: #265b7a;
131
+ height: 30px;
132
+ width: 30px;
133
+ display: flex;
134
+ text-align: center;
135
+ margin: 0 10px 0 0;
136
+ float: left;
137
+ align-items: center;
138
+ justify-content: center;
139
+ }
140
+
141
+ .yith-system-info table {
142
+ margin: 20px 0;
143
+ }
144
+
145
+ .yith-system-info table th {
146
+ font-weight: bold;
147
+ width: 25%;
148
+ padding: 20px 12px;
149
+ }
150
+
151
+ .yith-system-info table td {
152
+ word-break: break-all;
153
+ padding: 20px 12px;
154
+ }
155
+
156
+ .yith-system-info table td.requirement-value {
157
+ font-size: 14px;
158
+ vertical-align: middle;
159
+ text-align: left;
160
+ color: #5da726;
161
+ line-height: 19px;
162
+ width: 90px;
163
+ }
164
+
165
+ .yith-system-info table td.requirement-value.has-errors {
166
+ color: #a00;
167
+ }
168
+
169
+ .yith-system-info table td.requirement-value.has-warnings {
170
+ color: #ffa200;
171
+ }
172
+
173
+ .yith-system-info table td.requirement-messages ul {
174
+ margin: 0;
175
+ padding: 0 0 10px 0;
176
+ list-style: none!important;
177
+ }
178
+
179
+ .yith-system-info table td.requirement-messages ul li {
180
+ margin-bottom: 3px;
181
+ }
182
+
183
+ .yith-system-info table td.requirement-messages ul li span.error {
184
+ color: #a00;
185
+ font-weight: bold;
186
+ }
187
+
188
+ .yith-system-info table td.requirement-messages ul li span.warning {
189
+ color: #a00;
190
+ font-weight: bold;
191
+ }
192
+
193
+ .yith-system-info-menu {
194
+ font-weight: bold;
195
+ font-size: 11px !important;
196
+ }
plugin-fw/assets/css/codemirror/codemirror.css CHANGED
@@ -1,260 +1,260 @@
1
- /* BASICS */
2
-
3
- .CodeMirror {
4
- /* Set height, width, borders, and global font properties here */
5
- font-family: monospace;
6
- height: 400px;
7
- clear: both;
8
- padding: 0;
9
- }
10
- .CodeMirror-scroll {
11
- /* Set scrolling behaviour here */
12
- overflow: auto;
13
- }
14
-
15
- /* PADDING */
16
-
17
- .CodeMirror-lines {
18
- padding: 4px 0; /* Vertical padding around content */
19
- }
20
- .CodeMirror pre {
21
- padding: 0 4px; /* Horizontal padding of content */
22
- }
23
-
24
- .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
25
- background-color: white; /* The little square between H and V scrollbars */
26
- }
27
-
28
- /* GUTTER */
29
-
30
- .CodeMirror-gutters {
31
- border-right: 1px solid #ddd;
32
- background-color: #f7f7f7;
33
- white-space: nowrap;
34
- }
35
- .CodeMirror-linenumbers {}
36
- .CodeMirror-linenumber {
37
- padding: 0 3px 0 5px;
38
- min-width: 20px;
39
- text-align: right;
40
- color: #999;
41
- }
42
-
43
- /* CURSOR */
44
-
45
- .CodeMirror div.CodeMirror-cursor {
46
- border-left: 1px solid black;
47
- z-index: 3;
48
- }
49
- /* Shown when moving in bi-directional text */
50
- .CodeMirror div.CodeMirror-secondarycursor {
51
- border-left: 1px solid silver;
52
- }
53
- .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
54
- width: auto;
55
- border: 0;
56
- background: #7e7;
57
- z-index: 1;
58
- }
59
- /* Can style cursor different in overwrite (non-insert) mode */
60
- .CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
61
-
62
- .cm-tab { display: inline-block; }
63
-
64
- /* DEFAULT THEME */
65
-
66
- .cm-s-default .cm-keyword {color: #708;}
67
- .cm-s-default .cm-atom {color: #219;}
68
- .cm-s-default .cm-number {color: #164;}
69
- .cm-s-default .cm-def {color: #00f;}
70
- .cm-s-default .cm-variable {color: black;}
71
- .cm-s-default .cm-variable-2 {color: #05a;}
72
- .cm-s-default .cm-variable-3 {color: #085;}
73
- .cm-s-default .cm-property {color: black;}
74
- .cm-s-default .cm-operator {color: black;}
75
- .cm-s-default .cm-comment {color: #a50;}
76
- .cm-s-default .cm-string {color: #a11;}
77
- .cm-s-default .cm-string-2 {color: #f50;}
78
- .cm-s-default .cm-meta {color: #555;}
79
- .cm-s-default .cm-error {color: #f00;}
80
- .cm-s-default .cm-qualifier {color: #555;}
81
- .cm-s-default .cm-builtin {color: #30a;}
82
- .cm-s-default .cm-bracket {color: #997;}
83
- .cm-s-default .cm-tag {color: #170;}
84
- .cm-s-default .cm-attribute {color: #00c;}
85
- .cm-s-default .cm-header {color: blue;}
86
- .cm-s-default .cm-quote {color: #090;}
87
- .cm-s-default .cm-hr {color: #999;}
88
- .cm-s-default .cm-link {color: #00c;}
89
-
90
- .cm-negative {color: #d44;}
91
- .cm-positive {color: #292;}
92
- .cm-header, .cm-strong {font-weight: bold;}
93
- .cm-em {font-style: italic;}
94
- .cm-link {text-decoration: underline;}
95
-
96
- .cm-invalidchar {color: #f00;}
97
-
98
- div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
99
- div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
100
-
101
- /* STOP */
102
-
103
- /* The rest of this file contains styles related to the mechanics of
104
- the editor. You probably shouldn't touch them. */
105
-
106
- .CodeMirror {
107
- line-height: 1;
108
- position: relative;
109
- overflow: hidden;
110
- background: #fafafa;
111
- color: black;
112
- }
113
-
114
- .CodeMirror-scroll {
115
- /* 30px is the magic margin used to hide the element's real scrollbars */
116
- /* See overflow: hidden in .CodeMirror */
117
- margin-bottom: -30px; margin-right: -30px;
118
- padding-bottom: 30px; padding-right: 30px;
119
- height: 100%;
120
- outline: none; /* Prevent dragging from highlighting the element */
121
- position: relative;
122
- }
123
- .CodeMirror-sizer {
124
- position: relative;
125
- }
126
-
127
- /* The fake, visible scrollbars. Used to force redraw during scrolling
128
- before actuall scrolling happens, thus preventing shaking and
129
- flickering artifacts. */
130
- .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
131
- position: absolute;
132
- z-index: 6;
133
- display: none;
134
- }
135
- .CodeMirror-vscrollbar {
136
- right: 0; top: 0;
137
- overflow-x: hidden;
138
- overflow-y: scroll;
139
- }
140
- .CodeMirror-hscrollbar {
141
- bottom: 0; left: 0;
142
- overflow-y: hidden;
143
- overflow-x: scroll;
144
- }
145
- .CodeMirror-scrollbar-filler {
146
- right: 0; bottom: 0;
147
- }
148
- .CodeMirror-gutter-filler {
149
- left: 0; bottom: 0;
150
- }
151
-
152
- .CodeMirror-gutters {
153
- position: absolute; left: 0; top: 0;
154
- padding-bottom: 30px;
155
- z-index: 3;
156
- }
157
- .CodeMirror-gutter {
158
- white-space: normal;
159
- height: 100%;
160
- padding-bottom: 30px;
161
- margin-bottom: -32px;
162
- display: inline-block;
163
- /* Hack to make IE7 behave */
164
- *zoom:1;
165
- *display:inline;
166
- }
167
- .CodeMirror-gutter-elt {
168
- position: absolute;
169
- cursor: default;
170
- z-index: 4;
171
- }
172
-
173
- .CodeMirror-lines {
174
- cursor: text;
175
- }
176
- .CodeMirror pre {
177
- /* Reset some styles that the rest of the page might have set */
178
- -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
179
- border-width: 0;
180
- background: transparent;
181
- font-family: inherit;
182
- font-size: inherit;
183
- margin: 0;
184
- white-space: pre;
185
- word-wrap: normal;
186
- line-height: inherit;
187
- color: inherit;
188
- z-index: 2;
189
- position: relative;
190
- overflow: visible;
191
- }
192
- .CodeMirror-wrap pre {
193
- word-wrap: break-word;
194
- white-space: pre-wrap;
195
- word-break: normal;
196
- }
197
- .CodeMirror-code pre {
198
- border-right: 30px solid transparent;
199
- width: -webkit-fit-content;
200
- width: -moz-fit-content;
201
- width: fit-content;
202
- }
203
- .CodeMirror-wrap .CodeMirror-code pre {
204
- border-right: none;
205
- width: auto;
206
- }
207
- .CodeMirror-linebackground {
208
- position: absolute;
209
- left: 0; right: 0; top: 0; bottom: 0;
210
- z-index: 0;
211
- }
212
-
213
- .CodeMirror-linewidget {
214
- position: relative;
215
- z-index: 2;
216
- overflow: auto;
217
- }
218
-
219
- .CodeMirror-widget {
220
- }
221
-
222
- .CodeMirror-wrap .CodeMirror-scroll {
223
- overflow-x: hidden;
224
- }
225
-
226
- .CodeMirror-measure {
227
- position: absolute;
228
- width: 100%; height: 0px;
229
- overflow: hidden;
230
- visibility: hidden;
231
- }
232
- .CodeMirror-measure pre { position: static; }
233
-
234
- .CodeMirror div.CodeMirror-cursor {
235
- position: absolute;
236
- visibility: hidden;
237
- border-right: none;
238
- width: 0;
239
- }
240
- .CodeMirror-focused div.CodeMirror-cursor {
241
- visibility: visible;
242
- }
243
-
244
- .CodeMirror-selected { background: #d9d9d9; }
245
- .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
246
-
247
- .cm-searching {
248
- background: #ffa;
249
- background: rgba(255, 255, 0, .4);
250
- }
251
-
252
- /* IE7 hack to prevent it from returning funny offsetTops on the spans */
253
- .CodeMirror span { *vertical-align: text-bottom; }
254
-
255
- @media print {
256
- /* Hide the cursor when printing */
257
- .CodeMirror div.CodeMirror-cursor {
258
- visibility: hidden;
259
- }
260
- }
1
+ /* BASICS */
2
+
3
+ .CodeMirror {
4
+ /* Set height, width, borders, and global font properties here */
5
+ font-family: monospace;
6
+ height: 400px;
7
+ clear: both;
8
+ padding: 0;
9
+ }
10
+ .CodeMirror-scroll {
11
+ /* Set scrolling behaviour here */
12
+ overflow: auto;
13
+ }
14
+
15
+ /* PADDING */
16
+
17
+ .CodeMirror-lines {
18
+ padding: 4px 0; /* Vertical padding around content */
19
+ }
20
+ .CodeMirror pre {
21
+ padding: 0 4px; /* Horizontal padding of content */
22
+ }
23
+
24
+ .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
25
+ background-color: white; /* The little square between H and V scrollbars */
26
+ }
27
+
28
+ /* GUTTER */
29
+
30
+ .CodeMirror-gutters {
31
+ border-right: 1px solid #ddd;
32
+ background-color: #f7f7f7;
33
+ white-space: nowrap;
34
+ }
35
+ .CodeMirror-linenumbers {}
36
+ .CodeMirror-linenumber {
37
+ padding: 0 3px 0 5px;
38
+ min-width: 20px;
39
+ text-align: right;
40
+ color: #999;
41
+ }
42
+
43
+ /* CURSOR */
44
+
45
+ .CodeMirror div.CodeMirror-cursor {
46
+ border-left: 1px solid black;
47
+ z-index: 3;
48
+ }
49
+ /* Shown when moving in bi-directional text */
50
+ .CodeMirror div.CodeMirror-secondarycursor {
51
+ border-left: 1px solid silver;
52
+ }
53
+ .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
54
+ width: auto;
55
+ border: 0;
56
+ background: #7e7;
57
+ z-index: 1;
58
+ }
59
+ /* Can style cursor different in overwrite (non-insert) mode */
60
+ .CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
61
+
62
+ .cm-tab { display: inline-block; }
63
+
64
+ /* DEFAULT THEME */
65
+
66
+ .cm-s-default .cm-keyword {color: #708;}
67
+ .cm-s-default .cm-atom {color: #219;}
68
+ .cm-s-default .cm-number {color: #164;}
69
+ .cm-s-default .cm-def {color: #00f;}
70
+ .cm-s-default .cm-variable {color: black;}
71
+ .cm-s-default .cm-variable-2 {color: #05a;}
72
+ .cm-s-default .cm-variable-3 {color: #085;}
73
+ .cm-s-default .cm-property {color: black;}
74
+ .cm-s-default .cm-operator {color: black;}
75
+ .cm-s-default .cm-comment {color: #a50;}
76
+ .cm-s-default .cm-string {color: #a11;}
77
+ .cm-s-default .cm-string-2 {color: #f50;}
78
+ .cm-s-default .cm-meta {color: #555;}
79
+ .cm-s-default .cm-error {color: #f00;}
80
+ .cm-s-default .cm-qualifier {color: #555;}
81
+ .cm-s-default .cm-builtin {color: #30a;}
82
+ .cm-s-default .cm-bracket {color: #997;}
83
+ .cm-s-default .cm-tag {color: #170;}
84
+ .cm-s-default .cm-attribute {color: #00c;}
85
+ .cm-s-default .cm-header {color: blue;}
86
+ .cm-s-default .cm-quote {color: #090;}
87
+ .cm-s-default .cm-hr {color: #999;}
88
+ .cm-s-default .cm-link {color: #00c;}
89
+
90
+ .cm-negative {color: #d44;}
91
+ .cm-positive {color: #292;}
92
+ .cm-header, .cm-strong {font-weight: bold;}
93
+ .cm-em {font-style: italic;}
94
+ .cm-link {text-decoration: underline;}
95
+
96
+ .cm-invalidchar {color: #f00;}
97
+
98
+ div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
99
+ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
100
+
101
+ /* STOP */
102
+
103
+ /* The rest of this file contains styles related to the mechanics of
104
+ the editor. You probably shouldn't touch them. */
105
+
106
+ .CodeMirror {
107
+ line-height: 1;
108
+ position: relative;
109
+ overflow: hidden;
110
+ background: #fafafa;
111
+ color: black;
112
+ }
113
+
114
+ .CodeMirror-scroll {
115
+ /* 30px is the magic margin used to hide the element's real scrollbars */
116
+ /* See overflow: hidden in .CodeMirror */
117
+ margin-bottom: -30px; margin-right: -30px;
118
+ padding-bottom: 30px; padding-right: 30px;
119
+ height: 100%;
120
+ outline: none; /* Prevent dragging from highlighting the element */
121
+ position: relative;
122
+ }
123
+ .CodeMirror-sizer {
124
+ position: relative;
125
+ }
126
+
127
+ /* The fake, visible scrollbars. Used to force redraw during scrolling
128
+ before actuall scrolling happens, thus preventing shaking and
129
+ flickering artifacts. */
130
+ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
131
+ position: absolute;
132
+ z-index: 6;
133
+ display: none;
134
+ }
135
+ .CodeMirror-vscrollbar {
136
+ right: 0; top: 0;
137
+ overflow-x: hidden;
138
+ overflow-y: scroll;
139
+ }
140
+ .CodeMirror-hscrollbar {
141
+ bottom: 0; left: 0;
142
+ overflow-y: hidden;
143
+ overflow-x: scroll;
144
+ }
145
+ .CodeMirror-scrollbar-filler {
146
+ right: 0; bottom: 0;
147
+ }
148
+ .CodeMirror-gutter-filler {
149
+ left: 0; bottom: 0;
150
+ }
151
+
152
+ .CodeMirror-gutters {
153
+ position: absolute; left: 0; top: 0;
154
+ padding-bottom: 30px;
155
+ z-index: 3;
156
+ }
157
+ .CodeMirror-gutter {
158
+ white-space: normal;
159
+ height: 100%;
160
+ padding-bottom: 30px;
161
+ margin-bottom: -32px;
162
+ display: inline-block;
163
+ /* Hack to make IE7 behave */
164
+ *zoom:1;
165
+ *display:inline;
166
+ }
167
+ .CodeMirror-gutter-elt {
168
+ position: absolute;
169
+ cursor: default;
170
+ z-index: 4;
171
+ }
172
+
173
+ .CodeMirror-lines {
174
+ cursor: text;
175
+ }
176
+ .CodeMirror pre {
177
+ /* Reset some styles that the rest of the page might have set */
178
+ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
179
+ border-width: 0;
180
+ background: transparent;
181
+ font-family: inherit;
182
+ font-size: inherit;
183
+ margin: 0;
184
+ white-space: pre;
185
+ word-wrap: normal;
186
+ line-height: inherit;
187
+ color: inherit;
188
+ z-index: 2;
189
+ position: relative;
190
+ overflow: visible;
191
+ }
192
+ .CodeMirror-wrap pre {
193
+ word-wrap: break-word;
194
+ white-space: pre-wrap;
195
+ word-break: normal;
196
+ }
197
+ .CodeMirror-code pre {
198
+ border-right: 30px solid transparent;
199
+ width: -webkit-fit-content;
200
+ width: -moz-fit-content;
201
+ width: fit-content;
202
+ }
203
+ .CodeMirror-wrap .CodeMirror-code pre {
204
+ border-right: none;
205
+ width: auto;
206
+ }
207
+ .CodeMirror-linebackground {
208
+ position: absolute;
209
+ left: 0; right: 0; top: 0; bottom: 0;
210
+ z-index: 0;
211
+ }
212
+
213
+ .CodeMirror-linewidget {
214
+ position: relative;
215
+ z-index: 2;
216
+ overflow: auto;
217
+ }
218
+
219
+ .CodeMirror-widget {
220
+ }
221
+
222
+ .CodeMirror-wrap .CodeMirror-scroll {
223
+ overflow-x: hidden;
224
+ }
225
+
226
+ .CodeMirror-measure {
227
+ position: absolute;
228
+ width: 100%; height: 0px;
229
+ overflow: hidden;
230
+ visibility: hidden;
231
+ }
232
+ .CodeMirror-measure pre { position: static; }
233
+
234
+ .CodeMirror div.CodeMirror-cursor {
235
+ position: absolute;
236
+ visibility: hidden;
237
+ border-right: none;
238
+ width: 0;
239
+ }
240
+ .CodeMirror-focused div.CodeMirror-cursor {
241
+ visibility: visible;
242
+ }
243
+
244
+ .CodeMirror-selected { background: #d9d9d9; }
245
+ .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
246
+
247
+ .cm-searching {
248
+ background: #ffa;
249
+ background: rgba(255, 255, 0, .4);
250
+ }
251
+
252
+ /* IE7 hack to prevent it from returning funny offsetTops on the spans */
253
+ .CodeMirror span { *vertical-align: text-bottom; }
254
+
255
+ @media print {
256
+ /* Hide the cursor when printing */
257
+ .CodeMirror div.CodeMirror-cursor {
258
+ visibility: hidden;
259
+ }
260
+ }
plugin-fw/assets/css/colorbox.css CHANGED
@@ -1,66 +1,66 @@
1
- /*
2
- Colorbox Core Style:
3
- The following CSS is consistent between example themes and should not be altered.
4
- */
5
- #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
6
- #cboxWrapper {max-width:none;}
7
- #cboxOverlay{position:fixed; width:100%; height:100%;}
8
- #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
9
- #cboxContent{position:relative;}
10
- #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
11
- #cboxTitle{margin:0;}
12
- #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
13
- #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
14
- .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
15
- .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
16
- #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
17
-
18
- /*
19
- User Style:
20
- Change the following styles to modify the appearance of Colorbox. They are
21
- ordered & tabbed in a way that represents the nesting of the generated HTML.
22
- */
23
- #cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
24
- #colorbox{outline:0;}
25
- #cboxTopLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 0;}
26
- #cboxTopCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -50px;}
27
- #cboxTopRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px 0;}
28
- #cboxBottomLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 -25px;}
29
- #cboxBottomCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -75px;}
30
- #cboxBottomRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px -25px;}
31
- #cboxMiddleLeft{width:25px; background:url(../images/colorbox/border2.png) repeat-y 0 0;}
32
- #cboxMiddleRight{width:25px; background:url(../images/colorbox/border2.png) repeat-y -25px 0;}
33
- #cboxContent{background:#fff; overflow:hidden;}
34
- .cboxIframe{background:#fff;}
35
- #cboxError{padding:50px; border:1px solid #ccc;}
36
- #cboxLoadedContent{margin-bottom:20px;}
37
- #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
38
- #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
39
- #cboxLoadingOverlay{background:#fff url(../images/colorbox/loading.gif) no-repeat 5px 5px;}
40
-
41
- /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
42
- #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
43
-
44
- /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
45
- #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
46
-
47
- #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
48
- #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
49
- #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
50
- #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
51
-
52
- /*
53
- The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
54
- when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
55
- See: http://jacklmoore.com/notes/ie-transparency-problems/
56
- */
57
- .cboxIE #cboxTopLeft,
58
- .cboxIE #cboxTopCenter,
59
- .cboxIE #cboxTopRight,
60
- .cboxIE #cboxBottomLeft,
61
- .cboxIE #cboxBottomCenter,
62
- .cboxIE #cboxBottomRight,
63
- .cboxIE #cboxMiddleLeft,
64
- .cboxIE #cboxMiddleRight {
65
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
66
  }
1
+ /*
2
+ Colorbox Core Style:
3
+ The following CSS is consistent between example themes and should not be altered.
4
+ */
5
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
6
+ #cboxWrapper {max-width:none;}
7
+ #cboxOverlay{position:fixed; width:100%; height:100%;}
8
+ #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
9
+ #cboxContent{position:relative;}
10
+ #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
11
+ #cboxTitle{margin:0;}
12
+ #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
13
+ #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
14
+ .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
15
+ .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
16
+ #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
17
+
18
+ /*
19
+ User Style:
20
+ Change the following styles to modify the appearance of Colorbox. They are
21
+ ordered & tabbed in a way that represents the nesting of the generated HTML.
22
+ */
23
+ #cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
24
+ #colorbox{outline:0;}
25
+ #cboxTopLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 0;}
26
+ #cboxTopCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -50px;}
27
+ #cboxTopRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px 0;}
28
+ #cboxBottomLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 -25px;}
29
+ #cboxBottomCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -75px;}
30
+ #cboxBottomRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px -25px;}
31
+ #cboxMiddleLeft{width:25px; background:url(../images/colorbox/border2.png) repeat-y 0 0;}
32
+ #cboxMiddleRight{width:25px; background:url(../images/colorbox/border2.png) repeat-y -25px 0;}
33
+ #cboxContent{background:#fff; overflow:hidden;}
34
+ .cboxIframe{background:#fff;}
35
+ #cboxError{padding:50px; border:1px solid #ccc;}
36
+ #cboxLoadedContent{margin-bottom:20px;}
37
+ #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
38
+ #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
39
+ #cboxLoadingOverlay{background:#fff url(../images/colorbox/loading.gif) no-repeat 5px 5px;}
40
+
41
+ /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
42
+ #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
43
+
44
+ /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
45
+ #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
46
+
47
+ #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
48
+ #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
49
+ #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
50
+ #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
51
+
52
+ /*
53
+ The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
54
+ when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
55
+ See: http://jacklmoore.com/notes/ie-transparency-problems/
56
+ */
57
+ .cboxIE #cboxTopLeft,
58
+ .cboxIE #cboxTopCenter,
59
+ .cboxIE #cboxTopRight,
60
+ .cboxIE #cboxBottomLeft,
61
+ .cboxIE #cboxBottomCenter,
62
+ .cboxIE #cboxBottomRight,
63
+ .cboxIE #cboxMiddleLeft,
64
+ .cboxIE #cboxMiddleRight {
65
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
66
  }
plugin-fw/assets/css/metaboxes.css CHANGED
@@ -1,752 +1,752 @@
1
- /* self-clear floats */
2
- .clearfix:after {
3
- content : ".";
4
- display : block;
5
- height : 0;
6
- clear : both;
7
- visibility : hidden;
8
- overflow : hidden;
9
- }
10
-
11
- /* ie.css */
12
- * html .clearfix { /* IE6 */
13
- height : 1%;
14
- }
15
-
16
- *:first-child + html .clearfix { /* IE7 */
17
- min-height : 1%;
18
- }
19
-
20
- .clearboth {
21
- clear : both
22
- }
23
-
24
- /* === TAB STYLE */
25
- .metaboxes-tab {
26
- margin : -6px -12px -8px;
27
- }
28
-
29
- .metaboxes-tab div.tabs-panel {
30
- height : auto;
31
- overflow : visible;
32
- margin-top : 0px;
33
- padding : 0 10px;
34
- background : none;
35
- border : 0;
36
- }
37
-
38
- .metaboxes-tab ul.metaboxes-tabs {
39
- background : #f1f1f1;
40
- margin : 0;
41
- padding : 10px 0 0 5px;
42
- }
43
-
44
- .metaboxes-tab ul.metaboxes-tabs li {
45
- float : left;
46
- background : #dedede;
47
- margin : 0 0 0 5px;
48
- }
49
-
50
- .metaboxes-tab ul.metaboxes-tabs li a {
51
- color : #555;
52
- text-decoration : none;
53
- padding : 8px 15px;
54
- display : block;
55
- box-shadow : none !important;
56
- }
57
-
58
- .metaboxes-tab ul.metaboxes-tabs li.tabs {
59
- background : #fff;
60
- }
61
-
62
- .metaboxes-tab p.field-row {
63
- margin : 20px 0;
64
- }
65
-
66
- .metaboxes-tab div.sep {
67
- height : 1px;
68
- background : #dfdfdf;
69
- clear : both;
70
- margin-left : -10px;
71
- margin-right : -10px;
72
- }
73
-
74
- .metaboxes-tab label {
75
- font-weight : bold;
76
- width : 160px;
77
- float : left;
78
- line-height : 23px;
79
- margin-left : -184px;
80
- }
81
-
82
- .metaboxes-tab label small {
83
- font-weight : normal;
84
- line-height : 15px;
85
- font-style : italic;
86
- color : #999;
87
- display : block;
88
- }
89
-
90
- .metaboxes-tab .yith-plugin-fw-radio__row {
91
- width : 100%;
92
- min-height : 20px;
93
- }
94
-
95
- .metaboxes-tab .yith-plugin-fw-radio__row label,
96
- .metaboxes-tab .yith-toggle-elements label,
97
- .metaboxes-tab .yith-add-box label {
98
- margin-left : 0;
99
- font-weight : normal;
100
- }
101
-
102
- .metaboxes-tab.yith-plugin-ui h3 {
103
- color : #2a8db0;
104
- font-size : 15px;
105
- text-transform : uppercase;
106
- padding : 5px 20px;
107
- margin : 0 0 0 -4px;
108
- width : auto;
109
- background : transparent;
110
- }
111
-
112
- .metaboxes-tab.yith-plugin-ui .yith-add-box,
113
- .metaboxes-tab.yith-plugin-ui .yith-toggle-row {
114
- width : auto;
115
- }
116
-
117
- .metaboxes-tab .wp-picker-container label {
118
- font-weight : inherit;
119
- width : auto;
120
- float : none;
121
- line-height : inherit;
122
- margin-left : 0;
123
- }
124
-
125
- .metaboxes-tab.yith-plugin-ui .yith-plugin-fw-radio__row label {
126
- width : auto !important;
127
- display : inline-block;
128
- font-weight : normal;
129
- }
130
-
131
- .metaboxes-tab input[type="checkbox"] {
132
- vertical-align : middle
133
- }
134
-
135
- .metaboxes-tab input.button-secondary, .metaboxes-tab input.checkbox {
136
- width : auto;
137
- }
138
-
139
- .metaboxes-tab p.field-row.textarea .description {
140
- vertical-align : top;
141
- }
142
-
143
- .metaboxes-tab p.field-row.checkbox {
144
- background : none;
145
- }
146
-
147
- .metaboxes-tab .the-metabox {
148
- margin : 20px 0;
149
- margin-left : 184px;
150
- }
151
-
152
- .metaboxes-tab .the-metabox.no-label {
153
- margin : 20px 0;
154
- margin-left : 0;
155
- }
156
-
157
- .metaboxes-tab hr {
158
- height : 0px;
159
- border-top : 1px solid #dadada;
160
- width : auto;
161
- margin-left : -10px;
162
- margin-right : -10px;
163
- }
164
-
165
- .metaboxes-tab .the-metabox p {
166
- margin : 0;
167
- }
168
-
169
- .metaboxes-tab .the-metabox:last-child {
170
- border-bottom : 0px;
171
- }
172
-
173
- .metaboxes-tab .the-metabox.checkbox {
174
- background : none;
175
- }
176
-
177
- .metaboxes-tab span.description.inline {
178
- display : inline-block;
179
- line-height : 23px;
180
- width : auto;
181
- vertical-align : middle;
182
- margin : 0;
183
- }
184
-
185
- .metaboxes-tab .slider label {
186
- padding : 15px 0;
187
- }
188
-
189
- .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs {
190
- background : transparent;
191
- border-bottom : 1px solid #d8d8d8;
192
- padding : 10px 0 0 0;
193
- margin : 0 10px
194
- }
195
-
196
-
197
- .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs li {
198
- background : #fff;
199
- border-top : 1px solid #d8d8d8;
200
- border-left : 1px solid #d8d8d8;
201
- border-right : 1px solid #d8d8d8;
202
- margin : 0 0 -1px -1px;
203
- }
204
-
205
- .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs li.tabs {
206
- border-bottom : 1px solid #fff;
207
- }
208
-
209
- .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs li a {
210
- color : #336374;
211
- padding : 10px 18px;
212
- text-transform : uppercase;
213
- font-weight : 600;
214
- display : inline-block;
215
- }
216
-
217
- .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs li.tabs a {
218
- color : #2a8db0;
219
- }
220
-
221
- /* sortable table posts */
222
-
223
- #the-list.ui-sortable tr:hover {
224
- cursor : move;
225
- }
226
-
227
- .the-metabox.preview {
228
- float : none;
229
- }
230
-
231
- .metaboxes-tab .the-metabox.no-label.preview {
232
- margin-left : 184px;
233
- }
234
-
235
- .metaboxes-tab .the-metabox.no-label.preview img {
236
- box-shadow : 0 1px 8px rgba(0, 0, 0, 0.2);
237
- }
238
-
239
- /**************************************
240
- FIELDS
241
- ***************************************/
242
-
243
- .metaboxes-tab select,
244
- .metaboxes-tab input[type=text],
245
- .metaboxes-tab input[type=number],
246
- .metaboxes-tab textarea,
247
- .metaboxes-tab .yith-plugin-fw-select,
248
- .metaboxes-tab .yith-plugin-fw-slider-container,
249
- .metaboxes-tab .yith-plugin-fw-text-input,
250
- .metaboxes-tab .yith-plugin-fw-text-array-table,
251
- .metaboxes-tab .yith-plugin-fw-textarea {
252
- width : 400px;
253
- max-width : 100%;
254
- }
255
-
256
- .metaboxes-tab.yith-plugin-ui input[type=number] {
257
- width : auto;
258
- min-width : 90px;
259
- }
260
-
261
- .metaboxes-tab.yith-plugin-ui p {
262
- font-size : 14px;
263
- }
264
-
265
- .metaboxes-tab.yith-plugin-ui p.section-description {
266
-
267
- margin : 0 20px 40px 18px;
268
- }
269
-
270
- .metaboxes-tab .yith-plugin-fw-text-array-table input[type=text] {
271
- width : 100%;
272
- }
273
-
274
- .metaboxes-tab.yith-plugin-ui .yith-add-box h3 {
275
- padding : 0 0 30px 0;
276
- font-weight : 600;
277
- margin : 0;
278
- }
279
-
280
- .metaboxes-tab.yith-plugin-ui .select2-container--default .select2-selection--single {
281
- border : 0;
282
- margin : 0;
283
- }
284
-
285
- /* wp editor */
286
- .the-metabox.textarea-editor .mceIframeContainer {
287
- background : #fff;
288
- }
289
-
290
-
291
- .the-metabox.textarea-editor label {
292
- margin-top : 24px;
293
- }
294
-
295
- /* categories */
296
- .categories-panel {
297
- width : 30%;
298
- float : left;
299
- margin-right : 4px;
300
- }
301
-
302
- .categories-panel .box {
303
- height : 200px;
304
- border : 1px solid #dfdfdf;
305
- background : #fff;
306
- padding : 6px 10px;
307
- overflow : auto;
308
- }
309
-
310
- .categories-panel ul {
311
- list-style : none;
312
- margin : 0;
313
- }
314
-
315
- .categories-panel ul li {
316
- line-height : 19px;
317
- margin : 0;
318
- padding : 0;
319
- word-wrap : break-word;
320
- }
321
-
322
- .categories-panel ul li label {
323
- font-weight : normal !important;
324
- margin-left : 0 !important;
325
- }
326
-
327
- .categories-panel input.newcategory {
328
- width : 100%;
329
- margin-bottom : 3px;
330
- }
331
-
332
- /* contact form */
333
- .contactform_item {
334
- border-style : solid;
335
- border-width : 1px;
336
- line-height : 1;
337
- margin-bottom : 20px;
338
- padding : 0;
339
- background-color : #f5f5f5;
340
- background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
341
- border-color : #dfdfdf;
342
- border-radius : 3px 3px 3px 3px;
343
- box-shadow : 0 1px 0 #fff inset;
344
- min-width : 255px;
345
- position : relative;
346
- }
347
-
348
- .contactform_item .handlediv {
349
- position : relative;
350
- top : -4px;
351
- }
352
-
353
- .contactform_item h3 {
354
- min-height : 21px;
355
- margin : 13px;
356
- }
357
-
358
- .contactform_item .inside {
359
- padding : 10px !important;
360
- }
361
-
362
- .contactform_item .deps {
363
- display : none;
364
- }
365
-
366
- .contactform_item .addoptions p.option {
367
- margin : 5px 0 5px 200px
368
- }
369
-
370
- .contactform_item .addoptions p label {
371
- width : 80px !important;
372
- }
373
-
374
- .contactform_item .add-field-option {
375
- margin-bottom : 10px !important;
376
- }
377
-
378
- .remove_item {
379
- float : right;
380
- }
381
-
382
- .metabox-sortable-placeholder {
383
- border : 1px dotted #dedede;
384
- margin : 10px 0
385
- }
386
-
387
- /* features tab */
388
- .featurestab_item {
389
- border-style : solid;
390
- border-width : 1px;
391
- line-height : 1;
392
- margin-bottom : 20px;
393
- padding : 0;
394
- background-color : #f5f5f5;
395
- background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
396
- border-color : #dfdfdf;
397
- border-radius : 3px 3px 3px 3px;
398
- box-shadow : 0 1px 0 #fff inset;
399
- min-width : 255px;
400
- position : relative;
401
- }
402
-
403
- .featurestab_item .handlediv {
404
- position : relative;
405
- top : -4px;
406
- }
407
-
408
- .featurestab_item h3 {
409
- min-height : 21px
410
- }
411
-
412
- .featurestab_item .inside {
413
- padding : 10px !important;
414
- }
415
-
416
- .featurestab_item .deps {
417
- display : none;
418
- }
419
-
420
- .featurestab_item .addoptions p.option {
421
- margin : 5px 0 5px 200px
422
- }
423
-
424
- .featurestab_item .addoptions p label {
425
- width : 80px !important;
426
- }
427
-
428
- .featurestab_item .add-field-option {
429
- margin-bottom : 10px !important;
430
- }
431
-
432
- .messages-panel.updated {
433
- margin : 10px 0px 10px !important;
434
- max-width : 1200px;
435
- border-radius : 5px;
436
- -webkit-box-sizing : border-box;
437
- box-sizing : border-box;
438
- }
439
-
440
- .ui-widget-overlay {
441
- background-image : none !important;
442
- }
443
-
444
- .the-metabox .icon_type {
445
- width : 30%;
446
- float : left;
447
- margin-right : 40px
448
- }
449
-
450
- #post-type-settings .category-list label {
451
- width : 187px;
452
- }
453
-
454
- .remove_cat {
455
- float : right;
456
- text-align : center;
457
- display : block;
458
- width : 20px;
459
- height : 20px;
460
- border-radius : 20px;
461
- font-weight : bold;
462
- font-size : 10px;
463
- background : #efefef;
464
- text-decoration : none;
465
- }
466
-
467
- /* typography */
468
- .the-metabox.typography .select_wrapper.font-family {
469
- width : 200px;
470
- }
471
-
472
- .the-metabox.typography .spinner_container {
473
- float : left;
474
- margin-right : 10px;
475
- }
476
-
477
- .the-metabox.typography .spinner_container input.number {
478
- width : 50px !important;
479
- -webkit-border-top-right-radius : 0px;
480
- -webkit-border-bottom-right-radius : 0px;
481
- -moz-border-radius-topright : 0px;
482
- -moz-border-radius-bottomright : 0px;
483
- border-top-right-radius : 0px;
484
- border-bottom-right-radius : 0px;
485
- }
486
-
487
- /* number */
488
- .the-metabox.number input.number {
489
- width : 50px !important;
490
- }
491
-
492
- /* number */
493
- .rm_number .number {
494
- width : 70px;
495
- text-align : right;
496
- -webkit-border-top-right-radius : 0px;
497
- -webkit-border-bottom-right-radius : 0px;
498
- -moz-border-radius-topright : 0px;
499
- -moz-border-radius-bottomright : 0px;
500
- border-top-right-radius : 0px;
501
- border-bottom-right-radius : 0px;
502
- }
503
-
504
- .spinner-wrapper {
505
- position : relative;
506
- height : 23px;
507
- overflow : hidden;
508
- }
509
-
510
- .spinner-wrapper input.number {
511
- float : left;
512
- }
513
-
514
- .spinner-wrapper .spinner-button {
515
- cursor : pointer;
516
- float : left;
517
- position : absolute;
518
- left : 69px;
519
- width : 15px;
520
- height : 12px;
521
- border : 1px solid #dfdfdf;
522
- background : #fff;
523
- margin : 0;
524
- padding : 0;
525
- line-height : 9999px;
526
- overflow : hidden;
527
- background : url('../images/spinner.png') no-repeat center -11px
528
- }
529
-
530
- .spinner-wrapper .spinner-button.button-plus {
531
- top : 0;
532
- -webkit-border-top-right-radius : 3px !important;
533
- -moz-border-radius-topright : 3px !important;
534
- border-top-right-radius : 3px !important;
535
- }
536
-
537
- .spinner-wrapper .spinner-button.button-minus {
538
- bottom : 0;
539
- background-position : center -30px;
540
- -webkit-border-bottom-right-radius : 3px !important;
541
- -moz-border-radius-bottomright : 3px !important;
542
- border-bottom-right-radius : 3px !important;
543
- }
544
-
545
- .spinner-wrapper .spinner-button.button-plus:active {
546
- background-position : center 0px;
547
- }
548
-
549
- .spinner-wrapper .spinner-button.button-minus:active {
550
- background-position : center -20px;
551
- }
552
-
553
- .rm_typography .spinner_container {
554
- float : left;
555
- margin-right : 10px;
556
- }
557
-
558
- .rm_typography .spinner-wrapper {
559
- height : 28px;
560
- }
561
-
562
- .rm_typography .spinner-wrapper input.number {
563
- height : 28px;
564
- }
565
-
566
- .rm_typography .spinner-wrapper .spinner-button.button-plus {
567
- height : 15px;
568
- background-position : center -10px;
569
- }
570
-
571
- .rm_typography .spinner-wrapper .spinner-button.button-minus {
572
- height : 14px;
573
- }
574
-
575
- .the-metabox .spinner-wrapper .spinner-button {
576
- left : 49px;
577
- }
578
-
579
- .the-metabox.typography .spinner-wrapper .spinner-button {
580
- left : 35px;
581
- }
582
-
583
- /* images */
584
- .the-metabox.images, .the-metabox.images label {
585
- margin-left : 0;
586
- display : block;
587
- }
588
-
589
- .the-metabox.images .slides-wrapper {
590
- clear : both;
591
- }
592
-
593
- .the-metabox.images .slides-wrapper li {
594
- position : relative;
595
- }
596
-
597
- .the-metabox.images a.delete {
598
- display : block;
599
- margin-left : 4px;
600
- text-decoration : none;
601
- font-weight : bold;
602
- color : red;
603
- position : absolute;
604
- top : 0;
605
- right : 0;
606
- width : 10px;
607
- height : 18px;
608
- z-index : 10;
609
- cursor : pointer !important;
610
- }
611
-
612
- /* wp editor */
613
- .wp_themeSkin iframe {
614
- background : #fff !important;
615
- }
616
-
617
- /* custom tabs */
618
- .customtab_item {
619
- border-style : solid;
620
- border-width : 1px;
621
- line-height : 1;
622
- margin-bottom : 20px;
623
- padding : 0;
624
- background-color : #f5f5f5;
625
- background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
626
- border-color : #dfdfdf;
627
- border-radius : 3px 3px 3px 3px;
628
- box-shadow : 0 1px 0 #fff inset;
629
- min-width : 255px;
630
- position : relative;
631
- }
632
-
633
- .customtab_item .handlediv {
634
- position : relative;
635
- top : -4px;
636
- }
637
-
638
- .customtab_item h3 {
639
- min-height : 21px
640
- }
641
-
642
- .customtab_item .inside {
643
- padding : 10px !important;
644
- }
645
-
646
- .customtab_item .deps {
647
- display : none;
648
- }
649
-
650
- .customtab_item .addoptions p.option {
651
- margin : 5px 0 5px 200px
652
- }
653
-
654
- .customtab_item .addoptions p label {
655
- width : 80px !important;
656
- }
657
-
658
- .customtab_item .add-field-option {
659
- margin-bottom : 10px !important;
660
- }
661
-
662
- .customtab_item .remove_item {
663
- float : right;
664
- }
665
-
666
- .metabox-sortable-placeholder {
667
- border : 1px dotted #dedede;
668
- margin : 10px 0
669
- }
670
-
671
- .the-metabox.customtabs {
672
- margin-left : 0;
673
- }
674
-
675
- #customtab_item_sample {
676
- display : none;
677
- }
678
-
679
- .the-metabox.customtabs .field-row {
680
- margin-bottom : 10px;
681
- }
682
-
683
- #yit_custom_tabs label {
684
- font-weight : normal;
685
- width : auto;
686
- float : none;
687
- line-height : auto;
688
- margin-left : 0;
689
- }
690
-
691
- .wp-admin p label input[type=radio] {
692
- width : 16px;
693
- margin-right : 10px;
694
- margin-top : 3px;
695
- }
696
-
697
- .wp-admin .form-field._preset_onsale_icon_field label input[type=radio] {
698
- margin-top : 0;
699
- }
700
-
701
- .the-metabox .spinner {
702
- margin-top : 5px;
703
- float : none;
704
- }
705
-
706
- /*sidebars*/
707
- #choose-sidebars.choose {
708
- margin-left : 0px;
709
- }
710
-
711
- #_active_page_options-container label, #_active_page_options-container p {
712
- display : inline-block;
713
- margin : 0px;
714
- }
715
-
716
- #_active_page_options-container label {
717
- margin-right : 10px;
718
- margin-top : 3px;
719
- }
720
-
721
- #_active_page_options-container {
722
- float : right;
723
- margin-right : 20px;
724
- margin-top : 5px;
725
- z-index : 9999 !important;
726
- position : absolute;
727
- right : 0;
728
- }
729
-
730
- /*-----------------------
731
- * Colorpicker - fix issues in combination with third-party themes or plugin (Basel, VC Addons, ...)
732
- */
733
- .metaboxes-tab .the-metabox.colorpicker {
734
- display : block;
735
- width : auto;
736
- height : auto;
737
- overflow : visible;
738
- top : auto;
739
- left : auto;
740
- background : transparent;
741
- position : static;
742
- z-index : 1;
743
- font-family : inherit;
744
- }
745
-
746
- .the-metabox.checkbox.checkboxgroup-start.clearfix {
747
- margin : 40px 0 0 264px;
748
- }
749
-
750
- .the-metabox.checkbox.checkboxgroup.clearfix {
751
- margin : 0 0 0 264px;
752
  }
1
+ /* self-clear floats */
2
+ .clearfix:after {
3
+ content : ".";
4
+ display : block;
5
+ height : 0;
6
+ clear : both;
7
+ visibility : hidden;
8
+ overflow : hidden;
9
+ }
10
+
11
+ /* ie.css */
12
+ * html .clearfix { /* IE6 */
13
+ height : 1%;
14
+ }
15
+
16
+ *:first-child + html .clearfix { /* IE7 */
17
+ min-height : 1%;
18
+ }
19
+
20
+ .clearboth {
21
+ clear : both
22
+ }
23
+
24
+ /* === TAB STYLE */
25
+ .metaboxes-tab {
26
+ margin : -6px -12px -8px;
27
+ }
28
+
29
+ .metaboxes-tab div.tabs-panel {
30
+ height : auto;
31
+ overflow : visible;
32
+ margin-top : 0px;
33
+ padding : 0 10px;
34
+ background : none;
35
+ border : 0;
36
+ }
37
+
38
+ .metaboxes-tab ul.metaboxes-tabs {
39
+ background : #f1f1f1;
40
+ margin : 0;
41
+ padding : 10px 0 0 5px;
42
+ }
43
+
44
+ .metaboxes-tab ul.metaboxes-tabs li {
45
+ float : left;
46
+ background : #dedede;
47
+ margin : 0 0 0 5px;
48
+ }
49
+
50
+ .metaboxes-tab ul.metaboxes-tabs li a {
51
+ color : #555;
52
+ text-decoration : none;
53
+ padding : 8px 15px;
54
+ display : block;
55
+ box-shadow : none !important;
56
+ }
57
+
58
+ .metaboxes-tab ul.metaboxes-tabs li.tabs {
59
+ background : #fff;
60
+ }
61
+
62
+ .metaboxes-tab p.field-row {
63
+ margin : 20px 0;
64
+ }
65
+
66
+ .metaboxes-tab div.sep {
67
+ height : 1px;
68
+ background : #dfdfdf;
69
+ clear : both;
70
+ margin-left : -10px;
71
+ margin-right : -10px;
72
+ }
73
+
74
+ .metaboxes-tab label {
75
+ font-weight : bold;
76
+ width : 160px;
77
+ float : left;
78
+ line-height : 23px;
79
+ margin-left : -184px;
80
+ }
81
+
82
+ .metaboxes-tab label small {
83
+ font-weight : normal;
84
+ line-height : 15px;
85
+ font-style : italic;
86
+ color : #999;
87
+ display : block;
88
+ }
89
+
90
+ .metaboxes-tab .yith-plugin-fw-radio__row {
91
+ width : 100%;
92
+ min-height : 20px;
93
+ }
94
+
95
+ .metaboxes-tab .yith-plugin-fw-radio__row label,
96
+ .metaboxes-tab .yith-toggle-elements label,
97
+ .metaboxes-tab .yith-add-box label {
98
+ margin-left : 0;
99
+ font-weight : normal;
100
+ }
101
+
102
+ .metaboxes-tab.yith-plugin-ui h3 {
103
+ color : #2a8db0;
104
+ font-size : 15px;
105
+ text-transform : uppercase;
106
+ padding : 5px 20px;
107
+ margin : 0 0 0 -4px;
108
+ width : auto;
109
+ background : transparent;
110
+ }
111
+
112
+ .metaboxes-tab.yith-plugin-ui .yith-add-box,
113
+ .metaboxes-tab.yith-plugin-ui .yith-toggle-row {
114
+ width : auto;
115
+ }
116
+
117
+ .metaboxes-tab .wp-picker-container label {
118
+ font-weight : inherit;
119
+ width : auto;
120
+ float : none;
121
+ line-height : inherit;
122
+ margin-left : 0;
123
+ }
124
+
125
+ .metaboxes-tab.yith-plugin-ui .yith-plugin-fw-radio__row label {
126
+ width : auto !important;
127
+ display : inline-block;
128
+ font-weight : normal;
129
+ }
130
+
131
+ .metaboxes-tab input[type="checkbox"] {
132
+ vertical-align : middle
133
+ }
134
+
135
+ .metaboxes-tab input.button-secondary, .metaboxes-tab input.checkbox {
136
+ width : auto;
137
+ }
138
+
139
+ .metaboxes-tab p.field-row.textarea .description {
140
+ vertical-align : top;
141
+ }
142
+
143
+ .metaboxes-tab p.field-row.checkbox {
144
+ background : none;
145
+ }
146
+
147
+ .metaboxes-tab .the-metabox {
148
+ margin : 20px 0;
149
+ margin-left : 184px;
150
+ }
151
+
152
+ .metaboxes-tab .the-metabox.no-label {
153
+ margin : 20px 0;
154
+ margin-left : 0;
155
+ }
156
+
157
+ .metaboxes-tab hr {
158
+ height : 0px;
159
+ border-top : 1px solid #dadada;
160
+ width : auto;
161
+ margin-left : -10px;
162
+ margin-right : -10px;
163
+ }
164
+
165
+ .metaboxes-tab .the-metabox p {
166
+ margin : 0;
167
+ }
168
+
169
+ .metaboxes-tab .the-metabox:last-child {
170
+ border-bottom : 0px;
171
+ }
172
+
173
+ .metaboxes-tab .the-metabox.checkbox {
174
+ background : none;
175
+ }
176
+
177
+ .metaboxes-tab span.description.inline {
178
+ display : inline-block;
179
+ line-height : 23px;
180
+ width : auto;
181
+ vertical-align : middle;
182
+ margin : 0;
183
+ }
184
+
185
+ .metaboxes-tab .slider label {
186
+ padding : 15px 0;
187
+ }
188
+
189
+ .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs {
190
+ background : transparent;
191
+ border-bottom : 1px solid #d8d8d8;
192
+ padding : 10px 0 0 0;
193
+ margin : 0 10px
194
+ }
195
+
196
+
197
+ .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs li {
198
+ background : #fff;
199
+ border-top : 1px solid #d8d8d8;
200
+ border-left : 1px solid #d8d8d8;
201
+ border-right : 1px solid #d8d8d8;
202
+ margin : 0 0 -1px -1px;
203
+ }
204
+
205
+ .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs li.tabs {
206
+ border-bottom : 1px solid #fff;
207
+ }
208
+
209
+ .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs li a {
210
+ color : #336374;
211
+ padding : 10px 18px;
212
+ text-transform : uppercase;
213
+ font-weight : 600;
214
+ display : inline-block;
215
+ }
216
+
217
+ .metaboxes-tab.yith-plugin-ui ul.metaboxes-tabs li.tabs a {
218
+ color : #2a8db0;
219
+ }
220
+
221
+ /* sortable table posts */
222
+
223
+ #the-list.ui-sortable tr:hover {
224
+ cursor : move;
225
+ }
226
+
227
+ .the-metabox.preview {
228
+ float : none;
229
+ }
230
+
231
+ .metaboxes-tab .the-metabox.no-label.preview {
232
+ margin-left : 184px;
233
+ }
234
+
235
+ .metaboxes-tab .the-metabox.no-label.preview img {
236
+ box-shadow : 0 1px 8px rgba(0, 0, 0, 0.2);
237
+ }
238
+
239
+ /**************************************
240
+ FIELDS
241
+ ***************************************/
242
+
243
+ .metaboxes-tab select,
244
+ .metaboxes-tab input[type=text],
245
+ .metaboxes-tab input[type=number],
246
+ .metaboxes-tab textarea,
247
+ .metaboxes-tab .yith-plugin-fw-select,
248
+ .metaboxes-tab .yith-plugin-fw-slider-container,
249
+ .metaboxes-tab .yith-plugin-fw-text-input,
250
+ .metaboxes-tab .yith-plugin-fw-text-array-table,
251
+ .metaboxes-tab .yith-plugin-fw-textarea {
252
+ width : 400px;
253
+ max-width : 100%;
254
+ }
255
+
256
+ .metaboxes-tab.yith-plugin-ui input[type=number] {
257
+ width : auto;
258
+ min-width : 90px;
259
+ }
260
+
261
+ .metaboxes-tab.yith-plugin-ui p {
262
+ font-size : 14px;
263
+ }
264
+
265
+ .metaboxes-tab.yith-plugin-ui p.section-description {
266
+
267
+ margin : 0 20px 40px 18px;
268
+ }
269
+
270
+ .metaboxes-tab .yith-plugin-fw-text-array-table input[type=text] {
271
+ width : 100%;
272
+ }
273
+
274
+ .metaboxes-tab.yith-plugin-ui .yith-add-box h3 {
275
+ padding : 0 0 30px 0;
276
+ font-weight : 600;
277
+ margin : 0;
278
+ }
279
+
280
+ .metaboxes-tab.yith-plugin-ui .select2-container--default .select2-selection--single {
281
+ border : 0;
282
+ margin : 0;
283
+ }
284
+
285
+ /* wp editor */
286
+ .the-metabox.textarea-editor .mceIframeContainer {
287
+ background : #fff;
288
+ }
289
+
290
+
291
+ .the-metabox.textarea-editor label {
292
+ margin-top : 24px;
293
+ }
294
+
295
+ /* categories */
296
+ .categories-panel {
297
+ width : 30%;
298
+ float : left;
299
+ margin-right : 4px;
300
+ }
301
+
302
+ .categories-panel .box {
303
+ height : 200px;
304
+ border : 1px solid #dfdfdf;
305
+ background : #fff;
306
+ padding : 6px 10px;
307
+ overflow : auto;
308
+ }
309
+
310
+ .categories-panel ul {
311
+ list-style : none;
312
+ margin : 0;
313
+ }
314
+
315
+ .categories-panel ul li {
316
+ line-height : 19px;
317
+ margin : 0;
318
+ padding : 0;
319
+ word-wrap : break-word;
320
+ }
321
+
322
+ .categories-panel ul li label {
323
+ font-weight : normal !important;
324
+ margin-left : 0 !important;
325
+ }
326
+
327
+ .categories-panel input.newcategory {
328
+ width : 100%;
329
+ margin-bottom : 3px;
330
+ }
331
+
332
+ /* contact form */
333
+ .contactform_item {
334
+ border-style : solid;
335
+ border-width : 1px;
336
+ line-height : 1;
337
+ margin-bottom : 20px;
338
+ padding : 0;
339
+ background-color : #f5f5f5;
340
+ background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
341
+ border-color : #dfdfdf;
342
+ border-radius : 3px 3px 3px 3px;
343
+ box-shadow : 0 1px 0 #fff inset;
344
+ min-width : 255px;
345
+ position : relative;
346
+ }
347
+
348
+ .contactform_item .handlediv {
349
+ position : relative;
350
+ top : -4px;
351
+ }
352
+
353
+ .contactform_item h3 {
354
+ min-height : 21px;
355
+ margin : 13px;
356
+ }
357
+
358
+ .contactform_item .inside {
359
+ padding : 10px !important;
360
+ }
361
+
362
+ .contactform_item .deps {
363
+ display : none;
364
+ }
365
+
366
+ .contactform_item .addoptions p.option {
367
+ margin : 5px 0 5px 200px
368
+ }
369
+
370
+ .contactform_item .addoptions p label {
371
+ width : 80px !important;
372
+ }
373
+
374
+ .contactform_item .add-field-option {
375
+ margin-bottom : 10px !important;
376
+ }
377
+
378
+ .remove_item {
379
+ float : right;
380
+ }
381
+
382
+ .metabox-sortable-placeholder {
383
+ border : 1px dotted #dedede;
384
+ margin : 10px 0
385
+ }
386
+
387
+ /* features tab */
388
+ .featurestab_item {
389
+ border-style : solid;
390
+ border-width : 1px;
391
+ line-height : 1;
392
+ margin-bottom : 20px;
393
+ padding : 0;
394
+ background-color : #f5f5f5;
395
+ background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
396
+ border-color : #dfdfdf;
397
+ border-radius : 3px 3px 3px 3px;
398
+ box-shadow : 0 1px 0 #fff inset;
399
+ min-width : 255px;
400
+ position : relative;
401
+ }
402
+
403
+ .featurestab_item .handlediv {
404
+ position : relative;
405
+ top : -4px;
406
+ }
407
+
408
+ .featurestab_item h3 {
409
+ min-height : 21px
410
+ }
411
+
412
+ .featurestab_item .inside {
413
+ padding : 10px !important;
414
+ }
415
+
416
+ .featurestab_item .deps {
417
+ display : none;
418
+ }
419
+
420
+ .featurestab_item .addoptions p.option {
421
+ margin : 5px 0 5px 200px
422
+ }
423
+
424
+ .featurestab_item .addoptions p label {
425
+ width : 80px !important;
426
+ }
427
+
428
+ .featurestab_item .add-field-option {
429
+ margin-bottom : 10px !important;
430
+ }
431
+
432
+ .messages-panel.updated {
433
+ margin : 10px 0px 10px !important;
434
+ max-width : 1200px;
435
+ border-radius : 5px;
436
+ -webkit-box-sizing : border-box;
437
+ box-sizing : border-box;
438
+ }
439
+
440
+ .ui-widget-overlay {
441
+ background-image : none !important;
442
+ }
443
+
444
+ .the-metabox .icon_type {
445
+ width : 30%;
446
+ float : left;
447
+ margin-right : 40px
448
+ }
449
+
450
+ #post-type-settings .category-list label {
451
+ width : 187px;
452
+ }
453
+
454
+ .remove_cat {
455
+ float : right;
456
+ text-align : center;
457
+ display : block;
458
+ width : 20px;
459
+ height : 20px;
460
+ border-radius : 20px;
461
+ font-weight : bold;
462
+ font-size : 10px;
463
+ background : #efefef;
464
+ text-decoration : none;
465
+ }
466
+
467
+ /* typography */
468
+ .the-metabox.typography .select_wrapper.font-family {
469
+ width : 200px;
470
+ }
471
+
472
+ .the-metabox.typography .spinner_container {
473
+ float : left;
474
+ margin-right : 10px;
475
+ }
476
+
477
+ .the-metabox.typography .spinner_container input.number {
478
+ width : 50px !important;
479
+ -webkit-border-top-right-radius : 0px;
480
+ -webkit-border-bottom-right-radius : 0px;
481
+ -moz-border-radius-topright : 0px;
482
+ -moz-border-radius-bottomright : 0px;
483
+ border-top-right-radius : 0px;
484
+ border-bottom-right-radius : 0px;
485
+ }
486
+
487
+ /* number */
488
+ .the-metabox.number input.number {
489
+ width : 50px !important;
490
+ }
491
+
492
+ /* number */
493
+ .rm_number .number {
494
+ width : 70px;
495
+ text-align : right;
496
+ -webkit-border-top-right-radius : 0px;
497
+ -webkit-border-bottom-right-radius : 0px;
498
+ -moz-border-radius-topright : 0px;
499
+ -moz-border-radius-bottomright : 0px;
500
+ border-top-right-radius : 0px;
501
+ border-bottom-right-radius : 0px;
502
+ }
503
+
504
+ .spinner-wrapper {
505
+ position : relative;
506
+ height : 23px;
507
+ overflow : hidden;
508
+ }
509
+
510
+ .spinner-wrapper input.number {
511
+ float : left;
512
+ }
513
+
514
+ .spinner-wrapper .spinner-button {
515
+ cursor : pointer;
516
+ float : left;
517
+ position : absolute;
518
+ left : 69px;
519
+ width : 15px;
520
+ height : 12px;
521
+ border : 1px solid #dfdfdf;
522
+ background : #fff;
523
+ margin : 0;
524
+ padding : 0;
525
+ line-height : 9999px;
526
+ overflow : hidden;
527
+ background : url('../images/spinner.png') no-repeat center -11px
528
+ }
529
+
530
+ .spinner-wrapper .spinner-button.button-plus {
531
+ top : 0;
532
+ -webkit-border-top-right-radius : 3px !important;
533
+ -moz-border-radius-topright : 3px !important;
534
+ border-top-right-radius : 3px !important;
535
+ }
536
+
537
+ .spinner-wrapper .spinner-button.button-minus {
538
+ bottom : 0;
539
+ background-position : center -30px;
540
+ -webkit-border-bottom-right-radius : 3px !important;
541
+ -moz-border-radius-bottomright : 3px !important;
542
+ border-bottom-right-radius : 3px !important;
543
+ }
544
+
545
+ .spinner-wrapper .spinner-button.button-plus:active {
546
+ background-position : center 0px;
547
+ }
548
+
549
+ .spinner-wrapper .spinner-button.button-minus:active {
550
+ background-position : center -20px;
551
+ }
552
+
553
+ .rm_typography .spinner_container {
554
+ float : left;
555
+ margin-right : 10px;
556
+ }
557
+
558
+ .rm_typography .spinner-wrapper {
559
+ height : 28px;
560
+ }
561
+
562
+ .rm_typography .spinner-wrapper input.number {
563
+ height : 28px;
564
+ }
565
+
566
+ .rm_typography .spinner-wrapper .spinner-button.button-plus {
567
+ height : 15px;
568
+ background-position : center -10px;
569
+ }
570
+
571
+ .rm_typography .spinner-wrapper .spinner-button.button-minus {
572
+ height : 14px;
573
+ }
574
+
575
+ .the-metabox .spinner-wrapper .spinner-button {
576
+ left : 49px;
577
+ }
578
+
579
+ .the-metabox.typography .spinner-wrapper .spinner-button {
580
+ left : 35px;
581
+ }
582
+
583
+ /* images */
584
+ .the-metabox.images, .the-metabox.images label {
585
+ margin-left : 0;
586
+ display : block;
587
+ }
588
+
589
+ .the-metabox.images .slides-wrapper {
590
+ clear : both;
591
+ }
592
+
593
+ .the-metabox.images .slides-wrapper li {
594
+ position : relative;
595
+ }
596
+
597
+ .the-metabox.images a.delete {
598
+ display : block;
599
+ margin-left : 4px;
600
+ text-decoration : none;
601
+ font-weight : bold;
602
+ color : red;
603
+ position : absolute;
604
+ top : 0;
605
+ right : 0;
606
+ width : 10px;
607
+ height : 18px;
608
+ z-index : 10;
609
+ cursor : pointer !important;
610
+ }
611
+
612
+ /* wp editor */
613
+ .wp_themeSkin iframe {
614
+ background : #fff !important;
615
+ }
616
+
617
+ /* custom tabs */
618
+ .customtab_item {
619
+ border-style : solid;
620
+ border-width : 1px;
621
+ line-height : 1;
622
+ margin-bottom : 20px;
623
+ padding : 0;
624
+ background-color : #f5f5f5;
625
+ background-image : -moz-linear-gradient(center top, #f9f9f9, #f5f5f5);
626
+ border-color : #dfdfdf;
627
+ border-radius : 3px 3px 3px 3px;
628
+ box-shadow : 0 1px 0 #fff inset;
629
+ min-width : 255px;
630
+ position : relative;
631
+ }
632
+
633
+ .customtab_item .handlediv {
634
+ position : relative;
635
+ top : -4px;
636
+ }
637
+
638
+ .customtab_item h3 {
639
+ min-height : 21px
640
+ }
641
+
642
+ .customtab_item .inside {
643
+ padding : 10px !important;
644
+ }
645
+
646
+ .customtab_item .deps {
647
+ display : none;
648
+ }
649
+
650
+ .customtab_item .addoptions p.option {
651
+ margin : 5px 0 5px 200px
652
+ }
653
+
654
+ .customtab_item .addoptions p label {
655
+ width : 80px !important;
656
+ }
657
+
658
+ .customtab_item .add-field-option {
659
+ margin-bottom : 10px !important;
660
+ }
661
+
662
+ .customtab_item .remove_item {
663
+ float : right;
664
+ }
665
+
666
+ .metabox-sortable-placeholder {
667
+ border : 1px dotted #dedede;
668
+ margin : 10px 0
669
+ }
670
+
671
+ .the-metabox.customtabs {
672
+ margin-left : 0;
673
+ }
674
+
675
+ #customtab_item_sample {
676
+ display : none;
677
+ }
678
+
679
+ .the-metabox.customtabs .field-row {
680
+ margin-bottom : 10px;
681
+ }
682
+
683
+ #yit_custom_tabs label {
684
+ font-weight : normal;
685
+ width : auto;
686
+ float : none;
687
+ line-height : auto;
688
+ margin-left : 0;
689
+ }
690
+
691
+ .wp-admin p label input[type=radio] {
692
+ width : 16px;
693
+ margin-right : 10px;
694
+ margin-top : 3px;
695
+ }
696
+
697
+ .wp-admin .form-field._preset_onsale_icon_field label input[type=radio] {
698
+ margin-top : 0;
699
+ }
700
+
701
+ .the-metabox .spinner {
702
+ margin-top : 5px;
703
+ float : none;
704
+ }
705
+
706
+ /*sidebars*/
707
+ #choose-sidebars.choose {
708
+ margin-left : 0px;
709
+ }
710
+
711
+ #_active_page_options-container label, #_active_page_options-container p {
712
+ display : inline-block;
713
+ margin : 0px;
714
+ }
715
+
716
+ #_active_page_options-container label {
717
+ margin-right : 10px;
718
+ margin-top : 3px;
719
+ }
720
+
721
+ #_active_page_options-container {
722
+ float : right;
723
+ margin-right : 20px;
724
+ margin-top : 5px;
725
+ z-index : 9999 !important;
726
+ position : absolute;
727
+ right : 0;
728
+ }
729
+
730
+ /*-----------------------
731
+ * Colorpicker - fix issues in combination with third-party themes or plugin (Basel, VC Addons, ...)
732
+ */
733
+ .metaboxes-tab .the-metabox.colorpicker {
734
+ display : block;
735
+ width : auto;
736
+ height : auto;
737
+ overflow : visible;
738
+ top : auto;
739
+ left : auto;
740
+ background : transparent;
741
+ position : static;
742
+ z-index : 1;
743
+ font-family : inherit;
744
+ }
745
+
746
+ .the-metabox.checkbox.checkboxgroup-start.clearfix {
747
+ margin : 40px 0 0 264px;
748
+ }
749
+
750
+ .the-metabox.checkbox.checkboxgroup.clearfix {
751
+ margin : 0 0 0 264px;
752
  }
plugin-fw/assets/css/yit-plugin-panel.css CHANGED
@@ -1,631 +1,636 @@
1
- /*
2
- * This file belongs to the YIT Plugin Framework.
3
- *
4
- * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
5
- * that is bundled with this package in the file LICENSE.txt.
6
- * It is also available through the world-wide-web at this URL:
7
- * http://www.gnu.org/licenses/gpl-3.0.txt
8
- */
9
- .plugin-option tr {
10
- border-bottom : 1px solid #ebebeb;
11
- }
12
-
13
- .plugin-option .yit_options,
14
- .plugin-option .yit-options {
15
- border-bottom : 0px;
16
- }
17
-
18
- .plugin-option .yit-options .option,
19
- .plugin-option .yit_options .option {
20
- width : 600px;
21
- }
22
-
23
- .plugin-option .form-table > tbody > tr > td {
24
- padding : 25px 15px;
25
- }
26
-
27
- .ie8 .yit_options select,
28
- .ie8 .yit-options select {
29
- height : 26px;
30
- }
31
-
32
- /* Style to woocommerce panel*/
33
-
34
- #plugin-fw-wc, #yith-plugin-fw-panel {
35
- padding-top : 20px;
36
- }
37
-
38
- #plugin-fw-wc table.form-table, #yith-plugin-fw-panel table.form-table, .yith-plugin-fw-panel-custom-tab-container {
39
- background-color : #fff;
40
- margin-bottom : 20px;
41
- }
42
-
43
- .yith-plugin-fw-panel-custom-tab-container {
44
- padding : 20px;
45
- box-sizing : border-box;
46
- margin-right : 15px;
47
- }
48
-
49
- .yith-plugin-fw-panel-custom-tab-container > h2 {
50
- border : none;
51
- padding : 15px 0;
52
- }
53
-
54
- #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th {
55
- padding : 20px;
56
- }
57
-
58
- #plugin-fw-wc h3, #yith-plugin-fw-panel h3 {
59
- padding : 0 0 0 10px;
60
- margin : 0;
61
- }
62
-
63
-
64
- /**
65
- Post type Edit
66
- */
67
-
68
- .yith-plugin-fw-wp-page-wrapper {
69
- margin : 23px 20px 0 2px;
70
- }
71
-
72
- .yith-plugin-fw-wp-page-wrapper .notice,
73
- .yith-plugin-fw-wp-page-wrapper div.updated,
74
- .yith-plugin-fw-wp-page-wrapper div.error {
75
- margin : 5px 15px 15px 0;
76
- }
77
-
78
- .yith-plugin-fw-wp-page-wrapper .wrap {
79
- border : 1px solid #d8d8d8;
80
- border-top : 0;
81
- margin : 0 15px 0 0;
82
- background : #fff;
83
- padding : 20px;
84
- box-sizing : border-box;
85
- }
86
-
87
- #wpwrap .yith-plugin-fw-wp-page-wrapper .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-fw-wp-page-wrapper .yith-plugin-ui h2.nav-tab-wrapper {
88
- padding-bottom : 0;
89
- }
90
-
91
- .yith-plugin-fw-wp-page-wrapper .postbox {
92
- box-shadow : none;
93
- }
94
-
95
- .yith-plugin-fw-wp-page-wrapper h1.nav-tab-wrapper, .yith-plugin-fw-wp-page-wrapper h2.nav-tab-wrapper, .yith-plugin-fw-wp-page-wrapper .nav-tab-wrapper {
96
- padding-top : 9px;
97
- padding-bottom : 0;
98
- }
99
-
100
- .yith-plugin-fw-wp-page-wrapper .wrap h1.wp-heading-inline {
101
- color : #2a8db0;
102
- font-size : 15px;
103
- text-transform : uppercase;
104
- font-weight : 600;
105
- }
106
-
107
- .yith-plugin-fw-wp-page-wrapper .wrap a.page-title-action,
108
- .yith-plugin-fw-wp-page-wrapper .wrap a.page-title-action:active {
109
- border-radius : 3px;
110
- text-transform : uppercase;
111
- box-shadow : none;
112
- border : 0;
113
- font-weight : 700;
114
- font-size : 11px;
115
- padding : 0 14px;
116
- outline : none;
117
- height : auto;
118
- transition : all ease 0.3s;
119
- text-shadow : none;
120
- vertical-align : middle;
121
- line-height : 26px;
122
- display : inline-block;
123
- text-decoration : none;
124
- cursor : pointer;
125
- background-color : #375f6b;
126
- color : #fff;
127
- margin-left: 10px !important;
128
- }
129
-
130
- .yith-plugin-fw-wp-page-wrapper .wrap a.page-title-action:hover {
131
- border-color : #007694;
132
- background : #007694;
133
- color : #fff;
134
- }
135
-
136
- .yith-plugin-fw-wp-page-wrapper #wp-content-editor-tools {
137
- background : transparent;
138
- }
139
-
140
- /* === Plugins Upgrader === */
141
-
142
- .yit-plugin-changelog-wrapper {
143
- display : none;
144
- }
145
-
146
- .yit-plugin-changelog-title {
147
- text-transform : uppercase;
148
- }
149
-
150
- .yit-plugin-changelog {
151
- height : calc(100% - 15px);
152
- width : calc(100% - 15px);
153
- overflow-x : hidden;
154
- overflow-y : auto;
155
- z-index : 999;
156
- background : #fcfcfc;
157
- }
158
-
159
- /* === Plugins Licence Activation === */
160
-
161
- .yit-container.plugin-licence-activation {
162
- font-family : 'Raleway', sans-serif;
163
- }
164
-
165
- .yit-container.plugin-licence-activation .to-active-wrapper {
166
- margin-bottom : 60px;
167
- }
168
-
169
- .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form {
170
- position : relative;
171
- border-color : #e1e1e1;
172
- border-style : solid;
173
- border-width : 0;
174
- }
175
-
176
- .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form:first-child {
177
- border-top-width : 1px;
178
- }
179
-
180
- .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form:last-child {
181
- border-bottom-width : 1px;
182
- }
183
-
184
- .yit-container.plugin-licence-activation .to-active-wrapper table.to-active-table {
185
- border-width : 0;
186
- border-spacing : 0;
187
- width : 100%;
188
- }
189
-
190
- .yit-container.plugin-licence-activation .message {
191
- display : none;
192
- line-height : normal;
193
- background : #fff url(../images/licence-error.png) 15px center no-repeat;
194
- padding-left : 65px;
195
- padding-right : 15px;
196
- width : 150px;
197
- }
198
-
199
- .yit-container.plugin-licence-activation .message-wrapper {
200
- height : 75px;
201
- display : none;
202
- position : absolute;
203
- top : 0;
204
- right : -250px;
205
- border : 1px solid #ff3838;
206
- }
207
-
208
- .yit-container.plugin-licence-activation .message-wrapper.visible {
209
- display : table;
210
- }
211
-
212
- .yit-container.plugin-licence-activation .message {
213
- display : table-cell;
214
- vertical-align : middle;
215
- }
216
-
217
- .yit-container.plugin-licence-activation .arrow-left:after,
218
- .yit-container.plugin-licence-activation .arrow-left:before {
219
- content : "";
220
- display : block;
221
- width : 0;
222
- height : 0;
223
- position : absolute;
224
- }
225
-
226
- .yit-container.plugin-licence-activation .arrow-left:before {
227
- border-top : 9px solid transparent;
228
- border-bottom : 9px solid transparent;
229
- border-right : 9px solid #ff3838;
230
- top : 26px;
231
- left : -9px;
232
- }
233
-
234
- .yit-container.plugin-licence-activation .arrow-left:after {
235
- border-top : 8px solid transparent;
236
- border-bottom : 8px solid transparent;
237
- border-right : 8px solid #fff;
238
- left : -8px;
239
- top : 27px;
240
- }
241
-
242
- .yit-container.plugin-licence-activation h2,
243
- .yit-container.plugin-licence-activation h3 {
244
- text-transform : uppercase;
245
- font-weight : 800;
246
- margin-bottom : 30px;
247
- }
248
-
249
- .yit-container.plugin-licence-activation h2 {
250
- color : #808a97;
251
- font-size : 25px;
252
- }
253
-
254
- .yit-container.plugin-licence-activation h3 {
255
- color : #313131;
256
- font-size : 15px;
257
- height : 20px;
258
- }
259
-
260
- .yit-container.plugin-licence-activation h3.to-active {
261
- height : 20px;
262
- position : relative;
263
- vertical-align : top;
264
- }
265
-
266
- .yit-container.plugin-licence-activation .spinner.show {
267
- display : inline-block;
268
- vertical-align : middle;
269
- float : none;
270
- }
271
-
272
- .yit-container.plugin-licence-activation h3.to-active > .spinner.show {
273
- display : inline-block;
274
- float : none;
275
- top : -3px;
276
- position : relative;
277
- }
278
-
279
- .yit-container.plugin-licence-activation .licence-check-section {
280
- margin-bottom : 60px;
281
- }
282
-
283
- .yit-container.plugin-licence-activation span.licence-label {
284
- font-weight : 500;
285
- color : #606060;
286
- margin-bottom : 30px;
287
- }
288
-
289
- .yit-container.plugin-licence-activation .button-licence {
290
- border : 0;
291
- font-size : 13px;
292
- text-transform : uppercase;
293
- background-color : #808a97;
294
- color : #fff;
295
- font-weight : 700;
296
- border-radius : 3px;
297
- cursor : pointer;
298
- text-decoration : none;
299
- padding : 5px 7px;
300
- -webkit-transition : background-color 0.3s ease;
301
- -moz-transition : background-color 0.3s ease;
302
- -ms-transition : background-color 0.3s ease;
303
- -o-transition : background-color 0.3s ease;
304
- transition : background-color 0.3s ease;
305
- }
306
-
307
- .yit-container.plugin-licence-activation .button-licence:hover {
308
- background-color : #4d5c6f;
309
- }
310
-
311
- .yit-container.plugin-licence-activation .button-licence.clicked {
312
- cursor : not-allowed;
313
- background-color : #e2e2e2 !important;
314
- }
315
-
316
- .yit-container.plugin-licence-activation .button-licence.licence-check {
317
- font-weight : 400;
318
- padding : 12px 19px;
319
- }
320
-
321
- .yit-container.plugin-licence-activation .button-licence.licence-renew {
322
- text-decoration : none;
323
- padding : 7px 12px;
324
- font-size : 9px;
325
- }
326
-
327
- .yit-container.plugin-licence-activation .button-licence.licence-renew:focus {
328
- box-shadow : none;
329
- }
330
-
331
- .yit-container.plugin-licence-activation table:not(.to-active-table) {
332
- width : 100%;
333
- border : 1px solid #dcdcdc;
334
- border-spacing : 0;
335
- border-radius : 5px;
336
- border-collapse : separate;
337
- overflow : hidden;
338
- }
339
-
340
- .yit-container.plugin-licence-activation table:not(.to-active-table) th {
341
- border-bottom : 1px solid #dcdcdc;
342
- }
343
-
344
- .yit-container.plugin-licence-activation table:not(.to-active-table) td,
345
- .yit-container.plugin-licence-activation table:not(.to-active-table) th {
346
- border-right : 1px solid #dcdcdc;
347
- }
348
-
349
- .yit-container.plugin-licence-activation table td:last-child,
350
- .yit-container.plugin-licence-activation table th:last-child {
351
- border-right : 0;
352
- }
353
-
354
- .yit-container.plugin-licence-activation table thead tr {
355
- background-color : #f6f4f4;
356
- }
357
-
358
- .yit-container.plugin-licence-activation table tbody tr {
359
- background-color : #fff;
360
- }
361
-
362
- .yit-container.plugin-licence-activation table thead tr th {
363
- font-size : 13px;
364
- color : #313131;
365
- text-transform : uppercase;
366
- font-weight : bold;
367
- }
368
-
369
- .yit-container.plugin-licence-activation table thead tr,
370
- .yit-container.plugin-licence-activation table tbody tr {
371
- line-height : 60px;
372
- }
373
-
374
- .yit-container.plugin-licence-activation table tbody tr td {
375
- text-align : center;
376
- line-height : 20px;
377
- padding : 10px 5px;
378
- }
379
-
380
- .yit-container.plugin-licence-activation .button-licence.licence-activation {
381
- padding : 12px 18px;
382
- }
383
-
384
- .yit-container.plugin-licence-activation .to-active-table tr {
385
- line-height : 75px;
386
- }
387
-
388
- .yit-container.plugin-licence-activation .to-active-table tr.plugin-row {
389
- background-color : transparent;
390
- -webkit-transition : all 0.3s ease;
391
- -moz-transition : all 0.3s ease;
392
- -ms-transition : all 0.3s ease;
393
- -o-transition : all 0.3s ease;
394
- transition : all 0.3s ease;
395
- }
396
-
397
- .yit-container.plugin-licence-activation .to-active-table tr.plugin-row.error {
398
- background-color : #ffdcdc;
399
- }
400
-
401
- .yit-container.plugin-licence-activation .to-active-table td {
402
- padding-right : 12px;
403
- width : 33%;
404
- }
405
-
406
- .yit-container.plugin-licence-activation .to-active-table td.plugin-name {
407
- color : #808a97;
408
- font-size : 12px;
409
- text-transform : uppercase;
410
- font-weight : bold;
411
- line-height : 20px;
412
- width : 20%;
413
- padding-left : 20px;
414
- }
415
-
416
- .yit-container.plugin-licence-activation .to-active-table td.activate-button {
417
- width : 15%;
418
- position : relative;
419
- }
420
-
421
- .yit-container.plugin-licence-activation input[type=text],
422
- .yit-container.plugin-licence-activation input[type=email] {
423
- -webkit-transition : all 0.3s ease;
424
- -moz-transition : all 0.3s ease;
425
- -ms-transition : all 0.3s ease;
426
- -o-transition : all 0.3s ease;
427
- transition : all 0.3s ease;
428
-
429
- border : 1px solid #dcdcdc;
430
- padding : 0 15px;
431
- border-radius : 3px;
432
- height : 41px;
433
- width : 100%;
434
- }
435
-
436
- .yit-container.plugin-licence-activation input[type=text].require,
437
- .yit-container.plugin-licence-activation input[type=email].require {
438
- border : 1px solid #ff3838;
439
- }
440
-
441
- .yit-container.plugin-licence-activation input[type=text]:focus,
442
- .yit-container.plugin-licence-activation input[type=email]:focus {
443
- webkit-box-shadow : 0 0 1px rgba(30, 140, 190, .8);
444
- box-shadow : 0 0 1px rgba(30, 140, 190, .8);
445
- }
446
-
447
- .yit-container.plugin-licence-activation input[type=text] {
448
- text-transform : uppercase;
449
- text-align : center;
450
- }
451
-
452
- .yit-container.plugin-licence-activation input[type=email] {
453
- text-align : left;
454
- }
455
-
456
- .yit-container.plugin-licence-activation input[type=submit]:focus {
457
- outline : 0;
458
- }
459
-
460
- /* === Woocommerce panel === */
461
- #plugin-fw-wc .yit_options {
462
- padding : 0;
463
- border : 0;
464
- }
465
-
466
- #plugin-fw-wc .yit_options input.upload_button, .yit_options input.button {
467
- background : none;
468
- border : 1px solid #ccc;
469
- }
470
-
471
- /* === WP Pointers === */
472
-
473
- #adminmenu li.menu-top.yit-pointer-selected-row,
474
- #adminmenu li.menu-top.yit-pointer-selected-row:hover,
475
- #adminmenu li.yit-pointer-selected-row a.menu-top {
476
- background-color : #acc327;
477
- color : #000;
478
- }
479
-
480
- #adminmenu a.menu-top.toplevel_page_yit_plugin_panel.yit-pointer {
481
- color : #000;
482
- }
483
-
484
- #adminmenu a.menu-top.toplevel_page_yit_plugin_panel.yit-pointer:hover,
485
- #adminmenu .wp-submenu a.yit-pointer-selected-row {
486
- color : #fff;
487
- }
488
-
489
- #adminmenu .wp-submenu a.yit-pointer-selected-row:hover {
490
- color : #45bbe6;
491
- }
492
-
493
- /* WooCommerce 2.4 Support */
494
- .woocommerce table.form-table .colorpick {
495
- width : 6em;
496
- }
497
-
498
- #wpwrap h2.nav-tab-wrapper, #wpbody-content h2.nav-tab-wrapper {
499
- border-bottom : 1px solid #ccc;
500
- margin-right : 15px;
501
- }
502
-
503
- /* === YIT FRAMEWORK === */
504
- .plugin-card .plugin-icon img {
505
- max-width : 100%;
506
- width : auto;
507
- height : auto;
508
- }
509
-
510
- /* === Panel Content and Container === */
511
- .yit-admin-panel-container {
512
- position : relative;
513
- margin-right : 15px;
514
- }
515
-
516
- .yit-admin-panel-content-wrap {
517
- width : 100%;
518
- display : block;
519
- }
520
-
521
- .yith-disabled {
522
- opacity : 0.3;
523
- pointer-events : none;
524
- }
525
-
526
- .yith-plugin-fw-select,
527
- .yith-plugin-fw-slider-container,
528
- .yith-plugin-fw-text-input,
529
- .yith-plugin-fw-text-array-table,
530
- .yith-plugin-fw-textarea {
531
- width : 400px;
532
- max-width : 100%;
533
- }
534
-
535
- .yith-plugin-fw-text-array-table input {
536
- width : 100%;
537
- }
538
-
539
- .yith-plugin-fw-panel-wc-row.preview {
540
- float : none;
541
- }
542
-
543
- .yith-plugin-fw-panel .subsubsub {
544
- margin : 0;
545
- }
546
-
547
- /**
548
- * Sub Tabs
549
- */
550
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav {
551
- background : #fff;
552
- padding : 10px 20px;
553
- box-sizing : border-box;
554
- margin-right : 15px;
555
- border-left : 1px solid #d8d8d8;
556
- border-right : 1px solid #d8d8d8;
557
- }
558
-
559
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav h3.nav-tab-wrapper {
560
- text-transform : uppercase;
561
- line-height : inherit;
562
- font-weight : 600;
563
- }
564
-
565
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab {
566
- line-height : 1.71428571;
567
- margin-left : 0;
568
- margin-right : 0;
569
- background-color : #fff;
570
- color : #336374;
571
- font-size : 13px;
572
- padding : 8px 20px 9px;
573
- border : 0;
574
- border-left : 1px solid #d8d8d8;
575
- border-top : 1px solid #d8d8d8;
576
- }
577
-
578
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__title,
579
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__icon {
580
- vertical-align : middle;
581
- }
582
-
583
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__icon {
584
- margin-left : 8px;
585
- font-size : 22px;
586
- margin-right : -3px;
587
- }
588
-
589
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__icon:before {
590
- color : inherit;
591
- }
592
-
593
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab:last-child {
594
- border-right : 1px solid #d8d8d8;
595
- }
596
-
597
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .yith-nav-sub-tab--highlight {
598
- color : #fff;
599
- background : #2a8db0;
600
- }
601
-
602
- .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab-active {
603
- color : #2a8db0;
604
- background : #fff;
605
- border-bottom : 1px solid #fff;
606
- }
607
-
608
- /* === Responsive === */
609
-
610
- @media (max-width : 767px) {
611
-
612
- }
613
-
614
- @media (max-width : 480px) {
615
-
616
- }
617
-
618
- @media (min-width : 768px) and (max-width : 992px) {
619
- }
620
-
621
- @media (min-width : 980px) and (max-width : 1199px) {
622
- }
623
-
624
- @media (min-width : 1200px) {
625
- .yit-container.plugin-licence-activation {
626
- width : 900px;
627
- }
628
- }
629
-
630
- @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (-o-min-device-pixel-ratio : 3/2), only screen and (min--moz-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
631
- }
 
 
 
 
 
1
+ /*
2
+ * This file belongs to the YIT Plugin Framework.
3
+ *
4
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
5
+ * that is bundled with this package in the file LICENSE.txt.
6
+ * It is also available through the world-wide-web at this URL:
7
+ * http://www.gnu.org/licenses/gpl-3.0.txt
8
+ */
9
+ .plugin-option tr {
10
+ border-bottom : 1px solid #ebebeb;
11
+ }
12
+
13
+ .plugin-option .yit_options,
14
+ .plugin-option .yit-options {
15
+ border-bottom : 0px;
16
+ }
17
+
18
+ .plugin-option .yit-options .option,
19
+ .plugin-option .yit_options .option {
20
+ width : 600px;
21
+ }
22
+
23
+ .plugin-option .form-table > tbody > tr > td {
24
+ padding : 25px 15px;
25
+ }
26
+
27
+ .ie8 .yit_options select,
28
+ .ie8 .yit-options select {
29
+ height : 26px;
30
+ }
31
+
32
+ /* Style to woocommerce panel*/
33
+
34
+ #plugin-fw-wc, #yith-plugin-fw-panel {
35
+ padding-top : 20px;
36
+ }
37
+
38
+ #plugin-fw-wc table.form-table, #yith-plugin-fw-panel table.form-table, .yith-plugin-fw-panel-custom-tab-container {
39
+ background-color : #fff;
40
+ margin-bottom : 20px;
41
+ }
42
+
43
+ .yith-plugin-fw-panel-custom-tab-container {
44
+ padding : 20px;
45
+ box-sizing : border-box;
46
+ margin-right : 15px;
47
+ }
48
+
49
+ .yith-plugin-ui .yith-plugin-fw-panel-custom-tab-container{
50
+ border: 1px solid #ddd;
51
+ border-top : 0;
52
+ }
53
+
54
+ .yith-plugin-ui .yith-plugin-fw-panel-custom-tab-container > h2 {
55
+ border : none;
56
+ padding : 15px 0;
57
+ }
58
+
59
+ #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th {
60
+ padding : 20px;
61
+ }
62
+
63
+ #plugin-fw-wc h3, #yith-plugin-fw-panel h3 {
64
+ padding : 0 0 0 10px;
65
+ margin : 0;
66
+ }
67
+
68
+
69
+ /**
70
+ Post type Edit
71
+ */
72
+
73
+ .yith-plugin-fw-wp-page-wrapper {
74
+ margin : 23px 20px 0 2px;
75
+ }
76
+
77
+ .yith-plugin-fw-wp-page-wrapper .notice,
78
+ .yith-plugin-fw-wp-page-wrapper div.updated,
79
+ .yith-plugin-fw-wp-page-wrapper div.error {
80
+ margin : 5px 15px 15px 0;
81
+ }
82
+
83
+ .yith-plugin-fw-wp-page-wrapper .wrap {
84
+ border : 1px solid #d8d8d8;
85
+ border-top : 0;
86
+ margin : 0 15px 0 0;
87
+ background : #fff;
88
+ padding : 20px;
89
+ box-sizing : border-box;
90
+ }
91
+
92
+ #wpwrap .yith-plugin-fw-wp-page-wrapper .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-fw-wp-page-wrapper .yith-plugin-ui h2.nav-tab-wrapper {
93
+ padding-bottom : 0;
94
+ }
95
+
96
+ .yith-plugin-fw-wp-page-wrapper .postbox {
97
+ box-shadow : none;
98
+ }
99
+
100
+ .yith-plugin-fw-wp-page-wrapper h1.nav-tab-wrapper, .yith-plugin-fw-wp-page-wrapper h2.nav-tab-wrapper, .yith-plugin-fw-wp-page-wrapper .nav-tab-wrapper {
101
+ padding-top : 9px;
102
+ padding-bottom : 0;
103
+ }
104
+
105
+ .yith-plugin-fw-wp-page-wrapper .wrap h1.wp-heading-inline {
106
+ color : #2a8db0;
107
+ font-size : 15px;
108
+ text-transform : uppercase;
109
+ font-weight : 600;
110
+ }
111
+
112
+ .yith-plugin-fw-wp-page-wrapper .wrap a.page-title-action,
113
+ .yith-plugin-fw-wp-page-wrapper .wrap a.page-title-action:active {
114
+ border-radius : 3px;
115
+ text-transform : uppercase;
116
+ box-shadow : none;
117
+ border : 0;
118
+ font-weight : 700;
119
+ font-size : 11px;
120
+ padding : 0 14px;
121
+ outline : none;
122
+ height : auto;
123
+ transition : all ease 0.3s;
124
+ text-shadow : none;
125
+ vertical-align : middle;
126
+ line-height : 26px;
127
+ display : inline-block;
128
+ text-decoration : none;
129
+ cursor : pointer;
130
+ background-color : #375f6b;
131
+ color : #fff;
132
+ margin-left : 10px !important;
133
+ }
134
+
135
+ .yith-plugin-fw-wp-page-wrapper .wrap a.page-title-action:hover {
136
+ border-color : #007694;
137
+ background : #007694;
138
+ color : #fff;
139
+ }
140
+
141
+ .yith-plugin-fw-wp-page-wrapper #wp-content-editor-tools {
142
+ background : transparent;
143
+ }
144
+
145
+ /* === Plugins Upgrader === */
146
+
147
+ .yit-plugin-changelog-wrapper {
148
+ display : none;
149
+ }
150
+
151
+ .yit-plugin-changelog-title {
152
+ text-transform : uppercase;
153
+ }
154
+
155
+ .yit-plugin-changelog {
156
+ height : calc(100% - 15px);
157
+ width : calc(100% - 15px);
158
+ overflow-x : hidden;
159
+ overflow-y : auto;
160
+ z-index : 999;
161
+ background : #fcfcfc;
162
+ }
163
+
164
+ /* === Plugins Licence Activation === */
165
+
166
+ .yit-container.plugin-licence-activation {
167
+ font-family : 'Raleway', sans-serif;
168
+ }
169
+
170
+ .yit-container.plugin-licence-activation .to-active-wrapper {
171
+ margin-bottom : 60px;
172
+ }
173
+
174
+ .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form {
175
+ position : relative;
176
+ border-color : #e1e1e1;
177
+ border-style : solid;
178
+ border-width : 0;
179
+ }
180
+
181
+ .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form:first-child {
182
+ border-top-width : 1px;
183
+ }
184
+
185
+ .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form:last-child {
186
+ border-bottom-width : 1px;
187
+ }
188
+
189
+ .yit-container.plugin-licence-activation .to-active-wrapper table.to-active-table {
190
+ border-width : 0;
191
+ border-spacing : 0;
192
+ width : 100%;
193
+ }
194
+
195
+ .yit-container.plugin-licence-activation .message {
196
+ display : none;
197
+ line-height : normal;
198
+ background : #fff url(../images/licence-error.png) 15px center no-repeat;
199
+ padding-left : 65px;
200
+ padding-right : 15px;
201
+ width : 150px;
202
+ }
203
+
204
+ .yit-container.plugin-licence-activation .message-wrapper {
205
+ height : 75px;
206
+ display : none;
207
+ position : absolute;
208
+ top : 0;
209
+ right : -250px;
210
+ border : 1px solid #ff3838;
211
+ }
212
+
213
+ .yit-container.plugin-licence-activation .message-wrapper.visible {
214
+ display : table;
215
+ }
216
+
217
+ .yit-container.plugin-licence-activation .message {
218
+ display : table-cell;
219
+ vertical-align : middle;
220
+ }
221
+
222
+ .yit-container.plugin-licence-activation .arrow-left:after,
223
+ .yit-container.plugin-licence-activation .arrow-left:before {
224
+ content : "";
225
+ display : block;
226
+ width : 0;
227
+ height : 0;
228
+ position : absolute;
229
+ }
230
+
231
+ .yit-container.plugin-licence-activation .arrow-left:before {
232
+ border-top : 9px solid transparent;
233
+ border-bottom : 9px solid transparent;
234
+ border-right : 9px solid #ff3838;
235
+ top : 26px;
236
+ left : -9px;
237
+ }
238
+
239
+ .yit-container.plugin-licence-activation .arrow-left:after {
240
+ border-top : 8px solid transparent;
241
+ border-bottom : 8px solid transparent;
242
+ border-right : 8px solid #fff;
243
+ left : -8px;
244
+ top : 27px;
245
+ }
246
+
247
+ .yit-container.plugin-licence-activation h2,
248
+ .yit-container.plugin-licence-activation h3 {
249
+ text-transform : uppercase;
250
+ font-weight : 800;
251
+ margin-bottom : 30px;
252
+ }
253
+
254
+ .yit-container.plugin-licence-activation h2 {
255
+ color : #808a97;
256
+ font-size : 25px;
257
+ }
258
+
259
+ .yit-container.plugin-licence-activation h3 {
260
+ color : #313131;
261
+ font-size : 15px;
262
+ height : 20px;
263
+ }
264
+
265
+ .yit-container.plugin-licence-activation h3.to-active {
266
+ height : 20px;
267
+ position : relative;
268
+ vertical-align : top;
269
+ }
270
+
271
+ .yit-container.plugin-licence-activation .spinner.show {
272
+ display : inline-block;
273
+ vertical-align : middle;
274
+ float : none;
275
+ }
276
+
277
+ .yit-container.plugin-licence-activation h3.to-active > .spinner.show {
278
+ display : inline-block;
279
+ float : none;
280
+ top : -3px;
281
+ position : relative;
282
+ }
283
+
284
+ .yit-container.plugin-licence-activation .licence-check-section {
285
+ margin-bottom : 60px;
286
+ }
287
+
288
+ .yit-container.plugin-licence-activation span.licence-label {
289
+ font-weight : 500;
290
+ color : #606060;
291
+ margin-bottom : 30px;
292
+ }
293
+
294
+ .yit-container.plugin-licence-activation .button-licence {
295
+ border : 0;
296
+ font-size : 13px;
297
+ text-transform : uppercase;
298
+ background-color : #808a97;
299
+ color : #fff;
300
+ font-weight : 700;
301
+ border-radius : 3px;
302
+ cursor : pointer;
303
+ text-decoration : none;
304
+ padding : 5px 7px;
305
+ -webkit-transition : background-color 0.3s ease;
306
+ -moz-transition : background-color 0.3s ease;
307
+ -ms-transition : background-color 0.3s ease;
308
+ -o-transition : background-color 0.3s ease;
309
+ transition : background-color 0.3s ease;
310
+ }
311
+
312
+ .yit-container.plugin-licence-activation .button-licence:hover {
313
+ background-color : #4d5c6f;
314
+ }
315
+
316
+ .yit-container.plugin-licence-activation .button-licence.clicked {
317
+ cursor : not-allowed;
318
+ background-color : #e2e2e2 !important;
319
+ }
320
+
321
+ .yit-container.plugin-licence-activation .button-licence.licence-check {
322
+ font-weight : 400;
323
+ padding : 12px 19px;
324
+ }
325
+
326
+ .yit-container.plugin-licence-activation .button-licence.licence-renew {
327
+ text-decoration : none;
328
+ padding : 7px 12px;
329
+ font-size : 9px;
330
+ }
331
+
332
+ .yit-container.plugin-licence-activation .button-licence.licence-renew:focus {
333
+ box-shadow : none;
334
+ }
335
+
336
+ .yit-container.plugin-licence-activation table:not(.to-active-table) {
337
+ width : 100%;
338
+ border : 1px solid #dcdcdc;
339
+ border-spacing : 0;
340
+ border-radius : 5px;
341
+ border-collapse : separate;
342
+ overflow : hidden;
343
+ }
344
+
345
+ .yit-container.plugin-licence-activation table:not(.to-active-table) th {
346
+ border-bottom : 1px solid #dcdcdc;
347
+ }
348
+
349
+ .yit-container.plugin-licence-activation table:not(.to-active-table) td,
350
+ .yit-container.plugin-licence-activation table:not(.to-active-table) th {
351
+ border-right : 1px solid #dcdcdc;
352
+ }
353
+
354
+ .yit-container.plugin-licence-activation table td:last-child,
355
+ .yit-container.plugin-licence-activation table th:last-child {
356
+ border-right : 0;
357
+ }
358
+
359
+ .yit-container.plugin-licence-activation table thead tr {
360
+ background-color : #f6f4f4;
361
+ }
362
+
363
+ .yit-container.plugin-licence-activation table tbody tr {
364
+ background-color : #fff;
365
+ }
366
+
367
+ .yit-container.plugin-licence-activation table thead tr th {
368
+ font-size : 13px;
369
+ color : #313131;
370
+ text-transform : uppercase;
371
+ font-weight : bold;
372
+ }
373
+
374
+ .yit-container.plugin-licence-activation table thead tr,
375
+ .yit-container.plugin-licence-activation table tbody tr {
376
+ line-height : 60px;
377
+ }
378
+
379
+ .yit-container.plugin-licence-activation table tbody tr td {
380
+ text-align : center;
381
+ line-height : 20px;
382
+ padding : 10px 5px;
383
+ }
384
+
385
+ .yit-container.plugin-licence-activation .button-licence.licence-activation {
386
+ padding : 12px 18px;
387
+ }
388
+
389
+ .yit-container.plugin-licence-activation .to-active-table tr {
390
+ line-height : 75px;
391
+ }
392
+
393
+ .yit-container.plugin-licence-activation .to-active-table tr.plugin-row {
394
+ background-color : transparent;
395
+ -webkit-transition : all 0.3s ease;
396
+ -moz-transition : all 0.3s ease;
397
+ -ms-transition : all 0.3s ease;
398
+ -o-transition : all 0.3s ease;
399
+ transition : all 0.3s ease;
400
+ }
401
+
402
+ .yit-container.plugin-licence-activation .to-active-table tr.plugin-row.error {
403
+ background-color : #ffdcdc;
404
+ }
405
+
406
+ .yit-container.plugin-licence-activation .to-active-table td {
407
+ padding-right : 12px;
408
+ width : 33%;
409
+ }
410
+
411
+ .yit-container.plugin-licence-activation .to-active-table td.plugin-name {
412
+ color : #808a97;
413
+ font-size : 12px;
414
+ text-transform : uppercase;
415
+ font-weight : bold;
416
+ line-height : 20px;
417
+ width : 20%;
418
+ padding-left : 20px;
419
+ }
420
+
421
+ .yit-container.plugin-licence-activation .to-active-table td.activate-button {
422
+ width : 15%;
423
+ position : relative;
424
+ }
425
+
426
+ .yit-container.plugin-licence-activation input[type=text],
427
+ .yit-container.plugin-licence-activation input[type=email] {
428
+ -webkit-transition : all 0.3s ease;
429
+ -moz-transition : all 0.3s ease;
430
+ -ms-transition : all 0.3s ease;
431
+ -o-transition : all 0.3s ease;
432
+ transition : all 0.3s ease;
433
+
434
+ border : 1px solid #dcdcdc;
435
+ padding : 0 15px;
436
+ border-radius : 3px;
437
+ height : 41px;
438
+ width : 100%;
439
+ }
440
+
441
+ .yit-container.plugin-licence-activation input[type=text].require,
442
+ .yit-container.plugin-licence-activation input[type=email].require {
443
+ border : 1px solid #ff3838;
444
+ }
445
+
446
+ .yit-container.plugin-licence-activation input[type=text]:focus,
447
+ .yit-container.plugin-licence-activation input[type=email]:focus {
448
+ webkit-box-shadow : 0 0 1px rgba(30, 140, 190, .8);
449
+ box-shadow : 0 0 1px rgba(30, 140, 190, .8);
450
+ }
451
+
452
+ .yit-container.plugin-licence-activation input[type=text] {
453
+ text-transform : uppercase;
454
+ text-align : center;
455
+ }
456
+
457
+ .yit-container.plugin-licence-activation input[type=email] {
458
+ text-align : left;
459
+ }
460
+
461
+ .yit-container.plugin-licence-activation input[type=submit]:focus {
462
+ outline : 0;
463
+ }
464
+
465
+ /* === Woocommerce panel === */
466
+ #plugin-fw-wc .yit_options {
467
+ padding : 0;
468
+ border : 0;
469
+ }
470
+
471
+ #plugin-fw-wc .yit_options input.upload_button, .yit_options input.button {
472
+ background : none;
473
+ border : 1px solid #ccc;
474
+ }
475
+
476
+ /* === WP Pointers === */
477
+
478
+ #adminmenu li.menu-top.yit-pointer-selected-row,
479
+ #adminmenu li.menu-top.yit-pointer-selected-row:hover,
480
+ #adminmenu li.yit-pointer-selected-row a.menu-top {
481
+ background-color : #acc327;
482
+ color : #000;
483
+ }
484
+
485
+ #adminmenu a.menu-top.toplevel_page_yit_plugin_panel.yit-pointer {
486
+ color : #000;
487
+ }
488
+
489
+ #adminmenu a.menu-top.toplevel_page_yit_plugin_panel.yit-pointer:hover,
490
+ #adminmenu .wp-submenu a.yit-pointer-selected-row {
491
+ color : #fff;
492
+ }
493
+
494
+ #adminmenu .wp-submenu a.yit-pointer-selected-row:hover {
495
+ color : #45bbe6;
496
+ }
497
+
498
+ /* WooCommerce 2.4 Support */
499
+ .woocommerce table.form-table .colorpick {
500
+ width : 6em;
501
+ }
502
+
503
+ #wpwrap h2.nav-tab-wrapper, #wpbody-content h2.nav-tab-wrapper {
504
+ border-bottom : 1px solid #ccc;
505
+ margin-right : 15px;
506
+ }
507
+
508
+ /* === YIT FRAMEWORK === */
509
+ .plugin-card .plugin-icon img {
510
+ max-width : 100%;
511
+ width : auto;
512
+ height : auto;
513
+ }
514
+
515
+ /* === Panel Content and Container === */
516
+ .yit-admin-panel-container {
517
+ position : relative;
518
+ margin-right : 15px;
519
+ }
520
+
521
+ .yit-admin-panel-content-wrap {
522
+ width : 100%;
523
+ display : block;
524
+ }
525
+
526
+ .yith-disabled {
527
+ opacity : 0.3;
528
+ pointer-events : none;
529
+ }
530
+
531
+ .yith-plugin-fw-select,
532
+ .yith-plugin-fw-slider-container,
533
+ .yith-plugin-fw-text-input,
534
+ .yith-plugin-fw-text-array-table,
535
+ .yith-plugin-fw-textarea {
536
+ width : 400px;
537
+ max-width : 100%;
538
+ }
539
+
540
+ .yith-plugin-fw-text-array-table input {
541
+ width : 100%;
542
+ }
543
+
544
+ .yith-plugin-fw-panel-wc-row.preview {
545
+ float : none;
546
+ }
547
+
548
+ .yith-plugin-fw-panel .subsubsub {
549
+ margin : 0;
550
+ }
551
+
552
+ /**
553
+ * Sub Tabs
554
+ */
555
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav {
556
+ background : #fff;
557
+ padding : 10px 20px;
558
+ box-sizing : border-box;
559
+ margin-right : 15px;
560
+ border-left : 1px solid #d8d8d8;
561
+ border-right : 1px solid #d8d8d8;
562
+ }
563
+
564
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav h3.nav-tab-wrapper {
565
+ text-transform : uppercase;
566
+ line-height : inherit;
567
+ font-weight : 600;
568
+ }
569
+
570
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab {
571
+ line-height : 1.71428571;
572
+ margin-left : 0;
573
+ margin-right : 0;
574
+ background-color : #fff;
575
+ color : #336374;
576
+ font-size : 13px;
577
+ padding : 8px 20px 9px;
578
+ border : 0;
579
+ border-left : 1px solid #d8d8d8;
580
+ border-top : 1px solid #d8d8d8;
581
+ }
582
+
583
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__title,
584
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__icon {
585
+ vertical-align : middle;
586
+ }
587
+
588
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__icon {
589
+ margin-left : 8px;
590
+ font-size : 22px;
591
+ margin-right : -3px;
592
+ }
593
+
594
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab .yith-nav-sub-tab__icon:before {
595
+ color : inherit;
596
+ }
597
+
598
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab:last-child {
599
+ border-right : 1px solid #d8d8d8;
600
+ }
601
+
602
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .yith-nav-sub-tab--highlight {
603
+ color : #fff;
604
+ background : #2a8db0;
605
+ }
606
+
607
+ .yith-plugin-ui .yith-plugin-fw-sub-tabs-nav .nav-tab-active {
608
+ color : #2a8db0;
609
+ background : #fff;
610
+ border-bottom : 1px solid #fff;
611
+ }
612
+
613
+ /* === Responsive === */
614
+
615
+ @media (max-width : 767px) {
616
+
617
+ }
618
+
619
+ @media (max-width : 480px) {
620
+
621
+ }
622
+
623
+ @media (min-width : 768px) and (max-width : 992px) {
624
+ }
625
+
626
+ @media (min-width : 980px) and (max-width : 1199px) {
627
+ }
628
+
629
+ @media (min-width : 1200px) {
630
+ .yit-container.plugin-licence-activation {
631
+ width : 900px;
632
+ }
633
+ }
634
+
635
+ @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (-o-min-device-pixel-ratio : 3/2), only screen and (min--moz-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
636
+ }
plugin-fw/assets/css/yit-upgrade-to-pro.css CHANGED
@@ -1,77 +1,77 @@
1
- /* === Upgrade to Premium Landing page === */
2
-
3
- #upgrade-to-premium{
4
- width: 900px;
5
- }
6
- #upgrade-to-premium h1{
7
- font-family: 'Raleway',san-serif;
8
- text-transform: uppercase;
9
- font-size: 30px;
10
- font-weight: 700;
11
- color: #808a97;
12
- }
13
-
14
- #upgrade-to-premium h3{
15
- font-family: 'Raleway',san-serif;
16
- font-size: 20px;
17
- line-height: 29px;
18
- font-weight: 700;
19
- color: #808a97;
20
- }
21
-
22
- #upgrade-to-premium p{
23
- font-family: 'Open Sans',san-serif;
24
- font-size: 15px;
25
- line-height: 29px;
26
- font-weight: 400;
27
- color: #6a6a6b;
28
- }
29
- #upgrade-to-premium p.highlighted{
30
- font-family: 'Raleway',san-serif;
31
- font-size: 20px;
32
- line-height: 27px;
33
- color: #808a97;
34
- font-weight: 400;
35
- }
36
- #upgrade-to-premium ol{
37
- counter-reset: item;
38
- list-style-type: none;
39
- margin-left: 0;
40
- }
41
- #upgrade-to-premium li.step{
42
- font-family: 'open sans',san-serif;
43
- font-size: 15px;
44
- color: #6a6a6b;
45
- font-weight: 400;
46
- position: relative;
47
- padding-left: 50px;
48
- line-height: 25px;
49
- margin-bottom: 25px;
50
- }
51
- #upgrade-to-premium li.step:before{
52
- content: counters(item, ".") " ";
53
- counter-increment: item;
54
- position: absolute;
55
- left: 0;
56
- top: 0;
57
- border: 1px solid #808a97;
58
- width: 30px;
59
- height: 30px;
60
- border-radius: 16px;
61
- background-color: #808a97;
62
- color: #ffffff;
63
- font-weight: 700;
64
- font-size: 18px;
65
- text-align: center;
66
- line-height: 27px;
67
- }
68
- #upgrade-to-premium li.step img{
69
- border: 1px solid #b8b8b8;
70
- width: 600px;
71
- display: block;
72
- margin: 15px 0 25px 0;
73
- }
74
-
75
- #cboxLoadedContent {
76
- margin-bottom: 60px!important;
77
  }
1
+ /* === Upgrade to Premium Landing page === */
2
+
3
+ #upgrade-to-premium{
4
+ width: 900px;
5
+ }
6
+ #upgrade-to-premium h1{
7
+ font-family: 'Raleway',san-serif;
8
+ text-transform: uppercase;
9
+ font-size: 30px;
10
+ font-weight: 700;
11
+ color: #808a97;
12
+ }
13
+
14
+ #upgrade-to-premium h3{
15
+ font-family: 'Raleway',san-serif;
16
+ font-size: 20px;
17
+ line-height: 29px;
18
+ font-weight: 700;
19
+ color: #808a97;
20
+ }
21
+
22
+ #upgrade-to-premium p{
23
+ font-family: 'Open Sans',san-serif;
24
+ font-size: 15px;
25
+ line-height: 29px;
26
+ font-weight: 400;
27
+ color: #6a6a6b;
28
+ }
29
+ #upgrade-to-premium p.highlighted{
30
+ font-family: 'Raleway',san-serif;
31
+ font-size: 20px;
32
+ line-height: 27px;
33
+ color: #808a97;
34
+ font-weight: 400;
35
+ }
36
+ #upgrade-to-premium ol{
37
+ counter-reset: item;
38
+ list-style-type: none;
39
+ margin-left: 0;
40
+ }
41
+ #upgrade-to-premium li.step{
42
+ font-family: 'open sans',san-serif;
43
+ font-size: 15px;
44
+ color: #6a6a6b;
45
+ font-weight: 400;
46
+ position: relative;
47
+ padding-left: 50px;
48
+ line-height: 25px;
49
+ margin-bottom: 25px;
50
+ }
51
+ #upgrade-to-premium li.step:before{
52
+ content: counters(item, ".") " ";
53
+ counter-increment: item;
54
+ position: absolute;
55
+ left: 0;
56
+ top: 0;
57
+ border: 1px solid #808a97;
58
+ width: 30px;
59
+ height: 30px;
60
+ border-radius: 16px;
61
+ background-color: #808a97;
62
+ color: #ffffff;
63
+ font-weight: 700;
64
+ font-size: 18px;
65
+ text-align: center;
66
+ line-height: 27px;
67
+ }
68
+ #upgrade-to-premium li.step img{
69
+ border: 1px solid #b8b8b8;
70
+ width: 600px;
71
+ display: block;
72
+ margin: 15px 0 25px 0;
73
+ }
74
+
75
+ #cboxLoadedContent {
76
+ margin-bottom: 60px!important;
77
  }
plugin-fw/assets/css/yit-upgrader.css CHANGED
@@ -1,22 +1,22 @@
1
- /* === Plugins Upgrader === */
2
-
3
- .yit-plugin-changelog-wrapper {
4
- display: none;
5
- }
6
-
7
- .yit-plugin-changelog-title {
8
- text-transform: uppercase;
9
- }
10
-
11
- .yit-plugin-changelog {
12
- height : calc(100% - 15px);
13
- width : calc(100% - 15px);
14
- overflow-x : hidden;
15
- overflow-y : auto;
16
- z-index : 999;
17
- background: #fcfcfc;
18
- }
19
-
20
- .yith-updating:before{
21
- animation: rotation 2s infinite linear;
22
  }
1
+ /* === Plugins Upgrader === */
2
+
3
+ .yit-plugin-changelog-wrapper {
4
+ display: none;
5
+ }
6
+
7
+ .yit-plugin-changelog-title {
8
+ text-transform: uppercase;
9
+ }
10
+
11
+ .yit-plugin-changelog {
12
+ height : calc(100% - 15px);
13
+ width : calc(100% - 15px);
14
+ overflow-x : hidden;
15
+ overflow-y : auto;
16
+ z-index : 999;
17
+ background: #fcfcfc;
18
+ }
19
+
20
+ .yith-updating:before{
21
+ animation: rotation 2s infinite linear;
22
  }
plugin-fw/assets/css/yith-fields.css CHANGED
@@ -1,2183 +1,2310 @@
1
- .yith-plugin-fw span.description {
2
- display : block;
3
- margin-top : 5px;
4
- font-size : 12px;
5
- color : #777;
6
- font-style : italic;
7
- clear : both;
8
- }
9
-
10
- .yith-plugin-fw span.description.inline {
11
- display : inline-block;
12
- margin : 0 0 0 5px;
13
- }
14
-
15
- .yith-disabled {
16
- opacity : 0.3;
17
- pointer-events : none;
18
- }
19
-
20
- .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
21
- display : block;
22
- width : 100%;
23
- }
24
-
25
- .yith-plugin-fw-field-wrapper span.desc {
26
- display : block;
27
- width : 100%;
28
- }
29
-
30
- .yith-plugin-fw-title-field-wrapper h3.title {
31
- width : 100%;
32
- padding: 0 !important;
33
- }
34
-
35
- .the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
36
- float : left;
37
- }
38
-
39
- .yith-plugin-fw span.color-alpha {
40
- height: 100%!important;
41
- width: 100% !important;
42
- border: 1px solid #d9d9d9;
43
- margin: -1px;
44
- }
45
-
46
- .yith-plugin-fw .wp-color-result-text{
47
- height: 100%;
48
- }
49
- .yith-plugin-fw input[type=email],
50
- .yith-plugin-fw input[type=number],
51
- .yith-plugin-fw input[type=text]:not(.select2-search__field),
52
- .yith-plugin-fw select,
53
- .woocommerce .yith-plugin-fw table.form-table input[type=email],
54
- .woocommerce .yith-plugin-fw table.form-table input[type=number],
55
- .yith-plugin-ui input[type=password],
56
- .woocommerce .yith-plugin-fw table.form-table input[type=text]:not(.select2-search__field),
57
- .woocommerce .yith-plugin-fw table.form-table select {
58
- width : 400px;
59
- max-width : 100%;
60
- height : 30px;
61
- padding : 5px;
62
- line-height: 1;
63
- }
64
-
65
- .woocommerce .yith-plugin-fw table.form-table input[type=text].wp-color-picker,
66
- .woocommerce .yith-plugin-fw table.form-table input[type=text].yith-plugin-fw-colorpicker,
67
- .yith-plugin-fw input[type=text].wp-color-picker,
68
- .yith-plugin-fw input[type=text].yith-plugin-fw-colorpicker {
69
- width : 6em;
70
- max-width : none;
71
- height : auto;
72
- padding : 3px 5px;
73
- }
74
-
75
- .wp-core-ui .yith-plugin-fw-colorpicker-field-wrapper button{
76
- border-color: #7e8993;
77
- }
78
-
79
- .woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
80
- .yith-plugin-fw input[type=text].colorpick {
81
- width : 6em;
82
- max-width : none;
83
- height : auto;
84
- padding : 6px;
85
- }
86
-
87
- .yith-plugin-fw input.select2-search__field,
88
- .yith-plugin-fw .select2-container .select2-search--inline .select2-search__field,
89
- .woocommerce .yith-plugin-fw input.select2-search__field,
90
- .woocommerce .yith-plugin-fw table.form-table input.select2-search__field {
91
- padding : 3px;
92
- }
93
-
94
- .yith-plugin-fw .select2-container .select2-selection--single .select2-selection__rendered {
95
- line-height : 27px;
96
- }
97
-
98
- .yith-plugin-fw textarea {
99
- width : 400px;
100
- max-width : 100%;
101
- padding : 5px;
102
- }
103
-
104
- /* ------------- ICONS ------------- */
105
- .yit-icons-manager-wrapper {
106
- width : 100%;
107
- max-width : 400px;
108
- }
109
-
110
- .yit-icons-manager-text {
111
- width : 100%;
112
- }
113
-
114
- .yit-icons-manager-icon-text {
115
- width : calc(100% - 35px) !important;
116
- height : 30px;
117
- float : left;
118
- margin : 0;
119
- }
120
-
121
- .yit-icons-manager-icon-preview {
122
- width : 30px;
123
- height : 30px;
124
- margin-right : 5px;
125
- float : left;
126
- padding-top : 6px;
127
- box-sizing : border-box;
128
- text-align : center;
129
- background : #f1f1f1;
130
- }
131
-
132
- .yit-icons-manager-list-wrapper {
133
- margin : 10px 0;
134
- box-shadow : 0 0 0 1px #ddd;
135
- }
136
-
137
- ul.yit-icons-manager-list {
138
- width : 100%;
139
- height : 300px;
140
- overflow-y : scroll;
141
- margin : 0;
142
- }
143
-
144
- ul.yit-icons-manager-list li {
145
- float : left;
146
- width : 30px;
147
- height : 30px;
148
- padding-top : 6px;
149
- box-sizing : border-box;
150
- text-align : center;
151
- background : #f1f1f1;
152
- margin : 1px;
153
- cursor : pointer;
154
- }
155
-
156
- ul.yit-icons-manager-list li:hover {
157
- background : #c5dcf6;
158
- }
159
-
160
- ul.yit-icons-manager-list li.active {
161
- background : #d4f0ff;
162
- }
163
-
164
- .yit-icons-manager-action-set-default {
165
- margin-bottom : 0;
166
- }
167
-
168
- .yit-icons-manager-default-icon-preview {
169
- height : 100%;
170
- display : inline-block;
171
- padding-left : 10px;
172
- border-left : 1px solid #ccc;
173
- margin-left : 10px;
174
- }
175
-
176
- /* ------- Text Array ------- */
177
- .yith-plugin-fw-text-array-table td {
178
- padding : 1px;
179
- }
180
-
181
- .yith-plugin-fw-text-array-table input[type=text],
182
- .woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
183
- width : 100%;
184
- }
185
-
186
- /* ------- Image Gallery ------- */
187
- .yith-plugin-fw .image-gallery ul li {
188
- display : inline-block;
189
- width : 80px;
190
- margin-left : 10px;
191
- position : relative;
192
- }
193
-
194
- .yith-plugin-fw .image-gallery ul li img {
195
- width : 80px;
196
- border : 1px solid #ccc;
197
- }
198
-
199
- .yith-plugin-fw .image-gallery ul li ul {
200
- position : absolute;
201
- top : -6px;
202
- right : -1px;
203
- width : 20px;
204
- height : 20px;
205
- }
206
-
207
- .yith-plugin-fw .image-gallery ul a.delete {
208
- background : url(../images/x.png) no-repeat;
209
- width : 20px;
210
- height : 20px;
211
- display : block;
212
- text-indent : -99999px;
213
- }
214
-
215
- /* ------- OnOff ------- */
216
- .yith-plugin-fw-onoff-container {
217
- display : inline-block;
218
- text-align : left;
219
- }
220
-
221
- .yith-plugin-fw-onoff-container input {
222
- display : none;
223
- }
224
-
225
- .yith-plugin-fw-onoff-container input + span {
226
- cursor : pointer;
227
- text-indent : -9999px;
228
- display : block;
229
- width : 36px;
230
- line-height : 1;
231
- height : 20px;
232
- background : #a4a4a4;
233
- border-radius : 24px;
234
- position : relative;
235
- transition : all 0.3s;
236
- }
237
-
238
-
239
- .yith-plugin-fw-onoff-container input + span:before {
240
- content : '';
241
- background : #fff;
242
- width : 16px;
243
- height : 16px;
244
- border-radius : 50%;
245
- position : absolute;
246
- top : 2px;
247
- left : 2px;
248
- transition : all 0.3s;
249
- }
250
-
251
- .yith-plugin-fw-onoff-container input:checked + span,
252
- .yith-plugin-fw-onoff-container input.onoffchecked + span {
253
- background : #0073aa;
254
- }
255
-
256
- .yith-plugin-fw-onoff-container input:checked + span:before,
257
- .yith-plugin-fw-onoff-container input.onoffchecked + span:before {
258
- left : 18px;
259
- }
260
-
261
- /* ------- Preview ------- */
262
- .yith-plugin-fw-preview-field {
263
- max-height : 200px;
264
- }
265
-
266
- /* ------- Radio ------- */
267
- .yith-plugin-fw-radio input[type=radio] {
268
- margin : 0 3px 0 0;
269
- }
270
-
271
- .yith-plugin-fw-radio__row {
272
- margin-bottom : 8px;
273
- }
274
-
275
- /* ------- Checkbox Array ------- */
276
- .yith-plugin-fw-checkbox-array input[type=checkbox] {
277
- margin : 2px 3px 0 0;
278
- }
279
-
280
- .yith-plugin-fw-checkbox-array__row {
281
- margin-bottom : 10px;
282
- }
283
-
284
- .yith-plugin-fw-checkbox-array__row label {
285
- display : inline-block !important;
286
- width : auto !important;
287
- float : none !important;
288
- margin : 0 !important;
289
- padding : 0 !important;
290
- font-weight : 400 !important;
291
- }
292
-
293
- /* ------- Sidebar Layout ------- */
294
- .yith-plugin-fw-sidebar-layout input[type="radio"] {
295
- display : none;
296
- width : 0px;
297
- }
298
-
299
- .yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
300
- margin-right : -2px;
301
- }
302
-
303
- .yith-plugin-fw-sidebar-layout input[type="radio"] + img {
304
- border : 2px solid #fff;
305
- padding : 1px;
306
- }
307
-
308
- .yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
309
- cursor : pointer;
310
- }
311
-
312
- .yith-plugin-fw-sidebar-layout input[checked] + img {
313
- border : 2px solid #f2ad35;
314
- padding : 1px;
315
- }
316
-
317
- .yith-plugin-fw-sidebar-layout select {
318
- vertical-align : 12px;
319
- }
320
-
321
- .yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
322
- font-weight : bold;
323
- width : 200px;
324
- float : left;
325
- line-height : 23px;
326
- margin-left : -230px;
327
- }
328
-
329
- /* ------- Slider ------- */
330
- .yith-plugin-fw .slider {
331
- padding-top : 20px;
332
- }
333
-
334
- .yith-plugin-fw-slider-container .ui-slider .minCaption {
335
- position : absolute;
336
- right : 95%;
337
- top : -6px;
338
- margin-right : 11px;
339
- }
340
-
341
- .yith-plugin-fw-slider-container .ui-slider .maxCaption {
342
- position : absolute;
343
- left : 95%;
344
- top : -6px;
345
- margin-left : 20px;
346
- }
347
-
348
- .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
349
- background : #fff;
350
- border : 0px !important;
351
- top : -12px !important;
352
- border-radius : 50%;
353
- width : 27px !important;
354
- height : 27px !important;
355
- box-sizing : border-box;
356
- box-shadow : 0 1px 7px -1px rgba(0, 0, 0, 0.5);
357
- font-size : 13px;
358
- padding : 6px 0;
359
- font-weight : 600;
360
- color : #555;
361
- text-align : center;
362
- }
363
-
364
- .yith-plugin-fw-slider-container .ui-slider.ui-widget-content {
365
- background : #ccc;
366
- border : none !important;
367
- height : 3px !important;
368
- border-radius : 3px !important;
369
- width : 90%;
370
- margin : 15px 5% 20px 5%;
371
- }
372
-
373
- .yith-plugin-fw-slider-container .ui-slider.ui-widget-content .ui-widget-header {
374
- background : #4b93ff;
375
- left : 0px !important;
376
- -webkit-border-radius : 3px;
377
- -moz-border-radius : 3px;
378
- -khtml-border-radius : 3px;
379
- border-radius : 3px;
380
- }
381
-
382
- /* ------- Select2 ------- */
383
- .yith-plugin-fw-select2-wrapper {
384
- width : 400px;
385
- }
386
-
387
- /* ------- Textarea ------- */
388
- .yith-plugin-fw-textarea-editor-field-wrapper {
389
- max-width : 1000px;
390
- clear : both;
391
- }
392
-
393
- .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
394
- .woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area {
395
- width : 100%;
396
- }
397
-
398
- /* ------- Buttons ------- */
399
- .yith-plugin-fw-buttons-field-wrapper {
400
- margin-top : 7px;
401
- }
402
-
403
- /* ------- Select Images ------- */
404
- .yith-plugin-fw-select-images__list {
405
- margin : 0;
406
- display : flex;
407
- flex-wrap : wrap;
408
- }
409
-
410
- .yith-plugin-fw-select-images__item {
411
- width : calc(20% - 10px);
412
- min-width : 150px;
413
- margin : 0 10px 10px 0;
414
- padding : 10px;
415
- box-sizing : border-box;
416
- cursor : pointer;
417
- transition : all .3s;
418
- border : 2px solid #eee;
419
- display : flex;
420
- flex-direction : column;
421
- justify-content : space-between;
422
- }
423
-
424
- .yith-plugin-fw-select-images__item:hover,
425
- .yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
426
- border-color : #07bcce;
427
- }
428
-
429
- .yith-plugin-fw-select-images__item__label {
430
- text-align : center;
431
- font-weight : 600;
432
- margin-bottom : 10px;
433
- }
434
-
435
- .yith-plugin-fw-select-images__item img {
436
- display : block;
437
- max-width : 100%;
438
- margin : 0 auto;
439
- }
440
-
441
- /****************
442
- WordPress 5.3 with old panel fixes
443
- ****************/
444
- .yith-plugin-fw-field-wrapper .select2-container .select2-selection--single {
445
- height: auto;
446
- line-height: 1;
447
- }
448
-
449
- .yith-plugin-fw-field-wrapper .select2-container .select2-selection--single .select2-selection__arrow{
450
- height: 100%;
451
- }
452
-
453
- /****************
454
- YITH UI
455
- ****************/
456
- @font-face {
457
- font-family : 'yith-icon';
458
- src : url('../fonts/yith-icon.eot?g6bfgy');
459
- src : url('../fonts/yith-icon.eot?g6bfgy#iefix') format('embedded-opentype'),
460
- url('../fonts/yith-icon.ttf?g6bfgy') format('truetype'),
461
- url('../fonts/yith-icon.woff?g6bfgy') format('woff'),
462
- url('../fonts/yith-icon.svg?g6bfgy#yith-icon') format('svg');
463
- font-weight : normal;
464
- font-style : normal;
465
- }
466
-
467
- [class^="icon-"], [class*=" icon-"][class^="yith-icon-"], [class*=" yith-icon-"] {
468
- /* use !important to prevent issues with browser extensions that change fonts */
469
- font-family : 'yith-icon' !important;
470
- speak : none;
471
- font-style : normal;
472
- font-weight : normal;
473
- font-variant : normal;
474
- text-transform : none;
475
- line-height : 1;
476
-
477
- /* Better Font Rendering =========== */
478
- -webkit-font-smoothing : antialiased;
479
- -moz-osx-font-smoothing : grayscale;
480
- }
481
-
482
- .yith-icon-paypal-svgrepo-com:before {
483
- content: "\e91b";
484
- }
485
- .yith-icon-check-circle:before {
486
- content: "\e921";
487
- color: #757575;
488
- }
489
- .yith-icon-info-squared:before {
490
- content: "\e922";
491
- color: #757575;
492
- }
493
- .yith-icon-warning-triangle:before {
494
- content: "\e923";
495
- color: #757575;
496
- }
497
- .yith-icon-bank:before {
498
- content: "\e91c";
499
- }
500
- .yith-icon-accounting:before {
501
- content: "\e91d";
502
- }
503
- .yith-icon-bank-check:before {
504
- content: "\e91e";
505
- }
506
- .yith-icon-cash:before {
507
- content: "\e91f";
508
- }
509
- .yith-icon-credit-card:before {
510
- content: "\e920";
511
- }
512
- .yith-icon-calendar_add:before {
513
- content: "\e913";
514
- color: #757575;
515
- }
516
- .yith-icon-calendar_money:before {
517
- content: "\e914";
518
- color: #757575;
519
- }
520
- .yith-icon-calendar2:before {
521
- content: "\e915";
522
- color: #757575;
523
- }
524
- .yith-icon-people:before {
525
- content: "\e916";
526
- color: #757575;
527
- }
528
- .yith-icon-shield_money:before {
529
- content: "\e917";
530
- color: #757575;
531
- }
532
- .yith-icon-time_check:before {
533
- content: "\e918";
534
- color: #757575;
535
- }
536
- .yith-icon-world_settings:before {
537
- content: "\e919";
538
- color: #757575;
539
- }
540
- .yith-icon-arrow_eye_closed:before {
541
- content: "\e912";
542
- color: #757575;
543
- }
544
- .yith-icon-arrow_eye:before {
545
- content: "\e911";
546
- color: #757575;
547
- }
548
- .yith-icon-reset:before {
549
- content: "\e910";
550
- color: #757575;
551
- }
552
- .yith-icon-drag:before {
553
- content: "\e90f";
554
- color: #757575;
555
- }
556
- .yith-icon-trash:before {
557
- content: "\e90d";
558
- color: #757575;
559
- }
560
- .yith-icon-info:before {
561
- content: "\e90e";
562
- color: #757575;
563
- }
564
- .yith-icon-arrow_down:before {
565
- content: "\e900";
566
- color: #757575;
567
- }
568
- .yith-icon-arrow_left:before {
569
- content: "\e901";
570
- color: #757575;
571
- }
572
- .yith-icon-arrow_right:before {
573
- content: "\e902";
574
- color: #757575;
575
- }
576
- .yith-icon-arrow_up:before {
577
- content: "\e903";
578
- color: #757575;
579
- }
580
- .yith-icon-calendar:before {
581
- content: "\e904";
582
- color: #757575;
583
- }
584
- .yith-icon-check:before {
585
- content: "\e905";
586
- color: #757575;
587
- }
588
- .yith-icon-close:before {
589
- content: "\e906";
590
- color: #757575;
591
- }
592
- .yith-icon-edit:before {
593
- content: "\e907";
594
- color: #757575;
595
- }
596
- .yith-icon-magnifier:before {
597
- content: "\e908";
598
- color: #757575;
599
- }
600
- .yith-icon-pencil:before {
601
- content: "\e909";
602
- color: #757575;
603
- }
604
- .yith-icon-plus:before {
605
- content: "\e90a";
606
- color: #757575;
607
- }
608
- .yith-icon-update:before {
609
- content: "\e90b";
610
- color: #757575;
611
- }
612
- .yith-icon-upload:before {
613
- content: "\e90c";
614
- color: #757575;
615
- }
616
- .yith-icon-reply:before {
617
- content: "\e91a";
618
- }
619
-
620
- .yith-plugin-fw-banner {
621
- width : 100%;
622
- height: 45px;
623
- background : url('../images/banner-premium.png');
624
- display: flex;
625
- align-items: center;
626
- padding-right: -23px;
627
- }
628
-
629
- .yith-plugin-fw-banner h1 {
630
- text-transform : uppercase;
631
- color : #0c5777;
632
- font-size : 15px;
633
- padding: 0 0 0 110px;
634
- font-weight : 700;
635
- text-align : left;
636
- display : inline-block;
637
- box-sizing : border-box;
638
- }
639
-
640
- .yith-plugin-fw-banner span {
641
- font-style : italic;
642
- display : block;
643
- font-size : 15px;
644
- color : #214249;
645
- text-transform : none;
646
- text-align : right;
647
- }
648
-
649
- .yith-plugin-fw-banner a,
650
- .yith-plugin-fw-banner a:focus {
651
- text-decoration : none;
652
- outline : none;
653
- box-shadow : none;
654
- }
655
-
656
- .yith-plugin-fw-rate{
657
- margin: 20px 0;
658
- }
659
-
660
- .yith-plugin-fw-rate .dashicons-star-filled{
661
- font-size: 12px;
662
- margin: 4px -4px;
663
- color: #0c5777;
664
- }
665
-
666
- .yith-plugin-fw-rate a{
667
- text-decoration: none;
668
- }
669
- .yith-plugin-ui a {
670
- outline : none;
671
- box-shadow : none;
672
- }
673
-
674
- .yith-plugin-ui {
675
- font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
676
- }
677
-
678
- .yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
679
- margin-top : 10px;
680
- }
681
-
682
- .yith-plugin-ui .nav-tab {
683
- margin-left : 0px;
684
- margin-right : 2px;
685
- background-color : #336374;
686
- color : #fff;
687
- font-size : 15px;
688
- padding : 7px 20px;
689
- border : 0;
690
- }
691
-
692
- .yith-plugin-ui .nav-tab:first-child {
693
- border-left : 1px solid #d9d9d9;
694
- }
695
-
696
- .yith-plugin-ui .nav-tab.yith-premium {
697
- background-color : #be421c;
698
- }
699
-
700
- .yith-plugin-ui .nav-tab-active {
701
- background-color : #fff;
702
- color : #336374;
703
- border-bottom : 1px solid #fff;
704
- }
705
-
706
- .yith-plugin-ui .nav-tab-active.yith-premium {
707
- background-color : #fff;
708
- color : #be421c;
709
- }
710
-
711
- .yith-plugin-ui #plugin-fw-wc {
712
- padding-top : 0px;
713
- }
714
-
715
- .yith-plugin-ui .form-table td {
716
- padding : 15px 20px;
717
- }
718
-
719
- .yith-plugin-ui.metaboxes-tab label {
720
- color : #33373b;
721
- font-size : 14px;
722
- margin-left : -248px;
723
- }
724
-
725
- .yith-plugin-ui.metaboxes-tab .the-metabox {
726
- margin : 40px 0 40px 290px;
727
- margin-left : 264px;
728
- }
729
-
730
- .yith-plugin-ui.metaboxes-tab label {
731
- width : 200px;
732
- font-weight : 600;
733
- }
734
-
735
- .yith-plugin-ui span.description {
736
- color : #716269;
737
- font-size : 14px;
738
- font-style : normal;
739
- font-weight : 400;
740
- margin-top : 15px;
741
- margin-left : 0;
742
- }
743
-
744
- #wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
745
- border : 0;
746
- border-bottom : 1px solid #ccc;
747
- margin-right : 15px;
748
- margin-bottom : 0;
749
- background-color : transparent;
750
- padding-left : 0;
751
- }
752
-
753
- .yith-plugin-ui #plugin-fw-wc table.form-table,
754
- .yith-plugin-ui #yith-plugin-fw-panel table.form-table,
755
- .yith-plugin-ui table.form-table {
756
- border : 1px solid #d8d8d8;
757
- border-top : 0;
758
- margin-bottom : 40px;
759
- }
760
-
761
- .yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
762
- background-color : transparent;
763
- border : 0;
764
- text-transform : none;
765
- border-bottom : 1px solid #ddd;
766
- }
767
-
768
- .yith-plugin-ui h2 {
769
- color : #2a8db0;
770
- font-size : 15px;
771
- text-transform : uppercase;
772
- border : 1px solid #d8d8d8;
773
- border-bottom : 0;
774
- background-color : #fff;
775
- padding : 35px 20px;
776
- margin : 0px;
777
- }
778
-
779
- .yith-plugin-ui .yith-plugin-fw-custom-tab h2 {
780
- border : 0px solid #d8d8d8;
781
- padding-left : 0;
782
- }
783
-
784
- .yith-plugin-ui #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th.titledesc, .yith-plugin-ui #plugin-fw-wc table.form-table td, #yith-plugin-fw-panel table.form-table td.forminp {
785
- padding : 30px 20px;
786
- }
787
- .yith-plugin-ui #plugin-fw-wc table.form-table tr.toggle-element-fixed td, #yith-plugin-fw-panel table.form-table tr.toggle-element-fixed td.forminp {
788
- padding: 0 20px 30px;
789
- }
790
- .yith-plugin-ui #plugin-fw-wc h2 + div {
791
- background : #fff;
792
- border-left : 1px solid #d9d9d9;
793
- border-right : 1px solid #d9d9d9;
794
- margin : -20px 0 0 0;
795
- padding-left : 20px;
796
- padding-bottom : 5px;
797
- }
798
-
799
- .yith-plugin-ui #plugin-fw-wc h2 + div p, .yith-plugin-ui p.info-box {
800
- background : #f1f1f1;
801
- font-size : 14px;
802
- font-weight : 700;
803
- width : 50%;
804
- display : block;
805
- padding : 15px;
806
- margin-bottom : 0;
807
- }
808
-
809
- .yith-plugin-ui #plugin-fw-wc h2 + div p:before, .yith-plugin-ui p.info-box:before {
810
- content : "\e90e";
811
- font-family : yith-icon;
812
- font-size : 30px;
813
- font-weight : normal;
814
- display : block;
815
- margin-top : -5px;
816
- float : left;
817
- margin-right : 15px;
818
- }
819
-
820
- .yith-plugin-ui h2:first-child {
821
- border-top : 0;
822
- }
823
-
824
- /*** Icon ***/
825
- .yith-plugin-ui span.yith-icon {
826
- margin-left : -36px;
827
- line-height : 36px;
828
- font-size : 20px;
829
- }
830
-
831
- /*** General Input Style ***/
832
-
833
- .yith-plugin-ui .yith-plugin-fw select,
834
- .yith-plugin-ui textarea,
835
- .yith-plugin-ui input[type=number],
836
- .yith-plugin-ui.metaboxes-tab input[type=number],
837
- .yith-plugin-ui input[type=text],
838
- .yith-plugin-ui input[type=text],
839
- .yith-plugin-ui input[type=email],
840
- .yith-plugin-ui input[type=password],
841
- .yith-plugin-ui .search-box input[name="s"],
842
- .yith-plugin-fw.yith-plugin-ui input[type=text]:not(.select2-search__field),
843
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text]:not(.select2-search__field),
844
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table select,
845
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea,
846
- .woocommerce .yith-plugin-fw table.form-table input[type=password],
847
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number],
848
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text] {
849
- border : 1px solid #d8d8d8;
850
- border-radius : 8px;
851
- padding : 8px 10px;
852
- height : 38px;
853
- min-width : 90px;
854
- box-shadow : none;
855
- color : #716269;
856
- }
857
-
858
- .yith-plugin-ui textarea,
859
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea {
860
- height : auto;
861
- }
862
-
863
- .yith-plugin-ui input[type=text]:not(.select2-search__field).wp-color-picker,
864
- .yith-plugin-ui table.form-table input[type=text].wp-color-picker,
865
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].wp-color-picker {
866
- border: 0;
867
- height: 30px;
868
- max-width: 121px;
869
- font-size: 11px;
870
- padding: 0;
871
- }
872
-
873
- .yith-plugin-ui .search-box input[name="s"] {
874
- height : 35px;
875
- }
876
-
877
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].small-text,
878
- .yith-plugin-ui input[type=text].small-text {
879
- width : 100px;
880
- height : 25px;
881
- border : 1px solid #d9d9d9;
882
- }
883
-
884
- .yith-plugin-ui textarea {
885
- height : auto;
886
- padding : 8px;
887
- }
888
-
889
- .yith-plugin-ui select:focus,
890
- .yith-plugin-ui input:focus {
891
- border-color : #a7d9ec !important;
892
- }
893
-
894
- .woocommerce .yith-plugin-ui table.form-table select,
895
- .yith-plugin-ui select {
896
- -webkit-appearance : none;
897
- line-height : 1.2em;
898
- min-height : 35px;
899
- background : url("../images/arrow_down.svg") no-repeat right center;
900
- background-size : 35px 13px;
901
- border-radius : 8px;
902
- padding-left : 10px;
903
- }
904
-
905
- .yith-plugin-ui .form-table th {
906
- width : 200px;
907
- padding-right : 50px;
908
- }
909
-
910
- /** BUTTONS **/
911
- .wp-core-ui .yith-plugin-ui .button-primary,
912
- .wp-core-ui .yith-plugin-ui .button-secondary,
913
- .yith-plugin-ui .yith-add-button,
914
- .yith-plugin-ui .yith-save-button,
915
- .yith-plugin-ui .yith-edit-button,
916
- .yith-plugin-ui .yith-update-button,
917
- .yith-plugin-ui .yith-plugin-fw-select-all,
918
- .yith-plugin-ui .yith-plugin-fw-deselect-all,
919
- .yith-plugin-ui .yith-plugin-fw-upload-button,
920
- .yith-plugin-ui .yith-plugin-fw-upload-button-reset {
921
- border-radius : 3px;
922
- text-transform : uppercase;
923
- box-shadow : none;
924
- border : 0;
925
- font-weight : 700;
926
- font-size : 11px;
927
- padding : 0px 14px;
928
- outline : none;
929
- height : auto;
930
- transition : all ease 0.3s;
931
- background-color : #d6d6d6;
932
- color : #656565;
933
- text-shadow : none;
934
- vertical-align : middle;
935
- line-height : 26px;
936
- display : inline-block;
937
- text-decoration : none;
938
- cursor : pointer;
939
- }
940
-
941
- .wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
942
- .wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button,
943
- .yith-plugin-ui .yith-plugin-fw-upload-button-reset,
944
- .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
945
- .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button {
946
- height : 38px;
947
- }
948
-
949
- .wp-core-ui .yith-plugin-ui .button:focus,
950
- .wp-core-ui .yith-plugin-ui .button-primary:focus,
951
- .yith-plugin-ui .yith-add-button:focus,
952
- .yith-plugin-ui .yith-save-button:focus,
953
- .yith-plugin-ui .yith-edit-button:focus,
954
- .yith-plugin-ui .yith-update-button:focus,
955
- .wp-core-ui .yith-plugin-ui .button-secondary:focus {
956
- outline : none;
957
- box-shadow : none;
958
- }
959
-
960
- .wp-core-ui .yith-plugin-ui .button-xl {
961
- padding : 0px 20px;
962
- font-size : 14px;
963
- line-height : 38px;
964
- display : inline-block;
965
- font-weight : 600;
966
- }
967
-
968
- /** button with inside a span with icon class */
969
- .yith-plugin-ui .button-secondary span.yith-icon {
970
- margin-left : 0px;
971
- margin-right : 10px;
972
- line-height : normal;
973
- }
974
-
975
- .yith-plugin-ui .button-secondary span.yith-icon:before {
976
- color : #656565;
977
- font-size : 15px;
978
- }
979
-
980
-
981
- .wp-core-ui .yith-plugin-ui .button:focus,
982
- .wp-core-ui .yith-plugin-ui .button-secondary:focus,
983
- .yith-plugin-ui .yith-save-button:hover,
984
- .wp-core-ui .yith-plugin-ui .button-secondary:hover,
985
- .yith-plugin-ui .yith-plugin-fw-upload-button-reset:hover {
986
- background-color : #cacaca;
987
- color : #515151;
988
- }
989
-
990
- .wp-core-ui .yith-plugin-ui .button-primary,
991
- .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all,
992
- .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button {
993
- background-color : #007694;
994
- color : #fff;
995
- }
996
-
997
-
998
- .yith-plugin-ui .yith-add-button,
999
- .wp-core-ui .yith-plugin-ui .button-primary:focus,
1000
- .wp-core-ui .yith-plugin-ui .button-primary:hover {
1001
- background-color : #375f6b;
1002
- color : #fff;
1003
- cursor : pointer;
1004
- }
1005
-
1006
-
1007
- .yith-plugin-ui .yith-add-button:hover,
1008
- .wp-core-ui .yith-plugin-ui .yith-plugin-fw-upload-button:focus,
1009
- .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:hover,
1010
- .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:focus,
1011
- .yith-plugin-ui .yith-plugin-fw-upload-button:hover {
1012
- border-color : #007694;
1013
- background : #007694;
1014
- color : #fff;
1015
- line-height : 26px;
1016
- margin-left : 0;
1017
- }
1018
-
1019
- .yith-plugin-ui .button-primary:before,
1020
- .yith-plugin-ui .yith-add-button:before,
1021
- .yith-plugin-ui .yith-save-button:before,
1022
- .yith-plugin-ui .yith-edit-button:before,
1023
- .yith-plugin-ui .yith-update-button:before,
1024
- .yith-plugin-ui .button-secondary:before {
1025
- font-family : 'yith-icon';
1026
- font-size : 10px;
1027
- font-weight : 700;
1028
- margin-right : 10px;
1029
- vertical-align : bottom;
1030
- display : inline-block;
1031
- }
1032
-
1033
- /** yith-edit-button **/
1034
- .yith-plugin-ui .yith-edit-button {
1035
- background-color : #7f9298;
1036
- color : #fff;
1037
- }
1038
-
1039
- .yith-plugin-ui .yith-edit-button:focus,
1040
- .yith-plugin-ui .yith-edit-button:hover {
1041
- background-color : #718085;
1042
- color : #fff;
1043
- }
1044
-
1045
- .yith-plugin-ui .yith-edit-button:before {
1046
- content : "\e907";
1047
- }
1048
-
1049
- /** yith-update-button **/
1050
- .yith-plugin-ui .yith-update-button {
1051
- background-color : #94aa09;
1052
- color : #fff;
1053
- }
1054
-
1055
- .yith-plugin-ui .yith-update-button:focus,
1056
- .yith-plugin-ui .yith-update-button:hover {
1057
- background-color : #7a9009;
1058
- color : #fff;
1059
- }
1060
-
1061
- .yith-plugin-ui .yith-update-button:before {
1062
- content : "\e90b";
1063
- font-size : 15px;
1064
- }
1065
-
1066
- /** yith-save-button **/
1067
-
1068
- .yith-plugin-ui .yith-save-button {
1069
- background-color : #267390;
1070
- color : #fff;
1071
- }
1072
-
1073
- .yith-plugin-ui .yith-save-button:focus,
1074
- .yith-plugin-ui .yith-save-button:hover {
1075
- background-color : #1c4863;
1076
- color : #fff;
1077
- }
1078
-
1079
-
1080
- /** yith-remove-button **/
1081
-
1082
- .yith-plugin-ui .button-secondary.yith-remove-button:before {
1083
- content : "\e90d";
1084
- font-size : 15px;
1085
- }
1086
-
1087
-
1088
- /** yith-add-button **/
1089
- .yith-plugin-ui .yith-add-button:before {
1090
- content : "\e90a";
1091
- }
1092
-
1093
- .yith-plugin-ui .yith-add-button.closed {
1094
- background-color : #fff;
1095
- color : #375f6b;
1096
- border : 1px solid #375f6b;
1097
- }
1098
-
1099
- .yith-plugin-ui .yith-add-button.closed:before {
1100
- content : "\e906";
1101
- }
1102
-
1103
-
1104
- /** yith-plugin-fw-upload-button **/
1105
- .yith-plugin-ui button.yith-plugin-fw-upload-button:before {
1106
- content : "\e90c";
1107
- font-family : 'yith-icon';
1108
- font-size : 19px;
1109
- font-weight : 400;
1110
- margin-right : 10px;
1111
- vertical-align : middle;
1112
- display : inline-block;
1113
- }
1114
-
1115
- /** SELECT 2 **/
1116
- .yith-plugin-ui .select2-container,
1117
- .yith-plugin-ui .select2-selection--single {
1118
- height : auto;
1119
- padding : 2px;
1120
- outline : none;
1121
- }
1122
-
1123
- .yith-plugin-ui .select2-container .select2-selection--single,
1124
- .yith-plugin-ui .select2-container .select2-selection--multiple,
1125
- .yith-plugin-ui .select2-container.select2-container--focus .select2-selection--single,
1126
- .yith-plugin-ui .select2-container.select2-container--focus .select2-selection--multiple,
1127
- .yith-plugin-ui .select2-container.select2-container--open .select2-selection--single,
1128
- .yith-plugin-ui .select2-container.select2-container--open .select2-selection--multiple{
1129
- margin : 0;
1130
- border : 0;
1131
- box-shadow : none;
1132
- }
1133
-
1134
- .yith-plugin-ui .select2-container .select2-selection--single .select2-selection__arrow{
1135
- background: none;
1136
- }
1137
-
1138
- /* old panel*/
1139
-
1140
- .yith-plugin-ui span.select2.select2-container.select2-container--default,
1141
- span.select2.select2-container.select2-container--default.yith-plugin-fw-select2-container {
1142
- border : 1px solid #d8d8d8;
1143
- border-radius : 8px;
1144
- }
1145
-
1146
- .yith-plugin-ui span.select2.select2-container.select2-container--default:hover,
1147
- .yith-plugin-ui span.select2.select2-container.select2-container--default:active,
1148
- .yith-plugin-ui span.select2.select2-container.select2-container--default:focus {
1149
- border-color : #a7d9ec;
1150
- }
1151
-
1152
- .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
1153
- color : #fff;
1154
- }
1155
-
1156
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].select2-search__field,
1157
- .yith-plugin-ui .yith-plugin-fw table.form-table input.select2-search__field {
1158
- border : 0;
1159
- padding : 0;
1160
- height : initial;
1161
- }
1162
-
1163
- .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice,
1164
- .yith-plugin-ui .select2-selection__choice {
1165
- color : #fff;
1166
- background-color : #4e8ba2;
1167
- border-radius : 12px;
1168
- padding : 3px 11px;
1169
- border-color : #4e8ba2;
1170
- font-size : 13px;
1171
- }
1172
-
1173
- .yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow:before {
1174
- content : "\e900";
1175
- font-family : 'yith-icon' !important;
1176
- line-height : 36px;
1177
- color : #d9d9d9;
1178
- }
1179
-
1180
- .yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow b {
1181
- display : none;
1182
- }
1183
-
1184
- .yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--below,
1185
- .yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--above {
1186
- margin-top : 10px;
1187
- border-radius : 8px;
1188
- box-shadow : 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
1189
- }
1190
-
1191
- .yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--above {
1192
- margin-top : -10px;
1193
- }
1194
-
1195
- .yith-plugin-fw-select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
1196
- .yith-plugin-fw-select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
1197
- border-radius : 8px;
1198
- }
1199
-
1200
- .yith-plugin-fw-select2-container .select2-results .select2-results__group, .select2-results .select2-results__option:first-child {
1201
- border-top-left-radius : 8px;
1202
- border-top-right-radius : 8px;
1203
- }
1204
-
1205
- .yith-plugin-fw-select2-container .select2-results .select2-results__group,
1206
- .yith-plugin-fw-select2-container .select2-results .select2-results__option:last-child {
1207
- border-bottom-left-radius : 8px;
1208
- border-bottom-right-radius : 8px;
1209
- }
1210
-
1211
- .yith-plugin-fw-select2-container .select2-dropdown {
1212
- border : 0;
1213
- }
1214
-
1215
- .yith-plugin-fw-select2-container.select2-container--default .select2-results__option[data-selected=true] {
1216
- background-color : #fff;
1217
- outline : none;
1218
- }
1219
-
1220
- .yith-plugin-fw-select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
1221
- background-color : #e8eff1;
1222
- color : #4e8ba2;
1223
- outline : none;
1224
- }
1225
-
1226
- .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
1227
- .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
1228
- float : right;
1229
- padding-left : 15px;
1230
- text-indent : -9999px;
1231
- }
1232
-
1233
-
1234
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1235
- .woocommerce .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1236
- .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1237
- float : right;
1238
- color : #fff;
1239
- content : "\e906";
1240
- font-family : 'yith-icon' !important;
1241
- font-size : 9px;
1242
- line-height : 21px;
1243
- text-indent : 0;
1244
- }
1245
-
1246
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1247
- color : #000;
1248
- }
1249
-
1250
- .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after
1251
- .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1252
- color : #000;
1253
- }
1254
-
1255
- .yith-plugin-ui .select2-container .select2-selection--multiple,
1256
- .yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple {
1257
- border : 0;
1258
- }
1259
-
1260
- .yith-plugin-fw .select2-search input[type=text] {
1261
- border : 0;
1262
- padding : 0;
1263
- height : auto;
1264
- }
1265
-
1266
- .yith-plugin-ui .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier,
1267
- .yith-plugin-fw-panel .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier {
1268
- position : absolute;
1269
- padding-top : 5px;
1270
- }
1271
-
1272
- .yith-plugin-ui input[type=text].select2-search__field {
1273
- border : 0;
1274
- padding : 0;
1275
- height : 30px;
1276
- }
1277
-
1278
- .yith-plugin-ui .select2-container--default .select2-search--dropdown .select2-search__field,
1279
- .yith-plugin-fw-panel .select2-container--default .select2-search--dropdown .select2-search__field {
1280
- border : 1px solid #d9d9d9;
1281
- border-radius : 8px;
1282
- box-shadow : none;
1283
- }
1284
-
1285
- .yith-plugin-ui .select2-dropdown,
1286
- .yith-plugin-fw-panel .select2-dropdown {
1287
- border : 1px solid #d9d9d9;
1288
- }
1289
-
1290
- /** RADIO BUTTON **/
1291
- .yith-plugin-ui [type="radio"]:checked,
1292
- .yith-plugin-ui [type="radio"]:not(:checked) {
1293
- position : absolute;
1294
- left : -9999px;
1295
- }
1296
-
1297
- .yith-plugin-ui [type="radio"]:checked + label,
1298
- .yith-plugin-ui [type="radio"]:not(:checked) + label {
1299
- position : relative;
1300
- padding-left : 35px;
1301
- cursor : pointer;
1302
- line-height : 20px;
1303
- display : inline-block;
1304
- color : #716269;
1305
- font-size : 14px;
1306
- }
1307
-
1308
- .yith-plugin-ui [type="radio"]:checked + label:before,
1309
- .yith-plugin-ui [type="radio"]:not(:checked) + label:before {
1310
- content : '';
1311
- position : absolute;
1312
- left : 0;
1313
- top : 0;
1314
- width : 19px;
1315
- height : 19px;
1316
- border : 1px solid #d8d8d8;
1317
- border-radius : 100%;
1318
- background : #fff;
1319
- }
1320
-
1321
- .yith-plugin-ui [type="radio"]:checked + label:after,
1322
- .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
1323
- content : '';
1324
- width : 13px;
1325
- height : 13px;
1326
- background : #4e8ba2;
1327
- position : absolute;
1328
- top : 4px;
1329
- left : 4px;
1330
- border-radius : 100%;
1331
- -webkit-transition : all 0.2s ease;
1332
- transition : all 0.2s ease;
1333
- }
1334
-
1335
- .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
1336
- opacity : 0;
1337
- -webkit-transform : scale(0);
1338
- transform : scale(0);
1339
- }
1340
-
1341
- .yith-plugin-ui [type="radio"]:checked + label:after {
1342
- opacity : 1;
1343
- -webkit-transform : scale(1);
1344
- transform : scale(1);
1345
- }
1346
-
1347
- /** CHECKBOX **/
1348
- .yith-plugin-ui input[type="checkbox"] {
1349
- -webkit-appearance : none;
1350
- background-color : #fff;
1351
- border : 1px solid #d8d8d8;
1352
- box-shadow : none;
1353
- width : 18px;
1354
- height : 18px;
1355
- border-radius : 3px;
1356
- display : inline-block;
1357
- position : relative;
1358
- }
1359
-
1360
- .yith-plugin-ui input[type="checkbox"]:checked {
1361
- background-color : #4e8ba2;
1362
- border-color : #488197;
1363
- }
1364
-
1365
- .yith-plugin-ui .forminp-checkbox span.description.inline {
1366
- margin-left : 10px;
1367
- }
1368
-
1369
- .yith-plugin-ui input[type="checkbox"]:checked:before {
1370
- display : none;
1371
- }
1372
-
1373
- .yith-plugin-ui input[type="checkbox"]:checked:after {
1374
- content : "\e905";
1375
- font-family : 'yith-icon';
1376
- font-size : 15px;
1377
- position : absolute;
1378
- top : 8px;
1379
- left : 1px;
1380
- color : #fff;
1381
- }
1382
-
1383
- /** ONOFF **/
1384
- .yith-plugin-ui .yith-plugin-fw-onoff-container input[type="checkbox"] {
1385
- display : none;
1386
- }
1387
-
1388
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
1389
- border : 1px solid #d8d8d8;
1390
- background-color : #fff;
1391
- width : 60px;
1392
- height : 24px;
1393
- }
1394
-
1395
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
1396
- background-color : #d8d8d8;
1397
- }
1398
-
1399
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
1400
- width : 14px;
1401
- height : 14px;
1402
- top : 5px;
1403
- left : 6px;
1404
- background-color : #d8d8d8;
1405
- }
1406
-
1407
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
1408
- content : attr(data-text-off);
1409
- width : 14px;
1410
- height : 14px;
1411
- font-size : 13px;
1412
- font-weight : 600;
1413
- padding-left : 27px;
1414
- color : #979797;
1415
- margin-top : 5px;
1416
- display : inline-block;
1417
- white-space : nowrap;
1418
- }
1419
-
1420
- .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span,
1421
- .yith-plugin-ui .yith-plugin-fw-onoff-container input.onoffchecked + span {
1422
- background-color : #fff;
1423
- border-color : #98aa36;
1424
- }
1425
-
1426
- .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before,
1427
- .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
1428
- background-color : #98aa36;
1429
- left : 41px;
1430
- }
1431
-
1432
- .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
1433
- .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
1434
- content : attr(data-text-on);
1435
- color : #98aa36;
1436
- width : 14px;
1437
- height : 14px;
1438
- display : inline-block;
1439
- font-size : 13px;
1440
- font-weight : 600;
1441
- padding : 0 10px;
1442
- margin-top : 5px;
1443
- white-space : nowrap;
1444
- }
1445
-
1446
- .yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
1447
- text-indent : 0;
1448
- }
1449
-
1450
-
1451
- /**
1452
- DATEPICKER
1453
- */
1454
- div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
1455
- border : 0;
1456
- box-shadow : 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
1457
- }
1458
-
1459
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-header.ui-widget-header {
1460
- background : #4e8ba2;
1461
- color : #fff;
1462
- font-size : 11px;
1463
- line-height : 25px;
1464
- border : 0;
1465
- min-height : 25px;
1466
- }
1467
-
1468
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-title {
1469
- line-height : 25px;
1470
- }
1471
-
1472
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker th {
1473
- color : #716269;
1474
- }
1475
-
1476
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-icon,
1477
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-hover,
1478
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-prev,
1479
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
1480
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-w,
1481
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-e {
1482
- background : none;
1483
- content : "";
1484
- border : 0;
1485
- text-indent : 0;
1486
- width : 15px;
1487
- height : 20px;
1488
- display : block;
1489
- overflow : hidden;
1490
- }
1491
-
1492
- .yith-plugin-ui .yith-password-wrapper {
1493
- display : inline-block;
1494
- width : auto;
1495
- position : relative;
1496
- }
1497
-
1498
- .yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before,
1499
- .yith-plugin-ui .yith-password-wrapper .yith-password-eye:before {
1500
- content : '\e911';
1501
- color : #999;
1502
- font-family : 'yith-icon';
1503
- font-size : 20px;
1504
- font-weight : normal;
1505
- width : 15px;
1506
- display : block;
1507
- position : absolute;
1508
- right : 13px;
1509
- top : 0;
1510
- line-height : 38px;
1511
- bottom : 0;
1512
- cursor : pointer;
1513
- }
1514
-
1515
- .yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before {
1516
- content : '\e912';
1517
- }
1518
-
1519
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-w:before {
1520
- content : "\e901";
1521
- color : #fff;
1522
- font-family : 'yith-icon';
1523
- font-size : 12px;
1524
- font-weight : normal;
1525
- width : 15px;
1526
- display : block;
1527
- }
1528
-
1529
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-e:before {
1530
- content : "\e902";
1531
- color : #fff;
1532
- text-indent : 0;
1533
- font-family : 'yith-icon';
1534
- font-size : 12px;
1535
- font-weight : normal;
1536
- width : 15px;
1537
- display : block;
1538
- }
1539
-
1540
- /* arrow */
1541
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-prev,
1542
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
1543
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover,
1544
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-next-hover {
1545
- top : 1px;
1546
- cursor : pointer;
1547
- }
1548
-
1549
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev,
1550
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
1551
- left : 5px;
1552
- }
1553
-
1554
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
1555
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
1556
- right : 1px;
1557
- }
1558
-
1559
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker table {
1560
- font-size : 10px;
1561
- }
1562
-
1563
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-default,
1564
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-default,
1565
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-default {
1566
- background : #fff;
1567
- border : 1px solid #d9d9d9;
1568
-
1569
- }
1570
-
1571
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-hover,
1572
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-hover,
1573
- #ui-datepicker-div.yith-plugin-fw-datepicker-div a.ui-state-default:focus,
1574
- #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-focus,
1575
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-focus {
1576
- background : #ebf1f3;
1577
- border : 1px solid #bfd5dd;
1578
- outline : none;
1579
- box-shadow : none;
1580
- }
1581
-
1582
- #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-hover,
1583
- .woocommerce #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-focus {
1584
- background : none;
1585
- border : 0;
1586
- }
1587
-
1588
- /** colorpicker **/
1589
- .yith-plugin-ui .iris-slider-offset.ui-slider.ui-widget-content {
1590
- background : transparent !important;
1591
- height : auto !important;
1592
- }
1593
-
1594
- .yith-plugin-ui .yith-plugin-fw-field-wrapper .yith-colorpicker-group:not(:first-child) {
1595
- margin-top : 20px;
1596
- }
1597
-
1598
- .yith-plugin-ui .yith-plugin-fw-field-wrapper .iris-picker,
1599
- .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-holder {
1600
- display : none !important;
1601
- }
1602
-
1603
- .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap,
1604
- .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap > * {
1605
- display: inline-block !important;
1606
- vertical-align: middle;
1607
- }
1608
-
1609
- .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .iris-picker,
1610
- .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .wp-picker-holder {
1611
- display : block !important;
1612
- }
1613
-
1614
- .woocommerce .yith-plugin-ui .iris-picker {
1615
- border : 0;
1616
- margin-top : 20px;
1617
- }
1618
-
1619
- .yith-plugin-ui .yith-plugin-fw input[type=text].wp-color-picker {
1620
- border : 0;
1621
- padding : 2px 5px;
1622
- height : 30px;
1623
- }
1624
-
1625
- .yith-plugin-ui .wp-color-result-text {
1626
- display : none;
1627
- }
1628
-
1629
- .yith-plugin-ui .wp-picker-container .wp-color-result.button {
1630
- width : 30px;
1631
- height : 30px;
1632
- box-shadow : none;
1633
- border : 1px solid #d9d9d9;
1634
- margin-bottom : 0;
1635
- padding : 0;
1636
- display : inline-block;
1637
- vertical-align : middle;
1638
- box-sizing : content-box;
1639
- }
1640
-
1641
- .yith-plugin-ui .wp-picker-default-custom {
1642
- cursor : pointer;
1643
- width : 25px;
1644
- padding : 0 5px;
1645
- display : inline-block;
1646
- vertical-align : middle;
1647
- position : relative;
1648
- }
1649
-
1650
- .yith-plugin-ui .wp-picker-default-custom input.button {
1651
- opacity : 0;
1652
- margin : 0;
1653
- padding : 0;
1654
- position : absolute;
1655
- top : 0;
1656
- right : 0;
1657
- left : 0;
1658
- bottom : 0;
1659
- z-index : 2;
1660
- }
1661
-
1662
- .yith-plugin-ui .wp-picker-default-custom:before {
1663
- content: "\e91a";
1664
- text-indent : 0;
1665
- font-family : 'yith-icon';
1666
- font-size : 20px;
1667
- color : #d8d8d8;
1668
- font-weight : normal;
1669
- width : 15px;
1670
- display : block;
1671
- background : none;
1672
- line-height : 20px;
1673
- margin-left : 8px;
1674
- }
1675
-
1676
- .yith-plugin-ui .wp-picker-container {
1677
- width : auto;
1678
- display : inline-block;
1679
- border : 1px solid #d9d9d9;
1680
- border-radius : 8px;
1681
- padding : 5px;
1682
- }
1683
-
1684
- .yith-plugin-ui .iris-picker .iris-square-inner {
1685
- box-shadow : none;
1686
- border : 1px solid #d9d9d9;
1687
- }
1688
-
1689
- .yith-plugin-ui .yith-single-colorpicker {
1690
- display : inline-block;
1691
- width : 220px;
1692
- }
1693
-
1694
- .yith-plugin-ui .yith-single-colorpicker > label {
1695
- display : block;
1696
- font-size : 11px;
1697
- font-weight : 600;
1698
- margin : 0 0 10px 0;
1699
- }
1700
-
1701
- /* RANGE SLIDER */
1702
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
1703
- top : -45px !important;
1704
- }
1705
-
1706
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
1707
- position : absolute;
1708
- top : -33px;
1709
- left : 0;
1710
- width : auto !important;
1711
- height : auto !important;
1712
- padding : 2px 8px;
1713
- margin-left : -15px;
1714
- font-size : 12px;
1715
- line-height : 20px;
1716
- color : #4e8ba2;
1717
- text-align : center;
1718
- background-color : #fff;
1719
- border : 1px solid #fff;
1720
- border-radius : 3px;
1721
- -webkit-transition : opacity .3s ease-in-out 0s;
1722
- transition : opacity .3s ease-in-out 0s;
1723
- box-shadow : 0px 1px 7px 0px rgba(1, 1, 1, 0.13);
1724
- }
1725
-
1726
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:before {
1727
- position : absolute;
1728
- bottom : -3px;
1729
- left : 50%;
1730
- display : inline-block;
1731
- width : 6px;
1732
- height : 6px;
1733
- margin-left : -3px;
1734
- content : "";
1735
- background-color : #fff;
1736
- -webkit-transform : rotate(-45deg);
1737
- -ms-transform : rotate(-45deg);
1738
- transform : rotate(-45deg);
1739
- }
1740
-
1741
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider.ui-widget-content .ui-widget-header {
1742
- background : #4e8ba2;
1743
- }
1744
-
1745
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:after {
1746
- content : '';
1747
- width : 17px;
1748
- height : 17px;
1749
- display : block;
1750
- position : absolute;
1751
- background : #fff;
1752
- top : 37px;
1753
- border-radius : 50%;
1754
- box-shadow : 0px 1px 6px 0px rgba(1, 1, 1, 0.25);
1755
- cursor : grab;
1756
- }
1757
-
1758
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:active:after{
1759
- cursor : grabbing;
1760
- }
1761
-
1762
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider.ui-widget-content {
1763
- height : 5px !important;
1764
- }
1765
-
1766
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider .minCaption,
1767
- .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider .maxCaption {
1768
- font-weight : 700;
1769
- font-size : 12px;
1770
- }
1771
-
1772
-
1773
- /* ADD_BOX AND TOGGLE */
1774
- .yith-plugin-ui .yith-add-box,
1775
- .yith-plugin-ui .yith-toggle-row {
1776
- width : 70%;
1777
- border : 1px solid #d9d9d9;
1778
- box-shadow : none;
1779
- border-radius : 4px;
1780
- margin : 20px 0;
1781
- padding : 10px;
1782
- box-sizing : border-box;
1783
- background : white;
1784
- }
1785
-
1786
- .yith-plugin-ui .yith-toggle-row {
1787
- cursor : pointer;
1788
- transition : all ease 0.5s;
1789
- }
1790
- .yith-plugin-ui .yith-toggle-row.fixed {
1791
- margin: 0;
1792
- }
1793
- .yith-plugin-ui .yith-toggle-row.highlight {
1794
- transition : all ease 0.5s;
1795
- /*box-shadow: 0 0 7px rgb(81, 117, 129);*/
1796
- box-shadow : 0 0 7px rgb(30, 140, 190);
1797
-
1798
- display : block;
1799
- }
1800
-
1801
- .yith-plugin-ui .yith-add-box {
1802
- padding : 25px;
1803
- display : none;
1804
- }
1805
-
1806
- .yith-plugin-ui .yith-toggle-title {
1807
- position : relative;
1808
- }
1809
-
1810
- .yith-plugin-ui #plugin-fw-wc .yith-toggle-title h3,
1811
- .yith-plugin-ui.metaboxes-tab h3,
1812
- .yith-plugin-ui .yith-toggle-title h3 {
1813
- padding : 0px 20px 0px 25px;
1814
- margin : 3px 0;
1815
-
1816
- display : inline-block;
1817
- position : relative;
1818
- min-width : 173px;
1819
- box-sizing : border-box;
1820
- font-weight : 600;
1821
- font-size : 15px;
1822
- color : #23282d;
1823
- text-transform : inherit;
1824
- }
1825
-
1826
- .yith-plugin-ui .yith-toggle-title .subtitle {
1827
- padding-left : 0;
1828
- padding-top : 8px;
1829
- font-size : 12px;
1830
- }
1831
-
1832
- .yith-plugin-ui .yith-toggle {
1833
- position : absolute;
1834
- width : 30px;
1835
- cursor : pointer;
1836
- left : 0;
1837
- top : 0;
1838
- bottom : 0;
1839
- margin : auto;
1840
- display : flex;
1841
- align-items : center;
1842
- }
1843
-
1844
- .yith-plugin-ui .yith-toggle > span:before {
1845
- color : #405e69;
1846
- }
1847
-
1848
- .yith-plugin-ui .yith-toggle > span {
1849
- position : absolute;
1850
- right : 50%;
1851
- transition : transform .3s;
1852
- line-height : 1;
1853
- }
1854
-
1855
-
1856
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle span {
1857
- transform : rotateZ(90deg);
1858
- }
1859
-
1860
- .yith-plugin-ui .yith-toggle-content {
1861
- display : none;
1862
- position : relative;
1863
- padding : 30px 25px;
1864
- }
1865
-
1866
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content {
1867
- /* display: block;*/
1868
- }
1869
-
1870
- .yith-plugin-ui .yith-add-box-row,
1871
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row {
1872
- display : table;
1873
- margin-bottom : 40px;
1874
- }
1875
-
1876
- .yith-plugin-ui .yith-add-box-row label,
1877
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row > label {
1878
- display : table-cell;
1879
- width : 200px;
1880
- padding-right : 21px;
1881
- color : #33373b;
1882
- font-size : 14px;
1883
- vertical-align : top;
1884
- font-weight : 600;
1885
- }
1886
-
1887
- .yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
1888
- .yith-plugin-ui .yith-toggle-row-opened .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
1889
- /* display: table-cell;*/
1890
- width : auto;
1891
- float : none;
1892
- vertical-align : middle;
1893
- position : relative;
1894
- }
1895
-
1896
- .yith-plugin-ui .yith-add-box-row span.yith-icon,
1897
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row span.yith-icon {
1898
- position : absolute;
1899
- right : 15px;
1900
- top : 0;
1901
- bottom : 0;
1902
- }
1903
-
1904
- .yith-plugin-ui .yith-add-box-buttons,
1905
- .yith-plugin-ui .yith-toggle-content-buttons {
1906
- text-align : right;
1907
- }
1908
-
1909
- .yith-plugin-ui .yith-toggle-onoff {
1910
- position : absolute;
1911
- cursor : pointer;
1912
- right : 0;
1913
- }
1914
-
1915
- .yith-plugin-ui .yith-toggle_wrapper.ui-sortable .yith-toggle-onoff {
1916
- right : 30px;
1917
- }
1918
-
1919
- .yith-plugin-ui .yith-toggle-row .yith-icon-drag {
1920
- position : absolute;
1921
- right : 0;
1922
- top : 25%;
1923
- bottom : 0;
1924
- line-height : 1;
1925
- }
1926
-
1927
- .yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle-onoff {
1928
- top : 25%;
1929
- }
1930
-
1931
- /** SPINNER **/
1932
- .yith-plugin-ui .spinner {
1933
- vertical-align : -5px;
1934
- float : none;
1935
- }
1936
-
1937
- .yith-plugin-ui .spinner.show {
1938
- visibility : visible;
1939
- }
1940
-
1941
- /* LIST TABLE */
1942
- .yith-plugin-ui .form-table .list-table td {
1943
- padding : 15px 0px;
1944
- }
1945
-
1946
- .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .bulkactions select {
1947
- border : 1px solid #d8d8d8;
1948
- max-width : 200px;
1949
- max-height : 30px;
1950
- padding : 0 10px;
1951
- }
1952
-
1953
- .yith-plugin-ui .form-table .list-table th {
1954
- width : initial;
1955
- }
1956
-
1957
- .yith-plugin-ui #plugin-fw-wc table.form-table th.check-column {
1958
- padding-left : 3px;
1959
- }
1960
-
1961
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table tbody td {
1962
- padding-left : 20px;
1963
- }
1964
-
1965
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table th,
1966
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table td {
1967
- padding : 15px 20px 15px 20px;
1968
- }
1969
-
1970
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead td,
1971
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead th,
1972
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot td,
1973
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot th {
1974
- padding : 3px 20px;
1975
- }
1976
-
1977
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead a,
1978
- .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot a {
1979
- padding-left : 0;
1980
- }
1981
-
1982
- .yith-plugin-ui .yith-plugin-fw-list-table h2 {
1983
- border : 0;
1984
- padding : 35px 0 15px;
1985
- display : inline-block;
1986
- margin-right : 10px;
1987
- }
1988
-
1989
- .yith-plugin-ui .form-table .yith-plugin-fw-list-table table th {
1990
- vertical-align : middle;
1991
- }
1992
-
1993
- .yith-plugin-ui .yith-plugin-fw-list-table-container {
1994
- padding : 0 20px;
1995
- }
1996
-
1997
- .yith-plugin-ui #doaction, .yith-plugin-ui #doaction2,
1998
- .yith-plugin-ui #post-query-submit,
1999
- .yith-plugin-ui #search-submit,
2000
- .yith-plugin-ui .button.filter-button {
2001
- margin-left : 0;
2002
- height : 33px;
2003
- padding : 0 10px;
2004
- line-height : 33px;
2005
- }
2006
-
2007
- .yith-plugin-ui .bulkactions {
2008
- margin : 10px 0;
2009
- }
2010
-
2011
- .yith-plugin-ui .form-table td p.yith-section-description {
2012
- color : #716269;
2013
- margin-bottom : 20px;
2014
- }
2015
-
2016
- /** Time picker width*/
2017
- .yith-plugin-ui input.ui-timepicker-input {
2018
- width : 100px !important;
2019
- }
2020
-
2021
- /** date format **/
2022
- .yith-plugin-ui .yith-plugin-fw-date-format code {
2023
- margin-left : 30px;
2024
- }
2025
-
2026
- .yith-plugin-ui .yith-plugin-fw-date-format input[type=text].small-text {
2027
- margin-left : 45px;
2028
- }
2029
-
2030
- /** checkbox columns **/
2031
- .yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
2032
- width : calc(50% - 20px);
2033
- padding-right : 20px;
2034
- float : left;
2035
- }
2036
-
2037
- .yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
2038
- clear : both;
2039
- }
2040
-
2041
- .yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
2042
- width : calc(33% - 10px);
2043
- padding-right : 10px;
2044
- float : left;
2045
- }
2046
-
2047
- .yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
2048
- clear : both;
2049
- }
2050
-
2051
- .yith-plugin-fw-checkbox-field-wrapper {
2052
- display : inline-block !important;
2053
- margin-right : 10px;
2054
- }
2055
-
2056
- .yith-plugin-fw-checkbox-field-wrapper + span.description {
2057
- display : inline-block;
2058
- vertical-align : middle;
2059
- margin : 0;
2060
- }
2061
-
2062
- .yith-plugin-ui span.description {
2063
- margin-top : 10px;
2064
- line-height : 20px;
2065
- }
2066
-
2067
- .yith-plugin-fw-option-with-description {
2068
- display : table-cell;
2069
- width : auto;
2070
- vertical-align : top;
2071
- }
2072
-
2073
-
2074
- /**
2075
- * Required
2076
- */
2077
- .yith-plugin-fw-panel-wc-row.yith-plugin-fw--required th.titledesc > label:after,
2078
- .yith-plugin-fw-metabox-field-row.yith-plugin-fw--required label:first-child:after,
2079
- .yith-plugin-fw-toggle-element-field-wrapper .yith-plugin-fw--required > label:first-child:after {
2080
- content : '*';
2081
- color : #ea0034;
2082
- font-weight : 800;
2083
- margin-left : 4px;
2084
- }
2085
-
2086
- /** YITH PANEL **/
2087
- .yith-plugin-ui #yith-plugin-fw-panel {
2088
- margin-top : -10px;
2089
- }
2090
-
2091
- .yith-plugin-ui #plugin-fw-wc, .yith-plugin-ui #yith-plugin-fw-panel {
2092
- padding-top : 0;
2093
- }
2094
-
2095
- .yith-plugin-ui .plugin-option tr {
2096
- border : 0;
2097
- }
2098
-
2099
- /** MULTI SELECT **/
2100
- .yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select {
2101
- display: inline-block;
2102
- width: 30%;
2103
- margin-right: 3%;
2104
- max-width: 400px;
2105
- }
2106
- .yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select label {
2107
- display: block;
2108
- font-size: 11px;
2109
- font-weight: 600;
2110
- margin: 0 0 10px 0;
2111
- }
2112
- .yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select select,
2113
- .yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select span.select2 {
2114
- width: 100% !important;
2115
- min-width: auto !important;
2116
- }
2117
-
2118
- /** OVERRIDE WOOCOMMERCE CLASSES FOR 5.3 */
2119
- .branch-5-3 .yith-plugin-fw .select2-container .select2-selection--single .select2-selection__arrow{
2120
- background:none;
2121
- }
2122
- .branch-5-3 .yith-plugin-fw .select2-container.select2-container--focus .select2-selection--single, .branch-5-3 .yith-plugin-fw .select2-container.select2-container--open .select2-selection--multiple, .branch-5-3 .yith-plugin-fw .select2-container.select2-container--open .select2-selection--single{
2123
- box-shadow: none;
2124
- }
2125
-
2126
- @media screen and (max-width : 1440px) {
2127
- .yith-plugin-ui .yith-add-box,
2128
- .yith-plugin-ui .yith-toggle-row:not(.fixed) {
2129
- width : 80%;
2130
- }
2131
- }
2132
-
2133
- @media screen and (max-width : 1024px) {
2134
- .yith-plugin-ui .yith-add-box,
2135
- .yith-plugin-ui .yith-toggle-row:not(.fixed) {
2136
- width : 90%;
2137
- }
2138
-
2139
- .yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
2140
- width : 100%;
2141
- padding-right : 20px;
2142
- float : left;
2143
- }
2144
-
2145
- .yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
2146
- width : calc(50% - 10px);
2147
- padding-right : 10px;
2148
- float : left;
2149
- }
2150
-
2151
- .yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
2152
- clear : both;
2153
- }
2154
-
2155
- .yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
2156
- clear : initial;
2157
- }
2158
- }
2159
-
2160
- @media screen and (max-width : 782px) {
2161
- .yith-plugin-fw-banner h1 {
2162
- line-height : 1.2em;
2163
- }
2164
- .yith-plugin-fw-banner h1{
2165
- font-size: 12px;
2166
- padding-right: 10px;
2167
- }
2168
- .yith-plugin-ui .yith-add-box,
2169
- .yith-plugin-ui .yith-toggle-row {
2170
- width : 100%;
2171
- }
2172
-
2173
- .yith-plugin-ui td.forminp-checkbox.two-cols fieldset,
2174
- .yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
2175
- width : 100%;
2176
- clear : initial;
2177
- }
2178
-
2179
- .yith-plugin-ui .wp-picker-container .wp-color-result.button {
2180
- padding: 0;
2181
- }
2182
-
2183
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .yith-plugin-fw span.description {
2
+ display : block;
3
+ margin-top : 5px;
4
+ font-size : 12px;
5
+ color : #777;
6
+ font-style : italic;
7
+ clear : both;
8
+ }
9
+
10
+ .yith-plugin-fw span.description.inline {
11
+ display : inline-block;
12
+ margin : 0 0 0 5px;
13
+ }
14
+
15
+ .yith-disabled {
16
+ opacity : 0.3;
17
+ pointer-events : none;
18
+ }
19
+
20
+ .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
21
+ display : block;
22
+ width : 100%;
23
+ }
24
+
25
+ .yith-plugin-fw-field-wrapper span.desc {
26
+ display : block;
27
+ width : 100%;
28
+ }
29
+
30
+ .yith-plugin-fw-title-field-wrapper h3.title {
31
+ width : 100%;
32
+ padding : 0 !important;
33
+ }
34
+
35
+ .the-metabox .yith-plugin-fw-title-field-wrapper h3.title {
36
+ float : left;
37
+ }
38
+
39
+ .yith-plugin-fw span.color-alpha {
40
+ height : 100% !important;
41
+ width : 100% !important;
42
+ border : 1px solid #d9d9d9;
43
+ margin : -1px;
44
+ }
45
+
46
+ .yith-plugin-fw .wp-color-result-text {
47
+ height : 100%;
48
+ }
49
+
50
+ .yith-plugin-fw input[type=email],
51
+ .yith-plugin-fw input[type=number],
52
+ .yith-plugin-fw input[type=text]:not(.select2-search__field),
53
+ .yith-plugin-fw select,
54
+ .woocommerce .yith-plugin-fw table.form-table input[type=email],
55
+ .woocommerce .yith-plugin-fw table.form-table input[type=number],
56
+ .yith-plugin-ui input[type=password],
57
+ .woocommerce .yith-plugin-fw table.form-table input[type=text]:not(.select2-search__field),
58
+ .woocommerce .yith-plugin-fw table.form-table select {
59
+ width : 400px;
60
+ max-width : 100%;
61
+ height : 30px;
62
+ padding : 5px;
63
+ line-height : 1;
64
+ }
65
+
66
+ .woocommerce .yith-plugin-fw table.form-table input[type=text].wp-color-picker,
67
+ .woocommerce .yith-plugin-fw table.form-table input[type=text].yith-plugin-fw-colorpicker,
68
+ .yith-plugin-fw input[type=text].wp-color-picker,
69
+ .yith-plugin-fw input[type=text].yith-plugin-fw-colorpicker {
70
+ width : 6em;
71
+ max-width : none;
72
+ height : auto;
73
+ padding : 3px 5px;
74
+ }
75
+
76
+ .wp-core-ui .yith-plugin-fw-colorpicker-field-wrapper button {
77
+ border-color : #7e8993;
78
+ }
79
+
80
+ .woocommerce .yith-plugin-fw table.form-table input[type=text].colorpick,
81
+ .yith-plugin-fw input[type=text].colorpick {
82
+ width : 6em;
83
+ max-width : none;
84
+ height : auto;
85
+ padding : 6px;
86
+ }
87
+
88
+ .yith-plugin-fw input.select2-search__field,
89
+ .yith-plugin-fw .select2-container .select2-search--inline .select2-search__field,
90
+ .woocommerce .yith-plugin-fw input.select2-search__field,
91
+ .woocommerce .yith-plugin-fw table.form-table input.select2-search__field {
92
+ padding : 3px;
93
+ }
94
+
95
+ .yith-plugin-fw .select2-container .select2-selection--single .select2-selection__rendered {
96
+ line-height : 27px;
97
+ }
98
+
99
+ .yith-plugin-fw textarea {
100
+ width : 400px;
101
+ max-width : 100%;
102
+ padding : 5px;
103
+ }
104
+
105
+ /* ------------- ICONS ------------- */
106
+ .yit-icons-manager-wrapper {
107
+ width : 100%;
108
+ max-width : 400px;
109
+ }
110
+
111
+ .yit-icons-manager-text {
112
+ width : 100%;
113
+ }
114
+
115
+ .yit-icons-manager-icon-text {
116
+ width : calc(100% - 35px) !important;
117
+ height : 30px;
118
+ float : left;
119
+ margin : 0;
120
+ }
121
+
122
+ .yit-icons-manager-icon-preview {
123
+ width : 30px;
124
+ height : 30px;
125
+ margin-right : 5px;
126
+ float : left;
127
+ padding-top : 6px;
128
+ box-sizing : border-box;
129
+ text-align : center;
130
+ background : #f1f1f1;
131
+ }
132
+
133
+ .yit-icons-manager-list-wrapper {
134
+ margin : 10px 0;
135
+ box-shadow : 0 0 0 1px #ddd;
136
+ }
137
+
138
+ ul.yit-icons-manager-list {
139
+ width : 100%;
140
+ height : 300px;
141
+ overflow-y : scroll;
142
+ margin : 0;
143
+ }
144
+
145
+ ul.yit-icons-manager-list li {
146
+ float : left;
147
+ width : 30px;
148
+ height : 30px;
149
+ padding-top : 6px;
150
+ box-sizing : border-box;
151
+ text-align : center;
152
+ background : #f1f1f1;
153
+ margin : 1px;
154
+ cursor : pointer;
155
+ }
156
+
157
+ ul.yit-icons-manager-list li:hover {
158
+ background : #c5dcf6;
159
+ }
160
+
161
+ ul.yit-icons-manager-list li.active {
162
+ background : #d4f0ff;
163
+ }
164
+
165
+ .yit-icons-manager-action-set-default {
166
+ margin-bottom : 0;
167
+ }
168
+
169
+ .yit-icons-manager-default-icon-preview {
170
+ height : 100%;
171
+ display : inline-block;
172
+ padding-left : 10px;
173
+ border-left : 1px solid #ccc;
174
+ margin-left : 10px;
175
+ }
176
+
177
+ /* ------- Text Array ------- */
178
+ .yith-plugin-fw-text-array-table td {
179
+ padding : 1px;
180
+ }
181
+
182
+ .yith-plugin-fw-text-array-table input[type=text],
183
+ .woocommerce table.form-table table.yith-plugin-fw-text-array-table input[type=text] {
184
+ width : 100%;
185
+ }
186
+
187
+ /* ------- Image Gallery ------- */
188
+ .yith-plugin-fw .image-gallery ul li {
189
+ display : inline-block;
190
+ width : 80px;
191
+ margin-left : 10px;
192
+ position : relative;
193
+ }
194
+
195
+ .yith-plugin-fw .image-gallery ul li img {
196
+ width : 80px;
197
+ border : 1px solid #ccc;
198
+ }
199
+
200
+ .yith-plugin-fw .image-gallery ul li ul {
201
+ position : absolute;
202
+ top : -6px;
203
+ right : -1px;
204
+ width : 20px;
205
+ height : 20px;
206
+ }
207
+
208
+ .yith-plugin-fw .image-gallery ul a.delete {
209
+ background : url(../images/x.png) no-repeat;
210
+ width : 20px;
211
+ height : 20px;
212
+ display : block;
213
+ text-indent : -99999px;
214
+ }
215
+
216
+ /* ------- OnOff ------- */
217
+ .yith-plugin-fw-onoff-container {
218
+ display : inline-block;
219
+ text-align : left;
220
+ }
221
+
222
+ .yith-plugin-fw-onoff-container input {
223
+ display : none;
224
+ }
225
+
226
+ .yith-plugin-fw-onoff-container input + span {
227
+ cursor : pointer;
228
+ text-indent : -9999px;
229
+ display : block;
230
+ width : 36px;
231
+ line-height : 1;
232
+ height : 20px;
233
+ background : #a4a4a4;
234
+ border-radius : 24px;
235
+ position : relative;
236
+ transition : all 0.3s;
237
+ }
238
+
239
+
240
+ .yith-plugin-fw-onoff-container input + span:before {
241
+ content : '';
242
+ background : #fff;
243
+ width : 16px;
244
+ height : 16px;
245
+ border-radius : 50%;
246
+ position : absolute;
247
+ top : 2px;
248
+ left : 2px;
249
+ transition : all 0.3s;
250
+ }
251
+
252
+ .yith-plugin-fw-onoff-container input:checked + span,
253
+ .yith-plugin-fw-onoff-container input.onoffchecked + span {
254
+ background : #0073aa;
255
+ }
256
+
257
+ .yith-plugin-fw-onoff-container input:checked + span:before,
258
+ .yith-plugin-fw-onoff-container input.onoffchecked + span:before {
259
+ left : 18px;
260
+ }
261
+
262
+ /* ------- Preview ------- */
263
+ .yith-plugin-fw-preview-field {
264
+ max-height : 200px;
265
+ }
266
+
267
+ /* ------- Radio ------- */
268
+ .yith-plugin-fw-radio input[type=radio] {
269
+ margin : 0 3px 0 0;
270
+ }
271
+
272
+ .yith-plugin-fw-radio__row {
273
+ margin-bottom : 8px;
274
+ }
275
+
276
+ /* ------- Checkbox Array ------- */
277
+ .yith-plugin-fw-checkbox-array input[type=checkbox] {
278
+ margin : 2px 3px 0 0;
279
+ }
280
+
281
+ .yith-plugin-fw-checkbox-array__row {
282
+ margin-bottom : 10px;
283
+ }
284
+
285
+ .yith-plugin-fw-checkbox-array__row label {
286
+ display : inline-block !important;
287
+ width : auto !important;
288
+ float : none !important;
289
+ margin : 0 !important;
290
+ padding : 0 !important;
291
+ font-weight : 400 !important;
292
+ }
293
+
294
+ /* ------- Sidebar Layout ------- */
295
+ .yith-plugin-fw-sidebar-layout input[type="radio"] {
296
+ display : none;
297
+ width : 0px;
298
+ }
299
+
300
+ .yith-plugin-fw-sidebar-layout input[type="radio"]:first-child {
301
+ margin-right : -2px;
302
+ }
303
+
304
+ .yith-plugin-fw-sidebar-layout input[type="radio"] + img {
305
+ border : 2px solid #fff;
306
+ padding : 1px;
307
+ }
308
+
309
+ .yith-plugin-fw-sidebar-layout input[type="radio"] + img:hover {
310
+ cursor : pointer;
311
+ }
312
+
313
+ .yith-plugin-fw-sidebar-layout input[checked] + img {
314
+ border : 2px solid #f2ad35;
315
+ padding : 1px;
316
+ }
317
+
318
+ .yith-plugin-fw-sidebar-layout select {
319
+ vertical-align : 12px;
320
+ }
321
+
322
+ .yit-admin-panel-content-wrap .yith-plugin-fw-sidebar-layout label {
323
+ font-weight : bold;
324
+ width : 200px;
325
+ float : left;
326
+ line-height : 23px;
327
+ margin-left : -230px;
328
+ }
329
+
330
+ /* ------- Slider ------- */
331
+ .yith-plugin-fw .slider {
332
+ padding-top : 20px;
333
+ }
334
+
335
+ .yith-plugin-fw-slider-container .ui-slider .minCaption {
336
+ position : absolute;
337
+ right : 95%;
338
+ top : -6px;
339
+ margin-right : 11px;
340
+ }
341
+
342
+ .yith-plugin-fw-slider-container .ui-slider .maxCaption {
343
+ position : absolute;
344
+ left : 95%;
345
+ top : -6px;
346
+ margin-left : 20px;
347
+ }
348
+
349
+ .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
350
+ background : #fff;
351
+ border : 0px !important;
352
+ top : -12px !important;
353
+ border-radius : 50%;
354
+ width : 27px !important;
355
+ height : 27px !important;
356
+ box-sizing : border-box;
357
+ box-shadow : 0 1px 7px -1px rgba(0, 0, 0, 0.5);
358
+ font-size : 13px;
359
+ padding : 6px 0;
360
+ font-weight : 600;
361
+ color : #555;
362
+ text-align : center;
363
+ }
364
+
365
+ .yith-plugin-fw-slider-container .ui-slider.ui-widget-content {
366
+ background : #ccc;
367
+ border : none !important;
368
+ height : 3px !important;
369
+ border-radius : 3px !important;
370
+ width : 90%;
371
+ margin : 15px 5% 20px 5%;
372
+ }
373
+
374
+ .yith-plugin-fw-slider-container .ui-slider.ui-widget-content .ui-widget-header {
375
+ background : #4b93ff;
376
+ left : 0px !important;
377
+ -webkit-border-radius : 3px;
378
+ -moz-border-radius : 3px;
379
+ -khtml-border-radius : 3px;
380
+ border-radius : 3px;
381
+ }
382
+
383
+ /* ------- Select2 ------- */
384
+ .yith-plugin-fw-select2-wrapper {
385
+ width : 400px;
386
+ }
387
+
388
+ /* ------- Textarea ------- */
389
+ .yith-plugin-fw-textarea-editor-field-wrapper {
390
+ max-width : 1000px;
391
+ clear : both;
392
+ }
393
+
394
+ .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area,
395
+ .woocommerce table.form-table .yith-plugin-fw-textarea-editor-field-wrapper textarea.wp-editor-area {
396
+ width : 100%;
397
+ }
398
+
399
+ /* ------- Buttons ------- */
400
+ .yith-plugin-fw-buttons-field-wrapper {
401
+ margin-top : 7px;
402
+ }
403
+
404
+ /* ------- Select Images ------- */
405
+ .yith-plugin-fw-select-images__list {
406
+ margin : 0;
407
+ display : flex;
408
+ flex-wrap : wrap;
409
+ }
410
+
411
+ .yith-plugin-fw-select-images__item {
412
+ width : calc(20% - 10px);
413
+ min-width : 150px;
414
+ margin : 0 10px 10px 0;
415
+ padding : 10px;
416
+ box-sizing : border-box;
417
+ cursor : pointer;
418
+ transition : all .3s;
419
+ border : 2px solid #eee;
420
+ display : flex;
421
+ flex-direction : column;
422
+ justify-content : space-between;
423
+ }
424
+
425
+ .yith-plugin-fw-select-images__item:hover,
426
+ .yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
427
+ border-color : #07bcce;
428
+ }
429
+
430
+ .yith-plugin-fw-select-images__item__label {
431
+ text-align : center;
432
+ font-weight : 600;
433
+ margin-bottom : 10px;
434
+ }
435
+
436
+ .yith-plugin-fw-select-images__item img {
437
+ display : block;
438
+ max-width : 100%;
439
+ margin : 0 auto;
440
+ }
441
+
442
+ /****************
443
+ WordPress 5.3 with old panel fixes
444
+ ****************/
445
+ .yith-plugin-fw-field-wrapper .select2-container .select2-selection--single {
446
+ height : auto;
447
+ line-height : 1;
448
+ }
449
+
450
+ .yith-plugin-fw-field-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
451
+ height : 100%;
452
+ }
453
+
454
+ /****************
455
+ YITH UI
456
+ ****************/
457
+ @font-face {
458
+ font-family : 'yith-icon';
459
+ src : url('../fonts/yith-icon.eot?g6bfgy');
460
+ src : url('../fonts/yith-icon.eot?g6bfgy#iefix') format('embedded-opentype'),
461
+ url('../fonts/yith-icon.ttf?g6bfgy') format('truetype'),
462
+ url('../fonts/yith-icon.woff?g6bfgy') format('woff'),
463
+ url('../fonts/yith-icon.svg?g6bfgy#yith-icon') format('svg');
464
+ font-weight : normal;
465
+ font-style : normal;
466
+ }
467
+
468
+ [class^="icon-"], [class*=" icon-"][class^="yith-icon-"], [class*=" yith-icon-"] {
469
+ /* use !important to prevent issues with browser extensions that change fonts */
470
+ font-family : 'yith-icon' !important;
471
+ speak : none;
472
+ font-style : normal;
473
+ font-weight : normal;
474
+ font-variant : normal;
475
+ text-transform : none;
476
+ line-height : 1;
477
+
478
+ /* Better Font Rendering =========== */
479
+ -webkit-font-smoothing : antialiased;
480
+ -moz-osx-font-smoothing : grayscale;
481
+ }
482
+
483
+ .yith-icon-paypal-svgrepo-com:before {
484
+ content : "\e91b";
485
+ }
486
+
487
+ .yith-icon-check-circle:before {
488
+ content : "\e921";
489
+ color : #757575;
490
+ }
491
+
492
+ .yith-icon-info-squared:before {
493
+ content : "\e922";
494
+ color : #757575;
495
+ }
496
+
497
+ .yith-icon-warning-triangle:before {
498
+ content : "\e923";
499
+ color : #757575;
500
+ }
501
+
502
+ .yith-icon-bank:before {
503
+ content : "\e91c";
504
+ }
505
+
506
+ .yith-icon-accounting:before {
507
+ content : "\e91d";
508
+ }
509
+
510
+ .yith-icon-bank-check:before {
511
+ content : "\e91e";
512
+ }
513
+
514
+ .yith-icon-cash:before {
515
+ content : "\e91f";
516
+ }
517
+
518
+ .yith-icon-credit-card:before {
519
+ content : "\e920";
520
+ }
521
+
522
+ .yith-icon-calendar_add:before {
523
+ content : "\e913";
524
+ color : #757575;
525
+ }
526
+
527
+ .yith-icon-calendar_money:before {
528
+ content : "\e914";
529
+ color : #757575;
530
+ }
531
+
532
+ .yith-icon-calendar2:before {
533
+ content : "\e915";
534
+ color : #757575;
535
+ }
536
+
537
+ .yith-icon-people:before {
538
+ content : "\e916";
539
+ color : #757575;
540
+ }
541
+
542
+ .yith-icon-shield_money:before {
543
+ content : "\e917";
544
+ color : #757575;
545
+ }
546
+
547
+ .yith-icon-time_check:before {
548
+ content : "\e918";
549
+ color : #757575;
550
+ }
551
+
552
+ .yith-icon-world_settings:before {
553
+ content : "\e919";
554
+ color : #757575;
555
+ }
556
+
557
+ .yith-icon-arrow_eye_closed:before {
558
+ content : "\e912";
559
+ color : #757575;
560
+ }
561
+
562
+ .yith-icon-arrow_eye:before {
563
+ content : "\e911";
564
+ color : #757575;
565
+ }
566
+
567
+ .yith-icon-reset:before {
568
+ content : "\e910";
569
+ color : #757575;
570
+ }
571
+
572
+ .yith-icon-drag:before {
573
+ content : "\e90f";
574
+ color : #757575;
575
+ }
576
+
577
+ .yith-icon-trash:before {
578
+ content : "\e90d";
579
+ color : #757575;
580
+ }
581
+
582
+ .yith-icon-info:before {
583
+ content : "\e90e";
584
+ color : #757575;
585
+ }
586
+
587
+ .yith-icon-arrow_down:before {
588
+ content : "\e900";
589
+ color : #757575;
590
+ }
591
+
592
+ .yith-icon-arrow_left:before {
593
+ content : "\e901";
594
+ color : #757575;
595
+ }
596
+
597
+ .yith-icon-arrow_right:before {
598
+ content : "\e902";
599
+ color : #757575;
600
+ }
601
+
602
+ .yith-icon-arrow_up:before {
603
+ content : "\e903";
604
+ color : #757575;
605
+ }
606
+
607
+ .yith-icon-calendar:before {
608
+ content : "\e904";
609
+ color : #757575;
610
+ }
611
+
612
+ .yith-icon-check:before {
613
+ content : "\e905";
614
+ color : #757575;
615
+ }
616
+
617
+ .yith-icon-close:before {
618
+ content : "\e906";
619
+ color : #757575;
620
+ }
621
+
622
+ .yith-icon-edit:before {
623
+ content : "\e907";
624
+ color : #757575;
625
+ }
626
+
627
+ .yith-icon-magnifier:before {
628
+ content : "\e908";
629
+ color : #757575;
630
+ }
631
+
632
+ .yith-icon-pencil:before {
633
+ content : "\e909";
634
+ color : #757575;
635
+ }
636
+
637
+ .yith-icon-plus:before {
638
+ content : "\e90a";
639
+ color : #757575;
640
+ }
641
+
642
+ .yith-icon-update:before {
643
+ content : "\e90b";
644
+ color : #757575;
645
+ }
646
+
647
+ .yith-icon-upload:before {
648
+ content : "\e90c";
649
+ color : #757575;
650
+ }
651
+
652
+ .yith-icon-reply:before {
653
+ content : "\e91a";
654
+ }
655
+
656
+ .yith-plugin-fw-banner {
657
+ width : 100%;
658
+ height : 45px;
659
+ background : url('../images/banner-premium.png');
660
+ display : flex;
661
+ align-items : center;
662
+ padding-right : -23px;
663
+ }
664
+
665
+ .yith-plugin-fw-banner h1 {
666
+ text-transform : uppercase;
667
+ color : #0c5777;
668
+ font-size : 15px;
669
+ padding : 0 0 0 110px;
670
+ font-weight : 700;
671
+ text-align : left;
672
+ display : inline-block;
673
+ box-sizing : border-box;
674
+ }
675
+
676
+ .yith-plugin-fw-banner span {
677
+ font-style : italic;
678
+ display : block;
679
+ font-size : 15px;
680
+ color : #214249;
681
+ text-transform : none;
682
+ text-align : right;
683
+ }
684
+
685
+ .yith-plugin-fw-banner a,
686
+ .yith-plugin-fw-banner a:focus {
687
+ text-decoration : none;
688
+ outline : none;
689
+ box-shadow : none;
690
+ }
691
+
692
+ .yith-plugin-fw-rate {
693
+ margin : 20px 0;
694
+ }
695
+
696
+ .yith-plugin-fw-rate .dashicons-star-filled {
697
+ font-size : 12px;
698
+ margin : 4px -4px;
699
+ color : #0c5777;
700
+ }
701
+
702
+ .yith-plugin-fw-rate a {
703
+ text-decoration : none;
704
+ }
705
+
706
+ .yith-plugin-ui a {
707
+ outline : none;
708
+ box-shadow : none;
709
+ }
710
+
711
+ .yith-plugin-ui {
712
+ font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
713
+ }
714
+
715
+ .yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
716
+ margin-top : 10px;
717
+ }
718
+
719
+ .yith-plugin-ui .nav-tab {
720
+ margin-left : 0px;
721
+ margin-right : 2px;
722
+ background-color : #336374;
723
+ color : #fff;
724
+ font-size : 15px;
725
+ padding : 7px 20px;
726
+ border : 0;
727
+ }
728
+
729
+ .yith-plugin-ui .nav-tab:first-child {
730
+ border-left : 1px solid #d9d9d9;
731
+ }
732
+
733
+ .yith-plugin-ui .nav-tab.yith-premium {
734
+ background-color : #be421c;
735
+ }
736
+
737
+ .yith-plugin-ui .nav-tab-active {
738
+ background-color : #fff;
739
+ color : #336374;
740
+ border-bottom : 1px solid #fff;
741
+ }
742
+
743
+ .yith-plugin-ui .nav-tab-active.yith-premium {
744
+ background-color : #fff;
745
+ color : #be421c;
746
+ }
747
+
748
+ .yith-plugin-ui #plugin-fw-wc {
749
+ padding-top : 0px;
750
+ }
751
+
752
+ .yith-plugin-ui .form-table td {
753
+ padding : 15px 20px;
754
+ }
755
+
756
+ .yith-plugin-ui.metaboxes-tab label {
757
+ color : #33373b;
758
+ font-size : 14px;
759
+ margin-left : -248px;
760
+ }
761
+
762
+ .yith-plugin-ui.metaboxes-tab .the-metabox {
763
+ margin : 40px 0 40px 290px;
764
+ margin-left : 264px;
765
+ }
766
+
767
+ .yith-plugin-ui.metaboxes-tab label {
768
+ width : 200px;
769
+ font-weight : 600;
770
+ }
771
+
772
+ .yith-plugin-ui span.description {
773
+ color : #716269;
774
+ font-size : 14px;
775
+ font-style : normal;
776
+ font-weight : 400;
777
+ margin-top : 15px;
778
+ margin-left : 0;
779
+ }
780
+
781
+ #wpwrap .yith-plugin-ui h2.nav-tab-wrapper, #wpbody-content .yith-plugin-ui h2.nav-tab-wrapper {
782
+ border : 0;
783
+ border-bottom : 1px solid #ccc;
784
+ margin-right : 15px;
785
+ margin-bottom : 0;
786
+ background-color : transparent;
787
+ padding-left : 0;
788
+ }
789
+
790
+ .yith-plugin-ui #plugin-fw-wc table.form-table,
791
+ .yith-plugin-ui #yith-plugin-fw-panel table.form-table,
792
+ .yith-plugin-ui table.form-table {
793
+ border : 1px solid #d8d8d8;
794
+ border-top : 0;
795
+ margin-bottom : 40px;
796
+ }
797
+
798
+ .yith-plugin-ui #wpwrap h2.nav-tab-wrapper, .yith-plugin-ui #wpbody-content h2.nav-tab-wrapper {
799
+ background-color : transparent;
800
+ border : 0;
801
+ text-transform : none;
802
+ border-bottom : 1px solid #ddd;
803
+ }
804
+
805
+ .yith-plugin-ui h2 {
806
+ color : #2a8db0;
807
+ font-size : 15px;
808
+ text-transform : uppercase;
809
+ border : 1px solid #d8d8d8;
810
+ border-bottom : 0;
811
+ background-color : #fff;
812
+ padding : 35px 20px;
813
+ margin : 0px;
814
+ }
815
+
816
+ .yith-plugin-ui .yith-plugin-fw-custom-tab h2 {
817
+ border : 0px solid #d8d8d8;
818
+ padding-left : 0;
819
+ }
820
+
821
+ .yith-plugin-ui #plugin-fw-wc table.form-table th, #yith-plugin-fw-panel table.form-table th.titledesc, .yith-plugin-ui #plugin-fw-wc table.form-table td, #yith-plugin-fw-panel table.form-table td.forminp {
822
+ padding : 30px 20px;
823
+ }
824
+
825
+ .yith-plugin-ui #plugin-fw-wc table.form-table tr.toggle-element-fixed td, #yith-plugin-fw-panel table.form-table tr.toggle-element-fixed td.forminp {
826
+ padding : 0 20px 30px;
827
+ }
828
+
829
+ .yith-plugin-ui #plugin-fw-wc h2 + div {
830
+ background : #fff;
831
+ border-left : 1px solid #d9d9d9;
832
+ border-right : 1px solid #d9d9d9;
833
+ margin : -20px 0 0 0;
834
+ padding-left : 20px;
835
+ padding-bottom : 5px;
836
+ }
837
+
838
+ .yith-plugin-ui #plugin-fw-wc h2 + div p, .yith-plugin-ui p.info-box {
839
+ background : #f1f1f1;
840
+ font-size : 14px;
841
+ font-weight : 700;
842
+ width : 50%;
843
+ display : block;
844
+ padding : 15px;
845
+ margin-bottom : 0;
846
+ }
847
+
848
+ .yith-plugin-ui #plugin-fw-wc h2 + div p:before, .yith-plugin-ui p.info-box:before {
849
+ content : "\e90e";
850
+ font-family : yith-icon;
851
+ font-size : 30px;
852
+ font-weight : normal;
853
+ display : block;
854
+ margin-top : -5px;
855
+ float : left;
856
+ margin-right : 15px;
857
+ }
858
+
859
+ .yith-plugin-ui h2:first-child {
860
+ border-top : 0;
861
+ }
862
+
863
+ /*** Icon ***/
864
+ .yith-plugin-ui span.yith-icon {
865
+ margin-left : -36px;
866
+ line-height : 36px;
867
+ font-size : 20px;
868
+ }
869
+
870
+ /*** General Input Style ***/
871
+
872
+ .yith-plugin-ui .yith-plugin-fw select,
873
+ .yith-plugin-ui textarea,
874
+ .yith-plugin-ui input[type=number],
875
+ .yith-plugin-ui.metaboxes-tab input[type=number],
876
+ .yith-plugin-ui input[type=text],
877
+ .yith-plugin-ui input[type=text],
878
+ .yith-plugin-ui input[type=email],
879
+ .yith-plugin-ui input[type=password],
880
+ .yith-plugin-ui .search-box input[name="s"],
881
+ .yith-plugin-fw.yith-plugin-ui input[type=text]:not(.select2-search__field),
882
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text]:not(.select2-search__field),
883
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table select,
884
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea,
885
+ .woocommerce .yith-plugin-fw table.form-table input[type=password],
886
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=number],
887
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text] {
888
+ border : 1px solid #d8d8d8;
889
+ border-radius : 8px;
890
+ padding : 8px 10px;
891
+ height : 38px;
892
+ min-width : 90px;
893
+ box-shadow : none;
894
+ color : #716269;
895
+ }
896
+
897
+ .yith-plugin-ui textarea,
898
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea {
899
+ height : auto;
900
+ }
901
+
902
+ .yith-plugin-ui input[type=text]:not(.select2-search__field).wp-color-picker,
903
+ .yith-plugin-ui table.form-table input[type=text].wp-color-picker,
904
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].wp-color-picker {
905
+ border : 0;
906
+ height : 30px;
907
+ max-width : 121px;
908
+ font-size : 11px;
909
+ padding : 0;
910
+ }
911
+
912
+ .yith-plugin-ui .search-box input[name="s"] {
913
+ height : 35px;
914
+ }
915
+
916
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].small-text,
917
+ .yith-plugin-ui input[type=text].small-text {
918
+ width : 100px;
919
+ height : 25px;
920
+ border : 1px solid #d9d9d9;
921
+ }
922
+
923
+ .yith-plugin-ui textarea {
924
+ height : auto;
925
+ padding : 8px;
926
+ }
927
+
928
+ .yith-plugin-ui select:focus,
929
+ .yith-plugin-ui input:focus {
930
+ border-color : #a7d9ec !important;
931
+ }
932
+
933
+ .woocommerce .yith-plugin-ui table.form-table select,
934
+ .yith-plugin-ui select {
935
+ -webkit-appearance : none;
936
+ line-height : 1.2em;
937
+ min-height : 35px;
938
+ background : url("../images/arrow_down.svg") no-repeat right center;
939
+ background-size : 35px 13px;
940
+ border-radius : 8px;
941
+ padding-left : 10px;
942
+ }
943
+
944
+ .yith-plugin-ui .form-table th {
945
+ width : 200px;
946
+ padding-right : 50px;
947
+ }
948
+
949
+ /** BUTTONS **/
950
+ .wp-core-ui .yith-plugin-ui .button-primary,
951
+ .wp-core-ui .yith-plugin-ui .button-secondary,
952
+ .yith-plugin-ui .yith-add-button,
953
+ .yith-plugin-ui .yith-save-button,
954
+ .yith-plugin-ui .yith-edit-button,
955
+ .yith-plugin-ui .yith-update-button,
956
+ .yith-plugin-ui .yith-plugin-fw-select-all,
957
+ .yith-plugin-ui .yith-plugin-fw-deselect-all,
958
+ .yith-plugin-ui .yith-plugin-fw-upload-button,
959
+ .yith-plugin-ui .yith-plugin-fw-upload-button-reset {
960
+ border-radius : 3px;
961
+ text-transform : uppercase;
962
+ box-shadow : none;
963
+ border : 0;
964
+ font-weight : 700;
965
+ font-size : 11px;
966
+ padding : 0px 14px;
967
+ outline : none;
968
+ height : auto;
969
+ transition : all ease 0.3s;
970
+ background-color : #d6d6d6;
971
+ color : #656565;
972
+ text-shadow : none;
973
+ vertical-align : middle;
974
+ line-height : 26px;
975
+ display : inline-block;
976
+ text-decoration : none;
977
+ cursor : pointer;
978
+ }
979
+
980
+ .wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
981
+ .wp-core-ui .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button,
982
+ .yith-plugin-ui .yith-plugin-fw-upload-button-reset,
983
+ .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button-reset,
984
+ .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button {
985
+ height : 38px;
986
+ }
987
+
988
+ .wp-core-ui .yith-plugin-ui .button:focus,
989
+ .wp-core-ui .yith-plugin-ui .button-primary:focus,
990
+ .yith-plugin-ui .yith-add-button:focus,
991
+ .yith-plugin-ui .yith-save-button:focus,
992
+ .yith-plugin-ui .yith-edit-button:focus,
993
+ .yith-plugin-ui .yith-update-button:focus,
994
+ .wp-core-ui .yith-plugin-ui .button-secondary:focus {
995
+ outline : none;
996
+ box-shadow : none;
997
+ }
998
+
999
+ .wp-core-ui .yith-plugin-ui .button-xl {
1000
+ padding : 0px 20px;
1001
+ font-size : 14px;
1002
+ line-height : 38px;
1003
+ display : inline-block;
1004
+ font-weight : 600;
1005
+ }
1006
+
1007
+ /** button with inside a span with icon class */
1008
+ .yith-plugin-ui .button-secondary span.yith-icon {
1009
+ margin-left : 0px;
1010
+ margin-right : 10px;
1011
+ line-height : normal;
1012
+ }
1013
+
1014
+ .yith-plugin-ui .button-secondary span.yith-icon:before {
1015
+ color : #656565;
1016
+ font-size : 15px;
1017
+ }
1018
+
1019
+
1020
+ .wp-core-ui .yith-plugin-ui .button:focus,
1021
+ .wp-core-ui .yith-plugin-ui .button-secondary:focus,
1022
+ .yith-plugin-ui .yith-save-button:hover,
1023
+ .wp-core-ui .yith-plugin-ui .button-secondary:hover,
1024
+ .yith-plugin-ui .yith-plugin-fw-upload-button-reset:hover {
1025
+ background-color : #cacaca;
1026
+ color : #515151;
1027
+ }
1028
+
1029
+ .wp-core-ui .yith-plugin-ui .button-primary,
1030
+ .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all,
1031
+ .yith-plugin-ui .button-secondary.yith-plugin-fw-upload-button {
1032
+ background-color : #007694;
1033
+ color : #fff;
1034
+ }
1035
+
1036
+
1037
+ .yith-plugin-ui .yith-add-button,
1038
+ .wp-core-ui .yith-plugin-ui .button-primary:focus,
1039
+ .wp-core-ui .yith-plugin-ui .button-primary:hover {
1040
+ background-color : #375f6b;
1041
+ color : #fff;
1042
+ cursor : pointer;
1043
+ }
1044
+
1045
+
1046
+ .yith-plugin-ui .yith-add-button:hover,
1047
+ .wp-core-ui .yith-plugin-ui .yith-plugin-fw-upload-button:focus,
1048
+ .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:hover,
1049
+ .yith-plugin-ui .button-secondary.yith-plugin-fw-select-all:focus,
1050
+ .yith-plugin-ui .yith-plugin-fw-upload-button:hover {
1051
+ border-color : #007694;
1052
+ background : #007694;
1053
+ color : #fff;
1054
+ line-height : 26px;
1055
+ margin-left : 0;
1056
+ }
1057
+
1058
+ .yith-plugin-ui .button-primary:before,
1059
+ .yith-plugin-ui .yith-add-button:before,
1060
+ .yith-plugin-ui .yith-save-button:before,
1061
+ .yith-plugin-ui .yith-edit-button:before,
1062
+ .yith-plugin-ui .yith-update-button:before,
1063
+ .yith-plugin-ui .button-secondary:before {
1064
+ font-family : 'yith-icon';
1065
+ font-size : 10px;
1066
+ font-weight : 700;
1067
+ margin-right : 10px;
1068
+ vertical-align : bottom;
1069
+ display : inline-block;
1070
+ }
1071
+
1072
+ /** yith-edit-button **/
1073
+ .yith-plugin-ui .yith-edit-button {
1074
+ background-color : #7f9298;
1075
+ color : #fff;
1076
+ }
1077
+
1078
+ .yith-plugin-ui .yith-edit-button:focus,
1079
+ .yith-plugin-ui .yith-edit-button:hover {
1080
+ background-color : #718085;
1081
+ color : #fff;
1082
+ }
1083
+
1084
+ .yith-plugin-ui .yith-edit-button:before {
1085
+ content : "\e907";
1086
+ }
1087
+
1088
+ /** yith-update-button **/
1089
+ .yith-plugin-ui .yith-update-button {
1090
+ background-color : #94aa09;
1091
+ color : #fff;
1092
+ }
1093
+
1094
+ .yith-plugin-ui .yith-update-button:focus,
1095
+ .yith-plugin-ui .yith-update-button:hover {
1096
+ background-color : #7a9009;
1097
+ color : #fff;
1098
+ }
1099
+
1100
+ .yith-plugin-ui .yith-update-button:before {
1101
+ content : "\e90b";
1102
+ font-size : 15px;
1103
+ }
1104
+
1105
+ /** yith-save-button **/
1106
+
1107
+ .yith-plugin-ui .yith-save-button {
1108
+ background-color : #267390;
1109
+ color : #fff;
1110
+ }
1111
+
1112
+ .yith-plugin-ui .yith-save-button:focus,
1113
+ .yith-plugin-ui .yith-save-button:hover {
1114
+ background-color : #1c4863;
1115
+ color : #fff;
1116
+ }
1117
+
1118
+
1119
+ /** yith-remove-button **/
1120
+
1121
+ .yith-plugin-ui .button-secondary.yith-remove-button:before {
1122
+ content : "\e90d";
1123
+ font-size : 15px;
1124
+ }
1125
+
1126
+
1127
+ /** yith-add-button **/
1128
+ .yith-plugin-ui .yith-add-button:before {
1129
+ content : "\e90a";
1130
+ }
1131
+
1132
+ .yith-plugin-ui .yith-add-button.closed {
1133
+ background-color : #fff;
1134
+ color : #375f6b;
1135
+ border : 1px solid #375f6b;
1136
+ }
1137
+
1138
+ .yith-plugin-ui .yith-add-button.closed:before {
1139
+ content : "\e906";
1140
+ }
1141
+
1142
+
1143
+ /** yith-plugin-fw-upload-button **/
1144
+ .yith-plugin-ui button.yith-plugin-fw-upload-button:before {
1145
+ content : "\e90c";
1146
+ font-family : 'yith-icon';
1147
+ font-size : 19px;
1148
+ font-weight : 400;
1149
+ margin-right : 10px;
1150
+ vertical-align : middle;
1151
+ display : inline-block;
1152
+ }
1153
+
1154
+ /** SELECT 2 **/
1155
+ .yith-plugin-ui .select2-container,
1156
+ .yith-plugin-ui .select2-selection--single {
1157
+ height : auto;
1158
+ padding : 2px;
1159
+ outline : none;
1160
+ }
1161
+
1162
+ .yith-plugin-ui .select2-container .select2-selection--single,
1163
+ .yith-plugin-ui .select2-container .select2-selection--multiple,
1164
+ .yith-plugin-ui .select2-container.select2-container--focus .select2-selection--single,
1165
+ .yith-plugin-ui .select2-container.select2-container--focus .select2-selection--multiple,
1166
+ .yith-plugin-ui .select2-container.select2-container--open .select2-selection--single,
1167
+ .yith-plugin-ui .select2-container.select2-container--open .select2-selection--multiple {
1168
+ margin : 0;
1169
+ border : 0;
1170
+ box-shadow : none;
1171
+ }
1172
+
1173
+ .yith-plugin-ui .select2-container .select2-selection--single .select2-selection__arrow {
1174
+ background : none;
1175
+ }
1176
+
1177
+ /* old panel*/
1178
+
1179
+ .yith-plugin-ui span.select2.select2-container.select2-container--default,
1180
+ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2-container {
1181
+ border : 1px solid #d8d8d8;
1182
+ border-radius : 8px;
1183
+ }
1184
+
1185
+ .yith-plugin-ui span.select2.select2-container.select2-container--default:hover,
1186
+ .yith-plugin-ui span.select2.select2-container.select2-container--default:active,
1187
+ .yith-plugin-ui span.select2.select2-container.select2-container--default:focus {
1188
+ border-color : #a7d9ec;
1189
+ }
1190
+
1191
+ .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
1192
+ color : #fff;
1193
+ }
1194
+
1195
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table input[type=text].select2-search__field,
1196
+ .yith-plugin-ui .yith-plugin-fw table.form-table input.select2-search__field {
1197
+ border : 0;
1198
+ padding : 0;
1199
+ height : initial;
1200
+ }
1201
+
1202
+ .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice,
1203
+ .yith-plugin-ui .select2-selection__choice {
1204
+ color : #fff;
1205
+ background-color : #4e8ba2;
1206
+ border-radius : 12px;
1207
+ padding : 3px 11px;
1208
+ border-color : #4e8ba2;
1209
+ font-size : 13px;
1210
+ }
1211
+
1212
+ .yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow:before {
1213
+ content : "\e900";
1214
+ font-family : 'yith-icon' !important;
1215
+ line-height : 36px;
1216
+ color : #d9d9d9;
1217
+ }
1218
+
1219
+ .yith-plugin-ui .select2-container--default .select2-selection--single .select2-selection__arrow b {
1220
+ display : none;
1221
+ }
1222
+
1223
+ .yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--below,
1224
+ .yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--above {
1225
+ margin-top : 10px;
1226
+ border-radius : 8px;
1227
+ box-shadow : 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
1228
+ }
1229
+
1230
+ .yith-plugin-fw-select2-container.select2-container--open .select2-dropdown--above {
1231
+ margin-top : -10px;
1232
+ }
1233
+
1234
+ .yith-plugin-fw-select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
1235
+ .yith-plugin-fw-select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
1236
+ border-radius : 8px;
1237
+ }
1238
+
1239
+ .yith-plugin-fw-select2-container .select2-results .select2-results__group, .select2-results .select2-results__option:first-child {
1240
+ border-top-left-radius : 8px;
1241
+ border-top-right-radius : 8px;
1242
+ }
1243
+
1244
+ .yith-plugin-fw-select2-container .select2-results .select2-results__group,
1245
+ .yith-plugin-fw-select2-container .select2-results .select2-results__option:last-child {
1246
+ border-bottom-left-radius : 8px;
1247
+ border-bottom-right-radius : 8px;
1248
+ }
1249
+
1250
+ .yith-plugin-fw-select2-container .select2-dropdown {
1251
+ border : 0;
1252
+ }
1253
+
1254
+ .yith-plugin-fw-select2-container.select2-container--default .select2-results__option[data-selected=true] {
1255
+ background-color : #fff;
1256
+ outline : none;
1257
+ }
1258
+
1259
+ .yith-plugin-fw-select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
1260
+ background-color : #e8eff1;
1261
+ color : #4e8ba2;
1262
+ outline : none;
1263
+ }
1264
+
1265
+ .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
1266
+ .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
1267
+ float : right;
1268
+ padding-left : 15px;
1269
+ text-indent : -9999px;
1270
+ }
1271
+
1272
+
1273
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1274
+ .woocommerce .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
1275
+ .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1276
+ float : right;
1277
+ color : #fff;
1278
+ content : "\e906";
1279
+ font-family : 'yith-icon' !important;
1280
+ font-size : 9px;
1281
+ line-height : 21px;
1282
+ text-indent : 0;
1283
+ }
1284
+
1285
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1286
+ color : #000;
1287
+ }
1288
+
1289
+ .yith-plugin-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after
1290
+ .yith-plugin-fw-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
1291
+ color : #000;
1292
+ }
1293
+
1294
+ .yith-plugin-ui .select2-container .select2-selection--multiple,
1295
+ .yith-plugin-ui .select2-container--default.select2-container--focus .select2-selection--multiple {
1296
+ border : 0;
1297
+ }
1298
+
1299
+ .yith-plugin-fw .select2-search input[type=text] {
1300
+ border : 0;
1301
+ padding : 0;
1302
+ height : auto;
1303
+ }
1304
+
1305
+ .yith-plugin-ui .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier,
1306
+ .yith-plugin-fw-panel .yith-plugin-fw-select-field-wrapper span.yith-icon.yith-icon-magnifier {
1307
+ position : absolute;
1308
+ padding-top : 5px;
1309
+ }
1310
+
1311
+ .yith-plugin-ui input[type=text].select2-search__field {
1312
+ border : 0;
1313
+ padding : 0;
1314
+ height : 30px;
1315
+ }
1316
+
1317
+ .yith-plugin-ui .select2-container--default .select2-search--dropdown .select2-search__field,
1318
+ .yith-plugin-fw-panel .select2-container--default .select2-search--dropdown .select2-search__field {
1319
+ border : 1px solid #d9d9d9;
1320
+ border-radius : 8px;
1321
+ box-shadow : none;
1322
+ }
1323
+
1324
+ .yith-plugin-ui .select2-dropdown,
1325
+ .yith-plugin-fw-panel .select2-dropdown {
1326
+ border : 1px solid #d9d9d9;
1327
+ }
1328
+
1329
+ /** RADIO BUTTON **/
1330
+ .yith-plugin-ui [type="radio"]:checked,
1331
+ .yith-plugin-ui [type="radio"]:not(:checked) {
1332
+ position : absolute;
1333
+ left : -9999px;
1334
+ }
1335
+
1336
+ .yith-plugin-ui [type="radio"]:checked + label,
1337
+ .yith-plugin-ui [type="radio"]:not(:checked) + label {
1338
+ position : relative;
1339
+ padding-left : 35px;
1340
+ cursor : pointer;
1341
+ line-height : 20px;
1342
+ display : inline-block;
1343
+ color : #716269;
1344
+ font-size : 14px;
1345
+ }
1346
+
1347
+ .yith-plugin-ui [type="radio"]:checked + label:before,
1348
+ .yith-plugin-ui [type="radio"]:not(:checked) + label:before {
1349
+ content : '';
1350
+ position : absolute;
1351
+ left : 0;
1352
+ top : 0;
1353
+ width : 19px;
1354
+ height : 19px;
1355
+ border : 1px solid #d8d8d8;
1356
+ border-radius : 100%;
1357
+ background : #fff;
1358
+ }
1359
+
1360
+ .yith-plugin-ui [type="radio"]:checked + label:after,
1361
+ .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
1362
+ content : '';
1363
+ width : 13px;
1364
+ height : 13px;
1365
+ background : #4e8ba2;
1366
+ position : absolute;
1367
+ top : 4px;
1368
+ left : 4px;
1369
+ border-radius : 100%;
1370
+ -webkit-transition : all 0.2s ease;
1371
+ transition : all 0.2s ease;
1372
+ }
1373
+
1374
+ .yith-plugin-ui [type="radio"]:not(:checked) + label:after {
1375
+ opacity : 0;
1376
+ -webkit-transform : scale(0);
1377
+ transform : scale(0);
1378
+ }
1379
+
1380
+ .yith-plugin-ui [type="radio"]:checked + label:after {
1381
+ opacity : 1;
1382
+ -webkit-transform : scale(1);
1383
+ transform : scale(1);
1384
+ }
1385
+
1386
+ /** CHECKBOX **/
1387
+ .yith-plugin-ui input[type="checkbox"] {
1388
+ -webkit-appearance : none;
1389
+ background-color : #fff;
1390
+ border : 1px solid #d8d8d8;
1391
+ box-shadow : none;
1392
+ width : 18px;
1393
+ height : 18px;
1394
+ border-radius : 3px;
1395
+ display : inline-block;
1396
+ position : relative;
1397
+ }
1398
+
1399
+ .yith-plugin-ui input[type="checkbox"]:checked {
1400
+ background-color : #4e8ba2;
1401
+ border-color : #488197;
1402
+ }
1403
+
1404
+ .yith-plugin-ui .forminp-checkbox span.description.inline {
1405
+ margin-left : 10px;
1406
+ }
1407
+
1408
+ .yith-plugin-ui input[type="checkbox"]:checked:before {
1409
+ display : none;
1410
+ }
1411
+
1412
+ .yith-plugin-ui input[type="checkbox"]:checked:after {
1413
+ content : "\e905";
1414
+ font-family : 'yith-icon';
1415
+ font-size : 15px;
1416
+ position : absolute;
1417
+ top : 8px;
1418
+ left : 1px;
1419
+ color : #fff;
1420
+ }
1421
+
1422
+ /** ONOFF **/
1423
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input[type="checkbox"] {
1424
+ display : none;
1425
+ }
1426
+
1427
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
1428
+ border : 1px solid #d8d8d8;
1429
+ background-color : #fff;
1430
+ width : 60px;
1431
+ height : 24px;
1432
+ }
1433
+
1434
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
1435
+ background-color : #d8d8d8;
1436
+ }
1437
+
1438
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:before {
1439
+ width : 14px;
1440
+ height : 14px;
1441
+ top : 5px;
1442
+ left : 6px;
1443
+ background-color : #d8d8d8;
1444
+ }
1445
+
1446
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
1447
+ content : attr(data-text-off);
1448
+ width : 14px;
1449
+ height : 14px;
1450
+ font-size : 13px;
1451
+ font-weight : 600;
1452
+ padding-left : 27px;
1453
+ color : #979797;
1454
+ margin-top : 5px;
1455
+ display : inline-block;
1456
+ white-space : nowrap;
1457
+ }
1458
+
1459
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span,
1460
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input.onoffchecked + span {
1461
+ background-color : #fff;
1462
+ border-color : #98aa36;
1463
+ }
1464
+
1465
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:before,
1466
+ .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:before {
1467
+ background-color : #98aa36;
1468
+ left : 41px;
1469
+ }
1470
+
1471
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
1472
+ .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
1473
+ content : attr(data-text-on);
1474
+ color : #98aa36;
1475
+ width : 14px;
1476
+ height : 14px;
1477
+ display : inline-block;
1478
+ font-size : 13px;
1479
+ font-weight : 600;
1480
+ padding : 0 10px;
1481
+ margin-top : 5px;
1482
+ white-space : nowrap;
1483
+ }
1484
+
1485
+ .yith-plugin-ui .yith-plugin-fw-onoff-container input + span {
1486
+ text-indent : 0;
1487
+ }
1488
+
1489
+
1490
+ /**
1491
+ DATEPICKER
1492
+ */
1493
+ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
1494
+ border : 0;
1495
+ box-shadow : 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
1496
+ }
1497
+
1498
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-header.ui-widget-header {
1499
+ background : #4e8ba2;
1500
+ color : #fff;
1501
+ font-size : 11px;
1502
+ line-height : 25px;
1503
+ border : 0;
1504
+ min-height : 25px;
1505
+ }
1506
+
1507
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-title {
1508
+ line-height : 25px;
1509
+ }
1510
+
1511
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker th {
1512
+ color : #716269;
1513
+ }
1514
+
1515
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-icon,
1516
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-hover,
1517
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-prev,
1518
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
1519
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-w,
1520
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-e {
1521
+ background : none;
1522
+ content : "";
1523
+ border : 0;
1524
+ text-indent : 0;
1525
+ width : 15px;
1526
+ height : 20px;
1527
+ display : block;
1528
+ overflow : hidden;
1529
+ }
1530
+
1531
+ .yith-plugin-ui .yith-password-wrapper {
1532
+ display : inline-block;
1533
+ width : auto;
1534
+ position : relative;
1535
+ }
1536
+
1537
+ .yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before,
1538
+ .yith-plugin-ui .yith-password-wrapper .yith-password-eye:before {
1539
+ content : '\e911';
1540
+ color : #999;
1541
+ font-family : 'yith-icon';
1542
+ font-size : 20px;
1543
+ font-weight : normal;
1544
+ width : 15px;
1545
+ display : block;
1546
+ position : absolute;
1547
+ right : 13px;
1548
+ top : 0;
1549
+ line-height : 38px;
1550
+ bottom : 0;
1551
+ cursor : pointer;
1552
+ }
1553
+
1554
+ .yith-plugin-ui .yith-password-wrapper .yith-password-eye-closed:before {
1555
+ content : '\e912';
1556
+ }
1557
+
1558
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-w:before {
1559
+ content : "\e901";
1560
+ color : #fff;
1561
+ font-family : 'yith-icon';
1562
+ font-size : 12px;
1563
+ font-weight : normal;
1564
+ width : 15px;
1565
+ display : block;
1566
+ }
1567
+
1568
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-icon.ui-icon-circle-triangle-e:before {
1569
+ content : "\e902";
1570
+ color : #fff;
1571
+ text-indent : 0;
1572
+ font-family : 'yith-icon';
1573
+ font-size : 12px;
1574
+ font-weight : normal;
1575
+ width : 15px;
1576
+ display : block;
1577
+ }
1578
+
1579
+ /* arrow */
1580
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-prev,
1581
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
1582
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover,
1583
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-next-hover {
1584
+ top : 1px;
1585
+ cursor : pointer;
1586
+ }
1587
+
1588
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev,
1589
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
1590
+ left : 5px;
1591
+ }
1592
+
1593
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker .ui-datepicker-next,
1594
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
1595
+ right : 1px;
1596
+ }
1597
+
1598
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-datepicker table {
1599
+ font-size : 10px;
1600
+ }
1601
+
1602
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-default,
1603
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-default,
1604
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-default {
1605
+ background : #fff;
1606
+ border : 1px solid #d9d9d9;
1607
+
1608
+ }
1609
+
1610
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-hover,
1611
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-hover,
1612
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div a.ui-state-default:focus,
1613
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div.ui-widget-content .ui-state-focus,
1614
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-focus {
1615
+ background : #ebf1f3;
1616
+ border : 1px solid #bfd5dd;
1617
+ outline : none;
1618
+ box-shadow : none;
1619
+ }
1620
+
1621
+ #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-widget-header .ui-state-hover,
1622
+ .woocommerce #ui-datepicker-div.yith-plugin-fw-datepicker-div .ui-state-focus {
1623
+ background : none;
1624
+ border : 0;
1625
+ }
1626
+
1627
+ /** colorpicker **/
1628
+ .yith-plugin-ui .iris-slider-offset.ui-slider.ui-widget-content {
1629
+ background : transparent !important;
1630
+ height : auto !important;
1631
+ }
1632
+
1633
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .yith-colorpicker-group:not(:first-child) {
1634
+ margin-top : 20px;
1635
+ }
1636
+
1637
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .iris-picker,
1638
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-holder {
1639
+ display : none !important;
1640
+ }
1641
+
1642
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap,
1643
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-input-wrap > * {
1644
+ display : inline-block !important;
1645
+ vertical-align : middle;
1646
+ }
1647
+
1648
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .iris-picker,
1649
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper .wp-picker-active .wp-picker-holder {
1650
+ display : block !important;
1651
+ }
1652
+
1653
+ .woocommerce .yith-plugin-ui .iris-picker {
1654
+ border : 0;
1655
+ margin-top : 20px;
1656
+ }
1657
+
1658
+ .yith-plugin-ui .yith-plugin-fw input[type=text].wp-color-picker {
1659
+ border : 0;
1660
+ padding : 2px 5px;
1661
+ height : 30px;
1662
+ }
1663
+
1664
+ .yith-plugin-ui .wp-color-result-text {
1665
+ display : none;
1666
+ }
1667
+
1668
+ .yith-plugin-ui .wp-picker-container .wp-color-result.button {
1669
+ width : 30px;
1670
+ height : 30px;
1671
+ box-shadow : none;
1672
+ border : 1px solid #d9d9d9;
1673
+ margin-bottom : 0;
1674
+ padding : 0;
1675
+ display : inline-block;
1676
+ vertical-align : middle;
1677
+ box-sizing : content-box;
1678
+ }
1679
+
1680
+ .yith-plugin-ui .wp-picker-default-custom {
1681
+ cursor : pointer;
1682
+ width : 25px;
1683
+ padding : 0 5px;
1684
+ display : inline-block;
1685
+ vertical-align : middle;
1686
+ position : relative;
1687
+ }
1688
+
1689
+ .yith-plugin-ui .wp-picker-default-custom input.button {
1690
+ opacity : 0;
1691
+ margin : 0;
1692
+ padding : 0;
1693
+ position : absolute;
1694
+ top : 0;
1695
+ right : 0;
1696
+ left : 0;
1697
+ bottom : 0;
1698
+ z-index : 2;
1699
+ }
1700
+
1701
+ .yith-plugin-ui .wp-picker-default-custom:before {
1702
+ content : "\e91a";
1703
+ text-indent : 0;
1704
+ font-family : 'yith-icon';
1705
+ font-size : 20px;
1706
+ color : #d8d8d8;
1707
+ font-weight : normal;
1708
+ width : 15px;
1709
+ display : block;
1710
+ background : none;
1711
+ line-height : 20px;
1712
+ margin-left : 8px;
1713
+ }
1714
+
1715
+ .yith-plugin-ui .wp-picker-container {
1716
+ width : auto;
1717
+ display : inline-block;
1718
+ border : 1px solid #d9d9d9;
1719
+ border-radius : 8px;
1720
+ padding : 5px;
1721
+ }
1722
+
1723
+ .yith-plugin-ui .iris-picker .iris-square-inner {
1724
+ box-shadow : none;
1725
+ border : 1px solid #d9d9d9;
1726
+ }
1727
+
1728
+ .yith-plugin-ui .yith-single-colorpicker {
1729
+ display : inline-block;
1730
+ width : 220px;
1731
+ }
1732
+
1733
+ .yith-plugin-ui .yith-single-colorpicker > label {
1734
+ display : block;
1735
+ font-size : 11px;
1736
+ font-weight : 600;
1737
+ margin : 0 0 10px 0;
1738
+ }
1739
+
1740
+ /* RANGE SLIDER */
1741
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
1742
+ top : -45px !important;
1743
+ }
1744
+
1745
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle {
1746
+ position : absolute;
1747
+ top : -33px;
1748
+ left : 0;
1749
+ width : auto !important;
1750
+ height : auto !important;
1751
+ padding : 2px 8px;
1752
+ margin-left : -15px;
1753
+ font-size : 12px;
1754
+ line-height : 20px;
1755
+ color : #4e8ba2;
1756
+ text-align : center;
1757
+ background-color : #fff;
1758
+ border : 1px solid #fff;
1759
+ border-radius : 3px;
1760
+ -webkit-transition : opacity .3s ease-in-out 0s;
1761
+ transition : opacity .3s ease-in-out 0s;
1762
+ box-shadow : 0px 1px 7px 0px rgba(1, 1, 1, 0.13);
1763
+ }
1764
+
1765
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:before {
1766
+ position : absolute;
1767
+ bottom : -3px;
1768
+ left : 50%;
1769
+ display : inline-block;
1770
+ width : 6px;
1771
+ height : 6px;
1772
+ margin-left : -3px;
1773
+ content : "";
1774
+ background-color : #fff;
1775
+ -webkit-transform : rotate(-45deg);
1776
+ -ms-transform : rotate(-45deg);
1777
+ transform : rotate(-45deg);
1778
+ }
1779
+
1780
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider.ui-widget-content .ui-widget-header {
1781
+ background : #4e8ba2;
1782
+ }
1783
+
1784
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:after {
1785
+ content : '';
1786
+ width : 17px;
1787
+ height : 17px;
1788
+ display : block;
1789
+ position : absolute;
1790
+ background : #fff;
1791
+ top : 37px;
1792
+ border-radius : 50%;
1793
+ box-shadow : 0px 1px 6px 0px rgba(1, 1, 1, 0.25);
1794
+ cursor : grab;
1795
+ }
1796
+
1797
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider-horizontal .ui-slider-handle:active:after {
1798
+ cursor : grabbing;
1799
+ }
1800
+
1801
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider.ui-widget-content {
1802
+ height : 5px !important;
1803
+ }
1804
+
1805
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider .minCaption,
1806
+ .yith-plugin-ui .yith-plugin-fw-slider-container .ui-slider .maxCaption {
1807
+ font-weight : 700;
1808
+ font-size : 12px;
1809
+ }
1810
+
1811
+
1812
+ /* ADD_BOX AND TOGGLE */
1813
+ .yith-plugin-ui .yith-add-box,
1814
+ .yith-plugin-ui .yith-toggle-row {
1815
+ width : 70%;
1816
+ border : 1px solid #d9d9d9;
1817
+ box-shadow : none;
1818
+ border-radius : 4px;
1819
+ margin : 20px 0;
1820
+ padding : 10px;
1821
+ box-sizing : border-box;
1822
+ background : white;
1823
+ }
1824
+
1825
+ .yith-plugin-ui .yith-toggle-row {
1826
+ cursor : pointer;
1827
+ transition : all ease 0.5s;
1828
+ }
1829
+
1830
+ .yith-plugin-ui .yith-toggle-row.fixed {
1831
+ margin : 0;
1832
+ }
1833
+
1834
+ .yith-plugin-ui .yith-toggle-row.highlight {
1835
+ transition : all ease 0.5s;
1836
+ /*box-shadow: 0 0 7px rgb(81, 117, 129);*/
1837
+ box-shadow : 0 0 7px rgb(30, 140, 190);
1838
+
1839
+ display : block;
1840
+ }
1841
+
1842
+ .yith-plugin-ui .yith-add-box {
1843
+ padding : 25px;
1844
+ display : none;
1845
+ }
1846
+
1847
+ .yith-plugin-ui .yith-toggle-title {
1848
+ position : relative;
1849
+ }
1850
+
1851
+ .yith-plugin-ui #plugin-fw-wc .yith-toggle-title h3,
1852
+ .yith-plugin-ui.metaboxes-tab h3,
1853
+ .yith-plugin-ui .yith-toggle-title h3 {
1854
+ padding : 0px 20px 0px 25px;
1855
+ margin : 3px 0;
1856
+
1857
+ display : inline-block;
1858
+ position : relative;
1859
+ min-width : 173px;
1860
+ box-sizing : border-box;
1861
+ font-weight : 600;
1862
+ font-size : 15px;
1863
+ color : #23282d;
1864
+ text-transform : inherit;
1865
+ }
1866
+
1867
+ .yith-plugin-ui .yith-toggle-title .subtitle {
1868
+ padding-left : 0;
1869
+ padding-top : 8px;
1870
+ font-size : 12px;
1871
+ }
1872
+
1873
+ .yith-plugin-ui .yith-toggle {
1874
+ position : absolute;
1875
+ width : 30px;
1876
+ cursor : pointer;
1877
+ left : 0;
1878
+ top : 0;
1879
+ bottom : 0;
1880
+ margin : auto;
1881
+ display : flex;
1882
+ align-items : center;
1883
+ }
1884
+
1885
+ .yith-plugin-ui .yith-toggle > span:before {
1886
+ color : #405e69;
1887
+ }
1888
+
1889
+ .yith-plugin-ui .yith-toggle > span {
1890
+ position : absolute;
1891
+ right : 50%;
1892
+ transition : transform .3s;
1893
+ line-height : 1;
1894
+ }
1895
+
1896
+
1897
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle span {
1898
+ transform : rotateZ(90deg);
1899
+ }
1900
+
1901
+ .yith-plugin-ui .yith-toggle-content {
1902
+ display : none;
1903
+ position : relative;
1904
+ padding : 30px 25px;
1905
+ }
1906
+
1907
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content {
1908
+ /* display: block;*/
1909
+ }
1910
+
1911
+ .yith-plugin-ui .yith-add-box-row,
1912
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row {
1913
+ display : table;
1914
+ margin-bottom : 40px;
1915
+ }
1916
+
1917
+ .yith-plugin-ui .yith-add-box-row label,
1918
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row > label {
1919
+ display : table-cell;
1920
+ width : 200px;
1921
+ padding-right : 21px;
1922
+ color : #33373b;
1923
+ font-size : 14px;
1924
+ vertical-align : top;
1925
+ font-weight : 600;
1926
+ }
1927
+
1928
+ .yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
1929
+ .yith-plugin-ui .yith-toggle-row-opened .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
1930
+ /* display: table-cell;*/
1931
+ width : auto;
1932
+ float : none;
1933
+ vertical-align : middle;
1934
+ position : relative;
1935
+ }
1936
+
1937
+ .yith-plugin-ui .yith-add-box-row span.yith-icon,
1938
+ .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row span.yith-icon {
1939
+ position : absolute;
1940
+ right : 15px;
1941
+ top : 0;
1942
+ bottom : 0;
1943
+ }
1944
+
1945
+ .yith-plugin-ui .yith-add-box-buttons,
1946
+ .yith-plugin-ui .yith-toggle-content-buttons {
1947
+ text-align : right;
1948
+ }
1949
+
1950
+ .yith-plugin-ui .yith-toggle-onoff {
1951
+ position : absolute;
1952
+ cursor : pointer;
1953
+ right : 0;
1954
+ }
1955
+
1956
+ .yith-plugin-ui .yith-toggle_wrapper.ui-sortable .yith-toggle-onoff {
1957
+ right : 30px;
1958
+ }
1959
+
1960
+ .yith-plugin-ui .yith-toggle-row .yith-icon-drag {
1961
+ position : absolute;
1962
+ right : 0;
1963
+ top : 25%;
1964
+ bottom : 0;
1965
+ line-height : 1;
1966
+ }
1967
+
1968
+ .yith-plugin-ui .yith-toggle-row.with-subtitle .yith-toggle-onoff {
1969
+ top : 25%;
1970
+ }
1971
+
1972
+ /** SPINNER **/
1973
+ .yith-plugin-ui .spinner {
1974
+ vertical-align : -5px;
1975
+ float : none;
1976
+ }
1977
+
1978
+ .yith-plugin-ui .spinner.show {
1979
+ visibility : visible;
1980
+ }
1981
+
1982
+ /* LIST TABLE */
1983
+ .yith-plugin-ui .form-table .list-table td {
1984
+ padding : 15px 0px;
1985
+ }
1986
+
1987
+ .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table .bulkactions select {
1988
+ border : 1px solid #d8d8d8;
1989
+ max-width : 200px;
1990
+ max-height : 30px;
1991
+ padding : 0 10px;
1992
+ }
1993
+
1994
+ .yith-plugin-ui .form-table .list-table th {
1995
+ width : initial;
1996
+ }
1997
+
1998
+ .yith-plugin-ui #plugin-fw-wc table.form-table th.check-column {
1999
+ padding-left : 3px;
2000
+ }
2001
+
2002
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table tbody td {
2003
+ padding-left : 20px;
2004
+ }
2005
+
2006
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table th,
2007
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table td {
2008
+ padding : 15px 20px 15px 20px;
2009
+ }
2010
+
2011
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead td,
2012
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead th,
2013
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot td,
2014
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot th {
2015
+ padding : 3px 20px;
2016
+ }
2017
+
2018
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table thead a,
2019
+ .yith-plugin-ui #plugin-fw-wc table.wp-list-table tfoot a {
2020
+ padding-left : 0;
2021
+ }
2022
+
2023
+ .yith-plugin-ui .yith-plugin-fw-list-table h2 {
2024
+ border : 0;
2025
+ padding : 35px 0 15px;
2026
+ display : inline-block;
2027
+ margin-right : 10px;
2028
+ }
2029
+
2030
+ .yith-plugin-ui .form-table .yith-plugin-fw-list-table table th {
2031
+ vertical-align : middle;
2032
+ }
2033
+
2034
+ .yith-plugin-ui .yith-plugin-fw-list-table-container {
2035
+ padding : 0 20px;
2036
+ }
2037
+
2038
+ .yith-plugin-ui #doaction, .yith-plugin-ui #doaction2,
2039
+ .yith-plugin-ui #post-query-submit,
2040
+ .yith-plugin-ui #search-submit,
2041
+ .yith-plugin-ui .button.filter-button {
2042
+ margin-left : 0;
2043
+ height : 33px;
2044
+ padding : 0 10px;
2045
+ line-height : 33px;
2046
+ }
2047
+
2048
+ .yith-plugin-ui .bulkactions {
2049
+ margin : 10px 0;
2050
+ }
2051
+
2052
+ .yith-plugin-ui .form-table td p.yith-section-description {
2053
+ color : #716269;
2054
+ margin-bottom : 20px;
2055
+ }
2056
+
2057
+ /** Time picker width*/
2058
+ .yith-plugin-ui input.ui-timepicker-input {
2059
+ width : 100px !important;
2060
+ }
2061
+
2062
+ /** date format **/
2063
+ .yith-plugin-ui .yith-plugin-fw-date-format code {
2064
+ margin-left : 30px;
2065
+ }
2066
+
2067
+ .yith-plugin-ui .yith-plugin-fw-date-format input[type=text].small-text {
2068
+ margin-left : 45px;
2069
+ }
2070
+
2071
+ /** checkbox columns **/
2072
+ .yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
2073
+ width : calc(50% - 20px);
2074
+ padding-right : 20px;
2075
+ float : left;
2076
+ }
2077
+
2078
+ .yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
2079
+ clear : both;
2080
+ }
2081
+
2082
+ .yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
2083
+ width : calc(33% - 10px);
2084
+ padding-right : 10px;
2085
+ float : left;
2086
+ }
2087
+
2088
+ .yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
2089
+ clear : both;
2090
+ }
2091
+
2092
+ .yith-plugin-fw-checkbox-field-wrapper {
2093
+ display : inline-block !important;
2094
+ margin-right : 10px;
2095
+ }
2096
+
2097
+ .yith-plugin-fw-checkbox-field-wrapper + span.description {
2098
+ display : inline-block;
2099
+ vertical-align : middle;
2100
+ margin : 0;
2101
+ }
2102
+
2103
+ .yith-plugin-ui span.description {
2104
+ margin-top : 10px;
2105
+ line-height : 20px;
2106
+ }
2107
+
2108
+ .yith-plugin-fw-option-with-description {
2109
+ display : table-cell;
2110
+ width : auto;
2111
+ vertical-align : top;
2112
+ }
2113
+
2114
+
2115
+ /**
2116
+ * Required
2117
+ */
2118
+ .yith-plugin-fw-panel-wc-row.yith-plugin-fw--required th.titledesc > label:after,
2119
+ .yith-plugin-fw-metabox-field-row.yith-plugin-fw--required label:first-child:after,
2120
+ .yith-plugin-fw-toggle-element-field-wrapper .yith-plugin-fw--required > label:first-child:after {
2121
+ content : '*';
2122
+ color : #ea0034;
2123
+ font-weight : 800;
2124
+ margin-left : 4px;
2125
+ }
2126
+
2127
+ /** YITH PANEL **/
2128
+ .yith-plugin-ui #yith-plugin-fw-panel {
2129
+ margin-top : -10px;
2130
+ }
2131
+
2132
+ .yith-plugin-ui #plugin-fw-wc, .yith-plugin-ui #yith-plugin-fw-panel {
2133
+ padding-top : 0;
2134
+ }
2135
+
2136
+ .yith-plugin-ui .plugin-option tr {
2137
+ border : 0;
2138
+ }
2139
+
2140
+ /** MULTI SELECT **/
2141
+ .yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select {
2142
+ display : inline-block;
2143
+ width : 30%;
2144
+ margin-right : 3%;
2145
+ max-width : 400px;
2146
+ }
2147
+
2148
+ .yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select label {
2149
+ display : block;
2150
+ font-size : 11px;
2151
+ font-weight : 600;
2152
+ margin : 0 0 10px 0;
2153
+ }
2154
+
2155
+ .yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select select,
2156
+ .yith-plugin-ui .yith-plugin-fw-multi-select .yith-single-select span.select2 {
2157
+ width : 100% !important;
2158
+ min-width : auto !important;
2159
+ }
2160
+
2161
+ /**
2162
+ * Dimensions
2163
+ */
2164
+
2165
+ .yith-plugin-fw-dimensions {
2166
+ max-width : 400px;
2167
+ }
2168
+
2169
+ .yith-plugin-fw-dimensions__units {
2170
+ text-align : right;
2171
+ text-transform : uppercase;
2172
+ }
2173
+
2174
+ .yith-plugin-fw-dimensions__unit {
2175
+ display : inline-block;
2176
+ padding : 5px 3px;
2177
+ cursor : pointer;
2178
+ font-weight : 700;
2179
+ }
2180
+
2181
+ .yith-plugin-fw-dimensions__unit--selected {
2182
+ text-decoration : underline;
2183
+ color : #007694;
2184
+ }
2185
+
2186
+ .yith-plugin-fw-dimensions__dimensions {
2187
+ display : flex;
2188
+ margin-top : 3px;
2189
+ }
2190
+
2191
+ .yith-plugin-fw-dimensions__dimension {
2192
+ text-align : center;
2193
+ }
2194
+
2195
+ .yith-plugin-fw-dimensions__dimension > input[type=number].yith-plugin-fw-dimensions__dimension__number {
2196
+ width : 100% !important;
2197
+ min-width : 0 !important;
2198
+ border-radius : 0 !important;
2199
+ border : 1px solid #d8d8d8 !important;
2200
+ border-left : none !important;
2201
+ height : 38px !important;
2202
+ text-align : center;
2203
+ }
2204
+
2205
+ .yith-plugin-fw-dimensions__dimension:first-child > input[type=number].yith-plugin-fw-dimensions__dimension__number {
2206
+ border-left : 1px solid #d8d8d8 !important;
2207
+ border-radius : 6px 0 0 6px !important;
2208
+ }
2209
+
2210
+ .yith-plugin-fw-dimensions__dimension:last-child > input[type=number].yith-plugin-fw-dimensions__dimension__number {
2211
+ border-radius : 0 6px 6px 0 !important;
2212
+ }
2213
+
2214
+ .yith-plugin-fw-dimensions__dimension__label {
2215
+ text-transform : uppercase;
2216
+ font-weight : 700;
2217
+ color : #91959b;
2218
+ font-size : .8em;
2219
+ }
2220
+
2221
+ .yith-plugin-fw-dimensions__linked {
2222
+ cursor : pointer;
2223
+ }
2224
+
2225
+ .yith-plugin-fw-dimensions__linked span {
2226
+ border : 1px solid #d8d8d8;
2227
+ border-left : none;
2228
+ height : 38px;
2229
+ border-radius : 0 6px 6px 0;
2230
+ box-sizing : border-box;
2231
+ padding : 8px 10px;
2232
+ width : 100%;
2233
+ }
2234
+
2235
+ .yith-plugin-fw-dimensions--linked-active .yith-plugin-fw-dimensions__linked span {
2236
+ color : #fff;
2237
+ background : #007694;
2238
+ border-color : #007694;
2239
+ }
2240
+
2241
+
2242
+ /** OVERRIDE WOOCOMMERCE CLASSES FOR 5.3 */
2243
+ .branch-5-3 .yith-plugin-fw .select2-container .select2-selection--single .select2-selection__arrow {
2244
+ background : none;
2245
+ }
2246
+
2247
+ .branch-5-3 .yith-plugin-fw .select2-container.select2-container--focus .select2-selection--single, .branch-5-3 .yith-plugin-fw .select2-container.select2-container--open .select2-selection--multiple, .branch-5-3 .yith-plugin-fw .select2-container.select2-container--open .select2-selection--single {
2248
+ box-shadow : none;
2249
+ }
2250
+
2251
+ @media screen and (max-width : 1440px) {
2252
+ .yith-plugin-ui .yith-add-box,
2253
+ .yith-plugin-ui .yith-toggle-row:not(.fixed) {
2254
+ width : 80%;
2255
+ }
2256
+ }
2257
+
2258
+ @media screen and (max-width : 1024px) {
2259
+ .yith-plugin-ui .yith-add-box,
2260
+ .yith-plugin-ui .yith-toggle-row:not(.fixed) {
2261
+ width : 90%;
2262
+ }
2263
+
2264
+ .yith-plugin-ui td.forminp-checkbox.two-cols fieldset {
2265
+ width : 100%;
2266
+ padding-right : 20px;
2267
+ float : left;
2268
+ }
2269
+
2270
+ .yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
2271
+ width : calc(50% - 10px);
2272
+ padding-right : 10px;
2273
+ float : left;
2274
+ }
2275
+
2276
+ .yith-plugin-ui td.forminp-checkbox.two-cols fieldset:nth-child(2n+1) {
2277
+ clear : both;
2278
+ }
2279
+
2280
+ .yith-plugin-ui td.forminp-checkbox.three-cols fieldset:nth-child(3n+1) {
2281
+ clear : initial;
2282
+ }
2283
+ }
2284
+
2285
+ @media screen and (max-width : 782px) {
2286
+ .yith-plugin-fw-banner h1 {
2287
+ line-height : 1.2em;
2288
+ }
2289
+
2290
+ .yith-plugin-fw-banner h1 {
2291
+ font-size : 12px;
2292
+ padding-right : 10px;
2293
+ }
2294
+
2295
+ .yith-plugin-ui .yith-add-box,
2296
+ .yith-plugin-ui .yith-toggle-row {
2297
+ width : 100%;
2298
+ }
2299
+
2300
+ .yith-plugin-ui td.forminp-checkbox.two-cols fieldset,
2301
+ .yith-plugin-ui td.forminp-checkbox.three-cols fieldset {
2302
+ width : 100%;
2303
+ clear : initial;
2304
+ }
2305
+
2306
+ .yith-plugin-ui .wp-picker-container .wp-color-result.button {
2307
+ padding : 0;
2308
+ }
2309
+
2310
+ }
plugin-fw/assets/fonts/yith-icon.eot CHANGED
File without changes
plugin-fw/assets/fonts/yith-icon.svg CHANGED
File without changes
plugin-fw/assets/fonts/yith-icon.ttf CHANGED
File without changes
plugin-fw/assets/fonts/yith-icon.woff CHANGED
File without changes
plugin-fw/assets/js/codemirror/codemirror.js CHANGED
@@ -1,5799 +1,5799 @@
1
- // CodeMirror version 3.15
2
- //
3
- // CodeMirror is the only global var we claim
4
- window.CodeMirror = (function() {
5
- "use strict";
6
-
7
- // BROWSER SNIFFING
8
-
9
- // Crude, but necessary to handle a number of hard-to-feature-detect
10
- // bugs and behavior differences.
11
- var gecko = /gecko\/\d/i.test(navigator.userAgent);
12
- var ie = /MSIE \d/.test(navigator.userAgent);
13
- var ie_lt8 = ie && (document.documentMode == null || document.documentMode < 8);
14
- var ie_lt9 = ie && (document.documentMode == null || document.documentMode < 9);
15
- var webkit = /WebKit\//.test(navigator.userAgent);
16
- var qtwebkit = webkit && /Qt\/\d+\.\d+/.test(navigator.userAgent);
17
- var chrome = /Chrome\//.test(navigator.userAgent);
18
- var opera = /Opera\//.test(navigator.userAgent);
19
- var safari = /Apple Computer/.test(navigator.vendor);
20
- var khtml = /KHTML\//.test(navigator.userAgent);
21
- var mac_geLion = /Mac OS X 1\d\D([7-9]|\d\d)\D/.test(navigator.userAgent);
22
- var mac_geMountainLion = /Mac OS X 1\d\D([8-9]|\d\d)\D/.test(navigator.userAgent);
23
- var phantom = /PhantomJS/.test(navigator.userAgent);
24
-
25
- var ios = /AppleWebKit/.test(navigator.userAgent) && /Mobile\/\w+/.test(navigator.userAgent);
26
- // This is woefully incomplete. Suggestions for alternative methods welcome.
27
- var mobile = ios || /Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent);
28
- var mac = ios || /Mac/.test(navigator.platform);
29
- var windows = /windows/i.test(navigator.platform);
30
-
31
- var opera_version = opera && navigator.userAgent.match(/Version\/(\d*\.\d*)/);
32
- if (opera_version) opera_version = Number(opera_version[1]);
33
- if (opera_version && opera_version >= 15) { opera = false; webkit = true; }
34
- // Some browsers use the wrong event properties to signal cmd/ctrl on OS X
35
- var flipCtrlCmd = mac && (qtwebkit || opera && (opera_version == null || opera_version < 12.11));
36
- var captureMiddleClick = gecko || (ie && !ie_lt9);
37
-
38
- // Optimize some code when these features are not used
39
- var sawReadOnlySpans = false, sawCollapsedSpans = false;
40
-
41
- // CONSTRUCTOR
42
-
43
- function CodeMirror(place, options) {
44
- if (!(this instanceof CodeMirror)) return new CodeMirror(place, options);
45
-
46
- this.options = options = options || {};
47
- // Determine effective options based on given values and defaults.
48
- for (var opt in defaults) if (!options.hasOwnProperty(opt) && defaults.hasOwnProperty(opt))
49
- options[opt] = defaults[opt];
50
- setGuttersForLineNumbers(options);
51
-
52
- var docStart = typeof options.value == "string" ? 0 : options.value.first;
53
- var display = this.display = makeDisplay(place, docStart);
54
- display.wrapper.CodeMirror = this;
55
- updateGutters(this);
56
- if (options.autofocus && !mobile) focusInput(this);
57
-
58
- this.state = {keyMaps: [],
59
- overlays: [],
60
- modeGen: 0,
61
- overwrite: false, focused: false,
62
- suppressEdits: false, pasteIncoming: false,
63
- draggingText: false,
64
- highlight: new Delayed()};
65
-
66
- themeChanged(this);
67
- if (options.lineWrapping)
68
- this.display.wrapper.className += " CodeMirror-wrap";
69
-
70
- var doc = options.value;
71
- if (typeof doc == "string") doc = new Doc(options.value, options.mode);
72
- operation(this, attachDoc)(this, doc);
73
-
74
- // Override magic textarea content restore that IE sometimes does
75
- // on our hidden textarea on reload
76
- if (ie) setTimeout(bind(resetInput, this, true), 20);
77
-
78
- registerEventHandlers(this);
79
- // IE throws unspecified error in certain cases, when
80
- // trying to access activeElement before onload
81
- var hasFocus; try { hasFocus = (document.activeElement == display.input); } catch(e) { }
82
- if (hasFocus || (options.autofocus && !mobile)) setTimeout(bind(onFocus, this), 20);
83
- else onBlur(this);
84
-
85
- operation(this, function() {
86
- for (var opt in optionHandlers)
87
- if (optionHandlers.propertyIsEnumerable(opt))
88
- optionHandlers[opt](this, options[opt], Init);
89
- for (var i = 0; i < initHooks.length; ++i) initHooks[i](this);
90
- })();
91
- }
92
-
93
- // DISPLAY CONSTRUCTOR
94
-
95
- function makeDisplay(place, docStart) {
96
- var d = {};
97
-
98
- var input = d.input = elt("textarea", null, null, "position: absolute; padding: 0; width: 1px; height: 1em; outline: none; font-size: 4px;");
99
- if (webkit) input.style.width = "1000px";
100
- else input.setAttribute("wrap", "off");
101
- // if border: 0; -- iOS fails to open keyboard (issue #1287)
102
- if (ios) input.style.border = "1px solid black";
103
- input.setAttribute("autocorrect", "off"); input.setAttribute("autocapitalize", "off"); input.setAttribute("spellcheck", "false");
104
-
105
- // Wraps and hides input textarea
106
- d.inputDiv = elt("div", [input], null, "overflow: hidden; position: relative; width: 3px; height: 0px;");
107
- // The actual fake scrollbars.
108
- d.scrollbarH = elt("div", [elt("div", null, null, "height: 1px")], "CodeMirror-hscrollbar");
109
- d.scrollbarV = elt("div", [elt("div", null, null, "width: 1px")], "CodeMirror-vscrollbar");
110
- d.scrollbarFiller = elt("div", null, "CodeMirror-scrollbar-filler");
111
- d.gutterFiller = elt("div", null, "CodeMirror-gutter-filler");
112
- // DIVs containing the selection and the actual code
113
- d.lineDiv = elt("div", null, "CodeMirror-code");
114
- d.selectionDiv = elt("div", null, null, "position: relative; z-index: 1");
115
- // Blinky cursor, and element used to ensure cursor fits at the end of a line
116
- d.cursor = elt("div", "\u00a0", "CodeMirror-cursor");
117
- // Secondary cursor, shown when on a 'jump' in bi-directional text
118
- d.otherCursor = elt("div", "\u00a0", "CodeMirror-cursor CodeMirror-secondarycursor");
119
- // Used to measure text size
120
- d.measure = elt("div", null, "CodeMirror-measure");
121
- // Wraps everything that needs to exist inside the vertically-padded coordinate system
122
- d.lineSpace = elt("div", [d.measure, d.selectionDiv, d.lineDiv, d.cursor, d.otherCursor],
123
- null, "position: relative; outline: none");
124
- // Moved around its parent to cover visible view
125
- d.mover = elt("div", [elt("div", [d.lineSpace], "CodeMirror-lines")], null, "position: relative");
126
- // Set to the height of the text, causes scrolling
127
- d.sizer = elt("div", [d.mover], "CodeMirror-sizer");
128
- // D is needed because behavior of elts with overflow: auto and padding is inconsistent across browsers
129
- d.heightForcer = elt("div", null, null, "position: absolute; height: " + scrollerCutOff + "px; width: 1px;");
130
- // Will contain the gutters, if any
131
- d.gutters = elt("div", null, "CodeMirror-gutters");
132
- d.lineGutter = null;
133
- // Provides scrolling
134
- d.scroller = elt("div", [d.sizer, d.heightForcer, d.gutters], "CodeMirror-scroll");
135
- d.scroller.setAttribute("tabIndex", "-1");
136
- // The element in which the editor lives.
137
- d.wrapper = elt("div", [d.inputDiv, d.scrollbarH, d.scrollbarV,
138
- d.scrollbarFiller, d.gutterFiller, d.scroller], "CodeMirror");
139
- // Work around IE7 z-index bug
140
- if (ie_lt8) { d.gutters.style.zIndex = -1; d.scroller.style.paddingRight = 0; }
141
- if (place.appendChild) place.appendChild(d.wrapper); else place(d.wrapper);
142
-
143
- // Needed to hide big blue blinking cursor on Mobile Safari
144
- if (ios) input.style.width = "0px";
145
- if (!webkit) d.scroller.draggable = true;
146
- // Needed to handle Tab key in KHTML
147
- if (khtml) { d.inputDiv.style.height = "1px"; d.inputDiv.style.position = "absolute"; }
148
- // Need to set a minimum width to see the scrollbar on IE7 (but must not set it on IE8).
149
- else if (ie_lt8) d.scrollbarH.style.minWidth = d.scrollbarV.style.minWidth = "18px";
150
-
151
- // Current visible range (may be bigger than the view window).
152
- d.viewOffset = d.lastSizeC = 0;
153
- d.showingFrom = d.showingTo = docStart;
154
-
155
- // Used to only resize the line number gutter when necessary (when
156
- // the amount of lines crosses a boundary that makes its width change)
157
- d.lineNumWidth = d.lineNumInnerWidth = d.lineNumChars = null;
158
- // See readInput and resetInput
159
- d.prevInput = "";
160
- // Set to true when a non-horizontal-scrolling widget is added. As
161
- // an optimization, widget aligning is skipped when d is false.
162
- d.alignWidgets = false;
163
- // Flag that indicates whether we currently expect input to appear
164
- // (after some event like 'keypress' or 'input') and are polling
165
- // intensively.
166
- d.pollingFast = false;
167
- // Self-resetting timeout for the poller
168
- d.poll = new Delayed();
169
-
170
- d.cachedCharWidth = d.cachedTextHeight = null;
171
- d.measureLineCache = [];
172
- d.measureLineCachePos = 0;
173
-
174
- // Tracks when resetInput has punted to just putting a short
175
- // string instead of the (large) selection.
176
- d.inaccurateSelection = false;
177
-
178
- // Tracks the maximum line length so that the horizontal scrollbar
179
- // can be kept static when scrolling.
180
- d.maxLine = null;
181
- d.maxLineLength = 0;
182
- d.maxLineChanged = false;
183
-
184
- // Used for measuring wheel scrolling granularity
185
- d.wheelDX = d.wheelDY = d.wheelStartX = d.wheelStartY = null;
186
-
187
- return d;
188
- }
189
-
190
- // STATE UPDATES
191
-
192
- // Used to get the editor into a consistent state again when options change.
193
-
194
- function loadMode(cm) {
195
- cm.doc.mode = CodeMirror.getMode(cm.options, cm.doc.modeOption);
196
- cm.doc.iter(function(line) {
197
- if (line.stateAfter) line.stateAfter = null;
198
- if (line.styles) line.styles = null;
199
- });
200
- cm.doc.frontier = cm.doc.first;
201
- startWorker(cm, 100);
202
- cm.state.modeGen++;
203
- if (cm.curOp) regChange(cm);
204
- }
205
-
206
- function wrappingChanged(cm) {
207
- if (cm.options.lineWrapping) {
208
- cm.display.wrapper.className += " CodeMirror-wrap";
209
- cm.display.sizer.style.minWidth = "";
210
- } else {
211
- cm.display.wrapper.className = cm.display.wrapper.className.replace(" CodeMirror-wrap", "");
212
- computeMaxLength(cm);
213
- }
214
- estimateLineHeights(cm);
215
- regChange(cm);
216
- clearCaches(cm);
217
- setTimeout(function(){updateScrollbars(cm);}, 100);
218
- }
219
-
220
- function estimateHeight(cm) {
221
- var th = textHeight(cm.display), wrapping = cm.options.lineWrapping;
222
- var perLine = wrapping && Math.max(5, cm.display.scroller.clientWidth / charWidth(cm.display) - 3);
223
- return function(line) {
224
- if (lineIsHidden(cm.doc, line))
225
- return 0;
226
- else if (wrapping)
227
- return (Math.ceil(line.text.length / perLine) || 1) * th;
228
- else
229
- return th;
230
- };
231
- }
232
-
233
- function estimateLineHeights(cm) {
234
- var doc = cm.doc, est = estimateHeight(cm);
235
- doc.iter(function(line) {
236
- var estHeight = est(line);
237
- if (estHeight != line.height) updateLineHeight(line, estHeight);
238
- });
239
- }
240
-
241
- function keyMapChanged(cm) {
242
- var map = keyMap[cm.options.keyMap], style = map.style;
243
- cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-keymap-\S+/g, "") +
244
- (style ? " cm-keymap-" + style : "");
245
- cm.state.disableInput = map.disableInput;
246
- }
247
-
248
- function themeChanged(cm) {
249
- cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-s-\S+/g, "") +
250
- cm.options.theme.replace(/(^|\s)\s*/g, " cm-s-");
251
- clearCaches(cm);
252
- }
253
-
254
- function guttersChanged(cm) {
255
- updateGutters(cm);
256
- regChange(cm);
257
- setTimeout(function(){alignHorizontally(cm);}, 20);
258
- }
259
-
260
- function updateGutters(cm) {
261
- var gutters = cm.display.gutters, specs = cm.options.gutters;
262
- removeChildren(gutters);
263
- for (var i = 0; i < specs.length; ++i) {
264
- var gutterClass = specs[i];
265
- var gElt = gutters.appendChild(elt("div", null, "CodeMirror-gutter " + gutterClass));
266
- if (gutterClass == "CodeMirror-linenumbers") {
267
- cm.display.lineGutter = gElt;
268
- gElt.style.width = (cm.display.lineNumWidth || 1) + "px";
269
- }
270
- }
271
- gutters.style.display = i ? "" : "none";
272
- }
273
-
274
- function lineLength(doc, line) {
275
- if (line.height == 0) return 0;
276
- var len = line.text.length, merged, cur = line;
277
- while (merged = collapsedSpanAtStart(cur)) {
278
- var found = merged.find();
279
- cur = getLine(doc, found.from.line);
280
- len += found.from.ch - found.to.ch;
281
- }
282
- cur = line;
283
- while (merged = collapsedSpanAtEnd(cur)) {
284
- var found = merged.find();
285
- len -= cur.text.length - found.from.ch;
286
- cur = getLine(doc, found.to.line);
287
- len += cur.text.length - found.to.ch;
288
- }
289
- return len;
290
- }
291
-
292
- function computeMaxLength(cm) {
293
- var d = cm.display, doc = cm.doc;
294
- d.maxLine = getLine(doc, doc.first);
295
- d.maxLineLength = lineLength(doc, d.maxLine);
296
- d.maxLineChanged = true;
297
- doc.iter(function(line) {
298
- var len = lineLength(doc, line);
299
- if (len > d.maxLineLength) {
300
- d.maxLineLength = len;
301
- d.maxLine = line;
302
- }
303
- });
304
- }
305
-
306
- // Make sure the gutters options contains the element
307
- // "CodeMirror-linenumbers" when the lineNumbers option is true.
308
- function setGuttersForLineNumbers(options) {
309
- var found = false;
310
- for (var i = 0; i < options.gutters.length; ++i) {
311
- if (options.gutters[i] == "CodeMirror-linenumbers") {
312
- if (options.lineNumbers) found = true;
313
- else options.gutters.splice(i--, 1);
314
- }
315
- }
316
- if (!found && options.lineNumbers)
317
- options.gutters.push("CodeMirror-linenumbers");
318
- }
319
-
320
- // SCROLLBARS
321
-
322
- // Re-synchronize the fake scrollbars with the actual size of the
323
- // content. Optionally force a scrollTop.
324
- function updateScrollbars(cm) {
325
- var d = cm.display, docHeight = cm.doc.height;
326
- var totalHeight = docHeight + paddingVert(d);
327
- d.sizer.style.minHeight = d.heightForcer.style.top = totalHeight + "px";
328
- d.gutters.style.height = Math.max(totalHeight, d.scroller.clientHeight - scrollerCutOff) + "px";
329
- var scrollHeight = Math.max(totalHeight, d.scroller.scrollHeight);
330
- var needsH = d.scroller.scrollWidth > (d.scroller.clientWidth + 1);
331
- var needsV = scrollHeight > (d.scroller.clientHeight + 1);
332
- if (needsV) {
333
- d.scrollbarV.style.display = "block";
334
- d.scrollbarV.style.bottom = needsH ? scrollbarWidth(d.measure) + "px" : "0";
335
- d.scrollbarV.firstChild.style.height =
336
- (scrollHeight - d.scroller.clientHeight + d.scrollbarV.clientHeight) + "px";
337
- } else d.scrollbarV.style.display = "";
338
- if (needsH) {
339
- d.scrollbarH.style.display = "block";
340
- d.scrollbarH.style.right = needsV ? scrollbarWidth(d.measure) + "px" : "0";
341
- d.scrollbarH.firstChild.style.width =
342
- (d.scroller.scrollWidth - d.scroller.clientWidth + d.scrollbarH.clientWidth) + "px";
343
- } else d.scrollbarH.style.display = "";
344
- if (needsH && needsV) {
345
- d.scrollbarFiller.style.display = "block";
346
- d.scrollbarFiller.style.height = d.scrollbarFiller.style.width = scrollbarWidth(d.measure) + "px";
347
- } else d.scrollbarFiller.style.display = "";
348
- if (needsH && cm.options.coverGutterNextToScrollbar && cm.options.fixedGutter) {
349
- d.gutterFiller.style.display = "block";
350
- d.gutterFiller.style.height = scrollbarWidth(d.measure) + "px";
351
- d.gutterFiller.style.width = d.gutters.offsetWidth + "px";
352
- } else d.gutterFiller.style.display = "";
353
-
354
- if (mac_geLion && scrollbarWidth(d.measure) === 0)
355
- d.scrollbarV.style.minWidth = d.scrollbarH.style.minHeight = mac_geMountainLion ? "18px" : "12px";
356
- }
357
-
358
- function visibleLines(display, doc, viewPort) {
359
- var top = display.scroller.scrollTop, height = display.wrapper.clientHeight;
360
- if (typeof viewPort == "number") top = viewPort;
361
- else if (viewPort) {top = viewPort.top; height = viewPort.bottom - viewPort.top;}
362
- top = Math.floor(top - paddingTop(display));
363
- var bottom = Math.ceil(top + height);
364
- return {from: lineAtHeight(doc, top), to: lineAtHeight(doc, bottom)};
365
- }
366
-
367
- // LINE NUMBERS
368
-
369
- function alignHorizontally(cm) {
370
- var display = cm.display;
371
- if (!display.alignWidgets && (!display.gutters.firstChild || !cm.options.fixedGutter)) return;
372
- var comp = compensateForHScroll(display) - display.scroller.scrollLeft + cm.doc.scrollLeft;
373
- var gutterW = display.gutters.offsetWidth, l = comp + "px";
374
- for (var n = display.lineDiv.firstChild; n; n = n.nextSibling) if (n.alignable) {
375
- for (var i = 0, a = n.alignable; i < a.length; ++i) a[i].style.left = l;
376
- }
377
- if (cm.options.fixedGutter)
378
- display.gutters.style.left = (comp + gutterW) + "px";
379
- }
380
-
381
- function maybeUpdateLineNumberWidth(cm) {
382
- if (!cm.options.lineNumbers) return false;
383
- var doc = cm.doc, last = lineNumberFor(cm.options, doc.first + doc.size - 1), display = cm.display;
384
- if (last.length != display.lineNumChars) {
385
- var test = display.measure.appendChild(elt("div", [elt("div", last)],
386
- "CodeMirror-linenumber CodeMirror-gutter-elt"));
387
- var innerW = test.firstChild.offsetWidth, padding = test.offsetWidth - innerW;
388
- display.lineGutter.style.width = "";
389
- display.lineNumInnerWidth = Math.max(innerW, display.lineGutter.offsetWidth - padding);
390
- display.lineNumWidth = display.lineNumInnerWidth + padding;
391
- display.lineNumChars = display.lineNumInnerWidth ? last.length : -1;
392
- display.lineGutter.style.width = display.lineNumWidth + "px";
393
- return true;
394
- }
395
- return false;
396
- }
397
-
398
- function lineNumberFor(options, i) {
399
- return String(options.lineNumberFormatter(i + options.firstLineNumber));
400
- }
401
- function compensateForHScroll(display) {
402
- return getRect(display.scroller).left - getRect(display.sizer).left;
403
- }
404
-
405
- // DISPLAY DRAWING
406
-
407
- function updateDisplay(cm, changes, viewPort, forced) {
408
- var oldFrom = cm.display.showingFrom, oldTo = cm.display.showingTo, updated;
409
- var visible = visibleLines(cm.display, cm.doc, viewPort);
410
- for (;;) {
411
- if (!updateDisplayInner(cm, changes, visible, forced)) break;
412
- forced = false;
413
- updated = true;
414
- updateSelection(cm);
415
- updateScrollbars(cm);
416
-
417
- // Clip forced viewport to actual scrollable area
418
- if (viewPort)
419
- viewPort = Math.min(cm.display.scroller.scrollHeight - cm.display.scroller.clientHeight,
420
- typeof viewPort == "number" ? viewPort : viewPort.top);
421
- visible = visibleLines(cm.display, cm.doc, viewPort);
422
- if (visible.from >= cm.display.showingFrom && visible.to <= cm.display.showingTo)
423
- break;
424
- changes = [];
425
- }
426
-
427
- if (updated) {
428
- signalLater(cm, "update", cm);
429
- if (cm.display.showingFrom != oldFrom || cm.display.showingTo != oldTo)
430
- signalLater(cm, "viewportChange", cm, cm.display.showingFrom, cm.display.showingTo);
431
- }
432
- return updated;
433
- }
434
-
435
- // Uses a set of changes plus the current scroll position to
436
- // determine which DOM updates have to be made, and makes the
437
- // updates.
438
- function updateDisplayInner(cm, changes, visible, forced) {
439
- var display = cm.display, doc = cm.doc;
440
- if (!display.wrapper.clientWidth) {
441
- display.showingFrom = display.showingTo = doc.first;
442
- display.viewOffset = 0;
443
- return;
444
- }
445
-
446
- // Bail out if the visible area is already rendered and nothing changed.
447
- if (!forced && changes.length == 0 &&
448
- visible.from > display.showingFrom && visible.to < display.showingTo)
449
- return;
450
-
451
- if (maybeUpdateLineNumberWidth(cm))
452
- changes = [{from: doc.first, to: doc.first + doc.size}];
453
- var gutterW = display.sizer.style.marginLeft = display.gutters.offsetWidth + "px";
454
- display.scrollbarH.style.left = cm.options.fixedGutter ? gutterW : "0";
455
-
456
- // Used to determine which lines need their line numbers updated
457
- var positionsChangedFrom = Infinity;
458
- if (cm.options.lineNumbers)
459
- for (var i = 0; i < changes.length; ++i)
460
- if (changes[i].diff) { positionsChangedFrom = changes[i].from; break; }
461
-
462
- var end = doc.first + doc.size;
463
- var from = Math.max(visible.from - cm.options.viewportMargin, doc.first);
464
- var to = Math.min(end, visible.to + cm.options.viewportMargin);
465
- if (display.showingFrom < from && from - display.showingFrom < 20) from = Math.max(doc.first, display.showingFrom);
466
- if (display.showingTo > to && display.showingTo - to < 20) to = Math.min(end, display.showingTo);
467
- if (sawCollapsedSpans) {
468
- from = lineNo(visualLine(doc, getLine(doc, from)));
469
- while (to < end && lineIsHidden(doc, getLine(doc, to))) ++to;
470
- }
471
-
472
- // Create a range of theoretically intact lines, and punch holes
473
- // in that using the change info.
474
- var intact = [{from: Math.max(display.showingFrom, doc.first),
475
- to: Math.min(display.showingTo, end)}];
476
- if (intact[0].from >= intact[0].to) intact = [];
477
- else intact = computeIntact(intact, changes);
478
- // When merged lines are present, we might have to reduce the
479
- // intact ranges because changes in continued fragments of the
480
- // intact lines do require the lines to be redrawn.
481
- if (sawCollapsedSpans)
482
- for (var i = 0; i < intact.length; ++i) {
483
- var range = intact[i], merged;
484
- while (merged = collapsedSpanAtEnd(getLine(doc, range.to - 1))) {
485
- var newTo = merged.find().from.line;
486
- if (newTo > range.from) range.to = newTo;
487
- else { intact.splice(i--, 1); break; }
488
- }
489
- }
490
-
491
- // Clip off the parts that won't be visible
492
- var intactLines = 0;
493
- for (var i = 0; i < intact.length; ++i) {
494
- var range = intact[i];
495
- if (range.from < from) range.from = from;
496
- if (range.to > to) range.to = to;
497
- if (range.from >= range.to) intact.splice(i--, 1);
498
- else intactLines += range.to - range.from;
499
- }
500
- if (!forced && intactLines == to - from && from == display.showingFrom && to == display.showingTo) {
501
- updateViewOffset(cm);
502
- return;
503
- }
504
- intact.sort(function(a, b) {return a.from - b.from;});
505
-
506
- // Avoid crashing on IE's "unspecified error" when in iframes
507
- try {
508
- var focused = document.activeElement;
509
- } catch(e) {}
510
- if (intactLines < (to - from) * .7) display.lineDiv.style.display = "none";
511
- patchDisplay(cm, from, to, intact, positionsChangedFrom);
512
- display.lineDiv.style.display = "";
513
- if (focused && document.activeElement != focused && focused.offsetHeight) focused.focus();
514
-
515
- var different = from != display.showingFrom || to != display.showingTo ||
516
- display.lastSizeC != display.wrapper.clientHeight;
517
- // This is just a bogus formula that detects when the editor is
518
- // resized or the font size changes.
519
- if (different) {
520
- display.lastSizeC = display.wrapper.clientHeight;
521
- startWorker(cm, 400);
522
- }
523
- display.showingFrom = from; display.showingTo = to;
524
-
525
- updateHeightsInViewport(cm);
526
- updateViewOffset(cm);
527
-
528
- return true;
529
- }
530
-
531
- function updateHeightsInViewport(cm) {
532
- var display = cm.display;
533
- var prevBottom = display.lineDiv.offsetTop;
534
- for (var node = display.lineDiv.firstChild, height; node; node = node.nextSibling) if (node.lineObj) {
535
- if (ie_lt8) {
536
- var bot = node.offsetTop + node.offsetHeight;
537
- height = bot - prevBottom;
538
- prevBottom = bot;
539
- } else {
540
- var box = getRect(node);
541
- height = box.bottom - box.top;
542
- }
543
- var diff = node.lineObj.height - height;
544
- if (height < 2) height = textHeight(display);
545
- if (diff > .001 || diff < -.001) {
546
- updateLineHeight(node.lineObj, height);
547
- var widgets = node.lineObj.widgets;
548
- if (widgets) for (var i = 0; i < widgets.length; ++i)
549
- widgets[i].height = widgets[i].node.offsetHeight;
550
- }
551
- }
552
- }
553
-
554
- function updateViewOffset(cm) {
555
- var off = cm.display.viewOffset = heightAtLine(cm, getLine(cm.doc, cm.display.showingFrom));
556
- // Position the mover div to align with the current virtual scroll position
557
- cm.display.mover.style.top = off + "px";
558
- }
559
-
560
- function computeIntact(intact, changes) {
561
- for (var i = 0, l = changes.length || 0; i < l; ++i) {
562
- var change = changes[i], intact2 = [], diff = change.diff || 0;
563
- for (var j = 0, l2 = intact.length; j < l2; ++j) {
564
- var range = intact[j];
565
- if (change.to <= range.from && change.diff) {
566
- intact2.push({from: range.from + diff, to: range.to + diff});
567
- } else if (change.to <= range.from || change.from >= range.to) {
568
- intact2.push(range);
569
- } else {
570
- if (change.from > range.from)
571
- intact2.push({from: range.from, to: change.from});
572
- if (change.to < range.to)
573
- intact2.push({from: change.to + diff, to: range.to + diff});
574
- }
575
- }
576
- intact = intact2;
577
- }
578
- return intact;
579
- }
580
-
581
- function getDimensions(cm) {
582
- var d = cm.display, left = {}, width = {};
583
- for (var n = d.gutters.firstChild, i = 0; n; n = n.nextSibling, ++i) {
584
- left[cm.options.gutters[i]] = n.offsetLeft;
585
- width[cm.options.gutters[i]] = n.offsetWidth;
586
- }
587
- return {fixedPos: compensateForHScroll(d),
588
- gutterTotalWidth: d.gutters.offsetWidth,
589
- gutterLeft: left,
590
- gutterWidth: width,
591
- wrapperWidth: d.wrapper.clientWidth};
592
- }
593
-
594
- function patchDisplay(cm, from, to, intact, updateNumbersFrom) {
595
- var dims = getDimensions(cm);
596
- var display = cm.display, lineNumbers = cm.options.lineNumbers;
597
- if (!intact.length && (!webkit || !cm.display.currentWheelTarget))
598
- removeChildren(display.lineDiv);
599
- var container = display.lineDiv, cur = container.firstChild;
600
-
601
- function rm(node) {
602
- var next = node.nextSibling;
603
- if (webkit && mac && cm.display.currentWheelTarget == node) {
604
- node.style.display = "none";
605
- node.lineObj = null;
606
- } else {
607
- node.parentNode.removeChild(node);
608
- }
609
- return next;
610
- }
611
-
612
- var nextIntact = intact.shift(), lineN = from;
613
- cm.doc.iter(from, to, function(line) {
614
- if (nextIntact && nextIntact.to == lineN) nextIntact = intact.shift();
615
- if (lineIsHidden(cm.doc, line)) {
616
- if (line.height != 0) updateLineHeight(line, 0);
617
- if (line.widgets && cur.previousSibling) for (var i = 0; i < line.widgets.length; ++i) {
618
- var w = line.widgets[i];
619
- if (w.showIfHidden) {
620
- var prev = cur.previousSibling;
621
- if (/pre/i.test(prev.nodeName)) {
622
- var wrap = elt("div", null, null, "position: relative");
623
- prev.parentNode.replaceChild(wrap, prev);
624
- wrap.appendChild(prev);
625
- prev = wrap;
626
- }
627
- var wnode = prev.appendChild(elt("div", [w.node], "CodeMirror-linewidget"));
628
- if (!w.handleMouseEvents) wnode.ignoreEvents = true;
629
- positionLineWidget(w, wnode, prev, dims);
630
- }
631
- }
632
- } else if (nextIntact && nextIntact.from <= lineN && nextIntact.to > lineN) {
633
- // This line is intact. Skip to the actual node. Update its
634
- // line number if needed.
635
- while (cur.lineObj != line) cur = rm(cur);
636
- if (lineNumbers && updateNumbersFrom <= lineN && cur.lineNumber)
637
- setTextContent(cur.lineNumber, lineNumberFor(cm.options, lineN));
638
- cur = cur.nextSibling;
639
- } else {
640
- // For lines with widgets, make an attempt to find and reuse
641
- // the existing element, so that widgets aren't needlessly
642
- // removed and re-inserted into the dom
643
- if (line.widgets) for (var j = 0, search = cur, reuse; search && j < 20; ++j, search = search.nextSibling)
644
- if (search.lineObj == line && /div/i.test(search.nodeName)) { reuse = search; break; }
645
- // This line needs to be generated.
646
- var lineNode = buildLineElement(cm, line, lineN, dims, reuse);
647
- if (lineNode != reuse) {
648
- container.insertBefore(lineNode, cur);
649
- } else {
650
- while (cur != reuse) cur = rm(cur);
651
- cur = cur.nextSibling;
652
- }
653
-
654
- lineNode.lineObj = line;
655
- }
656
- ++lineN;
657
- });
658
- while (cur) cur = rm(cur);
659
- }
660
-
661
- function buildLineElement(cm, line, lineNo, dims, reuse) {
662
- var lineElement = lineContent(cm, line);
663
- var markers = line.gutterMarkers, display = cm.display, wrap;
664
-
665
- if (!cm.options.lineNumbers && !markers && !line.bgClass && !line.wrapClass && !line.widgets)
666
- return lineElement;
667
-
668
- // Lines with gutter elements, widgets or a background class need
669
- // to be wrapped again, and have the extra elements added to the
670
- // wrapper div
671
-
672
- if (reuse) {
673
- reuse.alignable = null;
674
- var isOk = true, widgetsSeen = 0, insertBefore = null;
675
- for (var n = reuse.firstChild, next; n; n = next) {
676
- next = n.nextSibling;
677
- if (!/\bCodeMirror-linewidget\b/.test(n.className)) {
678
- reuse.removeChild(n);
679
- } else {
680
- for (var i = 0; i < line.widgets.length; ++i) {
681
- var widget = line.widgets[i];
682
- if (widget.node == n.firstChild) {
683
- if (!widget.above && !insertBefore) insertBefore = n;
684
- positionLineWidget(widget, n, reuse, dims);
685
- ++widgetsSeen;
686
- break;
687
- }
688
- }
689
- if (i == line.widgets.length) { isOk = false; break; }
690
- }
691
- }
692
- reuse.insertBefore(lineElement, insertBefore);
693
- if (isOk && widgetsSeen == line.widgets.length) {
694
- wrap = reuse;
695
- reuse.className = line.wrapClass || "";
696
- }
697
- }
698
- if (!wrap) {
699
- wrap = elt("div", null, line.wrapClass, "position: relative");
700
- wrap.appendChild(lineElement);
701
- }
702
- // Kludge to make sure the styled element lies behind the selection (by z-index)
703
- if (line.bgClass)
704
- wrap.insertBefore(elt("div", null, line.bgClass + " CodeMirror-linebackground"), wrap.firstChild);
705
- if (cm.options.lineNumbers || markers) {
706
- var gutterWrap = wrap.insertBefore(elt("div", null, null, "position: absolute; left: " +
707
- (cm.options.fixedGutter ? dims.fixedPos : -dims.gutterTotalWidth) + "px"),
708
- wrap.firstChild);
709
- if (cm.options.fixedGutter) (wrap.alignable || (wrap.alignable = [])).push(gutterWrap);
710
- if (cm.options.lineNumbers && (!markers || !markers["CodeMirror-linenumbers"]))
711
- wrap.lineNumber = gutterWrap.appendChild(
712
- elt("div", lineNumberFor(cm.options, lineNo),
713
- "CodeMirror-linenumber CodeMirror-gutter-elt",
714
- "left: " + dims.gutterLeft["CodeMirror-linenumbers"] + "px; width: "
715
- + display.lineNumInnerWidth + "px"));
716
- if (markers)
717
- for (var k = 0; k < cm.options.gutters.length; ++k) {
718
- var id = cm.options.gutters[k], found = markers.hasOwnProperty(id) && markers[id];
719
- if (found)
720
- gutterWrap.appendChild(elt("div", [found], "CodeMirror-gutter-elt", "left: " +
721
- dims.gutterLeft[id] + "px; width: " + dims.gutterWidth[id] + "px"));
722
- }
723
- }
724
- if (ie_lt8) wrap.style.zIndex = 2;
725
- if (line.widgets && wrap != reuse) for (var i = 0, ws = line.widgets; i < ws.length; ++i) {
726
- var widget = ws[i], node = elt("div", [widget.node], "CodeMirror-linewidget");
727
- if (!widget.handleMouseEvents) node.ignoreEvents = true;
728
- positionLineWidget(widget, node, wrap, dims);
729
- if (widget.above)
730
- wrap.insertBefore(node, cm.options.lineNumbers && line.height != 0 ? gutterWrap : lineElement);
731
- else
732
- wrap.appendChild(node);
733
- signalLater(widget, "redraw");
734
- }
735
- return wrap;
736
- }
737
-
738
- function positionLineWidget(widget, node, wrap, dims) {
739
- if (widget.noHScroll) {
740
- (wrap.alignable || (wrap.alignable = [])).push(node);
741
- var width = dims.wrapperWidth;
742
- node.style.left = dims.fixedPos + "px";
743
- if (!widget.coverGutter) {
744
- width -= dims.gutterTotalWidth;
745
- node.style.paddingLeft = dims.gutterTotalWidth + "px";
746
- }
747
- node.style.width = width + "px";
748
- }
749
- if (widget.coverGutter) {
750
- node.style.zIndex = 5;
751
- node.style.position = "relative";
752
- if (!widget.noHScroll) node.style.marginLeft = -dims.gutterTotalWidth + "px";
753
- }
754
- }
755
-
756
- // SELECTION / CURSOR
757
-
758
- function updateSelection(cm) {
759
- var display = cm.display;
760
- var collapsed = posEq(cm.doc.sel.from, cm.doc.sel.to);
761
- if (collapsed || cm.options.showCursorWhenSelecting)
762
- updateSelectionCursor(cm);
763
- else
764
- display.cursor.style.display = display.otherCursor.style.display = "none";
765
- if (!collapsed)
766
- updateSelectionRange(cm);
767
- else
768
- display.selectionDiv.style.display = "none";
769
-
770
- // Move the hidden textarea near the cursor to prevent scrolling artifacts
771
- if (cm.options.moveInputWithCursor) {
772
- var headPos = cursorCoords(cm, cm.doc.sel.head, "div");
773
- var wrapOff = getRect(display.wrapper), lineOff = getRect(display.lineDiv);
774
- display.inputDiv.style.top = Math.max(0, Math.min(display.wrapper.clientHeight - 10,
775
- headPos.top + lineOff.top - wrapOff.top)) + "px";
776
- display.inputDiv.style.left = Math.max(0, Math.min(display.wrapper.clientWidth - 10,
777
- headPos.left + lineOff.left - wrapOff.left)) + "px";
778
- }
779
- }
780
-
781
- // No selection, plain cursor
782
- function updateSelectionCursor(cm) {
783
- var display = cm.display, pos = cursorCoords(cm, cm.doc.sel.head, "div");
784
- display.cursor.style.left = pos.left + "px";
785
- display.cursor.style.top = pos.top + "px";
786
- display.cursor.style.height = Math.max(0, pos.bottom - pos.top) * cm.options.cursorHeight + "px";
787
- display.cursor.style.display = "";
788
-
789
- if (pos.other) {
790
- display.otherCursor.style.display = "";
791
- display.otherCursor.style.left = pos.other.left + "px";
792
- display.otherCursor.style.top = pos.other.top + "px";
793
- display.otherCursor.style.height = (pos.other.bottom - pos.other.top) * .85 + "px";
794
- } else { display.otherCursor.style.display = "none"; }
795
- }
796
-
797
- // Highlight selection
798
- function updateSelectionRange(cm) {
799
- var display = cm.display, doc = cm.doc, sel = cm.doc.sel;
800
- var fragment = document.createDocumentFragment();
801
- var clientWidth = display.lineSpace.offsetWidth, pl = paddingLeft(cm.display);
802
-
803
- function add(left, top, width, bottom) {
804
- if (top < 0) top = 0;
805
- fragment.appendChild(elt("div", null, "CodeMirror-selected", "position: absolute; left: " + left +
806
- "px; top: " + top + "px; width: " + (width == null ? clientWidth - left : width) +
807
- "px; height: " + (bottom - top) + "px"));
808
- }
809
-
810
- function drawForLine(line, fromArg, toArg) {
811
- var lineObj = getLine(doc, line);
812
- var lineLen = lineObj.text.length;
813
- var start, end;
814
- function coords(ch, bias) {
815
- return charCoords(cm, Pos(line, ch), "div", lineObj, bias);
816
- }
817
-
818
- iterateBidiSections(getOrder(lineObj), fromArg || 0, toArg == null ? lineLen : toArg, function(from, to, dir) {
819
- var leftPos = coords(from, "left"), rightPos, left, right;
820
- if (from == to) {
821
- rightPos = leftPos;
822
- left = right = leftPos.left;
823
- } else {
824
- rightPos = coords(to - 1, "right");
825
- if (dir == "rtl") { var tmp = leftPos; leftPos = rightPos; rightPos = tmp; }
826
- left = leftPos.left;
827
- right = rightPos.right;
828
- }
829
- if (fromArg == null && from == 0) left = pl;
830
- if (rightPos.top - leftPos.top > 3) { // Different lines, draw top part
831
- add(left, leftPos.top, null, leftPos.bottom);
832
- left = pl;
833
- if (leftPos.bottom < rightPos.top) add(left, leftPos.bottom, null, rightPos.top);
834
- }
835
- if (toArg == null && to == lineLen) right = clientWidth;
836
- if (!start || leftPos.top < start.top || leftPos.top == start.top && leftPos.left < start.left)
837
- start = leftPos;
838
- if (!end || rightPos.bottom > end.bottom || rightPos.bottom == end.bottom && rightPos.right > end.right)
839
- end = rightPos;
840
- if (left < pl + 1) left = pl;
841
- add(left, rightPos.top, right - left, rightPos.bottom);
842
- });
843
- return {start: start, end: end};
844
- }
845
-
846
- if (sel.from.line == sel.to.line) {
847
- drawForLine(sel.from.line, sel.from.ch, sel.to.ch);
848
- } else {
849
- var fromLine = getLine(doc, sel.from.line), toLine = getLine(doc, sel.to.line);
850
- var singleVLine = visualLine(doc, fromLine) == visualLine(doc, toLine);
851
- var leftEnd = drawForLine(sel.from.line, sel.from.ch, singleVLine ? fromLine.text.length : null).end;
852
- var rightStart = drawForLine(sel.to.line, singleVLine ? 0 : null, sel.to.ch).start;
853
- if (singleVLine) {
854
- if (leftEnd.top < rightStart.top - 2) {
855
- add(leftEnd.right, leftEnd.top, null, leftEnd.bottom);
856
- add(pl, rightStart.top, rightStart.left, rightStart.bottom);
857
- } else {
858
- add(leftEnd.right, leftEnd.top, rightStart.left - leftEnd.right, leftEnd.bottom);
859
- }
860
- }
861
- if (leftEnd.bottom < rightStart.top)
862
- add(pl, leftEnd.bottom, null, rightStart.top);
863
- }
864
-
865
- removeChildrenAndAdd(display.selectionDiv, fragment);
866
- display.selectionDiv.style.display = "";
867
- }
868
-
869
- // Cursor-blinking
870
- function restartBlink(cm) {
871
- if (!cm.state.focused) return;
872
- var display = cm.display;
873
- clearInterval(display.blinker);
874
- var on = true;
875
- display.cursor.style.visibility = display.otherCursor.style.visibility = "";
876
- display.blinker = setInterval(function() {
877
- display.cursor.style.visibility = display.otherCursor.style.visibility = (on = !on) ? "" : "hidden";
878
- }, cm.options.cursorBlinkRate);
879
- }
880
-
881
- // HIGHLIGHT WORKER
882
-
883
- function startWorker(cm, time) {
884
- if (cm.doc.mode.startState && cm.doc.frontier < cm.display.showingTo)
885
- cm.state.highlight.set(time, bind(highlightWorker, cm));
886
- }
887
-
888
- function highlightWorker(cm) {
889
- var doc = cm.doc;
890
- if (doc.frontier < doc.first) doc.frontier = doc.first;
891
- if (doc.frontier >= cm.display.showingTo) return;
892
- var end = +new Date + cm.options.workTime;
893
- var state = copyState(doc.mode, getStateBefore(cm, doc.frontier));
894
- var changed = [], prevChange;
895
- doc.iter(doc.frontier, Math.min(doc.first + doc.size, cm.display.showingTo + 500), function(line) {
896
- if (doc.frontier >= cm.display.showingFrom) { // Visible
897
- var oldStyles = line.styles;
898
- line.styles = highlightLine(cm, line, state);
899
- var ischange = !oldStyles || oldStyles.length != line.styles.length;
900
- for (var i = 0; !ischange && i < oldStyles.length; ++i) ischange = oldStyles[i] != line.styles[i];
901
- if (ischange) {
902
- if (prevChange && prevChange.end == doc.frontier) prevChange.end++;
903
- else changed.push(prevChange = {start: doc.frontier, end: doc.frontier + 1});
904
- }
905
- line.stateAfter = copyState(doc.mode, state);
906
- } else {
907
- processLine(cm, line, state);
908
- line.stateAfter = doc.frontier % 5 == 0 ? copyState(doc.mode, state) : null;
909
- }
910
- ++doc.frontier;
911
- if (+new Date > end) {
912
- startWorker(cm, cm.options.workDelay);
913
- return true;
914
- }
915
- });
916
- if (changed.length)
917
- operation(cm, function() {
918
- for (var i = 0; i < changed.length; ++i)
919
- regChange(this, changed[i].start, changed[i].end);
920
- })();
921
- }
922
-
923
- // Finds the line to start with when starting a parse. Tries to
924
- // find a line with a stateAfter, so that it can start with a
925
- // valid state. If that fails, it returns the line with the
926
- // smallest indentation, which tends to need the least context to
927
- // parse correctly.
928
- function findStartLine(cm, n, precise) {
929
- var minindent, minline, doc = cm.doc;
930
- for (var search = n, lim = n - 100; search > lim; --search) {
931
- if (search <= doc.first) return doc.first;
932
- var line = getLine(doc, search - 1);
933
- if (line.stateAfter && (!precise || search <= doc.frontier)) return search;
934
- var indented = countColumn(line.text, null, cm.options.tabSize);
935
- if (minline == null || minindent > indented) {
936
- minline = search - 1;
937
- minindent = indented;
938
- }
939
- }
940
- return minline;
941
- }
942
-
943
- function getStateBefore(cm, n, precise) {
944
- var doc = cm.doc, display = cm.display;
945
- if (!doc.mode.startState) return true;
946
- var pos = findStartLine(cm, n, precise), state = pos > doc.first && getLine(doc, pos-1).stateAfter;
947
- if (!state) state = startState(doc.mode);
948
- else state = copyState(doc.mode, state);
949
- doc.iter(pos, n, function(line) {
950
- processLine(cm, line, state);
951
- var save = pos == n - 1 || pos % 5 == 0 || pos >= display.showingFrom && pos < display.showingTo;
952
- line.stateAfter = save ? copyState(doc.mode, state) : null;
953
- ++pos;
954
- });
955
- return state;
956
- }
957
-
958
- // POSITION MEASUREMENT
959
-
960
- function paddingTop(display) {return display.lineSpace.offsetTop;}
961
- function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;}
962
- function paddingLeft(display) {
963
- var e = removeChildrenAndAdd(display.measure, elt("pre", null, null, "text-align: left")).appendChild(elt("span", "x"));
964
- return e.offsetLeft;
965
- }
966
-
967
- function measureChar(cm, line, ch, data, bias) {
968
- var dir = -1;
969
- data = data || measureLine(cm, line);
970
-
971
- for (var pos = ch;; pos += dir) {
972
- var r = data[pos];
973
- if (r) break;
974
- if (dir < 0 && pos == 0) dir = 1;
975
- }
976
- bias = pos > ch ? "left" : pos < ch ? "right" : bias;
977
- if (bias == "left" && r.leftSide) r = r.leftSide;
978
- else if (bias == "right" && r.rightSide) r = r.rightSide;
979
- return {left: pos < ch ? r.right : r.left,
980
- right: pos > ch ? r.left : r.right,
981
- top: r.top,
982
- bottom: r.bottom};
983
- }
984
-
985
- function findCachedMeasurement(cm, line) {
986
- var cache = cm.display.measureLineCache;
987
- for (var i = 0; i < cache.length; ++i) {
988
- var memo = cache[i];
989
- if (memo.text == line.text && memo.markedSpans == line.markedSpans &&
990
- cm.display.scroller.clientWidth == memo.width &&
991
- memo.classes == line.textClass + "|" + line.bgClass + "|" + line.wrapClass)
992
- return memo;
993
- }
994
- }
995
-
996
- function clearCachedMeasurement(cm, line) {
997
- var exists = findCachedMeasurement(cm, line);
998
- if (exists) exists.text = exists.measure = exists.markedSpans = null;
999
- }
1000
-
1001
- function measureLine(cm, line) {
1002
- // First look in the cache
1003
- var cached = findCachedMeasurement(cm, line);
1004
- if (cached) return cached.measure;
1005
-
1006
- // Failing that, recompute and store result in cache
1007
- var measure = measureLineInner(cm, line);
1008
- var cache = cm.display.measureLineCache;
1009
- var memo = {text: line.text, width: cm.display.scroller.clientWidth,
1010
- markedSpans: line.markedSpans, measure: measure,
1011
- classes: line.textClass + "|" + line.bgClass + "|" + line.wrapClass};
1012
- if (cache.length == 16) cache[++cm.display.measureLineCachePos % 16] = memo;
1013
- else cache.push(memo);
1014
- return measure;
1015
- }
1016
-
1017
- function measureLineInner(cm, line) {
1018
- var display = cm.display, measure = emptyArray(line.text.length);
1019
- var pre = lineContent(cm, line, measure, true);
1020
-
1021
- // IE does not cache element positions of inline elements between
1022
- // calls to getBoundingClientRect. This makes the loop below,
1023
- // which gathers the positions of all the characters on the line,
1024
- // do an amount of layout work quadratic to the number of
1025
- // characters. When line wrapping is off, we try to improve things
1026
- // by first subdividing the line into a bunch of inline blocks, so
1027
- // that IE can reuse most of the layout information from caches
1028
- // for those blocks. This does interfere with line wrapping, so it
1029
- // doesn't work when wrapping is on, but in that case the
1030
- // situation is slightly better, since IE does cache line-wrapping
1031
- // information and only recomputes per-line.
1032
- if (ie && !ie_lt8 && !cm.options.lineWrapping && pre.childNodes.length > 100) {
1033
- var fragment = document.createDocumentFragment();
1034
- var chunk = 10, n = pre.childNodes.length;
1035
- for (var i = 0, chunks = Math.ceil(n / chunk); i < chunks; ++i) {
1036
- var wrap = elt("div", null, null, "display: inline-block");
1037
- for (var j = 0; j < chunk && n; ++j) {
1038
- wrap.appendChild(pre.firstChild);
1039
- --n;
1040
- }
1041
- fragment.appendChild(wrap);
1042
- }
1043
- pre.appendChild(fragment);
1044
- }
1045
-
1046
- removeChildrenAndAdd(display.measure, pre);
1047
-
1048
- var outer = getRect(display.lineDiv);
1049
- var vranges = [], data = emptyArray(line.text.length), maxBot = pre.offsetHeight;
1050
- // Work around an IE7/8 bug where it will sometimes have randomly
1051
- // replaced our pre with a clone at this point.
1052
- if (ie_lt9 && display.measure.first != pre)
1053
- removeChildrenAndAdd(display.measure, pre);
1054
-
1055
- function measureRect(rect) {
1056
- var top = rect.top - outer.top, bot = rect.bottom - outer.top;
1057
- if (bot > maxBot) bot = maxBot;
1058
- if (top < 0) top = 0;
1059
- for (var i = vranges.length - 2; i >= 0; i -= 2) {
1060
- var rtop = vranges[i], rbot = vranges[i+1];
1061
- if (rtop > bot || rbot < top) continue;
1062
- if (rtop <= top && rbot >= bot ||
1063
- top <= rtop && bot >= rbot ||
1064
- Math.min(bot, rbot) - Math.max(top, rtop) >= (bot - top) >> 1) {
1065
- vranges[i] = Math.min(top, rtop);
1066
- vranges[i+1] = Math.max(bot, rbot);
1067
- break;
1068
- }
1069
- }
1070
- if (i < 0) { i = vranges.length; vranges.push(top, bot); }
1071
- return {left: rect.left - outer.left,
1072
- right: rect.right - outer.left,
1073
- top: i, bottom: null};
1074
- }
1075
- function finishRect(rect) {
1076
- rect.bottom = vranges[rect.top+1];
1077
- rect.top = vranges[rect.top];
1078
- }
1079
-
1080
- for (var i = 0, cur; i < measure.length; ++i) if (cur = measure[i]) {
1081
- var node = cur, rect = null;
1082
- // A widget might wrap, needs special care
1083
- if (/\bCodeMirror-widget\b/.test(cur.className) && cur.getClientRects) {
1084
- if (cur.firstChild.nodeType == 1) node = cur.firstChild;
1085
- var rects = node.getClientRects();
1086
- if (rects.length > 1) {
1087
- rect = data[i] = measureRect(rects[0]);
1088
- rect.rightSide = measureRect(rects[rects.length - 1]);
1089
- }
1090
- }
1091
- if (!rect) rect = data[i] = measureRect(getRect(node));
1092
- if (cur.measureRight) rect.right = getRect(cur.measureRight).left;
1093
- if (cur.leftSide) rect.leftSide = measureRect(getRect(cur.leftSide));
1094
- }
1095
- for (var i = 0, cur; i < data.length; ++i) if (cur = data[i]) {
1096
- finishRect(cur);
1097
- if (cur.leftSide) finishRect(cur.leftSide);
1098
- if (cur.rightSide) finishRect(cur.rightSide);
1099
- }
1100
- return data;
1101
- }
1102
-
1103
- function measureLineWidth(cm, line) {
1104
- var hasBadSpan = false;
1105
- if (line.markedSpans) for (var i = 0; i < line.markedSpans; ++i) {
1106
- var sp = line.markedSpans[i];
1107
- if (sp.collapsed && (sp.to == null || sp.to == line.text.length)) hasBadSpan = true;
1108
- }
1109
- var cached = !hasBadSpan && findCachedMeasurement(cm, line);
1110
- if (cached) return measureChar(cm, line, line.text.length, cached.measure, "right").right;
1111
-
1112
- var pre = lineContent(cm, line, null, true);
1113
- var end = pre.appendChild(zeroWidthElement(cm.display.measure));
1114
- removeChildrenAndAdd(cm.display.measure, pre);
1115
- return getRect(end).right - getRect(cm.display.lineDiv).left;
1116
- }
1117
-
1118
- function clearCaches(cm) {
1119
- cm.display.measureLineCache.length = cm.display.measureLineCachePos = 0;
1120
- cm.display.cachedCharWidth = cm.display.cachedTextHeight = null;
1121
- if (!cm.options.lineWrapping) cm.display.maxLineChanged = true;
1122
- cm.display.lineNumChars = null;
1123
- }
1124
-
1125
- function pageScrollX() { return window.pageXOffset || (document.documentElement || document.body).scrollLeft; }
1126
- function pageScrollY() { return window.pageYOffset || (document.documentElement || document.body).scrollTop; }
1127
-
1128
- // Context is one of "line", "div" (display.lineDiv), "local"/null (editor), or "page"
1129
- function intoCoordSystem(cm, lineObj, rect, context) {
1130
- if (lineObj.widgets) for (var i = 0; i < lineObj.widgets.length; ++i) if (lineObj.widgets[i].above) {
1131
- var size = widgetHeight(lineObj.widgets[i]);
1132
- rect.top += size; rect.bottom += size;
1133
- }
1134
- if (context == "line") return rect;
1135
- if (!context) context = "local";
1136
- var yOff = heightAtLine(cm, lineObj);
1137
- if (context == "local") yOff += paddingTop(cm.display);
1138
- else yOff -= cm.display.viewOffset;
1139
- if (context == "page" || context == "window") {
1140
- var lOff = getRect(cm.display.lineSpace);
1141
- yOff += lOff.top + (context == "window" ? 0 : pageScrollY());
1142
- var xOff = lOff.left + (context == "window" ? 0 : pageScrollX());
1143
- rect.left += xOff; rect.right += xOff;
1144
- }
1145
- rect.top += yOff; rect.bottom += yOff;
1146
- return rect;
1147
- }
1148
-
1149
- // Context may be "window", "page", "div", or "local"/null
1150
- // Result is in "div" coords
1151
- function fromCoordSystem(cm, coords, context) {
1152
- if (context == "div") return coords;
1153
- var left = coords.left, top = coords.top;
1154
- // First move into "page" coordinate system
1155
- if (context == "page") {
1156
- left -= pageScrollX();
1157
- top -= pageScrollY();
1158
- } else if (context == "local" || !context) {
1159
- var localBox = getRect(cm.display.sizer);
1160
- left += localBox.left;
1161
- top += localBox.top;
1162
- }
1163
-
1164
- var lineSpaceBox = getRect(cm.display.lineSpace);
1165
- return {left: left - lineSpaceBox.left, top: top - lineSpaceBox.top};
1166
- }
1167
-
1168
- function charCoords(cm, pos, context, lineObj, bias) {
1169
- if (!lineObj) lineObj = getLine(cm.doc, pos.line);
1170
- return intoCoordSystem(cm, lineObj, measureChar(cm, lineObj, pos.ch, null, bias), context);
1171
- }
1172
-
1173
- function cursorCoords(cm, pos, context, lineObj, measurement) {
1174
- lineObj = lineObj || getLine(cm.doc, pos.line);
1175
- if (!measurement) measurement = measureLine(cm, lineObj);
1176
- function get(ch, right) {
1177
- var m = measureChar(cm, lineObj, ch, measurement, right ? "right" : "left");
1178
- if (right) m.left = m.right; else m.right = m.left;
1179
- return intoCoordSystem(cm, lineObj, m, context);
1180
- }
1181
- function getBidi(ch, partPos) {
1182
- var part = order[partPos], right = part.level % 2;
1183
- if (ch == bidiLeft(part) && partPos && part.level < order[partPos - 1].level) {
1184
- part = order[--partPos];
1185
- ch = bidiRight(part) - (part.level % 2 ? 0 : 1);
1186
- right = true;
1187
- } else if (ch == bidiRight(part) && partPos < order.length - 1 && part.level < order[partPos + 1].level) {
1188
- part = order[++partPos];
1189
- ch = bidiLeft(part) - part.level % 2;
1190
- right = false;
1191
- }
1192
- if (right && ch == part.to && ch > part.from) return get(ch - 1);
1193
- return get(ch, right);
1194
- }
1195
- var order = getOrder(lineObj), ch = pos.ch;
1196
- if (!order) return get(ch);
1197
- var partPos = getBidiPartAt(order, ch);
1198
- var val = getBidi(ch, partPos);
1199
- if (bidiOther != null) val.other = getBidi(ch, bidiOther);
1200
- return val;
1201
- }
1202
-
1203
- function PosWithInfo(line, ch, outside, xRel) {
1204
- var pos = new Pos(line, ch);
1205
- pos.xRel = xRel;
1206
- if (outside) pos.outside = true;
1207
- return pos;
1208
- }
1209
-
1210
- // Coords must be lineSpace-local
1211
- function coordsChar(cm, x, y) {
1212
- var doc = cm.doc;
1213
- y += cm.display.viewOffset;
1214
- if (y < 0) return PosWithInfo(doc.first, 0, true, -1);
1215
- var lineNo = lineAtHeight(doc, y), last = doc.first + doc.size - 1;
1216
- if (lineNo > last)
1217
- return PosWithInfo(doc.first + doc.size - 1, getLine(doc, last).text.length, true, 1);
1218
- if (x < 0) x = 0;
1219
-
1220
- for (;;) {
1221
- var lineObj = getLine(doc, lineNo);
1222
- var found = coordsCharInner(cm, lineObj, lineNo, x, y);
1223
- var merged = collapsedSpanAtEnd(lineObj);
1224
- var mergedPos = merged && merged.find();
1225
- if (merged && (found.ch > mergedPos.from.ch || found.ch == mergedPos.from.ch && found.xRel > 0))
1226
- lineNo = mergedPos.to.line;
1227
- else
1228
- return found;
1229
- }
1230
- }
1231
-
1232
- function coordsCharInner(cm, lineObj, lineNo, x, y) {
1233
- var innerOff = y - heightAtLine(cm, lineObj);
1234
- var wrongLine = false, adjust = 2 * cm.display.wrapper.clientWidth;
1235
- var measurement = measureLine(cm, lineObj);
1236
-
1237
- function getX(ch) {
1238
- var sp = cursorCoords(cm, Pos(lineNo, ch), "line",
1239
- lineObj, measurement);
1240
- wrongLine = true;
1241
- if (innerOff > sp.bottom) return sp.left - adjust;
1242
- else if (innerOff < sp.top) return sp.left + adjust;
1243
- else wrongLine = false;
1244
- return sp.left;
1245
- }
1246
-
1247
- var bidi = getOrder(lineObj), dist = lineObj.text.length;
1248
- var from = lineLeft(lineObj), to = lineRight(lineObj);
1249
- var fromX = getX(from), fromOutside = wrongLine, toX = getX(to), toOutside = wrongLine;
1250
-
1251
- if (x > toX) return PosWithInfo(lineNo, to, toOutside, 1);
1252
- // Do a binary search between these bounds.
1253
- for (;;) {
1254
- if (bidi ? to == from || to == moveVisually(lineObj, from, 1) : to - from <= 1) {
1255
- var ch = x < fromX || x - fromX <= toX - x ? from : to;
1256
- var xDiff = x - (ch == from ? fromX : toX);
1257
- while (isExtendingChar.test(lineObj.text.charAt(ch))) ++ch;
1258
- var pos = PosWithInfo(lineNo, ch, ch == from ? fromOutside : toOutside,
1259
- xDiff < 0 ? -1 : xDiff ? 1 : 0);
1260
- return pos;
1261
- }
1262
- var step = Math.ceil(dist / 2), middle = from + step;
1263
- if (bidi) {
1264
- middle = from;
1265
- for (var i = 0; i < step; ++i) middle = moveVisually(lineObj, middle, 1);
1266
- }
1267
- var middleX = getX(middle);
1268
- if (middleX > x) {to = middle; toX = middleX; if (toOutside = wrongLine) toX += 1000; dist = step;}
1269
- else {from = middle; fromX = middleX; fromOutside = wrongLine; dist -= step;}
1270
- }
1271
- }
1272
-
1273
- var measureText;
1274
- function textHeight(display) {
1275
- if (display.cachedTextHeight != null) return display.cachedTextHeight;
1276
- if (measureText == null) {
1277
- measureText = elt("pre");
1278
- // Measure a bunch of lines, for browsers that compute
1279
- // fractional heights.
1280
- for (var i = 0; i < 49; ++i) {
1281
- measureText.appendChild(document.createTextNode("x"));
1282
- measureText.appendChild(elt("br"));
1283
- }
1284
- measureText.appendChild(document.createTextNode("x"));
1285
- }
1286
- removeChildrenAndAdd(display.measure, measureText);
1287
- var height = measureText.offsetHeight / 50;
1288
- if (height > 3) display.cachedTextHeight = height;
1289
- removeChildren(display.measure);
1290
- return height || 1;
1291
- }
1292
-
1293
- function charWidth(display) {
1294
- if (display.cachedCharWidth != null) return display.cachedCharWidth;
1295
- var anchor = elt("span", "x");
1296
- var pre = elt("pre", [anchor]);
1297
- removeChildrenAndAdd(display.measure, pre);
1298
- var width = anchor.offsetWidth;
1299
- if (width > 2) display.cachedCharWidth = width;
1300
- return width || 10;
1301
- }
1302
-
1303
- // OPERATIONS
1304
-
1305
- // Operations are used to wrap changes in such a way that each
1306
- // change won't have to update the cursor and display (which would
1307
- // be awkward, slow, and error-prone), but instead updates are
1308
- // batched and then all combined and executed at once.
1309
-
1310
- var nextOpId = 0;
1311
- function startOperation(cm) {
1312
- cm.curOp = {
1313
- // An array of ranges of lines that have to be updated. See
1314
- // updateDisplay.
1315
- changes: [],
1316
- forceUpdate: false,
1317
- updateInput: null,
1318
- userSelChange: null,
1319
- textChanged: null,
1320
- selectionChanged: false,
1321
- cursorActivity: false,
1322
- updateMaxLine: false,
1323
- updateScrollPos: false,
1324
- id: ++nextOpId
1325
- };
1326
- if (!delayedCallbackDepth++) delayedCallbacks = [];
1327
- }
1328
-
1329
- function endOperation(cm) {
1330
- var op = cm.curOp, doc = cm.doc, display = cm.display;
1331
- cm.curOp = null;
1332
-
1333
- if (op.updateMaxLine) computeMaxLength(cm);
1334
- if (display.maxLineChanged && !cm.options.lineWrapping && display.maxLine) {
1335
- var width = measureLineWidth(cm, display.maxLine);
1336
- display.sizer.style.minWidth = Math.max(0, width + 3 + scrollerCutOff) + "px";
1337
- display.maxLineChanged = false;
1338
- var maxScrollLeft = Math.max(0, display.sizer.offsetLeft + display.sizer.offsetWidth - display.scroller.clientWidth);
1339
- if (maxScrollLeft < doc.scrollLeft && !op.updateScrollPos)
1340
- setScrollLeft(cm, Math.min(display.scroller.scrollLeft, maxScrollLeft), true);
1341
- }
1342
- var newScrollPos, updated;
1343
- if (op.updateScrollPos) {
1344
- newScrollPos = op.updateScrollPos;
1345
- } else if (op.selectionChanged && display.scroller.clientHeight) { // don't rescroll if not visible
1346
- var coords = cursorCoords(cm, doc.sel.head);
1347
- newScrollPos = calculateScrollPos(cm, coords.left, coords.top, coords.left, coords.bottom);
1348
- }
1349
- if (op.changes.length || op.forceUpdate || newScrollPos && newScrollPos.scrollTop != null) {
1350
- updated = updateDisplay(cm, op.changes, newScrollPos && newScrollPos.scrollTop, op.forceUpdate);
1351
- if (cm.display.scroller.offsetHeight) cm.doc.scrollTop = cm.display.scroller.scrollTop;
1352
- }
1353
- if (!updated && op.selectionChanged) updateSelection(cm);
1354
- if (op.updateScrollPos) {
1355
- display.scroller.scrollTop = display.scrollbarV.scrollTop = doc.scrollTop = newScrollPos.scrollTop;
1356
- display.scroller.scrollLeft = display.scrollbarH.scrollLeft = doc.scrollLeft = newScrollPos.scrollLeft;
1357
- alignHorizontally(cm);
1358
- if (op.scrollToPos)
1359
- scrollPosIntoView(cm, clipPos(cm.doc, op.scrollToPos), op.scrollToPosMargin);
1360
- } else if (newScrollPos) {
1361
- scrollCursorIntoView(cm);
1362
- }
1363
- if (op.selectionChanged) restartBlink(cm);
1364
-
1365
- if (cm.state.focused && op.updateInput)
1366
- resetInput(cm, op.userSelChange);
1367
-
1368
- var hidden = op.maybeHiddenMarkers, unhidden = op.maybeUnhiddenMarkers;
1369
- if (hidden) for (var i = 0; i < hidden.length; ++i)
1370
- if (!hidden[i].lines.length) signal(hidden[i], "hide");
1371
- if (unhidden) for (var i = 0; i < unhidden.length; ++i)
1372
- if (unhidden[i].lines.length) signal(unhidden[i], "unhide");
1373
-
1374
- var delayed;
1375
- if (!--delayedCallbackDepth) {
1376
- delayed = delayedCallbacks;
1377
- delayedCallbacks = null;
1378
- }
1379
- if (op.textChanged)
1380
- signal(cm, "change", cm, op.textChanged);
1381
- if (op.cursorActivity) signal(cm, "cursorActivity", cm);
1382
- if (delayed) for (var i = 0; i < delayed.length; ++i) delayed[i]();
1383
- }
1384
-
1385
- // Wraps a function in an operation. Returns the wrapped function.
1386
- function operation(cm1, f) {
1387
- return function() {
1388
- var cm = cm1 || this, withOp = !cm.curOp;
1389
- if (withOp) startOperation(cm);
1390
- try { var result = f.apply(cm, arguments); }
1391
- finally { if (withOp) endOperation(cm); }
1392
- return result;
1393
- };
1394
- }
1395
- function docOperation(f) {
1396
- return function() {
1397
- var withOp = this.cm && !this.cm.curOp, result;
1398
- if (withOp) startOperation(this.cm);
1399
- try { result = f.apply(this, arguments); }
1400
- finally { if (withOp) endOperation(this.cm); }
1401
- return result;
1402
- };
1403
- }
1404
- function runInOp(cm, f) {
1405
- var withOp = !cm.curOp, result;
1406
- if (withOp) startOperation(cm);
1407
- try { result = f(); }
1408
- finally { if (withOp) endOperation(cm); }
1409
- return result;
1410
- }
1411
-
1412
- function regChange(cm, from, to, lendiff) {
1413
- if (from == null) from = cm.doc.first;
1414
- if (to == null) to = cm.doc.first + cm.doc.size;
1415
- cm.curOp.changes.push({from: from, to: to, diff: lendiff});
1416
- }
1417
-
1418
- // INPUT HANDLING
1419
-
1420
- function slowPoll(cm) {
1421
- if (cm.display.pollingFast) return;
1422
- cm.display.poll.set(cm.options.pollInterval, function() {
1423
- readInput(cm);
1424
- if (cm.state.focused) slowPoll(cm);
1425
- });
1426
- }
1427
-
1428
- function fastPoll(cm) {
1429
- var missed = false;
1430
- cm.display.pollingFast = true;
1431
- function p() {
1432
- var changed = readInput(cm);
1433
- if (!changed && !missed) {missed = true; cm.display.poll.set(60, p);}
1434
- else {cm.display.pollingFast = false; slowPoll(cm);}
1435
- }
1436
- cm.display.poll.set(20, p);
1437
- }
1438
-
1439
- // prevInput is a hack to work with IME. If we reset the textarea
1440
- // on every change, that breaks IME. So we look for changes
1441
- // compared to the previous content instead. (Modern browsers have
1442
- // events that indicate IME taking place, but these are not widely
1443
- // supported or compatible enough yet to rely on.)
1444
- function readInput(cm) {
1445
- var input = cm.display.input, prevInput = cm.display.prevInput, doc = cm.doc, sel = doc.sel;
1446
- if (!cm.state.focused || hasSelection(input) || isReadOnly(cm) || cm.state.disableInput) return false;
1447
- var text = input.value;
1448
- if (text == prevInput && posEq(sel.from, sel.to)) return false;
1449
- if (ie && !ie_lt9 && cm.display.inputHasSelection === text) {
1450
- resetInput(cm, true);
1451
- return false;
1452
- }
1453
-
1454
- var withOp = !cm.curOp;
1455
- if (withOp) startOperation(cm);
1456
- sel.shift = false;
1457
- var same = 0, l = Math.min(prevInput.length, text.length);
1458
- while (same < l && prevInput.charCodeAt(same) == text.charCodeAt(same)) ++same;
1459
- var from = sel.from, to = sel.to;
1460
- if (same < prevInput.length)
1461
- from = Pos(from.line, from.ch - (prevInput.length - same));
1462
- else if (cm.state.overwrite && posEq(from, to) && !cm.state.pasteIncoming)
1463
- to = Pos(to.line, Math.min(getLine(doc, to.line).text.length, to.ch + (text.length - same)));
1464
-
1465
- var updateInput = cm.curOp.updateInput;
1466
- var changeEvent = {from: from, to: to, text: splitLines(text.slice(same)),
1467
- origin: cm.state.pasteIncoming ? "paste" : "+input"};
1468
- makeChange(cm.doc, changeEvent, "end");
1469
- cm.curOp.updateInput = updateInput;
1470
- signalLater(cm, "inputRead", cm, changeEvent);
1471
-
1472
- if (text.length > 1000 || text.indexOf("\n") > -1) input.value = cm.display.prevInput = "";
1473
- else cm.display.prevInput = text;
1474
- if (withOp) endOperation(cm);
1475
- cm.state.pasteIncoming = false;
1476
- return true;
1477
- }
1478
-
1479
- function resetInput(cm, user) {
1480
- var minimal, selected, doc = cm.doc;
1481
- if (!posEq(doc.sel.from, doc.sel.to)) {
1482
- cm.display.prevInput = "";
1483
- minimal = hasCopyEvent &&
1484
- (doc.sel.to.line - doc.sel.from.line > 100 || (selected = cm.getSelection()).length > 1000);
1485
- var content = minimal ? "-" : selected || cm.getSelection();
1486
- cm.display.input.value = content;
1487
- if (cm.state.focused) selectInput(cm.display.input);
1488
- if (ie && !ie_lt9) cm.display.inputHasSelection = content;
1489
- } else if (user) {
1490
- cm