Business Directory Plugin - Version 6.3.1

Version Description

Download this release

Release Info

Developer businessdirectoryplugin
Plugin Icon 128x128 Business Directory Plugin
Version 6.3.1
Comparing to
See all releases

Code changes from version 6.3 to 6.3.1

README.TXT CHANGED
@@ -4,7 +4,7 @@ Tags: business directory, listings, directory plugin, staff directory, member di
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 6.0
7
- Stable tag: 6.3
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
@@ -158,6 +158,10 @@ Yes it is. However, you cannot "network activate" the plugin (as this will share
158
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
159
 
160
  == Changelog ==
 
 
 
 
161
  = 6.3 =
162
  * New: New payments made in test mode will now show as test payments. Any new test payments will be excluded from the plan stats.
163
  * New: The sample CSV file for imports can now be downloaded to use as a template.
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 6.0
7
+ Stable tag: 6.3.1
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
158
  This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
159
 
160
  == Changelog ==
161
+ = 6.3.1 =
162
+ * Update: The "Add New Listing" button on the backend was redirecting to the front end, but now it remains in the backend.
163
+ * Fix: The Download Premium notice stays dismissed after the click.
164
+
165
  = 6.3 =
166
  * New: New payments made in test mode will now show as test payments. Any new test payments will be excluded from the plan stats.
167
  * New: The sample CSV file for imports can now be downloaded to use as a template.
assets/js/admin.js CHANGED
@@ -416,6 +416,12 @@ function wpbdpSelectSubnav() {
416
  }
417
  if ( notification.hasClass( 'wpbdp-notice' ) || mainMsg ) {
418
  if ( notification.hasClass( 'is-dismissible' ) && ! mainMsg ) {
 
 
 
 
 
 
419
  notifications.push( '<li class="wpbdp-bell-notice ' + this.classList + '">' + notification.html() + '</li>' );
420
  } else {
421
  snackbars.push( notification.html() );
@@ -474,15 +480,15 @@ function wpbdpSelectSubnav() {
474
 
475
  // Dismissible Messages
476
  var dismissNotice = function( $notice, $button ) {
 
 
 
 
 
477
  $.post( ajaxurl, {
478
  action: 'wpbdp_dismiss_notification',
479
  id: $button.data( 'dismissible-id' ),
480
  nonce: $button.data( 'nonce' )
481
- }, function() {
482
- $notice.fadeOut( 'fast', function(){
483
- $notice.remove();
484
- WPBDPAdmin_Notifications.hideNotificationCenter();
485
- } );
486
  } );
487
  };
488
 
416
  }
417
  if ( notification.hasClass( 'wpbdp-notice' ) || mainMsg ) {
418
  if ( notification.hasClass( 'is-dismissible' ) && ! mainMsg ) {
419
+ if ( this.dataset.dismissibleId === 'missing_premium' ) {
420
+ notification.find( '.notice-dismiss' ).attr( {
421
+ 'data-dismissible-id': this.dataset.dismissibleId,
422
+ 'data-nonce': this.dataset.nonce,
423
+ } );
424
+ }
425
  notifications.push( '<li class="wpbdp-bell-notice ' + this.classList + '">' + notification.html() + '</li>' );
426
  } else {
427
  snackbars.push( notification.html() );
480
 
481
  // Dismissible Messages
482
  var dismissNotice = function( $notice, $button ) {
483
+ $notice.fadeOut( 'fast', function () {
484
+ $notice.remove();
485
+ WPBDPAdmin_Notifications.hideNotificationCenter();
486
+ } );
487
+
488
  $.post( ajaxurl, {
489
  action: 'wpbdp_dismiss_notification',
490
  id: $button.data( 'dismissible-id' ),
491
  nonce: $button.data( 'nonce' )
 
 
 
 
 
492
  } );
493
  };
494
 
assets/js/admin.min.js CHANGED
@@ -1 +1 @@
1
- function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin ul.wp-submenu-wrap li.wp-first-item").addClass("current")}function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".wpbdp-addon-status");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}var WPBDP_associations_fieldtypes={},WPBDPAdmin_Tooltip={};!function($){var WPBDPAdmin_Modal={init:function(){WPBDPAdmin_Modal.initConfirmModal(),WPBDPAdmin_Modal.initTaxonomyModal()},initConfirmModal:function(){var links=$("a[data-bdconfirm]");if(links.length){$(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getHtml());var modal=WPBDPAdmin_Modal.initModal("#wpbdp-admin-modal");$(document).on("click","a[data-bdconfirm]",function(e){e.preventDefault(),modal.find("h2").text(this.getAttribute("data-bdconfirm")),modal.find(".inside").addClass("empty"),modal.find(".wpbdp-continue").attr("href",this.getAttribute("href")),modal.dialog("open")})}},getHtml:function(){return'<div id="wpbdp-admin-modal" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+'<div class="wpbdp-modal-bottom"><a href="#" class="dismiss-button" title="Dismiss">'+wpbdp_global.cancel+'</a><a href="#" class="wpbdp-continue wpbdp-button-primary alignright">'+wpbdp_global["continue"]+"</a></div></div>"},initTaxonomyModal:function(){var modal,form=$("#addtag").closest(".form-wrap");form.length&&($(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getFormHtml()),modal=WPBDPAdmin_Modal.initModal("#wpbdp-add-taxonomy-form"),$(document).on("click",".wpbdp-add-taxonomy-form",function(e){e.preventDefault();var heading=form.find("h2:first");heading.hide(),modal.find("h2").text(heading.text()),modal.find(".inside").html(form),modal.dialog("open")}))},getFormHtml:function(){return'<div id="wpbdp-add-taxonomy-form" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+"</div>"},getHeaderHtml:function(){return'<div class="wpbdp-modal-top"><a href="#" class="dismiss alignright" title="Dismiss"><img src="'+wpbdp_global.assets+'/images/icons/close.svg" width="24" height="24"/></a><h2>'+wpbdp_global.confirm+'</h2></div><div class="inside"></div>'},initModal:function(id,width){var $info=$(id);return!($info.length<1)&&("undefined"==typeof width&&(width="550px"),$info.dialog({dialogClass:"wpbdp-admin-dialog",modal:!0,autoOpen:!1,closeOnEscape:!0,width:width,resizable:!1,draggable:!1,open:function(){$(".ui-dialog-titlebar").addClass("hidden").removeClass("ui-helper-clearfix"),$(".ui-widget-overlay").addClass("wpbdp-modal-overlay"),$(".wpbdp-admin-dialog").removeClass("ui-widget ui-widget-content ui-corner-all"),$info.removeClass("ui-dialog-content ui-widget-content"),WPBDPAdmin_Modal.onCloseModal($info)},close:function(){$(".ui-widget-overlay").removeClass("wpbdp-modal-overlay"),$(".spinner").css("visibility","hidden"),this.removeAttribute("data-option-type");var optionType=document.getElementById("bulk-option-type");optionType&&(optionType.value="")}}),$info)},onCloseModal:function($modal){var closeModal=function(e){e.preventDefault(),$modal.dialog("close")};$(".ui-widget-overlay").on("click",closeModal),$modal.on("click","a.dismiss, .dismiss-button",closeModal)}};window.WPBDPAdmin_Tooltip={$layout_container:null,$menu_items:null,$menu_state:null,init:function(){WPBDPAdmin_Tooltip.maybeHighlightMenu(),WPBDPAdmin_Tooltip.$layout_container=$(".wpbdp-admin-row"),WPBDPAdmin_Tooltip.$menu_items=WPBDPAdmin_Tooltip.$layout_container.find(".wpbdp-nav-item a"),WPBDPAdmin_Tooltip.$menu_state=window.localStorage.getItem("_wpbdp_admin_menu"),$(document).on("click",".wpbdp-nav-toggle",WPBDPAdmin_Tooltip.onNavToggle),WPBDPAdmin_Tooltip.layoutAdjustment()},maybeHighlightMenu:function(){"undefined"!=typeof wpbdpSelectNav&&wpbdpSelectSubnav()},onNavToggle:function(e){e.preventDefault(),WPBDPAdmin_Tooltip.$layout_container.toggleClass("minimized"),WPBDPAdmin_Tooltip.$layout_container.hasClass("minimized")?(window.localStorage.setItem("_wpbdp_admin_menu","minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip")):(window.localStorage.removeItem("_wpbdp_admin_menu"),WPBDPAdmin_Tooltip.$menu_items.removeClass("wpbdp-nav-tooltip"))},layoutAdjustment:function(){var menu=document.getElementById("adminmenuwrap");null!==menu&&WPBDPAdmin_Tooltip.$layout_container.css("min-height",menu.offsetHeight),window.matchMedia("screen and (max-width: 768px)").matches&&WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"),"minimized"===WPBDPAdmin_Tooltip.$menu_state&&(WPBDPAdmin_Tooltip.$layout_container.addClass("minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"))}},WPBDPAdmin_Tooltip.init();var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){var fieldForm=$("form#wpbdp-formfield-form");WPBDPAdmin_FormFields.$f_association=$(fieldForm).find("select#field-association"),fieldForm.on("change","select#field-association",WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$(fieldForm).find("select#field-type"),fieldForm.on("change","select#field-type",WPBDPAdmin_FormFields.onFieldTypeChange),fieldForm.on("change","select#field-validator",WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings").on("click",".iframe-confirm a",function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$("#wpbdp-fieldsettings").on("change",'input[name="field[allow_iframes]"]',function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$("#wpbdp-formfield-form").on("change",'input[name="field[display_flags][]"][value="search"]',function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$("#wpbdp-formfield-form").on("change",'select[name="limit_categories"]',function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.trigger("change"),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}},WPBDPAdmin_Notifications={notificationContainer:null,preAdminNotifications:null,adminNotifications:null,buttonNotification:null,closeButton:null,init:function(){this.notificationContainer=$(".wpbdp-bell-notifications"),this.preAdminNotifications=$(".notice:hidden"),this.adminNotifications=this.notificationContainer.find(".wpbdp-bell-notifications-list"),this.buttonNotification=$(".wpbdp-bell-notification-icon"),this.closeButton=$(".wpbdp-bell-notifications-close"),this.onClickNotifications(),this.initCloseNotifications(),WPBDPAdmin_Notifications.parseNotifications()},onClickNotifications:function(){WPBDPAdmin_Notifications.buttonNotification.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.toggleClass("hidden")})},initCloseNotifications:function(){WPBDPAdmin_Notifications.closeButton.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.addClass("hidden")})},parseNotifications:function(){if(WPBDPAdmin_Notifications.preAdminNotifications.length<1)return!0;var notifications=[],snackbars=[];WPBDPAdmin_Notifications.preAdminNotifications.each(function(){var notification=$(this),mainMsg="message"===this.id;return!notification.hasClass("wpbdp-inline-notice")&&void((notification.hasClass("wpbdp-notice")||mainMsg)&&(notification.hasClass("is-dismissible")&&!mainMsg?notifications.push('<li class="wpbdp-bell-notice '+this.classList+'">'+notification.html()+"</li>"):snackbars.push(notification.html()),notification.remove()))}),WPBDPAdmin_Notifications.adminNotifications.append(notifications.join(" ")),notifications.length>0&&($(".wpbdp-bell-notification").show(),WPBDPAdmin_Notifications.notificationContainer.removeClass("hidden")),snackbars.length>0&&snackbars.forEach(function(value,index,array){WPBDPAdmin_Notifications.generateSnackBar(value)})},generateSnackBar:function(notification){var snackbar=$("<div>",{"class":"wpbdp-snackbar",html:notification});$("#wpbdp-snackbar-notices").append(snackbar),snackbar.find(".notice-dismiss").on("click",function(e){e.preventDefault(),snackbar.fadeOut()}),setTimeout(function(){snackbar.remove()},25e3)},hideNotificationCenter:function(){WPBDPAdmin_Notifications.adminNotifications.find("li").length<1&&(WPBDPAdmin_Notifications.notificationContainer.addClass("hidden"),$(".wpbdp-bell-notification").hide())}};$(document).ready(function(){WPBDPAdmin_FormFields.init(),WPBDPAdmin_Modal.init(),WPBDPAdmin_Notifications.init(),$(".wpbdp-tooltip").tooltip({tooltipClass:"wpbdp-admin-tooltip-content"})});var dismissNotice=function($notice,$button){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:$button.data("dismissible-id"),nonce:$button.data("nonce")},function(){$notice.fadeOut("fast",function(){$notice.remove(),WPBDPAdmin_Notifications.hideNotificationCenter()})})};$(document).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),dismissNotice($notice,$button)})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$(document).on("click",".fee-order-submit",function(e){e.preventDefault(),$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$(document).on("click","input#doaction, input#doaction2",function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$(".wpbdp-admin-page-debug-info").on("click","a.current-nav",function(e){e.preventDefault(),$(".wpbdp-admin-page-debug-info a.current-nav").not(this).removeClass("current");var $selected_tab=$(this);$selected_tab.addClass("current"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$(".wpbdp-admin-page-debug-info a.current-nav").length>0&&$(".wpbdp-admin-page-debug-info a.current-nav").get(0).trigger("click"),$(".wpbdp-page-admin-transactions").on("click",".column-actions a.details-link",function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").trigger("change")}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){var thisPage=$(".wpbdp-admin-page-uninstall");if(0!==thisPage.length){var $form=$("#wpbdp-uninstall-capture-form");thisPage.on("click","#wpbdp-uninstall-proceed-btn",function(e){e.preventDefault(),$("#wpbdp-uninstall-messages").fadeOut("fast",function(){$form.fadeIn("fast")})}),thisPage.on("change",'input[name="uninstall[reason_id]"]',function(e){var val=$(this).val();"0"===val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!==$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(document).on("change",".wpbdp-js-toggle",function(){var other_opts,name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected");toggles=$option.attr("data-toggles"),toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0===$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}other_opts=is_select?$(this).find("option").not('[value="'+value+'"]'):$('input[name="'+name+'"]').not('[value="'+value+'"]'),other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}})})}),jQuery(function($){$(".wpbdp-admin-tab-nav").on("click","a",function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").trigger("click")})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)}),$(document).on("click",".wpbdp-admin-ajax",function(e){e.preventDefault();var $btn=$(this),data=$btn.data("ajax"),message=$btn.data("confirm"),$target=$($btn.data("target")),confirm=window.confirm(message);return!!confirm&&($btn.prop("disabled",!0),void $.post(ajaxurl,data,function(res){res.success?($target.removeClass("error").addClass("updated").find("p").html(res.message).show(),$target.fadeOut(1e3)):$target.removeClass("updated").addClass("error").find("p").html(res.error).show(),$btn.prop("disabled",!1)},"json"))})});
1
+ function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin ul.wp-submenu-wrap li.wp-first-item").addClass("current")}function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".wpbdp-addon-status");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}var WPBDP_associations_fieldtypes={},WPBDPAdmin_Tooltip={};!function($){var WPBDPAdmin_Modal={init:function(){WPBDPAdmin_Modal.initConfirmModal(),WPBDPAdmin_Modal.initTaxonomyModal()},initConfirmModal:function(){var links=$("a[data-bdconfirm]");if(links.length){$(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getHtml());var modal=WPBDPAdmin_Modal.initModal("#wpbdp-admin-modal");$(document).on("click","a[data-bdconfirm]",function(e){e.preventDefault(),modal.find("h2").text(this.getAttribute("data-bdconfirm")),modal.find(".inside").addClass("empty"),modal.find(".wpbdp-continue").attr("href",this.getAttribute("href")),modal.dialog("open")})}},getHtml:function(){return'<div id="wpbdp-admin-modal" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+'<div class="wpbdp-modal-bottom"><a href="#" class="dismiss-button" title="Dismiss">'+wpbdp_global.cancel+'</a><a href="#" class="wpbdp-continue wpbdp-button-primary alignright">'+wpbdp_global["continue"]+"</a></div></div>"},initTaxonomyModal:function(){var modal,form=$("#addtag").closest(".form-wrap");form.length&&($(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getFormHtml()),modal=WPBDPAdmin_Modal.initModal("#wpbdp-add-taxonomy-form"),$(document).on("click",".wpbdp-add-taxonomy-form",function(e){e.preventDefault();var heading=form.find("h2:first");heading.hide(),modal.find("h2").text(heading.text()),modal.find(".inside").html(form),modal.dialog("open")}))},getFormHtml:function(){return'<div id="wpbdp-add-taxonomy-form" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+"</div>"},getHeaderHtml:function(){return'<div class="wpbdp-modal-top"><a href="#" class="dismiss alignright" title="Dismiss"><img src="'+wpbdp_global.assets+'/images/icons/close.svg" width="24" height="24"/></a><h2>'+wpbdp_global.confirm+'</h2></div><div class="inside"></div>'},initModal:function(id,width){var $info=$(id);return!($info.length<1)&&("undefined"==typeof width&&(width="550px"),$info.dialog({dialogClass:"wpbdp-admin-dialog",modal:!0,autoOpen:!1,closeOnEscape:!0,width:width,resizable:!1,draggable:!1,open:function(){$(".ui-dialog-titlebar").addClass("hidden").removeClass("ui-helper-clearfix"),$(".ui-widget-overlay").addClass("wpbdp-modal-overlay"),$(".wpbdp-admin-dialog").removeClass("ui-widget ui-widget-content ui-corner-all"),$info.removeClass("ui-dialog-content ui-widget-content"),WPBDPAdmin_Modal.onCloseModal($info)},close:function(){$(".ui-widget-overlay").removeClass("wpbdp-modal-overlay"),$(".spinner").css("visibility","hidden"),this.removeAttribute("data-option-type");var optionType=document.getElementById("bulk-option-type");optionType&&(optionType.value="")}}),$info)},onCloseModal:function($modal){var closeModal=function(e){e.preventDefault(),$modal.dialog("close")};$(".ui-widget-overlay").on("click",closeModal),$modal.on("click","a.dismiss, .dismiss-button",closeModal)}};window.WPBDPAdmin_Tooltip={$layout_container:null,$menu_items:null,$menu_state:null,init:function(){WPBDPAdmin_Tooltip.maybeHighlightMenu(),WPBDPAdmin_Tooltip.$layout_container=$(".wpbdp-admin-row"),WPBDPAdmin_Tooltip.$menu_items=WPBDPAdmin_Tooltip.$layout_container.find(".wpbdp-nav-item a"),WPBDPAdmin_Tooltip.$menu_state=window.localStorage.getItem("_wpbdp_admin_menu"),$(document).on("click",".wpbdp-nav-toggle",WPBDPAdmin_Tooltip.onNavToggle),WPBDPAdmin_Tooltip.layoutAdjustment()},maybeHighlightMenu:function(){"undefined"!=typeof wpbdpSelectNav&&wpbdpSelectSubnav()},onNavToggle:function(e){e.preventDefault(),WPBDPAdmin_Tooltip.$layout_container.toggleClass("minimized"),WPBDPAdmin_Tooltip.$layout_container.hasClass("minimized")?(window.localStorage.setItem("_wpbdp_admin_menu","minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip")):(window.localStorage.removeItem("_wpbdp_admin_menu"),WPBDPAdmin_Tooltip.$menu_items.removeClass("wpbdp-nav-tooltip"))},layoutAdjustment:function(){var menu=document.getElementById("adminmenuwrap");null!==menu&&WPBDPAdmin_Tooltip.$layout_container.css("min-height",menu.offsetHeight),window.matchMedia("screen and (max-width: 768px)").matches&&WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"),"minimized"===WPBDPAdmin_Tooltip.$menu_state&&(WPBDPAdmin_Tooltip.$layout_container.addClass("minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"))}},WPBDPAdmin_Tooltip.init();var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){var fieldForm=$("form#wpbdp-formfield-form");WPBDPAdmin_FormFields.$f_association=$(fieldForm).find("select#field-association"),fieldForm.on("change","select#field-association",WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$(fieldForm).find("select#field-type"),fieldForm.on("change","select#field-type",WPBDPAdmin_FormFields.onFieldTypeChange),fieldForm.on("change","select#field-validator",WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings").on("click",".iframe-confirm a",function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$("#wpbdp-fieldsettings").on("change",'input[name="field[allow_iframes]"]',function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$("#wpbdp-formfield-form").on("change",'input[name="field[display_flags][]"][value="search"]',function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$("#wpbdp-formfield-form").on("change",'select[name="limit_categories"]',function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.trigger("change"),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}},WPBDPAdmin_Notifications={notificationContainer:null,preAdminNotifications:null,adminNotifications:null,buttonNotification:null,closeButton:null,init:function(){this.notificationContainer=$(".wpbdp-bell-notifications"),this.preAdminNotifications=$(".notice:hidden"),this.adminNotifications=this.notificationContainer.find(".wpbdp-bell-notifications-list"),this.buttonNotification=$(".wpbdp-bell-notification-icon"),this.closeButton=$(".wpbdp-bell-notifications-close"),this.onClickNotifications(),this.initCloseNotifications(),WPBDPAdmin_Notifications.parseNotifications()},onClickNotifications:function(){WPBDPAdmin_Notifications.buttonNotification.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.toggleClass("hidden")})},initCloseNotifications:function(){WPBDPAdmin_Notifications.closeButton.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.addClass("hidden")})},parseNotifications:function(){if(WPBDPAdmin_Notifications.preAdminNotifications.length<1)return!0;var notifications=[],snackbars=[];WPBDPAdmin_Notifications.preAdminNotifications.each(function(){var notification=$(this),mainMsg="message"===this.id;return!notification.hasClass("wpbdp-inline-notice")&&void((notification.hasClass("wpbdp-notice")||mainMsg)&&(notification.hasClass("is-dismissible")&&!mainMsg?("missing_premium"===this.dataset.dismissibleId&&notification.find(".notice-dismiss").attr({"data-dismissible-id":this.dataset.dismissibleId,"data-nonce":this.dataset.nonce}),notifications.push('<li class="wpbdp-bell-notice '+this.classList+'">'+notification.html()+"</li>")):snackbars.push(notification.html()),notification.remove()))}),WPBDPAdmin_Notifications.adminNotifications.append(notifications.join(" ")),notifications.length>0&&($(".wpbdp-bell-notification").show(),WPBDPAdmin_Notifications.notificationContainer.removeClass("hidden")),snackbars.length>0&&snackbars.forEach(function(value,index,array){WPBDPAdmin_Notifications.generateSnackBar(value)})},generateSnackBar:function(notification){var snackbar=$("<div>",{"class":"wpbdp-snackbar",html:notification});$("#wpbdp-snackbar-notices").append(snackbar),snackbar.find(".notice-dismiss").on("click",function(e){e.preventDefault(),snackbar.fadeOut()}),setTimeout(function(){snackbar.remove()},25e3)},hideNotificationCenter:function(){WPBDPAdmin_Notifications.adminNotifications.find("li").length<1&&(WPBDPAdmin_Notifications.notificationContainer.addClass("hidden"),$(".wpbdp-bell-notification").hide())}};$(document).ready(function(){WPBDPAdmin_FormFields.init(),WPBDPAdmin_Modal.init(),WPBDPAdmin_Notifications.init(),$(".wpbdp-tooltip").tooltip({tooltipClass:"wpbdp-admin-tooltip-content"})});var dismissNotice=function($notice,$button){$notice.fadeOut("fast",function(){$notice.remove(),WPBDPAdmin_Notifications.hideNotificationCenter()}),$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:$button.data("dismissible-id"),nonce:$button.data("nonce")})};$(document).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),dismissNotice($notice,$button)})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$(document).on("click",".fee-order-submit",function(e){e.preventDefault(),$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$(document).on("click","input#doaction, input#doaction2",function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$(".wpbdp-admin-page-debug-info").on("click","a.current-nav",function(e){e.preventDefault(),$(".wpbdp-admin-page-debug-info a.current-nav").not(this).removeClass("current");var $selected_tab=$(this);$selected_tab.addClass("current"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$(".wpbdp-admin-page-debug-info a.current-nav").length>0&&$(".wpbdp-admin-page-debug-info a.current-nav").get(0).trigger("click"),$(".wpbdp-page-admin-transactions").on("click",".column-actions a.details-link",function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").trigger("change")}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){var thisPage=$(".wpbdp-admin-page-uninstall");if(0!==thisPage.length){var $form=$("#wpbdp-uninstall-capture-form");thisPage.on("click","#wpbdp-uninstall-proceed-btn",function(e){e.preventDefault(),$("#wpbdp-uninstall-messages").fadeOut("fast",function(){$form.fadeIn("fast")})}),thisPage.on("change",'input[name="uninstall[reason_id]"]',function(e){var val=$(this).val();"0"===val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!==$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(document).on("change",".wpbdp-js-toggle",function(){var other_opts,name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected");toggles=$option.attr("data-toggles"),toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0===$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}other_opts=is_select?$(this).find("option").not('[value="'+value+'"]'):$('input[name="'+name+'"]').not('[value="'+value+'"]'),other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}})})}),jQuery(function($){$(".wpbdp-admin-tab-nav").on("click","a",function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").trigger("click")})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)}),$(document).on("click",".wpbdp-admin-ajax",function(e){e.preventDefault();var $btn=$(this),data=$btn.data("ajax"),message=$btn.data("confirm"),$target=$($btn.data("target")),confirm=window.confirm(message);return!!confirm&&($btn.prop("disabled",!0),void $.post(ajaxurl,data,function(res){res.success?($target.removeClass("error").addClass("updated").find("p").html(res.message).show(),$target.fadeOut(1e3)):$target.removeClass("updated").addClass("error").find("p").html(res.error).show(),$btn.prop("disabled",!1)},"json"))})});
assets/js/wp-admin.js ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ( function ( $ ) {
2
+ /**
3
+ * Triggered when the dismissable notice is clicked.
4
+ */
5
+ $( document ).on(
6
+ 'click',
7
+ '.wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss',
8
+ function ( e ) {
9
+ e.preventDefault();
10
+
11
+ var $button = $( this ),
12
+ $notice = $button.closest( '.wpbdp-notice' ),
13
+ link = $button.attr( 'href' );
14
+
15
+ if ( link ) {
16
+ window.open( link, '_blank' ).focus();
17
+ }
18
+
19
+ wpbdpDismissNotice( $notice, $button );
20
+ }
21
+ );
22
+
23
+ /**
24
+ * Dismisses a notice.
25
+ *
26
+ * @param {HTMLElement} $notice The notice element.
27
+ */
28
+ var wpbdpDismissNotice = function ( $notice ) {
29
+ const id = $notice.data( 'dismissible-id' );
30
+
31
+ if ( ! id || id !== 'missing_premium' ) {
32
+ return;
33
+ }
34
+
35
+ $.post( ajaxurl, {
36
+ action: 'wpbdp_dismiss_notification',
37
+ id: id,
38
+ nonce: $notice.data( 'nonce' ),
39
+ }, function () {
40
+ $notice.fadeOut( 'fast', function () {
41
+ $notice.remove();
42
+ } );
43
+ }
44
+ );
45
+ };
46
+ } )( jQuery );
assets/js/wp-admin.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function($){$(document).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),wpbdpDismissNotice($notice,$button)});var wpbdpDismissNotice=function($notice){const id=$notice.data("dismissible-id");id&&"missing_premium"===id&&$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:id,nonce:$notice.data("nonce")},function(){$notice.fadeOut("fast",function(){$notice.remove()})})}}(jQuery);
business-directory-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
- * Version: 6.3
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
+ * Version: 6.3.1
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
includes/admin/admin-pages.php CHANGED
@@ -66,7 +66,7 @@ class WPBDP_Admin_Pages {
66
  $args['buttons'] = array(
67
  'add_listing' => array(
68
  'label' => __( 'Add New Listing', 'business-directory-plugin' ),
69
- 'url' => esc_url( wpbdp_url( 'submit_listing' ) ),
70
  ),
71
  );
72
  }
66
  $args['buttons'] = array(
67
  'add_listing' => array(
68
  'label' => __( 'Add New Listing', 'business-directory-plugin' ),
69
+ 'url' => esc_url( admin_url( 'post-new.php?post_type=wpbdp_listing' ) ),
70
  ),
71
  );
72
  }
includes/class-assets.php CHANGED
@@ -278,15 +278,17 @@ class WPBDP__Assets {
278
  _deprecated_argument( __FUNCTION__, '5.17.2', 'Loading admin scripts can no longer be forced. Use the wpbdp_is_bd_page hook instead.' );
279
  }
280
 
 
 
281
  if ( ! WPBDP_App_Helper::is_bd_page() ) {
 
 
282
  return;
283
  }
284
 
285
  // Add admin body class for parent page class to avoid css conflicts.
286
  add_filter( 'admin_body_class', array( &$this, 'add_body_class' ) );
287
 
288
- $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
289
-
290
  wp_enqueue_style( 'wpbdp-admin', WPBDP_ASSETS_URL . 'css/admin.min.css', array(), WPBDP_VERSION );
291
 
292
  wp_enqueue_style( 'thickbox' );
278
  _deprecated_argument( __FUNCTION__, '5.17.2', 'Loading admin scripts can no longer be forced. Use the wpbdp_is_bd_page hook instead.' );
279
  }
280
 
281
+ $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
282
+
283
  if ( ! WPBDP_App_Helper::is_bd_page() ) {
284
+ wp_enqueue_script( 'wpbdp-wp-admin-js', WPBDP_ASSETS_URL . 'js/wp-admin' . $min . '.js', array( 'jquery' ), WPBDP_VERSION, true );
285
+
286
  return;
287
  }
288
 
289
  // Add admin body class for parent page class to avoid css conflicts.
290
  add_filter( 'admin_body_class', array( &$this, 'add_body_class' ) );
291
 
 
 
292
  wp_enqueue_style( 'wpbdp-admin', WPBDP_ASSETS_URL . 'css/admin.min.css', array(), WPBDP_VERSION );
293
 
294
  wp_enqueue_style( 'thickbox' );
includes/class-wpbdp.php CHANGED
@@ -28,7 +28,7 @@ final class WPBDP {
28
  }
29
 
30
  private function setup_constants() {
31
- define( 'WPBDP_VERSION', '6.3' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
28
  }
29
 
30
  private function setup_constants() {
31
+ define( 'WPBDP_VERSION', '6.3.1' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
languages/business-directory-plugin-ar.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
9
  "PO-Revision-Date: 2017-01-16 17:47-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -177,8 +177,8 @@ msgstr "عدد الإعلانات"
177
  #, fuzzy
178
  msgid ""
179
  "We noticed you want your Business Directory users to register before posting "
180
- "listings, but Registration for your site is currently disabled. Go %1$shere"
181
- "%2$s and check \"Anyone can register\"."
182
  msgstr ""
183
  "لاحظنا أنك تريد من أعضاء دليل الأعمال التسجيل قبل نشر الإعلانات، ولكنك حاليا "
184
  "تعطل التسجيل في موقعك. إذهب [هنا] واختر \"السماح بالتسجيل\" لجعل دليل "
@@ -1439,7 +1439,7 @@ msgstr "متابعة"
1439
  msgid "Are you sure?"
1440
  msgstr ""
1441
 
1442
- #: includes/class-assets.php:361
1443
  #, fuzzy
1444
  msgid ""
1445
  "Preview is only available after you've saved the first draft. This is due to "
@@ -2371,10 +2371,10 @@ msgstr "لم يتم تقديم أي مفتاح الترخيص"
2371
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2372
  #: includes/licensing.php:467
2373
  msgid ""
2374
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2375
- "%2$s and let them know your license is being reported as revoked by the "
2376
- "licensing software. Please include the email address you used to purchase "
2377
- "with your report."
2378
  msgstr ""
2379
 
2380
  #: includes/licensing.php:530
@@ -2914,7 +2914,7 @@ msgstr ""
2914
  msgid "Add a payment gateway to increase conversion rates"
2915
  msgstr ""
2916
 
2917
- #. translators: %s: payment gateway name
2918
  #: templates/admin/fees-index.tpl.php:75
2919
  #, fuzzy
2920
  msgid "Add %s as a payment option."
@@ -4749,10 +4749,11 @@ msgstr "تم تحديث الاستمارة."
4749
  #: includes/admin/controllers/class-form-fields-admin.php:208
4750
  msgctxt "form-fields admin"
4751
  msgid ""
4752
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
4753
- "\" setting is disabled, display settings below will not be honored and this "
4754
- "field will not be displayed on the frontend. If you want e-mail addresses to "
4755
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
4756
  msgstr ""
4757
  "<b>هام</b>: نظرا لأن إعدادات \"<a>عرض حقول عنوان البريد الإلكتروني للعموم؟</"
4758
  "a>\" معطلة، عرض الإعدادات أدناه لن يتم إظهاره ولن يتم عرض هذا الحقل على "
@@ -7660,8 +7661,8 @@ msgid ""
7660
  "won't be available until the following problems are fixed: <problems>."
7661
  msgstr ""
7662
  "البوابة <b>%s</b> مفعلة ولكن لم يتم إعدادها بشكل صحيح. البوابة لن تكون "
7663
- "متوفرة حتى يتم إصلاح المشاكل التالية <b>%s</b>.<br/> تحقق من <a href=\"%s"
7664
- "\">إعدادات دفع</a> ."
7665
 
7666
  #: includes/class-payment-gateways.php:135
7667
  msgctxt "payment-gateways"
@@ -9239,8 +9240,9 @@ msgstr "متابعة"
9239
  #~ "to see how an import file should look like."
9240
  #~ msgstr ""
9241
  #~ "فيما يلي أسماء رؤوس صالحة لاستخدامها في ملف CSV. يمكن أن تظهر حقول متعددة "
9242
- #~ "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">"
9243
- #~ "\"انظر مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
 
9244
 
9245
  #, fuzzy
9246
  #~ msgctxt "payments admin"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
9
  "PO-Revision-Date: 2017-01-16 17:47-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
177
  #, fuzzy
178
  msgid ""
179
  "We noticed you want your Business Directory users to register before posting "
180
+ "listings, but Registration for your site is currently disabled. Go "
181
+ "%1$shere%2$s and check \"Anyone can register\"."
182
  msgstr ""
183
  "لاحظنا أنك تريد من أعضاء دليل الأعمال التسجيل قبل نشر الإعلانات، ولكنك حاليا "
184
  "تعطل التسجيل في موقعك. إذهب [هنا] واختر \"السماح بالتسجيل\" لجعل دليل "
1439
  msgid "Are you sure?"
1440
  msgstr ""
1441
 
1442
+ #: includes/class-assets.php:363
1443
  #, fuzzy
1444
  msgid ""
1445
  "Preview is only available after you've saved the first draft. This is due to "
2371
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2372
  #: includes/licensing.php:467
2373
  msgid ""
2374
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2375
+ "support%2$s and let them know your license is being reported as revoked by "
2376
+ "the licensing software. Please include the email address you used to "
2377
+ "purchase with your report."
2378
  msgstr ""
2379
 
2380
  #: includes/licensing.php:530
2914
  msgid "Add a payment gateway to increase conversion rates"
2915
  msgstr ""
2916
 
2917
+ #. translators: %s: payment gateway name */
2918
  #: templates/admin/fees-index.tpl.php:75
2919
  #, fuzzy
2920
  msgid "Add %s as a payment option."
4749
  #: includes/admin/controllers/class-form-fields-admin.php:208
4750
  msgctxt "form-fields admin"
4751
  msgid ""
4752
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
4753
+ "a>\" setting is disabled, display settings below will not be honored and "
4754
+ "this field will not be displayed on the frontend. If you want e-mail "
4755
+ "addresses to show on the frontend, you can <a>enable public display of e-"
4756
+ "mails</a>."
4757
  msgstr ""
4758
  "<b>هام</b>: نظرا لأن إعدادات \"<a>عرض حقول عنوان البريد الإلكتروني للعموم؟</"
4759
  "a>\" معطلة، عرض الإعدادات أدناه لن يتم إظهاره ولن يتم عرض هذا الحقل على "
7661
  "won't be available until the following problems are fixed: <problems>."
7662
  msgstr ""
7663
  "البوابة <b>%s</b> مفعلة ولكن لم يتم إعدادها بشكل صحيح. البوابة لن تكون "
7664
+ "متوفرة حتى يتم إصلاح المشاكل التالية <b>%s</b>.<br/> تحقق من <a "
7665
+ "href=\"%s\">إعدادات دفع</a> ."
7666
 
7667
  #: includes/class-payment-gateways.php:135
7668
  msgctxt "payment-gateways"
9240
  #~ "to see how an import file should look like."
9241
  #~ msgstr ""
9242
  #~ "فيما يلي أسماء رؤوس صالحة لاستخدامها في ملف CSV. يمكن أن تظهر حقول متعددة "
9243
+ #~ "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a "
9244
+ #~ "href=\"%s\">\"انظر مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف "
9245
+ #~ "الاستيراد."
9246
 
9247
  #, fuzzy
9248
  #~ msgctxt "payments admin"
languages/business-directory-plugin-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
11
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
@@ -181,8 +181,8 @@ msgstr "Anzahl Einträge"
181
  #, fuzzy
182
  msgid ""
183
  "We noticed you want your Business Directory users to register before posting "
184
- "listings, but Registration for your site is currently disabled. Go %1$shere"
185
- "%2$s and check \"Anyone can register\"."
186
  msgstr ""
187
  "Wir haben festgestellt du möchtest, dass deine Branchenverzeichnisbenutzer "
188
  "sich registrieren sollen bevor sie sich eintragen, die Registrierung für "
@@ -1437,7 +1437,7 @@ msgstr "Weiter"
1437
  msgid "Are you sure?"
1438
  msgstr ""
1439
 
1440
- #: includes/class-assets.php:361
1441
  #, fuzzy
1442
  msgid ""
1443
  "Preview is only available after you've saved the first draft. This is due to "
@@ -2349,10 +2349,10 @@ msgstr "Kein Lizenzschlüssel"
2349
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2350
  #: includes/licensing.php:467
2351
  msgid ""
2352
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2353
- "%2$s and let them know your license is being reported as revoked by the "
2354
- "licensing software. Please include the email address you used to purchase "
2355
- "with your report."
2356
  msgstr ""
2357
 
2358
  #: includes/licensing.php:530
@@ -2902,7 +2902,7 @@ msgstr ""
2902
  msgid "Add a payment gateway to increase conversion rates"
2903
  msgstr ""
2904
 
2905
- #. translators: %s: payment gateway name
2906
  #: templates/admin/fees-index.tpl.php:75
2907
  #, fuzzy
2908
  msgid "Add %s as a payment option."
@@ -4740,10 +4740,11 @@ msgstr "Formularfelder aktualisiert."
4740
  #: includes/admin/controllers/class-form-fields-admin.php:208
4741
  msgctxt "form-fields admin"
4742
  msgid ""
4743
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
4744
- "\" setting is disabled, display settings below will not be honored and this "
4745
- "field will not be displayed on the frontend. If you want e-mail addresses to "
4746
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
4747
  msgstr ""
4748
  "<b>Wichtig</b>: Da das Feld \"<a>E-Mail-Adresse öffentlich anzeigen?</a>\" "
4749
  "deaktiviert ist, werden die Anzeigeeinstellungen unten nicht berücksichtigt "
@@ -5761,8 +5762,8 @@ msgstr "Tags Entwurf"
5761
  msgctxt "settings"
5762
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
5763
  msgstr ""
5764
- "Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide \"tag"
5765
- "\" für diese Instanz."
5766
 
5767
  #: includes/admin/settings/class-settings-bootstrap.php:99
5768
  #, fuzzy
@@ -7958,8 +7959,8 @@ msgid ""
7958
  "Please select a plan or click \"Do not renew my listing\" to remove your "
7959
  "listing from the directory."
7960
  msgstr ""
7961
- "Bitte wählen Sie eine Preisoption oder klick \"Meinen Eintrag nicht erneuern"
7962
- "\" um die Erneuerung zu beenden."
7963
 
7964
  #: templates/renew-listing.tpl.php:37
7965
  #: templates/submit-listing/extra-sections.tpl.php:6
@@ -8863,8 +8864,8 @@ msgctxt "utils"
8863
  msgid ""
8864
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8865
  msgstr ""
8866
- "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
8867
- "\"in deiner php.ini an."
8868
 
8869
  #: includes/widgets/widget-featured-listings.php:13
8870
  msgctxt "widgets"
@@ -9719,8 +9720,8 @@ msgstr "Weiter"
9719
  #~ "the payment mode."
9720
  #~ msgstr ""
9721
  #~ "Dies sind alle kostenlose Gebührenpläne, die dem Benutzer angezeigt "
9722
- #~ "werden, wenn dieser einen Eintrag erstellt. Ihr aktueller Modus von \"%s"
9723
- #~ "\" beschränkt, was Sie hier sehen. Die auf dem <a>Nicht verfügbar</a> "
9724
  #~ "Filter werden aktiv, wenn Sie den Zahlungsmodus ändern."
9725
 
9726
  #, fuzzy
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
11
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
181
  #, fuzzy
182
  msgid ""
183
  "We noticed you want your Business Directory users to register before posting "
184
+ "listings, but Registration for your site is currently disabled. Go "
185
+ "%1$shere%2$s and check \"Anyone can register\"."
186
  msgstr ""
187
  "Wir haben festgestellt du möchtest, dass deine Branchenverzeichnisbenutzer "
188
  "sich registrieren sollen bevor sie sich eintragen, die Registrierung für "
1437
  msgid "Are you sure?"
1438
  msgstr ""
1439
 
1440
+ #: includes/class-assets.php:363
1441
  #, fuzzy
1442
  msgid ""
1443
  "Preview is only available after you've saved the first draft. This is due to "
2349
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2350
  #: includes/licensing.php:467
2351
  msgid ""
2352
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2353
+ "support%2$s and let them know your license is being reported as revoked by "
2354
+ "the licensing software. Please include the email address you used to "
2355
+ "purchase with your report."
2356
  msgstr ""
2357
 
2358
  #: includes/licensing.php:530
2902
  msgid "Add a payment gateway to increase conversion rates"
2903
  msgstr ""
2904
 
2905
+ #. translators: %s: payment gateway name */
2906
  #: templates/admin/fees-index.tpl.php:75
2907
  #, fuzzy
2908
  msgid "Add %s as a payment option."
4740
  #: includes/admin/controllers/class-form-fields-admin.php:208
4741
  msgctxt "form-fields admin"
4742
  msgid ""
4743
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
4744
+ "a>\" setting is disabled, display settings below will not be honored and "
4745
+ "this field will not be displayed on the frontend. If you want e-mail "
4746
+ "addresses to show on the frontend, you can <a>enable public display of e-"
4747
+ "mails</a>."
4748
  msgstr ""
4749
  "<b>Wichtig</b>: Da das Feld \"<a>E-Mail-Adresse öffentlich anzeigen?</a>\" "
4750
  "deaktiviert ist, werden die Anzeigeeinstellungen unten nicht berücksichtigt "
5762
  msgctxt "settings"
5763
  msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
5764
  msgstr ""
5765
+ "Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide "
5766
+ "\"tag\" für diese Instanz."
5767
 
5768
  #: includes/admin/settings/class-settings-bootstrap.php:99
5769
  #, fuzzy
7959
  "Please select a plan or click \"Do not renew my listing\" to remove your "
7960
  "listing from the directory."
7961
  msgstr ""
7962
+ "Bitte wählen Sie eine Preisoption oder klick \"Meinen Eintrag nicht "
7963
+ "erneuern\" um die Erneuerung zu beenden."
7964
 
7965
  #: templates/renew-listing.tpl.php:37
7966
  #: templates/submit-listing/extra-sections.tpl.php:6
8864
  msgid ""
8865
  "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
8866
  msgstr ""
8867
+ "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag "
8868
+ "\"post_ma_size\"in deiner php.ini an."
8869
 
8870
  #: includes/widgets/widget-featured-listings.php:13
8871
  msgctxt "widgets"
9720
  #~ "the payment mode."
9721
  #~ msgstr ""
9722
  #~ "Dies sind alle kostenlose Gebührenpläne, die dem Benutzer angezeigt "
9723
+ #~ "werden, wenn dieser einen Eintrag erstellt. Ihr aktueller Modus von "
9724
+ #~ "\"%s\" beschränkt, was Sie hier sehen. Die auf dem <a>Nicht verfügbar</a> "
9725
  #~ "Filter werden aktiv, wenn Sie den Zahlungsmodus ändern."
9726
 
9727
  #, fuzzy
languages/business-directory-plugin-en_US.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -149,8 +149,8 @@ msgstr ""
149
  #: includes/admin/class-admin.php:1369
150
  msgid ""
151
  "We noticed you want your Business Directory users to register before posting "
152
- "listings, but Registration for your site is currently disabled. Go %1$shere"
153
- "%2$s and check \"Anyone can register\"."
154
  msgstr ""
155
 
156
  #: includes/admin/class-listing-owner.php:62
@@ -1218,7 +1218,7 @@ msgstr ""
1218
  msgid "Are you sure?"
1219
  msgstr ""
1220
 
1221
- #: includes/class-assets.php:361
1222
  msgid ""
1223
  "Preview is only available after you've saved the first draft. This is due to "
1224
  "how WordPress stores the data."
@@ -2006,10 +2006,10 @@ msgstr ""
2006
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2007
  #: includes/licensing.php:467
2008
  msgid ""
2009
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2010
- "%2$s and let them know your license is being reported as revoked by the "
2011
- "licensing software. Please include the email address you used to purchase "
2012
- "with your report."
2013
  msgstr ""
2014
 
2015
  #: includes/licensing.php:530
@@ -2466,7 +2466,7 @@ msgstr ""
2466
  msgid "Add a payment gateway to increase conversion rates"
2467
  msgstr ""
2468
 
2469
- #. translators: %s: payment gateway name
2470
  #: templates/admin/fees-index.tpl.php:75
2471
  msgid "Add %s as a payment option."
2472
  msgstr ""
@@ -4042,10 +4042,11 @@ msgstr ""
4042
  #: includes/admin/controllers/class-form-fields-admin.php:208
4043
  msgctxt "form-fields admin"
4044
  msgid ""
4045
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
4046
- "\" setting is disabled, display settings below will not be honored and this "
4047
- "field will not be displayed on the frontend. If you want e-mail addresses to "
4048
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
4049
  msgstr ""
4050
 
4051
  #: includes/admin/controllers/class-form-fields-admin.php:299
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
149
  #: includes/admin/class-admin.php:1369
150
  msgid ""
151
  "We noticed you want your Business Directory users to register before posting "
152
+ "listings, but Registration for your site is currently disabled. Go "
153
+ "%1$shere%2$s and check \"Anyone can register\"."
154
  msgstr ""
155
 
156
  #: includes/admin/class-listing-owner.php:62
1218
  msgid "Are you sure?"
1219
  msgstr ""
1220
 
1221
+ #: includes/class-assets.php:363
1222
  msgid ""
1223
  "Preview is only available after you've saved the first draft. This is due to "
1224
  "how WordPress stores the data."
2006
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2007
  #: includes/licensing.php:467
2008
  msgid ""
2009
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2010
+ "support%2$s and let them know your license is being reported as revoked by "
2011
+ "the licensing software. Please include the email address you used to "
2012
+ "purchase with your report."
2013
  msgstr ""
2014
 
2015
  #: includes/licensing.php:530
2466
  msgid "Add a payment gateway to increase conversion rates"
2467
  msgstr ""
2468
 
2469
+ #. translators: %s: payment gateway name */
2470
  #: templates/admin/fees-index.tpl.php:75
2471
  msgid "Add %s as a payment option."
2472
  msgstr ""
4042
  #: includes/admin/controllers/class-form-fields-admin.php:208
4043
  msgctxt "form-fields admin"
4044
  msgid ""
4045
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
4046
+ "a>\" setting is disabled, display settings below will not be honored and "
4047
+ "this field will not be displayed on the frontend. If you want e-mail "
4048
+ "addresses to show on the frontend, you can <a>enable public display of e-"
4049
+ "mails</a>."
4050
  msgstr ""
4051
 
4052
  #: includes/admin/controllers/class-form-fields-admin.php:299
languages/business-directory-plugin-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -159,8 +159,8 @@ msgstr "Compteur d'annonces"
159
  #: includes/admin/class-admin.php:1369
160
  msgid ""
161
  "We noticed you want your Business Directory users to register before posting "
162
- "listings, but Registration for your site is currently disabled. Go %1$shere"
163
- "%2$s and check \"Anyone can register\"."
164
  msgstr ""
165
  "Nous avons remarqué que vous vouliez que les utilisateurs du plugins "
166
  "s'enregistrent avant de poster des annonces, mais l'enregistrement pour "
@@ -1337,7 +1337,7 @@ msgstr "Continuer"
1337
  msgid "Are you sure?"
1338
  msgstr "Êtes-vous sûr ?"
1339
 
1340
- #: includes/class-assets.php:361
1341
  msgid ""
1342
  "Preview is only available after you've saved the first draft. This is due to "
1343
  "how WordPress stores the data."
@@ -2198,10 +2198,10 @@ msgstr "La clé de licence a été révoquée."
2198
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2199
  #: includes/licensing.php:467
2200
  msgid ""
2201
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2202
- "%2$s and let them know your license is being reported as revoked by the "
2203
- "licensing software. Please include the email address you used to purchase "
2204
- "with your report."
2205
  msgstr ""
2206
  "Si vous pensez qu'il s'agit d'une erreur, veuillez contacter le "
2207
  "%1$sassistance de l'annuaire %2$s et faites-lui savoir que votre licence est "
@@ -2712,7 +2712,7 @@ msgid "Add a payment gateway to increase conversion rates"
2712
  msgstr ""
2713
  "Ajouter une passerelle de paiement pour augmenter les taux de conversion"
2714
 
2715
- #. translators: %s: payment gateway name
2716
  #: templates/admin/fees-index.tpl.php:75
2717
  msgid "Add %s as a payment option."
2718
  msgstr "Ajouter %s comme une option de paiement."
@@ -4418,10 +4418,11 @@ msgstr "Champs du formulaire mis à jour."
4418
  #: includes/admin/controllers/class-form-fields-admin.php:208
4419
  msgctxt "form-fields admin"
4420
  msgid ""
4421
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
4422
- "\" setting is disabled, display settings below will not be honored and this "
4423
- "field will not be displayed on the frontend. If you want e-mail addresses to "
4424
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
4425
  msgstr ""
4426
  "<b>Important</b>: Étant donné que le paramètre \"<a>Afficher publiquement "
4427
  "les adresses e-mail ?</a> est désactivé, les paramètres d'affichage ci-"
@@ -8811,9 +8812,9 @@ msgstr "Continuer"
8811
  #~ msgstr ""
8812
  #~ "Voici les noms d'en-tête pouvant être utilisées dans le fichier CSV. "
8813
  #~ "Champs à valeurs multiples (tels que catégorie ou tags) peuvent "
8814
- #~ "apparaître plusieurs fois dans le fichier. Cliquez sur <a href=\"%s\">"
8815
- #~ "\"Voir un exemple d'un fichier CSV d'importation \" </a> afin de voir à "
8816
- #~ "quoi un fichier d'importation devrait ressembler."
8817
 
8818
  #~ msgctxt "payments admin"
8819
  #~ msgid "View Payment"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
159
  #: includes/admin/class-admin.php:1369
160
  msgid ""
161
  "We noticed you want your Business Directory users to register before posting "
162
+ "listings, but Registration for your site is currently disabled. Go "
163
+ "%1$shere%2$s and check \"Anyone can register\"."
164
  msgstr ""
165
  "Nous avons remarqué que vous vouliez que les utilisateurs du plugins "
166
  "s'enregistrent avant de poster des annonces, mais l'enregistrement pour "
1337
  msgid "Are you sure?"
1338
  msgstr "Êtes-vous sûr ?"
1339
 
1340
+ #: includes/class-assets.php:363
1341
  msgid ""
1342
  "Preview is only available after you've saved the first draft. This is due to "
1343
  "how WordPress stores the data."
2198
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2199
  #: includes/licensing.php:467
2200
  msgid ""
2201
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2202
+ "support%2$s and let them know your license is being reported as revoked by "
2203
+ "the licensing software. Please include the email address you used to "
2204
+ "purchase with your report."
2205
  msgstr ""
2206
  "Si vous pensez qu'il s'agit d'une erreur, veuillez contacter le "
2207
  "%1$sassistance de l'annuaire %2$s et faites-lui savoir que votre licence est "
2712
  msgstr ""
2713
  "Ajouter une passerelle de paiement pour augmenter les taux de conversion"
2714
 
2715
+ #. translators: %s: payment gateway name */
2716
  #: templates/admin/fees-index.tpl.php:75
2717
  msgid "Add %s as a payment option."
2718
  msgstr "Ajouter %s comme une option de paiement."
4418
  #: includes/admin/controllers/class-form-fields-admin.php:208
4419
  msgctxt "form-fields admin"
4420
  msgid ""
4421
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
4422
+ "a>\" setting is disabled, display settings below will not be honored and "
4423
+ "this field will not be displayed on the frontend. If you want e-mail "
4424
+ "addresses to show on the frontend, you can <a>enable public display of e-"
4425
+ "mails</a>."
4426
  msgstr ""
4427
  "<b>Important</b>: Étant donné que le paramètre \"<a>Afficher publiquement "
4428
  "les adresses e-mail ?</a> est désactivé, les paramètres d'affichage ci-"
8812
  #~ msgstr ""
8813
  #~ "Voici les noms d'en-tête pouvant être utilisées dans le fichier CSV. "
8814
  #~ "Champs à valeurs multiples (tels que catégorie ou tags) peuvent "
8815
+ #~ "apparaître plusieurs fois dans le fichier. Cliquez sur <a "
8816
+ #~ "href=\"%s\">\"Voir un exemple d'un fichier CSV d'importation \" </a> afin "
8817
+ #~ "de voir à quoi un fichier d'importation devrait ressembler."
8818
 
8819
  #~ msgctxt "payments admin"
8820
  #~ msgid "View Payment"
languages/business-directory-plugin-it_IT.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -188,13 +188,13 @@ msgstr "Elenco luoghi"
188
  #, fuzzy
189
  msgid ""
190
  "We noticed you want your Business Directory users to register before posting "
191
- "listings, but Registration for your site is currently disabled. Go %1$shere"
192
- "%2$s and check \"Anyone can register\"."
193
  msgstr ""
194
  "Abbiamo notato che si desidera che gli utenti di Business Directory si "
195
  "registrino prima di pubblicare annunci, ma la registrazione per il tuo sito "
196
- "è attualmente disabilitata. Vai [qui] e controlla \"Chiunque può registrarsi"
197
- "\" per assicurarti che BD funzioni correttamente."
198
 
199
  #: includes/admin/class-listing-owner.php:62
200
  #: includes/admin/class-listing-owner.php:89
@@ -1472,7 +1472,7 @@ msgstr "Continua"
1472
  msgid "Are you sure?"
1473
  msgstr ""
1474
 
1475
- #: includes/class-assets.php:361
1476
  #, fuzzy
1477
  msgid ""
1478
  "Preview is only available after you've saved the first draft. This is due to "
@@ -2402,10 +2402,10 @@ msgstr "La chiave di licenza è stata revocata."
2402
  #: includes/licensing.php:467
2403
  #, fuzzy
2404
  msgid ""
2405
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2406
- "%2$s and let them know your license is being reported as revoked by the "
2407
- "licensing software. Please include the email address you used to purchase "
2408
- "with your report."
2409
  msgstr ""
2410
  "Se pensate che questo sia un errore, contattate il <support-link>supporto di "
2411
  "Business Directory</support-link> e fate loro sapere che la vostra licenza è "
@@ -2992,7 +2992,7 @@ msgstr ""
2992
  msgid "Add a payment gateway to increase conversion rates"
2993
  msgstr ""
2994
 
2995
- #. translators: %s: payment gateway name
2996
  #: templates/admin/fees-index.tpl.php:75
2997
  #, fuzzy
2998
  msgid "Add %s as a payment option."
@@ -4398,8 +4398,8 @@ msgid ""
4398
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
4399
  "association in order to work correctly."
4400
  msgstr ""
4401
- "<b>Business Directory Plugin</b> richiede un campo con un'associazione <b>"
4402
- "%s</b> per funzionare correttamente."
4403
 
4404
  #: includes/admin/controllers/class-form-fields-admin.php:42
4405
  msgctxt "admin"
@@ -4844,10 +4844,11 @@ msgstr "Campi del modulo aggiornati."
4844
  #: includes/admin/controllers/class-form-fields-admin.php:208
4845
  msgctxt "form-fields admin"
4846
  msgid ""
4847
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
4848
- "\" setting is disabled, display settings below will not be honored and this "
4849
- "field will not be displayed on the frontend. If you want e-mail addresses to "
4850
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
4851
  msgstr ""
4852
  "<b>Importante</b>: Dal momento che\"<a>pubblichi gli indirizzi di posta "
4853
  "elettronica pubblicamente?</a>\" l'impostazione è disabilitata, le "
@@ -8031,8 +8032,8 @@ msgid ""
8031
  "Please select a plan or click \"Do not renew my listing\" to remove your "
8032
  "listing from the directory."
8033
  msgstr ""
8034
- "Seleziona un'opzione a pagamento o clicca su \"Non rinnovare il mio annuncio"
8035
- "\" per rimuovere il tuo annuncio dall'elenco."
8036
 
8037
  #: templates/renew-listing.tpl.php:37
8038
  #: templates/submit-listing/extra-sections.tpl.php:6
@@ -8654,8 +8655,8 @@ msgstr ""
8654
  msgctxt "authorize-net"
8655
  msgid "Payment was rejected. The following reason was given: \"%s\"."
8656
  msgstr ""
8657
- "Il pagamento è stato rifiutato. È stata fornita la seguente motivazione: \"%s"
8658
- "\"."
8659
 
8660
  #: includes/gateways/class-gateway-authorize-net.php:190
8661
  msgctxt "authorize-net"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
188
  #, fuzzy
189
  msgid ""
190
  "We noticed you want your Business Directory users to register before posting "
191
+ "listings, but Registration for your site is currently disabled. Go "
192
+ "%1$shere%2$s and check \"Anyone can register\"."
193
  msgstr ""
194
  "Abbiamo notato che si desidera che gli utenti di Business Directory si "
195
  "registrino prima di pubblicare annunci, ma la registrazione per il tuo sito "
196
+ "è attualmente disabilitata. Vai [qui] e controlla \"Chiunque può "
197
+ "registrarsi\" per assicurarti che BD funzioni correttamente."
198
 
199
  #: includes/admin/class-listing-owner.php:62
200
  #: includes/admin/class-listing-owner.php:89
1472
  msgid "Are you sure?"
1473
  msgstr ""
1474
 
1475
+ #: includes/class-assets.php:363
1476
  #, fuzzy
1477
  msgid ""
1478
  "Preview is only available after you've saved the first draft. This is due to "
2402
  #: includes/licensing.php:467
2403
  #, fuzzy
2404
  msgid ""
2405
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2406
+ "support%2$s and let them know your license is being reported as revoked by "
2407
+ "the licensing software. Please include the email address you used to "
2408
+ "purchase with your report."
2409
  msgstr ""
2410
  "Se pensate che questo sia un errore, contattate il <support-link>supporto di "
2411
  "Business Directory</support-link> e fate loro sapere che la vostra licenza è "
2992
  msgid "Add a payment gateway to increase conversion rates"
2993
  msgstr ""
2994
 
2995
+ #. translators: %s: payment gateway name */
2996
  #: templates/admin/fees-index.tpl.php:75
2997
  #, fuzzy
2998
  msgid "Add %s as a payment option."
4398
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
4399
  "association in order to work correctly."
4400
  msgstr ""
4401
+ "<b>Business Directory Plugin</b> richiede un campo con un'associazione "
4402
+ "<b>%s</b> per funzionare correttamente."
4403
 
4404
  #: includes/admin/controllers/class-form-fields-admin.php:42
4405
  msgctxt "admin"
4844
  #: includes/admin/controllers/class-form-fields-admin.php:208
4845
  msgctxt "form-fields admin"
4846
  msgid ""
4847
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
4848
+ "a>\" setting is disabled, display settings below will not be honored and "
4849
+ "this field will not be displayed on the frontend. If you want e-mail "
4850
+ "addresses to show on the frontend, you can <a>enable public display of e-"
4851
+ "mails</a>."
4852
  msgstr ""
4853
  "<b>Importante</b>: Dal momento che\"<a>pubblichi gli indirizzi di posta "
4854
  "elettronica pubblicamente?</a>\" l'impostazione è disabilitata, le "
8032
  "Please select a plan or click \"Do not renew my listing\" to remove your "
8033
  "listing from the directory."
8034
  msgstr ""
8035
+ "Seleziona un'opzione a pagamento o clicca su \"Non rinnovare il mio "
8036
+ "annuncio\" per rimuovere il tuo annuncio dall'elenco."
8037
 
8038
  #: templates/renew-listing.tpl.php:37
8039
  #: templates/submit-listing/extra-sections.tpl.php:6
8655
  msgctxt "authorize-net"
8656
  msgid "Payment was rejected. The following reason was given: \"%s\"."
8657
  msgstr ""
8658
+ "Il pagamento è stato rifiutato. È stata fornita la seguente motivazione: "
8659
+ "\"%s\"."
8660
 
8661
  #: includes/gateways/class-gateway-authorize-net.php:190
8662
  msgctxt "authorize-net"
languages/business-directory-plugin-nl_NL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: admin <info@nederlofcentrum.nl>\n"
9
  "Language-Team: Dutch\n"
@@ -163,8 +163,8 @@ msgstr "Aantal registraties"
163
  #: includes/admin/class-admin.php:1369
164
  msgid ""
165
  "We noticed you want your Business Directory users to register before posting "
166
- "listings, but Registration for your site is currently disabled. Go %1$shere"
167
- "%2$s and check \"Anyone can register\"."
168
  msgstr ""
169
 
170
  #: includes/admin/class-listing-owner.php:62
@@ -1385,7 +1385,7 @@ msgstr "Doorgaan"
1385
  msgid "Are you sure?"
1386
  msgstr ""
1387
 
1388
- #: includes/class-assets.php:361
1389
  msgid ""
1390
  "Preview is only available after you've saved the first draft. This is due to "
1391
  "how WordPress stores the data."
@@ -2234,10 +2234,10 @@ msgstr ""
2234
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2235
  #: includes/licensing.php:467
2236
  msgid ""
2237
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2238
- "%2$s and let them know your license is being reported as revoked by the "
2239
- "licensing software. Please include the email address you used to purchase "
2240
- "with your report."
2241
  msgstr ""
2242
 
2243
  #: includes/licensing.php:530
@@ -2735,7 +2735,7 @@ msgstr ""
2735
  msgid "Add a payment gateway to increase conversion rates"
2736
  msgstr ""
2737
 
2738
- #. translators: %s: payment gateway name
2739
  #: templates/admin/fees-index.tpl.php:75
2740
  #, fuzzy
2741
  msgid "Add %s as a payment option."
@@ -4468,10 +4468,11 @@ msgstr "Formulier velden ge-update"
4468
  #: includes/admin/controllers/class-form-fields-admin.php:208
4469
  msgctxt "form-fields admin"
4470
  msgid ""
4471
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
4472
- "\" setting is disabled, display settings below will not be honored and this "
4473
- "field will not be displayed on the frontend. If you want e-mail addresses to "
4474
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
4475
  msgstr ""
4476
 
4477
  #: includes/admin/controllers/class-form-fields-admin.php:299
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: admin <info@nederlofcentrum.nl>\n"
9
  "Language-Team: Dutch\n"
163
  #: includes/admin/class-admin.php:1369
164
  msgid ""
165
  "We noticed you want your Business Directory users to register before posting "
166
+ "listings, but Registration for your site is currently disabled. Go "
167
+ "%1$shere%2$s and check \"Anyone can register\"."
168
  msgstr ""
169
 
170
  #: includes/admin/class-listing-owner.php:62
1385
  msgid "Are you sure?"
1386
  msgstr ""
1387
 
1388
+ #: includes/class-assets.php:363
1389
  msgid ""
1390
  "Preview is only available after you've saved the first draft. This is due to "
1391
  "how WordPress stores the data."
2234
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2235
  #: includes/licensing.php:467
2236
  msgid ""
2237
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2238
+ "support%2$s and let them know your license is being reported as revoked by "
2239
+ "the licensing software. Please include the email address you used to "
2240
+ "purchase with your report."
2241
  msgstr ""
2242
 
2243
  #: includes/licensing.php:530
2735
  msgid "Add a payment gateway to increase conversion rates"
2736
  msgstr ""
2737
 
2738
+ #. translators: %s: payment gateway name */
2739
  #: templates/admin/fees-index.tpl.php:75
2740
  #, fuzzy
2741
  msgid "Add %s as a payment option."
4468
  #: includes/admin/controllers/class-form-fields-admin.php:208
4469
  msgctxt "form-fields admin"
4470
  msgid ""
4471
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
4472
+ "a>\" setting is disabled, display settings below will not be honored and "
4473
+ "this field will not be displayed on the frontend. If you want e-mail "
4474
+ "addresses to show on the frontend, you can <a>enable public display of e-"
4475
+ "mails</a>."
4476
  msgstr ""
4477
 
4478
  #: includes/admin/controllers/class-form-fields-admin.php:299
languages/business-directory-plugin-pl_PL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: HomeSupport <admin@homesupport.pl>\n"
9
  "Language-Team: HomeSupport\n"
@@ -204,8 +204,8 @@ msgstr "Licznik ofert"
204
  #, fuzzy
205
  msgid ""
206
  "We noticed you want your Business Directory users to register before posting "
207
- "listings, but Registration for your site is currently disabled. Go %1$shere"
208
- "%2$s and check \"Anyone can register\"."
209
  msgstr ""
210
  "Zauważyliśmy, że chcesz, aby użytkownicy katalogu firm się zarejestrowali "
211
  "zanim złożą ofertę , ale Rejestracja witryny jest obecnie wyłączona. Przejdź "
@@ -1612,7 +1612,7 @@ msgstr "Kontynuacja"
1612
  msgid "Are you sure?"
1613
  msgstr ""
1614
 
1615
- #: includes/class-assets.php:361
1616
  msgid ""
1617
  "Preview is only available after you've saved the first draft. This is due to "
1618
  "how WordPress stores the data."
@@ -2647,10 +2647,10 @@ msgstr "Nie wprowadzono klucz licencji"
2647
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2648
  #: includes/licensing.php:467
2649
  msgid ""
2650
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2651
- "%2$s and let them know your license is being reported as revoked by the "
2652
- "licensing software. Please include the email address you used to purchase "
2653
- "with your report."
2654
  msgstr ""
2655
 
2656
  #: includes/licensing.php:530
@@ -3258,7 +3258,7 @@ msgid "Add a payment gateway to increase conversion rates"
3258
  msgstr ""
3259
 
3260
  # @ WPBDM
3261
- #. translators: %s: payment gateway name
3262
  #: templates/admin/fees-index.tpl.php:75
3263
  #, fuzzy
3264
  msgid "Add %s as a payment option."
@@ -5291,10 +5291,11 @@ msgstr "Pola formularza zaktualizowane."
5291
  #: includes/admin/controllers/class-form-fields-admin.php:208
5292
  msgctxt "form-fields admin"
5293
  msgid ""
5294
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
5295
- "\" setting is disabled, display settings below will not be honored and this "
5296
- "field will not be displayed on the frontend. If you want e-mail addresses to "
5297
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
5298
  msgstr ""
5299
 
5300
  # @ WPBDM
@@ -6427,8 +6428,8 @@ msgctxt "settings"
6427
  msgid ""
6428
  "The slug can't be in use by another term. Avoid \"category\", for instance."
6429
  msgstr ""
6430
- "Slug nie może być użyty dla innych warunków. Unikać dla przykładu \"kategoria"
6431
- "\"."
6432
 
6433
  # @ WPBDM
6434
  #: includes/admin/settings/class-settings-bootstrap.php:85
@@ -7193,8 +7194,8 @@ msgstr "Wiadomość przypomnienia o porzuconej płatności "
7193
  msgctxt "settings"
7194
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
7195
  msgstr ""
7196
- "Wysyłany do użytkowników, po pewnym czasie od zmiany statusu na \"porzucone"
7197
- "\"."
7198
 
7199
  # @ WPBDM
7200
  #: includes/admin/settings/class-settings-bootstrap.php:1538
@@ -8896,8 +8897,8 @@ msgid ""
8896
  "Please select a plan or click \"Do not renew my listing\" to remove your "
8897
  "listing from the directory."
8898
  msgstr ""
8899
- "Proszę wybrać odpowiedni abonament lub kliknąć \"Nie odświeżaj mojej oferty"
8900
- "\" aby anulować odnowienie."
8901
 
8902
  # @ WPBDM
8903
  #: templates/renew-listing.tpl.php:37
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: HomeSupport <admin@homesupport.pl>\n"
9
  "Language-Team: HomeSupport\n"
204
  #, fuzzy
205
  msgid ""
206
  "We noticed you want your Business Directory users to register before posting "
207
+ "listings, but Registration for your site is currently disabled. Go "
208
+ "%1$shere%2$s and check \"Anyone can register\"."
209
  msgstr ""
210
  "Zauważyliśmy, że chcesz, aby użytkownicy katalogu firm się zarejestrowali "
211
  "zanim złożą ofertę , ale Rejestracja witryny jest obecnie wyłączona. Przejdź "
1612
  msgid "Are you sure?"
1613
  msgstr ""
1614
 
1615
+ #: includes/class-assets.php:363
1616
  msgid ""
1617
  "Preview is only available after you've saved the first draft. This is due to "
1618
  "how WordPress stores the data."
2647
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2648
  #: includes/licensing.php:467
2649
  msgid ""
2650
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2651
+ "support%2$s and let them know your license is being reported as revoked by "
2652
+ "the licensing software. Please include the email address you used to "
2653
+ "purchase with your report."
2654
  msgstr ""
2655
 
2656
  #: includes/licensing.php:530
3258
  msgstr ""
3259
 
3260
  # @ WPBDM
3261
+ #. translators: %s: payment gateway name */
3262
  #: templates/admin/fees-index.tpl.php:75
3263
  #, fuzzy
3264
  msgid "Add %s as a payment option."
5291
  #: includes/admin/controllers/class-form-fields-admin.php:208
5292
  msgctxt "form-fields admin"
5293
  msgid ""
5294
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
5295
+ "a>\" setting is disabled, display settings below will not be honored and "
5296
+ "this field will not be displayed on the frontend. If you want e-mail "
5297
+ "addresses to show on the frontend, you can <a>enable public display of e-"
5298
+ "mails</a>."
5299
  msgstr ""
5300
 
5301
  # @ WPBDM
6428
  msgid ""
6429
  "The slug can't be in use by another term. Avoid \"category\", for instance."
6430
  msgstr ""
6431
+ "Slug nie może być użyty dla innych warunków. Unikać dla przykładu "
6432
+ "\"kategoria\"."
6433
 
6434
  # @ WPBDM
6435
  #: includes/admin/settings/class-settings-bootstrap.php:85
7194
  msgctxt "settings"
7195
  msgid "Sent after a Listing's payment is verified by Gateway or admins."
7196
  msgstr ""
7197
+ "Wysyłany do użytkowników, po pewnym czasie od zmiany statusu na "
7198
+ "\"porzucone\"."
7199
 
7200
  # @ WPBDM
7201
  #: includes/admin/settings/class-settings-bootstrap.php:1538
8897
  "Please select a plan or click \"Do not renew my listing\" to remove your "
8898
  "listing from the directory."
8899
  msgstr ""
8900
+ "Proszę wybrać odpowiedni abonament lub kliknąć \"Nie odświeżaj mojej "
8901
+ "oferty\" aby anulować odnowienie."
8902
 
8903
  # @ WPBDM
8904
  #: templates/renew-listing.tpl.php:37
languages/business-directory-plugin-ru_RU.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
9
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -11,8 +11,8 @@ msgstr ""
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
15
- "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Generator: Poedit 2.3.1\n"
18
  "X-Poedit-Basepath: .\n"
@@ -185,8 +185,8 @@ msgstr "Количество записей"
185
  #, fuzzy
186
  msgid ""
187
  "We noticed you want your Business Directory users to register before posting "
188
- "listings, but Registration for your site is currently disabled. Go %1$shere"
189
- "%2$s and check \"Anyone can register\"."
190
  msgstr ""
191
  "Нам кажется, что Вы настроили плагин чтобы он разрешал публикацию записей "
192
  "только для зарегистрированных пользователей. Однако в настоящий момент "
@@ -1439,7 +1439,7 @@ msgstr "Далее"
1439
  msgid "Are you sure?"
1440
  msgstr ""
1441
 
1442
- #: includes/class-assets.php:361
1443
  msgid ""
1444
  "Preview is only available after you've saved the first draft. This is due to "
1445
  "how WordPress stores the data."
@@ -2352,10 +2352,10 @@ msgstr "Не указан лицензионный ключ"
2352
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2353
  #: includes/licensing.php:467
2354
  msgid ""
2355
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2356
- "%2$s and let them know your license is being reported as revoked by the "
2357
- "licensing software. Please include the email address you used to purchase "
2358
- "with your report."
2359
  msgstr ""
2360
 
2361
  #: includes/licensing.php:530
@@ -2897,7 +2897,7 @@ msgstr ""
2897
  msgid "Add a payment gateway to increase conversion rates"
2898
  msgstr ""
2899
 
2900
- #. translators: %s: payment gateway name
2901
  #: templates/admin/fees-index.tpl.php:75
2902
  #, fuzzy
2903
  msgid "Add %s as a payment option."
@@ -3683,8 +3683,8 @@ msgid ""
3683
  "Your current listings are shown below. To edit a listing click the edit "
3684
  "button. To delete a listing click the delete button."
3685
  msgstr ""
3686
- "Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
3687
- "\". Для удаления записи кликните на кнопку \"Удалить\"."
3688
 
3689
  #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3690
  #, fuzzy
@@ -4715,10 +4715,11 @@ msgstr "Поля формы сохранены."
4715
  #: includes/admin/controllers/class-form-fields-admin.php:208
4716
  msgctxt "form-fields admin"
4717
  msgid ""
4718
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
4719
- "\" setting is disabled, display settings below will not be honored and this "
4720
- "field will not be displayed on the frontend. If you want e-mail addresses to "
4721
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
4722
  msgstr ""
4723
  "<b>ВАЖНО</b>: Как так параметр \"<a>Показывать электронные адреса?</a>\" "
4724
  "выключен, настройка видимости ниже будет проигнорирована, и это поле всё "
@@ -5877,9 +5878,9 @@ msgid ""
5877
  "Conditions text will be replaced by a link to the appropiate page."
5878
  msgstr ""
5879
  "Введите текст Ваших Условий и Положений. Альтернативно можно указать адрес "
5880
- "URL страницы, содержащей текст. Адрес должен обязательно начинаться с \"http"
5881
- "\". Если Вы укажете адрес, то пользователи увидят ссылку вместо собственно "
5882
- "текста."
5883
 
5884
  #: includes/admin/settings/class-settings-bootstrap.php:309
5885
  #, fuzzy
@@ -9853,8 +9854,8 @@ msgstr "Далее"
9853
  #~ "Could not remove the \"Business Directory Plugin - AJAX Compatibility "
9854
  #~ "Module\". Please remove the file \"%s\" manually or deactivate the plugin."
9855
  #~ msgstr ""
9856
- #~ "Не удалось удалить плагин \"Справочник Услуг - Модуль Совместимости с AJAX"
9857
- #~ "\". Пожалуйста удалите файл \"%s\" вручную или деактивируйте плагин."
9858
 
9859
  #, fuzzy
9860
  #~ msgid ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
9
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
15
+ "n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Generator: Poedit 2.3.1\n"
18
  "X-Poedit-Basepath: .\n"
185
  #, fuzzy
186
  msgid ""
187
  "We noticed you want your Business Directory users to register before posting "
188
+ "listings, but Registration for your site is currently disabled. Go "
189
+ "%1$shere%2$s and check \"Anyone can register\"."
190
  msgstr ""
191
  "Нам кажется, что Вы настроили плагин чтобы он разрешал публикацию записей "
192
  "только для зарегистрированных пользователей. Однако в настоящий момент "
1439
  msgid "Are you sure?"
1440
  msgstr ""
1441
 
1442
+ #: includes/class-assets.php:363
1443
  msgid ""
1444
  "Preview is only available after you've saved the first draft. This is due to "
1445
  "how WordPress stores the data."
2352
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2353
  #: includes/licensing.php:467
2354
  msgid ""
2355
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2356
+ "support%2$s and let them know your license is being reported as revoked by "
2357
+ "the licensing software. Please include the email address you used to "
2358
+ "purchase with your report."
2359
  msgstr ""
2360
 
2361
  #: includes/licensing.php:530
2897
  msgid "Add a payment gateway to increase conversion rates"
2898
  msgstr ""
2899
 
2900
+ #. translators: %s: payment gateway name */
2901
  #: templates/admin/fees-index.tpl.php:75
2902
  #, fuzzy
2903
  msgid "Add %s as a payment option."
3683
  "Your current listings are shown below. To edit a listing click the edit "
3684
  "button. To delete a listing click the delete button."
3685
  msgstr ""
3686
+ "Ваши записи показаны ниже. Для изменения записи кликните на кнопку "
3687
+ "\"Изменить\". Для удаления записи кликните на кнопку \"Удалить\"."
3688
 
3689
  #: templates/manage-listings.tpl.php:9 templates/manage_listings.tpl.php:31
3690
  #, fuzzy
4715
  #: includes/admin/controllers/class-form-fields-admin.php:208
4716
  msgctxt "form-fields admin"
4717
  msgid ""
4718
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
4719
+ "a>\" setting is disabled, display settings below will not be honored and "
4720
+ "this field will not be displayed on the frontend. If you want e-mail "
4721
+ "addresses to show on the frontend, you can <a>enable public display of e-"
4722
+ "mails</a>."
4723
  msgstr ""
4724
  "<b>ВАЖНО</b>: Как так параметр \"<a>Показывать электронные адреса?</a>\" "
4725
  "выключен, настройка видимости ниже будет проигнорирована, и это поле всё "
5878
  "Conditions text will be replaced by a link to the appropiate page."
5879
  msgstr ""
5880
  "Введите текст Ваших Условий и Положений. Альтернативно можно указать адрес "
5881
+ "URL страницы, содержащей текст. Адрес должен обязательно начинаться с "
5882
+ "\"http\". Если Вы укажете адрес, то пользователи увидят ссылку вместо "
5883
+ "собственно текста."
5884
 
5885
  #: includes/admin/settings/class-settings-bootstrap.php:309
5886
  #, fuzzy
9854
  #~ "Could not remove the \"Business Directory Plugin - AJAX Compatibility "
9855
  #~ "Module\". Please remove the file \"%s\" manually or deactivate the plugin."
9856
  #~ msgstr ""
9857
+ #~ "Не удалось удалить плагин \"Справочник Услуг - Модуль Совместимости с "
9858
+ #~ "AJAX\". Пожалуйста удалите файл \"%s\" вручную или деактивируйте плагин."
9859
 
9860
  #, fuzzy
9861
  #~ msgid ""
languages/business-directory-plugin-sv_SE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2022-11-03 17:40:34+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -176,8 +176,8 @@ msgstr "Annonsräknare"
176
  #, fuzzy
177
  msgid ""
178
  "We noticed you want your Business Directory users to register before posting "
179
- "listings, but Registration for your site is currently disabled. Go %1$shere"
180
- "%2$s and check \"Anyone can register\"."
181
  msgstr ""
182
  "Vi har märkt att du vill att dina användare ska registrera sig innan de kan "
183
  "skapa annonser, men registreringen är avstängd på din webbplats. Gå [hit] "
@@ -1449,7 +1449,7 @@ msgstr "Fortsätt "
1449
  msgid "Are you sure?"
1450
  msgstr ""
1451
 
1452
- #: includes/class-assets.php:361
1453
  #, fuzzy
1454
  msgid ""
1455
  "Preview is only available after you've saved the first draft. This is due to "
@@ -2374,10 +2374,10 @@ msgstr "Ingen licensnyckel angiven"
2374
  #: includes/licensing.php:467
2375
  #, fuzzy
2376
  msgid ""
2377
- "If you think this is a mistake, please contact %1$sBusiness Directory support"
2378
- "%2$s and let them know your license is being reported as revoked by the "
2379
- "licensing software. Please include the email address you used to purchase "
2380
- "with your report."
2381
  msgstr ""
2382
  "Det ser ut som om din server inte är auktoriserad att ställa frågor till "
2383
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
@@ -2944,7 +2944,7 @@ msgstr ""
2944
  msgid "Add a payment gateway to increase conversion rates"
2945
  msgstr ""
2946
 
2947
- #. translators: %s: payment gateway name
2948
  #: templates/admin/fees-index.tpl.php:75
2949
  #, fuzzy
2950
  msgid "Add %s as a payment option."
@@ -4772,10 +4772,11 @@ msgstr "Formulärfält uppdateras."
4772
  #: includes/admin/controllers/class-form-fields-admin.php:208
4773
  msgctxt "form-fields admin"
4774
  msgid ""
4775
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
4776
- "\" setting is disabled, display settings below will not be honored and this "
4777
- "field will not be displayed on the frontend. If you want e-mail addresses to "
4778
- "show on the frontend, you can <a>enable public display of e-mails</a>."
 
4779
  msgstr ""
4780
  "<b>Viktigt:</b> Eftersom \"<a>Visa e-postadressfält offentligt</a>\" är "
4781
  "inaktiverat, kommer visningsinställningarna nedan inte att godtas och detta "
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
176
  #, fuzzy
177
  msgid ""
178
  "We noticed you want your Business Directory users to register before posting "
179
+ "listings, but Registration for your site is currently disabled. Go "
180
+ "%1$shere%2$s and check \"Anyone can register\"."
181
  msgstr ""
182
  "Vi har märkt att du vill att dina användare ska registrera sig innan de kan "
183
  "skapa annonser, men registreringen är avstängd på din webbplats. Gå [hit] "
1449
  msgid "Are you sure?"
1450
  msgstr ""
1451
 
1452
+ #: includes/class-assets.php:363
1453
  #, fuzzy
1454
  msgid ""
1455
  "Preview is only available after you've saved the first draft. This is due to "
2374
  #: includes/licensing.php:467
2375
  #, fuzzy
2376
  msgid ""
2377
+ "If you think this is a mistake, please contact %1$sBusiness Directory "
2378
+ "support%2$s and let them know your license is being reported as revoked by "
2379
+ "the licensing software. Please include the email address you used to "
2380
+ "purchase with your report."
2381
  msgstr ""
2382
  "Det ser ut som om din server inte är auktoriserad att ställa frågor till "
2383
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2944
  msgid "Add a payment gateway to increase conversion rates"
2945
  msgstr ""
2946
 
2947
+ #. translators: %s: payment gateway name */
2948
  #: templates/admin/fees-index.tpl.php:75
2949
  #, fuzzy
2950
  msgid "Add %s as a payment option."
4772
  #: includes/admin/controllers/class-form-fields-admin.php:208
4773
  msgctxt "form-fields admin"
4774
  msgid ""
4775
+ "<b>Important</b>: Since the \"<a>Display email address fields publicly?</"
4776
+ "a>\" setting is disabled, display settings below will not be honored and "
4777
+ "this field will not be displayed on the frontend. If you want e-mail "
4778
+ "addresses to show on the frontend, you can <a>enable public display of e-"
4779
+ "mails</a>."
4780
  msgstr ""
4781
  "<b>Viktigt:</b> Eftersom \"<a>Visa e-postadressfält offentligt</a>\" är "
4782
  "inaktiverat, kommer visningsinställningarna nedan inte att godtas och detta "
languages/business-directory-plugin.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 6.3\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
- "POT-Creation-Date: 2022-11-03 17:41:56+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -1214,7 +1214,7 @@ msgstr ""
1214
  msgid "Are you sure?"
1215
  msgstr ""
1216
 
1217
- #: includes/class-assets.php:361
1218
  msgid ""
1219
  "Preview is only available after you've saved the first draft. This is due "
1220
  "to how WordPress stores the data."
@@ -2463,7 +2463,7 @@ msgid "Add a payment gateway to increase conversion rates"
2463
  msgstr ""
2464
 
2465
  #: templates/admin/fees-index.tpl.php:75
2466
- #. translators: %s: payment gateway name
2467
  msgid "Add %s as a payment option."
2468
  msgstr ""
2469
 
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 6.3.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
+ "POT-Creation-Date: 2022-11-18 17:04:10+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
1214
  msgid "Are you sure?"
1215
  msgstr ""
1216
 
1217
+ #: includes/class-assets.php:363
1218
  msgid ""
1219
  "Preview is only available after you've saved the first draft. This is due "
1220
  "to how WordPress stores the data."
2463
  msgstr ""
2464
 
2465
  #: templates/admin/fees-index.tpl.php:75
2466
+ #. translators: %s: payment gateway name */
2467
  msgid "Add %s as a payment option."
2468
  msgstr ""
2469
 
themes/default/theme.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "Default Theme",
3
  "description": "A clean, basic look. This theme is always installed and cannot be removed.",
4
- "version": "6.3",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",
1
  {
2
  "name": "Default Theme",
3
  "description": "A clean, basic look. This theme is always installed and cannot be removed.",
4
+ "version": "6.3.1",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",