Version Description
- Enhancement - Remove empty header
- Enhancement - Move some options to another tabs
- Enhancement - Add explanation for some options
- Enhancement - More information in admin bar panel
- Fix - Some symbols in URL
- Fix - Other fixes
Download this release
Release Info
Developer | RazyRx |
Plugin | Advanced AJAX Product Filters |
Version | 1.5.2.8 |
Comparing to | |
See all releases |
Code changes from version 1.5.2.7 to 1.5.2.8
- addons/deprecated_filters/filter_post.php +1 -1
- assets/admin/css/admin.css +51 -8
- assets/admin/js/admin.js +10 -0
- assets/frontend/js/fullmain.min.js +7 -7
- assets/frontend/js/main.js +3 -2
- assets/frontend/js/main.min.js +2 -2
- berocket/framework.php +13 -3
- berocket/framework_version.php +1 -1
- includes/admin/admin_bar.php +103 -3
- includes/admin/tutorial.php +318 -0
- includes/filters/dynamic_data_template.php +26 -0
- languages/BeRocket_AJAX_domain-ru_RU.mo +0 -0
- languages/BeRocket_AJAX_domain-ru_RU.po +3119 -2712
- languages/BeRocket_AJAX_domain.pot +2153 -1813
- main.php +239 -116
- readme.txt +9 -1
- templates/color_ajax.php +1 -1
- templates/settings/{design.php → design_title_styles.php} +3 -31
addons/deprecated_filters/filter_post.php
CHANGED
@@ -298,7 +298,7 @@ jQuery(document).on("click", ".berocket_aapf_widget_content_show", function(e) {
|
|
298 |
<br />
|
299 |
<label>
|
300 |
<input class="braapf_show_last_to_infinity" type="checkbox" name="<?php echo $post_name.'[show_last_to_infinity]'; ?>" <?php if ( ! empty($instance['show_last_to_infinity']) ) echo 'checked'; ?> value="1" />
|
301 |
-
<?php _e('Replace the last range value with
|
302 |
</label>
|
303 |
<br />
|
304 |
<label class="braapf_to_infinity_text"<?php if ( empty($instance['show_last_to_infinity']) ) echo 'style="display:none;"'; ?>>
|
298 |
<br />
|
299 |
<label>
|
300 |
<input class="braapf_show_last_to_infinity" type="checkbox" name="<?php echo $post_name.'[show_last_to_infinity]'; ?>" <?php if ( ! empty($instance['show_last_to_infinity']) ) echo 'checked'; ?> value="1" />
|
301 |
+
<?php _e('Replace the last range value with the infinity symbol', 'BeRocket_AJAX_domain') ?>
|
302 |
</label>
|
303 |
<br />
|
304 |
<label class="braapf_to_infinity_text"<?php if ( empty($instance['show_last_to_infinity']) ) echo 'style="display:none;"'; ?>>
|
assets/admin/css/admin.css
CHANGED
@@ -453,29 +453,29 @@ td.br_colorpicker_field.colorpicker_removed:after {
|
|
453 |
vertical-align: middle;
|
454 |
}
|
455 |
.berocket_group_is_hide_theme_option_slider {
|
456 |
-
height: 80px;
|
457 |
overflow-y: hidden;
|
458 |
overflow-x: auto;
|
459 |
white-space: nowrap;
|
460 |
width: 960px;
|
461 |
max-width: 100%;
|
462 |
display: flex;
|
463 |
-
align-items:
|
464 |
padding-top: 4px;
|
465 |
padding-bottom: 4px;
|
466 |
}
|
467 |
.berocket_group_is_hide_theme_option_slider div {
|
468 |
-
display:
|
469 |
width: 240px;
|
470 |
box-sizing: border-box;
|
471 |
padding: 0 10px;
|
472 |
-
align-items:
|
473 |
}
|
474 |
.berocket_group_is_hide_theme_option_slider div label {
|
475 |
display: flex;
|
476 |
padding: 0;
|
477 |
font-size: 0;
|
478 |
-
height: 62px;
|
479 |
border: 3px solid transparent;
|
480 |
border-radius: 3px;
|
481 |
width: 220px;
|
@@ -483,6 +483,7 @@ td.br_colorpicker_field.colorpicker_removed:after {
|
|
483 |
text-align: center;
|
484 |
justify-content: center;
|
485 |
transition: all 0.2s;
|
|
|
486 |
}
|
487 |
.berocket_group_is_hide_theme_option_slider div label:hover {
|
488 |
border-color: #e8ebf1;
|
@@ -494,6 +495,10 @@ td.br_colorpicker_field.colorpicker_removed:after {
|
|
494 |
padding: 0;
|
495 |
margin: 0;
|
496 |
}
|
|
|
|
|
|
|
|
|
497 |
.berocket_group_is_hide_theme_option_slider.icon_size div {
|
498 |
width: 88px;
|
499 |
}
|
@@ -502,13 +507,21 @@ td.br_colorpicker_field.colorpicker_removed:after {
|
|
502 |
}
|
503 |
|
504 |
.berocket_group_is_hide_theme_option_slider.slider_shadow {
|
505 |
-
height: 160px;
|
506 |
}
|
507 |
.berocket_group_is_hide_theme_option_slider.slider_shadow div label{
|
508 |
-
height: 151px;
|
|
|
|
|
|
|
|
|
|
|
509 |
}
|
510 |
.berocket_group_is_hide_theme_option_slider.slider_shadow div label img{
|
511 |
-
|
|
|
|
|
|
|
512 |
}
|
513 |
/*Filters Group*/
|
514 |
.button.berocket_add_filter_to_group {
|
@@ -617,4 +630,34 @@ td.br_colorpicker_field.colorpicker_removed:after {
|
|
617 |
}
|
618 |
.tr_out_of_stock_variable td label{
|
619 |
display: block;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
}
|
453 |
vertical-align: middle;
|
454 |
}
|
455 |
.berocket_group_is_hide_theme_option_slider {
|
456 |
+
min-height: 80px;
|
457 |
overflow-y: hidden;
|
458 |
overflow-x: auto;
|
459 |
white-space: nowrap;
|
460 |
width: 960px;
|
461 |
max-width: 100%;
|
462 |
display: flex;
|
463 |
+
align-items: stretch;
|
464 |
padding-top: 4px;
|
465 |
padding-bottom: 4px;
|
466 |
}
|
467 |
.berocket_group_is_hide_theme_option_slider div {
|
468 |
+
display: flex;
|
469 |
width: 240px;
|
470 |
box-sizing: border-box;
|
471 |
padding: 0 10px;
|
472 |
+
align-items: stretch;
|
473 |
}
|
474 |
.berocket_group_is_hide_theme_option_slider div label {
|
475 |
display: flex;
|
476 |
padding: 0;
|
477 |
font-size: 0;
|
478 |
+
min-height: 62px;
|
479 |
border: 3px solid transparent;
|
480 |
border-radius: 3px;
|
481 |
width: 220px;
|
483 |
text-align: center;
|
484 |
justify-content: center;
|
485 |
transition: all 0.2s;
|
486 |
+
flex-direction: column;
|
487 |
}
|
488 |
.berocket_group_is_hide_theme_option_slider div label:hover {
|
489 |
border-color: #e8ebf1;
|
495 |
padding: 0;
|
496 |
margin: 0;
|
497 |
}
|
498 |
+
.berocket_group_is_hide_theme_option_slider.icon_size {
|
499 |
+
height: 68px;
|
500 |
+
min-height: 68px;
|
501 |
+
}
|
502 |
.berocket_group_is_hide_theme_option_slider.icon_size div {
|
503 |
width: 88px;
|
504 |
}
|
507 |
}
|
508 |
|
509 |
.berocket_group_is_hide_theme_option_slider.slider_shadow {
|
510 |
+
min-height: 160px;
|
511 |
}
|
512 |
.berocket_group_is_hide_theme_option_slider.slider_shadow div label{
|
513 |
+
min-height: 151px;
|
514 |
+
}
|
515 |
+
.berocket_group_is_hide_theme_option_slider.slider_shadow div span {
|
516 |
+
font-size: 18px;
|
517 |
+
font-weight: 500;
|
518 |
+
margin-bottom: 10px;
|
519 |
}
|
520 |
.berocket_group_is_hide_theme_option_slider.slider_shadow div label img{
|
521 |
+
max-height: 151px;
|
522 |
+
}
|
523 |
+
.design_show_title_only_styles {
|
524 |
+
margin-top: 100px;
|
525 |
}
|
526 |
/*Filters Group*/
|
527 |
.button.berocket_add_filter_to_group {
|
630 |
}
|
631 |
.tr_out_of_stock_variable td label{
|
632 |
display: block;
|
633 |
+
}
|
634 |
+
.br_framework_settings .wp-list-table input[type=button].button.tiny-button {
|
635 |
+
margin-top: 5px;
|
636 |
+
margin-bottom: 0;
|
637 |
+
}
|
638 |
+
.br_framework_settings .button.berocket_purge_cache {
|
639 |
+
margin: 0;
|
640 |
+
}
|
641 |
+
.br_framework_settings.br_ajax_filters_settings textarea {
|
642 |
+
min-height: 70px;
|
643 |
+
}
|
644 |
+
.bapf_custom_css_admin td {
|
645 |
+
margin: 0;
|
646 |
+
padding-top: 0;
|
647 |
+
padding-bottom: 0;
|
648 |
+
}
|
649 |
+
.bapf_custom_css_admin td h3 {
|
650 |
+
margin-top: 0;
|
651 |
+
}
|
652 |
+
.bapf_incompatibility_fixes_header {
|
653 |
+
cursor: pointer;
|
654 |
+
}
|
655 |
+
.bapf_incompatibility_fixes_header .fa {
|
656 |
+
margin-left: 20px;
|
657 |
+
}
|
658 |
+
.bapf_incompatibility_fixes_header:hover .fa {
|
659 |
+
color: #0085ba;
|
660 |
+
}
|
661 |
+
.bapf_incompatibility_fixes_hide {
|
662 |
+
display: none!important;
|
663 |
}
|
assets/admin/js/admin.js
CHANGED
@@ -773,6 +773,16 @@ var berocket_admin_filter_types_by_attr = {
|
|
773 |
berocket_change_seo_friendly_urls();
|
774 |
berocket_change_seo_meta_title();
|
775 |
berocket_change_use_links_filters();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
776 |
})
|
777 |
})(jQuery);
|
778 |
function berocket_change_seo_friendly_urls() {
|
773 |
berocket_change_seo_friendly_urls();
|
774 |
berocket_change_seo_meta_title();
|
775 |
berocket_change_use_links_filters();
|
776 |
+
$(document).on('click', '.bapf_incompatibility_fixes_header', function() {
|
777 |
+
$(this).find('.fa').removeClass('fa-chevron-down').removeClass('fa-chevron-up');
|
778 |
+
if( $('.bapf_incompatibility_fixes_hide').length ) {
|
779 |
+
$('.bapf_incompatibility_fixes_hide').removeClass('bapf_incompatibility_fixes_hide');
|
780 |
+
$(this).find('.fa').addClass('fa-chevron-up');
|
781 |
+
} else {
|
782 |
+
$('.bapf_incompatibility_fixes').addClass('bapf_incompatibility_fixes_hide');
|
783 |
+
$(this).find('.fa').addClass('fa-chevron-down');
|
784 |
+
}
|
785 |
+
});
|
786 |
})
|
787 |
})(jQuery);
|
788 |
function berocket_change_seo_friendly_urls() {
|
assets/frontend/js/fullmain.min.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
function berocket_make_args_array(a){for(var b=[],c=0;c<a.length;c++)b.push(a[c]);return b}function berocket_apply_filters(a,b){if("undefined"!=typeof berocket_filters[a]){var c=berocket_make_args_array(arguments);c.splice(0,1),jQuery.each(berocket_filters[a],function(a,d){b=d.callback.apply(null,c),c[0]=b})}return b}function berocket_do_action(a){if("undefined"!=typeof berocket_filters[a]){var b=berocket_make_args_array(arguments);b.splice(0,1),jQuery.each(berocket_filters[a],function(a,c){c.callback.apply(null,b)})}}function berocket_throw_error(a){var b="berocket_throw_error";if(error_exist=!0,"undefined"!=typeof berocket_filters[b]){for(var c,d=[error_exist];c<arguments.length;c++)d.push(arguments[c]);jQuery.each(berocket_filters[b],function(a,b){if(error_exist=b.callback.apply(null,d),d[0]=error_exist,!error_exist)return!1})}return error_exist}function berocket_add_filter(a,b,c){"undefined"==typeof c&&(c=10),"undefined"==typeof berocket_filters[a]&&(berocket_filters[a]=[]);var d=!1;jQuery.each(berocket_filters[a],function(a,e){e.priority===c&&e.callback===b&&(d=!0)}),d||(berocket_filters[a].push({callback:b,priority:c}),berocket_filters[a]=berocket_sort_by_priority(berocket_filters[a]))}function berocket_remove_filter(a,b,c){if("undefined"==typeof c&&(c=10),"undefined"!=typeof berocket_filters[a]){var d=[];jQuery.each(berocket_filters[a],function(a,e){e.priority===c&&e.callback===b||d.push(e)}),berocket_filters[a]=berocket_sort_by_priority(d)}}function berocket_sort_by_priority(a){return Array.isArray(a)&&a.sort(function(a,b){return a.priority>b.priority?1:a.priority<b.priority?-1:0}),a}function berocket_format_number(a,b){"undefined"==typeof b&&(b=the_ajax_script.number_style);var c=a.toFixed(b[2]);c=c.toString();var d=c.split("."),e=d[0];return c.indexOf(".")!=-1&&(d=d[1]),e=e.replace(/\d(?=(?:\d{3})+(?:$))/g,function(a,c){return a+b[0]}),c.indexOf(".")!=-1&&(e=e+b[1]+d),e}function braapf_grab_all_init(){braapf_grab_all()}function braapf_selected_filters_area_set_init(){braapf_selected_filters_area_set()}function braapf_filtered_filters_set(){braapf_filtered_filters=braapf_selected_filters.slice(),berocket_do_action("braapf_init_filtered_set",braapf_filtered_filters)}var berocket_filters={};berocket_add_filter("compat_filters_result_single",function(a){return"object"==typeof a&&"string"==typeof a.taxonomy&&"pa_"==a.taxonomy.substr(0,3)&&(a.taxonomy=a.taxonomy.substr(3)),a}),jQuery(document).trigger("berocket_hooks_ready");var braapf_filter_blocked=!1,braapf_selected_filters=[],braapf_filtered_filters=[],braapf_filters_var,braapf_ajax_request,braapf_checkbox_same,braapf_update_products,braapf_grab_all,braapf_grab_single,braapf_compact_filters,braapf_compat_filters_to_string,braapf_build_url_from_urldata,braapf_apply_additional_filter_data,braapf_glue_by_operator,braapf_ajax_load_from_url,braapf_ajax_load_from_url_request,braapf_init_load,braapf_remove_pages_from_url_data,braapf_filter_products_by_url,braapf_get_current_url_data,braapf_reset_buttons_hide,bapf_universal_theme_compatibility,braapf_disable_ajax_loading,braapf_close_tippy;!function(a){function b(a){return berocket_remove_filter("ajax_load_from_url_beforeSend",b),a.setRequestHeader("X-Braapfdisable","1"),a}function c(a){return a.setRequestHeader("X-Braapf","1"),a}function d(b){var c=berocket_apply_filters("filter_mobile_width",767),d=berocket_apply_filters("filter_tablet_width",1024);return a(window).width()<=c&&b.find(".bapf_sngl_hd_mobile").remove(),a(window).width()>c&&a(window).width()<=d&&b.find(".bapf_sngl_hd_tablet").remove(),a(window).width()>d&&b.find(".bapf_sngl_hd_desktop").remove(),b}a(document).on("change",".bapf_sfilter.bapf_ckbox input[type=checkbox]",function(){var b=a(this).val(),c=a(this).parents(".bapf_sfilter").data("taxonomy"),d=a(this).prop("checked");braapf_checkbox_same(c,b,d),berocket_apply_filters("input_ckbox_changed",this,c,b,d);var e={element:"#"+a(this).attr("id"),parent:1,find:!1};berocket_apply_filters("filter_changed_element",e,a(this)),berocket_do_action("update_products","filter",a(this))}),braapf_checkbox_same=function(b,c,d){a('.bapf_sfilter[data-taxonomy="'+b+'"] input[value="'+c+'"]').prop("checked",d),a('.bapf_sfilter[data-taxonomy="'+b+'"]').length<a('.bapf_sfilter.bapf_ckbox[data-taxonomy="'+b+'"]').length&&berocket_throw_error("multiple_filters_for_same_taxonomy",b)},a(document).on("braapf_unselect",".bapf_ckbox",function(b,c){if("undefined"==typeof c&&(c=!1),0==c)var d=a(this).find("input[type=checkbox]");else var d=a(this).find('input[value="'+c.value+'"]');if(d.length>0){var e=d.val(),f=a(this).data("taxonomy");d.prop("checked",!1),braapf_checkbox_same(f,e,!1)}}),a(document).on("braapf_unselect_all",".bapf_ckbox",function(b,c){a(this).trigger("braapf_unselect",!1)}),a(document).on("berocket_filters_document_ready",function(){a(".bapf_ckbox input[type=checkbox]:checked").closest("li").parents("li").trigger("bapf_ochild")}),a(document).on("click",".berocket_aapf_widget_update_button, .bapf_update",function(b){b.preventDefault(),berocket_do_action("update_products","update",a(this))}),a(document).on("click",".berocket_aapf_reset_button, .bapf_reset",function(b){b.preventDefault(),braapf_unselect_all(),berocket_do_action("update_products","reset_all",a(this))}),braapf_reset_buttons_hide=function(){berocket_apply_filters("bapf_rst_nofltr_hide","undefined"==typeof braapf_filtered_filters||braapf_filtered_filters.length<=0)?a(".bapf_rst_nofltr").hide():a(".bapf_rst_nofltr").show();var b=!1;"undefined"!=typeof braapf_filtered_filters&&braapf_filtered_filters.length>0&&a.each(braapf_filtered_filters,function(a,c){if(c.values.length>0)return b=!0,!1}),berocket_apply_filters("bapf_rst_sel_show",b)?a(".bapf_rst_sel").show():a(".bapf_rst_sel").hide()},berocket_add_filter("braapf_init",braapf_reset_buttons_hide,1500),berocket_add_filter("braapf_init_filtered_set",braapf_reset_buttons_hide,1500);var e=the_ajax_script.pagination_class;e=e.replace(","," a,"),e=berocket_apply_filters("pagination_links_a_tags",e+" a",the_ajax_script.pagination_class),!the_ajax_script.disable_ajax_loading&&the_ajax_script.pagination_ajax&&a(document).on("click",e,function(c){c.preventDefault();var d=a(this).attr("href");d=berocket_apply_filters("pagination_href_from_clicked_a",decodeURI(d),a(this)),braapf_change_url_history_api(d,{replace:the_ajax_script.seo_friendly_urls}),berocket_add_filter("ajax_load_from_url_beforeSend",b),braapf_ajax_load_from_url(d,{},berocket_apply_filters("ajax_load_from_pagination",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_init_load,braapf_update_data_from_current]},d))}),!the_ajax_script.disable_ajax_loading&&the_ajax_script.control_sorting&&a(document).on("submit",the_ajax_script.ordering_class,function(b){b.preventDefault();var c=braapf_get_current_url_data();if(c=braapf_remove_pages_from_url_data(c),Array.isArray(c.queryargs)){var d=[];a.each(c.queryargs,function(a,b){"orderby"!=b.name&&d.push(b)}),c.queryargs=d}else c.queryargs=[];var e=a(this).serializeArray();Array.isArray(e)&&a.each(e,function(a,b){"paged"==b.name?c.page=parseInt(b.value):"orderby"==b.name?the_ajax_script.default_sorting!=b.value&&c.queryargs.push(b):c.queryargs.push(b)});var f=braapf_build_url_from_urldata(c);braapf_filter_products_by_url(f)}),braapf_get_url_with_filters_selected=function(){braapf_grab_all();var a=braapf_compact_filters(),b=berocket_apply_filters("braapf_filters_mask",the_ajax_script.url_mask),c=braapf_compat_filters_to_string(a,b,the_ajax_script.url_split),d=braapf_get_current_url_data();d.filter=c,d=braapf_remove_pages_from_url_data(d),d=braapf_apply_additional_filter_data(d);var e=braapf_build_url_from_urldata(d);return e},braapf_update_products=function(b,c){"undefined"==typeof b&&(b="filter"),"undefined"==typeof c&&(c=!1),b=berocket_apply_filters("before_update_products_context",b,c);var d=berocket_apply_filters("before_update_products_context_url_filtered",braapf_get_url_with_filters_selected(),b,c);berocket_apply_filters("apply_filters_to_page",0==a(".berocket_aapf_widget_update_button:visible, .bapf_update:visible").length||"filter"!=b,b,c,d)?(braapf_selected_filters_area_set(),braapf_filter_products_by_url(d)):berocket_apply_filters("apply_filters_to_page_partial",!1,b,c,d)&&braapf_ajax_load_from_url(d,{},berocket_apply_filters("ajax_load_from_filters_partial",{done:[braapf_replace_each_filter,braapf_init_load]},d,"partial"),"partial")},braapf_filter_products_by_url=function(b){berocket_apply_filters("page_has_products_holder",!a(the_ajax_script.products_holder_id).length,b)?location.href=b:(braapf_change_url_history_api(b,{replace:the_ajax_script.seo_friendly_urls}),braapf_ajax_load_from_url(b,{},berocket_apply_filters("ajax_load_from_filters",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_replace_orderby,braapf_replace_each_filter,braapf_init_load,braapf_filtered_filters_set,braapf_update_url_history_api_from_current]},b,"default")))},braapf_update_data_from_current=function(){braapf_grab_all();braapf_compact_filters()},braapf_update_url_history_api_from_current=function(){the_ajax_script.seo_friendly_urls&&(url_filtered=braapf_get_url_with_filters_selected(),history.replaceState(history.state,"BeRocket Rules",url_filtered))},braapf_grab_all=function(b){"undefined"==typeof b&&(b=!1);var c=berocket_apply_filters("before_grab_all_filters",[],b);if(b===!1)var d=a(".bapf_sfilter");else var d=a(b).find(".bapf_sfilter");return d.each(function(){var a=braapf_grab_single(this,c);a!==!1&&c.push(a)}),c=berocket_apply_filters("grab_all_filters",c,b),b===!1&&(braapf_selected_filters=c),c},braapf_grab_single=function(b,c,d){"undefined"==typeof d&&(d=!1),b=a(b);var e=!1,f=!1,g=b.data("taxonomy");if("undefined"==typeof g||!g)return berocket_apply_filters("grab_single_filter_taxonomy_undefined",e,b,c);if(a.each(c,function(a,b){b.taxonomy==g&&(f=!0)}),!berocket_apply_filters("grab_single_filter_exist",f,b,c)){if(e=berocket_apply_filters("grab_single_filter",e,b,c),e!==!1)return e;var h=b.data("op"),i=b.data("name");"undefined"==typeof i&&(i="");var j=braapf_glue_by_operator(h),k=[],l=[];if(d)var m=b;else var m=a(".bapf_sfilter[data-taxonomy="+g+"]");m.find("input:checked:not(:disabled)").each(function(b,c){l.indexOf(a(this).val())==-1&&(k.push({value:a(this).val(),html:a(this).data("name")}),l.push(a(this).val()))}),e={name:i,taxonomy:g,values:k,glue:j,operator:h}}return berocket_apply_filters("grab_single_filter_default",e,b,c)},braapf_glue_by_operator=function(a){"string"!=typeof a&&(a="");var b="-";return"and"==a.toLowerCase()&&(b="+"),berocket_apply_filters("glue_by_operator",b,a)},braapf_compact_filters=function(b){"undefined"==typeof b&&(b=braapf_selected_filters);var c=[];return a.each(b,function(b,d){var e="";"undefined"!=typeof d.customValuesLine?e=d.customValuesLine:a.each(d.values,function(a,b){e.length&&(e+=d.glue),e+=b.value}),e.length&&c.push(berocket_apply_filters("compat_filters_result_single",{taxonomy:d.taxonomy,values:e},d))}),berocket_apply_filters("compat_filters_result",c,b)},braapf_compat_filters_to_string=function(b,c,d){var e="";return a.each(b,function(a,f){e.length&&(e+=d);var g=c;g=g.replace("%t%",f.taxonomy),g=g.replace("%v%",f.values),e+=berocket_apply_filters("compat_filters_to_string_single",g,f,b,c,d)}),berocket_apply_filters("compat_filters_to_string",e,b,c,d)},braapf_get_current_url_data=function(b){if("undefined"==typeof b)var c=location.href.split("#")[0].split("?")[0],d=location.search.substring(1);else{var c=b.split("#")[0].split("?")[0];if(b.split("#")[0].split("?").length>1)var d=b.split("#")[0].split("?")[1];else var d=""}var e=[],f=1,g=c.match(/\/page\/(\d+)/);return g&&"string"==typeof g[1]&&(f=parseInt(g[1]),c=c.replace(/\/page\/(\d+)/,"")),d=d.split("&"),a.each(d,function(a,b){b.length&&(d[a]=b.split("="),"paged"==d[a][0]?f=parseInt(d[a][1]):e.push({name:d[a][0],value:d[a][1]}))}),berocket_apply_filters("get_current_url_data",{baselink:c,queryargs:e,filter:"",page:f})},braapf_remove_pages_from_url_data=function(b){if(b.page=1,Array.isArray(b.queryargs)){var c=[];a.each(b.queryargs,function(a,b){"product-page"!=b.name&&c.push(b)}),b.queryargs=c}return b},braapf_apply_additional_filter_data=function(b,c){return"undefined"==typeof c&&(c=braapf_selected_filters),a.each(c,function(a,c){b=berocket_apply_filters("apply_additional_filter_data",b,c)}),b},braapf_build_url_from_urldata=function(b,c){"undefined"==typeof c&&(c=braapf_build_url_parameters_default());var d=berocket_apply_filters("url_from_urldata_baselink",b.baselink,b,c),e="";return b.queryargs.length&&a.each(b.queryargs,function(a,b){e.length&&(e+="&"),b.name.length&&(e+=b.name+"="+b.value)}),b.page&&b.page>1&&(e.length&&(e+="&"),e+="paged="+b.page),e.length&&(e="?"+e),d=berocket_apply_filters("url_from_urldata_linkget",d+e,b,c,d,e)},braapf_build_url_parameters_default=function(){return berocket_apply_filters("build_url_parameters_default",{})},braapf_replace_current_with_new=function(b,c,d){"undefined"==typeof d&&(d={}),args={replace:!1},jQuery.extend(args,d);var e=a("<div><div>"+b+"</div></div>"),f=e.find(c),g=a(c);0!=g.length&&(f.length!=g.length&&0!=f.length&&berocket_throw_error("error_notsame_block_qty",c,f.length,g.length),0==f.length?(g.html("").addClass("braapfNotReplaced"),g.hide()):(g.each(function(b,c){"undefined"!=typeof f[b]?args.replace?a(c).replaceWith(a(f[b])):a(c).html(a(f[b]).html()).removeClass("braapfNotReplaced"):a(c).html("").addClass("braapfNotReplaced")}),g.show()))},braapf_replace_products=function(b){var c=the_ajax_script.products_holder_id;a("<div><div>"+b+"</div></div>");a(".bapf_no_products").remove(),braapf_replace_current_with_new(b,c),a(".braapfNotReplaced").filter(c).length&&a(".braapfNotReplaced").filter(c).before(a(the_ajax_script.no_products))},braapf_replace_pagination=function(b){var c=the_ajax_script.pagination_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().after(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_result_count=function(b){var c=the_ajax_script.result_count_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().before(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_orderby=function(b){var c=the_ajax_script.ordering_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().before(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_each_filter=function(b){var c=a("<div><div>"+b+"</div></div>");c=d(c),a(".berocket_single_filter_widget").each(function(){var b=a(this).data("id");a(".berocket_single_filter_widget_"+b).html(c.find(".berocket_single_filter_widget_"+b).last().html()),c.find(".berocket_single_filter_widget_"+b).is(".bapf_mt_none")?a(".berocket_single_filter_widget_"+b).addClass("bapf_mt_none"):a(".berocket_single_filter_widget_"+b).removeClass("bapf_mt_none")})},braapf_change_url_history_api=function(a,b){if("undefined"!=typeof b&&b.replace){var c={BeRocket:"Rules"};history.replaceState(c,""),history.pushState(c,"",a),history.pathname=a}},berocket_apply_filters("load_products_ajax_on_popstate",!0)&&(window.onpopstate=function(b){if(null!=b.state&&"Rules"==b.state.BeRocket){var c=location.href;berocket_apply_filters("page_has_products_holder",!a(the_ajax_script.products_holder_id).length,c)?location.href=c:braapf_ajax_load_from_url(c,{},berocket_apply_filters("ajax_load_from_filters",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_replace_orderby,braapf_replace_each_filter,braapf_init_load,braapf_filtered_filters_set,braapf_update_data_from_current]},c,"default"))}}),braapf_ajax_load_from_url=function(a,b,c,d){"undefined"==typeof d&&(d="default"),"object"!=typeof b&&(b={}),"object"!=typeof c&&(c={done:[],fail:[],always:[]}),"undefined"!=typeof c.done&&Array.isArray(c.done)||(c.done=[]),"undefined"!=typeof c.fail&&Array.isArray(c.fail)||(c.fail=[]),"undefined"!=typeof c.always&&Array.isArray(c.always)||(c.always=[]),a=berocket_apply_filters("ajax_load_from_url_url",a,b,c,d),b=berocket_apply_filters("ajax_load_from_url_data",b,a,c,d),c=berocket_apply_filters("ajax_load_from_url_callback",c,a,b,d),braapf_ajax_load_from_url_request(a,b,c,d)},braapf_ajax_load_from_url_request=function(b,c,d,e){a(document).trigger("berocket_ajax_filtering_start"),"object"==typeof braapf_ajax_request&&"undefined"!=typeof braapf_ajax_request.abort&&braapf_ajax_request.abort(),braapf_ajax_request=a.ajax({method:"GET",url:b,data:c,beforeSend:function(a){a=berocket_apply_filters("ajax_load_from_url_beforeSend",a,b,c,d,e)}}).done(function(f,g,h){a(document).trigger("berocket_ajax_filtering_on_update"),f=berocket_apply_filters("ajax_load_from_url_done",f,b,c,d,e),a.each(d.done,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_done_after",f,b,c,d,e),a(document).trigger("berocket_ajax_products_loaded")}).fail(function(f,g,h){if("abort"==g)return!1;if(a(document).trigger("berocket_ajax_products_not_loaded"),f=berocket_apply_filters("ajax_load_from_url_fail",f,b,c,d,e),a.each(d.fail,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_fail_after",f,b,c,d,e),"default"==e){var i=jQuery.param(c);i&&(b=b.split("?").length>1?b+"&"+i:b+"?"+i),location.href=b}}).always(function(f,g,h){f=berocket_apply_filters("ajax_load_from_url_always",f,b,c,d,e),a.each(d.always,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_always_after",f,b,c,d,e),a(document).trigger("berocket_ajax_filtering_end")})},braapf_init_load=function(){var b=berocket_apply_filters("filter_mobile_width",767),c=berocket_apply_filters("filter_tablet_width",1024);a(window).width()<=b&&a(".bapf_sngl_hd_mobile").remove(),a(window).width()>b&&a(window).width()<=c&&a(".bapf_sngl_hd_tablet").remove(),a(window).width()>c&&a(".bapf_sngl_hd_desktop").remove(),a(".bapf_sfilter .bapf_body.bapf_mcs:not(.bapf_mcs_ready)").each(function(){a(this).css("max-height",a(this).data("mcs-h")).mCustomScrollbar({scrollInertia:300}).addClass("bapf_mcs_ready")}),a(".berocket_single_filter_widget").each(function(){var b=a(this).data("id");berocket_apply_filters("remove_same_filters_to_prevent_errors",a(".berocket_single_filter_widget_"+b).length>1,a(this),b)&&a(".berocket_single_filter_widget_"+b).not(a(".berocket_single_filter_widget_"+b).first()).remove()}),a("body").on("click",".bapf_desci",function(a){a.stopPropagation()}),a("body").on("hover",".bapf_desci",function(a){a.stopPropagation()}),berocket_do_action("braapf_init",braapf_selected_filters),a(document).trigger("berocket_filters_first_load")},braapf_update_page_on_error=function(){berocket_apply_filters("update_page_on_error",!0)&&location.reload()},braapf_selected_filters_area_set=function(){if("undefined"!=typeof braapf_filtered_filters&&braapf_filtered_filters.length>0){var b="";a.each(braapf_filtered_filters,function(c,d){if(d.values.length>0){var e='<div class="bapf_sfa_taxonomy"><span>'+d.name+"</span>";e+="<ul>";var f="";a.each(d.values,function(a,b){f+=berocket_apply_filters("default_selected_filters_area_single",'<li><a href="#unselect_'+b.value+'" class="braapf_unselect" data-taxonomy="'+d.taxonomy+'" data-value="'+b.value+'"><i class="fa fa-times"></i>'+b.html+"</a></li>",b)}),e+=f,e+="</ul></div>",b+=berocket_apply_filters("default_selected_filters_area_single_taxonomy",e,d,f)}}),b?(a(".bapf_sfa_mt_hide").show().parent().removeClass("bapf_mt_none"),b=berocket_apply_filters("default_selected_filters_area_full_exist",'<div class="berocket_aapf_widget_selected_filter">'+b+'<ul class="bapf_sfa_unall"><li><a href="#Unselect_all" class="braapf_unselect_all"><i class="fa fa-times"></i> '+the_ajax_script.translate.unselect_all+"</a></li></ul>",b,braapf_filtered_filters)):(b=berocket_apply_filters("default_selected_filters_area_full_notexist",the_ajax_script.translate.nothing_selected,b,braapf_filtered_filters),a(".bapf_sfa_mt_hide").hide().parent().addClass("bapf_mt_none")),a(".berocket_aapf_widget_selected_area").html(b)}},a(document).on("click",".berocket_aapf_widget_selected_area .braapf_unselect",function(b){b.preventDefault(),a(".bapf_sfilter[data-taxonomy="+a(this).data("taxonomy")+"]").trigger("braapf_unselect",a(this).data()),berocket_do_action("update_products","reset_single",a(this))}),braapf_unselect_all=function(){braapf_grab_all(),"undefined"!=typeof braapf_selected_filters&&braapf_selected_filters.length>0&&a.each(braapf_selected_filters,function(b,c){c.values.length>0&&a(".bapf_sfilter[data-taxonomy="+c.taxonomy+"]").trigger("braapf_unselect_all",c)})},a(document).on("click",".berocket_aapf_widget_selected_area .braapf_unselect_all",function(b){b.preventDefault(),braapf_unselect_all(),berocket_do_action("update_products","reset_all",a(this))}),berocket_add_filter("braapf_init",braapf_grab_all_init,1e3),berocket_add_filter("braapf_init",braapf_selected_filters_area_set_init,1100),berocket_add_filter("braapf_init_filtered_set",braapf_selected_filters_area_set_init,1100),braapf_reload_page_for_products_error=function(a,b){return b==the_ajax_script.products_holder_id&&braapf_update_page_on_error(),a},berocket_add_filter("ajax_load_from_url_beforeSend",c),berocket_add_filter("update_products",braapf_update_products),berocket_add_filter("error_notsame_block_qty",braapf_reload_page_for_products_error),bapf_universal_theme_compatibility=function(b){if(berocket_apply_filters("universal_theme_compatibility",!0)){a(window).trigger("resize");try{berocket_apply_filters("uncode_theme_compatibility","object"==typeof UNCODE&&"function"==typeof UNCODE.init)&&UNCODE.init()}catch(a){berocket_throw_error("uncode_theme_compatibility",a)}try{berocket_apply_filters("flatsome_theme_compatibility","object"==typeof Flatsome&&"function"==typeof Flatsome.attach&&jQuery(the_ajax_script.products_holder_id).length)&&Flatsome.attach(jQuery(the_ajax_script.products_holder_id))}catch(a){berocket_throw_error("flatsome_theme_compatibility",a)}try{berocket_apply_filters("woodmart_theme_compatibility","object"==typeof woodmartThemeModule&&"function"==typeof woodmartThemeModule.init)&&(woodmartThemeModule.wooInit(),woodmartThemeModule.lazyLoading(),woodmartThemeModule.productsLoadMore())}catch(a){berocket_throw_error("woodmart_theme_compatibility",a)}try{berocket_apply_filters("divi_theme_compatibility","function"==typeof et_reinit_waypoint_modules)&&et_reinit_waypoint_modules()}catch(a){berocket_throw_error("divi_theme_compatibility",a)}try{berocket_apply_filters("rey_theme_compatibility","object"==typeof jQuery.reyTheme&&"function"==typeof jQuery.reyTheme.init)&&jQuery.reyTheme.init()}catch(a){berocket_throw_error("rey_theme_compatibility",a)}try{berocket_apply_filters("layzyloadimage_script_compatibility","function"==typeof layzyLoadImage)&&layzyLoadImage()}catch(a){berocket_throw_error("layzyloadimage_script_compatibility",a)}try{berocket_apply_filters("jetpacklazyimages_script_compatibility","function"==typeof jetpackLazyImagesModule)&&jetpackLazyImagesModule()}catch(a){berocket_throw_error("jetpacklazyimages_script_compatibility",a)}try{jQuery("img.jetpack-lazy-image").each(function(){jQuery(this).removeClass("jetpack-lazy-image").attr("src",jQuery(this).data("lazy-src")),jQuery(this).removeClass("jetpack-lazy-image").attr("srcset","")})}catch(a){berocket_throw_error("jetpacklazyimages_script_compatibility",a)}try{berocket_apply_filters("swift_script_compatibility","object"==typeof SWIFT&&"object"==typeof SWIFT.woocommerce&&"function"==typeof SWIFT.woocommerce.init)&&SWIFT.woocommerce.init()}catch(a){berocket_throw_error("swift_script_compatibility",a)}try{"undefined"!=typeof baapfGet_wprocketInstance&&baapfGet_wprocketInstance.update()}catch(a){berocket_throw_error("wprocket_script_compatibility",a)}try{jQuery(document).trigger("facetwp-loaded")}catch(a){berocket_throw_error("facetwp_script_compatibility",a)}try{berocket_apply_filters("etTheme_compatibility","object"==typeof etTheme&&"function"==typeof etTheme.global_image_lazy)&&etTheme.global_image_lazy()}catch(a){berocket_throw_error("etTheme_compatibility",a)}}return b},berocket_add_filter("ajax_load_from_url_always_after",bapf_universal_theme_compatibility,2500),a(document).ready(function(){berocket_apply_filters("remove_shortcode_fix_filters",a(".berocket_wc_shortcode_fix").length)&&(braapf_replace_each_filter(a(".berocket_wc_shortcode_fix").html()),a(".berocket_wc_shortcode_fix").html("")),braapf_init_load(),braapf_filtered_filters_set(),a(document).trigger("berocket_filters_document_ready")}),braapf_disable_ajax_loading=function(a){return!0},the_ajax_script.disable_ajax_loading&&berocket_add_filter("page_has_products_holder",braapf_disable_ajax_loading),braapf_close_tippy=function(){try{a(".tippy-box").length&&a(".tippy-box").each(function(){"undefined"!=typeof a(this).parent()[0]._tippy&&a(this).parent()[0]._tippy.hide()})}catch(a){}},berocket_add_filter("update_products",braapf_close_tippy)}(jQuery);var braapf_get_current_filters,braapf_filters_url_decode,braapf_scroll_shop_to_top,braapf_set_filters_to_link,braapf_convert_ckbox_to_radio,braapf_hierarhical_save,braapf_hierarhical_set,braapf_collapse_status_save,braapf_collapse_status_set,braapf_show_hide_values_save,braapf_show_hide_values_set;!function(a){function b(){jQuery(".berocket_product_table_compat .dataTables_length select").length&&jQuery(".berocket_product_table_compat .wc-product-table").dataTable()._fnSaveState();var a=jQuery(".berocket_product_table_compat .wc-product-table").attr("id");if("undefined"!=typeof window["config_"+a]&&window["config_"+a].serverSide){jQuery(".berocket_product_table_compat .wc-product-table").DataTable().destroy();var b=jQuery(".berocket_product_table_compat").html();jQuery(".berocket_product_table_compat").html(""),jQuery(".berocket_product_table_compat").html(b),jQuery(".berocket_product_table_compat .blockUI.blockOverlay").remove(),jQuery(".berocket_product_table_compat .wc-product-table").productTable()}}braapf_get_current_filters=function(b){if(b.queryargs.length){var c=[];a.each(b.queryargs,function(a,d){d.name==the_ajax_script.url_variable||decodeURI(d.name)==the_ajax_script.url_variable?b.filter=d.value:c.push(d)}),b.queryargs=c}return b},braapf_set_filters_to_link=function(a,b,c,d,e){return"string"==typeof b.filter&&b.filter.length&&(a+=e.length?"&":"?",a+=the_ajax_script.url_variable+"="+b.filter),a},braapf_convert_ckbox_to_radio=function(b,c,d,e){var f=(a(b),a(b).closest(".bapf_sfilter.bapf_ckbox"));f.is(".bapf_asradio")&&f.find("input[type=checkbox]:checked:not(:disabled)").each(function(){var b=a(this).val();b!=d&&braapf_checkbox_same(c,b,!1)})},berocket_add_filter("input_ckbox_changed",braapf_convert_ckbox_to_radio),a(document).on("click",".bapf_ochild, .bapf_cchild",function(b){b.preventDefault(),b.stopPropagation(),a(this).is(".bapf_ochild")?a(this).trigger("bapf_ochild"):a(this).trigger("bapf_cchild")}),a(document).on("bapf_ochild",".bapf_sfilter.bapf_ckbox ul li",function(b){b.stopPropagation(),berocket_apply_filters("colaps_child_open_apply",!0,a(this))&&(a(this).find(".bapf_ochild, .bapf_cchild").first().removeClass("bapf_ochild").removeClass("fa-plus").addClass("bapf_cchild").addClass("fa-minus"),a(this).find("ul").first().show())}),a(document).on("bapf_cchild",".bapf_sfilter.bapf_ckbox ul li",function(b){b.stopPropagation(),berocket_apply_filters("colaps_child_close_apply",!0,a(this))&&(a(this).find(".bapf_ochild, .bapf_cchild").first().addClass("bapf_ochild").addClass("fa-plus").removeClass("bapf_cchild").removeClass("fa-minus"),a(this).find("ul").first().hide())});var c=[];braapf_hierarhical_save=function(b){return c=[],a(".bapf_cchild").each(function(){c.push(a(this).parent().children("input[type=checkbox]").attr("id"))}),b},braapf_hierarhical_set=function(b){return a.each(c,function(b,c){a("#"+c).trigger("bapf_ochild")}),b},berocket_add_filter("ajax_load_from_url_done",braapf_hierarhical_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_hierarhical_set,1e3),a(document).on("click",".bapf_ocolaps .bapf_colaps_togl, .bapf_ccolaps .bapf_colaps_togl",function(b){b.preventDefault,a(this).closest(".bapf_ocolaps, .bapf_ccolaps").is(".bapf_ocolaps")?a(this).closest(".bapf_ocolaps, .bapf_ccolaps").trigger("bapf_ocolaps"):a(this).closest(".bapf_ocolaps, .bapf_ccolaps").trigger("bapf_ccolaps")}),a(document).on("bapf_ocolaps",".bapf_sfilter.bapf_ocolaps, .bapf_sfilter.bapf_ccolaps",function(b){a(this).removeClass("bapf_ocolaps").addClass("bapf_ccolaps"),berocket_apply_filters("colaps_smb_open_apply",!0,a(this))&&(a(this).find(".bapf_body").first().show(),a(this).find(".bapf_colaps_smb").length&&a(this).find(".bapf_colaps_smb").removeClass("fa-chevron-down").addClass("fa-chevron-up"))}),a(document).on("bapf_ccolaps",".bapf_sfilter.bapf_ocolaps, .bapf_sfilter.bapf_ccolaps",function(b){a(this).addClass("bapf_ocolaps").removeClass("bapf_ccolaps"),berocket_apply_filters("colaps_smb_close_apply",!0,a(this))&&(a(this).find(".bapf_body").first().hide(),a(this).find(".bapf_colaps_smb").length&&a(this).find(".bapf_colaps_smb").addClass("fa-chevron-down").removeClass("fa-chevron-up"))});var d={open:[],close:[]};braapf_collapse_status_save=function(b){return d={open:[],close:[]},a(".bapf_ocolaps, .bapf_ccolaps").each(function(){a(this).is(".bapf_ocolaps")?d.open.push(a(this).attr("id")):d.close.push(a(this).attr("id"))}),b},braapf_collapse_status_set=function(b){return a.each(d.open,function(b,c){a("#"+c).trigger("bapf_ccolaps")}),a.each(d.close,function(b,c){a("#"+c).trigger("bapf_ocolaps")}),b},berocket_add_filter("ajax_load_from_url_done",braapf_collapse_status_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_collapse_status_set,1e3),a(document).on("click",".bapf_show_hide",function(){a(this).closest(".bapf_sfilter").toggleClass("bapf_fhide"),a(this).closest(".bapf_sfilter").is(".bapf_fhide")?a(this).text(a(this).data("show")):a(this).text(a(this).data("hide"))});var e={open:[],close:[]};braapf_show_hide_values_save=function(b){return e={open:[],close:[]},a(".bapf_sfilter").each(function(){a(this).is(".bapf_fhide")?e.close.push(a(this).attr("id")):e.open.push(a(this).attr("id"))}),b},braapf_show_hide_values_set=function(b){return a.each(e.open,function(b,c){a("#"+c).removeClass("bapf_fhide"),a("#"+c).find(".bapf_show_hide").text(a("#"+c).find(".bapf_show_hide").data("hide"))}),a.each(e.close,function(b,c){a("#"+c).addClass("bapf_fhide"),a("#"+c).find(".bapf_show_hide").text(a("#"+c).find(".bapf_show_hide").data("show"))}),b},berocket_add_filter("ajax_load_from_url_done",braapf_show_hide_values_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_show_hide_values_set,1e3),braapf_scroll_shop_to_top=function(b,c,d,e,f){var g=berocket_apply_filters("filter_mobile_width",767);if(berocket_apply_filters("scroll_shop_to_top","default"==f&&(1==the_ajax_script.scroll_shop_top||2==the_ajax_script.scroll_shop_top&&a(window).width()<g||3==the_ajax_script.scroll_shop_top&&a(window).width()>=g))){var h=0;a(the_ajax_script.products_holder_id).length?(h=a(the_ajax_script.products_holder_id).offset().top+parseInt(the_ajax_script.scroll_shop_top_px),h<0&&(h=0)):a(".bapf_no_products").length&&(h=a(".bapf_no_products").offset().top+parseInt(the_ajax_script.scroll_shop_top_px),h<0&&(h=0)),a("html, body").animate({scrollTop:h},"slow")}return b},berocket_add_filter("ajax_load_from_url_beforeSend",braapf_scroll_shop_to_top),a(document).on("mousedown",".wc-product-table-reset a",function(){a(this).remove(),br_reset_all_filters()}),a(document).on("click",".berocket_element_above_products_is_hide_toggle",function(b){b.preventDefault(),a(this).toggleClass("active").next().slideToggle(200,"linear");var c="inactive";a(this).is(".active")&&(c="active"),a(document).trigger("berocket_element_above_products_"+c)}),a(document).on("berocket_ajax_filtering_start",function(){
|
2 |
-
jQuery(".berocket_product_table_compat").length&&b()}),braapf_filters_url_decode=function(a){return the_ajax_script.seo_uri_decode&&(a=encodeURIComponent(a),the_ajax_script.nice_urls&&(a=a.replace(/%2F/g,"/"))),a},jQuery(document).on("elementor/popup/show",function(){try{braapf_init_load()}catch(a){berocket_throw_error("wprocketInstance_get",a)}})}(jQuery),berocket_add_filter("get_current_url_data",braapf_get_current_filters),berocket_add_filter("compat_filters_to_string",braapf_filters_url_decode,900),berocket_add_filter("url_from_urldata_linkget",braapf_set_filters_to_link);var braapf_child_parent_grab_single,braapf_child_parent_fix_selected,braapf_child_parent_load_with_update_button,braapf_add_loader_element,braapf_remove_loader_element,braapf_elementor_sticky_fix,baapfGet_wprocketInstance;!function(a){braapf_child_parent_grab_single=function(b,c,d){var e=c.data("child");if("undefined"!=typeof e&&e>0&&"object"==typeof b&&"undefined"!=typeof b.values&&Array.isArray(b.values)&&b.values.length>0){e++;var f=c.data("taxonomy"),g=a(".bapf_sfilter.bapf_child_"+e+"[data-taxonomy="+f+"]");if(g.length){var h=braapf_grab_single(g,[],!0);"object"==typeof h&&"undefined"!=typeof h.values&&Array.isArray(h.values)&&h.values.length>0&&(b=h)}}return b},braapf_child_parent_fix_selected=function(b,c){if(0!=c){var d=c.closest(".bapf_sfilter");if(d.length){var e=d.data("child"),f=d.data("taxonomy");if("undefined"!=typeof e&&e>0)for(i=e+1;a(".bapf_sfilter.bapf_child_"+i+"[data-taxonomy="+f+"]").length;i++)a(".bapf_sfilter.bapf_child_"+i+"[data-taxonomy="+f+"]").trigger("braapf_unselect",!1)}}return b},braapf_child_parent_load_with_update_button=function(a,b,c){if(0!=c){var d=c.closest(".bapf_sfilter");if(d.length){var e=d.data("child");d.data("taxonomy");"undefined"!=typeof e&&e>0&&(a=!0)}}return a},berocket_add_filter("grab_single_filter_default",braapf_child_parent_grab_single,9e6),berocket_add_filter("before_update_products_context",braapf_child_parent_fix_selected),berocket_add_filter("apply_filters_to_page_partial",braapf_child_parent_load_with_update_button);var b;braapf_add_loader_element=function(c,d,e,f,g){return"default"==g&&("undefined"!=typeof b&&"function"==typeof b.remove&&b.remove(),b=a(the_ajax_script.load_image),a("body").append(b)),c},braapf_remove_loader_element=function(a){return"undefined"!=typeof b&&"function"==typeof b.remove&&b.remove(),a},berocket_add_filter("ajax_load_from_url_beforeSend",braapf_add_loader_element),berocket_add_filter("ajax_load_from_url_always_after",braapf_remove_loader_element),a(document).on("click",".bapf_sfilter.bapf_ckbox .bapf_body li label a",function(b){b.preventDefault(),a(this).parent().trigger("click")}),jQuery(".elementor-widget").length&&jQuery(window).on("scroll",function(){jQuery(".elementor-sticky__spacer .bapf_sfilter").remove()});try{window.addEventListener("LazyLoad::Initialized",function(a){baapfGet_wprocketInstance=a.detail.instance})}catch(a){berocket_throw_error("wprocketInstance_get",a)}a(document).on("change","form.cart input.qty",function(){try{a(this.form).find("[data-quantity]").attr("data-quantity",this.value)}catch(a){berocket_throw_error("wc_quantity_change",a)}})}(jQuery);var braapf_init_ion_slidr,braapf_ion_slidr_same,braapf_jqrui_slidr_ion_value_wc_price,braapf_jqrui_slidr_ion_value_arr_attr,braapf_init_ion_slidr_for_parent,braapf_grab_single_ion,braapf_jqrui_slidr_ion_values_link_arr_attr;!function(a){braapf_init_ion_slidr=function(){braapf_init_ion_slidr_for_parent(a(document))},braapf_init_ion_slidr_for_parent=function(b){b.find(".bapf_slidr_ion:not(.bapf_slidr_ready)").each(function(){var b=a(this).find(".bapf_slidr_all .bapf_slidr_main"),c=function(a){if(!b.is(".bapf_ion_blocked")){b.addClass("bapf_ion_blocked");var c=b.closest(".bapf_sfilter").data("taxonomy");braapf_ion_slidr_same(c,a);var d={element:"#"+b.closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",d,b),berocket_do_action("update_products","filter",b),b.removeClass("bapf_ion_blocked")}},d=berocket_apply_filters("jqrui_data_slidr_ion",{type:"double",from:b.data("start"),to:b.data("end"),grid:!1,force_edges:!0,onFinish:c,onUpdate:c,prettify:function(a){return a=berocket_apply_filters("jqrui_slidr_ion_"+b.data("display"),a,b)}},b);b.ionRangeSlider(d),a(this).addClass("bapf_slidr_ready")})},braapf_ion_slidr_same=function(b,c){a(".bapf_slidr_ion.bapf_slidr_ready[data-taxonomy="+b+"]").each(function(){var b=a(this).find(".bapf_slidr_main");b.addClass("bapf_ion_blocked");var d=b.data("ionRangeSlider");d.update({from:c.from,to:c.to}),b.removeClass("bapf_ion_blocked")})},braapf_jqrui_slidr_ion_value_wc_price=function(a,b){var c=b.data("number_style");return c||(c=the_ajax_script.number_style),a=berocket_format_number(parseFloat(a),c)},braapf_jqrui_slidr_ion_value_arr_attr=function(a,b){var c=b.data("attr");return a=c[a].n},braapf_grab_single_ion=function(a,b){if(b.is(".bapf_slidr_ion.bapf_slidr_ready")&&0!=a){var c=b.find(".bapf_slidr_main").data("ionRangeSlider"),d=b.find(".bapf_slidr_main"),e=[c.options.from,c.options.to],f=[berocket_apply_filters("jqrui_slidr_ion_"+d.data("display"),c.options.from,d),berocket_apply_filters("jqrui_slidr_ion_"+d.data("display"),c.options.to,d)],g=d.data("prefix");"undefined"==typeof g&&(g="");var h=d.data("postfix");if("undefined"==typeof h&&(h=""),f[0]=g+f[0]+h,f[1]=g+f[1]+h,e[0]!=d.data("min")||e[1]!=d.data("max")){var i={value:e[0]+"_"+e[1],html:f[0]+" - "+f[1]};i=berocket_apply_filters("jqrui_slidr_ion_link_"+d.data("display"),i,e,f,d,a),a.values=[i]}}return a},braapf_jqrui_slidr_ion_values_link_arr_attr=function(a,b,c,d,e){var f=d.data("attr");return a.value=f[b[0]].v+"_"+f[b[1]].v,a},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slidr_ion",function(b,c){var d=a(this).find(".bapf_slidr_main"),e=d.data("ionRangeSlider");d.addClass("bapf_ion_blocked"),e.update({from:e.options.min,to:e.options.max}),d.removeClass("bapf_ion_blocked")}),berocket_add_filter("braapf_init",braapf_init_ion_slidr),berocket_add_filter("braapf_init_for_parent",braapf_init_ion_slidr_for_parent),berocket_add_filter("grab_single_filter_default",braapf_grab_single_ion),berocket_add_filter("jqrui_slidr_ion_link_arr_attr",braapf_jqrui_slidr_ion_values_link_arr_attr),berocket_add_filter("jqrui_slidr_ion_link_arr_attr_price",braapf_jqrui_slidr_ion_values_link_arr_attr),berocket_add_filter("jqrui_slidr_ion_wc_price",braapf_jqrui_slidr_ion_value_wc_price),berocket_add_filter("jqrui_slidr_ion_arr_attr",braapf_jqrui_slidr_ion_value_arr_attr),berocket_add_filter("jqrui_slidr_ion_arr_attr_price",braapf_jqrui_slidr_ion_value_arr_attr,10),berocket_add_filter("jqrui_slidr_ion_arr_attr_price",braapf_jqrui_slidr_ion_value_wc_price,20)}(jQuery);var braapf_grab_single_select;!function(a){a(document).on("change",".bapf_slct .bapf_body select",function(){var b={element:"#"+a(this).closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",b,a(this)),berocket_do_action("update_products","filter",a(this))}),braapf_grab_single_select=function(b,c){if(c.is(".bapf_slct")&&0!=b){var d=a('.bapf_slct[data-taxonomy="'+b.taxonomy+'"] .bapf_body select:not(:disabled)'),e=[];d.find("option:selected:not(:disabled)").each(function(){var c=a(this).val();c&&e.indexOf(c)===-1&&(e.push(c),b.values.push({value:c,html:a(this).data("name")}))})}return b},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slct",function(b,c){a(this).find(".bapf_body select:not(:disabled) option:selected:not(:disabled)").each(function(){"undefined"!=typeof c&&"undefined"!=typeof c.value&&c.value!=a(this).val()||a(this).prop("selected",!1)})}),berocket_add_filter("grab_single_filter_default",braapf_grab_single_select)}(jQuery);var bapf_select2_init,bapf_select2_init_for_parent,bapf_select2_disable_for_parent;jQuery(document).ready(function(){bapf_select2_init=function(){bapf_select2_init_for_parent(jQuery(document))},bapf_select2_init_for_parent=function(a){a.find(".bapf_select2").length&&"undefined"!=typeof a.find(".bapf_select2").select2&&a.find(".bapf_select2").each(function(){if(!jQuery(this).data("select2")&&!jQuery(this).is(".select2-hidden-accessible")){var a={width:"100%",theme:"default"};jQuery(this).prop("multiple")&&(a.placeholder=jQuery(this).data("placeholder")),jQuery(this).parents("#berocket-ajax-filters-sidebar").length&&(0==jQuery("#bapf-select2-high-zindex").length&&jQuery("body").append('<div id="bapf-select2-high-zindex"></div>'),a.dropdownParent=jQuery("#bapf-select2-high-zindex")),a=berocket_apply_filters("jqrui_data_select2",a,jQuery(this)),jQuery(this).select2(a)}})},bapf_select2_disable_for_parent=function(a){a.find(".bapf_select2").length&&"undefined"!=typeof a.find(".bapf_select2").select2&&a.find(".bapf_select2").each(function(){jQuery(this).data("select2")&&jQuery(this).select2("destroy")})},jQuery(document).on("berocket_ajax_filtering_on_update",function(){bapf_select2_disable_for_parent(jQuery(document))}),bapf_select2_init(),berocket_add_filter("braapf_init",bapf_select2_init,2e3),berocket_add_filter("braapf_init_for_parent",bapf_select2_init_for_parent)});var braapf_init_jqrui_slidr,braapf_jqrui_slidr_same,braapf_jqrui_slidr_values_wc_price,braapf_init_jqrui_slidr_for_parent,braapf_grab_single_jqrui,braapf_jqrui_slidr_values_arr_attr,braapf_jqrui_slidr_values_link_arr_attr;!function(a){function b(b,c){var d=a(b).closest(".bapf_slidr_jqrui.bapf_slidr_ready").find(".bapf_slidr_main"),e=d.slider("values");a(b).val(e[c]),a(b).data("val",e[c])}function c(b,c,d){var e=a(b).closest(".bapf_slidr_jqrui.bapf_slidr_ready").find(".bapf_slidr_main");if("focusout"==d){if(a(b).val()==a(b).data("val")){var f=e.slider("values");e.trigger("braapf_change_jqrui_slidr",[f])}}else{var g=parseInt(a(b).val());e.slider("values",c,g)}}a.each([{position:0,className:"bapf_from"},{position:1,className:"bapf_to"}],function(d,e){a(document).on("focusin",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" input[type=text]",function(){b(this,e.position)}),a(document).on("change focusout",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" input[type=text]",function(a){c(this,e.position,a.type)}),a(document).on("change",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" select",function(a){c(this,e.position,a.type)})}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=[c[0],c[1]];e=berocket_apply_filters("jqrui_slidr_"+d.data("display"),e,d),d.closest(".bapf_slidr_jqrui").find(".bapf_from span.bapf_val").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_from span.bapf_val").text(e[0]),d.closest(".bapf_slidr_jqrui").find(".bapf_to span.bapf_val").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_to span.bapf_val").text(e[1])}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=[c[0],c[1]];e=berocket_apply_filters("jqrui_slidr_"+d.data("display"),e,d),d.closest(".bapf_slidr_jqrui").find(".bapf_from input[type=text]").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_from input[type=text]").val(e[0]),d.closest(".bapf_slidr_jqrui").find(".bapf_to input[type=text]").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_to input[type=text]").val(e[1])}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=d.data("attr");if(d.closest(".bapf_slidr_jqrui").find(".bapf_from select").length||d.closest(".bapf_slidr_jqrui").find(".bapf_to select").length){var e=d.data("attr"),f=[],g=[],h=!1,i=!1;a.each(e,function(a,b){a==c[0]&&(i=!0),h||f.push({v:b.v,n:b.n,ov:a}),i&&g.push({v:b.v,n:b.n,ov:a}),a==c[1]&&(h=!0)})}d.closest(".bapf_slidr_jqrui").find(".bapf_from select").length&&(d.closest(".bapf_slidr_jqrui").find(".bapf_from select option").remove(),a.each(f,function(b,e){var f="";e.ov==c[0]&&(f=" selected"),d.closest(".bapf_slidr_jqrui").find(".bapf_from select").append(a('<option value="'+e.ov+'"'+f+">"+e.n+"</option>"))})),d.closest(".bapf_slidr_jqrui").find(".bapf_to select").length&&(d.closest(".bapf_slidr_jqrui").find(".bapf_to select option").remove(),a.each(g,function(b,e){var f="";e.ov==c[1]&&(f=" selected"),d.closest(".bapf_slidr_jqrui").find(".bapf_to select").append(a('<option value="'+e.ov+'"'+f+">"+e.n+"</option>"))}))}),braapf_init_jqrui_slidr=function(){braapf_init_jqrui_slidr_for_parent(a(document))},braapf_init_jqrui_slidr_for_parent=function(b){b.find(".bapf_slidr_jqrui:not(.bapf_slidr_ready)").each(function(){var b=a(this).find(".bapf_slidr_main"),c=berocket_apply_filters("jqrui_data_slidr_jqrui",{range:!0,min:b.data("min"),max:b.data("max"),values:[b.data("start"),b.data("end")],step:b.data("step"),create:function(b,c){var d=a(this).slider("values");a(this).trigger("braapf_change_jqrui_slidr",[d])},slide:function(b,c){a(this).trigger("braapf_change_jqrui_slidr",[c.values])},change:function(b,c){var d=a(this).slider("values");if(a(this).trigger("braapf_change_jqrui_slidr",[d]),!a(this).is(".bapf_jqrui_blocked")){var d=a(this).slider("values"),e=a(this).parents(".bapf_sfilter").data("taxonomy");braapf_jqrui_slidr_same(e,d);var f={element:"#"+a(this).closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",f,a(this)),berocket_do_action("update_products","filter",a(this))}}},b);b.slider(c),a(this).addClass("bapf_slidr_ready")})},braapf_jqrui_slidr_same=function(b,c){a(".bapf_slidr_jqrui.bapf_slidr_ready[data-taxonomy="+b+"]").each(function(){var b=a(this).find(".bapf_slidr_main");b.addClass("bapf_jqrui_blocked"),b.slider("values",c),b.removeClass("bapf_jqrui_blocked")})},braapf_jqrui_slidr_values_wc_price=function(a,b){var c=b.data("number_style");return c||(c=the_ajax_script.number_style),a[0]=berocket_format_number(a[0],c),a[1]=berocket_format_number(a[1],c),a},braapf_grab_single_jqrui=function(a,b){if(b.is(".bapf_slidr_jqrui.bapf_slidr_ready")&&0!=a){var c=b.find(".bapf_slidr_main"),d=c.slider("values"),e=c.slider("values"),f="";b.find(".bapf_tbprice").length&&(f=b.find(".bapf_tbprice").first().text());var g="";if(b.find(".bapf_taprice").length&&(g=b.find(".bapf_taprice").first().text()),d[0]!=c.data("min")||d[1]!=c.data("max")){e=berocket_apply_filters("jqrui_slidr_"+c.data("display"),e,c),e[0]=f+e[0]+g,e[1]=f+e[1]+g;var h={value:d[0]+"_"+d[1],html:e[0]+" - "+e[1]};h=berocket_apply_filters("jqrui_slidr_link_"+c.data("display"),h,d,e,c,a),a.values=[h]}}return a},braapf_jqrui_slidr_values_arr_attr=function(a,b){var c=b.data("attr");return Array.isArray(a)&&2==a.length?(a[0]=c[a[0]].n,a[1]=c[a[1]].n):(a=["",""],a[0]=c[0].n,a[1]=c[c.length-1].n),a},braapf_jqrui_slidr_values_link_arr_attr=function(a,b,c,d,e){var f=d.data("attr");return a.value=f[b[0]].v+"_"+f[b[1]].v,a},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slidr_jqrui",function(b,c){var d=a(this).find(".bapf_slidr_main"),e=d.data("min"),f=d.data("max");d.addClass("bapf_jqrui_blocked"),d.slider("values",[e,f]),d.removeClass("bapf_jqrui_blocked")}),berocket_add_filter("jqrui_slidr_wc_price",braapf_jqrui_slidr_values_wc_price),berocket_add_filter("jqrui_slidr_arr_attr",braapf_jqrui_slidr_values_arr_attr),berocket_add_filter("jqrui_slidr_arr_attr_price",braapf_jqrui_slidr_values_arr_attr,10),berocket_add_filter("jqrui_slidr_arr_attr_price",braapf_jqrui_slidr_values_wc_price,20),berocket_add_filter("jqrui_slidr_link_arr_attr",braapf_jqrui_slidr_values_link_arr_attr),berocket_add_filter("jqrui_slidr_link_arr_attr_price",braapf_jqrui_slidr_values_link_arr_attr),berocket_add_filter("grab_single_filter_default",braapf_grab_single_jqrui),berocket_add_filter("braapf_init",braapf_init_jqrui_slidr),berocket_add_filter("braapf_init_for_parent",braapf_init_jqrui_slidr_for_parent)}(jQuery),!function(a){function b(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var c,d=a.ui.mouse.prototype,e=d._mouseInit,f=d._mouseDestroy;d._touchStart=function(a){var d=this;!c&&d._mouseCapture(a.originalEvent.changedTouches[0])&&(c=!0,d._touchMoved=!1,b(a,"mouseover"),b(a,"mousemove"),b(a,"mousedown"))},d._touchMove=function(a){c&&(this._touchMoved=!0,b(a,"mousemove"))},d._touchEnd=function(a){c&&(b(a,"mouseup"),b(a,"mouseout"),this._touchMoved||b(a,"click"),c=!1)},d._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),e.call(b)},d._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),f.call(b)}}}(jQuery),!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})}),!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})}),!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"undefined"!=typeof module&&module.exports?module.exports=a:a(jQuery,window,document)}(function(a){!function(b){var c="function"==typeof define&&define.amd,d="undefined"!=typeof module&&module.exports,e="https:"==document.location.protocol?"https:":"http:",f="cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js";c||(d?require("jquery-mousewheel")(a):a.event.special.mousewheel||a("head").append(decodeURI("%3Cscript src="+e+"//"+f+"%3E%3C/script%3E"))),b()}(function(){var b,c="mCustomScrollbar",d="mCS",e=".mCustomScrollbar",f={setTop:0,setLeft:0,axis:"y",scrollbarPosition:"inside",scrollInertia:950,autoDraggerLength:!0,alwaysShowScrollbar:0,snapOffset:0,mouseWheel:{enable:!0,scrollAmount:"auto",axis:"y",deltaFactor:"auto",disableOver:["select","option","keygen","datalist","textarea"]},scrollButtons:{scrollType:"stepless",scrollAmount:"auto"},keyboard:{enable:!0,scrollType:"stepless",scrollAmount:"auto"},contentTouchScroll:25,documentTouchScroll:!0,advanced:{autoScrollOnFocus:"input,textarea,select,button,datalist,keygen,a[tabindex],area,object,[contenteditable='true']",updateOnContentResize:!0,updateOnImageLoad:"auto",autoUpdateTimeout:60},theme:"light",callbacks:{onTotalScrollOffset:0,onTotalScrollBackOffset:0,alwaysTriggerOffsets:!0}},g=0,h={},i=window.attachEvent&&!window.addEventListener?1:0,j=!1,k=["mCSB_dragger_onDrag","mCSB_scrollTools_onDrag","mCS_img_loaded","mCS_disabled","mCS_destroyed","mCS_no_scrollbar","mCS-autoHide","mCS-dir-rtl","mCS_no_scrollbar_y","mCS_no_scrollbar_x","mCS_y_hidden","mCS_x_hidden","mCSB_draggerContainer","mCSB_buttonUp","mCSB_buttonDown","mCSB_buttonLeft","mCSB_buttonRight"],l={init:function(b){var b=a.extend(!0,{},f,b),c=m.call(this);if(b.live){var i=b.liveSelector||this.selector||e,j=a(i);if("off"===b.live)return void o(i);h[i]=setTimeout(function(){j.mCustomScrollbar(b),"once"===b.live&&j.length&&o(i)},500)}else o(i);return b.setWidth=b.set_width?b.set_width:b.setWidth,b.setHeight=b.set_height?b.set_height:b.setHeight,b.axis=b.horizontalScroll?"x":p(b.axis),b.scrollInertia=b.scrollInertia>0&&b.scrollInertia<17?17:b.scrollInertia,"object"!=typeof b.mouseWheel&&1==b.mouseWheel&&(b.mouseWheel={enable:!0,scrollAmount:"auto",axis:"y",preventDefault:!1,deltaFactor:"auto",normalizeDelta:!1,invert:!1}),b.mouseWheel.scrollAmount=b.mouseWheelPixels?b.mouseWheelPixels:b.mouseWheel.scrollAmount,b.mouseWheel.normalizeDelta=b.advanced.normalizeMouseWheelDelta?b.advanced.normalizeMouseWheelDelta:b.mouseWheel.normalizeDelta,b.scrollButtons.scrollType=q(b.scrollButtons.scrollType),n(b),a(c).each(function(){var c=a(this);if(!c.data(d)){c.data(d,{idx:++g,opt:b,scrollRatio:{y:null,x:null},overflowed:null,contentReset:{y:null,x:null},bindEvents:!1,tweenRunning:!1,sequential:{},langDir:c.css("direction"),cbOffsets:null,trigger:null,poll:{size:{o:0,n:0},img:{o:0,n:0},change:{o:0,n:0}}});var e=c.data(d),f=e.opt,h=c.data("mcs-axis"),i=c.data("mcs-scrollbar-position"),j=c.data("mcs-theme");h&&(f.axis=h),i&&(f.scrollbarPosition=i),j&&(f.theme=j,n(f)),r.call(this),e&&f.callbacks.onCreate&&"function"==typeof f.callbacks.onCreate&&f.callbacks.onCreate.call(this),a("#mCSB_"+e.idx+"_container img:not(."+k[2]+")").addClass(k[2]),l.update.call(null,c)}})},update:function(b,c){var e=b||m.call(this);return a(e).each(function(){var b=a(this);if(b.data(d)){var e=b.data(d),f=e.opt,g=a("#mCSB_"+e.idx+"_container"),h=a("#mCSB_"+e.idx),i=[a("#mCSB_"+e.idx+"_dragger_vertical"),a("#mCSB_"+e.idx+"_dragger_horizontal")];if(!g.length)return;e.tweenRunning&&W(b),c&&e&&f.callbacks.onBeforeUpdate&&"function"==typeof f.callbacks.onBeforeUpdate&&f.callbacks.onBeforeUpdate.call(this),b.hasClass(k[3])&&b.removeClass(k[3]),b.hasClass(k[4])&&b.removeClass(k[4]),h.css("max-height","none"),h.height()!==b.height()&&h.css("max-height",b.height()),t.call(this),"y"===f.axis||f.advanced.autoExpandHorizontalScroll||g.css("width",s(g)),e.overflowed=y.call(this),C.call(this),f.autoDraggerLength&&v.call(this),w.call(this),A.call(this);var j=[Math.abs(g[0].offsetTop),Math.abs(g[0].offsetLeft)];"x"!==f.axis&&(e.overflowed[0]?i[0].height()>i[0].parent().height()?z.call(this):(X(b,j[0].toString(),{dir:"y",dur:0,overwrite:"none"}),e.contentReset.y=null):(z.call(this),"y"===f.axis?B.call(this):"yx"===f.axis&&e.overflowed[1]&&X(b,j[1].toString(),{dir:"x",dur:0,overwrite:"none"}))),"y"!==f.axis&&(e.overflowed[1]?i[1].width()>i[1].parent().width()?z.call(this):(X(b,j[1].toString(),{dir:"x",dur:0,overwrite:"none"}),e.contentReset.x=null):(z.call(this),"x"===f.axis?B.call(this):"yx"===f.axis&&e.overflowed[0]&&X(b,j[0].toString(),{dir:"y",dur:0,overwrite:"none"}))),c&&e&&(2===c&&f.callbacks.onImageLoad&&"function"==typeof f.callbacks.onImageLoad?f.callbacks.onImageLoad.call(this):3===c&&f.callbacks.onSelectorChange&&"function"==typeof f.callbacks.onSelectorChange?f.callbacks.onSelectorChange.call(this):f.callbacks.onUpdate&&"function"==typeof f.callbacks.onUpdate&&f.callbacks.onUpdate.call(this)),U.call(this)}})},scrollTo:function(b,c){if("undefined"!=typeof b&&null!=b){var e=m.call(this);return a(e).each(function(){var e=a(this);if(e.data(d)){var f=e.data(d),g=f.opt,h={trigger:"external",scrollInertia:g.scrollInertia,scrollEasing:"mcsEaseInOut",moveDragger:!1,timeout:60,callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},i=a.extend(!0,{},h,c),j=S.call(this,b),k=i.scrollInertia>0&&i.scrollInertia<17?17:i.scrollInertia;j[0]=T.call(this,j[0],"y"),j[1]=T.call(this,j[1],"x"),i.moveDragger&&(j[0]*=f.scrollRatio.y,j[1]*=f.scrollRatio.x),i.dur=ea()?0:k,setTimeout(function(){null!==j[0]&&"undefined"!=typeof j[0]&&"x"!==g.axis&&f.overflowed[0]&&(i.dir="y",i.overwrite="all",X(e,j[0].toString(),i)),null!==j[1]&&"undefined"!=typeof j[1]&&"y"!==g.axis&&f.overflowed[1]&&(i.dir="x",i.overwrite="none",X(e,j[1].toString(),i))},i.timeout)}})}},stop:function(){var b=m.call(this);return a(b).each(function(){var b=a(this);b.data(d)&&W(b)})},disable:function(b){var c=m.call(this);return a(c).each(function(){var c=a(this);c.data(d)&&(c.data(d),U.call(this,"remove"),B.call(this),b&&z.call(this),C.call(this,!0),c.addClass(k[3]))})},destroy:function(){var b=m.call(this);return a(b).each(function(){var e=a(this);if(e.data(d)){var f=e.data(d),g=f.opt,h=a("#mCSB_"+f.idx),i=a("#mCSB_"+f.idx+"_container"),j=a(".mCSB_"+f.idx+"_scrollbar");g.live&&o(g.liveSelector||a(b).selector),U.call(this,"remove"),B.call(this),z.call(this),e.removeData(d),_(this,"mcs"),j.remove(),i.find("img."+k[2]).removeClass(k[2]),h.replaceWith(i.contents()),e.removeClass(c+" _"+d+"_"+f.idx+" "+k[6]+" "+k[7]+" "+k[5]+" "+k[3]).addClass(k[4])}})}},m=function(){return"object"!=typeof a(this)||a(this).length<1?e:this},n=function(b){var c=["rounded","rounded-dark","rounded-dots","rounded-dots-dark"],d=["rounded-dots","rounded-dots-dark","3d","3d-dark","3d-thick","3d-thick-dark","inset","inset-dark","inset-2","inset-2-dark","inset-3","inset-3-dark"],e=["minimal","minimal-dark"],f=["minimal","minimal-dark"],g=["minimal","minimal-dark"];b.autoDraggerLength=!(a.inArray(b.theme,c)>-1)&&b.autoDraggerLength,b.autoExpandScrollbar=!(a.inArray(b.theme,d)>-1)&&b.autoExpandScrollbar,b.scrollButtons.enable=!(a.inArray(b.theme,e)>-1)&&b.scrollButtons.enable,b.autoHideScrollbar=a.inArray(b.theme,f)>-1||b.autoHideScrollbar,b.scrollbarPosition=a.inArray(b.theme,g)>-1?"outside":b.scrollbarPosition},o=function(a){h[a]&&(clearTimeout(h[a]),_(h,a))},p=function(a){return"yx"===a||"xy"===a||"auto"===a?"yx":"x"===a||"horizontal"===a?"x":"y"},q=function(a){return"stepped"===a||"pixels"===a||"step"===a||"click"===a?"stepped":"stepless"},r=function(){var b=a(this),e=b.data(d),f=e.opt,g=f.autoExpandScrollbar?" "+k[1]+"_expand":"",h=["<div id='mCSB_"+e.idx+"_scrollbar_vertical' class='mCSB_scrollTools mCSB_"+e.idx+"_scrollbar mCS-"+f.theme+" mCSB_scrollTools_vertical"+g+"'><div class='"+k[12]+"'><div id='mCSB_"+e.idx+"_dragger_vertical' class='mCSB_dragger' style='position:absolute;'><div class='mCSB_dragger_bar' /></div><div class='mCSB_draggerRail' /></div></div>","<div id='mCSB_"+e.idx+"_scrollbar_horizontal' class='mCSB_scrollTools mCSB_"+e.idx+"_scrollbar mCS-"+f.theme+" mCSB_scrollTools_horizontal"+g+"'><div class='"+k[12]+"'><div id='mCSB_"+e.idx+"_dragger_horizontal' class='mCSB_dragger' style='position:absolute;'><div class='mCSB_dragger_bar' /></div><div class='mCSB_draggerRail' /></div></div>"],i="yx"===f.axis?"mCSB_vertical_horizontal":"x"===f.axis?"mCSB_horizontal":"mCSB_vertical",j="yx"===f.axis?h[0]+h[1]:"x"===f.axis?h[1]:h[0],l="yx"===f.axis?"<div id='mCSB_"+e.idx+"_container_wrapper' class='mCSB_container_wrapper' />":"",m=f.autoHideScrollbar?" "+k[6]:"",n="x"!==f.axis&&"rtl"===e.langDir?" "+k[7]:"";f.setWidth&&b.css("width",f.setWidth),f.setHeight&&b.css("height",f.setHeight),f.setLeft="y"!==f.axis&&"rtl"===e.langDir?"989999px":f.setLeft,b.addClass(c+" _"+d+"_"+e.idx+m+n).wrapInner("<div id='mCSB_"+e.idx+"' class='mCustomScrollBox mCS-"+f.theme+" "+i+"'><div id='mCSB_"+e.idx+"_container' class='mCSB_container' style='position:relative; top:"+f.setTop+"; left:"+f.setLeft+";' dir='"+e.langDir+"' /></div>");var o=a("#mCSB_"+e.idx),p=a("#mCSB_"+e.idx+"_container");"y"===f.axis||f.advanced.autoExpandHorizontalScroll||p.css("width",s(p)),"outside"===f.scrollbarPosition?("static"===b.css("position")&&b.css("position","relative"),b.css("overflow","visible"),o.addClass("mCSB_outside").after(j)):(o.addClass("mCSB_inside").append(j),p.wrap(l)),u.call(this);var q=[a("#mCSB_"+e.idx+"_dragger_vertical"),a("#mCSB_"+e.idx+"_dragger_horizontal")];q[0].css("min-height",q[0].height()),q[1].css("min-width",q[1].width())},s=function(b){var c=[b[0].scrollWidth,Math.max.apply(Math,b.children().map(function(){return a(this).outerWidth(!0)}).get())],d=b.parent().width();return c[0]>d?c[0]:c[1]>d?c[1]:"100%"},t=function(){var b=a(this),c=b.data(d),e=c.opt,f=a("#mCSB_"+c.idx+"_container");
|
3 |
-
if(e.advanced.autoExpandHorizontalScroll&&"y"!==e.axis){f.css({width:"auto","min-width":0,"overflow-x":"scroll"});var g=Math.ceil(f[0].scrollWidth);3===e.advanced.autoExpandHorizontalScroll||2!==e.advanced.autoExpandHorizontalScroll&&g>f.parent().width()?f.css({width:g,"min-width":"100%","overflow-x":"inherit"}):f.css({"overflow-x":"inherit",position:"absolute"}).wrap("<div class='mCSB_h_wrapper' style='position:relative; left:0; width:999999px;' />").css({width:Math.ceil(f[0].getBoundingClientRect().right+.4)-Math.floor(f[0].getBoundingClientRect().left),"min-width":"100%",position:"relative"}).unwrap()}},u=function(){var b=a(this),c=b.data(d),e=c.opt,f=a(".mCSB_"+c.idx+"_scrollbar:first"),g=ca(e.scrollButtons.tabindex)?"tabindex='"+e.scrollButtons.tabindex+"'":"",h=["<a href='#' class='"+k[13]+"' "+g+" />","<a href='#' class='"+k[14]+"' "+g+" />","<a href='#' class='"+k[15]+"' "+g+" />","<a href='#' class='"+k[16]+"' "+g+" />"],i=["x"===e.axis?h[2]:h[0],"x"===e.axis?h[3]:h[1],h[2],h[3]];e.scrollButtons.enable&&f.prepend(i[0]).append(i[1]).next(".mCSB_scrollTools").prepend(i[2]).append(i[3])},v=function(){var b=a(this),c=b.data(d),e=a("#mCSB_"+c.idx),f=a("#mCSB_"+c.idx+"_container"),g=[a("#mCSB_"+c.idx+"_dragger_vertical"),a("#mCSB_"+c.idx+"_dragger_horizontal")],h=[e.height()/f.outerHeight(!1),e.width()/f.outerWidth(!1)],j=[parseInt(g[0].css("min-height")),Math.round(h[0]*g[0].parent().height()),parseInt(g[1].css("min-width")),Math.round(h[1]*g[1].parent().width())],k=i&&j[1]<j[0]?j[0]:j[1],l=i&&j[3]<j[2]?j[2]:j[3];g[0].css({height:k,"max-height":g[0].parent().height()-10}).find(".mCSB_dragger_bar").css({"line-height":j[0]+"px"}),g[1].css({width:l,"max-width":g[1].parent().width()-10})},w=function(){var b=a(this),c=b.data(d),e=a("#mCSB_"+c.idx),f=a("#mCSB_"+c.idx+"_container"),g=[a("#mCSB_"+c.idx+"_dragger_vertical"),a("#mCSB_"+c.idx+"_dragger_horizontal")],h=[f.outerHeight(!1)-e.height(),f.outerWidth(!1)-e.width()],i=[h[0]/(g[0].parent().height()-g[0].height()),h[1]/(g[1].parent().width()-g[1].width())];c.scrollRatio={y:i[0],x:i[1]}},x=function(a,b,c){var d=c?k[0]+"_expanded":"",e=a.closest(".mCSB_scrollTools");"active"===b?(a.toggleClass(k[0]+" "+d),e.toggleClass(k[1]),a[0]._draggable=a[0]._draggable?0:1):a[0]._draggable||("hide"===b?(a.removeClass(k[0]),e.removeClass(k[1])):(a.addClass(k[0]),e.addClass(k[1])))},y=function(){var b=a(this),c=b.data(d),e=a("#mCSB_"+c.idx),f=a("#mCSB_"+c.idx+"_container"),g=null==c.overflowed?f.height():f.outerHeight(!1),h=null==c.overflowed?f.width():f.outerWidth(!1),i=f[0].scrollHeight,j=f[0].scrollWidth;return i>g&&(g=i),j>h&&(h=j),[g>e.height(),h>e.width()]},z=function(){var b=a(this),c=b.data(d),e=c.opt,f=a("#mCSB_"+c.idx),g=a("#mCSB_"+c.idx+"_container"),h=[a("#mCSB_"+c.idx+"_dragger_vertical"),a("#mCSB_"+c.idx+"_dragger_horizontal")];if(W(b),("x"!==e.axis&&!c.overflowed[0]||"y"===e.axis&&c.overflowed[0])&&(h[0].add(g).css("top",0),X(b,"_resetY")),"y"!==e.axis&&!c.overflowed[1]||"x"===e.axis&&c.overflowed[1]){var i=dx=0;"rtl"===c.langDir&&(i=f.width()-g.outerWidth(!1),dx=Math.abs(i/c.scrollRatio.x)),g.css("left",i),h[1].css("left",dx),X(b,"_resetX")}},A=function(){function b(){g=setTimeout(function(){a.event.special.mousewheel?(clearTimeout(g),H.call(c[0])):b()},100)}var c=a(this),e=c.data(d),f=e.opt;if(!e.bindEvents){if(E.call(this),f.contentTouchScroll&&F.call(this),G.call(this),f.mouseWheel.enable){var g;b()}M.call(this),O.call(this),f.advanced.autoScrollOnFocus&&N.call(this),f.scrollButtons.enable&&P.call(this),f.keyboard.enable&&Q.call(this),e.bindEvents=!0}},B=function(){var b=a(this),c=b.data(d),e=c.opt,f=d+"_"+c.idx,g=".mCSB_"+c.idx+"_scrollbar",h=a("#mCSB_"+c.idx+",#mCSB_"+c.idx+"_container,#mCSB_"+c.idx+"_container_wrapper,"+g+" ."+k[12]+",#mCSB_"+c.idx+"_dragger_vertical,#mCSB_"+c.idx+"_dragger_horizontal,"+g+">a"),i=a("#mCSB_"+c.idx+"_container");e.advanced.releaseDraggableSelectors&&h.add(a(e.advanced.releaseDraggableSelectors)),e.advanced.extraDraggableSelectors&&h.add(a(e.advanced.extraDraggableSelectors)),c.bindEvents&&(a(document).add(a(!J()||top.document)).unbind("."+f),h.each(function(){a(this).unbind("."+f)}),clearTimeout(b[0]._focusTimeout),_(b[0],"_focusTimeout"),clearTimeout(c.sequential.step),_(c.sequential,"step"),clearTimeout(i[0].onCompleteTimeout),_(i[0],"onCompleteTimeout"),c.bindEvents=!1)},C=function(b){var c=a(this),e=c.data(d),f=e.opt,g=a("#mCSB_"+e.idx+"_container_wrapper"),h=g.length?g:a("#mCSB_"+e.idx+"_container"),i=[a("#mCSB_"+e.idx+"_scrollbar_vertical"),a("#mCSB_"+e.idx+"_scrollbar_horizontal")],j=[i[0].find(".mCSB_dragger"),i[1].find(".mCSB_dragger")];"x"!==f.axis&&(e.overflowed[0]&&!b?(i[0].add(j[0]).add(i[0].children("a")).css("display","block"),h.removeClass(k[8]+" "+k[10])):(f.alwaysShowScrollbar?(2!==f.alwaysShowScrollbar&&j[0].css("display","none"),h.removeClass(k[10])):(i[0].css("display","none"),h.addClass(k[10])),h.addClass(k[8]))),"y"!==f.axis&&(e.overflowed[1]&&!b?(i[1].add(j[1]).add(i[1].children("a")).css("display","block"),h.removeClass(k[9]+" "+k[11])):(f.alwaysShowScrollbar?(2!==f.alwaysShowScrollbar&&j[1].css("display","none"),h.removeClass(k[11])):(i[1].css("display","none"),h.addClass(k[11])),h.addClass(k[9]))),e.overflowed[0]||e.overflowed[1]?c.removeClass(k[5]):c.addClass(k[5])},D=function(b){var c=b.type,d=b.target.ownerDocument!==document&&null!==frameElement?[a(frameElement).offset().top,a(frameElement).offset().left]:null,e=J()&&b.target.ownerDocument!==top.document&&null!==frameElement?[a(b.view.frameElement).offset().top,a(b.view.frameElement).offset().left]:[0,0];switch(c){case"pointerdown":case"MSPointerDown":case"pointermove":case"MSPointerMove":case"pointerup":case"MSPointerUp":return d?[b.originalEvent.pageY-d[0]+e[0],b.originalEvent.pageX-d[1]+e[1],!1]:[b.originalEvent.pageY,b.originalEvent.pageX,!1];case"touchstart":case"touchmove":case"touchend":var f=b.originalEvent.touches[0]||b.originalEvent.changedTouches[0],g=b.originalEvent.touches.length||b.originalEvent.changedTouches.length;return b.target.ownerDocument!==document?[f.screenY,f.screenX,g>1]:[f.pageY,f.pageX,g>1];default:return d?[b.pageY-d[0]+e[0],b.pageX-d[1]+e[1],!1]:[b.pageY,b.pageX,!1]}},E=function(){function b(a,b,d,e){if(n[0].idleTimer=k.scrollInertia<233?250:0,c.attr("id")===m[1])var f="x",i=(c[0].offsetLeft-b+e)*h.scrollRatio.x;else var f="y",i=(c[0].offsetTop-a+d)*h.scrollRatio.y;X(g,i.toString(),{dir:f,drag:!0})}var c,e,f,g=a(this),h=g.data(d),k=h.opt,l=d+"_"+h.idx,m=["mCSB_"+h.idx+"_dragger_vertical","mCSB_"+h.idx+"_dragger_horizontal"],n=a("#mCSB_"+h.idx+"_container"),o=a("#"+m[0]+",#"+m[1]),p=k.advanced.releaseDraggableSelectors?o.add(a(k.advanced.releaseDraggableSelectors)):o,q=k.advanced.extraDraggableSelectors?a(!J()||top.document).add(a(k.advanced.extraDraggableSelectors)):a(!J()||top.document);o.bind("contextmenu."+l,function(a){a.preventDefault()}).bind("mousedown."+l+" touchstart."+l+" pointerdown."+l+" MSPointerDown."+l,function(b){if(b.stopImmediatePropagation(),b.preventDefault(),aa(b)){j=!0,i&&(document.onselectstart=function(){return!1}),K.call(n,!1),W(g),c=a(this);var d=c.offset(),h=D(b)[0]-d.top,l=D(b)[1]-d.left,m=c.height()+d.top,o=c.width()+d.left;m>h&&h>0&&o>l&&l>0&&(e=h,f=l),x(c,"active",k.autoExpandScrollbar)}}).bind("touchmove."+l,function(a){a.stopImmediatePropagation(),a.preventDefault();var d=c.offset(),g=D(a)[0]-d.top,h=D(a)[1]-d.left;b(e,f,g,h)}),a(document).add(q).bind("mousemove."+l+" pointermove."+l+" MSPointerMove."+l,function(a){if(c){var d=c.offset(),g=D(a)[0]-d.top,h=D(a)[1]-d.left;if(e===g&&f===h)return;b(e,f,g,h)}}).add(p).bind("mouseup."+l+" touchend."+l+" pointerup."+l+" MSPointerUp."+l,function(){c&&(x(c,"active",k.autoExpandScrollbar),c=null),j=!1,i&&(document.onselectstart=null),K.call(n,!0)})},F=function(){function c(a){if(!ba(a)||j||D(a)[2])return void(b=0);b=1,w=0,x=0,k=1,y.removeClass("mCS_touch_action");var c=E.offset();l=D(a)[0]-c.top,m=D(a)[1]-c.left,L=[D(a)[0],D(a)[1]]}function e(a){if(ba(a)&&!j&&!D(a)[2]&&(A.documentTouchScroll||a.preventDefault(),a.stopImmediatePropagation(),(!x||w)&&k)){q=Z();var b=C.offset(),c=D(a)[0]-b.top,d=D(a)[1]-b.left,e="mcsLinearOut";if(G.push(c),H.push(d),L[2]=Math.abs(D(a)[0]-L[0]),L[3]=Math.abs(D(a)[1]-L[1]),z.overflowed[0])var f=F[0].parent().height()-F[0].height(),g=l-c>0&&c-l>-(f*z.scrollRatio.y)&&(2*L[3]<L[2]||"yx"===A.axis);if(z.overflowed[1])var h=F[1].parent().width()-F[1].width(),n=m-d>0&&d-m>-(h*z.scrollRatio.x)&&(2*L[2]<L[3]||"yx"===A.axis);g||n?(O||a.preventDefault(),w=1):(x=1,y.addClass("mCS_touch_action")),O&&a.preventDefault(),u="yx"===A.axis?[l-c,m-d]:"x"===A.axis?[null,m-d]:[l-c,null],E[0].idleTimer=250,z.overflowed[0]&&i(u[0],I,e,"y","all",!0),z.overflowed[1]&&i(u[1],I,e,"x",K,!0)}}function f(a){if(!ba(a)||j||D(a)[2])return void(b=0);b=1,a.stopImmediatePropagation(),W(y),p=Z();var c=C.offset();n=D(a)[0]-c.top,o=D(a)[1]-c.left,G=[],H=[]}function g(a){if(ba(a)&&!j&&!D(a)[2]){k=0,a.stopImmediatePropagation(),w=0,x=0,r=Z();var b=C.offset(),c=D(a)[0]-b.top,d=D(a)[1]-b.left;if(!(r-q>30)){t=1e3/(r-p);var e="mcsEaseOut",f=2.5>t,g=f?[G[G.length-2],H[H.length-2]]:[0,0];s=f?[c-g[0],d-g[1]]:[c-n,d-o];var l=[Math.abs(s[0]),Math.abs(s[1])];t=f?[Math.abs(s[0]/4),Math.abs(s[1]/4)]:[t,t];var m=[Math.abs(E[0].offsetTop)-s[0]*h(l[0]/t[0],t[0]),Math.abs(E[0].offsetLeft)-s[1]*h(l[1]/t[1],t[1])];u="yx"===A.axis?[m[0],m[1]]:"x"===A.axis?[null,m[1]]:[m[0],null],v=[4*l[0]+A.scrollInertia,4*l[1]+A.scrollInertia];var y=parseInt(A.contentTouchScroll)||0;u[0]=l[0]>y?u[0]:0,u[1]=l[1]>y?u[1]:0,z.overflowed[0]&&i(u[0],v[0],e,"y",K,!1),z.overflowed[1]&&i(u[1],v[1],e,"x",K,!1)}}}function h(a,b){var c=[1.5*b,2*b,b/1.5,b/2];return a>90?b>4?c[0]:c[3]:a>60?b>3?c[3]:c[2]:a>30?b>8?c[1]:b>6?c[0]:b>4?b:c[2]:b>8?b:c[3]}function i(a,b,c,d,e,f){a&&X(y,a.toString(),{dur:b,scrollEasing:c,dir:d,overwrite:e,drag:f})}var k,l,m,n,o,p,q,r,s,t,u,v,w,x,y=a(this),z=y.data(d),A=z.opt,B=d+"_"+z.idx,C=a("#mCSB_"+z.idx),E=a("#mCSB_"+z.idx+"_container"),F=[a("#mCSB_"+z.idx+"_dragger_vertical"),a("#mCSB_"+z.idx+"_dragger_horizontal")],G=[],H=[],I=0,K="yx"===A.axis?"none":"all",L=[],M=E.find("iframe"),N=["touchstart."+B+" pointerdown."+B+" MSPointerDown."+B,"touchmove."+B+" pointermove."+B+" MSPointerMove."+B,"touchend."+B+" pointerup."+B+" MSPointerUp."+B],O=void 0!==document.body.style.touchAction&&""!==document.body.style.touchAction;E.bind(N[0],function(a){c(a)}).bind(N[1],function(a){e(a)}),C.bind(N[0],function(a){f(a)}).bind(N[2],function(a){g(a)}),M.length&&M.each(function(){a(this).bind("load",function(){J(this)&&a(this.contentDocument||this.contentWindow.document).bind(N[0],function(a){c(a),f(a)}).bind(N[1],function(a){e(a)}).bind(N[2],function(a){g(a)})})})},G=function(){function c(){return window.getSelection?window.getSelection().toString():document.selection&&"Control"!=document.selection.type?document.selection.createRange().text:0}function e(a,b,c){k.type=c&&f?"stepped":"stepless",k.scrollAmount=10,R(g,a,b,"mcsLinearOut",c?60:null)}var f,g=a(this),h=g.data(d),i=h.opt,k=h.sequential,l=d+"_"+h.idx,m=a("#mCSB_"+h.idx+"_container"),n=m.parent();m.bind("mousedown."+l,function(){b||f||(f=1,j=!0)}).add(document).bind("mousemove."+l,function(a){if(!b&&f&&c()){var d=m.offset(),g=D(a)[0]-d.top+m[0].offsetTop,j=D(a)[1]-d.left+m[0].offsetLeft;g>0&&g<n.height()&&j>0&&j<n.width()?k.step&&e("off",null,"stepped"):("x"!==i.axis&&h.overflowed[0]&&(0>g?e("on",38):g>n.height()&&e("on",40)),"y"!==i.axis&&h.overflowed[1]&&(0>j?e("on",37):j>n.width()&&e("on",39)))}}).bind("mouseup."+l+" dragend."+l,function(){b||(f&&(f=0,e("off",null)),j=!1)})},H=function(){function b(b,d){if(W(c),!L(c,b.target)){var g="auto"!==f.mouseWheel.deltaFactor?parseInt(f.mouseWheel.deltaFactor):i&&b.deltaFactor<100?100:b.deltaFactor||100,k=f.scrollInertia;if("x"===f.axis||"x"===f.mouseWheel.axis)var l="x",m=[Math.round(g*e.scrollRatio.x),parseInt(f.mouseWheel.scrollAmount)],n="auto"!==f.mouseWheel.scrollAmount?m[1]:m[0]>=h.width()?.9*h.width():m[0],o=Math.abs(a("#mCSB_"+e.idx+"_container")[0].offsetLeft),p=j[1][0].offsetLeft,q=j[1].parent().width()-j[1].width(),r="y"===f.mouseWheel.axis?b.deltaY||d:b.deltaX;else var l="y",m=[Math.round(g*e.scrollRatio.y),parseInt(f.mouseWheel.scrollAmount)],n="auto"!==f.mouseWheel.scrollAmount?m[1]:m[0]>=h.height()?.9*h.height():m[0],o=Math.abs(a("#mCSB_"+e.idx+"_container")[0].offsetTop),p=j[0][0].offsetTop,q=j[0].parent().height()-j[0].height(),r=b.deltaY||d;"y"===l&&!e.overflowed[0]||"x"===l&&!e.overflowed[1]||((f.mouseWheel.invert||b.webkitDirectionInvertedFromDevice)&&(r=-r),f.mouseWheel.normalizeDelta&&(r=0>r?-1:1),(r>0&&0!==p||0>r&&p!==q||f.mouseWheel.preventDefault)&&(b.stopImmediatePropagation(),b.preventDefault()),b.deltaFactor<5&&!f.mouseWheel.normalizeDelta&&(n=b.deltaFactor,k=17),X(c,(o-r*n).toString(),{dir:l,dur:k}))}}if(a(this).data(d)){var c=a(this),e=c.data(d),f=e.opt,g=d+"_"+e.idx,h=a("#mCSB_"+e.idx),j=[a("#mCSB_"+e.idx+"_dragger_vertical"),a("#mCSB_"+e.idx+"_dragger_horizontal")],k=a("#mCSB_"+e.idx+"_container").find("iframe");k.length&&k.each(function(){a(this).bind("load",function(){J(this)&&a(this.contentDocument||this.contentWindow.document).bind("mousewheel."+g,function(a,c){b(a,c)})})}),h.bind("mousewheel."+g,function(a,c){b(a,c)})}},I=new Object,J=function(b){var c=!1,d=!1,e=null;if(void 0===b?d="#empty":void 0!==a(b).attr("id")&&(d=a(b).attr("id")),d!==!1&&void 0!==I[d])return I[d];if(b){try{var f=b.contentDocument||b.contentWindow.document;e=f.body.innerHTML}catch(a){}c=null!==e}else{try{var f=top.document;e=f.body.innerHTML}catch(a){}c=null!==e}return d!==!1&&(I[d]=c),c},K=function(a){var b=this.find("iframe");if(b.length){var c=a?"auto":"none";b.css("pointer-events",c)}},L=function(b,c){var e=c.nodeName.toLowerCase(),f=b.data(d).opt.mouseWheel.disableOver,g=["select","textarea"];return a.inArray(e,f)>-1&&!(a.inArray(e,g)>-1&&!a(c).is(":focus"))},M=function(){var b,c=a(this),e=c.data(d),f=d+"_"+e.idx,g=a("#mCSB_"+e.idx+"_container"),h=g.parent(),i=a(".mCSB_"+e.idx+"_scrollbar ."+k[12]);i.bind("mousedown."+f+" touchstart."+f+" pointerdown."+f+" MSPointerDown."+f,function(c){j=!0,a(c.target).hasClass("mCSB_dragger")||(b=1)}).bind("touchend."+f+" pointerup."+f+" MSPointerUp."+f,function(){j=!1}).bind("click."+f,function(d){if(b&&(b=0,a(d.target).hasClass(k[12])||a(d.target).hasClass("mCSB_draggerRail"))){W(c);var f=a(this),i=f.find(".mCSB_dragger");if(f.parent(".mCSB_scrollTools_horizontal").length>0){if(!e.overflowed[1])return;var j="x",l=d.pageX>i.offset().left?-1:1,m=Math.abs(g[0].offsetLeft)-l*(.9*h.width())}else{if(!e.overflowed[0])return;var j="y",l=d.pageY>i.offset().top?-1:1,m=Math.abs(g[0].offsetTop)-l*(.9*h.height())}X(c,m.toString(),{dir:j,scrollEasing:"mcsEaseInOut"})}})},N=function(){var b=a(this),c=b.data(d),e=c.opt,f=d+"_"+c.idx,g=a("#mCSB_"+c.idx+"_container"),h=g.parent();g.bind("focusin."+f,function(){var c=a(document.activeElement),d=g.find(".mCustomScrollBox").length,f=0;c.is(e.advanced.autoScrollOnFocus)&&(W(b),clearTimeout(b[0]._focusTimeout),b[0]._focusTimer=d?(f+17)*d:0,b[0]._focusTimeout=setTimeout(function(){var a=[da(c)[0],da(c)[1]],d=[g[0].offsetTop,g[0].offsetLeft],i=[d[0]+a[0]>=0&&d[0]+a[0]<h.height()-c.outerHeight(!1),d[1]+a[1]>=0&&d[0]+a[1]<h.width()-c.outerWidth(!1)],j="yx"!==e.axis||i[0]||i[1]?"all":"none";"x"===e.axis||i[0]||X(b,a[0].toString(),{dir:"y",scrollEasing:"mcsEaseInOut",overwrite:j,dur:f}),"y"===e.axis||i[1]||X(b,a[1].toString(),{dir:"x",scrollEasing:"mcsEaseInOut",overwrite:j,dur:f})},b[0]._focusTimer))})},O=function(){var b=a(this),c=b.data(d),e=d+"_"+c.idx,f=a("#mCSB_"+c.idx+"_container").parent();f.bind("scroll."+e,function(){0===f.scrollTop()&&0===f.scrollLeft()||a(".mCSB_"+c.idx+"_scrollbar").css("visibility","hidden")})},P=function(){var b=a(this),c=b.data(d),e=c.opt,f=c.sequential,g=d+"_"+c.idx,h=".mCSB_"+c.idx+"_scrollbar",i=a(h+">a");i.bind("contextmenu."+g,function(a){a.preventDefault()}).bind("mousedown."+g+" touchstart."+g+" pointerdown."+g+" MSPointerDown."+g+" mouseup."+g+" touchend."+g+" pointerup."+g+" MSPointerUp."+g+" mouseout."+g+" pointerout."+g+" MSPointerOut."+g+" click."+g,function(d){function g(a,c){f.scrollAmount=e.scrollButtons.scrollAmount,R(b,a,c)}if(d.preventDefault(),aa(d)){var h=a(this).attr("class");switch(f.type=e.scrollButtons.scrollType,d.type){case"mousedown":case"touchstart":case"pointerdown":case"MSPointerDown":if("stepped"===f.type)return;j=!0,c.tweenRunning=!1,g("on",h);break;case"mouseup":case"touchend":case"pointerup":case"MSPointerUp":case"mouseout":case"pointerout":case"MSPointerOut":if("stepped"===f.type)return;j=!1,f.dir&&g("off",h);break;case"click":if("stepped"!==f.type||c.tweenRunning)return;g("on",h)}}})},Q=function(){function b(b){function d(a,b){g.type=f.keyboard.scrollType,g.scrollAmount=f.keyboard.scrollAmount,"stepped"===g.type&&e.tweenRunning||R(c,a,b)}switch(b.type){case"blur":e.tweenRunning&&g.dir&&d("off",null);break;case"keydown":case"keyup":var h=b.keyCode?b.keyCode:b.which,i="on";if("x"!==f.axis&&(38===h||40===h)||"y"!==f.axis&&(37===h||39===h)){if((38===h||40===h)&&!e.overflowed[0]||(37===h||39===h)&&!e.overflowed[1])return;"keyup"===b.type&&(i="off"),a(document.activeElement).is(l)||(b.preventDefault(),b.stopImmediatePropagation(),d(i,h))}else if(33===h||34===h){if((e.overflowed[0]||e.overflowed[1])&&(b.preventDefault(),b.stopImmediatePropagation()),"keyup"===b.type){W(c);var m=34===h?-1:1;if("x"===f.axis||"yx"===f.axis&&e.overflowed[1]&&!e.overflowed[0])var n="x",o=Math.abs(j[0].offsetLeft)-m*(.9*k.width());else var n="y",o=Math.abs(j[0].offsetTop)-m*(.9*k.height());X(c,o.toString(),{dir:n,scrollEasing:"mcsEaseInOut"})}}else if((35===h||36===h)&&!a(document.activeElement).is(l)&&((e.overflowed[0]||e.overflowed[1])&&(b.preventDefault(),b.stopImmediatePropagation()),"keyup"===b.type)){if("x"===f.axis||"yx"===f.axis&&e.overflowed[1]&&!e.overflowed[0])var n="x",o=35===h?Math.abs(k.width()-j.outerWidth(!1)):0;else var n="y",o=35===h?Math.abs(k.height()-j.outerHeight(!1)):0;X(c,o.toString(),{dir:n,scrollEasing:"mcsEaseInOut"})}}}var c=a(this),e=c.data(d),f=e.opt,g=e.sequential,h=d+"_"+e.idx,i=a("#mCSB_"+e.idx),j=a("#mCSB_"+e.idx+"_container"),k=j.parent(),l="input,textarea,select,datalist,keygen,[contenteditable='true']",m=j.find("iframe"),n=["blur."+h+" keydown."+h+" keyup."+h];m.length&&m.each(function(){a(this).bind("load",function(){J(this)&&a(this.contentDocument||this.contentWindow.document).bind(n[0],function(a){b(a)})})}),i.attr("tabindex","0").bind(n[0],function(a){b(a)})},R=function(b,c,e,f,g){function h(a){l.snapAmount&&(m.scrollAmount=l.snapAmount instanceof Array?"x"===m.dir[0]?l.snapAmount[1]:l.snapAmount[0]:l.snapAmount);var c="stepped"!==m.type,d=g?g:a?c?p/1.5:q:1e3/60,e=a?c?7.5:40:2.5,i=[Math.abs(n[0].offsetTop),Math.abs(n[0].offsetLeft)],k=[j.scrollRatio.y>10?10:j.scrollRatio.y,j.scrollRatio.x>10?10:j.scrollRatio.x],o="x"===m.dir[0]?i[1]+m.dir[1]*(k[1]*e):i[0]+m.dir[1]*(k[0]*e),r="x"===m.dir[0]?i[1]+m.dir[1]*parseInt(m.scrollAmount):i[0]+m.dir[1]*parseInt(m.scrollAmount),s="auto"!==m.scrollAmount?r:o,t=f?f:a?c?"mcsLinearOut":"mcsEaseInOut":"mcsLinear",u=!!a;return a&&17>d&&(s="x"===m.dir[0]?i[1]:i[0]),X(b,s.toString(),{dir:m.dir[0],scrollEasing:t,dur:d,onComplete:u}),a?void(m.dir=!1):(clearTimeout(m.step),void(m.step=setTimeout(function(){h()},d)))}function i(){clearTimeout(m.step),_(m,"step"),W(b)}var j=b.data(d),l=j.opt,m=j.sequential,n=a("#mCSB_"+j.idx+"_container"),o="stepped"===m.type,p=l.scrollInertia<26?26:l.scrollInertia,q=l.scrollInertia<1?17:l.scrollInertia;switch(c){case"on":if(m.dir=[e===k[16]||e===k[15]||39===e||37===e?"x":"y",e===k[13]||e===k[15]||38===e||37===e?-1:1],W(b),ca(e)&&"stepped"===m.type)return;h(o);break;case"off":i(),(o||j.tweenRunning&&m.dir)&&h(!0)}},S=function(b){var c=a(this).data(d).opt,e=[];return"function"==typeof b&&(b=b()),b instanceof Array?e=b.length>1?[b[0],b[1]]:"x"===c.axis?[null,b[0]]:[b[0],null]:(e[0]=b.y?b.y:b.x||"x"===c.axis?null:b,e[1]=b.x?b.x:b.y||"y"===c.axis?null:b),"function"==typeof e[0]&&(e[0]=e[0]()),"function"==typeof e[1]&&(e[1]=e[1]()),e},T=function(b,c){if(null!=b&&"undefined"!=typeof b){var e=a(this),f=e.data(d),g=f.opt,h=a("#mCSB_"+f.idx+"_container"),i=h.parent(),j=typeof b;c||(c="x"===g.axis?"x":"y");var k="x"===c?h.outerWidth(!1)-i.width():h.outerHeight(!1)-i.height(),m="x"===c?h[0].offsetLeft:h[0].offsetTop,n="x"===c?"left":"top";switch(j){case"function":return b();case"object":var o=b.jquery?b:a(b);if(!o.length)return;return"x"===c?da(o)[1]:da(o)[0];case"string":case"number":if(ca(b))return Math.abs(b);if(-1!==b.indexOf("%"))return Math.abs(k*parseInt(b)/100);if(-1!==b.indexOf("-="))return Math.abs(m-parseInt(b.split("-=")[1]));if(-1!==b.indexOf("+=")){var p=m+parseInt(b.split("+=")[1]);return p>=0?0:Math.abs(p)}if(-1!==b.indexOf("px")&&ca(b.split("px")[0]))return Math.abs(b.split("px")[0]);if("top"===b||"left"===b)return 0;if("bottom"===b)return Math.abs(i.height()-h.outerHeight(!1));if("right"===b)return Math.abs(i.width()-h.outerWidth(!1));if("first"===b||"last"===b){var o=h.find(":"+b);return"x"===c?da(o)[1]:da(o)[0]}return a(b).length?"x"===c?da(a(b))[1]:da(a(b))[0]:(h.css(n,b),void l.update.call(null,e[0]))}}},U=function(b){function c(){return clearTimeout(m[0].autoUpdate),0===h.parents("html").length?void(h=null):void(m[0].autoUpdate=setTimeout(function(){return j.advanced.updateOnSelectorChange&&(i.poll.change.n=f(),i.poll.change.n!==i.poll.change.o)?(i.poll.change.o=i.poll.change.n,void g(3)):j.advanced.updateOnContentResize&&(i.poll.size.n=h[0].scrollHeight+h[0].scrollWidth+m[0].offsetHeight+h[0].offsetHeight+h[0].offsetWidth,i.poll.size.n!==i.poll.size.o)?(i.poll.size.o=i.poll.size.n,void g(1)):!j.advanced.updateOnImageLoad||"auto"===j.advanced.updateOnImageLoad&&"y"===j.axis||(i.poll.img.n=m.find("img").length,i.poll.img.n===i.poll.img.o)?void((j.advanced.updateOnSelectorChange||j.advanced.updateOnContentResize||j.advanced.updateOnImageLoad)&&c()):(i.poll.img.o=i.poll.img.n,void m.find("img").each(function(){e(this)}))},j.advanced.autoUpdateTimeout))}function e(b){function c(a,b){return function(){return b.apply(a,arguments)}}function d(){this.onload=null,a(b).addClass(k[2]),g(2)}if(a(b).hasClass(k[2]))return void g();var e=new Image;e.onload=c(e,d),e.src=b.src}function f(){j.advanced.updateOnSelectorChange===!0&&(j.advanced.updateOnSelectorChange="*");var a=0,b=m.find(j.advanced.updateOnSelectorChange);return j.advanced.updateOnSelectorChange&&b.length>0&&b.each(function(){a+=this.offsetHeight+this.offsetWidth}),a}function g(a){clearTimeout(m[0].autoUpdate),l.update.call(null,h[0],a)}var h=a(this),i=h.data(d),j=i.opt,m=a("#mCSB_"+i.idx+"_container");return b?(clearTimeout(m[0].autoUpdate),void _(m[0],"autoUpdate")):void c()},V=function(a,b,c){return Math.round(a/b)*b-c},W=function(b){var c=b.data(d),e=a("#mCSB_"+c.idx+"_container,#mCSB_"+c.idx+"_container_wrapper,#mCSB_"+c.idx+"_dragger_vertical,#mCSB_"+c.idx+"_dragger_horizontal");e.each(function(){$.call(this)})},X=function(b,c,e){function f(a){return i&&j.callbacks[a]&&"function"==typeof j.callbacks[a]}function g(){return[j.callbacks.alwaysTriggerOffsets||u>=v[0]+y,j.callbacks.alwaysTriggerOffsets||-z>=u]}function h(){var a=[n[0].offsetTop,n[0].offsetLeft],c=[s[0].offsetTop,s[0].offsetLeft],d=[n.outerHeight(!1),n.outerWidth(!1)],f=[m.height(),m.width()];b[0].mcs={content:n,top:a[0],left:a[1],draggerTop:c[0],draggerLeft:c[1],topPct:Math.round(100*Math.abs(a[0])/(Math.abs(d[0])-f[0])),leftPct:Math.round(100*Math.abs(a[1])/(Math.abs(d[1])-f[1])),direction:e.dir}}var i=b.data(d),j=i.opt,k={trigger:"internal",dir:"y",scrollEasing:"mcsEaseOut",drag:!1,dur:j.scrollInertia,overwrite:"all",callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},e=a.extend(k,e),l=[e.dur,e.drag?0:e.dur],m=a("#mCSB_"+i.idx),n=a("#mCSB_"+i.idx+"_container"),o=n.parent(),p=j.callbacks.onTotalScrollOffset?S.call(b,j.callbacks.onTotalScrollOffset):[0,0],q=j.callbacks.onTotalScrollBackOffset?S.call(b,j.callbacks.onTotalScrollBackOffset):[0,0];if(i.trigger=e.trigger,0===o.scrollTop()&&0===o.scrollLeft()||(a(".mCSB_"+i.idx+"_scrollbar").css("visibility","visible"),o.scrollTop(0).scrollLeft(0)),"_resetY"!==c||i.contentReset.y||(f("onOverflowYNone")&&j.callbacks.onOverflowYNone.call(b[0]),i.contentReset.y=1),"_resetX"!==c||i.contentReset.x||(f("onOverflowXNone")&&j.callbacks.onOverflowXNone.call(b[0]),i.contentReset.x=1),"_resetY"!==c&&"_resetX"!==c){if(!i.contentReset.y&&b[0].mcs||!i.overflowed[0]||(f("onOverflowY")&&j.callbacks.onOverflowY.call(b[0]),i.contentReset.x=null),!i.contentReset.x&&b[0].mcs||!i.overflowed[1]||(f("onOverflowX")&&j.callbacks.onOverflowX.call(b[0]),i.contentReset.x=null),j.snapAmount){var r=j.snapAmount instanceof Array?"x"===e.dir?j.snapAmount[1]:j.snapAmount[0]:j.snapAmount;c=V(c,r,j.snapOffset)}switch(e.dir){case"x":var s=a("#mCSB_"+i.idx+"_dragger_horizontal"),t="left",u=n[0].offsetLeft,v=[m.width()-n.outerWidth(!1),s.parent().width()-s.width()],w=[c,0===c?0:c/i.scrollRatio.x],y=p[1],z=q[1],A=y>0?y/i.scrollRatio.x:0,B=z>0?z/i.scrollRatio.x:0;break;case"y":var s=a("#mCSB_"+i.idx+"_dragger_vertical"),t="top",u=n[0].offsetTop,v=[m.height()-n.outerHeight(!1),s.parent().height()-s.height()],w=[c,0===c?0:c/i.scrollRatio.y],y=p[0],z=q[0],A=y>0?y/i.scrollRatio.y:0,B=z>0?z/i.scrollRatio.y:0}w[1]<0||0===w[0]&&0===w[1]?w=[0,0]:w[1]>=v[1]?w=[v[0],v[1]]:w[0]=-w[0],b[0].mcs||(h(),f("onInit")&&j.callbacks.onInit.call(b[0])),clearTimeout(n[0].onCompleteTimeout),Y(s[0],t,Math.round(w[1]),l[1],e.scrollEasing),!i.tweenRunning&&(0===u&&w[0]>=0||u===v[0]&&w[0]<=v[0])||Y(n[0],t,Math.round(w[0]),l[0],e.scrollEasing,e.overwrite,{onStart:function(){e.callbacks&&e.onStart&&!i.tweenRunning&&(f("onScrollStart")&&(h(),j.callbacks.onScrollStart.call(b[0])),i.tweenRunning=!0,x(s),i.cbOffsets=g())},onUpdate:function(){e.callbacks&&e.onUpdate&&f("whileScrolling")&&(h(),j.callbacks.whileScrolling.call(b[0]))},onComplete:function(){if(e.callbacks&&e.onComplete){"yx"===j.axis&&clearTimeout(n[0].onCompleteTimeout);var a=n[0].idleTimer||0;n[0].onCompleteTimeout=setTimeout(function(){f("onScroll")&&(h(),j.callbacks.onScroll.call(b[0])),f("onTotalScroll")&&w[1]>=v[1]-A&&i.cbOffsets[0]&&(h(),j.callbacks.onTotalScroll.call(b[0])),f("onTotalScrollBack")&&w[1]<=B&&i.cbOffsets[1]&&(h(),j.callbacks.onTotalScrollBack.call(b[0])),i.tweenRunning=!1,n[0].idleTimer=0,x(s,"hide")},a)}}})}},Y=function(a,b,c,d,e,f,g){function h(){v.stop||(s||o.call(),s=Z()-r,i(),s>=v.time&&(v.time=s>v.time?s+m-(s-v.time):s+m-1,v.time<s+1&&(v.time=s+1)),v.time<d?v.id=n(h):q.call())}function i(){d>0?(v.currVal=l(v.time,t,w,d,e),u[b]=Math.round(v.currVal)+"px"):u[b]=c+"px",p.call()}function j(){m=1e3/60,v.time=s+m,n=window.requestAnimationFrame?window.requestAnimationFrame:function(a){return i(),setTimeout(a,.01)},v.id=n(h)}function k(){null!=v.id&&(window.requestAnimationFrame?window.cancelAnimationFrame(v.id):clearTimeout(v.id),v.id=null)}function l(a,b,c,d,e){switch(e){case"linear":case"mcsLinear":return c*a/d+b;case"mcsLinearOut":return a/=d,a--,c*Math.sqrt(1-a*a)+b;case"easeInOutSmooth":return a/=d/2,1>a?c/2*a*a+b:(a--,-c/2*(a*(a-2)-1)+b);case"easeInOutStrong":return a/=d/2,1>a?c/2*Math.pow(2,10*(a-1))+b:(a--,c/2*(-Math.pow(2,-10*a)+2)+b);case"easeInOut":case"mcsEaseInOut":return a/=d/2,1>a?c/2*a*a*a+b:(a-=2,c/2*(a*a*a+2)+b);case"easeOutSmooth":return a/=d,a--,-c*(a*a*a*a-1)+b;case"easeOutStrong":return c*(-Math.pow(2,-10*a/d)+1)+b;case"easeOut":case"mcsEaseOut":default:var f=(a/=d)*a,g=f*a;return b+c*(.499999999999997*g*f+-2.5*f*f+5.5*g+-6.5*f+4*a)}}a._mTween||(a._mTween={top:{},left:{}});var m,n,g=g||{},o=g.onStart||function(){},p=g.onUpdate||function(){},q=g.onComplete||function(){},r=Z(),s=0,t=a.offsetTop,u=a.style,v=a._mTween[b];"left"===b&&(t=a.offsetLeft);var w=c-t;v.stop=0,"none"!==f&&k(),j()},Z=function(){return window.performance&&window.performance.now?window.performance.now():window.performance&&window.performance.webkitNow?window.performance.webkitNow():Date.now?Date.now():(new Date).getTime()},$=function(){var a=this;a._mTween||(a._mTween={top:{},left:{}});for(var b=["top","left"],c=0;c<b.length;c++){var d=b[c];a._mTween[d].id&&(window.requestAnimationFrame?window.cancelAnimationFrame(a._mTween[d].id):clearTimeout(a._mTween[d].id),a._mTween[d].id=null,a._mTween[d].stop=1)}},_=function(a,b){try{delete a[b]}catch(c){a[b]=null}},aa=function(a){return!(a.which&&1!==a.which)},ba=function(a){var b=a.originalEvent.pointerType;return!(b&&"touch"!==b&&2!==b)},ca=function(a){return!isNaN(parseFloat(a))&&isFinite(a)},da=function(a){var b=a.parents(".mCSB_container");return[a.offset().top-b.offset().top,a.offset().left-b.offset().left]},ea=function(){function a(){var a=["webkit","moz","ms","o"];if("hidden"in document)return"hidden";for(var b=0;b<a.length;b++)if(a[b]+"Hidden"in document)return a[b]+"Hidden";return null}var b=a();return!!b&&document[b]};a.fn[c]=function(b){return l[b]?l[b].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof b&&b?void a.error("Method "+b+" does not exist"):l.init.apply(this,arguments)},a[c]=function(b){return l[b]?l[b].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof b&&b?void a.error("Method "+b+" does not exist"):l.init.apply(this,arguments)},a[c].defaults=f,window[c]=!0,a(window).bind("load",function(){a(e)[c](),a.extend(a.expr[":"],{mcsInView:a.expr[":"].mcsInView||function(b){var c,d,e=a(b),f=e.parents(".mCSB_container");if(f.length)return c=f.parent(),d=[f[0].offsetTop,f[0].offsetLeft],d[0]+da(e)[0]>=0&&d[0]+da(e)[0]<c.height()-e.outerHeight(!1)&&d[1]+da(e)[1]>=0&&d[1]+da(e)[1]<c.width()-e.outerWidth(!1)},mcsInSight:a.expr[":"].mcsInSight||function(b,c,d){var e,f,g,h,i=a(b),j=i.parents(".mCSB_container"),k="exact"===d[3]?[[1,0],[1,0]]:[[.9,.1],[.6,.4]];if(j.length)return e=[i.outerHeight(!1),i.outerWidth(!1)],g=[j[0].offsetTop+da(i)[0],j[0].offsetLeft+da(i)[1]],f=[j.parent()[0].offsetHeight,j.parent()[0].offsetWidth],h=[e[0]<f[0]?k[0]:k[1],e[1]<f[1]?k[0]:k[1]],g[0]-f[0]*h[0][0]<0&&g[0]+e[0]-f[0]*h[0][1]>=0&&g[1]-f[1]*h[1][0]<0&&g[1]+e[1]-f[1]*h[1][1]>=0},mcsOverflow:a.expr[":"].mcsOverflow||function(b){var c=a(b).data(d);if(c)return c.overflowed[0]||c.overflowed[1]}})})})}),!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=function(b,c){return void 0===c&&(c="undefined"!=typeof window?require("jquery"):require("jquery")(b)),a(c),c}:a(jQuery)}(function(a){var b=function(){function b(a,b){return v.call(a,b)}function c(a,b){var c,d,e,f,g,h,i,j,k,l,m,n=b&&b.split("/"),o=t.map,p=o&&o["*"]||{};if(a){for(g=(a=a.split("/")).length-1,t.nodeIdCompat&&x.test(a[g])&&(a[g]=a[g].replace(x,"")),"."===a[0].charAt(0)&&n&&(a=n.slice(0,n.length-1).concat(a)),k=0;k<a.length;k++)if("."===(m=a[k]))a.splice(k,1),--k;else if(".."===m){if(0===k||1===k&&".."===a[2]||".."===a[k-1])continue;0<k&&(a.splice(k-1,2),k-=2)}a=a.join("/")}if((n||p)&&o){for(k=(c=a.split("/")).length;0<k;--k){if(d=c.slice(0,k).join("/"),n)for(l=n.length;0<l;--l)if(e=(e=o[n.slice(0,l).join("/")])&&e[d]){f=e,h=k;break}if(f)break;!i&&p&&p[d]&&(i=p[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function d(a,b){return function(){var c=w.call(arguments,0);return"string"!=typeof c[0]&&1===c.length&&c.push(null),o.apply(m,c.concat([a,b]))}}function e(a){return function(b){r[a]=b}}function f(a){if(b(s,a)){var c=s[a];delete s[a],u[a]=!0,n.apply(m,c)}if(!b(r,a)&&!b(u,a))throw new Error("No "+a);return r[a]}function g(a){var b,c=a?a.indexOf("!"):-1;return-1<c&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function h(a){return a?g(a):[]}if(a&&a.fn&&a.fn.select2&&a.fn.select2.amd)var i=a.fn.select2.amd;var j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y;return i&&i.requirejs||(i?k=i:i={},r={},s={},t={},u={},v=Object.prototype.hasOwnProperty,w=[].slice,x=/\.js$/,p=function(a,b){var d,e,h=g(a),i=h[0],j=b[1];return a=h[1],i&&(d=f(i=c(i,j))),i?a=d&&d.normalize?d.normalize(a,(e=j,function(a){return c(a,e)})):c(a,j):(i=(h=g(a=c(a,j)))[0],a=h[1],i&&(d=f(i))),{f:i?i+"!"+a:a,
|
4 |
-
n:a,pr:i,p:d}},q={require:function(a){return d(a)},exports:function(a){var b=r[a];return void 0!==b?b:r[a]={}},module:function(a){return{id:a,uri:"",exports:r[a],config:(b=a,function(){return t&&t.config&&t.config[b]||{}})};var b}},n=function(a,c,g,i){var j,k,l,n,o,t,v,w=[],x=typeof g;if(t=h(i=i||a),"undefined"==x||"function"==x){for(c=!c.length&&g.length?["require","exports","module"]:c,o=0;o<c.length;o+=1)if("require"===(k=(n=p(c[o],t)).f))w[o]=q.require(a);else if("exports"===k)w[o]=q.exports(a),v=!0;else if("module"===k)j=w[o]=q.module(a);else if(b(r,k)||b(s,k)||b(u,k))w[o]=f(k);else{if(!n.p)throw new Error(a+" missing "+k);n.p.load(n.n,d(i,!0),e(k),{}),w[o]=r[k]}l=g?g.apply(r[a],w):void 0,a&&(j&&j.exports!==m&&j.exports!==r[a]?r[a]=j.exports:l===m&&v||(r[a]=l))}else a&&(r[a]=g)},j=k=o=function(a,b,c,d,e){if("string"==typeof a)return q[a]?q[a](b):f(p(a,h(b)).f);if(!a.splice){if((t=a).deps&&o(t.deps,t.callback),!b)return;b.splice?(a=b,b=c,c=null):a=m}return b=b||function(){},"function"==typeof c&&(c=d,d=e),d?n(m,a,b,c):setTimeout(function(){n(m,a,b,c)},4),o},o.config=function(a){return o(a)},j._defined=r,(l=function(a,c,d){if("string"!=typeof a)throw new Error("See almond README: incorrect module build, no module name");c.splice||(d=c,c=[]),b(r,a)||b(s,a)||(s[a]=[a,c,d])}).amd={jQuery:!0},i.requirejs=j,i.require=k,i.define=l),i.define("almond",function(){}),i.define("jquery",[],function(){var b=a||$;return null==b&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),b}),i.define("select2/utils",["jquery"],function(a){function b(a){var b=a.prototype,c=[];for(var d in b)"function"==typeof b[d]&&"constructor"!==d&&c.push(d);return c}function c(){this.listeners={}}var d={};d.Extend=function(a,b){function c(){this.constructor=a}var d={}.hasOwnProperty;for(var e in b)d.call(b,e)&&(a[e]=b[e]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},d.Decorate=function(a,c){function d(){var b=Array.prototype.unshift,d=c.prototype.constructor.length,e=a.prototype.constructor;0<d&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(a){var b=function(){};a in d.prototype&&(b=d.prototype[a]);var e=c.prototype[a];return function(){return Array.prototype.unshift.call(arguments,b),e.apply(this,arguments)}}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new function(){this.constructor=d};for(var h=0;h<g.length;h++){var i=g[h];d.prototype[i]=a.prototype[i]}for(var j=0;j<f.length;j++){var k=f[j];d.prototype[k]=e(k)}return d},c.prototype.on=function(a,b){this.listeners=this.listeners||{},a in this.listeners?this.listeners[a].push(b):this.listeners[a]=[b]},c.prototype.trigger=function(a){var b=Array.prototype.slice,c=b.call(arguments,1);this.listeners=this.listeners||{},null==c&&(c=[]),0===c.length&&c.push({}),(c[0]._type=a)in this.listeners&&this.invoke(this.listeners[a],b.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},c.prototype.invoke=function(a,b){for(var c=0,d=a.length;c<d;c++)a[c].apply(this,b)},d.Observable=c,d.generateChars=function(a){for(var b="",c=0;c<a;c++)b+=Math.floor(36*Math.random()).toString(36);return b},d.bind=function(a,b){return function(){a.apply(b,arguments)}},d._convertData=function(a){for(var b in a){var c=b.split("-"),d=a;if(1!==c.length){for(var e=0;e<c.length;e++){var f=c[e];(f=f.substring(0,1).toLowerCase()+f.substring(1))in d||(d[f]={}),e==c.length-1&&(d[f]=a[b]),d=d[f]}delete a[b]}}return a},d.hasScroll=function(b,c){var d=a(c),e=c.style.overflowX,f=c.style.overflowY;return(e!==f||"hidden"!==f&&"visible"!==f)&&("scroll"===e||"scroll"===f||d.innerHeight()<c.scrollHeight||d.innerWidth()<c.scrollWidth)},d.escapeMarkup=function(a){var b={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},d.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},d.__cache={};var e=0;return d.GetUniqueElementId=function(a){var b=a.getAttribute("data-select2-id");return null==b&&(a.id?(b=a.id,a.setAttribute("data-select2-id",b)):(a.setAttribute("data-select2-id",++e),b=e.toString())),b},d.StoreData=function(a,b,c){var e=d.GetUniqueElementId(a);d.__cache[e]||(d.__cache[e]={}),d.__cache[e][b]=c},d.GetData=function(b,c){var e=d.GetUniqueElementId(b);return c?d.__cache[e]&&null!=d.__cache[e][c]?d.__cache[e][c]:a(b).data(c):d.__cache[e]},d.RemoveData=function(a){var b=d.GetUniqueElementId(a);null!=d.__cache[b]&&delete d.__cache[b],a.removeAttribute("data-select2-id")},d}),i.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null!=a.results&&0!==a.results.length){a.results=this.sort(a.results);for(var c=0;c<a.results.length;c++){var d=a.results[c],e=this.option(d);b.push(e)}this.$results.append(b)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},c.prototype.position=function(a,b){b.find(".select2-results").append(a)},c.prototype.sort=function(a){return this.options.get("sorter")(a)},c.prototype.highlightFirstItem=function(){var a=this.$results.find(".select2-results__option[aria-selected]"),b=a.filter("[aria-selected=true]");0<b.length?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var c=this;this.data.current(function(d){var e=a.map(d,function(a){return a.id.toString()});c.$results.find(".select2-results__option[aria-selected]").each(function(){var c=a(this),d=b.GetData(this,"data"),f=""+d.id;null!=d.element&&d.element.selected||null==d.element&&-1<a.inArray(f,e)?c.attr("aria-selected","true"):c.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(a)},c=this.option(b);c.className+=" loading-results",this.$results.prepend(c)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(c){var d=document.createElement("li");d.className="select2-results__option";var e={role:"option","aria-selected":"false"},f=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var g in(null!=c.element&&f.call(c.element,":disabled")||null==c.element&&c.disabled)&&(delete e["aria-selected"],e["aria-disabled"]="true"),null==c.id&&delete e["aria-selected"],null!=c._resultId&&(d.id=c._resultId),c.title&&(d.title=c.title),c.children&&(e.role="group",e["aria-label"]=c.text,delete e["aria-selected"]),e){var h=e[g];d.setAttribute(g,h)}if(c.children){var i=a(d),j=document.createElement("strong");j.className="select2-results__group",a(j),this.template(c,j);for(var k=[],l=0;l<c.children.length;l++){var m=c.children[l],n=this.option(m);k.push(n)}var o=a("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});o.append(k),i.append(j),i.append(o)}else this.template(c,d);return b.StoreData(d,"data",c),d},c.prototype.bind=function(c,d){var e=this,f=c.id+"-results";this.$results.attr("id",f),c.on("results:all",function(a){e.clear(),e.append(a.data),c.isOpen()&&(e.setClasses(),e.highlightFirstItem())}),c.on("results:append",function(a){e.append(a.data),c.isOpen()&&e.setClasses()}),c.on("query",function(a){e.hideMessages(),e.showLoading(a)}),c.on("select",function(){c.isOpen()&&(e.setClasses(),e.options.get("scrollAfterSelect")&&e.highlightFirstItem())}),c.on("unselect",function(){c.isOpen()&&(e.setClasses(),e.options.get("scrollAfterSelect")&&e.highlightFirstItem())}),c.on("open",function(){e.$results.attr("aria-expanded","true"),e.$results.attr("aria-hidden","false"),e.setClasses(),e.ensureHighlightVisible()}),c.on("close",function(){e.$results.attr("aria-expanded","false"),e.$results.attr("aria-hidden","true"),e.$results.removeAttr("aria-activedescendant")}),c.on("results:toggle",function(){var a=e.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),c.on("results:select",function(){var a=e.getHighlightedResults();if(0!==a.length){var c=b.GetData(a[0],"data");"true"==a.attr("aria-selected")?e.trigger("close",{}):e.trigger("select",{data:c})}}),c.on("results:previous",function(){var a=e.getHighlightedResults(),b=e.$results.find("[aria-selected]"),c=b.index(a);if(!(c<=0)){var d=c-1;0===a.length&&(d=0);var f=b.eq(d);f.trigger("mouseenter");var g=e.$results.offset().top,h=f.offset().top,i=e.$results.scrollTop()+(h-g);0===d?e.$results.scrollTop(0):h-g<0&&e.$results.scrollTop(i)}}),c.on("results:next",function(){var a=e.getHighlightedResults(),b=e.$results.find("[aria-selected]"),c=b.index(a)+1;if(!(c>=b.length)){var d=b.eq(c);d.trigger("mouseenter");var f=e.$results.offset().top+e.$results.outerHeight(!1),g=d.offset().top+d.outerHeight(!1),h=e.$results.scrollTop()+g-f;0===c?e.$results.scrollTop(0):f<g&&e.$results.scrollTop(h)}}),c.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),c.on("results:message",function(a){e.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=e.$results.scrollTop(),c=e.$results.get(0).scrollHeight-b+a.deltaY,d=0<a.deltaY&&b-a.deltaY<=0,f=a.deltaY<0&&c<=e.$results.height();d?(e.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(e.$results.scrollTop(e.$results.get(0).scrollHeight-e.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(c){var d=a(this),f=b.GetData(this,"data");"true"!==d.attr("aria-selected")?e.trigger("select",{originalEvent:c,data:f}):e.options.get("multiple")?e.trigger("unselect",{originalEvent:c,data:f}):e.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(c){var d=b.GetData(this,"data");e.getHighlightedResults().removeClass("select2-results__option--highlighted"),e.trigger("results:focus",{data:d,element:a(this)})})},c.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]").index(a),c=this.$results.offset().top,d=a.offset().top,e=this.$results.scrollTop()+(d-c),f=d-c;e-=2*a.outerHeight(!1),b<=2?this.$results.scrollTop(0):(f>this.$results.outerHeight()||f<0)&&this.$results.scrollTop(e)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),i.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),i.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var c=a('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=b.GetData(this.$element[0],"old-tabindex")?this._tabindex=b.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),c.attr("title",this.$element.attr("title")),c.attr("tabindex",this._tabindex),c.attr("aria-disabled","false"),this.$selection=c},d.prototype.bind=function(a,b){var d=this,e=a.id+"-results";this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.trigger("focus"),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex),d.$selection.attr("aria-disabled","false")}),a.on("disable",function(){d.$selection.attr("tabindex","-1"),d.$selection.attr("aria-disabled","true")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(c){a(document.body).on("mousedown.select2."+c.id,function(c){var d=a(c.target).closest(".select2");a(".select2.select2-container--open").each(function(){this!=d[0]&&b.GetData(this,"element").select2("close")})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){b.find(".selection").append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d.prototype.isEnabled=function(){return!this.isDisabled()},d.prototype.isDisabled=function(){return this.options.get("disabled")},d}),i.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.trigger("focus")})},e.prototype.clear=function(){var a=this.$selection.find(".select2-selection__rendered");a.empty(),a.removeAttr("title")},e.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},e.prototype.selectionContainer=function(){return a("<span></span>")},e.prototype.update=function(a){if(0!==a.length){var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d);var e=b.title||b.text;e?c.attr("title",e):c.removeAttr("title")}else this.clear()},e}),i.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('<ul class="select2-selection__rendered"></ul>'),a},d.prototype.bind=function(b,e){var f=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){f.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!f.isDisabled()){var d=a(this).parent(),e=c.GetData(d[0],"data");f.trigger("unselect",{originalEvent:b,data:e})}})},d.prototype.clear=function(){var a=this.$selection.find(".select2-selection__rendered");a.empty(),a.removeAttr("title")},d.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},d.prototype.selectionContainer=function(){return a('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">×</span></li>')},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d<a.length;d++){var e=a[d],f=this.selectionContainer(),g=this.display(e,f);f.append(g);var h=e.title||e.text;h&&f.attr("title",h),c.StoreData(f[0],"data",e),b.push(f)}var i=this.$selection.find(".select2-selection__rendered");c.appendMany(i,b)}},d}),i.define("select2/selection/placeholder",["../utils"],function(a){function b(a,b,c){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c)}return b.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},b.prototype.createPlaceholder=function(a,b){var c=this.selectionContainer();return c.html(this.display(b)),c.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),c},b.prototype.update=function(a,b){var c=1==b.length&&b[0].id!=this.placeholder.id;if(1<b.length||c)return a.call(this,b);this.clear();var d=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(d)},b}),i.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(a,b,c){function d(){}return d.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},d.prototype._handleClear=function(a,b){if(!this.isDisabled()){var d=this.$selection.find(".select2-selection__clear");if(0!==d.length){b.stopPropagation();var e=c.GetData(d[0],"data"),f=this.$element.val();this.$element.val(this.placeholder.id);var g={data:e};if(this.trigger("clear",g),g.prevented)this.$element.val(f);else{for(var h=0;h<e.length;h++)if(g={data:e[h]},this.trigger("unselect",g),g.prevented)return void this.$element.val(f);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},d.prototype._handleKeyboardClear=function(a,c,d){d.isOpen()||c.which!=b.DELETE&&c.which!=b.BACKSPACE||this._handleClear(c)},d.prototype.update=function(b,d){if(b.call(this,d),!(0<this.$selection.find(".select2-selection__placeholder").length||0===d.length)){var e=this.options.get("translations").get("removeAllItems"),f=a('<span class="select2-selection__clear" title="'+e()+'">×</span>');c.StoreData(f[0],"data",d),this.$selection.find(".select2-selection__rendered").prepend(f)}},d}),i.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></li>');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,d,e){var f=this,g=d.id+"-results";a.call(this,d,e),d.on("open",function(){f.$search.attr("aria-controls",g),f.$search.trigger("focus")}),d.on("close",function(){f.$search.val(""),f.$search.removeAttr("aria-controls"),f.$search.removeAttr("aria-activedescendant"),f.$search.trigger("focus")}),d.on("enable",function(){f.$search.prop("disabled",!1),f._transferTabIndex()}),d.on("disable",function(){f.$search.prop("disabled",!0)}),d.on("focus",function(a){f.$search.trigger("focus")}),d.on("results:focus",function(a){a.data._resultId?f.$search.attr("aria-activedescendant",a.data._resultId):f.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(a){f.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){f._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),f.trigger("keypress",a),f._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===f.$search.val()){var d=f.$searchContainer.prev(".select2-selection__choice");if(0<d.length){var e=b.GetData(d[0],"data");f.searchRemoveChoice(e),a.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(a){f.$search.val()&&a.stopPropagation()});var h=document.documentMode,i=h&&h<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){i?f.$selection.off("input.search input.searchcheck"):f.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(i&&"input"===a.type)f.$selection.off("input.search input.searchcheck");else{var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&f.handleSearch(a)}})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.trigger("focus")},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";a=""!==this.$search.attr("placeholder")?this.$selection.find(".select2-selection__rendered").width():.75*(this.$search.val().length+1)+"em",this.$search.css("width",a)},d}),i.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],g=["opening","closing","selecting","unselecting","clearing"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),i.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),i.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}}),i.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),d+=null!=c.id?"-"+c.id.toString():"-"+a.generateChars(4)},b}),i.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];(a=[a]).push.apply(a,d);for(var f=0;f<a.length;f++){var g=a[f].id;-1===c.inArray(g,e)&&e.push(g);
|
5 |
-
}b.$element.val(e),b.$element.trigger("input").trigger("change")});else{var d=a.id;this.$element.val(d),this.$element.trigger("input").trigger("change")}},d.prototype.unselect=function(a){var b=this;if(this.$element.prop("multiple")){if(a.selected=!1,c(a.element).is("option"))return a.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current(function(d){for(var e=[],f=0;f<d.length;f++){var g=d[f].id;g!==a.id&&-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("input").trigger("change")})}},d.prototype.bind=function(a,b){var c=this;(this.container=a).on("select",function(a){c.select(a.data)}),a.on("unselect",function(a){c.unselect(a.data)})},d.prototype.destroy=function(){this.$element.find("*").each(function(){b.RemoveData(this)})},d.prototype.query=function(a,b){var d=[],e=this;this.$element.children().each(function(){var b=c(this);if(b.is("option")||b.is("optgroup")){var f=e.item(b),g=e.matches(a,f);null!==g&&d.push(g)}}),b({results:d})},d.prototype.addOptions=function(a){b.appendMany(this.$element,a)},d.prototype.option=function(a){var d;a.children?(d=document.createElement("optgroup")).label=a.text:void 0!==(d=document.createElement("option")).textContent?d.textContent=a.text:d.innerText=a.text,void 0!==a.id&&(d.value=a.id),a.disabled&&(d.disabled=!0),a.selected&&(d.selected=!0),a.title&&(d.title=a.title);var e=c(d),f=this._normalizeItem(a);return f.element=d,b.StoreData(d,"data",f),e},d.prototype.item=function(a){var d={};if(null!=(d=b.GetData(a[0],"data")))return d;if(a.is("option"))d={id:a.val(),text:a.text(),disabled:a.prop("disabled"),selected:a.prop("selected"),title:a.prop("title")};else if(a.is("optgroup")){d={text:a.prop("label"),children:[],title:a.prop("title")};for(var e=a.children("option"),f=[],g=0;g<e.length;g++){var h=c(e[g]),i=this.item(h);f.push(i)}d.children=f}return(d=this._normalizeItem(d)).element=a[0],b.StoreData(a[0],"data",d),d},d.prototype._normalizeItem=function(a){return a!==Object(a)&&(a={id:a,text:a}),null!=(a=c.extend({},{text:""},a)).id&&(a.id=a.id.toString()),null!=a.text&&(a.text=a.text.toString()),null==a._resultId&&a.id&&null!=this.container&&(a._resultId=this.generateResultId(this.container,a)),c.extend({},{selected:!1,disabled:!1},a)},d.prototype.matches=function(a,b){return this.options.get("matcher")(a,b)},d}),i.define("select2/data/array",["./select","../utils","jquery"],function(a,b,c){function d(a,b){this._dataToConvert=b.get("data")||[],d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype.bind=function(a,b){d.__super__.bind.call(this,a,b),this.addOptions(this.convertToOptions(this._dataToConvert))},d.prototype.select=function(a){var b=this.$element.find("option").filter(function(b,c){return c.value==a.id.toString()});0===b.length&&(b=this.option(a),this.addOptions(b)),d.__super__.select.call(this,a)},d.prototype.convertToOptions=function(a){function d(a){return function(){return c(this).val()==a.id}}for(var e=this,f=this.$element.find("option"),g=f.map(function(){return e.item(c(this)).id}).get(),h=[],i=0;i<a.length;i++){var j=this._normalizeItem(a[i]);if(0<=c.inArray(j.id,g)){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),i.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){"status"in d&&(0===d.status||"0"===d.status)||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),i.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h<e.length;h++){var i=e[h],j=this._normalizeItem(i),k=this.option(j);this.$element.append(k)}}return b.prototype.query=function(a,b,c){var d=this;this._removeOldTags(),null!=b.term&&null==b.page?a.call(this,b,function a(e,f){for(var g=e.results,h=0;h<g.length;h++){var i=g[h],j=null!=i.children&&!a({results:i.children},!0);if((i.text||"").toUpperCase()===(b.term||"").toUpperCase()||j)return!f&&(e.data=g,void c(e))}if(f)return!0;var k=d.createTag(b);if(null!=k){var l=d.option(k);l.attr("data-select2-tag",!0),d.addOptions([l]),d.insertTag(g,k)}e.results=g,c(e)}):a.call(this,b,c)},b.prototype.createTag=function(b,c){var d=a.trim(c.term);return""===d?null:{id:d,text:d}},b.prototype.insertTag=function(a,b,c){b.unshift(c)},b.prototype._removeOldTags=function(b){this.$element.find("option[data-select2-tag]").each(function(){this.selected||a(this).remove()})},b}),i.define("select2/data/tokenizer",["jquery"],function(a){function b(a,b,c){var d=c.get("tokenizer");void 0!==d&&(this.tokenizer=d),a.call(this,b,c)}return b.prototype.bind=function(a,b,c){a.call(this,b,c),this.$search=b.dropdown.$search||b.selection.$search||c.find(".select2-search__field")},b.prototype.query=function(b,c,d){var e=this;c.term=c.term||"";var f=this.tokenizer(c,this.options,function(b){var c,d=e._normalizeItem(b);if(!e.$element.find("option").filter(function(){return a(this).val()===d.id}).length){var f=e.option(d);f.attr("data-select2-tag",!0),e._removeOldTags(),e.addOptions([f])}c=d,e.trigger("select",{data:c})});f.term!==c.term&&(this.$search.length&&(this.$search.val(f.term),this.$search.trigger("focus")),c.term=f.term),b.call(this,c,d)},b.prototype.tokenizer=function(b,c,d,e){for(var f=d.get("tokenSeparators")||[],g=c.term,h=0,i=this.createTag||function(a){return{id:a.term,text:a.term}};h<g.length;){var j=g[h];if(-1!==a.inArray(j,f)){var k=g.substr(0,h),l=i(a.extend({},c,{term:k}));null!=l?(e(l),g=g.substr(h+1)||"",h=0):h++}else h++}return{term:g}},b}),i.define("select2/data/minimumInputLength",[],function(){function a(a,b,c){this.minimumInputLength=c.get("minimumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.term=b.term||"",b.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:b.term,params:b}}):a.call(this,b,c)},a}),i.define("select2/data/maximumInputLength",[],function(){function a(a,b,c){this.maximumInputLength=c.get("maximumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.term=b.term||"",0<this.maximumInputLength&&b.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}}):a.call(this,b,c)},a}),i.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("select",function(){d._checkIfMaximumSelected()})},a.prototype.query=function(a,b,c){var d=this;this._checkIfMaximumSelected(function(){a.call(d,b,c)})},a.prototype._checkIfMaximumSelected=function(a,b){var c=this;this.current(function(a){var d=null!=a?a.length:0;0<c.maximumSelectionLength&&d>=c.maximumSelectionLength?c.trigger("results:message",{message:"maximumSelected",args:{maximum:c.maximumSelectionLength}}):b&&b()})},a}),i.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<span class="select2-dropdown"><span class="select2-results"></span></span>');return b.attr("dir",this.options.get("dir")),this.$dropdown=b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),i.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this,f=c.id+"-results";b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.attr("aria-controls",f),e.$search.trigger("focus"),window.setTimeout(function(){e.$search.trigger("focus")},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.removeAttr("aria-controls"),e.$search.removeAttr("aria-activedescendant"),e.$search.val(""),e.$search.trigger("blur")}),c.on("focus",function(){c.isOpen()||e.$search.trigger("focus")}),c.on("results:all",function(a){null!=a.query.term&&""!==a.query.term||(e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide"))}),c.on("results:focus",function(a){a.data._resultId?e.$search.attr("aria-activedescendant",a.data._resultId):e.$search.removeAttr("aria-activedescendant")})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),i.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;0<=d;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),i.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},b.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("query",function(a){d.lastParams=a,d.loading=!0}),b.on("query:append",function(a){d.lastParams=a,d.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},b.prototype.loadMoreIfNeeded=function(){var b=a.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&b){var c=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=c+50&&this.loadMore()}},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),i.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=a(d.get("dropdownParent")||document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),d._bindContainerResultHandlers(b)}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a("<span></span>"),d=b.call(this);return c.append(d),this.$dropdownContainer=c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._bindContainerResultHandlers=function(a,b){if(!this._containerResultsHandlersBound){var c=this;b.on("results:all",function(){c._positionDropdown(),c._resizeDropdown()}),b.on("results:append",function(){c._positionDropdown(),c._resizeDropdown()}),b.on("results:message",function(){c._positionDropdown(),c._resizeDropdown()}),b.on("select",function(){c._positionDropdown(),c._resizeDropdown()}),b.on("unselect",function(){c._positionDropdown(),c._resizeDropdown()}),this._containerResultsHandlersBound=!0}},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){b.StoreData(this,"select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(c){var d=b.GetData(this,"select2-scroll-position");a(this).scrollTop(d.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h=this.$dropdown.outerHeight(!1),i=b.scrollTop(),j=b.scrollTop()+b.height(),k=i<f.top-h,l=j>f.bottom+h,m={left:f.left,top:g.bottom},n=this.$dropdownParent;"static"===n.css("position")&&(n=n.offsetParent());var o={top:0,left:0};(a.contains(document.body,n[0])||n[0].isConnected)&&(o=n.offset()),m.top-=o.top,m.left-=o.left,c||d||(e="below"),l||!k||c?!k&&l&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(m.top=g.top-o.top-h),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(m)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),i.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(a,b,c,d){this.minimumResultsForSearch=c.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),a.call(this,b,c,d)}return a.prototype.showSearch=function(a,b){return!(function a(b){for(var c=0,d=0;d<b.length;d++){var e=b[d];e.children?c+=a(e.children):c++}return c}(b.data.results)<this.minimumResultsForSearch)&&a.call(this,b)},a}),i.define("select2/dropdown/selectOnClose",["../utils"],function(a){function b(){}return b.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("close",function(a){d._handleSelectOnClose(a)})},b.prototype._handleSelectOnClose=function(b,c){if(c&&null!=c.originalSelect2Event){var d=c.originalSelect2Event;if("select"===d._type||"unselect"===d._type)return}var e=this.getHighlightedResults();if(!(e.length<1)){var f=a.GetData(e[0],"data");null!=f.element&&f.element.selected||null==f.element&&f.selected||this.trigger("select",{data:f})}},b}),i.define("select2/dropdown/closeOnSelect",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("select",function(a){d._selectTriggered(a)}),b.on("unselect",function(a){d._selectTriggered(a)})},a.prototype._selectTriggered=function(a,b){var c=b.originalEvent;c&&(c.ctrlKey||c.metaKey)||this.trigger("close",{originalEvent:c,originalSelect2Event:b})},a}),i.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(a){var b=a.input.length-a.maximum,c="Please delete "+b+" character";return 1!=b&&(c+="s"),c},inputTooShort:function(a){return"Please enter "+(a.minimum-a.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(a){var b="You can only select "+a.maximum+" item";return 1!=a.maximum&&(b+="s"),b},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}}),i.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C){function D(){this.reset()}return D.prototype.apply=function(k){if(null==(k=a.extend(!0,{},this.defaults,k)).dataAdapter){if(null!=k.ajax?k.dataAdapter=o:null!=k.data?k.dataAdapter=n:k.dataAdapter=m,0<k.minimumInputLength&&(k.dataAdapter=j.Decorate(k.dataAdapter,r)),0<k.maximumInputLength&&(k.dataAdapter=j.Decorate(k.dataAdapter,s)),0<k.maximumSelectionLength&&(k.dataAdapter=j.Decorate(k.dataAdapter,t)),k.tags&&(k.dataAdapter=j.Decorate(k.dataAdapter,p)),null==k.tokenSeparators&&null==k.tokenizer||(k.dataAdapter=j.Decorate(k.dataAdapter,q)),null!=k.query){var l=b(k.amdBase+"compat/query");k.dataAdapter=j.Decorate(k.dataAdapter,l)}if(null!=k.initSelection){var C=b(k.amdBase+"compat/initSelection");k.dataAdapter=j.Decorate(k.dataAdapter,C)}}if(null==k.resultsAdapter&&(k.resultsAdapter=c,null!=k.ajax&&(k.resultsAdapter=j.Decorate(k.resultsAdapter,x)),null!=k.placeholder&&(k.resultsAdapter=j.Decorate(k.resultsAdapter,w)),k.selectOnClose&&(k.resultsAdapter=j.Decorate(k.resultsAdapter,A))),null==k.dropdownAdapter){if(k.multiple)k.dropdownAdapter=u;else{var D=j.Decorate(u,v);k.dropdownAdapter=D}if(0!==k.minimumResultsForSearch&&(k.dropdownAdapter=j.Decorate(k.dropdownAdapter,z)),k.closeOnSelect&&(k.dropdownAdapter=j.Decorate(k.dropdownAdapter,B)),null!=k.dropdownCssClass||null!=k.dropdownCss||null!=k.adaptDropdownCssClass){var E=b(k.amdBase+"compat/dropdownCss");k.dropdownAdapter=j.Decorate(k.dropdownAdapter,E)}k.dropdownAdapter=j.Decorate(k.dropdownAdapter,y)}if(null==k.selectionAdapter){if(k.multiple?k.selectionAdapter=e:k.selectionAdapter=d,null!=k.placeholder&&(k.selectionAdapter=j.Decorate(k.selectionAdapter,f)),k.allowClear&&(k.selectionAdapter=j.Decorate(k.selectionAdapter,g)),k.multiple&&(k.selectionAdapter=j.Decorate(k.selectionAdapter,h)),null!=k.containerCssClass||null!=k.containerCss||null!=k.adaptContainerCssClass){var F=b(k.amdBase+"compat/containerCss");k.selectionAdapter=j.Decorate(k.selectionAdapter,F)}k.selectionAdapter=j.Decorate(k.selectionAdapter,i)}k.language=this._resolveLanguage(k.language),k.language.push("en");for(var G=[],H=0;H<k.language.length;H++){var I=k.language[H];-1===G.indexOf(I)&&G.push(I)}return k.language=G,k.translations=this._processTranslations(k.language,k.debug),k},D.prototype.reset=function(){function b(a){return a.replace(/[^\u0000-\u007E]/g,function(a){return l[a]||a})}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:{},matcher:function c(d,e){if(""===a.trim(d.term))return e;if(e.children&&0<e.children.length){for(var f=a.extend(!0,{},e),g=e.children.length-1;0<=g;g--)null==c(d,e.children[g])&&f.children.splice(g,1);return 0<f.children.length?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return-1<h.indexOf(i)?e:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.applyFromElement=function(a,b){var c=a.language,d=this.defaults.language,e=b.prop("lang"),f=b.closest("[lang]").prop("lang"),g=Array.prototype.concat.call(this._resolveLanguage(e),this._resolveLanguage(c),this._resolveLanguage(d),this._resolveLanguage(f));return a.language=g,a},D.prototype._resolveLanguage=function(b){if(!b)return[];if(a.isEmptyObject(b))return[];if(a.isPlainObject(b))return[b];var c;c=a.isArray(b)?b:[b];for(var d=[],e=0;e<c.length;e++)if(d.push(c[e]),"string"==typeof c[e]&&0<c[e].indexOf("-")){var f=c[e].split("-")[0];d.push(f)}return d},D.prototype._processTranslations=function(b,c){for(var d=new k,e=0;e<b.length;e++){var f=new k,g=b[e];if("string"==typeof g)try{f=k.loadPath(g)}catch(a){try{g=this.defaults.amdLanguageBase+g,f=k.loadPath(g)}catch(a){c&&window.console&&console.warn&&console.warn('Select2: The language file for "'+g+'" could not be automatically loaded. A fallback will be used instead.')}}else f=a.isPlainObject(g)?new k(g):g;d.extend(f)}return d},D.prototype.set=function(b,c){var d={};d[a.camelCase(b)]=c;var e=j._convertData(d);a.extend(!0,this.defaults,e)},new D}),i.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),null!=e&&(this.options=c.applyFromElement(this.options,e)),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){function c(a,b){return b.toUpperCase()}var e=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),d.GetData(a[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),d.StoreData(a[0],"data",d.GetData(a[0],"select2Tags")),d.StoreData(a[0],"tags",!0)),d.GetData(a[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",d.GetData(a[0],"ajaxUrl")),d.StoreData(a[0],"ajax-Url",d.GetData(a[0],"ajaxUrl")));for(var f={},g=0;g<a[0].attributes.length;g++){var h=a[0].attributes[g].name,i="data-";if(h.substr(0,i.length)==i){var j=h.substring(i.length),k=d.GetData(a[0],j);f[j.replace(/-([a-z])/g,c)]=k}}b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset&&(f=b.extend(!0,{},a[0].dataset,f));var l=b.extend(!0,{},d.GetData(a[0]),f);for(var m in l=d._convertData(l))-1<b.inArray(m,e)||(b.isPlainObject(this.options[m])?b.extend(this.options[m],l[m]):this.options[m]=l[m]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),i.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,d){null!=c.GetData(a[0],"select2")&&c.GetData(a[0],"select2").destroy(),this.$element=a,this.id=this._generateId(a),d=d||{},this.options=new b(d,a),e.__super__.constructor.call(this);var f=a.attr("tabindex")||0;c.StoreData(a[0],"old-tabindex",f),a.attr("tabindex","-1");var g=this.options.get("dataAdapter");this.dataAdapter=new g(a,this.options);var h=this.render();this._placeContainer(h);var i=this.options.get("selectionAdapter");this.selection=new i(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,h);var j=this.options.get("dropdownAdapter");this.dropdown=new j(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,h);var k=this.options.get("resultsAdapter");this.results=new k(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var l=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){l.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),c.StoreData(a[0],"select2",this),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){return"select2-"+(null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return e<=0?"auto":e+"px"}if("style"!=b)return"computedstyle"!=b?b:window.getComputedStyle(a[0]).width;var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;h<i;h+=1){var j=g[h].replace(/\s/g,"").match(c);if(null!==j&&1<=j.length)return j[1]}return null},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var a=this;this.$element.on("change.select2",function(){a.dataAdapter.current(function(b){a.trigger("selection:update",{data:b})})}),this.$element.on("focus.select2",function(b){a.trigger("focus",b)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var b=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=b?(this._observer=new b(function(b){a._syncA(),a._syncS(null,b)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",a._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",a._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",a._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(b),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._isChangeMutation=function(b,c){var d=!1,e=this;if(!b||!b.target||"OPTION"===b.target.nodeName||"OPTGROUP"===b.target.nodeName){if(c)if(c.addedNodes&&0<c.addedNodes.length)for(var f=0;f<c.addedNodes.length;f++)c.addedNodes[f].selected&&(d=!0);else c.removedNodes&&0<c.removedNodes.length?d=!0:a.isArray(c)&&a.each(c,function(a,b){if(e._isChangeMutation(a,b))return!(d=!0)});else d=!0;return d}},e.prototype._syncSubtree=function(a,b){var c=this._isChangeMutation(a,b),d=this;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},e.prototype.close=function(a){this.isOpen()&&this.trigger("close",{originalEvent:a})},e.prototype.isEnabled=function(){return!this.isDisabled()},e.prototype.isDisabled=function(){return this.options.get("disabled")},e.prototype.isOpen=function(){
|
6 |
-
return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&0<arguments.length&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("input").trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",c.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),c.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},e.prototype.render=function(){var b=a('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),c.StoreData(b[0],"element",this.$element),b},e}),i.define("select2/compat/utils",["jquery"],function(a){return{syncCssClasses:function(b,c,d){var e,f,g=[];(e=a.trim(b.attr("class")))&&a((e=""+e).split(/\s+/)).each(function(){0===this.indexOf("select2-")&&g.push(this)}),(e=a.trim(c.attr("class")))&&a((e=""+e).split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&null!=(f=d(this))&&g.push(f)}),b.attr("class",g.join(" "))}}}),i.define("select2/compat/containerCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("containerCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptContainerCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("containerCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),i.define("select2/compat/dropdownCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("dropdownCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptDropdownCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("dropdownCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),i.define("select2/compat/initSelection",["jquery"],function(a){function b(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=c.get("initSelection"),this._isInitialized=!1,a.call(this,b,c)}return b.prototype.current=function(b,c){var d=this;this._isInitialized?b.call(this,c):this.initSelection.call(null,this.$element,function(b){d._isInitialized=!0,a.isArray(b)||(b=[b]),c(b)})},b}),i.define("select2/compat/inputData",["jquery","../utils"],function(a,b){function c(a,b,c){this._currentData=[],this._valueSeparator=c.get("valueSeparator")||",","hidden"===b.prop("type")&&c.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `<select>` element instead."),a.call(this,b,c)}return c.prototype.current=function(b,c){function d(b,c){var e=[];return b.selected||-1!==a.inArray(b.id,c)?(b.selected=!0,e.push(b)):b.selected=!1,b.children&&e.push.apply(e,d(b.children,c)),e}for(var e=[],f=0;f<this._currentData.length;f++){var g=this._currentData[f];e.push.apply(e,d(g,this.$element.val().split(this._valueSeparator)))}c(e)},c.prototype.select=function(b,c){if(this.options.get("multiple")){var d=this.$element.val();d+=this._valueSeparator+c.id,this.$element.val(d),this.$element.trigger("input").trigger("change")}else this.current(function(b){a.map(b,function(a){a.selected=!1})}),this.$element.val(c.id),this.$element.trigger("input").trigger("change")},c.prototype.unselect=function(a,b){var c=this;b.selected=!1,this.current(function(a){for(var d=[],e=0;e<a.length;e++){var f=a[e];b.id!=f.id&&d.push(f.id)}c.$element.val(d.join(c._valueSeparator)),c.$element.trigger("input").trigger("change")})},c.prototype.query=function(a,b,c){for(var d=[],e=0;e<this._currentData.length;e++){var f=this._currentData[e],g=this.matches(b,f);null!==g&&d.push(g)}c({results:d})},c.prototype.addOptions=function(c,d){var e=a.map(d,function(a){return b.GetData(a[0],"data")});this._currentData.push.apply(this._currentData,e)},c}),i.define("select2/compat/matcher",["jquery"],function(a){return function(b){return function(c,d){var e=a.extend(!0,{},d);if(null==c.term||""===a.trim(c.term))return e;if(d.children){for(var f=d.children.length-1;0<=f;f--){var g=d.children[f];b(c.term,g.text,g)||e.children.splice(f,1)}if(0<e.children.length)return e}return b(c.term,d.text,d)?e:null}}}),i.define("select2/compat/query",[],function(){function a(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `query` option has been deprecated in favor of a custom data adapter that overrides the `query` method. Support will be removed for the `query` option in future versions of Select2."),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.callback=c,this.options.get("query").call(null,b)},a}),i.define("select2/dropdown/attachContainer",[],function(){function a(a,b,c){a.call(this,b,c)}return a.prototype.position=function(a,b,c){c.find(".dropdown-wrapper").append(b),b.addClass("select2-dropdown--below"),c.addClass("select2-container--below")},a}),i.define("select2/dropdown/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c),this.$dropdown.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),function(a){a.stopPropagation()})},a}),i.define("select2/selection/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c),this.$selection.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),function(a){a.stopPropagation()})},a}),y=function(a){function b(b){var g,h=b||window.event,j=i.call(arguments,1),l=0,m=0,n=0,o=0,p=0;if((b=a.event.fix(h)).type="mousewheel","detail"in h&&(n=-1*h.detail),"wheelDelta"in h&&(n=h.wheelDelta),"wheelDeltaY"in h&&(n=h.wheelDeltaY),"wheelDeltaX"in h&&(m=-1*h.wheelDeltaX),"axis"in h&&h.axis===h.HORIZONTAL_AXIS&&(m=-1*n,n=0),l=0===n?m:n,"deltaY"in h&&(l=n=-1*h.deltaY),"deltaX"in h&&(m=h.deltaX,0===n&&(l=-1*m)),0!==n||0!==m){if(1===h.deltaMode){var q=a.data(this,"mousewheel-line-height");l*=q,n*=q,m*=q}else if(2===h.deltaMode){var r=a.data(this,"mousewheel-page-height");l*=r,n*=r,m*=r}if(g=Math.max(Math.abs(n),Math.abs(m)),(!f||g<f)&&d(h,f=g)&&(f/=40),d(h,g)&&(l/=40,m/=40,n/=40),l=Math[1<=l?"floor":"ceil"](l/f),m=Math[1<=m?"floor":"ceil"](m/f),n=Math[1<=n?"floor":"ceil"](n/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=m,b.deltaY=n,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,j.unshift(b,l,m,n),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,j)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120==0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||9<=document.documentMode?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})},"function"==typeof i.define&&i.define.amd?i.define("jquery-mousewheel",["jquery"],y):"object"==typeof exports?module.exports=y:y(a),i.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(a,b,c,d,e){if(null==a.fn.select2){var f=["open","close","destroy"];a.fn.select2=function(b){if("object"==typeof(b=b||{}))return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"!=typeof b)throw new Error("Invalid arguments for Select2: "+b);var d,g=Array.prototype.slice.call(arguments,1);return this.each(function(){var a=e.GetData(this,"select2");null==a&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=a[b].apply(a,g)}),-1<a.inArray(b,f)?this:d}}return null==a.fn.select2.defaults&&(a.fn.select2.defaults=d),c}),{define:i.define,require:i.require}}(),c=b.require("jquery.select2");return a.fn.select2.amd=b,c}),!function(a){"undefined"!=typeof jQuery&&jQuery||"function"!=typeof define||!define.amd?"undefined"!=typeof jQuery&&jQuery||"object"!=typeof exports?a(jQuery,document,window,navigator):a(require("jquery"),document,window,navigator):define(["jquery"],function(b){return a(b,document,window,navigator)})}(function(a,b,c,d,e){"use strict";function f(d,f,g){this.VERSION="2.3.1",this.input=d,this.plugin_count=g,this.current_plugin=0,this.calc_count=0,this.update_tm=0,this.old_from=0,this.old_to=0,this.old_min_interval=null,this.raf_id=null,this.dragging=!1,this.force_redraw=!1,this.no_diapason=!1,this.has_tab_index=!0,this.is_key=!1,this.is_update=!1,this.is_start=!0,this.is_finish=!1,this.is_active=!1,this.is_resize=!1,this.is_click=!1,f=f||{},this.$cache={win:a(c),body:a(b.body),input:a(d),cont:null,rs:null,min:null,max:null,from:null,to:null,single:null,bar:null,line:null,s_single:null,s_from:null,s_to:null,shad_single:null,shad_from:null,shad_to:null,edge:null,grid:null,grid_labels:[]},this.coords={x_gap:0,x_pointer:0,w_rs:0,w_rs_old:0,w_handle:0,p_gap:0,p_gap_left:0,p_gap_right:0,p_step:0,p_pointer:0,p_handle:0,p_single_fake:0,p_single_real:0,p_from_fake:0,p_from_real:0,p_to_fake:0,p_to_real:0,p_bar_x:0,p_bar_w:0,grid_gap:0,big_num:0,big:[],big_w:[],big_p:[],big_x:[]},this.labels={w_min:0,w_max:0,w_from:0,w_to:0,w_single:0,p_min:0,p_max:0,p_from_fake:0,p_from_left:0,p_to_fake:0,p_to_left:0,p_single_fake:0,p_single_left:0};var h,i,j,k=this.$cache.input,l=k.prop("value");for(j in h={skin:"flat",type:"single",min:10,max:100,from:null,to:null,step:1,min_interval:0,max_interval:0,drag_interval:!1,values:[],p_values:[],from_fixed:!1,from_min:null,from_max:null,from_shadow:!1,to_fixed:!1,to_min:null,to_max:null,to_shadow:!1,prettify_enabled:!0,prettify_separator:" ",prettify:null,force_edges:!1,keyboard:!0,grid:!1,grid_margin:!0,grid_num:4,grid_snap:!1,hide_min_max:!1,hide_from_to:!1,prefix:"",postfix:"",max_postfix:"",decorate_both:!0,values_separator:" — ",input_values_separator:";",disable:!1,block:!1,extra_classes:"",scope:null,onStart:null,onChange:null,onFinish:null,onUpdate:null},"INPUT"!==k[0].nodeName&&console&&console.warn&&console.warn("Base element should be <input>!",k[0]),(i={skin:k.data("skin"),type:k.data("type"),min:k.data("min"),max:k.data("max"),from:k.data("from"),to:k.data("to"),step:k.data("step"),min_interval:k.data("minInterval"),max_interval:k.data("maxInterval"),drag_interval:k.data("dragInterval"),values:k.data("values"),from_fixed:k.data("fromFixed"),from_min:k.data("fromMin"),from_max:k.data("fromMax"),from_shadow:k.data("fromShadow"),to_fixed:k.data("toFixed"),to_min:k.data("toMin"),to_max:k.data("toMax"),to_shadow:k.data("toShadow"),prettify_enabled:k.data("prettifyEnabled"),prettify_separator:k.data("prettifySeparator"),force_edges:k.data("forceEdges"),keyboard:k.data("keyboard"),grid:k.data("grid"),grid_margin:k.data("gridMargin"),grid_num:k.data("gridNum"),grid_snap:k.data("gridSnap"),hide_min_max:k.data("hideMinMax"),hide_from_to:k.data("hideFromTo"),prefix:k.data("prefix"),postfix:k.data("postfix"),max_postfix:k.data("maxPostfix"),decorate_both:k.data("decorateBoth"),values_separator:k.data("valuesSeparator"),input_values_separator:k.data("inputValuesSeparator"),disable:k.data("disable"),block:k.data("block"),extra_classes:k.data("extraClasses")}).values=i.values&&i.values.split(","),i)i.hasOwnProperty(j)&&(i[j]!==e&&""!==i[j]||delete i[j]);l!==e&&""!==l&&((l=l.split(i.input_values_separator||f.input_values_separator||";"))[0]&&l[0]==+l[0]&&(l[0]=+l[0]),l[1]&&l[1]==+l[1]&&(l[1]=+l[1]),f&&f.values&&f.values.length?(h.from=l[0]&&f.values.indexOf(l[0]),h.to=l[1]&&f.values.indexOf(l[1])):(h.from=l[0]&&+l[0],h.to=l[1]&&+l[1])),a.extend(h,f),a.extend(h,i),this.options=h,this.update_check={},this.validate(),this.result={input:this.$cache.input,slider:null,min:this.options.min,max:this.options.max,from:this.options.from,from_percent:0,from_value:null,to:this.options.to,to_percent:0,to_value:null},this.init()}var g,h,i=0,j=(g=d.userAgent,h=/msie\s\d+/i,0<g.search(h)&&h.exec(g).toString().split(" ")[1]<9&&(a("html").addClass("lt-ie9"),!0));Function.prototype.bind||(Function.prototype.bind=function(a){var b=this,c=[].slice;if("function"!=typeof b)throw new TypeError;var d=c.call(arguments,1),e=function(){if(this instanceof e){var f=function(){};f.prototype=b.prototype;var g=new f,h=b.apply(g,d.concat(c.call(arguments)));return Object(h)===h?h:g}return b.apply(a,d.concat(c.call(arguments)))};return e}),Array.prototype.indexOf||(Array.prototype.indexOf=function(a,b){var c;if(null==this)throw new TypeError('"this" is null or not defined');var d=Object(this),e=d.length>>>0;if(0==e)return-1;var f=+b||0;if(Math.abs(f)===1/0&&(f=0),e<=f)return-1;for(c=Math.max(0<=f?f:e-Math.abs(f),0);c<e;){if(c in d&&d[c]===a)return c;c++}return-1}),f.prototype={init:function(a){this.no_diapason=!1,this.coords.p_step=this.convertToPercent(this.options.step,!0),this.target="base",this.toggleInput(),this.append(),this.setMinMax(),a?(this.force_redraw=!0,this.calc(!0),this.callOnUpdate()):(this.force_redraw=!0,this.calc(!0),this.callOnStart()),this.updateScene()},append:function(){var a='<span class="irs irs--'+this.options.skin+" js-irs-"+this.plugin_count+" "+this.options.extra_classes+'"></span>';this.$cache.input.before(a),this.$cache.input.prop("readonly",!0),this.$cache.cont=this.$cache.input.prev(),this.result.slider=this.$cache.cont,this.$cache.cont.html('<span class="irs"><span class="irs-line" tabindex="0"></span><span class="irs-min">0</span><span class="irs-max">1</span><span class="irs-from">0</span><span class="irs-to">0</span><span class="irs-single">0</span></span><span class="irs-grid"></span>'),this.$cache.rs=this.$cache.cont.find(".irs"),this.$cache.min=this.$cache.cont.find(".irs-min"),this.$cache.max=this.$cache.cont.find(".irs-max"),this.$cache.from=this.$cache.cont.find(".irs-from"),this.$cache.to=this.$cache.cont.find(".irs-to"),this.$cache.single=this.$cache.cont.find(".irs-single"),this.$cache.line=this.$cache.cont.find(".irs-line"),this.$cache.grid=this.$cache.cont.find(".irs-grid"),"single"===this.options.type?(this.$cache.cont.append('<span class="irs-bar irs-bar--single"></span><span class="irs-shadow shadow-single"></span><span class="irs-handle single"><i></i><i></i><i></i></span>'),this.$cache.bar=this.$cache.cont.find(".irs-bar"),this.$cache.edge=this.$cache.cont.find(".irs-bar-edge"),this.$cache.s_single=this.$cache.cont.find(".single"),this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.shad_single=this.$cache.cont.find(".shadow-single")):(this.$cache.cont.append('<span class="irs-bar"></span><span class="irs-shadow shadow-from"></span><span class="irs-shadow shadow-to"></span><span class="irs-handle from"><i></i><i></i><i></i></span><span class="irs-handle to"><i></i><i></i><i></i></span>'),this.$cache.bar=this.$cache.cont.find(".irs-bar"),this.$cache.s_from=this.$cache.cont.find(".from"),this.$cache.s_to=this.$cache.cont.find(".to"),this.$cache.shad_from=this.$cache.cont.find(".shadow-from"),this.$cache.shad_to=this.$cache.cont.find(".shadow-to"),this.setTopHandler()),this.options.hide_from_to&&(this.$cache.from[0].style.display="none",this.$cache.to[0].style.display="none",this.$cache.single[0].style.display="none"),this.appendGrid(),this.options.disable?(this.appendDisableMask(),this.$cache.input[0].disabled=!0):(this.$cache.input[0].disabled=!1,this.removeDisableMask(),this.bindEvents()),this.options.disable||(this.options.block?this.appendDisableMask():this.removeDisableMask()),this.options.drag_interval&&(this.$cache.bar[0].style.cursor="ew-resize")},setTopHandler:function(){var a=this.options.min,b=this.options.max,c=this.options.from,d=this.options.to;a<c&&d===b?this.$cache.s_from.addClass("type_last"):d<b&&this.$cache.s_to.addClass("type_last")},changeLevel:function(a){switch(a){case"single":this.coords.p_gap=this.toFixed(this.coords.p_pointer-this.coords.p_single_fake),this.$cache.s_single.addClass("state_hover");break;case"from":this.coords.p_gap=this.toFixed(this.coords.p_pointer-this.coords.p_from_fake),this.$cache.s_from.addClass("state_hover"),this.$cache.s_from.addClass("type_last"),this.$cache.s_to.removeClass("type_last");break;case"to":this.coords.p_gap=this.toFixed(this.coords.p_pointer-this.coords.p_to_fake),this.$cache.s_to.addClass("state_hover"),this.$cache.s_to.addClass("type_last"),this.$cache.s_from.removeClass("type_last");break;case"both":this.coords.p_gap_left=this.toFixed(this.coords.p_pointer-this.coords.p_from_fake),this.coords.p_gap_right=this.toFixed(this.coords.p_to_fake-this.coords.p_pointer),this.$cache.s_to.removeClass("type_last"),this.$cache.s_from.removeClass("type_last")}},appendDisableMask:function(){this.$cache.cont.append('<span class="irs-disable-mask"></span>'),this.$cache.cont.addClass("irs-disabled")},removeDisableMask:function(){this.$cache.cont.remove(".irs-disable-mask"),this.$cache.cont.removeClass("irs-disabled")},remove:function(){this.$cache.cont.remove(),this.$cache.cont=null,this.$cache.line.off("keydown.irs_"+this.plugin_count),this.$cache.body.off("touchmove.irs_"+this.plugin_count),this.$cache.body.off("mousemove.irs_"+this.plugin_count),this.$cache.win.off("touchend.irs_"+this.plugin_count),this.$cache.win.off("mouseup.irs_"+this.plugin_count),j&&(this.$cache.body.off("mouseup.irs_"+this.plugin_count),this.$cache.body.off("mouseleave.irs_"+this.plugin_count)),this.$cache.grid_labels=[],this.coords.big=[],this.coords.big_w=[],this.coords.big_p=[],this.coords.big_x=[],cancelAnimationFrame(this.raf_id)},bindEvents:function(){this.no_diapason||(this.$cache.body.on("touchmove.irs_"+this.plugin_count,this.pointerMove.bind(this)),this.$cache.body.on("mousemove.irs_"+this.plugin_count,this.pointerMove.bind(this)),this.$cache.win.on("touchend.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.win.on("mouseup.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.line.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.line.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.line.on("focus.irs_"+this.plugin_count,this.pointerFocus.bind(this)),this.options.drag_interval&&"double"===this.options.type?(this.$cache.bar.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"both")),this.$cache.bar.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"both"))):(this.$cache.bar.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.bar.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))),"single"===this.options.type?(this.$cache.single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.s_single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.shad_single.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.s_single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.edge.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_single.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))):(this.$cache.single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,null)),this.$cache.single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,null)),this.$cache.from.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.s_from.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.to.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.s_to.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.shad_from.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_to.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.from.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.s_from.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.to.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.s_to.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.shad_from.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_to.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))),this.options.keyboard&&this.$cache.line.on("keydown.irs_"+this.plugin_count,this.key.bind(this,"keyboard")),j&&(this.$cache.body.on("mouseup.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.body.on("mouseleave.irs_"+this.plugin_count,this.pointerUp.bind(this))))},pointerFocus:function(a){var b,c;this.target||(b=(c="single"===this.options.type?this.$cache.single:this.$cache.from).offset().left,b+=c.width()/2-1,this.pointerClick("single",{preventDefault:function(){},pageX:b}))},pointerMove:function(a){if(this.dragging){var b=a.pageX||a.originalEvent.touches&&a.originalEvent.touches[0].pageX;this.coords.x_pointer=b-this.coords.x_gap,this.calc()}},pointerUp:function(b){this.current_plugin===this.plugin_count&&this.is_active&&(this.is_active=!1,this.$cache.cont.find(".state_hover").removeClass("state_hover"),this.force_redraw=!0,j&&a("*").prop("unselectable",!1),this.updateScene(),this.restoreOriginalMinInterval(),(a.contains(this.$cache.cont[0],b.target)||this.dragging)&&this.callOnFinish(),this.dragging=!1)},pointerDown:function(b,c){c.preventDefault();var d=c.pageX||c.originalEvent.touches&&c.originalEvent.touches[0].pageX;2!==c.button&&("both"===b&&this.setTempMinInterval(),b=b||this.target||"from",this.current_plugin=this.plugin_count,this.target=b,this.is_active=!0,this.dragging=!0,this.coords.x_gap=this.$cache.rs.offset().left,this.coords.x_pointer=d-this.coords.x_gap,this.calcPointerPercent(),this.changeLevel(b),j&&a("*").prop("unselectable",!0),this.$cache.line.trigger("focus"),this.updateScene())},pointerClick:function(a,b){b.preventDefault();var c=b.pageX||b.originalEvent.touches&&b.originalEvent.touches[0].pageX;2!==b.button&&(this.current_plugin=this.plugin_count,this.target=a,this.is_click=!0,this.coords.x_gap=this.$cache.rs.offset().left,this.coords.x_pointer=+(c-this.coords.x_gap).toFixed(),this.force_redraw=!0,this.calc(),this.$cache.line.trigger("focus"))},key:function(a,b){if(!(this.current_plugin!==this.plugin_count||b.altKey||b.ctrlKey||b.shiftKey||b.metaKey)){switch(b.which){case 83:case 65:case 40:case 37:b.preventDefault(),this.moveByKey(!1);break;case 87:case 68:case 38:case 39:b.preventDefault(),this.moveByKey(!0)}return!0}},moveByKey:function(a){var b=this.coords.p_pointer,c=(this.options.max-this.options.min)/100;c=this.options.step/c,a?b+=c:b-=c,this.coords.x_pointer=this.toFixed(this.coords.w_rs/100*b),this.is_key=!0,this.calc()},setMinMax:function(){if(this.options){if(this.options.hide_min_max)return this.$cache.min[0].style.display="none",void(this.$cache.max[0].style.display="none");if(this.options.values.length)this.$cache.min.html(this.decorate(this.options.p_values[this.options.min])),this.$cache.max.html(this.decorate(this.options.p_values[this.options.max]));else{var a=this._prettify(this.options.min),b=this._prettify(this.options.max);this.result.min_pretty=a,this.result.max_pretty=b,this.$cache.min.html(this.decorate(a,this.options.min)),this.$cache.max.html(this.decorate(b,this.options.max))}this.labels.w_min=this.$cache.min.outerWidth(!1),this.labels.w_max=this.$cache.max.outerWidth(!1)}},setTempMinInterval:function(){var a=this.result.to-this.result.from;null===this.old_min_interval&&(this.old_min_interval=this.options.min_interval),this.options.min_interval=a},restoreOriginalMinInterval:function(){null!==this.old_min_interval&&(this.options.min_interval=this.old_min_interval,this.old_min_interval=null)},calc:function(a){if(this.options&&(this.calc_count++,10!==this.calc_count&&!a||(this.calc_count=0,this.coords.w_rs=this.$cache.rs.outerWidth(!1),this.calcHandlePercent()),this.coords.w_rs)){this.calcPointerPercent();var b=this.getHandleX();switch("both"===this.target&&(this.coords.p_gap=0,b=this.getHandleX()),"click"===this.target&&(this.coords.p_gap=this.coords.p_handle/2,b=this.getHandleX(),this.options.drag_interval?this.target="both_one":this.target=this.chooseHandle(b)),this.target){case"base":var c=(this.options.max-this.options.min)/100,d=(this.result.from-this.options.min)/c,e=(this.result.to-this.options.min)/c;this.coords.p_single_real=this.toFixed(d),this.coords.p_from_real=this.toFixed(d),this.coords.p_to_real=this.toFixed(e),this.coords.p_single_real=this.checkDiapason(this.coords.p_single_real,this.options.from_min,this.options.from_max),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_single_fake=this.convertToFakePercent(this.coords.p_single_real),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real),this.target=null;break;case"single":if(this.options.from_fixed)break;this.coords.p_single_real=this.convertToRealPercent(b),this.coords.p_single_real=this.calcWithStep(this.coords.p_single_real),this.coords.p_single_real=this.checkDiapason(this.coords.p_single_real,this.options.from_min,this.options.from_max),this.coords.p_single_fake=this.convertToFakePercent(this.coords.p_single_real);break;case"from":if(this.options.from_fixed)break;this.coords.p_from_real=this.convertToRealPercent(b),this.coords.p_from_real=this.calcWithStep(this.coords.p_from_real),this.coords.p_from_real>this.coords.p_to_real&&(this.coords.p_from_real=this.coords.p_to_real),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_from_real=this.checkMinInterval(this.coords.p_from_real,this.coords.p_to_real,"from"),this.coords.p_from_real=this.checkMaxInterval(this.coords.p_from_real,this.coords.p_to_real,"from"),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real);break;case"to":if(this.options.to_fixed)break;this.coords.p_to_real=this.convertToRealPercent(b),this.coords.p_to_real=this.calcWithStep(this.coords.p_to_real),this.coords.p_to_real<this.coords.p_from_real&&(this.coords.p_to_real=this.coords.p_from_real),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_to_real=this.checkMinInterval(this.coords.p_to_real,this.coords.p_from_real,"to"),this.coords.p_to_real=this.checkMaxInterval(this.coords.p_to_real,this.coords.p_from_real,"to"),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real);break;case"both":if(this.options.from_fixed||this.options.to_fixed)break;b=this.toFixed(b+.001*this.coords.p_handle),this.coords.p_from_real=this.convertToRealPercent(b)-this.coords.p_gap_left,this.coords.p_from_real=this.calcWithStep(this.coords.p_from_real),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_from_real=this.checkMinInterval(this.coords.p_from_real,this.coords.p_to_real,"from"),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real),this.coords.p_to_real=this.convertToRealPercent(b)+this.coords.p_gap_right,this.coords.p_to_real=this.calcWithStep(this.coords.p_to_real),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_to_real=this.checkMinInterval(this.coords.p_to_real,this.coords.p_from_real,"to"),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real);break;case"both_one":if(this.options.from_fixed||this.options.to_fixed)break;var f=this.convertToRealPercent(b),g=this.result.from_percent,h=this.result.to_percent-g,i=h/2,j=f-i,k=f+i;
|
7 |
-
j<0&&(k=(j=0)+h),100<k&&(j=(k=100)-h),this.coords.p_from_real=this.calcWithStep(j),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real),this.coords.p_to_real=this.calcWithStep(k),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real)}"single"===this.options.type?(this.coords.p_bar_x=this.coords.p_handle/2,this.coords.p_bar_w=this.coords.p_single_fake,this.result.from_percent=this.coords.p_single_real,this.result.from=this.convertToValue(this.coords.p_single_real),this.result.from_pretty=this._prettify(this.result.from),this.options.values.length&&(this.result.from_value=this.options.values[this.result.from])):(this.coords.p_bar_x=this.toFixed(this.coords.p_from_fake+this.coords.p_handle/2),this.coords.p_bar_w=this.toFixed(this.coords.p_to_fake-this.coords.p_from_fake),this.result.from_percent=this.coords.p_from_real,this.result.from=this.convertToValue(this.coords.p_from_real),this.result.from_pretty=this._prettify(this.result.from),this.result.to_percent=this.coords.p_to_real,this.result.to=this.convertToValue(this.coords.p_to_real),this.result.to_pretty=this._prettify(this.result.to),this.options.values.length&&(this.result.from_value=this.options.values[this.result.from],this.result.to_value=this.options.values[this.result.to])),this.calcMinMax(),this.calcLabels()}},calcPointerPercent:function(){this.coords.w_rs?(this.coords.x_pointer<0||isNaN(this.coords.x_pointer)?this.coords.x_pointer=0:this.coords.x_pointer>this.coords.w_rs&&(this.coords.x_pointer=this.coords.w_rs),this.coords.p_pointer=this.toFixed(this.coords.x_pointer/this.coords.w_rs*100)):this.coords.p_pointer=0},convertToRealPercent:function(a){return a/(100-this.coords.p_handle)*100},convertToFakePercent:function(a){return a/100*(100-this.coords.p_handle)},getHandleX:function(){var a=100-this.coords.p_handle,b=this.toFixed(this.coords.p_pointer-this.coords.p_gap);return b<0?b=0:a<b&&(b=a),b},calcHandlePercent:function(){"single"===this.options.type?this.coords.w_handle=this.$cache.s_single.outerWidth(!1):this.coords.w_handle=this.$cache.s_from.outerWidth(!1),this.coords.p_handle=this.toFixed(this.coords.w_handle/this.coords.w_rs*100)},chooseHandle:function(a){return"single"===this.options.type?"single":this.coords.p_from_real+(this.coords.p_to_real-this.coords.p_from_real)/2<=a?this.options.to_fixed?"from":"to":this.options.from_fixed?"to":"from"},calcMinMax:function(){this.coords.w_rs&&(this.labels.p_min=this.labels.w_min/this.coords.w_rs*100,this.labels.p_max=this.labels.w_max/this.coords.w_rs*100)},calcLabels:function(){this.coords.w_rs&&!this.options.hide_from_to&&("single"===this.options.type?(this.labels.w_single=this.$cache.single.outerWidth(!1),this.labels.p_single_fake=this.labels.w_single/this.coords.w_rs*100,this.labels.p_single_left=this.coords.p_single_fake+this.coords.p_handle/2-this.labels.p_single_fake/2):(this.labels.w_from=this.$cache.from.outerWidth(!1),this.labels.p_from_fake=this.labels.w_from/this.coords.w_rs*100,this.labels.p_from_left=this.coords.p_from_fake+this.coords.p_handle/2-this.labels.p_from_fake/2,this.labels.p_from_left=this.toFixed(this.labels.p_from_left),this.labels.p_from_left=this.checkEdges(this.labels.p_from_left,this.labels.p_from_fake),this.labels.w_to=this.$cache.to.outerWidth(!1),this.labels.p_to_fake=this.labels.w_to/this.coords.w_rs*100,this.labels.p_to_left=this.coords.p_to_fake+this.coords.p_handle/2-this.labels.p_to_fake/2,this.labels.p_to_left=this.toFixed(this.labels.p_to_left),this.labels.p_to_left=this.checkEdges(this.labels.p_to_left,this.labels.p_to_fake),this.labels.w_single=this.$cache.single.outerWidth(!1),this.labels.p_single_fake=this.labels.w_single/this.coords.w_rs*100,this.labels.p_single_left=(this.labels.p_from_left+this.labels.p_to_left+this.labels.p_to_fake)/2-this.labels.p_single_fake/2,this.labels.p_single_left=this.toFixed(this.labels.p_single_left)),this.labels.p_single_left=this.checkEdges(this.labels.p_single_left,this.labels.p_single_fake))},updateScene:function(){this.raf_id&&(cancelAnimationFrame(this.raf_id),this.raf_id=null),clearTimeout(this.update_tm),this.update_tm=null,this.options&&(this.drawHandles(),this.is_active?this.raf_id=requestAnimationFrame(this.updateScene.bind(this)):this.update_tm=setTimeout(this.updateScene.bind(this),300))},drawHandles:function(){this.coords.w_rs=this.$cache.rs.outerWidth(!1),this.coords.w_rs&&(this.coords.w_rs!==this.coords.w_rs_old&&(this.target="base",this.is_resize=!0),this.coords.w_rs===this.coords.w_rs_old&&!this.force_redraw||(this.setMinMax(),this.calc(!0),this.drawLabels(),this.options.grid&&(this.calcGridMargin(),this.calcGridLabels()),this.force_redraw=!0,this.coords.w_rs_old=this.coords.w_rs,this.drawShadow()),this.coords.w_rs&&(this.dragging||this.force_redraw||this.is_key)&&((this.old_from!==this.result.from||this.old_to!==this.result.to||this.force_redraw||this.is_key)&&(this.drawLabels(),this.$cache.bar[0].style.left=this.coords.p_bar_x+"%",this.$cache.bar[0].style.width=this.coords.p_bar_w+"%","single"===this.options.type?(this.$cache.bar[0].style.left=0,this.$cache.bar[0].style.width=this.coords.p_bar_w+this.coords.p_bar_x+"%",this.$cache.s_single[0].style.left=this.coords.p_single_fake+"%"):(this.$cache.s_from[0].style.left=this.coords.p_from_fake+"%",this.$cache.s_to[0].style.left=this.coords.p_to_fake+"%",this.old_from===this.result.from&&!this.force_redraw||(this.$cache.from[0].style.left=this.labels.p_from_left+"%"),this.old_to===this.result.to&&!this.force_redraw||(this.$cache.to[0].style.left=this.labels.p_to_left+"%")),this.$cache.single[0].style.left=this.labels.p_single_left+"%",this.writeToInput(),this.old_from===this.result.from&&this.old_to===this.result.to||this.is_start||(this.$cache.input.trigger("change"),this.$cache.input.trigger("input")),this.old_from=this.result.from,this.old_to=this.result.to,this.is_resize||this.is_update||this.is_start||this.is_finish||this.callOnChange(),(this.is_key||this.is_click)&&(this.is_key=!1,this.is_click=!1,this.callOnFinish()),this.is_update=!1,this.is_resize=!1,this.is_finish=!1),this.is_start=!1,this.is_key=!1,this.is_click=!1,this.force_redraw=!1))},drawLabels:function(){if(this.options){var a,b,c,d,e,f=this.options.values.length,g=this.options.p_values;if(!this.options.hide_from_to)if("single"===this.options.type)a=f?this.decorate(g[this.result.from]):(d=this._prettify(this.result.from),this.decorate(d,this.result.from)),this.$cache.single.html(a),this.calcLabels(),this.labels.p_single_left<this.labels.p_min+1?this.$cache.min[0].style.visibility="hidden":this.$cache.min[0].style.visibility="visible",this.labels.p_single_left+this.labels.p_single_fake>100-this.labels.p_max-1?this.$cache.max[0].style.visibility="hidden":this.$cache.max[0].style.visibility="visible";else{c=f?(this.options.decorate_both?(a=this.decorate(g[this.result.from]),a+=this.options.values_separator,a+=this.decorate(g[this.result.to])):a=this.decorate(g[this.result.from]+this.options.values_separator+g[this.result.to]),b=this.decorate(g[this.result.from]),this.decorate(g[this.result.to])):(d=this._prettify(this.result.from),e=this._prettify(this.result.to),this.options.decorate_both?(a=this.decorate(d,this.result.from),a+=this.options.values_separator,a+=this.decorate(e,this.result.to)):a=this.decorate(d+this.options.values_separator+e,this.result.to),b=this.decorate(d,this.result.from),this.decorate(e,this.result.to)),this.$cache.single.html(a),this.$cache.from.html(b),this.$cache.to.html(c),this.calcLabels();var h=Math.min(this.labels.p_single_left,this.labels.p_from_left),i=this.labels.p_single_left+this.labels.p_single_fake,j=this.labels.p_to_left+this.labels.p_to_fake,k=Math.max(i,j);this.labels.p_from_left+this.labels.p_from_fake>=this.labels.p_to_left?(this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.single[0].style.visibility="visible",k=this.result.from===this.result.to?("from"===this.target?this.$cache.from[0].style.visibility="visible":"to"===this.target?this.$cache.to[0].style.visibility="visible":this.target||(this.$cache.from[0].style.visibility="visible"),this.$cache.single[0].style.visibility="hidden",j):(this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.single[0].style.visibility="visible",Math.max(i,j))):(this.$cache.from[0].style.visibility="visible",this.$cache.to[0].style.visibility="visible",this.$cache.single[0].style.visibility="hidden"),h<this.labels.p_min+1?this.$cache.min[0].style.visibility="hidden":this.$cache.min[0].style.visibility="visible",k>100-this.labels.p_max-1?this.$cache.max[0].style.visibility="hidden":this.$cache.max[0].style.visibility="visible"}}},drawShadow:function(){var a,b,c,d,e=this.options,f=this.$cache,g="number"==typeof e.from_min&&!isNaN(e.from_min),h="number"==typeof e.from_max&&!isNaN(e.from_max),i="number"==typeof e.to_min&&!isNaN(e.to_min),j="number"==typeof e.to_max&&!isNaN(e.to_max);"single"===e.type?e.from_shadow&&(g||h)?(a=this.convertToPercent(g?e.from_min:e.min),b=this.convertToPercent(h?e.from_max:e.max)-a,a=this.toFixed(a-this.coords.p_handle/100*a),b=this.toFixed(b-this.coords.p_handle/100*b),a+=this.coords.p_handle/2,f.shad_single[0].style.display="block",f.shad_single[0].style.left=a+"%",f.shad_single[0].style.width=b+"%"):f.shad_single[0].style.display="none":(e.from_shadow&&(g||h)?(a=this.convertToPercent(g?e.from_min:e.min),b=this.convertToPercent(h?e.from_max:e.max)-a,a=this.toFixed(a-this.coords.p_handle/100*a),b=this.toFixed(b-this.coords.p_handle/100*b),a+=this.coords.p_handle/2,f.shad_from[0].style.display="block",f.shad_from[0].style.left=a+"%",f.shad_from[0].style.width=b+"%"):f.shad_from[0].style.display="none",e.to_shadow&&(i||j)?(c=this.convertToPercent(i?e.to_min:e.min),d=this.convertToPercent(j?e.to_max:e.max)-c,c=this.toFixed(c-this.coords.p_handle/100*c),d=this.toFixed(d-this.coords.p_handle/100*d),c+=this.coords.p_handle/2,f.shad_to[0].style.display="block",f.shad_to[0].style.left=c+"%",f.shad_to[0].style.width=d+"%"):f.shad_to[0].style.display="none")},writeToInput:function(){"single"===this.options.type?(this.options.values.length?this.$cache.input.prop("value",this.result.from_value):this.$cache.input.prop("value",this.result.from),this.$cache.input.data("from",this.result.from)):(this.options.values.length?this.$cache.input.prop("value",this.result.from_value+this.options.input_values_separator+this.result.to_value):this.$cache.input.prop("value",this.result.from+this.options.input_values_separator+this.result.to),this.$cache.input.data("from",this.result.from),this.$cache.input.data("to",this.result.to))},callOnStart:function(){this.writeToInput(),this.options.onStart&&"function"==typeof this.options.onStart&&(this.options.scope?this.options.onStart.call(this.options.scope,this.result):this.options.onStart(this.result))},callOnChange:function(){this.writeToInput(),this.options.onChange&&"function"==typeof this.options.onChange&&(this.options.scope?this.options.onChange.call(this.options.scope,this.result):this.options.onChange(this.result))},callOnFinish:function(){this.writeToInput(),this.options.onFinish&&"function"==typeof this.options.onFinish&&(this.options.scope?this.options.onFinish.call(this.options.scope,this.result):this.options.onFinish(this.result))},callOnUpdate:function(){this.writeToInput(),this.options.onUpdate&&"function"==typeof this.options.onUpdate&&(this.options.scope?this.options.onUpdate.call(this.options.scope,this.result):this.options.onUpdate(this.result))},toggleInput:function(){this.$cache.input.toggleClass("irs-hidden-input"),this.has_tab_index?this.$cache.input.prop("tabindex",-1):this.$cache.input.removeProp("tabindex"),this.has_tab_index=!this.has_tab_index},convertToPercent:function(a,b){var c,d=this.options.max-this.options.min,e=d/100;return d?(c=(b?a:a-this.options.min)/e,this.toFixed(c)):(this.no_diapason=!0,0)},convertToValue:function(a){var b,c,d=this.options.min,e=this.options.max,f=d.toString().split(".")[1],g=e.toString().split(".")[1],h=0,i=0;if(0===a)return this.options.min;if(100===a)return this.options.max;f&&(h=b=f.length),g&&(h=c=g.length),b&&c&&(h=c<=b?b:c),d<0&&(d=+(d+(i=Math.abs(d))).toFixed(h),e=+(e+i).toFixed(h));var j,k=(e-d)/100*a+d,l=this.options.step.toString().split(".")[1];return k=l?+k.toFixed(l.length):(k/=this.options.step,+(k*=this.options.step).toFixed(0)),i&&(k-=i),(j=l?+k.toFixed(l.length):this.toFixed(k))<this.options.min?j=this.options.min:j>this.options.max&&(j=this.options.max),j},calcWithStep:function(a){var b=Math.round(a/this.coords.p_step)*this.coords.p_step;return 100<b&&(b=100),100===a&&(b=100),this.toFixed(b)},checkMinInterval:function(a,b,c){var d,e,f=this.options;return f.min_interval?(d=this.convertToValue(a),e=this.convertToValue(b),"from"===c?e-d<f.min_interval&&(d=e-f.min_interval):d-e<f.min_interval&&(d=e+f.min_interval),this.convertToPercent(d)):a},checkMaxInterval:function(a,b,c){var d,e,f=this.options;return f.max_interval?(d=this.convertToValue(a),e=this.convertToValue(b),"from"===c?e-d>f.max_interval&&(d=e-f.max_interval):d-e>f.max_interval&&(d=e+f.max_interval),this.convertToPercent(d)):a},checkDiapason:function(a,b,c){var d=this.convertToValue(a),e=this.options;return"number"!=typeof b&&(b=e.min),"number"!=typeof c&&(c=e.max),d<b&&(d=b),c<d&&(d=c),this.convertToPercent(d)},toFixed:function(a){return+(a=a.toFixed(20))},_prettify:function(a){return this.options.prettify_enabled?this.options.prettify&&"function"==typeof this.options.prettify?this.options.prettify(a):this.prettify(a):a},prettify:function(a){return a.toString().replace(/(\d{1,3}(?=(?:\d\d\d)+(?!\d)))/g,"$1"+this.options.prettify_separator)},checkEdges:function(a,b){return this.options.force_edges&&(a<0?a=0:100-b<a&&(a=100-b)),this.toFixed(a)},validate:function(){var a,b,c=this.options,d=this.result,e=c.values,f=e.length;if("string"==typeof c.min&&(c.min=+c.min),"string"==typeof c.max&&(c.max=+c.max),"string"==typeof c.from&&(c.from=+c.from),"string"==typeof c.to&&(c.to=+c.to),"string"==typeof c.step&&(c.step=+c.step),"string"==typeof c.from_min&&(c.from_min=+c.from_min),"string"==typeof c.from_max&&(c.from_max=+c.from_max),"string"==typeof c.to_min&&(c.to_min=+c.to_min),"string"==typeof c.to_max&&(c.to_max=+c.to_max),"string"==typeof c.grid_num&&(c.grid_num=+c.grid_num),c.max<c.min&&(c.max=c.min),f)for(c.p_values=[],c.min=0,c.max=f-1,c.step=1,c.grid_num=c.max,c.grid_snap=!0,b=0;b<f;b++)a=+e[b],a=isNaN(a)?e[b]:(e[b]=a,this._prettify(a)),c.p_values.push(a);"number"==typeof c.from&&!isNaN(c.from)||(c.from=c.min),"number"==typeof c.to&&!isNaN(c.to)||(c.to=c.max),"single"===c.type?(c.from<c.min&&(c.from=c.min),c.from>c.max&&(c.from=c.max)):(c.from<c.min&&(c.from=c.min),c.from>c.max&&(c.from=c.max),c.to<c.min&&(c.to=c.min),c.to>c.max&&(c.to=c.max),this.update_check.from&&(this.update_check.from!==c.from&&c.from>c.to&&(c.from=c.to),this.update_check.to!==c.to&&c.to<c.from&&(c.to=c.from)),c.from>c.to&&(c.from=c.to),c.to<c.from&&(c.to=c.from)),("number"!=typeof c.step||isNaN(c.step)||!c.step||c.step<0)&&(c.step=1),"number"==typeof c.from_min&&c.from<c.from_min&&(c.from=c.from_min),"number"==typeof c.from_max&&c.from>c.from_max&&(c.from=c.from_max),"number"==typeof c.to_min&&c.to<c.to_min&&(c.to=c.to_min),"number"==typeof c.to_max&&c.from>c.to_max&&(c.to=c.to_max),d&&(d.min!==c.min&&(d.min=c.min),d.max!==c.max&&(d.max=c.max),(d.from<d.min||d.from>d.max)&&(d.from=c.from),(d.to<d.min||d.to>d.max)&&(d.to=c.to)),("number"!=typeof c.min_interval||isNaN(c.min_interval)||!c.min_interval||c.min_interval<0)&&(c.min_interval=0),("number"!=typeof c.max_interval||isNaN(c.max_interval)||!c.max_interval||c.max_interval<0)&&(c.max_interval=0),c.min_interval&&c.min_interval>c.max-c.min&&(c.min_interval=c.max-c.min),c.max_interval&&c.max_interval>c.max-c.min&&(c.max_interval=c.max-c.min)},decorate:function(a,b){var c="",d=this.options;return d.prefix&&(c+=d.prefix),c+=a,d.max_postfix&&(d.values.length&&a===d.p_values[d.max]?(c+=d.max_postfix,d.postfix&&(c+=" ")):b===d.max&&(c+=d.max_postfix,d.postfix&&(c+=" "))),d.postfix&&(c+=d.postfix),c},updateFrom:function(){this.result.from=this.options.from,this.result.from_percent=this.convertToPercent(this.result.from),this.result.from_pretty=this._prettify(this.result.from),this.options.values&&(this.result.from_value=this.options.values[this.result.from])},updateTo:function(){this.result.to=this.options.to,this.result.to_percent=this.convertToPercent(this.result.to),this.result.to_pretty=this._prettify(this.result.to),this.options.values&&(this.result.to_value=this.options.values[this.result.to])},updateResult:function(){this.result.min=this.options.min,this.result.max=this.options.max,this.updateFrom(),this.updateTo()},appendGrid:function(){if(this.options.grid){var a,b,c,d,e,f,g=this.options,h=g.max-g.min,i=g.grid_num,j=0,k=4,l="";for(this.calcGridMargin(),g.grid_snap&&(i=h/g.step),50<i&&(i=50),c=this.toFixed(100/i),4<i&&(k=3),7<i&&(k=2),14<i&&(k=1),28<i&&(k=0),a=0;a<i+1;a++){for(d=k,100<(j=this.toFixed(c*a))&&(j=100),e=((this.coords.big[a]=j)-c*(a-1))/(d+1),b=1;b<=d&&0!==j;b++)l+='<span class="irs-grid-pol small" style="left: '+this.toFixed(j-e*b)+'%"></span>';l+='<span class="irs-grid-pol" style="left: '+j+'%"></span>',f=this.convertToValue(j),l+='<span class="irs-grid-text js-grid-text-'+a+'" style="left: '+j+'%">'+(f=g.values.length?g.p_values[f]:this._prettify(f))+"</span>"}this.coords.big_num=Math.ceil(i+1),this.$cache.cont.addClass("irs-with-grid"),this.$cache.grid.html(l),this.cacheGridLabels()}},cacheGridLabels:function(){var a,b,c=this.coords.big_num;for(b=0;b<c;b++)a=this.$cache.grid.find(".js-grid-text-"+b),this.$cache.grid_labels.push(a);this.calcGridLabels()},calcGridLabels:function(){var a,b,c=[],d=[],e=this.coords.big_num;for(a=0;a<e;a++)this.coords.big_w[a]=this.$cache.grid_labels[a].outerWidth(!1),this.coords.big_p[a]=this.toFixed(this.coords.big_w[a]/this.coords.w_rs*100),this.coords.big_x[a]=this.toFixed(this.coords.big_p[a]/2),c[a]=this.toFixed(this.coords.big[a]-this.coords.big_x[a]),d[a]=this.toFixed(c[a]+this.coords.big_p[a]);for(this.options.force_edges&&(c[0]<-this.coords.grid_gap&&(c[0]=-this.coords.grid_gap,d[0]=this.toFixed(c[0]+this.coords.big_p[0]),this.coords.big_x[0]=this.coords.grid_gap),d[e-1]>100+this.coords.grid_gap&&(d[e-1]=100+this.coords.grid_gap,c[e-1]=this.toFixed(d[e-1]-this.coords.big_p[e-1]),this.coords.big_x[e-1]=this.toFixed(this.coords.big_p[e-1]-this.coords.grid_gap))),this.calcGridCollision(2,c,d),this.calcGridCollision(4,c,d),a=0;a<e;a++)b=this.$cache.grid_labels[a][0],this.coords.big_x[a]!==Number.POSITIVE_INFINITY&&(b.style.marginLeft=-this.coords.big_x[a]+"%")},calcGridCollision:function(a,b,c){var d,e,f,g=this.coords.big_num;for(d=0;d<g&&!(g<=(e=d+a/2));d+=a)f=this.$cache.grid_labels[e][0],c[d]<=b[e]?f.style.visibility="visible":f.style.visibility="hidden"},calcGridMargin:function(){this.options.grid_margin&&(this.coords.w_rs=this.$cache.rs.outerWidth(!1),this.coords.w_rs&&("single"===this.options.type?this.coords.w_handle=this.$cache.s_single.outerWidth(!1):this.coords.w_handle=this.$cache.s_from.outerWidth(!1),this.coords.p_handle=this.toFixed(this.coords.w_handle/this.coords.w_rs*100),this.coords.grid_gap=this.toFixed(this.coords.p_handle/2-.1),this.$cache.grid[0].style.width=this.toFixed(100-this.coords.p_handle)+"%",this.$cache.grid[0].style.left=this.coords.grid_gap+"%"))},update:function(b){this.input&&(this.is_update=!0,this.options.from=this.result.from,this.options.to=this.result.to,this.update_check.from=this.result.from,this.update_check.to=this.result.to,this.options=a.extend(this.options,b),this.validate(),this.updateResult(b),this.toggleInput(),this.remove(),this.init(!0))},reset:function(){this.input&&(this.updateResult(),this.update())},destroy:function(){this.input&&(this.toggleInput(),this.$cache.input.prop("readonly",!1),a.data(this.input,"ionRangeSlider",null),this.remove(),this.input=null,this.options=null)}},a.fn.ionRangeSlider=function(b){return this.each(function(){a.data(this,"ionRangeSlider")||a.data(this,"ionRangeSlider",new f(this,b,i++))})},function(){for(var a=0,b=["ms","moz","webkit","o"],d=0;d<b.length&&!c.requestAnimationFrame;++d)c.requestAnimationFrame=c[b[d]+"RequestAnimationFrame"],c.cancelAnimationFrame=c[b[d]+"CancelAnimationFrame"]||c[b[d]+"CancelRequestAnimationFrame"];c.requestAnimationFrame||(c.requestAnimationFrame=function(b,d){var e=(new Date).getTime(),f=Math.max(0,16-(e-a)),g=c.setTimeout(function(){b(e+f)},f);return a=e+f,g}),c.cancelAnimationFrame||(c.cancelAnimationFrame=function(a){clearTimeout(a)})}()});
|
1 |
+
function berocket_make_args_array(a){for(var b=[],c=0;c<a.length;c++)b.push(a[c]);return b}function berocket_apply_filters(a,b){if("undefined"!=typeof berocket_filters[a]){var c=berocket_make_args_array(arguments);c.splice(0,1),jQuery.each(berocket_filters[a],function(a,d){b=d.callback.apply(null,c),c[0]=b})}return b}function berocket_do_action(a){if("undefined"!=typeof berocket_filters[a]){var b=berocket_make_args_array(arguments);b.splice(0,1),jQuery.each(berocket_filters[a],function(a,c){c.callback.apply(null,b)})}}function berocket_throw_error(a){var b="berocket_throw_error";if(error_exist=!0,"undefined"!=typeof berocket_filters[b]){for(var c=[error_exist],d=0;d<arguments.length;d++)c.push(arguments[d]);jQuery.each(berocket_filters[b],function(a,b){if(error_exist=b.callback.apply(null,c),c[0]=error_exist,!error_exist)return!1})}return error_exist}function berocket_add_filter(a,b,c){"undefined"==typeof c&&(c=10),"undefined"==typeof berocket_filters[a]&&(berocket_filters[a]=[]);var d=!1;jQuery.each(berocket_filters[a],function(a,e){e.priority===c&&e.callback===b&&(d=!0)}),d||(berocket_filters[a].push({callback:b,priority:c}),berocket_filters[a]=berocket_sort_by_priority(berocket_filters[a]))}function berocket_remove_filter(a,b,c){if("undefined"==typeof c&&(c=10),"undefined"!=typeof berocket_filters[a]){var d=[];jQuery.each(berocket_filters[a],function(a,e){e.priority===c&&e.callback===b||d.push(e)}),berocket_filters[a]=berocket_sort_by_priority(d)}}function berocket_sort_by_priority(a){return Array.isArray(a)&&a.sort(function(a,b){return a.priority>b.priority?1:a.priority<b.priority?-1:0}),a}function berocket_format_number(a,b){"undefined"==typeof b&&(b=the_ajax_script.number_style);var c=a.toFixed(b[2]);c=c.toString();var d=c.split("."),e=d[0];return c.indexOf(".")!=-1&&(d=d[1]),e=e.replace(/\d(?=(?:\d{3})+(?:$))/g,function(a,c){return a+b[0]}),c.indexOf(".")!=-1&&(e=e+b[1]+d),e}function braapf_grab_all_init(){braapf_grab_all()}function braapf_selected_filters_area_set_init(){braapf_selected_filters_area_set()}function braapf_filtered_filters_set(){braapf_filtered_filters=braapf_selected_filters.slice(),berocket_do_action("braapf_init_filtered_set",braapf_filtered_filters)}var berocket_filters={};berocket_add_filter("compat_filters_result_single",function(a){return"object"==typeof a&&"string"==typeof a.taxonomy&&"pa_"==a.taxonomy.substr(0,3)&&(a.taxonomy=a.taxonomy.substr(3)),a}),jQuery(document).trigger("berocket_hooks_ready");var braapf_filter_blocked=!1,braapf_selected_filters=[],braapf_filtered_filters=[],braapf_filters_var,braapf_ajax_request,braapf_checkbox_same,braapf_update_products,braapf_grab_all,braapf_grab_single,braapf_compact_filters,braapf_compat_filters_to_string,braapf_build_url_from_urldata,braapf_apply_additional_filter_data,braapf_glue_by_operator,braapf_ajax_load_from_url,braapf_ajax_load_from_url_request,braapf_init_load,braapf_remove_pages_from_url_data,braapf_filter_products_by_url,braapf_get_current_url_data,braapf_reset_buttons_hide,bapf_universal_theme_compatibility,braapf_disable_ajax_loading,braapf_close_tippy;!function(a){function b(a){return berocket_remove_filter("ajax_load_from_url_beforeSend",b),a.setRequestHeader("X-Braapfdisable","1"),a}function c(a){return a.setRequestHeader("X-Braapf","1"),a}function d(b){var c=berocket_apply_filters("filter_mobile_width",767),d=berocket_apply_filters("filter_tablet_width",1024);return a(window).width()<=c&&b.find(".bapf_sngl_hd_mobile").remove(),a(window).width()>c&&a(window).width()<=d&&b.find(".bapf_sngl_hd_tablet").remove(),a(window).width()>d&&b.find(".bapf_sngl_hd_desktop").remove(),b}a(document).on("change",".bapf_sfilter.bapf_ckbox input[type=checkbox]",function(){var b=a(this).val(),c=a(this).parents(".bapf_sfilter").data("taxonomy"),d=a(this).prop("checked");braapf_checkbox_same(c,b,d),berocket_apply_filters("input_ckbox_changed",this,c,b,d);var e={element:"#"+a(this).attr("id"),parent:1,find:!1};berocket_apply_filters("filter_changed_element",e,a(this)),berocket_do_action("update_products","filter",a(this))}),braapf_checkbox_same=function(b,c,d){a('.bapf_sfilter[data-taxonomy="'+b+'"] input[value="'+c+'"]').prop("checked",d),a('.bapf_sfilter[data-taxonomy="'+b+'"]').length>a('.bapf_sfilter.bapf_ckbox[data-taxonomy="'+b+'"]').length&&berocket_throw_error("multiple_filters_for_same_taxonomy",b)},a(document).on("braapf_unselect",".bapf_ckbox",function(b,c){if("undefined"==typeof c&&(c=!1),0==c)var d=a(this).find("input[type=checkbox]");else var d=a(this).find('input[value="'+c.value+'"]');if(d.length>0){var e=d.val(),f=a(this).data("taxonomy");d.prop("checked",!1),braapf_checkbox_same(f,e,!1)}}),a(document).on("braapf_unselect_all",".bapf_ckbox",function(b,c){a(this).trigger("braapf_unselect",!1)}),a(document).on("berocket_filters_document_ready",function(){a(".bapf_ckbox input[type=checkbox]:checked").closest("li").parents("li").trigger("bapf_ochild")}),a(document).on("click",".berocket_aapf_widget_update_button, .bapf_update",function(b){b.preventDefault(),berocket_do_action("update_products","update",a(this))}),a(document).on("click",".berocket_aapf_reset_button, .bapf_reset",function(b){b.preventDefault(),braapf_unselect_all(),berocket_do_action("update_products","reset_all",a(this))}),braapf_reset_buttons_hide=function(){berocket_apply_filters("bapf_rst_nofltr_hide","undefined"==typeof braapf_filtered_filters||braapf_filtered_filters.length<=0)?a(".bapf_rst_nofltr").hide():a(".bapf_rst_nofltr").show();var b=!1;"undefined"!=typeof braapf_filtered_filters&&braapf_filtered_filters.length>0&&a.each(braapf_filtered_filters,function(a,c){if(c.values.length>0)return b=!0,!1}),berocket_apply_filters("bapf_rst_sel_show",b)?a(".bapf_rst_sel").show():a(".bapf_rst_sel").hide()},berocket_add_filter("braapf_init",braapf_reset_buttons_hide,1500),berocket_add_filter("braapf_init_filtered_set",braapf_reset_buttons_hide,1500);var e=the_ajax_script.pagination_class;e=e.replace(","," a,"),e=berocket_apply_filters("pagination_links_a_tags",e+" a",the_ajax_script.pagination_class),!the_ajax_script.disable_ajax_loading&&the_ajax_script.pagination_ajax&&a(document).on("click",e,function(c){c.preventDefault();var d=a(this).attr("href");d=berocket_apply_filters("pagination_href_from_clicked_a",decodeURI(d),a(this)),braapf_change_url_history_api(d,{replace:the_ajax_script.seo_friendly_urls}),berocket_add_filter("ajax_load_from_url_beforeSend",b),braapf_ajax_load_from_url(d,{},berocket_apply_filters("ajax_load_from_pagination",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_init_load,braapf_update_data_from_current]},d))}),!the_ajax_script.disable_ajax_loading&&the_ajax_script.control_sorting&&a(document).on("submit",the_ajax_script.ordering_class,function(b){b.preventDefault();var c=braapf_get_current_url_data();if(c=braapf_remove_pages_from_url_data(c),Array.isArray(c.queryargs)){var d=[];a.each(c.queryargs,function(a,b){"orderby"!=b.name&&d.push(b)}),c.queryargs=d}else c.queryargs=[];var e=a(this).serializeArray();Array.isArray(e)&&a.each(e,function(a,b){"paged"==b.name?c.page=parseInt(b.value):"orderby"==b.name?the_ajax_script.default_sorting!=b.value&&c.queryargs.push(b):c.queryargs.push(b)});var f=braapf_build_url_from_urldata(c);braapf_filter_products_by_url(f)}),braapf_get_url_with_filters_selected=function(){braapf_grab_all();var a=braapf_compact_filters(),b=berocket_apply_filters("braapf_filters_mask",the_ajax_script.url_mask),c=braapf_compat_filters_to_string(a,b,the_ajax_script.url_split),d=braapf_get_current_url_data();d.filter=c,d=braapf_remove_pages_from_url_data(d),d=braapf_apply_additional_filter_data(d);var e=braapf_build_url_from_urldata(d);return e},braapf_update_products=function(b,c){"undefined"==typeof b&&(b="filter"),"undefined"==typeof c&&(c=!1),b=berocket_apply_filters("before_update_products_context",b,c);var d=berocket_apply_filters("before_update_products_context_url_filtered",braapf_get_url_with_filters_selected(),b,c);berocket_apply_filters("apply_filters_to_page",0==a(".berocket_aapf_widget_update_button:visible, .bapf_update:visible").length||"filter"!=b,b,c,d)?(braapf_selected_filters_area_set(),braapf_filter_products_by_url(d)):berocket_apply_filters("apply_filters_to_page_partial",!1,b,c,d)&&braapf_ajax_load_from_url(d,{},berocket_apply_filters("ajax_load_from_filters_partial",{done:[braapf_replace_each_filter,braapf_init_load]},d,"partial"),"partial")},braapf_filter_products_by_url=function(b){berocket_apply_filters("page_has_products_holder",!a(the_ajax_script.products_holder_id).length,b)?location.href=b:(braapf_change_url_history_api(b,{replace:the_ajax_script.seo_friendly_urls}),braapf_ajax_load_from_url(b,{},berocket_apply_filters("ajax_load_from_filters",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_replace_orderby,braapf_replace_each_filter,braapf_init_load,braapf_filtered_filters_set,braapf_update_url_history_api_from_current]},b,"default")))},braapf_update_data_from_current=function(){braapf_grab_all();braapf_compact_filters()},braapf_update_url_history_api_from_current=function(){the_ajax_script.seo_friendly_urls&&(url_filtered=braapf_get_url_with_filters_selected(),history.replaceState(history.state,"BeRocket Rules",url_filtered))},braapf_grab_all=function(b){"undefined"==typeof b&&(b=!1);var c=berocket_apply_filters("before_grab_all_filters",[],b);if(b===!1)var d=a(".bapf_sfilter");else var d=a(b).find(".bapf_sfilter");return d.each(function(){var a=braapf_grab_single(this,c);a!==!1&&c.push(a)}),c=berocket_apply_filters("grab_all_filters",c,b),b===!1&&(braapf_selected_filters=c),c},braapf_grab_single=function(b,c,d){"undefined"==typeof d&&(d=!1),b=a(b);var e=!1,f=!1,g=b.data("taxonomy");if("undefined"==typeof g||!g)return berocket_apply_filters("grab_single_filter_taxonomy_undefined",e,b,c);if(a.each(c,function(a,b){b.taxonomy==g&&(f=!0)}),!berocket_apply_filters("grab_single_filter_exist",f,b,c)){if(e=berocket_apply_filters("grab_single_filter",e,b,c),e!==!1)return e;var h=b.data("op"),i=b.data("name");"undefined"==typeof i&&(i="");var j=braapf_glue_by_operator(h),k=[],l=[];if(d)var m=b;else var m=a(".bapf_sfilter[data-taxonomy="+g+"]");m.find("input:checked:not(:disabled)").each(function(b,c){l.indexOf(a(this).val())==-1&&(k.push({value:a(this).val(),html:a(this).data("name")}),l.push(a(this).val()))}),e={name:i,taxonomy:g,values:k,glue:j,operator:h}}return berocket_apply_filters("grab_single_filter_default",e,b,c)},braapf_glue_by_operator=function(a){"string"!=typeof a&&(a="");var b="-";return"and"==a.toLowerCase()&&(b="+"),berocket_apply_filters("glue_by_operator",b,a)},braapf_compact_filters=function(b){"undefined"==typeof b&&(b=braapf_selected_filters);var c=[];return a.each(b,function(b,d){var e="";"undefined"!=typeof d.customValuesLine?e=d.customValuesLine:a.each(d.values,function(a,b){e.length&&(e+=d.glue),e+=b.value}),e.length&&c.push(berocket_apply_filters("compat_filters_result_single",{taxonomy:d.taxonomy,values:e},d))}),berocket_apply_filters("compat_filters_result",c,b)},braapf_compat_filters_to_string=function(b,c,d){var e="";return a.each(b,function(a,f){e.length&&(e+=d);var g=c;g=g.replace("%t%",f.taxonomy),g=g.replace("%v%",f.values),e+=berocket_apply_filters("compat_filters_to_string_single",g,f,b,c,d)}),berocket_apply_filters("compat_filters_to_string",e,b,c,d)},braapf_get_current_url_data=function(b){if("undefined"==typeof b)var c=location.href.split("#")[0].split("?")[0],d=location.search.substring(1);else{var c=b.split("#")[0].split("?")[0];if(b.split("#")[0].split("?").length>1)var d=b.split("#")[0].split("?")[1];else var d=""}var e=[],f=1,g=c.match(/\/page\/(\d+)/);return g&&"string"==typeof g[1]&&(f=parseInt(g[1]),c=c.replace(/\/page\/(\d+)/,"")),d=d.split("&"),a.each(d,function(a,b){b.length&&(d[a]=b.split("="),"paged"==d[a][0]?f=parseInt(d[a][1]):e.push({name:d[a][0],value:d[a][1]}))}),berocket_apply_filters("get_current_url_data",{baselink:c,queryargs:e,filter:"",page:f})},braapf_remove_pages_from_url_data=function(b){if(b.page=1,Array.isArray(b.queryargs)){var c=[];a.each(b.queryargs,function(a,b){"product-page"!=b.name&&c.push(b)}),b.queryargs=c}return b},braapf_apply_additional_filter_data=function(b,c){return"undefined"==typeof c&&(c=braapf_selected_filters),a.each(c,function(a,c){b=berocket_apply_filters("apply_additional_filter_data",b,c)}),b},braapf_build_url_from_urldata=function(b,c){"undefined"==typeof c&&(c=braapf_build_url_parameters_default());var d=berocket_apply_filters("url_from_urldata_baselink",b.baselink,b,c),e="";return b.queryargs.length&&a.each(b.queryargs,function(a,b){e.length&&(e+="&"),b.name.length&&(e+=b.name+"="+b.value)}),b.page&&b.page>1&&(e.length&&(e+="&"),e+="paged="+b.page),e.length&&(e="?"+e),d=berocket_apply_filters("url_from_urldata_linkget",d+e,b,c,d,e)},braapf_build_url_parameters_default=function(){return berocket_apply_filters("build_url_parameters_default",{})},braapf_replace_current_with_new=function(b,c,d){"undefined"==typeof d&&(d={}),args={replace:!1},jQuery.extend(args,d);var e=a("<div><div>"+b+"</div></div>"),f=e.find(c),g=a(c);0!=g.length&&(f.length!=g.length&&0!=f.length&&berocket_throw_error("error_notsame_block_qty",c,f.length,g.length),0==f.length?(g.html("").addClass("braapfNotReplaced"),g.hide()):(g.each(function(b,c){"undefined"!=typeof f[b]?args.replace?a(c).replaceWith(a(f[b])):a(c).html(a(f[b]).html()).removeClass("braapfNotReplaced"):a(c).html("").addClass("braapfNotReplaced")}),g.show()))},braapf_replace_products=function(b){var c=the_ajax_script.products_holder_id;a("<div><div>"+b+"</div></div>");a(".bapf_no_products").remove(),braapf_replace_current_with_new(b,c),a(".braapfNotReplaced").filter(c).length&&a(".braapfNotReplaced").filter(c).before(a(the_ajax_script.no_products))},braapf_replace_pagination=function(b){var c=the_ajax_script.pagination_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().after(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_result_count=function(b){var c=the_ajax_script.result_count_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().before(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_orderby=function(b){var c=the_ajax_script.ordering_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().before(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_each_filter=function(b){var c=a("<div><div>"+b+"</div></div>");c=d(c),a(".berocket_single_filter_widget").each(function(){var b=a(this).data("id");a(".berocket_single_filter_widget_"+b).html(c.find(".berocket_single_filter_widget_"+b).last().html()),c.find(".berocket_single_filter_widget_"+b).is(".bapf_mt_none")?a(".berocket_single_filter_widget_"+b).addClass("bapf_mt_none"):a(".berocket_single_filter_widget_"+b).removeClass("bapf_mt_none")})},braapf_change_url_history_api=function(a,b){if("undefined"!=typeof b&&b.replace){var c={BeRocket:"Rules"};history.replaceState(c,""),history.pushState(c,"",a),history.pathname=a}},berocket_apply_filters("load_products_ajax_on_popstate",!0)&&(window.onpopstate=function(b){if(null!=b.state&&"Rules"==b.state.BeRocket){var c=location.href;berocket_apply_filters("page_has_products_holder",!a(the_ajax_script.products_holder_id).length,c)?location.href=c:braapf_ajax_load_from_url(c,{},berocket_apply_filters("ajax_load_from_filters",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_replace_orderby,braapf_replace_each_filter,braapf_init_load,braapf_filtered_filters_set,braapf_update_data_from_current]},c,"default"))}}),braapf_ajax_load_from_url=function(a,b,c,d){"undefined"==typeof d&&(d="default"),"object"!=typeof b&&(b={}),"object"!=typeof c&&(c={done:[],fail:[],always:[]}),"undefined"!=typeof c.done&&Array.isArray(c.done)||(c.done=[]),"undefined"!=typeof c.fail&&Array.isArray(c.fail)||(c.fail=[]),"undefined"!=typeof c.always&&Array.isArray(c.always)||(c.always=[]),a=berocket_apply_filters("ajax_load_from_url_url",a,b,c,d),b=berocket_apply_filters("ajax_load_from_url_data",b,a,c,d),c=berocket_apply_filters("ajax_load_from_url_callback",c,a,b,d),braapf_ajax_load_from_url_request(a,b,c,d)},braapf_ajax_load_from_url_request=function(b,c,d,e){a(document).trigger("berocket_ajax_filtering_start"),"object"==typeof braapf_ajax_request&&"undefined"!=typeof braapf_ajax_request.abort&&braapf_ajax_request.abort(),braapf_ajax_request=a.ajax({method:"GET",url:b,data:c,beforeSend:function(a){a=berocket_apply_filters("ajax_load_from_url_beforeSend",a,b,c,d,e)}}).done(function(f,g,h){a(document).trigger("berocket_ajax_filtering_on_update"),f=berocket_apply_filters("ajax_load_from_url_done",f,b,c,d,e),a.each(d.done,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_done_after",f,b,c,d,e),a(document).trigger("berocket_ajax_products_loaded")}).fail(function(f,g,h){if("abort"==g)return!1;if(a(document).trigger("berocket_ajax_products_not_loaded"),f=berocket_apply_filters("ajax_load_from_url_fail",f,b,c,d,e),a.each(d.fail,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_fail_after",f,b,c,d,e),"default"==e){var i=jQuery.param(c);i&&(b=b.split("?").length>1?b+"&"+i:b+"?"+i),location.href=b}}).always(function(f,g,h){f=berocket_apply_filters("ajax_load_from_url_always",f,b,c,d,e),a.each(d.always,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_always_after",f,b,c,d,e),a(document).trigger("berocket_ajax_filtering_end")})},braapf_init_load=function(){var b=berocket_apply_filters("filter_mobile_width",767),c=berocket_apply_filters("filter_tablet_width",1024);a(window).width()<=b&&a(".bapf_sngl_hd_mobile").remove(),a(window).width()>b&&a(window).width()<=c&&a(".bapf_sngl_hd_tablet").remove(),a(window).width()>c&&a(".bapf_sngl_hd_desktop").remove(),a(".bapf_sfilter .bapf_body.bapf_mcs:not(.bapf_mcs_ready)").each(function(){a(this).css("max-height",a(this).data("mcs-h")).mCustomScrollbar({scrollInertia:300}).addClass("bapf_mcs_ready")}),a(".berocket_single_filter_widget").each(function(){var b=a(this).data("id");berocket_apply_filters("remove_same_filters_to_prevent_errors",a(".berocket_single_filter_widget_"+b).length>1,a(this),b)&&(a(".berocket_single_filter_widget_"+b).not(a(".berocket_single_filter_widget_"+b).first()).remove(),berocket_throw_error("same_filters_multiple_times",b))}),a("body").on("click",".bapf_desci",function(a){a.stopPropagation()}),a("body").on("hover",".bapf_desci",function(a){a.stopPropagation()}),berocket_do_action("braapf_init",braapf_selected_filters),a(document).trigger("berocket_filters_first_load")},braapf_update_page_on_error=function(){berocket_apply_filters("update_page_on_error",!0)&&location.reload()},braapf_selected_filters_area_set=function(){if("undefined"!=typeof braapf_filtered_filters&&braapf_filtered_filters.length>0){var b="";a.each(braapf_filtered_filters,function(c,d){if(d.values.length>0){var e='<div class="bapf_sfa_taxonomy"><span>'+d.name+"</span>";e+="<ul>";var f="";a.each(d.values,function(a,b){f+=berocket_apply_filters("default_selected_filters_area_single",'<li><a href="#unselect_'+b.value+'" class="braapf_unselect" data-taxonomy="'+d.taxonomy+'" data-value="'+b.value+'"><i class="fa fa-times"></i>'+b.html+"</a></li>",b)}),e+=f,e+="</ul></div>",b+=berocket_apply_filters("default_selected_filters_area_single_taxonomy",e,d,f)}}),b?(a(".bapf_sfa_mt_hide").show().parent().removeClass("bapf_mt_none"),b=berocket_apply_filters("default_selected_filters_area_full_exist",'<div class="berocket_aapf_widget_selected_filter">'+b+'<ul class="bapf_sfa_unall"><li><a href="#Unselect_all" class="braapf_unselect_all"><i class="fa fa-times"></i> '+the_ajax_script.translate.unselect_all+"</a></li></ul>",b,braapf_filtered_filters)):(b=berocket_apply_filters("default_selected_filters_area_full_notexist",the_ajax_script.translate.nothing_selected,b,braapf_filtered_filters),a(".bapf_sfa_mt_hide").hide().parent().addClass("bapf_mt_none")),a(".berocket_aapf_widget_selected_area").html(b)}},a(document).on("click",".berocket_aapf_widget_selected_area .braapf_unselect",function(b){b.preventDefault(),a(".bapf_sfilter[data-taxonomy="+a(this).data("taxonomy")+"]").trigger("braapf_unselect",a(this).data()),berocket_do_action("update_products","reset_single",a(this))}),braapf_unselect_all=function(){braapf_grab_all(),"undefined"!=typeof braapf_selected_filters&&braapf_selected_filters.length>0&&a.each(braapf_selected_filters,function(b,c){c.values.length>0&&a(".bapf_sfilter[data-taxonomy="+c.taxonomy+"]").trigger("braapf_unselect_all",c)})},a(document).on("click",".berocket_aapf_widget_selected_area .braapf_unselect_all",function(b){b.preventDefault(),braapf_unselect_all(),berocket_do_action("update_products","reset_all",a(this))}),berocket_add_filter("braapf_init",braapf_grab_all_init,1e3),berocket_add_filter("braapf_init",braapf_selected_filters_area_set_init,1100),berocket_add_filter("braapf_init_filtered_set",braapf_selected_filters_area_set_init,1100),braapf_reload_page_for_products_error=function(a,b){return b==the_ajax_script.products_holder_id&&braapf_update_page_on_error(),a},berocket_add_filter("ajax_load_from_url_beforeSend",c),berocket_add_filter("update_products",braapf_update_products),berocket_add_filter("error_notsame_block_qty",braapf_reload_page_for_products_error),bapf_universal_theme_compatibility=function(b){if(berocket_apply_filters("universal_theme_compatibility",!0)){a(window).trigger("resize");try{berocket_apply_filters("uncode_theme_compatibility","object"==typeof UNCODE&&"function"==typeof UNCODE.init)&&UNCODE.init()}catch(a){berocket_throw_error("uncode_theme_compatibility",a)}try{berocket_apply_filters("flatsome_theme_compatibility","object"==typeof Flatsome&&"function"==typeof Flatsome.attach&&jQuery(the_ajax_script.products_holder_id).length)&&Flatsome.attach(jQuery(the_ajax_script.products_holder_id))}catch(a){berocket_throw_error("flatsome_theme_compatibility",a)}try{berocket_apply_filters("woodmart_theme_compatibility","object"==typeof woodmartThemeModule&&"function"==typeof woodmartThemeModule.init)&&(woodmartThemeModule.wooInit(),woodmartThemeModule.lazyLoading(),woodmartThemeModule.productsLoadMore())}catch(a){berocket_throw_error("woodmart_theme_compatibility",a)}try{berocket_apply_filters("divi_theme_compatibility","function"==typeof et_reinit_waypoint_modules)&&et_reinit_waypoint_modules()}catch(a){berocket_throw_error("divi_theme_compatibility",a)}try{berocket_apply_filters("rey_theme_compatibility","object"==typeof jQuery.reyTheme&&"function"==typeof jQuery.reyTheme.init)&&jQuery.reyTheme.init()}catch(a){berocket_throw_error("rey_theme_compatibility",a)}try{berocket_apply_filters("layzyloadimage_script_compatibility","function"==typeof layzyLoadImage)&&layzyLoadImage()}catch(a){berocket_throw_error("layzyloadimage_script_compatibility",a)}try{berocket_apply_filters("jetpacklazyimages_script_compatibility","function"==typeof jetpackLazyImagesModule)&&jetpackLazyImagesModule()}catch(a){berocket_throw_error("jetpacklazyimages_script_compatibility",a)}try{jQuery("img.jetpack-lazy-image").each(function(){jQuery(this).removeClass("jetpack-lazy-image").attr("src",jQuery(this).data("lazy-src")),jQuery(this).removeClass("jetpack-lazy-image").attr("srcset","")})}catch(a){berocket_throw_error("jetpacklazyimages_script_compatibility",a)}try{berocket_apply_filters("swift_script_compatibility","object"==typeof SWIFT&&"object"==typeof SWIFT.woocommerce&&"function"==typeof SWIFT.woocommerce.init)&&SWIFT.woocommerce.init()}catch(a){berocket_throw_error("swift_script_compatibility",a)}try{"undefined"!=typeof baapfGet_wprocketInstance&&baapfGet_wprocketInstance.update()}catch(a){berocket_throw_error("wprocket_script_compatibility",a)}try{jQuery(document).trigger("facetwp-loaded")}catch(a){berocket_throw_error("facetwp_script_compatibility",a)}try{berocket_apply_filters("etTheme_compatibility","object"==typeof etTheme&&"function"==typeof etTheme.global_image_lazy)&&etTheme.global_image_lazy()}catch(a){berocket_throw_error("etTheme_compatibility",a)}}return b},berocket_add_filter("ajax_load_from_url_always_after",bapf_universal_theme_compatibility,2500),a(document).ready(function(){berocket_apply_filters("remove_shortcode_fix_filters",a(".berocket_wc_shortcode_fix").length)&&(braapf_replace_each_filter(a(".berocket_wc_shortcode_fix").html()),a(".berocket_wc_shortcode_fix").html("")),braapf_init_load(),braapf_filtered_filters_set(),a(document).trigger("berocket_filters_document_ready")}),braapf_disable_ajax_loading=function(a){return!0},the_ajax_script.disable_ajax_loading&&berocket_add_filter("page_has_products_holder",braapf_disable_ajax_loading),braapf_close_tippy=function(){try{a(".tippy-box").length&&a(".tippy-box").each(function(){"undefined"!=typeof a(this).parent()[0]._tippy&&a(this).parent()[0]._tippy.hide()})}catch(a){}},berocket_add_filter("update_products",braapf_close_tippy)}(jQuery);var braapf_get_current_filters,braapf_filters_url_decode,braapf_scroll_shop_to_top,braapf_set_filters_to_link,braapf_convert_ckbox_to_radio,braapf_hierarhical_save,braapf_hierarhical_set,braapf_collapse_status_save,braapf_collapse_status_set,braapf_show_hide_values_save,braapf_show_hide_values_set;!function(a){function b(){jQuery(".berocket_product_table_compat .dataTables_length select").length&&jQuery(".berocket_product_table_compat .wc-product-table").dataTable()._fnSaveState();var a=jQuery(".berocket_product_table_compat .wc-product-table").attr("id");if("undefined"!=typeof window["config_"+a]&&window["config_"+a].serverSide){jQuery(".berocket_product_table_compat .wc-product-table").DataTable().destroy();var b=jQuery(".berocket_product_table_compat").html();jQuery(".berocket_product_table_compat").html(""),jQuery(".berocket_product_table_compat").html(b),jQuery(".berocket_product_table_compat .blockUI.blockOverlay").remove(),jQuery(".berocket_product_table_compat .wc-product-table").productTable()}}braapf_get_current_filters=function(b){if(b.queryargs.length){var c=[];a.each(b.queryargs,function(a,d){d.name==the_ajax_script.url_variable||decodeURI(d.name)==the_ajax_script.url_variable?b.filter=d.value:c.push(d)}),b.queryargs=c}return b},braapf_set_filters_to_link=function(a,b,c,d,e){return"string"==typeof b.filter&&b.filter.length&&(a+=e.length?"&":"?",a+=the_ajax_script.url_variable+"="+b.filter),a},braapf_convert_ckbox_to_radio=function(b,c,d,e){var f=(a(b),a(b).closest(".bapf_sfilter.bapf_ckbox"));f.is(".bapf_asradio")&&f.find("input[type=checkbox]:checked:not(:disabled)").each(function(){var b=a(this).val();b!=d&&braapf_checkbox_same(c,b,!1)})},berocket_add_filter("input_ckbox_changed",braapf_convert_ckbox_to_radio),a(document).on("click",".bapf_ochild, .bapf_cchild",function(b){b.preventDefault(),b.stopPropagation(),a(this).is(".bapf_ochild")?a(this).trigger("bapf_ochild"):a(this).trigger("bapf_cchild")}),a(document).on("bapf_ochild",".bapf_sfilter.bapf_ckbox ul li",function(b){b.stopPropagation(),berocket_apply_filters("colaps_child_open_apply",!0,a(this))&&(a(this).find(".bapf_ochild, .bapf_cchild").first().removeClass("bapf_ochild").removeClass("fa-plus").addClass("bapf_cchild").addClass("fa-minus"),a(this).find("ul").first().show())}),a(document).on("bapf_cchild",".bapf_sfilter.bapf_ckbox ul li",function(b){b.stopPropagation(),berocket_apply_filters("colaps_child_close_apply",!0,a(this))&&(a(this).find(".bapf_ochild, .bapf_cchild").first().addClass("bapf_ochild").addClass("fa-plus").removeClass("bapf_cchild").removeClass("fa-minus"),a(this).find("ul").first().hide())});var c=[];braapf_hierarhical_save=function(b){return c=[],a(".bapf_cchild").each(function(){c.push(a(this).parent().children("input[type=checkbox]").attr("id"))}),b},braapf_hierarhical_set=function(b){return a.each(c,function(b,c){a("#"+c).trigger("bapf_ochild")}),b},berocket_add_filter("ajax_load_from_url_done",braapf_hierarhical_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_hierarhical_set,1e3),a(document).on("click",".bapf_ocolaps .bapf_colaps_togl, .bapf_ccolaps .bapf_colaps_togl",function(b){b.preventDefault,a(this).closest(".bapf_ocolaps, .bapf_ccolaps").is(".bapf_ocolaps")?a(this).closest(".bapf_ocolaps, .bapf_ccolaps").trigger("bapf_ocolaps"):a(this).closest(".bapf_ocolaps, .bapf_ccolaps").trigger("bapf_ccolaps")}),a(document).on("bapf_ocolaps",".bapf_sfilter.bapf_ocolaps, .bapf_sfilter.bapf_ccolaps",function(b){a(this).removeClass("bapf_ocolaps").addClass("bapf_ccolaps"),berocket_apply_filters("colaps_smb_open_apply",!0,a(this))&&(a(this).find(".bapf_body").first().show(),a(this).find(".bapf_colaps_smb").length&&a(this).find(".bapf_colaps_smb").removeClass("fa-chevron-down").addClass("fa-chevron-up"))}),a(document).on("bapf_ccolaps",".bapf_sfilter.bapf_ocolaps, .bapf_sfilter.bapf_ccolaps",function(b){a(this).addClass("bapf_ocolaps").removeClass("bapf_ccolaps"),berocket_apply_filters("colaps_smb_close_apply",!0,a(this))&&(a(this).find(".bapf_body").first().hide(),a(this).find(".bapf_colaps_smb").length&&a(this).find(".bapf_colaps_smb").addClass("fa-chevron-down").removeClass("fa-chevron-up"))});var d={open:[],close:[]};braapf_collapse_status_save=function(b){return d={open:[],close:[]},a(".bapf_ocolaps, .bapf_ccolaps").each(function(){a(this).is(".bapf_ocolaps")?d.open.push(a(this).attr("id")):d.close.push(a(this).attr("id"))}),b},braapf_collapse_status_set=function(b){return a.each(d.open,function(b,c){a("#"+c).trigger("bapf_ccolaps")}),a.each(d.close,function(b,c){a("#"+c).trigger("bapf_ocolaps")}),b},berocket_add_filter("ajax_load_from_url_done",braapf_collapse_status_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_collapse_status_set,1e3),a(document).on("click",".bapf_show_hide",function(){a(this).closest(".bapf_sfilter").toggleClass("bapf_fhide"),a(this).closest(".bapf_sfilter").is(".bapf_fhide")?a(this).text(a(this).data("show")):a(this).text(a(this).data("hide"))});var e={open:[],close:[]};braapf_show_hide_values_save=function(b){return e={open:[],close:[]},a(".bapf_sfilter").each(function(){a(this).is(".bapf_fhide")?e.close.push(a(this).attr("id")):e.open.push(a(this).attr("id"))}),b},braapf_show_hide_values_set=function(b){return a.each(e.open,function(b,c){a("#"+c).removeClass("bapf_fhide"),a("#"+c).find(".bapf_show_hide").text(a("#"+c).find(".bapf_show_hide").data("hide"))}),a.each(e.close,function(b,c){a("#"+c).addClass("bapf_fhide"),a("#"+c).find(".bapf_show_hide").text(a("#"+c).find(".bapf_show_hide").data("show"))}),b},berocket_add_filter("ajax_load_from_url_done",braapf_show_hide_values_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_show_hide_values_set,1e3),braapf_scroll_shop_to_top=function(b,c,d,e,f){var g=berocket_apply_filters("filter_mobile_width",767);if(berocket_apply_filters("scroll_shop_to_top","default"==f&&(1==the_ajax_script.scroll_shop_top||2==the_ajax_script.scroll_shop_top&&a(window).width()<g||3==the_ajax_script.scroll_shop_top&&a(window).width()>=g))){var h=0;a(the_ajax_script.products_holder_id).length?(h=a(the_ajax_script.products_holder_id).offset().top+parseInt(the_ajax_script.scroll_shop_top_px),h<0&&(h=0)):a(".bapf_no_products").length&&(h=a(".bapf_no_products").offset().top+parseInt(the_ajax_script.scroll_shop_top_px),h<0&&(h=0)),a("html, body").animate({scrollTop:h},"slow")}return b},berocket_add_filter("ajax_load_from_url_beforeSend",braapf_scroll_shop_to_top),a(document).on("mousedown",".wc-product-table-reset a",function(){a(this).remove(),br_reset_all_filters()}),a(document).on("click",".berocket_element_above_products_is_hide_toggle",function(b){b.preventDefault(),a(this).toggleClass("active").next().slideToggle(200,"linear");var c="inactive";a(this).is(".active")&&(c="active"),a(document).trigger("berocket_element_above_products_"+c);
|
2 |
+
}),a(document).on("berocket_ajax_filtering_start",function(){jQuery(".berocket_product_table_compat").length&&b()}),braapf_filters_url_decode=function(a){return the_ajax_script.seo_uri_decode&&(a=encodeURIComponent(a),the_ajax_script.nice_urls&&(a=a.replace(/%2F/g,"/"))),a},jQuery(document).on("elementor/popup/show",function(){try{braapf_init_load()}catch(a){berocket_throw_error("wprocketInstance_get",a)}})}(jQuery),berocket_add_filter("get_current_url_data",braapf_get_current_filters),berocket_add_filter("compat_filters_to_string",braapf_filters_url_decode,900),berocket_add_filter("url_from_urldata_linkget",braapf_set_filters_to_link);var braapf_child_parent_grab_single,braapf_child_parent_fix_selected,braapf_child_parent_load_with_update_button,braapf_add_loader_element,braapf_remove_loader_element,braapf_elementor_sticky_fix,baapfGet_wprocketInstance;!function(a){braapf_child_parent_grab_single=function(b,c,d){var e=c.data("child");if("undefined"!=typeof e&&e>0&&"object"==typeof b&&"undefined"!=typeof b.values&&Array.isArray(b.values)&&b.values.length>0){e++;var f=c.data("taxonomy"),g=a(".bapf_sfilter.bapf_child_"+e+"[data-taxonomy="+f+"]");if(g.length){var h=braapf_grab_single(g,[],!0);"object"==typeof h&&"undefined"!=typeof h.values&&Array.isArray(h.values)&&h.values.length>0&&(b=h)}}return b},braapf_child_parent_fix_selected=function(b,c){if(0!=c){var d=c.closest(".bapf_sfilter");if(d.length){var e=d.data("child"),f=d.data("taxonomy");if("undefined"!=typeof e&&e>0)for(i=e+1;a(".bapf_sfilter.bapf_child_"+i+"[data-taxonomy="+f+"]").length;i++)a(".bapf_sfilter.bapf_child_"+i+"[data-taxonomy="+f+"]").trigger("braapf_unselect",!1)}}return b},braapf_child_parent_load_with_update_button=function(a,b,c){if(0!=c){var d=c.closest(".bapf_sfilter");if(d.length){var e=d.data("child");d.data("taxonomy");"undefined"!=typeof e&&e>0&&(a=!0)}}return a},berocket_add_filter("grab_single_filter_default",braapf_child_parent_grab_single,9e6),berocket_add_filter("before_update_products_context",braapf_child_parent_fix_selected),berocket_add_filter("apply_filters_to_page_partial",braapf_child_parent_load_with_update_button);var b;braapf_add_loader_element=function(c,d,e,f,g){return"default"==g&&("undefined"!=typeof b&&"function"==typeof b.remove&&b.remove(),b=a(the_ajax_script.load_image),a("body").append(b)),c},braapf_remove_loader_element=function(a){return"undefined"!=typeof b&&"function"==typeof b.remove&&b.remove(),a},berocket_add_filter("ajax_load_from_url_beforeSend",braapf_add_loader_element),berocket_add_filter("ajax_load_from_url_always_after",braapf_remove_loader_element),a(document).on("click",".bapf_sfilter.bapf_ckbox .bapf_body li label a",function(b){b.preventDefault(),a(this).parent().trigger("click")}),jQuery(".elementor-widget").length&&jQuery(window).on("scroll",function(){jQuery(".elementor-sticky__spacer .bapf_sfilter").remove()});try{window.addEventListener("LazyLoad::Initialized",function(a){baapfGet_wprocketInstance=a.detail.instance})}catch(a){berocket_throw_error("wprocketInstance_get",a)}a(document).on("change","form.cart input.qty",function(){try{a(this.form).find("[data-quantity]").attr("data-quantity",this.value)}catch(a){berocket_throw_error("wc_quantity_change",a)}})}(jQuery);var braapf_init_ion_slidr,braapf_ion_slidr_same,braapf_jqrui_slidr_ion_value_wc_price,braapf_jqrui_slidr_ion_value_arr_attr,braapf_init_ion_slidr_for_parent,braapf_grab_single_ion,braapf_jqrui_slidr_ion_values_link_arr_attr;!function(a){braapf_init_ion_slidr=function(){braapf_init_ion_slidr_for_parent(a(document))},braapf_init_ion_slidr_for_parent=function(b){b.find(".bapf_slidr_ion:not(.bapf_slidr_ready)").each(function(){var b=a(this).find(".bapf_slidr_all .bapf_slidr_main"),c=function(a){if(!b.is(".bapf_ion_blocked")){b.addClass("bapf_ion_blocked");var c=b.closest(".bapf_sfilter").data("taxonomy");braapf_ion_slidr_same(c,a);var d={element:"#"+b.closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",d,b),berocket_do_action("update_products","filter",b),b.removeClass("bapf_ion_blocked")}},d=berocket_apply_filters("jqrui_data_slidr_ion",{type:"double",from:b.data("start"),to:b.data("end"),grid:!1,force_edges:!0,onFinish:c,onUpdate:c,prettify:function(a){return a=berocket_apply_filters("jqrui_slidr_ion_"+b.data("display"),a,b)}},b);b.ionRangeSlider(d),a(this).addClass("bapf_slidr_ready")})},braapf_ion_slidr_same=function(b,c){a(".bapf_slidr_ion.bapf_slidr_ready[data-taxonomy="+b+"]").each(function(){var b=a(this).find(".bapf_slidr_main");b.addClass("bapf_ion_blocked");var d=b.data("ionRangeSlider");d.update({from:c.from,to:c.to}),b.removeClass("bapf_ion_blocked")})},braapf_jqrui_slidr_ion_value_wc_price=function(a,b){var c=b.data("number_style");return c||(c=the_ajax_script.number_style),a=berocket_format_number(parseFloat(a),c)},braapf_jqrui_slidr_ion_value_arr_attr=function(a,b){var c=b.data("attr");return a=c[a].n},braapf_grab_single_ion=function(a,b){if(b.is(".bapf_slidr_ion.bapf_slidr_ready")&&0!=a){var c=b.find(".bapf_slidr_main").data("ionRangeSlider"),d=b.find(".bapf_slidr_main"),e=[c.options.from,c.options.to],f=[berocket_apply_filters("jqrui_slidr_ion_"+d.data("display"),c.options.from,d),berocket_apply_filters("jqrui_slidr_ion_"+d.data("display"),c.options.to,d)],g=d.data("prefix");"undefined"==typeof g&&(g="");var h=d.data("postfix");if("undefined"==typeof h&&(h=""),f[0]=g+f[0]+h,f[1]=g+f[1]+h,e[0]!=d.data("min")||e[1]!=d.data("max")){var i={value:e[0]+"_"+e[1],html:f[0]+" - "+f[1]};i=berocket_apply_filters("jqrui_slidr_ion_link_"+d.data("display"),i,e,f,d,a),a.values=[i]}}return a},braapf_jqrui_slidr_ion_values_link_arr_attr=function(a,b,c,d,e){var f=d.data("attr");return a.value=f[b[0]].v+"_"+f[b[1]].v,a},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slidr_ion",function(b,c){var d=a(this).find(".bapf_slidr_main"),e=d.data("ionRangeSlider");d.addClass("bapf_ion_blocked"),e.update({from:e.options.min,to:e.options.max}),d.removeClass("bapf_ion_blocked")}),berocket_add_filter("braapf_init",braapf_init_ion_slidr),berocket_add_filter("braapf_init_for_parent",braapf_init_ion_slidr_for_parent),berocket_add_filter("grab_single_filter_default",braapf_grab_single_ion),berocket_add_filter("jqrui_slidr_ion_link_arr_attr",braapf_jqrui_slidr_ion_values_link_arr_attr),berocket_add_filter("jqrui_slidr_ion_link_arr_attr_price",braapf_jqrui_slidr_ion_values_link_arr_attr),berocket_add_filter("jqrui_slidr_ion_wc_price",braapf_jqrui_slidr_ion_value_wc_price),berocket_add_filter("jqrui_slidr_ion_arr_attr",braapf_jqrui_slidr_ion_value_arr_attr),berocket_add_filter("jqrui_slidr_ion_arr_attr_price",braapf_jqrui_slidr_ion_value_arr_attr,10),berocket_add_filter("jqrui_slidr_ion_arr_attr_price",braapf_jqrui_slidr_ion_value_wc_price,20)}(jQuery);var braapf_grab_single_select;!function(a){a(document).on("change",".bapf_slct .bapf_body select",function(){var b={element:"#"+a(this).closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",b,a(this)),berocket_do_action("update_products","filter",a(this))}),braapf_grab_single_select=function(b,c){if(c.is(".bapf_slct")&&0!=b){var d=a('.bapf_slct[data-taxonomy="'+b.taxonomy+'"] .bapf_body select:not(:disabled)'),e=[];d.find("option:selected:not(:disabled)").each(function(){var c=a(this).val();c&&e.indexOf(c)===-1&&(e.push(c),b.values.push({value:c,html:a(this).data("name")}))})}return b},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slct",function(b,c){a(this).find(".bapf_body select:not(:disabled) option:selected:not(:disabled)").each(function(){"undefined"!=typeof c&&"undefined"!=typeof c.value&&c.value!=a(this).val()||a(this).prop("selected",!1)})}),berocket_add_filter("grab_single_filter_default",braapf_grab_single_select)}(jQuery);var bapf_select2_init,bapf_select2_init_for_parent,bapf_select2_disable_for_parent;jQuery(document).ready(function(){bapf_select2_init=function(){bapf_select2_init_for_parent(jQuery(document))},bapf_select2_init_for_parent=function(a){a.find(".bapf_select2").length&&"undefined"!=typeof a.find(".bapf_select2").select2&&a.find(".bapf_select2").each(function(){if(!jQuery(this).data("select2")&&!jQuery(this).is(".select2-hidden-accessible")){var a={width:"100%",theme:"default"};jQuery(this).prop("multiple")&&(a.placeholder=jQuery(this).data("placeholder")),jQuery(this).parents("#berocket-ajax-filters-sidebar").length&&(0==jQuery("#bapf-select2-high-zindex").length&&jQuery("body").append('<div id="bapf-select2-high-zindex"></div>'),a.dropdownParent=jQuery("#bapf-select2-high-zindex")),a=berocket_apply_filters("jqrui_data_select2",a,jQuery(this)),jQuery(this).select2(a)}})},bapf_select2_disable_for_parent=function(a){a.find(".bapf_select2").length&&"undefined"!=typeof a.find(".bapf_select2").select2&&a.find(".bapf_select2").each(function(){jQuery(this).data("select2")&&jQuery(this).select2("destroy")})},jQuery(document).on("berocket_ajax_filtering_on_update",function(){bapf_select2_disable_for_parent(jQuery(document))}),bapf_select2_init(),berocket_add_filter("braapf_init",bapf_select2_init,2e3),berocket_add_filter("braapf_init_for_parent",bapf_select2_init_for_parent)});var braapf_init_jqrui_slidr,braapf_jqrui_slidr_same,braapf_jqrui_slidr_values_wc_price,braapf_init_jqrui_slidr_for_parent,braapf_grab_single_jqrui,braapf_jqrui_slidr_values_arr_attr,braapf_jqrui_slidr_values_link_arr_attr;!function(a){function b(b,c){var d=a(b).closest(".bapf_slidr_jqrui.bapf_slidr_ready").find(".bapf_slidr_main"),e=d.slider("values");a(b).val(e[c]),a(b).data("val",e[c])}function c(b,c,d){var e=a(b).closest(".bapf_slidr_jqrui.bapf_slidr_ready").find(".bapf_slidr_main");if("focusout"==d){if(a(b).val()==a(b).data("val")){var f=e.slider("values");e.trigger("braapf_change_jqrui_slidr",[f])}}else{var g=parseInt(a(b).val());e.slider("values",c,g)}}a.each([{position:0,className:"bapf_from"},{position:1,className:"bapf_to"}],function(d,e){a(document).on("focusin",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" input[type=text]",function(){b(this,e.position)}),a(document).on("change focusout",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" input[type=text]",function(a){c(this,e.position,a.type)}),a(document).on("change",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" select",function(a){c(this,e.position,a.type)})}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=[c[0],c[1]];e=berocket_apply_filters("jqrui_slidr_"+d.data("display"),e,d),d.closest(".bapf_slidr_jqrui").find(".bapf_from span.bapf_val").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_from span.bapf_val").text(e[0]),d.closest(".bapf_slidr_jqrui").find(".bapf_to span.bapf_val").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_to span.bapf_val").text(e[1])}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=[c[0],c[1]];e=berocket_apply_filters("jqrui_slidr_"+d.data("display"),e,d),d.closest(".bapf_slidr_jqrui").find(".bapf_from input[type=text]").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_from input[type=text]").val(e[0]),d.closest(".bapf_slidr_jqrui").find(".bapf_to input[type=text]").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_to input[type=text]").val(e[1])}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=d.data("attr");if(d.closest(".bapf_slidr_jqrui").find(".bapf_from select").length||d.closest(".bapf_slidr_jqrui").find(".bapf_to select").length){var e=d.data("attr"),f=[],g=[],h=!1,i=!1;a.each(e,function(a,b){a==c[0]&&(i=!0),h||f.push({v:b.v,n:b.n,ov:a}),i&&g.push({v:b.v,n:b.n,ov:a}),a==c[1]&&(h=!0)})}d.closest(".bapf_slidr_jqrui").find(".bapf_from select").length&&(d.closest(".bapf_slidr_jqrui").find(".bapf_from select option").remove(),a.each(f,function(b,e){var f="";e.ov==c[0]&&(f=" selected"),d.closest(".bapf_slidr_jqrui").find(".bapf_from select").append(a('<option value="'+e.ov+'"'+f+">"+e.n+"</option>"))})),d.closest(".bapf_slidr_jqrui").find(".bapf_to select").length&&(d.closest(".bapf_slidr_jqrui").find(".bapf_to select option").remove(),a.each(g,function(b,e){var f="";e.ov==c[1]&&(f=" selected"),d.closest(".bapf_slidr_jqrui").find(".bapf_to select").append(a('<option value="'+e.ov+'"'+f+">"+e.n+"</option>"))}))}),braapf_init_jqrui_slidr=function(){braapf_init_jqrui_slidr_for_parent(a(document))},braapf_init_jqrui_slidr_for_parent=function(b){b.find(".bapf_slidr_jqrui:not(.bapf_slidr_ready)").each(function(){var b=a(this).find(".bapf_slidr_main"),c=berocket_apply_filters("jqrui_data_slidr_jqrui",{range:!0,min:b.data("min"),max:b.data("max"),values:[b.data("start"),b.data("end")],step:b.data("step"),create:function(b,c){var d=a(this).slider("values");a(this).trigger("braapf_change_jqrui_slidr",[d])},slide:function(b,c){a(this).trigger("braapf_change_jqrui_slidr",[c.values])},change:function(b,c){var d=a(this).slider("values");if(a(this).trigger("braapf_change_jqrui_slidr",[d]),!a(this).is(".bapf_jqrui_blocked")){var d=a(this).slider("values"),e=a(this).parents(".bapf_sfilter").data("taxonomy");braapf_jqrui_slidr_same(e,d);var f={element:"#"+a(this).closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",f,a(this)),berocket_do_action("update_products","filter",a(this))}}},b);b.slider(c),a(this).addClass("bapf_slidr_ready")})},braapf_jqrui_slidr_same=function(b,c){a(".bapf_slidr_jqrui.bapf_slidr_ready[data-taxonomy="+b+"]").each(function(){var b=a(this).find(".bapf_slidr_main");b.addClass("bapf_jqrui_blocked"),b.slider("values",c),b.removeClass("bapf_jqrui_blocked")})},braapf_jqrui_slidr_values_wc_price=function(a,b){var c=b.data("number_style");return c||(c=the_ajax_script.number_style),a[0]=berocket_format_number(a[0],c),a[1]=berocket_format_number(a[1],c),a},braapf_grab_single_jqrui=function(a,b){if(b.is(".bapf_slidr_jqrui.bapf_slidr_ready")&&0!=a){var c=b.find(".bapf_slidr_main"),d=c.slider("values"),e=c.slider("values"),f="";b.find(".bapf_tbprice").length&&(f=b.find(".bapf_tbprice").first().text());var g="";if(b.find(".bapf_taprice").length&&(g=b.find(".bapf_taprice").first().text()),d[0]!=c.data("min")||d[1]!=c.data("max")){e=berocket_apply_filters("jqrui_slidr_"+c.data("display"),e,c),e[0]=f+e[0]+g,e[1]=f+e[1]+g;var h={value:d[0]+"_"+d[1],html:e[0]+" - "+e[1]};h=berocket_apply_filters("jqrui_slidr_link_"+c.data("display"),h,d,e,c,a),a.values=[h]}}return a},braapf_jqrui_slidr_values_arr_attr=function(a,b){var c=b.data("attr");return Array.isArray(a)&&2==a.length?(a[0]=c[a[0]].n,a[1]=c[a[1]].n):(a=["",""],a[0]=c[0].n,a[1]=c[c.length-1].n),a},braapf_jqrui_slidr_values_link_arr_attr=function(a,b,c,d,e){var f=d.data("attr");return a.value=f[b[0]].v+"_"+f[b[1]].v,a},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slidr_jqrui",function(b,c){var d=a(this).find(".bapf_slidr_main"),e=d.data("min"),f=d.data("max");d.addClass("bapf_jqrui_blocked"),d.slider("values",[e,f]),d.removeClass("bapf_jqrui_blocked")}),berocket_add_filter("jqrui_slidr_wc_price",braapf_jqrui_slidr_values_wc_price),berocket_add_filter("jqrui_slidr_arr_attr",braapf_jqrui_slidr_values_arr_attr),berocket_add_filter("jqrui_slidr_arr_attr_price",braapf_jqrui_slidr_values_arr_attr,10),berocket_add_filter("jqrui_slidr_arr_attr_price",braapf_jqrui_slidr_values_wc_price,20),berocket_add_filter("jqrui_slidr_link_arr_attr",braapf_jqrui_slidr_values_link_arr_attr),berocket_add_filter("jqrui_slidr_link_arr_attr_price",braapf_jqrui_slidr_values_link_arr_attr),berocket_add_filter("grab_single_filter_default",braapf_grab_single_jqrui),berocket_add_filter("braapf_init",braapf_init_jqrui_slidr),berocket_add_filter("braapf_init_for_parent",braapf_init_jqrui_slidr_for_parent)}(jQuery),!function(a){function b(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var c,d=a.ui.mouse.prototype,e=d._mouseInit,f=d._mouseDestroy;d._touchStart=function(a){var d=this;!c&&d._mouseCapture(a.originalEvent.changedTouches[0])&&(c=!0,d._touchMoved=!1,b(a,"mouseover"),b(a,"mousemove"),b(a,"mousedown"))},d._touchMove=function(a){c&&(this._touchMoved=!0,b(a,"mousemove"))},d._touchEnd=function(a){c&&(b(a,"mouseup"),b(a,"mouseout"),this._touchMoved||b(a,"click"),c=!1)},d._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),e.call(b)},d._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),f.call(b)}}}(jQuery),!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})}),!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})}),!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"undefined"!=typeof module&&module.exports?module.exports=a:a(jQuery,window,document)}(function(a){!function(b){var c="function"==typeof define&&define.amd,d="undefined"!=typeof module&&module.exports,e="https:"==document.location.protocol?"https:":"http:",f="cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js";c||(d?require("jquery-mousewheel")(a):a.event.special.mousewheel||a("head").append(decodeURI("%3Cscript src="+e+"//"+f+"%3E%3C/script%3E"))),b()}(function(){var b,c="mCustomScrollbar",d="mCS",e=".mCustomScrollbar",f={setTop:0,setLeft:0,axis:"y",scrollbarPosition:"inside",scrollInertia:950,autoDraggerLength:!0,alwaysShowScrollbar:0,snapOffset:0,mouseWheel:{enable:!0,scrollAmount:"auto",axis:"y",deltaFactor:"auto",disableOver:["select","option","keygen","datalist","textarea"]},scrollButtons:{scrollType:"stepless",scrollAmount:"auto"},keyboard:{enable:!0,scrollType:"stepless",scrollAmount:"auto"},contentTouchScroll:25,documentTouchScroll:!0,advanced:{autoScrollOnFocus:"input,textarea,select,button,datalist,keygen,a[tabindex],area,object,[contenteditable='true']",updateOnContentResize:!0,updateOnImageLoad:"auto",autoUpdateTimeout:60},theme:"light",callbacks:{onTotalScrollOffset:0,onTotalScrollBackOffset:0,alwaysTriggerOffsets:!0}},g=0,h={},i=window.attachEvent&&!window.addEventListener?1:0,j=!1,k=["mCSB_dragger_onDrag","mCSB_scrollTools_onDrag","mCS_img_loaded","mCS_disabled","mCS_destroyed","mCS_no_scrollbar","mCS-autoHide","mCS-dir-rtl","mCS_no_scrollbar_y","mCS_no_scrollbar_x","mCS_y_hidden","mCS_x_hidden","mCSB_draggerContainer","mCSB_buttonUp","mCSB_buttonDown","mCSB_buttonLeft","mCSB_buttonRight"],l={init:function(b){var b=a.extend(!0,{},f,b),c=m.call(this);if(b.live){var i=b.liveSelector||this.selector||e,j=a(i);if("off"===b.live)return void o(i);h[i]=setTimeout(function(){j.mCustomScrollbar(b),"once"===b.live&&j.length&&o(i)},500)}else o(i);return b.setWidth=b.set_width?b.set_width:b.setWidth,b.setHeight=b.set_height?b.set_height:b.setHeight,b.axis=b.horizontalScroll?"x":p(b.axis),b.scrollInertia=b.scrollInertia>0&&b.scrollInertia<17?17:b.scrollInertia,"object"!=typeof b.mouseWheel&&1==b.mouseWheel&&(b.mouseWheel={enable:!0,scrollAmount:"auto",axis:"y",preventDefault:!1,deltaFactor:"auto",normalizeDelta:!1,invert:!1}),b.mouseWheel.scrollAmount=b.mouseWheelPixels?b.mouseWheelPixels:b.mouseWheel.scrollAmount,b.mouseWheel.normalizeDelta=b.advanced.normalizeMouseWheelDelta?b.advanced.normalizeMouseWheelDelta:b.mouseWheel.normalizeDelta,b.scrollButtons.scrollType=q(b.scrollButtons.scrollType),n(b),a(c).each(function(){var c=a(this);if(!c.data(d)){c.data(d,{idx:++g,opt:b,scrollRatio:{y:null,x:null},overflowed:null,contentReset:{y:null,x:null},bindEvents:!1,tweenRunning:!1,sequential:{},langDir:c.css("direction"),cbOffsets:null,trigger:null,poll:{size:{o:0,n:0},img:{o:0,n:0},change:{o:0,n:0}}});var e=c.data(d),f=e.opt,h=c.data("mcs-axis"),i=c.data("mcs-scrollbar-position"),j=c.data("mcs-theme");h&&(f.axis=h),i&&(f.scrollbarPosition=i),j&&(f.theme=j,n(f)),r.call(this),e&&f.callbacks.onCreate&&"function"==typeof f.callbacks.onCreate&&f.callbacks.onCreate.call(this),a("#mCSB_"+e.idx+"_container img:not(."+k[2]+")").addClass(k[2]),l.update.call(null,c)}})},update:function(b,c){var e=b||m.call(this);return a(e).each(function(){var b=a(this);if(b.data(d)){var e=b.data(d),f=e.opt,g=a("#mCSB_"+e.idx+"_container"),h=a("#mCSB_"+e.idx),i=[a("#mCSB_"+e.idx+"_dragger_vertical"),a("#mCSB_"+e.idx+"_dragger_horizontal")];if(!g.length)return;e.tweenRunning&&W(b),c&&e&&f.callbacks.onBeforeUpdate&&"function"==typeof f.callbacks.onBeforeUpdate&&f.callbacks.onBeforeUpdate.call(this),b.hasClass(k[3])&&b.removeClass(k[3]),b.hasClass(k[4])&&b.removeClass(k[4]),h.css("max-height","none"),h.height()!==b.height()&&h.css("max-height",b.height()),t.call(this),"y"===f.axis||f.advanced.autoExpandHorizontalScroll||g.css("width",s(g)),e.overflowed=y.call(this),C.call(this),f.autoDraggerLength&&v.call(this),w.call(this),A.call(this);var j=[Math.abs(g[0].offsetTop),Math.abs(g[0].offsetLeft)];"x"!==f.axis&&(e.overflowed[0]?i[0].height()>i[0].parent().height()?z.call(this):(X(b,j[0].toString(),{dir:"y",dur:0,overwrite:"none"}),e.contentReset.y=null):(z.call(this),"y"===f.axis?B.call(this):"yx"===f.axis&&e.overflowed[1]&&X(b,j[1].toString(),{dir:"x",dur:0,overwrite:"none"}))),"y"!==f.axis&&(e.overflowed[1]?i[1].width()>i[1].parent().width()?z.call(this):(X(b,j[1].toString(),{dir:"x",dur:0,overwrite:"none"}),e.contentReset.x=null):(z.call(this),"x"===f.axis?B.call(this):"yx"===f.axis&&e.overflowed[0]&&X(b,j[0].toString(),{dir:"y",dur:0,overwrite:"none"}))),c&&e&&(2===c&&f.callbacks.onImageLoad&&"function"==typeof f.callbacks.onImageLoad?f.callbacks.onImageLoad.call(this):3===c&&f.callbacks.onSelectorChange&&"function"==typeof f.callbacks.onSelectorChange?f.callbacks.onSelectorChange.call(this):f.callbacks.onUpdate&&"function"==typeof f.callbacks.onUpdate&&f.callbacks.onUpdate.call(this)),U.call(this)}})},scrollTo:function(b,c){if("undefined"!=typeof b&&null!=b){var e=m.call(this);return a(e).each(function(){var e=a(this);if(e.data(d)){var f=e.data(d),g=f.opt,h={trigger:"external",scrollInertia:g.scrollInertia,scrollEasing:"mcsEaseInOut",moveDragger:!1,timeout:60,callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},i=a.extend(!0,{},h,c),j=S.call(this,b),k=i.scrollInertia>0&&i.scrollInertia<17?17:i.scrollInertia;j[0]=T.call(this,j[0],"y"),j[1]=T.call(this,j[1],"x"),i.moveDragger&&(j[0]*=f.scrollRatio.y,j[1]*=f.scrollRatio.x),i.dur=ea()?0:k,setTimeout(function(){null!==j[0]&&"undefined"!=typeof j[0]&&"x"!==g.axis&&f.overflowed[0]&&(i.dir="y",i.overwrite="all",X(e,j[0].toString(),i)),null!==j[1]&&"undefined"!=typeof j[1]&&"y"!==g.axis&&f.overflowed[1]&&(i.dir="x",i.overwrite="none",X(e,j[1].toString(),i))},i.timeout)}})}},stop:function(){var b=m.call(this);return a(b).each(function(){var b=a(this);b.data(d)&&W(b)})},disable:function(b){var c=m.call(this);return a(c).each(function(){var c=a(this);c.data(d)&&(c.data(d),U.call(this,"remove"),B.call(this),b&&z.call(this),C.call(this,!0),c.addClass(k[3]))})},destroy:function(){var b=m.call(this);return a(b).each(function(){var e=a(this);if(e.data(d)){var f=e.data(d),g=f.opt,h=a("#mCSB_"+f.idx),i=a("#mCSB_"+f.idx+"_container"),j=a(".mCSB_"+f.idx+"_scrollbar");g.live&&o(g.liveSelector||a(b).selector),U.call(this,"remove"),B.call(this),z.call(this),e.removeData(d),_(this,"mcs"),j.remove(),i.find("img."+k[2]).removeClass(k[2]),h.replaceWith(i.contents()),e.removeClass(c+" _"+d+"_"+f.idx+" "+k[6]+" "+k[7]+" "+k[5]+" "+k[3]).addClass(k[4])}})}},m=function(){return"object"!=typeof a(this)||a(this).length<1?e:this},n=function(b){var c=["rounded","rounded-dark","rounded-dots","rounded-dots-dark"],d=["rounded-dots","rounded-dots-dark","3d","3d-dark","3d-thick","3d-thick-dark","inset","inset-dark","inset-2","inset-2-dark","inset-3","inset-3-dark"],e=["minimal","minimal-dark"],f=["minimal","minimal-dark"],g=["minimal","minimal-dark"];b.autoDraggerLength=!(a.inArray(b.theme,c)>-1)&&b.autoDraggerLength,b.autoExpandScrollbar=!(a.inArray(b.theme,d)>-1)&&b.autoExpandScrollbar,b.scrollButtons.enable=!(a.inArray(b.theme,e)>-1)&&b.scrollButtons.enable,b.autoHideScrollbar=a.inArray(b.theme,f)>-1||b.autoHideScrollbar,b.scrollbarPosition=a.inArray(b.theme,g)>-1?"outside":b.scrollbarPosition},o=function(a){h[a]&&(clearTimeout(h[a]),_(h,a))},p=function(a){return"yx"===a||"xy"===a||"auto"===a?"yx":"x"===a||"horizontal"===a?"x":"y"},q=function(a){return"stepped"===a||"pixels"===a||"step"===a||"click"===a?"stepped":"stepless"},r=function(){var b=a(this),e=b.data(d),f=e.opt,g=f.autoExpandScrollbar?" "+k[1]+"_expand":"",h=["<div id='mCSB_"+e.idx+"_scrollbar_vertical' class='mCSB_scrollTools mCSB_"+e.idx+"_scrollbar mCS-"+f.theme+" mCSB_scrollTools_vertical"+g+"'><div class='"+k[12]+"'><div id='mCSB_"+e.idx+"_dragger_vertical' class='mCSB_dragger' style='position:absolute;'><div class='mCSB_dragger_bar' /></div><div class='mCSB_draggerRail' /></div></div>","<div id='mCSB_"+e.idx+"_scrollbar_horizontal' class='mCSB_scrollTools mCSB_"+e.idx+"_scrollbar mCS-"+f.theme+" mCSB_scrollTools_horizontal"+g+"'><div class='"+k[12]+"'><div id='mCSB_"+e.idx+"_dragger_horizontal' class='mCSB_dragger' style='position:absolute;'><div class='mCSB_dragger_bar' /></div><div class='mCSB_draggerRail' /></div></div>"],i="yx"===f.axis?"mCSB_vertical_horizontal":"x"===f.axis?"mCSB_horizontal":"mCSB_vertical",j="yx"===f.axis?h[0]+h[1]:"x"===f.axis?h[1]:h[0],l="yx"===f.axis?"<div id='mCSB_"+e.idx+"_container_wrapper' class='mCSB_container_wrapper' />":"",m=f.autoHideScrollbar?" "+k[6]:"",n="x"!==f.axis&&"rtl"===e.langDir?" "+k[7]:"";f.setWidth&&b.css("width",f.setWidth),f.setHeight&&b.css("height",f.setHeight),f.setLeft="y"!==f.axis&&"rtl"===e.langDir?"989999px":f.setLeft,b.addClass(c+" _"+d+"_"+e.idx+m+n).wrapInner("<div id='mCSB_"+e.idx+"' class='mCustomScrollBox mCS-"+f.theme+" "+i+"'><div id='mCSB_"+e.idx+"_container' class='mCSB_container' style='position:relative; top:"+f.setTop+"; left:"+f.setLeft+";' dir='"+e.langDir+"' /></div>");var o=a("#mCSB_"+e.idx),p=a("#mCSB_"+e.idx+"_container");"y"===f.axis||f.advanced.autoExpandHorizontalScroll||p.css("width",s(p)),"outside"===f.scrollbarPosition?("static"===b.css("position")&&b.css("position","relative"),b.css("overflow","visible"),o.addClass("mCSB_outside").after(j)):(o.addClass("mCSB_inside").append(j),p.wrap(l)),u.call(this);var q=[a("#mCSB_"+e.idx+"_dragger_vertical"),a("#mCSB_"+e.idx+"_dragger_horizontal")];q[0].css("min-height",q[0].height()),q[1].css("min-width",q[1].width())},s=function(b){var c=[b[0].scrollWidth,Math.max.apply(Math,b.children().map(function(){return a(this).outerWidth(!0)}).get())],d=b.parent().width();return c[0]>d?c[0]:c[1]>d?c[1]:"100%"},t=function(){
|
3 |
+
var b=a(this),c=b.data(d),e=c.opt,f=a("#mCSB_"+c.idx+"_container");if(e.advanced.autoExpandHorizontalScroll&&"y"!==e.axis){f.css({width:"auto","min-width":0,"overflow-x":"scroll"});var g=Math.ceil(f[0].scrollWidth);3===e.advanced.autoExpandHorizontalScroll||2!==e.advanced.autoExpandHorizontalScroll&&g>f.parent().width()?f.css({width:g,"min-width":"100%","overflow-x":"inherit"}):f.css({"overflow-x":"inherit",position:"absolute"}).wrap("<div class='mCSB_h_wrapper' style='position:relative; left:0; width:999999px;' />").css({width:Math.ceil(f[0].getBoundingClientRect().right+.4)-Math.floor(f[0].getBoundingClientRect().left),"min-width":"100%",position:"relative"}).unwrap()}},u=function(){var b=a(this),c=b.data(d),e=c.opt,f=a(".mCSB_"+c.idx+"_scrollbar:first"),g=ca(e.scrollButtons.tabindex)?"tabindex='"+e.scrollButtons.tabindex+"'":"",h=["<a href='#' class='"+k[13]+"' "+g+" />","<a href='#' class='"+k[14]+"' "+g+" />","<a href='#' class='"+k[15]+"' "+g+" />","<a href='#' class='"+k[16]+"' "+g+" />"],i=["x"===e.axis?h[2]:h[0],"x"===e.axis?h[3]:h[1],h[2],h[3]];e.scrollButtons.enable&&f.prepend(i[0]).append(i[1]).next(".mCSB_scrollTools").prepend(i[2]).append(i[3])},v=function(){var b=a(this),c=b.data(d),e=a("#mCSB_"+c.idx),f=a("#mCSB_"+c.idx+"_container"),g=[a("#mCSB_"+c.idx+"_dragger_vertical"),a("#mCSB_"+c.idx+"_dragger_horizontal")],h=[e.height()/f.outerHeight(!1),e.width()/f.outerWidth(!1)],j=[parseInt(g[0].css("min-height")),Math.round(h[0]*g[0].parent().height()),parseInt(g[1].css("min-width")),Math.round(h[1]*g[1].parent().width())],k=i&&j[1]<j[0]?j[0]:j[1],l=i&&j[3]<j[2]?j[2]:j[3];g[0].css({height:k,"max-height":g[0].parent().height()-10}).find(".mCSB_dragger_bar").css({"line-height":j[0]+"px"}),g[1].css({width:l,"max-width":g[1].parent().width()-10})},w=function(){var b=a(this),c=b.data(d),e=a("#mCSB_"+c.idx),f=a("#mCSB_"+c.idx+"_container"),g=[a("#mCSB_"+c.idx+"_dragger_vertical"),a("#mCSB_"+c.idx+"_dragger_horizontal")],h=[f.outerHeight(!1)-e.height(),f.outerWidth(!1)-e.width()],i=[h[0]/(g[0].parent().height()-g[0].height()),h[1]/(g[1].parent().width()-g[1].width())];c.scrollRatio={y:i[0],x:i[1]}},x=function(a,b,c){var d=c?k[0]+"_expanded":"",e=a.closest(".mCSB_scrollTools");"active"===b?(a.toggleClass(k[0]+" "+d),e.toggleClass(k[1]),a[0]._draggable=a[0]._draggable?0:1):a[0]._draggable||("hide"===b?(a.removeClass(k[0]),e.removeClass(k[1])):(a.addClass(k[0]),e.addClass(k[1])))},y=function(){var b=a(this),c=b.data(d),e=a("#mCSB_"+c.idx),f=a("#mCSB_"+c.idx+"_container"),g=null==c.overflowed?f.height():f.outerHeight(!1),h=null==c.overflowed?f.width():f.outerWidth(!1),i=f[0].scrollHeight,j=f[0].scrollWidth;return i>g&&(g=i),j>h&&(h=j),[g>e.height(),h>e.width()]},z=function(){var b=a(this),c=b.data(d),e=c.opt,f=a("#mCSB_"+c.idx),g=a("#mCSB_"+c.idx+"_container"),h=[a("#mCSB_"+c.idx+"_dragger_vertical"),a("#mCSB_"+c.idx+"_dragger_horizontal")];if(W(b),("x"!==e.axis&&!c.overflowed[0]||"y"===e.axis&&c.overflowed[0])&&(h[0].add(g).css("top",0),X(b,"_resetY")),"y"!==e.axis&&!c.overflowed[1]||"x"===e.axis&&c.overflowed[1]){var i=dx=0;"rtl"===c.langDir&&(i=f.width()-g.outerWidth(!1),dx=Math.abs(i/c.scrollRatio.x)),g.css("left",i),h[1].css("left",dx),X(b,"_resetX")}},A=function(){function b(){g=setTimeout(function(){a.event.special.mousewheel?(clearTimeout(g),H.call(c[0])):b()},100)}var c=a(this),e=c.data(d),f=e.opt;if(!e.bindEvents){if(E.call(this),f.contentTouchScroll&&F.call(this),G.call(this),f.mouseWheel.enable){var g;b()}M.call(this),O.call(this),f.advanced.autoScrollOnFocus&&N.call(this),f.scrollButtons.enable&&P.call(this),f.keyboard.enable&&Q.call(this),e.bindEvents=!0}},B=function(){var b=a(this),c=b.data(d),e=c.opt,f=d+"_"+c.idx,g=".mCSB_"+c.idx+"_scrollbar",h=a("#mCSB_"+c.idx+",#mCSB_"+c.idx+"_container,#mCSB_"+c.idx+"_container_wrapper,"+g+" ."+k[12]+",#mCSB_"+c.idx+"_dragger_vertical,#mCSB_"+c.idx+"_dragger_horizontal,"+g+">a"),i=a("#mCSB_"+c.idx+"_container");e.advanced.releaseDraggableSelectors&&h.add(a(e.advanced.releaseDraggableSelectors)),e.advanced.extraDraggableSelectors&&h.add(a(e.advanced.extraDraggableSelectors)),c.bindEvents&&(a(document).add(a(!J()||top.document)).unbind("."+f),h.each(function(){a(this).unbind("."+f)}),clearTimeout(b[0]._focusTimeout),_(b[0],"_focusTimeout"),clearTimeout(c.sequential.step),_(c.sequential,"step"),clearTimeout(i[0].onCompleteTimeout),_(i[0],"onCompleteTimeout"),c.bindEvents=!1)},C=function(b){var c=a(this),e=c.data(d),f=e.opt,g=a("#mCSB_"+e.idx+"_container_wrapper"),h=g.length?g:a("#mCSB_"+e.idx+"_container"),i=[a("#mCSB_"+e.idx+"_scrollbar_vertical"),a("#mCSB_"+e.idx+"_scrollbar_horizontal")],j=[i[0].find(".mCSB_dragger"),i[1].find(".mCSB_dragger")];"x"!==f.axis&&(e.overflowed[0]&&!b?(i[0].add(j[0]).add(i[0].children("a")).css("display","block"),h.removeClass(k[8]+" "+k[10])):(f.alwaysShowScrollbar?(2!==f.alwaysShowScrollbar&&j[0].css("display","none"),h.removeClass(k[10])):(i[0].css("display","none"),h.addClass(k[10])),h.addClass(k[8]))),"y"!==f.axis&&(e.overflowed[1]&&!b?(i[1].add(j[1]).add(i[1].children("a")).css("display","block"),h.removeClass(k[9]+" "+k[11])):(f.alwaysShowScrollbar?(2!==f.alwaysShowScrollbar&&j[1].css("display","none"),h.removeClass(k[11])):(i[1].css("display","none"),h.addClass(k[11])),h.addClass(k[9]))),e.overflowed[0]||e.overflowed[1]?c.removeClass(k[5]):c.addClass(k[5])},D=function(b){var c=b.type,d=b.target.ownerDocument!==document&&null!==frameElement?[a(frameElement).offset().top,a(frameElement).offset().left]:null,e=J()&&b.target.ownerDocument!==top.document&&null!==frameElement?[a(b.view.frameElement).offset().top,a(b.view.frameElement).offset().left]:[0,0];switch(c){case"pointerdown":case"MSPointerDown":case"pointermove":case"MSPointerMove":case"pointerup":case"MSPointerUp":return d?[b.originalEvent.pageY-d[0]+e[0],b.originalEvent.pageX-d[1]+e[1],!1]:[b.originalEvent.pageY,b.originalEvent.pageX,!1];case"touchstart":case"touchmove":case"touchend":var f=b.originalEvent.touches[0]||b.originalEvent.changedTouches[0],g=b.originalEvent.touches.length||b.originalEvent.changedTouches.length;return b.target.ownerDocument!==document?[f.screenY,f.screenX,g>1]:[f.pageY,f.pageX,g>1];default:return d?[b.pageY-d[0]+e[0],b.pageX-d[1]+e[1],!1]:[b.pageY,b.pageX,!1]}},E=function(){function b(a,b,d,e){if(n[0].idleTimer=k.scrollInertia<233?250:0,c.attr("id")===m[1])var f="x",i=(c[0].offsetLeft-b+e)*h.scrollRatio.x;else var f="y",i=(c[0].offsetTop-a+d)*h.scrollRatio.y;X(g,i.toString(),{dir:f,drag:!0})}var c,e,f,g=a(this),h=g.data(d),k=h.opt,l=d+"_"+h.idx,m=["mCSB_"+h.idx+"_dragger_vertical","mCSB_"+h.idx+"_dragger_horizontal"],n=a("#mCSB_"+h.idx+"_container"),o=a("#"+m[0]+",#"+m[1]),p=k.advanced.releaseDraggableSelectors?o.add(a(k.advanced.releaseDraggableSelectors)):o,q=k.advanced.extraDraggableSelectors?a(!J()||top.document).add(a(k.advanced.extraDraggableSelectors)):a(!J()||top.document);o.bind("contextmenu."+l,function(a){a.preventDefault()}).bind("mousedown."+l+" touchstart."+l+" pointerdown."+l+" MSPointerDown."+l,function(b){if(b.stopImmediatePropagation(),b.preventDefault(),aa(b)){j=!0,i&&(document.onselectstart=function(){return!1}),K.call(n,!1),W(g),c=a(this);var d=c.offset(),h=D(b)[0]-d.top,l=D(b)[1]-d.left,m=c.height()+d.top,o=c.width()+d.left;m>h&&h>0&&o>l&&l>0&&(e=h,f=l),x(c,"active",k.autoExpandScrollbar)}}).bind("touchmove."+l,function(a){a.stopImmediatePropagation(),a.preventDefault();var d=c.offset(),g=D(a)[0]-d.top,h=D(a)[1]-d.left;b(e,f,g,h)}),a(document).add(q).bind("mousemove."+l+" pointermove."+l+" MSPointerMove."+l,function(a){if(c){var d=c.offset(),g=D(a)[0]-d.top,h=D(a)[1]-d.left;if(e===g&&f===h)return;b(e,f,g,h)}}).add(p).bind("mouseup."+l+" touchend."+l+" pointerup."+l+" MSPointerUp."+l,function(){c&&(x(c,"active",k.autoExpandScrollbar),c=null),j=!1,i&&(document.onselectstart=null),K.call(n,!0)})},F=function(){function c(a){if(!ba(a)||j||D(a)[2])return void(b=0);b=1,w=0,x=0,k=1,y.removeClass("mCS_touch_action");var c=E.offset();l=D(a)[0]-c.top,m=D(a)[1]-c.left,L=[D(a)[0],D(a)[1]]}function e(a){if(ba(a)&&!j&&!D(a)[2]&&(A.documentTouchScroll||a.preventDefault(),a.stopImmediatePropagation(),(!x||w)&&k)){q=Z();var b=C.offset(),c=D(a)[0]-b.top,d=D(a)[1]-b.left,e="mcsLinearOut";if(G.push(c),H.push(d),L[2]=Math.abs(D(a)[0]-L[0]),L[3]=Math.abs(D(a)[1]-L[1]),z.overflowed[0])var f=F[0].parent().height()-F[0].height(),g=l-c>0&&c-l>-(f*z.scrollRatio.y)&&(2*L[3]<L[2]||"yx"===A.axis);if(z.overflowed[1])var h=F[1].parent().width()-F[1].width(),n=m-d>0&&d-m>-(h*z.scrollRatio.x)&&(2*L[2]<L[3]||"yx"===A.axis);g||n?(O||a.preventDefault(),w=1):(x=1,y.addClass("mCS_touch_action")),O&&a.preventDefault(),u="yx"===A.axis?[l-c,m-d]:"x"===A.axis?[null,m-d]:[l-c,null],E[0].idleTimer=250,z.overflowed[0]&&i(u[0],I,e,"y","all",!0),z.overflowed[1]&&i(u[1],I,e,"x",K,!0)}}function f(a){if(!ba(a)||j||D(a)[2])return void(b=0);b=1,a.stopImmediatePropagation(),W(y),p=Z();var c=C.offset();n=D(a)[0]-c.top,o=D(a)[1]-c.left,G=[],H=[]}function g(a){if(ba(a)&&!j&&!D(a)[2]){k=0,a.stopImmediatePropagation(),w=0,x=0,r=Z();var b=C.offset(),c=D(a)[0]-b.top,d=D(a)[1]-b.left;if(!(r-q>30)){t=1e3/(r-p);var e="mcsEaseOut",f=2.5>t,g=f?[G[G.length-2],H[H.length-2]]:[0,0];s=f?[c-g[0],d-g[1]]:[c-n,d-o];var l=[Math.abs(s[0]),Math.abs(s[1])];t=f?[Math.abs(s[0]/4),Math.abs(s[1]/4)]:[t,t];var m=[Math.abs(E[0].offsetTop)-s[0]*h(l[0]/t[0],t[0]),Math.abs(E[0].offsetLeft)-s[1]*h(l[1]/t[1],t[1])];u="yx"===A.axis?[m[0],m[1]]:"x"===A.axis?[null,m[1]]:[m[0],null],v=[4*l[0]+A.scrollInertia,4*l[1]+A.scrollInertia];var y=parseInt(A.contentTouchScroll)||0;u[0]=l[0]>y?u[0]:0,u[1]=l[1]>y?u[1]:0,z.overflowed[0]&&i(u[0],v[0],e,"y",K,!1),z.overflowed[1]&&i(u[1],v[1],e,"x",K,!1)}}}function h(a,b){var c=[1.5*b,2*b,b/1.5,b/2];return a>90?b>4?c[0]:c[3]:a>60?b>3?c[3]:c[2]:a>30?b>8?c[1]:b>6?c[0]:b>4?b:c[2]:b>8?b:c[3]}function i(a,b,c,d,e,f){a&&X(y,a.toString(),{dur:b,scrollEasing:c,dir:d,overwrite:e,drag:f})}var k,l,m,n,o,p,q,r,s,t,u,v,w,x,y=a(this),z=y.data(d),A=z.opt,B=d+"_"+z.idx,C=a("#mCSB_"+z.idx),E=a("#mCSB_"+z.idx+"_container"),F=[a("#mCSB_"+z.idx+"_dragger_vertical"),a("#mCSB_"+z.idx+"_dragger_horizontal")],G=[],H=[],I=0,K="yx"===A.axis?"none":"all",L=[],M=E.find("iframe"),N=["touchstart."+B+" pointerdown."+B+" MSPointerDown."+B,"touchmove."+B+" pointermove."+B+" MSPointerMove."+B,"touchend."+B+" pointerup."+B+" MSPointerUp."+B],O=void 0!==document.body.style.touchAction&&""!==document.body.style.touchAction;E.bind(N[0],function(a){c(a)}).bind(N[1],function(a){e(a)}),C.bind(N[0],function(a){f(a)}).bind(N[2],function(a){g(a)}),M.length&&M.each(function(){a(this).bind("load",function(){J(this)&&a(this.contentDocument||this.contentWindow.document).bind(N[0],function(a){c(a),f(a)}).bind(N[1],function(a){e(a)}).bind(N[2],function(a){g(a)})})})},G=function(){function c(){return window.getSelection?window.getSelection().toString():document.selection&&"Control"!=document.selection.type?document.selection.createRange().text:0}function e(a,b,c){k.type=c&&f?"stepped":"stepless",k.scrollAmount=10,R(g,a,b,"mcsLinearOut",c?60:null)}var f,g=a(this),h=g.data(d),i=h.opt,k=h.sequential,l=d+"_"+h.idx,m=a("#mCSB_"+h.idx+"_container"),n=m.parent();m.bind("mousedown."+l,function(){b||f||(f=1,j=!0)}).add(document).bind("mousemove."+l,function(a){if(!b&&f&&c()){var d=m.offset(),g=D(a)[0]-d.top+m[0].offsetTop,j=D(a)[1]-d.left+m[0].offsetLeft;g>0&&g<n.height()&&j>0&&j<n.width()?k.step&&e("off",null,"stepped"):("x"!==i.axis&&h.overflowed[0]&&(0>g?e("on",38):g>n.height()&&e("on",40)),"y"!==i.axis&&h.overflowed[1]&&(0>j?e("on",37):j>n.width()&&e("on",39)))}}).bind("mouseup."+l+" dragend."+l,function(){b||(f&&(f=0,e("off",null)),j=!1)})},H=function(){function b(b,d){if(W(c),!L(c,b.target)){var g="auto"!==f.mouseWheel.deltaFactor?parseInt(f.mouseWheel.deltaFactor):i&&b.deltaFactor<100?100:b.deltaFactor||100,k=f.scrollInertia;if("x"===f.axis||"x"===f.mouseWheel.axis)var l="x",m=[Math.round(g*e.scrollRatio.x),parseInt(f.mouseWheel.scrollAmount)],n="auto"!==f.mouseWheel.scrollAmount?m[1]:m[0]>=h.width()?.9*h.width():m[0],o=Math.abs(a("#mCSB_"+e.idx+"_container")[0].offsetLeft),p=j[1][0].offsetLeft,q=j[1].parent().width()-j[1].width(),r="y"===f.mouseWheel.axis?b.deltaY||d:b.deltaX;else var l="y",m=[Math.round(g*e.scrollRatio.y),parseInt(f.mouseWheel.scrollAmount)],n="auto"!==f.mouseWheel.scrollAmount?m[1]:m[0]>=h.height()?.9*h.height():m[0],o=Math.abs(a("#mCSB_"+e.idx+"_container")[0].offsetTop),p=j[0][0].offsetTop,q=j[0].parent().height()-j[0].height(),r=b.deltaY||d;"y"===l&&!e.overflowed[0]||"x"===l&&!e.overflowed[1]||((f.mouseWheel.invert||b.webkitDirectionInvertedFromDevice)&&(r=-r),f.mouseWheel.normalizeDelta&&(r=0>r?-1:1),(r>0&&0!==p||0>r&&p!==q||f.mouseWheel.preventDefault)&&(b.stopImmediatePropagation(),b.preventDefault()),b.deltaFactor<5&&!f.mouseWheel.normalizeDelta&&(n=b.deltaFactor,k=17),X(c,(o-r*n).toString(),{dir:l,dur:k}))}}if(a(this).data(d)){var c=a(this),e=c.data(d),f=e.opt,g=d+"_"+e.idx,h=a("#mCSB_"+e.idx),j=[a("#mCSB_"+e.idx+"_dragger_vertical"),a("#mCSB_"+e.idx+"_dragger_horizontal")],k=a("#mCSB_"+e.idx+"_container").find("iframe");k.length&&k.each(function(){a(this).bind("load",function(){J(this)&&a(this.contentDocument||this.contentWindow.document).bind("mousewheel."+g,function(a,c){b(a,c)})})}),h.bind("mousewheel."+g,function(a,c){b(a,c)})}},I=new Object,J=function(b){var c=!1,d=!1,e=null;if(void 0===b?d="#empty":void 0!==a(b).attr("id")&&(d=a(b).attr("id")),d!==!1&&void 0!==I[d])return I[d];if(b){try{var f=b.contentDocument||b.contentWindow.document;e=f.body.innerHTML}catch(a){}c=null!==e}else{try{var f=top.document;e=f.body.innerHTML}catch(a){}c=null!==e}return d!==!1&&(I[d]=c),c},K=function(a){var b=this.find("iframe");if(b.length){var c=a?"auto":"none";b.css("pointer-events",c)}},L=function(b,c){var e=c.nodeName.toLowerCase(),f=b.data(d).opt.mouseWheel.disableOver,g=["select","textarea"];return a.inArray(e,f)>-1&&!(a.inArray(e,g)>-1&&!a(c).is(":focus"))},M=function(){var b,c=a(this),e=c.data(d),f=d+"_"+e.idx,g=a("#mCSB_"+e.idx+"_container"),h=g.parent(),i=a(".mCSB_"+e.idx+"_scrollbar ."+k[12]);i.bind("mousedown."+f+" touchstart."+f+" pointerdown."+f+" MSPointerDown."+f,function(c){j=!0,a(c.target).hasClass("mCSB_dragger")||(b=1)}).bind("touchend."+f+" pointerup."+f+" MSPointerUp."+f,function(){j=!1}).bind("click."+f,function(d){if(b&&(b=0,a(d.target).hasClass(k[12])||a(d.target).hasClass("mCSB_draggerRail"))){W(c);var f=a(this),i=f.find(".mCSB_dragger");if(f.parent(".mCSB_scrollTools_horizontal").length>0){if(!e.overflowed[1])return;var j="x",l=d.pageX>i.offset().left?-1:1,m=Math.abs(g[0].offsetLeft)-l*(.9*h.width())}else{if(!e.overflowed[0])return;var j="y",l=d.pageY>i.offset().top?-1:1,m=Math.abs(g[0].offsetTop)-l*(.9*h.height())}X(c,m.toString(),{dir:j,scrollEasing:"mcsEaseInOut"})}})},N=function(){var b=a(this),c=b.data(d),e=c.opt,f=d+"_"+c.idx,g=a("#mCSB_"+c.idx+"_container"),h=g.parent();g.bind("focusin."+f,function(){var c=a(document.activeElement),d=g.find(".mCustomScrollBox").length,f=0;c.is(e.advanced.autoScrollOnFocus)&&(W(b),clearTimeout(b[0]._focusTimeout),b[0]._focusTimer=d?(f+17)*d:0,b[0]._focusTimeout=setTimeout(function(){var a=[da(c)[0],da(c)[1]],d=[g[0].offsetTop,g[0].offsetLeft],i=[d[0]+a[0]>=0&&d[0]+a[0]<h.height()-c.outerHeight(!1),d[1]+a[1]>=0&&d[0]+a[1]<h.width()-c.outerWidth(!1)],j="yx"!==e.axis||i[0]||i[1]?"all":"none";"x"===e.axis||i[0]||X(b,a[0].toString(),{dir:"y",scrollEasing:"mcsEaseInOut",overwrite:j,dur:f}),"y"===e.axis||i[1]||X(b,a[1].toString(),{dir:"x",scrollEasing:"mcsEaseInOut",overwrite:j,dur:f})},b[0]._focusTimer))})},O=function(){var b=a(this),c=b.data(d),e=d+"_"+c.idx,f=a("#mCSB_"+c.idx+"_container").parent();f.bind("scroll."+e,function(){0===f.scrollTop()&&0===f.scrollLeft()||a(".mCSB_"+c.idx+"_scrollbar").css("visibility","hidden")})},P=function(){var b=a(this),c=b.data(d),e=c.opt,f=c.sequential,g=d+"_"+c.idx,h=".mCSB_"+c.idx+"_scrollbar",i=a(h+">a");i.bind("contextmenu."+g,function(a){a.preventDefault()}).bind("mousedown."+g+" touchstart."+g+" pointerdown."+g+" MSPointerDown."+g+" mouseup."+g+" touchend."+g+" pointerup."+g+" MSPointerUp."+g+" mouseout."+g+" pointerout."+g+" MSPointerOut."+g+" click."+g,function(d){function g(a,c){f.scrollAmount=e.scrollButtons.scrollAmount,R(b,a,c)}if(d.preventDefault(),aa(d)){var h=a(this).attr("class");switch(f.type=e.scrollButtons.scrollType,d.type){case"mousedown":case"touchstart":case"pointerdown":case"MSPointerDown":if("stepped"===f.type)return;j=!0,c.tweenRunning=!1,g("on",h);break;case"mouseup":case"touchend":case"pointerup":case"MSPointerUp":case"mouseout":case"pointerout":case"MSPointerOut":if("stepped"===f.type)return;j=!1,f.dir&&g("off",h);break;case"click":if("stepped"!==f.type||c.tweenRunning)return;g("on",h)}}})},Q=function(){function b(b){function d(a,b){g.type=f.keyboard.scrollType,g.scrollAmount=f.keyboard.scrollAmount,"stepped"===g.type&&e.tweenRunning||R(c,a,b)}switch(b.type){case"blur":e.tweenRunning&&g.dir&&d("off",null);break;case"keydown":case"keyup":var h=b.keyCode?b.keyCode:b.which,i="on";if("x"!==f.axis&&(38===h||40===h)||"y"!==f.axis&&(37===h||39===h)){if((38===h||40===h)&&!e.overflowed[0]||(37===h||39===h)&&!e.overflowed[1])return;"keyup"===b.type&&(i="off"),a(document.activeElement).is(l)||(b.preventDefault(),b.stopImmediatePropagation(),d(i,h))}else if(33===h||34===h){if((e.overflowed[0]||e.overflowed[1])&&(b.preventDefault(),b.stopImmediatePropagation()),"keyup"===b.type){W(c);var m=34===h?-1:1;if("x"===f.axis||"yx"===f.axis&&e.overflowed[1]&&!e.overflowed[0])var n="x",o=Math.abs(j[0].offsetLeft)-m*(.9*k.width());else var n="y",o=Math.abs(j[0].offsetTop)-m*(.9*k.height());X(c,o.toString(),{dir:n,scrollEasing:"mcsEaseInOut"})}}else if((35===h||36===h)&&!a(document.activeElement).is(l)&&((e.overflowed[0]||e.overflowed[1])&&(b.preventDefault(),b.stopImmediatePropagation()),"keyup"===b.type)){if("x"===f.axis||"yx"===f.axis&&e.overflowed[1]&&!e.overflowed[0])var n="x",o=35===h?Math.abs(k.width()-j.outerWidth(!1)):0;else var n="y",o=35===h?Math.abs(k.height()-j.outerHeight(!1)):0;X(c,o.toString(),{dir:n,scrollEasing:"mcsEaseInOut"})}}}var c=a(this),e=c.data(d),f=e.opt,g=e.sequential,h=d+"_"+e.idx,i=a("#mCSB_"+e.idx),j=a("#mCSB_"+e.idx+"_container"),k=j.parent(),l="input,textarea,select,datalist,keygen,[contenteditable='true']",m=j.find("iframe"),n=["blur."+h+" keydown."+h+" keyup."+h];m.length&&m.each(function(){a(this).bind("load",function(){J(this)&&a(this.contentDocument||this.contentWindow.document).bind(n[0],function(a){b(a)})})}),i.attr("tabindex","0").bind(n[0],function(a){b(a)})},R=function(b,c,e,f,g){function h(a){l.snapAmount&&(m.scrollAmount=l.snapAmount instanceof Array?"x"===m.dir[0]?l.snapAmount[1]:l.snapAmount[0]:l.snapAmount);var c="stepped"!==m.type,d=g?g:a?c?p/1.5:q:1e3/60,e=a?c?7.5:40:2.5,i=[Math.abs(n[0].offsetTop),Math.abs(n[0].offsetLeft)],k=[j.scrollRatio.y>10?10:j.scrollRatio.y,j.scrollRatio.x>10?10:j.scrollRatio.x],o="x"===m.dir[0]?i[1]+m.dir[1]*(k[1]*e):i[0]+m.dir[1]*(k[0]*e),r="x"===m.dir[0]?i[1]+m.dir[1]*parseInt(m.scrollAmount):i[0]+m.dir[1]*parseInt(m.scrollAmount),s="auto"!==m.scrollAmount?r:o,t=f?f:a?c?"mcsLinearOut":"mcsEaseInOut":"mcsLinear",u=!!a;return a&&17>d&&(s="x"===m.dir[0]?i[1]:i[0]),X(b,s.toString(),{dir:m.dir[0],scrollEasing:t,dur:d,onComplete:u}),a?void(m.dir=!1):(clearTimeout(m.step),void(m.step=setTimeout(function(){h()},d)))}function i(){clearTimeout(m.step),_(m,"step"),W(b)}var j=b.data(d),l=j.opt,m=j.sequential,n=a("#mCSB_"+j.idx+"_container"),o="stepped"===m.type,p=l.scrollInertia<26?26:l.scrollInertia,q=l.scrollInertia<1?17:l.scrollInertia;switch(c){case"on":if(m.dir=[e===k[16]||e===k[15]||39===e||37===e?"x":"y",e===k[13]||e===k[15]||38===e||37===e?-1:1],W(b),ca(e)&&"stepped"===m.type)return;h(o);break;case"off":i(),(o||j.tweenRunning&&m.dir)&&h(!0)}},S=function(b){var c=a(this).data(d).opt,e=[];return"function"==typeof b&&(b=b()),b instanceof Array?e=b.length>1?[b[0],b[1]]:"x"===c.axis?[null,b[0]]:[b[0],null]:(e[0]=b.y?b.y:b.x||"x"===c.axis?null:b,e[1]=b.x?b.x:b.y||"y"===c.axis?null:b),"function"==typeof e[0]&&(e[0]=e[0]()),"function"==typeof e[1]&&(e[1]=e[1]()),e},T=function(b,c){if(null!=b&&"undefined"!=typeof b){var e=a(this),f=e.data(d),g=f.opt,h=a("#mCSB_"+f.idx+"_container"),i=h.parent(),j=typeof b;c||(c="x"===g.axis?"x":"y");var k="x"===c?h.outerWidth(!1)-i.width():h.outerHeight(!1)-i.height(),m="x"===c?h[0].offsetLeft:h[0].offsetTop,n="x"===c?"left":"top";switch(j){case"function":return b();case"object":var o=b.jquery?b:a(b);if(!o.length)return;return"x"===c?da(o)[1]:da(o)[0];case"string":case"number":if(ca(b))return Math.abs(b);if(-1!==b.indexOf("%"))return Math.abs(k*parseInt(b)/100);if(-1!==b.indexOf("-="))return Math.abs(m-parseInt(b.split("-=")[1]));if(-1!==b.indexOf("+=")){var p=m+parseInt(b.split("+=")[1]);return p>=0?0:Math.abs(p)}if(-1!==b.indexOf("px")&&ca(b.split("px")[0]))return Math.abs(b.split("px")[0]);if("top"===b||"left"===b)return 0;if("bottom"===b)return Math.abs(i.height()-h.outerHeight(!1));if("right"===b)return Math.abs(i.width()-h.outerWidth(!1));if("first"===b||"last"===b){var o=h.find(":"+b);return"x"===c?da(o)[1]:da(o)[0]}return a(b).length?"x"===c?da(a(b))[1]:da(a(b))[0]:(h.css(n,b),void l.update.call(null,e[0]))}}},U=function(b){function c(){return clearTimeout(m[0].autoUpdate),0===h.parents("html").length?void(h=null):void(m[0].autoUpdate=setTimeout(function(){return j.advanced.updateOnSelectorChange&&(i.poll.change.n=f(),i.poll.change.n!==i.poll.change.o)?(i.poll.change.o=i.poll.change.n,void g(3)):j.advanced.updateOnContentResize&&(i.poll.size.n=h[0].scrollHeight+h[0].scrollWidth+m[0].offsetHeight+h[0].offsetHeight+h[0].offsetWidth,i.poll.size.n!==i.poll.size.o)?(i.poll.size.o=i.poll.size.n,void g(1)):!j.advanced.updateOnImageLoad||"auto"===j.advanced.updateOnImageLoad&&"y"===j.axis||(i.poll.img.n=m.find("img").length,i.poll.img.n===i.poll.img.o)?void((j.advanced.updateOnSelectorChange||j.advanced.updateOnContentResize||j.advanced.updateOnImageLoad)&&c()):(i.poll.img.o=i.poll.img.n,void m.find("img").each(function(){e(this)}))},j.advanced.autoUpdateTimeout))}function e(b){function c(a,b){return function(){return b.apply(a,arguments)}}function d(){this.onload=null,a(b).addClass(k[2]),g(2)}if(a(b).hasClass(k[2]))return void g();var e=new Image;e.onload=c(e,d),e.src=b.src}function f(){j.advanced.updateOnSelectorChange===!0&&(j.advanced.updateOnSelectorChange="*");var a=0,b=m.find(j.advanced.updateOnSelectorChange);return j.advanced.updateOnSelectorChange&&b.length>0&&b.each(function(){a+=this.offsetHeight+this.offsetWidth}),a}function g(a){clearTimeout(m[0].autoUpdate),l.update.call(null,h[0],a)}var h=a(this),i=h.data(d),j=i.opt,m=a("#mCSB_"+i.idx+"_container");return b?(clearTimeout(m[0].autoUpdate),void _(m[0],"autoUpdate")):void c()},V=function(a,b,c){return Math.round(a/b)*b-c},W=function(b){var c=b.data(d),e=a("#mCSB_"+c.idx+"_container,#mCSB_"+c.idx+"_container_wrapper,#mCSB_"+c.idx+"_dragger_vertical,#mCSB_"+c.idx+"_dragger_horizontal");e.each(function(){$.call(this)})},X=function(b,c,e){function f(a){return i&&j.callbacks[a]&&"function"==typeof j.callbacks[a]}function g(){return[j.callbacks.alwaysTriggerOffsets||u>=v[0]+y,j.callbacks.alwaysTriggerOffsets||-z>=u]}function h(){var a=[n[0].offsetTop,n[0].offsetLeft],c=[s[0].offsetTop,s[0].offsetLeft],d=[n.outerHeight(!1),n.outerWidth(!1)],f=[m.height(),m.width()];b[0].mcs={content:n,top:a[0],left:a[1],draggerTop:c[0],draggerLeft:c[1],topPct:Math.round(100*Math.abs(a[0])/(Math.abs(d[0])-f[0])),leftPct:Math.round(100*Math.abs(a[1])/(Math.abs(d[1])-f[1])),direction:e.dir}}var i=b.data(d),j=i.opt,k={trigger:"internal",dir:"y",scrollEasing:"mcsEaseOut",drag:!1,dur:j.scrollInertia,overwrite:"all",callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},e=a.extend(k,e),l=[e.dur,e.drag?0:e.dur],m=a("#mCSB_"+i.idx),n=a("#mCSB_"+i.idx+"_container"),o=n.parent(),p=j.callbacks.onTotalScrollOffset?S.call(b,j.callbacks.onTotalScrollOffset):[0,0],q=j.callbacks.onTotalScrollBackOffset?S.call(b,j.callbacks.onTotalScrollBackOffset):[0,0];if(i.trigger=e.trigger,0===o.scrollTop()&&0===o.scrollLeft()||(a(".mCSB_"+i.idx+"_scrollbar").css("visibility","visible"),o.scrollTop(0).scrollLeft(0)),"_resetY"!==c||i.contentReset.y||(f("onOverflowYNone")&&j.callbacks.onOverflowYNone.call(b[0]),i.contentReset.y=1),"_resetX"!==c||i.contentReset.x||(f("onOverflowXNone")&&j.callbacks.onOverflowXNone.call(b[0]),i.contentReset.x=1),"_resetY"!==c&&"_resetX"!==c){if(!i.contentReset.y&&b[0].mcs||!i.overflowed[0]||(f("onOverflowY")&&j.callbacks.onOverflowY.call(b[0]),i.contentReset.x=null),!i.contentReset.x&&b[0].mcs||!i.overflowed[1]||(f("onOverflowX")&&j.callbacks.onOverflowX.call(b[0]),i.contentReset.x=null),j.snapAmount){var r=j.snapAmount instanceof Array?"x"===e.dir?j.snapAmount[1]:j.snapAmount[0]:j.snapAmount;c=V(c,r,j.snapOffset)}switch(e.dir){case"x":var s=a("#mCSB_"+i.idx+"_dragger_horizontal"),t="left",u=n[0].offsetLeft,v=[m.width()-n.outerWidth(!1),s.parent().width()-s.width()],w=[c,0===c?0:c/i.scrollRatio.x],y=p[1],z=q[1],A=y>0?y/i.scrollRatio.x:0,B=z>0?z/i.scrollRatio.x:0;break;case"y":var s=a("#mCSB_"+i.idx+"_dragger_vertical"),t="top",u=n[0].offsetTop,v=[m.height()-n.outerHeight(!1),s.parent().height()-s.height()],w=[c,0===c?0:c/i.scrollRatio.y],y=p[0],z=q[0],A=y>0?y/i.scrollRatio.y:0,B=z>0?z/i.scrollRatio.y:0}w[1]<0||0===w[0]&&0===w[1]?w=[0,0]:w[1]>=v[1]?w=[v[0],v[1]]:w[0]=-w[0],b[0].mcs||(h(),f("onInit")&&j.callbacks.onInit.call(b[0])),clearTimeout(n[0].onCompleteTimeout),Y(s[0],t,Math.round(w[1]),l[1],e.scrollEasing),!i.tweenRunning&&(0===u&&w[0]>=0||u===v[0]&&w[0]<=v[0])||Y(n[0],t,Math.round(w[0]),l[0],e.scrollEasing,e.overwrite,{onStart:function(){e.callbacks&&e.onStart&&!i.tweenRunning&&(f("onScrollStart")&&(h(),j.callbacks.onScrollStart.call(b[0])),i.tweenRunning=!0,x(s),i.cbOffsets=g())},onUpdate:function(){e.callbacks&&e.onUpdate&&f("whileScrolling")&&(h(),j.callbacks.whileScrolling.call(b[0]))},onComplete:function(){if(e.callbacks&&e.onComplete){"yx"===j.axis&&clearTimeout(n[0].onCompleteTimeout);var a=n[0].idleTimer||0;n[0].onCompleteTimeout=setTimeout(function(){f("onScroll")&&(h(),j.callbacks.onScroll.call(b[0])),f("onTotalScroll")&&w[1]>=v[1]-A&&i.cbOffsets[0]&&(h(),j.callbacks.onTotalScroll.call(b[0])),f("onTotalScrollBack")&&w[1]<=B&&i.cbOffsets[1]&&(h(),j.callbacks.onTotalScrollBack.call(b[0])),i.tweenRunning=!1,n[0].idleTimer=0,x(s,"hide")},a)}}})}},Y=function(a,b,c,d,e,f,g){function h(){v.stop||(s||o.call(),s=Z()-r,i(),s>=v.time&&(v.time=s>v.time?s+m-(s-v.time):s+m-1,v.time<s+1&&(v.time=s+1)),v.time<d?v.id=n(h):q.call())}function i(){d>0?(v.currVal=l(v.time,t,w,d,e),u[b]=Math.round(v.currVal)+"px"):u[b]=c+"px",p.call()}function j(){m=1e3/60,v.time=s+m,n=window.requestAnimationFrame?window.requestAnimationFrame:function(a){return i(),setTimeout(a,.01)},v.id=n(h)}function k(){null!=v.id&&(window.requestAnimationFrame?window.cancelAnimationFrame(v.id):clearTimeout(v.id),v.id=null)}function l(a,b,c,d,e){switch(e){case"linear":case"mcsLinear":return c*a/d+b;case"mcsLinearOut":return a/=d,a--,c*Math.sqrt(1-a*a)+b;case"easeInOutSmooth":return a/=d/2,1>a?c/2*a*a+b:(a--,-c/2*(a*(a-2)-1)+b);case"easeInOutStrong":return a/=d/2,1>a?c/2*Math.pow(2,10*(a-1))+b:(a--,c/2*(-Math.pow(2,-10*a)+2)+b);case"easeInOut":case"mcsEaseInOut":return a/=d/2,1>a?c/2*a*a*a+b:(a-=2,c/2*(a*a*a+2)+b);case"easeOutSmooth":return a/=d,a--,-c*(a*a*a*a-1)+b;case"easeOutStrong":return c*(-Math.pow(2,-10*a/d)+1)+b;case"easeOut":case"mcsEaseOut":default:var f=(a/=d)*a,g=f*a;return b+c*(.499999999999997*g*f+-2.5*f*f+5.5*g+-6.5*f+4*a)}}a._mTween||(a._mTween={top:{},left:{}});var m,n,g=g||{},o=g.onStart||function(){},p=g.onUpdate||function(){},q=g.onComplete||function(){},r=Z(),s=0,t=a.offsetTop,u=a.style,v=a._mTween[b];"left"===b&&(t=a.offsetLeft);var w=c-t;v.stop=0,"none"!==f&&k(),j()},Z=function(){return window.performance&&window.performance.now?window.performance.now():window.performance&&window.performance.webkitNow?window.performance.webkitNow():Date.now?Date.now():(new Date).getTime()},$=function(){var a=this;a._mTween||(a._mTween={top:{},left:{}});for(var b=["top","left"],c=0;c<b.length;c++){var d=b[c];a._mTween[d].id&&(window.requestAnimationFrame?window.cancelAnimationFrame(a._mTween[d].id):clearTimeout(a._mTween[d].id),a._mTween[d].id=null,a._mTween[d].stop=1)}},_=function(a,b){try{delete a[b]}catch(c){a[b]=null}},aa=function(a){return!(a.which&&1!==a.which)},ba=function(a){var b=a.originalEvent.pointerType;return!(b&&"touch"!==b&&2!==b)},ca=function(a){return!isNaN(parseFloat(a))&&isFinite(a)},da=function(a){var b=a.parents(".mCSB_container");return[a.offset().top-b.offset().top,a.offset().left-b.offset().left]},ea=function(){function a(){var a=["webkit","moz","ms","o"];if("hidden"in document)return"hidden";for(var b=0;b<a.length;b++)if(a[b]+"Hidden"in document)return a[b]+"Hidden";return null}var b=a();return!!b&&document[b]};a.fn[c]=function(b){return l[b]?l[b].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof b&&b?void a.error("Method "+b+" does not exist"):l.init.apply(this,arguments)},a[c]=function(b){return l[b]?l[b].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof b&&b?void a.error("Method "+b+" does not exist"):l.init.apply(this,arguments)},a[c].defaults=f,window[c]=!0,a(window).bind("load",function(){a(e)[c](),a.extend(a.expr[":"],{mcsInView:a.expr[":"].mcsInView||function(b){var c,d,e=a(b),f=e.parents(".mCSB_container");if(f.length)return c=f.parent(),d=[f[0].offsetTop,f[0].offsetLeft],d[0]+da(e)[0]>=0&&d[0]+da(e)[0]<c.height()-e.outerHeight(!1)&&d[1]+da(e)[1]>=0&&d[1]+da(e)[1]<c.width()-e.outerWidth(!1)},mcsInSight:a.expr[":"].mcsInSight||function(b,c,d){var e,f,g,h,i=a(b),j=i.parents(".mCSB_container"),k="exact"===d[3]?[[1,0],[1,0]]:[[.9,.1],[.6,.4]];if(j.length)return e=[i.outerHeight(!1),i.outerWidth(!1)],g=[j[0].offsetTop+da(i)[0],j[0].offsetLeft+da(i)[1]],f=[j.parent()[0].offsetHeight,j.parent()[0].offsetWidth],h=[e[0]<f[0]?k[0]:k[1],e[1]<f[1]?k[0]:k[1]],g[0]-f[0]*h[0][0]<0&&g[0]+e[0]-f[0]*h[0][1]>=0&&g[1]-f[1]*h[1][0]<0&&g[1]+e[1]-f[1]*h[1][1]>=0},mcsOverflow:a.expr[":"].mcsOverflow||function(b){var c=a(b).data(d);if(c)return c.overflowed[0]||c.overflowed[1]}})})})}),!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=function(b,c){return void 0===c&&(c="undefined"!=typeof window?require("jquery"):require("jquery")(b)),a(c),c}:a(jQuery)}(function(a){var b=function(){function b(a,b){return v.call(a,b)}function c(a,b){var c,d,e,f,g,h,i,j,k,l,m,n=b&&b.split("/"),o=t.map,p=o&&o["*"]||{};if(a){for(g=(a=a.split("/")).length-1,t.nodeIdCompat&&x.test(a[g])&&(a[g]=a[g].replace(x,"")),"."===a[0].charAt(0)&&n&&(a=n.slice(0,n.length-1).concat(a)),k=0;k<a.length;k++)if("."===(m=a[k]))a.splice(k,1),--k;else if(".."===m){if(0===k||1===k&&".."===a[2]||".."===a[k-1])continue;0<k&&(a.splice(k-1,2),k-=2)}a=a.join("/")}if((n||p)&&o){for(k=(c=a.split("/")).length;0<k;--k){if(d=c.slice(0,k).join("/"),n)for(l=n.length;0<l;--l)if(e=(e=o[n.slice(0,l).join("/")])&&e[d]){f=e,h=k;break}if(f)break;!i&&p&&p[d]&&(i=p[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function d(a,b){return function(){var c=w.call(arguments,0);return"string"!=typeof c[0]&&1===c.length&&c.push(null),o.apply(m,c.concat([a,b]))}}function e(a){return function(b){r[a]=b}}function f(a){if(b(s,a)){var c=s[a];delete s[a],u[a]=!0,n.apply(m,c)}if(!b(r,a)&&!b(u,a))throw new Error("No "+a);return r[a]}function g(a){var b,c=a?a.indexOf("!"):-1;return-1<c&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function h(a){return a?g(a):[]}if(a&&a.fn&&a.fn.select2&&a.fn.select2.amd)var i=a.fn.select2.amd;var j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y;return i&&i.requirejs||(i?k=i:i={},r={},s={},t={},u={},v=Object.prototype.hasOwnProperty,w=[].slice,x=/\.js$/,p=function(a,b){var d,e,h=g(a),i=h[0],j=b[1];return a=h[1],i&&(d=f(i=c(i,j))),i?a=d&&d.normalize?d.normalize(a,(e=j,function(a){return c(a,e)})):c(a,j):(i=(h=g(a=c(a,j)))[0],
|
4 |
+
a=h[1],i&&(d=f(i))),{f:i?i+"!"+a:a,n:a,pr:i,p:d}},q={require:function(a){return d(a)},exports:function(a){var b=r[a];return void 0!==b?b:r[a]={}},module:function(a){return{id:a,uri:"",exports:r[a],config:(b=a,function(){return t&&t.config&&t.config[b]||{}})};var b}},n=function(a,c,g,i){var j,k,l,n,o,t,v,w=[],x=typeof g;if(t=h(i=i||a),"undefined"==x||"function"==x){for(c=!c.length&&g.length?["require","exports","module"]:c,o=0;o<c.length;o+=1)if("require"===(k=(n=p(c[o],t)).f))w[o]=q.require(a);else if("exports"===k)w[o]=q.exports(a),v=!0;else if("module"===k)j=w[o]=q.module(a);else if(b(r,k)||b(s,k)||b(u,k))w[o]=f(k);else{if(!n.p)throw new Error(a+" missing "+k);n.p.load(n.n,d(i,!0),e(k),{}),w[o]=r[k]}l=g?g.apply(r[a],w):void 0,a&&(j&&j.exports!==m&&j.exports!==r[a]?r[a]=j.exports:l===m&&v||(r[a]=l))}else a&&(r[a]=g)},j=k=o=function(a,b,c,d,e){if("string"==typeof a)return q[a]?q[a](b):f(p(a,h(b)).f);if(!a.splice){if((t=a).deps&&o(t.deps,t.callback),!b)return;b.splice?(a=b,b=c,c=null):a=m}return b=b||function(){},"function"==typeof c&&(c=d,d=e),d?n(m,a,b,c):setTimeout(function(){n(m,a,b,c)},4),o},o.config=function(a){return o(a)},j._defined=r,(l=function(a,c,d){if("string"!=typeof a)throw new Error("See almond README: incorrect module build, no module name");c.splice||(d=c,c=[]),b(r,a)||b(s,a)||(s[a]=[a,c,d])}).amd={jQuery:!0},i.requirejs=j,i.require=k,i.define=l),i.define("almond",function(){}),i.define("jquery",[],function(){var b=a||$;return null==b&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),b}),i.define("select2/utils",["jquery"],function(a){function b(a){var b=a.prototype,c=[];for(var d in b)"function"==typeof b[d]&&"constructor"!==d&&c.push(d);return c}function c(){this.listeners={}}var d={};d.Extend=function(a,b){function c(){this.constructor=a}var d={}.hasOwnProperty;for(var e in b)d.call(b,e)&&(a[e]=b[e]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},d.Decorate=function(a,c){function d(){var b=Array.prototype.unshift,d=c.prototype.constructor.length,e=a.prototype.constructor;0<d&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(a){var b=function(){};a in d.prototype&&(b=d.prototype[a]);var e=c.prototype[a];return function(){return Array.prototype.unshift.call(arguments,b),e.apply(this,arguments)}}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new function(){this.constructor=d};for(var h=0;h<g.length;h++){var i=g[h];d.prototype[i]=a.prototype[i]}for(var j=0;j<f.length;j++){var k=f[j];d.prototype[k]=e(k)}return d},c.prototype.on=function(a,b){this.listeners=this.listeners||{},a in this.listeners?this.listeners[a].push(b):this.listeners[a]=[b]},c.prototype.trigger=function(a){var b=Array.prototype.slice,c=b.call(arguments,1);this.listeners=this.listeners||{},null==c&&(c=[]),0===c.length&&c.push({}),(c[0]._type=a)in this.listeners&&this.invoke(this.listeners[a],b.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},c.prototype.invoke=function(a,b){for(var c=0,d=a.length;c<d;c++)a[c].apply(this,b)},d.Observable=c,d.generateChars=function(a){for(var b="",c=0;c<a;c++)b+=Math.floor(36*Math.random()).toString(36);return b},d.bind=function(a,b){return function(){a.apply(b,arguments)}},d._convertData=function(a){for(var b in a){var c=b.split("-"),d=a;if(1!==c.length){for(var e=0;e<c.length;e++){var f=c[e];(f=f.substring(0,1).toLowerCase()+f.substring(1))in d||(d[f]={}),e==c.length-1&&(d[f]=a[b]),d=d[f]}delete a[b]}}return a},d.hasScroll=function(b,c){var d=a(c),e=c.style.overflowX,f=c.style.overflowY;return(e!==f||"hidden"!==f&&"visible"!==f)&&("scroll"===e||"scroll"===f||d.innerHeight()<c.scrollHeight||d.innerWidth()<c.scrollWidth)},d.escapeMarkup=function(a){var b={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},d.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},d.__cache={};var e=0;return d.GetUniqueElementId=function(a){var b=a.getAttribute("data-select2-id");return null==b&&(a.id?(b=a.id,a.setAttribute("data-select2-id",b)):(a.setAttribute("data-select2-id",++e),b=e.toString())),b},d.StoreData=function(a,b,c){var e=d.GetUniqueElementId(a);d.__cache[e]||(d.__cache[e]={}),d.__cache[e][b]=c},d.GetData=function(b,c){var e=d.GetUniqueElementId(b);return c?d.__cache[e]&&null!=d.__cache[e][c]?d.__cache[e][c]:a(b).data(c):d.__cache[e]},d.RemoveData=function(a){var b=d.GetUniqueElementId(a);null!=d.__cache[b]&&delete d.__cache[b],a.removeAttribute("data-select2-id")},d}),i.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null!=a.results&&0!==a.results.length){a.results=this.sort(a.results);for(var c=0;c<a.results.length;c++){var d=a.results[c],e=this.option(d);b.push(e)}this.$results.append(b)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},c.prototype.position=function(a,b){b.find(".select2-results").append(a)},c.prototype.sort=function(a){return this.options.get("sorter")(a)},c.prototype.highlightFirstItem=function(){var a=this.$results.find(".select2-results__option[aria-selected]"),b=a.filter("[aria-selected=true]");0<b.length?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var c=this;this.data.current(function(d){var e=a.map(d,function(a){return a.id.toString()});c.$results.find(".select2-results__option[aria-selected]").each(function(){var c=a(this),d=b.GetData(this,"data"),f=""+d.id;null!=d.element&&d.element.selected||null==d.element&&-1<a.inArray(f,e)?c.attr("aria-selected","true"):c.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(a)},c=this.option(b);c.className+=" loading-results",this.$results.prepend(c)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(c){var d=document.createElement("li");d.className="select2-results__option";var e={role:"option","aria-selected":"false"},f=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var g in(null!=c.element&&f.call(c.element,":disabled")||null==c.element&&c.disabled)&&(delete e["aria-selected"],e["aria-disabled"]="true"),null==c.id&&delete e["aria-selected"],null!=c._resultId&&(d.id=c._resultId),c.title&&(d.title=c.title),c.children&&(e.role="group",e["aria-label"]=c.text,delete e["aria-selected"]),e){var h=e[g];d.setAttribute(g,h)}if(c.children){var i=a(d),j=document.createElement("strong");j.className="select2-results__group",a(j),this.template(c,j);for(var k=[],l=0;l<c.children.length;l++){var m=c.children[l],n=this.option(m);k.push(n)}var o=a("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});o.append(k),i.append(j),i.append(o)}else this.template(c,d);return b.StoreData(d,"data",c),d},c.prototype.bind=function(c,d){var e=this,f=c.id+"-results";this.$results.attr("id",f),c.on("results:all",function(a){e.clear(),e.append(a.data),c.isOpen()&&(e.setClasses(),e.highlightFirstItem())}),c.on("results:append",function(a){e.append(a.data),c.isOpen()&&e.setClasses()}),c.on("query",function(a){e.hideMessages(),e.showLoading(a)}),c.on("select",function(){c.isOpen()&&(e.setClasses(),e.options.get("scrollAfterSelect")&&e.highlightFirstItem())}),c.on("unselect",function(){c.isOpen()&&(e.setClasses(),e.options.get("scrollAfterSelect")&&e.highlightFirstItem())}),c.on("open",function(){e.$results.attr("aria-expanded","true"),e.$results.attr("aria-hidden","false"),e.setClasses(),e.ensureHighlightVisible()}),c.on("close",function(){e.$results.attr("aria-expanded","false"),e.$results.attr("aria-hidden","true"),e.$results.removeAttr("aria-activedescendant")}),c.on("results:toggle",function(){var a=e.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),c.on("results:select",function(){var a=e.getHighlightedResults();if(0!==a.length){var c=b.GetData(a[0],"data");"true"==a.attr("aria-selected")?e.trigger("close",{}):e.trigger("select",{data:c})}}),c.on("results:previous",function(){var a=e.getHighlightedResults(),b=e.$results.find("[aria-selected]"),c=b.index(a);if(!(c<=0)){var d=c-1;0===a.length&&(d=0);var f=b.eq(d);f.trigger("mouseenter");var g=e.$results.offset().top,h=f.offset().top,i=e.$results.scrollTop()+(h-g);0===d?e.$results.scrollTop(0):h-g<0&&e.$results.scrollTop(i)}}),c.on("results:next",function(){var a=e.getHighlightedResults(),b=e.$results.find("[aria-selected]"),c=b.index(a)+1;if(!(c>=b.length)){var d=b.eq(c);d.trigger("mouseenter");var f=e.$results.offset().top+e.$results.outerHeight(!1),g=d.offset().top+d.outerHeight(!1),h=e.$results.scrollTop()+g-f;0===c?e.$results.scrollTop(0):f<g&&e.$results.scrollTop(h)}}),c.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),c.on("results:message",function(a){e.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=e.$results.scrollTop(),c=e.$results.get(0).scrollHeight-b+a.deltaY,d=0<a.deltaY&&b-a.deltaY<=0,f=a.deltaY<0&&c<=e.$results.height();d?(e.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(e.$results.scrollTop(e.$results.get(0).scrollHeight-e.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(c){var d=a(this),f=b.GetData(this,"data");"true"!==d.attr("aria-selected")?e.trigger("select",{originalEvent:c,data:f}):e.options.get("multiple")?e.trigger("unselect",{originalEvent:c,data:f}):e.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(c){var d=b.GetData(this,"data");e.getHighlightedResults().removeClass("select2-results__option--highlighted"),e.trigger("results:focus",{data:d,element:a(this)})})},c.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]").index(a),c=this.$results.offset().top,d=a.offset().top,e=this.$results.scrollTop()+(d-c),f=d-c;e-=2*a.outerHeight(!1),b<=2?this.$results.scrollTop(0):(f>this.$results.outerHeight()||f<0)&&this.$results.scrollTop(e)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),i.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),i.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var c=a('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=b.GetData(this.$element[0],"old-tabindex")?this._tabindex=b.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),c.attr("title",this.$element.attr("title")),c.attr("tabindex",this._tabindex),c.attr("aria-disabled","false"),this.$selection=c},d.prototype.bind=function(a,b){var d=this,e=a.id+"-results";this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.trigger("focus"),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex),d.$selection.attr("aria-disabled","false")}),a.on("disable",function(){d.$selection.attr("tabindex","-1"),d.$selection.attr("aria-disabled","true")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(c){a(document.body).on("mousedown.select2."+c.id,function(c){var d=a(c.target).closest(".select2");a(".select2.select2-container--open").each(function(){this!=d[0]&&b.GetData(this,"element").select2("close")})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){b.find(".selection").append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d.prototype.isEnabled=function(){return!this.isDisabled()},d.prototype.isDisabled=function(){return this.options.get("disabled")},d}),i.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.trigger("focus")})},e.prototype.clear=function(){var a=this.$selection.find(".select2-selection__rendered");a.empty(),a.removeAttr("title")},e.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},e.prototype.selectionContainer=function(){return a("<span></span>")},e.prototype.update=function(a){if(0!==a.length){var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d);var e=b.title||b.text;e?c.attr("title",e):c.removeAttr("title")}else this.clear()},e}),i.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('<ul class="select2-selection__rendered"></ul>'),a},d.prototype.bind=function(b,e){var f=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){f.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!f.isDisabled()){var d=a(this).parent(),e=c.GetData(d[0],"data");f.trigger("unselect",{originalEvent:b,data:e})}})},d.prototype.clear=function(){var a=this.$selection.find(".select2-selection__rendered");a.empty(),a.removeAttr("title")},d.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},d.prototype.selectionContainer=function(){return a('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">×</span></li>')},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d<a.length;d++){var e=a[d],f=this.selectionContainer(),g=this.display(e,f);f.append(g);var h=e.title||e.text;h&&f.attr("title",h),c.StoreData(f[0],"data",e),b.push(f)}var i=this.$selection.find(".select2-selection__rendered");c.appendMany(i,b)}},d}),i.define("select2/selection/placeholder",["../utils"],function(a){function b(a,b,c){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c)}return b.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},b.prototype.createPlaceholder=function(a,b){var c=this.selectionContainer();return c.html(this.display(b)),c.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),c},b.prototype.update=function(a,b){var c=1==b.length&&b[0].id!=this.placeholder.id;if(1<b.length||c)return a.call(this,b);this.clear();var d=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(d)},b}),i.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(a,b,c){function d(){}return d.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},d.prototype._handleClear=function(a,b){if(!this.isDisabled()){var d=this.$selection.find(".select2-selection__clear");if(0!==d.length){b.stopPropagation();var e=c.GetData(d[0],"data"),f=this.$element.val();this.$element.val(this.placeholder.id);var g={data:e};if(this.trigger("clear",g),g.prevented)this.$element.val(f);else{for(var h=0;h<e.length;h++)if(g={data:e[h]},this.trigger("unselect",g),g.prevented)return void this.$element.val(f);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},d.prototype._handleKeyboardClear=function(a,c,d){d.isOpen()||c.which!=b.DELETE&&c.which!=b.BACKSPACE||this._handleClear(c)},d.prototype.update=function(b,d){if(b.call(this,d),!(0<this.$selection.find(".select2-selection__placeholder").length||0===d.length)){var e=this.options.get("translations").get("removeAllItems"),f=a('<span class="select2-selection__clear" title="'+e()+'">×</span>');c.StoreData(f[0],"data",d),this.$selection.find(".select2-selection__rendered").prepend(f)}},d}),i.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></li>');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,d,e){var f=this,g=d.id+"-results";a.call(this,d,e),d.on("open",function(){f.$search.attr("aria-controls",g),f.$search.trigger("focus")}),d.on("close",function(){f.$search.val(""),f.$search.removeAttr("aria-controls"),f.$search.removeAttr("aria-activedescendant"),f.$search.trigger("focus")}),d.on("enable",function(){f.$search.prop("disabled",!1),f._transferTabIndex()}),d.on("disable",function(){f.$search.prop("disabled",!0)}),d.on("focus",function(a){f.$search.trigger("focus")}),d.on("results:focus",function(a){a.data._resultId?f.$search.attr("aria-activedescendant",a.data._resultId):f.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(a){f.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){f._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),f.trigger("keypress",a),f._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===f.$search.val()){var d=f.$searchContainer.prev(".select2-selection__choice");if(0<d.length){var e=b.GetData(d[0],"data");f.searchRemoveChoice(e),a.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(a){f.$search.val()&&a.stopPropagation()});var h=document.documentMode,i=h&&h<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){i?f.$selection.off("input.search input.searchcheck"):f.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(i&&"input"===a.type)f.$selection.off("input.search input.searchcheck");else{var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&f.handleSearch(a)}})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.trigger("focus")},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";a=""!==this.$search.attr("placeholder")?this.$selection.find(".select2-selection__rendered").width():.75*(this.$search.val().length+1)+"em",this.$search.css("width",a)},d}),i.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],g=["opening","closing","selecting","unselecting","clearing"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),i.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),i.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}}),i.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),d+=null!=c.id?"-"+c.id.toString():"-"+a.generateChars(4)},b}),i.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];(a=[a]).push.apply(a,d);for(var f=0;f<a.length;f++){
|
5 |
+
var g=a[f].id;-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("input").trigger("change")});else{var d=a.id;this.$element.val(d),this.$element.trigger("input").trigger("change")}},d.prototype.unselect=function(a){var b=this;if(this.$element.prop("multiple")){if(a.selected=!1,c(a.element).is("option"))return a.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current(function(d){for(var e=[],f=0;f<d.length;f++){var g=d[f].id;g!==a.id&&-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("input").trigger("change")})}},d.prototype.bind=function(a,b){var c=this;(this.container=a).on("select",function(a){c.select(a.data)}),a.on("unselect",function(a){c.unselect(a.data)})},d.prototype.destroy=function(){this.$element.find("*").each(function(){b.RemoveData(this)})},d.prototype.query=function(a,b){var d=[],e=this;this.$element.children().each(function(){var b=c(this);if(b.is("option")||b.is("optgroup")){var f=e.item(b),g=e.matches(a,f);null!==g&&d.push(g)}}),b({results:d})},d.prototype.addOptions=function(a){b.appendMany(this.$element,a)},d.prototype.option=function(a){var d;a.children?(d=document.createElement("optgroup")).label=a.text:void 0!==(d=document.createElement("option")).textContent?d.textContent=a.text:d.innerText=a.text,void 0!==a.id&&(d.value=a.id),a.disabled&&(d.disabled=!0),a.selected&&(d.selected=!0),a.title&&(d.title=a.title);var e=c(d),f=this._normalizeItem(a);return f.element=d,b.StoreData(d,"data",f),e},d.prototype.item=function(a){var d={};if(null!=(d=b.GetData(a[0],"data")))return d;if(a.is("option"))d={id:a.val(),text:a.text(),disabled:a.prop("disabled"),selected:a.prop("selected"),title:a.prop("title")};else if(a.is("optgroup")){d={text:a.prop("label"),children:[],title:a.prop("title")};for(var e=a.children("option"),f=[],g=0;g<e.length;g++){var h=c(e[g]),i=this.item(h);f.push(i)}d.children=f}return(d=this._normalizeItem(d)).element=a[0],b.StoreData(a[0],"data",d),d},d.prototype._normalizeItem=function(a){return a!==Object(a)&&(a={id:a,text:a}),null!=(a=c.extend({},{text:""},a)).id&&(a.id=a.id.toString()),null!=a.text&&(a.text=a.text.toString()),null==a._resultId&&a.id&&null!=this.container&&(a._resultId=this.generateResultId(this.container,a)),c.extend({},{selected:!1,disabled:!1},a)},d.prototype.matches=function(a,b){return this.options.get("matcher")(a,b)},d}),i.define("select2/data/array",["./select","../utils","jquery"],function(a,b,c){function d(a,b){this._dataToConvert=b.get("data")||[],d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype.bind=function(a,b){d.__super__.bind.call(this,a,b),this.addOptions(this.convertToOptions(this._dataToConvert))},d.prototype.select=function(a){var b=this.$element.find("option").filter(function(b,c){return c.value==a.id.toString()});0===b.length&&(b=this.option(a),this.addOptions(b)),d.__super__.select.call(this,a)},d.prototype.convertToOptions=function(a){function d(a){return function(){return c(this).val()==a.id}}for(var e=this,f=this.$element.find("option"),g=f.map(function(){return e.item(c(this)).id}).get(),h=[],i=0;i<a.length;i++){var j=this._normalizeItem(a[i]);if(0<=c.inArray(j.id,g)){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),i.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){"status"in d&&(0===d.status||"0"===d.status)||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),i.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h<e.length;h++){var i=e[h],j=this._normalizeItem(i),k=this.option(j);this.$element.append(k)}}return b.prototype.query=function(a,b,c){var d=this;this._removeOldTags(),null!=b.term&&null==b.page?a.call(this,b,function a(e,f){for(var g=e.results,h=0;h<g.length;h++){var i=g[h],j=null!=i.children&&!a({results:i.children},!0);if((i.text||"").toUpperCase()===(b.term||"").toUpperCase()||j)return!f&&(e.data=g,void c(e))}if(f)return!0;var k=d.createTag(b);if(null!=k){var l=d.option(k);l.attr("data-select2-tag",!0),d.addOptions([l]),d.insertTag(g,k)}e.results=g,c(e)}):a.call(this,b,c)},b.prototype.createTag=function(b,c){var d=a.trim(c.term);return""===d?null:{id:d,text:d}},b.prototype.insertTag=function(a,b,c){b.unshift(c)},b.prototype._removeOldTags=function(b){this.$element.find("option[data-select2-tag]").each(function(){this.selected||a(this).remove()})},b}),i.define("select2/data/tokenizer",["jquery"],function(a){function b(a,b,c){var d=c.get("tokenizer");void 0!==d&&(this.tokenizer=d),a.call(this,b,c)}return b.prototype.bind=function(a,b,c){a.call(this,b,c),this.$search=b.dropdown.$search||b.selection.$search||c.find(".select2-search__field")},b.prototype.query=function(b,c,d){var e=this;c.term=c.term||"";var f=this.tokenizer(c,this.options,function(b){var c,d=e._normalizeItem(b);if(!e.$element.find("option").filter(function(){return a(this).val()===d.id}).length){var f=e.option(d);f.attr("data-select2-tag",!0),e._removeOldTags(),e.addOptions([f])}c=d,e.trigger("select",{data:c})});f.term!==c.term&&(this.$search.length&&(this.$search.val(f.term),this.$search.trigger("focus")),c.term=f.term),b.call(this,c,d)},b.prototype.tokenizer=function(b,c,d,e){for(var f=d.get("tokenSeparators")||[],g=c.term,h=0,i=this.createTag||function(a){return{id:a.term,text:a.term}};h<g.length;){var j=g[h];if(-1!==a.inArray(j,f)){var k=g.substr(0,h),l=i(a.extend({},c,{term:k}));null!=l?(e(l),g=g.substr(h+1)||"",h=0):h++}else h++}return{term:g}},b}),i.define("select2/data/minimumInputLength",[],function(){function a(a,b,c){this.minimumInputLength=c.get("minimumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.term=b.term||"",b.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:b.term,params:b}}):a.call(this,b,c)},a}),i.define("select2/data/maximumInputLength",[],function(){function a(a,b,c){this.maximumInputLength=c.get("maximumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.term=b.term||"",0<this.maximumInputLength&&b.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}}):a.call(this,b,c)},a}),i.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("select",function(){d._checkIfMaximumSelected()})},a.prototype.query=function(a,b,c){var d=this;this._checkIfMaximumSelected(function(){a.call(d,b,c)})},a.prototype._checkIfMaximumSelected=function(a,b){var c=this;this.current(function(a){var d=null!=a?a.length:0;0<c.maximumSelectionLength&&d>=c.maximumSelectionLength?c.trigger("results:message",{message:"maximumSelected",args:{maximum:c.maximumSelectionLength}}):b&&b()})},a}),i.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<span class="select2-dropdown"><span class="select2-results"></span></span>');return b.attr("dir",this.options.get("dir")),this.$dropdown=b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),i.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this,f=c.id+"-results";b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.attr("aria-controls",f),e.$search.trigger("focus"),window.setTimeout(function(){e.$search.trigger("focus")},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.removeAttr("aria-controls"),e.$search.removeAttr("aria-activedescendant"),e.$search.val(""),e.$search.trigger("blur")}),c.on("focus",function(){c.isOpen()||e.$search.trigger("focus")}),c.on("results:all",function(a){null!=a.query.term&&""!==a.query.term||(e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide"))}),c.on("results:focus",function(a){a.data._resultId?e.$search.attr("aria-activedescendant",a.data._resultId):e.$search.removeAttr("aria-activedescendant")})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),i.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;0<=d;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),i.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},b.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("query",function(a){d.lastParams=a,d.loading=!0}),b.on("query:append",function(a){d.lastParams=a,d.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},b.prototype.loadMoreIfNeeded=function(){var b=a.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&b){var c=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=c+50&&this.loadMore()}},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),i.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=a(d.get("dropdownParent")||document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),d._bindContainerResultHandlers(b)}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a("<span></span>"),d=b.call(this);return c.append(d),this.$dropdownContainer=c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._bindContainerResultHandlers=function(a,b){if(!this._containerResultsHandlersBound){var c=this;b.on("results:all",function(){c._positionDropdown(),c._resizeDropdown()}),b.on("results:append",function(){c._positionDropdown(),c._resizeDropdown()}),b.on("results:message",function(){c._positionDropdown(),c._resizeDropdown()}),b.on("select",function(){c._positionDropdown(),c._resizeDropdown()}),b.on("unselect",function(){c._positionDropdown(),c._resizeDropdown()}),this._containerResultsHandlersBound=!0}},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){b.StoreData(this,"select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(c){var d=b.GetData(this,"select2-scroll-position");a(this).scrollTop(d.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h=this.$dropdown.outerHeight(!1),i=b.scrollTop(),j=b.scrollTop()+b.height(),k=i<f.top-h,l=j>f.bottom+h,m={left:f.left,top:g.bottom},n=this.$dropdownParent;"static"===n.css("position")&&(n=n.offsetParent());var o={top:0,left:0};(a.contains(document.body,n[0])||n[0].isConnected)&&(o=n.offset()),m.top-=o.top,m.left-=o.left,c||d||(e="below"),l||!k||c?!k&&l&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(m.top=g.top-o.top-h),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(m)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),i.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(a,b,c,d){this.minimumResultsForSearch=c.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),a.call(this,b,c,d)}return a.prototype.showSearch=function(a,b){return!(function a(b){for(var c=0,d=0;d<b.length;d++){var e=b[d];e.children?c+=a(e.children):c++}return c}(b.data.results)<this.minimumResultsForSearch)&&a.call(this,b)},a}),i.define("select2/dropdown/selectOnClose",["../utils"],function(a){function b(){}return b.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("close",function(a){d._handleSelectOnClose(a)})},b.prototype._handleSelectOnClose=function(b,c){if(c&&null!=c.originalSelect2Event){var d=c.originalSelect2Event;if("select"===d._type||"unselect"===d._type)return}var e=this.getHighlightedResults();if(!(e.length<1)){var f=a.GetData(e[0],"data");null!=f.element&&f.element.selected||null==f.element&&f.selected||this.trigger("select",{data:f})}},b}),i.define("select2/dropdown/closeOnSelect",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("select",function(a){d._selectTriggered(a)}),b.on("unselect",function(a){d._selectTriggered(a)})},a.prototype._selectTriggered=function(a,b){var c=b.originalEvent;c&&(c.ctrlKey||c.metaKey)||this.trigger("close",{originalEvent:c,originalSelect2Event:b})},a}),i.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(a){var b=a.input.length-a.maximum,c="Please delete "+b+" character";return 1!=b&&(c+="s"),c},inputTooShort:function(a){return"Please enter "+(a.minimum-a.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(a){var b="You can only select "+a.maximum+" item";return 1!=a.maximum&&(b+="s"),b},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}}),i.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C){function D(){this.reset()}return D.prototype.apply=function(k){if(null==(k=a.extend(!0,{},this.defaults,k)).dataAdapter){if(null!=k.ajax?k.dataAdapter=o:null!=k.data?k.dataAdapter=n:k.dataAdapter=m,0<k.minimumInputLength&&(k.dataAdapter=j.Decorate(k.dataAdapter,r)),0<k.maximumInputLength&&(k.dataAdapter=j.Decorate(k.dataAdapter,s)),0<k.maximumSelectionLength&&(k.dataAdapter=j.Decorate(k.dataAdapter,t)),k.tags&&(k.dataAdapter=j.Decorate(k.dataAdapter,p)),null==k.tokenSeparators&&null==k.tokenizer||(k.dataAdapter=j.Decorate(k.dataAdapter,q)),null!=k.query){var l=b(k.amdBase+"compat/query");k.dataAdapter=j.Decorate(k.dataAdapter,l)}if(null!=k.initSelection){var C=b(k.amdBase+"compat/initSelection");k.dataAdapter=j.Decorate(k.dataAdapter,C)}}if(null==k.resultsAdapter&&(k.resultsAdapter=c,null!=k.ajax&&(k.resultsAdapter=j.Decorate(k.resultsAdapter,x)),null!=k.placeholder&&(k.resultsAdapter=j.Decorate(k.resultsAdapter,w)),k.selectOnClose&&(k.resultsAdapter=j.Decorate(k.resultsAdapter,A))),null==k.dropdownAdapter){if(k.multiple)k.dropdownAdapter=u;else{var D=j.Decorate(u,v);k.dropdownAdapter=D}if(0!==k.minimumResultsForSearch&&(k.dropdownAdapter=j.Decorate(k.dropdownAdapter,z)),k.closeOnSelect&&(k.dropdownAdapter=j.Decorate(k.dropdownAdapter,B)),null!=k.dropdownCssClass||null!=k.dropdownCss||null!=k.adaptDropdownCssClass){var E=b(k.amdBase+"compat/dropdownCss");k.dropdownAdapter=j.Decorate(k.dropdownAdapter,E)}k.dropdownAdapter=j.Decorate(k.dropdownAdapter,y)}if(null==k.selectionAdapter){if(k.multiple?k.selectionAdapter=e:k.selectionAdapter=d,null!=k.placeholder&&(k.selectionAdapter=j.Decorate(k.selectionAdapter,f)),k.allowClear&&(k.selectionAdapter=j.Decorate(k.selectionAdapter,g)),k.multiple&&(k.selectionAdapter=j.Decorate(k.selectionAdapter,h)),null!=k.containerCssClass||null!=k.containerCss||null!=k.adaptContainerCssClass){var F=b(k.amdBase+"compat/containerCss");k.selectionAdapter=j.Decorate(k.selectionAdapter,F)}k.selectionAdapter=j.Decorate(k.selectionAdapter,i)}k.language=this._resolveLanguage(k.language),k.language.push("en");for(var G=[],H=0;H<k.language.length;H++){var I=k.language[H];-1===G.indexOf(I)&&G.push(I)}return k.language=G,k.translations=this._processTranslations(k.language,k.debug),k},D.prototype.reset=function(){function b(a){return a.replace(/[^\u0000-\u007E]/g,function(a){return l[a]||a})}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:{},matcher:function c(d,e){if(""===a.trim(d.term))return e;if(e.children&&0<e.children.length){for(var f=a.extend(!0,{},e),g=e.children.length-1;0<=g;g--)null==c(d,e.children[g])&&f.children.splice(g,1);return 0<f.children.length?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return-1<h.indexOf(i)?e:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.applyFromElement=function(a,b){var c=a.language,d=this.defaults.language,e=b.prop("lang"),f=b.closest("[lang]").prop("lang"),g=Array.prototype.concat.call(this._resolveLanguage(e),this._resolveLanguage(c),this._resolveLanguage(d),this._resolveLanguage(f));return a.language=g,a},D.prototype._resolveLanguage=function(b){if(!b)return[];if(a.isEmptyObject(b))return[];if(a.isPlainObject(b))return[b];var c;c=a.isArray(b)?b:[b];for(var d=[],e=0;e<c.length;e++)if(d.push(c[e]),"string"==typeof c[e]&&0<c[e].indexOf("-")){var f=c[e].split("-")[0];d.push(f)}return d},D.prototype._processTranslations=function(b,c){for(var d=new k,e=0;e<b.length;e++){var f=new k,g=b[e];if("string"==typeof g)try{f=k.loadPath(g)}catch(a){try{g=this.defaults.amdLanguageBase+g,f=k.loadPath(g)}catch(a){c&&window.console&&console.warn&&console.warn('Select2: The language file for "'+g+'" could not be automatically loaded. A fallback will be used instead.')}}else f=a.isPlainObject(g)?new k(g):g;d.extend(f)}return d},D.prototype.set=function(b,c){var d={};d[a.camelCase(b)]=c;var e=j._convertData(d);a.extend(!0,this.defaults,e)},new D}),i.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),null!=e&&(this.options=c.applyFromElement(this.options,e)),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){function c(a,b){return b.toUpperCase()}var e=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),d.GetData(a[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),d.StoreData(a[0],"data",d.GetData(a[0],"select2Tags")),d.StoreData(a[0],"tags",!0)),d.GetData(a[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",d.GetData(a[0],"ajaxUrl")),d.StoreData(a[0],"ajax-Url",d.GetData(a[0],"ajaxUrl")));for(var f={},g=0;g<a[0].attributes.length;g++){var h=a[0].attributes[g].name,i="data-";if(h.substr(0,i.length)==i){var j=h.substring(i.length),k=d.GetData(a[0],j);f[j.replace(/-([a-z])/g,c)]=k}}b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset&&(f=b.extend(!0,{},a[0].dataset,f));var l=b.extend(!0,{},d.GetData(a[0]),f);for(var m in l=d._convertData(l))-1<b.inArray(m,e)||(b.isPlainObject(this.options[m])?b.extend(this.options[m],l[m]):this.options[m]=l[m]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),i.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,d){null!=c.GetData(a[0],"select2")&&c.GetData(a[0],"select2").destroy(),this.$element=a,this.id=this._generateId(a),d=d||{},this.options=new b(d,a),e.__super__.constructor.call(this);var f=a.attr("tabindex")||0;c.StoreData(a[0],"old-tabindex",f),a.attr("tabindex","-1");var g=this.options.get("dataAdapter");this.dataAdapter=new g(a,this.options);var h=this.render();this._placeContainer(h);var i=this.options.get("selectionAdapter");this.selection=new i(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,h);var j=this.options.get("dropdownAdapter");this.dropdown=new j(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,h);var k=this.options.get("resultsAdapter");this.results=new k(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var l=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){l.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),c.StoreData(a[0],"select2",this),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){return"select2-"+(null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return e<=0?"auto":e+"px"}if("style"!=b)return"computedstyle"!=b?b:window.getComputedStyle(a[0]).width;var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;h<i;h+=1){var j=g[h].replace(/\s/g,"").match(c);if(null!==j&&1<=j.length)return j[1]}return null},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var a=this;this.$element.on("change.select2",function(){a.dataAdapter.current(function(b){a.trigger("selection:update",{data:b})})}),this.$element.on("focus.select2",function(b){a.trigger("focus",b)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var b=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=b?(this._observer=new b(function(b){a._syncA(),a._syncS(null,b)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",a._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",a._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",a._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(b),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._isChangeMutation=function(b,c){var d=!1,e=this;if(!b||!b.target||"OPTION"===b.target.nodeName||"OPTGROUP"===b.target.nodeName){if(c)if(c.addedNodes&&0<c.addedNodes.length)for(var f=0;f<c.addedNodes.length;f++)c.addedNodes[f].selected&&(d=!0);else c.removedNodes&&0<c.removedNodes.length?d=!0:a.isArray(c)&&a.each(c,function(a,b){if(e._isChangeMutation(a,b))return!(d=!0)});else d=!0;return d}},e.prototype._syncSubtree=function(a,b){var c=this._isChangeMutation(a,b),d=this;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},e.prototype.close=function(a){this.isOpen()&&this.trigger("close",{originalEvent:a})},e.prototype.isEnabled=function(){return!this.isDisabled()},e.prototype.isDisabled=function(){return this.options.get("disabled");
|
6 |
+
},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&0<arguments.length&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("input").trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",c.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),c.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},e.prototype.render=function(){var b=a('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),c.StoreData(b[0],"element",this.$element),b},e}),i.define("select2/compat/utils",["jquery"],function(a){return{syncCssClasses:function(b,c,d){var e,f,g=[];(e=a.trim(b.attr("class")))&&a((e=""+e).split(/\s+/)).each(function(){0===this.indexOf("select2-")&&g.push(this)}),(e=a.trim(c.attr("class")))&&a((e=""+e).split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&null!=(f=d(this))&&g.push(f)}),b.attr("class",g.join(" "))}}}),i.define("select2/compat/containerCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("containerCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptContainerCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("containerCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),i.define("select2/compat/dropdownCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("dropdownCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptDropdownCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("dropdownCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),i.define("select2/compat/initSelection",["jquery"],function(a){function b(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=c.get("initSelection"),this._isInitialized=!1,a.call(this,b,c)}return b.prototype.current=function(b,c){var d=this;this._isInitialized?b.call(this,c):this.initSelection.call(null,this.$element,function(b){d._isInitialized=!0,a.isArray(b)||(b=[b]),c(b)})},b}),i.define("select2/compat/inputData",["jquery","../utils"],function(a,b){function c(a,b,c){this._currentData=[],this._valueSeparator=c.get("valueSeparator")||",","hidden"===b.prop("type")&&c.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `<select>` element instead."),a.call(this,b,c)}return c.prototype.current=function(b,c){function d(b,c){var e=[];return b.selected||-1!==a.inArray(b.id,c)?(b.selected=!0,e.push(b)):b.selected=!1,b.children&&e.push.apply(e,d(b.children,c)),e}for(var e=[],f=0;f<this._currentData.length;f++){var g=this._currentData[f];e.push.apply(e,d(g,this.$element.val().split(this._valueSeparator)))}c(e)},c.prototype.select=function(b,c){if(this.options.get("multiple")){var d=this.$element.val();d+=this._valueSeparator+c.id,this.$element.val(d),this.$element.trigger("input").trigger("change")}else this.current(function(b){a.map(b,function(a){a.selected=!1})}),this.$element.val(c.id),this.$element.trigger("input").trigger("change")},c.prototype.unselect=function(a,b){var c=this;b.selected=!1,this.current(function(a){for(var d=[],e=0;e<a.length;e++){var f=a[e];b.id!=f.id&&d.push(f.id)}c.$element.val(d.join(c._valueSeparator)),c.$element.trigger("input").trigger("change")})},c.prototype.query=function(a,b,c){for(var d=[],e=0;e<this._currentData.length;e++){var f=this._currentData[e],g=this.matches(b,f);null!==g&&d.push(g)}c({results:d})},c.prototype.addOptions=function(c,d){var e=a.map(d,function(a){return b.GetData(a[0],"data")});this._currentData.push.apply(this._currentData,e)},c}),i.define("select2/compat/matcher",["jquery"],function(a){return function(b){return function(c,d){var e=a.extend(!0,{},d);if(null==c.term||""===a.trim(c.term))return e;if(d.children){for(var f=d.children.length-1;0<=f;f--){var g=d.children[f];b(c.term,g.text,g)||e.children.splice(f,1)}if(0<e.children.length)return e}return b(c.term,d.text,d)?e:null}}}),i.define("select2/compat/query",[],function(){function a(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `query` option has been deprecated in favor of a custom data adapter that overrides the `query` method. Support will be removed for the `query` option in future versions of Select2."),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.callback=c,this.options.get("query").call(null,b)},a}),i.define("select2/dropdown/attachContainer",[],function(){function a(a,b,c){a.call(this,b,c)}return a.prototype.position=function(a,b,c){c.find(".dropdown-wrapper").append(b),b.addClass("select2-dropdown--below"),c.addClass("select2-container--below")},a}),i.define("select2/dropdown/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c),this.$dropdown.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),function(a){a.stopPropagation()})},a}),i.define("select2/selection/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c),this.$selection.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),function(a){a.stopPropagation()})},a}),y=function(a){function b(b){var g,h=b||window.event,j=i.call(arguments,1),l=0,m=0,n=0,o=0,p=0;if((b=a.event.fix(h)).type="mousewheel","detail"in h&&(n=-1*h.detail),"wheelDelta"in h&&(n=h.wheelDelta),"wheelDeltaY"in h&&(n=h.wheelDeltaY),"wheelDeltaX"in h&&(m=-1*h.wheelDeltaX),"axis"in h&&h.axis===h.HORIZONTAL_AXIS&&(m=-1*n,n=0),l=0===n?m:n,"deltaY"in h&&(l=n=-1*h.deltaY),"deltaX"in h&&(m=h.deltaX,0===n&&(l=-1*m)),0!==n||0!==m){if(1===h.deltaMode){var q=a.data(this,"mousewheel-line-height");l*=q,n*=q,m*=q}else if(2===h.deltaMode){var r=a.data(this,"mousewheel-page-height");l*=r,n*=r,m*=r}if(g=Math.max(Math.abs(n),Math.abs(m)),(!f||g<f)&&d(h,f=g)&&(f/=40),d(h,g)&&(l/=40,m/=40,n/=40),l=Math[1<=l?"floor":"ceil"](l/f),m=Math[1<=m?"floor":"ceil"](m/f),n=Math[1<=n?"floor":"ceil"](n/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=m,b.deltaY=n,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,j.unshift(b,l,m,n),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,j)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120==0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||9<=document.documentMode?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})},"function"==typeof i.define&&i.define.amd?i.define("jquery-mousewheel",["jquery"],y):"object"==typeof exports?module.exports=y:y(a),i.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(a,b,c,d,e){if(null==a.fn.select2){var f=["open","close","destroy"];a.fn.select2=function(b){if("object"==typeof(b=b||{}))return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"!=typeof b)throw new Error("Invalid arguments for Select2: "+b);var d,g=Array.prototype.slice.call(arguments,1);return this.each(function(){var a=e.GetData(this,"select2");null==a&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=a[b].apply(a,g)}),-1<a.inArray(b,f)?this:d}}return null==a.fn.select2.defaults&&(a.fn.select2.defaults=d),c}),{define:i.define,require:i.require}}(),c=b.require("jquery.select2");return a.fn.select2.amd=b,c}),!function(a){"undefined"!=typeof jQuery&&jQuery||"function"!=typeof define||!define.amd?"undefined"!=typeof jQuery&&jQuery||"object"!=typeof exports?a(jQuery,document,window,navigator):a(require("jquery"),document,window,navigator):define(["jquery"],function(b){return a(b,document,window,navigator)})}(function(a,b,c,d,e){"use strict";function f(d,f,g){this.VERSION="2.3.1",this.input=d,this.plugin_count=g,this.current_plugin=0,this.calc_count=0,this.update_tm=0,this.old_from=0,this.old_to=0,this.old_min_interval=null,this.raf_id=null,this.dragging=!1,this.force_redraw=!1,this.no_diapason=!1,this.has_tab_index=!0,this.is_key=!1,this.is_update=!1,this.is_start=!0,this.is_finish=!1,this.is_active=!1,this.is_resize=!1,this.is_click=!1,f=f||{},this.$cache={win:a(c),body:a(b.body),input:a(d),cont:null,rs:null,min:null,max:null,from:null,to:null,single:null,bar:null,line:null,s_single:null,s_from:null,s_to:null,shad_single:null,shad_from:null,shad_to:null,edge:null,grid:null,grid_labels:[]},this.coords={x_gap:0,x_pointer:0,w_rs:0,w_rs_old:0,w_handle:0,p_gap:0,p_gap_left:0,p_gap_right:0,p_step:0,p_pointer:0,p_handle:0,p_single_fake:0,p_single_real:0,p_from_fake:0,p_from_real:0,p_to_fake:0,p_to_real:0,p_bar_x:0,p_bar_w:0,grid_gap:0,big_num:0,big:[],big_w:[],big_p:[],big_x:[]},this.labels={w_min:0,w_max:0,w_from:0,w_to:0,w_single:0,p_min:0,p_max:0,p_from_fake:0,p_from_left:0,p_to_fake:0,p_to_left:0,p_single_fake:0,p_single_left:0};var h,i,j,k=this.$cache.input,l=k.prop("value");for(j in h={skin:"flat",type:"single",min:10,max:100,from:null,to:null,step:1,min_interval:0,max_interval:0,drag_interval:!1,values:[],p_values:[],from_fixed:!1,from_min:null,from_max:null,from_shadow:!1,to_fixed:!1,to_min:null,to_max:null,to_shadow:!1,prettify_enabled:!0,prettify_separator:" ",prettify:null,force_edges:!1,keyboard:!0,grid:!1,grid_margin:!0,grid_num:4,grid_snap:!1,hide_min_max:!1,hide_from_to:!1,prefix:"",postfix:"",max_postfix:"",decorate_both:!0,values_separator:" — ",input_values_separator:";",disable:!1,block:!1,extra_classes:"",scope:null,onStart:null,onChange:null,onFinish:null,onUpdate:null},"INPUT"!==k[0].nodeName&&console&&console.warn&&console.warn("Base element should be <input>!",k[0]),(i={skin:k.data("skin"),type:k.data("type"),min:k.data("min"),max:k.data("max"),from:k.data("from"),to:k.data("to"),step:k.data("step"),min_interval:k.data("minInterval"),max_interval:k.data("maxInterval"),drag_interval:k.data("dragInterval"),values:k.data("values"),from_fixed:k.data("fromFixed"),from_min:k.data("fromMin"),from_max:k.data("fromMax"),from_shadow:k.data("fromShadow"),to_fixed:k.data("toFixed"),to_min:k.data("toMin"),to_max:k.data("toMax"),to_shadow:k.data("toShadow"),prettify_enabled:k.data("prettifyEnabled"),prettify_separator:k.data("prettifySeparator"),force_edges:k.data("forceEdges"),keyboard:k.data("keyboard"),grid:k.data("grid"),grid_margin:k.data("gridMargin"),grid_num:k.data("gridNum"),grid_snap:k.data("gridSnap"),hide_min_max:k.data("hideMinMax"),hide_from_to:k.data("hideFromTo"),prefix:k.data("prefix"),postfix:k.data("postfix"),max_postfix:k.data("maxPostfix"),decorate_both:k.data("decorateBoth"),values_separator:k.data("valuesSeparator"),input_values_separator:k.data("inputValuesSeparator"),disable:k.data("disable"),block:k.data("block"),extra_classes:k.data("extraClasses")}).values=i.values&&i.values.split(","),i)i.hasOwnProperty(j)&&(i[j]!==e&&""!==i[j]||delete i[j]);l!==e&&""!==l&&((l=l.split(i.input_values_separator||f.input_values_separator||";"))[0]&&l[0]==+l[0]&&(l[0]=+l[0]),l[1]&&l[1]==+l[1]&&(l[1]=+l[1]),f&&f.values&&f.values.length?(h.from=l[0]&&f.values.indexOf(l[0]),h.to=l[1]&&f.values.indexOf(l[1])):(h.from=l[0]&&+l[0],h.to=l[1]&&+l[1])),a.extend(h,f),a.extend(h,i),this.options=h,this.update_check={},this.validate(),this.result={input:this.$cache.input,slider:null,min:this.options.min,max:this.options.max,from:this.options.from,from_percent:0,from_value:null,to:this.options.to,to_percent:0,to_value:null},this.init()}var g,h,i=0,j=(g=d.userAgent,h=/msie\s\d+/i,0<g.search(h)&&h.exec(g).toString().split(" ")[1]<9&&(a("html").addClass("lt-ie9"),!0));Function.prototype.bind||(Function.prototype.bind=function(a){var b=this,c=[].slice;if("function"!=typeof b)throw new TypeError;var d=c.call(arguments,1),e=function(){if(this instanceof e){var f=function(){};f.prototype=b.prototype;var g=new f,h=b.apply(g,d.concat(c.call(arguments)));return Object(h)===h?h:g}return b.apply(a,d.concat(c.call(arguments)))};return e}),Array.prototype.indexOf||(Array.prototype.indexOf=function(a,b){var c;if(null==this)throw new TypeError('"this" is null or not defined');var d=Object(this),e=d.length>>>0;if(0==e)return-1;var f=+b||0;if(Math.abs(f)===1/0&&(f=0),e<=f)return-1;for(c=Math.max(0<=f?f:e-Math.abs(f),0);c<e;){if(c in d&&d[c]===a)return c;c++}return-1}),f.prototype={init:function(a){this.no_diapason=!1,this.coords.p_step=this.convertToPercent(this.options.step,!0),this.target="base",this.toggleInput(),this.append(),this.setMinMax(),a?(this.force_redraw=!0,this.calc(!0),this.callOnUpdate()):(this.force_redraw=!0,this.calc(!0),this.callOnStart()),this.updateScene()},append:function(){var a='<span class="irs irs--'+this.options.skin+" js-irs-"+this.plugin_count+" "+this.options.extra_classes+'"></span>';this.$cache.input.before(a),this.$cache.input.prop("readonly",!0),this.$cache.cont=this.$cache.input.prev(),this.result.slider=this.$cache.cont,this.$cache.cont.html('<span class="irs"><span class="irs-line" tabindex="0"></span><span class="irs-min">0</span><span class="irs-max">1</span><span class="irs-from">0</span><span class="irs-to">0</span><span class="irs-single">0</span></span><span class="irs-grid"></span>'),this.$cache.rs=this.$cache.cont.find(".irs"),this.$cache.min=this.$cache.cont.find(".irs-min"),this.$cache.max=this.$cache.cont.find(".irs-max"),this.$cache.from=this.$cache.cont.find(".irs-from"),this.$cache.to=this.$cache.cont.find(".irs-to"),this.$cache.single=this.$cache.cont.find(".irs-single"),this.$cache.line=this.$cache.cont.find(".irs-line"),this.$cache.grid=this.$cache.cont.find(".irs-grid"),"single"===this.options.type?(this.$cache.cont.append('<span class="irs-bar irs-bar--single"></span><span class="irs-shadow shadow-single"></span><span class="irs-handle single"><i></i><i></i><i></i></span>'),this.$cache.bar=this.$cache.cont.find(".irs-bar"),this.$cache.edge=this.$cache.cont.find(".irs-bar-edge"),this.$cache.s_single=this.$cache.cont.find(".single"),this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.shad_single=this.$cache.cont.find(".shadow-single")):(this.$cache.cont.append('<span class="irs-bar"></span><span class="irs-shadow shadow-from"></span><span class="irs-shadow shadow-to"></span><span class="irs-handle from"><i></i><i></i><i></i></span><span class="irs-handle to"><i></i><i></i><i></i></span>'),this.$cache.bar=this.$cache.cont.find(".irs-bar"),this.$cache.s_from=this.$cache.cont.find(".from"),this.$cache.s_to=this.$cache.cont.find(".to"),this.$cache.shad_from=this.$cache.cont.find(".shadow-from"),this.$cache.shad_to=this.$cache.cont.find(".shadow-to"),this.setTopHandler()),this.options.hide_from_to&&(this.$cache.from[0].style.display="none",this.$cache.to[0].style.display="none",this.$cache.single[0].style.display="none"),this.appendGrid(),this.options.disable?(this.appendDisableMask(),this.$cache.input[0].disabled=!0):(this.$cache.input[0].disabled=!1,this.removeDisableMask(),this.bindEvents()),this.options.disable||(this.options.block?this.appendDisableMask():this.removeDisableMask()),this.options.drag_interval&&(this.$cache.bar[0].style.cursor="ew-resize")},setTopHandler:function(){var a=this.options.min,b=this.options.max,c=this.options.from,d=this.options.to;a<c&&d===b?this.$cache.s_from.addClass("type_last"):d<b&&this.$cache.s_to.addClass("type_last")},changeLevel:function(a){switch(a){case"single":this.coords.p_gap=this.toFixed(this.coords.p_pointer-this.coords.p_single_fake),this.$cache.s_single.addClass("state_hover");break;case"from":this.coords.p_gap=this.toFixed(this.coords.p_pointer-this.coords.p_from_fake),this.$cache.s_from.addClass("state_hover"),this.$cache.s_from.addClass("type_last"),this.$cache.s_to.removeClass("type_last");break;case"to":this.coords.p_gap=this.toFixed(this.coords.p_pointer-this.coords.p_to_fake),this.$cache.s_to.addClass("state_hover"),this.$cache.s_to.addClass("type_last"),this.$cache.s_from.removeClass("type_last");break;case"both":this.coords.p_gap_left=this.toFixed(this.coords.p_pointer-this.coords.p_from_fake),this.coords.p_gap_right=this.toFixed(this.coords.p_to_fake-this.coords.p_pointer),this.$cache.s_to.removeClass("type_last"),this.$cache.s_from.removeClass("type_last")}},appendDisableMask:function(){this.$cache.cont.append('<span class="irs-disable-mask"></span>'),this.$cache.cont.addClass("irs-disabled")},removeDisableMask:function(){this.$cache.cont.remove(".irs-disable-mask"),this.$cache.cont.removeClass("irs-disabled")},remove:function(){this.$cache.cont.remove(),this.$cache.cont=null,this.$cache.line.off("keydown.irs_"+this.plugin_count),this.$cache.body.off("touchmove.irs_"+this.plugin_count),this.$cache.body.off("mousemove.irs_"+this.plugin_count),this.$cache.win.off("touchend.irs_"+this.plugin_count),this.$cache.win.off("mouseup.irs_"+this.plugin_count),j&&(this.$cache.body.off("mouseup.irs_"+this.plugin_count),this.$cache.body.off("mouseleave.irs_"+this.plugin_count)),this.$cache.grid_labels=[],this.coords.big=[],this.coords.big_w=[],this.coords.big_p=[],this.coords.big_x=[],cancelAnimationFrame(this.raf_id)},bindEvents:function(){this.no_diapason||(this.$cache.body.on("touchmove.irs_"+this.plugin_count,this.pointerMove.bind(this)),this.$cache.body.on("mousemove.irs_"+this.plugin_count,this.pointerMove.bind(this)),this.$cache.win.on("touchend.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.win.on("mouseup.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.line.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.line.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.line.on("focus.irs_"+this.plugin_count,this.pointerFocus.bind(this)),this.options.drag_interval&&"double"===this.options.type?(this.$cache.bar.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"both")),this.$cache.bar.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"both"))):(this.$cache.bar.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.bar.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))),"single"===this.options.type?(this.$cache.single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.s_single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.shad_single.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.s_single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.edge.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_single.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))):(this.$cache.single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,null)),this.$cache.single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,null)),this.$cache.from.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.s_from.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.to.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.s_to.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.shad_from.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_to.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.from.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.s_from.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.to.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.s_to.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.shad_from.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_to.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))),this.options.keyboard&&this.$cache.line.on("keydown.irs_"+this.plugin_count,this.key.bind(this,"keyboard")),j&&(this.$cache.body.on("mouseup.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.body.on("mouseleave.irs_"+this.plugin_count,this.pointerUp.bind(this))))},pointerFocus:function(a){var b,c;this.target||(b=(c="single"===this.options.type?this.$cache.single:this.$cache.from).offset().left,b+=c.width()/2-1,this.pointerClick("single",{preventDefault:function(){},pageX:b}))},pointerMove:function(a){if(this.dragging){var b=a.pageX||a.originalEvent.touches&&a.originalEvent.touches[0].pageX;this.coords.x_pointer=b-this.coords.x_gap,this.calc()}},pointerUp:function(b){this.current_plugin===this.plugin_count&&this.is_active&&(this.is_active=!1,this.$cache.cont.find(".state_hover").removeClass("state_hover"),this.force_redraw=!0,j&&a("*").prop("unselectable",!1),this.updateScene(),this.restoreOriginalMinInterval(),(a.contains(this.$cache.cont[0],b.target)||this.dragging)&&this.callOnFinish(),this.dragging=!1)},pointerDown:function(b,c){c.preventDefault();var d=c.pageX||c.originalEvent.touches&&c.originalEvent.touches[0].pageX;2!==c.button&&("both"===b&&this.setTempMinInterval(),b=b||this.target||"from",this.current_plugin=this.plugin_count,this.target=b,this.is_active=!0,this.dragging=!0,this.coords.x_gap=this.$cache.rs.offset().left,this.coords.x_pointer=d-this.coords.x_gap,this.calcPointerPercent(),this.changeLevel(b),j&&a("*").prop("unselectable",!0),this.$cache.line.trigger("focus"),this.updateScene())},pointerClick:function(a,b){b.preventDefault();var c=b.pageX||b.originalEvent.touches&&b.originalEvent.touches[0].pageX;2!==b.button&&(this.current_plugin=this.plugin_count,this.target=a,this.is_click=!0,this.coords.x_gap=this.$cache.rs.offset().left,this.coords.x_pointer=+(c-this.coords.x_gap).toFixed(),this.force_redraw=!0,this.calc(),this.$cache.line.trigger("focus"))},key:function(a,b){if(!(this.current_plugin!==this.plugin_count||b.altKey||b.ctrlKey||b.shiftKey||b.metaKey)){switch(b.which){case 83:case 65:case 40:case 37:b.preventDefault(),this.moveByKey(!1);break;case 87:case 68:case 38:case 39:b.preventDefault(),this.moveByKey(!0)}return!0}},moveByKey:function(a){var b=this.coords.p_pointer,c=(this.options.max-this.options.min)/100;c=this.options.step/c,a?b+=c:b-=c,this.coords.x_pointer=this.toFixed(this.coords.w_rs/100*b),this.is_key=!0,this.calc()},setMinMax:function(){if(this.options){if(this.options.hide_min_max)return this.$cache.min[0].style.display="none",void(this.$cache.max[0].style.display="none");if(this.options.values.length)this.$cache.min.html(this.decorate(this.options.p_values[this.options.min])),this.$cache.max.html(this.decorate(this.options.p_values[this.options.max]));else{var a=this._prettify(this.options.min),b=this._prettify(this.options.max);this.result.min_pretty=a,this.result.max_pretty=b,this.$cache.min.html(this.decorate(a,this.options.min)),this.$cache.max.html(this.decorate(b,this.options.max))}this.labels.w_min=this.$cache.min.outerWidth(!1),this.labels.w_max=this.$cache.max.outerWidth(!1)}},setTempMinInterval:function(){var a=this.result.to-this.result.from;null===this.old_min_interval&&(this.old_min_interval=this.options.min_interval),this.options.min_interval=a},restoreOriginalMinInterval:function(){null!==this.old_min_interval&&(this.options.min_interval=this.old_min_interval,this.old_min_interval=null)},calc:function(a){if(this.options&&(this.calc_count++,10!==this.calc_count&&!a||(this.calc_count=0,this.coords.w_rs=this.$cache.rs.outerWidth(!1),this.calcHandlePercent()),this.coords.w_rs)){this.calcPointerPercent();var b=this.getHandleX();switch("both"===this.target&&(this.coords.p_gap=0,b=this.getHandleX()),"click"===this.target&&(this.coords.p_gap=this.coords.p_handle/2,b=this.getHandleX(),this.options.drag_interval?this.target="both_one":this.target=this.chooseHandle(b)),this.target){case"base":var c=(this.options.max-this.options.min)/100,d=(this.result.from-this.options.min)/c,e=(this.result.to-this.options.min)/c;this.coords.p_single_real=this.toFixed(d),this.coords.p_from_real=this.toFixed(d),this.coords.p_to_real=this.toFixed(e),this.coords.p_single_real=this.checkDiapason(this.coords.p_single_real,this.options.from_min,this.options.from_max),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_single_fake=this.convertToFakePercent(this.coords.p_single_real),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real),this.target=null;break;case"single":if(this.options.from_fixed)break;this.coords.p_single_real=this.convertToRealPercent(b),this.coords.p_single_real=this.calcWithStep(this.coords.p_single_real),this.coords.p_single_real=this.checkDiapason(this.coords.p_single_real,this.options.from_min,this.options.from_max),this.coords.p_single_fake=this.convertToFakePercent(this.coords.p_single_real);break;case"from":if(this.options.from_fixed)break;this.coords.p_from_real=this.convertToRealPercent(b),this.coords.p_from_real=this.calcWithStep(this.coords.p_from_real),this.coords.p_from_real>this.coords.p_to_real&&(this.coords.p_from_real=this.coords.p_to_real),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_from_real=this.checkMinInterval(this.coords.p_from_real,this.coords.p_to_real,"from"),this.coords.p_from_real=this.checkMaxInterval(this.coords.p_from_real,this.coords.p_to_real,"from"),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real);break;case"to":if(this.options.to_fixed)break;this.coords.p_to_real=this.convertToRealPercent(b),this.coords.p_to_real=this.calcWithStep(this.coords.p_to_real),this.coords.p_to_real<this.coords.p_from_real&&(this.coords.p_to_real=this.coords.p_from_real),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_to_real=this.checkMinInterval(this.coords.p_to_real,this.coords.p_from_real,"to"),this.coords.p_to_real=this.checkMaxInterval(this.coords.p_to_real,this.coords.p_from_real,"to"),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real);break;case"both":if(this.options.from_fixed||this.options.to_fixed)break;b=this.toFixed(b+.001*this.coords.p_handle),this.coords.p_from_real=this.convertToRealPercent(b)-this.coords.p_gap_left,this.coords.p_from_real=this.calcWithStep(this.coords.p_from_real),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_from_real=this.checkMinInterval(this.coords.p_from_real,this.coords.p_to_real,"from"),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real),this.coords.p_to_real=this.convertToRealPercent(b)+this.coords.p_gap_right,this.coords.p_to_real=this.calcWithStep(this.coords.p_to_real),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_to_real=this.checkMinInterval(this.coords.p_to_real,this.coords.p_from_real,"to"),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real);break;case"both_one":if(this.options.from_fixed||this.options.to_fixed)break;
|
7 |
+
var f=this.convertToRealPercent(b),g=this.result.from_percent,h=this.result.to_percent-g,i=h/2,j=f-i,k=f+i;j<0&&(k=(j=0)+h),100<k&&(j=(k=100)-h),this.coords.p_from_real=this.calcWithStep(j),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real),this.coords.p_to_real=this.calcWithStep(k),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real)}"single"===this.options.type?(this.coords.p_bar_x=this.coords.p_handle/2,this.coords.p_bar_w=this.coords.p_single_fake,this.result.from_percent=this.coords.p_single_real,this.result.from=this.convertToValue(this.coords.p_single_real),this.result.from_pretty=this._prettify(this.result.from),this.options.values.length&&(this.result.from_value=this.options.values[this.result.from])):(this.coords.p_bar_x=this.toFixed(this.coords.p_from_fake+this.coords.p_handle/2),this.coords.p_bar_w=this.toFixed(this.coords.p_to_fake-this.coords.p_from_fake),this.result.from_percent=this.coords.p_from_real,this.result.from=this.convertToValue(this.coords.p_from_real),this.result.from_pretty=this._prettify(this.result.from),this.result.to_percent=this.coords.p_to_real,this.result.to=this.convertToValue(this.coords.p_to_real),this.result.to_pretty=this._prettify(this.result.to),this.options.values.length&&(this.result.from_value=this.options.values[this.result.from],this.result.to_value=this.options.values[this.result.to])),this.calcMinMax(),this.calcLabels()}},calcPointerPercent:function(){this.coords.w_rs?(this.coords.x_pointer<0||isNaN(this.coords.x_pointer)?this.coords.x_pointer=0:this.coords.x_pointer>this.coords.w_rs&&(this.coords.x_pointer=this.coords.w_rs),this.coords.p_pointer=this.toFixed(this.coords.x_pointer/this.coords.w_rs*100)):this.coords.p_pointer=0},convertToRealPercent:function(a){return a/(100-this.coords.p_handle)*100},convertToFakePercent:function(a){return a/100*(100-this.coords.p_handle)},getHandleX:function(){var a=100-this.coords.p_handle,b=this.toFixed(this.coords.p_pointer-this.coords.p_gap);return b<0?b=0:a<b&&(b=a),b},calcHandlePercent:function(){"single"===this.options.type?this.coords.w_handle=this.$cache.s_single.outerWidth(!1):this.coords.w_handle=this.$cache.s_from.outerWidth(!1),this.coords.p_handle=this.toFixed(this.coords.w_handle/this.coords.w_rs*100)},chooseHandle:function(a){return"single"===this.options.type?"single":this.coords.p_from_real+(this.coords.p_to_real-this.coords.p_from_real)/2<=a?this.options.to_fixed?"from":"to":this.options.from_fixed?"to":"from"},calcMinMax:function(){this.coords.w_rs&&(this.labels.p_min=this.labels.w_min/this.coords.w_rs*100,this.labels.p_max=this.labels.w_max/this.coords.w_rs*100)},calcLabels:function(){this.coords.w_rs&&!this.options.hide_from_to&&("single"===this.options.type?(this.labels.w_single=this.$cache.single.outerWidth(!1),this.labels.p_single_fake=this.labels.w_single/this.coords.w_rs*100,this.labels.p_single_left=this.coords.p_single_fake+this.coords.p_handle/2-this.labels.p_single_fake/2):(this.labels.w_from=this.$cache.from.outerWidth(!1),this.labels.p_from_fake=this.labels.w_from/this.coords.w_rs*100,this.labels.p_from_left=this.coords.p_from_fake+this.coords.p_handle/2-this.labels.p_from_fake/2,this.labels.p_from_left=this.toFixed(this.labels.p_from_left),this.labels.p_from_left=this.checkEdges(this.labels.p_from_left,this.labels.p_from_fake),this.labels.w_to=this.$cache.to.outerWidth(!1),this.labels.p_to_fake=this.labels.w_to/this.coords.w_rs*100,this.labels.p_to_left=this.coords.p_to_fake+this.coords.p_handle/2-this.labels.p_to_fake/2,this.labels.p_to_left=this.toFixed(this.labels.p_to_left),this.labels.p_to_left=this.checkEdges(this.labels.p_to_left,this.labels.p_to_fake),this.labels.w_single=this.$cache.single.outerWidth(!1),this.labels.p_single_fake=this.labels.w_single/this.coords.w_rs*100,this.labels.p_single_left=(this.labels.p_from_left+this.labels.p_to_left+this.labels.p_to_fake)/2-this.labels.p_single_fake/2,this.labels.p_single_left=this.toFixed(this.labels.p_single_left)),this.labels.p_single_left=this.checkEdges(this.labels.p_single_left,this.labels.p_single_fake))},updateScene:function(){this.raf_id&&(cancelAnimationFrame(this.raf_id),this.raf_id=null),clearTimeout(this.update_tm),this.update_tm=null,this.options&&(this.drawHandles(),this.is_active?this.raf_id=requestAnimationFrame(this.updateScene.bind(this)):this.update_tm=setTimeout(this.updateScene.bind(this),300))},drawHandles:function(){this.coords.w_rs=this.$cache.rs.outerWidth(!1),this.coords.w_rs&&(this.coords.w_rs!==this.coords.w_rs_old&&(this.target="base",this.is_resize=!0),this.coords.w_rs===this.coords.w_rs_old&&!this.force_redraw||(this.setMinMax(),this.calc(!0),this.drawLabels(),this.options.grid&&(this.calcGridMargin(),this.calcGridLabels()),this.force_redraw=!0,this.coords.w_rs_old=this.coords.w_rs,this.drawShadow()),this.coords.w_rs&&(this.dragging||this.force_redraw||this.is_key)&&((this.old_from!==this.result.from||this.old_to!==this.result.to||this.force_redraw||this.is_key)&&(this.drawLabels(),this.$cache.bar[0].style.left=this.coords.p_bar_x+"%",this.$cache.bar[0].style.width=this.coords.p_bar_w+"%","single"===this.options.type?(this.$cache.bar[0].style.left=0,this.$cache.bar[0].style.width=this.coords.p_bar_w+this.coords.p_bar_x+"%",this.$cache.s_single[0].style.left=this.coords.p_single_fake+"%"):(this.$cache.s_from[0].style.left=this.coords.p_from_fake+"%",this.$cache.s_to[0].style.left=this.coords.p_to_fake+"%",this.old_from===this.result.from&&!this.force_redraw||(this.$cache.from[0].style.left=this.labels.p_from_left+"%"),this.old_to===this.result.to&&!this.force_redraw||(this.$cache.to[0].style.left=this.labels.p_to_left+"%")),this.$cache.single[0].style.left=this.labels.p_single_left+"%",this.writeToInput(),this.old_from===this.result.from&&this.old_to===this.result.to||this.is_start||(this.$cache.input.trigger("change"),this.$cache.input.trigger("input")),this.old_from=this.result.from,this.old_to=this.result.to,this.is_resize||this.is_update||this.is_start||this.is_finish||this.callOnChange(),(this.is_key||this.is_click)&&(this.is_key=!1,this.is_click=!1,this.callOnFinish()),this.is_update=!1,this.is_resize=!1,this.is_finish=!1),this.is_start=!1,this.is_key=!1,this.is_click=!1,this.force_redraw=!1))},drawLabels:function(){if(this.options){var a,b,c,d,e,f=this.options.values.length,g=this.options.p_values;if(!this.options.hide_from_to)if("single"===this.options.type)a=f?this.decorate(g[this.result.from]):(d=this._prettify(this.result.from),this.decorate(d,this.result.from)),this.$cache.single.html(a),this.calcLabels(),this.labels.p_single_left<this.labels.p_min+1?this.$cache.min[0].style.visibility="hidden":this.$cache.min[0].style.visibility="visible",this.labels.p_single_left+this.labels.p_single_fake>100-this.labels.p_max-1?this.$cache.max[0].style.visibility="hidden":this.$cache.max[0].style.visibility="visible";else{c=f?(this.options.decorate_both?(a=this.decorate(g[this.result.from]),a+=this.options.values_separator,a+=this.decorate(g[this.result.to])):a=this.decorate(g[this.result.from]+this.options.values_separator+g[this.result.to]),b=this.decorate(g[this.result.from]),this.decorate(g[this.result.to])):(d=this._prettify(this.result.from),e=this._prettify(this.result.to),this.options.decorate_both?(a=this.decorate(d,this.result.from),a+=this.options.values_separator,a+=this.decorate(e,this.result.to)):a=this.decorate(d+this.options.values_separator+e,this.result.to),b=this.decorate(d,this.result.from),this.decorate(e,this.result.to)),this.$cache.single.html(a),this.$cache.from.html(b),this.$cache.to.html(c),this.calcLabels();var h=Math.min(this.labels.p_single_left,this.labels.p_from_left),i=this.labels.p_single_left+this.labels.p_single_fake,j=this.labels.p_to_left+this.labels.p_to_fake,k=Math.max(i,j);this.labels.p_from_left+this.labels.p_from_fake>=this.labels.p_to_left?(this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.single[0].style.visibility="visible",k=this.result.from===this.result.to?("from"===this.target?this.$cache.from[0].style.visibility="visible":"to"===this.target?this.$cache.to[0].style.visibility="visible":this.target||(this.$cache.from[0].style.visibility="visible"),this.$cache.single[0].style.visibility="hidden",j):(this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.single[0].style.visibility="visible",Math.max(i,j))):(this.$cache.from[0].style.visibility="visible",this.$cache.to[0].style.visibility="visible",this.$cache.single[0].style.visibility="hidden"),h<this.labels.p_min+1?this.$cache.min[0].style.visibility="hidden":this.$cache.min[0].style.visibility="visible",k>100-this.labels.p_max-1?this.$cache.max[0].style.visibility="hidden":this.$cache.max[0].style.visibility="visible"}}},drawShadow:function(){var a,b,c,d,e=this.options,f=this.$cache,g="number"==typeof e.from_min&&!isNaN(e.from_min),h="number"==typeof e.from_max&&!isNaN(e.from_max),i="number"==typeof e.to_min&&!isNaN(e.to_min),j="number"==typeof e.to_max&&!isNaN(e.to_max);"single"===e.type?e.from_shadow&&(g||h)?(a=this.convertToPercent(g?e.from_min:e.min),b=this.convertToPercent(h?e.from_max:e.max)-a,a=this.toFixed(a-this.coords.p_handle/100*a),b=this.toFixed(b-this.coords.p_handle/100*b),a+=this.coords.p_handle/2,f.shad_single[0].style.display="block",f.shad_single[0].style.left=a+"%",f.shad_single[0].style.width=b+"%"):f.shad_single[0].style.display="none":(e.from_shadow&&(g||h)?(a=this.convertToPercent(g?e.from_min:e.min),b=this.convertToPercent(h?e.from_max:e.max)-a,a=this.toFixed(a-this.coords.p_handle/100*a),b=this.toFixed(b-this.coords.p_handle/100*b),a+=this.coords.p_handle/2,f.shad_from[0].style.display="block",f.shad_from[0].style.left=a+"%",f.shad_from[0].style.width=b+"%"):f.shad_from[0].style.display="none",e.to_shadow&&(i||j)?(c=this.convertToPercent(i?e.to_min:e.min),d=this.convertToPercent(j?e.to_max:e.max)-c,c=this.toFixed(c-this.coords.p_handle/100*c),d=this.toFixed(d-this.coords.p_handle/100*d),c+=this.coords.p_handle/2,f.shad_to[0].style.display="block",f.shad_to[0].style.left=c+"%",f.shad_to[0].style.width=d+"%"):f.shad_to[0].style.display="none")},writeToInput:function(){"single"===this.options.type?(this.options.values.length?this.$cache.input.prop("value",this.result.from_value):this.$cache.input.prop("value",this.result.from),this.$cache.input.data("from",this.result.from)):(this.options.values.length?this.$cache.input.prop("value",this.result.from_value+this.options.input_values_separator+this.result.to_value):this.$cache.input.prop("value",this.result.from+this.options.input_values_separator+this.result.to),this.$cache.input.data("from",this.result.from),this.$cache.input.data("to",this.result.to))},callOnStart:function(){this.writeToInput(),this.options.onStart&&"function"==typeof this.options.onStart&&(this.options.scope?this.options.onStart.call(this.options.scope,this.result):this.options.onStart(this.result))},callOnChange:function(){this.writeToInput(),this.options.onChange&&"function"==typeof this.options.onChange&&(this.options.scope?this.options.onChange.call(this.options.scope,this.result):this.options.onChange(this.result))},callOnFinish:function(){this.writeToInput(),this.options.onFinish&&"function"==typeof this.options.onFinish&&(this.options.scope?this.options.onFinish.call(this.options.scope,this.result):this.options.onFinish(this.result))},callOnUpdate:function(){this.writeToInput(),this.options.onUpdate&&"function"==typeof this.options.onUpdate&&(this.options.scope?this.options.onUpdate.call(this.options.scope,this.result):this.options.onUpdate(this.result))},toggleInput:function(){this.$cache.input.toggleClass("irs-hidden-input"),this.has_tab_index?this.$cache.input.prop("tabindex",-1):this.$cache.input.removeProp("tabindex"),this.has_tab_index=!this.has_tab_index},convertToPercent:function(a,b){var c,d=this.options.max-this.options.min,e=d/100;return d?(c=(b?a:a-this.options.min)/e,this.toFixed(c)):(this.no_diapason=!0,0)},convertToValue:function(a){var b,c,d=this.options.min,e=this.options.max,f=d.toString().split(".")[1],g=e.toString().split(".")[1],h=0,i=0;if(0===a)return this.options.min;if(100===a)return this.options.max;f&&(h=b=f.length),g&&(h=c=g.length),b&&c&&(h=c<=b?b:c),d<0&&(d=+(d+(i=Math.abs(d))).toFixed(h),e=+(e+i).toFixed(h));var j,k=(e-d)/100*a+d,l=this.options.step.toString().split(".")[1];return k=l?+k.toFixed(l.length):(k/=this.options.step,+(k*=this.options.step).toFixed(0)),i&&(k-=i),(j=l?+k.toFixed(l.length):this.toFixed(k))<this.options.min?j=this.options.min:j>this.options.max&&(j=this.options.max),j},calcWithStep:function(a){var b=Math.round(a/this.coords.p_step)*this.coords.p_step;return 100<b&&(b=100),100===a&&(b=100),this.toFixed(b)},checkMinInterval:function(a,b,c){var d,e,f=this.options;return f.min_interval?(d=this.convertToValue(a),e=this.convertToValue(b),"from"===c?e-d<f.min_interval&&(d=e-f.min_interval):d-e<f.min_interval&&(d=e+f.min_interval),this.convertToPercent(d)):a},checkMaxInterval:function(a,b,c){var d,e,f=this.options;return f.max_interval?(d=this.convertToValue(a),e=this.convertToValue(b),"from"===c?e-d>f.max_interval&&(d=e-f.max_interval):d-e>f.max_interval&&(d=e+f.max_interval),this.convertToPercent(d)):a},checkDiapason:function(a,b,c){var d=this.convertToValue(a),e=this.options;return"number"!=typeof b&&(b=e.min),"number"!=typeof c&&(c=e.max),d<b&&(d=b),c<d&&(d=c),this.convertToPercent(d)},toFixed:function(a){return+(a=a.toFixed(20))},_prettify:function(a){return this.options.prettify_enabled?this.options.prettify&&"function"==typeof this.options.prettify?this.options.prettify(a):this.prettify(a):a},prettify:function(a){return a.toString().replace(/(\d{1,3}(?=(?:\d\d\d)+(?!\d)))/g,"$1"+this.options.prettify_separator)},checkEdges:function(a,b){return this.options.force_edges&&(a<0?a=0:100-b<a&&(a=100-b)),this.toFixed(a)},validate:function(){var a,b,c=this.options,d=this.result,e=c.values,f=e.length;if("string"==typeof c.min&&(c.min=+c.min),"string"==typeof c.max&&(c.max=+c.max),"string"==typeof c.from&&(c.from=+c.from),"string"==typeof c.to&&(c.to=+c.to),"string"==typeof c.step&&(c.step=+c.step),"string"==typeof c.from_min&&(c.from_min=+c.from_min),"string"==typeof c.from_max&&(c.from_max=+c.from_max),"string"==typeof c.to_min&&(c.to_min=+c.to_min),"string"==typeof c.to_max&&(c.to_max=+c.to_max),"string"==typeof c.grid_num&&(c.grid_num=+c.grid_num),c.max<c.min&&(c.max=c.min),f)for(c.p_values=[],c.min=0,c.max=f-1,c.step=1,c.grid_num=c.max,c.grid_snap=!0,b=0;b<f;b++)a=+e[b],a=isNaN(a)?e[b]:(e[b]=a,this._prettify(a)),c.p_values.push(a);"number"==typeof c.from&&!isNaN(c.from)||(c.from=c.min),"number"==typeof c.to&&!isNaN(c.to)||(c.to=c.max),"single"===c.type?(c.from<c.min&&(c.from=c.min),c.from>c.max&&(c.from=c.max)):(c.from<c.min&&(c.from=c.min),c.from>c.max&&(c.from=c.max),c.to<c.min&&(c.to=c.min),c.to>c.max&&(c.to=c.max),this.update_check.from&&(this.update_check.from!==c.from&&c.from>c.to&&(c.from=c.to),this.update_check.to!==c.to&&c.to<c.from&&(c.to=c.from)),c.from>c.to&&(c.from=c.to),c.to<c.from&&(c.to=c.from)),("number"!=typeof c.step||isNaN(c.step)||!c.step||c.step<0)&&(c.step=1),"number"==typeof c.from_min&&c.from<c.from_min&&(c.from=c.from_min),"number"==typeof c.from_max&&c.from>c.from_max&&(c.from=c.from_max),"number"==typeof c.to_min&&c.to<c.to_min&&(c.to=c.to_min),"number"==typeof c.to_max&&c.from>c.to_max&&(c.to=c.to_max),d&&(d.min!==c.min&&(d.min=c.min),d.max!==c.max&&(d.max=c.max),(d.from<d.min||d.from>d.max)&&(d.from=c.from),(d.to<d.min||d.to>d.max)&&(d.to=c.to)),("number"!=typeof c.min_interval||isNaN(c.min_interval)||!c.min_interval||c.min_interval<0)&&(c.min_interval=0),("number"!=typeof c.max_interval||isNaN(c.max_interval)||!c.max_interval||c.max_interval<0)&&(c.max_interval=0),c.min_interval&&c.min_interval>c.max-c.min&&(c.min_interval=c.max-c.min),c.max_interval&&c.max_interval>c.max-c.min&&(c.max_interval=c.max-c.min)},decorate:function(a,b){var c="",d=this.options;return d.prefix&&(c+=d.prefix),c+=a,d.max_postfix&&(d.values.length&&a===d.p_values[d.max]?(c+=d.max_postfix,d.postfix&&(c+=" ")):b===d.max&&(c+=d.max_postfix,d.postfix&&(c+=" "))),d.postfix&&(c+=d.postfix),c},updateFrom:function(){this.result.from=this.options.from,this.result.from_percent=this.convertToPercent(this.result.from),this.result.from_pretty=this._prettify(this.result.from),this.options.values&&(this.result.from_value=this.options.values[this.result.from])},updateTo:function(){this.result.to=this.options.to,this.result.to_percent=this.convertToPercent(this.result.to),this.result.to_pretty=this._prettify(this.result.to),this.options.values&&(this.result.to_value=this.options.values[this.result.to])},updateResult:function(){this.result.min=this.options.min,this.result.max=this.options.max,this.updateFrom(),this.updateTo()},appendGrid:function(){if(this.options.grid){var a,b,c,d,e,f,g=this.options,h=g.max-g.min,i=g.grid_num,j=0,k=4,l="";for(this.calcGridMargin(),g.grid_snap&&(i=h/g.step),50<i&&(i=50),c=this.toFixed(100/i),4<i&&(k=3),7<i&&(k=2),14<i&&(k=1),28<i&&(k=0),a=0;a<i+1;a++){for(d=k,100<(j=this.toFixed(c*a))&&(j=100),e=((this.coords.big[a]=j)-c*(a-1))/(d+1),b=1;b<=d&&0!==j;b++)l+='<span class="irs-grid-pol small" style="left: '+this.toFixed(j-e*b)+'%"></span>';l+='<span class="irs-grid-pol" style="left: '+j+'%"></span>',f=this.convertToValue(j),l+='<span class="irs-grid-text js-grid-text-'+a+'" style="left: '+j+'%">'+(f=g.values.length?g.p_values[f]:this._prettify(f))+"</span>"}this.coords.big_num=Math.ceil(i+1),this.$cache.cont.addClass("irs-with-grid"),this.$cache.grid.html(l),this.cacheGridLabels()}},cacheGridLabels:function(){var a,b,c=this.coords.big_num;for(b=0;b<c;b++)a=this.$cache.grid.find(".js-grid-text-"+b),this.$cache.grid_labels.push(a);this.calcGridLabels()},calcGridLabels:function(){var a,b,c=[],d=[],e=this.coords.big_num;for(a=0;a<e;a++)this.coords.big_w[a]=this.$cache.grid_labels[a].outerWidth(!1),this.coords.big_p[a]=this.toFixed(this.coords.big_w[a]/this.coords.w_rs*100),this.coords.big_x[a]=this.toFixed(this.coords.big_p[a]/2),c[a]=this.toFixed(this.coords.big[a]-this.coords.big_x[a]),d[a]=this.toFixed(c[a]+this.coords.big_p[a]);for(this.options.force_edges&&(c[0]<-this.coords.grid_gap&&(c[0]=-this.coords.grid_gap,d[0]=this.toFixed(c[0]+this.coords.big_p[0]),this.coords.big_x[0]=this.coords.grid_gap),d[e-1]>100+this.coords.grid_gap&&(d[e-1]=100+this.coords.grid_gap,c[e-1]=this.toFixed(d[e-1]-this.coords.big_p[e-1]),this.coords.big_x[e-1]=this.toFixed(this.coords.big_p[e-1]-this.coords.grid_gap))),this.calcGridCollision(2,c,d),this.calcGridCollision(4,c,d),a=0;a<e;a++)b=this.$cache.grid_labels[a][0],this.coords.big_x[a]!==Number.POSITIVE_INFINITY&&(b.style.marginLeft=-this.coords.big_x[a]+"%")},calcGridCollision:function(a,b,c){var d,e,f,g=this.coords.big_num;for(d=0;d<g&&!(g<=(e=d+a/2));d+=a)f=this.$cache.grid_labels[e][0],c[d]<=b[e]?f.style.visibility="visible":f.style.visibility="hidden"},calcGridMargin:function(){this.options.grid_margin&&(this.coords.w_rs=this.$cache.rs.outerWidth(!1),this.coords.w_rs&&("single"===this.options.type?this.coords.w_handle=this.$cache.s_single.outerWidth(!1):this.coords.w_handle=this.$cache.s_from.outerWidth(!1),this.coords.p_handle=this.toFixed(this.coords.w_handle/this.coords.w_rs*100),this.coords.grid_gap=this.toFixed(this.coords.p_handle/2-.1),this.$cache.grid[0].style.width=this.toFixed(100-this.coords.p_handle)+"%",this.$cache.grid[0].style.left=this.coords.grid_gap+"%"))},update:function(b){this.input&&(this.is_update=!0,this.options.from=this.result.from,this.options.to=this.result.to,this.update_check.from=this.result.from,this.update_check.to=this.result.to,this.options=a.extend(this.options,b),this.validate(),this.updateResult(b),this.toggleInput(),this.remove(),this.init(!0))},reset:function(){this.input&&(this.updateResult(),this.update())},destroy:function(){this.input&&(this.toggleInput(),this.$cache.input.prop("readonly",!1),a.data(this.input,"ionRangeSlider",null),this.remove(),this.input=null,this.options=null)}},a.fn.ionRangeSlider=function(b){return this.each(function(){a.data(this,"ionRangeSlider")||a.data(this,"ionRangeSlider",new f(this,b,i++))})},function(){for(var a=0,b=["ms","moz","webkit","o"],d=0;d<b.length&&!c.requestAnimationFrame;++d)c.requestAnimationFrame=c[b[d]+"RequestAnimationFrame"],c.cancelAnimationFrame=c[b[d]+"CancelAnimationFrame"]||c[b[d]+"CancelRequestAnimationFrame"];c.requestAnimationFrame||(c.requestAnimationFrame=function(b,d){var e=(new Date).getTime(),f=Math.max(0,16-(e-a)),g=c.setTimeout(function(){b(e+f)},f);return a=e+f,g}),c.cancelAnimationFrame||(c.cancelAnimationFrame=function(a){clearTimeout(a)})}()});
|
assets/frontend/js/main.js
CHANGED
@@ -32,7 +32,7 @@ function berocket_throw_error(error_name) {
|
|
32 |
error_exist = true;
|
33 |
if( typeof(berocket_filters[filter_name]) !== 'undefined' ) {
|
34 |
var array_args = [error_exist];
|
35 |
-
for(var i; i < arguments.length; i++) {
|
36 |
array_args.push(arguments[i]);
|
37 |
}
|
38 |
jQuery.each(berocket_filters[filter_name], function(i, callback_data) {
|
@@ -173,7 +173,7 @@ function braapf_filtered_filters_set() {
|
|
173 |
});
|
174 |
braapf_checkbox_same = function (taxonomy, value, checked) {
|
175 |
$('.bapf_sfilter[data-taxonomy="'+taxonomy+'"] input[value="'+value+'"]').prop('checked', checked);
|
176 |
-
if( $('.bapf_sfilter[data-taxonomy="'+taxonomy+'"]').length
|
177 |
berocket_throw_error('multiple_filters_for_same_taxonomy', taxonomy);
|
178 |
}
|
179 |
}
|
@@ -759,6 +759,7 @@ function braapf_filtered_filters_set() {
|
|
759 |
var data_id = $(this).data('id');
|
760 |
if( berocket_apply_filters('remove_same_filters_to_prevent_errors', ($('.berocket_single_filter_widget_'+data_id).length > 1), $(this), data_id ) ) {
|
761 |
$('.berocket_single_filter_widget_'+data_id).not($('.berocket_single_filter_widget_'+data_id).first()).remove();
|
|
|
762 |
}
|
763 |
});
|
764 |
$('body').on('click', '.bapf_desci', function(e) {
|
32 |
error_exist = true;
|
33 |
if( typeof(berocket_filters[filter_name]) !== 'undefined' ) {
|
34 |
var array_args = [error_exist];
|
35 |
+
for(var i = 0; i < arguments.length; i++) {
|
36 |
array_args.push(arguments[i]);
|
37 |
}
|
38 |
jQuery.each(berocket_filters[filter_name], function(i, callback_data) {
|
173 |
});
|
174 |
braapf_checkbox_same = function (taxonomy, value, checked) {
|
175 |
$('.bapf_sfilter[data-taxonomy="'+taxonomy+'"] input[value="'+value+'"]').prop('checked', checked);
|
176 |
+
if( $('.bapf_sfilter[data-taxonomy="'+taxonomy+'"]').length > $('.bapf_sfilter.bapf_ckbox[data-taxonomy="'+taxonomy+'"]').length ) {
|
177 |
berocket_throw_error('multiple_filters_for_same_taxonomy', taxonomy);
|
178 |
}
|
179 |
}
|
759 |
var data_id = $(this).data('id');
|
760 |
if( berocket_apply_filters('remove_same_filters_to_prevent_errors', ($('.berocket_single_filter_widget_'+data_id).length > 1), $(this), data_id ) ) {
|
761 |
$('.berocket_single_filter_widget_'+data_id).not($('.berocket_single_filter_widget_'+data_id).first()).remove();
|
762 |
+
berocket_throw_error('same_filters_multiple_times', data_id);
|
763 |
}
|
764 |
});
|
765 |
$('body').on('click', '.bapf_desci', function(e) {
|
assets/frontend/js/main.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
function berocket_make_args_array(a){for(var b=[],c=0;c<a.length;c++)b.push(a[c]);return b}function berocket_apply_filters(a,b){if("undefined"!=typeof berocket_filters[a]){var c=berocket_make_args_array(arguments);c.splice(0,1),jQuery.each(berocket_filters[a],function(a,d){b=d.callback.apply(null,c),c[0]=b})}return b}function berocket_do_action(a){if("undefined"!=typeof berocket_filters[a]){var b=berocket_make_args_array(arguments);b.splice(0,1),jQuery.each(berocket_filters[a],function(a,c){c.callback.apply(null,b)})}}function berocket_throw_error(a){var b="berocket_throw_error";if(error_exist=!0,"undefined"!=typeof berocket_filters[b]){for(var c,d=[error_exist];c<arguments.length;c++)d.push(arguments[c]);jQuery.each(berocket_filters[b],function(a,b){if(error_exist=b.callback.apply(null,d),d[0]=error_exist,!error_exist)return!1})}return error_exist}function berocket_add_filter(a,b,c){"undefined"==typeof c&&(c=10),"undefined"==typeof berocket_filters[a]&&(berocket_filters[a]=[]);var d=!1;jQuery.each(berocket_filters[a],function(a,e){e.priority===c&&e.callback===b&&(d=!0)}),d||(berocket_filters[a].push({callback:b,priority:c}),berocket_filters[a]=berocket_sort_by_priority(berocket_filters[a]))}function berocket_remove_filter(a,b,c){if("undefined"==typeof c&&(c=10),"undefined"!=typeof berocket_filters[a]){var d=[];jQuery.each(berocket_filters[a],function(a,e){e.priority===c&&e.callback===b||d.push(e)}),berocket_filters[a]=berocket_sort_by_priority(d)}}function berocket_sort_by_priority(a){return Array.isArray(a)&&a.sort(function(a,b){return a.priority>b.priority?1:a.priority<b.priority?-1:0}),a}function berocket_format_number(a,b){"undefined"==typeof b&&(b=the_ajax_script.number_style);var c=a.toFixed(b[2]);c=c.toString();var d=c.split("."),e=d[0];return c.indexOf(".")!=-1&&(d=d[1]),e=e.replace(/\d(?=(?:\d{3})+(?:$))/g,function(a,c){return a+b[0]}),c.indexOf(".")!=-1&&(e=e+b[1]+d),e}function braapf_grab_all_init(){braapf_grab_all()}function braapf_selected_filters_area_set_init(){braapf_selected_filters_area_set()}function braapf_filtered_filters_set(){braapf_filtered_filters=braapf_selected_filters.slice(),berocket_do_action("braapf_init_filtered_set",braapf_filtered_filters)}var berocket_filters={};berocket_add_filter("compat_filters_result_single",function(a){return"object"==typeof a&&"string"==typeof a.taxonomy&&"pa_"==a.taxonomy.substr(0,3)&&(a.taxonomy=a.taxonomy.substr(3)),a}),jQuery(document).trigger("berocket_hooks_ready");var braapf_filter_blocked=!1,braapf_selected_filters=[],braapf_filtered_filters=[],braapf_filters_var,braapf_ajax_request,braapf_checkbox_same,braapf_update_products,braapf_grab_all,braapf_grab_single,braapf_compact_filters,braapf_compat_filters_to_string,braapf_build_url_from_urldata,braapf_apply_additional_filter_data,braapf_glue_by_operator,braapf_ajax_load_from_url,braapf_ajax_load_from_url_request,braapf_init_load,braapf_remove_pages_from_url_data,braapf_filter_products_by_url,braapf_get_current_url_data,braapf_reset_buttons_hide,bapf_universal_theme_compatibility,braapf_disable_ajax_loading,braapf_close_tippy;!function(a){function b(a){return berocket_remove_filter("ajax_load_from_url_beforeSend",b),a.setRequestHeader("X-Braapfdisable","1"),a}function c(a){return a.setRequestHeader("X-Braapf","1"),a}function d(b){var c=berocket_apply_filters("filter_mobile_width",767),d=berocket_apply_filters("filter_tablet_width",1024);return a(window).width()<=c&&b.find(".bapf_sngl_hd_mobile").remove(),a(window).width()>c&&a(window).width()<=d&&b.find(".bapf_sngl_hd_tablet").remove(),a(window).width()>d&&b.find(".bapf_sngl_hd_desktop").remove(),b}a(document).on("change",".bapf_sfilter.bapf_ckbox input[type=checkbox]",function(){var b=a(this).val(),c=a(this).parents(".bapf_sfilter").data("taxonomy"),d=a(this).prop("checked");braapf_checkbox_same(c,b,d),berocket_apply_filters("input_ckbox_changed",this,c,b,d);var e={element:"#"+a(this).attr("id"),parent:1,find:!1};berocket_apply_filters("filter_changed_element",e,a(this)),berocket_do_action("update_products","filter",a(this))}),braapf_checkbox_same=function(b,c,d){a('.bapf_sfilter[data-taxonomy="'+b+'"] input[value="'+c+'"]').prop("checked",d),a('.bapf_sfilter[data-taxonomy="'+b+'"]').length<a('.bapf_sfilter.bapf_ckbox[data-taxonomy="'+b+'"]').length&&berocket_throw_error("multiple_filters_for_same_taxonomy",b)},a(document).on("braapf_unselect",".bapf_ckbox",function(b,c){if("undefined"==typeof c&&(c=!1),0==c)var d=a(this).find("input[type=checkbox]");else var d=a(this).find('input[value="'+c.value+'"]');if(d.length>0){var e=d.val(),f=a(this).data("taxonomy");d.prop("checked",!1),braapf_checkbox_same(f,e,!1)}}),a(document).on("braapf_unselect_all",".bapf_ckbox",function(b,c){a(this).trigger("braapf_unselect",!1)}),a(document).on("berocket_filters_document_ready",function(){a(".bapf_ckbox input[type=checkbox]:checked").closest("li").parents("li").trigger("bapf_ochild")}),a(document).on("click",".berocket_aapf_widget_update_button, .bapf_update",function(b){b.preventDefault(),berocket_do_action("update_products","update",a(this))}),a(document).on("click",".berocket_aapf_reset_button, .bapf_reset",function(b){b.preventDefault(),braapf_unselect_all(),berocket_do_action("update_products","reset_all",a(this))}),braapf_reset_buttons_hide=function(){berocket_apply_filters("bapf_rst_nofltr_hide","undefined"==typeof braapf_filtered_filters||braapf_filtered_filters.length<=0)?a(".bapf_rst_nofltr").hide():a(".bapf_rst_nofltr").show();var b=!1;"undefined"!=typeof braapf_filtered_filters&&braapf_filtered_filters.length>0&&a.each(braapf_filtered_filters,function(a,c){if(c.values.length>0)return b=!0,!1}),berocket_apply_filters("bapf_rst_sel_show",b)?a(".bapf_rst_sel").show():a(".bapf_rst_sel").hide()},berocket_add_filter("braapf_init",braapf_reset_buttons_hide,1500),berocket_add_filter("braapf_init_filtered_set",braapf_reset_buttons_hide,1500);var e=the_ajax_script.pagination_class;e=e.replace(","," a,"),e=berocket_apply_filters("pagination_links_a_tags",e+" a",the_ajax_script.pagination_class),!the_ajax_script.disable_ajax_loading&&the_ajax_script.pagination_ajax&&a(document).on("click",e,function(c){c.preventDefault();var d=a(this).attr("href");d=berocket_apply_filters("pagination_href_from_clicked_a",decodeURI(d),a(this)),braapf_change_url_history_api(d,{replace:the_ajax_script.seo_friendly_urls}),berocket_add_filter("ajax_load_from_url_beforeSend",b),braapf_ajax_load_from_url(d,{},berocket_apply_filters("ajax_load_from_pagination",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_init_load,braapf_update_data_from_current]},d))}),!the_ajax_script.disable_ajax_loading&&the_ajax_script.control_sorting&&a(document).on("submit",the_ajax_script.ordering_class,function(b){b.preventDefault();var c=braapf_get_current_url_data();if(c=braapf_remove_pages_from_url_data(c),Array.isArray(c.queryargs)){var d=[];a.each(c.queryargs,function(a,b){"orderby"!=b.name&&d.push(b)}),c.queryargs=d}else c.queryargs=[];var e=a(this).serializeArray();Array.isArray(e)&&a.each(e,function(a,b){"paged"==b.name?c.page=parseInt(b.value):"orderby"==b.name?the_ajax_script.default_sorting!=b.value&&c.queryargs.push(b):c.queryargs.push(b)});var f=braapf_build_url_from_urldata(c);braapf_filter_products_by_url(f)}),braapf_get_url_with_filters_selected=function(){braapf_grab_all();var a=braapf_compact_filters(),b=berocket_apply_filters("braapf_filters_mask",the_ajax_script.url_mask),c=braapf_compat_filters_to_string(a,b,the_ajax_script.url_split),d=braapf_get_current_url_data();d.filter=c,d=braapf_remove_pages_from_url_data(d),d=braapf_apply_additional_filter_data(d);var e=braapf_build_url_from_urldata(d);return e},braapf_update_products=function(b,c){"undefined"==typeof b&&(b="filter"),"undefined"==typeof c&&(c=!1),b=berocket_apply_filters("before_update_products_context",b,c);var d=berocket_apply_filters("before_update_products_context_url_filtered",braapf_get_url_with_filters_selected(),b,c);berocket_apply_filters("apply_filters_to_page",0==a(".berocket_aapf_widget_update_button:visible, .bapf_update:visible").length||"filter"!=b,b,c,d)?(braapf_selected_filters_area_set(),braapf_filter_products_by_url(d)):berocket_apply_filters("apply_filters_to_page_partial",!1,b,c,d)&&braapf_ajax_load_from_url(d,{},berocket_apply_filters("ajax_load_from_filters_partial",{done:[braapf_replace_each_filter,braapf_init_load]},d,"partial"),"partial")},braapf_filter_products_by_url=function(b){berocket_apply_filters("page_has_products_holder",!a(the_ajax_script.products_holder_id).length,b)?location.href=b:(braapf_change_url_history_api(b,{replace:the_ajax_script.seo_friendly_urls}),braapf_ajax_load_from_url(b,{},berocket_apply_filters("ajax_load_from_filters",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_replace_orderby,braapf_replace_each_filter,braapf_init_load,braapf_filtered_filters_set,braapf_update_url_history_api_from_current]},b,"default")))},braapf_update_data_from_current=function(){braapf_grab_all();braapf_compact_filters()},braapf_update_url_history_api_from_current=function(){the_ajax_script.seo_friendly_urls&&(url_filtered=braapf_get_url_with_filters_selected(),history.replaceState(history.state,"BeRocket Rules",url_filtered))},braapf_grab_all=function(b){"undefined"==typeof b&&(b=!1);var c=berocket_apply_filters("before_grab_all_filters",[],b);if(b===!1)var d=a(".bapf_sfilter");else var d=a(b).find(".bapf_sfilter");return d.each(function(){var a=braapf_grab_single(this,c);a!==!1&&c.push(a)}),c=berocket_apply_filters("grab_all_filters",c,b),b===!1&&(braapf_selected_filters=c),c},braapf_grab_single=function(b,c,d){"undefined"==typeof d&&(d=!1),b=a(b);var e=!1,f=!1,g=b.data("taxonomy");if("undefined"==typeof g||!g)return berocket_apply_filters("grab_single_filter_taxonomy_undefined",e,b,c);if(a.each(c,function(a,b){b.taxonomy==g&&(f=!0)}),!berocket_apply_filters("grab_single_filter_exist",f,b,c)){if(e=berocket_apply_filters("grab_single_filter",e,b,c),e!==!1)return e;var h=b.data("op"),i=b.data("name");"undefined"==typeof i&&(i="");var j=braapf_glue_by_operator(h),k=[],l=[];if(d)var m=b;else var m=a(".bapf_sfilter[data-taxonomy="+g+"]");m.find("input:checked:not(:disabled)").each(function(b,c){l.indexOf(a(this).val())==-1&&(k.push({value:a(this).val(),html:a(this).data("name")}),l.push(a(this).val()))}),e={name:i,taxonomy:g,values:k,glue:j,operator:h}}return berocket_apply_filters("grab_single_filter_default",e,b,c)},braapf_glue_by_operator=function(a){"string"!=typeof a&&(a="");var b="-";return"and"==a.toLowerCase()&&(b="+"),berocket_apply_filters("glue_by_operator",b,a)},braapf_compact_filters=function(b){"undefined"==typeof b&&(b=braapf_selected_filters);var c=[];return a.each(b,function(b,d){var e="";"undefined"!=typeof d.customValuesLine?e=d.customValuesLine:a.each(d.values,function(a,b){e.length&&(e+=d.glue),e+=b.value}),e.length&&c.push(berocket_apply_filters("compat_filters_result_single",{taxonomy:d.taxonomy,values:e},d))}),berocket_apply_filters("compat_filters_result",c,b)},braapf_compat_filters_to_string=function(b,c,d){var e="";return a.each(b,function(a,f){e.length&&(e+=d);var g=c;g=g.replace("%t%",f.taxonomy),g=g.replace("%v%",f.values),e+=berocket_apply_filters("compat_filters_to_string_single",g,f,b,c,d)}),berocket_apply_filters("compat_filters_to_string",e,b,c,d)},braapf_get_current_url_data=function(b){if("undefined"==typeof b)var c=location.href.split("#")[0].split("?")[0],d=location.search.substring(1);else{var c=b.split("#")[0].split("?")[0];if(b.split("#")[0].split("?").length>1)var d=b.split("#")[0].split("?")[1];else var d=""}var e=[],f=1,g=c.match(/\/page\/(\d+)/);return g&&"string"==typeof g[1]&&(f=parseInt(g[1]),c=c.replace(/\/page\/(\d+)/,"")),d=d.split("&"),a.each(d,function(a,b){b.length&&(d[a]=b.split("="),"paged"==d[a][0]?f=parseInt(d[a][1]):e.push({name:d[a][0],value:d[a][1]}))}),berocket_apply_filters("get_current_url_data",{baselink:c,queryargs:e,filter:"",page:f})},braapf_remove_pages_from_url_data=function(b){if(b.page=1,Array.isArray(b.queryargs)){var c=[];a.each(b.queryargs,function(a,b){"product-page"!=b.name&&c.push(b)}),b.queryargs=c}return b},braapf_apply_additional_filter_data=function(b,c){return"undefined"==typeof c&&(c=braapf_selected_filters),a.each(c,function(a,c){b=berocket_apply_filters("apply_additional_filter_data",b,c)}),b},braapf_build_url_from_urldata=function(b,c){"undefined"==typeof c&&(c=braapf_build_url_parameters_default());var d=berocket_apply_filters("url_from_urldata_baselink",b.baselink,b,c),e="";return b.queryargs.length&&a.each(b.queryargs,function(a,b){e.length&&(e+="&"),b.name.length&&(e+=b.name+"="+b.value)}),b.page&&b.page>1&&(e.length&&(e+="&"),e+="paged="+b.page),e.length&&(e="?"+e),d=berocket_apply_filters("url_from_urldata_linkget",d+e,b,c,d,e)},braapf_build_url_parameters_default=function(){return berocket_apply_filters("build_url_parameters_default",{})},braapf_replace_current_with_new=function(b,c,d){"undefined"==typeof d&&(d={}),args={replace:!1},jQuery.extend(args,d);var e=a("<div><div>"+b+"</div></div>"),f=e.find(c),g=a(c);0!=g.length&&(f.length!=g.length&&0!=f.length&&berocket_throw_error("error_notsame_block_qty",c,f.length,g.length),0==f.length?(g.html("").addClass("braapfNotReplaced"),g.hide()):(g.each(function(b,c){"undefined"!=typeof f[b]?args.replace?a(c).replaceWith(a(f[b])):a(c).html(a(f[b]).html()).removeClass("braapfNotReplaced"):a(c).html("").addClass("braapfNotReplaced")}),g.show()))},braapf_replace_products=function(b){var c=the_ajax_script.products_holder_id;a("<div><div>"+b+"</div></div>");a(".bapf_no_products").remove(),braapf_replace_current_with_new(b,c),a(".braapfNotReplaced").filter(c).length&&a(".braapfNotReplaced").filter(c).before(a(the_ajax_script.no_products))},braapf_replace_pagination=function(b){var c=the_ajax_script.pagination_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().after(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_result_count=function(b){var c=the_ajax_script.result_count_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().before(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_orderby=function(b){var c=the_ajax_script.ordering_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().before(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_each_filter=function(b){var c=a("<div><div>"+b+"</div></div>");c=d(c),a(".berocket_single_filter_widget").each(function(){var b=a(this).data("id");a(".berocket_single_filter_widget_"+b).html(c.find(".berocket_single_filter_widget_"+b).last().html()),c.find(".berocket_single_filter_widget_"+b).is(".bapf_mt_none")?a(".berocket_single_filter_widget_"+b).addClass("bapf_mt_none"):a(".berocket_single_filter_widget_"+b).removeClass("bapf_mt_none")})},braapf_change_url_history_api=function(a,b){if("undefined"!=typeof b&&b.replace){var c={BeRocket:"Rules"};history.replaceState(c,""),history.pushState(c,"",a),history.pathname=a}},berocket_apply_filters("load_products_ajax_on_popstate",!0)&&(window.onpopstate=function(b){if(null!=b.state&&"Rules"==b.state.BeRocket){var c=location.href;berocket_apply_filters("page_has_products_holder",!a(the_ajax_script.products_holder_id).length,c)?location.href=c:braapf_ajax_load_from_url(c,{},berocket_apply_filters("ajax_load_from_filters",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_replace_orderby,braapf_replace_each_filter,braapf_init_load,braapf_filtered_filters_set,braapf_update_data_from_current]},c,"default"))}}),braapf_ajax_load_from_url=function(a,b,c,d){"undefined"==typeof d&&(d="default"),"object"!=typeof b&&(b={}),"object"!=typeof c&&(c={done:[],fail:[],always:[]}),"undefined"!=typeof c.done&&Array.isArray(c.done)||(c.done=[]),"undefined"!=typeof c.fail&&Array.isArray(c.fail)||(c.fail=[]),"undefined"!=typeof c.always&&Array.isArray(c.always)||(c.always=[]),a=berocket_apply_filters("ajax_load_from_url_url",a,b,c,d),b=berocket_apply_filters("ajax_load_from_url_data",b,a,c,d),c=berocket_apply_filters("ajax_load_from_url_callback",c,a,b,d),braapf_ajax_load_from_url_request(a,b,c,d)},braapf_ajax_load_from_url_request=function(b,c,d,e){a(document).trigger("berocket_ajax_filtering_start"),"object"==typeof braapf_ajax_request&&"undefined"!=typeof braapf_ajax_request.abort&&braapf_ajax_request.abort(),braapf_ajax_request=a.ajax({method:"GET",url:b,data:c,beforeSend:function(a){a=berocket_apply_filters("ajax_load_from_url_beforeSend",a,b,c,d,e)}}).done(function(f,g,h){a(document).trigger("berocket_ajax_filtering_on_update"),f=berocket_apply_filters("ajax_load_from_url_done",f,b,c,d,e),a.each(d.done,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_done_after",f,b,c,d,e),a(document).trigger("berocket_ajax_products_loaded")}).fail(function(f,g,h){if("abort"==g)return!1;if(a(document).trigger("berocket_ajax_products_not_loaded"),f=berocket_apply_filters("ajax_load_from_url_fail",f,b,c,d,e),a.each(d.fail,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_fail_after",f,b,c,d,e),"default"==e){var i=jQuery.param(c);i&&(b=b.split("?").length>1?b+"&"+i:b+"?"+i),location.href=b}}).always(function(f,g,h){f=berocket_apply_filters("ajax_load_from_url_always",f,b,c,d,e),a.each(d.always,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_always_after",f,b,c,d,e),a(document).trigger("berocket_ajax_filtering_end")})},braapf_init_load=function(){var b=berocket_apply_filters("filter_mobile_width",767),c=berocket_apply_filters("filter_tablet_width",1024);a(window).width()<=b&&a(".bapf_sngl_hd_mobile").remove(),a(window).width()>b&&a(window).width()<=c&&a(".bapf_sngl_hd_tablet").remove(),a(window).width()>c&&a(".bapf_sngl_hd_desktop").remove(),a(".bapf_sfilter .bapf_body.bapf_mcs:not(.bapf_mcs_ready)").each(function(){a(this).css("max-height",a(this).data("mcs-h")).mCustomScrollbar({scrollInertia:300}).addClass("bapf_mcs_ready")}),a(".berocket_single_filter_widget").each(function(){var b=a(this).data("id");berocket_apply_filters("remove_same_filters_to_prevent_errors",a(".berocket_single_filter_widget_"+b).length>1,a(this),b)&&a(".berocket_single_filter_widget_"+b).not(a(".berocket_single_filter_widget_"+b).first()).remove()}),a("body").on("click",".bapf_desci",function(a){a.stopPropagation()}),a("body").on("hover",".bapf_desci",function(a){a.stopPropagation()}),berocket_do_action("braapf_init",braapf_selected_filters),a(document).trigger("berocket_filters_first_load")},braapf_update_page_on_error=function(){berocket_apply_filters("update_page_on_error",!0)&&location.reload()},braapf_selected_filters_area_set=function(){if("undefined"!=typeof braapf_filtered_filters&&braapf_filtered_filters.length>0){var b="";a.each(braapf_filtered_filters,function(c,d){if(d.values.length>0){var e='<div class="bapf_sfa_taxonomy"><span>'+d.name+"</span>";e+="<ul>";var f="";a.each(d.values,function(a,b){f+=berocket_apply_filters("default_selected_filters_area_single",'<li><a href="#unselect_'+b.value+'" class="braapf_unselect" data-taxonomy="'+d.taxonomy+'" data-value="'+b.value+'"><i class="fa fa-times"></i>'+b.html+"</a></li>",b)}),e+=f,e+="</ul></div>",b+=berocket_apply_filters("default_selected_filters_area_single_taxonomy",e,d,f)}}),b?(a(".bapf_sfa_mt_hide").show().parent().removeClass("bapf_mt_none"),b=berocket_apply_filters("default_selected_filters_area_full_exist",'<div class="berocket_aapf_widget_selected_filter">'+b+'<ul class="bapf_sfa_unall"><li><a href="#Unselect_all" class="braapf_unselect_all"><i class="fa fa-times"></i> '+the_ajax_script.translate.unselect_all+"</a></li></ul>",b,braapf_filtered_filters)):(b=berocket_apply_filters("default_selected_filters_area_full_notexist",the_ajax_script.translate.nothing_selected,b,braapf_filtered_filters),a(".bapf_sfa_mt_hide").hide().parent().addClass("bapf_mt_none")),a(".berocket_aapf_widget_selected_area").html(b)}},a(document).on("click",".berocket_aapf_widget_selected_area .braapf_unselect",function(b){b.preventDefault(),a(".bapf_sfilter[data-taxonomy="+a(this).data("taxonomy")+"]").trigger("braapf_unselect",a(this).data()),berocket_do_action("update_products","reset_single",a(this))}),braapf_unselect_all=function(){braapf_grab_all(),"undefined"!=typeof braapf_selected_filters&&braapf_selected_filters.length>0&&a.each(braapf_selected_filters,function(b,c){c.values.length>0&&a(".bapf_sfilter[data-taxonomy="+c.taxonomy+"]").trigger("braapf_unselect_all",c)})},a(document).on("click",".berocket_aapf_widget_selected_area .braapf_unselect_all",function(b){b.preventDefault(),braapf_unselect_all(),berocket_do_action("update_products","reset_all",a(this))}),berocket_add_filter("braapf_init",braapf_grab_all_init,1e3),berocket_add_filter("braapf_init",braapf_selected_filters_area_set_init,1100),berocket_add_filter("braapf_init_filtered_set",braapf_selected_filters_area_set_init,1100),braapf_reload_page_for_products_error=function(a,b){return b==the_ajax_script.products_holder_id&&braapf_update_page_on_error(),a},berocket_add_filter("ajax_load_from_url_beforeSend",c),berocket_add_filter("update_products",braapf_update_products),berocket_add_filter("error_notsame_block_qty",braapf_reload_page_for_products_error),bapf_universal_theme_compatibility=function(b){if(berocket_apply_filters("universal_theme_compatibility",!0)){a(window).trigger("resize");try{berocket_apply_filters("uncode_theme_compatibility","object"==typeof UNCODE&&"function"==typeof UNCODE.init)&&UNCODE.init()}catch(a){berocket_throw_error("uncode_theme_compatibility",a)}try{berocket_apply_filters("flatsome_theme_compatibility","object"==typeof Flatsome&&"function"==typeof Flatsome.attach&&jQuery(the_ajax_script.products_holder_id).length)&&Flatsome.attach(jQuery(the_ajax_script.products_holder_id))}catch(a){berocket_throw_error("flatsome_theme_compatibility",a)}try{berocket_apply_filters("woodmart_theme_compatibility","object"==typeof woodmartThemeModule&&"function"==typeof woodmartThemeModule.init)&&(woodmartThemeModule.wooInit(),woodmartThemeModule.lazyLoading(),woodmartThemeModule.productsLoadMore())}catch(a){berocket_throw_error("woodmart_theme_compatibility",a)}try{berocket_apply_filters("divi_theme_compatibility","function"==typeof et_reinit_waypoint_modules)&&et_reinit_waypoint_modules()}catch(a){berocket_throw_error("divi_theme_compatibility",a)}try{berocket_apply_filters("rey_theme_compatibility","object"==typeof jQuery.reyTheme&&"function"==typeof jQuery.reyTheme.init)&&jQuery.reyTheme.init()}catch(a){berocket_throw_error("rey_theme_compatibility",a)}try{berocket_apply_filters("layzyloadimage_script_compatibility","function"==typeof layzyLoadImage)&&layzyLoadImage()}catch(a){berocket_throw_error("layzyloadimage_script_compatibility",a)}try{berocket_apply_filters("jetpacklazyimages_script_compatibility","function"==typeof jetpackLazyImagesModule)&&jetpackLazyImagesModule()}catch(a){berocket_throw_error("jetpacklazyimages_script_compatibility",a)}try{jQuery("img.jetpack-lazy-image").each(function(){jQuery(this).removeClass("jetpack-lazy-image").attr("src",jQuery(this).data("lazy-src")),jQuery(this).removeClass("jetpack-lazy-image").attr("srcset","")})}catch(a){berocket_throw_error("jetpacklazyimages_script_compatibility",a)}try{berocket_apply_filters("swift_script_compatibility","object"==typeof SWIFT&&"object"==typeof SWIFT.woocommerce&&"function"==typeof SWIFT.woocommerce.init)&&SWIFT.woocommerce.init()}catch(a){berocket_throw_error("swift_script_compatibility",a)}try{"undefined"!=typeof baapfGet_wprocketInstance&&baapfGet_wprocketInstance.update()}catch(a){berocket_throw_error("wprocket_script_compatibility",a)}try{jQuery(document).trigger("facetwp-loaded")}catch(a){berocket_throw_error("facetwp_script_compatibility",a)}try{berocket_apply_filters("etTheme_compatibility","object"==typeof etTheme&&"function"==typeof etTheme.global_image_lazy)&&etTheme.global_image_lazy()}catch(a){berocket_throw_error("etTheme_compatibility",a)}}return b},berocket_add_filter("ajax_load_from_url_always_after",bapf_universal_theme_compatibility,2500),a(document).ready(function(){berocket_apply_filters("remove_shortcode_fix_filters",a(".berocket_wc_shortcode_fix").length)&&(braapf_replace_each_filter(a(".berocket_wc_shortcode_fix").html()),a(".berocket_wc_shortcode_fix").html("")),braapf_init_load(),braapf_filtered_filters_set(),a(document).trigger("berocket_filters_document_ready")}),braapf_disable_ajax_loading=function(a){return!0},the_ajax_script.disable_ajax_loading&&berocket_add_filter("page_has_products_holder",braapf_disable_ajax_loading),braapf_close_tippy=function(){try{a(".tippy-box").length&&a(".tippy-box").each(function(){"undefined"!=typeof a(this).parent()[0]._tippy&&a(this).parent()[0]._tippy.hide()})}catch(a){}},berocket_add_filter("update_products",braapf_close_tippy)}(jQuery);var braapf_get_current_filters,braapf_filters_url_decode,braapf_scroll_shop_to_top,braapf_set_filters_to_link,braapf_convert_ckbox_to_radio,braapf_hierarhical_save,braapf_hierarhical_set,braapf_collapse_status_save,braapf_collapse_status_set,braapf_show_hide_values_save,braapf_show_hide_values_set;!function(a){function b(){jQuery(".berocket_product_table_compat .dataTables_length select").length&&jQuery(".berocket_product_table_compat .wc-product-table").dataTable()._fnSaveState();var a=jQuery(".berocket_product_table_compat .wc-product-table").attr("id");if("undefined"!=typeof window["config_"+a]&&window["config_"+a].serverSide){jQuery(".berocket_product_table_compat .wc-product-table").DataTable().destroy();var b=jQuery(".berocket_product_table_compat").html();jQuery(".berocket_product_table_compat").html(""),jQuery(".berocket_product_table_compat").html(b),jQuery(".berocket_product_table_compat .blockUI.blockOverlay").remove(),jQuery(".berocket_product_table_compat .wc-product-table").productTable()}}braapf_get_current_filters=function(b){if(b.queryargs.length){var c=[];a.each(b.queryargs,function(a,d){d.name==the_ajax_script.url_variable||decodeURI(d.name)==the_ajax_script.url_variable?b.filter=d.value:c.push(d)}),b.queryargs=c}return b},braapf_set_filters_to_link=function(a,b,c,d,e){return"string"==typeof b.filter&&b.filter.length&&(a+=e.length?"&":"?",a+=the_ajax_script.url_variable+"="+b.filter),a},braapf_convert_ckbox_to_radio=function(b,c,d,e){var f=(a(b),a(b).closest(".bapf_sfilter.bapf_ckbox"));f.is(".bapf_asradio")&&f.find("input[type=checkbox]:checked:not(:disabled)").each(function(){var b=a(this).val();b!=d&&braapf_checkbox_same(c,b,!1)})},berocket_add_filter("input_ckbox_changed",braapf_convert_ckbox_to_radio),a(document).on("click",".bapf_ochild, .bapf_cchild",function(b){b.preventDefault(),b.stopPropagation(),a(this).is(".bapf_ochild")?a(this).trigger("bapf_ochild"):a(this).trigger("bapf_cchild")}),a(document).on("bapf_ochild",".bapf_sfilter.bapf_ckbox ul li",function(b){b.stopPropagation(),berocket_apply_filters("colaps_child_open_apply",!0,a(this))&&(a(this).find(".bapf_ochild, .bapf_cchild").first().removeClass("bapf_ochild").removeClass("fa-plus").addClass("bapf_cchild").addClass("fa-minus"),a(this).find("ul").first().show())}),a(document).on("bapf_cchild",".bapf_sfilter.bapf_ckbox ul li",function(b){b.stopPropagation(),berocket_apply_filters("colaps_child_close_apply",!0,a(this))&&(a(this).find(".bapf_ochild, .bapf_cchild").first().addClass("bapf_ochild").addClass("fa-plus").removeClass("bapf_cchild").removeClass("fa-minus"),a(this).find("ul").first().hide())});var c=[];braapf_hierarhical_save=function(b){return c=[],a(".bapf_cchild").each(function(){c.push(a(this).parent().children("input[type=checkbox]").attr("id"))}),b},braapf_hierarhical_set=function(b){return a.each(c,function(b,c){a("#"+c).trigger("bapf_ochild")}),b},berocket_add_filter("ajax_load_from_url_done",braapf_hierarhical_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_hierarhical_set,1e3),a(document).on("click",".bapf_ocolaps .bapf_colaps_togl, .bapf_ccolaps .bapf_colaps_togl",function(b){b.preventDefault,a(this).closest(".bapf_ocolaps, .bapf_ccolaps").is(".bapf_ocolaps")?a(this).closest(".bapf_ocolaps, .bapf_ccolaps").trigger("bapf_ocolaps"):a(this).closest(".bapf_ocolaps, .bapf_ccolaps").trigger("bapf_ccolaps")}),a(document).on("bapf_ocolaps",".bapf_sfilter.bapf_ocolaps, .bapf_sfilter.bapf_ccolaps",function(b){a(this).removeClass("bapf_ocolaps").addClass("bapf_ccolaps"),berocket_apply_filters("colaps_smb_open_apply",!0,a(this))&&(a(this).find(".bapf_body").first().show(),a(this).find(".bapf_colaps_smb").length&&a(this).find(".bapf_colaps_smb").removeClass("fa-chevron-down").addClass("fa-chevron-up"))}),a(document).on("bapf_ccolaps",".bapf_sfilter.bapf_ocolaps, .bapf_sfilter.bapf_ccolaps",function(b){a(this).addClass("bapf_ocolaps").removeClass("bapf_ccolaps"),berocket_apply_filters("colaps_smb_close_apply",!0,a(this))&&(a(this).find(".bapf_body").first().hide(),a(this).find(".bapf_colaps_smb").length&&a(this).find(".bapf_colaps_smb").addClass("fa-chevron-down").removeClass("fa-chevron-up"))});var d={open:[],close:[]};braapf_collapse_status_save=function(b){return d={open:[],close:[]},a(".bapf_ocolaps, .bapf_ccolaps").each(function(){a(this).is(".bapf_ocolaps")?d.open.push(a(this).attr("id")):d.close.push(a(this).attr("id"))}),b},braapf_collapse_status_set=function(b){return a.each(d.open,function(b,c){a("#"+c).trigger("bapf_ccolaps")}),a.each(d.close,function(b,c){a("#"+c).trigger("bapf_ocolaps")}),b},berocket_add_filter("ajax_load_from_url_done",braapf_collapse_status_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_collapse_status_set,1e3),a(document).on("click",".bapf_show_hide",function(){a(this).closest(".bapf_sfilter").toggleClass("bapf_fhide"),a(this).closest(".bapf_sfilter").is(".bapf_fhide")?a(this).text(a(this).data("show")):a(this).text(a(this).data("hide"))});var e={open:[],close:[]};braapf_show_hide_values_save=function(b){return e={open:[],close:[]},a(".bapf_sfilter").each(function(){a(this).is(".bapf_fhide")?e.close.push(a(this).attr("id")):e.open.push(a(this).attr("id"))}),b},braapf_show_hide_values_set=function(b){return a.each(e.open,function(b,c){a("#"+c).removeClass("bapf_fhide"),a("#"+c).find(".bapf_show_hide").text(a("#"+c).find(".bapf_show_hide").data("hide"))}),a.each(e.close,function(b,c){a("#"+c).addClass("bapf_fhide"),a("#"+c).find(".bapf_show_hide").text(a("#"+c).find(".bapf_show_hide").data("show"))}),b},berocket_add_filter("ajax_load_from_url_done",braapf_show_hide_values_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_show_hide_values_set,1e3),braapf_scroll_shop_to_top=function(b,c,d,e,f){var g=berocket_apply_filters("filter_mobile_width",767);if(berocket_apply_filters("scroll_shop_to_top","default"==f&&(1==the_ajax_script.scroll_shop_top||2==the_ajax_script.scroll_shop_top&&a(window).width()<g||3==the_ajax_script.scroll_shop_top&&a(window).width()>=g))){var h=0;a(the_ajax_script.products_holder_id).length?(h=a(the_ajax_script.products_holder_id).offset().top+parseInt(the_ajax_script.scroll_shop_top_px),h<0&&(h=0)):a(".bapf_no_products").length&&(h=a(".bapf_no_products").offset().top+parseInt(the_ajax_script.scroll_shop_top_px),h<0&&(h=0)),a("html, body").animate({scrollTop:h},"slow")}return b},berocket_add_filter("ajax_load_from_url_beforeSend",braapf_scroll_shop_to_top),a(document).on("mousedown",".wc-product-table-reset a",function(){a(this).remove(),br_reset_all_filters()}),a(document).on("click",".berocket_element_above_products_is_hide_toggle",function(b){b.preventDefault(),a(this).toggleClass("active").next().slideToggle(200,"linear");var c="inactive";a(this).is(".active")&&(c="active"),a(document).trigger("berocket_element_above_products_"+c)}),a(document).on("berocket_ajax_filtering_start",function(){
|
2 |
-
jQuery(".berocket_product_table_compat").length&&b()}),braapf_filters_url_decode=function(a){return the_ajax_script.seo_uri_decode&&(a=encodeURIComponent(a),the_ajax_script.nice_urls&&(a=a.replace(/%2F/g,"/"))),a},jQuery(document).on("elementor/popup/show",function(){try{braapf_init_load()}catch(a){berocket_throw_error("wprocketInstance_get",a)}})}(jQuery),berocket_add_filter("get_current_url_data",braapf_get_current_filters),berocket_add_filter("compat_filters_to_string",braapf_filters_url_decode,900),berocket_add_filter("url_from_urldata_linkget",braapf_set_filters_to_link);var braapf_child_parent_grab_single,braapf_child_parent_fix_selected,braapf_child_parent_load_with_update_button,braapf_add_loader_element,braapf_remove_loader_element,braapf_elementor_sticky_fix,baapfGet_wprocketInstance;!function(a){braapf_child_parent_grab_single=function(b,c,d){var e=c.data("child");if("undefined"!=typeof e&&e>0&&"object"==typeof b&&"undefined"!=typeof b.values&&Array.isArray(b.values)&&b.values.length>0){e++;var f=c.data("taxonomy"),g=a(".bapf_sfilter.bapf_child_"+e+"[data-taxonomy="+f+"]");if(g.length){var h=braapf_grab_single(g,[],!0);"object"==typeof h&&"undefined"!=typeof h.values&&Array.isArray(h.values)&&h.values.length>0&&(b=h)}}return b},braapf_child_parent_fix_selected=function(b,c){if(0!=c){var d=c.closest(".bapf_sfilter");if(d.length){var e=d.data("child"),f=d.data("taxonomy");if("undefined"!=typeof e&&e>0)for(i=e+1;a(".bapf_sfilter.bapf_child_"+i+"[data-taxonomy="+f+"]").length;i++)a(".bapf_sfilter.bapf_child_"+i+"[data-taxonomy="+f+"]").trigger("braapf_unselect",!1)}}return b},braapf_child_parent_load_with_update_button=function(a,b,c){if(0!=c){var d=c.closest(".bapf_sfilter");if(d.length){var e=d.data("child");d.data("taxonomy");"undefined"!=typeof e&&e>0&&(a=!0)}}return a},berocket_add_filter("grab_single_filter_default",braapf_child_parent_grab_single,9e6),berocket_add_filter("before_update_products_context",braapf_child_parent_fix_selected),berocket_add_filter("apply_filters_to_page_partial",braapf_child_parent_load_with_update_button);var b;braapf_add_loader_element=function(c,d,e,f,g){return"default"==g&&("undefined"!=typeof b&&"function"==typeof b.remove&&b.remove(),b=a(the_ajax_script.load_image),a("body").append(b)),c},braapf_remove_loader_element=function(a){return"undefined"!=typeof b&&"function"==typeof b.remove&&b.remove(),a},berocket_add_filter("ajax_load_from_url_beforeSend",braapf_add_loader_element),berocket_add_filter("ajax_load_from_url_always_after",braapf_remove_loader_element),a(document).on("click",".bapf_sfilter.bapf_ckbox .bapf_body li label a",function(b){b.preventDefault(),a(this).parent().trigger("click")}),jQuery(".elementor-widget").length&&jQuery(window).on("scroll",function(){jQuery(".elementor-sticky__spacer .bapf_sfilter").remove()});try{window.addEventListener("LazyLoad::Initialized",function(a){baapfGet_wprocketInstance=a.detail.instance})}catch(a){berocket_throw_error("wprocketInstance_get",a)}a(document).on("change","form.cart input.qty",function(){try{a(this.form).find("[data-quantity]").attr("data-quantity",this.value)}catch(a){berocket_throw_error("wc_quantity_change",a)}})}(jQuery);var braapf_init_ion_slidr,braapf_ion_slidr_same,braapf_jqrui_slidr_ion_value_wc_price,braapf_jqrui_slidr_ion_value_arr_attr,braapf_init_ion_slidr_for_parent,braapf_grab_single_ion,braapf_jqrui_slidr_ion_values_link_arr_attr;!function(a){braapf_init_ion_slidr=function(){braapf_init_ion_slidr_for_parent(a(document))},braapf_init_ion_slidr_for_parent=function(b){b.find(".bapf_slidr_ion:not(.bapf_slidr_ready)").each(function(){var b=a(this).find(".bapf_slidr_all .bapf_slidr_main"),c=function(a){if(!b.is(".bapf_ion_blocked")){b.addClass("bapf_ion_blocked");var c=b.closest(".bapf_sfilter").data("taxonomy");braapf_ion_slidr_same(c,a);var d={element:"#"+b.closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",d,b),berocket_do_action("update_products","filter",b),b.removeClass("bapf_ion_blocked")}},d=berocket_apply_filters("jqrui_data_slidr_ion",{type:"double",from:b.data("start"),to:b.data("end"),grid:!1,force_edges:!0,onFinish:c,onUpdate:c,prettify:function(a){return a=berocket_apply_filters("jqrui_slidr_ion_"+b.data("display"),a,b)}},b);b.ionRangeSlider(d),a(this).addClass("bapf_slidr_ready")})},braapf_ion_slidr_same=function(b,c){a(".bapf_slidr_ion.bapf_slidr_ready[data-taxonomy="+b+"]").each(function(){var b=a(this).find(".bapf_slidr_main");b.addClass("bapf_ion_blocked");var d=b.data("ionRangeSlider");d.update({from:c.from,to:c.to}),b.removeClass("bapf_ion_blocked")})},braapf_jqrui_slidr_ion_value_wc_price=function(a,b){var c=b.data("number_style");return c||(c=the_ajax_script.number_style),a=berocket_format_number(parseFloat(a),c)},braapf_jqrui_slidr_ion_value_arr_attr=function(a,b){var c=b.data("attr");return a=c[a].n},braapf_grab_single_ion=function(a,b){if(b.is(".bapf_slidr_ion.bapf_slidr_ready")&&0!=a){var c=b.find(".bapf_slidr_main").data("ionRangeSlider"),d=b.find(".bapf_slidr_main"),e=[c.options.from,c.options.to],f=[berocket_apply_filters("jqrui_slidr_ion_"+d.data("display"),c.options.from,d),berocket_apply_filters("jqrui_slidr_ion_"+d.data("display"),c.options.to,d)],g=d.data("prefix");"undefined"==typeof g&&(g="");var h=d.data("postfix");if("undefined"==typeof h&&(h=""),f[0]=g+f[0]+h,f[1]=g+f[1]+h,e[0]!=d.data("min")||e[1]!=d.data("max")){var i={value:e[0]+"_"+e[1],html:f[0]+" - "+f[1]};i=berocket_apply_filters("jqrui_slidr_ion_link_"+d.data("display"),i,e,f,d,a),a.values=[i]}}return a},braapf_jqrui_slidr_ion_values_link_arr_attr=function(a,b,c,d,e){var f=d.data("attr");return a.value=f[b[0]].v+"_"+f[b[1]].v,a},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slidr_ion",function(b,c){var d=a(this).find(".bapf_slidr_main"),e=d.data("ionRangeSlider");d.addClass("bapf_ion_blocked"),e.update({from:e.options.min,to:e.options.max}),d.removeClass("bapf_ion_blocked")}),berocket_add_filter("braapf_init",braapf_init_ion_slidr),berocket_add_filter("braapf_init_for_parent",braapf_init_ion_slidr_for_parent),berocket_add_filter("grab_single_filter_default",braapf_grab_single_ion),berocket_add_filter("jqrui_slidr_ion_link_arr_attr",braapf_jqrui_slidr_ion_values_link_arr_attr),berocket_add_filter("jqrui_slidr_ion_link_arr_attr_price",braapf_jqrui_slidr_ion_values_link_arr_attr),berocket_add_filter("jqrui_slidr_ion_wc_price",braapf_jqrui_slidr_ion_value_wc_price),berocket_add_filter("jqrui_slidr_ion_arr_attr",braapf_jqrui_slidr_ion_value_arr_attr),berocket_add_filter("jqrui_slidr_ion_arr_attr_price",braapf_jqrui_slidr_ion_value_arr_attr,10),berocket_add_filter("jqrui_slidr_ion_arr_attr_price",braapf_jqrui_slidr_ion_value_wc_price,20)}(jQuery);var braapf_grab_single_select;!function(a){a(document).on("change",".bapf_slct .bapf_body select",function(){var b={element:"#"+a(this).closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",b,a(this)),berocket_do_action("update_products","filter",a(this))}),braapf_grab_single_select=function(b,c){if(c.is(".bapf_slct")&&0!=b){var d=a('.bapf_slct[data-taxonomy="'+b.taxonomy+'"] .bapf_body select:not(:disabled)'),e=[];d.find("option:selected:not(:disabled)").each(function(){var c=a(this).val();c&&e.indexOf(c)===-1&&(e.push(c),b.values.push({value:c,html:a(this).data("name")}))})}return b},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slct",function(b,c){a(this).find(".bapf_body select:not(:disabled) option:selected:not(:disabled)").each(function(){"undefined"!=typeof c&&"undefined"!=typeof c.value&&c.value!=a(this).val()||a(this).prop("selected",!1)})}),berocket_add_filter("grab_single_filter_default",braapf_grab_single_select)}(jQuery);var bapf_select2_init,bapf_select2_init_for_parent,bapf_select2_disable_for_parent;jQuery(document).ready(function(){bapf_select2_init=function(){bapf_select2_init_for_parent(jQuery(document))},bapf_select2_init_for_parent=function(a){a.find(".bapf_select2").length&&"undefined"!=typeof a.find(".bapf_select2").select2&&a.find(".bapf_select2").each(function(){if(!jQuery(this).data("select2")&&!jQuery(this).is(".select2-hidden-accessible")){var a={width:"100%",theme:"default"};jQuery(this).prop("multiple")&&(a.placeholder=jQuery(this).data("placeholder")),jQuery(this).parents("#berocket-ajax-filters-sidebar").length&&(0==jQuery("#bapf-select2-high-zindex").length&&jQuery("body").append('<div id="bapf-select2-high-zindex"></div>'),a.dropdownParent=jQuery("#bapf-select2-high-zindex")),a=berocket_apply_filters("jqrui_data_select2",a,jQuery(this)),jQuery(this).select2(a)}})},bapf_select2_disable_for_parent=function(a){a.find(".bapf_select2").length&&"undefined"!=typeof a.find(".bapf_select2").select2&&a.find(".bapf_select2").each(function(){jQuery(this).data("select2")&&jQuery(this).select2("destroy")})},jQuery(document).on("berocket_ajax_filtering_on_update",function(){bapf_select2_disable_for_parent(jQuery(document))}),bapf_select2_init(),berocket_add_filter("braapf_init",bapf_select2_init,2e3),berocket_add_filter("braapf_init_for_parent",bapf_select2_init_for_parent)});var braapf_init_jqrui_slidr,braapf_jqrui_slidr_same,braapf_jqrui_slidr_values_wc_price,braapf_init_jqrui_slidr_for_parent,braapf_grab_single_jqrui,braapf_jqrui_slidr_values_arr_attr,braapf_jqrui_slidr_values_link_arr_attr;!function(a){function b(b,c){var d=a(b).closest(".bapf_slidr_jqrui.bapf_slidr_ready").find(".bapf_slidr_main"),e=d.slider("values");a(b).val(e[c]),a(b).data("val",e[c])}function c(b,c,d){var e=a(b).closest(".bapf_slidr_jqrui.bapf_slidr_ready").find(".bapf_slidr_main");if("focusout"==d){if(a(b).val()==a(b).data("val")){var f=e.slider("values");e.trigger("braapf_change_jqrui_slidr",[f])}}else{var g=parseInt(a(b).val());e.slider("values",c,g)}}a.each([{position:0,className:"bapf_from"},{position:1,className:"bapf_to"}],function(d,e){a(document).on("focusin",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" input[type=text]",function(){b(this,e.position)}),a(document).on("change focusout",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" input[type=text]",function(a){c(this,e.position,a.type)}),a(document).on("change",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" select",function(a){c(this,e.position,a.type)})}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=[c[0],c[1]];e=berocket_apply_filters("jqrui_slidr_"+d.data("display"),e,d),d.closest(".bapf_slidr_jqrui").find(".bapf_from span.bapf_val").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_from span.bapf_val").text(e[0]),d.closest(".bapf_slidr_jqrui").find(".bapf_to span.bapf_val").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_to span.bapf_val").text(e[1])}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=[c[0],c[1]];e=berocket_apply_filters("jqrui_slidr_"+d.data("display"),e,d),d.closest(".bapf_slidr_jqrui").find(".bapf_from input[type=text]").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_from input[type=text]").val(e[0]),d.closest(".bapf_slidr_jqrui").find(".bapf_to input[type=text]").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_to input[type=text]").val(e[1])}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=d.data("attr");if(d.closest(".bapf_slidr_jqrui").find(".bapf_from select").length||d.closest(".bapf_slidr_jqrui").find(".bapf_to select").length){var e=d.data("attr"),f=[],g=[],h=!1,i=!1;a.each(e,function(a,b){a==c[0]&&(i=!0),h||f.push({v:b.v,n:b.n,ov:a}),i&&g.push({v:b.v,n:b.n,ov:a}),a==c[1]&&(h=!0)})}d.closest(".bapf_slidr_jqrui").find(".bapf_from select").length&&(d.closest(".bapf_slidr_jqrui").find(".bapf_from select option").remove(),a.each(f,function(b,e){var f="";e.ov==c[0]&&(f=" selected"),d.closest(".bapf_slidr_jqrui").find(".bapf_from select").append(a('<option value="'+e.ov+'"'+f+">"+e.n+"</option>"))})),d.closest(".bapf_slidr_jqrui").find(".bapf_to select").length&&(d.closest(".bapf_slidr_jqrui").find(".bapf_to select option").remove(),a.each(g,function(b,e){var f="";e.ov==c[1]&&(f=" selected"),d.closest(".bapf_slidr_jqrui").find(".bapf_to select").append(a('<option value="'+e.ov+'"'+f+">"+e.n+"</option>"))}))}),braapf_init_jqrui_slidr=function(){braapf_init_jqrui_slidr_for_parent(a(document))},braapf_init_jqrui_slidr_for_parent=function(b){b.find(".bapf_slidr_jqrui:not(.bapf_slidr_ready)").each(function(){var b=a(this).find(".bapf_slidr_main"),c=berocket_apply_filters("jqrui_data_slidr_jqrui",{range:!0,min:b.data("min"),max:b.data("max"),values:[b.data("start"),b.data("end")],step:b.data("step"),create:function(b,c){var d=a(this).slider("values");a(this).trigger("braapf_change_jqrui_slidr",[d])},slide:function(b,c){a(this).trigger("braapf_change_jqrui_slidr",[c.values])},change:function(b,c){var d=a(this).slider("values");if(a(this).trigger("braapf_change_jqrui_slidr",[d]),!a(this).is(".bapf_jqrui_blocked")){var d=a(this).slider("values"),e=a(this).parents(".bapf_sfilter").data("taxonomy");braapf_jqrui_slidr_same(e,d);var f={element:"#"+a(this).closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",f,a(this)),berocket_do_action("update_products","filter",a(this))}}},b);b.slider(c),a(this).addClass("bapf_slidr_ready")})},braapf_jqrui_slidr_same=function(b,c){a(".bapf_slidr_jqrui.bapf_slidr_ready[data-taxonomy="+b+"]").each(function(){var b=a(this).find(".bapf_slidr_main");b.addClass("bapf_jqrui_blocked"),b.slider("values",c),b.removeClass("bapf_jqrui_blocked")})},braapf_jqrui_slidr_values_wc_price=function(a,b){var c=b.data("number_style");return c||(c=the_ajax_script.number_style),a[0]=berocket_format_number(a[0],c),a[1]=berocket_format_number(a[1],c),a},braapf_grab_single_jqrui=function(a,b){if(b.is(".bapf_slidr_jqrui.bapf_slidr_ready")&&0!=a){var c=b.find(".bapf_slidr_main"),d=c.slider("values"),e=c.slider("values"),f="";b.find(".bapf_tbprice").length&&(f=b.find(".bapf_tbprice").first().text());var g="";if(b.find(".bapf_taprice").length&&(g=b.find(".bapf_taprice").first().text()),d[0]!=c.data("min")||d[1]!=c.data("max")){e=berocket_apply_filters("jqrui_slidr_"+c.data("display"),e,c),e[0]=f+e[0]+g,e[1]=f+e[1]+g;var h={value:d[0]+"_"+d[1],html:e[0]+" - "+e[1]};h=berocket_apply_filters("jqrui_slidr_link_"+c.data("display"),h,d,e,c,a),a.values=[h]}}return a},braapf_jqrui_slidr_values_arr_attr=function(a,b){var c=b.data("attr");return Array.isArray(a)&&2==a.length?(a[0]=c[a[0]].n,a[1]=c[a[1]].n):(a=["",""],a[0]=c[0].n,a[1]=c[c.length-1].n),a},braapf_jqrui_slidr_values_link_arr_attr=function(a,b,c,d,e){var f=d.data("attr");return a.value=f[b[0]].v+"_"+f[b[1]].v,a},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slidr_jqrui",function(b,c){var d=a(this).find(".bapf_slidr_main"),e=d.data("min"),f=d.data("max");d.addClass("bapf_jqrui_blocked"),d.slider("values",[e,f]),d.removeClass("bapf_jqrui_blocked")}),berocket_add_filter("jqrui_slidr_wc_price",braapf_jqrui_slidr_values_wc_price),berocket_add_filter("jqrui_slidr_arr_attr",braapf_jqrui_slidr_values_arr_attr),berocket_add_filter("jqrui_slidr_arr_attr_price",braapf_jqrui_slidr_values_arr_attr,10),berocket_add_filter("jqrui_slidr_arr_attr_price",braapf_jqrui_slidr_values_wc_price,20),berocket_add_filter("jqrui_slidr_link_arr_attr",braapf_jqrui_slidr_values_link_arr_attr),berocket_add_filter("jqrui_slidr_link_arr_attr_price",braapf_jqrui_slidr_values_link_arr_attr),berocket_add_filter("grab_single_filter_default",braapf_grab_single_jqrui),berocket_add_filter("braapf_init",braapf_init_jqrui_slidr),berocket_add_filter("braapf_init_for_parent",braapf_init_jqrui_slidr_for_parent)}(jQuery);
|
1 |
+
function berocket_make_args_array(a){for(var b=[],c=0;c<a.length;c++)b.push(a[c]);return b}function berocket_apply_filters(a,b){if("undefined"!=typeof berocket_filters[a]){var c=berocket_make_args_array(arguments);c.splice(0,1),jQuery.each(berocket_filters[a],function(a,d){b=d.callback.apply(null,c),c[0]=b})}return b}function berocket_do_action(a){if("undefined"!=typeof berocket_filters[a]){var b=berocket_make_args_array(arguments);b.splice(0,1),jQuery.each(berocket_filters[a],function(a,c){c.callback.apply(null,b)})}}function berocket_throw_error(a){var b="berocket_throw_error";if(error_exist=!0,"undefined"!=typeof berocket_filters[b]){for(var c=[error_exist],d=0;d<arguments.length;d++)c.push(arguments[d]);jQuery.each(berocket_filters[b],function(a,b){if(error_exist=b.callback.apply(null,c),c[0]=error_exist,!error_exist)return!1})}return error_exist}function berocket_add_filter(a,b,c){"undefined"==typeof c&&(c=10),"undefined"==typeof berocket_filters[a]&&(berocket_filters[a]=[]);var d=!1;jQuery.each(berocket_filters[a],function(a,e){e.priority===c&&e.callback===b&&(d=!0)}),d||(berocket_filters[a].push({callback:b,priority:c}),berocket_filters[a]=berocket_sort_by_priority(berocket_filters[a]))}function berocket_remove_filter(a,b,c){if("undefined"==typeof c&&(c=10),"undefined"!=typeof berocket_filters[a]){var d=[];jQuery.each(berocket_filters[a],function(a,e){e.priority===c&&e.callback===b||d.push(e)}),berocket_filters[a]=berocket_sort_by_priority(d)}}function berocket_sort_by_priority(a){return Array.isArray(a)&&a.sort(function(a,b){return a.priority>b.priority?1:a.priority<b.priority?-1:0}),a}function berocket_format_number(a,b){"undefined"==typeof b&&(b=the_ajax_script.number_style);var c=a.toFixed(b[2]);c=c.toString();var d=c.split("."),e=d[0];return c.indexOf(".")!=-1&&(d=d[1]),e=e.replace(/\d(?=(?:\d{3})+(?:$))/g,function(a,c){return a+b[0]}),c.indexOf(".")!=-1&&(e=e+b[1]+d),e}function braapf_grab_all_init(){braapf_grab_all()}function braapf_selected_filters_area_set_init(){braapf_selected_filters_area_set()}function braapf_filtered_filters_set(){braapf_filtered_filters=braapf_selected_filters.slice(),berocket_do_action("braapf_init_filtered_set",braapf_filtered_filters)}var berocket_filters={};berocket_add_filter("compat_filters_result_single",function(a){return"object"==typeof a&&"string"==typeof a.taxonomy&&"pa_"==a.taxonomy.substr(0,3)&&(a.taxonomy=a.taxonomy.substr(3)),a}),jQuery(document).trigger("berocket_hooks_ready");var braapf_filter_blocked=!1,braapf_selected_filters=[],braapf_filtered_filters=[],braapf_filters_var,braapf_ajax_request,braapf_checkbox_same,braapf_update_products,braapf_grab_all,braapf_grab_single,braapf_compact_filters,braapf_compat_filters_to_string,braapf_build_url_from_urldata,braapf_apply_additional_filter_data,braapf_glue_by_operator,braapf_ajax_load_from_url,braapf_ajax_load_from_url_request,braapf_init_load,braapf_remove_pages_from_url_data,braapf_filter_products_by_url,braapf_get_current_url_data,braapf_reset_buttons_hide,bapf_universal_theme_compatibility,braapf_disable_ajax_loading,braapf_close_tippy;!function(a){function b(a){return berocket_remove_filter("ajax_load_from_url_beforeSend",b),a.setRequestHeader("X-Braapfdisable","1"),a}function c(a){return a.setRequestHeader("X-Braapf","1"),a}function d(b){var c=berocket_apply_filters("filter_mobile_width",767),d=berocket_apply_filters("filter_tablet_width",1024);return a(window).width()<=c&&b.find(".bapf_sngl_hd_mobile").remove(),a(window).width()>c&&a(window).width()<=d&&b.find(".bapf_sngl_hd_tablet").remove(),a(window).width()>d&&b.find(".bapf_sngl_hd_desktop").remove(),b}a(document).on("change",".bapf_sfilter.bapf_ckbox input[type=checkbox]",function(){var b=a(this).val(),c=a(this).parents(".bapf_sfilter").data("taxonomy"),d=a(this).prop("checked");braapf_checkbox_same(c,b,d),berocket_apply_filters("input_ckbox_changed",this,c,b,d);var e={element:"#"+a(this).attr("id"),parent:1,find:!1};berocket_apply_filters("filter_changed_element",e,a(this)),berocket_do_action("update_products","filter",a(this))}),braapf_checkbox_same=function(b,c,d){a('.bapf_sfilter[data-taxonomy="'+b+'"] input[value="'+c+'"]').prop("checked",d),a('.bapf_sfilter[data-taxonomy="'+b+'"]').length>a('.bapf_sfilter.bapf_ckbox[data-taxonomy="'+b+'"]').length&&berocket_throw_error("multiple_filters_for_same_taxonomy",b)},a(document).on("braapf_unselect",".bapf_ckbox",function(b,c){if("undefined"==typeof c&&(c=!1),0==c)var d=a(this).find("input[type=checkbox]");else var d=a(this).find('input[value="'+c.value+'"]');if(d.length>0){var e=d.val(),f=a(this).data("taxonomy");d.prop("checked",!1),braapf_checkbox_same(f,e,!1)}}),a(document).on("braapf_unselect_all",".bapf_ckbox",function(b,c){a(this).trigger("braapf_unselect",!1)}),a(document).on("berocket_filters_document_ready",function(){a(".bapf_ckbox input[type=checkbox]:checked").closest("li").parents("li").trigger("bapf_ochild")}),a(document).on("click",".berocket_aapf_widget_update_button, .bapf_update",function(b){b.preventDefault(),berocket_do_action("update_products","update",a(this))}),a(document).on("click",".berocket_aapf_reset_button, .bapf_reset",function(b){b.preventDefault(),braapf_unselect_all(),berocket_do_action("update_products","reset_all",a(this))}),braapf_reset_buttons_hide=function(){berocket_apply_filters("bapf_rst_nofltr_hide","undefined"==typeof braapf_filtered_filters||braapf_filtered_filters.length<=0)?a(".bapf_rst_nofltr").hide():a(".bapf_rst_nofltr").show();var b=!1;"undefined"!=typeof braapf_filtered_filters&&braapf_filtered_filters.length>0&&a.each(braapf_filtered_filters,function(a,c){if(c.values.length>0)return b=!0,!1}),berocket_apply_filters("bapf_rst_sel_show",b)?a(".bapf_rst_sel").show():a(".bapf_rst_sel").hide()},berocket_add_filter("braapf_init",braapf_reset_buttons_hide,1500),berocket_add_filter("braapf_init_filtered_set",braapf_reset_buttons_hide,1500);var e=the_ajax_script.pagination_class;e=e.replace(","," a,"),e=berocket_apply_filters("pagination_links_a_tags",e+" a",the_ajax_script.pagination_class),!the_ajax_script.disable_ajax_loading&&the_ajax_script.pagination_ajax&&a(document).on("click",e,function(c){c.preventDefault();var d=a(this).attr("href");d=berocket_apply_filters("pagination_href_from_clicked_a",decodeURI(d),a(this)),braapf_change_url_history_api(d,{replace:the_ajax_script.seo_friendly_urls}),berocket_add_filter("ajax_load_from_url_beforeSend",b),braapf_ajax_load_from_url(d,{},berocket_apply_filters("ajax_load_from_pagination",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_init_load,braapf_update_data_from_current]},d))}),!the_ajax_script.disable_ajax_loading&&the_ajax_script.control_sorting&&a(document).on("submit",the_ajax_script.ordering_class,function(b){b.preventDefault();var c=braapf_get_current_url_data();if(c=braapf_remove_pages_from_url_data(c),Array.isArray(c.queryargs)){var d=[];a.each(c.queryargs,function(a,b){"orderby"!=b.name&&d.push(b)}),c.queryargs=d}else c.queryargs=[];var e=a(this).serializeArray();Array.isArray(e)&&a.each(e,function(a,b){"paged"==b.name?c.page=parseInt(b.value):"orderby"==b.name?the_ajax_script.default_sorting!=b.value&&c.queryargs.push(b):c.queryargs.push(b)});var f=braapf_build_url_from_urldata(c);braapf_filter_products_by_url(f)}),braapf_get_url_with_filters_selected=function(){braapf_grab_all();var a=braapf_compact_filters(),b=berocket_apply_filters("braapf_filters_mask",the_ajax_script.url_mask),c=braapf_compat_filters_to_string(a,b,the_ajax_script.url_split),d=braapf_get_current_url_data();d.filter=c,d=braapf_remove_pages_from_url_data(d),d=braapf_apply_additional_filter_data(d);var e=braapf_build_url_from_urldata(d);return e},braapf_update_products=function(b,c){"undefined"==typeof b&&(b="filter"),"undefined"==typeof c&&(c=!1),b=berocket_apply_filters("before_update_products_context",b,c);var d=berocket_apply_filters("before_update_products_context_url_filtered",braapf_get_url_with_filters_selected(),b,c);berocket_apply_filters("apply_filters_to_page",0==a(".berocket_aapf_widget_update_button:visible, .bapf_update:visible").length||"filter"!=b,b,c,d)?(braapf_selected_filters_area_set(),braapf_filter_products_by_url(d)):berocket_apply_filters("apply_filters_to_page_partial",!1,b,c,d)&&braapf_ajax_load_from_url(d,{},berocket_apply_filters("ajax_load_from_filters_partial",{done:[braapf_replace_each_filter,braapf_init_load]},d,"partial"),"partial")},braapf_filter_products_by_url=function(b){berocket_apply_filters("page_has_products_holder",!a(the_ajax_script.products_holder_id).length,b)?location.href=b:(braapf_change_url_history_api(b,{replace:the_ajax_script.seo_friendly_urls}),braapf_ajax_load_from_url(b,{},berocket_apply_filters("ajax_load_from_filters",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_replace_orderby,braapf_replace_each_filter,braapf_init_load,braapf_filtered_filters_set,braapf_update_url_history_api_from_current]},b,"default")))},braapf_update_data_from_current=function(){braapf_grab_all();braapf_compact_filters()},braapf_update_url_history_api_from_current=function(){the_ajax_script.seo_friendly_urls&&(url_filtered=braapf_get_url_with_filters_selected(),history.replaceState(history.state,"BeRocket Rules",url_filtered))},braapf_grab_all=function(b){"undefined"==typeof b&&(b=!1);var c=berocket_apply_filters("before_grab_all_filters",[],b);if(b===!1)var d=a(".bapf_sfilter");else var d=a(b).find(".bapf_sfilter");return d.each(function(){var a=braapf_grab_single(this,c);a!==!1&&c.push(a)}),c=berocket_apply_filters("grab_all_filters",c,b),b===!1&&(braapf_selected_filters=c),c},braapf_grab_single=function(b,c,d){"undefined"==typeof d&&(d=!1),b=a(b);var e=!1,f=!1,g=b.data("taxonomy");if("undefined"==typeof g||!g)return berocket_apply_filters("grab_single_filter_taxonomy_undefined",e,b,c);if(a.each(c,function(a,b){b.taxonomy==g&&(f=!0)}),!berocket_apply_filters("grab_single_filter_exist",f,b,c)){if(e=berocket_apply_filters("grab_single_filter",e,b,c),e!==!1)return e;var h=b.data("op"),i=b.data("name");"undefined"==typeof i&&(i="");var j=braapf_glue_by_operator(h),k=[],l=[];if(d)var m=b;else var m=a(".bapf_sfilter[data-taxonomy="+g+"]");m.find("input:checked:not(:disabled)").each(function(b,c){l.indexOf(a(this).val())==-1&&(k.push({value:a(this).val(),html:a(this).data("name")}),l.push(a(this).val()))}),e={name:i,taxonomy:g,values:k,glue:j,operator:h}}return berocket_apply_filters("grab_single_filter_default",e,b,c)},braapf_glue_by_operator=function(a){"string"!=typeof a&&(a="");var b="-";return"and"==a.toLowerCase()&&(b="+"),berocket_apply_filters("glue_by_operator",b,a)},braapf_compact_filters=function(b){"undefined"==typeof b&&(b=braapf_selected_filters);var c=[];return a.each(b,function(b,d){var e="";"undefined"!=typeof d.customValuesLine?e=d.customValuesLine:a.each(d.values,function(a,b){e.length&&(e+=d.glue),e+=b.value}),e.length&&c.push(berocket_apply_filters("compat_filters_result_single",{taxonomy:d.taxonomy,values:e},d))}),berocket_apply_filters("compat_filters_result",c,b)},braapf_compat_filters_to_string=function(b,c,d){var e="";return a.each(b,function(a,f){e.length&&(e+=d);var g=c;g=g.replace("%t%",f.taxonomy),g=g.replace("%v%",f.values),e+=berocket_apply_filters("compat_filters_to_string_single",g,f,b,c,d)}),berocket_apply_filters("compat_filters_to_string",e,b,c,d)},braapf_get_current_url_data=function(b){if("undefined"==typeof b)var c=location.href.split("#")[0].split("?")[0],d=location.search.substring(1);else{var c=b.split("#")[0].split("?")[0];if(b.split("#")[0].split("?").length>1)var d=b.split("#")[0].split("?")[1];else var d=""}var e=[],f=1,g=c.match(/\/page\/(\d+)/);return g&&"string"==typeof g[1]&&(f=parseInt(g[1]),c=c.replace(/\/page\/(\d+)/,"")),d=d.split("&"),a.each(d,function(a,b){b.length&&(d[a]=b.split("="),"paged"==d[a][0]?f=parseInt(d[a][1]):e.push({name:d[a][0],value:d[a][1]}))}),berocket_apply_filters("get_current_url_data",{baselink:c,queryargs:e,filter:"",page:f})},braapf_remove_pages_from_url_data=function(b){if(b.page=1,Array.isArray(b.queryargs)){var c=[];a.each(b.queryargs,function(a,b){"product-page"!=b.name&&c.push(b)}),b.queryargs=c}return b},braapf_apply_additional_filter_data=function(b,c){return"undefined"==typeof c&&(c=braapf_selected_filters),a.each(c,function(a,c){b=berocket_apply_filters("apply_additional_filter_data",b,c)}),b},braapf_build_url_from_urldata=function(b,c){"undefined"==typeof c&&(c=braapf_build_url_parameters_default());var d=berocket_apply_filters("url_from_urldata_baselink",b.baselink,b,c),e="";return b.queryargs.length&&a.each(b.queryargs,function(a,b){e.length&&(e+="&"),b.name.length&&(e+=b.name+"="+b.value)}),b.page&&b.page>1&&(e.length&&(e+="&"),e+="paged="+b.page),e.length&&(e="?"+e),d=berocket_apply_filters("url_from_urldata_linkget",d+e,b,c,d,e)},braapf_build_url_parameters_default=function(){return berocket_apply_filters("build_url_parameters_default",{})},braapf_replace_current_with_new=function(b,c,d){"undefined"==typeof d&&(d={}),args={replace:!1},jQuery.extend(args,d);var e=a("<div><div>"+b+"</div></div>"),f=e.find(c),g=a(c);0!=g.length&&(f.length!=g.length&&0!=f.length&&berocket_throw_error("error_notsame_block_qty",c,f.length,g.length),0==f.length?(g.html("").addClass("braapfNotReplaced"),g.hide()):(g.each(function(b,c){"undefined"!=typeof f[b]?args.replace?a(c).replaceWith(a(f[b])):a(c).html(a(f[b]).html()).removeClass("braapfNotReplaced"):a(c).html("").addClass("braapfNotReplaced")}),g.show()))},braapf_replace_products=function(b){var c=the_ajax_script.products_holder_id;a("<div><div>"+b+"</div></div>");a(".bapf_no_products").remove(),braapf_replace_current_with_new(b,c),a(".braapfNotReplaced").filter(c).length&&a(".braapfNotReplaced").filter(c).before(a(the_ajax_script.no_products))},braapf_replace_pagination=function(b){var c=the_ajax_script.pagination_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().after(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_result_count=function(b){var c=the_ajax_script.result_count_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().before(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_orderby=function(b){var c=the_ajax_script.ordering_class;if(0==a(c).length){var d=the_ajax_script.products_holder_id,e=a("<div><div>"+b+"</div></div>"),f=e.find(c).last();f.length&&a(d).last().before(f)}else braapf_replace_current_with_new(b,c)},braapf_replace_each_filter=function(b){var c=a("<div><div>"+b+"</div></div>");c=d(c),a(".berocket_single_filter_widget").each(function(){var b=a(this).data("id");a(".berocket_single_filter_widget_"+b).html(c.find(".berocket_single_filter_widget_"+b).last().html()),c.find(".berocket_single_filter_widget_"+b).is(".bapf_mt_none")?a(".berocket_single_filter_widget_"+b).addClass("bapf_mt_none"):a(".berocket_single_filter_widget_"+b).removeClass("bapf_mt_none")})},braapf_change_url_history_api=function(a,b){if("undefined"!=typeof b&&b.replace){var c={BeRocket:"Rules"};history.replaceState(c,""),history.pushState(c,"",a),history.pathname=a}},berocket_apply_filters("load_products_ajax_on_popstate",!0)&&(window.onpopstate=function(b){if(null!=b.state&&"Rules"==b.state.BeRocket){var c=location.href;berocket_apply_filters("page_has_products_holder",!a(the_ajax_script.products_holder_id).length,c)?location.href=c:braapf_ajax_load_from_url(c,{},berocket_apply_filters("ajax_load_from_filters",{done:[braapf_replace_products,braapf_replace_pagination,braapf_replace_result_count,braapf_replace_orderby,braapf_replace_each_filter,braapf_init_load,braapf_filtered_filters_set,braapf_update_data_from_current]},c,"default"))}}),braapf_ajax_load_from_url=function(a,b,c,d){"undefined"==typeof d&&(d="default"),"object"!=typeof b&&(b={}),"object"!=typeof c&&(c={done:[],fail:[],always:[]}),"undefined"!=typeof c.done&&Array.isArray(c.done)||(c.done=[]),"undefined"!=typeof c.fail&&Array.isArray(c.fail)||(c.fail=[]),"undefined"!=typeof c.always&&Array.isArray(c.always)||(c.always=[]),a=berocket_apply_filters("ajax_load_from_url_url",a,b,c,d),b=berocket_apply_filters("ajax_load_from_url_data",b,a,c,d),c=berocket_apply_filters("ajax_load_from_url_callback",c,a,b,d),braapf_ajax_load_from_url_request(a,b,c,d)},braapf_ajax_load_from_url_request=function(b,c,d,e){a(document).trigger("berocket_ajax_filtering_start"),"object"==typeof braapf_ajax_request&&"undefined"!=typeof braapf_ajax_request.abort&&braapf_ajax_request.abort(),braapf_ajax_request=a.ajax({method:"GET",url:b,data:c,beforeSend:function(a){a=berocket_apply_filters("ajax_load_from_url_beforeSend",a,b,c,d,e)}}).done(function(f,g,h){a(document).trigger("berocket_ajax_filtering_on_update"),f=berocket_apply_filters("ajax_load_from_url_done",f,b,c,d,e),a.each(d.done,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_done_after",f,b,c,d,e),a(document).trigger("berocket_ajax_products_loaded")}).fail(function(f,g,h){if("abort"==g)return!1;if(a(document).trigger("berocket_ajax_products_not_loaded"),f=berocket_apply_filters("ajax_load_from_url_fail",f,b,c,d,e),a.each(d.fail,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_fail_after",f,b,c,d,e),"default"==e){var i=jQuery.param(c);i&&(b=b.split("?").length>1?b+"&"+i:b+"?"+i),location.href=b}}).always(function(f,g,h){f=berocket_apply_filters("ajax_load_from_url_always",f,b,c,d,e),a.each(d.always,function(a,b){b(f,g,h)}),f=berocket_apply_filters("ajax_load_from_url_always_after",f,b,c,d,e),a(document).trigger("berocket_ajax_filtering_end")})},braapf_init_load=function(){var b=berocket_apply_filters("filter_mobile_width",767),c=berocket_apply_filters("filter_tablet_width",1024);a(window).width()<=b&&a(".bapf_sngl_hd_mobile").remove(),a(window).width()>b&&a(window).width()<=c&&a(".bapf_sngl_hd_tablet").remove(),a(window).width()>c&&a(".bapf_sngl_hd_desktop").remove(),a(".bapf_sfilter .bapf_body.bapf_mcs:not(.bapf_mcs_ready)").each(function(){a(this).css("max-height",a(this).data("mcs-h")).mCustomScrollbar({scrollInertia:300}).addClass("bapf_mcs_ready")}),a(".berocket_single_filter_widget").each(function(){var b=a(this).data("id");berocket_apply_filters("remove_same_filters_to_prevent_errors",a(".berocket_single_filter_widget_"+b).length>1,a(this),b)&&(a(".berocket_single_filter_widget_"+b).not(a(".berocket_single_filter_widget_"+b).first()).remove(),berocket_throw_error("same_filters_multiple_times",b))}),a("body").on("click",".bapf_desci",function(a){a.stopPropagation()}),a("body").on("hover",".bapf_desci",function(a){a.stopPropagation()}),berocket_do_action("braapf_init",braapf_selected_filters),a(document).trigger("berocket_filters_first_load")},braapf_update_page_on_error=function(){berocket_apply_filters("update_page_on_error",!0)&&location.reload()},braapf_selected_filters_area_set=function(){if("undefined"!=typeof braapf_filtered_filters&&braapf_filtered_filters.length>0){var b="";a.each(braapf_filtered_filters,function(c,d){if(d.values.length>0){var e='<div class="bapf_sfa_taxonomy"><span>'+d.name+"</span>";e+="<ul>";var f="";a.each(d.values,function(a,b){f+=berocket_apply_filters("default_selected_filters_area_single",'<li><a href="#unselect_'+b.value+'" class="braapf_unselect" data-taxonomy="'+d.taxonomy+'" data-value="'+b.value+'"><i class="fa fa-times"></i>'+b.html+"</a></li>",b)}),e+=f,e+="</ul></div>",b+=berocket_apply_filters("default_selected_filters_area_single_taxonomy",e,d,f)}}),b?(a(".bapf_sfa_mt_hide").show().parent().removeClass("bapf_mt_none"),b=berocket_apply_filters("default_selected_filters_area_full_exist",'<div class="berocket_aapf_widget_selected_filter">'+b+'<ul class="bapf_sfa_unall"><li><a href="#Unselect_all" class="braapf_unselect_all"><i class="fa fa-times"></i> '+the_ajax_script.translate.unselect_all+"</a></li></ul>",b,braapf_filtered_filters)):(b=berocket_apply_filters("default_selected_filters_area_full_notexist",the_ajax_script.translate.nothing_selected,b,braapf_filtered_filters),a(".bapf_sfa_mt_hide").hide().parent().addClass("bapf_mt_none")),a(".berocket_aapf_widget_selected_area").html(b)}},a(document).on("click",".berocket_aapf_widget_selected_area .braapf_unselect",function(b){b.preventDefault(),a(".bapf_sfilter[data-taxonomy="+a(this).data("taxonomy")+"]").trigger("braapf_unselect",a(this).data()),berocket_do_action("update_products","reset_single",a(this))}),braapf_unselect_all=function(){braapf_grab_all(),"undefined"!=typeof braapf_selected_filters&&braapf_selected_filters.length>0&&a.each(braapf_selected_filters,function(b,c){c.values.length>0&&a(".bapf_sfilter[data-taxonomy="+c.taxonomy+"]").trigger("braapf_unselect_all",c)})},a(document).on("click",".berocket_aapf_widget_selected_area .braapf_unselect_all",function(b){b.preventDefault(),braapf_unselect_all(),berocket_do_action("update_products","reset_all",a(this))}),berocket_add_filter("braapf_init",braapf_grab_all_init,1e3),berocket_add_filter("braapf_init",braapf_selected_filters_area_set_init,1100),berocket_add_filter("braapf_init_filtered_set",braapf_selected_filters_area_set_init,1100),braapf_reload_page_for_products_error=function(a,b){return b==the_ajax_script.products_holder_id&&braapf_update_page_on_error(),a},berocket_add_filter("ajax_load_from_url_beforeSend",c),berocket_add_filter("update_products",braapf_update_products),berocket_add_filter("error_notsame_block_qty",braapf_reload_page_for_products_error),bapf_universal_theme_compatibility=function(b){if(berocket_apply_filters("universal_theme_compatibility",!0)){a(window).trigger("resize");try{berocket_apply_filters("uncode_theme_compatibility","object"==typeof UNCODE&&"function"==typeof UNCODE.init)&&UNCODE.init()}catch(a){berocket_throw_error("uncode_theme_compatibility",a)}try{berocket_apply_filters("flatsome_theme_compatibility","object"==typeof Flatsome&&"function"==typeof Flatsome.attach&&jQuery(the_ajax_script.products_holder_id).length)&&Flatsome.attach(jQuery(the_ajax_script.products_holder_id))}catch(a){berocket_throw_error("flatsome_theme_compatibility",a)}try{berocket_apply_filters("woodmart_theme_compatibility","object"==typeof woodmartThemeModule&&"function"==typeof woodmartThemeModule.init)&&(woodmartThemeModule.wooInit(),woodmartThemeModule.lazyLoading(),woodmartThemeModule.productsLoadMore())}catch(a){berocket_throw_error("woodmart_theme_compatibility",a)}try{berocket_apply_filters("divi_theme_compatibility","function"==typeof et_reinit_waypoint_modules)&&et_reinit_waypoint_modules()}catch(a){berocket_throw_error("divi_theme_compatibility",a)}try{berocket_apply_filters("rey_theme_compatibility","object"==typeof jQuery.reyTheme&&"function"==typeof jQuery.reyTheme.init)&&jQuery.reyTheme.init()}catch(a){berocket_throw_error("rey_theme_compatibility",a)}try{berocket_apply_filters("layzyloadimage_script_compatibility","function"==typeof layzyLoadImage)&&layzyLoadImage()}catch(a){berocket_throw_error("layzyloadimage_script_compatibility",a)}try{berocket_apply_filters("jetpacklazyimages_script_compatibility","function"==typeof jetpackLazyImagesModule)&&jetpackLazyImagesModule()}catch(a){berocket_throw_error("jetpacklazyimages_script_compatibility",a)}try{jQuery("img.jetpack-lazy-image").each(function(){jQuery(this).removeClass("jetpack-lazy-image").attr("src",jQuery(this).data("lazy-src")),jQuery(this).removeClass("jetpack-lazy-image").attr("srcset","")})}catch(a){berocket_throw_error("jetpacklazyimages_script_compatibility",a)}try{berocket_apply_filters("swift_script_compatibility","object"==typeof SWIFT&&"object"==typeof SWIFT.woocommerce&&"function"==typeof SWIFT.woocommerce.init)&&SWIFT.woocommerce.init()}catch(a){berocket_throw_error("swift_script_compatibility",a)}try{"undefined"!=typeof baapfGet_wprocketInstance&&baapfGet_wprocketInstance.update()}catch(a){berocket_throw_error("wprocket_script_compatibility",a)}try{jQuery(document).trigger("facetwp-loaded")}catch(a){berocket_throw_error("facetwp_script_compatibility",a)}try{berocket_apply_filters("etTheme_compatibility","object"==typeof etTheme&&"function"==typeof etTheme.global_image_lazy)&&etTheme.global_image_lazy()}catch(a){berocket_throw_error("etTheme_compatibility",a)}}return b},berocket_add_filter("ajax_load_from_url_always_after",bapf_universal_theme_compatibility,2500),a(document).ready(function(){berocket_apply_filters("remove_shortcode_fix_filters",a(".berocket_wc_shortcode_fix").length)&&(braapf_replace_each_filter(a(".berocket_wc_shortcode_fix").html()),a(".berocket_wc_shortcode_fix").html("")),braapf_init_load(),braapf_filtered_filters_set(),a(document).trigger("berocket_filters_document_ready")}),braapf_disable_ajax_loading=function(a){return!0},the_ajax_script.disable_ajax_loading&&berocket_add_filter("page_has_products_holder",braapf_disable_ajax_loading),braapf_close_tippy=function(){try{a(".tippy-box").length&&a(".tippy-box").each(function(){"undefined"!=typeof a(this).parent()[0]._tippy&&a(this).parent()[0]._tippy.hide()})}catch(a){}},berocket_add_filter("update_products",braapf_close_tippy)}(jQuery);var braapf_get_current_filters,braapf_filters_url_decode,braapf_scroll_shop_to_top,braapf_set_filters_to_link,braapf_convert_ckbox_to_radio,braapf_hierarhical_save,braapf_hierarhical_set,braapf_collapse_status_save,braapf_collapse_status_set,braapf_show_hide_values_save,braapf_show_hide_values_set;!function(a){function b(){jQuery(".berocket_product_table_compat .dataTables_length select").length&&jQuery(".berocket_product_table_compat .wc-product-table").dataTable()._fnSaveState();var a=jQuery(".berocket_product_table_compat .wc-product-table").attr("id");if("undefined"!=typeof window["config_"+a]&&window["config_"+a].serverSide){jQuery(".berocket_product_table_compat .wc-product-table").DataTable().destroy();var b=jQuery(".berocket_product_table_compat").html();jQuery(".berocket_product_table_compat").html(""),jQuery(".berocket_product_table_compat").html(b),jQuery(".berocket_product_table_compat .blockUI.blockOverlay").remove(),jQuery(".berocket_product_table_compat .wc-product-table").productTable()}}braapf_get_current_filters=function(b){if(b.queryargs.length){var c=[];a.each(b.queryargs,function(a,d){d.name==the_ajax_script.url_variable||decodeURI(d.name)==the_ajax_script.url_variable?b.filter=d.value:c.push(d)}),b.queryargs=c}return b},braapf_set_filters_to_link=function(a,b,c,d,e){return"string"==typeof b.filter&&b.filter.length&&(a+=e.length?"&":"?",a+=the_ajax_script.url_variable+"="+b.filter),a},braapf_convert_ckbox_to_radio=function(b,c,d,e){var f=(a(b),a(b).closest(".bapf_sfilter.bapf_ckbox"));f.is(".bapf_asradio")&&f.find("input[type=checkbox]:checked:not(:disabled)").each(function(){var b=a(this).val();b!=d&&braapf_checkbox_same(c,b,!1)})},berocket_add_filter("input_ckbox_changed",braapf_convert_ckbox_to_radio),a(document).on("click",".bapf_ochild, .bapf_cchild",function(b){b.preventDefault(),b.stopPropagation(),a(this).is(".bapf_ochild")?a(this).trigger("bapf_ochild"):a(this).trigger("bapf_cchild")}),a(document).on("bapf_ochild",".bapf_sfilter.bapf_ckbox ul li",function(b){b.stopPropagation(),berocket_apply_filters("colaps_child_open_apply",!0,a(this))&&(a(this).find(".bapf_ochild, .bapf_cchild").first().removeClass("bapf_ochild").removeClass("fa-plus").addClass("bapf_cchild").addClass("fa-minus"),a(this).find("ul").first().show())}),a(document).on("bapf_cchild",".bapf_sfilter.bapf_ckbox ul li",function(b){b.stopPropagation(),berocket_apply_filters("colaps_child_close_apply",!0,a(this))&&(a(this).find(".bapf_ochild, .bapf_cchild").first().addClass("bapf_ochild").addClass("fa-plus").removeClass("bapf_cchild").removeClass("fa-minus"),a(this).find("ul").first().hide())});var c=[];braapf_hierarhical_save=function(b){return c=[],a(".bapf_cchild").each(function(){c.push(a(this).parent().children("input[type=checkbox]").attr("id"))}),b},braapf_hierarhical_set=function(b){return a.each(c,function(b,c){a("#"+c).trigger("bapf_ochild")}),b},berocket_add_filter("ajax_load_from_url_done",braapf_hierarhical_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_hierarhical_set,1e3),a(document).on("click",".bapf_ocolaps .bapf_colaps_togl, .bapf_ccolaps .bapf_colaps_togl",function(b){b.preventDefault,a(this).closest(".bapf_ocolaps, .bapf_ccolaps").is(".bapf_ocolaps")?a(this).closest(".bapf_ocolaps, .bapf_ccolaps").trigger("bapf_ocolaps"):a(this).closest(".bapf_ocolaps, .bapf_ccolaps").trigger("bapf_ccolaps")}),a(document).on("bapf_ocolaps",".bapf_sfilter.bapf_ocolaps, .bapf_sfilter.bapf_ccolaps",function(b){a(this).removeClass("bapf_ocolaps").addClass("bapf_ccolaps"),berocket_apply_filters("colaps_smb_open_apply",!0,a(this))&&(a(this).find(".bapf_body").first().show(),a(this).find(".bapf_colaps_smb").length&&a(this).find(".bapf_colaps_smb").removeClass("fa-chevron-down").addClass("fa-chevron-up"))}),a(document).on("bapf_ccolaps",".bapf_sfilter.bapf_ocolaps, .bapf_sfilter.bapf_ccolaps",function(b){a(this).addClass("bapf_ocolaps").removeClass("bapf_ccolaps"),berocket_apply_filters("colaps_smb_close_apply",!0,a(this))&&(a(this).find(".bapf_body").first().hide(),a(this).find(".bapf_colaps_smb").length&&a(this).find(".bapf_colaps_smb").addClass("fa-chevron-down").removeClass("fa-chevron-up"))});var d={open:[],close:[]};braapf_collapse_status_save=function(b){return d={open:[],close:[]},a(".bapf_ocolaps, .bapf_ccolaps").each(function(){a(this).is(".bapf_ocolaps")?d.open.push(a(this).attr("id")):d.close.push(a(this).attr("id"))}),b},braapf_collapse_status_set=function(b){return a.each(d.open,function(b,c){a("#"+c).trigger("bapf_ccolaps")}),a.each(d.close,function(b,c){a("#"+c).trigger("bapf_ocolaps")}),b},berocket_add_filter("ajax_load_from_url_done",braapf_collapse_status_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_collapse_status_set,1e3),a(document).on("click",".bapf_show_hide",function(){a(this).closest(".bapf_sfilter").toggleClass("bapf_fhide"),a(this).closest(".bapf_sfilter").is(".bapf_fhide")?a(this).text(a(this).data("show")):a(this).text(a(this).data("hide"))});var e={open:[],close:[]};braapf_show_hide_values_save=function(b){return e={open:[],close:[]},a(".bapf_sfilter").each(function(){a(this).is(".bapf_fhide")?e.close.push(a(this).attr("id")):e.open.push(a(this).attr("id"))}),b},braapf_show_hide_values_set=function(b){return a.each(e.open,function(b,c){a("#"+c).removeClass("bapf_fhide"),a("#"+c).find(".bapf_show_hide").text(a("#"+c).find(".bapf_show_hide").data("hide"))}),a.each(e.close,function(b,c){a("#"+c).addClass("bapf_fhide"),a("#"+c).find(".bapf_show_hide").text(a("#"+c).find(".bapf_show_hide").data("show"))}),b},berocket_add_filter("ajax_load_from_url_done",braapf_show_hide_values_save,1),berocket_add_filter("ajax_load_from_url_done_after",braapf_show_hide_values_set,1e3),braapf_scroll_shop_to_top=function(b,c,d,e,f){var g=berocket_apply_filters("filter_mobile_width",767);if(berocket_apply_filters("scroll_shop_to_top","default"==f&&(1==the_ajax_script.scroll_shop_top||2==the_ajax_script.scroll_shop_top&&a(window).width()<g||3==the_ajax_script.scroll_shop_top&&a(window).width()>=g))){var h=0;a(the_ajax_script.products_holder_id).length?(h=a(the_ajax_script.products_holder_id).offset().top+parseInt(the_ajax_script.scroll_shop_top_px),h<0&&(h=0)):a(".bapf_no_products").length&&(h=a(".bapf_no_products").offset().top+parseInt(the_ajax_script.scroll_shop_top_px),h<0&&(h=0)),a("html, body").animate({scrollTop:h},"slow")}return b},berocket_add_filter("ajax_load_from_url_beforeSend",braapf_scroll_shop_to_top),a(document).on("mousedown",".wc-product-table-reset a",function(){a(this).remove(),br_reset_all_filters()}),a(document).on("click",".berocket_element_above_products_is_hide_toggle",function(b){b.preventDefault(),a(this).toggleClass("active").next().slideToggle(200,"linear");var c="inactive";a(this).is(".active")&&(c="active"),a(document).trigger("berocket_element_above_products_"+c);
|
2 |
+
}),a(document).on("berocket_ajax_filtering_start",function(){jQuery(".berocket_product_table_compat").length&&b()}),braapf_filters_url_decode=function(a){return the_ajax_script.seo_uri_decode&&(a=encodeURIComponent(a),the_ajax_script.nice_urls&&(a=a.replace(/%2F/g,"/"))),a},jQuery(document).on("elementor/popup/show",function(){try{braapf_init_load()}catch(a){berocket_throw_error("wprocketInstance_get",a)}})}(jQuery),berocket_add_filter("get_current_url_data",braapf_get_current_filters),berocket_add_filter("compat_filters_to_string",braapf_filters_url_decode,900),berocket_add_filter("url_from_urldata_linkget",braapf_set_filters_to_link);var braapf_child_parent_grab_single,braapf_child_parent_fix_selected,braapf_child_parent_load_with_update_button,braapf_add_loader_element,braapf_remove_loader_element,braapf_elementor_sticky_fix,baapfGet_wprocketInstance;!function(a){braapf_child_parent_grab_single=function(b,c,d){var e=c.data("child");if("undefined"!=typeof e&&e>0&&"object"==typeof b&&"undefined"!=typeof b.values&&Array.isArray(b.values)&&b.values.length>0){e++;var f=c.data("taxonomy"),g=a(".bapf_sfilter.bapf_child_"+e+"[data-taxonomy="+f+"]");if(g.length){var h=braapf_grab_single(g,[],!0);"object"==typeof h&&"undefined"!=typeof h.values&&Array.isArray(h.values)&&h.values.length>0&&(b=h)}}return b},braapf_child_parent_fix_selected=function(b,c){if(0!=c){var d=c.closest(".bapf_sfilter");if(d.length){var e=d.data("child"),f=d.data("taxonomy");if("undefined"!=typeof e&&e>0)for(i=e+1;a(".bapf_sfilter.bapf_child_"+i+"[data-taxonomy="+f+"]").length;i++)a(".bapf_sfilter.bapf_child_"+i+"[data-taxonomy="+f+"]").trigger("braapf_unselect",!1)}}return b},braapf_child_parent_load_with_update_button=function(a,b,c){if(0!=c){var d=c.closest(".bapf_sfilter");if(d.length){var e=d.data("child");d.data("taxonomy");"undefined"!=typeof e&&e>0&&(a=!0)}}return a},berocket_add_filter("grab_single_filter_default",braapf_child_parent_grab_single,9e6),berocket_add_filter("before_update_products_context",braapf_child_parent_fix_selected),berocket_add_filter("apply_filters_to_page_partial",braapf_child_parent_load_with_update_button);var b;braapf_add_loader_element=function(c,d,e,f,g){return"default"==g&&("undefined"!=typeof b&&"function"==typeof b.remove&&b.remove(),b=a(the_ajax_script.load_image),a("body").append(b)),c},braapf_remove_loader_element=function(a){return"undefined"!=typeof b&&"function"==typeof b.remove&&b.remove(),a},berocket_add_filter("ajax_load_from_url_beforeSend",braapf_add_loader_element),berocket_add_filter("ajax_load_from_url_always_after",braapf_remove_loader_element),a(document).on("click",".bapf_sfilter.bapf_ckbox .bapf_body li label a",function(b){b.preventDefault(),a(this).parent().trigger("click")}),jQuery(".elementor-widget").length&&jQuery(window).on("scroll",function(){jQuery(".elementor-sticky__spacer .bapf_sfilter").remove()});try{window.addEventListener("LazyLoad::Initialized",function(a){baapfGet_wprocketInstance=a.detail.instance})}catch(a){berocket_throw_error("wprocketInstance_get",a)}a(document).on("change","form.cart input.qty",function(){try{a(this.form).find("[data-quantity]").attr("data-quantity",this.value)}catch(a){berocket_throw_error("wc_quantity_change",a)}})}(jQuery);var braapf_init_ion_slidr,braapf_ion_slidr_same,braapf_jqrui_slidr_ion_value_wc_price,braapf_jqrui_slidr_ion_value_arr_attr,braapf_init_ion_slidr_for_parent,braapf_grab_single_ion,braapf_jqrui_slidr_ion_values_link_arr_attr;!function(a){braapf_init_ion_slidr=function(){braapf_init_ion_slidr_for_parent(a(document))},braapf_init_ion_slidr_for_parent=function(b){b.find(".bapf_slidr_ion:not(.bapf_slidr_ready)").each(function(){var b=a(this).find(".bapf_slidr_all .bapf_slidr_main"),c=function(a){if(!b.is(".bapf_ion_blocked")){b.addClass("bapf_ion_blocked");var c=b.closest(".bapf_sfilter").data("taxonomy");braapf_ion_slidr_same(c,a);var d={element:"#"+b.closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",d,b),berocket_do_action("update_products","filter",b),b.removeClass("bapf_ion_blocked")}},d=berocket_apply_filters("jqrui_data_slidr_ion",{type:"double",from:b.data("start"),to:b.data("end"),grid:!1,force_edges:!0,onFinish:c,onUpdate:c,prettify:function(a){return a=berocket_apply_filters("jqrui_slidr_ion_"+b.data("display"),a,b)}},b);b.ionRangeSlider(d),a(this).addClass("bapf_slidr_ready")})},braapf_ion_slidr_same=function(b,c){a(".bapf_slidr_ion.bapf_slidr_ready[data-taxonomy="+b+"]").each(function(){var b=a(this).find(".bapf_slidr_main");b.addClass("bapf_ion_blocked");var d=b.data("ionRangeSlider");d.update({from:c.from,to:c.to}),b.removeClass("bapf_ion_blocked")})},braapf_jqrui_slidr_ion_value_wc_price=function(a,b){var c=b.data("number_style");return c||(c=the_ajax_script.number_style),a=berocket_format_number(parseFloat(a),c)},braapf_jqrui_slidr_ion_value_arr_attr=function(a,b){var c=b.data("attr");return a=c[a].n},braapf_grab_single_ion=function(a,b){if(b.is(".bapf_slidr_ion.bapf_slidr_ready")&&0!=a){var c=b.find(".bapf_slidr_main").data("ionRangeSlider"),d=b.find(".bapf_slidr_main"),e=[c.options.from,c.options.to],f=[berocket_apply_filters("jqrui_slidr_ion_"+d.data("display"),c.options.from,d),berocket_apply_filters("jqrui_slidr_ion_"+d.data("display"),c.options.to,d)],g=d.data("prefix");"undefined"==typeof g&&(g="");var h=d.data("postfix");if("undefined"==typeof h&&(h=""),f[0]=g+f[0]+h,f[1]=g+f[1]+h,e[0]!=d.data("min")||e[1]!=d.data("max")){var i={value:e[0]+"_"+e[1],html:f[0]+" - "+f[1]};i=berocket_apply_filters("jqrui_slidr_ion_link_"+d.data("display"),i,e,f,d,a),a.values=[i]}}return a},braapf_jqrui_slidr_ion_values_link_arr_attr=function(a,b,c,d,e){var f=d.data("attr");return a.value=f[b[0]].v+"_"+f[b[1]].v,a},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slidr_ion",function(b,c){var d=a(this).find(".bapf_slidr_main"),e=d.data("ionRangeSlider");d.addClass("bapf_ion_blocked"),e.update({from:e.options.min,to:e.options.max}),d.removeClass("bapf_ion_blocked")}),berocket_add_filter("braapf_init",braapf_init_ion_slidr),berocket_add_filter("braapf_init_for_parent",braapf_init_ion_slidr_for_parent),berocket_add_filter("grab_single_filter_default",braapf_grab_single_ion),berocket_add_filter("jqrui_slidr_ion_link_arr_attr",braapf_jqrui_slidr_ion_values_link_arr_attr),berocket_add_filter("jqrui_slidr_ion_link_arr_attr_price",braapf_jqrui_slidr_ion_values_link_arr_attr),berocket_add_filter("jqrui_slidr_ion_wc_price",braapf_jqrui_slidr_ion_value_wc_price),berocket_add_filter("jqrui_slidr_ion_arr_attr",braapf_jqrui_slidr_ion_value_arr_attr),berocket_add_filter("jqrui_slidr_ion_arr_attr_price",braapf_jqrui_slidr_ion_value_arr_attr,10),berocket_add_filter("jqrui_slidr_ion_arr_attr_price",braapf_jqrui_slidr_ion_value_wc_price,20)}(jQuery);var braapf_grab_single_select;!function(a){a(document).on("change",".bapf_slct .bapf_body select",function(){var b={element:"#"+a(this).closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",b,a(this)),berocket_do_action("update_products","filter",a(this))}),braapf_grab_single_select=function(b,c){if(c.is(".bapf_slct")&&0!=b){var d=a('.bapf_slct[data-taxonomy="'+b.taxonomy+'"] .bapf_body select:not(:disabled)'),e=[];d.find("option:selected:not(:disabled)").each(function(){var c=a(this).val();c&&e.indexOf(c)===-1&&(e.push(c),b.values.push({value:c,html:a(this).data("name")}))})}return b},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slct",function(b,c){a(this).find(".bapf_body select:not(:disabled) option:selected:not(:disabled)").each(function(){"undefined"!=typeof c&&"undefined"!=typeof c.value&&c.value!=a(this).val()||a(this).prop("selected",!1)})}),berocket_add_filter("grab_single_filter_default",braapf_grab_single_select)}(jQuery);var bapf_select2_init,bapf_select2_init_for_parent,bapf_select2_disable_for_parent;jQuery(document).ready(function(){bapf_select2_init=function(){bapf_select2_init_for_parent(jQuery(document))},bapf_select2_init_for_parent=function(a){a.find(".bapf_select2").length&&"undefined"!=typeof a.find(".bapf_select2").select2&&a.find(".bapf_select2").each(function(){if(!jQuery(this).data("select2")&&!jQuery(this).is(".select2-hidden-accessible")){var a={width:"100%",theme:"default"};jQuery(this).prop("multiple")&&(a.placeholder=jQuery(this).data("placeholder")),jQuery(this).parents("#berocket-ajax-filters-sidebar").length&&(0==jQuery("#bapf-select2-high-zindex").length&&jQuery("body").append('<div id="bapf-select2-high-zindex"></div>'),a.dropdownParent=jQuery("#bapf-select2-high-zindex")),a=berocket_apply_filters("jqrui_data_select2",a,jQuery(this)),jQuery(this).select2(a)}})},bapf_select2_disable_for_parent=function(a){a.find(".bapf_select2").length&&"undefined"!=typeof a.find(".bapf_select2").select2&&a.find(".bapf_select2").each(function(){jQuery(this).data("select2")&&jQuery(this).select2("destroy")})},jQuery(document).on("berocket_ajax_filtering_on_update",function(){bapf_select2_disable_for_parent(jQuery(document))}),bapf_select2_init(),berocket_add_filter("braapf_init",bapf_select2_init,2e3),berocket_add_filter("braapf_init_for_parent",bapf_select2_init_for_parent)});var braapf_init_jqrui_slidr,braapf_jqrui_slidr_same,braapf_jqrui_slidr_values_wc_price,braapf_init_jqrui_slidr_for_parent,braapf_grab_single_jqrui,braapf_jqrui_slidr_values_arr_attr,braapf_jqrui_slidr_values_link_arr_attr;!function(a){function b(b,c){var d=a(b).closest(".bapf_slidr_jqrui.bapf_slidr_ready").find(".bapf_slidr_main"),e=d.slider("values");a(b).val(e[c]),a(b).data("val",e[c])}function c(b,c,d){var e=a(b).closest(".bapf_slidr_jqrui.bapf_slidr_ready").find(".bapf_slidr_main");if("focusout"==d){if(a(b).val()==a(b).data("val")){var f=e.slider("values");e.trigger("braapf_change_jqrui_slidr",[f])}}else{var g=parseInt(a(b).val());e.slider("values",c,g)}}a.each([{position:0,className:"bapf_from"},{position:1,className:"bapf_to"}],function(d,e){a(document).on("focusin",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" input[type=text]",function(){b(this,e.position)}),a(document).on("change focusout",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" input[type=text]",function(a){c(this,e.position,a.type)}),a(document).on("change",".bapf_slidr_jqrui.bapf_slidr_ready ."+e.className+" select",function(a){c(this,e.position,a.type)})}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=[c[0],c[1]];e=berocket_apply_filters("jqrui_slidr_"+d.data("display"),e,d),d.closest(".bapf_slidr_jqrui").find(".bapf_from span.bapf_val").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_from span.bapf_val").text(e[0]),d.closest(".bapf_slidr_jqrui").find(".bapf_to span.bapf_val").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_to span.bapf_val").text(e[1])}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=[c[0],c[1]];e=berocket_apply_filters("jqrui_slidr_"+d.data("display"),e,d),d.closest(".bapf_slidr_jqrui").find(".bapf_from input[type=text]").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_from input[type=text]").val(e[0]),d.closest(".bapf_slidr_jqrui").find(".bapf_to input[type=text]").length&&d.closest(".bapf_slidr_jqrui").find(".bapf_to input[type=text]").val(e[1])}),a(document).on("braapf_change_jqrui_slidr",".bapf_slidr_jqrui .bapf_slidr_main",function(b,c){var d=a(this),e=d.data("attr");if(d.closest(".bapf_slidr_jqrui").find(".bapf_from select").length||d.closest(".bapf_slidr_jqrui").find(".bapf_to select").length){var e=d.data("attr"),f=[],g=[],h=!1,i=!1;a.each(e,function(a,b){a==c[0]&&(i=!0),h||f.push({v:b.v,n:b.n,ov:a}),i&&g.push({v:b.v,n:b.n,ov:a}),a==c[1]&&(h=!0)})}d.closest(".bapf_slidr_jqrui").find(".bapf_from select").length&&(d.closest(".bapf_slidr_jqrui").find(".bapf_from select option").remove(),a.each(f,function(b,e){var f="";e.ov==c[0]&&(f=" selected"),d.closest(".bapf_slidr_jqrui").find(".bapf_from select").append(a('<option value="'+e.ov+'"'+f+">"+e.n+"</option>"))})),d.closest(".bapf_slidr_jqrui").find(".bapf_to select").length&&(d.closest(".bapf_slidr_jqrui").find(".bapf_to select option").remove(),a.each(g,function(b,e){var f="";e.ov==c[1]&&(f=" selected"),d.closest(".bapf_slidr_jqrui").find(".bapf_to select").append(a('<option value="'+e.ov+'"'+f+">"+e.n+"</option>"))}))}),braapf_init_jqrui_slidr=function(){braapf_init_jqrui_slidr_for_parent(a(document))},braapf_init_jqrui_slidr_for_parent=function(b){b.find(".bapf_slidr_jqrui:not(.bapf_slidr_ready)").each(function(){var b=a(this).find(".bapf_slidr_main"),c=berocket_apply_filters("jqrui_data_slidr_jqrui",{range:!0,min:b.data("min"),max:b.data("max"),values:[b.data("start"),b.data("end")],step:b.data("step"),create:function(b,c){var d=a(this).slider("values");a(this).trigger("braapf_change_jqrui_slidr",[d])},slide:function(b,c){a(this).trigger("braapf_change_jqrui_slidr",[c.values])},change:function(b,c){var d=a(this).slider("values");if(a(this).trigger("braapf_change_jqrui_slidr",[d]),!a(this).is(".bapf_jqrui_blocked")){var d=a(this).slider("values"),e=a(this).parents(".bapf_sfilter").data("taxonomy");braapf_jqrui_slidr_same(e,d);var f={element:"#"+a(this).closest(".bapf_sfilter").attr("id"),parent:0,find:".bapf_body"};berocket_apply_filters("filter_changed_element",f,a(this)),berocket_do_action("update_products","filter",a(this))}}},b);b.slider(c),a(this).addClass("bapf_slidr_ready")})},braapf_jqrui_slidr_same=function(b,c){a(".bapf_slidr_jqrui.bapf_slidr_ready[data-taxonomy="+b+"]").each(function(){var b=a(this).find(".bapf_slidr_main");b.addClass("bapf_jqrui_blocked"),b.slider("values",c),b.removeClass("bapf_jqrui_blocked")})},braapf_jqrui_slidr_values_wc_price=function(a,b){var c=b.data("number_style");return c||(c=the_ajax_script.number_style),a[0]=berocket_format_number(a[0],c),a[1]=berocket_format_number(a[1],c),a},braapf_grab_single_jqrui=function(a,b){if(b.is(".bapf_slidr_jqrui.bapf_slidr_ready")&&0!=a){var c=b.find(".bapf_slidr_main"),d=c.slider("values"),e=c.slider("values"),f="";b.find(".bapf_tbprice").length&&(f=b.find(".bapf_tbprice").first().text());var g="";if(b.find(".bapf_taprice").length&&(g=b.find(".bapf_taprice").first().text()),d[0]!=c.data("min")||d[1]!=c.data("max")){e=berocket_apply_filters("jqrui_slidr_"+c.data("display"),e,c),e[0]=f+e[0]+g,e[1]=f+e[1]+g;var h={value:d[0]+"_"+d[1],html:e[0]+" - "+e[1]};h=berocket_apply_filters("jqrui_slidr_link_"+c.data("display"),h,d,e,c,a),a.values=[h]}}return a},braapf_jqrui_slidr_values_arr_attr=function(a,b){var c=b.data("attr");return Array.isArray(a)&&2==a.length?(a[0]=c[a[0]].n,a[1]=c[a[1]].n):(a=["",""],a[0]=c[0].n,a[1]=c[c.length-1].n),a},braapf_jqrui_slidr_values_link_arr_attr=function(a,b,c,d,e){var f=d.data("attr");return a.value=f[b[0]].v+"_"+f[b[1]].v,a},a(document).on("braapf_unselect braapf_unselect_all",".bapf_slidr_jqrui",function(b,c){var d=a(this).find(".bapf_slidr_main"),e=d.data("min"),f=d.data("max");d.addClass("bapf_jqrui_blocked"),d.slider("values",[e,f]),d.removeClass("bapf_jqrui_blocked")}),berocket_add_filter("jqrui_slidr_wc_price",braapf_jqrui_slidr_values_wc_price),berocket_add_filter("jqrui_slidr_arr_attr",braapf_jqrui_slidr_values_arr_attr),berocket_add_filter("jqrui_slidr_arr_attr_price",braapf_jqrui_slidr_values_arr_attr,10),berocket_add_filter("jqrui_slidr_arr_attr_price",braapf_jqrui_slidr_values_wc_price,20),berocket_add_filter("jqrui_slidr_link_arr_attr",braapf_jqrui_slidr_values_link_arr_attr),berocket_add_filter("jqrui_slidr_link_arr_attr_price",braapf_jqrui_slidr_values_link_arr_attr),berocket_add_filter("grab_single_filter_default",braapf_grab_single_jqrui),berocket_add_filter("braapf_init",braapf_init_jqrui_slidr),berocket_add_filter("braapf_init_for_parent",braapf_init_jqrui_slidr_for_parent)}(jQuery);
|
berocket/framework.php
CHANGED
@@ -35,7 +35,7 @@ if( ! class_exists( 'BeRocket_Framework' ) ) {
|
|
35 |
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
36 |
load_plugin_textdomain('BeRocket_domain', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/');
|
37 |
class BeRocket_Framework {
|
38 |
-
public static $framework_version = '2.6.0.
|
39 |
public static $settings_name = '';
|
40 |
public $addons;
|
41 |
public $libraries;
|
@@ -50,6 +50,7 @@ if( ! class_exists( 'BeRocket_Framework' ) ) {
|
|
50 |
protected $global_settings = array(
|
51 |
'fontawesome_frontend_disable',
|
52 |
'fontawesome_frontend_version',
|
|
|
53 |
);
|
54 |
public $check_lib = null;
|
55 |
protected $check_init_array = array();
|
@@ -321,8 +322,13 @@ if( ! class_exists( 'BeRocket_Framework' ) ) {
|
|
321 |
wp_enqueue_script( "jquery" );
|
322 |
if( is_admin() ) {
|
323 |
$this->register_font_awesome('fa5live');
|
324 |
-
}
|
325 |
-
$
|
|
|
|
|
|
|
|
|
|
|
326 |
}
|
327 |
|
328 |
wp_add_inline_script(
|
@@ -368,6 +374,10 @@ if( ! class_exists( 'BeRocket_Framework' ) ) {
|
|
368 |
}
|
369 |
}
|
370 |
}
|
|
|
|
|
|
|
|
|
371 |
|
372 |
/**
|
373 |
* Function set styles in wp_head WordPress action
|
35 |
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
36 |
load_plugin_textdomain('BeRocket_domain', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/');
|
37 |
class BeRocket_Framework {
|
38 |
+
public static $framework_version = '2.6.0.6';
|
39 |
public static $settings_name = '';
|
40 |
public $addons;
|
41 |
public $libraries;
|
50 |
protected $global_settings = array(
|
51 |
'fontawesome_frontend_disable',
|
52 |
'fontawesome_frontend_version',
|
53 |
+
'framework_products_per_page'
|
54 |
);
|
55 |
public $check_lib = null;
|
56 |
protected $check_init_array = array();
|
322 |
wp_enqueue_script( "jquery" );
|
323 |
if( is_admin() ) {
|
324 |
$this->register_font_awesome('fa5live');
|
325 |
+
} else {
|
326 |
+
if ( ! empty($global_option['framework_products_per_page']) && intval($global_option['framework_products_per_page']) > 0 ) {
|
327 |
+
add_filter( 'loop_shop_per_page', array($this, 'framework_products_per_page_set'), 999999999 );
|
328 |
+
}
|
329 |
+
if( ! empty($this->framework_data['fontawesome_frontend']) ) {
|
330 |
+
$this->enqueue_fontawesome();
|
331 |
+
}
|
332 |
}
|
333 |
|
334 |
wp_add_inline_script(
|
374 |
}
|
375 |
}
|
376 |
}
|
377 |
+
public function framework_products_per_page_set() {
|
378 |
+
$global_option = $this->get_global_option();
|
379 |
+
return intval($global_option['framework_products_per_page']);
|
380 |
+
}
|
381 |
|
382 |
/**
|
383 |
* Function set styles in wp_head WordPress action
|
berocket/framework_version.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
$framework_version_current = '2.6.0.
|
3 |
if( version_compare($framework_version_current, $framework_version, '>') ) {
|
4 |
$framework_version = $framework_version_current;
|
5 |
$framework_dir = __DIR__;
|
1 |
<?php
|
2 |
+
$framework_version_current = '2.6.0.6';
|
3 |
if( version_compare($framework_version_current, $framework_version, '>') ) {
|
4 |
$framework_version = $framework_version_current;
|
5 |
$framework_dir = __DIR__;
|
includes/admin/admin_bar.php
CHANGED
@@ -46,7 +46,7 @@ if( ! class_exists('BeRocket_aapf_admin_bar_debug') ) {
|
|
46 |
$filter_data = BeRocket_AAPF::$current_page_filters;
|
47 |
$added_id = $filter_data['added'];
|
48 |
unset($filter_data['added']);
|
49 |
-
|
50 |
foreach($filter_data as $data_type => $filter_status) {
|
51 |
if( count($filter_status) > 0 ) {
|
52 |
$html2 = '';
|
@@ -74,14 +74,65 @@ if( ! class_exists('BeRocket_aapf_admin_bar_debug') ) {
|
|
74 |
}
|
75 |
$html .= '<div class="bapf_adminbar_status">';
|
76 |
$html .= '</div>';
|
|
|
|
|
77 |
return $html;
|
78 |
}
|
79 |
function get_javascript() {
|
80 |
global $br_aapf_wc_footer_widget;
|
81 |
-
$html = '<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
if( typeof(the_ajax_script) != "undefined" && jQuery(".bapf_sfilter").length ) {
|
83 |
var html = "<h2>STATUS</h2>";
|
84 |
-
|
85 |
html += "<div class=\'bapf_adminbar_status_element\'>Is WC page";
|
86 |
html += "<span class=\'dashicons dashicons-'.(is_shop() || is_product_taxonomy() ? 'yes\' title=\'Yes, it is default WooCommerce archive page' : 'no\' title=\'No, it is not WooCommerce archive page').'\'></span>";
|
87 |
html += "</div>";
|
@@ -96,6 +147,9 @@ if( ! class_exists('BeRocket_aapf_admin_bar_debug') ) {
|
|
96 |
var error = false;
|
97 |
if( products_elements == 0 ) {
|
98 |
error = "Products element not detected. Please check that selectors setuped correct";
|
|
|
|
|
|
|
99 |
} else if( products_elements > 1 ) {
|
100 |
error = "Multiple Products element detected on page("+products_elements+"). It can cause issue on filtering";
|
101 |
}
|
@@ -136,6 +190,7 @@ if( ! class_exists('BeRocket_aapf_admin_bar_debug') ) {
|
|
136 |
}
|
137 |
function get_css() {
|
138 |
$html = '<style>#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item {height:initial!important;line-height:1em;}
|
|
|
139 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item *{line-height:1em;color:#ccc;}
|
140 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item h2{color:white;font-size: 1.5em;text-align:center;}
|
141 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item h3{font-weight:bold;color:#0085ba;font-size: 1.25em;text-align:center;}
|
@@ -146,6 +201,51 @@ if( ! class_exists('BeRocket_aapf_admin_bar_debug') ) {
|
|
146 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_status .dashicons-yes {color:green;}
|
147 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_status .dashicons-no {color:red;}
|
148 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_status_element {display:inline-block;text-align:center; padding:3px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
</style>';
|
150 |
return $html;
|
151 |
}
|
46 |
$filter_data = BeRocket_AAPF::$current_page_filters;
|
47 |
$added_id = $filter_data['added'];
|
48 |
unset($filter_data['added']);
|
49 |
+
$html = '<div class="brapf_admin_link"><a href="https://docs.berocket.com/plugin/woocommerce-ajax-products-filter#how-do-i-check-filter-problems">'.__('How do I check filter problems?', 'BeRocket_AJAX_domain').'</a></div>';
|
50 |
foreach($filter_data as $data_type => $filter_status) {
|
51 |
if( count($filter_status) > 0 ) {
|
52 |
$html2 = '';
|
74 |
}
|
75 |
$html .= '<div class="bapf_adminbar_status">';
|
76 |
$html .= '</div>';
|
77 |
+
$html .= '<div class="bapf_adminbar_errors">';
|
78 |
+
$html .= '</div>';
|
79 |
return $html;
|
80 |
}
|
81 |
function get_javascript() {
|
82 |
global $br_aapf_wc_footer_widget;
|
83 |
+
$html = '<script>
|
84 |
+
if( typeof(braapf_admin_error_catch) != "function" ) {
|
85 |
+
function braapf_admin_error_catch(is_error, error_name, var1, var2, var3) {
|
86 |
+
var correct_error = false;
|
87 |
+
var critical_error = false;
|
88 |
+
html = "";
|
89 |
+
if(error_name == "same_filters_multiple_times") {
|
90 |
+
html += \'Same filters with ID \'+var1+\' added multiple times to the page\';
|
91 |
+
correct_error = true;
|
92 |
+
critical_error = true;
|
93 |
+
} else if(error_name == "multiple_filters_for_same_taxonomy") {
|
94 |
+
html += \'Multiple filters with taxonomy \'+var1+\' added to the page\';
|
95 |
+
correct_error = true;
|
96 |
+
critical_error = true;
|
97 |
+
} else if(error_name == "error_notsame_block_qty") {
|
98 |
+
html += \'New page has another quantity of blocks with selector <span class="bapf_admin_error_code">\'+var1+\'</span><br>\';
|
99 |
+
html += \'Current page: \'+var3+\'<br>\';
|
100 |
+
html += \'New page: \'+var2;
|
101 |
+
correct_error = true;
|
102 |
+
critical_error = true;
|
103 |
+
}
|
104 |
+
if( correct_error ) {
|
105 |
+
brapf_admin_error_bar_add(html, critical_error);
|
106 |
+
}
|
107 |
+
return true;
|
108 |
+
}
|
109 |
+
if( typeof(berocket_add_filter) == "function" ) {
|
110 |
+
berocket_add_filter("berocket_throw_error", braapf_admin_error_catch, 1);
|
111 |
+
} else {
|
112 |
+
jQuery(document).on("berocket_hooks_ready", function() {
|
113 |
+
berocket_add_filter("berocket_throw_error", braapf_admin_error_catch, 1);
|
114 |
+
});
|
115 |
+
}
|
116 |
+
}
|
117 |
+
function brapf_admin_error_bar_add(text, critical_error) {
|
118 |
+
if( typeof(critical_error) == "undefined" ) {
|
119 |
+
critical_error = false;
|
120 |
+
}
|
121 |
+
var html = \'<div><span class="dashicons dashicons-info-outline"></span><p>\';
|
122 |
+
html += text;
|
123 |
+
html += \'</p></div>\';
|
124 |
+
jQuery("#wp-admin-bar-bapf_debug_bar .bapf_adminbar_errors").prepend(jQuery(html));
|
125 |
+
if( critical_error ) {
|
126 |
+
jQuery("#wp-admin-bar-bapf_debug_bar").removeClass("brapf_admin_error_alert");
|
127 |
+
setTimeout(function() {jQuery("#wp-admin-bar-bapf_debug_bar").addClass("brapf_admin_error_alert")});
|
128 |
+
jQuery("#wp-admin-bar-bapf_debug_bar > .ab-item .dashicons").remove();
|
129 |
+
jQuery("#wp-admin-bar-bapf_debug_bar > .ab-item").append(jQuery(\'<span class="dashicons dashicons-info-outline"></span>\'));
|
130 |
+
}
|
131 |
+
}
|
132 |
+
jQuery(document).ready(function() {
|
133 |
if( typeof(the_ajax_script) != "undefined" && jQuery(".bapf_sfilter").length ) {
|
134 |
var html = "<h2>STATUS</h2>";
|
135 |
+
var products_on_page = '.(is_shop() || is_product_taxonomy() || $br_aapf_wc_footer_widget ? 'true' : 'false').';
|
136 |
html += "<div class=\'bapf_adminbar_status_element\'>Is WC page";
|
137 |
html += "<span class=\'dashicons dashicons-'.(is_shop() || is_product_taxonomy() ? 'yes\' title=\'Yes, it is default WooCommerce archive page' : 'no\' title=\'No, it is not WooCommerce archive page').'\'></span>";
|
138 |
html += "</div>";
|
147 |
var error = false;
|
148 |
if( products_elements == 0 ) {
|
149 |
error = "Products element not detected. Please check that selectors setuped correct";
|
150 |
+
if( products_on_page ) {
|
151 |
+
brapf_admin_error_bar_add("Page has products that will be filtered, but products selector is incorrect", true);
|
152 |
+
}
|
153 |
} else if( products_elements > 1 ) {
|
154 |
error = "Multiple Products element detected on page("+products_elements+"). It can cause issue on filtering";
|
155 |
}
|
190 |
}
|
191 |
function get_css() {
|
192 |
$html = '<style>#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item {height:initial!important;line-height:1em;}
|
193 |
+
#wp-admin-bar-bapf_debug_bar.brapf_admin_error_alert .ab-item .dashicons.dashicons-info-outline {margin-left: 5px;font-family: dashicons;font-size: 24px;line-height:32px;cursor:pointer;color: red; transform: rotate(180deg);}
|
194 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item *{line-height:1em;color:#ccc;}
|
195 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item h2{color:white;font-size: 1.5em;text-align:center;}
|
196 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item h3{font-weight:bold;color:#0085ba;font-size: 1.25em;text-align:center;}
|
201 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_status .dashicons-yes {color:green;}
|
202 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_status .dashicons-no {color:red;}
|
203 |
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_status_element {display:inline-block;text-align:center; padding:3px;}
|
204 |
+
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_errors {text-align:center; max-height: 200px}
|
205 |
+
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_errors > div {display: flex; border-top: 1px solid #555;text-align:left;align-items: center;}
|
206 |
+
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_errors > div p {padding: 3px;}
|
207 |
+
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_errors .dashicons {font-family: dashicons;font-size: 34px;line-height: 34px;display: block;cursor:pointer;}
|
208 |
+
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_errors .dashicons-info-outline {color: red; transform: rotate(180deg);}
|
209 |
+
#wp-admin-bar-bapf_debug_bar .ab-submenu .ab-item .bapf_adminbar_errors .bapf_admin_error_code {color: #777; background-color:#ccc; line-height:1em; display:inline-block; padding: 3px;}
|
210 |
+
#wp-admin-bar-bapf_debug_bar .brapf_admin_link {text-align:center;}
|
211 |
+
#wp-admin-bar-bapf_debug_bar .brapf_admin_link a {font-size: 18px;}
|
212 |
+
@keyframes bapf_admin_alert {
|
213 |
+
0% {
|
214 |
+
background-color: #23282d;
|
215 |
+
}
|
216 |
+
10% {
|
217 |
+
background-color: #ee3333;
|
218 |
+
}
|
219 |
+
20% {
|
220 |
+
background-color: #23282d;
|
221 |
+
}
|
222 |
+
30% {
|
223 |
+
background-color: #ee3333;
|
224 |
+
}
|
225 |
+
40% {
|
226 |
+
background-color: #23282d;
|
227 |
+
}
|
228 |
+
50% {
|
229 |
+
background-color: #ee3333;
|
230 |
+
}
|
231 |
+
60% {
|
232 |
+
background-color: #23282d;
|
233 |
+
}
|
234 |
+
70% {
|
235 |
+
background-color: #ee3333;
|
236 |
+
}
|
237 |
+
80% {
|
238 |
+
background-color: #23282d;
|
239 |
+
}
|
240 |
+
90% {
|
241 |
+
background-color: #ee3333;
|
242 |
+
}
|
243 |
+
100% {
|
244 |
+
background-color: #23282d;
|
245 |
+
}
|
246 |
+
}
|
247 |
+
#wp-admin-bar-bapf_debug_bar.brapf_admin_error_alert {animation-duration: 3s;animation-name: bapf_admin_alert;}
|
248 |
+
#wp-admin-bar-bapf_debug_bar img {margin-right: 6px;}
|
249 |
</style>';
|
250 |
return $html;
|
251 |
}
|
includes/admin/tutorial.php
ADDED
@@ -0,0 +1,318 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
if( ! class_exists('BeRocket_tutorial_tab') ) {
|
3 |
+
class BAPF_tutorial_tab {
|
4 |
+
function __construct() {
|
5 |
+
$element_types = array(
|
6 |
+
'youtube',
|
7 |
+
'link',
|
8 |
+
'html',
|
9 |
+
);
|
10 |
+
add_filter('berocket_tutorial_tab_section', array(__CLASS__, 'build_section'), 10, 4);
|
11 |
+
add_filter('berocket_tutorial_tab_element', array(__CLASS__, 'build_element'), 10, 5);
|
12 |
+
foreach($element_types as $element_type) {
|
13 |
+
add_filter('berocket_tutorial_tab_element_'.$element_type, array(__CLASS__, 'build_element_'.$element_type), 10, 5);
|
14 |
+
}
|
15 |
+
}
|
16 |
+
public static function add_code() {
|
17 |
+
add_action('admin_footer', array(__CLASS__, 'required_code'));
|
18 |
+
}
|
19 |
+
public static function build($data, $additional = '') {
|
20 |
+
$html = '';
|
21 |
+
if( is_array($data) ) {
|
22 |
+
foreach($data as $section_id => $section) {
|
23 |
+
$html .= apply_filters('berocket_tutorial_tab_section', '', $section, $section_id, $additional);
|
24 |
+
}
|
25 |
+
self::add_code();
|
26 |
+
}
|
27 |
+
return $html;
|
28 |
+
}
|
29 |
+
public static function build_section($html, $section, $section_id, $additional = '') {
|
30 |
+
if( is_array($section) && isset($section['elements']) && is_array($section['elements']) && count($section['elements']) ) {
|
31 |
+
$html .= '<div class="br_tutorial_section">';
|
32 |
+
if( isset($section['title']) ) {
|
33 |
+
$html .= '<h2>' . $section['title'] .'</h2>';
|
34 |
+
}
|
35 |
+
$html .= '<div class="br_tutorial_section_elements">';
|
36 |
+
foreach($section['elements'] as $element_id => $element) {
|
37 |
+
$html .= apply_filters('berocket_tutorial_tab_element', '', $element, $section_id, $element_id, $additional
|
38 |
+
);
|
39 |
+
}
|
40 |
+
$html .= '</div></div>';
|
41 |
+
}
|
42 |
+
return $html;
|
43 |
+
}
|
44 |
+
public static function build_element($html, $element, $section_id, $element_id, $additional = '') {
|
45 |
+
$element = array_merge(array('paid' => false), $element);
|
46 |
+
$html .= '<div class="br_tutorial_element br_tutorial_element_'.$element['type'].(empty($element['paid']) ? '' : ' br_tutorial_only_paid').'">';
|
47 |
+
$html .= apply_filters('berocket_tutorial_tab_element_'.$element['type'], '', $element, $section_id, $element_id, $additional);
|
48 |
+
$html .= '<h3>'.$element['title'].'</h3>';
|
49 |
+
$html .='</div>';
|
50 |
+
return $html;
|
51 |
+
}
|
52 |
+
public static function build_element_youtube($html, $element, $section_id, $element_id, $additional = '') {
|
53 |
+
if( ! empty($element['video']) ) {
|
54 |
+
$html .= '<div data-video="'.$element['video'].'" class="br_tutorial_youtube" style="background-image:url(https://img.youtube.com/vi/'.$element['video'].'/sddefault.jpg);">
|
55 |
+
<span class="ytp-large-play-button ytp-button" aria-label="Watch"><svg height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path class="ytp-large-play-button-bg" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="#212121" fill-opacity="0.6"></path><path d="M 45,24 27,14 27,34" fill="#fff"></path></svg></span>
|
56 |
+
</div>';
|
57 |
+
}
|
58 |
+
return $html;
|
59 |
+
}
|
60 |
+
public static function build_element_link($html, $element, $section_id, $element_id, $additional = '') {
|
61 |
+
if( ! empty($element['link']) ) {
|
62 |
+
$html .= '<div data-link="'.br_get_value_from_array($element, 'link').'" class="br_tutorial_link" style="background-image:url('.br_get_value_from_array($element, 'img').');">
|
63 |
+
<span class="br-link-icon" aria-label="open">
|
64 |
+
<svg viewBox="0 0 32 32" width="100%" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" stroke-opacity="0.6">
|
65 |
+
<path d="M18 8 C18 8 24 2 27 5 30 8 29 12 24 16 19 20 16 21 14 17 M14 24 C14 24 8 30 5 27 2 24 3 20 8 16 13 12 16 11 18 15" ></path>
|
66 |
+
</svg>
|
67 |
+
</span>
|
68 |
+
</div>';
|
69 |
+
}
|
70 |
+
return $html;
|
71 |
+
}
|
72 |
+
public static function build_element_html($html, $element, $section_id, $element_id, $additional = '') {
|
73 |
+
if( ! empty($element['html']) ) {
|
74 |
+
$html .= '<div class="br_tutorial_html" style="background-image:url('.br_get_value_from_array($element, 'img').');">
|
75 |
+
<span class="br-question-icon" aria-label="open">
|
76 |
+
<svg viewBox="0 0 85 85" xmlns="http://www.w3.org/2000/svg">
|
77 |
+
<path d="m42.37985,0.7408c-22.935,-0.015 -41.855,18.864 -41.865,41.774c-0.009,23.403 18.722,42.228 42.013,42.225c23.185,-0.003 41.988,-18.82 41.985,-42.013c-0.002,-23.233 -18.806,-41.97 -42.133,-41.986zm1.037,69.837c-3.299,0.027 -5.461,-2.08 -5.474,-5.332c-0.014,-3.298 2.089,-5.447 5.347,-5.464c3.22,-0.017 5.461,2.198 5.462,5.396c0.001,3.159 -2.188,5.375 -5.335,5.4zm12.91,-32.644c-1.209,2.626 -3.042,4.78 -4.971,6.863c-1.687,1.822 -2.979,3.816 -3.573,6.273c-0.584,2.42 -3.066,3.882 -5.458,3.37c-2.205,-0.472 -3.502,-2.64 -3.185,-5.167c0.463,-3.685 2.492,-6.495 4.892,-9.143c2.326,-2.567 3.984,-5.44 3.5,-9.089c-0.124,-0.936 -0.336,-1.906 -0.739,-2.749c-1.062,-2.216 -3.772,-2.551 -5.337,-0.646c-0.645,0.785 -1.099,1.762 -1.484,2.714c-0.667,1.65 -1.924,2.258 -3.578,2.284c-1.199,0.019 -2.399,0.026 -3.598,-0.001c-2.296,-0.052 -3.059,-1.019 -2.647,-3.311c1.273,-7.108 6.19,-11.073 15.502,-11.072c1.893,0.015 5.314,0.775 8.059,3.398c3.987,3.812 5.081,10.924 2.617,16.276z" fill="#212121" fill-opacity="0.6" clip-rule="evenodd" fill-rule="evenodd"/>
|
78 |
+
</svg>
|
79 |
+
</span>
|
80 |
+
<div class="br_element_html_popup_content" style="display: none!important;">'.$element['html'].'</div>
|
81 |
+
</div>';
|
82 |
+
}
|
83 |
+
return $html;
|
84 |
+
}
|
85 |
+
public static function required_code() {
|
86 |
+
self::javascript();
|
87 |
+
self::css();
|
88 |
+
}
|
89 |
+
public static function javascript() {
|
90 |
+
?>
|
91 |
+
<script>
|
92 |
+
jQuery(document).ready(function(){
|
93 |
+
function show_simple_popup(content, width, height) {
|
94 |
+
if( typeof(width) == 'undefined' || width == 0 ) {
|
95 |
+
width = jQuery(window).width() - 80;
|
96 |
+
}
|
97 |
+
if( typeof(height) == 'undefined' || height == 0 ) {
|
98 |
+
height = jQuery(window).height() - 80;
|
99 |
+
}
|
100 |
+
var $content = jQuery(content);
|
101 |
+
var style = 'width:'+width+'px;height:'+height+'px;margin-left:-'+(width/2)+'px;margin-top:-'+(height/2)+'px;';
|
102 |
+
var html = '<div class="br_tutorial_popup"><div style="'+style+'" class="br_tutorial_popup_content"></div><span class="dashicons dashicons-no"></span></div>';
|
103 |
+
jQuery('.br_tutorial_popup').remove();
|
104 |
+
jQuery('body').append(jQuery(html));
|
105 |
+
jQuery('.br_tutorial_popup_content').append($content);
|
106 |
+
}
|
107 |
+
jQuery(document).on('click', '.br_tutorial_popup_content', function(e) {
|
108 |
+
e.stopPropagation();
|
109 |
+
});
|
110 |
+
jQuery(document).on('click', '.br_tutorial_popup', function(e) {
|
111 |
+
jQuery('.br_tutorial_popup').remove();
|
112 |
+
});
|
113 |
+
jQuery(document).on('click', '.br_tutorial_element_youtube', function() {
|
114 |
+
var video = jQuery(this).find('.br_tutorial_youtube').data('video');
|
115 |
+
var width = jQuery(window).width() - 80;
|
116 |
+
var height = jQuery(window).height() - 80;
|
117 |
+
var width = parseInt(Math.min(width, (height/9*16)));
|
118 |
+
var height = parseInt(Math.min(height, (width/16*9)));
|
119 |
+
var content = '<iframe width="'+width+'" height="'+height+'" src="https://www.youtube.com/embed/'+video+'?rel=0&showinfo=0&autoplay=1" frameborder="0" allowfullscreen="" allow="autoplay"></iframe>';
|
120 |
+
show_simple_popup(content, width, height);
|
121 |
+
});
|
122 |
+
jQuery(document).on('click', '.br_tutorial_element_link', function() {
|
123 |
+
window.open(jQuery(this).find('.br_tutorial_link').data('link'),'_blank');
|
124 |
+
});
|
125 |
+
jQuery(document).on('click', '.br_tutorial_element_html', function() {
|
126 |
+
var content = '<div style="padding:10px;max-width:100%;">'+jQuery(this).find('.br_element_html_popup_content').html()+'</div>';
|
127 |
+
show_simple_popup(content);
|
128 |
+
});
|
129 |
+
});
|
130 |
+
</script>
|
131 |
+
<?php
|
132 |
+
}
|
133 |
+
public static function css() {
|
134 |
+
?>
|
135 |
+
<style>
|
136 |
+
.br_tutorial_popup {
|
137 |
+
position: fixed;
|
138 |
+
z-index: 999999999999;
|
139 |
+
top: 0;
|
140 |
+
bottom: 0;
|
141 |
+
left: 0;
|
142 |
+
right: 0;
|
143 |
+
background-color: rgba(0,0,0,0.5);
|
144 |
+
}
|
145 |
+
.br_tutorial_popup .dashicons {
|
146 |
+
position: absolute;
|
147 |
+
top: 0px;
|
148 |
+
right: 0px;
|
149 |
+
font-size: 50px;
|
150 |
+
line-height: 1em;
|
151 |
+
color: white;
|
152 |
+
display: block;
|
153 |
+
width: 50px;
|
154 |
+
height: 50px;
|
155 |
+
cursor: pointer;
|
156 |
+
}
|
157 |
+
.br_tutorial_popup .dashicons:hover {
|
158 |
+
color: #cc3333;
|
159 |
+
}
|
160 |
+
.br_tutorial_popup .br_tutorial_popup_content {
|
161 |
+
position: absolute;
|
162 |
+
top: 50%;
|
163 |
+
left: 50%;
|
164 |
+
background-color: rgb(255, 255, 255);
|
165 |
+
animation-duration: 0.2s;
|
166 |
+
animation-name: br_tutorial_popup_content;
|
167 |
+
overflow: auto;
|
168 |
+
}
|
169 |
+
.br_tutorial_popup .br_tutorial_popup_content iframe {
|
170 |
+
display: block;
|
171 |
+
}
|
172 |
+
@keyframes br_tutorial_popup_content {
|
173 |
+
0% {
|
174 |
+
top: -50%;
|
175 |
+
}
|
176 |
+
100% {
|
177 |
+
top: 50%;
|
178 |
+
}
|
179 |
+
}
|
180 |
+
|
181 |
+
|
182 |
+
.br_framework_settings .br_tutorial_section + .br_tutorial_section {
|
183 |
+
margin-top: 30px;
|
184 |
+
}
|
185 |
+
.br_framework_settings .br_tutorial_section > h2 {
|
186 |
+
box-sizing: border-box;
|
187 |
+
text-align: left;
|
188 |
+
padding: 20px 0 !important;
|
189 |
+
color: #515861;
|
190 |
+
font-size: 1.75rem;
|
191 |
+
line-height: 1em;
|
192 |
+
margin: 5px 0;
|
193 |
+
}
|
194 |
+
.br_tutorial_section_elements {
|
195 |
+
display: flex;
|
196 |
+
justify-content: left;
|
197 |
+
flex-wrap: wrap;
|
198 |
+
}
|
199 |
+
.br_tutorial_section_elements .br_tutorial_element {
|
200 |
+
flex-basis: 32%;
|
201 |
+
margin: 0 0 20px 1.5%;
|
202 |
+
flex-grow: 1;
|
203 |
+
max-width: 32%;
|
204 |
+
position: relative;
|
205 |
+
display: flex;
|
206 |
+
flex-direction: column;
|
207 |
+
box-shadow: 0 2px 6px 0 rgba(12,13,14,.15) !important;
|
208 |
+
border-radius: 10px;
|
209 |
+
overflow: hidden;
|
210 |
+
border: 0 none;
|
211 |
+
cursor: pointer;
|
212 |
+
}
|
213 |
+
.br_tutorial_section_elements .br_tutorial_element:nth-child(3n+1) {
|
214 |
+
margin-left: 0;
|
215 |
+
}
|
216 |
+
.br_tutorial_section_elements .br_tutorial_element > h3 {
|
217 |
+
display: block;
|
218 |
+
margin: 0;
|
219 |
+
padding: 10px 20px;
|
220 |
+
background-color: #515861;
|
221 |
+
font-size: 16px;
|
222 |
+
line-height: 1em;
|
223 |
+
color: white;
|
224 |
+
position: absolute;
|
225 |
+
bottom: 0;
|
226 |
+
left: 0;
|
227 |
+
border-top-right-radius: 10px;
|
228 |
+
}
|
229 |
+
|
230 |
+
|
231 |
+
@media screen and (max-width: 1200px) {
|
232 |
+
.br_tutorial_section_elements .br_tutorial_element {
|
233 |
+
flex-basis: 49%;
|
234 |
+
margin: 0 0 20px 2%;
|
235 |
+
flex-grow: 1;
|
236 |
+
max-width: 49%;
|
237 |
+
}
|
238 |
+
.br_tutorial_section_elements .br_tutorial_element:nth-child(3n+1) {
|
239 |
+
margin-left: 2%;
|
240 |
+
}
|
241 |
+
.br_tutorial_section_elements .br_tutorial_element:nth-child(2n+1) {
|
242 |
+
margin-left: 0;
|
243 |
+
}
|
244 |
+
}
|
245 |
+
@media screen and (max-width: 768px) {
|
246 |
+
.br_tutorial_section_elements .br_tutorial_element {
|
247 |
+
flex-basis: 94%;
|
248 |
+
margin: 0 3% 20px 3%;
|
249 |
+
flex-grow: 1;
|
250 |
+
max-width: 94%;
|
251 |
+
}
|
252 |
+
.br_framework_settings .br_tutorial_section > h2 {
|
253 |
+
font-size: 1.25rem;
|
254 |
+
margin-left: 3%;
|
255 |
+
}
|
256 |
+
.br_tutorial_section_elements .br_tutorial_element:nth-child(3n+1) {
|
257 |
+
margin-left: 3%;
|
258 |
+
}
|
259 |
+
.br_tutorial_section_elements .br_tutorial_element:nth-child(2n+1) {
|
260 |
+
margin-left: 3%;
|
261 |
+
}
|
262 |
+
}
|
263 |
+
|
264 |
+
|
265 |
+
.br_tutorial_section_elements .br_tutorial_element .br_tutorial_youtube {
|
266 |
+
background-position: center left;
|
267 |
+
background-size: cover;
|
268 |
+
width: 100%;
|
269 |
+
height: 0;
|
270 |
+
padding-top: 55%;
|
271 |
+
position: relative;
|
272 |
+
}
|
273 |
+
.br_tutorial_section_elements .br_tutorial_element .ytp-large-play-button,
|
274 |
+
.br_tutorial_section_elements .br_tutorial_element .br-link-icon,
|
275 |
+
.br_tutorial_section_elements .br_tutorial_element .br-question-icon {
|
276 |
+
position: absolute;
|
277 |
+
left: 50%;
|
278 |
+
top: 50%;
|
279 |
+
width: 68px;
|
280 |
+
height: 68px;
|
281 |
+
margin-left: -34px;
|
282 |
+
margin-top: -34px;
|
283 |
+
-moz-transition: opacity .25s cubic-bezier(0,0,.2,1);
|
284 |
+
-webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
|
285 |
+
transition: opacity .25s cubic-bezier(0,0,.2,1);
|
286 |
+
z-index: 63;
|
287 |
+
}
|
288 |
+
.br_tutorial_section_elements .br_tutorial_element_youtube:hover .ytp-large-play-button-bg,
|
289 |
+
.br_tutorial_section_elements .br_tutorial_element_html:hover .br-question-icon path{
|
290 |
+
-moz-transition: fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);
|
291 |
+
-webkit-transition: fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);
|
292 |
+
transition: fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);
|
293 |
+
fill: red;
|
294 |
+
fill-opacity: 1;
|
295 |
+
}
|
296 |
+
.br_tutorial_section_elements .br_tutorial_element_link:hover .br-link-icon path {
|
297 |
+
color: red;
|
298 |
+
stroke-opacity: 1;
|
299 |
+
}
|
300 |
+
.br_tutorial_section_elements .br_tutorial_element .br_tutorial_link,
|
301 |
+
.br_tutorial_section_elements .br_tutorial_element .br_tutorial_html {
|
302 |
+
background-position: center left;
|
303 |
+
background-size: contain;
|
304 |
+
background-repeat: no-repeat;
|
305 |
+
width: 100%;
|
306 |
+
height: 0;
|
307 |
+
padding-top: 55%;
|
308 |
+
position: relative;
|
309 |
+
}
|
310 |
+
</style>
|
311 |
+
<?php
|
312 |
+
}
|
313 |
+
}
|
314 |
+
new BAPF_tutorial_tab();
|
315 |
+
function berocket_tutorial_tab($data, $additional = '') {
|
316 |
+
return BAPF_tutorial_tab::build($data, $additional);
|
317 |
+
}
|
318 |
+
}
|
includes/filters/dynamic_data_template.php
CHANGED
@@ -11,6 +11,7 @@ class BeRocket_AAPF_dynamic_data_template {
|
|
11 |
add_filter('BeRocket_AAPF_template_full_content', array($this, 'title_icon'), 1200, 4);
|
12 |
add_filter('BeRocket_AAPF_template_full_content', array($this, 'css_class'), 1300, 4);
|
13 |
add_filter('BeRocket_AAPF_template_full_content', array($this, 'child_parent'), 1500, 4);
|
|
|
14 |
//Checkbox data
|
15 |
add_filter('BeRocket_AAPF_template_single_item', array($this, 'checkbox_checked'), 10, 4);
|
16 |
add_filter('BeRocket_AAPF_template_single_item', array($this, 'value_icon'), 500, 4);
|
@@ -45,6 +46,7 @@ class BeRocket_AAPF_dynamic_data_template {
|
|
45 |
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'element_custom_scroll'), 700, 2);
|
46 |
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'element_title_icon'), 1200, 2);
|
47 |
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'element_css_class'), 1300, 2);
|
|
|
48 |
//Selected Filters Area
|
49 |
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'selected_filters_hide_empty'), 1100, 2);
|
50 |
//Fix issues
|
@@ -495,6 +497,30 @@ class BeRocket_AAPF_dynamic_data_template {
|
|
495 |
}
|
496 |
return $template_content;
|
497 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
498 |
function new_attribute_slider($template_content, $terms, $berocket_query_var_title) {
|
499 |
if( in_array($berocket_query_var_title['new_template'], array('slider', 'new_slider')) && count($terms) > 1 ) {
|
500 |
$template_content['template']['content']['filter']['content']['slider_all']['content']['slider']['attributes']['class']['bapf_slidr_type'] = 'bapf_slidr_arr';
|
11 |
add_filter('BeRocket_AAPF_template_full_content', array($this, 'title_icon'), 1200, 4);
|
12 |
add_filter('BeRocket_AAPF_template_full_content', array($this, 'css_class'), 1300, 4);
|
13 |
add_filter('BeRocket_AAPF_template_full_content', array($this, 'child_parent'), 1500, 4);
|
14 |
+
add_filter('BeRocket_AAPF_template_full_content', array($this, 'remove_empty_header'), 9900, 1);
|
15 |
//Checkbox data
|
16 |
add_filter('BeRocket_AAPF_template_single_item', array($this, 'checkbox_checked'), 10, 4);
|
17 |
add_filter('BeRocket_AAPF_template_single_item', array($this, 'value_icon'), 500, 4);
|
46 |
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'element_custom_scroll'), 700, 2);
|
47 |
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'element_title_icon'), 1200, 2);
|
48 |
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'element_css_class'), 1300, 2);
|
49 |
+
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'remove_empty_header'), 9900, 1);
|
50 |
//Selected Filters Area
|
51 |
add_filter('BeRocket_AAPF_template_full_element_content', array($this, 'selected_filters_hide_empty'), 1100, 2);
|
52 |
//Fix issues
|
497 |
}
|
498 |
return $template_content;
|
499 |
}
|
500 |
+
function remove_empty_header($template_content) {
|
501 |
+
if( isset($template_content['template']['content']['header'])
|
502 |
+
&& (
|
503 |
+
empty($template_content['template']['content']['header']['content'])
|
504 |
+
|| (
|
505 |
+
count($template_content['template']['content']['header']['content']) == 1
|
506 |
+
&& isset($template_content['template']['content']['header']['content']['title'])
|
507 |
+
&& (
|
508 |
+
empty($template_content['template']['content']['header']['content']['title'])
|
509 |
+
|| ! is_array($template_content['template']['content']['header']['content']['title'])
|
510 |
+
|| empty($template_content['template']['content']['header']['content']['title']['content'])
|
511 |
+
||(
|
512 |
+
count($template_content['template']['content']['header']['content']['title']['content']) == 1
|
513 |
+
&& isset($template_content['template']['content']['header']['content']['title']['content']['title'])
|
514 |
+
&& $template_content['template']['content']['header']['content']['title']['content']['title'] == ''
|
515 |
+
)
|
516 |
+
)
|
517 |
+
)
|
518 |
+
)
|
519 |
+
) {
|
520 |
+
unset($template_content['template']['content']['header']);
|
521 |
+
}
|
522 |
+
return $template_content;
|
523 |
+
}
|
524 |
function new_attribute_slider($template_content, $terms, $berocket_query_var_title) {
|
525 |
if( in_array($berocket_query_var_title['new_template'], array('slider', 'new_slider')) && count($terms) > 1 ) {
|
526 |
$template_content['template']['content']['filter']['content']['slider_all']['content']['slider']['attributes']['class']['bapf_slidr_type'] = 'bapf_slidr_arr';
|
languages/BeRocket_AJAX_domain-ru_RU.mo
CHANGED
Binary file
|
languages/BeRocket_AJAX_domain-ru_RU.po
CHANGED
@@ -3,9 +3,9 @@ msgstr ""
|
|
3 |
"Project-Id-Version: WooCommerce AJAX Products Filter\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2020-06-03 07:46+0000\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
-
"Language-Team:
|
9 |
"Language: ru_RU\n"
|
10 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
|
11 |
"n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
|
@@ -22,359 +22,307 @@ msgstr ""
|
|
22 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
23 |
"X-Loco-Target-Locale: ru_RU\n"
|
24 |
"X-Generator: Loco https://localise.biz/\n"
|
25 |
-
"X-Loco-Version: 2.
|
26 |
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
msgstr "WooCommerce AJAX Products Filter"
|
31 |
|
32 |
-
#:
|
33 |
-
msgid "
|
34 |
-
msgstr "
|
35 |
|
36 |
-
#:
|
37 |
-
|
38 |
-
|
39 |
-
"
|
40 |
-
"
|
41 |
-
msgstr ""
|
42 |
-
"<strong>Пожалуйста, обновите все плагины BeRocket до последней версии. "
|
43 |
-
"WooCommerce AJAX Products Filter работает некорректно со старыми версиями."
|
44 |
-
"</strong>"
|
45 |
|
46 |
-
#:
|
47 |
-
#: addons/
|
48 |
-
msgid "
|
49 |
-
msgstr "
|
50 |
|
51 |
-
#:
|
52 |
-
|
53 |
-
|
54 |
-
msgstr "Переключатель"
|
55 |
|
56 |
-
#:
|
57 |
-
msgid "
|
58 |
-
msgstr "
|
59 |
|
60 |
-
#:
|
61 |
-
|
62 |
-
|
63 |
-
#: addons/deprecated_filters/settings/design.php:27
|
64 |
-
msgid "Color"
|
65 |
-
msgstr "Цвет"
|
66 |
|
67 |
-
#:
|
68 |
-
|
69 |
-
|
70 |
-
msgstr "Картинки"
|
71 |
|
72 |
-
#:
|
73 |
-
|
74 |
-
|
|
|
75 |
|
76 |
-
#:
|
77 |
-
|
78 |
-
|
|
|
79 |
|
80 |
-
#: main.php:
|
81 |
-
msgid "
|
82 |
-
msgstr "
|
83 |
|
84 |
-
#:
|
85 |
-
|
86 |
-
|
|
|
87 |
|
88 |
-
#:
|
89 |
-
|
90 |
-
|
|
|
91 |
|
92 |
-
#:
|
93 |
-
|
94 |
-
|
|
|
|
|
|
|
95 |
|
96 |
-
#: main.php:
|
97 |
-
msgid "
|
98 |
-
msgstr "
|
99 |
|
100 |
-
#:
|
101 |
-
|
102 |
-
|
|
|
103 |
|
104 |
-
#:
|
105 |
-
msgid "
|
106 |
-
msgstr "
|
107 |
|
108 |
-
#:
|
109 |
-
msgid "
|
110 |
-
msgstr "
|
111 |
|
112 |
-
#:
|
113 |
-
|
114 |
-
|
|
|
115 |
|
116 |
-
#:
|
117 |
-
msgid "
|
118 |
-
msgstr "
|
119 |
|
120 |
-
#:
|
121 |
-
msgid "
|
122 |
-
msgstr "
|
123 |
|
124 |
-
#:
|
125 |
-
msgid "
|
126 |
-
msgstr "
|
127 |
|
128 |
-
#:
|
129 |
-
msgid ""
|
130 |
-
|
131 |
-
"and can be displayed by pressing the button. Option <strong>Hide the "
|
132 |
-
"Show/Hide value(s) button in the filters</strong> must be disabled"
|
133 |
-
msgstr ""
|
134 |
-
"Количество значений атрибутов, которое будет отображаться. Другие значения "
|
135 |
-
"будут скрыты и могут быть отображены нажатием кнопки. Опция <strong>Скрыть "
|
136 |
-
"кнопку Показать/скрыть значения в фильтрах</strong> должна быть отключена"
|
137 |
|
138 |
-
#:
|
139 |
-
msgid "
|
140 |
-
msgstr "
|
141 |
|
142 |
-
#:
|
143 |
-
|
144 |
-
|
|
|
145 |
|
146 |
-
#:
|
147 |
-
#:
|
148 |
-
|
149 |
-
|
150 |
-
msgid "Disable"
|
151 |
-
msgstr "Выключено"
|
152 |
|
153 |
-
#: main.php:
|
154 |
-
msgid "
|
155 |
-
msgstr "
|
156 |
|
157 |
-
#:
|
158 |
-
|
159 |
-
|
|
|
160 |
|
161 |
-
#:
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
|
165 |
-
#:
|
166 |
-
|
167 |
-
|
|
|
168 |
|
169 |
-
#:
|
170 |
-
|
171 |
-
|
|
|
172 |
|
173 |
-
#:
|
174 |
-
|
175 |
-
|
|
|
176 |
|
177 |
-
#:
|
178 |
-
|
179 |
-
|
|
|
180 |
|
181 |
-
#:
|
182 |
-
msgid "
|
183 |
-
msgstr ""
|
184 |
-
"Удалить пустые значения на основных страницах (категорий/тегов/и т. д.)"
|
185 |
|
186 |
-
#:
|
187 |
-
|
188 |
-
"
|
189 |
-
"
|
190 |
-
msgstr ""
|
191 |
-
"Отображаются все непустые значения и учитываются фильтры при подсчете "
|
192 |
-
"значений атрибутов."
|
193 |
|
194 |
-
#:
|
195 |
-
|
196 |
-
"
|
197 |
-
"
|
198 |
-
msgstr ""
|
199 |
-
"Удалить пустые значения на основных страницах (категорий/тегов/и т. д.). "
|
200 |
-
"Фильтры учитываются при подсчете значений атрибутов, а пустые значения на "
|
201 |
-
"основе фильтров скрыты"
|
202 |
|
203 |
-
#:
|
204 |
-
|
205 |
-
"
|
206 |
-
"
|
207 |
-
msgstr ""
|
208 |
-
"Фильтры учитываются при подсчете значений атрибутов. Пустые значения "
|
209 |
-
"удаляются на стороне сервера"
|
210 |
|
211 |
-
#: main.php:
|
212 |
-
msgid "
|
213 |
-
msgstr "
|
214 |
|
215 |
-
#:
|
216 |
-
|
217 |
-
|
|
|
218 |
|
219 |
-
#:
|
220 |
-
msgid "
|
221 |
-
msgstr "
|
222 |
|
223 |
-
#:
|
224 |
-
|
225 |
-
|
|
|
226 |
|
227 |
-
#:
|
228 |
-
|
229 |
-
|
|
|
230 |
|
231 |
-
#:
|
232 |
-
|
233 |
-
|
|
|
234 |
|
235 |
-
#:
|
236 |
-
msgid "
|
237 |
-
msgstr "
|
238 |
|
239 |
-
#:
|
240 |
-
|
241 |
-
|
|
|
242 |
|
243 |
-
#:
|
244 |
-
msgid "
|
245 |
-
msgstr "
|
246 |
|
247 |
-
#:
|
248 |
-
msgid ""
|
249 |
-
|
250 |
-
"products)"
|
251 |
-
msgstr ""
|
252 |
-
"Скрыть область выбранных фильтров, если ничего не выбрано (влияет только на "
|
253 |
-
"область над продуктами)"
|
254 |
|
255 |
-
#:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
|
259 |
-
#:
|
260 |
-
msgid "
|
261 |
-
msgstr "
|
262 |
|
263 |
-
#:
|
|
|
264 |
msgid ""
|
265 |
-
"
|
266 |
-
"
|
267 |
msgstr ""
|
268 |
-
"
|
269 |
-
"
|
270 |
-
|
271 |
-
#: main.php:784
|
272 |
-
msgid "Products Quantity Selector"
|
273 |
-
msgstr "Селектор Количества Продуктов"
|
274 |
|
275 |
-
#:
|
|
|
276 |
msgid ""
|
277 |
-
"
|
278 |
-
"
|
279 |
msgstr ""
|
280 |
-
"
|
281 |
-
"
|
282 |
-
|
283 |
-
#: main.php:797
|
284 |
-
msgid "Products Sorting Selector"
|
285 |
-
msgstr "Селектор Сортировки Продуктов"
|
286 |
|
287 |
-
#:
|
|
|
288 |
msgid ""
|
289 |
-
"
|
290 |
-
"
|
291 |
msgstr ""
|
292 |
-
"
|
293 |
-
"
|
294 |
-
|
295 |
-
#: main.php:806
|
296 |
-
msgid "Sorting drop-down control"
|
297 |
-
msgstr "Контроль выпадающей сортировки"
|
298 |
-
|
299 |
-
#: main.php:810
|
300 |
-
msgid "Take control over WooCommerce's sorting selectbox?"
|
301 |
-
msgstr "Взять под контроль сортировочную панель WooCommerce?"
|
302 |
-
|
303 |
-
#: main.php:816
|
304 |
-
msgid "Products Pagination Selector"
|
305 |
-
msgstr "Селектор Пагинации Продуктов"
|
306 |
-
|
307 |
-
#: main.php:829
|
308 |
-
msgid "Disable AJAX Pagination"
|
309 |
-
msgstr "Отключить AJAX Пагинацию"
|
310 |
-
|
311 |
-
#: main.php:837
|
312 |
-
msgid "Refresh URL when filtering"
|
313 |
-
msgstr "Обновлять URL при фильтрации"
|
314 |
|
315 |
-
#:
|
|
|
316 |
msgid ""
|
317 |
-
"
|
|
|
318 |
msgstr ""
|
319 |
-
"
|
320 |
-
|
321 |
-
#: main.php:845
|
322 |
-
msgid "Use slug in URL"
|
323 |
-
msgstr "Использовать slug в URL"
|
324 |
-
|
325 |
-
#: main.php:850
|
326 |
-
msgid "Use attribute slug instead ID"
|
327 |
-
msgstr "Используйте Slug атрибута вместо ID"
|
328 |
-
|
329 |
-
#: main.php:853
|
330 |
-
msgid "URL decoding"
|
331 |
-
msgstr "Декодирование URL"
|
332 |
|
333 |
-
#:
|
334 |
-
|
|
|
|
|
|
|
335 |
msgstr ""
|
336 |
-
"
|
337 |
-
|
338 |
-
#: main.php:861
|
339 |
-
msgid "SEO Meta, Title"
|
340 |
-
msgstr "SEO Мета, Заголовки"
|
341 |
-
|
342 |
-
#: main.php:866
|
343 |
-
msgid "Meta Description, Page title and Page Header with filters"
|
344 |
-
msgstr "Мета Описание, Заголовок Страницы и Заголовок Страницы с фильтрами"
|
345 |
-
|
346 |
-
#: main.php:869
|
347 |
-
msgid "SEO Elements"
|
348 |
-
msgstr "SEO Элементы"
|
349 |
-
|
350 |
-
#: main.php:876 includes/paid.php:1730 includes/paid.php:1900
|
351 |
-
#: includes/paid.php:3841 templates/filters_group_simple.php:2
|
352 |
-
#: templates/filter_post_simple.php:11 templates/settings/design.php:19
|
353 |
-
msgid "Title"
|
354 |
-
msgstr "Название"
|
355 |
|
356 |
-
#:
|
357 |
-
msgid "
|
358 |
-
|
|
|
|
|
|
|
|
|
359 |
|
360 |
-
#:
|
361 |
-
|
362 |
-
|
363 |
-
msgstr "Описание"
|
364 |
|
365 |
-
#:
|
366 |
-
msgid "
|
367 |
-
msgstr "
|
368 |
|
369 |
-
#: main.php:
|
370 |
-
msgid "
|
371 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
372 |
|
373 |
-
#: main.php:
|
374 |
-
msgid "
|
375 |
-
msgstr "
|
376 |
|
377 |
-
#: main.php:
|
378 |
msgid ""
|
379 |
"[attribute 1 values] {title} with [attribute] [values] and [attribute] "
|
380 |
"[values]"
|
@@ -382,331 +330,241 @@ msgstr ""
|
|
382 |
"[атрибут 1 значения] {название} с [атрибутами] [значениями] и [атрибутами] "
|
383 |
"[значениями]"
|
384 |
|
385 |
-
#: main.php:
|
386 |
-
msgid "
|
387 |
-
msgstr "
|
388 |
|
389 |
-
#:
|
390 |
-
msgid "
|
391 |
-
msgstr "
|
392 |
|
393 |
-
#:
|
394 |
-
msgid ""
|
395 |
-
"
|
396 |
-
"categories and subcategories on shop pages, but you want to display products "
|
397 |
-
"on filtering"
|
398 |
-
msgstr ""
|
399 |
-
"Отображать всегда продукты, когда фильтры выбраны. Используйте это, когда у "
|
400 |
-
"вас есть категории и подкатегории на страницах магазина, но вы хотите "
|
401 |
-
"отображать продукты при фильтрации"
|
402 |
|
403 |
-
#: main.php:
|
404 |
-
msgid "
|
405 |
-
msgstr "
|
406 |
|
407 |
-
#: main.php:
|
408 |
-
msgid "
|
409 |
-
msgstr "
|
410 |
|
411 |
-
#:
|
412 |
-
msgid "
|
413 |
-
msgstr "
|
414 |
|
415 |
-
#:
|
416 |
-
msgid "
|
417 |
-
msgstr "
|
418 |
|
419 |
-
#:
|
420 |
-
msgid "
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#:
|
424 |
-
|
425 |
-
|
426 |
-
#: addons/deprecated_filters/filter_post.php:509
|
427 |
-
#: includes/compatibility/beaver-builder.php:19
|
428 |
-
#: includes/compatibility/divi-theme-builder.php:35
|
429 |
-
#: includes/compatibility/elementor-pro.php:18
|
430 |
-
#: templates/paid/filters_group.php:29 templates/settings/design.php:23
|
431 |
-
#: templates/settings/design.php:37 templates/settings/design.php:42
|
432 |
-
#: templates/settings/design.php:50 templates/settings/design.php:64
|
433 |
-
#: templates/settings/design.php:69 templates/settings/design.php:77
|
434 |
-
#: templates/settings/design.php:91 templates/settings/design.php:96
|
435 |
-
#: templates/single_filter/single_settings_elements.php:109
|
436 |
-
#: templates/single_filter/single_settings_elements.php:337
|
437 |
-
#: templates/single_filter/single_settings_elements.php:499
|
438 |
-
#: addons/deprecated_filters/settings/design.php:57
|
439 |
-
#: addons/deprecated_filters/settings/design.php:165
|
440 |
-
#: addons/deprecated_filters/settings/design.php:179
|
441 |
-
#: addons/deprecated_filters/settings/design.php:184
|
442 |
-
#: addons/deprecated_filters/settings/design.php:421
|
443 |
-
#: addons/deprecated_filters/settings/design.php:435
|
444 |
-
#: addons/deprecated_filters/settings/design.php:440
|
445 |
-
#: addons/deprecated_filters/settings/design.php:653
|
446 |
-
#: addons/deprecated_filters/settings/design.php:658
|
447 |
-
#: addons/deprecated_filters/settings/design.php:666
|
448 |
-
#: addons/deprecated_filters/settings/design.php:677
|
449 |
-
#: addons/deprecated_filters/settings/design.php:682
|
450 |
-
#: addons/deprecated_filters/settings/design.php:722
|
451 |
-
#: addons/deprecated_filters/settings/design.php:727
|
452 |
-
#: addons/deprecated_filters/settings/design.php:735
|
453 |
-
#: addons/deprecated_filters/settings/design.php:743
|
454 |
-
#: addons/deprecated_filters/settings/design.php:748
|
455 |
-
#: addons/deprecated_filters/settings/design.php:756
|
456 |
-
#: addons/deprecated_filters/settings/design.php:761
|
457 |
-
msgid "Default"
|
458 |
-
msgstr "По умолчанию"
|
459 |
|
460 |
-
#: main.php:
|
461 |
-
msgid "
|
462 |
-
|
|
|
463 |
|
464 |
-
#:
|
465 |
-
msgid "
|
466 |
-
msgstr "
|
467 |
|
468 |
-
#:
|
469 |
msgid ""
|
470 |
-
"
|
471 |
-
"only one value"
|
472 |
msgstr ""
|
473 |
-
"
|
474 |
-
"
|
475 |
|
476 |
-
#:
|
477 |
-
msgid "
|
478 |
-
msgstr "
|
479 |
|
480 |
-
#:
|
481 |
-
msgid "
|
482 |
-
msgstr "
|
483 |
|
484 |
-
#:
|
485 |
-
|
486 |
-
|
487 |
-
#: templates/single_filter/single_settings_elements.php:286
|
488 |
-
#: templates/single_filter/single_settings_elements.php:451
|
489 |
-
msgid "Disabled"
|
490 |
-
msgstr "Отключить"
|
491 |
|
492 |
-
#: main.php:
|
493 |
-
msgid "
|
494 |
-
msgstr "
|
495 |
|
496 |
-
#:
|
497 |
-
msgid "
|
498 |
-
msgstr "
|
499 |
|
500 |
-
#:
|
501 |
-
msgid "
|
502 |
-
msgstr ""
|
503 |
-
"Скрыть вариативные продукты, если вариаций с выбранными фильтрами нет в "
|
504 |
-
"наличии"
|
505 |
|
506 |
-
#:
|
507 |
-
|
|
|
|
|
|
|
|
|
508 |
msgstr ""
|
509 |
-
"
|
510 |
-
"
|
|
|
511 |
|
512 |
-
#:
|
513 |
msgid ""
|
514 |
-
"
|
515 |
-
"
|
516 |
msgstr ""
|
517 |
-
"
|
518 |
-
"
|
519 |
-
|
520 |
-
#: main.php:975
|
521 |
-
msgid "Incompatibility Fixes"
|
522 |
-
msgstr "Исправления Несовместимости"
|
523 |
|
524 |
-
#:
|
525 |
-
|
526 |
-
|
|
|
527 |
|
528 |
-
#:
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
"загрузке страниц."
|
533 |
|
534 |
-
#: main.php:
|
535 |
-
msgid "
|
536 |
-
msgstr "
|
537 |
-
|
538 |
-
#: main.php:989
|
539 |
-
msgid "Add JavaScript files to all pages."
|
540 |
-
msgstr "Добавить файлы JavaScript на все страницы."
|
541 |
-
|
542 |
-
#: main.php:992
|
543 |
-
msgid "Fix for search page"
|
544 |
-
msgstr "Исправление для страницы поиска"
|
545 |
-
|
546 |
-
#: main.php:996
|
547 |
-
msgid "Disable redirection, when search page return only one product"
|
548 |
-
msgstr ""
|
549 |
-
"Отключить перенаправление, когда страница поиска возвращает только один "
|
550 |
-
"продукт"
|
551 |
-
|
552 |
-
#: main.php:999
|
553 |
-
msgid "Select2 CSS"
|
554 |
-
msgstr "Select2 CSS"
|
555 |
-
|
556 |
-
#: main.php:1004
|
557 |
-
msgid ""
|
558 |
-
"Fixed CSS styles for Select2 (do not enable if Select2 work correct. Option "
|
559 |
-
"can break Select2 in other plugins or themes)"
|
560 |
-
msgstr ""
|
561 |
-
"Исправление стилей CSS для Select2 (не включайте, если Select2 работает "
|
562 |
-
"правильно. Опция может сломать Select2 в других плагинах или темах)"
|
563 |
|
564 |
-
#:
|
565 |
-
msgid "
|
566 |
-
msgstr "
|
567 |
|
568 |
-
#:
|
569 |
-
|
570 |
-
|
|
|
|
|
571 |
|
572 |
-
#:
|
573 |
msgid ""
|
574 |
-
"
|
575 |
-
"
|
576 |
msgstr ""
|
577 |
-
"
|
578 |
-
"
|
579 |
-
|
580 |
-
#: main.php:1028
|
581 |
-
msgid "Filters Description"
|
582 |
-
msgstr "Описание Фильтров"
|
583 |
-
|
584 |
-
#: main.php:1034 main.php:1057 includes/paid.php:250
|
585 |
-
msgid "Light"
|
586 |
-
msgstr "Светлая"
|
587 |
-
|
588 |
-
#: main.php:1035 main.php:1058 includes/paid.php:251
|
589 |
-
msgid "Dark"
|
590 |
-
msgstr "Темная"
|
591 |
|
592 |
-
#: main.php:
|
593 |
-
msgid "
|
594 |
-
msgstr "
|
595 |
|
596 |
-
#: main.php:
|
597 |
-
msgid "
|
598 |
-
msgstr "
|
599 |
|
600 |
-
#:
|
601 |
-
msgid "
|
602 |
-
msgstr "
|
603 |
|
604 |
-
#:
|
605 |
-
msgid "
|
606 |
-
msgstr "
|
607 |
|
608 |
-
#:
|
609 |
-
msgid "
|
610 |
-
msgstr "
|
611 |
|
612 |
-
#:
|
613 |
-
msgid "
|
614 |
-
msgstr "
|
615 |
|
616 |
-
#: main.php:
|
617 |
-
msgid ""
|
618 |
-
"Don't loading css file for Font Awesome on site front end. Use it only if "
|
619 |
-
"you doesn't uses Font Awesome icons in widgets or you have Font Awesome in "
|
620 |
-
"your theme."
|
621 |
msgstr ""
|
622 |
-
"
|
623 |
-
"если вы не используете иконки Font Awesome в виджетах или у вас есть Font "
|
624 |
-
"Awesome в вашей теме."
|
625 |
-
|
626 |
-
#: main.php:1083
|
627 |
-
msgid "Font Awesome Version"
|
628 |
-
msgstr "Версия Font Awesome"
|
629 |
-
|
630 |
-
#: main.php:1087
|
631 |
-
msgid "Font Awesome 4"
|
632 |
-
msgstr "Font Awesome 4"
|
633 |
-
|
634 |
-
#: main.php:1088
|
635 |
-
msgid "Font Awesome 5"
|
636 |
-
msgstr "Font Awesome 5"
|
637 |
|
638 |
-
#: main.php:
|
639 |
msgid ""
|
640 |
-
"
|
641 |
-
"
|
|
|
642 |
msgstr ""
|
643 |
-
"
|
644 |
-
"
|
645 |
-
|
646 |
-
#: main.php:1094
|
647 |
-
msgid "Before Update:"
|
648 |
-
msgstr "Перед Обновлением:"
|
649 |
|
650 |
-
#:
|
651 |
-
|
|
|
|
|
|
|
652 |
msgstr ""
|
653 |
-
"
|
654 |
-
"
|
655 |
|
656 |
-
#:
|
657 |
-
msgid "
|
658 |
-
msgstr "
|
659 |
|
660 |
-
#: main.php:
|
661 |
msgid ""
|
662 |
-
"
|
663 |
-
"
|
664 |
msgstr ""
|
665 |
-
"
|
666 |
-
"
|
667 |
-
"= 'Ha!';"
|
668 |
|
669 |
-
#: main.php:
|
670 |
-
msgid "
|
671 |
-
msgstr "
|
672 |
|
673 |
-
#: main.php:
|
674 |
-
msgid "
|
|
|
|
|
675 |
msgstr ""
|
676 |
-
"
|
677 |
-
"
|
678 |
|
679 |
-
#: main.php:
|
680 |
-
msgid "
|
681 |
-
msgstr ""
|
682 |
-
"Вариация должна быть добавлена к продукту со статусом товара отсутствует на "
|
683 |
-
"складе."
|
684 |
|
685 |
-
#:
|
686 |
msgid ""
|
687 |
-
"
|
688 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
689 |
msgstr ""
|
690 |
-
"
|
691 |
-
"
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
|
|
|
|
696 |
|
697 |
-
#:
|
698 |
-
|
699 |
-
|
|
|
700 |
|
701 |
-
#:
|
702 |
-
msgid ""
|
703 |
-
"Default WooCommerce page are: shop page, category page, tag page, attribute "
|
704 |
-
"page etc."
|
705 |
msgstr ""
|
706 |
-
"
|
707 |
-
"
|
708 |
|
709 |
-
#: main.php:
|
710 |
msgid ""
|
711 |
"Also it can does not work on WooCommerce pages edited with help of any page "
|
712 |
"builders (Divi Builder, Elementor Builder etc.)"
|
@@ -714,11 +572,43 @@ msgstr ""
|
|
714 |
"Также он может не работать на страницах WooCommerce, отредактированных с "
|
715 |
"помощью любых конструкторов страниц (Divi Builder, Elementor Builder и т. д.)"
|
716 |
|
717 |
-
#: main.php:
|
718 |
-
msgid "
|
719 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
720 |
|
721 |
-
#: main.php:
|
722 |
msgid ""
|
723 |
"Any option except first will slow down page load, because required some "
|
724 |
"additional queries to database"
|
@@ -726,2288 +616,2743 @@ msgstr ""
|
|
726 |
"Любая опция, кроме первой, замедлит загрузку страницы, поскольку требует "
|
727 |
"дополнительных запросов к базе данных."
|
728 |
|
729 |
-
#:
|
730 |
-
|
731 |
-
|
732 |
-
"
|
733 |
-
msgstr ""
|
734 |
-
"плагин ничего не пересчитывает. Будут удалены только те атрибуты, у которых "
|
735 |
-
"нет товаров для полного магазина (самый быстрый вариант)"
|
736 |
|
737 |
-
#:
|
738 |
-
|
739 |
-
|
740 |
-
"
|
741 |
-
msgstr ""
|
742 |
-
"плагин пересчитывать продукты для значений атрибутов на основной страницы, "
|
743 |
-
"где отображается. Значения атрибутов, у которых нет товаров для текущей "
|
744 |
-
"страницы, будут удалены"
|
745 |
|
746 |
-
#:
|
747 |
msgid ""
|
748 |
-
"
|
749 |
-
"
|
750 |
-
"values after filtering with help of option"
|
751 |
msgstr ""
|
752 |
-
"
|
753 |
-
"
|
754 |
-
"скрыть другие пустые значения после фильтрации с помощью опции"
|
755 |
|
756 |
-
#:
|
757 |
-
msgid ""
|
758 |
-
"
|
759 |
-
"each attribute values (not recommended)"
|
760 |
-
msgstr ""
|
761 |
-
"используя два предыдущих варианта вместе. Работает медленнее, потому что "
|
762 |
-
"пересчитывает дважды для каждого значения атрибута (не рекомендуется)"
|
763 |
|
764 |
-
#:
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
|
|
|
|
|
|
|
|
771 |
|
772 |
-
#:
|
773 |
-
msgid "
|
774 |
-
msgstr "
|
775 |
|
776 |
-
#:
|
777 |
-
msgid "
|
778 |
-
msgstr "
|
779 |
-
|
780 |
-
#: main.php:1171
|
781 |
-
msgid "Run it to setup plugin options step by step"
|
782 |
-
msgstr "Запустите его, чтобы шаг за шагом настроить параметры плагина"
|
783 |
-
|
784 |
-
#: main.php:1180 main.php:1191
|
785 |
-
msgid "Creating products"
|
786 |
-
msgstr "Создание продуктов"
|
787 |
-
|
788 |
-
#: main.php:1181 main.php:1192
|
789 |
-
msgid "Gettings selectors"
|
790 |
-
msgstr "Получение селекторов"
|
791 |
|
792 |
-
#:
|
793 |
-
msgid "
|
794 |
-
msgstr "
|
795 |
|
796 |
-
#:
|
797 |
-
msgid "
|
798 |
-
msgstr "
|
799 |
|
800 |
-
#:
|
801 |
-
msgid ""
|
802 |
-
"
|
803 |
-
"SEO plugins and plugins, that doing anything on product creating."
|
804 |
-
msgstr ""
|
805 |
-
"ВАЖНО: Он будет генерировать некоторые продукты на вашем сайте. Пожалуйста, "
|
806 |
-
"отключите все плагины SEO и плагины, которые делают что-либо при создании "
|
807 |
-
"продукта."
|
808 |
|
809 |
-
#:
|
810 |
-
msgid ""
|
811 |
-
|
812 |
-
"problems on your site"
|
813 |
-
msgstr ""
|
814 |
-
"Скрипт был запущен, но страница закрыта до окончания. Пожалуйста, "
|
815 |
-
"остановитесь, чтобы предотвратить любые проблемы на вашем сайте"
|
816 |
|
817 |
-
#: main.php:
|
818 |
msgid "Auto-Selectors"
|
819 |
msgstr "Авто-Селекторы"
|
820 |
|
821 |
-
#:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#:
|
826 |
-
|
827 |
-
|
|
|
828 |
|
829 |
-
#:
|
830 |
-
|
831 |
-
|
|
|
832 |
|
833 |
-
#:
|
834 |
-
msgid "
|
835 |
-
msgstr "
|
836 |
|
837 |
-
#:
|
838 |
-
msgid "
|
839 |
-
msgstr "
|
840 |
|
841 |
-
#:
|
842 |
-
msgid ""
|
843 |
-
"
|
844 |
-
msgstr ""
|
845 |
-
"Дождитесь окончания <strong style = \"color: red;\">не закрывайте эту "
|
846 |
-
"страницу</strong>"
|
847 |
|
848 |
-
#:
|
849 |
-
msgid "
|
850 |
-
msgstr "
|
851 |
|
852 |
-
#:
|
853 |
-
|
854 |
-
|
|
|
|
|
855 |
|
856 |
-
#:
|
857 |
-
msgid "
|
858 |
-
msgstr "
|
859 |
|
860 |
-
#: main.php:
|
861 |
-
msgid "
|
862 |
-
msgstr "
|
863 |
|
864 |
-
#: main.php:
|
865 |
-
|
866 |
-
|
867 |
-
#: templates/old_templates/color.php:206
|
868 |
-
msgid "Show value(s)"
|
869 |
-
msgstr "Показать значение(я)"
|
870 |
|
871 |
-
#:
|
872 |
-
msgid "
|
873 |
-
msgstr "
|
874 |
|
875 |
-
#: main.php:
|
876 |
-
msgid "
|
877 |
-
msgstr "
|
878 |
|
879 |
-
|
880 |
-
|
881 |
-
|
|
|
882 |
|
883 |
-
#:
|
884 |
-
msgid "
|
885 |
-
msgstr "
|
886 |
|
887 |
-
#:
|
888 |
-
msgid "
|
889 |
-
msgstr "
|
890 |
|
891 |
-
#:
|
892 |
-
msgid "
|
893 |
-
msgstr "
|
894 |
|
895 |
-
#:
|
896 |
-
#:
|
897 |
-
msgid "
|
898 |
-
msgstr "
|
899 |
|
900 |
-
#:
|
901 |
-
|
902 |
-
|
903 |
-
|
|
|
904 |
|
905 |
-
#:
|
906 |
-
|
907 |
-
|
|
|
908 |
|
909 |
-
#:
|
910 |
-
|
911 |
-
|
|
|
912 |
|
913 |
-
#: includes/
|
914 |
-
|
915 |
-
|
916 |
-
msgid "Edit"
|
917 |
-
msgstr "Редактировать"
|
918 |
|
919 |
-
#:
|
920 |
-
msgid "
|
921 |
-
msgstr "
|
922 |
|
923 |
-
#: includes/
|
924 |
-
msgid "
|
925 |
-
msgstr "
|
926 |
|
927 |
-
#: includes/
|
928 |
-
msgid "
|
929 |
-
msgstr "
|
930 |
|
931 |
-
#:
|
932 |
-
msgid "
|
933 |
-
msgstr "
|
934 |
|
935 |
-
#:
|
936 |
-
msgid "
|
937 |
-
msgstr "
|
938 |
|
939 |
-
#:
|
940 |
-
msgid "
|
941 |
-
msgstr "
|
942 |
|
943 |
-
#:
|
944 |
-
msgid "
|
945 |
-
msgstr "
|
946 |
|
947 |
-
#:
|
948 |
-
msgid "
|
949 |
-
msgstr "
|
950 |
|
951 |
-
#: includes/
|
952 |
-
|
953 |
-
|
954 |
-
msgstr "Условия"
|
955 |
|
956 |
-
#: includes/
|
957 |
-
msgid "
|
958 |
-
msgstr "
|
959 |
|
960 |
-
#:
|
961 |
-
|
962 |
-
|
963 |
-
|
|
|
964 |
|
965 |
-
#: includes/
|
966 |
-
msgid "
|
967 |
-
msgstr "
|
968 |
|
969 |
-
#: includes/
|
970 |
-
msgid "
|
971 |
-
msgstr "
|
|
|
|
|
|
|
|
|
972 |
|
973 |
-
#: includes/
|
974 |
msgid ""
|
975 |
-
"
|
|
|
976 |
msgstr ""
|
977 |
-
"
|
978 |
-
"
|
979 |
|
980 |
-
#:
|
981 |
-
msgid "
|
982 |
-
msgstr "
|
983 |
|
984 |
-
#: includes/
|
985 |
-
|
986 |
-
|
|
|
|
|
987 |
|
988 |
-
#:
|
989 |
-
msgid "
|
990 |
-
msgstr "
|
991 |
|
992 |
-
#: includes/
|
993 |
-
|
994 |
-
|
|
|
995 |
|
996 |
-
#: includes/
|
997 |
-
msgid "
|
998 |
-
msgstr "
|
999 |
|
1000 |
-
#: includes/
|
1001 |
-
msgid "
|
1002 |
-
msgstr "
|
1003 |
|
1004 |
-
#: includes/
|
1005 |
-
msgid "
|
1006 |
-
msgstr "
|
1007 |
|
1008 |
-
#: includes/
|
1009 |
-
msgid "
|
1010 |
-
msgstr "
|
1011 |
|
1012 |
-
#: includes/
|
1013 |
-
msgid "
|
1014 |
-
msgstr "
|
1015 |
|
1016 |
-
#: includes/
|
1017 |
-
|
1018 |
-
|
1019 |
-
#: addons/deprecated_filters/filter_post.php:59
|
1020 |
-
#: includes/filters/display_widget.php:219 templates/settings/design.php:73
|
1021 |
-
#: templates/single_filter/widget_type.php:8
|
1022 |
-
msgid "Filter"
|
1023 |
-
msgstr "Фильтр"
|
1024 |
|
1025 |
-
#:
|
1026 |
-
|
1027 |
-
|
1028 |
-
#: addons/deprecated_filters/display_filter/update_button.php:10
|
1029 |
-
msgid "Update Products button"
|
1030 |
-
msgstr "Кнопка Фильтрации Продуктов"
|
1031 |
|
1032 |
-
#:
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
msgid "Reset Products button"
|
1037 |
-
msgstr "Кнопка Сброса фильтров"
|
1038 |
|
1039 |
-
#:
|
1040 |
-
|
1041 |
-
|
1042 |
-
msgid "Selected Filters area"
|
1043 |
-
msgstr "Область с Выбранными Фильтрами"
|
1044 |
|
1045 |
-
#:
|
1046 |
-
msgid "
|
1047 |
-
msgstr "
|
1048 |
|
1049 |
-
#:
|
1050 |
-
msgid "
|
1051 |
-
msgstr "
|
1052 |
|
1053 |
-
#:
|
1054 |
-
|
1055 |
-
|
1056 |
-
#: addons/deprecated_filters/display_widget.php:141
|
1057 |
-
#: addons/deprecated_filters/filter_post.php:84
|
1058 |
-
#: addons/deprecated_filters/filter_post.php:126
|
1059 |
-
#: includes/filters/display_widget.php:142
|
1060 |
-
#: templates/single_filter/single_settings_elements.php:71
|
1061 |
-
#: templates/single_filter/single_settings_elements.php:658
|
1062 |
-
msgid "Attribute"
|
1063 |
-
msgstr "Атрибуты"
|
1064 |
|
1065 |
-
#:
|
1066 |
-
|
1067 |
-
|
1068 |
-
#: addons/deprecated_filters/filter_post.php:88
|
1069 |
-
#: includes/filters/display_widget.php:146
|
1070 |
-
#: templates/single_filter/single_settings_elements.php:666
|
1071 |
-
msgid "Tag"
|
1072 |
-
msgstr "Теги"
|
1073 |
|
1074 |
-
#:
|
1075 |
-
|
1076 |
-
|
|
|
1077 |
|
1078 |
-
#:
|
1079 |
-
|
1080 |
-
|
|
|
1081 |
|
1082 |
-
#:
|
1083 |
-
msgid "
|
1084 |
-
|
|
|
|
|
|
|
|
|
1085 |
|
1086 |
-
#:
|
1087 |
-
|
1088 |
-
|
1089 |
-
#: templates/single_filter/single_settings_elements.php:650
|
1090 |
-
msgid "Price"
|
1091 |
-
msgstr "Цена"
|
1092 |
|
1093 |
-
#:
|
1094 |
-
|
1095 |
-
|
|
|
|
|
|
|
|
|
1096 |
|
1097 |
-
#:
|
1098 |
-
|
1099 |
-
|
1100 |
-
#: includes/filters/display_widget.php:150
|
1101 |
-
#: templates/single_filter/single_settings_elements.php:675
|
1102 |
-
msgid "Product Category"
|
1103 |
-
msgstr "Категории продуктов"
|
1104 |
|
1105 |
-
#:
|
1106 |
-
msgid "
|
1107 |
-
msgstr "
|
1108 |
|
1109 |
-
#: includes/custom_post.php:
|
1110 |
-
|
1111 |
-
|
|
|
1112 |
|
1113 |
-
#:
|
1114 |
-
|
1115 |
-
|
1116 |
-
#: includes/filters/display_widget.php:157
|
1117 |
-
#: templates/single_filter/single_settings_elements.php:686
|
1118 |
-
msgid "Rating"
|
1119 |
-
msgstr "Рейтинг"
|
1120 |
|
1121 |
-
#:
|
1122 |
-
|
1123 |
-
|
1124 |
-
msgstr "Подкатегории Продуктов"
|
1125 |
|
1126 |
-
#:
|
1127 |
-
msgid "
|
1128 |
-
msgstr "
|
1129 |
|
1130 |
-
#:
|
1131 |
-
msgid "
|
|
|
|
|
|
|
1132 |
msgstr ""
|
1133 |
-
"
|
|
|
|
|
|
|
1134 |
|
1135 |
-
#: includes/
|
1136 |
-
|
1137 |
-
|
1138 |
-
msgstr "Группы фильтров продуктов"
|
1139 |
|
1140 |
-
#:
|
1141 |
-
|
1142 |
-
|
1143 |
-
msgstr "Группы"
|
1144 |
|
1145 |
-
#: includes/
|
1146 |
-
msgid "
|
1147 |
-
msgstr "
|
1148 |
|
1149 |
-
#: includes/
|
1150 |
-
msgid "
|
1151 |
-
msgstr "Создать
|
1152 |
|
1153 |
-
#:
|
1154 |
-
msgid "
|
1155 |
-
msgstr "
|
1156 |
|
1157 |
-
#:
|
1158 |
-
|
1159 |
-
|
|
|
1160 |
|
1161 |
-
#: includes/
|
1162 |
-
|
1163 |
-
|
|
|
1164 |
|
1165 |
-
#: includes/
|
1166 |
-
|
1167 |
-
|
|
|
1168 |
|
1169 |
-
#: includes/
|
1170 |
-
msgid "
|
1171 |
-
msgstr "
|
1172 |
|
1173 |
-
#:
|
1174 |
-
|
1175 |
-
|
|
|
1176 |
|
1177 |
-
#:
|
1178 |
-
msgid "
|
1179 |
-
msgstr "
|
1180 |
|
1181 |
-
#:
|
1182 |
-
|
1183 |
-
|
|
|
1184 |
|
1185 |
-
#:
|
1186 |
-
msgid "
|
1187 |
-
msgstr "
|
1188 |
|
1189 |
-
#:
|
1190 |
-
|
1191 |
-
|
|
|
1192 |
|
1193 |
-
#:
|
1194 |
-
msgid "
|
1195 |
-
msgstr "
|
1196 |
|
1197 |
-
#:
|
1198 |
-
|
1199 |
-
|
|
|
1200 |
|
1201 |
-
#:
|
1202 |
-
|
1203 |
-
|
1204 |
-
msgstr "--Пожалуйста, выберите фильтр--"
|
1205 |
|
1206 |
-
#: includes/
|
1207 |
-
|
1208 |
-
|
|
|
|
|
1209 |
|
1210 |
-
#: includes/
|
1211 |
-
msgid "
|
1212 |
-
msgstr "
|
1213 |
|
1214 |
-
#: includes/
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
|
1219 |
-
#: includes/
|
1220 |
-
msgid "
|
1221 |
-
msgstr "
|
1222 |
|
1223 |
-
#: includes/
|
1224 |
-
|
1225 |
-
|
|
|
1226 |
|
1227 |
-
#: includes/
|
1228 |
-
msgid "
|
1229 |
-
msgstr "
|
1230 |
|
1231 |
-
#: includes/
|
1232 |
-
msgid "
|
1233 |
-
msgstr "
|
1234 |
|
1235 |
-
#: includes/
|
1236 |
-
msgid "
|
1237 |
-
msgstr "
|
1238 |
|
1239 |
-
#: includes/
|
1240 |
-
msgid "
|
1241 |
-
msgstr "
|
1242 |
|
1243 |
-
#:
|
1244 |
-
msgid "
|
1245 |
-
msgstr "
|
1246 |
|
1247 |
-
#: includes/
|
1248 |
-
msgid "
|
1249 |
-
msgstr "
|
1250 |
|
1251 |
-
#: includes/
|
1252 |
-
msgid "
|
1253 |
-
msgstr "
|
|
|
1254 |
|
1255 |
-
#: includes/
|
1256 |
-
msgid "
|
1257 |
-
msgstr "
|
1258 |
|
1259 |
-
#: includes/
|
1260 |
-
msgid "
|
1261 |
-
msgstr "
|
1262 |
|
1263 |
-
#: includes/
|
1264 |
-
msgid "
|
1265 |
-
msgstr "
|
1266 |
|
1267 |
-
#:
|
1268 |
-
|
1269 |
-
|
|
|
|
|
1270 |
|
1271 |
-
#:
|
1272 |
-
msgid "
|
1273 |
-
msgstr "
|
|
|
1274 |
|
1275 |
-
#:
|
1276 |
-
msgid "
|
1277 |
-
msgstr "
|
1278 |
|
1279 |
-
#: includes/
|
1280 |
-
|
1281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1282 |
|
1283 |
-
#:
|
1284 |
-
msgid "
|
1285 |
-
msgstr "
|
1286 |
|
1287 |
-
#:
|
1288 |
-
msgid "
|
1289 |
-
msgstr "
|
1290 |
|
1291 |
-
#: includes/
|
1292 |
-
msgid "
|
1293 |
-
|
|
|
|
|
|
|
|
|
1294 |
|
1295 |
-
#: includes/
|
1296 |
-
msgid "
|
1297 |
-
msgstr "
|
1298 |
|
1299 |
-
#:
|
1300 |
-
|
1301 |
-
|
1302 |
-
msgstr "Управление фильтрами"
|
1303 |
|
1304 |
-
#:
|
1305 |
-
msgid "
|
1306 |
-
msgstr "
|
1307 |
|
1308 |
-
#: includes/paid.php:
|
1309 |
-
msgid "
|
1310 |
-
msgstr "
|
1311 |
|
1312 |
-
#:
|
1313 |
-
|
1314 |
-
|
|
|
1315 |
|
1316 |
-
#:
|
1317 |
-
|
1318 |
-
|
|
|
1319 |
|
1320 |
-
#: includes/
|
1321 |
-
msgid "
|
1322 |
-
msgstr "
|
1323 |
|
1324 |
-
#: includes/
|
1325 |
-
msgid "
|
1326 |
-
msgstr "
|
1327 |
|
1328 |
-
#: includes/
|
1329 |
-
msgid "
|
1330 |
-
msgstr "
|
1331 |
|
1332 |
-
#: includes/
|
1333 |
-
msgid "
|
1334 |
-
msgstr "
|
1335 |
|
1336 |
-
#:
|
1337 |
-
msgid ""
|
1338 |
-
"
|
1339 |
-
"name(Custom structure: /%postname%/ )"
|
1340 |
-
msgstr ""
|
1341 |
-
"Работает только с SEO дружественными urls. Постоянные ссылки WordPress "
|
1342 |
-
"должны быть установлены на «Имя публикации» (пользовательская структура: /% "
|
1343 |
-
"postname% /)"
|
1344 |
|
1345 |
-
#:
|
1346 |
-
msgid "
|
1347 |
-
msgstr "
|
1348 |
|
1349 |
-
#: includes/
|
1350 |
-
msgid "
|
1351 |
-
msgstr "
|
1352 |
|
1353 |
-
#:
|
1354 |
-
#:
|
1355 |
-
|
1356 |
-
|
|
|
|
|
1357 |
|
1358 |
-
#:
|
1359 |
-
msgid "
|
1360 |
-
msgstr "
|
1361 |
|
1362 |
-
#:
|
1363 |
-
msgid "
|
1364 |
-
msgstr ""
|
1365 |
-
"Показывать количество товаров до фильтрации при использовании кнопки "
|
1366 |
-
"обновления"
|
1367 |
|
1368 |
-
#:
|
1369 |
-
msgid "
|
1370 |
-
msgstr "
|
1371 |
|
1372 |
-
#:
|
1373 |
-
msgid "
|
1374 |
-
msgstr "
|
1375 |
|
1376 |
-
#:
|
1377 |
-
msgid "
|
1378 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1379 |
|
1380 |
-
#:
|
1381 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1382 |
msgstr "Отключить"
|
1383 |
|
1384 |
-
#: includes/paid.php:
|
1385 |
-
msgid "
|
1386 |
-
msgstr "
|
1387 |
|
1388 |
-
#:
|
1389 |
-
msgid "
|
1390 |
-
msgstr "
|
1391 |
|
1392 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1393 |
msgid "Display variation data"
|
1394 |
msgstr "Отображение данных вариаций"
|
1395 |
|
1396 |
-
#: includes/paid.php:
|
1397 |
msgid "Display variation image"
|
1398 |
msgstr "Показывать картинку вариации"
|
1399 |
|
1400 |
-
#: includes/paid.php:
|
1401 |
msgid "Display variation price"
|
1402 |
msgstr "Показывать цену вариации"
|
1403 |
|
1404 |
-
#: includes/paid.php:
|
1405 |
-
|
1406 |
-
|
|
|
|
|
1407 |
|
1408 |
-
#:
|
1409 |
-
|
1410 |
-
|
|
|
1411 |
|
1412 |
-
#:
|
1413 |
-
|
1414 |
-
|
|
|
1415 |
|
1416 |
-
#:
|
1417 |
-
msgid ""
|
1418 |
-
"
|
1419 |
-
"has attribute value of selected filters."
|
1420 |
-
msgstr ""
|
1421 |
-
"Изменит изображение/цену на вариативном продукте на изображение/цену из "
|
1422 |
-
"вариации, который имеет значение атрибута выбранного в фильтрах."
|
1423 |
|
1424 |
-
#:
|
1425 |
msgid ""
|
1426 |
-
"
|
1427 |
-
"
|
1428 |
msgstr ""
|
1429 |
-
"
|
1430 |
-
"
|
1431 |
-
"но некоторые темы его не используют."
|
1432 |
|
1433 |
-
#:
|
1434 |
-
msgid ""
|
1435 |
-
"
|
1436 |
-
msgstr ""
|
1437 |
-
"Если у вас есть эта проблема, пожалуйста, свяжитесь с разработчиком темы с "
|
1438 |
-
"этой проблемой"
|
1439 |
|
1440 |
-
#:
|
1441 |
-
msgid "
|
1442 |
-
msgstr "
|
1443 |
|
1444 |
-
#:
|
1445 |
msgid ""
|
1446 |
-
"
|
1447 |
-
"
|
|
|
1448 |
msgstr ""
|
1449 |
-
"
|
1450 |
-
"
|
|
|
1451 |
|
1452 |
-
#:
|
1453 |
-
msgid "
|
1454 |
-
msgstr "
|
1455 |
|
1456 |
-
#: includes/
|
1457 |
-
msgid "
|
1458 |
-
msgstr "
|
1459 |
|
1460 |
-
#:
|
1461 |
-
msgid "
|
1462 |
-
|
|
|
1463 |
|
1464 |
-
#:
|
1465 |
-
msgid "
|
1466 |
-
msgstr "
|
1467 |
|
1468 |
-
#:
|
1469 |
-
msgid "
|
1470 |
-
msgstr "
|
1471 |
|
1472 |
-
#: includes/
|
1473 |
-
|
1474 |
-
|
|
|
|
|
1475 |
|
1476 |
-
#: includes/
|
1477 |
-
|
1478 |
-
|
1479 |
-
msgstr "ПОКАЗАТЬ ФИЛЬТРЫ"
|
1480 |
|
1481 |
-
#: includes/
|
1482 |
-
msgid "
|
1483 |
-
msgstr "
|
1484 |
|
1485 |
-
#:
|
1486 |
-
|
1487 |
-
|
|
|
|
|
|
|
1488 |
|
1489 |
-
#:
|
1490 |
-
msgid "
|
1491 |
-
msgstr "
|
1492 |
|
1493 |
-
#:
|
1494 |
-
msgid "
|
1495 |
-
msgstr "
|
1496 |
|
1497 |
-
#: includes/paid.php:
|
1498 |
-
msgid "
|
1499 |
-
msgstr "
|
1500 |
|
1501 |
-
#: includes/paid.php:
|
1502 |
-
|
1503 |
-
|
|
|
1504 |
|
1505 |
-
#:
|
1506 |
-
msgid "
|
1507 |
-
msgstr "
|
1508 |
|
1509 |
-
#: includes/paid.php:
|
1510 |
-
msgid "
|
1511 |
-
msgstr "
|
1512 |
|
1513 |
-
#: includes/
|
1514 |
-
#:
|
1515 |
-
#:
|
1516 |
-
msgid "
|
1517 |
-
msgstr "
|
1518 |
|
1519 |
-
#:
|
1520 |
-
|
1521 |
-
|
1522 |
-
|
1523 |
-
|
|
|
|
|
|
|
1524 |
|
1525 |
-
#:
|
1526 |
-
#: addons/deprecated_filters/filter_post.php:
|
1527 |
-
|
1528 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1529 |
|
1530 |
-
#: includes/paid.php:
|
1531 |
-
msgid "
|
1532 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1533 |
|
1534 |
-
#: includes/paid.php:
|
1535 |
-
msgid "
|
1536 |
-
msgstr "
|
1537 |
|
1538 |
-
#:
|
1539 |
-
msgid "
|
1540 |
-
msgstr "
|
1541 |
|
1542 |
-
#:
|
1543 |
-
msgid "
|
1544 |
-
msgstr "
|
1545 |
|
1546 |
-
#:
|
1547 |
-
|
1548 |
-
|
1549 |
-
msgstr "Перед"
|
1550 |
|
1551 |
-
#:
|
1552 |
-
|
1553 |
-
|
1554 |
-
msgstr "После"
|
1555 |
|
1556 |
-
#:
|
1557 |
-
msgid "
|
1558 |
-
msgstr "
|
1559 |
|
1560 |
-
#: includes/paid.php:
|
1561 |
-
msgid "
|
1562 |
-
msgstr "
|
1563 |
|
1564 |
-
#: includes/
|
1565 |
-
|
1566 |
-
|
1567 |
-
msgstr "Цвет фона"
|
1568 |
|
1569 |
-
#:
|
1570 |
-
msgid "
|
1571 |
-
msgstr "
|
1572 |
|
1573 |
-
#: includes/
|
1574 |
-
|
1575 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1576 |
|
1577 |
-
#:
|
1578 |
-
msgid "
|
1579 |
-
msgstr "
|
|
|
|
|
1580 |
|
1581 |
-
#: includes/paid.php:
|
1582 |
-
|
1583 |
-
|
|
|
|
|
1584 |
|
1585 |
-
#:
|
1586 |
-
msgid "
|
1587 |
-
|
|
|
|
|
|
|
|
|
1588 |
|
1589 |
-
#:
|
1590 |
-
msgid "
|
1591 |
-
msgstr "
|
1592 |
|
1593 |
-
#:
|
1594 |
-
msgid "
|
1595 |
-
msgstr "
|
1596 |
|
1597 |
-
#:
|
1598 |
-
msgid "
|
1599 |
-
|
|
|
|
|
|
|
|
|
1600 |
|
1601 |
-
#:
|
1602 |
-
msgid "
|
1603 |
-
msgstr "
|
1604 |
|
1605 |
-
#:
|
1606 |
-
msgid "
|
1607 |
-
|
|
|
|
|
|
|
|
|
1608 |
|
1609 |
-
#:
|
1610 |
-
msgid "
|
1611 |
-
|
|
|
|
|
|
|
|
|
1612 |
|
1613 |
-
#:
|
1614 |
-
msgid "
|
1615 |
-
msgstr "
|
1616 |
|
1617 |
-
#:
|
1618 |
-
msgid "
|
1619 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1620 |
|
1621 |
-
#:
|
1622 |
-
msgid "
|
1623 |
-
|
|
|
|
|
|
|
|
|
|
|
1624 |
|
1625 |
-
#:
|
1626 |
-
msgid "
|
1627 |
-
msgstr "
|
1628 |
|
1629 |
-
#:
|
1630 |
-
msgid "
|
1631 |
-
msgstr "
|
1632 |
|
1633 |
-
#: includes/
|
1634 |
-
msgid "
|
1635 |
-
msgstr "
|
1636 |
|
1637 |
-
#:
|
1638 |
-
msgid "
|
1639 |
-
|
|
|
|
|
|
|
|
|
1640 |
|
1641 |
-
#:
|
1642 |
-
msgid "
|
1643 |
-
msgstr "
|
1644 |
|
1645 |
-
#:
|
1646 |
-
|
1647 |
-
|
1648 |
-
|
1649 |
-
msgstr "
|
1650 |
|
1651 |
-
#: includes/paid.php:
|
1652 |
-
msgid "
|
1653 |
-
msgstr "
|
1654 |
|
1655 |
-
#:
|
1656 |
-
|
1657 |
-
|
1658 |
-
msgstr "Сообщение \"Нет значений\""
|
1659 |
|
1660 |
-
#:
|
1661 |
-
|
1662 |
-
msgid "
|
1663 |
-
msgstr "
|
1664 |
|
1665 |
-
#:
|
1666 |
-
msgid "
|
1667 |
-
msgstr "
|
1668 |
|
1669 |
-
#:
|
1670 |
-
msgid "
|
1671 |
-
|
|
|
|
|
|
|
|
|
1672 |
|
1673 |
-
#:
|
1674 |
-
msgid "
|
1675 |
-
msgstr "
|
1676 |
|
1677 |
-
#:
|
1678 |
-
msgid "
|
1679 |
-
msgstr "
|
1680 |
|
1681 |
-
#:
|
1682 |
-
msgid "
|
1683 |
-
msgstr "
|
1684 |
|
1685 |
-
#:
|
1686 |
-
|
1687 |
-
|
|
|
|
|
1688 |
|
1689 |
-
#:
|
1690 |
-
|
1691 |
-
|
|
|
1692 |
|
1693 |
-
#:
|
1694 |
-
msgid "
|
1695 |
-
msgstr "
|
1696 |
|
1697 |
-
#:
|
1698 |
-
|
1699 |
-
|
|
|
1700 |
|
1701 |
-
#:
|
1702 |
-
|
1703 |
-
|
|
|
1704 |
|
1705 |
-
#: includes/paid.php:
|
1706 |
-
msgid "
|
1707 |
-
msgstr "
|
1708 |
|
1709 |
-
#:
|
1710 |
-
|
1711 |
-
|
|
|
1712 |
|
1713 |
-
#:
|
1714 |
-
#:
|
1715 |
-
msgid "
|
1716 |
-
msgstr "
|
1717 |
|
1718 |
-
#:
|
1719 |
-
|
1720 |
-
|
1721 |
-
msgstr "Нет в наличии"
|
1722 |
|
1723 |
-
#:
|
1724 |
-
msgid "
|
1725 |
-
msgstr "
|
1726 |
|
1727 |
-
#:
|
1728 |
-
msgid "
|
1729 |
-
msgstr "
|
1730 |
|
1731 |
-
#:
|
1732 |
-
msgid "
|
1733 |
-
msgstr "
|
1734 |
|
1735 |
-
#:
|
1736 |
-
msgid "
|
1737 |
-
msgstr "
|
1738 |
|
1739 |
-
#:
|
1740 |
-
msgid "
|
1741 |
-
msgstr "
|
1742 |
|
1743 |
-
#: includes/
|
1744 |
-
|
1745 |
-
|
|
|
1746 |
|
1747 |
-
#:
|
1748 |
-
msgid "
|
1749 |
-
msgstr "
|
|
|
1750 |
|
1751 |
-
#: includes/
|
1752 |
-
msgid "
|
1753 |
-
msgstr "
|
1754 |
|
1755 |
-
#: includes/
|
1756 |
-
|
1757 |
-
|
1758 |
-
msgstr "Заменить последнее значение диапазона знаком бесконечности"
|
1759 |
|
1760 |
-
#:
|
1761 |
-
msgid "
|
1762 |
-
msgstr "
|
1763 |
|
1764 |
-
#:
|
1765 |
-
msgid "
|
1766 |
-
msgstr ""
|
1767 |
-
"Выбор даты требуется определенный slug для значений атрибута/таксономии"
|
1768 |
|
1769 |
-
#:
|
1770 |
-
msgid "
|
1771 |
-
msgstr "
|
1772 |
|
1773 |
-
#:
|
1774 |
-
msgid "
|
1775 |
-
msgstr "
|
1776 |
|
1777 |
-
#: includes/paid.php:
|
1778 |
-
msgid "
|
1779 |
-
msgstr "
|
1780 |
|
1781 |
-
#:
|
1782 |
-
|
1783 |
-
|
|
|
1784 |
|
1785 |
-
#:
|
1786 |
-
msgid "
|
1787 |
-
msgstr "
|
1788 |
|
1789 |
-
#: includes/paid.php:
|
1790 |
-
msgid "
|
1791 |
-
msgstr "
|
1792 |
|
1793 |
-
#:
|
1794 |
-
|
1795 |
-
|
|
|
1796 |
|
1797 |
-
#:
|
1798 |
-
|
1799 |
-
|
|
|
1800 |
|
1801 |
-
#:
|
1802 |
-
msgid "
|
1803 |
-
msgstr "
|
1804 |
|
1805 |
-
#:
|
1806 |
-
msgid "
|
1807 |
-
|
|
|
|
|
|
|
|
|
1808 |
|
1809 |
-
#:
|
1810 |
-
msgid "
|
1811 |
-
msgstr "
|
1812 |
|
1813 |
-
#: includes/paid.php:
|
1814 |
-
msgid "
|
1815 |
-
|
|
|
1816 |
|
1817 |
-
#: includes/
|
1818 |
-
msgid "
|
1819 |
-
msgstr "
|
1820 |
|
1821 |
-
#: includes/
|
1822 |
-
msgid "
|
1823 |
-
msgstr "
|
1824 |
|
1825 |
-
#: includes/
|
1826 |
-
msgid "
|
1827 |
-
msgstr "
|
1828 |
|
1829 |
-
#:
|
1830 |
-
msgid "
|
1831 |
-
msgstr "
|
1832 |
|
1833 |
-
#:
|
1834 |
-
|
1835 |
-
|
1836 |
-
msgstr "Вы можете использовать некоторые замены"
|
1837 |
|
1838 |
-
#:
|
1839 |
-
msgid "
|
1840 |
-
|
|
|
|
|
|
|
|
|
|
|
1841 |
|
1842 |
-
#:
|
1843 |
-
|
1844 |
-
|
|
|
1845 |
|
1846 |
-
#:
|
1847 |
-
|
1848 |
-
|
1849 |
-
msgstr "символ валюты($)"
|
1850 |
|
1851 |
-
#: includes/paid.php:
|
1852 |
-
|
1853 |
-
|
1854 |
-
msgstr "код валюты (USD)"
|
1855 |
|
1856 |
-
#:
|
1857 |
-
msgid "
|
1858 |
-
msgstr "
|
1859 |
|
1860 |
-
#: includes/
|
1861 |
-
msgid "
|
1862 |
-
msgstr "
|
1863 |
|
1864 |
-
#:
|
1865 |
-
msgid "
|
1866 |
-
msgstr "
|
1867 |
|
1868 |
-
#:
|
1869 |
-
msgid "
|
1870 |
-
msgstr "
|
1871 |
|
1872 |
-
#:
|
1873 |
-
msgid "
|
1874 |
-
|
|
|
|
|
|
|
|
|
1875 |
|
1876 |
-
#:
|
1877 |
-
msgid "
|
1878 |
-
msgstr "
|
1879 |
|
1880 |
-
#:
|
1881 |
-
msgid "
|
1882 |
-
msgstr "
|
1883 |
|
1884 |
-
#.
|
1885 |
-
|
1886 |
-
|
1887 |
-
|
|
|
|
|
|
|
1888 |
|
1889 |
-
|
1890 |
msgid ""
|
1891 |
-
"
|
1892 |
-
"
|
1893 |
msgstr ""
|
1894 |
-
"
|
1895 |
-
"
|
1896 |
|
1897 |
-
#:
|
1898 |
-
|
1899 |
-
|
1900 |
-
msgstr "Пользовательский CSS для выбранного блока"
|
1901 |
|
1902 |
-
#: templates/
|
1903 |
-
msgid "
|
1904 |
-
msgstr "
|
1905 |
-
|
1906 |
-
#: templates/color_ajax.php:3
|
1907 |
-
msgid "Color pick"
|
1908 |
-
msgstr "Выбор цвета"
|
1909 |
-
|
1910 |
-
#: templates/color_ajax.php:3
|
1911 |
-
msgid "Image pick"
|
1912 |
-
msgstr "Выбор изображения"
|
1913 |
-
|
1914 |
-
#: templates/filters_group.php:4
|
1915 |
-
msgid "Custom CSS class"
|
1916 |
-
msgstr "Пользовательский CSS класс"
|
1917 |
-
|
1918 |
-
#: templates/filters_group.php:7
|
1919 |
-
msgid "use white space for multiple classes"
|
1920 |
-
msgstr "использовать пробел для нескольких классов"
|
1921 |
-
|
1922 |
-
#: templates/filters_group.php:12 templates/filters_group_simple.php:6
|
1923 |
-
msgid "Filters In Group"
|
1924 |
-
msgstr "Фильтры в группе"
|
1925 |
-
|
1926 |
-
#: templates/filters_group.php:22 templates/filters_group_simple.php:16
|
1927 |
-
msgid "Add filter"
|
1928 |
-
msgstr "Добавить фильтр"
|
1929 |
-
|
1930 |
-
#: templates/filters_group.php:39
|
1931 |
-
msgid "Width"
|
1932 |
-
msgstr "Ширина"
|
1933 |
-
|
1934 |
-
#: templates/filters_group.php:48
|
1935 |
-
msgid "No one filters was created. Please create filters first"
|
1936 |
-
msgstr "Ни один фильтр не был создан. Пожалуйста, сначала создайте фильтры"
|
1937 |
-
|
1938 |
-
#: templates/filters_group.php:49 templates/filters_group.php:55
|
1939 |
-
msgid "FILTERS PAGE"
|
1940 |
-
msgstr "СТРАНИЦА ФИЛЬТРОВ"
|
1941 |
-
|
1942 |
-
#: templates/filters_group.php:52
|
1943 |
-
msgid "Group do not have filters. Please add filters before save it."
|
1944 |
-
msgstr ""
|
1945 |
-
"Группа не имеет фильтров. Пожалуйста, добавьте фильтры перед сохранением."
|
1946 |
-
|
1947 |
-
#: templates/filters_group.php:54
|
1948 |
-
msgid "You can create new filters or edit it on"
|
1949 |
-
msgstr "Вы можете создавать новые фильтры или редактировать их на"
|
1950 |
|
1951 |
-
#: templates/
|
1952 |
-
msgid "
|
1953 |
-
msgstr "
|
1954 |
|
1955 |
-
#: templates/
|
1956 |
-
msgid "
|
1957 |
-
msgstr " "
|
1958 |
|
1959 |
-
#: templates/
|
1960 |
-
msgid "
|
1961 |
-
msgstr "
|
1962 |
|
1963 |
-
#:
|
1964 |
-
msgid "
|
1965 |
-
msgstr "
|
1966 |
|
1967 |
-
#: templates/
|
1968 |
-
#, php-format
|
1969 |
msgid ""
|
1970 |
-
"
|
1971 |
-
"
|
1972 |
msgstr ""
|
1973 |
-
"
|
1974 |
-
"
|
1975 |
-
|
1976 |
-
#: templates/filters_information.php:5 templates/single_filter/all_steps.php:20
|
1977 |
-
msgid "Additional"
|
1978 |
-
msgstr "Дополнительные"
|
1979 |
-
|
1980 |
-
#: templates/filters_information.php:5
|
1981 |
-
#: addons/deprecated_filters/filter_post.php:439
|
1982 |
-
#: templates/single_filter/single_settings_elements.php:284
|
1983 |
-
msgid "Enable collapse option"
|
1984 |
-
msgstr "Включить опцию свертывания"
|
1985 |
-
|
1986 |
-
#: templates/filters_information.php:5
|
1987 |
-
#: addons/deprecated_filters/filter_post.php:445
|
1988 |
-
#: templates/single_filter/single_settings_elements.php:296
|
1989 |
-
msgid "Collapse this widget on load?"
|
1990 |
-
msgstr "Свернуть этот виджет при загрузке?"
|
1991 |
-
|
1992 |
-
#: templates/filters_information.php:6
|
1993 |
-
msgid "How to add reset filters button?"
|
1994 |
-
msgstr "Как добавить кнопку сброса фильтров?"
|
1995 |
-
|
1996 |
-
#: templates/filters_information.php:7 templates/filters_information.php:9
|
1997 |
-
#, php-format
|
1998 |
-
msgid "Select <strong>%s</strong> in step <strong>%s</strong>"
|
1999 |
-
msgstr "Выберите <strong>%s</strong> на шаге <strong>%s</strong>."
|
2000 |
-
|
2001 |
-
#: templates/filters_information.php:7 templates/filters_information.php:9
|
2002 |
-
#: addons/deprecated_filters/filter_post.php:55
|
2003 |
-
#: templates/single_filter/all_steps.php:7
|
2004 |
-
msgid "Widget Type"
|
2005 |
-
msgstr "Тип Виджета"
|
2006 |
|
2007 |
-
#:
|
2008 |
msgid ""
|
2009 |
-
"
|
2010 |
-
"
|
2011 |
msgstr ""
|
2012 |
-
"
|
2013 |
-
"
|
2014 |
|
2015 |
-
#:
|
2016 |
msgid ""
|
2017 |
-
"
|
2018 |
-
"to mark it for admin side"
|
2019 |
msgstr ""
|
2020 |
-
"
|
2021 |
-
"написать текст, который хотите пометить его на стороне администратора"
|
2022 |
|
2023 |
-
#:
|
2024 |
msgid ""
|
2025 |
-
"
|
2026 |
-
"
|
2027 |
-
"any condition to check that it works</strong>"
|
2028 |
msgstr ""
|
2029 |
-
"
|
2030 |
-
"
|
2031 |
-
"фильтр без каких-либо условий, чтобы убедиться, что он работает </strong>."
|
2032 |
|
2033 |
-
#:
|
2034 |
msgid ""
|
2035 |
-
"
|
2036 |
-
"display above filter"
|
2037 |
msgstr ""
|
2038 |
-
"
|
2039 |
-
"
|
2040 |
|
2041 |
-
#:
|
2042 |
-
msgid ""
|
2043 |
-
"All that can be displayed you can select there<h3>Variants:</h3><ul><li>"
|
2044 |
-
"<strong>Filter</strong>(main type) - filters by attributes, categories, "
|
2045 |
-
"price etc.</li><li><strong>Update Products button</strong> - button to apply "
|
2046 |
-
"filters to products. Filter will applies only after click on update "
|
2047 |
-
"button</li><li><strong>Reset Products button</strong> - button to disable "
|
2048 |
-
"all selected filters</li><li><strong>Selected Filters area</strong> - "
|
2049 |
-
"display selected filters and provide possibility to disable it in one "
|
2050 |
-
"place</li></ul>"
|
2051 |
msgstr ""
|
2052 |
-
"
|
2053 |
-
"
|
2054 |
-
"</li><li><strong>Кнопка Обновить Продукты</strong> - кнопка, чтобы применить "
|
2055 |
-
"фильтры к продуктам. Фильтр будет применяться только после нажатия на кнопку "
|
2056 |
-
"обновления</li><li><strong>Кнопка «Сбросить товары»</strong> - кнопка для "
|
2057 |
-
"отключения всех выбранных фильтров</li><li><strong>Область выбранных "
|
2058 |
-
"фильтров</strong> - отображать выбранные фильтры и предоставлять возможность "
|
2059 |
-
"отключить их в одном месте</li></ul>"
|
2060 |
|
2061 |
-
#:
|
2062 |
-
msgid ""
|
2063 |
-
"Select attribute that you need to filter by.<br>You can use for filtering "
|
2064 |
-
"price, attributes, categories, tags etc"
|
2065 |
msgstr ""
|
2066 |
-
"
|
2067 |
-
"
|
2068 |
-
|
2069 |
-
#: templates/filters_information.php:57
|
2070 |
-
msgid "Filter style. This option change how filter will be look like."
|
2071 |
-
msgstr "Стиль фильтра. Эта опция изменяет внешний вид фильтра."
|
2072 |
|
2073 |
-
#:
|
2074 |
msgid ""
|
2075 |
-
"
|
2076 |
-
"
|
2077 |
-
msgstr ""
|
2078 |
-
"Фильтруйте требуемые параметры. <br>Эти параметры необходимо настроить, "
|
2079 |
-
"поскольку фильтр может работать некорректно без него."
|
2080 |
-
|
2081 |
-
#: templates/filters_information.php:66
|
2082 |
-
msgid "Filter Additional options. You can add/change some elements for filter"
|
2083 |
msgstr ""
|
2084 |
-
"
|
2085 |
-
"
|
|
|
2086 |
|
2087 |
-
#:
|
2088 |
msgid ""
|
2089 |
-
"
|
2090 |
-
"
|
2091 |
-
"works</strong>"
|
2092 |
msgstr ""
|
2093 |
-
"
|
2094 |
-
"
|
2095 |
|
2096 |
-
#:
|
2097 |
-
|
2098 |
-
|
|
|
|
|
2099 |
|
2100 |
-
#:
|
2101 |
msgid ""
|
2102 |
-
"
|
2103 |
-
"
|
2104 |
msgstr ""
|
2105 |
-
"
|
2106 |
-
"
|
2107 |
-
"
|
2108 |
|
2109 |
-
#:
|
2110 |
-
|
2111 |
-
|
2112 |
-
msgid "Operator"
|
2113 |
-
msgstr "Оператор"
|
2114 |
|
2115 |
-
#:
|
2116 |
msgid ""
|
2117 |
-
"
|
2118 |
-
"
|
2119 |
msgstr ""
|
2120 |
-
"
|
2121 |
-
"
|
|
|
2122 |
|
2123 |
-
#:
|
2124 |
-
|
2125 |
-
"
|
2126 |
-
"
|
2127 |
-
msgstr ""
|
2128 |
-
"P.S. Нет, использовать подкатегории для разных фильтров не нормально. "
|
2129 |
-
"Пожалуйста используйте атрибуты вместо этого"
|
2130 |
|
2131 |
-
#: templates/
|
2132 |
-
msgid "
|
2133 |
-
msgstr "
|
2134 |
|
2135 |
-
#:
|
2136 |
-
msgid "
|
2137 |
-
msgstr "
|
2138 |
|
2139 |
-
#:
|
2140 |
-
msgid "
|
2141 |
-
msgstr "
|
2142 |
|
2143 |
-
#:
|
2144 |
-
msgid "
|
2145 |
-
|
|
|
2146 |
|
2147 |
-
#:
|
2148 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2149 |
msgstr ""
|
2150 |
-
"
|
|
|
|
|
|
|
|
|
|
|
2151 |
|
2152 |
-
#:
|
2153 |
-
msgid "
|
2154 |
-
msgstr "
|
2155 |
|
2156 |
-
#:
|
2157 |
-
msgid "
|
2158 |
-
msgstr "
|
2159 |
|
2160 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2161 |
msgid ""
|
2162 |
-
"
|
2163 |
-
"
|
2164 |
-
"
|
2165 |
msgstr ""
|
2166 |
-
"
|
2167 |
-
"
|
2168 |
-
"
|
2169 |
-
"вариаций</li></ul>"
|
2170 |
|
2171 |
-
#: addons/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2172 |
msgid ""
|
2173 |
-
"
|
2174 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2175 |
msgstr ""
|
2176 |
-
"
|
2177 |
-
"
|
2178 |
|
2179 |
-
#:
|
2180 |
msgid ""
|
2181 |
-
"
|
2182 |
-
"
|
2183 |
msgstr ""
|
2184 |
-
"
|
2185 |
-
"
|
2186 |
|
2187 |
-
#:
|
2188 |
msgid ""
|
2189 |
-
"
|
|
|
2190 |
msgstr ""
|
2191 |
-
"
|
2192 |
-
"
|
|
|
2193 |
|
2194 |
-
#:
|
2195 |
-
#, php-format
|
2196 |
msgid ""
|
2197 |
-
"
|
2198 |
-
"
|
2199 |
-
"class=\"braapf_additional_table_status\">%d</span>%s</strong>"
|
2200 |
msgstr ""
|
2201 |
-
"
|
2202 |
-
"
|
2203 |
-
"class=\"braapf_additional_table_status\">%d</span>%s</strong>"
|
2204 |
|
2205 |
-
#:
|
2206 |
msgid ""
|
2207 |
-
"
|
2208 |
-
"
|
|
|
2209 |
msgstr ""
|
2210 |
-
"
|
2211 |
-
"
|
|
|
2212 |
|
2213 |
-
#:
|
2214 |
-
msgid "
|
2215 |
-
msgstr "
|
2216 |
|
2217 |
-
#:
|
2218 |
-
msgid "
|
2219 |
-
msgstr "
|
2220 |
|
2221 |
-
#:
|
2222 |
-
|
2223 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2224 |
msgstr ""
|
2225 |
-
"
|
2226 |
-
"
|
2227 |
|
2228 |
-
#:
|
2229 |
-
|
2230 |
-
|
|
|
2231 |
|
2232 |
-
#:
|
2233 |
-
|
2234 |
-
|
|
|
2235 |
|
2236 |
-
#:
|
2237 |
-
|
2238 |
-
|
2239 |
-
msgstr "Стиль кнопки «Свернуть»"
|
2240 |
|
2241 |
-
#:
|
2242 |
-
|
2243 |
-
|
2244 |
-
msgstr "Стиль значка кнопки «Свернуть»"
|
2245 |
|
2246 |
-
#:
|
2247 |
-
|
2248 |
-
|
|
|
2249 |
|
2250 |
-
#:
|
2251 |
-
msgid "
|
2252 |
-
msgstr "
|
2253 |
|
2254 |
-
#:
|
2255 |
-
msgid "
|
2256 |
-
msgstr "
|
2257 |
|
2258 |
-
#:
|
2259 |
-
msgid "
|
2260 |
-
msgstr "
|
2261 |
|
2262 |
-
#:
|
2263 |
-
msgid "
|
2264 |
-
msgstr "
|
2265 |
|
2266 |
-
#:
|
2267 |
-
msgid ""
|
2268 |
-
|
2269 |
-
"Temporary compatibility with older filters"
|
2270 |
-
msgstr ""
|
2271 |
-
"<span style = \"color: red;\">ЭТО БУДЕТ УДАЛЕНО В БУДУЩЕМ </span><br> "
|
2272 |
-
"Временная совместимость со старыми фильтрами"
|
2273 |
|
2274 |
-
#:
|
2275 |
-
msgid ""
|
2276 |
-
"
|
2277 |
-
"version and there is no way to convert them back automatically."
|
2278 |
-
msgstr ""
|
2279 |
-
"ВНИМАНИЕ! После отключения этого аддона все фильтры будут конвертированы в "
|
2280 |
-
"новую версию, и их невозможно автоматически конвертировать обратно."
|
2281 |
|
2282 |
-
#:
|
2283 |
-
msgid "
|
2284 |
-
|
2285 |
-
"
|
2286 |
-
"сайте."
|
2287 |
|
2288 |
-
#:
|
2289 |
-
msgid ""
|
2290 |
-
"
|
2291 |
-
"settings saved)."
|
2292 |
-
msgstr ""
|
2293 |
-
"Пожалуйста, отметьте это при деактивации дополнения (она будет "
|
2294 |
-
"деактивирована при сохранении настроек)."
|
2295 |
|
2296 |
-
#:
|
2297 |
-
msgid ""
|
2298 |
-
"
|
2299 |
-
"new version."
|
2300 |
-
msgstr ""
|
2301 |
-
"Фильтры на Front-end, как они выглядят и работают. Некоторые стили могут "
|
2302 |
-
"отличаться в новой версии."
|
2303 |
|
2304 |
-
#:
|
2305 |
-
msgid ""
|
2306 |
-
"
|
2307 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2308 |
msgstr ""
|
2309 |
-
"
|
2310 |
-
"этого дополнения. Вам нужно будет обновить его, так как классы CSS были "
|
2311 |
-
"изменены."
|
2312 |
|
2313 |
-
#:
|
2314 |
msgid ""
|
2315 |
-
"
|
2316 |
-
"
|
2317 |
msgstr ""
|
2318 |
-
"
|
2319 |
-
"
|
2320 |
-
"
|
2321 |
|
2322 |
-
#:
|
2323 |
-
msgid "
|
2324 |
-
msgstr "
|
2325 |
|
2326 |
-
#:
|
2327 |
-
msgid "
|
2328 |
-
msgstr "
|
2329 |
|
2330 |
-
#: addons/deprecated_filters/
|
2331 |
-
msgid "
|
2332 |
-
msgstr "
|
2333 |
|
2334 |
-
#:
|
2335 |
-
msgid "
|
2336 |
-
msgstr "
|
2337 |
|
2338 |
-
#:
|
2339 |
-
|
2340 |
-
|
|
|
|
|
|
|
2341 |
|
2342 |
-
#:
|
2343 |
-
#:
|
2344 |
-
msgid "
|
2345 |
-
msgstr "
|
2346 |
|
2347 |
-
#:
|
2348 |
-
|
2349 |
-
|
2350 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-"
|
2351 |
-
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2352 |
-
msgstr ""
|
2353 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-"
|
2354 |
-
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2355 |
|
2356 |
-
#: addons/deprecated_filters/
|
2357 |
-
#:
|
2358 |
-
msgid "
|
2359 |
-
msgstr "
|
2360 |
|
2361 |
-
#:
|
2362 |
-
|
2363 |
-
|
2364 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2365 |
-
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2366 |
-
msgstr ""
|
2367 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2368 |
-
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2369 |
|
2370 |
-
#:
|
2371 |
-
|
2372 |
-
|
2373 |
-
msgstr "3 звезды"
|
2374 |
|
2375 |
-
#:
|
2376 |
-
|
2377 |
-
|
2378 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2379 |
-
"star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2380 |
-
msgstr ""
|
2381 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2382 |
-
"star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2383 |
|
2384 |
-
#:
|
2385 |
-
|
2386 |
-
|
2387 |
-
msgstr "4 звезды"
|
2388 |
|
2389 |
-
#:
|
2390 |
-
|
2391 |
-
|
2392 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2393 |
-
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i>"
|
2394 |
-
msgstr ""
|
2395 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2396 |
-
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i>"
|
2397 |
|
2398 |
-
#:
|
2399 |
-
|
2400 |
-
|
2401 |
-
msgstr "5 звезд"
|
2402 |
|
2403 |
-
#:
|
2404 |
-
|
2405 |
-
|
2406 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2407 |
-
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i>"
|
2408 |
-
msgstr ""
|
2409 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2410 |
-
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i>"
|
2411 |
|
2412 |
-
#:
|
2413 |
-
|
2414 |
-
|
2415 |
-
#: templates/single_filter/single_settings_elements.php:322
|
2416 |
-
msgid "Any"
|
2417 |
-
msgstr "Всё"
|
2418 |
|
2419 |
-
#:
|
2420 |
-
msgid "
|
2421 |
-
msgstr "
|
2422 |
|
2423 |
-
#: addons/deprecated_filters/filter_post.php:
|
2424 |
-
|
2425 |
-
|
2426 |
-
"
|
2427 |
-
msgstr ""
|
2428 |
-
"Плагин не имеет функции для его автоматического возврата к старой "
|
2429 |
-
"(УСТАРЕВШЕЙ) версии."
|
2430 |
|
2431 |
-
#:
|
2432 |
msgid ""
|
2433 |
-
"
|
2434 |
-
"
|
2435 |
msgstr ""
|
2436 |
-
"
|
2437 |
-
"
|
2438 |
|
2439 |
-
#:
|
2440 |
-
msgid "
|
2441 |
-
msgstr "
|
2442 |
|
2443 |
-
#:
|
2444 |
-
msgid ""
|
2445 |
-
"
|
2446 |
-
msgstr ""
|
2447 |
-
"Вам нужно будет заново создать фильтр при переходе от новой к старой версии."
|
2448 |
|
2449 |
-
#: addons/deprecated_filters/filter_post.php:
|
2450 |
-
msgid "
|
2451 |
-
|
|
|
2452 |
|
2453 |
-
#:
|
2454 |
-
|
2455 |
-
|
|
|
2456 |
|
2457 |
-
#:
|
2458 |
-
msgid "
|
2459 |
-
msgstr "
|
2460 |
|
2461 |
-
#:
|
2462 |
-
|
2463 |
-
|
2464 |
-
msgid "Values Order"
|
2465 |
-
msgstr "Сортировка Значений"
|
2466 |
|
2467 |
-
#: addons/deprecated_filters/
|
2468 |
-
|
2469 |
-
|
2470 |
-
msgstr "По алфавиту"
|
2471 |
|
2472 |
-
#: addons/deprecated_filters/
|
2473 |
-
#:
|
2474 |
-
msgid "
|
2475 |
-
msgstr "
|
2476 |
|
2477 |
-
#:
|
2478 |
-
msgid "
|
2479 |
-
msgstr "
|
2480 |
|
2481 |
-
#:
|
2482 |
-
|
2483 |
-
|
2484 |
-
msgstr "По возрастанию"
|
2485 |
|
2486 |
-
#:
|
2487 |
-
|
2488 |
-
|
2489 |
-
msgstr "По убывания"
|
2490 |
|
2491 |
-
#:
|
2492 |
-
msgid "
|
2493 |
-
msgstr "
|
2494 |
|
2495 |
-
#:
|
2496 |
-
|
2497 |
-
|
2498 |
-
msgstr "Отключить множественный выбор"
|
2499 |
|
2500 |
-
#:
|
2501 |
-
msgid "
|
2502 |
-
msgstr "
|
2503 |
|
2504 |
-
#:
|
2505 |
-
msgid "
|
2506 |
-
msgstr "
|
2507 |
|
2508 |
-
#:
|
2509 |
-
|
2510 |
-
|
2511 |
-
msgstr "Включить Поля Слайдера"
|
2512 |
|
2513 |
-
#:
|
2514 |
-
msgid "
|
2515 |
-
msgstr "
|
2516 |
|
2517 |
-
#: addons/
|
2518 |
-
|
2519 |
-
|
|
|
2520 |
msgstr ""
|
2521 |
-
"
|
2522 |
-
"
|
2523 |
|
2524 |
-
#:
|
2525 |
-
|
2526 |
-
|
|
|
2527 |
|
2528 |
-
#:
|
2529 |
-
|
2530 |
-
|
|
|
2531 |
|
2532 |
-
#: addons/deprecated_filters/
|
2533 |
-
|
2534 |
-
|
|
|
2535 |
|
2536 |
-
#:
|
2537 |
-
msgid "
|
2538 |
-
|
|
|
|
|
|
|
|
|
2539 |
|
2540 |
-
#: addons/deprecated_filters/
|
2541 |
-
|
2542 |
-
|
2543 |
-
msgstr "Текст первого элемента"
|
2544 |
|
2545 |
-
#:
|
2546 |
-
msgid "
|
2547 |
-
msgstr "
|
2548 |
|
2549 |
-
#:
|
2550 |
-
msgid "
|
2551 |
-
msgstr "
|
|
|
2552 |
|
2553 |
-
#:
|
2554 |
-
|
2555 |
-
|
2556 |
-
msgstr "Количество Значений Атрибута"
|
2557 |
|
2558 |
-
#: addons/deprecated_filters/
|
2559 |
-
|
2560 |
-
|
2561 |
-
msgstr "С настроек"
|
2562 |
|
2563 |
-
#:
|
2564 |
-
|
2565 |
-
|
2566 |
-
msgstr "Кнопка Показать/Скрыть"
|
2567 |
|
2568 |
-
#:
|
2569 |
-
#: templates/single_filter/
|
2570 |
-
|
2571 |
-
|
|
|
2572 |
|
2573 |
-
#:
|
2574 |
-
|
2575 |
-
|
2576 |
-
msgstr "Всегда скрыта"
|
2577 |
|
2578 |
-
#:
|
2579 |
-
|
2580 |
-
|
2581 |
-
msgstr "Использовать другие стили чисел"
|
2582 |
|
2583 |
-
#:
|
2584 |
-
|
2585 |
-
|
2586 |
-
msgstr "Разделитель тысяч"
|
2587 |
|
2588 |
-
#:
|
2589 |
-
|
2590 |
-
|
2591 |
-
msgstr "Десятичный разделитель"
|
2592 |
|
2593 |
-
#:
|
2594 |
-
|
2595 |
-
|
2596 |
-
msgstr "Количество знаков после запятой"
|
2597 |
|
2598 |
-
#:
|
2599 |
-
|
2600 |
-
|
2601 |
-
|
|
|
|
|
|
|
2602 |
|
2603 |
-
#:
|
2604 |
-
msgid "
|
|
|
|
|
2605 |
msgstr ""
|
2606 |
-
"
|
2607 |
-
"
|
2608 |
|
2609 |
-
#: addons/deprecated_filters/filter_post.php:
|
2610 |
-
#: templates/single_filter/single_settings_elements.php:
|
2611 |
-
msgid "
|
2612 |
-
msgstr "
|
2613 |
|
2614 |
-
#:
|
2615 |
-
|
2616 |
-
|
2617 |
-
msgstr "Размер блока(Высота х Ширина)"
|
2618 |
|
2619 |
-
#:
|
2620 |
-
|
2621 |
-
|
2622 |
-
msgstr "2em x 2em"
|
2623 |
|
2624 |
-
#:
|
2625 |
-
|
2626 |
-
|
2627 |
-
|
|
|
|
|
|
|
2628 |
|
2629 |
-
#:
|
2630 |
-
|
2631 |
-
|
2632 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2633 |
|
2634 |
-
#:
|
2635 |
-
|
2636 |
-
|
2637 |
-
msgstr "2em x 3em"
|
2638 |
|
2639 |
-
#:
|
2640 |
-
|
2641 |
-
|
2642 |
-
msgstr "2em x 4em"
|
2643 |
|
2644 |
-
#:
|
2645 |
-
|
2646 |
-
|
2647 |
-
msgstr "3em x 3em"
|
2648 |
|
2649 |
-
#:
|
2650 |
-
|
2651 |
-
|
2652 |
-
msgstr "3em x 4em"
|
2653 |
|
2654 |
-
#:
|
2655 |
-
#:
|
2656 |
-
|
2657 |
-
|
|
|
|
|
|
|
2658 |
|
2659 |
-
#:
|
2660 |
-
|
2661 |
-
|
2662 |
-
msgstr "4em x 4em"
|
2663 |
|
2664 |
-
#:
|
2665 |
-
|
2666 |
-
|
2667 |
-
msgstr "4em x 5em"
|
2668 |
|
2669 |
-
#:
|
2670 |
-
|
2671 |
-
|
2672 |
-
msgstr "5em x 5em"
|
2673 |
|
2674 |
-
#:
|
2675 |
-
|
2676 |
-
|
2677 |
-
msgstr "Пользовательский размер"
|
2678 |
|
2679 |
-
#:
|
2680 |
-
msgid "
|
2681 |
-
msgstr "
|
2682 |
|
2683 |
-
#:
|
2684 |
-
#:
|
2685 |
-
msgid "
|
2686 |
-
msgstr "
|
2687 |
|
2688 |
-
#:
|
2689 |
-
|
2690 |
-
|
2691 |
-
|
|
|
|
|
|
|
|
|
2692 |
|
2693 |
-
#:
|
2694 |
-
|
2695 |
-
|
2696 |
-
msgstr "Масштаб"
|
2697 |
|
2698 |
-
#: addons/deprecated_filters/
|
2699 |
-
|
2700 |
-
|
2701 |
-
msgstr "Blue Shadow"
|
2702 |
|
2703 |
-
#: addons/deprecated_filters/
|
2704 |
-
|
2705 |
-
|
2706 |
-
msgstr "Пользовательский CSS"
|
2707 |
|
2708 |
-
#: addons/deprecated_filters/
|
2709 |
-
|
2710 |
-
|
2711 |
-
msgstr "Пользовательский CSS для блока выбора"
|
2712 |
|
2713 |
-
#:
|
2714 |
-
|
2715 |
-
|
|
|
2716 |
|
2717 |
-
#:
|
2718 |
-
msgid "
|
2719 |
-
msgstr "
|
2720 |
|
2721 |
-
#: addons/deprecated_filters/filter_post.php:
|
2722 |
-
msgid "
|
2723 |
-
msgstr "
|
|
|
|
|
2724 |
|
2725 |
-
#: addons/deprecated_filters/filter_post.php:
|
2726 |
-
#: templates/single_filter/single_settings_elements.php:
|
2727 |
-
msgid "
|
2728 |
-
msgstr "
|
2729 |
|
2730 |
-
#:
|
2731 |
-
|
2732 |
-
|
2733 |
-
msgstr "(используйте пробел для разделения классов)"
|
2734 |
|
2735 |
-
#:
|
2736 |
-
msgid "
|
2737 |
-
msgstr "
|
|
|
|
|
2738 |
|
2739 |
-
#:
|
2740 |
-
msgid "
|
2741 |
-
|
|
|
2742 |
|
2743 |
-
#:
|
2744 |
-
msgid "
|
2745 |
-
msgstr "
|
2746 |
|
2747 |
-
#:
|
2748 |
-
msgid "
|
2749 |
-
msgstr "
|
2750 |
|
2751 |
-
#:
|
2752 |
-
|
2753 |
-
|
2754 |
-
msgstr "Использовать пользовательскую минимальную цену"
|
2755 |
|
2756 |
-
#:
|
2757 |
-
|
2758 |
-
|
2759 |
-
msgstr "Использовать пользовательскую максимальную цену"
|
2760 |
|
2761 |
-
#:
|
2762 |
-
|
2763 |
-
|
|
|
|
|
|
|
2764 |
|
2765 |
-
#:
|
2766 |
-
msgid "
|
2767 |
-
msgstr "
|
2768 |
|
2769 |
-
#: addons/deprecated_filters/filter_post.php:
|
2770 |
-
#: templates/single_filter/single_settings_elements.php:
|
2771 |
-
msgid "Show
|
2772 |
-
msgstr "
|
2773 |
|
2774 |
-
#: addons/
|
2775 |
-
msgid "
|
2776 |
-
msgstr "
|
2777 |
|
2778 |
-
#: addons/
|
2779 |
-
msgid "
|
2780 |
-
msgstr "
|
2781 |
|
2782 |
-
#:
|
2783 |
-
msgid "
|
2784 |
-
msgstr "
|
2785 |
|
2786 |
-
#:
|
2787 |
-
|
2788 |
-
|
2789 |
-
msgstr "Скрыть кнопку"
|
2790 |
|
2791 |
-
#:
|
2792 |
-
#:
|
2793 |
-
msgid "
|
2794 |
-
msgstr "
|
2795 |
|
2796 |
-
#: addons/deprecated_filters/filter_post.php:
|
2797 |
-
#: templates/single_filter/single_settings_elements.php:
|
2798 |
-
msgid "
|
2799 |
-
msgstr "
|
2800 |
|
2801 |
-
#: addons/deprecated_filters/
|
2802 |
-
#:
|
2803 |
-
msgid "
|
2804 |
-
msgstr "
|
2805 |
|
2806 |
-
#:
|
2807 |
-
|
2808 |
-
|
2809 |
-
msgstr "Условия после фильтрации (БЕТА)"
|
2810 |
|
2811 |
-
#:
|
2812 |
-
msgid ""
|
2813 |
-
"
|
2814 |
-
msgstr ""
|
2815 |
-
"Используйте это для отображения товаров только после фильтрации по "
|
2816 |
-
"некоторому атрибуту и значению"
|
2817 |
|
2818 |
-
#:
|
2819 |
-
msgid ""
|
2820 |
-
"
|
2821 |
-
msgstr ""
|
2822 |
-
"Возможность устанавливать условия для фильтров на основе статуса других "
|
2823 |
-
"фильтров"
|
2824 |
|
2825 |
-
#:
|
2826 |
-
msgid "
|
2827 |
-
msgstr "
|
2828 |
|
2829 |
-
#:
|
2830 |
-
msgid ""
|
2831 |
-
"
|
2832 |
-
" <i>Example:</i><br><span style=\"color: #aaf;\">https://example."
|
2833 |
-
"com/shop/?pa-color=bronze,green&pa-product_cat_operator=or&pa-"
|
2834 |
-
"product_cat=dress</span>\n"
|
2835 |
-
" <a class=\"button\" href=\"https://docs.berocket."
|
2836 |
-
"com/docs_section/link-like-woocommerce-beta\" target=\"_blank\">Read more</a>"
|
2837 |
-
msgstr ""
|
2838 |
-
"Ссылки после фильтрации будут выглядеть как Woocommerce.<br>\n"
|
2839 |
-
" <i>Example:</i><br><span style=\"color: #aaf;\">https://example."
|
2840 |
-
"com/shop/?pa-color=bronze,green&pa-product_cat_operator=or&pa-"
|
2841 |
-
"product_cat=dress</span>\n"
|
2842 |
-
" <a class=\"button\" href=\"https://docs.berocket."
|
2843 |
-
"com/docs_section/link-like-woocommerce-beta\" target=\"_blank\">Read more</a>"
|
2844 |
|
2845 |
-
#:
|
2846 |
-
msgid "
|
2847 |
-
msgstr "
|
2848 |
|
2849 |
-
#:
|
2850 |
-
|
2851 |
-
|
2852 |
-
msgstr "ИЛИ"
|
2853 |
|
2854 |
-
#:
|
2855 |
-
|
2856 |
-
|
2857 |
-
msgstr "И"
|
2858 |
|
2859 |
-
#:
|
2860 |
-
msgid "
|
2861 |
-
msgstr "
|
2862 |
|
2863 |
-
#:
|
2864 |
-
|
2865 |
-
|
2866 |
-
msgid " and "
|
2867 |
-
msgstr " и "
|
2868 |
|
2869 |
-
#:
|
2870 |
-
|
2871 |
-
|
2872 |
-
msgstr " или "
|
2873 |
|
2874 |
-
#: includes/
|
2875 |
-
msgid "
|
2876 |
-
msgstr " с "
|
2877 |
|
2878 |
-
#:
|
2879 |
-
msgid "
|
2880 |
-
msgstr "
|
2881 |
|
2882 |
-
#: includes/
|
2883 |
-
msgid "
|
2884 |
-
msgstr "
|
2885 |
|
2886 |
-
#:
|
2887 |
-
msgid "
|
2888 |
-
msgstr "
|
2889 |
|
2890 |
-
#:
|
2891 |
-
|
2892 |
-
|
2893 |
-
msgid "Apply BeRocket AJAX Filters"
|
2894 |
-
msgstr "Применить фильтры BeRocket AJAX"
|
2895 |
|
2896 |
-
#:
|
2897 |
-
|
2898 |
-
|
2899 |
-
msgid "Enable"
|
2900 |
-
msgstr "Включить"
|
2901 |
|
2902 |
-
#: includes/
|
2903 |
-
|
2904 |
-
|
2905 |
-
"All Filters will be applied to this module. You need correct unique "
|
2906 |
-
"selectors to work correct"
|
2907 |
-
msgstr ""
|
2908 |
-
"Все фильтры будут применены к этому модулю. Вам нужны правильные уникальные "
|
2909 |
-
"селекторы, чтобы работало правильно"
|
2910 |
|
2911 |
-
#:
|
2912 |
-
msgid "
|
2913 |
-
msgstr "
|
2914 |
|
2915 |
-
#:
|
2916 |
-
msgid "
|
2917 |
-
msgstr "
|
2918 |
|
2919 |
-
#:
|
2920 |
-
msgid "
|
2921 |
-
msgstr "
|
2922 |
|
2923 |
-
#:
|
2924 |
-
msgid "
|
2925 |
-
msgstr "
|
2926 |
|
2927 |
-
#:
|
2928 |
-
msgid "
|
2929 |
-
msgstr "
|
2930 |
|
2931 |
-
#:
|
2932 |
-
|
2933 |
-
|
2934 |
-
|
2935 |
-
|
2936 |
-
|
2937 |
-
|
|
|
|
|
2938 |
|
2939 |
-
#:
|
2940 |
-
msgid "
|
2941 |
-
msgstr "
|
2942 |
|
2943 |
-
#:
|
2944 |
-
msgid "
|
2945 |
-
msgstr "
|
2946 |
|
2947 |
-
#:
|
2948 |
-
msgid "
|
2949 |
-
msgstr "
|
2950 |
|
2951 |
-
#: templates/
|
2952 |
-
msgid ""
|
2953 |
-
"
|
2954 |
-
"
|
2955 |
-
msgstr ""
|
2956 |
-
"При загрузке страницы фильтры над продуктам будут спрятаны, а вместо "
|
2957 |
-
"фильтров будет выведена кнопка. При нажатии кнопки будут показаны фильтры"
|
2958 |
|
2959 |
-
#:
|
2960 |
-
msgid "
|
2961 |
-
msgstr "
|
2962 |
|
2963 |
-
#: templates/
|
2964 |
-
msgid "
|
2965 |
-
|
|
|
2966 |
|
2967 |
-
#:
|
2968 |
-
|
2969 |
-
|
2970 |
-
#: addons/deprecated_filters/settings/design.php:148
|
2971 |
-
msgid "Element"
|
2972 |
-
msgstr "Элемент"
|
2973 |
|
2974 |
-
#:
|
2975 |
-
#:
|
2976 |
-
|
2977 |
-
|
2978 |
-
msgstr "Цвет границы"
|
2979 |
|
2980 |
-
#: templates/
|
2981 |
-
|
2982 |
-
|
2983 |
-
msgstr "Ширина границы"
|
2984 |
|
2985 |
-
#:
|
2986 |
-
|
2987 |
-
|
2988 |
-
msgstr "Закругление углов"
|
2989 |
|
2990 |
-
#:
|
2991 |
-
|
2992 |
-
|
2993 |
-
msgstr "Размер"
|
2994 |
|
2995 |
-
#:
|
2996 |
-
|
2997 |
-
|
2998 |
-
|
2999 |
-
|
|
|
3000 |
|
3001 |
-
#:
|
3002 |
-
|
3003 |
-
|
3004 |
-
msgstr "Задний фон"
|
3005 |
|
3006 |
-
#:
|
3007 |
-
#:
|
3008 |
-
#:
|
3009 |
-
|
3010 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3011 |
#: addons/deprecated_filters/settings/design.php:65
|
3012 |
#: addons/deprecated_filters/settings/design.php:80
|
3013 |
#: addons/deprecated_filters/settings/design.php:117
|
@@ -3028,494 +3373,556 @@ msgstr "Задний фон"
|
|
3028 |
msgid "Theme Default"
|
3029 |
msgstr "По умолчанию"
|
3030 |
|
3031 |
-
#: templates/
|
3032 |
-
msgid "
|
3033 |
-
msgstr "
|
3034 |
-
|
3035 |
-
#: templates/settings/design.php:103
|
3036 |
-
#: addons/deprecated_filters/settings/design.php:35
|
3037 |
-
#: addons/deprecated_filters/settings/design.php:626
|
3038 |
-
#: addons/deprecated_filters/settings/design.php:695
|
3039 |
-
#: addons/deprecated_filters/settings/design.php:768
|
3040 |
-
msgid "Set all to theme default"
|
3041 |
-
msgstr "Установить всё по умолчанию"
|
3042 |
-
|
3043 |
-
#: templates/settings/design.php:111
|
3044 |
-
msgid "Loading icon"
|
3045 |
-
msgstr "Иконка загрузки"
|
3046 |
-
|
3047 |
-
#: templates/settings/design.php:119
|
3048 |
-
msgid "Loading icon text"
|
3049 |
-
msgstr "Текст возле иконки загрузки"
|
3050 |
-
|
3051 |
-
#: templates/settings/design.php:121
|
3052 |
-
msgid "Above:"
|
3053 |
-
msgstr "Выше:"
|
3054 |
-
|
3055 |
-
#: templates/settings/design.php:124
|
3056 |
-
msgid "Below:"
|
3057 |
-
msgstr "Ниже:"
|
3058 |
-
|
3059 |
-
#: templates/settings/design.php:127
|
3060 |
-
msgid "Before:"
|
3061 |
-
msgstr "Перед:"
|
3062 |
|
3063 |
-
#: templates/
|
3064 |
-
msgid "
|
3065 |
-
|
|
|
3066 |
|
3067 |
-
#:
|
3068 |
-
msgid "
|
3069 |
-
msgstr "
|
3070 |
|
3071 |
-
#:
|
3072 |
-
msgid "
|
3073 |
-
msgstr "
|
3074 |
|
3075 |
-
#:
|
3076 |
-
msgid "
|
3077 |
-
|
|
|
|
|
|
|
|
|
3078 |
|
3079 |
-
#:
|
3080 |
-
|
3081 |
-
|
|
|
|
|
3082 |
|
3083 |
-
#:
|
3084 |
-
|
3085 |
-
|
|
|
|
|
|
|
3086 |
|
3087 |
-
#:
|
3088 |
-
msgid "
|
3089 |
-
msgstr "
|
3090 |
|
3091 |
-
#: templates/settings/
|
3092 |
-
msgid "
|
3093 |
-
msgstr "
|
3094 |
|
3095 |
-
#: templates/
|
3096 |
-
msgid "
|
3097 |
-
|
|
|
|
|
|
|
|
|
3098 |
|
3099 |
-
#: templates/
|
3100 |
-
msgid "
|
3101 |
-
|
|
|
|
|
|
|
|
|
3102 |
|
3103 |
-
#: templates/
|
3104 |
-
msgid "
|
3105 |
-
msgstr "
|
|
|
3106 |
|
3107 |
-
#: templates/
|
3108 |
-
|
3109 |
-
|
3110 |
-
|
|
|
3111 |
|
3112 |
-
#:
|
3113 |
-
msgid "
|
3114 |
-
msgstr "
|
3115 |
|
3116 |
-
#: templates/
|
3117 |
-
msgid "
|
3118 |
-
msgstr "
|
3119 |
|
3120 |
-
#:
|
3121 |
-
msgid "
|
3122 |
-
msgstr "
|
3123 |
|
3124 |
-
#:
|
3125 |
-
msgid "
|
3126 |
-
msgstr "
|
3127 |
|
3128 |
-
#:
|
3129 |
-
msgid "
|
3130 |
-
msgstr "
|
3131 |
|
3132 |
-
#: templates/
|
3133 |
-
msgid "
|
3134 |
-
msgstr "
|
3135 |
|
3136 |
-
#:
|
3137 |
-
msgid "
|
3138 |
-
msgstr "
|
3139 |
|
3140 |
-
#:
|
3141 |
-
msgid "
|
3142 |
-
msgstr "
|
3143 |
|
3144 |
-
#: templates/
|
3145 |
-
|
3146 |
-
|
|
|
3147 |
|
3148 |
-
|
3149 |
-
msgid "
|
3150 |
-
msgstr "
|
3151 |
|
3152 |
-
#:
|
3153 |
-
msgid "
|
3154 |
-
msgstr "
|
3155 |
|
3156 |
-
#: templates/
|
3157 |
-
|
3158 |
-
|
|
|
|
|
|
|
3159 |
|
3160 |
-
#:
|
3161 |
-
msgid "
|
3162 |
-
msgstr "
|
3163 |
|
3164 |
-
#: templates/
|
3165 |
-
msgid "
|
3166 |
-
msgstr "
|
3167 |
|
3168 |
-
#:
|
3169 |
-
msgid ""
|
3170 |
-
"
|
3171 |
-
msgstr "Необходимые шаги не заполнены. Выберите <b>Тип виджета</b>."
|
3172 |
|
3173 |
-
#: templates/
|
3174 |
-
msgid "
|
3175 |
-
msgstr "
|
3176 |
|
3177 |
-
#: templates/
|
3178 |
-
msgid "
|
3179 |
-
msgstr "
|
3180 |
|
3181 |
-
#: templates/single_filter/single_settings_elements.php:
|
3182 |
msgid "Use all attribute values"
|
3183 |
msgstr "Использовать все значения атрибутов"
|
3184 |
|
3185 |
-
#:
|
3186 |
-
msgid "
|
3187 |
-
msgstr "
|
3188 |
|
3189 |
-
#:
|
3190 |
-
msgid "
|
3191 |
-
msgstr "
|
3192 |
|
3193 |
-
#:
|
3194 |
-
msgid "
|
3195 |
-
msgstr "
|
3196 |
|
3197 |
-
#:
|
3198 |
-
msgid "
|
3199 |
-
msgstr "
|
3200 |
|
3201 |
-
#: templates/single_filter/single_settings_elements.php:
|
3202 |
-
msgid "
|
3203 |
-
msgstr "
|
3204 |
|
3205 |
-
#: templates/single_filter/single_settings_elements.php:
|
3206 |
-
msgid "
|
3207 |
-
msgstr "
|
3208 |
|
3209 |
-
#: templates/single_filter/single_settings_elements.php:
|
3210 |
-
msgid "
|
3211 |
-
msgstr "
|
3212 |
|
3213 |
-
#:
|
3214 |
-
msgid "
|
3215 |
-
msgstr "
|
3216 |
|
3217 |
-
#: templates/single_filter/single_settings_elements.php:
|
3218 |
-
msgid "
|
3219 |
-
msgstr "
|
3220 |
|
3221 |
-
#: templates/
|
3222 |
-
msgid "
|
3223 |
-
msgstr "
|
3224 |
|
3225 |
-
#:
|
3226 |
-
msgid "
|
3227 |
-
msgstr "
|
|
|
|
|
3228 |
|
3229 |
-
#:
|
3230 |
-
msgid "
|
3231 |
-
msgstr "
|
3232 |
|
3233 |
-
#:
|
3234 |
-
msgid "
|
3235 |
-
msgstr "
|
3236 |
|
3237 |
-
#:
|
3238 |
-
msgid "
|
3239 |
-
msgstr "
|
3240 |
|
3241 |
-
#:
|
3242 |
-
msgid "
|
3243 |
-
msgstr "
|
3244 |
|
3245 |
-
#:
|
3246 |
-
msgid "
|
3247 |
-
msgstr "
|
3248 |
|
3249 |
-
#:
|
3250 |
-
msgid "
|
3251 |
-
msgstr "
|
3252 |
|
3253 |
-
#:
|
3254 |
-
msgid "
|
3255 |
-
msgstr "
|
3256 |
|
3257 |
-
#:
|
3258 |
-
|
3259 |
-
|
|
|
3260 |
|
3261 |
-
#:
|
3262 |
-
msgid "
|
3263 |
-
msgstr "
|
3264 |
|
3265 |
-
#:
|
3266 |
-
msgid "
|
3267 |
-
msgstr "
|
3268 |
|
3269 |
-
#:
|
3270 |
-
msgid "
|
3271 |
-
|
|
|
3272 |
|
3273 |
-
#:
|
3274 |
-
msgid "
|
3275 |
-
|
|
|
|
|
|
|
3276 |
|
3277 |
-
#:
|
3278 |
-
msgid "Use
|
3279 |
-
msgstr "Используйте
|
3280 |
|
3281 |
-
#:
|
3282 |
-
msgid "
|
3283 |
-
|
|
|
|
|
|
|
|
|
3284 |
|
3285 |
-
#: templates/
|
3286 |
-
|
3287 |
-
|
3288 |
-
msgstr "Из Списка Продуктов"
|
3289 |
|
3290 |
-
#:
|
3291 |
-
msgid "
|
3292 |
-
|
|
|
|
|
|
|
|
|
3293 |
|
3294 |
-
#:
|
3295 |
-
msgid "
|
3296 |
-
msgstr "
|
3297 |
|
3298 |
-
#:
|
3299 |
-
msgid "
|
3300 |
-
msgstr "
|
3301 |
|
3302 |
-
#:
|
3303 |
-
msgid "
|
3304 |
-
msgstr "
|
3305 |
|
3306 |
-
#:
|
3307 |
-
msgid "
|
3308 |
-
msgstr "
|
3309 |
|
3310 |
-
#:
|
3311 |
-
msgid "
|
3312 |
-
msgstr "
|
3313 |
|
3314 |
-
#:
|
3315 |
-
msgid "
|
3316 |
-
msgstr "
|
3317 |
|
3318 |
-
#:
|
3319 |
-
|
3320 |
-
|
|
|
|
|
3321 |
|
3322 |
-
#:
|
3323 |
-
msgid "
|
3324 |
-
msgstr "
|
3325 |
|
3326 |
-
#:
|
3327 |
-
msgid "
|
3328 |
-
msgstr "
|
3329 |
|
3330 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3331 |
msgid ""
|
3332 |
-
"
|
3333 |
-
"
|
3334 |
-
msgstr "
|
|
|
|
|
3335 |
|
3336 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3337 |
msgid ""
|
3338 |
-
"
|
3339 |
-
"be applied only after button clicked."
|
3340 |
msgstr ""
|
3341 |
-
"
|
3342 |
-
"
|
3343 |
|
3344 |
-
#:
|
3345 |
-
msgid "
|
3346 |
-
msgstr "
|
|
|
|
|
3347 |
|
3348 |
-
#: templates/
|
3349 |
msgid ""
|
3350 |
-
"
|
3351 |
-
"
|
|
|
3352 |
msgstr ""
|
3353 |
-
"
|
3354 |
-
"
|
3355 |
-
|
3356 |
-
#: templates/single_filter/widget_type.php:38
|
3357 |
-
msgid "Display all selected filters."
|
3358 |
-
msgstr "Показать все выбранные фильтры."
|
3359 |
-
|
3360 |
-
#: templates/single_filter/widget_type.php:39
|
3361 |
-
msgid "Each filter can be clicked to reset it."
|
3362 |
-
msgstr "Каждый фильтр можно нажать, чтобы сбросить его."
|
3363 |
|
3364 |
-
#:
|
3365 |
-
msgid "
|
3366 |
-
msgstr ""
|
3367 |
-
"Также есть ссылка для сброса всех фильтров, которая работает так же, как "
|
3368 |
-
"кнопка сброса."
|
3369 |
|
3370 |
-
#:
|
3371 |
-
msgid "
|
3372 |
-
msgstr "
|
3373 |
|
3374 |
-
#:
|
3375 |
-
|
3376 |
-
|
3377 |
-
msgstr "Выбрать всё"
|
3378 |
|
3379 |
-
#:
|
3380 |
-
|
3381 |
-
|
3382 |
-
msgstr "Шрифт"
|
3383 |
|
3384 |
-
#:
|
3385 |
-
|
3386 |
-
|
3387 |
-
msgstr "
|
|
|
|
|
3388 |
|
3389 |
-
#:
|
3390 |
-
#: addons/deprecated_filters/
|
3391 |
-
|
3392 |
-
|
|
|
3393 |
|
3394 |
-
#:
|
3395 |
-
|
3396 |
-
|
3397 |
-
msgstr "Размер шрифта"
|
3398 |
|
3399 |
-
#:
|
3400 |
-
|
3401 |
-
|
3402 |
-
|
3403 |
-
msgstr "
|
|
|
|
|
3404 |
|
3405 |
-
#:
|
3406 |
-
msgid "
|
3407 |
-
msgstr "
|
3408 |
|
3409 |
-
#:
|
3410 |
-
|
3411 |
-
|
3412 |
-
#: addons/deprecated_filters/settings/design.php:119
|
3413 |
-
#: addons/deprecated_filters/settings/design.php:134
|
3414 |
-
msgid "N/A"
|
3415 |
-
msgstr "Н/Д"
|
3416 |
|
3417 |
#: addons/deprecated_filters/settings/design.php:125
|
3418 |
msgid "Without Theme"
|
3419 |
msgstr "Без темы"
|
3420 |
|
3421 |
-
#: addons/
|
3422 |
-
msgid "
|
3423 |
-
|
3424 |
-
|
3425 |
-
|
3426 |
-
|
3427 |
-
msgstr "Иконка"
|
3428 |
-
|
3429 |
-
#: addons/deprecated_filters/settings/design.php:636
|
3430 |
-
msgid "Line color"
|
3431 |
-
msgstr "Цвет линии"
|
3432 |
-
|
3433 |
-
#: addons/deprecated_filters/settings/design.php:637
|
3434 |
-
msgid "Back line color"
|
3435 |
-
msgstr "Цвет заднего фона линии"
|
3436 |
-
|
3437 |
-
#: addons/deprecated_filters/settings/design.php:638
|
3438 |
-
msgid "Line height"
|
3439 |
-
msgstr "Высота линии"
|
3440 |
|
3441 |
-
#:
|
3442 |
-
msgid "
|
3443 |
-
msgstr "
|
3444 |
|
3445 |
-
|
3446 |
-
|
3447 |
-
|
|
|
3448 |
|
3449 |
-
#:
|
3450 |
-
msgid "
|
3451 |
-
msgstr "
|
3452 |
|
3453 |
-
#:
|
3454 |
-
msgid "
|
3455 |
-
msgstr "
|
3456 |
|
3457 |
-
#: addons/
|
3458 |
-
msgid "
|
3459 |
-
|
|
|
|
|
|
|
|
|
3460 |
|
3461 |
-
#:
|
3462 |
-
msgid "
|
3463 |
-
msgstr "
|
3464 |
|
3465 |
-
#:
|
3466 |
-
msgid "
|
3467 |
-
msgstr "
|
|
|
|
|
3468 |
|
3469 |
-
#:
|
3470 |
-
msgid "
|
|
|
|
|
3471 |
msgstr ""
|
3472 |
-
"
|
3473 |
-
"
|
|
|
3474 |
|
3475 |
-
#:
|
3476 |
-
msgid "
|
3477 |
-
msgstr "
|
3478 |
|
3479 |
-
#: addons/deprecated_filters/
|
3480 |
-
msgid "
|
3481 |
-
msgstr "
|
3482 |
|
3483 |
-
#: addons/deprecated_filters/
|
3484 |
-
msgid "
|
3485 |
-
msgstr "
|
3486 |
|
3487 |
-
#:
|
3488 |
-
msgid "
|
3489 |
-
msgstr "
|
3490 |
|
3491 |
-
#:
|
3492 |
-
|
3493 |
-
|
|
|
3494 |
|
3495 |
-
#:
|
3496 |
-
msgid "
|
3497 |
-
msgstr "
|
3498 |
|
3499 |
-
#:
|
3500 |
-
|
3501 |
-
|
|
|
3502 |
|
3503 |
-
|
3504 |
-
msgid "
|
3505 |
-
|
|
|
|
|
|
|
|
|
|
|
3506 |
|
3507 |
-
|
3508 |
msgid ""
|
3509 |
-
"
|
3510 |
-
"
|
3511 |
msgstr ""
|
3512 |
-
"
|
3513 |
-
"
|
|
|
3514 |
|
3515 |
-
|
3516 |
msgid ""
|
3517 |
-
"
|
3518 |
-
"
|
3519 |
msgstr ""
|
3520 |
-
"
|
3521 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"Project-Id-Version: WooCommerce AJAX Products Filter\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2020-06-03 07:46+0000\n"
|
6 |
+
"PO-Revision-Date: 2021-01-26 09:29+0000\n"
|
7 |
"Last-Translator: \n"
|
8 |
+
"Language-Team: Russian\n"
|
9 |
"Language: ru_RU\n"
|
10 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
|
11 |
"n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
|
22 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
23 |
"X-Loco-Target-Locale: ru_RU\n"
|
24 |
"X-Generator: Loco https://localise.biz/\n"
|
25 |
+
"X-Loco-Version: 2.5.0; wp-5.6"
|
26 |
|
27 |
+
#: includes/addons/seo_meta_title.php:93
|
28 |
+
msgid " - "
|
29 |
+
msgstr "-"
|
|
|
30 |
|
31 |
+
#: includes/addons/seo_meta_title.php:90
|
32 |
+
msgid " / "
|
33 |
+
msgstr "/"
|
34 |
|
35 |
+
#: includes/addons/seo_meta_title.php:14 includes/addons/seo_meta_title.php:19
|
36 |
+
#: includes/addons/seo_meta_title.php:53 includes/addons/seo_meta_title.php:63
|
37 |
+
#: includes/addons/seo_meta_title.php:85
|
38 |
+
msgid " and "
|
39 |
+
msgstr " и "
|
|
|
|
|
|
|
|
|
40 |
|
41 |
+
#: includes/addons/seo_meta_title.php:15 includes/addons/seo_meta_title.php:54
|
42 |
+
#: includes/addons/seo_meta_title.php:86
|
43 |
+
msgid " or "
|
44 |
+
msgstr " или "
|
45 |
|
46 |
+
#: templates/filters_group_simple.php:44 templates/filter_post_simple.php:133
|
47 |
+
msgid " page"
|
48 |
+
msgstr " страницы"
|
|
|
49 |
|
50 |
+
#: includes/addons/seo_meta_title.php:22 includes/addons/seo_meta_title.php:69
|
51 |
+
msgid " with "
|
52 |
+
msgstr " с "
|
53 |
|
54 |
+
#: includes/paid.php:1975
|
55 |
+
msgid "\"No Products\" messages"
|
56 |
+
msgstr "Сообщение \"Нет Продуктов\""
|
|
|
|
|
|
|
57 |
|
58 |
+
#: includes/paid.php:2002
|
59 |
+
msgid "\"No products\" messages"
|
60 |
+
msgstr "Сообщение \"Нет продуктов\""
|
|
|
61 |
|
62 |
+
#: includes/paid.php:1967 includes/paid.php:2006 includes/paid.php:3951
|
63 |
+
#: includes/paid.php:3959 includes/paid.php:3969
|
64 |
+
msgid "\"No values\" messages"
|
65 |
+
msgstr "Сообщение \"Нет значений\""
|
66 |
|
67 |
+
#: includes/paid.php:1971 includes/paid.php:2010 includes/paid.php:3955
|
68 |
+
#: includes/paid.php:3973
|
69 |
+
msgid "\"Select previous\" messages"
|
70 |
+
msgstr "Сообщение \"Выберите предыдущий\""
|
71 |
|
72 |
+
#: main.php:1094
|
73 |
+
msgid "(4)"
|
74 |
+
msgstr "(4)"
|
75 |
|
76 |
+
#: addons/deprecated_filters/settings/design.php:14
|
77 |
+
#: addons/deprecated_filters/settings/design.php:29
|
78 |
+
msgid "(depends on font)"
|
79 |
+
msgstr "(Зависит от шрифта)"
|
80 |
|
81 |
+
#: addons/deprecated_filters/filter_post.php:717
|
82 |
+
#: templates/single_filter/single_settings_elements.php:368
|
83 |
+
msgid "(use white space for multiple classes)"
|
84 |
+
msgstr "(используйте пробел для разделения классов)"
|
85 |
|
86 |
+
#: addons/deprecated_filters/filter_post.php:343
|
87 |
+
#: templates/single_filter/single_settings_elements.php:522
|
88 |
+
msgid "* use numeric values only, strings will not work as expected"
|
89 |
+
msgstr ""
|
90 |
+
"* используйте только числовые значения, текстовые значения не работают как "
|
91 |
+
"ожидается"
|
92 |
|
93 |
+
#: main.php:1127
|
94 |
+
msgid "-"
|
95 |
+
msgstr "-"
|
96 |
|
97 |
+
#: includes/divi-builder.php:18 includes/new_widget.php:306
|
98 |
+
#: includes/visual-composer.php:10 includes/visual-composer.php:36
|
99 |
+
msgid "--Please select filter--"
|
100 |
+
msgstr "--Пожалуйста, выберите фильтр--"
|
101 |
|
102 |
+
#: includes/divi-builder.php:63 includes/new_widget.php:127
|
103 |
+
msgid "--Please select group--"
|
104 |
+
msgstr "--Пожалуйста, выберите группу--"
|
105 |
|
106 |
+
#: includes/paid.php:1916 templates/paid/filters_search_box.php:60
|
107 |
+
msgid "0%"
|
108 |
+
msgstr "0%"
|
109 |
|
110 |
+
#: addons/deprecated_filters/display_widget.php:444
|
111 |
+
#: includes/filters/display_widget.php:497
|
112 |
+
msgid "1 star"
|
113 |
+
msgstr "1 звезда"
|
114 |
|
115 |
+
#: includes/paid.php:3802 addons/deprecated_filters/filter_post.php:283
|
116 |
+
msgid "1.00-100.00, 100.00-200.00, 200.00-1000.00"
|
117 |
+
msgstr "1.00-100.00, 100.00-200.00, 200.00-1000.00"
|
118 |
|
119 |
+
#: includes/paid.php:3801 addons/deprecated_filters/filter_post.php:282
|
120 |
+
msgid "1.00-100.00, 101.00-200.00, 201.00-1000.00"
|
121 |
+
msgstr "1.00-100.00, 101.00-200.00, 201.00-1000.00"
|
122 |
|
123 |
+
#: includes/paid.php:3803 addons/deprecated_filters/filter_post.php:284
|
124 |
+
msgid "1.00-99.99, 100.00-199.99, 200.00-999.99"
|
125 |
+
msgstr "1.00-99.99, 100.00-199.99, 200.00-999.99"
|
126 |
|
127 |
+
#: includes/paid.php:1915 templates/paid/filters_search_box.php:59
|
128 |
+
msgid "10%"
|
129 |
+
msgstr "10%"
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
|
131 |
+
#: includes/paid.php:1906 templates/paid/filters_search_box.php:50
|
132 |
+
msgid "100%"
|
133 |
+
msgstr "100%"
|
134 |
|
135 |
+
#: addons/deprecated_filters/filter_post.php:494
|
136 |
+
#: templates/single_filter/single_settings_elements.php:461
|
137 |
+
msgid "1em x 1em"
|
138 |
+
msgstr "1em x 1em"
|
139 |
|
140 |
+
#: addons/deprecated_filters/filter_post.php:495
|
141 |
+
#: templates/single_filter/single_settings_elements.php:462
|
142 |
+
msgid "1em x 2em"
|
143 |
+
msgstr "1em x 2em"
|
|
|
|
|
144 |
|
145 |
+
#: main.php:1129
|
146 |
+
msgid "2 spaces"
|
147 |
+
msgstr "2 пробела"
|
148 |
|
149 |
+
#: addons/deprecated_filters/display_widget.php:445
|
150 |
+
#: includes/filters/display_widget.php:498
|
151 |
+
msgid "2 stars"
|
152 |
+
msgstr "2 звезды"
|
153 |
|
154 |
+
#: includes/paid.php:1914 templates/paid/filters_search_box.php:58
|
155 |
+
msgid "20%"
|
156 |
+
msgstr "20%"
|
157 |
|
158 |
+
#: addons/deprecated_filters/filter_post.php:493
|
159 |
+
#: templates/single_filter/single_settings_elements.php:460
|
160 |
+
msgid "2em x 2em"
|
161 |
+
msgstr "2em x 2em"
|
162 |
|
163 |
+
#: addons/deprecated_filters/filter_post.php:496
|
164 |
+
#: templates/single_filter/single_settings_elements.php:463
|
165 |
+
msgid "2em x 3em"
|
166 |
+
msgstr "2em x 3em"
|
167 |
|
168 |
+
#: addons/deprecated_filters/filter_post.php:497
|
169 |
+
#: templates/single_filter/single_settings_elements.php:464
|
170 |
+
msgid "2em x 4em"
|
171 |
+
msgstr "2em x 4em"
|
172 |
|
173 |
+
#: addons/deprecated_filters/display_widget.php:446
|
174 |
+
#: includes/filters/display_widget.php:499
|
175 |
+
msgid "3 stars"
|
176 |
+
msgstr "3 звезды"
|
177 |
|
178 |
+
#: includes/paid.php:1913 templates/paid/filters_search_box.php:57
|
179 |
+
msgid "30%"
|
180 |
+
msgstr "30%"
|
|
|
181 |
|
182 |
+
#: addons/deprecated_filters/filter_post.php:498
|
183 |
+
#: templates/single_filter/single_settings_elements.php:465
|
184 |
+
msgid "3em x 3em"
|
185 |
+
msgstr "3em x 3em"
|
|
|
|
|
|
|
186 |
|
187 |
+
#: addons/deprecated_filters/filter_post.php:499
|
188 |
+
#: templates/single_filter/single_settings_elements.php:466
|
189 |
+
msgid "3em x 4em"
|
190 |
+
msgstr "3em x 4em"
|
|
|
|
|
|
|
|
|
191 |
|
192 |
+
#: addons/deprecated_filters/filter_post.php:500
|
193 |
+
#: templates/single_filter/single_settings_elements.php:467
|
194 |
+
msgid "3em x 5em"
|
195 |
+
msgstr "3em x 5em"
|
|
|
|
|
|
|
196 |
|
197 |
+
#: main.php:1093
|
198 |
+
msgid "4"
|
199 |
+
msgstr "4"
|
200 |
|
201 |
+
#: addons/deprecated_filters/display_widget.php:447
|
202 |
+
#: includes/filters/display_widget.php:500
|
203 |
+
msgid "4 stars"
|
204 |
+
msgstr "4 звезды"
|
205 |
|
206 |
+
#: includes/paid.php:1912 templates/paid/filters_search_box.php:56
|
207 |
+
msgid "40%"
|
208 |
+
msgstr "40%"
|
209 |
|
210 |
+
#: addons/deprecated_filters/filter_post.php:501
|
211 |
+
#: templates/single_filter/single_settings_elements.php:468
|
212 |
+
msgid "4em x 4em"
|
213 |
+
msgstr "4em x 4em"
|
214 |
|
215 |
+
#: addons/deprecated_filters/filter_post.php:502
|
216 |
+
#: templates/single_filter/single_settings_elements.php:469
|
217 |
+
msgid "4em x 5em"
|
218 |
+
msgstr "4em x 5em"
|
219 |
|
220 |
+
#: addons/deprecated_filters/display_widget.php:448
|
221 |
+
#: includes/filters/display_widget.php:501
|
222 |
+
msgid "5 stars"
|
223 |
+
msgstr "5 звезд"
|
224 |
|
225 |
+
#: includes/paid.php:1911 templates/paid/filters_search_box.php:55
|
226 |
+
msgid "50%"
|
227 |
+
msgstr "50%"
|
228 |
|
229 |
+
#: addons/deprecated_filters/filter_post.php:503
|
230 |
+
#: templates/single_filter/single_settings_elements.php:470
|
231 |
+
msgid "5em x 5em"
|
232 |
+
msgstr "5em x 5em"
|
233 |
|
234 |
+
#: includes/paid.php:1910 templates/paid/filters_search_box.php:54
|
235 |
+
msgid "60%"
|
236 |
+
msgstr "60%"
|
237 |
|
238 |
+
#: includes/paid.php:1909 templates/paid/filters_search_box.php:53
|
239 |
+
msgid "70%"
|
240 |
+
msgstr "70%"
|
|
|
|
|
|
|
|
|
241 |
|
242 |
+
#: includes/paid.php:1908 templates/paid/filters_search_box.php:52
|
243 |
+
msgid "80%"
|
244 |
+
msgstr "80%"
|
245 |
|
246 |
+
#: includes/paid.php:1907 templates/paid/filters_search_box.php:51
|
247 |
+
msgid "90%"
|
248 |
+
msgstr "90%"
|
249 |
|
250 |
+
#: addons/deprecated_filters/display_widget.php:448
|
251 |
+
#: includes/filters/display_widget.php:501
|
252 |
msgid ""
|
253 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
254 |
+
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i>"
|
255 |
msgstr ""
|
256 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
257 |
+
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i>"
|
|
|
|
|
|
|
|
|
258 |
|
259 |
+
#: addons/deprecated_filters/display_widget.php:447
|
260 |
+
#: includes/filters/display_widget.php:500
|
261 |
msgid ""
|
262 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
263 |
+
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i>"
|
264 |
msgstr ""
|
265 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
266 |
+
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i>"
|
|
|
|
|
|
|
|
|
267 |
|
268 |
+
#: addons/deprecated_filters/display_widget.php:446
|
269 |
+
#: includes/filters/display_widget.php:499
|
270 |
msgid ""
|
271 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
272 |
+
"star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
273 |
msgstr ""
|
274 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
275 |
+
"star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
|
277 |
+
#: addons/deprecated_filters/display_widget.php:445
|
278 |
+
#: includes/filters/display_widget.php:498
|
279 |
msgid ""
|
280 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
281 |
+
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
282 |
msgstr ""
|
283 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
284 |
+
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
|
286 |
+
#: addons/deprecated_filters/display_widget.php:444
|
287 |
+
#: includes/filters/display_widget.php:497
|
288 |
+
msgid ""
|
289 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-"
|
290 |
+
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
291 |
msgstr ""
|
292 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-"
|
293 |
+
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
|
295 |
+
#: addons/deprecated_filters/deprecated_filters.php:11
|
296 |
+
msgid ""
|
297 |
+
"<span style=\"color: red;\">IT WILL BE REMOVED IN THE FUTURE</span><br>"
|
298 |
+
"Temporary compatibility with older filters"
|
299 |
+
msgstr ""
|
300 |
+
"<span style = \"color: red;\">ЭТО БУДЕТ УДАЛЕНО В БУДУЩЕМ </span><br> "
|
301 |
+
"Временная совместимость со старыми фильтрами"
|
302 |
|
303 |
+
#: templates/groups_information.php:8
|
304 |
+
msgid "<strong>AND</strong> uses between condition in one section"
|
305 |
+
msgstr "<strong>И</strong> используется между условиями в одной секции"
|
|
|
306 |
|
307 |
+
#: templates/groups_information.php:9
|
308 |
+
msgid "<strong>OR</strong> uses between different sections with conditions"
|
309 |
+
msgstr "<strong>ИЛИ</strong> используется между разными секциями с условиями"
|
310 |
|
311 |
+
#: main.php:349
|
312 |
+
msgid ""
|
313 |
+
"<strong>Please update all BeRocket plugins to the most recent version. "
|
314 |
+
"WooCommerce AJAX Products Filter is not working correctly with older "
|
315 |
+
"versions.</strong>"
|
316 |
+
msgstr ""
|
317 |
+
"<strong>Пожалуйста, обновите все плагины BeRocket до последней версии. "
|
318 |
+
"WooCommerce AJAX Products Filter работает некорректно со старыми версиями."
|
319 |
+
"</strong>"
|
320 |
|
321 |
+
#: main.php:1095
|
322 |
+
msgid "[4]"
|
323 |
+
msgstr "[4]"
|
324 |
|
325 |
+
#: main.php:925
|
326 |
msgid ""
|
327 |
"[attribute 1 values] {title} with [attribute] [values] and [attribute] "
|
328 |
"[values]"
|
330 |
"[атрибут 1 значения] {название} с [атрибутами] [значениями] и [атрибутами] "
|
331 |
"[значениями]"
|
332 |
|
333 |
+
#: main.php:927
|
334 |
+
msgid "[attribute]:[values];[attribute]:[values] - {title}"
|
335 |
+
msgstr "[attribute]:[values];[attribute]:[values] - {title}"
|
336 |
|
337 |
+
#: includes/new_widget.php:149
|
338 |
+
msgid "AAPF Filter Single"
|
339 |
+
msgstr "AAPF Один Фильтр"
|
340 |
|
341 |
+
#: includes/new_widget.php:5
|
342 |
+
msgid "AAPF Filters Group"
|
343 |
+
msgstr "AAPF Группа Фильтров"
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
|
345 |
+
#: main.php:1053
|
346 |
+
msgid "Above:"
|
347 |
+
msgstr "Выше:"
|
348 |
|
349 |
+
#: main.php:1896
|
350 |
+
msgid "Activate WooCommerce plugin before"
|
351 |
+
msgstr "Активируйте плагин WooCommerce перед тем"
|
352 |
|
353 |
+
#: includes/custom_post.php:117
|
354 |
+
msgid "Add Filter"
|
355 |
+
msgstr "Добавить фильтр"
|
356 |
|
357 |
+
#: templates/filters_group.php:22 templates/filters_group_simple.php:16
|
358 |
+
msgid "Add filter"
|
359 |
+
msgstr "Добавить фильтр"
|
360 |
|
361 |
+
#: includes/custom_post.php:642
|
362 |
+
msgid "Add Filter Group"
|
363 |
+
msgstr "Добавить группу фильтров"
|
364 |
|
365 |
+
#: includes/paid.php:325
|
366 |
+
msgid "Add group"
|
367 |
+
msgstr "Добавить группу"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
368 |
|
369 |
+
#: main.php:1011
|
370 |
+
#| msgid "Add JavaScript files to all pages."
|
371 |
+
msgid "Add Javascript files to all pages"
|
372 |
+
msgstr "Добавить файлы JavaScript на все страницы."
|
373 |
|
374 |
+
#: addons/add_classes/add_classes.php:9
|
375 |
+
msgid "Add more classes"
|
376 |
+
msgstr "Добавить больше классов"
|
377 |
|
378 |
+
#: addons/add_classes/add_classes.php:10
|
379 |
msgid ""
|
380 |
+
"Add more CSS classes to filters. Can be using for styling or other things"
|
|
|
381 |
msgstr ""
|
382 |
+
"Добавьте больше классов CSS в фильтры. Можно использовать для стилизации или "
|
383 |
+
"других вещей"
|
384 |
|
385 |
+
#: includes/custom_post.php:118
|
386 |
+
msgid "Add New Filter"
|
387 |
+
msgstr "Добавить новый фильтр"
|
388 |
|
389 |
+
#: includes/custom_post.php:643
|
390 |
+
msgid "Add New Filter Group"
|
391 |
+
msgstr "Создать новую группу фильтров"
|
392 |
|
393 |
+
#: includes/custom_post.php:435
|
394 |
+
msgid "Add widget <strong>AAPF Filter Single</strong> on "
|
395 |
+
msgstr "Добавьте виджет <strong>AAPF Filter Single</strong> на "
|
|
|
|
|
|
|
|
|
396 |
|
397 |
+
#: main.php:625
|
398 |
+
msgid "Add-ons"
|
399 |
+
msgstr "Дополнения"
|
400 |
|
401 |
+
#: templates/filters_information.php:5 templates/single_filter/all_steps.php:20
|
402 |
+
msgid "Additional"
|
403 |
+
msgstr "Дополнительные"
|
404 |
|
405 |
+
#: addons/additional_tables/additional_tables.php:64
|
406 |
+
msgid "Additional Tables (BETA)"
|
407 |
+
msgstr "Дополнительные таблицы (БЕТА)"
|
|
|
|
|
408 |
|
409 |
+
#: addons/additional_tables/additional_tables.php:142
|
410 |
+
#, php-format
|
411 |
+
msgid ""
|
412 |
+
"Additional tables are generating. They will be used after generation is "
|
413 |
+
"completed. Current status is <strong><span "
|
414 |
+
"class=\"braapf_additional_table_status\">%d</span>%s</strong>"
|
415 |
msgstr ""
|
416 |
+
"Дополнительные таблицы создаются. Они будут использованы после завершения "
|
417 |
+
"генерации. Текущий статус <strong><span "
|
418 |
+
"class=\"braapf_additional_table_status\">%d</span>%s</strong>"
|
419 |
|
420 |
+
#: addons/additional_tables/additional_tables.php:111
|
421 |
msgid ""
|
422 |
+
"Additional tables was succesfully generated. They will be used automatically "
|
423 |
+
"when needed."
|
424 |
msgstr ""
|
425 |
+
"Дополнительные таблицы были успешно созданы. Они будут использоваться "
|
426 |
+
"автоматически при необходимости."
|
|
|
|
|
|
|
|
|
427 |
|
428 |
+
#: includes/custom_post.php:116
|
429 |
+
msgctxt "Admin menu name"
|
430 |
+
msgid "Filters"
|
431 |
+
msgstr "Фильтры"
|
432 |
|
433 |
+
#: includes/custom_post.php:641
|
434 |
+
msgctxt "Admin menu name"
|
435 |
+
msgid "Groups"
|
436 |
+
msgstr "Группы"
|
|
|
437 |
|
438 |
+
#: main.php:613 templates/single_filter/all_steps.php:51
|
439 |
+
msgid "Advanced"
|
440 |
+
msgstr "Продвинутые"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
|
442 |
+
#: addons/deprecated_filters/filter_post.php:406
|
443 |
+
msgid "Advanced Settings"
|
444 |
+
msgstr "Продвинутые Настройки"
|
445 |
|
446 |
+
#: includes/paid.php:1888 addons/deprecated_filters/deprecated_filters.php:522
|
447 |
+
#: addons/deprecated_filters/filter_post.php:547
|
448 |
+
#: addons/deprecated_filters/filter_post.php:553
|
449 |
+
msgid "After"
|
450 |
+
msgstr "После"
|
451 |
|
452 |
+
#: templates/single_filter/widget_type.php:30
|
453 |
msgid ""
|
454 |
+
"After click on Reset button all selected filters will be unselected and "
|
455 |
+
"products updated."
|
456 |
msgstr ""
|
457 |
+
"После нажатия кнопки «Сбросить» все выбранные фильтры будут отменены, а "
|
458 |
+
"продукты обновлены."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
|
460 |
+
#: main.php:1223
|
461 |
+
msgid "After Update:"
|
462 |
+
msgstr "После Обновления:"
|
463 |
|
464 |
+
#: main.php:1071
|
465 |
+
msgid "After:"
|
466 |
+
msgstr "После:"
|
467 |
|
468 |
+
#: addons/deprecated_filters/filter_post.php:330
|
469 |
+
msgid "after:"
|
470 |
+
msgstr "после: "
|
471 |
|
472 |
+
#: includes/paid/search_field.php:206
|
473 |
+
msgid "AJAX"
|
474 |
+
msgstr "AJAX"
|
475 |
|
476 |
+
#: includes/new_widget.php:6
|
477 |
+
msgid "AJAX Product Filters. Group of filters"
|
478 |
+
msgstr "AJAX Фильтры Продуктов. Группа фильтров"
|
479 |
|
480 |
+
#: includes/new_widget.php:150
|
481 |
+
msgid "AJAX Product Filters. Single Filter"
|
482 |
+
msgstr "AJAX Фильтры Продуктов. Одиночный фильтр"
|
483 |
|
484 |
+
#: main.php:686
|
485 |
+
msgid "All empty values are removed based on page (categories/tags/ etc.)"
|
|
|
|
|
|
|
486 |
msgstr ""
|
487 |
+
"Все пустые значения удаляются на основе страницы (категории/теги и т.д.)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
488 |
|
489 |
+
#: main.php:688
|
490 |
msgid ""
|
491 |
+
"All empty values are removed based on page (categories/tags/ etc.); filters "
|
492 |
+
"are applied in recounting attribute values; all empty values based on "
|
493 |
+
"applied filters will be hidden"
|
494 |
msgstr ""
|
495 |
+
"Все пустые значения удаляются на основе страницы (категории/теги и т.д.); "
|
496 |
+
"при пересчете значений атрибутов применяются фильтры; все пустые значения "
|
497 |
+
"будут скрыты на основе применяемых фильтров"
|
|
|
|
|
|
|
498 |
|
499 |
+
#: includes/compatibility/divi-theme-builder.php:40
|
500 |
+
#: includes/compatibility/elementor-pro.php:15
|
501 |
+
msgid ""
|
502 |
+
"All Filters will be applied to this module. You need correct unique "
|
503 |
+
"selectors to work correct"
|
504 |
msgstr ""
|
505 |
+
"Все фильтры будут применены к этому модулю. Вам нужны правильные уникальные "
|
506 |
+
"селекторы, чтобы работало правильно"
|
507 |
|
508 |
+
#: includes/paid.php:113 includes/paid.php:125
|
509 |
+
msgid "All levels"
|
510 |
+
msgstr "Все уровни"
|
511 |
|
512 |
+
#: main.php:687
|
513 |
msgid ""
|
514 |
+
"All non-empty values are displayed; filters are applied in recounting "
|
515 |
+
"attribute values"
|
516 |
msgstr ""
|
517 |
+
"Все не пустые значение отображены; при пересчете значений атрибутов "
|
518 |
+
"применяются фильтры"
|
|
|
519 |
|
520 |
+
#: main.php:685
|
521 |
+
msgid "All non-empty values are displayed; standard recounting is applied"
|
522 |
+
msgstr "Все не пустые значение отображены; применяется стандартный пересчет. "
|
523 |
|
524 |
+
#: main.php:1264
|
525 |
+
msgid ""
|
526 |
+
"All non-empty values are shown and filters are considered while counting "
|
527 |
+
"attribute values"
|
528 |
msgstr ""
|
529 |
+
"Отображаются все непустые значения и учитываются фильтры при подсчете "
|
530 |
+
"значений атрибутов."
|
531 |
|
532 |
+
#: main.php:1260
|
533 |
+
msgid "All non-empty values are shown and use basic counting"
|
534 |
+
msgstr "Все непустые значения показаны и используют основной подсчет"
|
|
|
|
|
535 |
|
536 |
+
#: templates/filters_information.php:47
|
537 |
msgid ""
|
538 |
+
"All that can be displayed you can select there<h3>Variants:</h3><ul><li>"
|
539 |
+
"<strong>Filter</strong>(main type) - filters by attributes, categories, "
|
540 |
+
"price etc.</li><li><strong>Update Products button</strong> - button to apply "
|
541 |
+
"filters to products. Filter will applies only after click on update "
|
542 |
+
"button</li><li><strong>Reset Products button</strong> - button to disable "
|
543 |
+
"all selected filters</li><li><strong>Selected Filters area</strong> - "
|
544 |
+
"display selected filters and provide possibility to disable it in one "
|
545 |
+
"place</li></ul>"
|
546 |
msgstr ""
|
547 |
+
"Тут можно выбрать все что нужно отобразить<h3>Варианты:</h3><ul><li><strong>"
|
548 |
+
"Фильтры</strong>(main type) - фильтры по атрибутам, категориям, цене и т. д."
|
549 |
+
"</li><li><strong>Кнопка Обновить Продукты</strong> - кнопка, чтобы применить "
|
550 |
+
"фильтры к продуктам. Фильтр будет применяться только после нажатия на кнопку "
|
551 |
+
"обновления</li><li><strong>Кнопка «Сбросить товары»</strong> - кнопка для "
|
552 |
+
"отключения всех выбранных фильтров</li><li><strong>Область выбранных "
|
553 |
+
"фильтров</strong> - отображать выбранные фильтры и предоставлять возможность "
|
554 |
+
"отключить их в одном месте</li></ul>"
|
555 |
|
556 |
+
#: addons/deprecated_filters/filter_post.php:229
|
557 |
+
#: templates/single_filter/single_settings_elements.php:115
|
558 |
+
msgid "Alpha"
|
559 |
+
msgstr "По алфавиту"
|
560 |
|
561 |
+
#: templates/single_filter/widget_type.php:40
|
562 |
+
msgid "Also has link to reset all filters, that works same as Reset button."
|
|
|
|
|
563 |
msgstr ""
|
564 |
+
"Также есть ссылка для сброса всех фильтров, которая работает так же, как "
|
565 |
+
"кнопка сброса."
|
566 |
|
567 |
+
#: main.php:1255 includes/paid.php:416
|
568 |
msgid ""
|
569 |
"Also it can does not work on WooCommerce pages edited with help of any page "
|
570 |
"builders (Divi Builder, Elementor Builder etc.)"
|
572 |
"Также он может не работать на страницах WooCommerce, отредактированных с "
|
573 |
"помощью любых конструкторов страниц (Divi Builder, Elementor Builder и т. д.)"
|
574 |
|
575 |
+
#: main.php:945
|
576 |
+
msgid ""
|
577 |
+
"Always displays products, when filters are selected. Use the option when "
|
578 |
+
"have categories and subcategories on the pages of your shop, and you want to "
|
579 |
+
"display products when filtering."
|
580 |
+
msgstr ""
|
581 |
+
"При выборе фильтров всегда отображаются товары. Используйте эту опцию, если "
|
582 |
+
"на страницах вашего магазина есть категории и подкатегории, и вы хотите "
|
583 |
+
"отображать товары при фильтрации. "
|
584 |
+
|
585 |
+
#: addons/deprecated_filters/filter_post.php:418
|
586 |
+
#: templates/single_filter/single_settings_elements.php:346
|
587 |
+
msgid "Always hidden"
|
588 |
+
msgstr "Всегда скрыта"
|
589 |
+
|
590 |
+
#: addons/deprecated_filters/filter_post.php:417
|
591 |
+
#: templates/single_filter/single_settings_elements.php:345
|
592 |
+
msgid "Always visible"
|
593 |
+
msgstr "Всегда видима"
|
594 |
+
|
595 |
+
#: addons/separate_link/separate_vars.php:38
|
596 |
+
#: templates/single_filter/single_settings_elements.php:322
|
597 |
+
msgid "AND"
|
598 |
+
msgstr "И"
|
599 |
+
|
600 |
+
#: addons/additional_tables/additional_tables.php:150
|
601 |
+
msgid "and regenerate it in "
|
602 |
+
msgstr "и восстановить его в"
|
603 |
+
|
604 |
+
#: addons/deprecated_filters/display_widget.php:504
|
605 |
+
#: addons/deprecated_filters/filter_post.php:396
|
606 |
+
#: includes/filters/display_widget.php:553
|
607 |
+
#: templates/single_filter/single_settings_elements.php:329
|
608 |
+
msgid "Any"
|
609 |
+
msgstr "Всё"
|
610 |
|
611 |
+
#: main.php:1259
|
612 |
msgid ""
|
613 |
"Any option except first will slow down page load, because required some "
|
614 |
"additional queries to database"
|
616 |
"Любая опция, кроме первой, замедлит загрузку страницы, поскольку требует "
|
617 |
"дополнительных запросов к базе данных."
|
618 |
|
619 |
+
#: includes/compatibility/beaver-builder.php:16
|
620 |
+
#: includes/compatibility/divi-theme-builder.php:31
|
621 |
+
#: includes/compatibility/elementor-pro.php:13
|
622 |
+
msgid "Apply BeRocket AJAX Filters"
|
623 |
+
msgstr "Применить фильтры BeRocket AJAX"
|
|
|
|
|
624 |
|
625 |
+
#: addons/deprecated_filters/filter_post.php:237
|
626 |
+
#: templates/single_filter/single_settings_elements.php:135
|
627 |
+
msgid "Ascending"
|
628 |
+
msgstr "По возрастанию"
|
|
|
|
|
|
|
|
|
629 |
|
630 |
+
#: addons/deprecated_filters/deprecated_filters.php:117
|
631 |
msgid ""
|
632 |
+
"ATTENTION! After disabling this addon all filters will be converted to new "
|
633 |
+
"version and there is no way to convert them back automatically."
|
|
|
634 |
msgstr ""
|
635 |
+
"ВНИМАНИЕ! После отключения этого аддона все фильтры будут конвертированы в "
|
636 |
+
"новую версию, и их невозможно автоматически конвертировать обратно."
|
|
|
637 |
|
638 |
+
#: addons/deprecated_filters/filter_post.php:15
|
639 |
+
msgid "ATTENTION! This filter was created with new styles and settings."
|
640 |
+
msgstr "ВНИМАНИЕ! Этот фильтр был создан с новыми стилями и настройками."
|
|
|
|
|
|
|
|
|
641 |
|
642 |
+
#: includes/custom_post.php:462 includes/custom_post.php:549
|
643 |
+
#: includes/paid.php:1825 includes/paid.php:1834 includes/paid.php:1840
|
644 |
+
#: includes/save_slider_data.php:40 templates/filter_post_simple.php:44
|
645 |
+
#: addons/deprecated_filters/display_widget.php:141
|
646 |
+
#: addons/deprecated_filters/filter_post.php:97
|
647 |
+
#: addons/deprecated_filters/filter_post.php:140
|
648 |
+
#: includes/filters/display_widget.php:142
|
649 |
+
#: templates/single_filter/single_settings_elements.php:73
|
650 |
+
#: templates/single_filter/single_settings_elements.php:654
|
651 |
+
msgid "Attribute"
|
652 |
+
msgstr "Атрибуты"
|
653 |
|
654 |
+
#: templates/single_filter/all_steps.php:11
|
655 |
+
msgid "Attribute and Values"
|
656 |
+
msgstr "Атрибут и Значения"
|
657 |
|
658 |
+
#: includes/custom_post.php:495
|
659 |
+
msgid "Attribute not exists. This filter can work incorrect"
|
660 |
+
msgstr "Атрибут не существует. Этот фильтр может работать некорректно"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
661 |
|
662 |
+
#: includes/custom_post.php:471 includes/custom_post.php:493
|
663 |
+
msgid "Attribute: "
|
664 |
+
msgstr "Атрибут:"
|
665 |
|
666 |
+
#: includes/paid.php:1787
|
667 |
+
msgid "Attributes"
|
668 |
+
msgstr "Атрибуты"
|
669 |
|
670 |
+
#: includes/paid.php:1812
|
671 |
+
msgid "Attributes count"
|
672 |
+
msgstr "Количество атрибутов"
|
|
|
|
|
|
|
|
|
|
|
673 |
|
674 |
+
#: templates/single_filter/single_settings_elements.php:377
|
675 |
+
msgid "Auto"
|
676 |
+
msgstr "Авто"
|
|
|
|
|
|
|
|
|
677 |
|
678 |
+
#: main.php:1325
|
679 |
msgid "Auto-Selectors"
|
680 |
msgstr "Авто-Селекторы"
|
681 |
|
682 |
+
#: addons/deprecated_filters/settings/design.php:637
|
683 |
+
msgid "Back line color"
|
684 |
+
msgstr "Цвет заднего фона линии"
|
685 |
|
686 |
+
#: templates/settings/design_title_styles.php:15
|
687 |
+
#: addons/deprecated_filters/settings/design.php:154
|
688 |
+
msgid "Background"
|
689 |
+
msgstr "Задний фон"
|
690 |
|
691 |
+
#: includes/paid.php:1897 templates/paid/filters_search_box.php:41
|
692 |
+
#: addons/deprecated_filters/settings/design.php:705
|
693 |
+
msgid "Background color"
|
694 |
+
msgstr "Цвет фона"
|
695 |
|
696 |
+
#: includes/paid.php:1902 templates/paid/filters_search_box.php:46
|
697 |
+
msgid "Background transparency"
|
698 |
+
msgstr "Прозрачность фона"
|
699 |
|
700 |
+
#: includes/paid.php:144
|
701 |
+
msgid "Base Canonical URL"
|
702 |
+
msgstr "Базовый канонический URL"
|
703 |
|
704 |
+
#: templates/single_filter/widget_type.php:11
|
705 |
+
msgid "Basic widget type. Other widget types do not work without filters"
|
706 |
+
msgstr "Основной тип виджета. Другие типы виджетов не работают без фильтров"
|
|
|
|
|
|
|
707 |
|
708 |
+
#: templates/settings/tutorial_tab.php:47
|
709 |
+
msgid "Beaver Builder"
|
710 |
+
msgstr "Beaver Builder"
|
711 |
|
712 |
+
#: includes/paid.php:1887 addons/deprecated_filters/deprecated_filters.php:521
|
713 |
+
#: addons/deprecated_filters/filter_post.php:546
|
714 |
+
#: addons/deprecated_filters/filter_post.php:552
|
715 |
+
msgid "Before"
|
716 |
+
msgstr "Перед"
|
717 |
|
718 |
+
#: includes/paid.php:1889 addons/deprecated_filters/deprecated_filters.php:523
|
719 |
+
msgid "Before and after"
|
720 |
+
msgstr "До и после"
|
721 |
|
722 |
+
#: main.php:1209
|
723 |
+
msgid "Before Update:"
|
724 |
+
msgstr "Перед Обновлением:"
|
725 |
|
726 |
+
#: main.php:1065
|
727 |
+
msgid "Before:"
|
728 |
+
msgstr "Перед:"
|
|
|
|
|
|
|
729 |
|
730 |
+
#: templates/settings/tutorial_tab.php:4
|
731 |
+
msgid "Beginning"
|
732 |
+
msgstr "Начало"
|
733 |
|
734 |
+
#: main.php:1059
|
735 |
+
msgid "Below:"
|
736 |
+
msgstr "Ниже:"
|
737 |
|
738 |
+
#. Author of the plugin
|
739 |
+
#: includes/visual-composer.php:21 includes/visual-composer.php:47
|
740 |
+
msgid "BeRocket"
|
741 |
+
msgstr "BeRocket"
|
742 |
|
743 |
+
#: addons/custom_sidebar/sidebar_include.php:145
|
744 |
+
msgid "BeRocket AJAX Filters"
|
745 |
+
msgstr "BeRocket AJAX Filters"
|
746 |
|
747 |
+
#: includes/divi-builder.php:42 includes/divi-builder.php:86
|
748 |
+
msgid "BeRocket Filter"
|
749 |
+
msgstr "Фильтр BeRocket "
|
750 |
|
751 |
+
#: includes/divi-builder.php:96
|
752 |
+
msgid "BeRocket Filter Next Product"
|
753 |
+
msgstr "BeRocket Filter Следующий Продукт"
|
754 |
|
755 |
+
#: addons/deprecated_filters/filter_post.php:526
|
756 |
+
#: templates/single_filter/single_settings_elements.php:498
|
757 |
+
msgid "Blue Shadow"
|
758 |
+
msgstr "Blue Shadow"
|
759 |
|
760 |
+
#: templates/settings/design_title_styles.php:10
|
761 |
+
#: addons/deprecated_filters/settings/design.php:149
|
762 |
+
#: addons/deprecated_filters/settings/design.php:706
|
763 |
+
msgid "Border color"
|
764 |
+
msgstr "Цвет границы"
|
765 |
|
766 |
+
#: templates/settings/design_title_styles.php:12
|
767 |
+
#: addons/deprecated_filters/settings/design.php:151
|
768 |
+
msgid "Border radius"
|
769 |
+
msgstr "Закругление углов"
|
770 |
|
771 |
+
#: templates/settings/design_title_styles.php:11
|
772 |
+
#: addons/deprecated_filters/settings/design.php:150
|
773 |
+
msgid "Border width"
|
774 |
+
msgstr "Ширина границы"
|
775 |
|
776 |
+
#: includes/paid.php:228 includes/paid.php:291
|
777 |
+
msgid "Both URL and Session"
|
778 |
+
msgstr "Одновременно Адрес страниц и Сессия"
|
|
|
|
|
779 |
|
780 |
+
#: templates/single_filter/single_settings_elements.php:451
|
781 |
+
msgid "Bottom"
|
782 |
+
msgstr "Снизу"
|
783 |
|
784 |
+
#: includes/paid.php:1927 addons/deprecated_filters/deprecated_filters.php:531
|
785 |
+
msgid "Button background color"
|
786 |
+
msgstr "Цвет фона кнопки"
|
787 |
|
788 |
+
#: includes/paid.php:1932 addons/deprecated_filters/deprecated_filters.php:536
|
789 |
+
msgid "Button background color on mouse over"
|
790 |
+
msgstr "Цвет фона кнопки при наведении курсора"
|
791 |
|
792 |
+
#: addons/deprecated_filters/settings/design.php:643
|
793 |
+
msgid "Button border color"
|
794 |
+
msgstr "Цвет границы кнопки"
|
795 |
|
796 |
+
#: addons/deprecated_filters/settings/design.php:645
|
797 |
+
msgid "Button border radius"
|
798 |
+
msgstr "Закругление углов кнопки"
|
799 |
|
800 |
+
#: addons/deprecated_filters/settings/design.php:644
|
801 |
+
msgid "Button border width"
|
802 |
+
msgstr "Ширина границы кнопки"
|
803 |
|
804 |
+
#: addons/deprecated_filters/settings/design.php:642
|
805 |
+
msgid "Button color"
|
806 |
+
msgstr "Цвет кнопки"
|
807 |
|
808 |
+
#: addons/deprecated_filters/settings/design.php:641
|
809 |
+
msgid "Button size"
|
810 |
+
msgstr "Размер кнопки"
|
811 |
|
812 |
+
#: includes/paid.php:1937 addons/deprecated_filters/deprecated_filters.php:541
|
813 |
+
msgid "Button text color"
|
814 |
+
msgstr "Цвет текста кнопки"
|
|
|
815 |
|
816 |
+
#: includes/paid.php:1942 addons/deprecated_filters/deprecated_filters.php:546
|
817 |
+
msgid "Button text color on mouse over"
|
818 |
+
msgstr "Цвет текста кнопки при наведении курсора"
|
819 |
|
820 |
+
#: main.php:1036
|
821 |
+
msgid "Can also work with other hostings if they limit query size."
|
822 |
+
msgstr ""
|
823 |
+
"Может также работать с другими хостингами, если они ограничивают размер "
|
824 |
+
"запроса. "
|
825 |
|
826 |
+
#: includes/paid/search_field.php:197
|
827 |
+
msgid "Categories"
|
828 |
+
msgstr "Категории"
|
829 |
|
830 |
+
#: includes/paid.php:1798 templates/paid/filters_search_box.php:17
|
831 |
+
msgid "Category"
|
832 |
+
msgstr "Категория"
|
833 |
+
|
834 |
+
#: includes/paid.php:1793 templates/paid/filters_search_box.php:12
|
835 |
+
msgid "Category page"
|
836 |
+
msgstr "Страница категории"
|
837 |
|
838 |
+
#: includes/paid.php:283
|
839 |
msgid ""
|
840 |
+
"Change image/price on variable products to image/price from variation that "
|
841 |
+
"has attribute value of selected filters."
|
842 |
msgstr ""
|
843 |
+
"Изменит изображение/цену на вариативном продукте на изображение/цену из "
|
844 |
+
"вариации, который имеет значение атрибута выбранного в фильтрах."
|
845 |
|
846 |
+
#: templates/single_filter/single_settings_elements.php:711
|
847 |
+
msgid "Check Box"
|
848 |
+
msgstr "Флажок"
|
849 |
|
850 |
+
#: main.php:390 includes/paid.php:1860
|
851 |
+
#: addons/deprecated_filters/deprecated_filters.php:60
|
852 |
+
#: addons/deprecated_filters/settings/design.php:161
|
853 |
+
msgid "Checkbox"
|
854 |
+
msgstr "Флажок"
|
855 |
|
856 |
+
#: addons/deprecated_filters/settings/design.php:146
|
857 |
+
msgid "Checkbox / Radio"
|
858 |
+
msgstr "Флажок / Переключатель"
|
859 |
|
860 |
+
#: includes/paid.php:1960 includes/paid.php:1996 includes/paid.php:3930
|
861 |
+
#: includes/paid.php:3965 includes/paid.php:3969 includes/paid.php:3973
|
862 |
+
msgid "Child"
|
863 |
+
msgstr "Дочерний"
|
864 |
|
865 |
+
#: includes/paid.php:1958 includes/paid.php:3928
|
866 |
+
msgid "Child Count"
|
867 |
+
msgstr "Количество Дочерних"
|
868 |
|
869 |
+
#: includes/paid.php:1980 includes/paid.php:3940
|
870 |
+
msgid "Child count"
|
871 |
+
msgstr "Количество дочерних"
|
872 |
|
873 |
+
#: includes/paid.php:1964 includes/paid.php:3935
|
874 |
+
msgid "Child depth"
|
875 |
+
msgstr "Глубина дочерних"
|
876 |
|
877 |
+
#: includes/paid.php:4362
|
878 |
+
msgid "Child for current page value"
|
879 |
+
msgstr "Дочерний для текущего значения страницы"
|
880 |
|
881 |
+
#: includes/paid.php:4363
|
882 |
+
msgid "Child for value:"
|
883 |
+
msgstr "Дочерние для значения:"
|
884 |
|
885 |
+
#: includes/paid.php:1955 includes/paid.php:3925
|
886 |
+
msgid "Child/Parent Limitation"
|
887 |
+
msgstr "Ограничения Дочерних/Родительских"
|
|
|
|
|
|
|
|
|
|
|
888 |
|
889 |
+
#: templates/single_filter/widget_type.php:29
|
890 |
+
msgid "Clear all selected filters."
|
891 |
+
msgstr "Очистить все выбранные фильтры."
|
|
|
|
|
|
|
892 |
|
893 |
+
#: main.php:1364
|
894 |
+
#| msgid "Clear attribute/custom taxonomy cache for plugin"
|
895 |
+
msgid "Clears the attribute/custom taxonomy cache for plugin"
|
896 |
+
msgstr "Очистить кэш атрибутов/пользовательских таксономий для плагина"
|
|
|
|
|
897 |
|
898 |
+
#: main.php:1080
|
899 |
+
msgid "Click"
|
900 |
+
msgstr "Нажатии"
|
|
|
|
|
901 |
|
902 |
+
#: addons/custom_sidebar/sidebar_include.php:164
|
903 |
+
msgid "Close ✕"
|
904 |
+
msgstr "Закрыть ✕"
|
905 |
|
906 |
+
#: addons/deprecated_filters/settings/design.php:713
|
907 |
+
msgid "Close button font color"
|
908 |
+
msgstr "Цвет шрифта кнопки \"Закрыть\""
|
909 |
|
910 |
+
#: addons/deprecated_filters/settings/design.php:714
|
911 |
+
msgid "Close button font color on mouse over"
|
912 |
+
msgstr "Цвет шрифта кнопки \"Закрыть\" при наведении"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
913 |
|
914 |
+
#: addons/deprecated_filters/settings/design.php:712
|
915 |
+
msgid "Close button size"
|
916 |
+
msgstr "Размер кнопки \"Закрыть\""
|
|
|
|
|
|
|
|
|
|
|
917 |
|
918 |
+
#: addons/custom_sidebar/sidebar_include.php:91
|
919 |
+
#: templates/paid/filters_group.php:85
|
920 |
+
msgid "Collapse Button Icon style"
|
921 |
+
msgstr "Стиль значка кнопки «Свернуть»"
|
922 |
|
923 |
+
#: addons/custom_sidebar/sidebar_include.php:71
|
924 |
+
#: templates/paid/filters_group.php:68
|
925 |
+
msgid "Collapse Button style"
|
926 |
+
msgstr "Стиль кнопки «Свернуть»"
|
927 |
|
928 |
+
#: templates/paid/filters_group.php:64
|
929 |
+
msgid ""
|
930 |
+
"Collapse group on page load and show icon instead. When icon is clicked "
|
931 |
+
"filters will be shown"
|
932 |
+
msgstr ""
|
933 |
+
"При загрузке страницы фильтры над продуктам будут спрятаны, а вместо "
|
934 |
+
"фильтров будет выведена кнопка. При нажатии кнопки будут показаны фильтры"
|
935 |
|
936 |
+
#: templates/paid/filters_group.php:61
|
937 |
+
msgid "Collapsed on page load"
|
938 |
+
msgstr "Свернуть при загрузке страницы"
|
|
|
|
|
|
|
939 |
|
940 |
+
#: main.php:393 includes/paid.php:1862
|
941 |
+
#: addons/deprecated_filters/deprecated_filters.php:63
|
942 |
+
#: templates/single_filter/single_settings_elements.php:712
|
943 |
+
#: addons/deprecated_filters/settings/design.php:12
|
944 |
+
#: addons/deprecated_filters/settings/design.php:27
|
945 |
+
msgid "Color"
|
946 |
+
msgstr "Цвет"
|
947 |
|
948 |
+
#: templates/single_filter/single_settings_elements.php:500
|
949 |
+
msgid "Color Change(EXPERIMENTAL)"
|
950 |
+
msgstr "Изменение цвета (ЭКСПЕРИМЕНТАЛЬНО)"
|
|
|
|
|
|
|
|
|
951 |
|
952 |
+
#: main.php:1162
|
953 |
+
msgid "Color/Image Tooltip Name"
|
954 |
+
msgstr "Имя Подсказки Цвета/Картинки"
|
955 |
|
956 |
+
#: includes/custom_post.php:196 includes/custom_post.php:685
|
957 |
+
#: templates/groups_information.php:5
|
958 |
+
msgid "Conditions"
|
959 |
+
msgstr "Условия"
|
960 |
|
961 |
+
#: templates/groups_information.php:7
|
962 |
+
msgid "Connection between condition can be AND and OR"
|
963 |
+
msgstr "Соединение между условиями может быть И и ИЛИ"
|
|
|
|
|
|
|
|
|
964 |
|
965 |
+
#: addons/deprecated_filters/filter_post.php:18
|
966 |
+
msgid "CONTACT US"
|
967 |
+
msgstr "СВЯЗАТЬСЯ С НАМИ"
|
|
|
968 |
|
969 |
+
#: main.php:731
|
970 |
+
msgid "Controlled by \"Out of stock\" filter"
|
971 |
+
msgstr "Контролируется фильтром \"Нет в наличии\""
|
972 |
|
973 |
+
#: addons/additional_tables/additional_tables.php:65
|
974 |
+
msgid ""
|
975 |
+
"Create 4 additional tables.<ul><li>Table to speed up hierarchical taxonomies "
|
976 |
+
"recount: <strong>Product categories</strong>, <strong>Brands</strong> "
|
977 |
+
"etc</li><li>3 tables to speed up functions for variation filtering</li></ul>"
|
978 |
msgstr ""
|
979 |
+
"Создается 4 дополнительных таблицы. <ul><li>Таблица для ускорения пересчета "
|
980 |
+
"иерархических таксономий: <strong>Категории продктов</strong>, <strong>"
|
981 |
+
"Бренды</strong> и т.д. </li><li>3 таблицы для ускорения функций фильтрации "
|
982 |
+
"вариаций</li></ul>"
|
983 |
|
984 |
+
#: includes/new_widget.php:321 templates/filters_group_simple.php:17
|
985 |
+
msgid "Create Filter"
|
986 |
+
msgstr "Создать фильтр"
|
|
|
987 |
|
988 |
+
#: templates/single_filter/widget_type.php:10
|
989 |
+
msgid "Create filters by price, attributes, categories, tags etc."
|
990 |
+
msgstr "Создавайте фильтры по цене, атрибутам, категориям, тегам и т. д."
|
|
|
991 |
|
992 |
+
#: includes/new_widget.php:142
|
993 |
+
msgid "Create Group"
|
994 |
+
msgstr "Создать группу"
|
995 |
|
996 |
+
#: includes/paid.php:4466
|
997 |
+
msgid "Create search input field for products."
|
998 |
+
msgstr "Создать поле поиска для товаров"
|
999 |
|
1000 |
+
#: main.php:1317 main.php:1328
|
1001 |
+
msgid "Creating products"
|
1002 |
+
msgstr "Создание продуктов"
|
1003 |
|
1004 |
+
#: addons/deprecated_filters/filter_post.php:715
|
1005 |
+
#: templates/single_filter/single_settings_elements.php:366
|
1006 |
+
msgid "CSS Class"
|
1007 |
+
msgstr "CSS класс"
|
1008 |
|
1009 |
+
#: includes/paid.php:4141
|
1010 |
+
#: templates/single_filter/single_settings_elements.php:558
|
1011 |
+
msgid "currency code(USD)"
|
1012 |
+
msgstr "код валюты (USD)"
|
1013 |
|
1014 |
+
#: includes/paid.php:4140
|
1015 |
+
#: templates/single_filter/single_settings_elements.php:557
|
1016 |
+
msgid "currency symbol($)"
|
1017 |
+
msgstr "символ валюты($)"
|
1018 |
|
1019 |
+
#: includes/paid.php:4056
|
1020 |
+
msgid "Current attribute/taxonomy values"
|
1021 |
+
msgstr "Текущие значения атрибута/таксономии"
|
1022 |
|
1023 |
+
#: addons/deprecated_filters/filter_post.php:527
|
1024 |
+
#: templates/single_filter/single_settings_elements.php:501
|
1025 |
+
msgid "Custom CSS"
|
1026 |
+
msgstr "Пользовательский CSS"
|
1027 |
|
1028 |
+
#: templates/filters_group.php:4
|
1029 |
+
msgid "Custom CSS class"
|
1030 |
+
msgstr "Пользовательский CSS класс"
|
1031 |
|
1032 |
+
#: addons/deprecated_filters/filter_post.php:535
|
1033 |
+
#: templates/single_filter/single_settings_elements.php:510
|
1034 |
+
msgid "Custom CSS for Checked block"
|
1035 |
+
msgstr "Пользовательский CSS для блока выбора"
|
1036 |
|
1037 |
+
#: main.php:1385
|
1038 |
+
msgid "Custom CSS Style:"
|
1039 |
+
msgstr "Пользовательский CSS Стиль:"
|
1040 |
|
1041 |
+
#: addons/custom_sidebar/custom_sidebar.php:9
|
1042 |
+
#: templates/settings/tutorial_tab.php:22
|
1043 |
+
msgid "Custom Sidebar"
|
1044 |
+
msgstr "Пользовательская Боковая Панель"
|
1045 |
|
1046 |
+
#: addons/custom_sidebar/sidebar_include.php:52
|
1047 |
+
msgid "Custom Sidebar Styles"
|
1048 |
+
msgstr "Пользовательский Стиль Боковой Панели"
|
1049 |
|
1050 |
+
#: addons/deprecated_filters/filter_post.php:504
|
1051 |
+
#: templates/single_filter/single_settings_elements.php:471
|
1052 |
+
msgid "Custom size"
|
1053 |
+
msgstr "Пользовательский размер"
|
1054 |
|
1055 |
+
#: addons/deprecated_filters/filter_post.php:512
|
1056 |
+
msgid "Custom size(Height x Width)"
|
1057 |
+
msgstr "Пользовательский размер(Высота х Ширина)"
|
|
|
1058 |
|
1059 |
+
#: includes/paid.php:1848 templates/filter_post_simple.php:52
|
1060 |
+
#: addons/deprecated_filters/filter_post.php:149
|
1061 |
+
#: templates/single_filter/single_settings_elements.php:90
|
1062 |
+
msgid "Custom Taxonomies"
|
1063 |
+
msgstr "Пользовательские таксономии"
|
1064 |
|
1065 |
+
#: includes/custom_post.php:464 includes/paid.php:1677 includes/paid.php:1836
|
1066 |
+
msgid "Custom Taxonomy"
|
1067 |
+
msgstr "Пользовательские таксономии"
|
1068 |
|
1069 |
+
#: includes/custom_post.php:500
|
1070 |
+
msgid "Custom taxonomy not exists. This filter can work incorrect"
|
1071 |
+
msgstr ""
|
1072 |
+
"Таможенной таксономии не существует. Этот фильтр может работать некорректно"
|
1073 |
|
1074 |
+
#: includes/custom_post.php:473 includes/custom_post.php:498
|
1075 |
+
msgid "Custom Taxonomy: "
|
1076 |
+
msgstr "Пользовательские Таксономии:"
|
1077 |
|
1078 |
+
#: main.php:1146 main.php:1169 includes/paid.php:260
|
1079 |
+
#: addons/custom_sidebar/sidebar_include.php:118
|
1080 |
+
msgid "Dark"
|
1081 |
+
msgstr "Темная"
|
1082 |
|
1083 |
+
#: includes/custom_post.php:441
|
1084 |
+
msgid "Data"
|
1085 |
+
msgstr "Данные"
|
1086 |
|
1087 |
+
#: includes/paid.php:185
|
1088 |
+
msgid "Data cache"
|
1089 |
+
msgstr "Кеш данных"
|
1090 |
|
1091 |
+
#: includes/custom_post.php:486 includes/paid.php:1689 includes/paid.php:3416
|
1092 |
+
msgid "Date"
|
1093 |
+
msgstr "Дата"
|
1094 |
|
1095 |
+
#: includes/paid.php:4094
|
1096 |
+
msgid "Date detected"
|
1097 |
+
msgstr "Дата обнаружена"
|
1098 |
|
1099 |
+
#: templates/single_filter/single_settings_elements.php:719
|
1100 |
+
msgid "Date Picker"
|
1101 |
+
msgstr "Выбор Даты"
|
1102 |
|
1103 |
+
#: includes/paid.php:2033 includes/paid.php:4015
|
1104 |
+
msgid "Date visual style"
|
1105 |
+
msgstr "Визуальный стиль даты"
|
1106 |
|
1107 |
+
#: includes/paid.php:4052
|
1108 |
+
msgid "Datepicker required specific slug for attribute/taxonomy values"
|
1109 |
+
msgstr ""
|
1110 |
+
"Выбор даты требуется определенный slug для значений атрибута/таксономии"
|
1111 |
|
1112 |
+
#: includes/paid.php:2023 includes/paid.php:4002
|
1113 |
+
msgid "Dates of the month Drop-down list"
|
1114 |
+
msgstr "Даты месяца Выпадающий список"
|
1115 |
|
1116 |
+
#: includes/paid.php:2029 includes/paid.php:4009
|
1117 |
+
msgid "Dates of the year Drop-down list"
|
1118 |
+
msgstr "Даты года Выпадающий список"
|
1119 |
|
1120 |
+
#: includes/paid.php:4106
|
1121 |
+
msgid "Day:"
|
1122 |
+
msgstr "День:"
|
1123 |
|
1124 |
+
#: addons/deprecated_filters/filter_post.php:434
|
1125 |
+
#: templates/single_filter/single_settings_elements.php:594
|
1126 |
+
#| msgid "Decimal Separator"
|
1127 |
+
msgid "Decimal separator"
|
1128 |
+
msgstr "Десятичный разделитель"
|
1129 |
|
1130 |
+
#: main.php:883
|
1131 |
+
msgid "Decode all symbols in URL to prevent errors on server side"
|
1132 |
+
msgstr ""
|
1133 |
+
"Расшифруйте все символы в URL, чтобы избежать ошибок на стороне сервера"
|
1134 |
|
1135 |
+
#: addons/deprecated_filters/filter_post.php:356
|
1136 |
+
msgid "Deep level:"
|
1137 |
+
msgstr "Уровень глубины: "
|
1138 |
|
1139 |
+
#: main.php:963 main.php:1273 includes/paid.php:1957
|
1140 |
+
#: addons/deprecated_filters/filter_post.php:228
|
1141 |
+
#: addons/deprecated_filters/filter_post.php:416
|
1142 |
+
#: addons/deprecated_filters/filter_post.php:523
|
1143 |
+
#: includes/compatibility/beaver-builder.php:19
|
1144 |
+
#: includes/compatibility/divi-theme-builder.php:35
|
1145 |
+
#: includes/compatibility/elementor-pro.php:18
|
1146 |
+
#: templates/paid/filters_group.php:29
|
1147 |
+
#: templates/settings/design_title_styles.php:24
|
1148 |
+
#: templates/settings/design_title_styles.php:38
|
1149 |
+
#: templates/settings/design_title_styles.php:43
|
1150 |
+
#: templates/settings/design_title_styles.php:51
|
1151 |
+
#: templates/settings/design_title_styles.php:65
|
1152 |
+
#: templates/settings/design_title_styles.php:70
|
1153 |
+
#: templates/settings/design_title_styles.php:78
|
1154 |
+
#: templates/settings/design_title_styles.php:92
|
1155 |
+
#: templates/settings/design_title_styles.php:97
|
1156 |
+
#: templates/single_filter/single_settings_elements.php:111
|
1157 |
+
#: templates/single_filter/single_settings_elements.php:344
|
1158 |
+
#: templates/single_filter/single_settings_elements.php:495
|
1159 |
+
#: addons/deprecated_filters/settings/design.php:57
|
1160 |
+
#: addons/deprecated_filters/settings/design.php:165
|
1161 |
+
#: addons/deprecated_filters/settings/design.php:179
|
1162 |
+
#: addons/deprecated_filters/settings/design.php:184
|
1163 |
+
#: addons/deprecated_filters/settings/design.php:421
|
1164 |
+
#: addons/deprecated_filters/settings/design.php:435
|
1165 |
+
#: addons/deprecated_filters/settings/design.php:440
|
1166 |
+
#: addons/deprecated_filters/settings/design.php:653
|
1167 |
+
#: addons/deprecated_filters/settings/design.php:658
|
1168 |
+
#: addons/deprecated_filters/settings/design.php:666
|
1169 |
+
#: addons/deprecated_filters/settings/design.php:677
|
1170 |
+
#: addons/deprecated_filters/settings/design.php:682
|
1171 |
+
#: addons/deprecated_filters/settings/design.php:722
|
1172 |
+
#: addons/deprecated_filters/settings/design.php:727
|
1173 |
+
#: addons/deprecated_filters/settings/design.php:735
|
1174 |
+
#: addons/deprecated_filters/settings/design.php:743
|
1175 |
+
#: addons/deprecated_filters/settings/design.php:748
|
1176 |
+
#: addons/deprecated_filters/settings/design.php:756
|
1177 |
+
#: addons/deprecated_filters/settings/design.php:761
|
1178 |
+
msgid "Default"
|
1179 |
+
msgstr "По умолчанию"
|
1180 |
|
1181 |
+
#: addons/separate_link/separate_vars.php:33
|
1182 |
+
msgid "Default operator for URLs"
|
1183 |
+
msgstr "Оператор по умолчанию для URL"
|
1184 |
|
1185 |
+
#: addons/separate_link/separate_vars.php:41
|
1186 |
+
msgid "Default operator will not be added to the URL"
|
1187 |
+
msgstr "Оператор по умолчанию для URL"
|
1188 |
|
1189 |
+
#: main.php:1254 includes/paid.php:415
|
1190 |
+
msgid ""
|
1191 |
+
"Default WooCommerce page are: shop page, category page, tag page, attribute "
|
1192 |
+
"page etc."
|
1193 |
+
msgstr ""
|
1194 |
+
"Страница WooCommerce по умолчанию: страница магазина, страница категории, "
|
1195 |
+
"страница тега, страница атрибута и т. д."
|
1196 |
|
1197 |
+
#: includes/paid.php:4467
|
1198 |
+
msgid "Default WordPress functionality for searching is being used."
|
1199 |
+
msgstr "Для поиска используется стандартная функция WordPress."
|
1200 |
|
1201 |
+
#: main.php:964 main.php:1275
|
1202 |
+
msgid "Delete value"
|
1203 |
+
msgstr "Удалить значение"
|
|
|
1204 |
|
1205 |
+
#: addons/deprecated_filters/deprecated_filters.php:9
|
1206 |
+
msgid "Deprecated Filters"
|
1207 |
+
msgstr "Устаревшие Фильтры"
|
1208 |
|
1209 |
+
#: includes/paid.php:4386
|
1210 |
+
msgid "Depth level"
|
1211 |
+
msgstr "Уровень глубины"
|
1212 |
|
1213 |
+
#: addons/deprecated_filters/filter_post.php:237
|
1214 |
+
#: templates/single_filter/single_settings_elements.php:139
|
1215 |
+
msgid "Descending"
|
1216 |
+
msgstr "По убывания"
|
1217 |
|
1218 |
+
#: main.php:913 addons/deprecated_filters/filter_post.php:559
|
1219 |
+
#: templates/single_filter/single_settings_elements.php:357
|
1220 |
+
msgid "Description"
|
1221 |
+
msgstr "Описание"
|
1222 |
|
1223 |
+
#: includes/functions.php:813
|
1224 |
+
msgid "Description Block"
|
1225 |
+
msgstr "Блок Описания"
|
1226 |
|
1227 |
+
#: includes/functions.php:825
|
1228 |
+
msgid "Description Block Border"
|
1229 |
+
msgstr "Граница Блока Описания"
|
1230 |
|
1231 |
+
#: includes/functions.php:849
|
1232 |
+
msgid "Description Block Text"
|
1233 |
+
msgstr "Текст Блока Описания"
|
1234 |
|
1235 |
+
#: includes/functions.php:837
|
1236 |
+
msgid "Description Block Title"
|
1237 |
+
msgstr "Название Блока Описание "
|
1238 |
|
1239 |
+
#: templates/single_filter/single_settings_elements.php:358
|
1240 |
+
msgid "Description do not displayed"
|
1241 |
+
msgstr "Не отображается описание "
|
|
|
|
|
|
|
|
|
|
|
1242 |
|
1243 |
+
#: main.php:617
|
1244 |
+
msgid "Design"
|
1245 |
+
msgstr "Дизайн"
|
1246 |
|
1247 |
+
#: main.php:667 includes/custom_post.php:405 includes/custom_post.php:741
|
1248 |
+
msgid "Desktop"
|
1249 |
+
msgstr "Персональных компьютерах "
|
1250 |
|
1251 |
+
#: main.php:664 addons/deprecated_filters/filter_post.php:685
|
1252 |
+
#: includes/compatibility/beaver-builder.php:21
|
1253 |
+
#: includes/compatibility/divi-theme-builder.php:37
|
1254 |
+
#: includes/compatibility/elementor-pro.php:20
|
1255 |
+
msgid "Disable"
|
1256 |
+
msgstr "Выключено"
|
1257 |
|
1258 |
+
#: main.php:982
|
1259 |
+
msgid "Disable admin bar"
|
1260 |
+
msgstr "Отключить админ панель"
|
1261 |
|
1262 |
+
#: main.php:788
|
1263 |
+
msgid "Disable AJAX loading"
|
1264 |
+
msgstr "Отключить загрузку AJAX"
|
|
|
|
|
1265 |
|
1266 |
+
#: main.php:854
|
1267 |
+
msgid "Disable AJAX Pagination"
|
1268 |
+
msgstr "Отключить AJAX Пагинацию"
|
1269 |
|
1270 |
+
#: main.php:975
|
1271 |
+
msgid "Disable all filters"
|
1272 |
+
msgstr "Отключить все фильтры"
|
1273 |
|
1274 |
+
#: main.php:1191
|
1275 |
+
msgid "Disable Font Awesome"
|
1276 |
+
msgstr "Отключить Font Awesome"
|
1277 |
+
|
1278 |
+
#: addons/deprecated_filters/filter_post.php:320
|
1279 |
+
#: addons/deprecated_filters/filter_post.php:486
|
1280 |
+
msgid "Disable multiple selection?"
|
1281 |
+
msgstr "Отключить множественный выбор"
|
1282 |
+
|
1283 |
+
#: main.php:986
|
1284 |
+
msgid "Disable panel in WordPress Admin Bar"
|
1285 |
+
msgstr "Отключить админ панель WordPress"
|
1286 |
|
1287 |
+
#: main.php:1019
|
1288 |
+
#| msgid "Disable redirection, when search page return only one product"
|
1289 |
+
msgid "Disable redirection, when a search returns only one product"
|
1290 |
+
msgstr ""
|
1291 |
+
"Отключить перенаправление, когда страница поиска возвращает только один "
|
1292 |
+
"продукт"
|
1293 |
+
|
1294 |
+
#: main.php:729 includes/paid.php:111 includes/paid.php:123
|
1295 |
+
#: includes/paid.php:189 includes/paid.php:225 includes/paid.php:2073
|
1296 |
+
#: includes/paid.php:3677 includes/paid.php:3927
|
1297 |
+
#: includes/paid/search_field.php:195
|
1298 |
+
#: templates/single_filter/single_settings_elements.php:280
|
1299 |
+
#: templates/single_filter/single_settings_elements.php:293
|
1300 |
+
#: templates/single_filter/single_settings_elements.php:447
|
1301 |
+
msgid "Disabled"
|
1302 |
msgstr "Отключить"
|
1303 |
|
1304 |
+
#: includes/paid.php:4360
|
1305 |
+
msgid "Display All"
|
1306 |
+
msgstr "Показать все"
|
1307 |
|
1308 |
+
#: templates/single_filter/widget_type.php:38
|
1309 |
+
msgid "Display all selected filters."
|
1310 |
+
msgstr "Показать все выбранные фильтры."
|
1311 |
|
1312 |
+
#: main.php:1274
|
1313 |
+
msgid "Display filter same as it is displayed on any other page"
|
1314 |
+
msgstr "Вывести фильтр так же как и на других страницах"
|
1315 |
+
|
1316 |
+
#: templates/paid/filters_group.php:20
|
1317 |
+
msgid "Display filters in line"
|
1318 |
+
msgstr "Выводить фильтры в линию"
|
1319 |
+
|
1320 |
+
#: templates/paid/filters_group.php:26
|
1321 |
+
msgid "Display filters in line max count"
|
1322 |
+
msgstr "Максимальное количество фильтров в линию"
|
1323 |
+
|
1324 |
+
#: templates/paid/filters_group.php:54
|
1325 |
+
msgid "Display filters on mouse over"
|
1326 |
+
msgstr "Показывать фильтры после нажатия мишкой"
|
1327 |
+
|
1328 |
+
#: templates/single_filter/single_settings_elements.php:281
|
1329 |
+
msgid "Display hierarchical"
|
1330 |
+
msgstr "Отображать иерархию"
|
1331 |
+
|
1332 |
+
#: templates/single_filter/single_settings_elements.php:282
|
1333 |
+
msgid "Display hierarchical and hide child"
|
1334 |
+
msgstr "Показать иерархию и скрыть дочерние"
|
1335 |
+
|
1336 |
+
#: includes/paid/search_field.php:87
|
1337 |
+
#, php-format
|
1338 |
+
msgctxt "display in search suggestions"
|
1339 |
+
msgid "Category %s"
|
1340 |
+
msgstr "Категория %s"
|
1341 |
+
|
1342 |
+
#: templates/paid/filters_group.php:57
|
1343 |
+
msgid "Display on mouse over and hide on mouse leave"
|
1344 |
+
msgstr "Отображение при наведении курсора мыши и скрыть при убирание курсора"
|
1345 |
+
|
1346 |
+
#: includes/paid.php:2074 includes/paid.php:3678
|
1347 |
+
msgid "Display only"
|
1348 |
+
msgstr "Показывать только"
|
1349 |
+
|
1350 |
+
#: includes/paid.php:4351
|
1351 |
+
msgid "Display only child of"
|
1352 |
+
msgstr "Показать только дочернюю"
|
1353 |
+
|
1354 |
+
#: includes/paid.php:3675
|
1355 |
+
#| msgid "Display selected values only / Remove selected values"
|
1356 |
+
msgid "Display only selected values / Remove selected values"
|
1357 |
+
msgstr "Отображать только выбранные значения / Удалить выбранные значения"
|
1358 |
+
|
1359 |
+
#: main.php:941
|
1360 |
+
msgid "Display products"
|
1361 |
+
msgstr "Показывать продукты"
|
1362 |
+
|
1363 |
+
#: main.php:767
|
1364 |
+
msgid "Display Selected Filters"
|
1365 |
+
msgstr "Показать Выбранные Фильтры"
|
1366 |
+
|
1367 |
+
#: main.php:999
|
1368 |
+
msgid "Display styles only for pages with filters"
|
1369 |
+
msgstr "Стили отображения только для страниц с фильтрами"
|
1370 |
+
|
1371 |
+
#: includes/paid.php:278
|
1372 |
+
msgid ""
|
1373 |
+
"Display tooltip with products count for a page, that will be displayed after "
|
1374 |
+
"applying filters."
|
1375 |
+
msgstr ""
|
1376 |
+
"Отображать всплывающую подсказку с количеством товара на странице, которая "
|
1377 |
+
"будет отображена после применения фильтров. "
|
1378 |
+
|
1379 |
+
#: addons/deprecated_filters/filter_post.php:482
|
1380 |
+
#: templates/single_filter/single_settings_elements.php:445
|
1381 |
+
msgid "Display value next to color/image?"
|
1382 |
+
msgstr "Вывести значение рядом с цветом/изображением?"
|
1383 |
+
|
1384 |
+
#: includes/paid.php:202
|
1385 |
msgid "Display variation data"
|
1386 |
msgstr "Отображение данных вариаций"
|
1387 |
|
1388 |
+
#: includes/paid.php:205
|
1389 |
msgid "Display variation image"
|
1390 |
msgstr "Показывать картинку вариации"
|
1391 |
|
1392 |
+
#: includes/paid.php:212
|
1393 |
msgid "Display variation price"
|
1394 |
msgstr "Показывать цену вариации"
|
1395 |
|
1396 |
+
#: includes/paid/search_field.php:86
|
1397 |
+
#, php-format
|
1398 |
+
msgctxt "displayed in search input"
|
1399 |
+
msgid "Category %s"
|
1400 |
+
msgstr "Категория %s"
|
1401 |
|
1402 |
+
#: templates/settings/tutorial_tab.php:37
|
1403 |
+
#: templates/settings/tutorial_tab.php:52
|
1404 |
+
msgid "Divi Builder"
|
1405 |
+
msgstr "Divi Builder"
|
1406 |
|
1407 |
+
#: addons/deprecated_filters/filter_post.php:709
|
1408 |
+
#: templates/single_filter/single_settings_elements.php:619
|
1409 |
+
msgid "Do not hide"
|
1410 |
+
msgstr "Не прятать"
|
1411 |
|
1412 |
+
#: main.php:953
|
1413 |
+
msgid "Do not use (price from regular/sale field)"
|
1414 |
+
msgstr "Не использовать (цена из поля обычная/скидка)"
|
|
|
|
|
|
|
|
|
1415 |
|
1416 |
+
#: templates/groups_information.php:3
|
1417 |
msgid ""
|
1418 |
+
"Do not use multiple filters with same attribute on one page! We will not "
|
1419 |
+
"guarantee normal filters works in that case."
|
1420 |
msgstr ""
|
1421 |
+
"Не используйте несколько фильтров с одинаковым атрибутом на одной странице. "
|
1422 |
+
"Мы не гарантируем нормальную работу фильтров в этом случае."
|
|
|
1423 |
|
1424 |
+
#: addons/deprecated_filters/deprecated_filters.php:133
|
1425 |
+
msgid "Do you want to disable it anyway?"
|
1426 |
+
msgstr "Вы все равно хотите его отключить?"
|
|
|
|
|
|
|
1427 |
|
1428 |
+
#: addons/deprecated_filters/filter_post.php:20
|
1429 |
+
msgid "Do you want to edit anyway?"
|
1430 |
+
msgstr "Вы хотите редактировать в любом случае?"
|
1431 |
|
1432 |
+
#: main.php:1195
|
1433 |
msgid ""
|
1434 |
+
"Don't loading css file for Font Awesome on site front end. Use it only if "
|
1435 |
+
"you doesn't uses Font Awesome icons in widgets or you have Font Awesome in "
|
1436 |
+
"your theme."
|
1437 |
msgstr ""
|
1438 |
+
"Не загружайть файл CSS для Font Awesome на сайт. Используйте его, только "
|
1439 |
+
"если вы не используете иконки Font Awesome в виджетах или у вас есть Font "
|
1440 |
+
"Awesome в вашей теме."
|
1441 |
|
1442 |
+
#: templates/single_filter/single_settings_elements.php:716
|
1443 |
+
msgid "Drop Down Menu"
|
1444 |
+
msgstr "Выпадающее меню"
|
1445 |
|
1446 |
+
#: includes/functions.php:789
|
1447 |
+
msgid "Drop-Down"
|
1448 |
+
msgstr "Выпадающий"
|
1449 |
|
1450 |
+
#: templates/single_filter/single_settings_elements.php:499
|
1451 |
+
#| msgid "Image shadow(EXPERIMENTAL)"
|
1452 |
+
msgid "Drop-shadow(EXPERIMENTAL)"
|
1453 |
+
msgstr "Тень картинки(ЭКСПЕРИМЕНТАЛЬНЫЙ)"
|
1454 |
|
1455 |
+
#: main.php:1216
|
1456 |
+
msgid "During Update:"
|
1457 |
+
msgstr "Во время обновления:"
|
1458 |
|
1459 |
+
#: templates/single_filter/widget_type.php:39
|
1460 |
+
msgid "Each filter can be clicked to reset it."
|
1461 |
+
msgstr "Каждый фильтр можно нажать, чтобы сбросить его."
|
1462 |
|
1463 |
+
#: includes/custom_post.php:119 includes/custom_post.php:644
|
1464 |
+
#: includes/new_widget.php:140 includes/new_widget.php:319
|
1465 |
+
#: templates/filters_group_simple.php:32 templates/filters_group_simple.php:57
|
1466 |
+
msgid "Edit"
|
1467 |
+
msgstr "Редактировать"
|
1468 |
|
1469 |
+
#: includes/custom_post.php:120
|
1470 |
+
msgid "Edit Filter"
|
1471 |
+
msgstr "Редактировать фильтр"
|
|
|
1472 |
|
1473 |
+
#: includes/custom_post.php:645
|
1474 |
+
msgid "Edit Filter Group"
|
1475 |
+
msgstr "Редактировать группу фильтров"
|
1476 |
|
1477 |
+
#: templates/settings/design_title_styles.php:9
|
1478 |
+
#: addons/deprecated_filters/settings/design.php:11
|
1479 |
+
#: addons/deprecated_filters/settings/design.php:26
|
1480 |
+
#: addons/deprecated_filters/settings/design.php:148
|
1481 |
+
msgid "Element"
|
1482 |
+
msgstr "Элемент"
|
1483 |
|
1484 |
+
#: templates/settings/tutorial_tab.php:42
|
1485 |
+
msgid "Elementor Builder"
|
1486 |
+
msgstr "Elementor Builder"
|
1487 |
|
1488 |
+
#: main.php:601
|
1489 |
+
msgid "Elements"
|
1490 |
+
msgstr "Элементы"
|
1491 |
|
1492 |
+
#: includes/paid.php:300
|
1493 |
+
msgid "Elements over products"
|
1494 |
+
msgstr "Элементы над продуктами"
|
1495 |
|
1496 |
+
#: includes/paid.php:152 includes/paid.php:1878
|
1497 |
+
#: templates/paid/filters_search_box.php:34
|
1498 |
+
msgid "Elements position"
|
1499 |
+
msgstr "Позиция элементов"
|
1500 |
|
1501 |
+
#: templates/single_filter/all_steps.php:32
|
1502 |
+
msgid "Empty"
|
1503 |
+
msgstr "Пустой"
|
1504 |
|
1505 |
+
#: includes/paid.php:4115
|
1506 |
+
msgid "Empty attribute/taxonomy"
|
1507 |
+
msgstr "Пустой атрибут/таксономия"
|
1508 |
|
1509 |
+
#: includes/compatibility/beaver-builder.php:20
|
1510 |
+
#: includes/compatibility/divi-theme-builder.php:36
|
1511 |
+
#: includes/compatibility/elementor-pro.php:19
|
1512 |
+
msgid "Enable"
|
1513 |
+
msgstr "Включить"
|
1514 |
|
1515 |
+
#: templates/filters_information.php:5
|
1516 |
+
#, php-format
|
1517 |
+
msgid ""
|
1518 |
+
"Enable in <strong>%s</strong> step option <strong>%s</strong> and <strong>"
|
1519 |
+
"%s</strong>"
|
1520 |
+
msgstr ""
|
1521 |
+
"Включите в <strong>%s</strong> пошаговый параметр <strong>%s</strong> и "
|
1522 |
+
"<strong>%s</strong>."
|
1523 |
|
1524 |
+
#: templates/filters_information.php:5
|
1525 |
+
#: addons/deprecated_filters/filter_post.php:453
|
1526 |
+
#: templates/single_filter/single_settings_elements.php:291
|
1527 |
+
msgid "Enable minimization option"
|
1528 |
+
msgstr "Включить опцию минимизации"
|
1529 |
+
|
1530 |
+
#: includes/paid.php:4451 addons/deprecated_filters/filter_post.php:337
|
1531 |
+
#| msgid "Enable Slider Inputs"
|
1532 |
+
msgid "Enable Slider input fields"
|
1533 |
+
msgstr "Включить Поля Слайдера"
|
1534 |
|
1535 |
+
#: includes/paid.php:244
|
1536 |
+
#| msgid ""
|
1537 |
+
#| "Enable it if slider has more than 250 values. Hierarchical taxonomy can "
|
1538 |
+
#| "work incorrect with sliders"
|
1539 |
+
msgid ""
|
1540 |
+
"Enable the setting if the slider has more than 250 values. Hierarchical "
|
1541 |
+
"taxonomy may not work correctly with sliders."
|
1542 |
+
msgstr ""
|
1543 |
+
"Включите его, если ползунок имеет более 250 значений. Иерархическая "
|
1544 |
+
"таксономия может работать некорректно с ползунками"
|
1545 |
|
1546 |
+
#: includes/paid.php:291
|
1547 |
+
msgid "enable two previous methods and use them at the same time"
|
1548 |
+
msgstr "включает два предыдущих метода и использует их одновременно"
|
1549 |
|
1550 |
+
#: main.php:730
|
1551 |
+
msgid "Enabled"
|
1552 |
+
msgstr "Включить"
|
1553 |
|
1554 |
+
#: templates/single_filter/single_settings_elements.php:294
|
1555 |
+
msgid "Enabled with arrow"
|
1556 |
+
msgstr "Включить отображение стрелки"
|
1557 |
|
1558 |
+
#: templates/single_filter/single_settings_elements.php:295
|
1559 |
+
msgid "Enabled without arrow"
|
1560 |
+
msgstr "Отключить отображение стрелки"
|
|
|
1561 |
|
1562 |
+
#: templates/single_filter/single_settings_elements.php:296
|
1563 |
+
msgid "Enabled without arrow on mobile"
|
1564 |
+
msgstr "Отключить отображение стрелки на мобильных"
|
|
|
1565 |
|
1566 |
+
#: main.php:1320
|
1567 |
+
msgid "Error:"
|
1568 |
+
msgstr "Ошибка:"
|
1569 |
|
1570 |
+
#: includes/paid.php:4054
|
1571 |
+
msgid "Example:"
|
1572 |
+
msgstr "Пример:"
|
1573 |
|
1574 |
+
#: includes/custom_post.php:199
|
1575 |
+
msgid "FAQ"
|
1576 |
+
msgstr "FAQ"
|
|
|
1577 |
|
1578 |
+
#: templates/settings/tutorial_tab.php:19
|
1579 |
+
msgid "Features"
|
1580 |
+
msgstr "Особенности"
|
1581 |
|
1582 |
+
#: includes/custom_post.php:452 includes/divi-builder.php:27
|
1583 |
+
#: includes/new_widget.php:299 includes/save_slider_data.php:117
|
1584 |
+
#: includes/visual-composer.php:26
|
1585 |
+
#: addons/deprecated_filters/display_widget.php:215
|
1586 |
+
#: addons/deprecated_filters/filter_post.php:72
|
1587 |
+
#: includes/filters/display_widget.php:219
|
1588 |
+
#: templates/settings/design_title_styles.php:74
|
1589 |
+
#: templates/single_filter/widget_type.php:8
|
1590 |
+
msgid "Filter"
|
1591 |
+
msgstr "Фильтр"
|
1592 |
|
1593 |
+
#: templates/filters_information.php:66
|
1594 |
+
msgid "Filter Additional options. You can add/change some elements for filter"
|
1595 |
+
msgstr ""
|
1596 |
+
"Фильтр Дополнительные параметры. Вы можете добавить/изменить некоторые "
|
1597 |
+
"элементы для фильтра"
|
1598 |
|
1599 |
+
#: includes/paid.php:1832 templates/filter_post_simple.php:18
|
1600 |
+
#: addons/deprecated_filters/filter_post.php:92
|
1601 |
+
#: templates/single_filter/single_settings_elements.php:46
|
1602 |
+
msgid "Filter By"
|
1603 |
+
msgstr "Фильтровать по"
|
1604 |
|
1605 |
+
#: templates/filters_information.php:62
|
1606 |
+
msgid ""
|
1607 |
+
"Filter required options.<br>Those options must be setuped, because filter "
|
1608 |
+
"can work incorrect without it."
|
1609 |
+
msgstr ""
|
1610 |
+
"Фильтруйте требуемые параметры. <br>Эти параметры необходимо настроить, "
|
1611 |
+
"поскольку фильтр может работать некорректно без него."
|
1612 |
|
1613 |
+
#: templates/filters_information.php:57
|
1614 |
+
msgid "Filter style. This option change how filter will be look like."
|
1615 |
+
msgstr "Стиль фильтра. Эта опция изменяет внешний вид фильтра."
|
1616 |
|
1617 |
+
#: templates/single_filter/all_steps.php:30
|
1618 |
+
msgid "Filter Title"
|
1619 |
+
msgstr "Название Фильтра"
|
1620 |
|
1621 |
+
#: templates/single_filter/single_settings_elements.php:181
|
1622 |
+
msgid ""
|
1623 |
+
"Filter will be displayed on same pages, but values that is displayed in "
|
1624 |
+
"filter will be limited by products that is inside selected category."
|
1625 |
+
msgstr ""
|
1626 |
+
"Фильтр будет отображаться на тех же страницах, но значения, которые "
|
1627 |
+
"отображаются в фильтре, будут ограничены товарами внутри выбранной категории."
|
1628 |
|
1629 |
+
#: main.php:634 includes/custom_post.php:767
|
1630 |
+
msgid "Filters"
|
1631 |
+
msgstr "Фильтры"
|
1632 |
|
1633 |
+
#: main.php:689
|
1634 |
+
msgid ""
|
1635 |
+
"Filters are applied in recounting attribute values; empty values are removed "
|
1636 |
+
"on the server-side"
|
1637 |
+
msgstr ""
|
1638 |
+
"Фильтры применяются при пересчете значений атрибутов; пустые значения "
|
1639 |
+
"удаляются на стороне сервера. "
|
1640 |
|
1641 |
+
#: main.php:1268
|
1642 |
+
msgid ""
|
1643 |
+
"Filters are considered while counting attribute values. Empty values are "
|
1644 |
+
"removed server side"
|
1645 |
+
msgstr ""
|
1646 |
+
"Фильтры учитываются при подсчете значений атрибутов. Пустые значения "
|
1647 |
+
"удаляются на стороне сервера"
|
1648 |
|
1649 |
+
#: main.php:1139
|
1650 |
+
msgid "Filters Description"
|
1651 |
+
msgstr "Описание Фильтров"
|
1652 |
|
1653 |
+
#: main.php:1278
|
1654 |
+
msgid ""
|
1655 |
+
"filters for same taxonomy will be displayed with single value, that same as "
|
1656 |
+
"current page (Example: On page of Product category \"Jeans\" the filter for "
|
1657 |
+
"Product category will be displayed only with the value \"Jeans\")"
|
1658 |
+
msgstr ""
|
1659 |
+
"фильтры для той же таксономии будут выведены с тем же одним значением, как "
|
1660 |
+
"на текущей странице (Например: на странице категории “Джинсы” фильтр "
|
1661 |
+
"категории товаров будет выведен только со значением “Джинсы”)."
|
1662 |
|
1663 |
+
#: main.php:1276
|
1664 |
+
msgid ""
|
1665 |
+
"filters for same taxonomy will be removed from page (Example: On page of "
|
1666 |
+
"Product category \"Jeans\" the filter for Product category will be removed)"
|
1667 |
+
msgstr ""
|
1668 |
+
"фильтры для той же таксономии будут удалены со страницы (Например: на "
|
1669 |
+
"странице категории “Джинсы” будет удален фильтр категорий товаров будет "
|
1670 |
+
"удален)."
|
1671 |
|
1672 |
+
#: templates/admin.php:3
|
1673 |
+
msgid "Filters group"
|
1674 |
+
msgstr "Группа фильтров"
|
1675 |
|
1676 |
+
#: templates/filters_group.php:12 templates/filters_group_simple.php:6
|
1677 |
+
msgid "Filters In Group"
|
1678 |
+
msgstr "Фильтры в группе"
|
1679 |
|
1680 |
+
#: includes/admin/admin_bar.php:73
|
1681 |
+
msgid "Filters not detected on page"
|
1682 |
+
msgstr "Фильтры не обнаружены на странице"
|
1683 |
|
1684 |
+
#: addons/deprecated_filters/deprecated_filters.php:121
|
1685 |
+
msgid ""
|
1686 |
+
"Filters on Front-end, how they looks and works. Some styles can differ in "
|
1687 |
+
"new version."
|
1688 |
+
msgstr ""
|
1689 |
+
"Фильтры на Front-end, как они выглядят и работают. Некоторые стили могут "
|
1690 |
+
"отличаться в новой версии."
|
1691 |
|
1692 |
+
#: templates/filters_group.php:49 templates/filters_group.php:55
|
1693 |
+
msgid "FILTERS PAGE"
|
1694 |
+
msgstr "СТРАНИЦА ФИЛЬТРОВ"
|
1695 |
|
1696 |
+
#: templates/single_filter/widget_type.php:20
|
1697 |
+
msgid ""
|
1698 |
+
"Filters will be applied to the products only after this button will be "
|
1699 |
+
"clicked."
|
1700 |
+
msgstr "Фильтры будут применены к продуктам только после нажатия этой кнопки."
|
1701 |
|
1702 |
+
#: includes/paid.php:4138
|
1703 |
+
msgid "first value, from this price"
|
1704 |
+
msgstr "первое значение, от этой цены"
|
1705 |
|
1706 |
+
#: main.php:1015
|
1707 |
+
msgid "Fix for search page"
|
1708 |
+
msgstr "Исправление для страницы поиска"
|
|
|
1709 |
|
1710 |
+
#: main.php:1007
|
1711 |
+
#| msgid "Fix for sites with AJAX"
|
1712 |
+
msgid "Fix for site with AJAX"
|
1713 |
+
msgstr "Исправление для сайтов с AJAX"
|
1714 |
|
1715 |
+
#: main.php:1031
|
1716 |
+
msgid "Fix WPEngine query issue"
|
1717 |
+
msgstr "Исправить проблему с запросом WPEngine"
|
1718 |
|
1719 |
+
#: main.php:1028
|
1720 |
+
msgid ""
|
1721 |
+
"Fixed CSS styles for Select2 (do not enable if Select2 work correct. Option "
|
1722 |
+
"can break Select2 in other plugins or themes)"
|
1723 |
+
msgstr ""
|
1724 |
+
"Исправление стилей CSS для Select2 (не включайте, если Select2 работает "
|
1725 |
+
"правильно. Опция может сломать Select2 в других плагинах или темах)"
|
1726 |
|
1727 |
+
#: main.php:1202
|
1728 |
+
msgid "Font Awesome 4"
|
1729 |
+
msgstr "Font Awesome 4"
|
1730 |
|
1731 |
+
#: main.php:1203
|
1732 |
+
msgid "Font Awesome 5"
|
1733 |
+
msgstr "Font Awesome 5"
|
1734 |
|
1735 |
+
#: main.php:1198
|
1736 |
+
msgid "Font Awesome Version"
|
1737 |
+
msgstr "Версия Font Awesome"
|
1738 |
|
1739 |
+
#: templates/settings/design_title_styles.php:14
|
1740 |
+
#: addons/deprecated_filters/settings/design.php:153
|
1741 |
+
#: addons/deprecated_filters/settings/design.php:708
|
1742 |
+
msgid "Font color"
|
1743 |
+
msgstr "Цвет шрифта"
|
1744 |
|
1745 |
+
#: addons/deprecated_filters/settings/design.php:13
|
1746 |
+
#: addons/deprecated_filters/settings/design.php:28
|
1747 |
+
msgid "Font Family"
|
1748 |
+
msgstr "Шрифт"
|
1749 |
|
1750 |
+
#: addons/deprecated_filters/settings/design.php:707
|
1751 |
+
msgid "Font size"
|
1752 |
+
msgstr "Размер шрифта"
|
1753 |
|
1754 |
+
#: addons/deprecated_filters/settings/design.php:15
|
1755 |
+
#: addons/deprecated_filters/settings/design.php:30
|
1756 |
+
msgid "Font-Size"
|
1757 |
+
msgstr "Размер шрифта"
|
1758 |
|
1759 |
+
#: addons/deprecated_filters/settings/design.php:14
|
1760 |
+
#: addons/deprecated_filters/settings/design.php:29
|
1761 |
+
msgid "Font-Weight"
|
1762 |
+
msgstr "Толщина шрифта"
|
1763 |
|
1764 |
+
#: includes/paid.php:4055
|
1765 |
+
msgid "For date"
|
1766 |
+
msgstr "Для даты"
|
1767 |
|
1768 |
+
#: templates/single_filter/single_settings_elements.php:531
|
1769 |
+
#: templates/single_filter/single_settings_elements.php:536
|
1770 |
+
msgid "From Products List"
|
1771 |
+
msgstr "Из Списка Продуктов"
|
1772 |
|
1773 |
+
#: addons/deprecated_filters/filter_post.php:413
|
1774 |
+
#: templates/single_filter/single_settings_elements.php:338
|
1775 |
+
msgid "From settings"
|
1776 |
+
msgstr "С настроек"
|
1777 |
|
1778 |
+
#: main.php:1157 main.php:1180 includes/paid.php:270
|
1779 |
+
msgid "From Theme"
|
1780 |
+
msgstr "Из Темы"
|
|
|
1781 |
|
1782 |
+
#: main.php:938
|
1783 |
+
msgid "From WooCommerce"
|
1784 |
+
msgstr "От WooCommerce"
|
1785 |
|
1786 |
+
#: main.php:597
|
1787 |
+
msgid "General"
|
1788 |
+
msgstr "Главные"
|
1789 |
|
1790 |
+
#: templates/filters_information.php:3 templates/groups_information.php:2
|
1791 |
+
msgid "Get more information on BeRocket Documentation"
|
1792 |
+
msgstr "Получить больше информации о документации BeRocket"
|
1793 |
|
1794 |
+
#: main.php:1333
|
1795 |
+
msgid "Get selectors automatically"
|
1796 |
+
msgstr "Получить селекторы автоматически"
|
1797 |
|
1798 |
+
#: main.php:1318 main.php:1329
|
1799 |
+
msgid "Gettings selectors"
|
1800 |
+
msgstr "Получение селекторов"
|
1801 |
|
1802 |
+
#: includes/divi-builder.php:71 includes/new_widget.php:120
|
1803 |
+
#: includes/paid.php:321
|
1804 |
+
msgid "Group"
|
1805 |
+
msgstr "Группа"
|
1806 |
|
1807 |
+
#: templates/filters_group.php:52
|
1808 |
+
msgid "Group do not have filters. Please add filters before save it."
|
1809 |
+
msgstr ""
|
1810 |
+
"Группа не имеет фильтров. Пожалуйста, добавьте фильтры перед сохранением."
|
1811 |
|
1812 |
+
#: includes/divi-builder.php:52 includes/visual-composer.php:45
|
1813 |
+
msgid "Group Filter"
|
1814 |
+
msgstr "Группа фильтров"
|
1815 |
|
1816 |
+
#: includes/custom_post.php:686
|
1817 |
+
msgid "Group Settings"
|
1818 |
+
msgstr "Настройки Групп"
|
|
|
1819 |
|
1820 |
+
#: templates/groups_information.php:6
|
1821 |
+
msgid "Group without any condition will be displayed on all pages"
|
1822 |
+
msgstr "Группы без условий будут отображаться на всех страницах"
|
1823 |
|
1824 |
+
#: main.php:907
|
1825 |
+
msgid "Header"
|
1826 |
+
msgstr "Заголовок"
|
|
|
1827 |
|
1828 |
+
#: templates/single_filter/single_settings_elements.php:376
|
1829 |
+
msgid "Height of the Filter Block"
|
1830 |
+
msgstr "Высота блока фильтра"
|
1831 |
|
1832 |
+
#: addons/deprecated_filters/filter_post.php:603
|
1833 |
+
msgid "Height of the Filter Block:"
|
1834 |
+
msgstr "Высота блока фильтра:"
|
1835 |
|
1836 |
+
#: includes/paid.php:582
|
1837 |
+
msgid "Hide \"Show/Hide value(s)\" button"
|
1838 |
+
msgstr "Скрыть кнопку «Показать / Скрыть значения»"
|
1839 |
|
1840 |
+
#: addons/deprecated_filters/filter_post.php:707
|
1841 |
+
#: templates/single_filter/single_settings_elements.php:617
|
1842 |
+
msgid "Hide button"
|
1843 |
+
msgstr "Скрыть кнопку"
|
1844 |
|
1845 |
+
#: main.php:713
|
1846 |
+
msgid "Hide empty widgets"
|
1847 |
+
msgstr "Скрыть пустые виджеты"
|
1848 |
|
1849 |
+
#: includes/paid.php:3818 addons/deprecated_filters/filter_post.php:296
|
1850 |
+
msgid "Hide first and last ranges without products"
|
1851 |
+
msgstr "Скрыть первые и последние диапазоны без продуктов"
|
1852 |
|
1853 |
+
#: addons/deprecated_filters/filter_post.php:465
|
1854 |
+
#: addons/deprecated_filters/filter_post.php:632
|
1855 |
+
msgid "Hide minimization arrow?"
|
1856 |
+
msgstr "Скрыть стрелку минимизации?"
|
1857 |
|
1858 |
+
#: addons/deprecated_filters/filter_post.php:710
|
1859 |
+
#: templates/single_filter/single_settings_elements.php:620
|
1860 |
+
msgid "Hide only when no filters on page"
|
1861 |
+
msgstr "Скрыть только когда нет фильтров на странице"
|
1862 |
|
1863 |
+
#: main.php:722
|
1864 |
+
msgid "Hide out of stock <br>variations"
|
1865 |
+
msgstr "Скрыть вариации, <br>которых нет в наличии"
|
1866 |
|
1867 |
+
#: main.php:781
|
1868 |
+
msgid ""
|
1869 |
+
"Hide selected filters area if nothing selected(affect only area above "
|
1870 |
+
"products)"
|
1871 |
+
msgstr ""
|
1872 |
+
"Скрыть область выбранных фильтров, если ничего не выбрано (влияет только на "
|
1873 |
+
"область над продуктами)"
|
1874 |
|
1875 |
+
#: main.php:707
|
1876 |
+
msgid "Hide selected values"
|
1877 |
+
msgstr "Скрыть выбранные значения"
|
1878 |
|
1879 |
+
#: includes/paid.php:92
|
1880 |
+
#| msgid "Hide the Show/Hide value(s) button in the filters"
|
1881 |
+
msgid "Hide the Show/Hide value(s) button in filters"
|
1882 |
+
msgstr "Скрыть кнопку Показать/Скрыть значения в фильтрах"
|
1883 |
|
1884 |
+
#: includes/custom_post.php:393
|
1885 |
+
msgid "Hide this filter on:"
|
1886 |
+
msgstr "Скрыть этот фильтр на:"
|
1887 |
|
1888 |
+
#: includes/custom_post.php:729
|
1889 |
+
msgid "Hide this group on:"
|
1890 |
+
msgstr "Скрыть эту группу на:"
|
1891 |
|
1892 |
+
#: main.php:1798 includes/filters/dynamic_data_template.php:185
|
1893 |
+
msgid "Hide value(s)"
|
1894 |
+
msgstr "Скрыть значение(я)"
|
1895 |
|
1896 |
+
#: main.php:695 main.php:1265
|
1897 |
+
msgid "Hide values"
|
1898 |
+
msgstr "Скрыть значения"
|
1899 |
|
1900 |
+
#: main.php:701
|
1901 |
+
msgid "Hide values without products"
|
1902 |
+
msgstr "Скрыть значения без продуктов"
|
|
|
1903 |
|
1904 |
+
#: main.php:735
|
1905 |
+
#| msgid ""
|
1906 |
+
#| "Hide variable products if variations with selected filters out of stock"
|
1907 |
+
msgid ""
|
1908 |
+
"Hide variable products, if variations with selected filters are out of stock"
|
1909 |
+
msgstr ""
|
1910 |
+
"Скрыть вариативные продукты, если вариаций с выбранными фильтрами нет в "
|
1911 |
+
"наличии"
|
1912 |
|
1913 |
+
#: addons/deprecated_filters/filter_post.php:711
|
1914 |
+
#: templates/single_filter/single_settings_elements.php:621
|
1915 |
+
msgid "Hide when no filters on page or page not filtered"
|
1916 |
+
msgstr "Скрыть, когда нет фильтров на странице или страница не отфильтрована"
|
1917 |
|
1918 |
+
#: templates/single_filter/single_settings_elements.php:278
|
1919 |
+
msgid "Hierarchical"
|
1920 |
+
msgstr "Иерархически"
|
|
|
1921 |
|
1922 |
+
#: includes/paid.php:1881 templates/paid/filters_search_box.php:37
|
1923 |
+
msgid "Horizontal"
|
1924 |
+
msgstr "Горизонтально"
|
|
|
1925 |
|
1926 |
+
#: main.php:1081
|
1927 |
+
msgid "Hovering over the icon"
|
1928 |
+
msgstr "Наведении курсора на иконку"
|
1929 |
|
1930 |
+
#: includes/admin/admin_bar.php:49
|
1931 |
+
msgid "How do I check filter problems?"
|
1932 |
+
msgstr "Как определить проблему с фильтрами?"
|
1933 |
|
1934 |
+
#: main.php:1335
|
1935 |
+
msgid "How it work:"
|
1936 |
+
msgstr "Как это работает:"
|
1937 |
|
1938 |
+
#: templates/filters_information.php:6
|
1939 |
+
msgid "How to add reset filters button?"
|
1940 |
+
msgstr "Как добавить кнопку сброса фильтров?"
|
1941 |
|
1942 |
+
#: templates/filters_information.php:8
|
1943 |
+
msgid ""
|
1944 |
+
"How to add update products button? (to filter products only after click on "
|
1945 |
+
"button)"
|
1946 |
+
msgstr ""
|
1947 |
+
"Как добавить кнопку обновления продуктов? (для фильтрации продуктов только "
|
1948 |
+
"после нажатия на кнопку)"
|
1949 |
|
1950 |
+
#: templates/settings/tutorial_tab.php:7
|
1951 |
+
msgid "How to configure the plugin"
|
1952 |
+
msgstr "Как настроить плагин"
|
1953 |
|
1954 |
+
#: templates/filters_information.php:4
|
1955 |
+
msgid "How to hide filter on page load?"
|
1956 |
+
msgstr "Как скрыть фильтры при загрузке страницы?"
|
1957 |
|
1958 |
+
#. URI of the plugin
|
1959 |
+
msgid ""
|
1960 |
+
"https://berocket.com/product/woocommerce-ajax-products-filter?"
|
1961 |
+
"utm_source=paid_plugin&utm_medium=plugins&utm_campaign=ajax_filters"
|
1962 |
+
msgstr ""
|
1963 |
+
"https://berocket.com/product/woocommerce-ajax-products-filter?"
|
1964 |
+
"utm_source=paid_plugin&utm_medium=plugins&utm_campaign=ajax_filters"
|
1965 |
|
1966 |
+
#. Author URI of the plugin
|
1967 |
msgid ""
|
1968 |
+
"https://berocket.com?"
|
1969 |
+
"utm_source=paid_plugin&utm_medium=plugins&utm_campaign=ajax_filters"
|
1970 |
msgstr ""
|
1971 |
+
"https://berocket.com?"
|
1972 |
+
"utm_source=paid_plugin&utm_medium=plugins&utm_campaign=ajax_filters"
|
1973 |
|
1974 |
+
#: addons/deprecated_filters/settings/design.php:155
|
1975 |
+
msgid "Icon"
|
1976 |
+
msgstr "Иконка"
|
|
|
1977 |
|
1978 |
+
#: templates/single_filter/single_settings_elements.php:426
|
1979 |
+
msgid "Icon After Title"
|
1980 |
+
msgstr "Значок После Названия"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1981 |
|
1982 |
+
#: templates/single_filter/single_settings_elements.php:436
|
1983 |
+
msgid "Icon After Value"
|
1984 |
+
msgstr "Значок После Значения"
|
1985 |
|
1986 |
+
#: templates/single_filter/single_settings_elements.php:422
|
1987 |
+
msgid "Icon Before Title"
|
1988 |
+
msgstr "Значок Перед Названием"
|
1989 |
|
1990 |
+
#: templates/single_filter/single_settings_elements.php:432
|
1991 |
+
msgid "Icon Before Value"
|
1992 |
+
msgstr "Значок Перед Значением"
|
1993 |
|
1994 |
+
#: addons/deprecated_filters/filter_post.php:542
|
1995 |
+
msgid "Icons"
|
1996 |
+
msgstr "Иконки"
|
1997 |
|
1998 |
+
#: templates/single_filter/widget_type.php:21
|
|
|
1999 |
msgid ""
|
2000 |
+
"If at least one update button displayed on the page, then all filters will "
|
2001 |
+
"be applied only after button clicked."
|
2002 |
msgstr ""
|
2003 |
+
"Если хотя бы одна кнопка обновления отображается на странице, то все фильтры "
|
2004 |
+
"будут применяться только после нажатия кнопки."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2005 |
|
2006 |
+
#: main.php:1249
|
2007 |
msgid ""
|
2008 |
+
"If product do not have variation, then it cannot be detected as out of "
|
2009 |
+
"stock/in stock and will be displayed as without this option"
|
2010 |
msgstr ""
|
2011 |
+
"Если продукт не имеет вариаций, он не может быть определен как "
|
2012 |
+
"отсутствующий/на складе и будет отображаться как без этой опции"
|
2013 |
|
2014 |
+
#: main.php:867
|
2015 |
msgid ""
|
2016 |
+
"If this option is on URL will be changed when filter is selected/changed"
|
|
|
2017 |
msgstr ""
|
2018 |
+
"Если эта опция включена, URL будет изменен при выборе/изменении фильтров"
|
|
|
2019 |
|
2020 |
+
#: addons/deprecated_filters/filter_post.php:17
|
2021 |
msgid ""
|
2022 |
+
"If you enabled old(DEPRECATED) filters addon because you have some issues "
|
2023 |
+
"with new version, then please "
|
|
|
2024 |
msgstr ""
|
2025 |
+
"Если вы включили старое (УСТАРЕЛО) дополнение фильтров из-за проблем с новой "
|
2026 |
+
"версией, пожалуйста"
|
|
|
2027 |
|
2028 |
+
#: includes/paid.php:285
|
2029 |
msgid ""
|
2030 |
+
"If you have this issue, then please contact theme developer with this issue"
|
|
|
2031 |
msgstr ""
|
2032 |
+
"Если у вас есть эта проблема, пожалуйста, свяжитесь с разработчиком темы с "
|
2033 |
+
"этой проблемой"
|
2034 |
|
2035 |
+
#: main.php:1227
|
2036 |
+
msgid "If you want to add own actions after products updated, eg: alert('1');"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2037 |
msgstr ""
|
2038 |
+
"Если вы хотите добавить собственные действия после обновления продуктов, "
|
2039 |
+
"например: alert ('1');"
|
|
|
|
|
|
|
|
|
|
|
|
|
2040 |
|
2041 |
+
#: main.php:1213
|
2042 |
+
msgid "If you want to add own actions on filter activation, eg: alert('1');"
|
|
|
|
|
2043 |
msgstr ""
|
2044 |
+
"Если вы хотите добавить собственные действия при активации фильтра, например:"
|
2045 |
+
" alert ('1');"
|
|
|
|
|
|
|
|
|
2046 |
|
2047 |
+
#: main.php:1220
|
2048 |
msgid ""
|
2049 |
+
"If you want to add own actions right on products update. You can manipulate "
|
2050 |
+
"data here, try: data.products = 'Ha!';"
|
|
|
|
|
|
|
|
|
|
|
|
|
2051 |
msgstr ""
|
2052 |
+
"Если вы хотите добавить собственные действия прямо во время обновление "
|
2053 |
+
"продуктов. Вы можете манипулировать данными здесь, попробуйте: data.products "
|
2054 |
+
"= 'Ha!';"
|
2055 |
|
2056 |
+
#: main.php:979
|
2057 |
msgid ""
|
2058 |
+
"If you want to hide filters without losing current configuration just turn "
|
2059 |
+
"them off"
|
|
|
2060 |
msgstr ""
|
2061 |
+
"Если вы хотите скрыть фильтры без потери текущей конфигурации, просто "
|
2062 |
+
"отключите их"
|
2063 |
|
2064 |
+
#: main.php:394 includes/paid.php:209 includes/paid.php:1863
|
2065 |
+
#: addons/deprecated_filters/deprecated_filters.php:64
|
2066 |
+
#: templates/single_filter/single_settings_elements.php:713
|
2067 |
+
msgid "Image"
|
2068 |
+
msgstr "Картинки"
|
2069 |
|
2070 |
+
#: includes/paid.php:284
|
2071 |
msgid ""
|
2072 |
+
"Image replace can do not work on some theme. Our plugin uses default "
|
2073 |
+
"WooCommerce functionality to replace image, but some theme do not use it."
|
2074 |
msgstr ""
|
2075 |
+
"Замена изображения может не работать на некоторых темах. Наш плагин "
|
2076 |
+
"использует функциональность WooCommerce по умолчанию для замены изображения, "
|
2077 |
+
"но некоторые темы его не используют."
|
2078 |
|
2079 |
+
#: includes/paid.php:4051
|
2080 |
+
msgid "IMPORTANT FOR DATEPICKER"
|
2081 |
+
msgstr "ВАЖНО ДЛЯ ВЫБОРА ДАТЫ"
|
|
|
|
|
2082 |
|
2083 |
+
#: main.php:1323
|
2084 |
msgid ""
|
2085 |
+
"IMPORTANT: It will generate some products on your site. Please disable all "
|
2086 |
+
"SEO plugins and plugins, that doing anything on product creating."
|
2087 |
msgstr ""
|
2088 |
+
"ВАЖНО: Он будет генерировать некоторые продукты на вашем сайте. Пожалуйста, "
|
2089 |
+
"отключите все плагины SEO и плагины, которые делают что-либо при создании "
|
2090 |
+
"продукта."
|
2091 |
|
2092 |
+
#: includes/paid.php:2262 includes/paid.php:3189
|
2093 |
+
#: includes/widget_functions.php:411
|
2094 |
+
msgid "In stock"
|
2095 |
+
msgstr "В наличии"
|
|
|
|
|
|
|
2096 |
|
2097 |
+
#: templates/include_exclude_list.php:3
|
2098 |
+
msgid "Include / Exclude List"
|
2099 |
+
msgstr "список «Включения / Исключения»"
|
2100 |
|
2101 |
+
#: addons/filtering_conditions/add_conditions.php:14
|
2102 |
+
msgid "Include sub-attributes"
|
2103 |
+
msgstr "Включить под-атрибуты"
|
2104 |
|
2105 |
+
#: main.php:995
|
2106 |
+
msgid "Incompatibility Fixes"
|
2107 |
+
msgstr "Исправления Несовместимости"
|
2108 |
|
2109 |
+
#: main.php:1123
|
2110 |
+
#| msgid "Indent option for hierarchy in Drop-Down"
|
2111 |
+
msgid "Indent for hierarchy in Drop-Down"
|
2112 |
+
msgstr "Вариант отступа для дерева дочерних"
|
2113 |
|
2114 |
+
#: addons/deprecated_filters/filter_post.php:305
|
2115 |
+
msgid "Infinity text"
|
2116 |
+
msgstr "Текст вместо знака бесконечности"
|
2117 |
+
|
2118 |
+
#: includes/custom_post.php:688
|
2119 |
+
msgid "Information"
|
2120 |
+
msgstr "Информация"
|
2121 |
+
|
2122 |
+
#: templates/settings/tutorial_tab.php:12
|
2123 |
+
msgid "Installation and Activation"
|
2124 |
+
msgstr "Установка и активация"
|
2125 |
+
|
2126 |
+
#: includes/paid/search_field.php:205
|
2127 |
+
msgid "JavaScript"
|
2128 |
+
msgstr "JavaScript"
|
2129 |
+
|
2130 |
+
#: main.php:621
|
2131 |
+
msgid "JavaScript/CSS"
|
2132 |
+
msgstr "JavaScript/CSS"
|
2133 |
+
|
2134 |
+
#: includes/functions.php:777
|
2135 |
+
msgid "Label(checkbox/radio)"
|
2136 |
+
msgstr "Этикетка(флажок/радио)"
|
2137 |
+
|
2138 |
+
#: main.php:965 main.php:1277
|
2139 |
+
msgid "Leave only one value"
|
2140 |
+
msgstr "Оставьте только одно значение"
|
2141 |
+
|
2142 |
+
#: templates/single_filter/single_settings_elements.php:449
|
2143 |
+
msgid "Left"
|
2144 |
+
msgstr "Слева"
|
2145 |
+
|
2146 |
+
#: main.php:639
|
2147 |
+
msgid "License"
|
2148 |
+
msgstr "Лицензия"
|
2149 |
+
|
2150 |
+
#: main.php:1145 main.php:1168 includes/paid.php:259
|
2151 |
+
msgid "Light"
|
2152 |
+
msgstr "Светлая"
|
2153 |
+
|
2154 |
+
#: templates/single_filter/single_settings_elements.php:168
|
2155 |
+
msgid "Limit by category:"
|
2156 |
+
msgstr "Ограничение по категории:"
|
2157 |
+
|
2158 |
+
#: templates/single_filter/single_settings_elements.php:164
|
2159 |
+
#| msgid "Limit filter values by products from selected category"
|
2160 |
+
msgid "Limit filter values by products from the selected category"
|
2161 |
+
msgstr "Ограничить значения фильтра по продуктам из выбранной категории"
|
2162 |
+
|
2163 |
+
#: addons/deprecated_filters/settings/design.php:639
|
2164 |
+
msgid "Line border color"
|
2165 |
+
msgstr "Цвет границы линии"
|
2166 |
+
|
2167 |
+
#: addons/deprecated_filters/settings/design.php:640
|
2168 |
+
msgid "Line border width"
|
2169 |
+
msgstr "Ширина границы линии"
|
2170 |
+
|
2171 |
+
#: addons/deprecated_filters/settings/design.php:636
|
2172 |
+
msgid "Line color"
|
2173 |
+
msgstr "Цвет линии"
|
2174 |
+
|
2175 |
+
#: addons/deprecated_filters/settings/design.php:638
|
2176 |
+
msgid "Line height"
|
2177 |
+
msgstr "Высота линии"
|
2178 |
+
|
2179 |
+
#: addons/separate_link/separate_link.php:9
|
2180 |
+
msgid "Link like WooCommerce (BETA)"
|
2181 |
+
msgstr "Ссылка как у WooCommerce (БЕТА)"
|
2182 |
+
|
2183 |
+
#: addons/separate_link/separate_link.php:10
|
2184 |
+
msgid ""
|
2185 |
+
"Links after filtering will look like Woocommerce.<br>\n"
|
2186 |
+
" <i>Example:</i><br><span style=\"color: #aaf;\">https://example."
|
2187 |
+
"com/shop/?pa-color=bronze,green&pa-product_cat_operator=or&pa-"
|
2188 |
+
"product_cat=dress</span>\n"
|
2189 |
+
" <a class=\"button\" href=\"https://docs.berocket."
|
2190 |
+
"com/docs_section/link-like-woocommerce-beta\" target=\"_blank\">Read more</a>"
|
2191 |
msgstr ""
|
2192 |
+
"Ссылки после фильтрации будут выглядеть как Woocommerce.<br>\n"
|
2193 |
+
" <i>Example:</i><br><span style=\"color: #aaf;\">https://example."
|
2194 |
+
"com/shop/?pa-color=bronze,green&pa-product_cat_operator=or&pa-"
|
2195 |
+
"product_cat=dress</span>\n"
|
2196 |
+
" <a class=\"button\" href=\"https://docs.berocket."
|
2197 |
+
"com/docs_section/link-like-woocommerce-beta\" target=\"_blank\">Read more</a>"
|
2198 |
|
2199 |
+
#: main.php:1041
|
2200 |
+
msgid "Loading icon"
|
2201 |
+
msgstr "Иконка загрузки"
|
2202 |
|
2203 |
+
#: main.php:1047
|
2204 |
+
msgid "Loading icon text"
|
2205 |
+
msgstr "Текст возле иконки загрузки"
|
2206 |
|
2207 |
+
#: includes/functions.php:2662
|
2208 |
+
msgid "Loading..."
|
2209 |
+
msgstr "Загрузка..."
|
2210 |
+
|
2211 |
+
#: includes/new_widget.php:296 templates/filters_group.php:23
|
2212 |
+
#: templates/filter_post_simple.php:132
|
2213 |
+
msgid "Manage filters"
|
2214 |
+
msgstr "Управление фильтрами"
|
2215 |
+
|
2216 |
+
#: includes/new_widget.php:113 templates/filters_group_simple.php:43
|
2217 |
+
msgid "Manage groups"
|
2218 |
+
msgstr "Управление группами"
|
2219 |
+
|
2220 |
+
#: addons/deprecated_filters/filter_post.php:573
|
2221 |
+
msgid "Max Font Size:"
|
2222 |
+
msgstr "Максимальный Размер Шрифта: "
|
2223 |
+
|
2224 |
+
#: addons/deprecated_filters/filter_post.php:577
|
2225 |
+
msgid "Max Tags Count:"
|
2226 |
+
msgstr "Максимальное Количество Тегов: "
|
2227 |
+
|
2228 |
+
#: main.php:891
|
2229 |
+
msgid "Meta Description, Page title and Page Header with filters"
|
2230 |
+
msgstr "Мета Описание, Заголовок Страницы и Заголовок Страницы с фильтрами"
|
2231 |
+
|
2232 |
+
#: addons/deprecated_filters/filter_post.php:569
|
2233 |
+
msgid "Min Font Size:"
|
2234 |
+
msgstr "Минимальный Размер Шрифта: "
|
2235 |
+
|
2236 |
+
#: templates/paid/filters_group.php:41
|
2237 |
+
msgid "Min Width for Filter"
|
2238 |
+
msgstr "Минимальная ширина фильтра"
|
2239 |
+
|
2240 |
+
#: addons/deprecated_filters/filter_post.php:459
|
2241 |
+
#: addons/deprecated_filters/filter_post.php:638
|
2242 |
+
#: templates/single_filter/single_settings_elements.php:303
|
2243 |
+
msgid "Minimize the widget on load?"
|
2244 |
+
msgstr "Минимизировать виджет при загрузке?"
|
2245 |
+
|
2246 |
+
#: templates/filters_information.php:5
|
2247 |
+
#| msgid "Hide this widget on load?"
|
2248 |
+
msgid "Minimize this widget on load?"
|
2249 |
+
msgstr "Скрыть этот виджет при загрузке?"
|
2250 |
+
|
2251 |
+
#: main.php:666 includes/custom_post.php:397 includes/custom_post.php:733
|
2252 |
+
msgid "Mobile"
|
2253 |
+
msgstr "Мобильных"
|
2254 |
+
|
2255 |
+
#: main.php:665
|
2256 |
+
msgid "Mobile and Desktop"
|
2257 |
+
msgstr "Мобильные и Персональные Компьютеры"
|
2258 |
+
|
2259 |
+
#: includes/paid.php:4105
|
2260 |
+
msgid "Month:"
|
2261 |
+
msgstr "Месяц:"
|
2262 |
+
|
2263 |
+
#: addons/deprecated_filters/filter_post.php:401
|
2264 |
+
msgid "Multiple select"
|
2265 |
+
msgstr "Множественный выбор"
|
2266 |
+
|
2267 |
+
#: addons/deprecated_filters/settings/design.php:59
|
2268 |
+
#: addons/deprecated_filters/settings/design.php:71
|
2269 |
+
#: addons/deprecated_filters/settings/design.php:112
|
2270 |
+
#: addons/deprecated_filters/settings/design.php:119
|
2271 |
+
#: addons/deprecated_filters/settings/design.php:134
|
2272 |
+
msgid "N/A"
|
2273 |
+
msgstr "Н/Д"
|
2274 |
+
|
2275 |
+
#: includes/paid.php:4092
|
2276 |
+
msgid "Name"
|
2277 |
+
msgstr "Имя"
|
2278 |
+
|
2279 |
+
#: templates/filters_group_simple.php:42 templates/filter_post_simple.php:131
|
2280 |
+
msgid "Need more options? Create it on "
|
2281 |
+
msgstr "Нужно больше опций? Создайте на странице "
|
2282 |
+
|
2283 |
+
#: addons/filtering_conditions/add_conditions.php:50
|
2284 |
+
#: addons/filtering_conditions/filtering_conditions.php:9
|
2285 |
+
msgid "Nested Filters (BETA)"
|
2286 |
+
msgstr "Условия после фильтрации (БЕТА)"
|
2287 |
+
|
2288 |
+
#: includes/custom_post.php:121
|
2289 |
+
msgid "New Filter"
|
2290 |
+
msgstr "Новый фильтр"
|
2291 |
+
|
2292 |
+
#: includes/custom_post.php:646
|
2293 |
+
msgid "New Filter Group"
|
2294 |
+
msgstr "Новая группа фильтров"
|
2295 |
+
|
2296 |
+
#: includes/paid.php:136
|
2297 |
+
msgid "Nice URLs"
|
2298 |
+
msgstr "Хорошие URLs"
|
2299 |
+
|
2300 |
+
#: includes/paid.php:4479
|
2301 |
+
msgid "Nice URLs settings"
|
2302 |
+
msgstr "Настройки хороших URLs"
|
2303 |
+
|
2304 |
+
#: templates/filters_group.php:48
|
2305 |
+
msgid "No one filters was created. Please create filters first"
|
2306 |
+
msgstr "Ни один фильтр не был создан. Пожалуйста, сначала создайте фильтры"
|
2307 |
+
|
2308 |
+
#: includes/custom_post.php:650
|
2309 |
+
msgid "No Product Filter Groups found"
|
2310 |
+
msgstr "Группы фильтров товаров не найдены"
|
2311 |
+
|
2312 |
+
#: includes/custom_post.php:651
|
2313 |
+
msgid "No Product Filter Groups found in trash"
|
2314 |
+
msgstr "Группы товаров не найдены в корзине"
|
2315 |
+
|
2316 |
+
#: includes/custom_post.php:125
|
2317 |
+
msgid "No Product Filters found"
|
2318 |
+
msgstr "Нет продуктов после фильтрации"
|
2319 |
+
|
2320 |
+
#: includes/custom_post.php:126
|
2321 |
+
msgid "No Product Filters found in trash"
|
2322 |
+
msgstr "Фильтры товаров не найдены в корзине"
|
2323 |
+
|
2324 |
+
#: addons/custom_sidebar/sidebar_include.php:121
|
2325 |
+
msgid "No Shadow"
|
2326 |
+
msgstr "Без тени"
|
2327 |
+
|
2328 |
+
#: includes/paid/search_field.php:235
|
2329 |
+
msgid "No, exclude other filters and disable after search"
|
2330 |
+
msgstr "Нет, исключить другие фильтры и отключить после поиска"
|
2331 |
+
|
2332 |
+
#: addons/deprecated_filters/filter_post.php:26
|
2333 |
+
msgid "No, return back"
|
2334 |
+
msgstr "No, return back"
|
2335 |
+
|
2336 |
+
#: addons/deprecated_filters/deprecated_filters.php:140
|
2337 |
+
msgid "No, turn it back"
|
2338 |
+
msgstr "Нет, вернитесь обратно"
|
2339 |
+
|
2340 |
+
#: addons/deprecated_filters/filter_post.php:370
|
2341 |
+
msgid "None"
|
2342 |
+
msgstr "Нет"
|
2343 |
+
|
2344 |
+
#: main.php:1103 main.php:1114
|
2345 |
+
msgid "Normal"
|
2346 |
+
msgstr "Нормальная"
|
2347 |
+
|
2348 |
+
#: includes/paid.php:2299 includes/paid.php:3194
|
2349 |
+
msgid "Not on sale"
|
2350 |
+
msgstr "Не на распродаже"
|
2351 |
+
|
2352 |
+
#: main.php:1800
|
2353 |
+
msgid "Nothing is selected"
|
2354 |
+
msgstr "Ничего не выбрано"
|
2355 |
+
|
2356 |
+
#: includes/custom_post.php:434
|
2357 |
+
msgid "Now you can use saved filters in widgets"
|
2358 |
+
msgstr "Теперь Вы можете использовать сохраненные фильтры в виджетах"
|
2359 |
+
|
2360 |
+
#: addons/deprecated_filters/filter_post.php:412
|
2361 |
+
#: templates/single_filter/single_settings_elements.php:337
|
2362 |
+
#| msgid "Number of Attribute Values"
|
2363 |
+
msgid "Number of Attribute values"
|
2364 |
+
msgstr "Количество Значений Атрибутов"
|
2365 |
+
|
2366 |
+
#: main.php:653
|
2367 |
+
#| msgid ""
|
2368 |
+
#| "Attribute Values count that will be displayed. Other values will be "
|
2369 |
+
#| "hidden and can be displayed by pressing the button. Option <strong>Hide "
|
2370 |
+
#| "the Show/Hide value(s) button in the filters</strong> must be disabled"
|
2371 |
msgid ""
|
2372 |
+
"Number of Attribute values that will be displayed. Other values will be "
|
2373 |
+
"hidden and can be displayed by pressing the button. Option <strong>Hide the "
|
2374 |
+
"Show/Hide value(s) button in the filters</strong> must be disabled"
|
2375 |
msgstr ""
|
2376 |
+
"Количество значений атрибутов, которое будет отображаться. Другие значения "
|
2377 |
+
"будут скрыты и могут быть отображены нажатием кнопки. Опция <strong>Скрыть "
|
2378 |
+
"кнопку Показать/скрыть значения в фильтрах</strong> должна быть отключена"
|
|
|
2379 |
|
2380 |
+
#: addons/deprecated_filters/filter_post.php:438
|
2381 |
+
#: templates/single_filter/single_settings_elements.php:597
|
2382 |
+
msgid "Number of digits after decimal point"
|
2383 |
+
msgstr "Количества цифр после запятой"
|
2384 |
+
|
2385 |
+
#: addons/deprecated_filters/filter_post.php:229
|
2386 |
+
#: templates/single_filter/single_settings_elements.php:119
|
2387 |
+
msgid "Numeric"
|
2388 |
+
msgstr "Числовая"
|
2389 |
+
|
2390 |
+
#: includes/paid.php:4091
|
2391 |
+
msgid "OK"
|
2392 |
+
msgstr "ОК"
|
2393 |
+
|
2394 |
+
#: main.php:968
|
2395 |
msgid ""
|
2396 |
+
"On Category, Tag, Attribute page filter for it will remove value or leave "
|
2397 |
+
"only one value"
|
2398 |
+
msgstr ""
|
2399 |
+
"На странице категории, тега, атрибута значения в фильтра для них будут "
|
2400 |
+
"удалены или останется только одно значение"
|
2401 |
+
|
2402 |
+
#: main.php:1272
|
2403 |
+
msgid ""
|
2404 |
+
"On products archive page (attribute/category/tag pages) change how filters "
|
2405 |
+
"for the same taxonomy (attribute/category/tag) are displayed."
|
2406 |
+
msgstr ""
|
2407 |
+
"На странице архива товаров (страницы атрибута/категории/тегов) измените "
|
2408 |
+
"способ вывода фильтров для той же таксономии (атрибут/категория/тег)."
|
2409 |
+
|
2410 |
+
#: includes/paid.php:2291 includes/paid.php:3193
|
2411 |
+
msgid "On sale"
|
2412 |
+
msgstr "На распродаже"
|
2413 |
+
|
2414 |
+
#: main.php:1003
|
2415 |
+
#| msgid "On some sites it can cause some visual problem on page loads"
|
2416 |
+
msgid "On some sites it can cause visual problems on page load"
|
2417 |
+
msgstr ""
|
2418 |
+
"На некоторых сайтах это может вызвать некоторые визуальные проблемы при "
|
2419 |
+
"загрузке страниц."
|
2420 |
+
|
2421 |
+
#: main.php:949
|
2422 |
+
msgid "Only Standard tax rates will be applied for prices"
|
2423 |
+
msgstr "Только стандартные налоговые ставки будут применяться к ценам"
|
2424 |
+
|
2425 |
+
#: templates/paid/filters_group.php:50
|
2426 |
+
msgid ""
|
2427 |
+
"Only title will be visible. Filter will be displayed after click on title "
|
2428 |
+
"and hide after click everywhere else"
|
2429 |
+
msgstr ""
|
2430 |
+
"Только название будет видно. Фильтр будет отображаться после нажатия на "
|
2431 |
+
"название и скрываться после нажатия в другом месте"
|
2432 |
+
|
2433 |
+
#: templates/filter_post_simple.php:121
|
2434 |
+
#: addons/deprecated_filters/filter_post.php:219
|
2435 |
+
#: templates/single_filter/single_settings_elements.php:319
|
2436 |
+
msgid "Operator"
|
2437 |
+
msgstr "Оператор"
|
2438 |
+
|
2439 |
+
#: templates/single_filter/single_settings_elements.php:180
|
2440 |
+
msgid "Option does not hide filters on pages."
|
2441 |
+
msgstr "Опция не скрывает фильтры на страницах. "
|
2442 |
+
|
2443 |
+
#: includes/paid.php:280
|
2444 |
+
msgid ""
|
2445 |
+
"Option uses Tippy script. It may not be compatible with some other plugins "
|
2446 |
+
"that also use Tippy script."
|
2447 |
+
msgstr ""
|
2448 |
+
"Опция использует скрипт Tippy. Он может быть несовместим с некоторыми "
|
2449 |
+
"другими плагинами, которые также используют этот скрипт. "
|
2450 |
+
|
2451 |
+
#: addons/separate_link/separate_vars.php:37
|
2452 |
+
#: templates/single_filter/single_settings_elements.php:321
|
2453 |
+
msgid "OR"
|
2454 |
+
msgstr "ИЛИ"
|
2455 |
+
|
2456 |
+
#: addons/deprecated_filters/filter_post.php:235
|
2457 |
+
msgid "Order Type"
|
2458 |
+
msgstr "Тип сортировки"
|
2459 |
+
|
2460 |
+
#: includes/paid.php:2270 includes/paid.php:3190
|
2461 |
+
#: includes/widget_functions.php:412
|
2462 |
+
msgid "Out of stock"
|
2463 |
+
msgstr "Нет в наличии"
|
2464 |
+
|
2465 |
+
#: templates/groups_information.php:4
|
2466 |
+
msgid ""
|
2467 |
+
"P.S. No, using sub-categories for different filters is not normal. Please "
|
2468 |
+
"use attributes instead"
|
2469 |
+
msgstr ""
|
2470 |
+
"P.S. Нет, использовать подкатегории для разных фильтров не нормально. "
|
2471 |
+
"Пожалуйста используйте атрибуты вместо этого"
|
2472 |
+
|
2473 |
+
#: templates/settings/tutorial_tab.php:34
|
2474 |
+
msgid "Page Builders Compatibility"
|
2475 |
+
msgstr "Совместимость с конструктором страницы"
|
2476 |
+
|
2477 |
+
#: main.php:959
|
2478 |
+
msgid "Page same as filter"
|
2479 |
+
msgstr "Страница такая же как фильтр"
|
2480 |
+
|
2481 |
+
#: includes/paid.php:1959 includes/paid.php:3929
|
2482 |
+
msgid "Parent"
|
2483 |
+
msgstr "Родитель"
|
2484 |
+
|
2485 |
+
#: includes/paid.php:191
|
2486 |
+
msgid "Persistent Cache Plugins"
|
2487 |
+
msgstr "Плагины Постоянного Кэширования"
|
2488 |
+
|
2489 |
+
#: templates/single_filter/single_settings_elements.php:328
|
2490 |
+
msgid "Placeholder Text"
|
2491 |
+
msgstr "Текст параметра placeholder"
|
2492 |
+
|
2493 |
+
#: addons/deprecated_filters/deprecated_filters.php:119
|
2494 |
+
msgid ""
|
2495 |
+
"Please check this on addon deactivation (it will be deactivated when "
|
2496 |
+
"settings saved)."
|
2497 |
+
msgstr ""
|
2498 |
+
"Пожалуйста, отметьте это при деактивации дополнения (она будет "
|
2499 |
+
"деактивирована при сохранении настроек)."
|
2500 |
+
|
2501 |
+
#: main.php:1258
|
2502 |
+
msgid "Please read this before asking support."
|
2503 |
+
msgstr "Пожалуйста, прочитайте это, прежде чем обратится в поддержку."
|
2504 |
+
|
2505 |
+
#: addons/deprecated_filters/filter_post.php:16
|
2506 |
+
msgid ""
|
2507 |
+
"Plugin do not have feature to move it back to old(DEPRECATED) version "
|
2508 |
+
"automatically."
|
2509 |
msgstr ""
|
2510 |
+
"Плагин не имеет функции для его автоматического возврата к старой "
|
2511 |
+
"(УСТАРЕВШЕЙ) версии."
|
2512 |
|
2513 |
+
#: main.php:1261
|
2514 |
msgid ""
|
2515 |
+
"plugin do not recount anything. Only attribute values, that do not have "
|
2516 |
+
"products for full shop will be removed (fastest variant)"
|
2517 |
msgstr ""
|
2518 |
+
"плагин ничего не пересчитывает. Будут удалены только те атрибуты, у которых "
|
2519 |
+
"нет товаров для полного магазина (самый быстрый вариант)"
|
2520 |
|
2521 |
+
#: main.php:1263
|
2522 |
msgid ""
|
2523 |
+
"plugin recount products for attribute values based on page where displayed. "
|
2524 |
+
"Attribute values, that do not have products for current page will be removed"
|
2525 |
msgstr ""
|
2526 |
+
"плагин пересчитывать продукты для значений атрибутов на основной страницы, "
|
2527 |
+
"где отображается. Значения атрибутов, у которых нет товаров для текущей "
|
2528 |
+
"страницы, будут удалены"
|
2529 |
|
2530 |
+
#: main.php:1269
|
|
|
2531 |
msgid ""
|
2532 |
+
"plugin recount products on page load and after filtering. All empty values "
|
2533 |
+
"will be removed based on page and selected filters"
|
|
|
2534 |
msgstr ""
|
2535 |
+
"плагин пересчитывает продукты при загрузке страницы и после фильтрации. Все "
|
2536 |
+
"пустые значения будут удалены в выбранных фильтрах на основной странице"
|
|
|
2537 |
|
2538 |
+
#: main.php:1265
|
2539 |
msgid ""
|
2540 |
+
"plugin recount products only after filtering. Only attribute values, that do "
|
2541 |
+
"not have products for full shop will be removed. You can hide other empty "
|
2542 |
+
"values after filtering with help of option"
|
2543 |
msgstr ""
|
2544 |
+
"Плагин пересчитывает товары только после фильтрации. Будут удалены только те "
|
2545 |
+
"значения атрибутов, у которых нет товаров для полного магазина. Вы можете "
|
2546 |
+
"скрыть другие пустые значения после фильтрации с помощью опции"
|
2547 |
|
2548 |
+
#: main.php:1118
|
2549 |
+
msgid "Position on Image:"
|
2550 |
+
msgstr "Позиция на картинке:"
|
2551 |
|
2552 |
+
#: main.php:1108
|
2553 |
+
msgid "Position:"
|
2554 |
+
msgstr "Позиция:"
|
2555 |
|
2556 |
+
#: includes/custom_post.php:482 includes/paid.php:216
|
2557 |
+
#: addons/deprecated_filters/filter_post.php:142
|
2558 |
+
#: includes/filters/display_widget.php:448
|
2559 |
+
#: templates/single_filter/single_settings_elements.php:646
|
2560 |
+
msgid "Price"
|
2561 |
+
msgstr "Цена"
|
2562 |
+
|
2563 |
+
#: includes/custom_post.php:484 includes/custom_post.php:557
|
2564 |
+
#: includes/paid.php:430 includes/save_slider_data.php:48
|
2565 |
+
#: addons/deprecated_filters/display_widget.php:149
|
2566 |
+
#: addons/deprecated_filters/filter_post.php:105
|
2567 |
+
#: includes/filters/display_widget.php:150
|
2568 |
+
#: templates/single_filter/single_settings_elements.php:671
|
2569 |
+
msgid "Product Category"
|
2570 |
+
msgstr "Категории продуктов"
|
2571 |
+
|
2572 |
+
#: addons/deprecated_filters/filter_post.php:680
|
2573 |
+
msgid "Product Category Value Limitation"
|
2574 |
+
msgstr "Ограничение Отображения по Категориям"
|
2575 |
+
|
2576 |
+
#: addons/deprecated_filters/filter_post.php:362
|
2577 |
+
msgid "Product Category:"
|
2578 |
+
msgstr "Категории Продуктов: "
|
2579 |
+
|
2580 |
+
#: addons/deprecated_filters/settings/design.php:703
|
2581 |
+
msgid "Product count description before filtering with Apply Filters button"
|
2582 |
msgstr ""
|
2583 |
+
"Описание количества товаров перед фильтрацией с кнопкой «Кнопка Фильтрации "
|
2584 |
+
"Продуктов»"
|
2585 |
|
2586 |
+
#: includes/custom_post.php:112 includes/custom_post.php:114
|
2587 |
+
#: includes/custom_post.php:115
|
2588 |
+
msgid "Product Filter"
|
2589 |
+
msgstr "Фильтры продуктов"
|
2590 |
|
2591 |
+
#: includes/custom_post.php:637 includes/custom_post.php:639
|
2592 |
+
#: includes/custom_post.php:640
|
2593 |
+
msgid "Product Filter Group"
|
2594 |
+
msgstr "Группы фильтров продуктов"
|
2595 |
|
2596 |
+
#: includes/custom_post.php:197
|
2597 |
+
msgid "Product Filter Settings"
|
2598 |
+
msgstr "Настройки Фильтра Продуктов"
|
|
|
2599 |
|
2600 |
+
#: main.php:69
|
2601 |
+
msgid "Product Filters"
|
2602 |
+
msgstr "Фильтры Продуктов"
|
|
|
2603 |
|
2604 |
+
#: includes/custom_post.php:489
|
2605 |
+
#: addons/deprecated_filters/deprecated_filters.php:160
|
2606 |
+
msgid "Product sub-categories"
|
2607 |
+
msgstr "Подкатегории Продуктов"
|
2608 |
|
2609 |
+
#: includes/paid/search_field.php:196
|
2610 |
+
msgid "Products"
|
2611 |
+
msgstr "Товары"
|
2612 |
|
2613 |
+
#: main.php:1801
|
2614 |
+
msgid "products"
|
2615 |
+
msgstr "товары"
|
2616 |
|
2617 |
+
#: includes/paid/search_field.php:198
|
2618 |
+
msgid "Products and Categories"
|
2619 |
+
msgstr "Товары и категории"
|
2620 |
|
2621 |
+
#: includes/paid.php:253
|
2622 |
+
msgid "Products Count Before Update"
|
2623 |
+
msgstr "Количество Продуктов Перед Обновлением"
|
2624 |
|
2625 |
+
#: includes/paid.php:3857
|
2626 |
+
msgid "Products count per attribute value style"
|
2627 |
+
msgstr "Количество товара на стиль значений атрибутов "
|
|
|
|
|
|
|
|
|
2628 |
|
2629 |
+
#: main.php:841
|
2630 |
+
msgid "Products Pagination Selector"
|
2631 |
+
msgstr "Селектор Пагинации Продуктов"
|
|
|
|
|
|
|
|
|
2632 |
|
2633 |
+
#: main.php:934
|
2634 |
+
#| msgid "Products Per Page"
|
2635 |
+
msgid "Products per page"
|
2636 |
+
msgstr "Продукты на странице"
|
|
|
2637 |
|
2638 |
+
#: main.php:809
|
2639 |
+
msgid "Products Quantity Selector"
|
2640 |
+
msgstr "Селектор Количества Продуктов"
|
|
|
|
|
|
|
|
|
2641 |
|
2642 |
+
#: main.php:800
|
2643 |
+
msgid "Products Selector"
|
2644 |
+
msgstr "Селектор Продуктов"
|
|
|
|
|
|
|
|
|
2645 |
|
2646 |
+
#: main.php:822
|
2647 |
+
msgid "Products Sorting Selector"
|
2648 |
+
msgstr "Селектор Сортировки Продуктов"
|
2649 |
+
|
2650 |
+
#: main.php:1348 main.php:1362
|
2651 |
+
msgid "Purge Cache"
|
2652 |
+
msgstr "Очистить Кэш"
|
2653 |
+
|
2654 |
+
#: includes/paid/search_field.php:216
|
2655 |
+
msgid "px"
|
2656 |
+
msgstr "px"
|
2657 |
+
|
2658 |
+
#: main.php:676
|
2659 |
+
msgid "px from products top."
|
2660 |
+
msgstr "px от продуктов сверху"
|
2661 |
+
|
2662 |
+
#: main.php:391 includes/paid.php:1861
|
2663 |
+
#: addons/deprecated_filters/deprecated_filters.php:61
|
2664 |
+
#: addons/deprecated_filters/settings/design.php:417
|
2665 |
+
msgid "Radio"
|
2666 |
+
msgstr "Переключатель"
|
2667 |
+
|
2668 |
+
#: includes/paid.php:502 includes/paid.php:1707
|
2669 |
+
msgid "Ranges"
|
2670 |
+
msgstr "Диапазон"
|
2671 |
+
|
2672 |
+
#: includes/paid.php:3807 addons/deprecated_filters/filter_post.php:279
|
2673 |
+
msgid "Ranges: 1,100,200,1000"
|
2674 |
+
msgstr "Диапазон: 1,100,200,1000"
|
2675 |
+
|
2676 |
+
#: includes/custom_post.php:488 includes/custom_post.php:564
|
2677 |
+
#: includes/save_slider_data.php:55
|
2678 |
+
#: addons/deprecated_filters/display_widget.php:156
|
2679 |
+
#: addons/deprecated_filters/filter_post.php:112
|
2680 |
+
#: includes/filters/display_widget.php:157
|
2681 |
+
#: templates/single_filter/single_settings_elements.php:682
|
2682 |
+
msgid "Rating"
|
2683 |
+
msgstr "Рейтинг"
|
2684 |
+
|
2685 |
+
#: main.php:862
|
2686 |
+
msgid "Refresh URL when filtering"
|
2687 |
+
msgstr "Обновлять URL при фильтрации"
|
2688 |
+
|
2689 |
+
#: includes/paid.php:221
|
2690 |
+
#| msgid "Remember variation options"
|
2691 |
+
msgid "Remember variation<br>options"
|
2692 |
+
msgstr "Запомнить выбор вариации"
|
2693 |
+
|
2694 |
+
#: includes/paid.php:2075 includes/paid.php:3679
|
2695 |
+
msgid "Remove"
|
2696 |
+
msgstr "Удалить"
|
2697 |
+
|
2698 |
+
#: main.php:1262
|
2699 |
+
msgid "Remove empty values based on page(category/tag/etc)"
|
2700 |
msgstr ""
|
2701 |
+
"Удалить пустые значения на основных страницах (категорий/тегов/и т. д.)"
|
|
|
|
|
2702 |
|
2703 |
+
#: main.php:1266
|
2704 |
msgid ""
|
2705 |
+
"Remove empty values based on page(category/tag/etc). Filters are considered "
|
2706 |
+
"while counting attribute values and empty values based on filters are hidden"
|
2707 |
msgstr ""
|
2708 |
+
"Удалить пустые значения на основных страницах (категорий/тегов/и т. д.). "
|
2709 |
+
"Фильтры учитываются при подсчете значений атрибутов, а пустые значения на "
|
2710 |
+
"основе фильтров скрыты"
|
2711 |
|
2712 |
+
#: main.php:1319 main.php:1330
|
2713 |
+
msgid "Removing products"
|
2714 |
+
msgstr "Удаление продуктов"
|
2715 |
|
2716 |
+
#: includes/paid.php:226 includes/paid.php:289
|
2717 |
+
msgid "Replace Product URL"
|
2718 |
+
msgstr "Заменить адрес страницы товара "
|
2719 |
|
2720 |
+
#: includes/paid.php:3827 addons/deprecated_filters/filter_post.php:301
|
2721 |
+
msgid "Replace the last range value with the infinity symbol"
|
2722 |
+
msgstr "Заменить последнее значение диапазона символом бесконечности"
|
2723 |
|
2724 |
+
#: templates/single_filter/all_steps.php:17
|
2725 |
+
msgid "Required Options"
|
2726 |
+
msgstr "Обязательные Параметры"
|
2727 |
|
2728 |
+
#: includes/custom_post.php:454 templates/filters_information.php:7
|
2729 |
+
#: includes/display_filter/reset_button.php:10
|
2730 |
+
#: templates/single_filter/widget_type.php:25
|
2731 |
+
#: addons/deprecated_filters/display_filter/reset_button.php:10
|
2732 |
+
msgid "Reset Products button"
|
2733 |
+
msgstr "Кнопка Сброса фильтров"
|
2734 |
|
2735 |
+
#: main.php:1104 main.php:1115
|
2736 |
+
#: templates/single_filter/single_settings_elements.php:450
|
2737 |
+
msgid "Right"
|
2738 |
+
msgstr "Справа"
|
2739 |
|
2740 |
+
#: main.php:1105
|
2741 |
+
msgid "Right from name"
|
2742 |
+
msgstr "Справа от имени"
|
|
|
|
|
|
|
|
|
|
|
2743 |
|
2744 |
+
#: addons/deprecated_filters/filter_post.php:524
|
2745 |
+
#: templates/single_filter/single_settings_elements.php:496
|
2746 |
+
msgid "Rotate"
|
2747 |
+
msgstr "Поворот"
|
2748 |
|
2749 |
+
#: main.php:1337
|
2750 |
+
msgid "Run Auto-selector"
|
2751 |
+
msgstr "Запустить Авто-селекторы"
|
|
|
|
|
|
|
|
|
|
|
2752 |
|
2753 |
+
#: main.php:1308
|
2754 |
+
msgid "Run it to setup plugin options step by step"
|
2755 |
+
msgstr "Запустите его, чтобы шаг за шагом настроить параметры плагина"
|
|
|
2756 |
|
2757 |
+
#: main.php:1306
|
2758 |
+
msgid "RUN SETUP WIZARD"
|
2759 |
+
msgstr "ЗАПУСТИТЬ МАСТЕР НАСТРОЙКИ"
|
|
|
|
|
|
|
|
|
|
|
2760 |
|
2761 |
+
#: includes/custom_post.php:487 includes/paid.php:1695
|
2762 |
+
msgid "Sale"
|
2763 |
+
msgstr "Распродажа"
|
|
|
2764 |
|
2765 |
+
#: templates/single_filter/single_settings_elements.php:627
|
2766 |
+
msgid "SAVE FILTER"
|
2767 |
+
msgstr "СОХРАНИТЬ ФИЛЬТР"
|
|
|
|
|
|
|
|
|
|
|
2768 |
|
2769 |
+
#: templates/single_filter/all_steps.php:23
|
2770 |
+
msgid "Save Filter"
|
2771 |
+
msgstr "Сохранить Фильтр"
|
|
|
2772 |
|
2773 |
+
#: templates/filters_information.php:74
|
2774 |
+
msgid "Save filter after setup to use it in widgets"
|
2775 |
+
msgstr "Сохранить фильтр после настройки, чтобы использовать его в виджетах"
|
|
|
|
|
|
|
|
|
|
|
2776 |
|
2777 |
+
#: main.php:1339
|
2778 |
+
msgid "Save settings with new selectors"
|
2779 |
+
msgstr "Сохранить настройки с новыми селекторами"
|
|
|
|
|
|
|
2780 |
|
2781 |
+
#: includes/custom_post.php:364
|
2782 |
+
msgid "Save widget and check it on shop page"
|
2783 |
+
msgstr "Сохранить виджет и проверить его на странице магазина"
|
2784 |
|
2785 |
+
#: addons/deprecated_filters/filter_post.php:525
|
2786 |
+
#: templates/single_filter/single_settings_elements.php:497
|
2787 |
+
msgid "Scale"
|
2788 |
+
msgstr "Масштаб"
|
|
|
|
|
|
|
2789 |
|
2790 |
+
#: main.php:1324
|
2791 |
msgid ""
|
2792 |
+
"Script was runned, but page closed until end. Please stop it to prevent any "
|
2793 |
+
"problems on your site"
|
2794 |
msgstr ""
|
2795 |
+
"Скрипт был запущен, но страница закрыта до окончания. Пожалуйста, "
|
2796 |
+
"остановитесь, чтобы предотвратить любые проблемы на вашем сайте"
|
2797 |
|
2798 |
+
#: main.php:656
|
2799 |
+
msgid "Scroll top"
|
2800 |
+
msgstr "Прокрутить вверх "
|
2801 |
|
2802 |
+
#: templates/single_filter/single_settings_elements.php:381
|
2803 |
+
#| msgid "Scroll Theme"
|
2804 |
+
msgid "Scrollbar theme"
|
2805 |
+
msgstr "Тема Прокрутки"
|
|
|
2806 |
|
2807 |
+
#: addons/deprecated_filters/filter_post.php:607
|
2808 |
+
#| msgid "Scroll Theme:"
|
2809 |
+
msgid "Scrollbar theme:"
|
2810 |
+
msgstr "Тема для Полосы Прокрутки: "
|
2811 |
|
2812 |
+
#: includes/display_filter/input_field.php:25
|
2813 |
+
#: includes/paid/search_field.php:253 includes/paid/search_field.php:255
|
2814 |
+
msgid "Search"
|
2815 |
+
msgstr "Поиск"
|
2816 |
|
2817 |
+
#: includes/paid.php:488
|
2818 |
+
msgid "Search Box"
|
2819 |
+
msgstr "Блок Поиска"
|
2820 |
|
2821 |
+
#: includes/custom_post.php:456 includes/paid.php:1716
|
2822 |
+
msgid "Search Box (DEPRECATED)"
|
2823 |
+
msgstr "Поле поиска (УСТАРЕЛО)"
|
|
|
|
|
2824 |
|
2825 |
+
#: includes/paid.php:1885 addons/deprecated_filters/deprecated_filters.php:519
|
2826 |
+
msgid "Search button position"
|
2827 |
+
msgstr "Положение кнопки поиска"
|
|
|
2828 |
|
2829 |
+
#: includes/paid.php:1893 addons/deprecated_filters/deprecated_filters.php:527
|
2830 |
+
#: includes/paid/search_field.php:254
|
2831 |
+
msgid "Search button text"
|
2832 |
+
msgstr "Текст кнопки поиска"
|
2833 |
|
2834 |
+
#: includes/paid.php:4462
|
2835 |
+
msgid "Search Field"
|
2836 |
+
msgstr "Поисковое Поле"
|
2837 |
|
2838 |
+
#: includes/display_filter/input_field.php:14
|
2839 |
+
msgid "Search field"
|
2840 |
+
msgstr "Поисковое поле"
|
|
|
2841 |
|
2842 |
+
#: includes/paid/search_field.php:249
|
2843 |
+
msgid "Search Field placeholder"
|
2844 |
+
msgstr "Текст-подсказка для пустого поля поиска "
|
|
|
2845 |
|
2846 |
+
#: includes/custom_post.php:649
|
2847 |
+
msgid "Search Product Filter Groups"
|
2848 |
+
msgstr "Поиск групп фильтров товаров"
|
2849 |
|
2850 |
+
#: includes/custom_post.php:124
|
2851 |
+
msgid "Search Product Filters"
|
2852 |
+
msgstr "Поиск Фильтров Продуктов"
|
|
|
2853 |
|
2854 |
+
#: includes/paid/search_field.php:232
|
2855 |
+
msgid "Search products with filters"
|
2856 |
+
msgstr "Поиск товаров с фильтрами"
|
2857 |
|
2858 |
+
#: main.php:747
|
2859 |
+
msgid "Search variation price"
|
2860 |
+
msgstr "Поиск цены вариации"
|
2861 |
|
2862 |
+
#: includes/paid.php:4139
|
2863 |
+
msgid "second value, to this price"
|
2864 |
+
msgstr "второе значение, к этой цене"
|
|
|
2865 |
|
2866 |
+
#: includes/paid.php:112 includes/paid.php:124
|
2867 |
+
msgid "Second+ levels"
|
2868 |
+
msgstr "Второй + уровень"
|
2869 |
|
2870 |
+
#: addons/additional_tables/additional_tables.php:150
|
2871 |
+
msgid ""
|
2872 |
+
"Seems you have some issue with Product lookup tables. Please try to remove "
|
2873 |
+
"all data from table"
|
2874 |
msgstr ""
|
2875 |
+
"Кажется, у вас есть проблемы с таблицами поиска продукта. Пожалуйста, "
|
2876 |
+
"попробуйте удалить все данные из таблицы"
|
2877 |
|
2878 |
+
#: main.php:392 includes/paid.php:1859
|
2879 |
+
#: addons/deprecated_filters/deprecated_filters.php:62
|
2880 |
+
msgid "Select"
|
2881 |
+
msgstr "Селект"
|
2882 |
|
2883 |
+
#: templates/filters_information.php:7 templates/filters_information.php:9
|
2884 |
+
#, php-format
|
2885 |
+
msgid "Select <strong>%s</strong> in step <strong>%s</strong>"
|
2886 |
+
msgstr "Выберите <strong>%s</strong> на шаге <strong>%s</strong>."
|
2887 |
|
2888 |
+
#: addons/deprecated_filters/settings/design.php:8
|
2889 |
+
#: addons/deprecated_filters/settings/design.php:23
|
2890 |
+
msgid "Select All"
|
2891 |
+
msgstr "Выбрать всё"
|
2892 |
|
2893 |
+
#: templates/filters_information.php:53
|
2894 |
+
msgid ""
|
2895 |
+
"Select attribute that you need to filter by.<br>You can use for filtering "
|
2896 |
+
"price, attributes, categories, tags etc"
|
2897 |
+
msgstr ""
|
2898 |
+
"Выберите атрибут, по которому нужно выполнить фильтрацию. <br> Вы можете "
|
2899 |
+
"использовать для фильтрации цену, атрибуты, категории, теги и т. д."
|
2900 |
|
2901 |
+
#: addons/deprecated_filters/settings/design.php:48
|
2902 |
+
msgid "Select Element"
|
2903 |
+
msgstr "Выбрать элемент"
|
|
|
2904 |
|
2905 |
+
#: includes/custom_post.php:359
|
2906 |
+
msgid "Select filter that must be displayed in sidebar"
|
2907 |
+
msgstr "Выберите фильтр, который должен отображаться на боковой панели"
|
2908 |
|
2909 |
+
#: includes/paid.php:288
|
2910 |
+
msgid "Select variation on variable product page is based on selected filters"
|
2911 |
+
msgstr ""
|
2912 |
+
"Выбор вариации на странице вариативного товара основан на выбранных фильтрах"
|
2913 |
|
2914 |
+
#: templates/single_filter/widget_type.php:43
|
2915 |
+
msgid "Select widget type that you need to create"
|
2916 |
+
msgstr "Выберите тип виджета, который вам нужно создать"
|
|
|
2917 |
|
2918 |
+
#: addons/deprecated_filters/deprecated_filters.php:173
|
2919 |
+
msgid "Select2"
|
2920 |
+
msgstr "Select2"
|
|
|
2921 |
|
2922 |
+
#: main.php:1023
|
2923 |
+
msgid "Select2 CSS"
|
2924 |
+
msgstr "Select2 CSS"
|
|
|
2925 |
|
2926 |
+
#: includes/custom_post.php:455 includes/display_filter/selected_area.php:14
|
2927 |
+
#: templates/single_filter/widget_type.php:34
|
2928 |
+
#: addons/deprecated_filters/display_filter/selected_area.php:14
|
2929 |
+
msgid "Selected Filters area"
|
2930 |
+
msgstr "Область с Выбранными Фильтрами"
|
2931 |
|
2932 |
+
#: includes/functions.php:885
|
2933 |
+
msgid "Selected filters area link background"
|
2934 |
+
msgstr "Фон ссылки области выбранных фильтров"
|
|
|
2935 |
|
2936 |
+
#: includes/functions.php:897
|
2937 |
+
msgid "Selected filters area link border"
|
2938 |
+
msgstr "Граница ссылки области выбранных фильтров"
|
|
|
2939 |
|
2940 |
+
#: includes/functions.php:873
|
2941 |
+
msgid "Selected filters area mouse over the text"
|
2942 |
+
msgstr "Текст области выбранных фильтров при наведении курсора"
|
|
|
2943 |
|
2944 |
+
#: includes/functions.php:861
|
2945 |
+
msgid "Selected filters area text"
|
2946 |
+
msgstr "Текст области выбранных фильтров"
|
|
|
2947 |
|
2948 |
+
#: main.php:659 main.php:756
|
2949 |
+
msgid "Selected filters position"
|
2950 |
+
msgstr "Выбор позиции фильтров"
|
|
|
2951 |
|
2952 |
+
#: includes/paid.php:289
|
2953 |
+
msgid ""
|
2954 |
+
"selected filters will be added to product URL on products archive page (may "
|
2955 |
+
"not work with some themes)"
|
2956 |
+
msgstr ""
|
2957 |
+
"выбранные фильтры будут добавлены в адрес страницы товара на странице архива "
|
2958 |
+
"товаров (может не работать с некоторыми темами)"
|
2959 |
|
2960 |
+
#: includes/paid.php:290
|
2961 |
+
msgid ""
|
2962 |
+
"selected filters will be stored in PHP session. PHP session stores the "
|
2963 |
+
"filters for all products that will be opened after filtering"
|
2964 |
msgstr ""
|
2965 |
+
"выбранные фильтры будут сохранены в сессии PHP. Сессия PHP хранит фильтры "
|
2966 |
+
"для всех товаров, которые будут открыты после фильтрации."
|
2967 |
|
2968 |
+
#: addons/deprecated_filters/filter_post.php:519
|
2969 |
+
#: templates/single_filter/single_settings_elements.php:492
|
2970 |
+
msgid "Selected value style"
|
2971 |
+
msgstr "Стиль выбранных значений"
|
2972 |
|
2973 |
+
#: templates/color_ajax.php:3
|
2974 |
+
msgid "Selection of color"
|
2975 |
+
msgstr "Выбор цвета"
|
|
|
2976 |
|
2977 |
+
#: templates/color_ajax.php:3
|
2978 |
+
msgid "Selection of Image"
|
2979 |
+
msgstr "Выбор изображения"
|
|
|
2980 |
|
2981 |
+
#: main.php:828
|
2982 |
+
msgid ""
|
2983 |
+
"Selector for order by form with drop down menu. Don't change this if you "
|
2984 |
+
"don't know what it is"
|
2985 |
+
msgstr ""
|
2986 |
+
"Селектор для сортировки в выпадающим меню. Не меняйте это, если вы не знаете,"
|
2987 |
+
" что это такое"
|
2988 |
|
2989 |
+
#: main.php:806 main.php:848
|
2990 |
+
msgid ""
|
2991 |
+
"Selector for tag that is holding products. Don't change this if you don't "
|
2992 |
+
"know what it is"
|
2993 |
+
msgstr ""
|
2994 |
+
"Селектор для тега, который содержит товары. Не меняйте это, если вы не "
|
2995 |
+
"знаете, что это такое"
|
2996 |
+
|
2997 |
+
#: main.php:816
|
2998 |
+
msgid ""
|
2999 |
+
"Selector for tag with product result count(\"Showing 1–8 of 61 results\"). "
|
3000 |
+
"Don't change this if you don't know what it is"
|
3001 |
+
msgstr ""
|
3002 |
+
"Селектор для тега с количеством результатов продукта («Показано 1–8 из 61 "
|
3003 |
+
"результатов»). Не меняйте это, если вы не знаете, что это такое"
|
3004 |
+
|
3005 |
+
#: main.php:605
|
3006 |
+
msgid "Selectors"
|
3007 |
+
msgstr "Селекторы"
|
3008 |
|
3009 |
+
#: main.php:609
|
3010 |
+
msgid "SEO"
|
3011 |
+
msgstr "SEO"
|
|
|
3012 |
|
3013 |
+
#: main.php:894
|
3014 |
+
msgid "SEO Elements"
|
3015 |
+
msgstr "SEO Элементы"
|
|
|
3016 |
|
3017 |
+
#: main.php:918
|
3018 |
+
msgid "SEO elements structure"
|
3019 |
+
msgstr "SEO структура элементов"
|
|
|
3020 |
|
3021 |
+
#: main.php:886
|
3022 |
+
msgid "SEO Meta, Title"
|
3023 |
+
msgstr "SEO Мета, Заголовки"
|
|
|
3024 |
|
3025 |
+
#: templates/settings/design_title_styles.php:104
|
3026 |
+
#: addons/deprecated_filters/settings/design.php:35
|
3027 |
+
#: addons/deprecated_filters/settings/design.php:626
|
3028 |
+
#: addons/deprecated_filters/settings/design.php:695
|
3029 |
+
#: addons/deprecated_filters/settings/design.php:768
|
3030 |
+
msgid "Set all to theme default"
|
3031 |
+
msgstr "Установить всё по умолчанию"
|
3032 |
|
3033 |
+
#: includes/paid.php:227 includes/paid.php:290
|
3034 |
+
msgid "Set in PHP Session"
|
3035 |
+
msgstr "Установить в сессию PHP"
|
|
|
3036 |
|
3037 |
+
#: templates/settings/tutorial_tab.php:27
|
3038 |
+
msgid "Setup filtering by variation"
|
3039 |
+
msgstr "Настройка фильтрации вариаций"
|
|
|
3040 |
|
3041 |
+
#: includes/custom_post.php:205
|
3042 |
+
msgid "Setup Widget"
|
3043 |
+
msgstr "Настройка Виджета"
|
|
|
3044 |
|
3045 |
+
#: main.php:1304 templates/filters_information.php:2
|
3046 |
+
msgid "SETUP WIZARD"
|
3047 |
+
msgstr "МАСТЕР УСТАНОВКИ"
|
|
|
3048 |
|
3049 |
+
#: includes/paid.php:1792 templates/paid/filters_search_box.php:11
|
3050 |
+
msgid "Shop page"
|
3051 |
+
msgstr "Страница магазина"
|
3052 |
|
3053 |
+
#: includes/custom_post.php:198 includes/custom_post.php:442
|
3054 |
+
#: includes/custom_post.php:687 includes/custom_post.php:768
|
3055 |
+
msgid "Shortcode"
|
3056 |
+
msgstr "Shortcode"
|
3057 |
|
3058 |
+
#: templates/filters_information.php:70 templates/filters_information.php:93
|
3059 |
+
msgid ""
|
3060 |
+
"Shortcode to use this filters in any place of your site will be displayed "
|
3061 |
+
"there<br><strong>Please use widgets if you do not know how shortcode "
|
3062 |
+
"works</strong>"
|
3063 |
+
msgstr ""
|
3064 |
+
"Шорткод для использования фильтров в любом месте вашего сайта.<br> <strong> "
|
3065 |
+
"Используйте виджеты, если Вы не знаете, как работает шорткод </strong>"
|
3066 |
|
3067 |
+
#: main.php:1076
|
3068 |
+
msgid "Show and hide description"
|
3069 |
+
msgstr "Показать и скрыть описание"
|
|
|
3070 |
|
3071 |
+
#: addons/deprecated_filters/settings/design.php:710
|
3072 |
+
msgid "Show button font color"
|
3073 |
+
msgstr "Цвет шрифта кнопки \"Показать\""
|
|
|
3074 |
|
3075 |
+
#: addons/deprecated_filters/settings/design.php:711
|
3076 |
+
msgid "Show button font color on mouse over"
|
3077 |
+
msgstr "Цвет шрифта кнопки \"Показать\" при наведении"
|
|
|
3078 |
|
3079 |
+
#: addons/deprecated_filters/settings/design.php:709
|
3080 |
+
msgid "Show button font size"
|
3081 |
+
msgstr "Размер шрифта кнопки \"Показать\""
|
|
|
3082 |
|
3083 |
+
#: includes/paid.php:626 includes/paid.php:661
|
3084 |
+
#: addons/custom_sidebar/sidebar_include.php:41
|
3085 |
+
msgid "SHOW FILTERS"
|
3086 |
+
msgstr "ПОКАЗАТЬ ФИЛЬТРЫ"
|
3087 |
|
3088 |
+
#: templates/paid/filters_group.php:3
|
3089 |
+
msgid "Show filters above products"
|
3090 |
+
msgstr "Показать фильтры над продуктами"
|
3091 |
|
3092 |
+
#: addons/deprecated_filters/filter_post.php:472
|
3093 |
+
msgid "Show hierarchical values as a tree with hidden child values on load?"
|
3094 |
+
msgstr ""
|
3095 |
+
"Показать иерархические значения в виде дерева со скрытыми дочерними "
|
3096 |
+
"значениями при загрузке?"
|
3097 |
|
3098 |
+
#: addons/deprecated_filters/filter_post.php:626
|
3099 |
+
#: templates/single_filter/single_settings_elements.php:608
|
3100 |
+
msgid "Show if nothing is selected"
|
3101 |
+
msgstr "Показать если ничего не выбрано"
|
3102 |
|
3103 |
+
#: includes/paid.php:3832
|
3104 |
+
msgid "Show last range to the infinity"
|
3105 |
+
msgstr "Заменить последнее значение диапазона знаком бесконечности"
|
|
|
3106 |
|
3107 |
+
#: includes/paid.php:160
|
3108 |
+
msgid "Show products count before filtering, when using update button"
|
3109 |
+
msgstr ""
|
3110 |
+
"Показывать количество товаров до фильтрации при использовании кнопки "
|
3111 |
+
"обновления"
|
3112 |
|
3113 |
+
#: includes/paid.php:2112 includes/paid.php:3853
|
3114 |
+
#| msgid "Show product count per attribute value?"
|
3115 |
+
msgid "Show products count per attribute value?"
|
3116 |
+
msgstr "Показывать количество товаров для каждого атрибута?"
|
3117 |
|
3118 |
+
#: main.php:774
|
3119 |
+
msgid "Show selected filters above products"
|
3120 |
+
msgstr "Показать выбранные фильтры над продуктами"
|
3121 |
|
3122 |
+
#: includes/paid.php:154
|
3123 |
+
msgid "Show the number of products before filtering"
|
3124 |
+
msgstr "Показывать количество продуктов перед фильтрацией"
|
3125 |
|
3126 |
+
#: main.php:1516 templates/paid/filters_group.php:47
|
3127 |
+
msgid "Show title only"
|
3128 |
+
msgstr "Показывать только название фильтра"
|
|
|
3129 |
|
3130 |
+
#: templates/settings/design_title_styles.php:6
|
3131 |
+
msgid "Show title only Styles"
|
3132 |
+
msgstr "Стили для отображаемых названий"
|
|
|
3133 |
|
3134 |
+
#: main.php:1797 includes/filters/dynamic_data_template.php:184
|
3135 |
+
#: templates/disabled/checkbox.php:130 templates/disabled/color.php:197
|
3136 |
+
#: templates/old_templates/checkbox.php:140
|
3137 |
+
#: templates/old_templates/color.php:206
|
3138 |
+
msgid "Show value(s)"
|
3139 |
+
msgstr "Показать значение(я)"
|
3140 |
|
3141 |
+
#: main.php:1084
|
3142 |
+
msgid "Show when user:"
|
3143 |
+
msgstr "Показывать при:"
|
3144 |
|
3145 |
+
#: addons/deprecated_filters/filter_post.php:414
|
3146 |
+
#: templates/single_filter/single_settings_elements.php:342
|
3147 |
+
msgid "Show/Hide button"
|
3148 |
+
msgstr "Кнопка Показать/Скрыть"
|
3149 |
|
3150 |
+
#: addons/custom_sidebar/sidebar_include.php:147
|
3151 |
+
msgid "Sidebar for BeRocket AJAX Filters"
|
3152 |
+
msgstr "Боковая Панель для BeRocket AJAX Фильтров"
|
3153 |
|
3154 |
+
#: addons/custom_sidebar/sidebar_include.php:111
|
3155 |
+
msgid "Sidebar Shadow"
|
3156 |
+
msgstr "Тень Боковой Панели"
|
3157 |
|
3158 |
+
#: includes/divi-builder.php:7 includes/visual-composer.php:19
|
3159 |
+
msgid "Single Filter"
|
3160 |
+
msgstr "Одиночный фильтр"
|
3161 |
|
3162 |
+
#: templates/single_filter/single_settings_elements.php:314
|
3163 |
+
msgid "Single Selection. Only one value can be selected at a time"
|
3164 |
+
msgstr "Одиночный Выбор. Только одно значение может быть выбрано одновременно"
|
|
|
3165 |
|
3166 |
+
#: templates/settings/design_title_styles.php:13
|
3167 |
+
#: addons/deprecated_filters/settings/design.php:152
|
3168 |
+
msgid "Size"
|
3169 |
+
msgstr "Размер"
|
3170 |
|
3171 |
+
#: addons/deprecated_filters/filter_post.php:489
|
3172 |
+
#: templates/single_filter/single_settings_elements.php:457
|
3173 |
+
msgid "Size of blocks(Height x Width)"
|
3174 |
+
msgstr "Размер блока(Высота х Ширина)"
|
3175 |
|
3176 |
+
#: main.php:395 addons/deprecated_filters/deprecated_filters.php:65
|
3177 |
+
#: addons/deprecated_filters/settings/design.php:634
|
3178 |
+
msgid "Slider"
|
3179 |
+
msgstr "Слайдер"
|
3180 |
|
3181 |
+
#: includes/paid.php:240
|
3182 |
+
msgid "Slider has many values"
|
3183 |
+
msgstr "Слайдер имеет много значений"
|
|
|
3184 |
|
3185 |
+
#: includes/functions.php:801
|
3186 |
+
msgid "Slider Inputs"
|
3187 |
+
msgstr "Ввод для Ползунка"
|
|
|
|
|
|
|
3188 |
|
3189 |
+
#: templates/single_filter/single_settings_elements.php:725
|
3190 |
+
msgid "Slider New"
|
3191 |
+
msgstr "Ползунок Новый"
|
|
|
|
|
|
|
3192 |
|
3193 |
+
#: templates/single_filter/single_settings_elements.php:722
|
3194 |
+
msgid "Slider Old"
|
3195 |
+
msgstr "Ползунок Старый"
|
3196 |
|
3197 |
+
#: main.php:1250
|
3198 |
+
msgid "Slow down filtering."
|
3199 |
+
msgstr "Замедлит фильтрацию."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3200 |
|
3201 |
+
#: includes/paid.php:4093
|
3202 |
+
msgid "Slug"
|
3203 |
+
msgstr "Slug"
|
3204 |
|
3205 |
+
#: includes/paid.php:4108
|
3206 |
+
msgid "Slug is incorrect"
|
3207 |
+
msgstr "Неверный Slug"
|
|
|
3208 |
|
3209 |
+
#: includes/paid.php:4055
|
3210 |
+
msgid "slug must be"
|
3211 |
+
msgstr "slug должен быть"
|
|
|
3212 |
|
3213 |
+
#: includes/paid.php:4053
|
3214 |
+
msgid "Slug must be like"
|
3215 |
+
msgstr "Slug должен быть как"
|
3216 |
|
3217 |
+
#: main.php:831
|
3218 |
+
msgid "Sorting drop-down control"
|
3219 |
+
msgstr "Контроль выпадающей сортировки"
|
|
|
|
|
3220 |
|
3221 |
+
#: main.php:1128
|
3222 |
+
msgid "space"
|
3223 |
+
msgstr "пробел"
|
|
|
3224 |
|
3225 |
+
#: includes/paid.php:4361
|
3226 |
+
msgid "Start from parent values"
|
3227 |
+
msgstr "Начать с родительских значений"
|
3228 |
|
3229 |
+
#: main.php:1327
|
3230 |
+
msgid "Steps:"
|
3231 |
+
msgstr "Шаги:"
|
3232 |
|
3233 |
+
#: includes/custom_post.php:483 includes/paid.php:1683
|
3234 |
+
msgid "Stock status"
|
3235 |
+
msgstr "Наличие"
|
3236 |
|
3237 |
+
#: main.php:1326
|
3238 |
+
msgid "Stop"
|
3239 |
+
msgstr "Остановить"
|
3240 |
|
3241 |
+
#: templates/single_filter/all_steps.php:14
|
3242 |
+
msgid "Style"
|
3243 |
+
msgstr "Стиль"
|
|
|
|
|
3244 |
|
3245 |
+
#: main.php:1087
|
3246 |
+
msgid "Style for number of products"
|
3247 |
+
msgstr "Стиль количества товара"
|
|
|
|
|
3248 |
|
3249 |
+
#: includes/paid.php:1875 templates/paid/filters_search_box.php:31
|
3250 |
+
msgid "Styles"
|
3251 |
+
msgstr "Стили"
|
|
|
|
|
|
|
|
|
|
|
3252 |
|
3253 |
+
#: includes/paid/search_field.php:193
|
3254 |
+
msgid "Suggestions"
|
3255 |
+
msgstr "Предложения"
|
3256 |
|
3257 |
+
#: includes/paid/search_field.php:213
|
3258 |
+
msgid "Suggestions Max Height"
|
3259 |
+
msgstr "Максимальная высота предложений"
|
3260 |
|
3261 |
+
#: includes/paid/search_field.php:203
|
3262 |
+
msgid "Suggestions Search"
|
3263 |
+
msgstr "Поисковые предложения"
|
3264 |
|
3265 |
+
#: main.php:1130
|
3266 |
+
msgid "tab"
|
3267 |
+
msgstr "таб"
|
3268 |
|
3269 |
+
#: includes/custom_post.php:401 includes/custom_post.php:737
|
3270 |
+
msgid "Tablet"
|
3271 |
+
msgstr "Планшетах"
|
3272 |
|
3273 |
+
#: includes/custom_post.php:463 includes/custom_post.php:475
|
3274 |
+
#: includes/custom_post.php:485 includes/custom_post.php:553
|
3275 |
+
#: includes/paid.php:1835 includes/save_slider_data.php:44
|
3276 |
+
#: addons/deprecated_filters/display_widget.php:145
|
3277 |
+
#: addons/deprecated_filters/filter_post.php:101
|
3278 |
+
#: includes/filters/display_widget.php:146
|
3279 |
+
#: templates/single_filter/single_settings_elements.php:662
|
3280 |
+
msgid "Tag"
|
3281 |
+
msgstr "Теги"
|
3282 |
|
3283 |
+
#: main.php:396 addons/deprecated_filters/deprecated_filters.php:66
|
3284 |
+
msgid "Tag cloud"
|
3285 |
+
msgstr "Облако Тегов"
|
3286 |
|
3287 |
+
#: addons/deprecated_filters/filter_post.php:565
|
3288 |
+
msgid "Tags Cloud Height:"
|
3289 |
+
msgstr "Высота Облака Тегов: "
|
3290 |
|
3291 |
+
#: main.php:835
|
3292 |
+
msgid "Take control over WooCommerce's sorting selectbox?"
|
3293 |
+
msgstr "Взять под контроль сортировочную панель WooCommerce?"
|
3294 |
|
3295 |
+
#: templates/single_filter/single_settings_elements.php:550
|
3296 |
+
#| msgid "Text After Slider Value"
|
3297 |
+
msgid "Text after Slider value"
|
3298 |
+
msgstr "Текст После Значения Ползунка"
|
|
|
|
|
|
|
3299 |
|
3300 |
+
#: addons/deprecated_filters/filter_post.php:326
|
3301 |
+
msgid "Text before price:"
|
3302 |
+
msgstr "Текст перед ценой: "
|
3303 |
|
3304 |
+
#: templates/single_filter/single_settings_elements.php:544
|
3305 |
+
#| msgid "Text Before Slider Value"
|
3306 |
+
msgid "Text before Slider value"
|
3307 |
+
msgstr "Текст Перед Значением Ползунка"
|
3308 |
|
3309 |
+
#: includes/paid.php:172
|
3310 |
+
msgid "Text for show button"
|
3311 |
+
msgstr "Текст для кнопки показа"
|
|
|
|
|
|
|
3312 |
|
3313 |
+
#: addons/deprecated_filters/filter_post.php:395
|
3314 |
+
#: templates/single_filter/single_settings_elements.php:327
|
3315 |
+
msgid "Text of the first element"
|
3316 |
+
msgstr "Текст первого элемента"
|
|
|
3317 |
|
3318 |
+
#: templates/single_filter/all_steps.php:31
|
3319 |
+
msgid "Text on Button"
|
3320 |
+
msgstr "Текст на Кнопке"
|
|
|
3321 |
|
3322 |
+
#: includes/paid.php:166
|
3323 |
+
msgid "Text that means products"
|
3324 |
+
msgstr "Текст, который означает продукты"
|
|
|
3325 |
|
3326 |
+
#: includes/paid.php:4131
|
3327 |
+
msgid "Text will be used for Price Ranges"
|
3328 |
+
msgstr "Текст будет использоваться для Диапазона Цен"
|
|
|
3329 |
|
3330 |
+
#: addons/filtering_conditions/filtering_conditions.php:10
|
3331 |
+
msgid ""
|
3332 |
+
"The ability to set conditions for the filters based on other filters status"
|
3333 |
+
msgstr ""
|
3334 |
+
"Возможность устанавливать условия для фильтров на основе статуса других "
|
3335 |
+
"фильтров"
|
3336 |
|
3337 |
+
#: main.php:649
|
3338 |
+
msgid "The number of Attribute Values"
|
3339 |
+
msgstr "Количество значений атрибутов"
|
|
|
3340 |
|
3341 |
+
#: addons/deprecated_filters/settings/design.php:16
|
3342 |
+
#: addons/deprecated_filters/settings/design.php:31
|
3343 |
+
#: addons/deprecated_filters/settings/design.php:156
|
3344 |
+
msgid "Theme"
|
3345 |
+
msgstr "Тема"
|
3346 |
+
|
3347 |
+
#: templates/settings/design_title_styles.php:27
|
3348 |
+
#: templates/settings/design_title_styles.php:30
|
3349 |
+
#: templates/settings/design_title_styles.php:33
|
3350 |
+
#: templates/settings/design_title_styles.php:54
|
3351 |
+
#: templates/settings/design_title_styles.php:57
|
3352 |
+
#: templates/settings/design_title_styles.php:60
|
3353 |
+
#: templates/settings/design_title_styles.php:81
|
3354 |
+
#: templates/settings/design_title_styles.php:84
|
3355 |
+
#: templates/settings/design_title_styles.php:87
|
3356 |
#: addons/deprecated_filters/settings/design.php:65
|
3357 |
#: addons/deprecated_filters/settings/design.php:80
|
3358 |
#: addons/deprecated_filters/settings/design.php:117
|
3373 |
msgid "Theme Default"
|
3374 |
msgstr "По умолчанию"
|
3375 |
|
3376 |
+
#: templates/single_filter/all_steps.php:75
|
3377 |
+
msgid "There are required steps not filled in. Please select <b>Style</b>"
|
3378 |
+
msgstr "Необходимые шаги не заполнены. Выберите <b Стиль</b>."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3379 |
|
3380 |
+
#: templates/single_filter/all_steps.php:67
|
3381 |
+
msgid ""
|
3382 |
+
"There are required steps not filled in. Please select <b>Widget Type</b>"
|
3383 |
+
msgstr "Необходимые шаги не заполнены. Выберите <b>Тип виджета</b>."
|
3384 |
|
3385 |
+
#: includes/custom_post.php:653
|
3386 |
+
msgid "This is where you can add Product Filter Groups."
|
3387 |
+
msgstr "Здесь Вы можете добавить группы фильтров продуктов."
|
3388 |
|
3389 |
+
#: includes/custom_post.php:128
|
3390 |
+
msgid "This is where you can add Product Filters."
|
3391 |
+
msgstr "Здесь Вы можете добавить фильтры продуктов."
|
3392 |
|
3393 |
+
#: main.php:1516
|
3394 |
+
msgid ""
|
3395 |
+
"Those design settings change only the styles for filters inside a Group with "
|
3396 |
+
"enabled option"
|
3397 |
+
msgstr ""
|
3398 |
+
"Эти настройки дизайна изменяют только стили для фильтров внутри группы с "
|
3399 |
+
"включенной опцией"
|
3400 |
|
3401 |
+
#: addons/deprecated_filters/filter_post.php:430
|
3402 |
+
#: templates/single_filter/single_settings_elements.php:591
|
3403 |
+
#| msgid "Thousand Separator"
|
3404 |
+
msgid "Thousands separator"
|
3405 |
+
msgstr "Разделитель тысяч"
|
3406 |
|
3407 |
+
#: main.php:901 includes/paid.php:1828 includes/paid.php:1998
|
3408 |
+
#: includes/paid.php:3965 templates/filters_group_simple.php:2
|
3409 |
+
#: templates/filter_post_simple.php:11
|
3410 |
+
#: templates/settings/design_title_styles.php:20
|
3411 |
+
msgid "Title"
|
3412 |
+
msgstr "Название"
|
3413 |
|
3414 |
+
#: addons/deprecated_filters/filter_post.php:544
|
3415 |
+
msgid "Title Icons"
|
3416 |
+
msgstr "Иконки названия"
|
3417 |
|
3418 |
+
#: templates/settings/design_title_styles.php:47
|
3419 |
+
msgid "Title when opened"
|
3420 |
+
msgstr "Название при открытии"
|
3421 |
|
3422 |
+
#: templates/filters_information.php:40
|
3423 |
+
msgid ""
|
3424 |
+
"Title will be displayed as widget title.<br>You can write text, that want to "
|
3425 |
+
"display above filter"
|
3426 |
+
msgstr ""
|
3427 |
+
"Название будет отображаться как заголовок виджета. <br> Вы можете написать "
|
3428 |
+
"текст, который хотите отобразить над фильтром"
|
3429 |
|
3430 |
+
#: templates/filters_information.php:26
|
3431 |
+
msgid ""
|
3432 |
+
"Title will be displayed only on admin side.<br>You can write text, that want "
|
3433 |
+
"to mark it for admin side"
|
3434 |
+
msgstr ""
|
3435 |
+
"Название будет отображаться только на стороне администратора. <br>Вы можете "
|
3436 |
+
"написать текст, который хотите пометить его на стороне администратора"
|
3437 |
|
3438 |
+
#: templates/groups_information.php:10
|
3439 |
+
msgid "To display one group on different pages use OR condition"
|
3440 |
+
msgstr ""
|
3441 |
+
"Для отображения одной группы на разных страницах используйте условие ИЛИ"
|
3442 |
|
3443 |
+
#: templates/single_filter/single_settings_elements.php:182
|
3444 |
+
msgid "To limit pages where filters are displayed use \"Conditions\" meta box."
|
3445 |
+
msgstr ""
|
3446 |
+
"Для ограничения страниц, на которых выводятся фильтры, используйте мета-окно "
|
3447 |
+
"“Условия”."
|
3448 |
|
3449 |
+
#: main.php:972
|
3450 |
+
msgid "Tools"
|
3451 |
+
msgstr "Инструменты"
|
3452 |
|
3453 |
+
#: templates/single_filter/single_settings_elements.php:452
|
3454 |
+
msgid "Tooltip"
|
3455 |
+
msgstr "Подсказка"
|
3456 |
|
3457 |
+
#: main.php:1156 main.php:1179 includes/paid.php:271
|
3458 |
+
msgid "Tooltip Font Size"
|
3459 |
+
msgstr "Размер Шрифта Подсказки"
|
3460 |
|
3461 |
+
#: main.php:1150 main.php:1173 includes/paid.php:264
|
3462 |
+
msgid "Tooltip Theme"
|
3463 |
+
msgstr "Тема Подсказки"
|
3464 |
|
3465 |
+
#: main.php:1136
|
3466 |
+
msgid "Tooltips Options"
|
3467 |
+
msgstr "Параметры Всплывающих подсказок"
|
3468 |
|
3469 |
+
#: templates/single_filter/single_settings_elements.php:448
|
3470 |
+
msgid "Top"
|
3471 |
+
msgstr "Сверху"
|
3472 |
|
3473 |
+
#: main.php:1147 main.php:1170 includes/paid.php:261
|
3474 |
+
msgid "Translucent"
|
3475 |
+
msgstr "Полупрозрачность"
|
3476 |
|
3477 |
+
#: main.php:629
|
3478 |
+
msgid "Tutorials"
|
3479 |
+
msgstr "Обучающий материал"
|
3480 |
|
3481 |
+
#: includes/paid.php:1857 templates/filter_post_simple.php:75
|
3482 |
+
#: addons/deprecated_filters/filter_post.php:172
|
3483 |
+
msgid "Type"
|
3484 |
+
msgstr "Тип"
|
3485 |
|
3486 |
+
#. Description of the plugin
|
3487 |
+
msgid "Unlimited AJAX products filters to make your shop perfect"
|
3488 |
+
msgstr "Бесконечные AJAX фильтры для продуктов. Сделайте Ваш магазин лучше"
|
3489 |
|
3490 |
+
#: main.php:1799
|
3491 |
+
msgid "Unselect all"
|
3492 |
+
msgstr "Снять все"
|
3493 |
|
3494 |
+
#: includes/custom_post.php:453 templates/filters_information.php:9
|
3495 |
+
#: includes/display_filter/update_button.php:10
|
3496 |
+
#: templates/single_filter/widget_type.php:16
|
3497 |
+
#: addons/deprecated_filters/display_filter/update_button.php:10
|
3498 |
+
msgid "Update Products button"
|
3499 |
+
msgstr "Кнопка Фильтрации Продуктов"
|
3500 |
|
3501 |
+
#: main.php:1902
|
3502 |
+
msgid "Update WooCommerce plugin"
|
3503 |
+
msgstr "Обновите плагин WooCommerce"
|
3504 |
|
3505 |
+
#: includes/paid.php:1794 templates/paid/filters_search_box.php:13
|
3506 |
+
msgid "URL"
|
3507 |
+
msgstr "Ссылка"
|
3508 |
|
3509 |
+
#: main.php:878
|
3510 |
+
msgid "URL decoding"
|
3511 |
+
msgstr "Декодирование URL"
|
|
|
3512 |
|
3513 |
+
#: includes/paid.php:1808 templates/paid/filters_search_box.php:27
|
3514 |
+
msgid "URL for search"
|
3515 |
+
msgstr "Ссылка для поиска"
|
3516 |
|
3517 |
+
#: includes/paid.php:1790 templates/paid/filters_search_box.php:9
|
3518 |
+
msgid "URL to search"
|
3519 |
+
msgstr "Ссылка для поиска"
|
3520 |
|
3521 |
+
#: templates/single_filter/single_settings_elements.php:167
|
3522 |
msgid "Use all attribute values"
|
3523 |
msgstr "Использовать все значения атрибутов"
|
3524 |
|
3525 |
+
#: includes/paid.php:2099 includes/paid.php:3887
|
3526 |
+
msgid "Use as numeric"
|
3527 |
+
msgstr "Использовать как числовой"
|
3528 |
|
3529 |
+
#: main.php:875
|
3530 |
+
msgid "Use attribute slug instead ID"
|
3531 |
+
msgstr "Используйте Slug атрибута вместо ID"
|
3532 |
|
3533 |
+
#: includes/paid.php:148
|
3534 |
+
msgid "Use canonical tag without filters on WooCommerce pages"
|
3535 |
+
msgstr "Использовать канонический тег на страницах WooCommerce без фильтров"
|
3536 |
|
3537 |
+
#: addons/deprecated_filters/filter_post.php:351
|
3538 |
+
msgid "Use current product category to get child"
|
3539 |
+
msgstr "Использовать текущую категорию, что бы получить дочерние"
|
3540 |
|
3541 |
+
#: templates/single_filter/single_settings_elements.php:535
|
3542 |
+
msgid "Use custom maximum price"
|
3543 |
+
msgstr "Использовать максимальную пользовательскую цену"
|
3544 |
|
3545 |
+
#: templates/single_filter/single_settings_elements.php:530
|
3546 |
+
msgid "Use custom minimum price"
|
3547 |
+
msgstr "Использовать минимальную пользовательскую цену"
|
3548 |
|
3549 |
+
#: templates/single_filter/single_settings_elements.php:520
|
3550 |
+
msgid "Use custom values(comma separated)"
|
3551 |
+
msgstr "Используйте пользовательские значения (через запятую)"
|
3552 |
|
3553 |
+
#: addons/deprecated_filters/filter_post.php:341
|
3554 |
+
msgid "Use custom values(comma separated):"
|
3555 |
+
msgstr "Использовать пользовательские значения (разделяйте запятой): "
|
3556 |
|
3557 |
+
#: templates/single_filter/single_settings_elements.php:521
|
3558 |
+
msgid "Use default price values"
|
3559 |
+
msgstr "Использовать значения цены по умолчанию"
|
3560 |
|
3561 |
+
#: templates/paid/filters_search_box.php:4
|
3562 |
+
msgid "Use Group as Search Box"
|
3563 |
+
msgstr "Использовать группу как блок поиска"
|
3564 |
|
3565 |
+
#: main.php:742
|
3566 |
+
msgid "Use it for attributes values to display more correct count"
|
3567 |
+
msgstr ""
|
3568 |
+
"Используйте его для значений атрибутов, чтобы отобразить более правильный "
|
3569 |
+
"счет"
|
3570 |
|
3571 |
+
#: includes/paid.php:99
|
3572 |
+
msgid "Use links for checkboxes and radio filter"
|
3573 |
+
msgstr "Использовать ссылки для флажков и радио в фильтрах"
|
3574 |
|
3575 |
+
#: addons/deprecated_filters/filter_post.php:594
|
3576 |
+
msgid "Use max price"
|
3577 |
+
msgstr "Использовать пользовательскую максимальную цену"
|
3578 |
|
3579 |
+
#: addons/deprecated_filters/filter_post.php:585
|
3580 |
+
msgid "Use min price"
|
3581 |
+
msgstr "Использовать пользовательскую минимальную цену"
|
3582 |
|
3583 |
+
#: includes/paid.php:118
|
3584 |
+
msgid "Use nofollow for links"
|
3585 |
+
msgstr "Использовать nofollow для ссылок"
|
3586 |
|
3587 |
+
#: includes/paid.php:106
|
3588 |
+
msgid "Use noindex for links"
|
3589 |
+
msgstr "Использовать noindex для ссылок"
|
3590 |
|
3591 |
+
#: addons/deprecated_filters/deprecated_filters.php:178
|
3592 |
+
msgid "Use Select2 script for dropdown menu"
|
3593 |
+
msgstr "Использовать скрипт Select2 для выпадающего меню"
|
3594 |
|
3595 |
+
#: main.php:870
|
3596 |
+
msgid "Use slug in URL"
|
3597 |
+
msgstr "Использовать slug в URL"
|
3598 |
|
3599 |
+
#: addons/deprecated_filters/filter_post.php:426
|
3600 |
+
#: templates/single_filter/single_settings_elements.php:586
|
3601 |
+
msgid "Use specific number style"
|
3602 |
+
msgstr "Использовать другие стили чисел"
|
3603 |
|
3604 |
+
#: includes/paid.php:4126
|
3605 |
+
msgid "Use specific Price Ranges text"
|
3606 |
+
msgstr "Использовать конкретный текст ценовых диапазонов"
|
3607 |
|
3608 |
+
#: main.php:954
|
3609 |
+
msgid "Use taxes"
|
3610 |
+
msgstr "Учитывать налог"
|
3611 |
|
3612 |
+
#: main.php:948
|
3613 |
+
#| msgid "Use Tax options in price filters"
|
3614 |
+
msgid "Use Taxes in Price Filters"
|
3615 |
+
msgstr "Использование налогов в фильтрах цен"
|
3616 |
|
3617 |
+
#: addons/filtering_conditions/add_conditions.php:58
|
3618 |
+
msgid ""
|
3619 |
+
"Use this to display products only after filtering by some attribute and value"
|
3620 |
+
msgstr ""
|
3621 |
+
"Используйте это для отображения товаров только после фильтрации по "
|
3622 |
+
"некоторому атрибуту и значению"
|
3623 |
|
3624 |
+
#: main.php:676
|
3625 |
+
msgid "Use this to fix top scroll."
|
3626 |
+
msgstr "Используйте это, чтобы исправить верхнюю прокрутку."
|
3627 |
|
3628 |
+
#: main.php:751
|
3629 |
+
msgid ""
|
3630 |
+
"Use variation price instead of product price. IMPORTANT! It can slow down "
|
3631 |
+
"filtering by price"
|
3632 |
+
msgstr ""
|
3633 |
+
"Использовать цену вариации вместо цены товара. ВАЖНО! Это может замедлить "
|
3634 |
+
"фильтрацию по цене."
|
3635 |
|
3636 |
+
#: templates/filters_group.php:7
|
3637 |
+
msgid "use white space for multiple classes"
|
3638 |
+
msgstr "использовать пробел для нескольких классов"
|
|
|
3639 |
|
3640 |
+
#: main.php:1267
|
3641 |
+
msgid ""
|
3642 |
+
"uses previous two option together. Works slower, because recounts twice for "
|
3643 |
+
"each attribute values (not recommended)"
|
3644 |
+
msgstr ""
|
3645 |
+
"используя два предыдущих варианта вместе. Работает медленнее, потому что "
|
3646 |
+
"пересчитывает дважды для каждого значения атрибута (не рекомендуется)"
|
3647 |
|
3648 |
+
#: includes/paid.php:3862
|
3649 |
+
msgid "Value ( 5 )"
|
3650 |
+
msgstr "Значение ( 5 )"
|
3651 |
|
3652 |
+
#: includes/paid.php:3860
|
3653 |
+
msgid "Value (5)"
|
3654 |
+
msgstr "Значение (5)"
|
3655 |
|
3656 |
+
#: addons/deprecated_filters/filter_post.php:550
|
3657 |
+
msgid "Value Icons"
|
3658 |
+
msgstr "Иконки значений"
|
3659 |
|
3660 |
+
#: includes/paid.php:3861
|
3661 |
+
msgid "Value( 5 )"
|
3662 |
+
msgstr "Значение( 5 )"
|
3663 |
|
3664 |
+
#: includes/paid.php:3859
|
3665 |
+
msgid "Value(5)"
|
3666 |
+
msgstr "Значение(5)"
|
3667 |
|
3668 |
+
#: main.php:681
|
3669 |
+
msgid "Values count and output"
|
3670 |
+
msgstr "Подсчет и вывод значений"
|
3671 |
|
3672 |
+
#: addons/deprecated_filters/filter_post.php:226
|
3673 |
+
#: templates/single_filter/single_settings_elements.php:124
|
3674 |
+
#: templates/single_filter/single_settings_elements.php:144
|
3675 |
+
msgid "Values Order"
|
3676 |
+
msgstr "Сортировка Значений"
|
3677 |
|
3678 |
+
#: includes/paid.php:2123 includes/paid.php:3902
|
3679 |
+
msgid "Values per row"
|
3680 |
+
msgstr "Значений в строке"
|
3681 |
|
3682 |
+
#: includes/paid.php:2077
|
3683 |
+
msgid "values selected in Include / Exclude List"
|
3684 |
+
msgstr "«Включить/Исключить» значения, выбранные в списке"
|
3685 |
|
3686 |
+
#: main.php:719
|
3687 |
+
msgid "Variable Products and Variations options"
|
3688 |
+
msgstr "Вариативные Продукты и Опции для Вариаций"
|
3689 |
+
|
3690 |
+
#: main.php:1248
|
3691 |
+
msgid "Variation must be added to product with stock status out of stock."
|
3692 |
+
msgstr ""
|
3693 |
+
"Вариация должна быть добавлена к продукту со статусом товара отсутствует на "
|
3694 |
+
"складе."
|
3695 |
+
|
3696 |
+
#: main.php:1206
|
3697 |
msgid ""
|
3698 |
+
"Version of Font Awesome that will be used on front end. Please select "
|
3699 |
+
"version that you have in your theme"
|
3700 |
+
msgstr ""
|
3701 |
+
"Версия Font Awesome, которая будет использоваться в интерфейсе. Пожалуйста, "
|
3702 |
+
"выберите версию, которая в вашей теме"
|
3703 |
|
3704 |
+
#: includes/paid.php:1880 templates/paid/filters_search_box.php:36
|
3705 |
+
msgid "Vertical"
|
3706 |
+
msgstr "Вертикально"
|
3707 |
+
|
3708 |
+
#: includes/custom_post.php:123
|
3709 |
+
msgid "View Filter"
|
3710 |
+
msgstr "Просмотр фильтра"
|
3711 |
+
|
3712 |
+
#: includes/custom_post.php:648
|
3713 |
+
msgid "View Filter Group"
|
3714 |
+
msgstr "Просмотр группы фильтров"
|
3715 |
+
|
3716 |
+
#: includes/custom_post.php:647
|
3717 |
+
msgid "View Filter Groups"
|
3718 |
+
msgstr "Просмотр групп фильтров"
|
3719 |
+
|
3720 |
+
#: includes/custom_post.php:122
|
3721 |
+
msgid "View Filters"
|
3722 |
+
msgstr "Просмотр фильтров"
|
3723 |
+
|
3724 |
+
#: main.php:1338
|
3725 |
msgid ""
|
3726 |
+
"Wait until end <strong style=\"color:red;\">do not close this page</strong>"
|
|
|
3727 |
msgstr ""
|
3728 |
+
"Дождитесь окончания <strong style = \"color: red;\">не закрывайте эту "
|
3729 |
+
"страницу</strong>"
|
3730 |
|
3731 |
+
#: addons/deprecated_filters/deprecated_filters.php:118
|
3732 |
+
msgid "We recommend you to try it on a staging/dev/local site first."
|
3733 |
+
msgstr ""
|
3734 |
+
"Мы рекомендуем вам сначала попробовать его на промежуточном / dev / local "
|
3735 |
+
"сайте."
|
3736 |
|
3737 |
+
#: templates/filters_information.php:33
|
3738 |
msgid ""
|
3739 |
+
"Where filters must be displayed.<br>Filter will be displayed on all pages if "
|
3740 |
+
"do not have conditions.<br><strong>Please first try to add filter without "
|
3741 |
+
"any condition to check that it works</strong>"
|
3742 |
msgstr ""
|
3743 |
+
"Где должны отображаться фильтры. <br> Фильтр будет отображаться на всех "
|
3744 |
+
"страницах, если нет условий. <br> <strong> Сначала попробуйте добавить "
|
3745 |
+
"фильтр без каких-либо условий, чтобы убедиться, что он работает </strong>."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3746 |
|
3747 |
+
#: addons/custom_sidebar/sidebar_include.php:122
|
3748 |
+
msgid "White"
|
3749 |
+
msgstr "Белый"
|
|
|
|
|
3750 |
|
3751 |
+
#: addons/deprecated_filters/filter_post.php:678
|
3752 |
+
msgid "Widget Output Limitations"
|
3753 |
+
msgstr "Ограничение Отображения Виджета"
|
3754 |
|
3755 |
+
#: includes/custom_post.php:436
|
3756 |
+
msgid "WIDGET PAGE"
|
3757 |
+
msgstr "СТРАНИЦЕ ВИДЖЕТОВ"
|
|
|
3758 |
|
3759 |
+
#: includes/functions.php:765
|
3760 |
+
msgid "Widget Title"
|
3761 |
+
msgstr "Название Виджета"
|
|
|
3762 |
|
3763 |
+
#: includes/custom_post.php:325
|
3764 |
+
msgid ""
|
3765 |
+
"Widget to display single filter in your sidebar. Add it to needed sidebar"
|
3766 |
+
msgstr ""
|
3767 |
+
"Виджет для отображения одного фильтра на боковой панели. Добавьте его на "
|
3768 |
+
"нужную боковую панель"
|
3769 |
|
3770 |
+
#: templates/filters_information.php:7 templates/filters_information.php:9
|
3771 |
+
#: addons/deprecated_filters/filter_post.php:68
|
3772 |
+
#: templates/single_filter/all_steps.php:7
|
3773 |
+
msgid "Widget Type"
|
3774 |
+
msgstr "Тип Виджета"
|
3775 |
|
3776 |
+
#: includes/custom_post.php:458
|
3777 |
+
msgid "Widget type: "
|
3778 |
+
msgstr "Тип виджета:"
|
|
|
3779 |
|
3780 |
+
#: templates/admin.php:2
|
3781 |
+
msgid ""
|
3782 |
+
"Widget will be removed in future please use <strong>AAPF Filters "
|
3783 |
+
"Group</strong> instead."
|
3784 |
+
msgstr ""
|
3785 |
+
"Виджет будет удален в будущем, пожалуйста используйте <strong>AAPF Filters "
|
3786 |
+
"Group</strong> вместо этого."
|
3787 |
|
3788 |
+
#: templates/filters_group.php:39
|
3789 |
+
msgid "Width"
|
3790 |
+
msgstr "Ширина"
|
3791 |
|
3792 |
+
#: main.php:1253 includes/paid.php:414
|
3793 |
+
msgid "Will be displayed only on default WooCommerce page."
|
3794 |
+
msgstr "Будет отображаться только на стандартной странице WooCommerce."
|
|
|
|
|
|
|
|
|
3795 |
|
3796 |
#: addons/deprecated_filters/settings/design.php:125
|
3797 |
msgid "Without Theme"
|
3798 |
msgstr "Без темы"
|
3799 |
|
3800 |
+
#: addons/additional_tables/additional_tables.php:139
|
3801 |
+
msgid ""
|
3802 |
+
"WooCommerce <strong>Product lookup tables</strong> right now regenerating"
|
3803 |
+
msgstr ""
|
3804 |
+
"WooCommerce <strong>Product lookup tables</strong> прямо сейчас "
|
3805 |
+
"восстанавливаются"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3806 |
|
3807 |
+
#: main.php:762
|
3808 |
+
msgid "WooCommerce After Shop Loop"
|
3809 |
+
msgstr "WooCommerce После Shop Loop"
|
3810 |
|
3811 |
+
#. Name of the plugin
|
3812 |
+
#: main.php:68
|
3813 |
+
msgid "WooCommerce AJAX Products Filter"
|
3814 |
+
msgstr "WooCommerce AJAX Products Filter"
|
3815 |
|
3816 |
+
#: main.php:761
|
3817 |
+
msgid "WooCommerce Before Shop Loop"
|
3818 |
+
msgstr "WooCommerce перед Shop Loop"
|
3819 |
|
3820 |
+
#: main.php:760
|
3821 |
+
msgid "WooCommerce Description(in header)"
|
3822 |
+
msgstr "WooCommerce Описание (в шапке)"
|
3823 |
|
3824 |
+
#: addons/additional_tables/additional_tables.php:137
|
3825 |
+
msgid ""
|
3826 |
+
"WooCommerce do not have needed table for Additional Table add-on. Add-on "
|
3827 |
+
"required WooCommerce 3.6 or newer"
|
3828 |
+
msgstr ""
|
3829 |
+
"У WooCommerce нет нужной таблицы для дополнения Дополнительные таблицы. "
|
3830 |
+
"Дополнению требуется WooCommerce 3.6 или новее"
|
3831 |
|
3832 |
+
#: includes/paid.php:190
|
3833 |
+
msgid "WordPress Cache"
|
3834 |
+
msgstr "WordPress Кэш"
|
3835 |
|
3836 |
+
#: includes/paid.php:279
|
3837 |
+
msgid "Works only if filters are displayed with \"Update Products button\"."
|
3838 |
+
msgstr ""
|
3839 |
+
"Работает только в том случае, если фильтры выведены при с кнопкой \"Обновить "
|
3840 |
+
"товары\"."
|
3841 |
|
3842 |
+
#: includes/paid.php:141
|
3843 |
+
msgid ""
|
3844 |
+
"Works only with SEO friendly urls. WordPress permalinks must be set to Post "
|
3845 |
+
"name(Custom structure: /%postname%/ )"
|
3846 |
msgstr ""
|
3847 |
+
"Работает только с SEO дружественными urls. Постоянные ссылки WordPress "
|
3848 |
+
"должны быть установлены на «Имя публикации» (пользовательская структура: /% "
|
3849 |
+
"postname% /)"
|
3850 |
|
3851 |
+
#: includes/paid.php:4104
|
3852 |
+
msgid "Year:"
|
3853 |
+
msgstr "Год:"
|
3854 |
|
3855 |
+
#: addons/deprecated_filters/deprecated_filters.php:139
|
3856 |
+
msgid "Yes, disable add-on"
|
3857 |
+
msgstr "Да, отключить дополнение"
|
3858 |
|
3859 |
+
#: addons/deprecated_filters/filter_post.php:25
|
3860 |
+
msgid "Yes, edit filter"
|
3861 |
+
msgstr "Да, редактировать фильтр"
|
3862 |
|
3863 |
+
#: includes/paid/search_field.php:234
|
3864 |
+
msgid "Yes, use other filters"
|
3865 |
+
msgstr "Да, использовать другие фильтры"
|
3866 |
|
3867 |
+
#: templates/admin.php:3
|
3868 |
+
#, php-format
|
3869 |
+
msgid "You can add filter to %s that has limitation"
|
3870 |
+
msgstr "Пользовательский CSS для выбранного блока"
|
3871 |
|
3872 |
+
#: templates/filters_group.php:54
|
3873 |
+
msgid "You can create new filters or edit it on"
|
3874 |
+
msgstr "Вы можете создавать новые фильтры или редактировать их на"
|
3875 |
|
3876 |
+
#: includes/paid.php:4136
|
3877 |
+
#: templates/single_filter/single_settings_elements.php:556
|
3878 |
+
msgid "You can use some replacements"
|
3879 |
+
msgstr "Вы можете использовать некоторые замены"
|
3880 |
|
3881 |
+
#: templates/filters_information.php:80 templates/filters_information.php:89
|
3882 |
+
msgid ""
|
3883 |
+
"You can use widget to display filters on your shop page.<br><strong>Use "
|
3884 |
+
"sidebar, that displayed on shop page</strong>"
|
3885 |
+
msgstr ""
|
3886 |
+
"Вы можете использовать виджет для отображения фильтров на странице своего "
|
3887 |
+
"магазина. <br> <strong> Использовать боковую панель, которая отображается на "
|
3888 |
+
"странице магазина </strong>"
|
3889 |
|
3890 |
+
#: addons/deprecated_filters/deprecated_filters.php:123
|
3891 |
msgid ""
|
3892 |
+
"You have Custom CSS. Most likely it won't work without this addon. You will "
|
3893 |
+
"need to update it as CSS classes were changed."
|
3894 |
msgstr ""
|
3895 |
+
"У вас есть пользовательский CSS. Скорее всего, это не будет работать без "
|
3896 |
+
"этого дополнения. Вам нужно будет обновить его, так как классы CSS были "
|
3897 |
+
"изменены."
|
3898 |
|
3899 |
+
#: addons/deprecated_filters/deprecated_filters.php:130
|
3900 |
msgid ""
|
3901 |
+
"You have Custom Javascript. You need to check it after turning off this "
|
3902 |
+
"addon. It can work correctly same as stop working."
|
3903 |
msgstr ""
|
3904 |
+
"У вас есть пользовательский Javascript. Вы должны проверить его после "
|
3905 |
+
"выключения этого дополнения. Он может работать правильно так же, как "
|
3906 |
+
"перестать работать."
|
3907 |
+
|
3908 |
+
#: includes/custom_post.php:416 includes/custom_post.php:760
|
3909 |
+
msgid "You need save it to get shortcode"
|
3910 |
+
msgstr "Что бы получить шорткод, Вам нужно его сохранить"
|
3911 |
+
|
3912 |
+
#: addons/deprecated_filters/filter_post.php:19
|
3913 |
+
msgid ""
|
3914 |
+
"You will need to re-create the filter while moving from new to old version."
|
3915 |
+
msgstr ""
|
3916 |
+
"Вам нужно будет заново создать фильтр при переходе от новой к старой версии."
|
3917 |
+
|
3918 |
+
#: main.php:926
|
3919 |
+
msgid "{title} - [values] / [values]"
|
3920 |
+
msgstr "{название} - [значения] / [значения]"
|
3921 |
+
|
3922 |
+
#: main.php:924
|
3923 |
+
msgid "{title} [attribute]:[values];[attribute]:[values]"
|
3924 |
+
msgstr "{название} [атрибут]:[значения];[атрибут]:[значения]"
|
3925 |
+
|
3926 |
+
#: main.php:923
|
3927 |
+
msgid "{title} with [attribute] [values] and [attribute] [values]"
|
3928 |
+
msgstr "{название} с [атрибутом] [значениями] и [атрибутом] [значениями]"
|
languages/BeRocket_AJAX_domain.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WooCommerce AJAX Products Filter\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date:
|
7 |
"POT-Revision-Date: Wed Jun 29 2016 09:22:13 GMT+0300 (EEST)\n"
|
8 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: \n"
|
@@ -23,1961 +23,2260 @@ msgstr ""
|
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Generator: Loco https://localise.biz/"
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
msgid "WooCommerce AJAX Products Filter"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#:
|
32 |
-
msgid "
|
33 |
msgstr ""
|
34 |
|
35 |
-
#:
|
36 |
-
|
37 |
-
|
38 |
-
"
|
39 |
-
"versions.</strong>"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#:
|
43 |
-
#: addons/
|
44 |
-
msgid "
|
45 |
msgstr ""
|
46 |
|
47 |
-
#:
|
48 |
-
|
49 |
-
msgid "Radio"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#:
|
53 |
-
msgid "
|
54 |
msgstr ""
|
55 |
|
56 |
-
#:
|
57 |
-
|
58 |
-
#: addons/deprecated_filters/settings/design.php:12
|
59 |
-
#: addons/deprecated_filters/settings/design.php:27
|
60 |
-
msgid "Color"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#:
|
64 |
-
|
65 |
-
msgid "Image"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#:
|
69 |
-
|
|
|
70 |
msgstr ""
|
71 |
|
72 |
-
#:
|
73 |
-
|
|
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: main.php:
|
77 |
-
msgid "
|
78 |
msgstr ""
|
79 |
|
80 |
-
#:
|
81 |
-
|
|
|
82 |
msgstr ""
|
83 |
|
84 |
-
#:
|
85 |
-
|
|
|
86 |
msgstr ""
|
87 |
|
88 |
-
#:
|
89 |
-
|
|
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: main.php:
|
93 |
-
msgid "
|
94 |
msgstr ""
|
95 |
|
96 |
-
#:
|
97 |
-
|
|
|
98 |
msgstr ""
|
99 |
|
100 |
-
#:
|
101 |
-
msgid "
|
102 |
msgstr ""
|
103 |
|
104 |
-
#:
|
105 |
-
msgid "
|
106 |
msgstr ""
|
107 |
|
108 |
-
#:
|
109 |
-
|
|
|
110 |
msgstr ""
|
111 |
|
112 |
-
#:
|
113 |
-
msgid "
|
114 |
msgstr ""
|
115 |
|
116 |
-
#:
|
117 |
-
msgid "
|
118 |
msgstr ""
|
119 |
|
120 |
-
#:
|
121 |
-
msgid "
|
122 |
msgstr ""
|
123 |
|
124 |
-
#:
|
125 |
-
msgid ""
|
126 |
-
"Attribute Values count that will be displayed. Other values will be hidden "
|
127 |
-
"and can be displayed by pressing the button. Option <strong>Hide the "
|
128 |
-
"Show/Hide value(s) button in the filters</strong> must be disabled"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#:
|
132 |
-
msgid "
|
133 |
msgstr ""
|
134 |
|
135 |
-
#:
|
136 |
-
|
|
|
137 |
msgstr ""
|
138 |
|
139 |
-
#:
|
140 |
-
#:
|
141 |
-
|
142 |
-
#: includes/compatibility/elementor-pro.php:20
|
143 |
-
msgid "Disable"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: main.php:
|
147 |
-
msgid "
|
148 |
msgstr ""
|
149 |
|
150 |
-
#:
|
151 |
-
|
|
|
152 |
msgstr ""
|
153 |
|
154 |
-
#:
|
155 |
-
msgid "
|
156 |
msgstr ""
|
157 |
|
158 |
-
#:
|
159 |
-
|
|
|
160 |
msgstr ""
|
161 |
|
162 |
-
#:
|
163 |
-
|
|
|
164 |
msgstr ""
|
165 |
|
166 |
-
#:
|
167 |
-
|
|
|
168 |
msgstr ""
|
169 |
|
170 |
-
#:
|
171 |
-
|
|
|
172 |
msgstr ""
|
173 |
|
174 |
-
#:
|
175 |
-
msgid "
|
176 |
msgstr ""
|
177 |
|
178 |
-
#:
|
179 |
-
|
180 |
-
"
|
181 |
-
"attribute values"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#:
|
185 |
-
|
186 |
-
"
|
187 |
-
"while counting attribute values and empty values based on filters are hidden"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#:
|
191 |
-
|
192 |
-
"
|
193 |
-
"removed server side"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: main.php:
|
197 |
-
msgid "
|
198 |
msgstr ""
|
199 |
|
200 |
-
#:
|
201 |
-
|
|
|
202 |
msgstr ""
|
203 |
|
204 |
-
#:
|
205 |
-
msgid "
|
206 |
msgstr ""
|
207 |
|
208 |
-
#:
|
209 |
-
|
|
|
210 |
msgstr ""
|
211 |
|
212 |
-
#:
|
213 |
-
|
|
|
214 |
msgstr ""
|
215 |
|
216 |
-
#:
|
217 |
-
|
|
|
218 |
msgstr ""
|
219 |
|
220 |
-
#:
|
221 |
-
msgid "
|
222 |
msgstr ""
|
223 |
|
224 |
-
#:
|
225 |
-
|
|
|
226 |
msgstr ""
|
227 |
|
228 |
-
#:
|
229 |
-
msgid "
|
230 |
msgstr ""
|
231 |
|
232 |
-
#:
|
233 |
-
msgid ""
|
234 |
-
"Hide selected filters area if nothing selected(affect only area above "
|
235 |
-
"products)"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#:
|
239 |
-
msgid "
|
240 |
msgstr ""
|
241 |
|
242 |
-
#:
|
243 |
-
msgid "
|
244 |
msgstr ""
|
245 |
|
246 |
-
#:
|
|
|
247 |
msgid ""
|
248 |
-
"
|
249 |
-
"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#:
|
253 |
-
|
|
|
|
|
|
|
254 |
msgstr ""
|
255 |
|
256 |
-
#:
|
|
|
257 |
msgid ""
|
258 |
-
"
|
259 |
-
"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#:
|
263 |
-
|
|
|
|
|
|
|
264 |
msgstr ""
|
265 |
|
266 |
-
#:
|
|
|
267 |
msgid ""
|
268 |
-
"
|
269 |
-
"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#:
|
273 |
-
msgid "
|
|
|
|
|
274 |
msgstr ""
|
275 |
|
276 |
-
#:
|
277 |
-
msgid "
|
278 |
msgstr ""
|
279 |
|
280 |
-
#:
|
281 |
-
msgid "
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: main.php:
|
285 |
-
msgid "
|
|
|
|
|
|
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: main.php:
|
289 |
-
msgid "
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: main.php:
|
293 |
msgid ""
|
294 |
-
"
|
|
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: main.php:
|
298 |
-
msgid "
|
299 |
msgstr ""
|
300 |
|
301 |
-
#:
|
302 |
-
msgid "
|
303 |
msgstr ""
|
304 |
|
305 |
-
#:
|
306 |
-
msgid "
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: main.php:
|
310 |
-
msgid "
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: main.php:
|
314 |
-
msgid "
|
315 |
msgstr ""
|
316 |
|
317 |
-
#:
|
318 |
-
msgid "
|
319 |
msgstr ""
|
320 |
|
321 |
-
#:
|
322 |
-
msgid "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#:
|
326 |
-
|
327 |
-
#: templates/filter_post_simple.php:11 templates/settings/design.php:19
|
328 |
-
msgid "Title"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#:
|
332 |
-
msgid "
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: main.php:
|
336 |
-
|
337 |
-
msgid "Description"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#:
|
341 |
-
msgid "
|
342 |
msgstr ""
|
343 |
|
344 |
-
#:
|
345 |
-
msgid "
|
|
|
346 |
msgstr ""
|
347 |
|
348 |
-
#:
|
349 |
-
msgid "
|
350 |
msgstr ""
|
351 |
|
352 |
-
#:
|
353 |
-
msgid ""
|
354 |
-
"[attribute 1 values] {title} with [attribute] [values] and [attribute] "
|
355 |
-
"[values]"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#:
|
359 |
-
msgid "
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: main.php:
|
363 |
-
msgid "
|
364 |
msgstr ""
|
365 |
|
366 |
-
#:
|
367 |
-
msgid ""
|
368 |
-
"Display always products when filters selected. Use this when you have "
|
369 |
-
"categories and subcategories on shop pages, but you want to display products "
|
370 |
-
"on filtering"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#:
|
374 |
-
msgid "
|
375 |
msgstr ""
|
376 |
|
377 |
-
#:
|
378 |
-
|
|
|
|
|
|
|
|
|
379 |
msgstr ""
|
380 |
|
381 |
-
#:
|
382 |
-
msgid "
|
|
|
|
|
383 |
msgstr ""
|
384 |
|
385 |
-
#:
|
386 |
-
|
|
|
387 |
msgstr ""
|
388 |
|
389 |
-
#:
|
390 |
-
|
391 |
-
|
|
|
392 |
|
393 |
-
#: main.php:
|
394 |
-
|
395 |
-
#: addons/deprecated_filters/filter_post.php:402
|
396 |
-
#: addons/deprecated_filters/filter_post.php:509
|
397 |
-
#: includes/compatibility/beaver-builder.php:19
|
398 |
-
#: includes/compatibility/divi-theme-builder.php:35
|
399 |
-
#: includes/compatibility/elementor-pro.php:18
|
400 |
-
#: templates/paid/filters_group.php:29 templates/settings/design.php:23
|
401 |
-
#: templates/settings/design.php:37 templates/settings/design.php:42
|
402 |
-
#: templates/settings/design.php:50 templates/settings/design.php:64
|
403 |
-
#: templates/settings/design.php:69 templates/settings/design.php:77
|
404 |
-
#: templates/settings/design.php:91 templates/settings/design.php:96
|
405 |
-
#: templates/single_filter/single_settings_elements.php:109
|
406 |
-
#: templates/single_filter/single_settings_elements.php:337
|
407 |
-
#: templates/single_filter/single_settings_elements.php:499
|
408 |
-
#: addons/deprecated_filters/settings/design.php:57
|
409 |
-
#: addons/deprecated_filters/settings/design.php:165
|
410 |
-
#: addons/deprecated_filters/settings/design.php:179
|
411 |
-
#: addons/deprecated_filters/settings/design.php:184
|
412 |
-
#: addons/deprecated_filters/settings/design.php:421
|
413 |
-
#: addons/deprecated_filters/settings/design.php:435
|
414 |
-
#: addons/deprecated_filters/settings/design.php:440
|
415 |
-
#: addons/deprecated_filters/settings/design.php:653
|
416 |
-
#: addons/deprecated_filters/settings/design.php:658
|
417 |
-
#: addons/deprecated_filters/settings/design.php:666
|
418 |
-
#: addons/deprecated_filters/settings/design.php:677
|
419 |
-
#: addons/deprecated_filters/settings/design.php:682
|
420 |
-
#: addons/deprecated_filters/settings/design.php:722
|
421 |
-
#: addons/deprecated_filters/settings/design.php:727
|
422 |
-
#: addons/deprecated_filters/settings/design.php:735
|
423 |
-
#: addons/deprecated_filters/settings/design.php:743
|
424 |
-
#: addons/deprecated_filters/settings/design.php:748
|
425 |
-
#: addons/deprecated_filters/settings/design.php:756
|
426 |
-
#: addons/deprecated_filters/settings/design.php:761
|
427 |
-
msgid "Default"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#:
|
431 |
-
msgid "
|
432 |
msgstr ""
|
433 |
|
434 |
-
#:
|
435 |
-
|
|
|
|
|
436 |
msgstr ""
|
437 |
|
438 |
-
#:
|
439 |
msgid ""
|
440 |
-
"
|
441 |
-
"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: main.php:
|
445 |
-
msgid "
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: main.php:
|
449 |
-
msgid "
|
450 |
msgstr ""
|
451 |
|
452 |
-
#:
|
453 |
-
|
454 |
-
#: templates/single_filter/single_settings_elements.php:273
|
455 |
-
#: templates/single_filter/single_settings_elements.php:286
|
456 |
-
#: templates/single_filter/single_settings_elements.php:451
|
457 |
-
msgid "Disabled"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#:
|
461 |
-
msgid "
|
462 |
msgstr ""
|
463 |
|
464 |
-
#:
|
465 |
-
msgid "
|
466 |
msgstr ""
|
467 |
|
468 |
-
#:
|
469 |
-
msgid "
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: main.php:
|
473 |
-
msgid "
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: main.php:
|
477 |
msgid ""
|
478 |
-
"
|
479 |
-
"
|
480 |
-
|
481 |
-
|
482 |
-
#: main.php:975
|
483 |
-
msgid "Incompatibility Fixes"
|
484 |
-
msgstr ""
|
485 |
-
|
486 |
-
#: main.php:978
|
487 |
-
msgid "Display styles only for pages with filters"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#:
|
491 |
-
|
|
|
|
|
|
|
492 |
msgstr ""
|
493 |
|
494 |
-
#:
|
495 |
-
msgid "
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: main.php:
|
499 |
-
msgid "
|
|
|
|
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: main.php:
|
503 |
-
msgid "
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: main.php:
|
507 |
-
msgid "
|
|
|
|
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: main.php:
|
511 |
-
msgid "
|
512 |
msgstr ""
|
513 |
|
514 |
-
#:
|
515 |
msgid ""
|
516 |
-
"
|
517 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
518 |
msgstr ""
|
519 |
|
520 |
-
#:
|
521 |
-
|
|
|
522 |
msgstr ""
|
523 |
|
524 |
-
#:
|
525 |
-
msgid "
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: main.php:
|
529 |
msgid ""
|
530 |
-
"
|
531 |
-
"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: main.php:
|
535 |
-
msgid "
|
|
|
|
|
|
|
536 |
msgstr ""
|
537 |
|
538 |
-
#:
|
539 |
-
|
|
|
540 |
msgstr ""
|
541 |
|
542 |
-
#:
|
543 |
-
|
|
|
544 |
msgstr ""
|
545 |
|
546 |
-
#:
|
547 |
-
|
|
|
548 |
msgstr ""
|
549 |
|
550 |
-
#:
|
551 |
-
msgid "
|
552 |
msgstr ""
|
553 |
|
554 |
-
#:
|
555 |
-
|
|
|
|
|
|
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: main.php:
|
559 |
-
msgid "
|
|
|
|
|
560 |
msgstr ""
|
561 |
|
562 |
-
#:
|
563 |
-
|
|
|
|
|
564 |
msgstr ""
|
565 |
|
566 |
-
#:
|
567 |
-
|
|
|
568 |
msgstr ""
|
569 |
|
570 |
-
#:
|
571 |
msgid ""
|
572 |
-
"
|
573 |
-
"
|
574 |
-
"your theme."
|
575 |
msgstr ""
|
576 |
|
577 |
-
#:
|
578 |
-
msgid "
|
579 |
msgstr ""
|
580 |
|
581 |
-
#:
|
582 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
583 |
msgstr ""
|
584 |
|
585 |
-
#:
|
586 |
-
msgid "
|
587 |
msgstr ""
|
588 |
|
589 |
-
#:
|
590 |
-
msgid ""
|
591 |
-
"Version of Font Awesome that will be used on front end. Please select "
|
592 |
-
"version that you have in your theme"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#:
|
596 |
-
msgid "
|
597 |
msgstr ""
|
598 |
|
599 |
-
#:
|
600 |
-
msgid "
|
601 |
msgstr ""
|
602 |
|
603 |
-
#:
|
604 |
-
msgid "
|
605 |
msgstr ""
|
606 |
|
607 |
-
#:
|
608 |
-
msgid ""
|
609 |
-
"If you want to add own actions right on products update. You can manipulate "
|
610 |
-
"data here, try: data.products = 'Ha!';"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: main.php:
|
614 |
-
msgid "
|
615 |
msgstr ""
|
616 |
|
617 |
-
#:
|
618 |
-
msgid "
|
619 |
msgstr ""
|
620 |
|
621 |
-
#:
|
622 |
-
|
|
|
623 |
msgstr ""
|
624 |
|
625 |
-
#:
|
626 |
-
|
627 |
-
"
|
628 |
-
"stock/in stock and will be displayed as without this option"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#:
|
632 |
-
msgid "
|
633 |
msgstr ""
|
634 |
|
635 |
-
#:
|
636 |
-
msgid "
|
637 |
msgstr ""
|
638 |
|
639 |
-
#:
|
640 |
-
msgid ""
|
641 |
-
"Default WooCommerce page are: shop page, category page, tag page, attribute "
|
642 |
-
"page etc."
|
643 |
msgstr ""
|
644 |
|
645 |
-
#:
|
646 |
-
msgid ""
|
647 |
-
"Also it can does not work on WooCommerce pages edited with help of any page "
|
648 |
-
"builders (Divi Builder, Elementor Builder etc.)"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#:
|
652 |
-
|
|
|
|
|
653 |
msgstr ""
|
654 |
|
655 |
-
#:
|
656 |
-
msgid ""
|
657 |
-
"Any option except first will slow down page load, because required some "
|
658 |
-
"additional queries to database"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: main.php:
|
662 |
-
msgid ""
|
663 |
-
"plugin do not recount anything. Only attribute values, that do not have "
|
664 |
-
"products for full shop will be removed (fastest variant)"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: main.php:
|
668 |
-
msgid ""
|
669 |
-
"plugin recount products for attribute values based on page where displayed. "
|
670 |
-
"Attribute values, that do not have products for current page will be removed"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#:
|
674 |
-
msgid ""
|
675 |
-
"plugin recount products only after filtering. Only attribute values, that do "
|
676 |
-
"not have products for full shop will be removed. You can hide other empty "
|
677 |
-
"values after filtering with help of option"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: main.php:
|
681 |
-
msgid ""
|
682 |
-
"uses previous two option together. Works slower, because recounts twice for "
|
683 |
-
"each attribute values (not recommended)"
|
684 |
msgstr ""
|
685 |
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
"will be removed based on page and selected filters"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#:
|
693 |
-
msgid "
|
694 |
msgstr ""
|
695 |
|
696 |
-
#:
|
697 |
-
msgid "
|
698 |
msgstr ""
|
699 |
|
700 |
-
#:
|
701 |
-
msgid "
|
702 |
msgstr ""
|
703 |
|
704 |
-
#:
|
705 |
-
|
|
|
706 |
msgstr ""
|
707 |
|
708 |
-
#:
|
709 |
-
|
|
|
|
|
710 |
msgstr ""
|
711 |
|
712 |
-
#:
|
713 |
-
|
|
|
714 |
msgstr ""
|
715 |
|
716 |
-
#:
|
717 |
-
|
|
|
718 |
msgstr ""
|
719 |
|
720 |
-
#:
|
721 |
-
msgid ""
|
722 |
-
"IMPORTANT: It will generate some products on your site. Please disable all "
|
723 |
-
"SEO plugins and plugins, that doing anything on product creating."
|
724 |
msgstr ""
|
725 |
|
726 |
-
#:
|
727 |
-
msgid ""
|
728 |
-
"Script was runned, but page closed until end. Please stop it to prevent any "
|
729 |
-
"problems on your site"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#:
|
733 |
-
msgid "
|
734 |
msgstr ""
|
735 |
|
736 |
-
#:
|
737 |
-
msgid "
|
738 |
msgstr ""
|
739 |
|
740 |
-
#:
|
741 |
-
msgid "
|
742 |
msgstr ""
|
743 |
|
744 |
-
#:
|
745 |
-
msgid "
|
746 |
msgstr ""
|
747 |
|
748 |
-
#:
|
749 |
-
msgid "
|
750 |
msgstr ""
|
751 |
|
752 |
-
#:
|
753 |
-
msgid "
|
754 |
msgstr ""
|
755 |
|
756 |
-
#:
|
757 |
-
msgid ""
|
758 |
-
"Wait until end <strong style=\"color:red;\">do not close this page</strong>"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#:
|
762 |
-
msgid "
|
763 |
msgstr ""
|
764 |
|
765 |
-
#:
|
766 |
-
msgid "
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: main.php:
|
770 |
-
msgid "
|
771 |
msgstr ""
|
772 |
|
773 |
-
#:
|
774 |
-
msgid "
|
775 |
msgstr ""
|
776 |
|
777 |
-
#:
|
778 |
-
|
779 |
-
#: templates/old_templates/checkbox.php:140
|
780 |
-
#: templates/old_templates/color.php:206
|
781 |
-
msgid "Show value(s)"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#:
|
785 |
-
msgid "
|
786 |
msgstr ""
|
787 |
|
788 |
-
#:
|
789 |
-
msgid "
|
|
|
|
|
790 |
msgstr ""
|
791 |
|
792 |
-
#:
|
793 |
-
msgid "
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: main.php:
|
797 |
-
|
|
|
|
|
798 |
msgstr ""
|
799 |
|
800 |
-
#:
|
801 |
-
msgid "
|
802 |
msgstr ""
|
803 |
|
804 |
-
#:
|
805 |
-
|
|
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: includes/
|
809 |
-
|
810 |
-
msgid "Product Filter"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: includes/
|
814 |
-
|
815 |
-
msgid "Filters"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: includes/
|
819 |
-
msgid "
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: includes/
|
823 |
-
msgid "
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: includes/
|
827 |
-
|
828 |
-
#: templates/filters_group_simple.php:32 templates/filters_group_simple.php:57
|
829 |
-
msgid "Edit"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: includes/
|
833 |
-
msgid "
|
834 |
msgstr ""
|
835 |
|
836 |
-
#:
|
837 |
-
msgid "
|
838 |
msgstr ""
|
839 |
|
840 |
-
#:
|
841 |
-
msgid "
|
842 |
msgstr ""
|
843 |
|
844 |
-
#:
|
845 |
-
msgid "
|
846 |
msgstr ""
|
847 |
|
848 |
-
#:
|
849 |
-
msgid "
|
850 |
msgstr ""
|
851 |
|
852 |
-
#:
|
853 |
-
msgid "
|
854 |
msgstr ""
|
855 |
|
856 |
-
#:
|
857 |
-
msgid "
|
858 |
msgstr ""
|
859 |
|
860 |
-
#:
|
861 |
-
msgid "
|
862 |
msgstr ""
|
863 |
|
864 |
-
#:
|
865 |
-
#: templates/
|
866 |
-
msgid "
|
867 |
msgstr ""
|
868 |
|
869 |
-
#:
|
870 |
-
|
|
|
871 |
msgstr ""
|
872 |
|
873 |
-
#:
|
874 |
-
|
875 |
-
|
|
|
876 |
msgstr ""
|
877 |
|
878 |
-
#:
|
879 |
-
msgid "
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: includes/
|
883 |
-
|
|
|
|
|
|
|
|
|
884 |
msgstr ""
|
885 |
|
886 |
-
#:
|
887 |
-
msgid ""
|
888 |
-
"Widget to display single filter in your sidebar. Add it to needed sidebar"
|
889 |
msgstr ""
|
890 |
|
891 |
-
#:
|
892 |
-
msgid "
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: includes/custom_post.php:
|
896 |
-
|
|
|
897 |
msgstr ""
|
898 |
|
899 |
-
#:
|
900 |
-
msgid "
|
901 |
msgstr ""
|
902 |
|
903 |
-
#:
|
904 |
-
msgid "
|
905 |
msgstr ""
|
906 |
|
907 |
-
#:
|
908 |
-
msgid "
|
909 |
msgstr ""
|
910 |
|
911 |
-
#:
|
912 |
-
msgid "
|
|
|
|
|
|
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: includes/
|
916 |
-
msgid "
|
917 |
msgstr ""
|
918 |
|
919 |
-
#:
|
920 |
-
msgid "
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: includes/
|
924 |
-
msgid "
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: includes/
|
928 |
-
|
929 |
-
#: addons/deprecated_filters/display_widget.php:215
|
930 |
-
#: addons/deprecated_filters/filter_post.php:59
|
931 |
-
#: includes/filters/display_widget.php:219 templates/settings/design.php:73
|
932 |
-
#: templates/single_filter/widget_type.php:8
|
933 |
-
msgid "Filter"
|
934 |
msgstr ""
|
935 |
|
936 |
-
#:
|
937 |
-
|
938 |
-
#: templates/single_filter/widget_type.php:16
|
939 |
-
#: addons/deprecated_filters/display_filter/update_button.php:10
|
940 |
-
msgid "Update Products button"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#:
|
944 |
-
#:
|
945 |
-
|
946 |
-
#: addons/deprecated_filters/display_filter/reset_button.php:10
|
947 |
-
msgid "Reset Products button"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: includes/
|
951 |
-
#: templates/single_filter/
|
952 |
-
|
953 |
-
msgid "Selected Filters area"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: includes/
|
957 |
-
|
|
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: includes/
|
961 |
-
msgid "
|
962 |
msgstr ""
|
963 |
|
964 |
-
#:
|
965 |
-
#:
|
966 |
-
|
967 |
-
#: addons/deprecated_filters/display_widget.php:141
|
968 |
-
#: addons/deprecated_filters/filter_post.php:84
|
969 |
-
#: addons/deprecated_filters/filter_post.php:126
|
970 |
-
#: includes/filters/display_widget.php:142
|
971 |
-
#: templates/single_filter/single_settings_elements.php:71
|
972 |
-
#: templates/single_filter/single_settings_elements.php:658
|
973 |
-
msgid "Attribute"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#:
|
977 |
-
|
978 |
-
#: includes/paid.php:1737 addons/deprecated_filters/display_widget.php:145
|
979 |
-
#: addons/deprecated_filters/filter_post.php:88
|
980 |
-
#: includes/filters/display_widget.php:146
|
981 |
-
#: templates/single_filter/single_settings_elements.php:666
|
982 |
-
msgid "Tag"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#:
|
986 |
-
|
|
|
987 |
msgstr ""
|
988 |
|
989 |
-
#:
|
990 |
-
msgid "
|
991 |
msgstr ""
|
992 |
|
993 |
-
#:
|
994 |
-
|
|
|
995 |
msgstr ""
|
996 |
|
997 |
-
#:
|
998 |
-
|
999 |
-
#: includes/filters/display_widget.php:433
|
1000 |
-
#: templates/single_filter/single_settings_elements.php:650
|
1001 |
-
msgid "Price"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#:
|
1005 |
-
|
|
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#:
|
1009 |
-
|
1010 |
-
#: addons/deprecated_filters/filter_post.php:92
|
1011 |
-
#: includes/filters/display_widget.php:150
|
1012 |
-
#: templates/single_filter/single_settings_elements.php:675
|
1013 |
-
msgid "Product Category"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: includes/
|
1017 |
-
|
|
|
|
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: includes/custom_post.php:
|
1021 |
-
msgid "
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: includes/custom_post.php:
|
1025 |
-
|
1026 |
-
#: addons/deprecated_filters/filter_post.php:99
|
1027 |
-
#: includes/filters/display_widget.php:157
|
1028 |
-
#: templates/single_filter/single_settings_elements.php:686
|
1029 |
-
msgid "Rating"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: includes/custom_post.php:
|
1033 |
-
|
1034 |
-
msgid "Product sub-categories"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: includes/
|
1038 |
-
|
|
|
1039 |
msgstr ""
|
1040 |
|
1041 |
-
#: includes/custom_post.php:
|
1042 |
-
msgid "
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: includes/
|
1046 |
-
|
1047 |
-
msgid "Product Filter Group"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: includes/custom_post.php:
|
1051 |
-
|
1052 |
-
msgid "Groups"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: includes/
|
1056 |
-
msgid "
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#:
|
1060 |
-
msgid "
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: includes/
|
1064 |
-
msgid "
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: includes/
|
1068 |
-
msgid "
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: includes/
|
1072 |
-
msgid "
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: includes/
|
1076 |
-
msgid "
|
1077 |
msgstr ""
|
1078 |
|
1079 |
-
#: includes/
|
1080 |
-
msgid "
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#:
|
1084 |
-
|
|
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#:
|
1088 |
-
msgid "
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#:
|
1092 |
-
msgid "
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: includes/
|
1096 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#:
|
1100 |
-
msgid "
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#:
|
1104 |
-
msgid "
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#:
|
1108 |
-
msgid "
|
|
|
|
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: includes/
|
1112 |
-
|
1113 |
-
msgid "--Please select filter--"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#:
|
1117 |
-
msgid "
|
1118 |
-
msgstr ""
|
1119 |
-
|
1120 |
-
#: includes/divi-builder.php:72 includes/new_widget.php:125
|
1121 |
-
msgid "--Please select group--"
|
1122 |
-
msgstr ""
|
1123 |
-
|
1124 |
-
#: includes/divi-builder.php:81 includes/new_widget.php:118
|
1125 |
-
#: includes/paid.php:296
|
1126 |
-
msgid "Group"
|
1127 |
-
msgstr ""
|
1128 |
-
|
1129 |
-
#: includes/divi-builder.php:115
|
1130 |
-
msgid "BeRocket Filter Next Product"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#:
|
1134 |
-
msgid "
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: includes/
|
1138 |
-
msgid "
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#:
|
1142 |
-
|
|
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#:
|
1146 |
-
|
|
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: includes/functions.php:
|
1150 |
msgid "Description Block"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: includes/functions.php:
|
1154 |
msgid "Description Block Border"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: includes/functions.php:
|
1158 |
-
msgid "Description Block Title"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: includes/functions.php:841
|
1162 |
msgid "Description Block Text"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: includes/functions.php:
|
1166 |
-
msgid "
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#:
|
1170 |
-
msgid "
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#:
|
1174 |
-
msgid "
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: includes/
|
1178 |
-
msgid "
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#:
|
1182 |
-
|
|
|
|
|
|
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#:
|
1186 |
-
msgid "
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#:
|
1190 |
-
msgid "AJAX
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#:
|
1194 |
-
msgid "
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#:
|
1198 |
-
msgid "
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#:
|
1202 |
-
msgid "
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#:
|
1206 |
-
|
|
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#:
|
1210 |
-
|
1211 |
-
msgid "Manage filters"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#:
|
1215 |
-
msgid "
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: includes/paid.php:
|
1219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: includes/paid.php:
|
1223 |
-
msgid "
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#:
|
1227 |
-
msgid "
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#:
|
1231 |
-
msgid "
|
1232 |
msgstr ""
|
1233 |
|
1234 |
-
#:
|
1235 |
-
msgid "
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#:
|
1239 |
-
msgid "
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#:
|
1243 |
-
msgid "
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#:
|
1247 |
-
msgid ""
|
1248 |
-
"Works only with SEO friendly urls. WordPress permalinks must be set to Post "
|
1249 |
-
"name(Custom structure: /%postname%/ )"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#:
|
1253 |
-
msgid "
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: includes/paid.php:
|
1257 |
-
|
|
|
|
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#:
|
1261 |
-
|
1262 |
-
msgid "Elements position"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
-
#: includes/paid.php:
|
1266 |
-
msgid "
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: includes/paid.php:
|
1270 |
-
msgid "
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: includes/paid.php:
|
1274 |
-
msgid "
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#:
|
1278 |
-
msgid "
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#:
|
1282 |
-
msgid "
|
1283 |
msgstr ""
|
1284 |
|
1285 |
-
#:
|
1286 |
-
msgid "
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: includes/paid.php:
|
1290 |
-
msgid "
|
|
|
|
|
1291 |
msgstr ""
|
1292 |
|
1293 |
-
#:
|
1294 |
-
|
|
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#: includes/paid.php:
|
1298 |
msgid "Display variation data"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
-
#: includes/paid.php:
|
1302 |
msgid "Display variation image"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
-
#: includes/paid.php:
|
1306 |
msgid "Display variation price"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
-
#: includes/paid.php:
|
1310 |
-
|
|
|
|
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#:
|
1314 |
-
|
|
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#:
|
1318 |
-
|
|
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#:
|
1322 |
-
msgid ""
|
1323 |
-
"Change image/price on variable products to image/price from variation that "
|
1324 |
-
"has attribute value of selected filters."
|
1325 |
msgstr ""
|
1326 |
|
1327 |
-
#:
|
1328 |
msgid ""
|
1329 |
-
"
|
1330 |
-
"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
-
#:
|
1334 |
-
msgid ""
|
1335 |
-
"If you have this issue, then please contact theme developer with this issue"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#:
|
1339 |
-
msgid "
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#:
|
1343 |
msgid ""
|
1344 |
-
"
|
1345 |
-
"
|
|
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#:
|
1349 |
-
msgid "
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: includes/
|
1353 |
-
msgid "
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#:
|
1357 |
-
msgid "
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#:
|
1361 |
-
msgid "
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#:
|
1365 |
-
msgid "
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: includes/
|
1369 |
-
|
|
|
|
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: includes/
|
1373 |
-
|
1374 |
-
msgid "SHOW FILTERS"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: includes/
|
1378 |
-
msgid "
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#:
|
1382 |
-
|
|
|
|
|
|
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#:
|
1386 |
-
msgid "
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#:
|
1390 |
-
msgid "
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: includes/paid.php:
|
1394 |
-
msgid "
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: includes/paid.php:
|
1398 |
-
|
|
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#:
|
1402 |
-
msgid "
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: includes/paid.php:
|
1406 |
-
msgid "
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: includes/
|
1410 |
-
#:
|
1411 |
-
#:
|
1412 |
-
msgid "
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#:
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
|
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#:
|
1422 |
-
#: addons/deprecated_filters/filter_post.php:
|
1423 |
-
|
|
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: includes/paid.php:
|
1427 |
-
msgid "
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: includes/paid.php:
|
1431 |
-
msgid "
|
|
|
|
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: includes/paid.php:
|
1435 |
-
msgid "
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#:
|
1439 |
-
msgid "
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#:
|
1443 |
-
|
1444 |
-
msgid "Before"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
-
#:
|
1448 |
-
|
1449 |
-
msgid "After"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#:
|
1453 |
-
msgid "
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#:
|
1457 |
-
msgid "
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: includes/paid.php:
|
1461 |
-
|
1462 |
-
msgid "Background color"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: includes/
|
1466 |
-
msgid "
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#:
|
1470 |
-
msgid "
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: includes/
|
1474 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#:
|
1478 |
-
msgid "
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: includes/paid.php:
|
1482 |
-
|
|
|
|
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#:
|
1486 |
-
msgid "
|
|
|
|
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#:
|
1490 |
-
msgid "
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#:
|
1494 |
-
msgid "
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#:
|
1498 |
-
msgid "
|
|
|
|
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#:
|
1502 |
-
msgid "
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#:
|
1506 |
-
msgid "
|
|
|
|
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#:
|
1510 |
-
msgid "
|
|
|
|
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#:
|
1514 |
-
msgid "
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#:
|
1518 |
-
msgid "
|
|
|
|
|
|
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#:
|
1522 |
-
msgid "
|
|
|
|
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#:
|
1526 |
-
msgid "
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#:
|
1530 |
-
msgid "
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: includes/
|
1534 |
-
msgid "
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#:
|
1538 |
-
msgid "
|
|
|
|
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#:
|
1542 |
-
|
1543 |
-
#: includes/paid.php:3853
|
1544 |
-
msgid "Child"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
-
#:
|
1548 |
-
msgid "
|
|
|
|
|
1549 |
msgstr ""
|
1550 |
|
1551 |
-
#: includes/paid.php:
|
1552 |
-
|
1553 |
-
msgid "\"No values\" messages"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#:
|
1557 |
-
|
1558 |
-
msgid "\"Select previous\" messages"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#:
|
1562 |
-
msgid "
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#:
|
1566 |
-
msgid "
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#:
|
1570 |
-
msgid "
|
|
|
|
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#:
|
1574 |
-
msgid "
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#:
|
1578 |
-
msgid "
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#:
|
1582 |
-
msgid "
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#:
|
1586 |
-
|
|
|
|
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#:
|
1590 |
-
|
|
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#:
|
1594 |
-
msgid "
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#:
|
1598 |
-
|
|
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#:
|
1602 |
-
|
|
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: includes/paid.php:
|
1606 |
-
msgid "
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#:
|
1610 |
-
#:
|
1611 |
-
msgid "
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#:
|
1615 |
-
#:
|
1616 |
-
msgid "
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#:
|
1620 |
-
msgid "
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#:
|
1624 |
-
msgid "
|
1625 |
msgstr ""
|
1626 |
|
1627 |
-
#:
|
1628 |
-
msgid "
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#:
|
1632 |
-
msgid "
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#:
|
1636 |
-
msgid "
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#:
|
1640 |
-
msgid "
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: includes/
|
1644 |
-
|
|
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#:
|
1648 |
-
msgid "
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: includes/
|
1652 |
-
|
1653 |
-
msgid "Show last range to the infinity"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: includes/
|
1657 |
-
msgid "
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#:
|
1661 |
-
msgid "
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#:
|
1665 |
-
msgid "
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#:
|
1669 |
-
msgid "
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#:
|
1673 |
-
msgid "
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: includes/paid.php:
|
1677 |
-
msgid "
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#:
|
1681 |
-
|
|
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#:
|
1685 |
-
msgid "
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: includes/paid.php:
|
1689 |
-
msgid "
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#:
|
1693 |
-
|
|
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#:
|
1697 |
-
|
|
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#:
|
1701 |
-
msgid "
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#:
|
1705 |
-
msgid "
|
|
|
|
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#:
|
1709 |
-
msgid "
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: includes/paid.php:
|
1713 |
-
msgid "
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: includes/
|
1717 |
-
msgid "
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: includes/
|
1721 |
-
msgid "
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: includes/
|
1725 |
-
msgid "
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#:
|
1729 |
-
|
1730 |
-
msgid "You can use some replacements"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#:
|
1734 |
-
msgid "
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#:
|
1738 |
-
msgid "
|
|
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#:
|
1742 |
-
#: templates/single_filter/single_settings_elements.php:
|
1743 |
-
msgid "
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#:
|
1747 |
-
|
1748 |
-
msgid "currency code(USD)"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: includes/paid.php:
|
1752 |
-
msgid "
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#:
|
1756 |
-
msgid "
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: includes/
|
1760 |
-
msgid "
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#:
|
1764 |
-
msgid "
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#:
|
1768 |
-
msgid "
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#:
|
1772 |
-
msgid "
|
|
|
|
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#:
|
1776 |
-
msgid "
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
|
1780 |
-
|
1781 |
-
msgid "BeRocket"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
|
1785 |
msgid ""
|
1786 |
-
"
|
1787 |
-
"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
|
1791 |
-
|
1792 |
-
|
|
|
1793 |
msgstr ""
|
1794 |
|
1795 |
-
#:
|
1796 |
-
msgid "
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: templates/
|
1800 |
-
msgid "
|
1801 |
msgstr ""
|
1802 |
|
1803 |
-
#: templates/
|
1804 |
-
msgid "
|
1805 |
msgstr ""
|
1806 |
|
1807 |
-
#: templates/
|
1808 |
-
msgid "
|
1809 |
msgstr ""
|
1810 |
|
1811 |
-
#: templates/
|
1812 |
-
msgid "
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#:
|
1816 |
-
msgid "
|
1817 |
msgstr ""
|
1818 |
|
1819 |
-
#: templates/
|
1820 |
-
msgid "
|
|
|
|
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
#:
|
1824 |
-
msgid "
|
|
|
|
|
1825 |
msgstr ""
|
1826 |
|
1827 |
-
#:
|
1828 |
-
msgid "
|
|
|
1829 |
msgstr ""
|
1830 |
|
1831 |
-
#:
|
1832 |
-
msgid "
|
|
|
|
|
1833 |
msgstr ""
|
1834 |
|
1835 |
-
#:
|
1836 |
-
msgid "
|
|
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#:
|
1840 |
-
msgid "
|
1841 |
msgstr ""
|
1842 |
|
1843 |
-
#:
|
1844 |
-
msgid "
|
1845 |
msgstr ""
|
1846 |
|
1847 |
-
#:
|
1848 |
-
msgid "
|
|
|
|
|
1849 |
msgstr ""
|
1850 |
|
1851 |
-
#:
|
1852 |
-
msgid "
|
|
|
|
|
1853 |
msgstr ""
|
1854 |
|
1855 |
-
#:
|
1856 |
-
|
|
|
|
|
1857 |
msgstr ""
|
1858 |
|
1859 |
-
#:
|
1860 |
-
#, php-format
|
1861 |
msgid ""
|
1862 |
-
"
|
1863 |
-
"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#:
|
1867 |
-
msgid "
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#:
|
1871 |
-
|
1872 |
-
|
1873 |
-
|
1874 |
msgstr ""
|
1875 |
|
1876 |
-
#:
|
1877 |
-
#:
|
1878 |
-
|
1879 |
-
msgid "Collapse this widget on load?"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: templates/
|
1883 |
-
msgid "
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#:
|
1887 |
-
|
1888 |
-
msgid "Select <strong>%s</strong> in step <strong>%s</strong>"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
-
#:
|
1892 |
-
|
1893 |
-
#: templates/single_filter/all_steps.php:7
|
1894 |
-
msgid "Widget Type"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#:
|
1898 |
-
msgid ""
|
1899 |
-
"How to add update products button? (to filter products only after click on "
|
1900 |
-
"button)"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
-
#:
|
1904 |
-
msgid ""
|
1905 |
-
"Title will be displayed only on admin side.<br>You can write text, that want "
|
1906 |
-
"to mark it for admin side"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#:
|
1910 |
-
msgid ""
|
1911 |
-
"Where filters must be displayed.<br>Filter will be displayed on all pages if "
|
1912 |
-
"do not have conditions.<br><strong>Please first try to add filter without "
|
1913 |
-
"any condition to check that it works</strong>"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
-
#: templates/
|
1917 |
-
msgid ""
|
1918 |
-
"Title will be displayed as widget title.<br>You can write text, that want to "
|
1919 |
-
"display above filter"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#:
|
1923 |
-
msgid ""
|
1924 |
-
"All that can be displayed you can select there<h3>Variants:</h3><ul><li>"
|
1925 |
-
"<strong>Filter</strong>(main type) - filters by attributes, categories, "
|
1926 |
-
"price etc.</li><li><strong>Update Products button</strong> - button to apply "
|
1927 |
-
"filters to products. Filter will applies only after click on update "
|
1928 |
-
"button</li><li><strong>Reset Products button</strong> - button to disable "
|
1929 |
-
"all selected filters</li><li><strong>Selected Filters area</strong> - "
|
1930 |
-
"display selected filters and provide possibility to disable it in one "
|
1931 |
-
"place</li></ul>"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1935 |
msgid ""
|
1936 |
-
"
|
1937 |
-
"
|
|
|
|
|
|
|
|
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#:
|
1941 |
-
msgid "
|
1942 |
msgstr ""
|
1943 |
|
1944 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1945 |
msgid ""
|
1946 |
-
"
|
1947 |
-
"can
|
|
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#:
|
1951 |
-
|
|
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1955 |
msgid ""
|
1956 |
-
"
|
1957 |
-
"
|
1958 |
-
"works</strong>"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
-
#:
|
1962 |
-
msgid "
|
|
|
|
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1966 |
msgid ""
|
1967 |
-
"
|
1968 |
-
"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
#: templates/filter_post_simple.php:121
|
1972 |
-
#: addons/deprecated_filters/filter_post.php:
|
1973 |
-
#: templates/single_filter/single_settings_elements.php:
|
1974 |
msgid "Operator"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#: templates/
|
|
|
|
|
|
|
|
|
1978 |
msgid ""
|
1979 |
-
"
|
1980 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1981 |
msgstr ""
|
1982 |
|
1983 |
#: templates/groups_information.php:4
|
@@ -1986,817 +2285,837 @@ msgid ""
|
|
1986 |
"use attributes instead"
|
1987 |
msgstr ""
|
1988 |
|
1989 |
-
#: templates/
|
1990 |
-
msgid "
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#:
|
1994 |
-
msgid "
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#:
|
1998 |
-
msgid "
|
1999 |
msgstr ""
|
2000 |
|
2001 |
-
#:
|
2002 |
-
msgid "
|
2003 |
msgstr ""
|
2004 |
|
2005 |
-
#: templates/
|
2006 |
-
msgid "
|
2007 |
msgstr ""
|
2008 |
|
2009 |
-
#:
|
2010 |
-
msgid "
|
|
|
|
|
2011 |
msgstr ""
|
2012 |
|
2013 |
-
#:
|
2014 |
-
msgid "
|
2015 |
msgstr ""
|
2016 |
|
2017 |
-
#: addons/
|
2018 |
msgid ""
|
2019 |
-
"
|
2020 |
-
"
|
2021 |
-
"etc</li><li>3 tables to speed up functions for variation filtering</li></ul>"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
-
#:
|
2025 |
msgid ""
|
2026 |
-
"
|
2027 |
-
"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#:
|
2031 |
msgid ""
|
2032 |
-
"
|
2033 |
-
"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
-
#:
|
2037 |
msgid ""
|
2038 |
-
"
|
|
|
2039 |
msgstr ""
|
2040 |
|
2041 |
-
#:
|
2042 |
-
#, php-format
|
2043 |
msgid ""
|
2044 |
-
"
|
2045 |
-
"
|
2046 |
-
"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#:
|
2050 |
-
msgid ""
|
2051 |
-
"Seems you have some issue with Product lookup tables. Please try to remove "
|
2052 |
-
"all data from table"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
-
#:
|
2056 |
-
msgid "
|
2057 |
msgstr ""
|
2058 |
|
2059 |
-
#:
|
2060 |
-
|
|
|
|
|
|
|
2061 |
msgstr ""
|
2062 |
|
2063 |
-
#:
|
2064 |
-
|
2065 |
-
|
|
|
|
|
|
|
|
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: addons/
|
2069 |
-
msgid "
|
2070 |
msgstr ""
|
2071 |
|
2072 |
-
#: addons/
|
2073 |
-
msgid "
|
2074 |
msgstr ""
|
2075 |
|
2076 |
-
#: addons/
|
2077 |
-
|
2078 |
-
msgid "Collapse Button style"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#:
|
2082 |
-
#:
|
2083 |
-
msgid "
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#:
|
2087 |
-
|
|
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#:
|
2091 |
-
msgid "
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#:
|
2095 |
-
msgid "
|
2096 |
msgstr ""
|
2097 |
|
2098 |
-
#:
|
2099 |
-
|
|
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#:
|
2103 |
-
msgid "
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#:
|
2107 |
-
msgid ""
|
2108 |
-
"<span style=\"color: red;\">IT WILL BE REMOVED IN THE FUTURE</span><br>"
|
2109 |
-
"Temporary compatibility with older filters"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
-
#:
|
2113 |
-
msgid ""
|
2114 |
-
"ATTENTION! After disabling this addon all filters will be converted to new "
|
2115 |
-
"version and there is no way to convert them back automatically."
|
2116 |
msgstr ""
|
2117 |
|
2118 |
-
#:
|
2119 |
-
msgid "
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#:
|
2123 |
-
msgid ""
|
2124 |
-
"Please check this on addon deactivation (it will be deactivated when "
|
2125 |
-
"settings saved)."
|
2126 |
msgstr ""
|
2127 |
|
2128 |
-
#:
|
2129 |
-
msgid ""
|
2130 |
-
"Filters on Front-end, how they looks and works. Some styles can differ in "
|
2131 |
-
"new version."
|
2132 |
msgstr ""
|
2133 |
|
2134 |
-
#:
|
2135 |
-
msgid ""
|
2136 |
-
|
2137 |
-
|
|
|
|
|
2138 |
msgstr ""
|
2139 |
|
2140 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2141 |
msgid ""
|
2142 |
-
"
|
2143 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#:
|
2147 |
-
msgid "
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#:
|
2151 |
-
|
|
|
|
|
|
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#:
|
2155 |
-
|
|
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
#:
|
2159 |
-
msgid "
|
2160 |
msgstr ""
|
2161 |
|
2162 |
-
#: addons/deprecated_filters/
|
2163 |
-
|
|
|
2164 |
msgstr ""
|
2165 |
|
2166 |
-
#:
|
2167 |
-
|
2168 |
-
msgid "1 star"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
-
#:
|
2172 |
-
|
2173 |
-
msgid ""
|
2174 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-"
|
2175 |
-
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2176 |
msgstr ""
|
2177 |
|
2178 |
-
#:
|
2179 |
-
|
2180 |
-
msgid "2 stars"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
-
#:
|
2184 |
-
|
2185 |
-
msgid ""
|
2186 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2187 |
-
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
-
#:
|
2191 |
-
|
2192 |
-
msgid "3 stars"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#:
|
2196 |
-
|
2197 |
-
msgid ""
|
2198 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2199 |
-
"star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
2200 |
msgstr ""
|
2201 |
|
2202 |
-
#:
|
2203 |
-
|
2204 |
-
msgid "4 stars"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
-
#:
|
2208 |
-
|
2209 |
-
msgid ""
|
2210 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2211 |
-
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i>"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#:
|
2215 |
-
|
2216 |
-
msgid "5 stars"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: addons/deprecated_filters/
|
2220 |
-
#:
|
2221 |
-
msgid ""
|
2222 |
-
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
2223 |
-
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i>"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
-
#:
|
2227 |
-
|
2228 |
-
|
2229 |
-
|
2230 |
-
msgid "Any"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
-
#:
|
2234 |
-
msgid "
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#:
|
2238 |
-
msgid ""
|
2239 |
-
"Plugin do not have feature to move it back to old(DEPRECATED) version "
|
2240 |
-
"automatically."
|
2241 |
msgstr ""
|
2242 |
|
2243 |
-
#: addons/deprecated_filters/filter_post.php:
|
2244 |
-
msgid ""
|
2245 |
-
"If you enabled old(DEPRECATED) filters addon because you have some issues "
|
2246 |
-
"with new version, then please "
|
2247 |
msgstr ""
|
2248 |
|
2249 |
-
#:
|
2250 |
-
|
|
|
2251 |
msgstr ""
|
2252 |
|
2253 |
-
#:
|
2254 |
-
msgid ""
|
2255 |
-
"You will need to re-create the filter while moving from new to old version."
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#:
|
2259 |
-
msgid "
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: addons/deprecated_filters/
|
2263 |
-
msgid "
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: addons/deprecated_filters/
|
2267 |
-
|
|
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#:
|
2271 |
-
|
2272 |
-
#: templates/single_filter/single_settings_elements.php:142
|
2273 |
-
msgid "Values Order"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
-
#:
|
2277 |
-
|
2278 |
-
msgid "Alpha"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
-
#:
|
2282 |
-
|
2283 |
-
msgid "Numeric"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#:
|
2287 |
-
msgid "
|
2288 |
msgstr ""
|
2289 |
|
2290 |
-
#:
|
2291 |
-
|
2292 |
-
msgid "Ascending"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
-
#:
|
2296 |
-
|
2297 |
-
msgid "Descending"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
-
#:
|
2301 |
-
msgid "
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#:
|
2305 |
-
|
2306 |
-
msgid "Disable multiple selection?"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
-
#:
|
2310 |
-
msgid "
|
2311 |
msgstr ""
|
2312 |
|
2313 |
-
#: addons/
|
2314 |
-
msgid "
|
|
|
|
|
2315 |
msgstr ""
|
2316 |
|
2317 |
-
#:
|
2318 |
-
#:
|
2319 |
-
msgid "
|
2320 |
msgstr ""
|
2321 |
|
2322 |
-
#:
|
2323 |
-
|
|
|
2324 |
msgstr ""
|
2325 |
|
2326 |
-
#: addons/deprecated_filters/
|
2327 |
-
#:
|
2328 |
-
msgid "
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#:
|
2332 |
-
msgid "
|
|
|
|
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: addons/deprecated_filters/
|
2336 |
-
msgid "
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#:
|
2340 |
-
msgid "
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#:
|
2344 |
-
msgid "
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#:
|
2348 |
-
|
2349 |
-
msgid "First Element Text"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
-
#: addons/deprecated_filters/
|
2353 |
-
msgid "
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#:
|
2357 |
-
msgid "
|
2358 |
msgstr ""
|
2359 |
|
2360 |
-
#:
|
2361 |
-
#: templates/single_filter/
|
2362 |
-
|
|
|
2363 |
msgstr ""
|
2364 |
|
2365 |
-
#:
|
2366 |
-
|
2367 |
-
msgid "From settings"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#:
|
2371 |
-
|
2372 |
-
msgid "Show/Hide button"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
-
#:
|
2376 |
-
|
2377 |
-
msgid "Always visible"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
-
#:
|
2381 |
-
|
2382 |
-
msgid "Always hidden"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
-
#:
|
2386 |
-
|
2387 |
-
msgid "Use specific number style"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
-
#:
|
2391 |
-
|
2392 |
-
|
|
|
2393 |
msgstr ""
|
2394 |
|
2395 |
-
#:
|
2396 |
-
|
2397 |
-
|
|
|
2398 |
msgstr ""
|
2399 |
|
2400 |
-
#: addons/deprecated_filters/filter_post.php:
|
2401 |
-
#: templates/single_filter/single_settings_elements.php:
|
2402 |
-
msgid "
|
2403 |
msgstr ""
|
2404 |
|
2405 |
-
#:
|
2406 |
-
|
2407 |
-
msgid "Hide collapse arrow?"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
-
#:
|
2411 |
-
msgid "
|
2412 |
msgstr ""
|
2413 |
|
2414 |
-
#:
|
2415 |
-
|
2416 |
-
|
|
|
2417 |
msgstr ""
|
2418 |
|
2419 |
-
#:
|
2420 |
-
|
2421 |
-
|
|
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#:
|
2425 |
-
|
2426 |
-
|
|
|
2427 |
msgstr ""
|
2428 |
|
2429 |
-
#:
|
2430 |
-
|
2431 |
-
msgid "1em x 1em"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
-
#:
|
2435 |
-
|
2436 |
-
msgid "1em x 2em"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
-
#:
|
2440 |
-
|
2441 |
-
msgid "2em x 3em"
|
2442 |
msgstr ""
|
2443 |
|
2444 |
-
#:
|
2445 |
-
|
2446 |
-
msgid "2em x 4em"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
-
#:
|
2450 |
-
|
2451 |
-
msgid "3em x 3em"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
-
#:
|
2455 |
-
#:
|
2456 |
-
|
|
|
|
|
|
|
2457 |
msgstr ""
|
2458 |
|
2459 |
-
#:
|
2460 |
-
|
2461 |
-
msgid "3em x 5em"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
-
#:
|
2465 |
-
|
2466 |
-
msgid "4em x 4em"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
-
#:
|
2470 |
-
|
2471 |
-
msgid "4em x 5em"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#:
|
2475 |
-
|
2476 |
-
msgid "5em x 5em"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
-
#:
|
2480 |
-
|
2481 |
-
msgid "Custom size"
|
2482 |
msgstr ""
|
2483 |
|
2484 |
-
#:
|
2485 |
-
|
|
|
2486 |
msgstr ""
|
2487 |
|
2488 |
-
#:
|
2489 |
-
|
2490 |
-
|
|
|
|
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#:
|
2494 |
-
|
2495 |
-
msgid "Rotate"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
-
#: addons/deprecated_filters/
|
2499 |
-
|
2500 |
-
msgid "Scale"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
-
#: addons/deprecated_filters/
|
2504 |
-
|
2505 |
-
msgid "Blue Shadow"
|
2506 |
msgstr ""
|
2507 |
|
2508 |
-
#: addons/deprecated_filters/
|
2509 |
-
|
2510 |
-
msgid "Custom CSS"
|
2511 |
msgstr ""
|
2512 |
|
2513 |
-
#:
|
2514 |
-
#:
|
2515 |
-
msgid "
|
2516 |
msgstr ""
|
2517 |
|
2518 |
-
#:
|
2519 |
-
msgid "
|
2520 |
msgstr ""
|
2521 |
|
2522 |
-
#: addons/deprecated_filters/filter_post.php:
|
2523 |
-
msgid "
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: addons/deprecated_filters/filter_post.php:
|
2527 |
-
|
|
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#:
|
2531 |
-
|
2532 |
-
msgid "CSS Class"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
-
#:
|
2536 |
-
|
2537 |
-
msgid "(use white space for multiple classes)"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#:
|
2541 |
-
msgid "
|
2542 |
msgstr ""
|
2543 |
|
2544 |
-
#:
|
2545 |
-
msgid "
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#:
|
2549 |
-
msgid "
|
2550 |
msgstr ""
|
2551 |
|
2552 |
-
#:
|
2553 |
-
msgid "
|
2554 |
msgstr ""
|
2555 |
|
2556 |
-
#:
|
2557 |
-
|
2558 |
-
msgid "Use min price"
|
2559 |
msgstr ""
|
2560 |
|
2561 |
-
#:
|
2562 |
-
#: templates/
|
2563 |
-
|
|
|
|
|
2564 |
msgstr ""
|
2565 |
|
2566 |
-
#:
|
2567 |
-
msgid "
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: addons/deprecated_filters/filter_post.php:
|
2571 |
-
|
|
|
2572 |
msgstr ""
|
2573 |
|
2574 |
-
#: addons/
|
2575 |
-
|
2576 |
-
msgid "Show if nothing is selected"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
-
#: addons/
|
2580 |
-
msgid "
|
2581 |
msgstr ""
|
2582 |
|
2583 |
-
#:
|
2584 |
-
msgid "
|
2585 |
msgstr ""
|
2586 |
|
2587 |
-
#:
|
2588 |
-
msgid "
|
2589 |
msgstr ""
|
2590 |
|
2591 |
-
#:
|
2592 |
-
#:
|
2593 |
-
msgid "
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: addons/deprecated_filters/filter_post.php:
|
2597 |
-
#: templates/single_filter/single_settings_elements.php:
|
2598 |
-
msgid "
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: addons/deprecated_filters/
|
2602 |
-
#:
|
2603 |
-
msgid "
|
2604 |
msgstr ""
|
2605 |
|
2606 |
-
#:
|
2607 |
-
|
2608 |
-
msgid "Hide when no filters on page or page not filtered"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
-
#:
|
2612 |
-
|
2613 |
-
msgid "Nested Filters (BETA)"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
-
#:
|
2617 |
-
msgid ""
|
2618 |
-
"Use this to display products only after filtering by some attribute and value"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
-
#:
|
2622 |
-
msgid ""
|
2623 |
-
"The ability to set conditions for the filters based on other filters status"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#:
|
2627 |
-
msgid "
|
2628 |
msgstr ""
|
2629 |
|
2630 |
-
#:
|
2631 |
-
msgid ""
|
2632 |
-
"Links after filtering will look like Woocommerce.<br>\n"
|
2633 |
-
" <i>Example:</i><br><span style=\"color: #aaf;\">https://example."
|
2634 |
-
"com/shop/?pa-color=bronze,green&pa-product_cat_operator=or&pa-"
|
2635 |
-
"product_cat=dress</span>\n"
|
2636 |
-
" <a class=\"button\" href=\"https://docs.berocket."
|
2637 |
-
"com/docs_section/link-like-woocommerce-beta\" target=\"_blank\">Read more</a>"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#:
|
2641 |
-
msgid "
|
2642 |
msgstr ""
|
2643 |
|
2644 |
-
#:
|
2645 |
-
|
2646 |
-
msgid "OR"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#:
|
2650 |
-
|
2651 |
-
msgid "AND"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
-
#:
|
2655 |
-
msgid "
|
2656 |
msgstr ""
|
2657 |
|
2658 |
-
#:
|
2659 |
-
|
2660 |
-
#: includes/addons/seo_meta_title.php:85
|
2661 |
-
msgid " and "
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: includes/
|
2665 |
-
|
2666 |
-
msgid " or "
|
2667 |
msgstr ""
|
2668 |
|
2669 |
-
#:
|
2670 |
-
msgid "
|
2671 |
msgstr ""
|
2672 |
|
2673 |
-
#: includes/
|
2674 |
-
msgid "
|
2675 |
msgstr ""
|
2676 |
|
2677 |
-
#:
|
2678 |
-
msgid "
|
2679 |
msgstr ""
|
2680 |
|
2681 |
-
#:
|
2682 |
-
msgid "
|
2683 |
msgstr ""
|
2684 |
|
2685 |
-
#:
|
2686 |
-
|
2687 |
-
#: includes/compatibility/elementor-pro.php:13
|
2688 |
-
msgid "Apply BeRocket AJAX Filters"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
-
#: includes/
|
2692 |
-
|
2693 |
-
#: includes/compatibility/elementor-pro.php:19
|
2694 |
-
msgid "Enable"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: includes/
|
2698 |
-
|
2699 |
-
msgid ""
|
2700 |
-
"All Filters will be applied to this module. You need correct unique "
|
2701 |
-
"selectors to work correct"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
-
#:
|
2705 |
-
msgid "
|
2706 |
msgstr ""
|
2707 |
|
2708 |
-
#:
|
2709 |
-
msgid "
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#:
|
2713 |
-
msgid "
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#:
|
2717 |
-
msgid "
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#:
|
2721 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2722 |
msgstr ""
|
2723 |
|
2724 |
-
#:
|
2725 |
-
msgid ""
|
2726 |
-
"Only title will be visible. Filter will be displayed after click on title "
|
2727 |
-
"and hide after click everywhere else"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#:
|
2731 |
-
msgid "
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#:
|
2735 |
-
msgid "
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: templates/
|
2739 |
-
msgid "
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#:
|
2743 |
-
msgid ""
|
2744 |
-
"Collapse group on page load and show icon instead. When icon is clicked "
|
2745 |
-
"filters will be shown"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
-
#: templates/
|
2749 |
-
msgid "
|
2750 |
msgstr ""
|
2751 |
|
2752 |
-
#:
|
2753 |
-
msgid "
|
2754 |
msgstr ""
|
2755 |
|
2756 |
-
#:
|
2757 |
-
#:
|
2758 |
-
|
2759 |
-
#: addons/deprecated_filters/settings/design.php:148
|
2760 |
-
msgid "Element"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
-
#: templates/
|
2764 |
-
|
2765 |
-
#: addons/deprecated_filters/settings/design.php:706
|
2766 |
-
msgid "Border color"
|
2767 |
msgstr ""
|
2768 |
|
2769 |
-
#:
|
2770 |
-
|
2771 |
-
msgid "Border width"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#:
|
2775 |
-
|
2776 |
-
msgid "Border radius"
|
2777 |
msgstr ""
|
2778 |
|
2779 |
-
#:
|
2780 |
-
|
2781 |
-
|
2782 |
msgstr ""
|
2783 |
|
2784 |
-
#:
|
2785 |
-
|
2786 |
-
#: addons/deprecated_filters/settings/design.php:708
|
2787 |
-
msgid "Font color"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
-
#:
|
2791 |
-
#: addons/deprecated_filters/settings/design.php:
|
2792 |
-
|
|
|
2793 |
msgstr ""
|
2794 |
|
2795 |
-
#: templates/settings/
|
2796 |
-
#: templates/settings/
|
2797 |
-
#: templates/settings/
|
2798 |
-
#: templates/settings/
|
2799 |
-
#: templates/settings/
|
|
|
|
|
|
|
|
|
2800 |
#: addons/deprecated_filters/settings/design.php:65
|
2801 |
#: addons/deprecated_filters/settings/design.php:80
|
2802 |
#: addons/deprecated_filters/settings/design.php:117
|
@@ -2817,482 +3136,503 @@ msgstr ""
|
|
2817 |
msgid "Theme Default"
|
2818 |
msgstr ""
|
2819 |
|
2820 |
-
#: templates/
|
2821 |
-
msgid "
|
2822 |
-
msgstr ""
|
2823 |
-
|
2824 |
-
#: templates/settings/design.php:103
|
2825 |
-
#: addons/deprecated_filters/settings/design.php:35
|
2826 |
-
#: addons/deprecated_filters/settings/design.php:626
|
2827 |
-
#: addons/deprecated_filters/settings/design.php:695
|
2828 |
-
#: addons/deprecated_filters/settings/design.php:768
|
2829 |
-
msgid "Set all to theme default"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
-
#: templates/
|
2833 |
-
msgid "
|
|
|
2834 |
msgstr ""
|
2835 |
|
2836 |
-
#:
|
2837 |
-
msgid "
|
2838 |
msgstr ""
|
2839 |
|
2840 |
-
#:
|
2841 |
-
msgid "
|
2842 |
msgstr ""
|
2843 |
|
2844 |
-
#:
|
2845 |
-
msgid "
|
|
|
|
|
2846 |
msgstr ""
|
2847 |
|
2848 |
-
#:
|
2849 |
-
|
|
|
2850 |
msgstr ""
|
2851 |
|
2852 |
-
#:
|
2853 |
-
|
|
|
|
|
|
|
2854 |
msgstr ""
|
2855 |
|
2856 |
-
#:
|
2857 |
-
msgid "
|
2858 |
msgstr ""
|
2859 |
|
2860 |
-
#: templates/settings/
|
2861 |
-
msgid "
|
2862 |
msgstr ""
|
2863 |
|
2864 |
-
#: templates/
|
2865 |
-
msgid "
|
|
|
|
|
2866 |
msgstr ""
|
2867 |
|
2868 |
-
#: templates/
|
2869 |
-
msgid "
|
|
|
|
|
2870 |
msgstr ""
|
2871 |
|
2872 |
-
#: templates/
|
2873 |
-
msgid "
|
2874 |
msgstr ""
|
2875 |
|
2876 |
-
#: templates/
|
2877 |
-
msgid "
|
2878 |
msgstr ""
|
2879 |
|
2880 |
-
#:
|
2881 |
-
msgid "
|
2882 |
msgstr ""
|
2883 |
|
2884 |
-
#: templates/
|
2885 |
-
msgid "
|
2886 |
msgstr ""
|
2887 |
|
2888 |
-
#:
|
2889 |
-
msgid "
|
2890 |
msgstr ""
|
2891 |
|
2892 |
-
#:
|
2893 |
-
msgid "
|
2894 |
msgstr ""
|
2895 |
|
2896 |
-
#:
|
2897 |
-
|
2898 |
-
msgid "Right"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
-
#: templates/
|
2902 |
-
msgid "
|
2903 |
msgstr ""
|
2904 |
|
2905 |
-
#:
|
2906 |
-
msgid "
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#:
|
2910 |
-
msgid "
|
2911 |
msgstr ""
|
2912 |
|
2913 |
-
#: templates/
|
2914 |
-
|
|
|
2915 |
msgstr ""
|
2916 |
|
2917 |
-
|
2918 |
-
msgid "
|
2919 |
msgstr ""
|
2920 |
|
2921 |
-
#:
|
2922 |
-
msgid "
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: templates/
|
2926 |
-
|
|
|
|
|
|
|
2927 |
msgstr ""
|
2928 |
|
2929 |
-
#:
|
2930 |
-
msgid "
|
2931 |
msgstr ""
|
2932 |
|
2933 |
-
#: templates/
|
2934 |
-
msgid "
|
2935 |
msgstr ""
|
2936 |
|
2937 |
-
#:
|
2938 |
-
msgid "
|
2939 |
msgstr ""
|
2940 |
|
2941 |
-
#: templates/
|
2942 |
-
msgid "
|
2943 |
msgstr ""
|
2944 |
|
2945 |
-
#: templates/
|
2946 |
-
msgid "
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: templates/single_filter/
|
2950 |
-
msgid "
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#:
|
2954 |
-
msgid "
|
2955 |
msgstr ""
|
2956 |
|
2957 |
-
#:
|
2958 |
-
msgid ""
|
2959 |
-
"There are required steps not filled in. Please select <b>Widget Type</b>"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
-
#:
|
2963 |
-
msgid "
|
2964 |
msgstr ""
|
2965 |
|
2966 |
-
#:
|
2967 |
-
msgid "
|
2968 |
msgstr ""
|
2969 |
|
2970 |
-
#: templates/single_filter/single_settings_elements.php:
|
2971 |
-
msgid "Use
|
2972 |
msgstr ""
|
2973 |
|
2974 |
-
#: templates/single_filter/single_settings_elements.php:
|
2975 |
-
msgid "
|
2976 |
msgstr ""
|
2977 |
|
2978 |
-
#: templates/single_filter/single_settings_elements.php:
|
2979 |
-
msgid "
|
2980 |
msgstr ""
|
2981 |
|
2982 |
-
#:
|
2983 |
-
msgid "
|
2984 |
msgstr ""
|
2985 |
|
2986 |
-
#: templates/single_filter/single_settings_elements.php:
|
2987 |
-
msgid "
|
2988 |
msgstr ""
|
2989 |
|
2990 |
-
#: templates/
|
2991 |
-
msgid "
|
2992 |
msgstr ""
|
2993 |
|
2994 |
-
#:
|
2995 |
-
msgid "
|
2996 |
msgstr ""
|
2997 |
|
2998 |
-
#:
|
2999 |
-
msgid "
|
3000 |
msgstr ""
|
3001 |
|
3002 |
-
#:
|
3003 |
-
msgid "
|
3004 |
msgstr ""
|
3005 |
|
3006 |
-
#:
|
3007 |
-
msgid "
|
3008 |
msgstr ""
|
3009 |
|
3010 |
-
#:
|
3011 |
-
msgid "
|
3012 |
msgstr ""
|
3013 |
|
3014 |
-
#:
|
3015 |
-
msgid "
|
3016 |
msgstr ""
|
3017 |
|
3018 |
-
#:
|
3019 |
-
msgid "
|
3020 |
msgstr ""
|
3021 |
|
3022 |
-
#:
|
3023 |
-
msgid "
|
3024 |
msgstr ""
|
3025 |
|
3026 |
-
#:
|
3027 |
-
|
|
|
3028 |
msgstr ""
|
3029 |
|
3030 |
-
#:
|
3031 |
-
msgid "
|
3032 |
msgstr ""
|
3033 |
|
3034 |
-
#:
|
3035 |
-
msgid "
|
3036 |
msgstr ""
|
3037 |
|
3038 |
-
#:
|
3039 |
-
msgid "
|
3040 |
msgstr ""
|
3041 |
|
3042 |
-
#:
|
3043 |
-
msgid "
|
|
|
3044 |
msgstr ""
|
3045 |
|
3046 |
-
#:
|
3047 |
-
msgid "
|
3048 |
msgstr ""
|
3049 |
|
3050 |
-
#:
|
3051 |
-
msgid "
|
|
|
|
|
3052 |
msgstr ""
|
3053 |
|
3054 |
-
#: templates/
|
3055 |
-
msgid "
|
3056 |
msgstr ""
|
3057 |
|
3058 |
-
#:
|
3059 |
-
msgid "
|
|
|
|
|
3060 |
msgstr ""
|
3061 |
|
3062 |
-
#:
|
3063 |
-
msgid "
|
3064 |
msgstr ""
|
3065 |
|
3066 |
-
#:
|
3067 |
-
msgid "
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#:
|
3071 |
-
msgid "
|
3072 |
msgstr ""
|
3073 |
|
3074 |
-
#:
|
3075 |
-
|
3076 |
-
msgid "From Products List"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
-
#:
|
3080 |
-
msgid "
|
3081 |
msgstr ""
|
3082 |
|
3083 |
-
#:
|
3084 |
-
msgid "
|
3085 |
msgstr ""
|
3086 |
|
3087 |
-
#:
|
3088 |
-
|
|
|
|
|
3089 |
msgstr ""
|
3090 |
|
3091 |
-
#:
|
3092 |
-
msgid "
|
3093 |
msgstr ""
|
3094 |
|
3095 |
-
#:
|
3096 |
-
msgid "
|
3097 |
msgstr ""
|
3098 |
|
3099 |
-
#:
|
3100 |
-
msgid "
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#:
|
3104 |
-
msgid "
|
3105 |
msgstr ""
|
3106 |
|
3107 |
-
#:
|
3108 |
-
msgid "
|
|
|
|
|
3109 |
msgstr ""
|
3110 |
|
3111 |
-
#: templates/
|
3112 |
-
msgid "
|
3113 |
msgstr ""
|
3114 |
|
3115 |
-
#:
|
3116 |
-
msgid "
|
3117 |
msgstr ""
|
3118 |
|
3119 |
-
#:
|
3120 |
-
msgid ""
|
3121 |
-
"Filters will be applied to the products only after this button will be "
|
3122 |
-
"clicked."
|
3123 |
msgstr ""
|
3124 |
|
3125 |
-
#:
|
3126 |
-
msgid ""
|
3127 |
-
"If at least one update button displayed on the page, then all filters will "
|
3128 |
-
"be applied only after button clicked."
|
3129 |
msgstr ""
|
3130 |
|
3131 |
-
#:
|
3132 |
-
msgid "
|
3133 |
msgstr ""
|
3134 |
|
3135 |
-
#:
|
3136 |
msgid ""
|
3137 |
-
"
|
3138 |
-
"products updated."
|
3139 |
msgstr ""
|
3140 |
|
3141 |
-
#:
|
3142 |
-
msgid "
|
3143 |
msgstr ""
|
3144 |
|
3145 |
-
#: templates/
|
3146 |
-
msgid "
|
|
|
|
|
|
|
3147 |
msgstr ""
|
3148 |
|
3149 |
-
#:
|
3150 |
-
msgid "
|
3151 |
msgstr ""
|
3152 |
|
3153 |
-
#:
|
3154 |
-
msgid "
|
3155 |
msgstr ""
|
3156 |
|
3157 |
-
#:
|
3158 |
-
|
3159 |
-
msgid "Select All"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
-
#:
|
3163 |
-
|
3164 |
-
msgid "Font Family"
|
3165 |
msgstr ""
|
3166 |
|
3167 |
-
#:
|
3168 |
-
|
3169 |
-
|
3170 |
msgstr ""
|
3171 |
|
3172 |
-
#:
|
3173 |
-
#: addons/deprecated_filters/
|
3174 |
-
|
|
|
3175 |
msgstr ""
|
3176 |
|
3177 |
-
#:
|
3178 |
-
|
3179 |
-
msgid "Font-Size"
|
3180 |
msgstr ""
|
3181 |
|
3182 |
-
#:
|
3183 |
-
|
3184 |
-
|
3185 |
-
|
3186 |
msgstr ""
|
3187 |
|
3188 |
-
#:
|
3189 |
-
msgid "
|
3190 |
msgstr ""
|
3191 |
|
3192 |
-
#:
|
3193 |
-
|
3194 |
-
#: addons/deprecated_filters/settings/design.php:112
|
3195 |
-
#: addons/deprecated_filters/settings/design.php:119
|
3196 |
-
#: addons/deprecated_filters/settings/design.php:134
|
3197 |
-
msgid "N/A"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
#: addons/deprecated_filters/settings/design.php:125
|
3201 |
msgid "Without Theme"
|
3202 |
msgstr ""
|
3203 |
|
3204 |
-
#: addons/
|
3205 |
-
msgid "
|
|
|
3206 |
msgstr ""
|
3207 |
|
3208 |
-
#:
|
3209 |
-
msgid "
|
3210 |
msgstr ""
|
3211 |
|
3212 |
-
|
3213 |
-
|
|
|
3214 |
msgstr ""
|
3215 |
|
3216 |
-
#:
|
3217 |
-
msgid "
|
3218 |
msgstr ""
|
3219 |
|
3220 |
-
#:
|
3221 |
-
msgid "
|
3222 |
msgstr ""
|
3223 |
|
3224 |
-
#: addons/
|
3225 |
-
msgid "
|
|
|
|
|
3226 |
msgstr ""
|
3227 |
|
3228 |
-
#:
|
3229 |
-
msgid "
|
3230 |
msgstr ""
|
3231 |
|
3232 |
-
#:
|
3233 |
-
msgid "
|
3234 |
msgstr ""
|
3235 |
|
3236 |
-
#:
|
3237 |
-
msgid "
|
|
|
|
|
3238 |
msgstr ""
|
3239 |
|
3240 |
-
#:
|
3241 |
-
msgid "
|
3242 |
msgstr ""
|
3243 |
|
3244 |
-
#: addons/deprecated_filters/
|
3245 |
-
msgid "
|
3246 |
msgstr ""
|
3247 |
|
3248 |
-
#: addons/deprecated_filters/
|
3249 |
-
msgid "
|
3250 |
msgstr ""
|
3251 |
|
3252 |
-
#:
|
3253 |
-
msgid "
|
3254 |
msgstr ""
|
3255 |
|
3256 |
-
#:
|
3257 |
-
|
|
|
3258 |
msgstr ""
|
3259 |
|
3260 |
-
#:
|
3261 |
-
msgid "
|
3262 |
msgstr ""
|
3263 |
|
3264 |
-
#:
|
3265 |
-
|
|
|
3266 |
msgstr ""
|
3267 |
|
3268 |
-
#:
|
3269 |
-
msgid "
|
|
|
|
|
3270 |
msgstr ""
|
3271 |
|
3272 |
-
#: addons/deprecated_filters/
|
3273 |
-
msgid "
|
|
|
|
|
3274 |
msgstr ""
|
3275 |
|
3276 |
-
#: addons/deprecated_filters/
|
3277 |
-
msgid "
|
|
|
|
|
3278 |
msgstr ""
|
3279 |
|
3280 |
-
#:
|
3281 |
-
msgid "
|
3282 |
msgstr ""
|
3283 |
|
3284 |
-
|
3285 |
-
msgid "
|
|
|
3286 |
msgstr ""
|
3287 |
|
3288 |
-
|
3289 |
-
msgid ""
|
3290 |
-
"https://berocket.com/product/woocommerce-ajax-products-filter?"
|
3291 |
-
"utm_source=paid_plugin&utm_medium=plugins&utm_campaign=ajax_filters"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
-
|
3295 |
-
msgid ""
|
3296 |
-
"
|
3297 |
-
|
|
|
|
|
3298 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WooCommerce AJAX Products Filter\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2021-01-26 08:53+0000\n"
|
7 |
"POT-Revision-Date: Wed Jun 29 2016 09:22:13 GMT+0300 (EEST)\n"
|
8 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: \n"
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Generator: Loco https://localise.biz/"
|
25 |
|
26 |
+
#: includes/addons/seo_meta_title.php:93
|
27 |
+
msgid " - "
|
|
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/addons/seo_meta_title.php:90
|
31 |
+
msgid " / "
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: includes/addons/seo_meta_title.php:14 includes/addons/seo_meta_title.php:19
|
35 |
+
#: includes/addons/seo_meta_title.php:53 includes/addons/seo_meta_title.php:63
|
36 |
+
#: includes/addons/seo_meta_title.php:85
|
37 |
+
msgid " and "
|
|
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: includes/addons/seo_meta_title.php:15 includes/addons/seo_meta_title.php:54
|
41 |
+
#: includes/addons/seo_meta_title.php:86
|
42 |
+
msgid " or "
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: templates/filters_group_simple.php:44 templates/filter_post_simple.php:133
|
46 |
+
msgid " page"
|
|
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: includes/addons/seo_meta_title.php:22 includes/addons/seo_meta_title.php:69
|
50 |
+
msgid " with "
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: includes/paid.php:1975
|
54 |
+
msgid "\"No Products\" messages"
|
|
|
|
|
|
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: includes/paid.php:2002
|
58 |
+
msgid "\"No products\" messages"
|
|
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: includes/paid.php:1967 includes/paid.php:2006 includes/paid.php:3951
|
62 |
+
#: includes/paid.php:3959 includes/paid.php:3969
|
63 |
+
msgid "\"No values\" messages"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: includes/paid.php:1971 includes/paid.php:2010 includes/paid.php:3955
|
67 |
+
#: includes/paid.php:3973
|
68 |
+
msgid "\"Select previous\" messages"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: main.php:1094
|
72 |
+
msgid "(4)"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: addons/deprecated_filters/settings/design.php:14
|
76 |
+
#: addons/deprecated_filters/settings/design.php:29
|
77 |
+
msgid "(depends on font)"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: addons/deprecated_filters/filter_post.php:717
|
81 |
+
#: templates/single_filter/single_settings_elements.php:368
|
82 |
+
msgid "(use white space for multiple classes)"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: addons/deprecated_filters/filter_post.php:343
|
86 |
+
#: templates/single_filter/single_settings_elements.php:522
|
87 |
+
msgid "* use numeric values only, strings will not work as expected"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: main.php:1127
|
91 |
+
msgid "-"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: includes/divi-builder.php:18 includes/new_widget.php:306
|
95 |
+
#: includes/visual-composer.php:10 includes/visual-composer.php:36
|
96 |
+
msgid "--Please select filter--"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: includes/divi-builder.php:63 includes/new_widget.php:127
|
100 |
+
msgid "--Please select group--"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: includes/paid.php:1916 templates/paid/filters_search_box.php:60
|
104 |
+
msgid "0%"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: addons/deprecated_filters/display_widget.php:444
|
108 |
+
#: includes/filters/display_widget.php:497
|
109 |
+
msgid "1 star"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: includes/paid.php:3802 addons/deprecated_filters/filter_post.php:283
|
113 |
+
msgid "1.00-100.00, 100.00-200.00, 200.00-1000.00"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: includes/paid.php:3801 addons/deprecated_filters/filter_post.php:282
|
117 |
+
msgid "1.00-100.00, 101.00-200.00, 201.00-1000.00"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/paid.php:3803 addons/deprecated_filters/filter_post.php:284
|
121 |
+
msgid "1.00-99.99, 100.00-199.99, 200.00-999.99"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: includes/paid.php:1915 templates/paid/filters_search_box.php:59
|
125 |
+
msgid "10%"
|
|
|
|
|
|
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: includes/paid.php:1906 templates/paid/filters_search_box.php:50
|
129 |
+
msgid "100%"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: addons/deprecated_filters/filter_post.php:494
|
133 |
+
#: templates/single_filter/single_settings_elements.php:461
|
134 |
+
msgid "1em x 1em"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: addons/deprecated_filters/filter_post.php:495
|
138 |
+
#: templates/single_filter/single_settings_elements.php:462
|
139 |
+
msgid "1em x 2em"
|
|
|
|
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: main.php:1129
|
143 |
+
msgid "2 spaces"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: addons/deprecated_filters/display_widget.php:445
|
147 |
+
#: includes/filters/display_widget.php:498
|
148 |
+
msgid "2 stars"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: includes/paid.php:1914 templates/paid/filters_search_box.php:58
|
152 |
+
msgid "20%"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: addons/deprecated_filters/filter_post.php:493
|
156 |
+
#: templates/single_filter/single_settings_elements.php:460
|
157 |
+
msgid "2em x 2em"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: addons/deprecated_filters/filter_post.php:496
|
161 |
+
#: templates/single_filter/single_settings_elements.php:463
|
162 |
+
msgid "2em x 3em"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: addons/deprecated_filters/filter_post.php:497
|
166 |
+
#: templates/single_filter/single_settings_elements.php:464
|
167 |
+
msgid "2em x 4em"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: addons/deprecated_filters/display_widget.php:446
|
171 |
+
#: includes/filters/display_widget.php:499
|
172 |
+
msgid "3 stars"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/paid.php:1913 templates/paid/filters_search_box.php:57
|
176 |
+
msgid "30%"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: addons/deprecated_filters/filter_post.php:498
|
180 |
+
#: templates/single_filter/single_settings_elements.php:465
|
181 |
+
msgid "3em x 3em"
|
|
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: addons/deprecated_filters/filter_post.php:499
|
185 |
+
#: templates/single_filter/single_settings_elements.php:466
|
186 |
+
msgid "3em x 4em"
|
|
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: addons/deprecated_filters/filter_post.php:500
|
190 |
+
#: templates/single_filter/single_settings_elements.php:467
|
191 |
+
msgid "3em x 5em"
|
|
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: main.php:1093
|
195 |
+
msgid "4"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: addons/deprecated_filters/display_widget.php:447
|
199 |
+
#: includes/filters/display_widget.php:500
|
200 |
+
msgid "4 stars"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: includes/paid.php:1912 templates/paid/filters_search_box.php:56
|
204 |
+
msgid "40%"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: addons/deprecated_filters/filter_post.php:501
|
208 |
+
#: templates/single_filter/single_settings_elements.php:468
|
209 |
+
msgid "4em x 4em"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: addons/deprecated_filters/filter_post.php:502
|
213 |
+
#: templates/single_filter/single_settings_elements.php:469
|
214 |
+
msgid "4em x 5em"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: addons/deprecated_filters/display_widget.php:448
|
218 |
+
#: includes/filters/display_widget.php:501
|
219 |
+
msgid "5 stars"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: includes/paid.php:1911 templates/paid/filters_search_box.php:55
|
223 |
+
msgid "50%"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: addons/deprecated_filters/filter_post.php:503
|
227 |
+
#: templates/single_filter/single_settings_elements.php:470
|
228 |
+
msgid "5em x 5em"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: includes/paid.php:1910 templates/paid/filters_search_box.php:54
|
232 |
+
msgid "60%"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: includes/paid.php:1909 templates/paid/filters_search_box.php:53
|
236 |
+
msgid "70%"
|
|
|
|
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: includes/paid.php:1908 templates/paid/filters_search_box.php:52
|
240 |
+
msgid "80%"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: includes/paid.php:1907 templates/paid/filters_search_box.php:51
|
244 |
+
msgid "90%"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: addons/deprecated_filters/display_widget.php:448
|
248 |
+
#: includes/filters/display_widget.php:501
|
249 |
msgid ""
|
250 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
251 |
+
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i>"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: addons/deprecated_filters/display_widget.php:447
|
255 |
+
#: includes/filters/display_widget.php:500
|
256 |
+
msgid ""
|
257 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
258 |
+
"star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i>"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: addons/deprecated_filters/display_widget.php:446
|
262 |
+
#: includes/filters/display_widget.php:499
|
263 |
msgid ""
|
264 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
265 |
+
"star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: addons/deprecated_filters/display_widget.php:445
|
269 |
+
#: includes/filters/display_widget.php:498
|
270 |
+
msgid ""
|
271 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star\"></i><i class=\"fa fa-"
|
272 |
+
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: addons/deprecated_filters/display_widget.php:444
|
276 |
+
#: includes/filters/display_widget.php:497
|
277 |
msgid ""
|
278 |
+
"<i class=\"fa fa-star\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-"
|
279 |
+
"star-o\"></i><i class=\"fa fa-star-o\"></i><i class=\"fa fa-star-o\"></i>"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: addons/deprecated_filters/deprecated_filters.php:11
|
283 |
+
msgid ""
|
284 |
+
"<span style=\"color: red;\">IT WILL BE REMOVED IN THE FUTURE</span><br>"
|
285 |
+
"Temporary compatibility with older filters"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: templates/groups_information.php:8
|
289 |
+
msgid "<strong>AND</strong> uses between condition in one section"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: templates/groups_information.php:9
|
293 |
+
msgid "<strong>OR</strong> uses between different sections with conditions"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: main.php:349
|
297 |
+
msgid ""
|
298 |
+
"<strong>Please update all BeRocket plugins to the most recent version. "
|
299 |
+
"WooCommerce AJAX Products Filter is not working correctly with older "
|
300 |
+
"versions.</strong>"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: main.php:1095
|
304 |
+
msgid "[4]"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: main.php:925
|
308 |
msgid ""
|
309 |
+
"[attribute 1 values] {title} with [attribute] [values] and [attribute] "
|
310 |
+
"[values]"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: main.php:927
|
314 |
+
msgid "[attribute]:[values];[attribute]:[values] - {title}"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: includes/new_widget.php:149
|
318 |
+
msgid "AAPF Filter Single"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: includes/new_widget.php:5
|
322 |
+
msgid "AAPF Filters Group"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: main.php:1053
|
326 |
+
msgid "Above:"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: main.php:1896
|
330 |
+
msgid "Activate WooCommerce plugin before"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: includes/custom_post.php:117
|
334 |
+
msgid "Add Filter"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: templates/filters_group.php:22 templates/filters_group_simple.php:16
|
338 |
+
msgid "Add filter"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: includes/custom_post.php:642
|
342 |
+
msgid "Add Filter Group"
|
|
|
|
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: includes/paid.php:325
|
346 |
+
msgid "Add group"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: main.php:1011
|
350 |
+
msgid "Add Javascript files to all pages"
|
|
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: addons/add_classes/add_classes.php:9
|
354 |
+
msgid "Add more classes"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: addons/add_classes/add_classes.php:10
|
358 |
+
msgid ""
|
359 |
+
"Add more CSS classes to filters. Can be using for styling or other things"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: includes/custom_post.php:118
|
363 |
+
msgid "Add New Filter"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: includes/custom_post.php:643
|
367 |
+
msgid "Add New Filter Group"
|
|
|
|
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: includes/custom_post.php:435
|
371 |
+
msgid "Add widget <strong>AAPF Filter Single</strong> on "
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: main.php:625
|
375 |
+
msgid "Add-ons"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: templates/filters_information.php:5 templates/single_filter/all_steps.php:20
|
379 |
+
msgid "Additional"
|
|
|
|
|
|
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: addons/additional_tables/additional_tables.php:64
|
383 |
+
msgid "Additional Tables (BETA)"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: addons/additional_tables/additional_tables.php:142
|
387 |
+
#, php-format
|
388 |
+
msgid ""
|
389 |
+
"Additional tables are generating. They will be used after generation is "
|
390 |
+
"completed. Current status is <strong><span "
|
391 |
+
"class=\"braapf_additional_table_status\">%d</span>%s</strong>"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: addons/additional_tables/additional_tables.php:111
|
395 |
+
msgid ""
|
396 |
+
"Additional tables was succesfully generated. They will be used automatically "
|
397 |
+
"when needed."
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: includes/custom_post.php:116
|
401 |
+
msgctxt "Admin menu name"
|
402 |
+
msgid "Filters"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: includes/custom_post.php:641
|
406 |
+
msgctxt "Admin menu name"
|
407 |
+
msgid "Groups"
|
408 |
+
msgstr ""
|
409 |
|
410 |
+
#: main.php:613 templates/single_filter/all_steps.php:51
|
411 |
+
msgid "Advanced"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: addons/deprecated_filters/filter_post.php:406
|
415 |
+
msgid "Advanced Settings"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: includes/paid.php:1888 addons/deprecated_filters/deprecated_filters.php:522
|
419 |
+
#: addons/deprecated_filters/filter_post.php:547
|
420 |
+
#: addons/deprecated_filters/filter_post.php:553
|
421 |
+
msgid "After"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: templates/single_filter/widget_type.php:30
|
425 |
msgid ""
|
426 |
+
"After click on Reset button all selected filters will be unselected and "
|
427 |
+
"products updated."
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: main.php:1223
|
431 |
+
msgid "After Update:"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: main.php:1071
|
435 |
+
msgid "After:"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: addons/deprecated_filters/filter_post.php:330
|
439 |
+
msgid "after:"
|
|
|
|
|
|
|
|
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: includes/paid/search_field.php:206
|
443 |
+
msgid "AJAX"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: includes/new_widget.php:6
|
447 |
+
msgid "AJAX Product Filters. Group of filters"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: includes/new_widget.php:150
|
451 |
+
msgid "AJAX Product Filters. Single Filter"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: main.php:686
|
455 |
+
msgid "All empty values are removed based on page (categories/tags/ etc.)"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: main.php:688
|
459 |
msgid ""
|
460 |
+
"All empty values are removed based on page (categories/tags/ etc.); filters "
|
461 |
+
"are applied in recounting attribute values; all empty values based on "
|
462 |
+
"applied filters will be hidden"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: includes/compatibility/divi-theme-builder.php:40
|
466 |
+
#: includes/compatibility/elementor-pro.php:15
|
467 |
+
msgid ""
|
468 |
+
"All Filters will be applied to this module. You need correct unique "
|
469 |
+
"selectors to work correct"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: includes/paid.php:113 includes/paid.php:125
|
473 |
+
msgid "All levels"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: main.php:687
|
477 |
+
msgid ""
|
478 |
+
"All non-empty values are displayed; filters are applied in recounting "
|
479 |
+
"attribute values"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: main.php:685
|
483 |
+
msgid "All non-empty values are displayed; standard recounting is applied"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: main.php:1264
|
487 |
+
msgid ""
|
488 |
+
"All non-empty values are shown and filters are considered while counting "
|
489 |
+
"attribute values"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: main.php:1260
|
493 |
+
msgid "All non-empty values are shown and use basic counting"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: templates/filters_information.php:47
|
497 |
msgid ""
|
498 |
+
"All that can be displayed you can select there<h3>Variants:</h3><ul><li>"
|
499 |
+
"<strong>Filter</strong>(main type) - filters by attributes, categories, "
|
500 |
+
"price etc.</li><li><strong>Update Products button</strong> - button to apply "
|
501 |
+
"filters to products. Filter will applies only after click on update "
|
502 |
+
"button</li><li><strong>Reset Products button</strong> - button to disable "
|
503 |
+
"all selected filters</li><li><strong>Selected Filters area</strong> - "
|
504 |
+
"display selected filters and provide possibility to disable it in one "
|
505 |
+
"place</li></ul>"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: addons/deprecated_filters/filter_post.php:229
|
509 |
+
#: templates/single_filter/single_settings_elements.php:115
|
510 |
+
msgid "Alpha"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: templates/single_filter/widget_type.php:40
|
514 |
+
msgid "Also has link to reset all filters, that works same as Reset button."
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: main.php:1255 includes/paid.php:416
|
518 |
msgid ""
|
519 |
+
"Also it can does not work on WooCommerce pages edited with help of any page "
|
520 |
+
"builders (Divi Builder, Elementor Builder etc.)"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: main.php:945
|
524 |
+
msgid ""
|
525 |
+
"Always displays products, when filters are selected. Use the option when "
|
526 |
+
"have categories and subcategories on the pages of your shop, and you want to "
|
527 |
+
"display products when filtering."
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: addons/deprecated_filters/filter_post.php:418
|
531 |
+
#: templates/single_filter/single_settings_elements.php:346
|
532 |
+
msgid "Always hidden"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: addons/deprecated_filters/filter_post.php:417
|
536 |
+
#: templates/single_filter/single_settings_elements.php:345
|
537 |
+
msgid "Always visible"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: addons/separate_link/separate_vars.php:38
|
541 |
+
#: templates/single_filter/single_settings_elements.php:322
|
542 |
+
msgid "AND"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: addons/additional_tables/additional_tables.php:150
|
546 |
+
msgid "and regenerate it in "
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: addons/deprecated_filters/display_widget.php:504
|
550 |
+
#: addons/deprecated_filters/filter_post.php:396
|
551 |
+
#: includes/filters/display_widget.php:553
|
552 |
+
#: templates/single_filter/single_settings_elements.php:329
|
553 |
+
msgid "Any"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: main.php:1259
|
557 |
+
msgid ""
|
558 |
+
"Any option except first will slow down page load, because required some "
|
559 |
+
"additional queries to database"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: includes/compatibility/beaver-builder.php:16
|
563 |
+
#: includes/compatibility/divi-theme-builder.php:31
|
564 |
+
#: includes/compatibility/elementor-pro.php:13
|
565 |
+
msgid "Apply BeRocket AJAX Filters"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: addons/deprecated_filters/filter_post.php:237
|
569 |
+
#: templates/single_filter/single_settings_elements.php:135
|
570 |
+
msgid "Ascending"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: addons/deprecated_filters/deprecated_filters.php:117
|
574 |
msgid ""
|
575 |
+
"ATTENTION! After disabling this addon all filters will be converted to new "
|
576 |
+
"version and there is no way to convert them back automatically."
|
|
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: addons/deprecated_filters/filter_post.php:15
|
580 |
+
msgid "ATTENTION! This filter was created with new styles and settings."
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: includes/custom_post.php:462 includes/custom_post.php:549
|
584 |
+
#: includes/paid.php:1825 includes/paid.php:1834 includes/paid.php:1840
|
585 |
+
#: includes/save_slider_data.php:40 templates/filter_post_simple.php:44
|
586 |
+
#: addons/deprecated_filters/display_widget.php:141
|
587 |
+
#: addons/deprecated_filters/filter_post.php:97
|
588 |
+
#: addons/deprecated_filters/filter_post.php:140
|
589 |
+
#: includes/filters/display_widget.php:142
|
590 |
+
#: templates/single_filter/single_settings_elements.php:73
|
591 |
+
#: templates/single_filter/single_settings_elements.php:654
|
592 |
+
msgid "Attribute"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: templates/single_filter/all_steps.php:11
|
596 |
+
msgid "Attribute and Values"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: includes/custom_post.php:495
|
600 |
+
msgid "Attribute not exists. This filter can work incorrect"
|
|
|
|
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: includes/custom_post.php:471 includes/custom_post.php:493
|
604 |
+
msgid "Attribute: "
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: includes/paid.php:1787
|
608 |
+
msgid "Attributes"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: includes/paid.php:1812
|
612 |
+
msgid "Attributes count"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: templates/single_filter/single_settings_elements.php:377
|
616 |
+
msgid "Auto"
|
|
|
|
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: main.php:1325
|
620 |
+
msgid "Auto-Selectors"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: addons/deprecated_filters/settings/design.php:637
|
624 |
+
msgid "Back line color"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: templates/settings/design_title_styles.php:15
|
628 |
+
#: addons/deprecated_filters/settings/design.php:154
|
629 |
+
msgid "Background"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: includes/paid.php:1897 templates/paid/filters_search_box.php:41
|
633 |
+
#: addons/deprecated_filters/settings/design.php:705
|
634 |
+
msgid "Background color"
|
|
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: includes/paid.php:1902 templates/paid/filters_search_box.php:46
|
638 |
+
msgid "Background transparency"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: includes/paid.php:144
|
642 |
+
msgid "Base Canonical URL"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: templates/single_filter/widget_type.php:11
|
646 |
+
msgid "Basic widget type. Other widget types do not work without filters"
|
|
|
|
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: templates/settings/tutorial_tab.php:47
|
650 |
+
msgid "Beaver Builder"
|
|
|
|
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: includes/paid.php:1887 addons/deprecated_filters/deprecated_filters.php:521
|
654 |
+
#: addons/deprecated_filters/filter_post.php:546
|
655 |
+
#: addons/deprecated_filters/filter_post.php:552
|
656 |
+
msgid "Before"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: includes/paid.php:1889 addons/deprecated_filters/deprecated_filters.php:523
|
660 |
+
msgid "Before and after"
|
|
|
|
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: main.php:1209
|
664 |
+
msgid "Before Update:"
|
|
|
|
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: main.php:1065
|
668 |
+
msgid "Before:"
|
|
|
|
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: templates/settings/tutorial_tab.php:4
|
672 |
+
msgid "Beginning"
|
|
|
|
|
|
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: main.php:1059
|
676 |
+
msgid "Below:"
|
|
|
|
|
677 |
msgstr ""
|
678 |
|
679 |
+
#. Author of the plugin
|
680 |
+
#: includes/visual-composer.php:21 includes/visual-composer.php:47
|
681 |
+
msgid "BeRocket"
|
|
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: addons/custom_sidebar/sidebar_include.php:145
|
685 |
+
msgid "BeRocket AJAX Filters"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: includes/divi-builder.php:42 includes/divi-builder.php:86
|
689 |
+
msgid "BeRocket Filter"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: includes/divi-builder.php:96
|
693 |
+
msgid "BeRocket Filter Next Product"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: addons/deprecated_filters/filter_post.php:526
|
697 |
+
#: templates/single_filter/single_settings_elements.php:498
|
698 |
+
msgid "Blue Shadow"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: templates/settings/design_title_styles.php:10
|
702 |
+
#: addons/deprecated_filters/settings/design.php:149
|
703 |
+
#: addons/deprecated_filters/settings/design.php:706
|
704 |
+
msgid "Border color"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: templates/settings/design_title_styles.php:12
|
708 |
+
#: addons/deprecated_filters/settings/design.php:151
|
709 |
+
msgid "Border radius"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: templates/settings/design_title_styles.php:11
|
713 |
+
#: addons/deprecated_filters/settings/design.php:150
|
714 |
+
msgid "Border width"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: includes/paid.php:228 includes/paid.php:291
|
718 |
+
msgid "Both URL and Session"
|
|
|
|
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: templates/single_filter/single_settings_elements.php:451
|
722 |
+
msgid "Bottom"
|
|
|
|
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: includes/paid.php:1927 addons/deprecated_filters/deprecated_filters.php:531
|
726 |
+
msgid "Button background color"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: includes/paid.php:1932 addons/deprecated_filters/deprecated_filters.php:536
|
730 |
+
msgid "Button background color on mouse over"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: addons/deprecated_filters/settings/design.php:643
|
734 |
+
msgid "Button border color"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: addons/deprecated_filters/settings/design.php:645
|
738 |
+
msgid "Button border radius"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: addons/deprecated_filters/settings/design.php:644
|
742 |
+
msgid "Button border width"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: addons/deprecated_filters/settings/design.php:642
|
746 |
+
msgid "Button color"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: addons/deprecated_filters/settings/design.php:641
|
750 |
+
msgid "Button size"
|
|
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: includes/paid.php:1937 addons/deprecated_filters/deprecated_filters.php:541
|
754 |
+
msgid "Button text color"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: includes/paid.php:1942 addons/deprecated_filters/deprecated_filters.php:546
|
758 |
+
msgid "Button text color on mouse over"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: main.php:1036
|
762 |
+
msgid "Can also work with other hostings if they limit query size."
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: includes/paid/search_field.php:197
|
766 |
+
msgid "Categories"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: includes/paid.php:1798 templates/paid/filters_search_box.php:17
|
770 |
+
msgid "Category"
|
|
|
|
|
|
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: includes/paid.php:1793 templates/paid/filters_search_box.php:12
|
774 |
+
msgid "Category page"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: includes/paid.php:283
|
778 |
+
msgid ""
|
779 |
+
"Change image/price on variable products to image/price from variation that "
|
780 |
+
"has attribute value of selected filters."
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: templates/single_filter/single_settings_elements.php:711
|
784 |
+
msgid "Check Box"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: main.php:390 includes/paid.php:1860
|
788 |
+
#: addons/deprecated_filters/deprecated_filters.php:60
|
789 |
+
#: addons/deprecated_filters/settings/design.php:161
|
790 |
+
msgid "Checkbox"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: addons/deprecated_filters/settings/design.php:146
|
794 |
+
msgid "Checkbox / Radio"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: includes/paid.php:1960 includes/paid.php:1996 includes/paid.php:3930
|
798 |
+
#: includes/paid.php:3965 includes/paid.php:3969 includes/paid.php:3973
|
799 |
+
msgid "Child"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: includes/paid.php:1958 includes/paid.php:3928
|
803 |
+
msgid "Child Count"
|
|
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: includes/paid.php:1980 includes/paid.php:3940
|
807 |
+
msgid "Child count"
|
|
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: includes/paid.php:1964 includes/paid.php:3935
|
811 |
+
msgid "Child depth"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: includes/paid.php:4362
|
815 |
+
msgid "Child for current page value"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: includes/paid.php:4363
|
819 |
+
msgid "Child for value:"
|
|
|
|
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: includes/paid.php:1955 includes/paid.php:3925
|
823 |
+
msgid "Child/Parent Limitation"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: templates/single_filter/widget_type.php:29
|
827 |
+
msgid "Clear all selected filters."
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: main.php:1364
|
831 |
+
msgid "Clears the attribute/custom taxonomy cache for plugin"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: main.php:1080
|
835 |
+
msgid "Click"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: addons/custom_sidebar/sidebar_include.php:164
|
839 |
+
msgid "Close ✕"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: addons/deprecated_filters/settings/design.php:713
|
843 |
+
msgid "Close button font color"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: addons/deprecated_filters/settings/design.php:714
|
847 |
+
msgid "Close button font color on mouse over"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: addons/deprecated_filters/settings/design.php:712
|
851 |
+
msgid "Close button size"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: addons/custom_sidebar/sidebar_include.php:91
|
855 |
+
#: templates/paid/filters_group.php:85
|
856 |
+
msgid "Collapse Button Icon style"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: addons/custom_sidebar/sidebar_include.php:71
|
860 |
+
#: templates/paid/filters_group.php:68
|
861 |
+
msgid "Collapse Button style"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: templates/paid/filters_group.php:64
|
865 |
+
msgid ""
|
866 |
+
"Collapse group on page load and show icon instead. When icon is clicked "
|
867 |
+
"filters will be shown"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: templates/paid/filters_group.php:61
|
871 |
+
msgid "Collapsed on page load"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: main.php:393 includes/paid.php:1862
|
875 |
+
#: addons/deprecated_filters/deprecated_filters.php:63
|
876 |
+
#: templates/single_filter/single_settings_elements.php:712
|
877 |
+
#: addons/deprecated_filters/settings/design.php:12
|
878 |
+
#: addons/deprecated_filters/settings/design.php:27
|
879 |
+
msgid "Color"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: templates/single_filter/single_settings_elements.php:500
|
883 |
+
msgid "Color Change(EXPERIMENTAL)"
|
|
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: main.php:1162
|
887 |
+
msgid "Color/Image Tooltip Name"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: includes/custom_post.php:196 includes/custom_post.php:685
|
891 |
+
#: templates/groups_information.php:5
|
892 |
+
msgid "Conditions"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: templates/groups_information.php:7
|
896 |
+
msgid "Connection between condition can be AND and OR"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: addons/deprecated_filters/filter_post.php:18
|
900 |
+
msgid "CONTACT US"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: main.php:731
|
904 |
+
msgid "Controlled by \"Out of stock\" filter"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: addons/additional_tables/additional_tables.php:65
|
908 |
+
msgid ""
|
909 |
+
"Create 4 additional tables.<ul><li>Table to speed up hierarchical taxonomies "
|
910 |
+
"recount: <strong>Product categories</strong>, <strong>Brands</strong> "
|
911 |
+
"etc</li><li>3 tables to speed up functions for variation filtering</li></ul>"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: includes/new_widget.php:321 templates/filters_group_simple.php:17
|
915 |
+
msgid "Create Filter"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: templates/single_filter/widget_type.php:10
|
919 |
+
msgid "Create filters by price, attributes, categories, tags etc."
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: includes/new_widget.php:142
|
923 |
+
msgid "Create Group"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: includes/paid.php:4466
|
927 |
+
msgid "Create search input field for products."
|
|
|
|
|
|
|
|
|
|
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: main.php:1317 main.php:1328
|
931 |
+
msgid "Creating products"
|
|
|
|
|
|
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: addons/deprecated_filters/filter_post.php:715
|
935 |
+
#: templates/single_filter/single_settings_elements.php:366
|
936 |
+
msgid "CSS Class"
|
|
|
|
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: includes/paid.php:4141
|
940 |
+
#: templates/single_filter/single_settings_elements.php:558
|
941 |
+
msgid "currency code(USD)"
|
|
|
942 |
msgstr ""
|
943 |
|
944 |
+
#: includes/paid.php:4140
|
945 |
+
#: templates/single_filter/single_settings_elements.php:557
|
946 |
+
msgid "currency symbol($)"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: includes/paid.php:4056
|
950 |
+
msgid "Current attribute/taxonomy values"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: addons/deprecated_filters/filter_post.php:527
|
954 |
+
#: templates/single_filter/single_settings_elements.php:501
|
955 |
+
msgid "Custom CSS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: templates/filters_group.php:4
|
959 |
+
msgid "Custom CSS class"
|
|
|
|
|
|
|
|
|
|
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: addons/deprecated_filters/filter_post.php:535
|
963 |
+
#: templates/single_filter/single_settings_elements.php:510
|
964 |
+
msgid "Custom CSS for Checked block"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: main.php:1385
|
968 |
+
msgid "Custom CSS Style:"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: addons/custom_sidebar/custom_sidebar.php:9
|
972 |
+
#: templates/settings/tutorial_tab.php:22
|
973 |
+
msgid "Custom Sidebar"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: addons/custom_sidebar/sidebar_include.php:52
|
977 |
+
msgid "Custom Sidebar Styles"
|
|
|
|
|
|
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: addons/deprecated_filters/filter_post.php:504
|
981 |
+
#: templates/single_filter/single_settings_elements.php:471
|
982 |
+
msgid "Custom size"
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: addons/deprecated_filters/filter_post.php:512
|
986 |
+
msgid "Custom size(Height x Width)"
|
|
|
|
|
|
|
|
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: includes/paid.php:1848 templates/filter_post_simple.php:52
|
990 |
+
#: addons/deprecated_filters/filter_post.php:149
|
991 |
+
#: templates/single_filter/single_settings_elements.php:90
|
992 |
+
msgid "Custom Taxonomies"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: includes/custom_post.php:464 includes/paid.php:1677 includes/paid.php:1836
|
996 |
+
msgid "Custom Taxonomy"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: includes/custom_post.php:500
|
1000 |
+
msgid "Custom taxonomy not exists. This filter can work incorrect"
|
|
|
|
|
|
|
|
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: includes/custom_post.php:473 includes/custom_post.php:498
|
1004 |
+
msgid "Custom Taxonomy: "
|
|
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: main.php:1146 main.php:1169 includes/paid.php:260
|
1008 |
+
#: addons/custom_sidebar/sidebar_include.php:118
|
1009 |
+
msgid "Dark"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: includes/custom_post.php:441
|
1013 |
+
msgid "Data"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: includes/paid.php:185
|
1017 |
+
msgid "Data cache"
|
|
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: includes/custom_post.php:486 includes/paid.php:1689 includes/paid.php:3416
|
1021 |
+
msgid "Date"
|
|
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: includes/paid.php:4094
|
1025 |
+
msgid "Date detected"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: templates/single_filter/single_settings_elements.php:719
|
1029 |
+
msgid "Date Picker"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: includes/paid.php:2033 includes/paid.php:4015
|
1033 |
+
msgid "Date visual style"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: includes/paid.php:4052
|
1037 |
+
msgid "Datepicker required specific slug for attribute/taxonomy values"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: includes/paid.php:2023 includes/paid.php:4002
|
1041 |
+
msgid "Dates of the month Drop-down list"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: includes/paid.php:2029 includes/paid.php:4009
|
1045 |
+
msgid "Dates of the year Drop-down list"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: includes/paid.php:4106
|
1049 |
+
msgid "Day:"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
+
#: addons/deprecated_filters/filter_post.php:434
|
1053 |
+
#: templates/single_filter/single_settings_elements.php:594
|
1054 |
+
msgid "Decimal separator"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: main.php:883
|
1058 |
+
msgid "Decode all symbols in URL to prevent errors on server side"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: addons/deprecated_filters/filter_post.php:356
|
1062 |
+
msgid "Deep level:"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: main.php:963 main.php:1273 includes/paid.php:1957
|
1066 |
+
#: addons/deprecated_filters/filter_post.php:228
|
1067 |
+
#: addons/deprecated_filters/filter_post.php:416
|
1068 |
+
#: addons/deprecated_filters/filter_post.php:523
|
1069 |
+
#: includes/compatibility/beaver-builder.php:19
|
1070 |
+
#: includes/compatibility/divi-theme-builder.php:35
|
1071 |
+
#: includes/compatibility/elementor-pro.php:18
|
1072 |
+
#: templates/paid/filters_group.php:29
|
1073 |
+
#: templates/settings/design_title_styles.php:24
|
1074 |
+
#: templates/settings/design_title_styles.php:38
|
1075 |
+
#: templates/settings/design_title_styles.php:43
|
1076 |
+
#: templates/settings/design_title_styles.php:51
|
1077 |
+
#: templates/settings/design_title_styles.php:65
|
1078 |
+
#: templates/settings/design_title_styles.php:70
|
1079 |
+
#: templates/settings/design_title_styles.php:78
|
1080 |
+
#: templates/settings/design_title_styles.php:92
|
1081 |
+
#: templates/settings/design_title_styles.php:97
|
1082 |
+
#: templates/single_filter/single_settings_elements.php:111
|
1083 |
+
#: templates/single_filter/single_settings_elements.php:344
|
1084 |
+
#: templates/single_filter/single_settings_elements.php:495
|
1085 |
+
#: addons/deprecated_filters/settings/design.php:57
|
1086 |
+
#: addons/deprecated_filters/settings/design.php:165
|
1087 |
+
#: addons/deprecated_filters/settings/design.php:179
|
1088 |
+
#: addons/deprecated_filters/settings/design.php:184
|
1089 |
+
#: addons/deprecated_filters/settings/design.php:421
|
1090 |
+
#: addons/deprecated_filters/settings/design.php:435
|
1091 |
+
#: addons/deprecated_filters/settings/design.php:440
|
1092 |
+
#: addons/deprecated_filters/settings/design.php:653
|
1093 |
+
#: addons/deprecated_filters/settings/design.php:658
|
1094 |
+
#: addons/deprecated_filters/settings/design.php:666
|
1095 |
+
#: addons/deprecated_filters/settings/design.php:677
|
1096 |
+
#: addons/deprecated_filters/settings/design.php:682
|
1097 |
+
#: addons/deprecated_filters/settings/design.php:722
|
1098 |
+
#: addons/deprecated_filters/settings/design.php:727
|
1099 |
+
#: addons/deprecated_filters/settings/design.php:735
|
1100 |
+
#: addons/deprecated_filters/settings/design.php:743
|
1101 |
+
#: addons/deprecated_filters/settings/design.php:748
|
1102 |
+
#: addons/deprecated_filters/settings/design.php:756
|
1103 |
+
#: addons/deprecated_filters/settings/design.php:761
|
1104 |
+
msgid "Default"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
+
#: addons/separate_link/separate_vars.php:33
|
1108 |
+
msgid "Default operator for URLs"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: addons/separate_link/separate_vars.php:41
|
1112 |
+
msgid "Default operator will not be added to the URL"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
+
#: main.php:1254 includes/paid.php:415
|
1116 |
+
msgid ""
|
1117 |
+
"Default WooCommerce page are: shop page, category page, tag page, attribute "
|
1118 |
+
"page etc."
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: includes/paid.php:4467
|
1122 |
+
msgid "Default WordPress functionality for searching is being used."
|
|
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: main.php:964 main.php:1275
|
1126 |
+
msgid "Delete value"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: addons/deprecated_filters/deprecated_filters.php:9
|
1130 |
+
msgid "Deprecated Filters"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: includes/paid.php:4386
|
1134 |
+
msgid "Depth level"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: addons/deprecated_filters/filter_post.php:237
|
1138 |
+
#: templates/single_filter/single_settings_elements.php:139
|
1139 |
+
msgid "Descending"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: main.php:913 addons/deprecated_filters/filter_post.php:559
|
1143 |
+
#: templates/single_filter/single_settings_elements.php:357
|
1144 |
+
msgid "Description"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: includes/functions.php:813
|
1148 |
msgid "Description Block"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
+
#: includes/functions.php:825
|
1152 |
msgid "Description Block Border"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: includes/functions.php:849
|
|
|
|
|
|
|
|
|
1156 |
msgid "Description Block Text"
|
1157 |
msgstr ""
|
1158 |
|
1159 |
+
#: includes/functions.php:837
|
1160 |
+
msgid "Description Block Title"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
+
#: templates/single_filter/single_settings_elements.php:358
|
1164 |
+
msgid "Description do not displayed"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: main.php:617
|
1168 |
+
msgid "Design"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: main.php:667 includes/custom_post.php:405 includes/custom_post.php:741
|
1172 |
+
msgid "Desktop"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: main.php:664 addons/deprecated_filters/filter_post.php:685
|
1176 |
+
#: includes/compatibility/beaver-builder.php:21
|
1177 |
+
#: includes/compatibility/divi-theme-builder.php:37
|
1178 |
+
#: includes/compatibility/elementor-pro.php:20
|
1179 |
+
msgid "Disable"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: main.php:982
|
1183 |
+
msgid "Disable admin bar"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: main.php:788
|
1187 |
+
msgid "Disable AJAX loading"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: main.php:854
|
1191 |
+
msgid "Disable AJAX Pagination"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: main.php:975
|
1195 |
+
msgid "Disable all filters"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: main.php:1191
|
1199 |
+
msgid "Disable Font Awesome"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: addons/deprecated_filters/filter_post.php:320
|
1203 |
+
#: addons/deprecated_filters/filter_post.php:486
|
1204 |
+
msgid "Disable multiple selection?"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: main.php:986
|
1208 |
+
msgid "Disable panel in WordPress Admin Bar"
|
|
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: main.php:1019
|
1212 |
+
msgid "Disable redirection, when a search returns only one product"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: main.php:729 includes/paid.php:111 includes/paid.php:123
|
1216 |
+
#: includes/paid.php:189 includes/paid.php:225 includes/paid.php:2073
|
1217 |
+
#: includes/paid.php:3677 includes/paid.php:3927
|
1218 |
+
#: includes/paid/search_field.php:195
|
1219 |
+
#: templates/single_filter/single_settings_elements.php:280
|
1220 |
+
#: templates/single_filter/single_settings_elements.php:293
|
1221 |
+
#: templates/single_filter/single_settings_elements.php:447
|
1222 |
+
msgid "Disabled"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: includes/paid.php:4360
|
1226 |
+
msgid "Display All"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: templates/single_filter/widget_type.php:38
|
1230 |
+
msgid "Display all selected filters."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: main.php:1274
|
1234 |
+
msgid "Display filter same as it is displayed on any other page"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: templates/paid/filters_group.php:20
|
1238 |
+
msgid "Display filters in line"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: templates/paid/filters_group.php:26
|
1242 |
+
msgid "Display filters in line max count"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: templates/paid/filters_group.php:54
|
1246 |
+
msgid "Display filters on mouse over"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: templates/single_filter/single_settings_elements.php:281
|
1250 |
+
msgid "Display hierarchical"
|
|
|
|
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: templates/single_filter/single_settings_elements.php:282
|
1254 |
+
msgid "Display hierarchical and hide child"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: includes/paid/search_field.php:87
|
1258 |
+
#, php-format
|
1259 |
+
msgctxt "display in search suggestions"
|
1260 |
+
msgid "Category %s"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: templates/paid/filters_group.php:57
|
1264 |
+
msgid "Display on mouse over and hide on mouse leave"
|
|
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: includes/paid.php:2074 includes/paid.php:3678
|
1268 |
+
msgid "Display only"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: includes/paid.php:4351
|
1272 |
+
msgid "Display only child of"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: includes/paid.php:3675
|
1276 |
+
msgid "Display only selected values / Remove selected values"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: main.php:941
|
1280 |
+
msgid "Display products"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: main.php:767
|
1284 |
+
msgid "Display Selected Filters"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: main.php:999
|
1288 |
+
msgid "Display styles only for pages with filters"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
+
#: includes/paid.php:278
|
1292 |
+
msgid ""
|
1293 |
+
"Display tooltip with products count for a page, that will be displayed after "
|
1294 |
+
"applying filters."
|
1295 |
msgstr ""
|
1296 |
|
1297 |
+
#: addons/deprecated_filters/filter_post.php:482
|
1298 |
+
#: templates/single_filter/single_settings_elements.php:445
|
1299 |
+
msgid "Display value next to color/image?"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: includes/paid.php:202
|
1303 |
msgid "Display variation data"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: includes/paid.php:205
|
1307 |
msgid "Display variation image"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
+
#: includes/paid.php:212
|
1311 |
msgid "Display variation price"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
+
#: includes/paid/search_field.php:86
|
1315 |
+
#, php-format
|
1316 |
+
msgctxt "displayed in search input"
|
1317 |
+
msgid "Category %s"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: templates/settings/tutorial_tab.php:37
|
1321 |
+
#: templates/settings/tutorial_tab.php:52
|
1322 |
+
msgid "Divi Builder"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: addons/deprecated_filters/filter_post.php:709
|
1326 |
+
#: templates/single_filter/single_settings_elements.php:619
|
1327 |
+
msgid "Do not hide"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: main.php:953
|
1331 |
+
msgid "Do not use (price from regular/sale field)"
|
|
|
|
|
1332 |
msgstr ""
|
1333 |
|
1334 |
+
#: templates/groups_information.php:3
|
1335 |
msgid ""
|
1336 |
+
"Do not use multiple filters with same attribute on one page! We will not "
|
1337 |
+
"guarantee normal filters works in that case."
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: addons/deprecated_filters/deprecated_filters.php:133
|
1341 |
+
msgid "Do you want to disable it anyway?"
|
|
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: addons/deprecated_filters/filter_post.php:20
|
1345 |
+
msgid "Do you want to edit anyway?"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
+
#: main.php:1195
|
1349 |
msgid ""
|
1350 |
+
"Don't loading css file for Font Awesome on site front end. Use it only if "
|
1351 |
+
"you doesn't uses Font Awesome icons in widgets or you have Font Awesome in "
|
1352 |
+
"your theme."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: templates/single_filter/single_settings_elements.php:716
|
1356 |
+
msgid "Drop Down Menu"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: includes/functions.php:789
|
1360 |
+
msgid "Drop-Down"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: templates/single_filter/single_settings_elements.php:499
|
1364 |
+
msgid "Drop-shadow(EXPERIMENTAL)"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: main.php:1216
|
1368 |
+
msgid "During Update:"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: templates/single_filter/widget_type.php:39
|
1372 |
+
msgid "Each filter can be clicked to reset it."
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: includes/custom_post.php:119 includes/custom_post.php:644
|
1376 |
+
#: includes/new_widget.php:140 includes/new_widget.php:319
|
1377 |
+
#: templates/filters_group_simple.php:32 templates/filters_group_simple.php:57
|
1378 |
+
msgid "Edit"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: includes/custom_post.php:120
|
1382 |
+
msgid "Edit Filter"
|
|
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: includes/custom_post.php:645
|
1386 |
+
msgid "Edit Filter Group"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: templates/settings/design_title_styles.php:9
|
1390 |
+
#: addons/deprecated_filters/settings/design.php:11
|
1391 |
+
#: addons/deprecated_filters/settings/design.php:26
|
1392 |
+
#: addons/deprecated_filters/settings/design.php:148
|
1393 |
+
msgid "Element"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
+
#: templates/settings/tutorial_tab.php:42
|
1397 |
+
msgid "Elementor Builder"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: main.php:601
|
1401 |
+
msgid "Elements"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: includes/paid.php:300
|
1405 |
+
msgid "Elements over products"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: includes/paid.php:152 includes/paid.php:1878
|
1409 |
+
#: templates/paid/filters_search_box.php:34
|
1410 |
+
msgid "Elements position"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: templates/single_filter/all_steps.php:32
|
1414 |
+
msgid "Empty"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: includes/paid.php:4115
|
1418 |
+
msgid "Empty attribute/taxonomy"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: includes/compatibility/beaver-builder.php:20
|
1422 |
+
#: includes/compatibility/divi-theme-builder.php:36
|
1423 |
+
#: includes/compatibility/elementor-pro.php:19
|
1424 |
+
msgid "Enable"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: templates/filters_information.php:5
|
1428 |
+
#, php-format
|
1429 |
+
msgid ""
|
1430 |
+
"Enable in <strong>%s</strong> step option <strong>%s</strong> and <strong>"
|
1431 |
+
"%s</strong>"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: templates/filters_information.php:5
|
1435 |
+
#: addons/deprecated_filters/filter_post.php:453
|
1436 |
+
#: templates/single_filter/single_settings_elements.php:291
|
1437 |
+
msgid "Enable minimization option"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: includes/paid.php:4451 addons/deprecated_filters/filter_post.php:337
|
1441 |
+
msgid "Enable Slider input fields"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
+
#: includes/paid.php:244
|
1445 |
+
msgid ""
|
1446 |
+
"Enable the setting if the slider has more than 250 values. Hierarchical "
|
1447 |
+
"taxonomy may not work correctly with sliders."
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: includes/paid.php:291
|
1451 |
+
msgid "enable two previous methods and use them at the same time"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: main.php:730
|
1455 |
+
msgid "Enabled"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: templates/single_filter/single_settings_elements.php:294
|
1459 |
+
msgid "Enabled with arrow"
|
|
|
1460 |
msgstr ""
|
1461 |
|
1462 |
+
#: templates/single_filter/single_settings_elements.php:295
|
1463 |
+
msgid "Enabled without arrow"
|
|
|
1464 |
msgstr ""
|
1465 |
|
1466 |
+
#: templates/single_filter/single_settings_elements.php:296
|
1467 |
+
msgid "Enabled without arrow on mobile"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
+
#: main.php:1320
|
1471 |
+
msgid "Error:"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: includes/paid.php:4054
|
1475 |
+
msgid "Example:"
|
|
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: includes/custom_post.php:199
|
1479 |
+
msgid "FAQ"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
+
#: templates/settings/tutorial_tab.php:19
|
1483 |
+
msgid "Features"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
+
#: includes/custom_post.php:452 includes/divi-builder.php:27
|
1487 |
+
#: includes/new_widget.php:299 includes/save_slider_data.php:117
|
1488 |
+
#: includes/visual-composer.php:26
|
1489 |
+
#: addons/deprecated_filters/display_widget.php:215
|
1490 |
+
#: addons/deprecated_filters/filter_post.php:72
|
1491 |
+
#: includes/filters/display_widget.php:219
|
1492 |
+
#: templates/settings/design_title_styles.php:74
|
1493 |
+
#: templates/single_filter/widget_type.php:8
|
1494 |
+
msgid "Filter"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: templates/filters_information.php:66
|
1498 |
+
msgid "Filter Additional options. You can add/change some elements for filter"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
+
#: includes/paid.php:1832 templates/filter_post_simple.php:18
|
1502 |
+
#: addons/deprecated_filters/filter_post.php:92
|
1503 |
+
#: templates/single_filter/single_settings_elements.php:46
|
1504 |
+
msgid "Filter By"
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: templates/filters_information.php:62
|
1508 |
+
msgid ""
|
1509 |
+
"Filter required options.<br>Those options must be setuped, because filter "
|
1510 |
+
"can work incorrect without it."
|
1511 |
msgstr ""
|
1512 |
|
1513 |
+
#: templates/filters_information.php:57
|
1514 |
+
msgid "Filter style. This option change how filter will be look like."
|
1515 |
msgstr ""
|
1516 |
|
1517 |
+
#: templates/single_filter/all_steps.php:30
|
1518 |
+
msgid "Filter Title"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: templates/single_filter/single_settings_elements.php:181
|
1522 |
+
msgid ""
|
1523 |
+
"Filter will be displayed on same pages, but values that is displayed in "
|
1524 |
+
"filter will be limited by products that is inside selected category."
|
1525 |
msgstr ""
|
1526 |
|
1527 |
+
#: main.php:634 includes/custom_post.php:767
|
1528 |
+
msgid "Filters"
|
1529 |
msgstr ""
|
1530 |
|
1531 |
+
#: main.php:689
|
1532 |
+
msgid ""
|
1533 |
+
"Filters are applied in recounting attribute values; empty values are removed "
|
1534 |
+
"on the server-side"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: main.php:1268
|
1538 |
+
msgid ""
|
1539 |
+
"Filters are considered while counting attribute values. Empty values are "
|
1540 |
+
"removed server side"
|
1541 |
msgstr ""
|
1542 |
|
1543 |
+
#: main.php:1139
|
1544 |
+
msgid "Filters Description"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
+
#: main.php:1278
|
1548 |
+
msgid ""
|
1549 |
+
"filters for same taxonomy will be displayed with single value, that same as "
|
1550 |
+
"current page (Example: On page of Product category \"Jeans\" the filter for "
|
1551 |
+
"Product category will be displayed only with the value \"Jeans\")"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: main.php:1276
|
1555 |
+
msgid ""
|
1556 |
+
"filters for same taxonomy will be removed from page (Example: On page of "
|
1557 |
+
"Product category \"Jeans\" the filter for Product category will be removed)"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: templates/admin.php:3
|
1561 |
+
msgid "Filters group"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: templates/filters_group.php:12 templates/filters_group_simple.php:6
|
1565 |
+
msgid "Filters In Group"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: includes/admin/admin_bar.php:73
|
1569 |
+
msgid "Filters not detected on page"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: addons/deprecated_filters/deprecated_filters.php:121
|
1573 |
+
msgid ""
|
1574 |
+
"Filters on Front-end, how they looks and works. Some styles can differ in "
|
1575 |
+
"new version."
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: templates/filters_group.php:49 templates/filters_group.php:55
|
1579 |
+
msgid "FILTERS PAGE"
|
|
|
|
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: templates/single_filter/widget_type.php:20
|
1583 |
+
msgid ""
|
1584 |
+
"Filters will be applied to the products only after this button will be "
|
1585 |
+
"clicked."
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: includes/paid.php:4138
|
1589 |
+
msgid "first value, from this price"
|
|
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: main.php:1015
|
1593 |
+
msgid "Fix for search page"
|
|
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: main.php:1007
|
1597 |
+
msgid "Fix for site with AJAX"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: main.php:1031
|
1601 |
+
msgid "Fix WPEngine query issue"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: main.php:1028
|
1605 |
+
msgid ""
|
1606 |
+
"Fixed CSS styles for Select2 (do not enable if Select2 work correct. Option "
|
1607 |
+
"can break Select2 in other plugins or themes)"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
+
#: main.php:1202
|
1611 |
+
msgid "Font Awesome 4"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: main.php:1203
|
1615 |
+
msgid "Font Awesome 5"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: main.php:1198
|
1619 |
+
msgid "Font Awesome Version"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: templates/settings/design_title_styles.php:14
|
1623 |
+
#: addons/deprecated_filters/settings/design.php:153
|
1624 |
+
#: addons/deprecated_filters/settings/design.php:708
|
1625 |
+
msgid "Font color"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: addons/deprecated_filters/settings/design.php:13
|
1629 |
+
#: addons/deprecated_filters/settings/design.php:28
|
1630 |
+
msgid "Font Family"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: addons/deprecated_filters/settings/design.php:707
|
1634 |
+
msgid "Font size"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: addons/deprecated_filters/settings/design.php:15
|
1638 |
+
#: addons/deprecated_filters/settings/design.php:30
|
1639 |
+
msgid "Font-Size"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: addons/deprecated_filters/settings/design.php:14
|
1643 |
+
#: addons/deprecated_filters/settings/design.php:29
|
1644 |
+
msgid "Font-Weight"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: includes/paid.php:4055
|
1648 |
+
msgid "For date"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: templates/single_filter/single_settings_elements.php:531
|
1652 |
+
#: templates/single_filter/single_settings_elements.php:536
|
1653 |
+
msgid "From Products List"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: addons/deprecated_filters/filter_post.php:413
|
1657 |
+
#: templates/single_filter/single_settings_elements.php:338
|
1658 |
+
msgid "From settings"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: main.php:1157 main.php:1180 includes/paid.php:270
|
1662 |
+
msgid "From Theme"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: main.php:938
|
1666 |
+
msgid "From WooCommerce"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: main.php:597
|
1670 |
+
msgid "General"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: templates/filters_information.php:3 templates/groups_information.php:2
|
1674 |
+
msgid "Get more information on BeRocket Documentation"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: main.php:1333
|
1678 |
+
msgid "Get selectors automatically"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: main.php:1318 main.php:1329
|
1682 |
+
msgid "Gettings selectors"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: includes/divi-builder.php:71 includes/new_widget.php:120
|
1686 |
+
#: includes/paid.php:321
|
1687 |
+
msgid "Group"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: templates/filters_group.php:52
|
1691 |
+
msgid "Group do not have filters. Please add filters before save it."
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: includes/divi-builder.php:52 includes/visual-composer.php:45
|
1695 |
+
msgid "Group Filter"
|
|
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: includes/custom_post.php:686
|
1699 |
+
msgid "Group Settings"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#: templates/groups_information.php:6
|
1703 |
+
msgid "Group without any condition will be displayed on all pages"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: main.php:907
|
1707 |
+
msgid "Header"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
+
#: templates/single_filter/single_settings_elements.php:376
|
1711 |
+
msgid "Height of the Filter Block"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
+
#: addons/deprecated_filters/filter_post.php:603
|
1715 |
+
msgid "Height of the Filter Block:"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: includes/paid.php:582
|
1719 |
+
msgid "Hide \"Show/Hide value(s)\" button"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: addons/deprecated_filters/filter_post.php:707
|
1723 |
+
#: templates/single_filter/single_settings_elements.php:617
|
1724 |
+
msgid "Hide button"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: main.php:713
|
1728 |
+
msgid "Hide empty widgets"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
+
#: includes/paid.php:3818 addons/deprecated_filters/filter_post.php:296
|
1732 |
+
msgid "Hide first and last ranges without products"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: addons/deprecated_filters/filter_post.php:465
|
1736 |
+
#: addons/deprecated_filters/filter_post.php:632
|
1737 |
+
msgid "Hide minimization arrow?"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: addons/deprecated_filters/filter_post.php:710
|
1741 |
+
#: templates/single_filter/single_settings_elements.php:620
|
1742 |
+
msgid "Hide only when no filters on page"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: main.php:722
|
1746 |
+
msgid "Hide out of stock <br>variations"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: main.php:781
|
1750 |
+
msgid ""
|
1751 |
+
"Hide selected filters area if nothing selected(affect only area above "
|
1752 |
+
"products)"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: main.php:707
|
1756 |
+
msgid "Hide selected values"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: includes/paid.php:92
|
1760 |
+
msgid "Hide the Show/Hide value(s) button in filters"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: includes/custom_post.php:393
|
1764 |
+
msgid "Hide this filter on:"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: includes/custom_post.php:729
|
1768 |
+
msgid "Hide this group on:"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: main.php:1798 includes/filters/dynamic_data_template.php:185
|
1772 |
+
msgid "Hide value(s)"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: main.php:695 main.php:1265
|
1776 |
+
msgid "Hide values"
|
|
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: main.php:701
|
1780 |
+
msgid "Hide values without products"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: main.php:735
|
1784 |
+
msgid ""
|
1785 |
+
"Hide variable products, if variations with selected filters are out of stock"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: addons/deprecated_filters/filter_post.php:711
|
1789 |
+
#: templates/single_filter/single_settings_elements.php:621
|
1790 |
+
msgid "Hide when no filters on page or page not filtered"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: templates/single_filter/single_settings_elements.php:278
|
1794 |
+
msgid "Hierarchical"
|
|
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: includes/paid.php:1881 templates/paid/filters_search_box.php:37
|
1798 |
+
msgid "Horizontal"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: main.php:1081
|
1802 |
+
msgid "Hovering over the icon"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: includes/admin/admin_bar.php:49
|
1806 |
+
msgid "How do I check filter problems?"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: main.php:1335
|
1810 |
+
msgid "How it work:"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: templates/filters_information.php:6
|
1814 |
+
msgid "How to add reset filters button?"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: templates/filters_information.php:8
|
1818 |
+
msgid ""
|
1819 |
+
"How to add update products button? (to filter products only after click on "
|
1820 |
+
"button)"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
+
#: templates/settings/tutorial_tab.php:7
|
1824 |
+
msgid "How to configure the plugin"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: templates/filters_information.php:4
|
1828 |
+
msgid "How to hide filter on page load?"
|
|
|
1829 |
msgstr ""
|
1830 |
|
1831 |
+
#. URI of the plugin
|
1832 |
msgid ""
|
1833 |
+
"https://berocket.com/product/woocommerce-ajax-products-filter?"
|
1834 |
+
"utm_source=paid_plugin&utm_medium=plugins&utm_campaign=ajax_filters"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#. Author URI of the plugin
|
1838 |
+
msgid ""
|
1839 |
+
"https://berocket.com?"
|
1840 |
+
"utm_source=paid_plugin&utm_medium=plugins&utm_campaign=ajax_filters"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
+
#: addons/deprecated_filters/settings/design.php:155
|
1844 |
+
msgid "Icon"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: templates/single_filter/single_settings_elements.php:426
|
1848 |
+
msgid "Icon After Title"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
+
#: templates/single_filter/single_settings_elements.php:436
|
1852 |
+
msgid "Icon After Value"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: templates/single_filter/single_settings_elements.php:422
|
1856 |
+
msgid "Icon Before Title"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
+
#: templates/single_filter/single_settings_elements.php:432
|
1860 |
+
msgid "Icon Before Value"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
+
#: addons/deprecated_filters/filter_post.php:542
|
1864 |
+
msgid "Icons"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
+
#: templates/single_filter/widget_type.php:21
|
1868 |
+
msgid ""
|
1869 |
+
"If at least one update button displayed on the page, then all filters will "
|
1870 |
+
"be applied only after button clicked."
|
1871 |
msgstr ""
|
1872 |
|
1873 |
+
#: main.php:1249
|
1874 |
+
msgid ""
|
1875 |
+
"If product do not have variation, then it cannot be detected as out of "
|
1876 |
+
"stock/in stock and will be displayed as without this option"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
+
#: main.php:867
|
1880 |
+
msgid ""
|
1881 |
+
"If this option is on URL will be changed when filter is selected/changed"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: addons/deprecated_filters/filter_post.php:17
|
1885 |
+
msgid ""
|
1886 |
+
"If you enabled old(DEPRECATED) filters addon because you have some issues "
|
1887 |
+
"with new version, then please "
|
1888 |
msgstr ""
|
1889 |
|
1890 |
+
#: includes/paid.php:285
|
1891 |
+
msgid ""
|
1892 |
+
"If you have this issue, then please contact theme developer with this issue"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: main.php:1227
|
1896 |
+
msgid "If you want to add own actions after products updated, eg: alert('1');"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: main.php:1213
|
1900 |
+
msgid "If you want to add own actions on filter activation, eg: alert('1');"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: main.php:1220
|
1904 |
+
msgid ""
|
1905 |
+
"If you want to add own actions right on products update. You can manipulate "
|
1906 |
+
"data here, try: data.products = 'Ha!';"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: main.php:979
|
1910 |
+
msgid ""
|
1911 |
+
"If you want to hide filters without losing current configuration just turn "
|
1912 |
+
"them off"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
+
#: main.php:394 includes/paid.php:209 includes/paid.php:1863
|
1916 |
+
#: addons/deprecated_filters/deprecated_filters.php:64
|
1917 |
+
#: templates/single_filter/single_settings_elements.php:713
|
1918 |
+
msgid "Image"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: includes/paid.php:284
|
|
|
1922 |
msgid ""
|
1923 |
+
"Image replace can do not work on some theme. Our plugin uses default "
|
1924 |
+
"WooCommerce functionality to replace image, but some theme do not use it."
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: includes/paid.php:4051
|
1928 |
+
msgid "IMPORTANT FOR DATEPICKER"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
+
#: main.php:1323
|
1932 |
+
msgid ""
|
1933 |
+
"IMPORTANT: It will generate some products on your site. Please disable all "
|
1934 |
+
"SEO plugins and plugins, that doing anything on product creating."
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: includes/paid.php:2262 includes/paid.php:3189
|
1938 |
+
#: includes/widget_functions.php:411
|
1939 |
+
msgid "In stock"
|
|
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: templates/include_exclude_list.php:3
|
1943 |
+
msgid "Include / Exclude List"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: addons/filtering_conditions/add_conditions.php:14
|
1947 |
+
msgid "Include sub-attributes"
|
|
|
1948 |
msgstr ""
|
1949 |
|
1950 |
+
#: main.php:995
|
1951 |
+
msgid "Incompatibility Fixes"
|
|
|
|
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: main.php:1123
|
1955 |
+
msgid "Indent for hierarchy in Drop-Down"
|
|
|
|
|
1956 |
msgstr ""
|
1957 |
|
1958 |
+
#: addons/deprecated_filters/filter_post.php:305
|
1959 |
+
msgid "Infinity text"
|
|
|
|
|
1960 |
msgstr ""
|
1961 |
|
1962 |
+
#: includes/custom_post.php:688
|
1963 |
+
msgid "Information"
|
|
|
|
|
|
|
1964 |
msgstr ""
|
1965 |
|
1966 |
+
#: templates/settings/tutorial_tab.php:12
|
1967 |
+
msgid "Installation and Activation"
|
|
|
|
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: includes/paid/search_field.php:205
|
1971 |
+
msgid "JavaScript"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: main.php:621
|
1975 |
+
msgid "JavaScript/CSS"
|
1976 |
+
msgstr ""
|
1977 |
+
|
1978 |
+
#: includes/functions.php:777
|
1979 |
+
msgid "Label(checkbox/radio)"
|
1980 |
+
msgstr ""
|
1981 |
+
|
1982 |
+
#: main.php:965 main.php:1277
|
1983 |
+
msgid "Leave only one value"
|
1984 |
+
msgstr ""
|
1985 |
+
|
1986 |
+
#: templates/single_filter/single_settings_elements.php:449
|
1987 |
+
msgid "Left"
|
1988 |
+
msgstr ""
|
1989 |
+
|
1990 |
+
#: main.php:639
|
1991 |
+
msgid "License"
|
1992 |
+
msgstr ""
|
1993 |
+
|
1994 |
+
#: main.php:1145 main.php:1168 includes/paid.php:259
|
1995 |
+
msgid "Light"
|
1996 |
+
msgstr ""
|
1997 |
+
|
1998 |
+
#: templates/single_filter/single_settings_elements.php:168
|
1999 |
+
msgid "Limit by category:"
|
2000 |
+
msgstr ""
|
2001 |
+
|
2002 |
+
#: templates/single_filter/single_settings_elements.php:164
|
2003 |
+
msgid "Limit filter values by products from the selected category"
|
2004 |
+
msgstr ""
|
2005 |
+
|
2006 |
+
#: addons/deprecated_filters/settings/design.php:639
|
2007 |
+
msgid "Line border color"
|
2008 |
+
msgstr ""
|
2009 |
+
|
2010 |
+
#: addons/deprecated_filters/settings/design.php:640
|
2011 |
+
msgid "Line border width"
|
2012 |
+
msgstr ""
|
2013 |
+
|
2014 |
+
#: addons/deprecated_filters/settings/design.php:636
|
2015 |
+
msgid "Line color"
|
2016 |
+
msgstr ""
|
2017 |
+
|
2018 |
+
#: addons/deprecated_filters/settings/design.php:638
|
2019 |
+
msgid "Line height"
|
2020 |
+
msgstr ""
|
2021 |
+
|
2022 |
+
#: addons/separate_link/separate_link.php:9
|
2023 |
+
msgid "Link like WooCommerce (BETA)"
|
2024 |
+
msgstr ""
|
2025 |
+
|
2026 |
+
#: addons/separate_link/separate_link.php:10
|
2027 |
msgid ""
|
2028 |
+
"Links after filtering will look like Woocommerce.<br>\n"
|
2029 |
+
" <i>Example:</i><br><span style=\"color: #aaf;\">https://example."
|
2030 |
+
"com/shop/?pa-color=bronze,green&pa-product_cat_operator=or&pa-"
|
2031 |
+
"product_cat=dress</span>\n"
|
2032 |
+
" <a class=\"button\" href=\"https://docs.berocket."
|
2033 |
+
"com/docs_section/link-like-woocommerce-beta\" target=\"_blank\">Read more</a>"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
+
#: main.php:1041
|
2037 |
+
msgid "Loading icon"
|
2038 |
msgstr ""
|
2039 |
|
2040 |
+
#: main.php:1047
|
2041 |
+
msgid "Loading icon text"
|
2042 |
+
msgstr ""
|
2043 |
+
|
2044 |
+
#: includes/functions.php:2662
|
2045 |
+
msgid "Loading..."
|
2046 |
+
msgstr ""
|
2047 |
+
|
2048 |
+
#: includes/new_widget.php:296 templates/filters_group.php:23
|
2049 |
+
#: templates/filter_post_simple.php:132
|
2050 |
+
msgid "Manage filters"
|
2051 |
+
msgstr ""
|
2052 |
+
|
2053 |
+
#: includes/new_widget.php:113 templates/filters_group_simple.php:43
|
2054 |
+
msgid "Manage groups"
|
2055 |
+
msgstr ""
|
2056 |
+
|
2057 |
+
#: addons/deprecated_filters/filter_post.php:573
|
2058 |
+
msgid "Max Font Size:"
|
2059 |
+
msgstr ""
|
2060 |
+
|
2061 |
+
#: addons/deprecated_filters/filter_post.php:577
|
2062 |
+
msgid "Max Tags Count:"
|
2063 |
+
msgstr ""
|
2064 |
+
|
2065 |
+
#: main.php:891
|
2066 |
+
msgid "Meta Description, Page title and Page Header with filters"
|
2067 |
+
msgstr ""
|
2068 |
+
|
2069 |
+
#: addons/deprecated_filters/filter_post.php:569
|
2070 |
+
msgid "Min Font Size:"
|
2071 |
+
msgstr ""
|
2072 |
+
|
2073 |
+
#: templates/paid/filters_group.php:41
|
2074 |
+
msgid "Min Width for Filter"
|
2075 |
+
msgstr ""
|
2076 |
+
|
2077 |
+
#: addons/deprecated_filters/filter_post.php:459
|
2078 |
+
#: addons/deprecated_filters/filter_post.php:638
|
2079 |
+
#: templates/single_filter/single_settings_elements.php:303
|
2080 |
+
msgid "Minimize the widget on load?"
|
2081 |
+
msgstr ""
|
2082 |
+
|
2083 |
+
#: templates/filters_information.php:5
|
2084 |
+
msgid "Minimize this widget on load?"
|
2085 |
+
msgstr ""
|
2086 |
+
|
2087 |
+
#: main.php:666 includes/custom_post.php:397 includes/custom_post.php:733
|
2088 |
+
msgid "Mobile"
|
2089 |
+
msgstr ""
|
2090 |
+
|
2091 |
+
#: main.php:665
|
2092 |
+
msgid "Mobile and Desktop"
|
2093 |
+
msgstr ""
|
2094 |
+
|
2095 |
+
#: includes/paid.php:4105
|
2096 |
+
msgid "Month:"
|
2097 |
+
msgstr ""
|
2098 |
+
|
2099 |
+
#: addons/deprecated_filters/filter_post.php:401
|
2100 |
+
msgid "Multiple select"
|
2101 |
+
msgstr ""
|
2102 |
+
|
2103 |
+
#: addons/deprecated_filters/settings/design.php:59
|
2104 |
+
#: addons/deprecated_filters/settings/design.php:71
|
2105 |
+
#: addons/deprecated_filters/settings/design.php:112
|
2106 |
+
#: addons/deprecated_filters/settings/design.php:119
|
2107 |
+
#: addons/deprecated_filters/settings/design.php:134
|
2108 |
+
msgid "N/A"
|
2109 |
+
msgstr ""
|
2110 |
+
|
2111 |
+
#: includes/paid.php:4092
|
2112 |
+
msgid "Name"
|
2113 |
+
msgstr ""
|
2114 |
+
|
2115 |
+
#: templates/filters_group_simple.php:42 templates/filter_post_simple.php:131
|
2116 |
+
msgid "Need more options? Create it on "
|
2117 |
+
msgstr ""
|
2118 |
+
|
2119 |
+
#: addons/filtering_conditions/add_conditions.php:50
|
2120 |
+
#: addons/filtering_conditions/filtering_conditions.php:9
|
2121 |
+
msgid "Nested Filters (BETA)"
|
2122 |
+
msgstr ""
|
2123 |
+
|
2124 |
+
#: includes/custom_post.php:121
|
2125 |
+
msgid "New Filter"
|
2126 |
+
msgstr ""
|
2127 |
+
|
2128 |
+
#: includes/custom_post.php:646
|
2129 |
+
msgid "New Filter Group"
|
2130 |
+
msgstr ""
|
2131 |
+
|
2132 |
+
#: includes/paid.php:136
|
2133 |
+
msgid "Nice URLs"
|
2134 |
+
msgstr ""
|
2135 |
+
|
2136 |
+
#: includes/paid.php:4479
|
2137 |
+
msgid "Nice URLs settings"
|
2138 |
+
msgstr ""
|
2139 |
+
|
2140 |
+
#: templates/filters_group.php:48
|
2141 |
+
msgid "No one filters was created. Please create filters first"
|
2142 |
+
msgstr ""
|
2143 |
+
|
2144 |
+
#: includes/custom_post.php:650
|
2145 |
+
msgid "No Product Filter Groups found"
|
2146 |
+
msgstr ""
|
2147 |
+
|
2148 |
+
#: includes/custom_post.php:651
|
2149 |
+
msgid "No Product Filter Groups found in trash"
|
2150 |
+
msgstr ""
|
2151 |
+
|
2152 |
+
#: includes/custom_post.php:125
|
2153 |
+
msgid "No Product Filters found"
|
2154 |
+
msgstr ""
|
2155 |
+
|
2156 |
+
#: includes/custom_post.php:126
|
2157 |
+
msgid "No Product Filters found in trash"
|
2158 |
+
msgstr ""
|
2159 |
+
|
2160 |
+
#: addons/custom_sidebar/sidebar_include.php:121
|
2161 |
+
msgid "No Shadow"
|
2162 |
+
msgstr ""
|
2163 |
+
|
2164 |
+
#: includes/paid/search_field.php:235
|
2165 |
+
msgid "No, exclude other filters and disable after search"
|
2166 |
+
msgstr ""
|
2167 |
+
|
2168 |
+
#: addons/deprecated_filters/filter_post.php:26
|
2169 |
+
msgid "No, return back"
|
2170 |
+
msgstr ""
|
2171 |
+
|
2172 |
+
#: addons/deprecated_filters/deprecated_filters.php:140
|
2173 |
+
msgid "No, turn it back"
|
2174 |
+
msgstr ""
|
2175 |
+
|
2176 |
+
#: addons/deprecated_filters/filter_post.php:370
|
2177 |
+
msgid "None"
|
2178 |
+
msgstr ""
|
2179 |
+
|
2180 |
+
#: main.php:1103 main.php:1114
|
2181 |
+
msgid "Normal"
|
2182 |
+
msgstr ""
|
2183 |
+
|
2184 |
+
#: includes/paid.php:2299 includes/paid.php:3194
|
2185 |
+
msgid "Not on sale"
|
2186 |
+
msgstr ""
|
2187 |
+
|
2188 |
+
#: main.php:1800
|
2189 |
+
msgid "Nothing is selected"
|
2190 |
+
msgstr ""
|
2191 |
+
|
2192 |
+
#: includes/custom_post.php:434
|
2193 |
+
msgid "Now you can use saved filters in widgets"
|
2194 |
+
msgstr ""
|
2195 |
+
|
2196 |
+
#: addons/deprecated_filters/filter_post.php:412
|
2197 |
+
#: templates/single_filter/single_settings_elements.php:337
|
2198 |
+
msgid "Number of Attribute values"
|
2199 |
+
msgstr ""
|
2200 |
+
|
2201 |
+
#: main.php:653
|
2202 |
msgid ""
|
2203 |
+
"Number of Attribute values that will be displayed. Other values will be "
|
2204 |
+
"hidden and can be displayed by pressing the button. Option <strong>Hide the "
|
2205 |
+
"Show/Hide value(s) button in the filters</strong> must be disabled"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: addons/deprecated_filters/filter_post.php:438
|
2209 |
+
#: templates/single_filter/single_settings_elements.php:597
|
2210 |
+
msgid "Number of digits after decimal point"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: addons/deprecated_filters/filter_post.php:229
|
2214 |
+
#: templates/single_filter/single_settings_elements.php:119
|
2215 |
+
msgid "Numeric"
|
2216 |
+
msgstr ""
|
2217 |
+
|
2218 |
+
#: includes/paid.php:4091
|
2219 |
+
msgid "OK"
|
2220 |
+
msgstr ""
|
2221 |
+
|
2222 |
+
#: main.php:968
|
2223 |
msgid ""
|
2224 |
+
"On Category, Tag, Attribute page filter for it will remove value or leave "
|
2225 |
+
"only one value"
|
|
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: main.php:1272
|
2229 |
+
msgid ""
|
2230 |
+
"On products archive page (attribute/category/tag pages) change how filters "
|
2231 |
+
"for the same taxonomy (attribute/category/tag) are displayed."
|
2232 |
msgstr ""
|
2233 |
|
2234 |
+
#: includes/paid.php:2291 includes/paid.php:3193
|
2235 |
+
msgid "On sale"
|
2236 |
+
msgstr ""
|
2237 |
+
|
2238 |
+
#: main.php:1003
|
2239 |
+
msgid "On some sites it can cause visual problems on page load"
|
2240 |
+
msgstr ""
|
2241 |
+
|
2242 |
+
#: main.php:949
|
2243 |
+
msgid "Only Standard tax rates will be applied for prices"
|
2244 |
+
msgstr ""
|
2245 |
+
|
2246 |
+
#: templates/paid/filters_group.php:50
|
2247 |
msgid ""
|
2248 |
+
"Only title will be visible. Filter will be displayed after click on title "
|
2249 |
+
"and hide after click everywhere else"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
#: templates/filter_post_simple.php:121
|
2253 |
+
#: addons/deprecated_filters/filter_post.php:219
|
2254 |
+
#: templates/single_filter/single_settings_elements.php:319
|
2255 |
msgid "Operator"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: templates/single_filter/single_settings_elements.php:180
|
2259 |
+
msgid "Option does not hide filters on pages."
|
2260 |
+
msgstr ""
|
2261 |
+
|
2262 |
+
#: includes/paid.php:280
|
2263 |
msgid ""
|
2264 |
+
"Option uses Tippy script. It may not be compatible with some other plugins "
|
2265 |
+
"that also use Tippy script."
|
2266 |
+
msgstr ""
|
2267 |
+
|
2268 |
+
#: addons/separate_link/separate_vars.php:37
|
2269 |
+
#: templates/single_filter/single_settings_elements.php:321
|
2270 |
+
msgid "OR"
|
2271 |
+
msgstr ""
|
2272 |
+
|
2273 |
+
#: addons/deprecated_filters/filter_post.php:235
|
2274 |
+
msgid "Order Type"
|
2275 |
+
msgstr ""
|
2276 |
+
|
2277 |
+
#: includes/paid.php:2270 includes/paid.php:3190
|
2278 |
+
#: includes/widget_functions.php:412
|
2279 |
+
msgid "Out of stock"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
#: templates/groups_information.php:4
|
2285 |
"use attributes instead"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: templates/settings/tutorial_tab.php:34
|
2289 |
+
msgid "Page Builders Compatibility"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
+
#: main.php:959
|
2293 |
+
msgid "Page same as filter"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
+
#: includes/paid.php:1959 includes/paid.php:3929
|
2297 |
+
msgid "Parent"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
+
#: includes/paid.php:191
|
2301 |
+
msgid "Persistent Cache Plugins"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
+
#: templates/single_filter/single_settings_elements.php:328
|
2305 |
+
msgid "Placeholder Text"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
+
#: addons/deprecated_filters/deprecated_filters.php:119
|
2309 |
+
msgid ""
|
2310 |
+
"Please check this on addon deactivation (it will be deactivated when "
|
2311 |
+
"settings saved)."
|
2312 |
msgstr ""
|
2313 |
|
2314 |
+
#: main.php:1258
|
2315 |
+
msgid "Please read this before asking support."
|
2316 |
msgstr ""
|
2317 |
|
2318 |
+
#: addons/deprecated_filters/filter_post.php:16
|
2319 |
msgid ""
|
2320 |
+
"Plugin do not have feature to move it back to old(DEPRECATED) version "
|
2321 |
+
"automatically."
|
|
|
2322 |
msgstr ""
|
2323 |
|
2324 |
+
#: main.php:1261
|
2325 |
msgid ""
|
2326 |
+
"plugin do not recount anything. Only attribute values, that do not have "
|
2327 |
+
"products for full shop will be removed (fastest variant)"
|
2328 |
msgstr ""
|
2329 |
|
2330 |
+
#: main.php:1263
|
2331 |
msgid ""
|
2332 |
+
"plugin recount products for attribute values based on page where displayed. "
|
2333 |
+
"Attribute values, that do not have products for current page will be removed"
|
2334 |
msgstr ""
|
2335 |
|
2336 |
+
#: main.php:1269
|
2337 |
msgid ""
|
2338 |
+
"plugin recount products on page load and after filtering. All empty values "
|
2339 |
+
"will be removed based on page and selected filters"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: main.php:1265
|
|
|
2343 |
msgid ""
|
2344 |
+
"plugin recount products only after filtering. Only attribute values, that do "
|
2345 |
+
"not have products for full shop will be removed. You can hide other empty "
|
2346 |
+
"values after filtering with help of option"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
+
#: main.php:1118
|
2350 |
+
msgid "Position on Image:"
|
|
|
|
|
2351 |
msgstr ""
|
2352 |
|
2353 |
+
#: main.php:1108
|
2354 |
+
msgid "Position:"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: includes/custom_post.php:482 includes/paid.php:216
|
2358 |
+
#: addons/deprecated_filters/filter_post.php:142
|
2359 |
+
#: includes/filters/display_widget.php:448
|
2360 |
+
#: templates/single_filter/single_settings_elements.php:646
|
2361 |
+
msgid "Price"
|
2362 |
msgstr ""
|
2363 |
|
2364 |
+
#: includes/custom_post.php:484 includes/custom_post.php:557
|
2365 |
+
#: includes/paid.php:430 includes/save_slider_data.php:48
|
2366 |
+
#: addons/deprecated_filters/display_widget.php:149
|
2367 |
+
#: addons/deprecated_filters/filter_post.php:105
|
2368 |
+
#: includes/filters/display_widget.php:150
|
2369 |
+
#: templates/single_filter/single_settings_elements.php:671
|
2370 |
+
msgid "Product Category"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
+
#: addons/deprecated_filters/filter_post.php:680
|
2374 |
+
msgid "Product Category Value Limitation"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
+
#: addons/deprecated_filters/filter_post.php:362
|
2378 |
+
msgid "Product Category:"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: addons/deprecated_filters/settings/design.php:703
|
2382 |
+
msgid "Product count description before filtering with Apply Filters button"
|
|
|
2383 |
msgstr ""
|
2384 |
|
2385 |
+
#: includes/custom_post.php:112 includes/custom_post.php:114
|
2386 |
+
#: includes/custom_post.php:115
|
2387 |
+
msgid "Product Filter"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
+
#: includes/custom_post.php:637 includes/custom_post.php:639
|
2391 |
+
#: includes/custom_post.php:640
|
2392 |
+
msgid "Product Filter Group"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: includes/custom_post.php:197
|
2396 |
+
msgid "Product Filter Settings"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
+
#: main.php:69
|
2400 |
+
msgid "Product Filters"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
+
#: includes/custom_post.php:489
|
2404 |
+
#: addons/deprecated_filters/deprecated_filters.php:160
|
2405 |
+
msgid "Product sub-categories"
|
2406 |
msgstr ""
|
2407 |
|
2408 |
+
#: includes/paid/search_field.php:196
|
2409 |
+
msgid "Products"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
+
#: main.php:1801
|
2413 |
+
msgid "products"
|
|
|
|
|
2414 |
msgstr ""
|
2415 |
|
2416 |
+
#: includes/paid/search_field.php:198
|
2417 |
+
msgid "Products and Categories"
|
|
|
|
|
2418 |
msgstr ""
|
2419 |
|
2420 |
+
#: includes/paid.php:253
|
2421 |
+
msgid "Products Count Before Update"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
+
#: includes/paid.php:3857
|
2425 |
+
msgid "Products count per attribute value style"
|
|
|
|
|
2426 |
msgstr ""
|
2427 |
|
2428 |
+
#: main.php:841
|
2429 |
+
msgid "Products Pagination Selector"
|
|
|
|
|
2430 |
msgstr ""
|
2431 |
|
2432 |
+
#: main.php:934
|
2433 |
+
msgid "Products per page"
|
2434 |
+
msgstr ""
|
2435 |
+
|
2436 |
+
#: main.php:809
|
2437 |
+
msgid "Products Quantity Selector"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
+
#: main.php:800
|
2441 |
+
msgid "Products Selector"
|
2442 |
+
msgstr ""
|
2443 |
+
|
2444 |
+
#: main.php:822
|
2445 |
+
msgid "Products Sorting Selector"
|
2446 |
+
msgstr ""
|
2447 |
+
|
2448 |
+
#: main.php:1348 main.php:1362
|
2449 |
+
msgid "Purge Cache"
|
2450 |
+
msgstr ""
|
2451 |
+
|
2452 |
+
#: includes/paid/search_field.php:216
|
2453 |
+
msgid "px"
|
2454 |
+
msgstr ""
|
2455 |
+
|
2456 |
+
#: main.php:676
|
2457 |
+
msgid "px from products top."
|
2458 |
+
msgstr ""
|
2459 |
+
|
2460 |
+
#: main.php:391 includes/paid.php:1861
|
2461 |
+
#: addons/deprecated_filters/deprecated_filters.php:61
|
2462 |
+
#: addons/deprecated_filters/settings/design.php:417
|
2463 |
+
msgid "Radio"
|
2464 |
+
msgstr ""
|
2465 |
+
|
2466 |
+
#: includes/paid.php:502 includes/paid.php:1707
|
2467 |
+
msgid "Ranges"
|
2468 |
+
msgstr ""
|
2469 |
+
|
2470 |
+
#: includes/paid.php:3807 addons/deprecated_filters/filter_post.php:279
|
2471 |
+
msgid "Ranges: 1,100,200,1000"
|
2472 |
+
msgstr ""
|
2473 |
+
|
2474 |
+
#: includes/custom_post.php:488 includes/custom_post.php:564
|
2475 |
+
#: includes/save_slider_data.php:55
|
2476 |
+
#: addons/deprecated_filters/display_widget.php:156
|
2477 |
+
#: addons/deprecated_filters/filter_post.php:112
|
2478 |
+
#: includes/filters/display_widget.php:157
|
2479 |
+
#: templates/single_filter/single_settings_elements.php:682
|
2480 |
+
msgid "Rating"
|
2481 |
+
msgstr ""
|
2482 |
+
|
2483 |
+
#: main.php:862
|
2484 |
+
msgid "Refresh URL when filtering"
|
2485 |
+
msgstr ""
|
2486 |
+
|
2487 |
+
#: includes/paid.php:221
|
2488 |
+
msgid "Remember variation<br>options"
|
2489 |
+
msgstr ""
|
2490 |
+
|
2491 |
+
#: includes/paid.php:2075 includes/paid.php:3679
|
2492 |
+
msgid "Remove"
|
2493 |
+
msgstr ""
|
2494 |
+
|
2495 |
+
#: main.php:1262
|
2496 |
+
msgid "Remove empty values based on page(category/tag/etc)"
|
2497 |
+
msgstr ""
|
2498 |
+
|
2499 |
+
#: main.php:1266
|
2500 |
msgid ""
|
2501 |
+
"Remove empty values based on page(category/tag/etc). Filters are considered "
|
2502 |
+
"while counting attribute values and empty values based on filters are hidden"
|
2503 |
+
msgstr ""
|
2504 |
+
|
2505 |
+
#: main.php:1319 main.php:1330
|
2506 |
+
msgid "Removing products"
|
2507 |
+
msgstr ""
|
2508 |
+
|
2509 |
+
#: includes/paid.php:226 includes/paid.php:289
|
2510 |
+
msgid "Replace Product URL"
|
2511 |
+
msgstr ""
|
2512 |
+
|
2513 |
+
#: includes/paid.php:3827 addons/deprecated_filters/filter_post.php:301
|
2514 |
+
msgid "Replace the last range value with the infinity symbol"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
+
#: templates/single_filter/all_steps.php:17
|
2518 |
+
msgid "Required Options"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
+
#: includes/custom_post.php:454 templates/filters_information.php:7
|
2522 |
+
#: includes/display_filter/reset_button.php:10
|
2523 |
+
#: templates/single_filter/widget_type.php:25
|
2524 |
+
#: addons/deprecated_filters/display_filter/reset_button.php:10
|
2525 |
+
msgid "Reset Products button"
|
2526 |
msgstr ""
|
2527 |
|
2528 |
+
#: main.php:1104 main.php:1115
|
2529 |
+
#: templates/single_filter/single_settings_elements.php:450
|
2530 |
+
msgid "Right"
|
2531 |
msgstr ""
|
2532 |
|
2533 |
+
#: main.php:1105
|
2534 |
+
msgid "Right from name"
|
2535 |
msgstr ""
|
2536 |
|
2537 |
+
#: addons/deprecated_filters/filter_post.php:524
|
2538 |
+
#: templates/single_filter/single_settings_elements.php:496
|
2539 |
+
msgid "Rotate"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
+
#: main.php:1337
|
2543 |
+
msgid "Run Auto-selector"
|
|
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: main.php:1308
|
2547 |
+
msgid "Run it to setup plugin options step by step"
|
|
|
|
|
|
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: main.php:1306
|
2551 |
+
msgid "RUN SETUP WIZARD"
|
|
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: includes/custom_post.php:487 includes/paid.php:1695
|
2555 |
+
msgid "Sale"
|
|
|
|
|
|
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: templates/single_filter/single_settings_elements.php:627
|
2559 |
+
msgid "SAVE FILTER"
|
|
|
2560 |
msgstr ""
|
2561 |
|
2562 |
+
#: templates/single_filter/all_steps.php:23
|
2563 |
+
msgid "Save Filter"
|
|
|
|
|
|
|
2564 |
msgstr ""
|
2565 |
|
2566 |
+
#: templates/filters_information.php:74
|
2567 |
+
msgid "Save filter after setup to use it in widgets"
|
|
|
2568 |
msgstr ""
|
2569 |
|
2570 |
+
#: main.php:1339
|
2571 |
+
msgid "Save settings with new selectors"
|
|
|
|
|
|
|
2572 |
msgstr ""
|
2573 |
|
2574 |
+
#: includes/custom_post.php:364
|
2575 |
+
msgid "Save widget and check it on shop page"
|
|
|
2576 |
msgstr ""
|
2577 |
|
2578 |
+
#: addons/deprecated_filters/filter_post.php:525
|
2579 |
+
#: templates/single_filter/single_settings_elements.php:497
|
2580 |
+
msgid "Scale"
|
|
|
|
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: main.php:1324
|
2584 |
+
msgid ""
|
2585 |
+
"Script was runned, but page closed until end. Please stop it to prevent any "
|
2586 |
+
"problems on your site"
|
|
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: main.php:656
|
2590 |
+
msgid "Scroll top"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: templates/single_filter/single_settings_elements.php:381
|
2594 |
+
msgid "Scrollbar theme"
|
|
|
|
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: addons/deprecated_filters/filter_post.php:607
|
2598 |
+
msgid "Scrollbar theme:"
|
|
|
|
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: includes/display_filter/input_field.php:25
|
2602 |
+
#: includes/paid/search_field.php:253 includes/paid/search_field.php:255
|
2603 |
+
msgid "Search"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: includes/paid.php:488
|
2607 |
+
msgid "Search Box"
|
|
|
2608 |
msgstr ""
|
2609 |
|
2610 |
+
#: includes/custom_post.php:456 includes/paid.php:1716
|
2611 |
+
msgid "Search Box (DEPRECATED)"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: includes/paid.php:1885 addons/deprecated_filters/deprecated_filters.php:519
|
2615 |
+
msgid "Search button position"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: includes/paid.php:1893 addons/deprecated_filters/deprecated_filters.php:527
|
2619 |
+
#: includes/paid/search_field.php:254
|
2620 |
+
msgid "Search button text"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
+
#: includes/paid.php:4462
|
2624 |
+
msgid "Search Field"
|
|
|
|
|
2625 |
msgstr ""
|
2626 |
|
2627 |
+
#: includes/display_filter/input_field.php:14
|
2628 |
+
msgid "Search field"
|
|
|
2629 |
msgstr ""
|
2630 |
|
2631 |
+
#: includes/paid/search_field.php:249
|
2632 |
+
msgid "Search Field placeholder"
|
|
|
2633 |
msgstr ""
|
2634 |
|
2635 |
+
#: includes/custom_post.php:649
|
2636 |
+
msgid "Search Product Filter Groups"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
+
#: includes/custom_post.php:124
|
2640 |
+
msgid "Search Product Filters"
|
|
|
2641 |
msgstr ""
|
2642 |
|
2643 |
+
#: includes/paid/search_field.php:232
|
2644 |
+
msgid "Search products with filters"
|
|
|
2645 |
msgstr ""
|
2646 |
|
2647 |
+
#: main.php:747
|
2648 |
+
msgid "Search variation price"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: includes/paid.php:4139
|
2652 |
+
msgid "second value, to this price"
|
|
|
2653 |
msgstr ""
|
2654 |
|
2655 |
+
#: includes/paid.php:112 includes/paid.php:124
|
2656 |
+
msgid "Second+ levels"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
+
#: addons/additional_tables/additional_tables.php:150
|
2660 |
+
msgid ""
|
2661 |
+
"Seems you have some issue with Product lookup tables. Please try to remove "
|
2662 |
+
"all data from table"
|
2663 |
msgstr ""
|
2664 |
|
2665 |
+
#: main.php:392 includes/paid.php:1859
|
2666 |
+
#: addons/deprecated_filters/deprecated_filters.php:62
|
2667 |
+
msgid "Select"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
+
#: templates/filters_information.php:7 templates/filters_information.php:9
|
2671 |
+
#, php-format
|
2672 |
+
msgid "Select <strong>%s</strong> in step <strong>%s</strong>"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: addons/deprecated_filters/settings/design.php:8
|
2676 |
+
#: addons/deprecated_filters/settings/design.php:23
|
2677 |
+
msgid "Select All"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
+
#: templates/filters_information.php:53
|
2681 |
+
msgid ""
|
2682 |
+
"Select attribute that you need to filter by.<br>You can use for filtering "
|
2683 |
+
"price, attributes, categories, tags etc"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: addons/deprecated_filters/settings/design.php:48
|
2687 |
+
msgid "Select Element"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: includes/custom_post.php:359
|
2691 |
+
msgid "Select filter that must be displayed in sidebar"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
+
#: includes/paid.php:288
|
2695 |
+
msgid "Select variation on variable product page is based on selected filters"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: templates/single_filter/widget_type.php:43
|
2699 |
+
msgid "Select widget type that you need to create"
|
|
|
2700 |
msgstr ""
|
2701 |
|
2702 |
+
#: addons/deprecated_filters/deprecated_filters.php:173
|
2703 |
+
msgid "Select2"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: main.php:1023
|
2707 |
+
msgid "Select2 CSS"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: includes/custom_post.php:455 includes/display_filter/selected_area.php:14
|
2711 |
+
#: templates/single_filter/widget_type.php:34
|
2712 |
+
#: addons/deprecated_filters/display_filter/selected_area.php:14
|
2713 |
+
msgid "Selected Filters area"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
+
#: includes/functions.php:885
|
2717 |
+
msgid "Selected filters area link background"
|
|
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: includes/functions.php:897
|
2721 |
+
msgid "Selected filters area link border"
|
|
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: includes/functions.php:873
|
2725 |
+
msgid "Selected filters area mouse over the text"
|
|
|
2726 |
msgstr ""
|
2727 |
|
2728 |
+
#: includes/functions.php:861
|
2729 |
+
msgid "Selected filters area text"
|
|
|
2730 |
msgstr ""
|
2731 |
|
2732 |
+
#: main.php:659 main.php:756
|
2733 |
+
msgid "Selected filters position"
|
|
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: includes/paid.php:289
|
2737 |
+
msgid ""
|
2738 |
+
"selected filters will be added to product URL on products archive page (may "
|
2739 |
+
"not work with some themes)"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: includes/paid.php:290
|
2743 |
+
msgid ""
|
2744 |
+
"selected filters will be stored in PHP session. PHP session stores the "
|
2745 |
+
"filters for all products that will be opened after filtering"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
+
#: addons/deprecated_filters/filter_post.php:519
|
2749 |
+
#: templates/single_filter/single_settings_elements.php:492
|
2750 |
+
msgid "Selected value style"
|
2751 |
msgstr ""
|
2752 |
|
2753 |
+
#: templates/color_ajax.php:3
|
2754 |
+
msgid "Selection of color"
|
|
|
2755 |
msgstr ""
|
2756 |
|
2757 |
+
#: templates/color_ajax.php:3
|
2758 |
+
msgid "Selection of Image"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
+
#: main.php:828
|
2762 |
+
msgid ""
|
2763 |
+
"Selector for order by form with drop down menu. Don't change this if you "
|
2764 |
+
"don't know what it is"
|
2765 |
msgstr ""
|
2766 |
|
2767 |
+
#: main.php:806 main.php:848
|
2768 |
+
msgid ""
|
2769 |
+
"Selector for tag that is holding products. Don't change this if you don't "
|
2770 |
+
"know what it is"
|
2771 |
msgstr ""
|
2772 |
|
2773 |
+
#: main.php:816
|
2774 |
+
msgid ""
|
2775 |
+
"Selector for tag with product result count(\"Showing 1–8 of 61 results\"). "
|
2776 |
+
"Don't change this if you don't know what it is"
|
2777 |
msgstr ""
|
2778 |
|
2779 |
+
#: main.php:605
|
2780 |
+
msgid "Selectors"
|
|
|
2781 |
msgstr ""
|
2782 |
|
2783 |
+
#: main.php:609
|
2784 |
+
msgid "SEO"
|
|
|
2785 |
msgstr ""
|
2786 |
|
2787 |
+
#: main.php:894
|
2788 |
+
msgid "SEO Elements"
|
|
|
2789 |
msgstr ""
|
2790 |
|
2791 |
+
#: main.php:918
|
2792 |
+
msgid "SEO elements structure"
|
|
|
2793 |
msgstr ""
|
2794 |
|
2795 |
+
#: main.php:886
|
2796 |
+
msgid "SEO Meta, Title"
|
|
|
2797 |
msgstr ""
|
2798 |
|
2799 |
+
#: templates/settings/design_title_styles.php:104
|
2800 |
+
#: addons/deprecated_filters/settings/design.php:35
|
2801 |
+
#: addons/deprecated_filters/settings/design.php:626
|
2802 |
+
#: addons/deprecated_filters/settings/design.php:695
|
2803 |
+
#: addons/deprecated_filters/settings/design.php:768
|
2804 |
+
msgid "Set all to theme default"
|
2805 |
msgstr ""
|
2806 |
|
2807 |
+
#: includes/paid.php:227 includes/paid.php:290
|
2808 |
+
msgid "Set in PHP Session"
|
|
|
2809 |
msgstr ""
|
2810 |
|
2811 |
+
#: templates/settings/tutorial_tab.php:27
|
2812 |
+
msgid "Setup filtering by variation"
|
|
|
2813 |
msgstr ""
|
2814 |
|
2815 |
+
#: includes/custom_post.php:205
|
2816 |
+
msgid "Setup Widget"
|
|
|
2817 |
msgstr ""
|
2818 |
|
2819 |
+
#: main.php:1304 templates/filters_information.php:2
|
2820 |
+
msgid "SETUP WIZARD"
|
|
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: includes/paid.php:1792 templates/paid/filters_search_box.php:11
|
2824 |
+
msgid "Shop page"
|
|
|
2825 |
msgstr ""
|
2826 |
|
2827 |
+
#: includes/custom_post.php:198 includes/custom_post.php:442
|
2828 |
+
#: includes/custom_post.php:687 includes/custom_post.php:768
|
2829 |
+
msgid "Shortcode"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: templates/filters_information.php:70 templates/filters_information.php:93
|
2833 |
+
msgid ""
|
2834 |
+
"Shortcode to use this filters in any place of your site will be displayed "
|
2835 |
+
"there<br><strong>Please use widgets if you do not know how shortcode "
|
2836 |
+
"works</strong>"
|
2837 |
msgstr ""
|
2838 |
|
2839 |
+
#: main.php:1076
|
2840 |
+
msgid "Show and hide description"
|
|
|
2841 |
msgstr ""
|
2842 |
|
2843 |
+
#: addons/deprecated_filters/settings/design.php:710
|
2844 |
+
msgid "Show button font color"
|
|
|
2845 |
msgstr ""
|
2846 |
|
2847 |
+
#: addons/deprecated_filters/settings/design.php:711
|
2848 |
+
msgid "Show button font color on mouse over"
|
|
|
2849 |
msgstr ""
|
2850 |
|
2851 |
+
#: addons/deprecated_filters/settings/design.php:709
|
2852 |
+
msgid "Show button font size"
|
|
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: includes/paid.php:626 includes/paid.php:661
|
2856 |
+
#: addons/custom_sidebar/sidebar_include.php:41
|
2857 |
+
msgid "SHOW FILTERS"
|
2858 |
msgstr ""
|
2859 |
|
2860 |
+
#: templates/paid/filters_group.php:3
|
2861 |
+
msgid "Show filters above products"
|
2862 |
msgstr ""
|
2863 |
|
2864 |
+
#: addons/deprecated_filters/filter_post.php:472
|
2865 |
+
msgid "Show hierarchical values as a tree with hidden child values on load?"
|
2866 |
msgstr ""
|
2867 |
|
2868 |
+
#: addons/deprecated_filters/filter_post.php:626
|
2869 |
+
#: templates/single_filter/single_settings_elements.php:608
|
2870 |
+
msgid "Show if nothing is selected"
|
2871 |
msgstr ""
|
2872 |
|
2873 |
+
#: includes/paid.php:3832
|
2874 |
+
msgid "Show last range to the infinity"
|
|
|
2875 |
msgstr ""
|
2876 |
|
2877 |
+
#: includes/paid.php:160
|
2878 |
+
msgid "Show products count before filtering, when using update button"
|
|
|
2879 |
msgstr ""
|
2880 |
|
2881 |
+
#: includes/paid.php:2112 includes/paid.php:3853
|
2882 |
+
msgid "Show products count per attribute value?"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
+
#: main.php:774
|
2886 |
+
msgid "Show selected filters above products"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
+
#: includes/paid.php:154
|
2890 |
+
msgid "Show the number of products before filtering"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
+
#: main.php:1516 templates/paid/filters_group.php:47
|
2894 |
+
msgid "Show title only"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
+
#: templates/settings/design_title_styles.php:6
|
2898 |
+
msgid "Show title only Styles"
|
|
|
2899 |
msgstr ""
|
2900 |
|
2901 |
+
#: main.php:1797 includes/filters/dynamic_data_template.php:184
|
2902 |
+
#: templates/disabled/checkbox.php:130 templates/disabled/color.php:197
|
2903 |
+
#: templates/old_templates/checkbox.php:140
|
2904 |
+
#: templates/old_templates/color.php:206
|
2905 |
+
msgid "Show value(s)"
|
2906 |
msgstr ""
|
2907 |
|
2908 |
+
#: main.php:1084
|
2909 |
+
msgid "Show when user:"
|
2910 |
msgstr ""
|
2911 |
|
2912 |
+
#: addons/deprecated_filters/filter_post.php:414
|
2913 |
+
#: templates/single_filter/single_settings_elements.php:342
|
2914 |
+
msgid "Show/Hide button"
|
2915 |
msgstr ""
|
2916 |
|
2917 |
+
#: addons/custom_sidebar/sidebar_include.php:147
|
2918 |
+
msgid "Sidebar for BeRocket AJAX Filters"
|
|
|
2919 |
msgstr ""
|
2920 |
|
2921 |
+
#: addons/custom_sidebar/sidebar_include.php:111
|
2922 |
+
msgid "Sidebar Shadow"
|
2923 |
msgstr ""
|
2924 |
|
2925 |
+
#: includes/divi-builder.php:7 includes/visual-composer.php:19
|
2926 |
+
msgid "Single Filter"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
+
#: templates/single_filter/single_settings_elements.php:314
|
2930 |
+
msgid "Single Selection. Only one value can be selected at a time"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
+
#: templates/settings/design_title_styles.php:13
|
2934 |
+
#: addons/deprecated_filters/settings/design.php:152
|
2935 |
+
msgid "Size"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: addons/deprecated_filters/filter_post.php:489
|
2939 |
+
#: templates/single_filter/single_settings_elements.php:457
|
2940 |
+
msgid "Size of blocks(Height x Width)"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
+
#: main.php:395 addons/deprecated_filters/deprecated_filters.php:65
|
2944 |
+
#: addons/deprecated_filters/settings/design.php:634
|
2945 |
+
msgid "Slider"
|
2946 |
msgstr ""
|
2947 |
|
2948 |
+
#: includes/paid.php:240
|
2949 |
+
msgid "Slider has many values"
|
|
|
2950 |
msgstr ""
|
2951 |
|
2952 |
+
#: includes/functions.php:801
|
2953 |
+
msgid "Slider Inputs"
|
|
|
2954 |
msgstr ""
|
2955 |
|
2956 |
+
#: templates/single_filter/single_settings_elements.php:725
|
2957 |
+
msgid "Slider New"
|
|
|
2958 |
msgstr ""
|
2959 |
|
2960 |
+
#: templates/single_filter/single_settings_elements.php:722
|
2961 |
+
msgid "Slider Old"
|
|
|
2962 |
msgstr ""
|
2963 |
|
2964 |
+
#: main.php:1250
|
2965 |
+
msgid "Slow down filtering."
|
2966 |
msgstr ""
|
2967 |
|
2968 |
+
#: includes/paid.php:4093
|
2969 |
+
msgid "Slug"
|
|
|
|
|
|
|
|
|
|
|
|
|
2970 |
msgstr ""
|
2971 |
|
2972 |
+
#: includes/paid.php:4108
|
2973 |
+
msgid "Slug is incorrect"
|
2974 |
msgstr ""
|
2975 |
|
2976 |
+
#: includes/paid.php:4055
|
2977 |
+
msgid "slug must be"
|
|
|
2978 |
msgstr ""
|
2979 |
|
2980 |
+
#: includes/paid.php:4053
|
2981 |
+
msgid "Slug must be like"
|
|
|
2982 |
msgstr ""
|
2983 |
|
2984 |
+
#: main.php:831
|
2985 |
+
msgid "Sorting drop-down control"
|
2986 |
msgstr ""
|
2987 |
|
2988 |
+
#: main.php:1128
|
2989 |
+
msgid "space"
|
|
|
|
|
2990 |
msgstr ""
|
2991 |
|
2992 |
+
#: includes/paid.php:4361
|
2993 |
+
msgid "Start from parent values"
|
|
|
2994 |
msgstr ""
|
2995 |
|
2996 |
+
#: main.php:1327
|
2997 |
+
msgid "Steps:"
|
2998 |
msgstr ""
|
2999 |
|
3000 |
+
#: includes/custom_post.php:483 includes/paid.php:1683
|
3001 |
+
msgid "Stock status"
|
3002 |
msgstr ""
|
3003 |
|
3004 |
+
#: main.php:1326
|
3005 |
+
msgid "Stop"
|
3006 |
msgstr ""
|
3007 |
|
3008 |
+
#: templates/single_filter/all_steps.php:14
|
3009 |
+
msgid "Style"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
+
#: main.php:1087
|
3013 |
+
msgid "Style for number of products"
|
|
|
|
|
3014 |
msgstr ""
|
3015 |
|
3016 |
+
#: includes/paid.php:1875 templates/paid/filters_search_box.php:31
|
3017 |
+
msgid "Styles"
|
|
|
|
|
3018 |
msgstr ""
|
3019 |
|
3020 |
+
#: includes/paid/search_field.php:193
|
3021 |
+
msgid "Suggestions"
|
|
|
|
|
|
|
3022 |
msgstr ""
|
3023 |
|
3024 |
+
#: includes/paid/search_field.php:213
|
3025 |
+
msgid "Suggestions Max Height"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
+
#: includes/paid/search_field.php:203
|
3029 |
+
msgid "Suggestions Search"
|
3030 |
msgstr ""
|
3031 |
|
3032 |
+
#: main.php:1130
|
3033 |
+
msgid "tab"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
+
#: includes/custom_post.php:401 includes/custom_post.php:737
|
3037 |
+
msgid "Tablet"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
+
#: includes/custom_post.php:463 includes/custom_post.php:475
|
3041 |
+
#: includes/custom_post.php:485 includes/custom_post.php:553
|
3042 |
+
#: includes/paid.php:1835 includes/save_slider_data.php:44
|
3043 |
+
#: addons/deprecated_filters/display_widget.php:145
|
3044 |
+
#: addons/deprecated_filters/filter_post.php:101
|
3045 |
+
#: includes/filters/display_widget.php:146
|
3046 |
+
#: templates/single_filter/single_settings_elements.php:662
|
3047 |
+
msgid "Tag"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
+
#: main.php:396 addons/deprecated_filters/deprecated_filters.php:66
|
3051 |
+
msgid "Tag cloud"
|
|
|
|
|
3052 |
msgstr ""
|
3053 |
|
3054 |
+
#: addons/deprecated_filters/filter_post.php:565
|
3055 |
+
msgid "Tags Cloud Height:"
|
3056 |
msgstr ""
|
3057 |
|
3058 |
+
#: main.php:835
|
3059 |
+
msgid "Take control over WooCommerce's sorting selectbox?"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
+
#: templates/single_filter/single_settings_elements.php:550
|
3063 |
+
msgid "Text after Slider value"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
+
#: addons/deprecated_filters/filter_post.php:326
|
3067 |
+
msgid "Text before price:"
|
|
|
|
|
3068 |
msgstr ""
|
3069 |
|
3070 |
+
#: templates/single_filter/single_settings_elements.php:544
|
3071 |
+
msgid "Text before Slider value"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
+
#: includes/paid.php:172
|
3075 |
+
msgid "Text for show button"
|
3076 |
msgstr ""
|
3077 |
|
3078 |
+
#: addons/deprecated_filters/filter_post.php:395
|
3079 |
+
#: templates/single_filter/single_settings_elements.php:327
|
3080 |
+
msgid "Text of the first element"
|
|
|
|
|
3081 |
msgstr ""
|
3082 |
|
3083 |
+
#: templates/single_filter/all_steps.php:31
|
3084 |
+
msgid "Text on Button"
|
|
|
|
|
3085 |
msgstr ""
|
3086 |
|
3087 |
+
#: includes/paid.php:166
|
3088 |
+
msgid "Text that means products"
|
|
|
3089 |
msgstr ""
|
3090 |
|
3091 |
+
#: includes/paid.php:4131
|
3092 |
+
msgid "Text will be used for Price Ranges"
|
|
|
3093 |
msgstr ""
|
3094 |
|
3095 |
+
#: addons/filtering_conditions/filtering_conditions.php:10
|
3096 |
+
msgid ""
|
3097 |
+
"The ability to set conditions for the filters based on other filters status"
|
3098 |
msgstr ""
|
3099 |
|
3100 |
+
#: main.php:649
|
3101 |
+
msgid "The number of Attribute Values"
|
|
|
|
|
3102 |
msgstr ""
|
3103 |
|
3104 |
+
#: addons/deprecated_filters/settings/design.php:16
|
3105 |
+
#: addons/deprecated_filters/settings/design.php:31
|
3106 |
+
#: addons/deprecated_filters/settings/design.php:156
|
3107 |
+
msgid "Theme"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
+
#: templates/settings/design_title_styles.php:27
|
3111 |
+
#: templates/settings/design_title_styles.php:30
|
3112 |
+
#: templates/settings/design_title_styles.php:33
|
3113 |
+
#: templates/settings/design_title_styles.php:54
|
3114 |
+
#: templates/settings/design_title_styles.php:57
|
3115 |
+
#: templates/settings/design_title_styles.php:60
|
3116 |
+
#: templates/settings/design_title_styles.php:81
|
3117 |
+
#: templates/settings/design_title_styles.php:84
|
3118 |
+
#: templates/settings/design_title_styles.php:87
|
3119 |
#: addons/deprecated_filters/settings/design.php:65
|
3120 |
#: addons/deprecated_filters/settings/design.php:80
|
3121 |
#: addons/deprecated_filters/settings/design.php:117
|
3136 |
msgid "Theme Default"
|
3137 |
msgstr ""
|
3138 |
|
3139 |
+
#: templates/single_filter/all_steps.php:75
|
3140 |
+
msgid "There are required steps not filled in. Please select <b>Style</b>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3141 |
msgstr ""
|
3142 |
|
3143 |
+
#: templates/single_filter/all_steps.php:67
|
3144 |
+
msgid ""
|
3145 |
+
"There are required steps not filled in. Please select <b>Widget Type</b>"
|
3146 |
msgstr ""
|
3147 |
|
3148 |
+
#: includes/custom_post.php:653
|
3149 |
+
msgid "This is where you can add Product Filter Groups."
|
3150 |
msgstr ""
|
3151 |
|
3152 |
+
#: includes/custom_post.php:128
|
3153 |
+
msgid "This is where you can add Product Filters."
|
3154 |
msgstr ""
|
3155 |
|
3156 |
+
#: main.php:1516
|
3157 |
+
msgid ""
|
3158 |
+
"Those design settings change only the styles for filters inside a Group with "
|
3159 |
+
"enabled option"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
+
#: addons/deprecated_filters/filter_post.php:430
|
3163 |
+
#: templates/single_filter/single_settings_elements.php:591
|
3164 |
+
msgid "Thousands separator"
|
3165 |
msgstr ""
|
3166 |
|
3167 |
+
#: main.php:901 includes/paid.php:1828 includes/paid.php:1998
|
3168 |
+
#: includes/paid.php:3965 templates/filters_group_simple.php:2
|
3169 |
+
#: templates/filter_post_simple.php:11
|
3170 |
+
#: templates/settings/design_title_styles.php:20
|
3171 |
+
msgid "Title"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
+
#: addons/deprecated_filters/filter_post.php:544
|
3175 |
+
msgid "Title Icons"
|
3176 |
msgstr ""
|
3177 |
|
3178 |
+
#: templates/settings/design_title_styles.php:47
|
3179 |
+
msgid "Title when opened"
|
3180 |
msgstr ""
|
3181 |
|
3182 |
+
#: templates/filters_information.php:40
|
3183 |
+
msgid ""
|
3184 |
+
"Title will be displayed as widget title.<br>You can write text, that want to "
|
3185 |
+
"display above filter"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
+
#: templates/filters_information.php:26
|
3189 |
+
msgid ""
|
3190 |
+
"Title will be displayed only on admin side.<br>You can write text, that want "
|
3191 |
+
"to mark it for admin side"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
+
#: templates/groups_information.php:10
|
3195 |
+
msgid "To display one group on different pages use OR condition"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
+
#: templates/single_filter/single_settings_elements.php:182
|
3199 |
+
msgid "To limit pages where filters are displayed use \"Conditions\" meta box."
|
3200 |
msgstr ""
|
3201 |
|
3202 |
+
#: main.php:972
|
3203 |
+
msgid "Tools"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
+
#: templates/single_filter/single_settings_elements.php:452
|
3207 |
+
msgid "Tooltip"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
+
#: main.php:1156 main.php:1179 includes/paid.php:271
|
3211 |
+
msgid "Tooltip Font Size"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
+
#: main.php:1150 main.php:1173 includes/paid.php:264
|
3215 |
+
msgid "Tooltip Theme"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
+
#: main.php:1136
|
3219 |
+
msgid "Tooltips Options"
|
|
|
3220 |
msgstr ""
|
3221 |
|
3222 |
+
#: templates/single_filter/single_settings_elements.php:448
|
3223 |
+
msgid "Top"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: main.php:1147 main.php:1170 includes/paid.php:261
|
3227 |
+
msgid "Translucent"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
+
#: main.php:629
|
3231 |
+
msgid "Tutorials"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: includes/paid.php:1857 templates/filter_post_simple.php:75
|
3235 |
+
#: addons/deprecated_filters/filter_post.php:172
|
3236 |
+
msgid "Type"
|
3237 |
msgstr ""
|
3238 |
|
3239 |
+
#. Description of the plugin
|
3240 |
+
msgid "Unlimited AJAX products filters to make your shop perfect"
|
3241 |
msgstr ""
|
3242 |
|
3243 |
+
#: main.php:1799
|
3244 |
+
msgid "Unselect all"
|
3245 |
msgstr ""
|
3246 |
|
3247 |
+
#: includes/custom_post.php:453 templates/filters_information.php:9
|
3248 |
+
#: includes/display_filter/update_button.php:10
|
3249 |
+
#: templates/single_filter/widget_type.php:16
|
3250 |
+
#: addons/deprecated_filters/display_filter/update_button.php:10
|
3251 |
+
msgid "Update Products button"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
+
#: main.php:1902
|
3255 |
+
msgid "Update WooCommerce plugin"
|
3256 |
msgstr ""
|
3257 |
|
3258 |
+
#: includes/paid.php:1794 templates/paid/filters_search_box.php:13
|
3259 |
+
msgid "URL"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
+
#: main.php:878
|
3263 |
+
msgid "URL decoding"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
+
#: includes/paid.php:1808 templates/paid/filters_search_box.php:27
|
3267 |
+
msgid "URL for search"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
+
#: includes/paid.php:1790 templates/paid/filters_search_box.php:9
|
3271 |
+
msgid "URL to search"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
+
#: templates/single_filter/single_settings_elements.php:167
|
3275 |
+
msgid "Use all attribute values"
|
3276 |
msgstr ""
|
3277 |
|
3278 |
+
#: includes/paid.php:2099 includes/paid.php:3887
|
3279 |
+
msgid "Use as numeric"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
+
#: main.php:875
|
3283 |
+
msgid "Use attribute slug instead ID"
|
|
|
3284 |
msgstr ""
|
3285 |
|
3286 |
+
#: includes/paid.php:148
|
3287 |
+
msgid "Use canonical tag without filters on WooCommerce pages"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
+
#: addons/deprecated_filters/filter_post.php:351
|
3291 |
+
msgid "Use current product category to get child"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
+
#: templates/single_filter/single_settings_elements.php:535
|
3295 |
+
msgid "Use custom maximum price"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
+
#: templates/single_filter/single_settings_elements.php:530
|
3299 |
+
msgid "Use custom minimum price"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
+
#: templates/single_filter/single_settings_elements.php:520
|
3303 |
+
msgid "Use custom values(comma separated)"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: addons/deprecated_filters/filter_post.php:341
|
3307 |
+
msgid "Use custom values(comma separated):"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
+
#: templates/single_filter/single_settings_elements.php:521
|
3311 |
+
msgid "Use default price values"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: templates/paid/filters_search_box.php:4
|
3315 |
+
msgid "Use Group as Search Box"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
+
#: main.php:742
|
3319 |
+
msgid "Use it for attributes values to display more correct count"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
+
#: includes/paid.php:99
|
3323 |
+
msgid "Use links for checkboxes and radio filter"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
+
#: addons/deprecated_filters/filter_post.php:594
|
3327 |
+
msgid "Use max price"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: addons/deprecated_filters/filter_post.php:585
|
3331 |
+
msgid "Use min price"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
+
#: includes/paid.php:118
|
3335 |
+
msgid "Use nofollow for links"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
+
#: includes/paid.php:106
|
3339 |
+
msgid "Use noindex for links"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
+
#: addons/deprecated_filters/deprecated_filters.php:178
|
3343 |
+
msgid "Use Select2 script for dropdown menu"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
+
#: main.php:870
|
3347 |
+
msgid "Use slug in URL"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
+
#: addons/deprecated_filters/filter_post.php:426
|
3351 |
+
#: templates/single_filter/single_settings_elements.php:586
|
3352 |
+
msgid "Use specific number style"
|
3353 |
msgstr ""
|
3354 |
|
3355 |
+
#: includes/paid.php:4126
|
3356 |
+
msgid "Use specific Price Ranges text"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
+
#: main.php:954
|
3360 |
+
msgid "Use taxes"
|
3361 |
msgstr ""
|
3362 |
|
3363 |
+
#: main.php:948
|
3364 |
+
msgid "Use Taxes in Price Filters"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
+
#: addons/filtering_conditions/add_conditions.php:58
|
3368 |
+
msgid ""
|
3369 |
+
"Use this to display products only after filtering by some attribute and value"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
+
#: main.php:676
|
3373 |
+
msgid "Use this to fix top scroll."
|
3374 |
msgstr ""
|
3375 |
|
3376 |
+
#: main.php:751
|
3377 |
+
msgid ""
|
3378 |
+
"Use variation price instead of product price. IMPORTANT! It can slow down "
|
3379 |
+
"filtering by price"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
+
#: templates/filters_group.php:7
|
3383 |
+
msgid "use white space for multiple classes"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
+
#: main.php:1267
|
3387 |
+
msgid ""
|
3388 |
+
"uses previous two option together. Works slower, because recounts twice for "
|
3389 |
+
"each attribute values (not recommended)"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
+
#: includes/paid.php:3862
|
3393 |
+
msgid "Value ( 5 )"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
+
#: includes/paid.php:3860
|
3397 |
+
msgid "Value (5)"
|
3398 |
msgstr ""
|
3399 |
|
3400 |
+
#: addons/deprecated_filters/filter_post.php:550
|
3401 |
+
msgid "Value Icons"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
+
#: includes/paid.php:3861
|
3405 |
+
msgid "Value( 5 )"
|
|
|
3406 |
msgstr ""
|
3407 |
|
3408 |
+
#: includes/paid.php:3859
|
3409 |
+
msgid "Value(5)"
|
3410 |
msgstr ""
|
3411 |
|
3412 |
+
#: main.php:681
|
3413 |
+
msgid "Values count and output"
|
3414 |
msgstr ""
|
3415 |
|
3416 |
+
#: addons/deprecated_filters/filter_post.php:226
|
3417 |
+
#: templates/single_filter/single_settings_elements.php:124
|
3418 |
+
#: templates/single_filter/single_settings_elements.php:144
|
3419 |
+
msgid "Values Order"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
+
#: includes/paid.php:2123 includes/paid.php:3902
|
3423 |
+
msgid "Values per row"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
+
#: includes/paid.php:2077
|
3427 |
+
msgid "values selected in Include / Exclude List"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
+
#: main.php:719
|
3431 |
+
msgid "Variable Products and Variations options"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
+
#: main.php:1248
|
3435 |
+
msgid "Variation must be added to product with stock status out of stock."
|
3436 |
msgstr ""
|
3437 |
|
3438 |
+
#: main.php:1206
|
3439 |
+
msgid ""
|
3440 |
+
"Version of Font Awesome that will be used on front end. Please select "
|
3441 |
+
"version that you have in your theme"
|
3442 |
msgstr ""
|
3443 |
|
3444 |
+
#: includes/paid.php:1880 templates/paid/filters_search_box.php:36
|
3445 |
+
msgid "Vertical"
|
3446 |
msgstr ""
|
3447 |
|
3448 |
+
#: includes/custom_post.php:123
|
3449 |
+
msgid "View Filter"
|
3450 |
msgstr ""
|
3451 |
|
3452 |
+
#: includes/custom_post.php:648
|
3453 |
+
msgid "View Filter Group"
|
|
|
|
|
3454 |
msgstr ""
|
3455 |
|
3456 |
+
#: includes/custom_post.php:647
|
3457 |
+
msgid "View Filter Groups"
|
|
|
|
|
3458 |
msgstr ""
|
3459 |
|
3460 |
+
#: includes/custom_post.php:122
|
3461 |
+
msgid "View Filters"
|
3462 |
msgstr ""
|
3463 |
|
3464 |
+
#: main.php:1338
|
3465 |
msgid ""
|
3466 |
+
"Wait until end <strong style=\"color:red;\">do not close this page</strong>"
|
|
|
3467 |
msgstr ""
|
3468 |
|
3469 |
+
#: addons/deprecated_filters/deprecated_filters.php:118
|
3470 |
+
msgid "We recommend you to try it on a staging/dev/local site first."
|
3471 |
msgstr ""
|
3472 |
|
3473 |
+
#: templates/filters_information.php:33
|
3474 |
+
msgid ""
|
3475 |
+
"Where filters must be displayed.<br>Filter will be displayed on all pages if "
|
3476 |
+
"do not have conditions.<br><strong>Please first try to add filter without "
|
3477 |
+
"any condition to check that it works</strong>"
|
3478 |
msgstr ""
|
3479 |
|
3480 |
+
#: addons/custom_sidebar/sidebar_include.php:122
|
3481 |
+
msgid "White"
|
3482 |
msgstr ""
|
3483 |
|
3484 |
+
#: addons/deprecated_filters/filter_post.php:678
|
3485 |
+
msgid "Widget Output Limitations"
|
3486 |
msgstr ""
|
3487 |
|
3488 |
+
#: includes/custom_post.php:436
|
3489 |
+
msgid "WIDGET PAGE"
|
|
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: includes/functions.php:765
|
3493 |
+
msgid "Widget Title"
|
|
|
3494 |
msgstr ""
|
3495 |
|
3496 |
+
#: includes/custom_post.php:325
|
3497 |
+
msgid ""
|
3498 |
+
"Widget to display single filter in your sidebar. Add it to needed sidebar"
|
3499 |
msgstr ""
|
3500 |
|
3501 |
+
#: templates/filters_information.php:7 templates/filters_information.php:9
|
3502 |
+
#: addons/deprecated_filters/filter_post.php:68
|
3503 |
+
#: templates/single_filter/all_steps.php:7
|
3504 |
+
msgid "Widget Type"
|
3505 |
msgstr ""
|
3506 |
|
3507 |
+
#: includes/custom_post.php:458
|
3508 |
+
msgid "Widget type: "
|
|
|
3509 |
msgstr ""
|
3510 |
|
3511 |
+
#: templates/admin.php:2
|
3512 |
+
msgid ""
|
3513 |
+
"Widget will be removed in future please use <strong>AAPF Filters "
|
3514 |
+
"Group</strong> instead."
|
3515 |
msgstr ""
|
3516 |
|
3517 |
+
#: templates/filters_group.php:39
|
3518 |
+
msgid "Width"
|
3519 |
msgstr ""
|
3520 |
|
3521 |
+
#: main.php:1253 includes/paid.php:414
|
3522 |
+
msgid "Will be displayed only on default WooCommerce page."
|
|
|
|
|
|
|
|
|
3523 |
msgstr ""
|
3524 |
|
3525 |
#: addons/deprecated_filters/settings/design.php:125
|
3526 |
msgid "Without Theme"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
+
#: addons/additional_tables/additional_tables.php:139
|
3530 |
+
msgid ""
|
3531 |
+
"WooCommerce <strong>Product lookup tables</strong> right now regenerating"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
+
#: main.php:762
|
3535 |
+
msgid "WooCommerce After Shop Loop"
|
3536 |
msgstr ""
|
3537 |
|
3538 |
+
#. Name of the plugin
|
3539 |
+
#: main.php:68
|
3540 |
+
msgid "WooCommerce AJAX Products Filter"
|
3541 |
msgstr ""
|
3542 |
|
3543 |
+
#: main.php:761
|
3544 |
+
msgid "WooCommerce Before Shop Loop"
|
3545 |
msgstr ""
|
3546 |
|
3547 |
+
#: main.php:760
|
3548 |
+
msgid "WooCommerce Description(in header)"
|
3549 |
msgstr ""
|
3550 |
|
3551 |
+
#: addons/additional_tables/additional_tables.php:137
|
3552 |
+
msgid ""
|
3553 |
+
"WooCommerce do not have needed table for Additional Table add-on. Add-on "
|
3554 |
+
"required WooCommerce 3.6 or newer"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
+
#: includes/paid.php:190
|
3558 |
+
msgid "WordPress Cache"
|
3559 |
msgstr ""
|
3560 |
|
3561 |
+
#: includes/paid.php:279
|
3562 |
+
msgid "Works only if filters are displayed with \"Update Products button\"."
|
3563 |
msgstr ""
|
3564 |
|
3565 |
+
#: includes/paid.php:141
|
3566 |
+
msgid ""
|
3567 |
+
"Works only with SEO friendly urls. WordPress permalinks must be set to Post "
|
3568 |
+
"name(Custom structure: /%postname%/ )"
|
3569 |
msgstr ""
|
3570 |
|
3571 |
+
#: includes/paid.php:4104
|
3572 |
+
msgid "Year:"
|
3573 |
msgstr ""
|
3574 |
|
3575 |
+
#: addons/deprecated_filters/deprecated_filters.php:139
|
3576 |
+
msgid "Yes, disable add-on"
|
3577 |
msgstr ""
|
3578 |
|
3579 |
+
#: addons/deprecated_filters/filter_post.php:25
|
3580 |
+
msgid "Yes, edit filter"
|
3581 |
msgstr ""
|
3582 |
|
3583 |
+
#: includes/paid/search_field.php:234
|
3584 |
+
msgid "Yes, use other filters"
|
3585 |
msgstr ""
|
3586 |
|
3587 |
+
#: templates/admin.php:3
|
3588 |
+
#, php-format
|
3589 |
+
msgid "You can add filter to %s that has limitation"
|
3590 |
msgstr ""
|
3591 |
|
3592 |
+
#: templates/filters_group.php:54
|
3593 |
+
msgid "You can create new filters or edit it on"
|
3594 |
msgstr ""
|
3595 |
|
3596 |
+
#: includes/paid.php:4136
|
3597 |
+
#: templates/single_filter/single_settings_elements.php:556
|
3598 |
+
msgid "You can use some replacements"
|
3599 |
msgstr ""
|
3600 |
|
3601 |
+
#: templates/filters_information.php:80 templates/filters_information.php:89
|
3602 |
+
msgid ""
|
3603 |
+
"You can use widget to display filters on your shop page.<br><strong>Use "
|
3604 |
+
"sidebar, that displayed on shop page</strong>"
|
3605 |
msgstr ""
|
3606 |
|
3607 |
+
#: addons/deprecated_filters/deprecated_filters.php:123
|
3608 |
+
msgid ""
|
3609 |
+
"You have Custom CSS. Most likely it won't work without this addon. You will "
|
3610 |
+
"need to update it as CSS classes were changed."
|
3611 |
msgstr ""
|
3612 |
|
3613 |
+
#: addons/deprecated_filters/deprecated_filters.php:130
|
3614 |
+
msgid ""
|
3615 |
+
"You have Custom Javascript. You need to check it after turning off this "
|
3616 |
+
"addon. It can work correctly same as stop working."
|
3617 |
msgstr ""
|
3618 |
|
3619 |
+
#: includes/custom_post.php:416 includes/custom_post.php:760
|
3620 |
+
msgid "You need save it to get shortcode"
|
3621 |
msgstr ""
|
3622 |
|
3623 |
+
#: addons/deprecated_filters/filter_post.php:19
|
3624 |
+
msgid ""
|
3625 |
+
"You will need to re-create the filter while moving from new to old version."
|
3626 |
msgstr ""
|
3627 |
|
3628 |
+
#: main.php:926
|
3629 |
+
msgid "{title} - [values] / [values]"
|
|
|
|
|
3630 |
msgstr ""
|
3631 |
|
3632 |
+
#: main.php:924
|
3633 |
+
msgid "{title} [attribute]:[values];[attribute]:[values]"
|
3634 |
+
msgstr ""
|
3635 |
+
|
3636 |
+
#: main.php:923
|
3637 |
+
msgid "{title} with [attribute] [values] and [attribute] [values]"
|
3638 |
msgstr ""
|
main.php
CHANGED
@@ -87,7 +87,6 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
87 |
'pagination' => '',
|
88 |
'pagination_ajax' => '',
|
89 |
),
|
90 |
-
'products_per_page' => '',
|
91 |
'attribute_count' => '',
|
92 |
'control_sorting' => '1',
|
93 |
'seo_friendly_urls' => '1',
|
@@ -574,10 +573,6 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
574 |
if( function_exists('premmerce_multicurrency') ) {
|
575 |
include_once(plugin_dir_path( __FILE__ ) . "includes/compatibility/premmerce-multicurrency.php");
|
576 |
}
|
577 |
-
$option = $this->get_option();
|
578 |
-
if ( ! empty($option['products_per_page']) ) {
|
579 |
-
add_filter( 'loop_shop_per_page', array($this, 'products_per_page_set'), 9999 );
|
580 |
-
}
|
581 |
if( apply_filters('BeRocket_AAPF_widget_load_file', true) ) {
|
582 |
foreach (glob(__DIR__ . "/includes/display_filter/*.php") as $filename)
|
583 |
{
|
@@ -625,6 +620,14 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
625 |
'icon' => 'css3',
|
626 |
'name' => __( 'JavaScript/CSS', "BeRocket_AJAX_domain" )
|
627 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
628 |
'Filters' => array(
|
629 |
'icon' => 'plus-square',
|
630 |
'link' => admin_url( 'edit.php?post_type=br_product_filter' ),
|
@@ -635,10 +638,6 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
635 |
'link' => admin_url( 'admin.php?page=berocket_account' ),
|
636 |
'name' => __( 'License', "BeRocket_AJAX_domain" )
|
637 |
),
|
638 |
-
'Addons' => array(
|
639 |
-
'icon' => 'plus',
|
640 |
-
'name' => __( 'Add-ons', "BeRocket_AJAX_domain" )
|
641 |
-
),
|
642 |
),
|
643 |
array(
|
644 |
'General' => array(
|
@@ -646,13 +645,6 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
646 |
"section" => "setup_wizard",
|
647 |
"value" => "",
|
648 |
),*/
|
649 |
-
'products_per_page' => array(
|
650 |
-
"label" => __( 'Products per page', "BeRocket_AJAX_domain" ),
|
651 |
-
"type" => "number",
|
652 |
-
"name" => "products_per_page",
|
653 |
-
"value" => $this->defaults["products_per_page"],
|
654 |
-
'extra' => 'placeholder="'.__( 'From WooCommerce', "BeRocket_AJAX_domain" ).'"'
|
655 |
-
),
|
656 |
'attribute_count' => array(
|
657 |
"label" => __( 'The number of Attribute Values', "BeRocket_AJAX_domain" ),
|
658 |
"type" => "number",
|
@@ -722,6 +714,42 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
722 |
),
|
723 |
),
|
724 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
725 |
),
|
726 |
'Elements' => array(
|
727 |
'elements_position_hook' => array(
|
@@ -902,6 +930,13 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
902 |
),
|
903 |
),
|
904 |
'Advanced' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
905 |
'products_only' => array(
|
906 |
"label" => __( 'Display products', "BeRocket_AJAX_domain" ),
|
907 |
"type" => "checkbox",
|
@@ -921,7 +956,7 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
921 |
"value" => '',
|
922 |
),
|
923 |
'page_same_as_filter' => array(
|
924 |
-
"label" => __( 'Page same as filter', "BeRocket_AJAX_domain" ),
|
925 |
"name" => "page_same_as_filter",
|
926 |
"type" => "selectbox",
|
927 |
"options" => array(
|
@@ -932,54 +967,35 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
932 |
"value" => '',
|
933 |
"label_for" => __('On Category, Tag, Attribute page filter for it will remove value or leave only one value', 'BeRocket_AJAX_domain'),
|
934 |
),
|
935 |
-
'
|
936 |
'section' => 'header_part',
|
937 |
-
"value" => __('
|
938 |
),
|
939 |
-
'
|
940 |
-
"label" => __( '
|
941 |
-
"
|
942 |
-
"
|
943 |
-
|
944 |
-
|
945 |
-
"name" => 'out_of_stock_variable',
|
946 |
-
"options" => apply_filters('berocket_aapf_seo_meta_filters_hooks_list', array(
|
947 |
-
array('value' => '0', 'text' => __('Disabled', 'BeRocket_AJAX_domain')),
|
948 |
-
array('value' => '1', 'text' => __('Enabled', 'BeRocket_AJAX_domain')),
|
949 |
-
array('value' => '2', 'text' => __('Controlled by "Out of stock" filter', 'BeRocket_AJAX_domain')),
|
950 |
-
)),
|
951 |
-
"value" => '',
|
952 |
-
"class" => "out_of_stock_variable",
|
953 |
-
'label_for' => __('Hide variable products, if variations with selected filters are out of stock', 'BeRocket_AJAX_domain') . '<br>',
|
954 |
-
),
|
955 |
-
'out_of_stock_variable_reload' => array(
|
956 |
-
"type" => "checkbox",
|
957 |
-
"name" => "out_of_stock_variable_reload",
|
958 |
-
"value" => '1',
|
959 |
-
"class" => "out_of_stock_variable_reload",
|
960 |
-
'label_for' => __('Use it for attributes values to display more correct count', 'BeRocket_AJAX_domain') . '<br>',
|
961 |
-
),
|
962 |
-
'out_of_stock_variable_single' => array(
|
963 |
-
"type" => "checkbox",
|
964 |
-
"name" => "out_of_stock_variable_single",
|
965 |
-
"value" => '1',
|
966 |
-
"class" => "out_of_stock_variable_single",
|
967 |
-
'label_for' => __('Fix WPEngine query issue (Also can work with other hostings if they limit query size)', 'BeRocket_AJAX_domain') . '<br>',
|
968 |
-
),
|
969 |
-
),
|
970 |
),
|
971 |
-
'
|
972 |
-
"label" => __( '
|
973 |
"type" => "checkbox",
|
974 |
-
"name" => "
|
975 |
"value" => '1',
|
976 |
-
'label_for' => __(
|
|
|
|
|
|
|
|
|
977 |
),
|
978 |
'header_part_fixes' => array(
|
979 |
'section' => 'header_part',
|
980 |
-
"
|
|
|
981 |
),
|
982 |
'styles_in_footer' => array(
|
|
|
983 |
"label" => __( 'Display styles only for pages with filters', "BeRocket_AJAX_domain" ),
|
984 |
"type" => "checkbox",
|
985 |
"name" => "styles_in_footer",
|
@@ -987,6 +1003,7 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
987 |
'label_for' => __('On some sites it can cause visual problems on page load', 'BeRocket_AJAX_domain'),
|
988 |
),
|
989 |
'ajax_site' => array(
|
|
|
990 |
"label" => __( 'Fix for site with AJAX', "BeRocket_AJAX_domain" ),
|
991 |
"type" => "checkbox",
|
992 |
"name" => "ajax_site",
|
@@ -994,6 +1011,7 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
994 |
'label_for' => __('Add Javascript files to all pages', 'BeRocket_AJAX_domain'),
|
995 |
),
|
996 |
'search_fix' => array(
|
|
|
997 |
"label" => __( 'Fix for search page', "BeRocket_AJAX_domain" ),
|
998 |
"type" => "checkbox",
|
999 |
"name" => "search_fix",
|
@@ -1001,6 +1019,7 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
1001 |
'label_for' => __('Disable redirection, when a search returns only one product', 'BeRocket_AJAX_domain'),
|
1002 |
),
|
1003 |
'fixed_select2' => array(
|
|
|
1004 |
"label" => __( 'Select2 CSS', "BeRocket_AJAX_domain" ),
|
1005 |
"type" => "checkbox",
|
1006 |
"name" => "fixed_select2",
|
@@ -1008,33 +1027,113 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
1008 |
"value" => '1',
|
1009 |
'label_for' => __("Fixed CSS styles for Select2 (do not enable if Select2 work correct. Option can break Select2 in other plugins or themes)", 'BeRocket_AJAX_domain'),
|
1010 |
),
|
1011 |
-
'
|
1012 |
-
'
|
1013 |
-
"
|
1014 |
-
),
|
1015 |
-
'filters_turn_off' => array(
|
1016 |
-
"label" => __( 'Disable all filters', "BeRocket_AJAX_domain" ),
|
1017 |
-
"type" => "checkbox",
|
1018 |
-
"name" => "filters_turn_off",
|
1019 |
-
"value" => '1',
|
1020 |
-
'label_for' => __("If you want to hide filters without losing current configuration just turn them off", 'BeRocket_AJAX_domain'),
|
1021 |
-
),
|
1022 |
-
'disable_admin_bar' => array(
|
1023 |
-
"label" => __( 'Disable admin bar', "BeRocket_AJAX_domain" ),
|
1024 |
"type" => "checkbox",
|
1025 |
-
"name" => "
|
1026 |
"value" => '1',
|
1027 |
-
'label_for' => __(
|
1028 |
-
),
|
1029 |
-
'purge_cache' => array(
|
1030 |
-
"section" => "purge_cache",
|
1031 |
-
"value" => "",
|
1032 |
),
|
1033 |
),
|
1034 |
'Design' => array(
|
1035 |
-
'
|
1036 |
-
|
1037 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1038 |
),
|
1039 |
'description_design' => array(
|
1040 |
"label" => __( 'Filters Description', "BeRocket_AJAX_domain" ),
|
@@ -1082,6 +1181,10 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
1082 |
),
|
1083 |
),
|
1084 |
),
|
|
|
|
|
|
|
|
|
1085 |
),
|
1086 |
'JavaScript/CSS' => array(
|
1087 |
'global_font_awesome_disable' => array(
|
@@ -1134,6 +1237,12 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
1134 |
"value" => "",
|
1135 |
),
|
1136 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
1137 |
)
|
1138 |
);
|
1139 |
$tooltip_text = '<strong>' . __('Variation must be added to product with stock status out of stock.', 'BeRocket_AJAX_domain') . '</strong>'
|
@@ -1159,6 +1268,15 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
1159 |
. '<p><strong style="color:#0085ba;">'.__('Filters are considered while counting attribute values. Empty values are removed server side', 'BeRocket_AJAX_domain').'</strong>'
|
1160 |
. ' - ' . __('plugin recount products on page load and after filtering. All empty values will be removed based on page and selected filters', 'BeRocket_AJAX_domain') . '</p>';
|
1161 |
self::add_tooltip('#braapf_recount_hide_info', $tooltip_text);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1162 |
}
|
1163 |
public static function add_tooltip($selector, $text) {
|
1164 |
BeRocket_tooltip_display::add_tooltip(
|
@@ -1172,6 +1290,13 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
1172 |
$selector
|
1173 |
);
|
1174 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1175 |
public function section_setup_wizard ( $item, $options ) {
|
1176 |
$html = '';
|
1177 |
if( apply_filters('br_filters_options-setup_wizard-show', true) ) {
|
@@ -1254,15 +1379,21 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
1254 |
}
|
1255 |
public function section_custom_css ( $item, $options ) {
|
1256 |
$html = '</table>
|
1257 |
-
<table class="form-table">
|
1258 |
-
<tr>
|
1259 |
-
<th colspan="2">' . __('Custom CSS Style:', 'BeRocket_AJAX_domain') . '</th>
|
1260 |
-
</tr>
|
1261 |
<tr>
|
1262 |
-
<td
|
1263 |
-
<
|
|
|
1264 |
</td>
|
1265 |
-
<td><div class="berocket_css_examples"style="max-width:300px;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1266 |
<h4>Add border to widget</h4>
|
1267 |
<div style="background-color:white;"><pre>#widget#{
|
1268 |
border:2px solid #FF8800;
|
@@ -1275,27 +1406,6 @@ class BeRocket_AAPF extends BeRocket_Framework {
|
|
1275 |
<h4>Display all inline</h4>
|
1276 |
<div style="background-color:white;"><pre>#widget# li{
|
1277 |
display: inline-block;
|
1278 |
-
}</pre></div>
|
1279 |
-
<h4>Use WooCommerce font for checkbox</h4>
|
1280 |
-
<div style="background-color:white;">
|
1281 |
-
<pre>#widget# li:not(.berocket_checkbox_color) input[type=checkbox] {
|
1282 |
-
display: none!important;
|
1283 |
-
}
|
1284 |
-
#widget# li:not(.berocket_checkbox_color) input[type=checkbox] + label:before{
|
1285 |
-
font-family: WooCommerce!important;
|
1286 |
-
speak: none!important;
|
1287 |
-
font-weight: 400!important;
|
1288 |
-
font-variant: normal!important;
|
1289 |
-
text-transform: none!important;
|
1290 |
-
content: "\e039"!important;
|
1291 |
-
text-decoration: none!important;
|
1292 |
-
background:none!important;
|
1293 |
-
display: inline-block!important;
|
1294 |
-
border: 0!important;
|
1295 |
-
margin-right: 5px!important;
|
1296 |
-
}
|
1297 |
-
#widget# li:not(.berocket_checkbox_color) input[type=checkbox]:checked + label:before {
|
1298 |
-
content: "\e015"!important;
|
1299 |
}</pre></div>
|
1300 |
<h4>Use block for slider handler instead image</h4>
|
1301 |
<div style="background-color:white;"><pre>#widget# .ui-slider-handle {
|
@@ -1346,9 +1456,9 @@ out_of_stock_variable_reload_hide();
|
|
1346 |
jQuery('.berocket_aapf_recount_hide, .out_of_stock_variable').on('change', out_of_stock_variable_reload_hide);
|
1347 |
function out_of_stock_variable_single_hide() {
|
1348 |
if( (jQuery('.berocket_aapf_recount_hide').val() == 'recount' || jQuery('.berocket_aapf_recount_hide').val() == 'removeFirst_recount' || jQuery('.berocket_aapf_recount_hide').val() == 'removeRecount') && parseInt(jQuery('.out_of_stock_variable').val()) && jQuery('.out_of_stock_variable_reload').prop('checked') ) {
|
1349 |
-
jQuery('.out_of_stock_variable_single').
|
1350 |
} else {
|
1351 |
-
jQuery('.out_of_stock_variable_single').
|
1352 |
}
|
1353 |
}
|
1354 |
out_of_stock_variable_single_hide();
|
@@ -1398,16 +1508,17 @@ jQuery(document).on('change', '.berocket_disable_ajax_loading', berocket_disable
|
|
1398 |
</script>";
|
1399 |
return $html;
|
1400 |
}
|
1401 |
-
public function
|
1402 |
-
|
1403 |
$designables = br_aapf_get_styled();
|
1404 |
ob_start();
|
1405 |
-
include AAPF_TEMPLATE_PATH.'settings/
|
1406 |
$html = '</table>'.ob_get_clean().'<table class="framework-form-table berocket_framework_menu_design">';
|
|
|
|
|
1407 |
return $html;
|
1408 |
}
|
1409 |
public function section_header_part($item, $options) {
|
1410 |
-
$html = '<th colspan="2"><
|
1411 |
return $html;
|
1412 |
}
|
1413 |
public function admin_init () {
|
@@ -1472,10 +1583,6 @@ jQuery(document).on('change', '.berocket_disable_ajax_loading', berocket_disable
|
|
1472 |
}
|
1473 |
return $is_active_sidebar;
|
1474 |
}
|
1475 |
-
public function products_per_page_set() {
|
1476 |
-
$option = $this->get_option();
|
1477 |
-
return $option['products_per_page'];
|
1478 |
-
}
|
1479 |
public function wpml_attribute_slug_translate($terms) {
|
1480 |
if( ! empty($terms) && is_array($terms) ) {
|
1481 |
foreach($terms as &$term) {
|
@@ -2447,7 +2554,10 @@ jQuery(document).on('change', '.berocket_disable_ajax_loading', berocket_disable
|
|
2447 |
$options = $this->get_option();
|
2448 |
$replace_css = apply_filters('braapf_custom_user_css_replacement', array(
|
2449 |
'#widget#' => 'div.bapf_sfilter',
|
2450 |
-
'#widget-title#' => 'div.bapf_sfilter .bapf_head h3'
|
|
|
|
|
|
|
2451 |
));
|
2452 |
$result_css = str_replace(array('<style>', '</style>', '<'), '', $options[ 'user_custom_css' ]);
|
2453 |
foreach ( $replace_css as $key => $value ) {
|
@@ -3021,6 +3131,19 @@ jQuery(document).on('change', '.berocket_disable_ajax_loading', berocket_disable
|
|
3021 |
if( $previous !== '0' && ( version_compare($previous, '1.5.2.4', '<') || (version_compare($previous, '2.0', '>') && version_compare($previous, '3.0.2.4', '<') ) ) ) {
|
3022 |
do_action('braapf_slider_data_update');
|
3023 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3024 |
}
|
3025 |
public function save_settings_callback( $settings ) {
|
3026 |
$options = $this->get_option();
|
87 |
'pagination' => '',
|
88 |
'pagination_ajax' => '',
|
89 |
),
|
|
|
90 |
'attribute_count' => '',
|
91 |
'control_sorting' => '1',
|
92 |
'seo_friendly_urls' => '1',
|
573 |
if( function_exists('premmerce_multicurrency') ) {
|
574 |
include_once(plugin_dir_path( __FILE__ ) . "includes/compatibility/premmerce-multicurrency.php");
|
575 |
}
|
|
|
|
|
|
|
|
|
576 |
if( apply_filters('BeRocket_AAPF_widget_load_file', true) ) {
|
577 |
foreach (glob(__DIR__ . "/includes/display_filter/*.php") as $filename)
|
578 |
{
|
620 |
'icon' => 'css3',
|
621 |
'name' => __( 'JavaScript/CSS', "BeRocket_AJAX_domain" )
|
622 |
),
|
623 |
+
'Addons' => array(
|
624 |
+
'icon' => 'plus',
|
625 |
+
'name' => __( 'Add-ons', "BeRocket_AJAX_domain" )
|
626 |
+
),
|
627 |
+
'Tutorials' => array(
|
628 |
+
'icon' => 'question',
|
629 |
+
'name' => __( 'Tutorials', "BeRocket_AJAX_domain" )
|
630 |
+
),
|
631 |
'Filters' => array(
|
632 |
'icon' => 'plus-square',
|
633 |
'link' => admin_url( 'edit.php?post_type=br_product_filter' ),
|
638 |
'link' => admin_url( 'admin.php?page=berocket_account' ),
|
639 |
'name' => __( 'License', "BeRocket_AJAX_domain" )
|
640 |
),
|
|
|
|
|
|
|
|
|
641 |
),
|
642 |
array(
|
643 |
'General' => array(
|
645 |
"section" => "setup_wizard",
|
646 |
"value" => "",
|
647 |
),*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
648 |
'attribute_count' => array(
|
649 |
"label" => __( 'The number of Attribute Values', "BeRocket_AJAX_domain" ),
|
650 |
"type" => "number",
|
714 |
),
|
715 |
),
|
716 |
),
|
717 |
+
'header_part_variable' => array(
|
718 |
+
'section' => 'header_part',
|
719 |
+
"value" => __('Variable Products and Variations options', 'BeRocket_AJAX_domain'),
|
720 |
+
),
|
721 |
+
'out_of_stock_variable' => array(
|
722 |
+
"label" => __( 'Hide out of stock <br>variations', "BeRocket_AJAX_domain" ). '<span id="braapf_out_of_stock_variable_info" class="dashicons dashicons-editor-help"></span>',
|
723 |
+
"tr_class" => "tr_out_of_stock_variable",
|
724 |
+
"items" => array(
|
725 |
+
"out_of_stock_variable" => array(
|
726 |
+
"type" => "selectbox",
|
727 |
+
"name" => 'out_of_stock_variable',
|
728 |
+
"options" => apply_filters('berocket_aapf_seo_meta_filters_hooks_list', array(
|
729 |
+
array('value' => '0', 'text' => __('Disabled', 'BeRocket_AJAX_domain')),
|
730 |
+
array('value' => '1', 'text' => __('Enabled', 'BeRocket_AJAX_domain')),
|
731 |
+
array('value' => '2', 'text' => __('Controlled by "Out of stock" filter', 'BeRocket_AJAX_domain')),
|
732 |
+
)),
|
733 |
+
"value" => '',
|
734 |
+
"class" => "out_of_stock_variable",
|
735 |
+
'label_for' => __('Hide variable products, if variations with selected filters are out of stock', 'BeRocket_AJAX_domain') . '<br>',
|
736 |
+
),
|
737 |
+
'out_of_stock_variable_reload' => array(
|
738 |
+
"type" => "checkbox",
|
739 |
+
"name" => "out_of_stock_variable_reload",
|
740 |
+
"value" => '1',
|
741 |
+
"class" => "out_of_stock_variable_reload",
|
742 |
+
'label_for' => __('Use it for attributes values to display more correct count', 'BeRocket_AJAX_domain') . '<br>',
|
743 |
+
),
|
744 |
+
),
|
745 |
+
),
|
746 |
+
'filter_price_variation' => array(
|
747 |
+
"label" => __( 'Search variation price', "BeRocket_AJAX_domain" ),
|
748 |
+
"type" => "checkbox",
|
749 |
+
"name" => "filter_price_variation",
|
750 |
+
"value" => '1',
|
751 |
+
'label_for' => __('Use variation price instead of product price. IMPORTANT! It can slow down filtering by price', 'BeRocket_AJAX_domain'),
|
752 |
+
),
|
753 |
),
|
754 |
'Elements' => array(
|
755 |
'elements_position_hook' => array(
|
930 |
),
|
931 |
),
|
932 |
'Advanced' => array(
|
933 |
+
'framework_products_per_page' => array(
|
934 |
+
"label" => __( 'Products per page', "BeRocket_AJAX_domain" ),
|
935 |
+
"type" => "number",
|
936 |
+
"name" => "framework_products_per_page",
|
937 |
+
"value" => '',
|
938 |
+
'extra' => 'placeholder="'.__( 'From WooCommerce', "BeRocket_AJAX_domain" ).'"'
|
939 |
+
),
|
940 |
'products_only' => array(
|
941 |
"label" => __( 'Display products', "BeRocket_AJAX_domain" ),
|
942 |
"type" => "checkbox",
|
956 |
"value" => '',
|
957 |
),
|
958 |
'page_same_as_filter' => array(
|
959 |
+
"label" => __( 'Page same as filter', "BeRocket_AJAX_domain" ) . '<span id="braapf_page_same_as_filter_info" class="dashicons dashicons-editor-help"></span>',
|
960 |
"name" => "page_same_as_filter",
|
961 |
"type" => "selectbox",
|
962 |
"options" => array(
|
967 |
"value" => '',
|
968 |
"label_for" => __('On Category, Tag, Attribute page filter for it will remove value or leave only one value', 'BeRocket_AJAX_domain'),
|
969 |
),
|
970 |
+
'header_part_tools' => array(
|
971 |
'section' => 'header_part',
|
972 |
+
"value" => __('Tools', 'BeRocket_AJAX_domain'),
|
973 |
),
|
974 |
+
'filters_turn_off' => array(
|
975 |
+
"label" => __( 'Disable all filters', "BeRocket_AJAX_domain" ),
|
976 |
+
"type" => "checkbox",
|
977 |
+
"name" => "filters_turn_off",
|
978 |
+
"value" => '1',
|
979 |
+
'label_for' => __("If you want to hide filters without losing current configuration just turn them off", 'BeRocket_AJAX_domain'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
980 |
),
|
981 |
+
'disable_admin_bar' => array(
|
982 |
+
"label" => __( 'Disable admin bar', "BeRocket_AJAX_domain" ),
|
983 |
"type" => "checkbox",
|
984 |
+
"name" => "disable_admin_bar",
|
985 |
"value" => '1',
|
986 |
+
'label_for' => __("Disable panel in WordPress Admin Bar", 'BeRocket_AJAX_domain'),
|
987 |
+
),
|
988 |
+
'purge_cache' => array(
|
989 |
+
"section" => "purge_cache",
|
990 |
+
"value" => "",
|
991 |
),
|
992 |
'header_part_fixes' => array(
|
993 |
'section' => 'header_part',
|
994 |
+
"tr_class" => "bapf_incompatibility_fixes_header",
|
995 |
+
"value" => __('Incompatibility Fixes', 'BeRocket_AJAX_domain').'<i class="fa fa-chevron-down"></i>',
|
996 |
),
|
997 |
'styles_in_footer' => array(
|
998 |
+
"tr_class" => "bapf_incompatibility_fixes bapf_incompatibility_fixes_hide",
|
999 |
"label" => __( 'Display styles only for pages with filters', "BeRocket_AJAX_domain" ),
|
1000 |
"type" => "checkbox",
|
1001 |
"name" => "styles_in_footer",
|
1003 |
'label_for' => __('On some sites it can cause visual problems on page load', 'BeRocket_AJAX_domain'),
|
1004 |
),
|
1005 |
'ajax_site' => array(
|
1006 |
+
"tr_class" => "bapf_incompatibility_fixes bapf_incompatibility_fixes_hide",
|
1007 |
"label" => __( 'Fix for site with AJAX', "BeRocket_AJAX_domain" ),
|
1008 |
"type" => "checkbox",
|
1009 |
"name" => "ajax_site",
|
1011 |
'label_for' => __('Add Javascript files to all pages', 'BeRocket_AJAX_domain'),
|
1012 |
),
|
1013 |
'search_fix' => array(
|
1014 |
+
"tr_class" => "bapf_incompatibility_fixes bapf_incompatibility_fixes_hide",
|
1015 |
"label" => __( 'Fix for search page', "BeRocket_AJAX_domain" ),
|
1016 |
"type" => "checkbox",
|
1017 |
"name" => "search_fix",
|
1019 |
'label_for' => __('Disable redirection, when a search returns only one product', 'BeRocket_AJAX_domain'),
|
1020 |
),
|
1021 |
'fixed_select2' => array(
|
1022 |
+
"tr_class" => "bapf_incompatibility_fixes bapf_incompatibility_fixes_hide",
|
1023 |
"label" => __( 'Select2 CSS', "BeRocket_AJAX_domain" ),
|
1024 |
"type" => "checkbox",
|
1025 |
"name" => "fixed_select2",
|
1027 |
"value" => '1',
|
1028 |
'label_for' => __("Fixed CSS styles for Select2 (do not enable if Select2 work correct. Option can break Select2 in other plugins or themes)", 'BeRocket_AJAX_domain'),
|
1029 |
),
|
1030 |
+
'out_of_stock_variable_single' => array(
|
1031 |
+
"label" => __( 'Fix WPEngine query issue', "BeRocket_AJAX_domain" ),
|
1032 |
+
"tr_class" => "out_of_stock_variable_single bapf_incompatibility_fixes bapf_incompatibility_fixes_hide",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1033 |
"type" => "checkbox",
|
1034 |
+
"name" => "out_of_stock_variable_single",
|
1035 |
"value" => '1',
|
1036 |
+
'label_for' => __('Can also work with other hostings if they limit query size.', 'BeRocket_AJAX_domain') . '<br>',
|
|
|
|
|
|
|
|
|
1037 |
),
|
1038 |
),
|
1039 |
'Design' => array(
|
1040 |
+
'ajax_load_icon' => array(
|
1041 |
+
"label" => __( 'Loading icon', "BeRocket_AJAX_domain" ),
|
1042 |
+
"type" => "image",
|
1043 |
+
"name" => "ajax_load_icon",
|
1044 |
+
"value" => '',
|
1045 |
+
),
|
1046 |
+
'ajax_load_text' => array(
|
1047 |
+
"label" => __( 'Loading icon text', "BeRocket_AJAX_domain" ),
|
1048 |
+
"items" => array(
|
1049 |
+
"top" => array(
|
1050 |
+
"type" => "text",
|
1051 |
+
"name" => array('ajax_load_text', 'top'),
|
1052 |
+
"value" => '1',
|
1053 |
+
'label_be_for' => __('Above:', 'BeRocket_AJAX_domain'),
|
1054 |
+
),
|
1055 |
+
"bottom" => array(
|
1056 |
+
"type" => "text",
|
1057 |
+
"name" => array('ajax_load_text', 'bottom'),
|
1058 |
+
"value" => '1',
|
1059 |
+
'label_be_for' => __('Below:', 'BeRocket_AJAX_domain'),
|
1060 |
+
),
|
1061 |
+
"left" => array(
|
1062 |
+
"type" => "text",
|
1063 |
+
"name" => array('ajax_load_text', 'left'),
|
1064 |
+
"value" => '1',
|
1065 |
+
'label_be_for' => __('Before:', 'BeRocket_AJAX_domain'),
|
1066 |
+
),
|
1067 |
+
"right" => array(
|
1068 |
+
"type" => "text",
|
1069 |
+
"name" => array('ajax_load_text', 'right'),
|
1070 |
+
"value" => '1',
|
1071 |
+
'label_be_for' => __('After:', 'BeRocket_AJAX_domain'),
|
1072 |
+
),
|
1073 |
+
),
|
1074 |
+
),
|
1075 |
+
'description_show' => array(
|
1076 |
+
"label" => __( 'Show and hide description', "BeRocket_AJAX_domain" ),
|
1077 |
+
"name" => array('description', 'show'),
|
1078 |
+
"type" => "selectbox",
|
1079 |
+
"options" => array(
|
1080 |
+
array('value' => 'click', 'text' => __('Click', 'BeRocket_AJAX_domain')),
|
1081 |
+
array('value' => 'hover', 'text' => __('Hovering over the icon', 'BeRocket_AJAX_domain')),
|
1082 |
+
),
|
1083 |
+
"value" => '',
|
1084 |
+
"label_be_for" => __('Show when user:', 'BeRocket_AJAX_domain'),
|
1085 |
+
),
|
1086 |
+
'styles_input' => array(
|
1087 |
+
"label" => __( 'Style for number of products', "BeRocket_AJAX_domain" ),
|
1088 |
+
"items" => array(
|
1089 |
+
"product_count" => array(
|
1090 |
+
"name" => array('styles_input', 'product_count'),
|
1091 |
+
"type" => "selectbox",
|
1092 |
+
"options" => array(
|
1093 |
+
array('value' => '', 'text' => __('4', 'BeRocket_AJAX_domain')),
|
1094 |
+
array('value' => 'round', 'text' => __('(4)', 'BeRocket_AJAX_domain')),
|
1095 |
+
array('value' => 'quad', 'text' => __('[4]', 'BeRocket_AJAX_domain')),
|
1096 |
+
),
|
1097 |
+
"value" => '',
|
1098 |
+
),
|
1099 |
+
"product_count_position" => array(
|
1100 |
+
"name" => array('styles_input', 'product_count_position'),
|
1101 |
+
"type" => "selectbox",
|
1102 |
+
"options" => array(
|
1103 |
+
array('value' => '', 'text' => __('Normal', 'BeRocket_AJAX_domain')),
|
1104 |
+
array('value' => 'right', 'text' => __('Right', 'BeRocket_AJAX_domain')),
|
1105 |
+
array('value' => 'right2em', 'text' => __('Right from name', 'BeRocket_AJAX_domain')),
|
1106 |
+
),
|
1107 |
+
"value" => '',
|
1108 |
+
"label_be_for" => __('Position:', 'BeRocket_AJAX_domain'),
|
1109 |
+
),
|
1110 |
+
"product_count_position_image" => array(
|
1111 |
+
"name" => array('styles_input', 'product_count_position_image'),
|
1112 |
+
"type" => "selectbox",
|
1113 |
+
"options" => array(
|
1114 |
+
array('value' => '', 'text' => __('Normal', 'BeRocket_AJAX_domain')),
|
1115 |
+
array('value' => 'right', 'text' => __('Right', 'BeRocket_AJAX_domain')),
|
1116 |
+
),
|
1117 |
+
"value" => '',
|
1118 |
+
"label_be_for" => __('Position on Image:', 'BeRocket_AJAX_domain'),
|
1119 |
+
),
|
1120 |
+
),
|
1121 |
+
),
|
1122 |
+
'child_pre_indent' => array(
|
1123 |
+
"label" => __( 'Indent for hierarchy in Drop-Down', "BeRocket_AJAX_domain" ),
|
1124 |
+
"name" => 'child_pre_indent',
|
1125 |
+
"type" => "selectbox",
|
1126 |
+
"options" => array(
|
1127 |
+
array('value' => '', 'text' => __('-', 'BeRocket_AJAX_domain')),
|
1128 |
+
array('value' => 's', 'text' => __('space', 'BeRocket_AJAX_domain')),
|
1129 |
+
array('value' => '2s', 'text' => __('2 spaces', 'BeRocket_AJAX_domain')),
|
1130 |
+
array('value' => '4s', 'text' => __('tab', 'BeRocket_AJAX_domain')),
|
1131 |
+
),
|
1132 |
+
"value" => '',
|
1133 |
+
),
|
1134 |
+
'header_part_tooltip' => array(
|
1135 |
+
'section' => 'header_part',
|
1136 |
+
"value" => __('Tooltips Options', 'BeRocket_AJAX_domain'),
|
1137 |
),
|
1138 |
'description_design' => array(
|
1139 |
"label" => __( 'Filters Description', "BeRocket_AJAX_domain" ),
|
1181 |
),
|
1182 |
),
|
1183 |
),
|
1184 |
+
'design_title_styles' => array(
|
1185 |
+
'section' => 'design_title_styles',
|
1186 |
+
"value" => "",
|
1187 |
+
),
|
1188 |
),
|
1189 |
'JavaScript/CSS' => array(
|
1190 |
'global_font_awesome_disable' => array(
|
1237 |
"value" => "",
|
1238 |
),
|
1239 |
),
|
1240 |
+
'Tutorials' => array(
|
1241 |
+
'tutorials_tab' => array(
|
1242 |
+
"section" => "tutorials",
|
1243 |
+
"value" => "",
|
1244 |
+
),
|
1245 |
+
),
|
1246 |
)
|
1247 |
);
|
1248 |
$tooltip_text = '<strong>' . __('Variation must be added to product with stock status out of stock.', 'BeRocket_AJAX_domain') . '</strong>'
|
1268 |
. '<p><strong style="color:#0085ba;">'.__('Filters are considered while counting attribute values. Empty values are removed server side', 'BeRocket_AJAX_domain').'</strong>'
|
1269 |
. ' - ' . __('plugin recount products on page load and after filtering. All empty values will be removed based on page and selected filters', 'BeRocket_AJAX_domain') . '</p>';
|
1270 |
self::add_tooltip('#braapf_recount_hide_info', $tooltip_text);
|
1271 |
+
|
1272 |
+
$tooltip_text = '<strong>' . __('On products archive page (attribute/category/tag pages) change how filters for the same taxonomy (attribute/category/tag) are displayed.', 'BeRocket_AJAX_domain') . '</strong>'
|
1273 |
+
. '<p><strong style="color:#0085ba;">' . __('Default', 'BeRocket_AJAX_domain') . '</strong> - '
|
1274 |
+
. __('Display filter same as it is displayed on any other page', 'BeRocket_AJAX_domain') . '</p>'
|
1275 |
+
. '<p><strong style="color:#0085ba;">' . __('Delete value', 'BeRocket_AJAX_domain') . '</strong> - '
|
1276 |
+
. __('filters for same taxonomy will be removed from page (Example: On page of Product category "Jeans" the filter for Product category will be removed)', 'BeRocket_AJAX_domain') . '</p>'
|
1277 |
+
. '<p><strong style="color:#0085ba;">' . __('Leave only one value', 'BeRocket_AJAX_domain') . '</strong> - '
|
1278 |
+
. __('filters for same taxonomy will be displayed with single value, that same as current page (Example: On page of Product category "Jeans" the filter for Product category will be displayed only with the value "Jeans")', 'BeRocket_AJAX_domain') . '</p>';
|
1279 |
+
self::add_tooltip('#braapf_page_same_as_filter_info', $tooltip_text);
|
1280 |
}
|
1281 |
public static function add_tooltip($selector, $text) {
|
1282 |
BeRocket_tooltip_display::add_tooltip(
|
1290 |
$selector
|
1291 |
);
|
1292 |
}
|
1293 |
+
public function section_tutorials ( $item, $options ) {
|
1294 |
+
include_once('includes/admin/tutorial.php');
|
1295 |
+
ob_start();
|
1296 |
+
include AAPF_TEMPLATE_PATH.'settings/tutorial_tab.php';
|
1297 |
+
$html = '</table>'.ob_get_clean().'<table class="framework-form-table berocket_framework_menu_tutorial">';
|
1298 |
+
return $html;
|
1299 |
+
}
|
1300 |
public function section_setup_wizard ( $item, $options ) {
|
1301 |
$html = '';
|
1302 |
if( apply_filters('br_filters_options-setup_wizard-show', true) ) {
|
1379 |
}
|
1380 |
public function section_custom_css ( $item, $options ) {
|
1381 |
$html = '</table>
|
1382 |
+
<table class="form-table bapf_custom_css_admin">
|
|
|
|
|
|
|
1383 |
<tr>
|
1384 |
+
<td>
|
1385 |
+
<h3>'.__('Custom CSS Style:', 'BeRocket_AJAX_domain').'</h3>
|
1386 |
+
<textarea style="width: 100%; min-height: 400px; height:820px" name="br_filters_options[user_custom_css]">' . htmlentities(br_get_value_from_array($options, 'user_custom_css')) . '</textarea>
|
1387 |
</td>
|
1388 |
+
<td style="width:350px;"><div class="berocket_css_examples"style="max-width:300px;">
|
1389 |
+
<h4>Replacements</h4>
|
1390 |
+
<div style="background-color:white;">
|
1391 |
+
<p><strong>#widget#</strong> - block that contain all filter elements</p>
|
1392 |
+
<p><strong>#widget-title#</strong> - filter title</p>
|
1393 |
+
<p><strong>#widget-ckboxlabel#</strong> - Value text for checkbox filter</p>
|
1394 |
+
<p><strong>#widget-ckboxlabel-checked#</strong> - Selected value text for checkbox filter</p>
|
1395 |
+
<p><strong>#widget-button#</strong> - Update and reset buttons</p>
|
1396 |
+
</div>
|
1397 |
<h4>Add border to widget</h4>
|
1398 |
<div style="background-color:white;"><pre>#widget#{
|
1399 |
border:2px solid #FF8800;
|
1406 |
<h4>Display all inline</h4>
|
1407 |
<div style="background-color:white;"><pre>#widget# li{
|
1408 |
display: inline-block;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1409 |
}</pre></div>
|
1410 |
<h4>Use block for slider handler instead image</h4>
|
1411 |
<div style="background-color:white;"><pre>#widget# .ui-slider-handle {
|
1456 |
jQuery('.berocket_aapf_recount_hide, .out_of_stock_variable').on('change', out_of_stock_variable_reload_hide);
|
1457 |
function out_of_stock_variable_single_hide() {
|
1458 |
if( (jQuery('.berocket_aapf_recount_hide').val() == 'recount' || jQuery('.berocket_aapf_recount_hide').val() == 'removeFirst_recount' || jQuery('.berocket_aapf_recount_hide').val() == 'removeRecount') && parseInt(jQuery('.out_of_stock_variable').val()) && jQuery('.out_of_stock_variable_reload').prop('checked') ) {
|
1459 |
+
jQuery('.out_of_stock_variable_single').show();
|
1460 |
} else {
|
1461 |
+
jQuery('.out_of_stock_variable_single').hide();
|
1462 |
}
|
1463 |
}
|
1464 |
out_of_stock_variable_single_hide();
|
1508 |
</script>";
|
1509 |
return $html;
|
1510 |
}
|
1511 |
+
public function section_design_title_styles($item, $options) {
|
|
|
1512 |
$designables = br_aapf_get_styled();
|
1513 |
ob_start();
|
1514 |
+
include AAPF_TEMPLATE_PATH.'settings/design_title_styles.php';
|
1515 |
$html = '</table>'.ob_get_clean().'<table class="framework-form-table berocket_framework_menu_design">';
|
1516 |
+
$tooltip_text = '<strong>' . __('Those design settings change only the styles for filters inside a Group with enabled option', 'BeRocket_AJAX_domain') . ' <span style="color:#0085ba;">' . __('Show title only', 'BeRocket_AJAX_domain') . '</span></strong>';
|
1517 |
+
self::add_tooltip('#braapf_design_title_styles', $tooltip_text);
|
1518 |
return $html;
|
1519 |
}
|
1520 |
public function section_header_part($item, $options) {
|
1521 |
+
$html = '<th colspan="2"><h3 style="padding-top:50px;">'.$item['value'].'</h3></th>';
|
1522 |
return $html;
|
1523 |
}
|
1524 |
public function admin_init () {
|
1583 |
}
|
1584 |
return $is_active_sidebar;
|
1585 |
}
|
|
|
|
|
|
|
|
|
1586 |
public function wpml_attribute_slug_translate($terms) {
|
1587 |
if( ! empty($terms) && is_array($terms) ) {
|
1588 |
foreach($terms as &$term) {
|
2554 |
$options = $this->get_option();
|
2555 |
$replace_css = apply_filters('braapf_custom_user_css_replacement', array(
|
2556 |
'#widget#' => 'div.bapf_sfilter',
|
2557 |
+
'#widget-title#' => 'div.bapf_sfilter .bapf_head h3',
|
2558 |
+
'#widget-ckboxlabel#' => 'div.bapf_sfilter.bapf_ckbox .bapf_body label',
|
2559 |
+
'#widget-ckboxlabel-checked#' => 'div.bapf_sfilter.bapf_ckbox .bapf_body input:checked + label',
|
2560 |
+
'#widget-button#' => 'div.bapf_sfilter .bapf_button',
|
2561 |
));
|
2562 |
$result_css = str_replace(array('<style>', '</style>', '<'), '', $options[ 'user_custom_css' ]);
|
2563 |
foreach ( $replace_css as $key => $value ) {
|
3131 |
if( $previous !== '0' && ( version_compare($previous, '1.5.2.4', '<') || (version_compare($previous, '2.0', '>') && version_compare($previous, '3.0.2.4', '<') ) ) ) {
|
3132 |
do_action('braapf_slider_data_update');
|
3133 |
}
|
3134 |
+
if( $previous !== '0' && ( version_compare($previous, '1.5.2.8', '<') || (version_compare($previous, '2.0', '>') && version_compare($previous, '3.0.2.7', '<') ) ) ) {
|
3135 |
+
$options = $this->get_option();
|
3136 |
+
if( ! empty($options['use_filtered_variation']) || ! empty($options['use_filtered_variation_once']) ) {
|
3137 |
+
if( ! empty($options['use_filtered_variation']) && ! empty($options['use_filtered_variation_once']) ) {
|
3138 |
+
$options['select_filter_variation'] = 'url_session';
|
3139 |
+
} elseif( ! empty($options['use_filtered_variation']) ) {
|
3140 |
+
$options['select_filter_variation'] = 'session';
|
3141 |
+
} else {
|
3142 |
+
$options['select_filter_variation'] = 'url';
|
3143 |
+
}
|
3144 |
+
update_option( 'br_filters_options', $options );
|
3145 |
+
}
|
3146 |
+
}
|
3147 |
}
|
3148 |
public function save_settings_callback( $settings ) {
|
3149 |
$options = $this->get_option();
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://berocket.com/product/woocommerce-ajax-products-filter?utm_s
|
|
5 |
Tags: filters, product filters, ajax product filters, ajax filter, ajax filter widget, color filter, size filter, product onsale filter, product preview, product category filter, product reset filter, product sort by filter, stock filter, product tag filter, price range filter, price box filter, advanced product filters, woocommerce filters, woocommerce product filters, woocommerce products filter, woocommerce ajax product filters, widget, plugin, woocommerce item filters, filters plugin, ajax filters plugin, filter woocommerce products, filter woocommerce products plugin, wc filters, wc filters products, wc products filters, wc ajax products filters, wc product filters, wc advanced product filters, woocommerce layered nav, woocommerce layered navigation, ajax filtered nav, ajax filtered navigation, price filter, ajax price filter, woocommerce product sorting, sidebar filter, sidebar ajax filter, taxonomy filter, category filter, attribute filter, attributes filter, woocommerce product sort, ajax products filter plugin for woocommerce, rocket, berocket, berocket woocommerce ajax products filter
|
6 |
Requires at least: 5.0
|
7 |
Tested up to: 5.6
|
8 |
-
Stable tag: 1.5.2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -185,6 +185,14 @@ You can try this plugin's admin side [here](https://berocket.com/product/woocomm
|
|
185 |
|
186 |
== Changelog ==
|
187 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
= 1.5.2.7 =
|
189 |
* Enhancement - Compatibility version: PHP 8 and WooCommerce 4.9
|
190 |
* Fix - Price slider with custom values
|
5 |
Tags: filters, product filters, ajax product filters, ajax filter, ajax filter widget, color filter, size filter, product onsale filter, product preview, product category filter, product reset filter, product sort by filter, stock filter, product tag filter, price range filter, price box filter, advanced product filters, woocommerce filters, woocommerce product filters, woocommerce products filter, woocommerce ajax product filters, widget, plugin, woocommerce item filters, filters plugin, ajax filters plugin, filter woocommerce products, filter woocommerce products plugin, wc filters, wc filters products, wc products filters, wc ajax products filters, wc product filters, wc advanced product filters, woocommerce layered nav, woocommerce layered navigation, ajax filtered nav, ajax filtered navigation, price filter, ajax price filter, woocommerce product sorting, sidebar filter, sidebar ajax filter, taxonomy filter, category filter, attribute filter, attributes filter, woocommerce product sort, ajax products filter plugin for woocommerce, rocket, berocket, berocket woocommerce ajax products filter
|
6 |
Requires at least: 5.0
|
7 |
Tested up to: 5.6
|
8 |
+
Stable tag: 1.5.2.8
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
185 |
|
186 |
== Changelog ==
|
187 |
|
188 |
+
= 1.5.2.8 =
|
189 |
+
* Enhancement - Remove empty header
|
190 |
+
* Enhancement - Move some options to another tabs
|
191 |
+
* Enhancement - Add explanation for some options
|
192 |
+
* Enhancement - More information in admin bar panel
|
193 |
+
* Fix - Some symbols in URL
|
194 |
+
* Fix - Other fixes
|
195 |
+
|
196 |
= 1.5.2.7 =
|
197 |
* Enhancement - Compatibility version: PHP 8 and WooCommerce 4.9
|
198 |
* Fix - Price slider with custom values
|
templates/color_ajax.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php extract($berocket_query_var_color); ?>
|
2 |
<div class="br_accordion">
|
3 |
-
<h3><?php if( $type == 'color' ) { _e('
|
4 |
<div>
|
5 |
<?php if ( is_array(berocket_isset($terms)) ) {
|
6 |
if( $type == 'color' ) {?>
|
1 |
<?php extract($berocket_query_var_color); ?>
|
2 |
<div class="br_accordion">
|
3 |
+
<h3><?php if( $type == 'color' ) { _e('Selection of color', 'BeRocket_AJAX_domain'); } elseif( $type == 'image' ) { _e('Selection of Image', 'BeRocket_AJAX_domain'); } ?></h3>
|
4 |
<div>
|
5 |
<?php if ( is_array(berocket_isset($terms)) ) {
|
6 |
if( $type == 'color' ) {?>
|
templates/settings/{design.php → design_title_styles.php}
RENAMED
@@ -1,9 +1,10 @@
|
|
1 |
<?php
|
2 |
$fonts_list = g_fonts_list();
|
3 |
?>
|
4 |
-
<table class="wp-list-table widefat fixed posts">
|
5 |
<thead>
|
6 |
-
<tr><th colspan="7" style="text-align: center; font-size: 2em;"><?php _e('Show title only Styles', 'BeRocket_AJAX_domain')
|
|
|
7 |
<tr>
|
8 |
<th class="manage-column admin-column-font-size" scope="col"><?php _e('Element', 'BeRocket_AJAX_domain') ?></th>
|
9 |
<th class="manage-column admin-column-color" scope="col"><?php _e('Border color', 'BeRocket_AJAX_domain') ?></th>
|
@@ -105,81 +106,4 @@ $fonts_list = g_fonts_list();
|
|
105 |
</th>
|
106 |
</tr>
|
107 |
</tfoot>
|
108 |
-
</table>
|
109 |
-
<table class="form-table">
|
110 |
-
<tr>
|
111 |
-
<th scope="row"><?php _e('Loading icon', 'BeRocket_AJAX_domain') ?></th>
|
112 |
-
<td>
|
113 |
-
<?php echo berocket_font_select_upload('', 'br_filters_options_ajax_load_icon', 'br_filters_options[ajax_load_icon]', br_get_value_from_array($options, 'ajax_load_icon'), false); ?>
|
114 |
-
</td>
|
115 |
-
</tr>
|
116 |
-
</table>
|
117 |
-
<table class="form-table">
|
118 |
-
<tr>
|
119 |
-
<th scope="row"><?php _e('Loading icon text', 'BeRocket_AJAX_domain') ?></th>
|
120 |
-
<td>
|
121 |
-
<span><?php _e('Above:', 'BeRocket_AJAX_domain') ?> </span><input name="br_filters_options[ajax_load_text][top]" type='text' value='<?php echo br_get_value_from_array($options, array('ajax_load_text', 'top')); ?>'/>
|
122 |
-
</td>
|
123 |
-
<td>
|
124 |
-
<span><?php _e('Below:', 'BeRocket_AJAX_domain') ?> </span><input name="br_filters_options[ajax_load_text][bottom]" type='text' value='<?php echo br_get_value_from_array($options, array('ajax_load_text', 'bottom')); ?>'/>
|
125 |
-
</td>
|
126 |
-
<td>
|
127 |
-
<span><?php _e('Before:', 'BeRocket_AJAX_domain') ?> </span><input name="br_filters_options[ajax_load_text][left]" type='text' value='<?php echo br_get_value_from_array($options, array('ajax_load_text', 'left')); ?>'/>
|
128 |
-
</td>
|
129 |
-
<td>
|
130 |
-
<span><?php _e('After:', 'BeRocket_AJAX_domain') ?> </span><input name="br_filters_options[ajax_load_text][right]" type='text' value='<?php echo br_get_value_from_array($options, array('ajax_load_text', 'right')); ?>'/>
|
131 |
-
</td>
|
132 |
-
</tr>
|
133 |
-
</table>
|
134 |
-
<table class="form-table">
|
135 |
-
<tr>
|
136 |
-
|
1 |
<?php
|
2 |
$fonts_list = g_fonts_list();
|
3 |
?>
|
4 |
+
<table class="wp-list-table widefat fixed posts design_show_title_only_styles">
|
5 |
<thead>
|
6 |
+
<tr><th colspan="7" style="text-align: center; font-size: 2em;"><?php _e('Show title only Styles', 'BeRocket_AJAX_domain') ?>
|
7 |
+
<span id="braapf_design_title_styles" class="dashicons dashicons-editor-help"></span></th></tr>
|
8 |
<tr>
|
9 |
<th class="manage-column admin-column-font-size" scope="col"><?php _e('Element', 'BeRocket_AJAX_domain') ?></th>
|
10 |
<th class="manage-column admin-column-color" scope="col"><?php _e('Border color', 'BeRocket_AJAX_domain') ?></th>
|
106 |
</th>
|
107 |
</tr>
|
108 |
</tfoot>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|