Business Directory Plugin - Version 6.2.4

Version Description

Download this release

Release Info

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

Code changes from version 6.2.3 to 6.2.4

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.2.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.2.3 =
162
  * Fix: Category pages on non-block themes were using the category in the wrong places.
163
  * Fix: The French translation has some issues that were causing errors.
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 6.0
7
+ Stable tag: 6.2.4
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.2.4 =
162
+ * Fix: Redirect to the login page from the new listing form when logging in is required.
163
+ * Fix: The listings weren't showing alphabetically in new installations, if the sorting settings hadn't been updated.
164
+
165
  = 6.2.3 =
166
  * Fix: Category pages on non-block themes were using the category in the wrong places.
167
  * Fix: The French translation has some issues that were causing errors.
assets/js/submit-listing.js CHANGED
@@ -364,6 +364,9 @@ jQuery(function($) {
364
  }
365
 
366
  self.doing_ajax = false;
 
 
 
367
  callback.call( self, res.data );
368
  }, 'json' );
369
  },
364
  }
365
 
366
  self.doing_ajax = false;
367
+ if ( res.data && res.data.redirect ) {
368
+ window.location.href = res.data.redirect;
369
+ }
370
  callback.call( self, res.data );
371
  }, 'json' );
372
  },
assets/js/submit-listing.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function($){var wpbdp=window.wpbdp||{};wpbdp.submit_listing=wpbdp.submit_listing||{},wpbdp.submit_listing.Fee_Selection_Helper=function($submit,editing){this.editing=!("undefined"==typeof editing||!editing),this.reset()},$.extend(wpbdp.submit_listing.Fee_Selection_Helper.prototype,{reset:function(){if(this.field_wrapper=$(".wpbdp-submit-listing-section-plan_selection .wpbdp-form-field-association-category"),this.field_type="",this.plan_autoselect=!1,$(".wpbdp-js-select2",this.field_wrapper).length>0?this.field_type="select2":this.field_wrapper.hasClass("wpbdp-form-field-type-select")?this.field_type="select":this.field_wrapper.hasClass("wpbdp-form-field-type-checkbox")?this.field_type="checkbox":this.field_wrapper.hasClass("wpbdp-form-field-type-radio")&&(this.field_type="radio"),this.field=this.field_wrapper.find('select, input[type="checkbox"], input[type="radio"]'),this.field_type){if("select2"===this.field_type){this.field.find('option[disabled="disabled"]').data("keep_disabled",!0);var self=this;setTimeout(function(){"select2"===this.field_type&&$.fn.selectWoo&&self.field.selectWoo({placeholder:wpbdpSubmitListingL10n.categoriesPlaceholderTxt})})}this.editing||(this.skip_plan_selection=1===$('input[type="hidden"][name="skip_plan_selection"][value="1"]').length,this.skip_plan_selection||(this.$plans_container=$(".wpbdp-plan-selection-wrapper"),this.$plan_selection=this.$plans_container.find(".wpbdp-plan-selection"),this.plans=this.$plan_selection.find(".wpbdp-plan"),this.$plan_selection.hide(),this.selected_categories=[],this.available_plans=this.plans.map(function(){return $(this).data("id")}).get(),this.field.change($.proxy(this.categories_changed,this)),this.maybe_limit_category_options(),this.field.first().trigger("change")))}},categories_changed:function(){this.selected_categories=[],"select2"===this.field_type||"select"===this.field_type?this.selected_categories=this.field.val():"checkbox"===this.field_type?this.selected_categories=this.field.filter(":checked").map(function(){return $(this).val()}).get():"radio"===this.field_type&&(this.selected_categories=this.field.filter(":checked").val()),this.selected_categories||(this.selected_categories=[]),Array.isArray(this.selected_categories)||(this.selected_categories=[this.selected_categories]),this.selected_categories||(this.selected_categories=[]),this.selected_categories=$.map(this.selected_categories,function(x){return parseInt(x)}),this.update_plan_list(),this.update_plan_prices(),("checkbox"===this.field_type||this.field.is("[multiple]"))&&this.maybe_limit_category_options(),0===this.selected_categories.length?this.plans.find('input[name="listing_plan"]').prop({disabled:0===this.selected_categories.length,checked:!1}):this.plans.find('input[name="listing_plan"]').prop("disabled",!1);var self=this;this.selected_categories.length>0?(this.$plans_container.show(),Reusables.Breakpoints.evaluate(),this.$plan_selection.fadeIn("fast")):this.$plans_container.fadeOut("fast",function(){self.$plan_selection.hide()}),1===this.available_plans.length&&this.plan_autoselect&&$("#wpbdp-plan-select-radio-"+this.available_plans[0]).trigger("click"),this.plan_autoselect||"checkbox"===this.field_type||$(this.field_wrapper).hasClass("wpbdp-form-field-type-multiselect")||(this.plan_autoselect=!0)},_enable_categories:function(categories){return"none"!==categories&&"all"!==categories&&this._enable_categories("none"),"none"===categories||"all"===categories?void("select2"===this.field_type?this.field.find("option").each(function(i,v){!0===$(this).data("keep_disabled")||$(this).prop("disabled","all"!==categories)}):"all"===categories?this.field_wrapper.find(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").removeClass("disabled"):this.field_wrapper.find(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").addClass("disabled")):void("select2"===this.field_type?this.field.find("option").each(function(i,v){!0===$(this).data("keep_disabled")||$(this).prop("disabled",-1===$.inArray(parseInt($(this).val()),categories))}):this.field.each(function(i,v){-1!==$.inArray(parseInt($(this).val()),categories)&&($(this).prop("disabled",!1),$(this).parents().filter(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").removeClass("disabled"))}))},maybe_limit_category_options:function(){var all_cats=!1,cats=[],self=this;$.each(this.available_plans,function(i,v){if(!all_cats){var plan_cats=self.plans.filter('[data-id="'+v+'"]').data("categories");"all"===plan_cats?all_cats=!0:(cats=$.unique(cats.concat(plan_cats.toString().split(","))),cats=$.map(cats,function(x){return parseInt(x)}))}}),all_cats?this._enable_categories("all"):this._enable_categories(cats)},update_plan_list:function(){var self=this,plans=[];$.each(this.plans,function(i,v){var $plan=$(v),plan_cats=$plan.data("categories").toString(),plan_supports_selection=!0;"all"!==plan_cats&&self.selected_categories&&(plan_cats=$.map(plan_cats.split(","),function(x){return parseInt(x)}),$.each(self.selected_categories,function(j,c){plan_supports_selection&&-1===$.inArray(c,plan_cats)&&(plan_supports_selection=!1)})),plan_supports_selection?(plans.push($plan.data("id")),$plan.show()):$plan.hide()}),self.available_plans=plans},update_plan_prices:function(){var self=this;$.each(self.available_plans,function(i,plan_id){var $plan=self.plans.filter('[data-id="'+plan_id+'"]'),pricing=$plan.data("pricing-details"),price=null;switch($plan.data("pricing-model")){case"variable":price=0,$.each(self.selected_categories,function(j,cat_id){price+=parseFloat(pricing[cat_id])});break;case"extra":price=parseFloat($plan.data("amount"))+parseFloat(pricing.extra)*self.selected_categories.length;break;default:price=parseFloat($plan.data("amount"))}$plan.find(".wpbdp-plan-price-amount").text(price?$plan.data("amount-format").replace("[amount]",price.toFixed(2)):$plan.data("free-text")),1===self.available_plans.length&&$plan.find("#wpbdp-plan-select-radio-"+plan_id).prop("checked",!0)})}}),wpbdp.submit_listing.Handler=function($submit){var editField;this.$submit=$submit,this.$form=this.$submit.find("form"),this.ajax_url=this.$form.attr("data-ajax-url"),this.doing_ajax=!1,editField=this.$form.find('input[name="editing"]'),0===editField.length?(this.loadForm(),this.editing=!1):(this.editing="1"==this.$form.find('input[name="editing"]').val(),this.skip_plan_selection=1===$('input[type="hidden"][name="skip_plan_selection"][value="1"]').length),this.plan_handling();var self=this;this.$form.on("click","a.reset",function(e){e.preventDefault(),self.$form.find('input[name="save_listing"]').val(""),self.$form.find('input[name="reset"]').val("reset"),self.$form.submit()}),$(window).on("wpbdp_submit_refresh",function(event,submit,section_id){self.fee_helper.reset()}),$("#wpbdp-submit-listing").on("change","#wpbdp-submit-listing-create_account",function(e){$("#wpbdp-submit-listing-account-details").toggle()}),$("#wpbdp-submit-listing").on("keyup",'#wpbdp-submit-listing-account-details input[type="password"]',function(e){self.check_password_strength($(this))}),$("#wpbdp-submit-listing").on("click",".wpbdp-inner-field-option-select_all",function(e){var $options=$(this).parent().find('input[type="checkbox"]');$options.prop("checked",$(this).find("input").is(":checked"))}),$("#wpbdp-submit-listing").on("click","button.submit-back-button",function(e){e.preventDefault();var prev_section_id=$(this).attr("data-previous-section"),prev_section=self.$form.find(".wpbdp-submit-listing-section").filter('[data-section-id="'+prev_section_id+'"]');if(prev_section.length){var current_section_id=self.$form.find('input[name="current_section"]').val(),current_section=$(this).parents(".wpbdp-submit-listing-section");self.$form.find('input[name="current_section"]').val(prev_section_id),current_section.addClass("hidden").hide(),prev_section.removeClass("hidden").show(),self.$form.find(".wpbdp-submit-rootline .wpbdp-submit-section-"+current_section_id).removeClass("wpbdp-submit-checked wpbdp-submit-section-current"),self.$form.find(".wpbdp-submit-rootline .wpbdp-submit-section-"+prev_section_id).addClass("wpbdp-submit-checked wpbdp-submit-section-current")}$("html, body").animate({scrollTop:self.$form.find(".wpbdp-submit-rootline").offset().top},500,function(){Reusables.Breakpoints.evaluate()})}),$(window).trigger("wpbdp_submit_init")},$.extend(wpbdp.submit_listing.Handler.prototype,{ajax:function(data,callback){if(this.doing_ajax)return void alert(wpbdpSubmitListingL10n.waitAMoment);this.doing_ajax=!0;var self=this;$.post(this.ajax_url,data,function(res){return res.success?(self.doing_ajax=!1,void callback.call(self,res.data)):void alert(wpbdpSubmitListingL10n.somethingWentWrong)},"json")},loadForm:function(){var self=this,data={action:"wpbdp_ajax",handler:"submit_listing__load_form"};self.ajax(data,function(res){"undefined"!=typeof res.form&&self.$submit.html(res.form)})},plan_handling:function(){if(this.fee_helper=new wpbdp.submit_listing.Fee_Selection_Helper(this.$submit,this.editing),this.editing){var $plan=this.$form.find(this.skip_plan_selection?".wpbdp-plan-selection .wpbdp-plan":".wpbdp-current-plan .wpbdp-plan"),plan_cats=$plan.length?$plan.data("categories").toString():"";if("all"!==plan_cats){var supported_categories=$.map($.unique(plan_cats.split(",")),function(x){return parseInt(x)});this.fee_helper._enable_categories(supported_categories)}}else{var self=this;this.$submit.on("click","#change-plan-link a",function(e){e.preventDefault(),self.$form.find('input[name="current_section"]').val("");var data=self.$form.serialize();data+="&action=wpbdp_ajax&handler=submit_listing__reset_plan",self.ajax(data,function(res){self.refresh(res)})})}},refresh:function(data){var sections=data.sections,current_sections=(data.messages,this.$form.find(".wpbdp-submit-listing-section"));current_sections.hide();var new_sections=sections,self=this;$.each(new_sections,function(section_id,section_details){var $section=current_sections.filter('[data-section-id="'+section_id+'"]'),$new_html=$(section_details.html);$section.find(".wpbdp-editor-area").each(function(){wp.editor.remove($(this).attr("id"))}),$section.attr("class",$new_html.attr("class")),$section.find(".wpbdp-submit-listing-section-content").fadeOut("fast",function(){var $new_content=$new_html.find(".wpbdp-submit-listing-section-content");$(this).replaceWith($new_content),$section.find(".wpbdp-editor-area").each(function(){var id=$(this).attr("id");wp.editor.initialize(id,WPBDPTinyMCESettings[id])}),$(window).trigger("wpbdp_submit_refresh",[self,section_id,$section]),$section.hasClass("hidden")||(self.$form.find('input[name="current_section"]').val($section.attr("data-section-id")),$section.show()),Reusables.Breakpoints.scan($new_content)})})},check_password_strength:function($input){var pass=$input.val(),$result=$input.siblings(".wpbdp-password-strength-meter");if($result.removeClass("strength-0 strength-2 strength-3 strength-4").html(""),pass){var strength=wp.passwordStrength.meter(pass,wp.passwordStrength.userInputBlacklist(),""),strength_msg="";switch(strength){case 2:strength_msg=pwsL10n.bad;break;case 3:strength_msg=pwsL10n.good;break;case 4:strength_msg=pwsL10n.strong;break;case 5:strength_msg=pwsL10n.mismatch;break;default:strength_msg=pwsL10n["short"]}$result.addClass("strength-"+(strength<5&&strength>=2?strength:"0")),$result.html(strength_msg)}}});var $submit=$("#wpbdp-submit-listing");if($(window).on("wpbdp_submit_init",function(){$submit.find(".wpbdp-editor-area").each(function(){var id=$(this).attr("id");wp.editor.initialize(id,WPBDPTinyMCESettings[id])})}),$submit.length>0){new wpbdp.submit_listing.Handler($submit)}});
1
+ jQuery(function($){var wpbdp=window.wpbdp||{};wpbdp.submit_listing=wpbdp.submit_listing||{},wpbdp.submit_listing.Fee_Selection_Helper=function($submit,editing){this.editing=!("undefined"==typeof editing||!editing),this.reset()},$.extend(wpbdp.submit_listing.Fee_Selection_Helper.prototype,{reset:function(){if(this.field_wrapper=$(".wpbdp-submit-listing-section-plan_selection .wpbdp-form-field-association-category"),this.field_type="",this.plan_autoselect=!1,$(".wpbdp-js-select2",this.field_wrapper).length>0?this.field_type="select2":this.field_wrapper.hasClass("wpbdp-form-field-type-select")?this.field_type="select":this.field_wrapper.hasClass("wpbdp-form-field-type-checkbox")?this.field_type="checkbox":this.field_wrapper.hasClass("wpbdp-form-field-type-radio")&&(this.field_type="radio"),this.field=this.field_wrapper.find('select, input[type="checkbox"], input[type="radio"]'),this.field_type){if("select2"===this.field_type){this.field.find('option[disabled="disabled"]').data("keep_disabled",!0);var self=this;setTimeout(function(){"select2"===this.field_type&&$.fn.selectWoo&&self.field.selectWoo({placeholder:wpbdpSubmitListingL10n.categoriesPlaceholderTxt})})}this.editing||(this.skip_plan_selection=1===$('input[type="hidden"][name="skip_plan_selection"][value="1"]').length,this.skip_plan_selection||(this.$plans_container=$(".wpbdp-plan-selection-wrapper"),this.$plan_selection=this.$plans_container.find(".wpbdp-plan-selection"),this.plans=this.$plan_selection.find(".wpbdp-plan"),this.$plan_selection.hide(),this.selected_categories=[],this.available_plans=this.plans.map(function(){return $(this).data("id")}).get(),this.field.change($.proxy(this.categories_changed,this)),this.maybe_limit_category_options(),this.field.first().trigger("change")))}},categories_changed:function(){this.selected_categories=[],"select2"===this.field_type||"select"===this.field_type?this.selected_categories=this.field.val():"checkbox"===this.field_type?this.selected_categories=this.field.filter(":checked").map(function(){return $(this).val()}).get():"radio"===this.field_type&&(this.selected_categories=this.field.filter(":checked").val()),this.selected_categories||(this.selected_categories=[]),Array.isArray(this.selected_categories)||(this.selected_categories=[this.selected_categories]),this.selected_categories||(this.selected_categories=[]),this.selected_categories=$.map(this.selected_categories,function(x){return parseInt(x)}),this.update_plan_list(),this.update_plan_prices(),("checkbox"===this.field_type||this.field.is("[multiple]"))&&this.maybe_limit_category_options(),0===this.selected_categories.length?this.plans.find('input[name="listing_plan"]').prop({disabled:0===this.selected_categories.length,checked:!1}):this.plans.find('input[name="listing_plan"]').prop("disabled",!1);var self=this;this.selected_categories.length>0?(this.$plans_container.show(),Reusables.Breakpoints.evaluate(),this.$plan_selection.fadeIn("fast")):this.$plans_container.fadeOut("fast",function(){self.$plan_selection.hide()}),1===this.available_plans.length&&this.plan_autoselect&&$("#wpbdp-plan-select-radio-"+this.available_plans[0]).trigger("click"),this.plan_autoselect||"checkbox"===this.field_type||$(this.field_wrapper).hasClass("wpbdp-form-field-type-multiselect")||(this.plan_autoselect=!0)},_enable_categories:function(categories){return"none"!==categories&&"all"!==categories&&this._enable_categories("none"),"none"===categories||"all"===categories?void("select2"===this.field_type?this.field.find("option").each(function(i,v){!0===$(this).data("keep_disabled")||$(this).prop("disabled","all"!==categories)}):"all"===categories?this.field_wrapper.find(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").removeClass("disabled"):this.field_wrapper.find(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").addClass("disabled")):void("select2"===this.field_type?this.field.find("option").each(function(i,v){!0===$(this).data("keep_disabled")||$(this).prop("disabled",-1===$.inArray(parseInt($(this).val()),categories))}):this.field.each(function(i,v){-1!==$.inArray(parseInt($(this).val()),categories)&&($(this).prop("disabled",!1),$(this).parents().filter(".wpbdp-form-field-checkbox-item, .wpbdp-form-field-radio-item").removeClass("disabled"))}))},maybe_limit_category_options:function(){var all_cats=!1,cats=[],self=this;$.each(this.available_plans,function(i,v){if(!all_cats){var plan_cats=self.plans.filter('[data-id="'+v+'"]').data("categories");"all"===plan_cats?all_cats=!0:(cats=$.unique(cats.concat(plan_cats.toString().split(","))),cats=$.map(cats,function(x){return parseInt(x)}))}}),all_cats?this._enable_categories("all"):this._enable_categories(cats)},update_plan_list:function(){var self=this,plans=[];$.each(this.plans,function(i,v){var $plan=$(v),plan_cats=$plan.data("categories").toString(),plan_supports_selection=!0;"all"!==plan_cats&&self.selected_categories&&(plan_cats=$.map(plan_cats.split(","),function(x){return parseInt(x)}),$.each(self.selected_categories,function(j,c){plan_supports_selection&&-1===$.inArray(c,plan_cats)&&(plan_supports_selection=!1)})),plan_supports_selection?(plans.push($plan.data("id")),$plan.show()):$plan.hide()}),self.available_plans=plans},update_plan_prices:function(){var self=this;$.each(self.available_plans,function(i,plan_id){var $plan=self.plans.filter('[data-id="'+plan_id+'"]'),pricing=$plan.data("pricing-details"),price=null;switch($plan.data("pricing-model")){case"variable":price=0,$.each(self.selected_categories,function(j,cat_id){price+=parseFloat(pricing[cat_id])});break;case"extra":price=parseFloat($plan.data("amount"))+parseFloat(pricing.extra)*self.selected_categories.length;break;default:price=parseFloat($plan.data("amount"))}$plan.find(".wpbdp-plan-price-amount").text(price?$plan.data("amount-format").replace("[amount]",price.toFixed(2)):$plan.data("free-text")),1===self.available_plans.length&&$plan.find("#wpbdp-plan-select-radio-"+plan_id).prop("checked",!0)})}}),wpbdp.submit_listing.Handler=function($submit){var editField;this.$submit=$submit,this.$form=this.$submit.find("form"),this.ajax_url=this.$form.attr("data-ajax-url"),this.doing_ajax=!1,editField=this.$form.find('input[name="editing"]'),0===editField.length?(this.loadForm(),this.editing=!1):(this.editing="1"==this.$form.find('input[name="editing"]').val(),this.skip_plan_selection=1===$('input[type="hidden"][name="skip_plan_selection"][value="1"]').length),this.plan_handling();var self=this;this.$form.on("click","a.reset",function(e){e.preventDefault(),self.$form.find('input[name="save_listing"]').val(""),self.$form.find('input[name="reset"]').val("reset"),self.$form.submit()}),$(window).on("wpbdp_submit_refresh",function(event,submit,section_id){self.fee_helper.reset()}),$("#wpbdp-submit-listing").on("change","#wpbdp-submit-listing-create_account",function(e){$("#wpbdp-submit-listing-account-details").toggle()}),$("#wpbdp-submit-listing").on("keyup",'#wpbdp-submit-listing-account-details input[type="password"]',function(e){self.check_password_strength($(this))}),$("#wpbdp-submit-listing").on("click",".wpbdp-inner-field-option-select_all",function(e){var $options=$(this).parent().find('input[type="checkbox"]');$options.prop("checked",$(this).find("input").is(":checked"))}),$("#wpbdp-submit-listing").on("click","button.submit-back-button",function(e){e.preventDefault();var prev_section_id=$(this).attr("data-previous-section"),prev_section=self.$form.find(".wpbdp-submit-listing-section").filter('[data-section-id="'+prev_section_id+'"]');if(prev_section.length){var current_section_id=self.$form.find('input[name="current_section"]').val(),current_section=$(this).parents(".wpbdp-submit-listing-section");self.$form.find('input[name="current_section"]').val(prev_section_id),current_section.addClass("hidden").hide(),prev_section.removeClass("hidden").show(),self.$form.find(".wpbdp-submit-rootline .wpbdp-submit-section-"+current_section_id).removeClass("wpbdp-submit-checked wpbdp-submit-section-current"),self.$form.find(".wpbdp-submit-rootline .wpbdp-submit-section-"+prev_section_id).addClass("wpbdp-submit-checked wpbdp-submit-section-current")}$("html, body").animate({scrollTop:self.$form.find(".wpbdp-submit-rootline").offset().top},500,function(){Reusables.Breakpoints.evaluate()})}),$(window).trigger("wpbdp_submit_init")},$.extend(wpbdp.submit_listing.Handler.prototype,{ajax:function(data,callback){if(this.doing_ajax)return void alert(wpbdpSubmitListingL10n.waitAMoment);this.doing_ajax=!0;var self=this;$.post(this.ajax_url,data,function(res){return res.success?(self.doing_ajax=!1,res.data&&res.data.redirect&&(window.location.href=res.data.redirect),void callback.call(self,res.data)):void alert(wpbdpSubmitListingL10n.somethingWentWrong)},"json")},loadForm:function(){var self=this,data={action:"wpbdp_ajax",handler:"submit_listing__load_form"};self.ajax(data,function(res){"undefined"!=typeof res.form&&self.$submit.html(res.form)})},plan_handling:function(){if(this.fee_helper=new wpbdp.submit_listing.Fee_Selection_Helper(this.$submit,this.editing),this.editing){var $plan=this.$form.find(this.skip_plan_selection?".wpbdp-plan-selection .wpbdp-plan":".wpbdp-current-plan .wpbdp-plan"),plan_cats=$plan.length?$plan.data("categories").toString():"";if("all"!==plan_cats){var supported_categories=$.map($.unique(plan_cats.split(",")),function(x){return parseInt(x)});this.fee_helper._enable_categories(supported_categories)}}else{var self=this;this.$submit.on("click","#change-plan-link a",function(e){e.preventDefault(),self.$form.find('input[name="current_section"]').val("");var data=self.$form.serialize();data+="&action=wpbdp_ajax&handler=submit_listing__reset_plan",self.ajax(data,function(res){self.refresh(res)})})}},refresh:function(data){var sections=data.sections,current_sections=(data.messages,this.$form.find(".wpbdp-submit-listing-section"));current_sections.hide();var new_sections=sections,self=this;$.each(new_sections,function(section_id,section_details){var $section=current_sections.filter('[data-section-id="'+section_id+'"]'),$new_html=$(section_details.html);$section.find(".wpbdp-editor-area").each(function(){wp.editor.remove($(this).attr("id"))}),$section.attr("class",$new_html.attr("class")),$section.find(".wpbdp-submit-listing-section-content").fadeOut("fast",function(){var $new_content=$new_html.find(".wpbdp-submit-listing-section-content");$(this).replaceWith($new_content),$section.find(".wpbdp-editor-area").each(function(){var id=$(this).attr("id");wp.editor.initialize(id,WPBDPTinyMCESettings[id])}),$(window).trigger("wpbdp_submit_refresh",[self,section_id,$section]),$section.hasClass("hidden")||(self.$form.find('input[name="current_section"]').val($section.attr("data-section-id")),$section.show()),Reusables.Breakpoints.scan($new_content)})})},check_password_strength:function($input){var pass=$input.val(),$result=$input.siblings(".wpbdp-password-strength-meter");if($result.removeClass("strength-0 strength-2 strength-3 strength-4").html(""),pass){var strength=wp.passwordStrength.meter(pass,wp.passwordStrength.userInputBlacklist(),""),strength_msg="";switch(strength){case 2:strength_msg=pwsL10n.bad;break;case 3:strength_msg=pwsL10n.good;break;case 4:strength_msg=pwsL10n.strong;break;case 5:strength_msg=pwsL10n.mismatch;break;default:strength_msg=pwsL10n["short"]}$result.addClass("strength-"+(strength<5&&strength>=2?strength:"0")),$result.html(strength_msg)}}});var $submit=$("#wpbdp-submit-listing");if($(window).on("wpbdp_submit_init",function(){$submit.find(".wpbdp-editor-area").each(function(){var id=$(this).attr("id");wp.editor.initialize(id,WPBDPTinyMCESettings[id])})}),$submit.length>0){new wpbdp.submit_listing.Handler($submit)}});
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.2.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.2.4
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
includes/abstracts/class-view.php CHANGED
@@ -68,7 +68,15 @@ class WPBDP__View {
68
  exit;
69
  }
70
 
71
- final protected function _redirect( $url ) {
 
 
 
 
 
 
 
 
72
  wp_redirect( $url );
73
  exit;
74
  }
@@ -91,6 +99,7 @@ class WPBDP__View {
91
  'wpbdp_view' => '',
92
  'redirect_query_args' => array(),
93
  'listing' => false,
 
94
  );
95
  $args = wp_parse_args( $args, $defaults );
96
 
@@ -128,7 +137,7 @@ class WPBDP__View {
128
 
129
  $login_url = add_query_arg( $args['redirect_query_args'], $args['login_url'] );
130
 
131
- return $this->_redirect( $login_url );
132
  }
133
 
134
  /**
68
  exit;
69
  }
70
 
71
+ final protected function _redirect( $url, $args = array() ) {
72
+ if ( ! empty( $args['doing_ajax'] ) ) {
73
+ wp_send_json_success(
74
+ array(
75
+ 'redirect' => $url,
76
+ )
77
+ );
78
+ }
79
+
80
  wp_redirect( $url );
81
  exit;
82
  }
99
  'wpbdp_view' => '',
100
  'redirect_query_args' => array(),
101
  'listing' => false,
102
+ 'doing_ajax' => false,
103
  );
104
  $args = wp_parse_args( $args, $defaults );
105
 
137
 
138
  $login_url = add_query_arg( $args['redirect_query_args'], $args['login_url'] );
139
 
140
+ return $this->_redirect( $login_url, $args );
141
  }
142
 
143
  /**
includes/admin/controllers/class-admin-csv.php CHANGED
@@ -47,7 +47,7 @@ class WPBDP__Admin__Csv extends WPBDP__Admin__Controller {
47
  if ( 'csv_import' === $current_tab ) {
48
  $args['buttons'] = array(
49
  'example-csv' => array(
50
- 'label' => __( 'See an example CSV import file', 'business-directory-plugin' ),
51
  'url' => admin_url( 'admin.php?page=wpbdp_admin_csv&action=example-csv' ),
52
  ),
53
  'help' => array(
47
  if ( 'csv_import' === $current_tab ) {
48
  $args['buttons'] = array(
49
  'example-csv' => array(
50
+ 'label' => __( 'See Example', 'business-directory-plugin' ),
51
  'url' => admin_url( 'admin.php?page=wpbdp_admin_csv&action=example-csv' ),
52
  ),
53
  'help' => array(
includes/class-query-integration.php CHANGED
@@ -170,7 +170,7 @@ class WPBDP__Query_Integration {
170
  }
171
 
172
  if ( ! $query->get( 'orderby' ) ) {
173
- $query->set( 'orderby', wpbdp_get_option( 'listings-order-by', 'date' ) );
174
  }
175
 
176
  if ( ! $query->get( 'order' ) ) {
@@ -213,37 +213,28 @@ class WPBDP__Query_Integration {
213
  }
214
 
215
  $pieces['fields'] .= $is_sticky_query ? ', ' . $is_sticky_query : '';
 
 
216
 
217
- switch ( $query->get( 'orderby' ) ) {
218
  case 'paid':
219
- $pieces['fields'] .= ", (SELECT fee_price FROM {$wpdb->prefix}wpbdp_listings lp WHERE lp.listing_id = {$wpdb->posts}.ID LIMIT 1) AS wpbdp_plan_amount";
220
- $pieces['orderby'] = 'wpbdp_plan_amount ' . $query->get( 'order' ) . ", {$wpdb->posts}.post_date DESC, " . $pieces['orderby'];
221
-
222
- break;
223
  case 'paid-title':
224
  $pieces['fields'] .= ", (SELECT fee_price FROM {$wpdb->prefix}wpbdp_listings lp WHERE lp.listing_id = {$wpdb->posts}.ID LIMIT 1) AS wpbdp_plan_amount";
225
- $pieces['orderby'] = 'wpbdp_plan_amount ' . $query->get( 'order' ) . ", {$wpdb->posts}.post_title ASC, " . $pieces['orderby'];
 
226
 
227
- break;
228
  case 'plan-order-date':
229
- $plan_order = wpbdp_get_option( 'fee-order' );
230
-
231
- if ( 'custom' == $plan_order['method'] ) {
232
- $pieces['fields'] .= ", (SELECT po.weight FROM {$wpdb->prefix}wpbdp_plans po JOIN {$wpdb->prefix}wpbdp_listings pol ON po.id = pol.fee_id WHERE pol.listing_id = {$wpdb->posts}.ID ) AS wpbdp_plan_weight";
233
- $pieces['orderby'] = "wpbdp_plan_weight DESC, {$wpdb->posts}.post_date " . $query->get( 'order' ) . ', ' . $pieces['orderby'];
234
- }
235
-
236
- break;
237
  case 'plan-order-title':
238
  $plan_order = wpbdp_get_option( 'fee-order' );
239
 
240
- if ( 'custom' == $plan_order['method'] ) {
241
- $pieces['fields'] .= ", (SELECT po.weight FROM {$wpdb->prefix}wpbdp_plans po JOIN {$wpdb->prefix}wpbdp_listings pol ON po.id = pol.fee_id WHERE pol.listing_id = {$wpdb->posts}.ID ) AS wpbdp_plan_weight";
242
- $pieces['orderby'] = "wpbdp_plan_weight DESC, {$wpdb->posts}.post_title " . $query->get( 'order' ) . ', ' . $pieces['orderby'];
 
 
243
  }
244
 
245
- break;
246
- default:
247
  break;
248
  }
249
 
170
  }
171
 
172
  if ( ! $query->get( 'orderby' ) ) {
173
+ $query->set( 'orderby', wpbdp_get_option( 'listings-order-by', 'title' ) );
174
  }
175
 
176
  if ( ! $query->get( 'order' ) ) {
213
  }
214
 
215
  $pieces['fields'] .= $is_sticky_query ? ', ' . $is_sticky_query : '';
216
+ $order_by = $query->get( 'orderby' );
217
+ $order = $query->get( 'order' );
218
 
219
+ switch ( $order_by ) {
220
  case 'paid':
 
 
 
 
221
  case 'paid-title':
222
  $pieces['fields'] .= ", (SELECT fee_price FROM {$wpdb->prefix}wpbdp_listings lp WHERE lp.listing_id = {$wpdb->posts}.ID LIMIT 1) AS wpbdp_plan_amount";
223
+ $next_order = $order_by === 'paid' ? 'post_date DESC' : 'post_title ASC';
224
+ $pieces['orderby'] = 'wpbdp_plan_amount ' . $order . ", {$wpdb->posts}." . $next_order . ', ' . $pieces['orderby'];
225
 
226
+ break;
227
  case 'plan-order-date':
 
 
 
 
 
 
 
 
228
  case 'plan-order-title':
229
  $plan_order = wpbdp_get_option( 'fee-order' );
230
 
231
+ if ( 'custom' === $plan_order['method'] ) {
232
+ $next_order = $order_by === 'plan-order-date' ? 'post_date' : 'post_title';
233
+ $pieces['fields'] .= ", (SELECT po.weight FROM {$wpdb->prefix}wpbdp_plans po JOIN {$wpdb->prefix}wpbdp_listings pol ON po.id = pol.fee_id";
234
+ $pieces['fields'] .= " WHERE pol.listing_id = {$wpdb->posts}.ID ) AS wpbdp_plan_weight";
235
+ $pieces['orderby'] = "wpbdp_plan_weight DESC, {$wpdb->posts}." . $next_order . ' ' . $order . ', ' . $pieces['orderby'];
236
  }
237
 
 
 
238
  break;
239
  }
240
 
includes/class-shortcodes.php CHANGED
@@ -585,7 +585,7 @@ class WPBDP__Shortcodes {
585
 
586
  $atts = shortcode_atts( array( 'number_of_listings' => wpbdp_get_option( 'listings-per-page' ) ), $atts );
587
  $atts['number_of_listings'] = max( 0, intval( $atts['number_of_listings'] ) );
588
- $order_by = wpbdp_get_option( 'listings-order-by', 'date' );
589
  $order = wpbdp_get_option( 'listings-sort', 'ASC' );
590
 
591
  $q = $wpdb->prepare(
585
 
586
  $atts = shortcode_atts( array( 'number_of_listings' => wpbdp_get_option( 'listings-per-page' ) ), $atts );
587
  $atts['number_of_listings'] = max( 0, intval( $atts['number_of_listings'] ) );
588
+ $order_by = wpbdp_get_option( 'listings-order-by', 'title' );
589
  $order = wpbdp_get_option( 'listings-sort', 'ASC' );
590
 
591
  $q = $wpdb->prepare(
includes/class-wpbdp.php CHANGED
@@ -28,7 +28,7 @@ final class WPBDP {
28
  }
29
 
30
  private function setup_constants() {
31
- define( 'WPBDP_VERSION', '6.2.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.2.4' );
32
 
33
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
34
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
includes/controllers/pages/class-all-listings.php CHANGED
@@ -15,7 +15,7 @@ class WPBDP__Views__All_Listings extends WPBDP__View {
15
  'posts_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1,
16
  'post_status' => 'publish',
17
  'paged' => intval( $paged ),
18
- 'orderby' => wpbdp_get_option( 'listings-order-by', 'date' ),
19
  'order' => wpbdp_get_option( 'listings-sort', 'ASC' ),
20
  'wpbdp_main_query' => true,
21
  'wpbdp_in_shortcode' => true,
15
  'posts_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1,
16
  'post_status' => 'publish',
17
  'paged' => intval( $paged ),
18
+ 'orderby' => wpbdp_get_option( 'listings-order-by', 'title' ),
19
  'order' => wpbdp_get_option( 'listings-sort', 'ASC' ),
20
  'wpbdp_main_query' => true,
21
  'wpbdp_in_shortcode' => true,
includes/controllers/pages/class-search.php CHANGED
@@ -81,7 +81,7 @@ class WPBDP__Views__Search extends WPBDP__View {
81
  'posts_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1,
82
  'paged' => get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1,
83
  'post__in' => $results ? $results : array( 0 ),
84
- 'orderby' => wpbdp_get_option( 'listings-order-by', 'date' ),
85
  'order' => wpbdp_get_option( 'listings-sort', 'ASC' ),
86
  'wpbdp_main_query' => true,
87
  );
81
  'posts_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1,
82
  'paged' => get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1,
83
  'post__in' => $results ? $results : array( 0 ),
84
+ 'orderby' => wpbdp_get_option( 'listings-order-by', 'title' ),
85
  'order' => wpbdp_get_option( 'listings-sort', 'ASC' ),
86
  'wpbdp_main_query' => true,
87
  );
includes/controllers/pages/class-submit-listing.php CHANGED
@@ -143,7 +143,10 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
143
  )->get();
144
 
145
  if ( $possible_payment ) {
146
- return $this->_redirect( $possible_payment->get_checkout_url() );
 
 
 
147
  }
148
  }
149
 
@@ -282,14 +285,21 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
282
  */
283
  private function maybe_reset_form() {
284
  $reset = wpbdp_get_var( array( 'param' => 'reset' ), 'post' );
285
- if ( 'reset' === $reset ) {
286
- if ( ! $this->editing ) {
287
- wp_delete_post( $this->listing->get_id(), true );
288
- $this->_redirect( wpbdp_url( 'submit_listing' ) );
289
- }
290
 
291
- $this->_redirect( wpbdp_url( 'edit_listing', $this->listing->get_id() ) );
 
 
 
 
292
  }
 
 
 
 
 
293
  }
294
 
295
  /**
@@ -581,6 +591,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
581
  'redirect_query_args' => array( 'listing_id' => $listing_id ),
582
  );
583
  }
 
584
 
585
  // Perform auth.
586
  $this->_auth_required( $auth_parameters );
@@ -1528,7 +1539,10 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
1528
  $this->listing->_after_save( 'submit-' . ( $this->editing ? 'edit' : 'new' ) );
1529
  if ( ! $this->editing && 'completed' != $payment->status ) {
1530
  $checkout_url = $payment->get_checkout_url();
1531
- return $this->_redirect( $checkout_url );
 
 
 
1532
  }
1533
 
1534
  delete_post_meta( $this->listing->get_id(), '_wpbdp_temp_listingfields' );
143
  )->get();
144
 
145
  if ( $possible_payment ) {
146
+ return $this->_redirect(
147
+ $possible_payment->get_checkout_url(),
148
+ array( 'doing_ajax' => $this->is_ajax )
149
+ );
150
  }
151
  }
152
 
285
  */
286
  private function maybe_reset_form() {
287
  $reset = wpbdp_get_var( array( 'param' => 'reset' ), 'post' );
288
+ if ( 'reset' !== $reset ) {
289
+ return;
290
+ }
 
 
291
 
292
+ if ( ! $this->editing ) {
293
+ wp_delete_post( $this->listing->get_id(), true );
294
+ $url = wpbdp_url( 'submit_listing' );
295
+ } else {
296
+ $url = wpbdp_url( 'edit_listing', $this->listing->get_id() );
297
  }
298
+
299
+ $this->_redirect(
300
+ $url,
301
+ array( 'doing_ajax' => $this->is_ajax )
302
+ );
303
  }
304
 
305
  /**
591
  'redirect_query_args' => array( 'listing_id' => $listing_id ),
592
  );
593
  }
594
+ $auth_parameters['doing_ajax'] = $this->is_ajax;
595
 
596
  // Perform auth.
597
  $this->_auth_required( $auth_parameters );
1539
  $this->listing->_after_save( 'submit-' . ( $this->editing ? 'edit' : 'new' ) );
1540
  if ( ! $this->editing && 'completed' != $payment->status ) {
1541
  $checkout_url = $payment->get_checkout_url();
1542
+ return $this->_redirect(
1543
+ $checkout_url,
1544
+ array( 'doing_ajax' => $this->is_ajax )
1545
+ );
1546
  }
1547
 
1548
  delete_post_meta( $this->listing->get_id(), '_wpbdp_temp_listingfields' );
includes/licensing.php CHANGED
@@ -298,40 +298,6 @@ class WPBDP_Licensing {
298
  return $html;
299
  }
300
 
301
- private function get_server_ip_address() {
302
- $ip_address = get_transient( 'wpbdp-server-ip-address' );
303
-
304
- if ( $ip_address ) {
305
- return $ip_address;
306
- }
307
-
308
- $ip_address = $this->figure_out_server_ip_address();
309
-
310
- if ( ! $ip_address ) {
311
- $ip_address = '(unknown)';
312
- }
313
-
314
- set_transient( 'wpbdp-server-ip-address', $ip_address, HOUR_IN_SECONDS );
315
-
316
- return $ip_address;
317
- }
318
-
319
- private function figure_out_server_ip_address() {
320
- $response = wp_remote_get( 'https://httpbin.org/ip' );
321
-
322
- if ( is_wp_error( $response ) ) {
323
- return null;
324
- }
325
-
326
- $body = json_decode( wp_remote_retrieve_body( $response ) );
327
-
328
- if ( ! isset( $body->origin ) ) {
329
- return null;
330
- }
331
-
332
- return $body->origin;
333
- }
334
-
335
  public function license_key_changed_callback( $setting, $new_value = '', $old_value = '' ) {
336
  if ( $new_value == $old_value ) {
337
  return;
298
  return $html;
299
  }
300
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  public function license_key_changed_callback( $setting, $new_value = '', $old_value = '' ) {
302
  if ( $new_value == $old_value ) {
303
  return;
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-06-06 22:19:11+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"
@@ -263,9 +263,8 @@ msgid "Export"
263
  msgstr "تصدير CSV"
264
 
265
  #: includes/admin/controllers/class-admin-csv.php:50
266
- #, fuzzy
267
- msgid "See an example CSV import file"
268
- msgstr "مشاهدة مثال لملف استيراد CSV"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:54
271
  #: templates/admin/csv-import.tpl.php:291
@@ -337,7 +336,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
337
  msgstr ""
338
 
339
  #: includes/admin/controllers/class-admin-listings.php:187
340
- #: includes/controllers/pages/class-submit-listing.php:638
341
  #: templates/email/listing-reported.tpl.php:7
342
  msgid "Listing Information"
343
  msgstr "معلومات حول الإعلان"
@@ -417,7 +416,7 @@ msgstr ""
417
  "الأعمال للقيام بذلك نيابة عنك تلقائياً."
418
 
419
  #: includes/admin/controllers/class-form-fields-admin.php:37
420
- #: includes/controllers/pages/class-submit-listing.php:968
421
  #, fuzzy
422
  msgid "Go to \"Form Fields\""
423
  msgstr "إنتقل إلى \"إدارة حقول\""
@@ -771,7 +770,7 @@ msgid "Missing tables: %s"
771
  msgstr "الجداول المفقودة: %s"
772
 
773
  #: includes/admin/settings/class-settings-bootstrap.php:13
774
- #: includes/controllers/pages/class-submit-listing.php:1374
775
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
776
  #: templates/listing-contactform.tpl.php:33
777
  #: templates/listing-flagging-form.tpl.php:39
@@ -812,7 +811,7 @@ msgstr "الإسم العائلي مطلوب."
812
 
813
  #: includes/admin/settings/class-settings-bootstrap.php:283
814
  #: includes/admin/settings/class-settings-bootstrap.php:297
815
- #: includes/controllers/pages/class-submit-listing.php:651
816
  #, fuzzy
817
  msgid "Terms and Conditions"
818
  msgstr "شروط وأحكام"
@@ -1678,39 +1677,39 @@ msgstr ""
1678
  msgid "Add Listing"
1679
  msgstr "إضافة رسوم الإعلان"
1680
 
1681
- #: includes/controllers/pages/class-submit-listing.php:684
1682
  #, fuzzy
1683
  msgid "Listing Images"
1684
  msgstr "صور الإعلانات"
1685
 
1686
- #: includes/controllers/pages/class-submit-listing.php:752
1687
  msgid "Account Creation"
1688
  msgstr ""
1689
 
1690
- #: includes/controllers/pages/class-submit-listing.php:951
1691
  #, fuzzy
1692
  msgid "Go to \"Plans\""
1693
  msgstr "إنتقل إلى \"إدارة حقول\""
1694
 
1695
- #: includes/controllers/pages/class-submit-listing.php:1008
1696
  #, fuzzy
1697
  msgid "Please choose a plan."
1698
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
1699
 
1700
- #: includes/controllers/pages/class-submit-listing.php:1198
1701
  msgid "Please check the form for errors, correct them and submit again."
1702
  msgstr ""
1703
 
1704
- #: includes/controllers/pages/class-submit-listing.php:1358
1705
  msgid "Create a user account on this site"
1706
  msgstr ""
1707
 
1708
- #: includes/controllers/pages/class-submit-listing.php:1365
1709
  #, fuzzy
1710
  msgid "Username"
1711
  msgstr "عضو"
1712
 
1713
- #: includes/controllers/pages/class-submit-listing.php:1387
1714
  #, fuzzy
1715
  msgid "Clear Form"
1716
  msgstr "مسح"
@@ -2074,33 +2073,33 @@ msgstr "تجديد مفتاح الترخيص"
2074
  msgid "Authorize"
2075
  msgstr "تفعيل Authorize.net؟"
2076
 
2077
- #: includes/licensing.php:390
2078
  #, fuzzy
2079
  msgid "Invalid item ID"
2080
  msgstr "معرف حقل غير صالح"
2081
 
2082
- #: includes/licensing.php:403
2083
  #, fuzzy
2084
  msgid "No license key provided"
2085
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2086
 
2087
- #: includes/licensing.php:448 includes/licensing.php:486
2088
  #, fuzzy
2089
  msgid "License key is invalid"
2090
  msgstr "مفتاح الترخيص غير صالح"
2091
 
2092
- #: includes/licensing.php:452
2093
  #, fuzzy
2094
  msgid "Deactivation failed"
2095
  msgstr "فشل التعطيل"
2096
 
2097
- #: includes/licensing.php:497
2098
  #, fuzzy
2099
  msgid "The license key was revoked."
2100
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2101
 
2102
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2103
- #: includes/licensing.php:501
2104
  msgid ""
2105
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2106
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2108,50 +2107,50 @@ msgid ""
2108
  "with your report."
2109
  msgstr ""
2110
 
2111
- #: includes/licensing.php:564
2112
  msgid ""
2113
  "It was not possible to establish a connection with the Business Directory "
2114
  "server. The connection failed with the following error:"
2115
  msgstr ""
2116
 
2117
- #: includes/licensing.php:577
2118
  msgid ""
2119
  "It was not possible to establish a connection with the Business Directory "
2120
  "server. A problem occurred in the SSL/TSL handshake:"
2121
  msgstr ""
2122
 
2123
- #: includes/licensing.php:624
2124
  msgid ""
2125
  "It looks like your server is not authorized to make outgoing requests to "
2126
  "Business Directory servers. Please contact your webhost and ask them to add "
2127
  "our IP address 52.0.78.177 to your allow list."
2128
  msgstr ""
2129
 
2130
- #: includes/licensing.php:718
2131
  #, fuzzy
2132
  msgid "Business Directory license key is missing."
2133
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2134
 
2135
- #: includes/licensing.php:719
2136
  #, fuzzy
2137
  msgid "Business Directory license key has expired"
2138
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2139
 
2140
- #: includes/licensing.php:720
2141
  #, fuzzy
2142
  msgid "Could not verify Business Directory license."
2143
  msgstr "المساعدة في تحسين دليل الأعمال"
2144
 
2145
- #: includes/licensing.php:731
2146
  #, fuzzy
2147
  msgid "Review license keys"
2148
  msgstr "تجديد مفتاح الترخيص"
2149
 
2150
- #: includes/licensing.php:846
2151
  msgid "Missing data. Please reload this page and try again."
2152
  msgstr ""
2153
 
2154
- #: includes/licensing.php:851
2155
  #, fuzzy
2156
  msgid "Please enter a license key."
2157
  msgstr "يرجى إدخال بريد إلكتروني صحيح."
@@ -2744,8 +2743,8 @@ msgstr "معلومات الرسوم"
2744
  #: templates/admin/payments-details.tpl.php:11
2745
  #: templates/admin/payments-details.tpl.php:26
2746
  #, fuzzy
2747
- msgid "← Return to \"Payment History\""
2748
- msgstr " الرجوع إلى \"حذف الإعلان\"."
2749
 
2750
  #: templates/admin/payments-details.tpl.php:24
2751
  #, fuzzy
@@ -3787,7 +3786,7 @@ msgstr ""
3787
  msgid "Business Directory Team"
3788
  msgstr "دليل الأعمال"
3789
 
3790
- #: includes/abstracts/class-view.php:119
3791
  #, fuzzy
3792
  msgctxt "views"
3793
  msgid "Invalid credentials."
@@ -7825,7 +7824,7 @@ msgstr ""
7825
  "إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
7826
  "إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
7827
 
7828
- #: includes/controllers/pages/class-submit-listing.php:495
7829
  msgctxt "templates"
7830
  msgid ""
7831
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7834,27 +7833,27 @@ msgstr ""
7834
  "<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
7835
  "محددة في الإعدادات؟"
7836
 
7837
- #: includes/controllers/pages/class-submit-listing.php:497
7838
  msgctxt "templates"
7839
  msgid ""
7840
  "Listing submission has been disabled. Contact the administrator for details."
7841
  msgstr ""
7842
 
7843
- #: includes/controllers/pages/class-submit-listing.php:944
7844
  msgctxt "templates"
7845
  msgid ""
7846
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7847
  "a listing. %s to create a plan"
7848
  msgstr ""
7849
 
7850
- #: includes/controllers/pages/class-submit-listing.php:958
7851
  msgctxt "templates"
7852
  msgid ""
7853
  "Listing submission is not available at the moment. Contact the administrator "
7854
  "for details."
7855
  msgstr ""
7856
 
7857
- #: includes/controllers/pages/class-submit-listing.php:961
7858
  msgctxt "templates"
7859
  msgid ""
7860
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7862,12 +7861,12 @@ msgid ""
7862
  "an existing field"
7863
  msgstr ""
7864
 
7865
- #: includes/controllers/pages/class-submit-listing.php:1408
7866
  msgctxt "templates"
7867
  msgid "Please agree to the Terms and Conditions."
7868
  msgstr "يرجى الموافقة على الشروط والأحكام."
7869
 
7870
- #: includes/controllers/pages/class-submit-listing.php:1422
7871
  #, fuzzy
7872
  msgctxt "templates"
7873
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -8196,39 +8195,39 @@ msgctxt "submit listing"
8196
  msgid "You can't edit this listing."
8197
  msgstr "التصنيفات لهذا الإعلان"
8198
 
8199
- #: includes/controllers/pages/class-submit-listing.php:162
8200
  msgctxt "submit listing"
8201
  msgid ""
8202
  "This listing can't be edited at this time because it has no plan associated. "
8203
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8204
  msgstr ""
8205
 
8206
- #: includes/controllers/pages/class-submit-listing.php:168
8207
  msgctxt "submit listing"
8208
  msgid ""
8209
  "This listing can't be edited at this time. Please try again later or contact "
8210
  "the admin if the problem persists."
8211
  msgstr ""
8212
 
8213
- #: includes/controllers/pages/class-submit-listing.php:250
8214
  #, fuzzy
8215
  msgctxt "submit listing"
8216
  msgid "You're logged in as admin, payment will be skipped."
8217
  msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
8218
 
8219
- #: includes/controllers/pages/class-submit-listing.php:633
8220
  #, fuzzy
8221
  msgctxt "submit listing"
8222
  msgid "Category selection"
8223
  msgstr "إختيار تصنيف"
8224
 
8225
- #: includes/controllers/pages/class-submit-listing.php:633
8226
  #, fuzzy
8227
  msgctxt "submit listing"
8228
  msgid "Category & plan selection"
8229
  msgstr "إختيار تصنيف"
8230
 
8231
- #: includes/controllers/pages/class-submit-listing.php:941
8232
  #, fuzzy
8233
  msgctxt "submit listing"
8234
  msgid "Can not submit a listing at this moment. Please try again later."
@@ -8236,47 +8235,47 @@ msgstr ""
8236
  "لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
8237
  "أخرى لاحقاً."
8238
 
8239
- #: includes/controllers/pages/class-submit-listing.php:990
8240
- #: includes/controllers/pages/class-submit-listing.php:1117
8241
  #, fuzzy
8242
  msgctxt "submit listing"
8243
  msgid "Please select a category."
8244
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8245
 
8246
- #: includes/controllers/pages/class-submit-listing.php:1015
8247
  msgctxt "submit listing"
8248
  msgid "Current active plan is disabled. Please select another plan."
8249
  msgstr ""
8250
 
8251
- #: includes/controllers/pages/class-submit-listing.php:1017
8252
  msgctxt "submit listing"
8253
  msgid "Please choose a valid category for your plan."
8254
  msgstr ""
8255
 
8256
- #: includes/controllers/pages/class-submit-listing.php:1020
8257
  #, fuzzy
8258
  msgctxt "submit listing"
8259
  msgid "Please choose a valid plan for your category selection."
8260
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8261
 
8262
- #: includes/controllers/pages/class-submit-listing.php:1328
8263
  #, fuzzy
8264
  msgctxt "submit listing"
8265
  msgid "Please enter your desired username."
8266
  msgstr "يرجى إدخال إسمك."
8267
 
8268
- #: includes/controllers/pages/class-submit-listing.php:1333
8269
  #, fuzzy
8270
  msgctxt "submit listing"
8271
  msgid "Please enter the e-mail for your new account."
8272
  msgstr "يرجى إدخال إسمك."
8273
 
8274
- #: includes/controllers/pages/class-submit-listing.php:1338
8275
  msgctxt "submit listing"
8276
  msgid "The username you chose is already in use. Please use a different one."
8277
  msgstr ""
8278
 
8279
- #: includes/controllers/pages/class-submit-listing.php:1343
8280
  msgctxt "submit listing"
8281
  msgid "The e-mail address you chose for your account is already in use."
8282
  msgstr ""
@@ -8287,7 +8286,7 @@ msgctxt "submit listing"
8287
  msgid "Listing submitted by admin. Payment skipped."
8288
  msgstr "Poster annonce(paiement initial)"
8289
 
8290
- #: includes/controllers/pages/class-submit-listing.php:1283
8291
  msgctxt "listing submit"
8292
  msgid ""
8293
  "Image upload is required, please provide at least one image and submit again."
@@ -8615,19 +8614,19 @@ msgctxt "default category name"
8615
  msgid "General"
8616
  msgstr "عام"
8617
 
8618
- #: includes/licensing.php:537
8619
  msgctxt "licensing"
8620
  msgid "Could not contact licensing server"
8621
  msgstr "لا يمكن الاتصال بخادم الترخيص"
8622
 
8623
- #: includes/licensing.php:550
8624
  msgctxt "licensing"
8625
  msgid ""
8626
  "It was not possible to establish a connection with Business Directory's "
8627
  "server. cURL was not found in your system"
8628
  msgstr ""
8629
 
8630
- #: includes/licensing.php:552 includes/licensing.php:582
8631
  msgctxt "licensing"
8632
  msgid ""
8633
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8636,7 +8635,7 @@ msgid ""
8636
  "1.0.1c)."
8637
  msgstr ""
8638
 
8639
- #: includes/licensing.php:554 includes/licensing.php:584
8640
  msgctxt "licensing"
8641
  msgid ""
8642
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8644,47 +8643,47 @@ msgid ""
8644
  "services using the latest security standards."
8645
  msgstr ""
8646
 
8647
- #: includes/licensing.php:556
8648
  msgctxt "licensing"
8649
  msgid ""
8650
  "Please contact your hosting provider and ask them to upgrade your system. "
8651
  "Include this message if necessary"
8652
  msgstr ""
8653
 
8654
- #: includes/licensing.php:586
8655
  msgctxt "licensing"
8656
  msgid ""
8657
  "Please contact your hosting provider and ask them to upgrade your system. "
8658
  "Include this message if necessary."
8659
  msgstr ""
8660
 
8661
- #: includes/licensing.php:622
8662
  msgctxt "licensing"
8663
  msgid "The server returned a 403 Forbidden error."
8664
  msgstr ""
8665
 
8666
- #: includes/licensing.php:868
8667
  msgctxt "licensing"
8668
  msgid "Could not activate license: %s."
8669
  msgstr "لا يمكن تفعيل الترخيص: %s."
8670
 
8671
- #: includes/licensing.php:873
8672
  msgctxt "licensing"
8673
  msgid "License activated"
8674
  msgstr "تم تفعيل ترخيص"
8675
 
8676
- #: includes/licensing.php:905
8677
  msgctxt "licensing"
8678
  msgid "Could not deactivate license: %s."
8679
  msgstr "لا يمكن إلغاء الترخيص: %s."
8680
 
8681
- #: includes/licensing.php:907
8682
  msgctxt "licensing"
8683
  msgid "License deactivated"
8684
  msgstr "تم إلغاء تفعيل الترخيص"
8685
 
8686
  #. translators: "<module-name>" version <version-number> is not...
8687
- #: includes/licensing.php:1147
8688
  msgctxt "deprecation"
8689
  msgid ""
8690
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -9207,6 +9206,14 @@ msgctxt "send-access-keys"
9207
  msgid "Continue"
9208
  msgstr "متابعة"
9209
 
 
 
 
 
 
 
 
 
9210
  #~ msgctxt "title"
9211
  #~ msgid "Find a Listing"
9212
  #~ msgstr "العثور على إعلان"
@@ -9539,10 +9546,6 @@ msgstr "متابعة"
9539
  #~ msgid "Category Images"
9540
  #~ msgstr "التصنيفات"
9541
 
9542
- #, fuzzy
9543
- #~ msgid "PayPal Payments"
9544
- #~ msgstr "الدفعة الأولية"
9545
-
9546
  #, fuzzy
9547
  #~ msgid "Google Maps"
9548
  #~ 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-06-22 18:41:02+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"
263
  msgstr "تصدير CSV"
264
 
265
  #: includes/admin/controllers/class-admin-csv.php:50
266
+ msgid "See Example"
267
+ msgstr ""
 
268
 
269
  #: includes/admin/controllers/class-admin-csv.php:54
270
  #: templates/admin/csv-import.tpl.php:291
336
  msgstr ""
337
 
338
  #: includes/admin/controllers/class-admin-listings.php:187
339
+ #: includes/controllers/pages/class-submit-listing.php:649
340
  #: templates/email/listing-reported.tpl.php:7
341
  msgid "Listing Information"
342
  msgstr "معلومات حول الإعلان"
416
  "الأعمال للقيام بذلك نيابة عنك تلقائياً."
417
 
418
  #: includes/admin/controllers/class-form-fields-admin.php:37
419
+ #: includes/controllers/pages/class-submit-listing.php:979
420
  #, fuzzy
421
  msgid "Go to \"Form Fields\""
422
  msgstr "إنتقل إلى \"إدارة حقول\""
770
  msgstr "الجداول المفقودة: %s"
771
 
772
  #: includes/admin/settings/class-settings-bootstrap.php:13
773
+ #: includes/controllers/pages/class-submit-listing.php:1385
774
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
775
  #: templates/listing-contactform.tpl.php:33
776
  #: templates/listing-flagging-form.tpl.php:39
811
 
812
  #: includes/admin/settings/class-settings-bootstrap.php:283
813
  #: includes/admin/settings/class-settings-bootstrap.php:297
814
+ #: includes/controllers/pages/class-submit-listing.php:662
815
  #, fuzzy
816
  msgid "Terms and Conditions"
817
  msgstr "شروط وأحكام"
1677
  msgid "Add Listing"
1678
  msgstr "إضافة رسوم الإعلان"
1679
 
1680
+ #: includes/controllers/pages/class-submit-listing.php:695
1681
  #, fuzzy
1682
  msgid "Listing Images"
1683
  msgstr "صور الإعلانات"
1684
 
1685
+ #: includes/controllers/pages/class-submit-listing.php:763
1686
  msgid "Account Creation"
1687
  msgstr ""
1688
 
1689
+ #: includes/controllers/pages/class-submit-listing.php:962
1690
  #, fuzzy
1691
  msgid "Go to \"Plans\""
1692
  msgstr "إنتقل إلى \"إدارة حقول\""
1693
 
1694
+ #: includes/controllers/pages/class-submit-listing.php:1019
1695
  #, fuzzy
1696
  msgid "Please choose a plan."
1697
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
1698
 
1699
+ #: includes/controllers/pages/class-submit-listing.php:1209
1700
  msgid "Please check the form for errors, correct them and submit again."
1701
  msgstr ""
1702
 
1703
+ #: includes/controllers/pages/class-submit-listing.php:1369
1704
  msgid "Create a user account on this site"
1705
  msgstr ""
1706
 
1707
+ #: includes/controllers/pages/class-submit-listing.php:1376
1708
  #, fuzzy
1709
  msgid "Username"
1710
  msgstr "عضو"
1711
 
1712
+ #: includes/controllers/pages/class-submit-listing.php:1398
1713
  #, fuzzy
1714
  msgid "Clear Form"
1715
  msgstr "مسح"
2073
  msgid "Authorize"
2074
  msgstr "تفعيل Authorize.net؟"
2075
 
2076
+ #: includes/licensing.php:356
2077
  #, fuzzy
2078
  msgid "Invalid item ID"
2079
  msgstr "معرف حقل غير صالح"
2080
 
2081
+ #: includes/licensing.php:369
2082
  #, fuzzy
2083
  msgid "No license key provided"
2084
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2085
 
2086
+ #: includes/licensing.php:414 includes/licensing.php:452
2087
  #, fuzzy
2088
  msgid "License key is invalid"
2089
  msgstr "مفتاح الترخيص غير صالح"
2090
 
2091
+ #: includes/licensing.php:418
2092
  #, fuzzy
2093
  msgid "Deactivation failed"
2094
  msgstr "فشل التعطيل"
2095
 
2096
+ #: includes/licensing.php:463
2097
  #, fuzzy
2098
  msgid "The license key was revoked."
2099
  msgstr "لم يتم تقديم أي مفتاح الترخيص"
2100
 
2101
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2102
+ #: includes/licensing.php:467
2103
  msgid ""
2104
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2105
  "%2$s and let them know your license is being reported as revoked by the "
2107
  "with your report."
2108
  msgstr ""
2109
 
2110
+ #: includes/licensing.php:530
2111
  msgid ""
2112
  "It was not possible to establish a connection with the Business Directory "
2113
  "server. The connection failed with the following error:"
2114
  msgstr ""
2115
 
2116
+ #: includes/licensing.php:543
2117
  msgid ""
2118
  "It was not possible to establish a connection with the Business Directory "
2119
  "server. A problem occurred in the SSL/TSL handshake:"
2120
  msgstr ""
2121
 
2122
+ #: includes/licensing.php:590
2123
  msgid ""
2124
  "It looks like your server is not authorized to make outgoing requests to "
2125
  "Business Directory servers. Please contact your webhost and ask them to add "
2126
  "our IP address 52.0.78.177 to your allow list."
2127
  msgstr ""
2128
 
2129
+ #: includes/licensing.php:684
2130
  #, fuzzy
2131
  msgid "Business Directory license key is missing."
2132
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2133
 
2134
+ #: includes/licensing.php:685
2135
  #, fuzzy
2136
  msgid "Business Directory license key has expired"
2137
  msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
2138
 
2139
+ #: includes/licensing.php:686
2140
  #, fuzzy
2141
  msgid "Could not verify Business Directory license."
2142
  msgstr "المساعدة في تحسين دليل الأعمال"
2143
 
2144
+ #: includes/licensing.php:697
2145
  #, fuzzy
2146
  msgid "Review license keys"
2147
  msgstr "تجديد مفتاح الترخيص"
2148
 
2149
+ #: includes/licensing.php:812
2150
  msgid "Missing data. Please reload this page and try again."
2151
  msgstr ""
2152
 
2153
+ #: includes/licensing.php:817
2154
  #, fuzzy
2155
  msgid "Please enter a license key."
2156
  msgstr "يرجى إدخال بريد إلكتروني صحيح."
2743
  #: templates/admin/payments-details.tpl.php:11
2744
  #: templates/admin/payments-details.tpl.php:26
2745
  #, fuzzy
2746
+ msgid "← All Payments"
2747
+ msgstr "الدفعة الأولية"
2748
 
2749
  #: templates/admin/payments-details.tpl.php:24
2750
  #, fuzzy
3786
  msgid "Business Directory Team"
3787
  msgstr "دليل الأعمال"
3788
 
3789
+ #: includes/abstracts/class-view.php:128
3790
  #, fuzzy
3791
  msgctxt "views"
3792
  msgid "Invalid credentials."
7824
  "إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
7825
  "إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
7826
 
7827
+ #: includes/controllers/pages/class-submit-listing.php:505
7828
  msgctxt "templates"
7829
  msgid ""
7830
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7833
  "<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
7834
  "محددة في الإعدادات؟"
7835
 
7836
+ #: includes/controllers/pages/class-submit-listing.php:507
7837
  msgctxt "templates"
7838
  msgid ""
7839
  "Listing submission has been disabled. Contact the administrator for details."
7840
  msgstr ""
7841
 
7842
+ #: includes/controllers/pages/class-submit-listing.php:955
7843
  msgctxt "templates"
7844
  msgid ""
7845
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7846
  "a listing. %s to create a plan"
7847
  msgstr ""
7848
 
7849
+ #: includes/controllers/pages/class-submit-listing.php:969
7850
  msgctxt "templates"
7851
  msgid ""
7852
  "Listing submission is not available at the moment. Contact the administrator "
7853
  "for details."
7854
  msgstr ""
7855
 
7856
+ #: includes/controllers/pages/class-submit-listing.php:972
7857
  msgctxt "templates"
7858
  msgid ""
7859
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7861
  "an existing field"
7862
  msgstr ""
7863
 
7864
+ #: includes/controllers/pages/class-submit-listing.php:1419
7865
  msgctxt "templates"
7866
  msgid "Please agree to the Terms and Conditions."
7867
  msgstr "يرجى الموافقة على الشروط والأحكام."
7868
 
7869
+ #: includes/controllers/pages/class-submit-listing.php:1433
7870
  #, fuzzy
7871
  msgctxt "templates"
7872
  msgid "I agree to the <a>Terms and Conditions</a>"
8195
  msgid "You can't edit this listing."
8196
  msgstr "التصنيفات لهذا الإعلان"
8197
 
8198
+ #: includes/controllers/pages/class-submit-listing.php:165
8199
  msgctxt "submit listing"
8200
  msgid ""
8201
  "This listing can't be edited at this time because it has no plan associated. "
8202
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8203
  msgstr ""
8204
 
8205
+ #: includes/controllers/pages/class-submit-listing.php:171
8206
  msgctxt "submit listing"
8207
  msgid ""
8208
  "This listing can't be edited at this time. Please try again later or contact "
8209
  "the admin if the problem persists."
8210
  msgstr ""
8211
 
8212
+ #: includes/controllers/pages/class-submit-listing.php:253
8213
  #, fuzzy
8214
  msgctxt "submit listing"
8215
  msgid "You're logged in as admin, payment will be skipped."
8216
  msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
8217
 
8218
+ #: includes/controllers/pages/class-submit-listing.php:644
8219
  #, fuzzy
8220
  msgctxt "submit listing"
8221
  msgid "Category selection"
8222
  msgstr "إختيار تصنيف"
8223
 
8224
+ #: includes/controllers/pages/class-submit-listing.php:644
8225
  #, fuzzy
8226
  msgctxt "submit listing"
8227
  msgid "Category & plan selection"
8228
  msgstr "إختيار تصنيف"
8229
 
8230
+ #: includes/controllers/pages/class-submit-listing.php:952
8231
  #, fuzzy
8232
  msgctxt "submit listing"
8233
  msgid "Can not submit a listing at this moment. Please try again later."
8235
  "لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
8236
  "أخرى لاحقاً."
8237
 
8238
+ #: includes/controllers/pages/class-submit-listing.php:1001
8239
+ #: includes/controllers/pages/class-submit-listing.php:1128
8240
  #, fuzzy
8241
  msgctxt "submit listing"
8242
  msgid "Please select a category."
8243
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8244
 
8245
+ #: includes/controllers/pages/class-submit-listing.php:1026
8246
  msgctxt "submit listing"
8247
  msgid "Current active plan is disabled. Please select another plan."
8248
  msgstr ""
8249
 
8250
+ #: includes/controllers/pages/class-submit-listing.php:1028
8251
  msgctxt "submit listing"
8252
  msgid "Please choose a valid category for your plan."
8253
  msgstr ""
8254
 
8255
+ #: includes/controllers/pages/class-submit-listing.php:1031
8256
  #, fuzzy
8257
  msgctxt "submit listing"
8258
  msgid "Please choose a valid plan for your category selection."
8259
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
8260
 
8261
+ #: includes/controllers/pages/class-submit-listing.php:1339
8262
  #, fuzzy
8263
  msgctxt "submit listing"
8264
  msgid "Please enter your desired username."
8265
  msgstr "يرجى إدخال إسمك."
8266
 
8267
+ #: includes/controllers/pages/class-submit-listing.php:1344
8268
  #, fuzzy
8269
  msgctxt "submit listing"
8270
  msgid "Please enter the e-mail for your new account."
8271
  msgstr "يرجى إدخال إسمك."
8272
 
8273
+ #: includes/controllers/pages/class-submit-listing.php:1349
8274
  msgctxt "submit listing"
8275
  msgid "The username you chose is already in use. Please use a different one."
8276
  msgstr ""
8277
 
8278
+ #: includes/controllers/pages/class-submit-listing.php:1354
8279
  msgctxt "submit listing"
8280
  msgid "The e-mail address you chose for your account is already in use."
8281
  msgstr ""
8286
  msgid "Listing submitted by admin. Payment skipped."
8287
  msgstr "Poster annonce(paiement initial)"
8288
 
8289
+ #: includes/controllers/pages/class-submit-listing.php:1294
8290
  msgctxt "listing submit"
8291
  msgid ""
8292
  "Image upload is required, please provide at least one image and submit again."
8614
  msgid "General"
8615
  msgstr "عام"
8616
 
8617
+ #: includes/licensing.php:503
8618
  msgctxt "licensing"
8619
  msgid "Could not contact licensing server"
8620
  msgstr "لا يمكن الاتصال بخادم الترخيص"
8621
 
8622
+ #: includes/licensing.php:516
8623
  msgctxt "licensing"
8624
  msgid ""
8625
  "It was not possible to establish a connection with Business Directory's "
8626
  "server. cURL was not found in your system"
8627
  msgstr ""
8628
 
8629
+ #: includes/licensing.php:518 includes/licensing.php:548
8630
  msgctxt "licensing"
8631
  msgid ""
8632
  "To ensure the security of our systems and adhere to industry best practices, "
8635
  "1.0.1c)."
8636
  msgstr ""
8637
 
8638
+ #: includes/licensing.php:520 includes/licensing.php:550
8639
  msgctxt "licensing"
8640
  msgid ""
8641
  "Upgrading your system will not only allow you to communicate with Business "
8643
  "services using the latest security standards."
8644
  msgstr ""
8645
 
8646
+ #: includes/licensing.php:522
8647
  msgctxt "licensing"
8648
  msgid ""
8649
  "Please contact your hosting provider and ask them to upgrade your system. "
8650
  "Include this message if necessary"
8651
  msgstr ""
8652
 
8653
+ #: includes/licensing.php:552
8654
  msgctxt "licensing"
8655
  msgid ""
8656
  "Please contact your hosting provider and ask them to upgrade your system. "
8657
  "Include this message if necessary."
8658
  msgstr ""
8659
 
8660
+ #: includes/licensing.php:588
8661
  msgctxt "licensing"
8662
  msgid "The server returned a 403 Forbidden error."
8663
  msgstr ""
8664
 
8665
+ #: includes/licensing.php:834
8666
  msgctxt "licensing"
8667
  msgid "Could not activate license: %s."
8668
  msgstr "لا يمكن تفعيل الترخيص: %s."
8669
 
8670
+ #: includes/licensing.php:839
8671
  msgctxt "licensing"
8672
  msgid "License activated"
8673
  msgstr "تم تفعيل ترخيص"
8674
 
8675
+ #: includes/licensing.php:871
8676
  msgctxt "licensing"
8677
  msgid "Could not deactivate license: %s."
8678
  msgstr "لا يمكن إلغاء الترخيص: %s."
8679
 
8680
+ #: includes/licensing.php:873
8681
  msgctxt "licensing"
8682
  msgid "License deactivated"
8683
  msgstr "تم إلغاء تفعيل الترخيص"
8684
 
8685
  #. translators: "<module-name>" version <version-number> is not...
8686
+ #: includes/licensing.php:1113
8687
  msgctxt "deprecation"
8688
  msgid ""
8689
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
9206
  msgid "Continue"
9207
  msgstr "متابعة"
9208
 
9209
+ #, fuzzy
9210
+ #~ msgid "See an example CSV import file"
9211
+ #~ msgstr "مشاهدة مثال لملف استيراد CSV"
9212
+
9213
+ #, fuzzy
9214
+ #~ msgid "← Return to \"Payment History\""
9215
+ #~ msgstr "← الرجوع إلى \"حذف الإعلان\"."
9216
+
9217
  #~ msgctxt "title"
9218
  #~ msgid "Find a Listing"
9219
  #~ msgstr "العثور على إعلان"
9546
  #~ msgid "Category Images"
9547
  #~ msgstr "التصنيفات"
9548
 
 
 
 
 
9549
  #, fuzzy
9550
  #~ msgid "Google Maps"
9551
  #~ msgstr "وحدة خرائط جوجل"
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-06-06 22:19:11+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."
@@ -269,9 +269,8 @@ msgid "Export"
269
  msgstr "CVS Export"
270
 
271
  #: includes/admin/controllers/class-admin-csv.php:50
272
- #, fuzzy
273
- msgid "See an example CSV import file"
274
- msgstr "Beispiel CSV Import Datei anschauen"
275
 
276
  #: includes/admin/controllers/class-admin-csv.php:54
277
  #: templates/admin/csv-import.tpl.php:291
@@ -343,7 +342,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
343
  msgstr ""
344
 
345
  #: includes/admin/controllers/class-admin-listings.php:187
346
- #: includes/controllers/pages/class-submit-listing.php:638
347
  #: templates/email/listing-reported.tpl.php:7
348
  msgid "Listing Information"
349
  msgstr "Eintrag Informationen"
@@ -422,7 +421,7 @@ msgstr ""
422
  "verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
423
 
424
  #: includes/admin/controllers/class-form-fields-admin.php:37
425
- #: includes/controllers/pages/class-submit-listing.php:968
426
  #, fuzzy
427
  msgid "Go to \"Form Fields\""
428
  msgstr "zu \"Formularfelder verwalten\""
@@ -779,7 +778,7 @@ msgid "Missing tables: %s"
779
  msgstr "Nicht vorhandene Tabellen: %s"
780
 
781
  #: includes/admin/settings/class-settings-bootstrap.php:13
782
- #: includes/controllers/pages/class-submit-listing.php:1374
783
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
784
  #: templates/listing-contactform.tpl.php:33
785
  #: templates/listing-flagging-form.tpl.php:39
@@ -815,7 +814,7 @@ msgstr "%s ist ein Pflichtfeld."
815
 
816
  #: includes/admin/settings/class-settings-bootstrap.php:283
817
  #: includes/admin/settings/class-settings-bootstrap.php:297
818
- #: includes/controllers/pages/class-submit-listing.php:651
819
  #, fuzzy
820
  msgid "Terms and Conditions"
821
  msgstr "Bedingungen und Konditionen"
@@ -1653,39 +1652,39 @@ msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
1653
  msgid "Add Listing"
1654
  msgstr "Preispaket hinzufügen"
1655
 
1656
- #: includes/controllers/pages/class-submit-listing.php:684
1657
  #, fuzzy
1658
  msgid "Listing Images"
1659
  msgstr "Eintrag Bilder"
1660
 
1661
- #: includes/controllers/pages/class-submit-listing.php:752
1662
  msgid "Account Creation"
1663
  msgstr ""
1664
 
1665
- #: includes/controllers/pages/class-submit-listing.php:951
1666
  #, fuzzy
1667
  msgid "Go to \"Plans\""
1668
  msgstr "zu \"Formularfelder verwalten\""
1669
 
1670
- #: includes/controllers/pages/class-submit-listing.php:1008
1671
  #, fuzzy
1672
  msgid "Please choose a plan."
1673
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
1674
 
1675
- #: includes/controllers/pages/class-submit-listing.php:1198
1676
  msgid "Please check the form for errors, correct them and submit again."
1677
  msgstr ""
1678
 
1679
- #: includes/controllers/pages/class-submit-listing.php:1358
1680
  msgid "Create a user account on this site"
1681
  msgstr ""
1682
 
1683
- #: includes/controllers/pages/class-submit-listing.php:1365
1684
  #, fuzzy
1685
  msgid "Username"
1686
  msgstr "Benutzer"
1687
 
1688
- #: includes/controllers/pages/class-submit-listing.php:1387
1689
  #, fuzzy
1690
  msgid "Clear Form"
1691
  msgstr "Zurücksetzen"
@@ -2049,33 +2048,33 @@ msgstr "Erneuere Lizenzschlüssel"
2049
  msgid "Authorize"
2050
  msgstr "Aktiviere Lizenz"
2051
 
2052
- #: includes/licensing.php:390
2053
  #, fuzzy
2054
  msgid "Invalid item ID"
2055
  msgstr "Ungültige Feld ID"
2056
 
2057
- #: includes/licensing.php:403
2058
  #, fuzzy
2059
  msgid "No license key provided"
2060
  msgstr "Kein Lizenzschlüssel"
2061
 
2062
- #: includes/licensing.php:448 includes/licensing.php:486
2063
  #, fuzzy
2064
  msgid "License key is invalid"
2065
  msgstr "Lizenzschlüssel ungültig "
2066
 
2067
- #: includes/licensing.php:452
2068
  #, fuzzy
2069
  msgid "Deactivation failed"
2070
  msgstr "Deaktivierung fehlgeschlagen"
2071
 
2072
- #: includes/licensing.php:497
2073
  #, fuzzy
2074
  msgid "The license key was revoked."
2075
  msgstr "Kein Lizenzschlüssel"
2076
 
2077
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2078
- #: includes/licensing.php:501
2079
  msgid ""
2080
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2081
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2083,50 +2082,50 @@ msgid ""
2083
  "with your report."
2084
  msgstr ""
2085
 
2086
- #: includes/licensing.php:564
2087
  msgid ""
2088
  "It was not possible to establish a connection with the Business Directory "
2089
  "server. The connection failed with the following error:"
2090
  msgstr ""
2091
 
2092
- #: includes/licensing.php:577
2093
  msgid ""
2094
  "It was not possible to establish a connection with the Business Directory "
2095
  "server. A problem occurred in the SSL/TSL handshake:"
2096
  msgstr ""
2097
 
2098
- #: includes/licensing.php:624
2099
  msgid ""
2100
  "It looks like your server is not authorized to make outgoing requests to "
2101
  "Business Directory servers. Please contact your webhost and ask them to add "
2102
  "our IP address 52.0.78.177 to your allow list."
2103
  msgstr ""
2104
 
2105
- #: includes/licensing.php:718
2106
  #, fuzzy
2107
  msgid "Business Directory license key is missing."
2108
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2109
 
2110
- #: includes/licensing.php:719
2111
  #, fuzzy
2112
  msgid "Business Directory license key has expired"
2113
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2114
 
2115
- #: includes/licensing.php:720
2116
  #, fuzzy
2117
  msgid "Could not verify Business Directory license."
2118
  msgstr "Hilf Business Directory zu unterstützen"
2119
 
2120
- #: includes/licensing.php:731
2121
  #, fuzzy
2122
  msgid "Review license keys"
2123
  msgstr "Erneuere Lizenzschlüssel"
2124
 
2125
- #: includes/licensing.php:846
2126
  msgid "Missing data. Please reload this page and try again."
2127
  msgstr ""
2128
 
2129
- #: includes/licensing.php:851
2130
  #, fuzzy
2131
  msgid "Please enter a license key."
2132
  msgstr "Bitte eine gültige E-mailadresse eingeben."
@@ -2733,8 +2732,8 @@ msgstr "Preisinformation"
2733
  #: templates/admin/payments-details.tpl.php:11
2734
  #: templates/admin/payments-details.tpl.php:26
2735
  #, fuzzy
2736
- msgid "← Return to \"Payment History\""
2737
- msgstr "← Zurück zu meinem Eintrag."
2738
 
2739
  #: templates/admin/payments-details.tpl.php:24
2740
  #, fuzzy
@@ -3791,7 +3790,7 @@ msgstr ""
3791
  msgid "Business Directory Team"
3792
  msgstr "Branchenverzeichnis"
3793
 
3794
- #: includes/abstracts/class-view.php:119
3795
  #, fuzzy
3796
  msgctxt "views"
3797
  msgid "Invalid credentials."
@@ -7804,7 +7803,7 @@ msgstr ""
7804
  "angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
7805
  "Einstellungen zu ändern."
7806
 
7807
- #: includes/controllers/pages/class-submit-listing.php:495
7808
  msgctxt "templates"
7809
  msgid ""
7810
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7813,27 +7812,27 @@ msgstr ""
7813
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7814
  "Submission?\" setting checked?"
7815
 
7816
- #: includes/controllers/pages/class-submit-listing.php:497
7817
  msgctxt "templates"
7818
  msgid ""
7819
  "Listing submission has been disabled. Contact the administrator for details."
7820
  msgstr ""
7821
 
7822
- #: includes/controllers/pages/class-submit-listing.php:944
7823
  msgctxt "templates"
7824
  msgid ""
7825
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7826
  "a listing. %s to create a plan"
7827
  msgstr ""
7828
 
7829
- #: includes/controllers/pages/class-submit-listing.php:958
7830
  msgctxt "templates"
7831
  msgid ""
7832
  "Listing submission is not available at the moment. Contact the administrator "
7833
  "for details."
7834
  msgstr ""
7835
 
7836
- #: includes/controllers/pages/class-submit-listing.php:961
7837
  msgctxt "templates"
7838
  msgid ""
7839
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7841,12 +7840,12 @@ msgid ""
7841
  "an existing field"
7842
  msgstr ""
7843
 
7844
- #: includes/controllers/pages/class-submit-listing.php:1408
7845
  msgctxt "templates"
7846
  msgid "Please agree to the Terms and Conditions."
7847
  msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
7848
 
7849
- #: includes/controllers/pages/class-submit-listing.php:1422
7850
  msgctxt "templates"
7851
  msgid "I agree to the <a>Terms and Conditions</a>"
7852
  msgstr "Ich akzeptiere die <a>AGB</a>s"
@@ -8177,21 +8176,21 @@ msgctxt "submit listing"
8177
  msgid "You can't edit this listing."
8178
  msgstr "Kategorie für diesen Eintrag"
8179
 
8180
- #: includes/controllers/pages/class-submit-listing.php:162
8181
  msgctxt "submit listing"
8182
  msgid ""
8183
  "This listing can't be edited at this time because it has no plan associated. "
8184
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8185
  msgstr ""
8186
 
8187
- #: includes/controllers/pages/class-submit-listing.php:168
8188
  msgctxt "submit listing"
8189
  msgid ""
8190
  "This listing can't be edited at this time. Please try again later or contact "
8191
  "the admin if the problem persists."
8192
  msgstr ""
8193
 
8194
- #: includes/controllers/pages/class-submit-listing.php:250
8195
  #, fuzzy
8196
  msgctxt "submit listing"
8197
  msgid "You're logged in as admin, payment will be skipped."
@@ -8199,19 +8198,19 @@ msgstr ""
8199
  "Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
8200
  "übersprungen."
8201
 
8202
- #: includes/controllers/pages/class-submit-listing.php:633
8203
  #, fuzzy
8204
  msgctxt "submit listing"
8205
  msgid "Category selection"
8206
  msgstr "Kategorien auswählen"
8207
 
8208
- #: includes/controllers/pages/class-submit-listing.php:633
8209
  #, fuzzy
8210
  msgctxt "submit listing"
8211
  msgid "Category & plan selection"
8212
  msgstr "Kategorien auswählen"
8213
 
8214
- #: includes/controllers/pages/class-submit-listing.php:941
8215
  #, fuzzy
8216
  msgctxt "submit listing"
8217
  msgid "Can not submit a listing at this moment. Please try again later."
@@ -8219,47 +8218,47 @@ msgstr ""
8219
  "Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
8220
  "später noch einmal."
8221
 
8222
- #: includes/controllers/pages/class-submit-listing.php:990
8223
- #: includes/controllers/pages/class-submit-listing.php:1117
8224
  #, fuzzy
8225
  msgctxt "submit listing"
8226
  msgid "Please select a category."
8227
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8228
 
8229
- #: includes/controllers/pages/class-submit-listing.php:1015
8230
  msgctxt "submit listing"
8231
  msgid "Current active plan is disabled. Please select another plan."
8232
  msgstr ""
8233
 
8234
- #: includes/controllers/pages/class-submit-listing.php:1017
8235
  msgctxt "submit listing"
8236
  msgid "Please choose a valid category for your plan."
8237
  msgstr ""
8238
 
8239
- #: includes/controllers/pages/class-submit-listing.php:1020
8240
  #, fuzzy
8241
  msgctxt "submit listing"
8242
  msgid "Please choose a valid plan for your category selection."
8243
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8244
 
8245
- #: includes/controllers/pages/class-submit-listing.php:1328
8246
  #, fuzzy
8247
  msgctxt "submit listing"
8248
  msgid "Please enter your desired username."
8249
  msgstr "Bitte geben Sie einen Namen ein."
8250
 
8251
- #: includes/controllers/pages/class-submit-listing.php:1333
8252
  #, fuzzy
8253
  msgctxt "submit listing"
8254
  msgid "Please enter the e-mail for your new account."
8255
  msgstr "Bitte geben Sie einen Namen ein."
8256
 
8257
- #: includes/controllers/pages/class-submit-listing.php:1338
8258
  msgctxt "submit listing"
8259
  msgid "The username you chose is already in use. Please use a different one."
8260
  msgstr ""
8261
 
8262
- #: includes/controllers/pages/class-submit-listing.php:1343
8263
  msgctxt "submit listing"
8264
  msgid "The e-mail address you chose for your account is already in use."
8265
  msgstr ""
@@ -8270,7 +8269,7 @@ msgctxt "submit listing"
8270
  msgid "Listing submitted by admin. Payment skipped."
8271
  msgstr "Eintrag zusenden (Initialbezahlung)"
8272
 
8273
- #: includes/controllers/pages/class-submit-listing.php:1283
8274
  msgctxt "listing submit"
8275
  msgid ""
8276
  "Image upload is required, please provide at least one image and submit again."
@@ -8599,19 +8598,19 @@ msgctxt "default category name"
8599
  msgid "General"
8600
  msgstr "Allgemein"
8601
 
8602
- #: includes/licensing.php:537
8603
  msgctxt "licensing"
8604
  msgid "Could not contact licensing server"
8605
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
8606
 
8607
- #: includes/licensing.php:550
8608
  msgctxt "licensing"
8609
  msgid ""
8610
  "It was not possible to establish a connection with Business Directory's "
8611
  "server. cURL was not found in your system"
8612
  msgstr ""
8613
 
8614
- #: includes/licensing.php:552 includes/licensing.php:582
8615
  msgctxt "licensing"
8616
  msgid ""
8617
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8620,7 +8619,7 @@ msgid ""
8620
  "1.0.1c)."
8621
  msgstr ""
8622
 
8623
- #: includes/licensing.php:554 includes/licensing.php:584
8624
  msgctxt "licensing"
8625
  msgid ""
8626
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8628,47 +8627,47 @@ msgid ""
8628
  "services using the latest security standards."
8629
  msgstr ""
8630
 
8631
- #: includes/licensing.php:556
8632
  msgctxt "licensing"
8633
  msgid ""
8634
  "Please contact your hosting provider and ask them to upgrade your system. "
8635
  "Include this message if necessary"
8636
  msgstr ""
8637
 
8638
- #: includes/licensing.php:586
8639
  msgctxt "licensing"
8640
  msgid ""
8641
  "Please contact your hosting provider and ask them to upgrade your system. "
8642
  "Include this message if necessary."
8643
  msgstr ""
8644
 
8645
- #: includes/licensing.php:622
8646
  msgctxt "licensing"
8647
  msgid "The server returned a 403 Forbidden error."
8648
  msgstr ""
8649
 
8650
- #: includes/licensing.php:868
8651
  msgctxt "licensing"
8652
  msgid "Could not activate license: %s."
8653
  msgstr "Konnte Lizenz nicht aktivieren: %s"
8654
 
8655
- #: includes/licensing.php:873
8656
  msgctxt "licensing"
8657
  msgid "License activated"
8658
  msgstr "Lizenz aktiviert"
8659
 
8660
- #: includes/licensing.php:905
8661
  msgctxt "licensing"
8662
  msgid "Could not deactivate license: %s."
8663
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
8664
 
8665
- #: includes/licensing.php:907
8666
  msgctxt "licensing"
8667
  msgid "License deactivated"
8668
  msgstr "Lizenz deaktiviert"
8669
 
8670
  #. translators: "<module-name>" version <version-number> is not...
8671
- #: includes/licensing.php:1147
8672
  msgctxt "deprecation"
8673
  msgid ""
8674
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -9193,6 +9192,14 @@ msgctxt "send-access-keys"
9193
  msgid "Continue"
9194
  msgstr "Weiter"
9195
 
 
 
 
 
 
 
 
 
9196
  #~ msgctxt "title"
9197
  #~ msgid "Find a Listing"
9198
  #~ msgstr "Eintrag finden"
@@ -9524,10 +9531,6 @@ msgstr "Weiter"
9524
  #~ msgid "Category Images"
9525
  #~ msgstr "Kategorien"
9526
 
9527
- #, fuzzy
9528
- #~ msgid "PayPal Payments"
9529
- #~ msgstr "Initialbezahlung"
9530
-
9531
  #, fuzzy
9532
  #~ msgid "Google Maps"
9533
  #~ msgstr "Google Maps Module"
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-06-22 18:41:02+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."
269
  msgstr "CVS Export"
270
 
271
  #: includes/admin/controllers/class-admin-csv.php:50
272
+ msgid "See Example"
273
+ msgstr ""
 
274
 
275
  #: includes/admin/controllers/class-admin-csv.php:54
276
  #: templates/admin/csv-import.tpl.php:291
342
  msgstr ""
343
 
344
  #: includes/admin/controllers/class-admin-listings.php:187
345
+ #: includes/controllers/pages/class-submit-listing.php:649
346
  #: templates/email/listing-reported.tpl.php:7
347
  msgid "Listing Information"
348
  msgstr "Eintrag Informationen"
421
  "verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
422
 
423
  #: includes/admin/controllers/class-form-fields-admin.php:37
424
+ #: includes/controllers/pages/class-submit-listing.php:979
425
  #, fuzzy
426
  msgid "Go to \"Form Fields\""
427
  msgstr "zu \"Formularfelder verwalten\""
778
  msgstr "Nicht vorhandene Tabellen: %s"
779
 
780
  #: includes/admin/settings/class-settings-bootstrap.php:13
781
+ #: includes/controllers/pages/class-submit-listing.php:1385
782
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
783
  #: templates/listing-contactform.tpl.php:33
784
  #: templates/listing-flagging-form.tpl.php:39
814
 
815
  #: includes/admin/settings/class-settings-bootstrap.php:283
816
  #: includes/admin/settings/class-settings-bootstrap.php:297
817
+ #: includes/controllers/pages/class-submit-listing.php:662
818
  #, fuzzy
819
  msgid "Terms and Conditions"
820
  msgstr "Bedingungen und Konditionen"
1652
  msgid "Add Listing"
1653
  msgstr "Preispaket hinzufügen"
1654
 
1655
+ #: includes/controllers/pages/class-submit-listing.php:695
1656
  #, fuzzy
1657
  msgid "Listing Images"
1658
  msgstr "Eintrag Bilder"
1659
 
1660
+ #: includes/controllers/pages/class-submit-listing.php:763
1661
  msgid "Account Creation"
1662
  msgstr ""
1663
 
1664
+ #: includes/controllers/pages/class-submit-listing.php:962
1665
  #, fuzzy
1666
  msgid "Go to \"Plans\""
1667
  msgstr "zu \"Formularfelder verwalten\""
1668
 
1669
+ #: includes/controllers/pages/class-submit-listing.php:1019
1670
  #, fuzzy
1671
  msgid "Please choose a plan."
1672
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
1673
 
1674
+ #: includes/controllers/pages/class-submit-listing.php:1209
1675
  msgid "Please check the form for errors, correct them and submit again."
1676
  msgstr ""
1677
 
1678
+ #: includes/controllers/pages/class-submit-listing.php:1369
1679
  msgid "Create a user account on this site"
1680
  msgstr ""
1681
 
1682
+ #: includes/controllers/pages/class-submit-listing.php:1376
1683
  #, fuzzy
1684
  msgid "Username"
1685
  msgstr "Benutzer"
1686
 
1687
+ #: includes/controllers/pages/class-submit-listing.php:1398
1688
  #, fuzzy
1689
  msgid "Clear Form"
1690
  msgstr "Zurücksetzen"
2048
  msgid "Authorize"
2049
  msgstr "Aktiviere Lizenz"
2050
 
2051
+ #: includes/licensing.php:356
2052
  #, fuzzy
2053
  msgid "Invalid item ID"
2054
  msgstr "Ungültige Feld ID"
2055
 
2056
+ #: includes/licensing.php:369
2057
  #, fuzzy
2058
  msgid "No license key provided"
2059
  msgstr "Kein Lizenzschlüssel"
2060
 
2061
+ #: includes/licensing.php:414 includes/licensing.php:452
2062
  #, fuzzy
2063
  msgid "License key is invalid"
2064
  msgstr "Lizenzschlüssel ungültig "
2065
 
2066
+ #: includes/licensing.php:418
2067
  #, fuzzy
2068
  msgid "Deactivation failed"
2069
  msgstr "Deaktivierung fehlgeschlagen"
2070
 
2071
+ #: includes/licensing.php:463
2072
  #, fuzzy
2073
  msgid "The license key was revoked."
2074
  msgstr "Kein Lizenzschlüssel"
2075
 
2076
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2077
+ #: includes/licensing.php:467
2078
  msgid ""
2079
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2080
  "%2$s and let them know your license is being reported as revoked by the "
2082
  "with your report."
2083
  msgstr ""
2084
 
2085
+ #: includes/licensing.php:530
2086
  msgid ""
2087
  "It was not possible to establish a connection with the Business Directory "
2088
  "server. The connection failed with the following error:"
2089
  msgstr ""
2090
 
2091
+ #: includes/licensing.php:543
2092
  msgid ""
2093
  "It was not possible to establish a connection with the Business Directory "
2094
  "server. A problem occurred in the SSL/TSL handshake:"
2095
  msgstr ""
2096
 
2097
+ #: includes/licensing.php:590
2098
  msgid ""
2099
  "It looks like your server is not authorized to make outgoing requests to "
2100
  "Business Directory servers. Please contact your webhost and ask them to add "
2101
  "our IP address 52.0.78.177 to your allow list."
2102
  msgstr ""
2103
 
2104
+ #: includes/licensing.php:684
2105
  #, fuzzy
2106
  msgid "Business Directory license key is missing."
2107
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2108
 
2109
+ #: includes/licensing.php:685
2110
  #, fuzzy
2111
  msgid "Business Directory license key has expired"
2112
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
2113
 
2114
+ #: includes/licensing.php:686
2115
  #, fuzzy
2116
  msgid "Could not verify Business Directory license."
2117
  msgstr "Hilf Business Directory zu unterstützen"
2118
 
2119
+ #: includes/licensing.php:697
2120
  #, fuzzy
2121
  msgid "Review license keys"
2122
  msgstr "Erneuere Lizenzschlüssel"
2123
 
2124
+ #: includes/licensing.php:812
2125
  msgid "Missing data. Please reload this page and try again."
2126
  msgstr ""
2127
 
2128
+ #: includes/licensing.php:817
2129
  #, fuzzy
2130
  msgid "Please enter a license key."
2131
  msgstr "Bitte eine gültige E-mailadresse eingeben."
2732
  #: templates/admin/payments-details.tpl.php:11
2733
  #: templates/admin/payments-details.tpl.php:26
2734
  #, fuzzy
2735
+ msgid "← All Payments"
2736
+ msgstr "Initialbezahlung"
2737
 
2738
  #: templates/admin/payments-details.tpl.php:24
2739
  #, fuzzy
3790
  msgid "Business Directory Team"
3791
  msgstr "Branchenverzeichnis"
3792
 
3793
+ #: includes/abstracts/class-view.php:128
3794
  #, fuzzy
3795
  msgctxt "views"
3796
  msgid "Invalid credentials."
7803
  "angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
7804
  "Einstellungen zu ändern."
7805
 
7806
+ #: includes/controllers/pages/class-submit-listing.php:505
7807
  msgctxt "templates"
7808
  msgid ""
7809
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7812
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7813
  "Submission?\" setting checked?"
7814
 
7815
+ #: includes/controllers/pages/class-submit-listing.php:507
7816
  msgctxt "templates"
7817
  msgid ""
7818
  "Listing submission has been disabled. Contact the administrator for details."
7819
  msgstr ""
7820
 
7821
+ #: includes/controllers/pages/class-submit-listing.php:955
7822
  msgctxt "templates"
7823
  msgid ""
7824
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7825
  "a listing. %s to create a plan"
7826
  msgstr ""
7827
 
7828
+ #: includes/controllers/pages/class-submit-listing.php:969
7829
  msgctxt "templates"
7830
  msgid ""
7831
  "Listing submission is not available at the moment. Contact the administrator "
7832
  "for details."
7833
  msgstr ""
7834
 
7835
+ #: includes/controllers/pages/class-submit-listing.php:972
7836
  msgctxt "templates"
7837
  msgid ""
7838
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7840
  "an existing field"
7841
  msgstr ""
7842
 
7843
+ #: includes/controllers/pages/class-submit-listing.php:1419
7844
  msgctxt "templates"
7845
  msgid "Please agree to the Terms and Conditions."
7846
  msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
7847
 
7848
+ #: includes/controllers/pages/class-submit-listing.php:1433
7849
  msgctxt "templates"
7850
  msgid "I agree to the <a>Terms and Conditions</a>"
7851
  msgstr "Ich akzeptiere die <a>AGB</a>s"
8176
  msgid "You can't edit this listing."
8177
  msgstr "Kategorie für diesen Eintrag"
8178
 
8179
+ #: includes/controllers/pages/class-submit-listing.php:165
8180
  msgctxt "submit listing"
8181
  msgid ""
8182
  "This listing can't be edited at this time because it has no plan associated. "
8183
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8184
  msgstr ""
8185
 
8186
+ #: includes/controllers/pages/class-submit-listing.php:171
8187
  msgctxt "submit listing"
8188
  msgid ""
8189
  "This listing can't be edited at this time. Please try again later or contact "
8190
  "the admin if the problem persists."
8191
  msgstr ""
8192
 
8193
+ #: includes/controllers/pages/class-submit-listing.php:253
8194
  #, fuzzy
8195
  msgctxt "submit listing"
8196
  msgid "You're logged in as admin, payment will be skipped."
8198
  "Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
8199
  "übersprungen."
8200
 
8201
+ #: includes/controllers/pages/class-submit-listing.php:644
8202
  #, fuzzy
8203
  msgctxt "submit listing"
8204
  msgid "Category selection"
8205
  msgstr "Kategorien auswählen"
8206
 
8207
+ #: includes/controllers/pages/class-submit-listing.php:644
8208
  #, fuzzy
8209
  msgctxt "submit listing"
8210
  msgid "Category & plan selection"
8211
  msgstr "Kategorien auswählen"
8212
 
8213
+ #: includes/controllers/pages/class-submit-listing.php:952
8214
  #, fuzzy
8215
  msgctxt "submit listing"
8216
  msgid "Can not submit a listing at this moment. Please try again later."
8218
  "Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
8219
  "später noch einmal."
8220
 
8221
+ #: includes/controllers/pages/class-submit-listing.php:1001
8222
+ #: includes/controllers/pages/class-submit-listing.php:1128
8223
  #, fuzzy
8224
  msgctxt "submit listing"
8225
  msgid "Please select a category."
8226
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8227
 
8228
+ #: includes/controllers/pages/class-submit-listing.php:1026
8229
  msgctxt "submit listing"
8230
  msgid "Current active plan is disabled. Please select another plan."
8231
  msgstr ""
8232
 
8233
+ #: includes/controllers/pages/class-submit-listing.php:1028
8234
  msgctxt "submit listing"
8235
  msgid "Please choose a valid category for your plan."
8236
  msgstr ""
8237
 
8238
+ #: includes/controllers/pages/class-submit-listing.php:1031
8239
  #, fuzzy
8240
  msgctxt "submit listing"
8241
  msgid "Please choose a valid plan for your category selection."
8242
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
8243
 
8244
+ #: includes/controllers/pages/class-submit-listing.php:1339
8245
  #, fuzzy
8246
  msgctxt "submit listing"
8247
  msgid "Please enter your desired username."
8248
  msgstr "Bitte geben Sie einen Namen ein."
8249
 
8250
+ #: includes/controllers/pages/class-submit-listing.php:1344
8251
  #, fuzzy
8252
  msgctxt "submit listing"
8253
  msgid "Please enter the e-mail for your new account."
8254
  msgstr "Bitte geben Sie einen Namen ein."
8255
 
8256
+ #: includes/controllers/pages/class-submit-listing.php:1349
8257
  msgctxt "submit listing"
8258
  msgid "The username you chose is already in use. Please use a different one."
8259
  msgstr ""
8260
 
8261
+ #: includes/controllers/pages/class-submit-listing.php:1354
8262
  msgctxt "submit listing"
8263
  msgid "The e-mail address you chose for your account is already in use."
8264
  msgstr ""
8269
  msgid "Listing submitted by admin. Payment skipped."
8270
  msgstr "Eintrag zusenden (Initialbezahlung)"
8271
 
8272
+ #: includes/controllers/pages/class-submit-listing.php:1294
8273
  msgctxt "listing submit"
8274
  msgid ""
8275
  "Image upload is required, please provide at least one image and submit again."
8598
  msgid "General"
8599
  msgstr "Allgemein"
8600
 
8601
+ #: includes/licensing.php:503
8602
  msgctxt "licensing"
8603
  msgid "Could not contact licensing server"
8604
  msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
8605
 
8606
+ #: includes/licensing.php:516
8607
  msgctxt "licensing"
8608
  msgid ""
8609
  "It was not possible to establish a connection with Business Directory's "
8610
  "server. cURL was not found in your system"
8611
  msgstr ""
8612
 
8613
+ #: includes/licensing.php:518 includes/licensing.php:548
8614
  msgctxt "licensing"
8615
  msgid ""
8616
  "To ensure the security of our systems and adhere to industry best practices, "
8619
  "1.0.1c)."
8620
  msgstr ""
8621
 
8622
+ #: includes/licensing.php:520 includes/licensing.php:550
8623
  msgctxt "licensing"
8624
  msgid ""
8625
  "Upgrading your system will not only allow you to communicate with Business "
8627
  "services using the latest security standards."
8628
  msgstr ""
8629
 
8630
+ #: includes/licensing.php:522
8631
  msgctxt "licensing"
8632
  msgid ""
8633
  "Please contact your hosting provider and ask them to upgrade your system. "
8634
  "Include this message if necessary"
8635
  msgstr ""
8636
 
8637
+ #: includes/licensing.php:552
8638
  msgctxt "licensing"
8639
  msgid ""
8640
  "Please contact your hosting provider and ask them to upgrade your system. "
8641
  "Include this message if necessary."
8642
  msgstr ""
8643
 
8644
+ #: includes/licensing.php:588
8645
  msgctxt "licensing"
8646
  msgid "The server returned a 403 Forbidden error."
8647
  msgstr ""
8648
 
8649
+ #: includes/licensing.php:834
8650
  msgctxt "licensing"
8651
  msgid "Could not activate license: %s."
8652
  msgstr "Konnte Lizenz nicht aktivieren: %s"
8653
 
8654
+ #: includes/licensing.php:839
8655
  msgctxt "licensing"
8656
  msgid "License activated"
8657
  msgstr "Lizenz aktiviert"
8658
 
8659
+ #: includes/licensing.php:871
8660
  msgctxt "licensing"
8661
  msgid "Could not deactivate license: %s."
8662
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
8663
 
8664
+ #: includes/licensing.php:873
8665
  msgctxt "licensing"
8666
  msgid "License deactivated"
8667
  msgstr "Lizenz deaktiviert"
8668
 
8669
  #. translators: "<module-name>" version <version-number> is not...
8670
+ #: includes/licensing.php:1113
8671
  msgctxt "deprecation"
8672
  msgid ""
8673
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
9192
  msgid "Continue"
9193
  msgstr "Weiter"
9194
 
9195
+ #, fuzzy
9196
+ #~ msgid "See an example CSV import file"
9197
+ #~ msgstr "Beispiel CSV Import Datei anschauen"
9198
+
9199
+ #, fuzzy
9200
+ #~ msgid "← Return to \"Payment History\""
9201
+ #~ msgstr "← Zurück zu meinem Eintrag."
9202
+
9203
  #~ msgctxt "title"
9204
  #~ msgid "Find a Listing"
9205
  #~ msgstr "Eintrag finden"
9531
  #~ msgid "Category Images"
9532
  #~ msgstr "Kategorien"
9533
 
 
 
 
 
9534
  #, fuzzy
9535
  #~ msgid "Google Maps"
9536
  #~ msgstr "Google Maps Module"
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-06-06 22:19:11+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"
@@ -219,7 +219,7 @@ msgid "Export"
219
  msgstr ""
220
 
221
  #: includes/admin/controllers/class-admin-csv.php:50
222
- msgid "See an example CSV import file"
223
  msgstr ""
224
 
225
  #: includes/admin/controllers/class-admin-csv.php:54
@@ -283,7 +283,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
283
  msgstr ""
284
 
285
  #: includes/admin/controllers/class-admin-listings.php:187
286
- #: includes/controllers/pages/class-submit-listing.php:638
287
  #: templates/email/listing-reported.tpl.php:7
288
  msgid "Listing Information"
289
  msgstr ""
@@ -352,7 +352,7 @@ msgid ""
352
  msgstr ""
353
 
354
  #: includes/admin/controllers/class-form-fields-admin.php:37
355
- #: includes/controllers/pages/class-submit-listing.php:968
356
  msgid "Go to \"Form Fields\""
357
  msgstr ""
358
 
@@ -656,7 +656,7 @@ msgid "Missing tables: %s"
656
  msgstr ""
657
 
658
  #: includes/admin/settings/class-settings-bootstrap.php:13
659
- #: includes/controllers/pages/class-submit-listing.php:1374
660
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
661
  #: templates/listing-contactform.tpl.php:33
662
  #: templates/listing-flagging-form.tpl.php:39
@@ -688,7 +688,7 @@ msgstr ""
688
 
689
  #: includes/admin/settings/class-settings-bootstrap.php:283
690
  #: includes/admin/settings/class-settings-bootstrap.php:297
691
- #: includes/controllers/pages/class-submit-listing.php:651
692
  msgid "Terms and Conditions"
693
  msgstr ""
694
 
@@ -1427,35 +1427,35 @@ msgstr ""
1427
  msgid "Add Listing"
1428
  msgstr ""
1429
 
1430
- #: includes/controllers/pages/class-submit-listing.php:684
1431
  msgid "Listing Images"
1432
  msgstr ""
1433
 
1434
- #: includes/controllers/pages/class-submit-listing.php:752
1435
  msgid "Account Creation"
1436
  msgstr ""
1437
 
1438
- #: includes/controllers/pages/class-submit-listing.php:951
1439
  msgid "Go to \"Plans\""
1440
  msgstr ""
1441
 
1442
- #: includes/controllers/pages/class-submit-listing.php:1008
1443
  msgid "Please choose a plan."
1444
  msgstr ""
1445
 
1446
- #: includes/controllers/pages/class-submit-listing.php:1198
1447
  msgid "Please check the form for errors, correct them and submit again."
1448
  msgstr ""
1449
 
1450
- #: includes/controllers/pages/class-submit-listing.php:1358
1451
  msgid "Create a user account on this site"
1452
  msgstr ""
1453
 
1454
- #: includes/controllers/pages/class-submit-listing.php:1365
1455
  msgid "Username"
1456
  msgstr ""
1457
 
1458
- #: includes/controllers/pages/class-submit-listing.php:1387
1459
  msgid "Clear Form"
1460
  msgstr ""
1461
 
@@ -1758,28 +1758,28 @@ msgstr ""
1758
  msgid "Authorize"
1759
  msgstr ""
1760
 
1761
- #: includes/licensing.php:390
1762
  msgid "Invalid item ID"
1763
  msgstr ""
1764
 
1765
- #: includes/licensing.php:403
1766
  msgid "No license key provided"
1767
  msgstr ""
1768
 
1769
- #: includes/licensing.php:448 includes/licensing.php:486
1770
  msgid "License key is invalid"
1771
  msgstr ""
1772
 
1773
- #: includes/licensing.php:452
1774
  msgid "Deactivation failed"
1775
  msgstr ""
1776
 
1777
- #: includes/licensing.php:497
1778
  msgid "The license key was revoked."
1779
  msgstr ""
1780
 
1781
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1782
- #: includes/licensing.php:501
1783
  msgid ""
1784
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1785
  "%2$s and let them know your license is being reported as revoked by the "
@@ -1787,46 +1787,46 @@ msgid ""
1787
  "with your report."
1788
  msgstr ""
1789
 
1790
- #: includes/licensing.php:564
1791
  msgid ""
1792
  "It was not possible to establish a connection with the Business Directory "
1793
  "server. The connection failed with the following error:"
1794
  msgstr ""
1795
 
1796
- #: includes/licensing.php:577
1797
  msgid ""
1798
  "It was not possible to establish a connection with the Business Directory "
1799
  "server. A problem occurred in the SSL/TSL handshake:"
1800
  msgstr ""
1801
 
1802
- #: includes/licensing.php:624
1803
  msgid ""
1804
  "It looks like your server is not authorized to make outgoing requests to "
1805
  "Business Directory servers. Please contact your webhost and ask them to add "
1806
  "our IP address 52.0.78.177 to your allow list."
1807
  msgstr ""
1808
 
1809
- #: includes/licensing.php:718
1810
  msgid "Business Directory license key is missing."
1811
  msgstr ""
1812
 
1813
- #: includes/licensing.php:719
1814
  msgid "Business Directory license key has expired"
1815
  msgstr ""
1816
 
1817
- #: includes/licensing.php:720
1818
  msgid "Could not verify Business Directory license."
1819
  msgstr ""
1820
 
1821
- #: includes/licensing.php:731
1822
  msgid "Review license keys"
1823
  msgstr ""
1824
 
1825
- #: includes/licensing.php:846
1826
  msgid "Missing data. Please reload this page and try again."
1827
  msgstr ""
1828
 
1829
- #: includes/licensing.php:851
1830
  msgid "Please enter a license key."
1831
  msgstr ""
1832
 
@@ -2316,7 +2316,7 @@ msgstr ""
2316
 
2317
  #: templates/admin/payments-details.tpl.php:11
2318
  #: templates/admin/payments-details.tpl.php:26
2319
- msgid "← Return to \"Payment History\""
2320
  msgstr ""
2321
 
2322
  #: templates/admin/payments-details.tpl.php:24
@@ -3211,7 +3211,7 @@ msgstr ""
3211
  msgid "Business Directory Team"
3212
  msgstr ""
3213
 
3214
- #: includes/abstracts/class-view.php:119
3215
  msgctxt "views"
3216
  msgid "Invalid credentials."
3217
  msgstr ""
@@ -6802,34 +6802,34 @@ msgid ""
6802
  "site. If you didn't want that, click <a>here</a> to change the setting."
6803
  msgstr ""
6804
 
6805
- #: includes/controllers/pages/class-submit-listing.php:495
6806
  msgctxt "templates"
6807
  msgid ""
6808
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
6809
  "Submission?\" setting checked?"
6810
  msgstr ""
6811
 
6812
- #: includes/controllers/pages/class-submit-listing.php:497
6813
  msgctxt "templates"
6814
  msgid ""
6815
  "Listing submission has been disabled. Contact the administrator for details."
6816
  msgstr ""
6817
 
6818
- #: includes/controllers/pages/class-submit-listing.php:944
6819
  msgctxt "templates"
6820
  msgid ""
6821
  "<b>There are no Plans available</b>, without a plan site users can't submit "
6822
  "a listing. %s to create a plan"
6823
  msgstr ""
6824
 
6825
- #: includes/controllers/pages/class-submit-listing.php:958
6826
  msgctxt "templates"
6827
  msgid ""
6828
  "Listing submission is not available at the moment. Contact the administrator "
6829
  "for details."
6830
  msgstr ""
6831
 
6832
- #: includes/controllers/pages/class-submit-listing.php:961
6833
  msgctxt "templates"
6834
  msgid ""
6835
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -6837,12 +6837,12 @@ msgid ""
6837
  "an existing field"
6838
  msgstr ""
6839
 
6840
- #: includes/controllers/pages/class-submit-listing.php:1408
6841
  msgctxt "templates"
6842
  msgid "Please agree to the Terms and Conditions."
6843
  msgstr ""
6844
 
6845
- #: includes/controllers/pages/class-submit-listing.php:1422
6846
  msgctxt "templates"
6847
  msgid "I agree to the <a>Terms and Conditions</a>"
6848
  msgstr ""
@@ -7136,77 +7136,77 @@ msgctxt "submit listing"
7136
  msgid "You can't edit this listing."
7137
  msgstr ""
7138
 
7139
- #: includes/controllers/pages/class-submit-listing.php:162
7140
  msgctxt "submit listing"
7141
  msgid ""
7142
  "This listing can't be edited at this time because it has no plan associated. "
7143
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7144
  msgstr ""
7145
 
7146
- #: includes/controllers/pages/class-submit-listing.php:168
7147
  msgctxt "submit listing"
7148
  msgid ""
7149
  "This listing can't be edited at this time. Please try again later or contact "
7150
  "the admin if the problem persists."
7151
  msgstr ""
7152
 
7153
- #: includes/controllers/pages/class-submit-listing.php:250
7154
  msgctxt "submit listing"
7155
  msgid "You're logged in as admin, payment will be skipped."
7156
  msgstr ""
7157
 
7158
- #: includes/controllers/pages/class-submit-listing.php:633
7159
  msgctxt "submit listing"
7160
  msgid "Category selection"
7161
  msgstr ""
7162
 
7163
- #: includes/controllers/pages/class-submit-listing.php:633
7164
  msgctxt "submit listing"
7165
  msgid "Category & plan selection"
7166
  msgstr ""
7167
 
7168
- #: includes/controllers/pages/class-submit-listing.php:941
7169
  msgctxt "submit listing"
7170
  msgid "Can not submit a listing at this moment. Please try again later."
7171
  msgstr ""
7172
 
7173
- #: includes/controllers/pages/class-submit-listing.php:990
7174
- #: includes/controllers/pages/class-submit-listing.php:1117
7175
  msgctxt "submit listing"
7176
  msgid "Please select a category."
7177
  msgstr ""
7178
 
7179
- #: includes/controllers/pages/class-submit-listing.php:1015
7180
  msgctxt "submit listing"
7181
  msgid "Current active plan is disabled. Please select another plan."
7182
  msgstr ""
7183
 
7184
- #: includes/controllers/pages/class-submit-listing.php:1017
7185
  msgctxt "submit listing"
7186
  msgid "Please choose a valid category for your plan."
7187
  msgstr ""
7188
 
7189
- #: includes/controllers/pages/class-submit-listing.php:1020
7190
  msgctxt "submit listing"
7191
  msgid "Please choose a valid plan for your category selection."
7192
  msgstr ""
7193
 
7194
- #: includes/controllers/pages/class-submit-listing.php:1328
7195
  msgctxt "submit listing"
7196
  msgid "Please enter your desired username."
7197
  msgstr ""
7198
 
7199
- #: includes/controllers/pages/class-submit-listing.php:1333
7200
  msgctxt "submit listing"
7201
  msgid "Please enter the e-mail for your new account."
7202
  msgstr ""
7203
 
7204
- #: includes/controllers/pages/class-submit-listing.php:1338
7205
  msgctxt "submit listing"
7206
  msgid "The username you chose is already in use. Please use a different one."
7207
  msgstr ""
7208
 
7209
- #: includes/controllers/pages/class-submit-listing.php:1343
7210
  msgctxt "submit listing"
7211
  msgid "The e-mail address you chose for your account is already in use."
7212
  msgstr ""
@@ -7216,7 +7216,7 @@ msgctxt "submit listing"
7216
  msgid "Listing submitted by admin. Payment skipped."
7217
  msgstr ""
7218
 
7219
- #: includes/controllers/pages/class-submit-listing.php:1283
7220
  msgctxt "listing submit"
7221
  msgid ""
7222
  "Image upload is required, please provide at least one image and submit again."
@@ -7521,19 +7521,19 @@ msgctxt "default category name"
7521
  msgid "General"
7522
  msgstr ""
7523
 
7524
- #: includes/licensing.php:537
7525
  msgctxt "licensing"
7526
  msgid "Could not contact licensing server"
7527
  msgstr ""
7528
 
7529
- #: includes/licensing.php:550
7530
  msgctxt "licensing"
7531
  msgid ""
7532
  "It was not possible to establish a connection with Business Directory's "
7533
  "server. cURL was not found in your system"
7534
  msgstr ""
7535
 
7536
- #: includes/licensing.php:552 includes/licensing.php:582
7537
  msgctxt "licensing"
7538
  msgid ""
7539
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -7542,7 +7542,7 @@ msgid ""
7542
  "1.0.1c)."
7543
  msgstr ""
7544
 
7545
- #: includes/licensing.php:554 includes/licensing.php:584
7546
  msgctxt "licensing"
7547
  msgid ""
7548
  "Upgrading your system will not only allow you to communicate with Business "
@@ -7550,47 +7550,47 @@ msgid ""
7550
  "services using the latest security standards."
7551
  msgstr ""
7552
 
7553
- #: includes/licensing.php:556
7554
  msgctxt "licensing"
7555
  msgid ""
7556
  "Please contact your hosting provider and ask them to upgrade your system. "
7557
  "Include this message if necessary"
7558
  msgstr ""
7559
 
7560
- #: includes/licensing.php:586
7561
  msgctxt "licensing"
7562
  msgid ""
7563
  "Please contact your hosting provider and ask them to upgrade your system. "
7564
  "Include this message if necessary."
7565
  msgstr ""
7566
 
7567
- #: includes/licensing.php:622
7568
  msgctxt "licensing"
7569
  msgid "The server returned a 403 Forbidden error."
7570
  msgstr ""
7571
 
7572
- #: includes/licensing.php:868
7573
  msgctxt "licensing"
7574
  msgid "Could not activate license: %s."
7575
  msgstr ""
7576
 
7577
- #: includes/licensing.php:873
7578
  msgctxt "licensing"
7579
  msgid "License activated"
7580
  msgstr ""
7581
 
7582
- #: includes/licensing.php:905
7583
  msgctxt "licensing"
7584
  msgid "Could not deactivate license: %s."
7585
  msgstr ""
7586
 
7587
- #: includes/licensing.php:907
7588
  msgctxt "licensing"
7589
  msgid "License deactivated"
7590
  msgstr ""
7591
 
7592
  #. translators: "<module-name>" version <version-number> is not...
7593
- #: includes/licensing.php:1147
7594
  msgctxt "deprecation"
7595
  msgid ""
7596
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
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-06-22 18:41:02+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"
219
  msgstr ""
220
 
221
  #: includes/admin/controllers/class-admin-csv.php:50
222
+ msgid "See Example"
223
  msgstr ""
224
 
225
  #: includes/admin/controllers/class-admin-csv.php:54
283
  msgstr ""
284
 
285
  #: includes/admin/controllers/class-admin-listings.php:187
286
+ #: includes/controllers/pages/class-submit-listing.php:649
287
  #: templates/email/listing-reported.tpl.php:7
288
  msgid "Listing Information"
289
  msgstr ""
352
  msgstr ""
353
 
354
  #: includes/admin/controllers/class-form-fields-admin.php:37
355
+ #: includes/controllers/pages/class-submit-listing.php:979
356
  msgid "Go to \"Form Fields\""
357
  msgstr ""
358
 
656
  msgstr ""
657
 
658
  #: includes/admin/settings/class-settings-bootstrap.php:13
659
+ #: includes/controllers/pages/class-submit-listing.php:1385
660
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
661
  #: templates/listing-contactform.tpl.php:33
662
  #: templates/listing-flagging-form.tpl.php:39
688
 
689
  #: includes/admin/settings/class-settings-bootstrap.php:283
690
  #: includes/admin/settings/class-settings-bootstrap.php:297
691
+ #: includes/controllers/pages/class-submit-listing.php:662
692
  msgid "Terms and Conditions"
693
  msgstr ""
694
 
1427
  msgid "Add Listing"
1428
  msgstr ""
1429
 
1430
+ #: includes/controllers/pages/class-submit-listing.php:695
1431
  msgid "Listing Images"
1432
  msgstr ""
1433
 
1434
+ #: includes/controllers/pages/class-submit-listing.php:763
1435
  msgid "Account Creation"
1436
  msgstr ""
1437
 
1438
+ #: includes/controllers/pages/class-submit-listing.php:962
1439
  msgid "Go to \"Plans\""
1440
  msgstr ""
1441
 
1442
+ #: includes/controllers/pages/class-submit-listing.php:1019
1443
  msgid "Please choose a plan."
1444
  msgstr ""
1445
 
1446
+ #: includes/controllers/pages/class-submit-listing.php:1209
1447
  msgid "Please check the form for errors, correct them and submit again."
1448
  msgstr ""
1449
 
1450
+ #: includes/controllers/pages/class-submit-listing.php:1369
1451
  msgid "Create a user account on this site"
1452
  msgstr ""
1453
 
1454
+ #: includes/controllers/pages/class-submit-listing.php:1376
1455
  msgid "Username"
1456
  msgstr ""
1457
 
1458
+ #: includes/controllers/pages/class-submit-listing.php:1398
1459
  msgid "Clear Form"
1460
  msgstr ""
1461
 
1758
  msgid "Authorize"
1759
  msgstr ""
1760
 
1761
+ #: includes/licensing.php:356
1762
  msgid "Invalid item ID"
1763
  msgstr ""
1764
 
1765
+ #: includes/licensing.php:369
1766
  msgid "No license key provided"
1767
  msgstr ""
1768
 
1769
+ #: includes/licensing.php:414 includes/licensing.php:452
1770
  msgid "License key is invalid"
1771
  msgstr ""
1772
 
1773
+ #: includes/licensing.php:418
1774
  msgid "Deactivation failed"
1775
  msgstr ""
1776
 
1777
+ #: includes/licensing.php:463
1778
  msgid "The license key was revoked."
1779
  msgstr ""
1780
 
1781
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1782
+ #: includes/licensing.php:467
1783
  msgid ""
1784
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1785
  "%2$s and let them know your license is being reported as revoked by the "
1787
  "with your report."
1788
  msgstr ""
1789
 
1790
+ #: includes/licensing.php:530
1791
  msgid ""
1792
  "It was not possible to establish a connection with the Business Directory "
1793
  "server. The connection failed with the following error:"
1794
  msgstr ""
1795
 
1796
+ #: includes/licensing.php:543
1797
  msgid ""
1798
  "It was not possible to establish a connection with the Business Directory "
1799
  "server. A problem occurred in the SSL/TSL handshake:"
1800
  msgstr ""
1801
 
1802
+ #: includes/licensing.php:590
1803
  msgid ""
1804
  "It looks like your server is not authorized to make outgoing requests to "
1805
  "Business Directory servers. Please contact your webhost and ask them to add "
1806
  "our IP address 52.0.78.177 to your allow list."
1807
  msgstr ""
1808
 
1809
+ #: includes/licensing.php:684
1810
  msgid "Business Directory license key is missing."
1811
  msgstr ""
1812
 
1813
+ #: includes/licensing.php:685
1814
  msgid "Business Directory license key has expired"
1815
  msgstr ""
1816
 
1817
+ #: includes/licensing.php:686
1818
  msgid "Could not verify Business Directory license."
1819
  msgstr ""
1820
 
1821
+ #: includes/licensing.php:697
1822
  msgid "Review license keys"
1823
  msgstr ""
1824
 
1825
+ #: includes/licensing.php:812
1826
  msgid "Missing data. Please reload this page and try again."
1827
  msgstr ""
1828
 
1829
+ #: includes/licensing.php:817
1830
  msgid "Please enter a license key."
1831
  msgstr ""
1832
 
2316
 
2317
  #: templates/admin/payments-details.tpl.php:11
2318
  #: templates/admin/payments-details.tpl.php:26
2319
+ msgid "← All Payments"
2320
  msgstr ""
2321
 
2322
  #: templates/admin/payments-details.tpl.php:24
3211
  msgid "Business Directory Team"
3212
  msgstr ""
3213
 
3214
+ #: includes/abstracts/class-view.php:128
3215
  msgctxt "views"
3216
  msgid "Invalid credentials."
3217
  msgstr ""
6802
  "site. If you didn't want that, click <a>here</a> to change the setting."
6803
  msgstr ""
6804
 
6805
+ #: includes/controllers/pages/class-submit-listing.php:505
6806
  msgctxt "templates"
6807
  msgid ""
6808
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
6809
  "Submission?\" setting checked?"
6810
  msgstr ""
6811
 
6812
+ #: includes/controllers/pages/class-submit-listing.php:507
6813
  msgctxt "templates"
6814
  msgid ""
6815
  "Listing submission has been disabled. Contact the administrator for details."
6816
  msgstr ""
6817
 
6818
+ #: includes/controllers/pages/class-submit-listing.php:955
6819
  msgctxt "templates"
6820
  msgid ""
6821
  "<b>There are no Plans available</b>, without a plan site users can't submit "
6822
  "a listing. %s to create a plan"
6823
  msgstr ""
6824
 
6825
+ #: includes/controllers/pages/class-submit-listing.php:969
6826
  msgctxt "templates"
6827
  msgid ""
6828
  "Listing submission is not available at the moment. Contact the administrator "
6829
  "for details."
6830
  msgstr ""
6831
 
6832
+ #: includes/controllers/pages/class-submit-listing.php:972
6833
  msgctxt "templates"
6834
  msgid ""
6835
  "<b>View not available</b>, there is no \"Category\" association field. %s "
6837
  "an existing field"
6838
  msgstr ""
6839
 
6840
+ #: includes/controllers/pages/class-submit-listing.php:1419
6841
  msgctxt "templates"
6842
  msgid "Please agree to the Terms and Conditions."
6843
  msgstr ""
6844
 
6845
+ #: includes/controllers/pages/class-submit-listing.php:1433
6846
  msgctxt "templates"
6847
  msgid "I agree to the <a>Terms and Conditions</a>"
6848
  msgstr ""
7136
  msgid "You can't edit this listing."
7137
  msgstr ""
7138
 
7139
+ #: includes/controllers/pages/class-submit-listing.php:165
7140
  msgctxt "submit listing"
7141
  msgid ""
7142
  "This listing can't be edited at this time because it has no plan associated. "
7143
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7144
  msgstr ""
7145
 
7146
+ #: includes/controllers/pages/class-submit-listing.php:171
7147
  msgctxt "submit listing"
7148
  msgid ""
7149
  "This listing can't be edited at this time. Please try again later or contact "
7150
  "the admin if the problem persists."
7151
  msgstr ""
7152
 
7153
+ #: includes/controllers/pages/class-submit-listing.php:253
7154
  msgctxt "submit listing"
7155
  msgid "You're logged in as admin, payment will be skipped."
7156
  msgstr ""
7157
 
7158
+ #: includes/controllers/pages/class-submit-listing.php:644
7159
  msgctxt "submit listing"
7160
  msgid "Category selection"
7161
  msgstr ""
7162
 
7163
+ #: includes/controllers/pages/class-submit-listing.php:644
7164
  msgctxt "submit listing"
7165
  msgid "Category & plan selection"
7166
  msgstr ""
7167
 
7168
+ #: includes/controllers/pages/class-submit-listing.php:952
7169
  msgctxt "submit listing"
7170
  msgid "Can not submit a listing at this moment. Please try again later."
7171
  msgstr ""
7172
 
7173
+ #: includes/controllers/pages/class-submit-listing.php:1001
7174
+ #: includes/controllers/pages/class-submit-listing.php:1128
7175
  msgctxt "submit listing"
7176
  msgid "Please select a category."
7177
  msgstr ""
7178
 
7179
+ #: includes/controllers/pages/class-submit-listing.php:1026
7180
  msgctxt "submit listing"
7181
  msgid "Current active plan is disabled. Please select another plan."
7182
  msgstr ""
7183
 
7184
+ #: includes/controllers/pages/class-submit-listing.php:1028
7185
  msgctxt "submit listing"
7186
  msgid "Please choose a valid category for your plan."
7187
  msgstr ""
7188
 
7189
+ #: includes/controllers/pages/class-submit-listing.php:1031
7190
  msgctxt "submit listing"
7191
  msgid "Please choose a valid plan for your category selection."
7192
  msgstr ""
7193
 
7194
+ #: includes/controllers/pages/class-submit-listing.php:1339
7195
  msgctxt "submit listing"
7196
  msgid "Please enter your desired username."
7197
  msgstr ""
7198
 
7199
+ #: includes/controllers/pages/class-submit-listing.php:1344
7200
  msgctxt "submit listing"
7201
  msgid "Please enter the e-mail for your new account."
7202
  msgstr ""
7203
 
7204
+ #: includes/controllers/pages/class-submit-listing.php:1349
7205
  msgctxt "submit listing"
7206
  msgid "The username you chose is already in use. Please use a different one."
7207
  msgstr ""
7208
 
7209
+ #: includes/controllers/pages/class-submit-listing.php:1354
7210
  msgctxt "submit listing"
7211
  msgid "The e-mail address you chose for your account is already in use."
7212
  msgstr ""
7216
  msgid "Listing submitted by admin. Payment skipped."
7217
  msgstr ""
7218
 
7219
+ #: includes/controllers/pages/class-submit-listing.php:1294
7220
  msgctxt "listing submit"
7221
  msgid ""
7222
  "Image upload is required, please provide at least one image and submit again."
7521
  msgid "General"
7522
  msgstr ""
7523
 
7524
+ #: includes/licensing.php:503
7525
  msgctxt "licensing"
7526
  msgid "Could not contact licensing server"
7527
  msgstr ""
7528
 
7529
+ #: includes/licensing.php:516
7530
  msgctxt "licensing"
7531
  msgid ""
7532
  "It was not possible to establish a connection with Business Directory's "
7533
  "server. cURL was not found in your system"
7534
  msgstr ""
7535
 
7536
+ #: includes/licensing.php:518 includes/licensing.php:548
7537
  msgctxt "licensing"
7538
  msgid ""
7539
  "To ensure the security of our systems and adhere to industry best practices, "
7542
  "1.0.1c)."
7543
  msgstr ""
7544
 
7545
+ #: includes/licensing.php:520 includes/licensing.php:550
7546
  msgctxt "licensing"
7547
  msgid ""
7548
  "Upgrading your system will not only allow you to communicate with Business "
7550
  "services using the latest security standards."
7551
  msgstr ""
7552
 
7553
+ #: includes/licensing.php:522
7554
  msgctxt "licensing"
7555
  msgid ""
7556
  "Please contact your hosting provider and ask them to upgrade your system. "
7557
  "Include this message if necessary"
7558
  msgstr ""
7559
 
7560
+ #: includes/licensing.php:552
7561
  msgctxt "licensing"
7562
  msgid ""
7563
  "Please contact your hosting provider and ask them to upgrade your system. "
7564
  "Include this message if necessary."
7565
  msgstr ""
7566
 
7567
+ #: includes/licensing.php:588
7568
  msgctxt "licensing"
7569
  msgid "The server returned a 403 Forbidden error."
7570
  msgstr ""
7571
 
7572
+ #: includes/licensing.php:834
7573
  msgctxt "licensing"
7574
  msgid "Could not activate license: %s."
7575
  msgstr ""
7576
 
7577
+ #: includes/licensing.php:839
7578
  msgctxt "licensing"
7579
  msgid "License activated"
7580
  msgstr ""
7581
 
7582
+ #: includes/licensing.php:871
7583
  msgctxt "licensing"
7584
  msgid "Could not deactivate license: %s."
7585
  msgstr ""
7586
 
7587
+ #: includes/licensing.php:873
7588
  msgctxt "licensing"
7589
  msgid "License deactivated"
7590
  msgstr ""
7591
 
7592
  #. translators: "<module-name>" version <version-number> is not...
7593
+ #: includes/licensing.php:1113
7594
  msgctxt "deprecation"
7595
  msgid ""
7596
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
languages/business-directory-plugin-fr_FR.mo CHANGED
Binary file
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-06-06 22:22:45+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"
@@ -164,8 +164,8 @@ msgid ""
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 "
167
- "votre site est actuellement désactivé. Allez %1$sici%2$s et activez \"Tout le "
168
- "monde peut s'enregistrer\" pour être sûr que le plugin fonctionne "
169
  "correctement."
170
 
171
  #: includes/admin/class-listing-owner.php:62
@@ -236,8 +236,8 @@ msgid "Export"
236
  msgstr "Exportation CSV"
237
 
238
  #: includes/admin/controllers/class-admin-csv.php:50
239
- msgid "See an example CSV import file"
240
- msgstr "Voir un exemple de fichier CSV importé"
241
 
242
  #: includes/admin/controllers/class-admin-csv.php:54
243
  #: templates/admin/csv-import.tpl.php:291
@@ -304,7 +304,7 @@ msgstr ""
304
  "activé"
305
 
306
  #: includes/admin/controllers/class-admin-listings.php:187
307
- #: includes/controllers/pages/class-submit-listing.php:638
308
  #: templates/email/listing-reported.tpl.php:7
309
  msgid "Listing Information"
310
  msgstr "Information sur l'annonce"
@@ -375,7 +375,7 @@ msgstr ""
375
  "formulaire\" ou laissez le plugin le faire pour vous automatiquement."
376
 
377
  #: includes/admin/controllers/class-form-fields-admin.php:37
378
- #: includes/controllers/pages/class-submit-listing.php:968
379
  msgid "Go to \"Form Fields\""
380
  msgstr "Aller à \"Champs du formulaire\""
381
 
@@ -686,7 +686,7 @@ msgid "Missing tables: %s"
686
  msgstr "Tables manquantes : %s"
687
 
688
  #: includes/admin/settings/class-settings-bootstrap.php:13
689
- #: includes/controllers/pages/class-submit-listing.php:1374
690
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
691
  #: templates/listing-contactform.tpl.php:33
692
  #: templates/listing-flagging-form.tpl.php:39
@@ -723,7 +723,7 @@ msgstr "Oui, et le rendre requis"
723
 
724
  #: includes/admin/settings/class-settings-bootstrap.php:283
725
  #: includes/admin/settings/class-settings-bootstrap.php:297
726
- #: includes/controllers/pages/class-submit-listing.php:651
727
  msgid "Terms and Conditions"
728
  msgstr "Conditions d'utilisation"
729
 
@@ -1548,37 +1548,37 @@ msgstr ""
1548
  msgid "Add Listing"
1549
  msgstr "Ajouter une annonce"
1550
 
1551
- #: includes/controllers/pages/class-submit-listing.php:684
1552
  msgid "Listing Images"
1553
  msgstr "Images de l'annonce"
1554
 
1555
- #: includes/controllers/pages/class-submit-listing.php:752
1556
  msgid "Account Creation"
1557
  msgstr "Création de compte"
1558
 
1559
- #: includes/controllers/pages/class-submit-listing.php:951
1560
  msgid "Go to \"Plans\""
1561
  msgstr "Aller aux \"abonnements\""
1562
 
1563
- #: includes/controllers/pages/class-submit-listing.php:1008
1564
  msgid "Please choose a plan."
1565
  msgstr "Veuillez choisir un abonnement ci-dessus."
1566
 
1567
- #: includes/controllers/pages/class-submit-listing.php:1198
1568
  msgid "Please check the form for errors, correct them and submit again."
1569
  msgstr ""
1570
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1571
  "erreurs et soumettre à nouveau."
1572
 
1573
- #: includes/controllers/pages/class-submit-listing.php:1358
1574
  msgid "Create a user account on this site"
1575
  msgstr "Créer un compte utilisateur sur ce site"
1576
 
1577
- #: includes/controllers/pages/class-submit-listing.php:1365
1578
  msgid "Username"
1579
  msgstr "Nom d'utilisateur (login)"
1580
 
1581
- #: includes/controllers/pages/class-submit-listing.php:1387
1582
  msgid "Clear Form"
1583
  msgstr "Effacer le formulaire"
1584
 
@@ -1669,8 +1669,8 @@ msgstr "Texte à afficher pour le champ social"
1669
  msgid ""
1670
  "Warning: Users can use this feature to get around your image limits in plans."
1671
  msgstr ""
1672
- "Attention: Les utilisateurs peuvent utiliser cette fonctionnalité "
1673
- "pour contourner les limitation d'images dans les formules payantes."
1674
 
1675
  #: includes/fields/class-fieldtypes-textarea.php:215
1676
  msgid "Allow images in HTML?"
@@ -1895,28 +1895,28 @@ msgstr "Entrer la clé de licence"
1895
  msgid "Authorize"
1896
  msgstr "Autoriser"
1897
 
1898
- #: includes/licensing.php:390
1899
  msgid "Invalid item ID"
1900
  msgstr "ID d'élément non valide"
1901
 
1902
- #: includes/licensing.php:403
1903
  msgid "No license key provided"
1904
  msgstr "Aucune clé de licence fournie"
1905
 
1906
- #: includes/licensing.php:448 includes/licensing.php:486
1907
  msgid "License key is invalid"
1908
  msgstr "La clé de licence est invalide"
1909
 
1910
- #: includes/licensing.php:452
1911
  msgid "Deactivation failed"
1912
  msgstr "La désactivation a échoué"
1913
 
1914
- #: includes/licensing.php:497
1915
  msgid "The license key was revoked."
1916
  msgstr "La clé de licence a été révoquée."
1917
 
1918
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1919
- #: includes/licensing.php:501
1920
  msgid ""
1921
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1922
  "%2$s and let them know your license is being reported as revoked by the "
@@ -1929,7 +1929,7 @@ msgstr ""
1929
  "inclure l'adresse e-mail que vous avez utilisée pour acheter avec votre "
1930
  "rapport."
1931
 
1932
- #: includes/licensing.php:564
1933
  msgid ""
1934
  "It was not possible to establish a connection with the Business Directory "
1935
  "server. The connection failed with the following error:"
@@ -1937,7 +1937,7 @@ msgstr ""
1937
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
1938
  "Directory. La connexion a échoué avec l'erreur suivante :"
1939
 
1940
- #: includes/licensing.php:577
1941
  msgid ""
1942
  "It was not possible to establish a connection with the Business Directory "
1943
  "server. A problem occurred in the SSL/TSL handshake:"
@@ -1946,7 +1946,7 @@ msgstr ""
1946
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
1947
  "TLS :"
1948
 
1949
- #: includes/licensing.php:624
1950
  msgid ""
1951
  "It looks like your server is not authorized to make outgoing requests to "
1952
  "Business Directory servers. Please contact your webhost and ask them to add "
@@ -1957,27 +1957,27 @@ msgstr ""
1957
  "hébergeur et lui demander d'ajouter notre adresse IP<ip-address> à votre "
1958
  "liste d'autorisation."
1959
 
1960
- #: includes/licensing.php:718
1961
  msgid "Business Directory license key is missing."
1962
  msgstr "Business Directory - Clé de licence manquante."
1963
 
1964
- #: includes/licensing.php:719
1965
  msgid "Business Directory license key has expired"
1966
  msgstr "Business Directory - Clé de licence expirée"
1967
 
1968
- #: includes/licensing.php:720
1969
  msgid "Could not verify Business Directory license."
1970
  msgstr "Impossible de vérifier la licence de l'annuaire professionnel."
1971
 
1972
- #: includes/licensing.php:731
1973
  msgid "Review license keys"
1974
  msgstr "Renouveller la clé de licence"
1975
 
1976
- #: includes/licensing.php:846
1977
  msgid "Missing data. Please reload this page and try again."
1978
  msgstr "Données manquantes. Veuillez recharger cette page et réessayer."
1979
 
1980
- #: includes/licensing.php:851
1981
  msgid "Please enter a license key."
1982
  msgstr "S'il vous plaît entrer une clé de licence."
1983
 
@@ -2518,8 +2518,9 @@ msgstr "Introuvable"
2518
 
2519
  #: templates/admin/payments-details.tpl.php:11
2520
  #: templates/admin/payments-details.tpl.php:26
2521
- msgid "← Return to \"Payment History\""
2522
- msgstr "← Retour à \"Historique des paiements\""
 
2523
 
2524
  #: templates/admin/payments-details.tpl.php:24
2525
  msgid "Payment Not Found"
@@ -3508,7 +3509,7 @@ msgstr ""
3508
  msgid "Business Directory Team"
3509
  msgstr "L'équipe de Annuaire Professionnel"
3510
 
3511
- #: includes/abstracts/class-view.php:119
3512
  msgctxt "views"
3513
  msgid "Invalid credentials."
3514
  msgstr "Informations d'identification invalides."
@@ -4511,8 +4512,8 @@ msgid ""
4511
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
4512
  "setting is checked."
4513
  msgstr ""
4514
- "IMPORTANT: les sous-pages de la page principale de "
4515
- "l'annuaire ne sont pas accessibles lorsque ce paramètre est coché."
4516
 
4517
  #: includes/admin/settings/class-settings-bootstrap.php:315
4518
  msgctxt "admin settings"
@@ -7348,7 +7349,7 @@ msgstr ""
7348
  "utilisateurs, sur votre site. Si cela ne correspond pas à votre souhait, "
7349
  "cliquez <a>ici</a> pour modifier le paramétrage."
7350
 
7351
- #: includes/controllers/pages/class-submit-listing.php:495
7352
  msgctxt "templates"
7353
  msgid ""
7354
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7357,7 +7358,7 @@ msgstr ""
7357
  "<b>Aperçu non disponible</b>. Avez-vous coché le paramètre \"Désactiver la "
7358
  "soumission de l'annonce publique ?\" ?"
7359
 
7360
- #: includes/controllers/pages/class-submit-listing.php:497
7361
  msgctxt "templates"
7362
  msgid ""
7363
  "Listing submission has been disabled. Contact the administrator for details."
@@ -7365,7 +7366,7 @@ msgstr ""
7365
  "La soumission d'annonces a été désactivé. Contactez l'administrateur pour "
7366
  "plus de détails."
7367
 
7368
- #: includes/controllers/pages/class-submit-listing.php:944
7369
  msgctxt "templates"
7370
  msgid ""
7371
  "<b>There are no Plans available</b>, without a plan site users can't submit "
@@ -7375,7 +7376,7 @@ msgstr ""
7375
  "utilisateurs ne pourront pas soumettre des annonces. %s pour créer un "
7376
  "abonnement"
7377
 
7378
- #: includes/controllers/pages/class-submit-listing.php:958
7379
  msgctxt "templates"
7380
  msgid ""
7381
  "Listing submission is not available at the moment. Contact the administrator "
@@ -7384,7 +7385,7 @@ msgstr ""
7384
  "La soumission d'annonce n'est pas disponible pour le moment. Contactez "
7385
  "l'administrateur pour plus de détails."
7386
 
7387
- #: includes/controllers/pages/class-submit-listing.php:961
7388
  msgctxt "templates"
7389
  msgid ""
7390
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7395,12 +7396,12 @@ msgstr ""
7395
  "%s et créez un nouveau champ avec cette association, ou ajoutez cette "
7396
  "association à un champ existant"
7397
 
7398
- #: includes/controllers/pages/class-submit-listing.php:1408
7399
  msgctxt "templates"
7400
  msgid "Please agree to the Terms and Conditions."
7401
  msgstr "Veuillez accepter les conditions d'utilisation."
7402
 
7403
- #: includes/controllers/pages/class-submit-listing.php:1422
7404
  msgctxt "templates"
7405
  msgid "I agree to the <a>Terms and Conditions</a>"
7406
  msgstr "J'accepte <a> Conditions générales </a>"
@@ -7711,7 +7712,7 @@ msgctxt "submit listing"
7711
  msgid "You can't edit this listing."
7712
  msgstr "Vous ne pouvez pas éditer cette annonce."
7713
 
7714
- #: includes/controllers/pages/class-submit-listing.php:162
7715
  msgctxt "submit listing"
7716
  msgid ""
7717
  "This listing can't be edited at this time because it has no plan associated. "
@@ -7721,7 +7722,7 @@ msgstr ""
7721
  "n'est associé. S'il vous plaît <a>modifier l'annonce</a> sur le backend et "
7722
  "l'associer à un abonnement."
7723
 
7724
- #: includes/controllers/pages/class-submit-listing.php:168
7725
  msgctxt "submit listing"
7726
  msgid ""
7727
  "This listing can't be edited at this time. Please try again later or contact "
@@ -7730,71 +7731,71 @@ msgstr ""
7730
  "L'annuaire n'est pas disponible pour le moment. Veuillez réessayer dans "
7731
  "quelques minutes ou contactez l'administrateur si le problème persiste."
7732
 
7733
- #: includes/controllers/pages/class-submit-listing.php:250
7734
  msgctxt "submit listing"
7735
  msgid "You're logged in as admin, payment will be skipped."
7736
  msgstr ""
7737
  "Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
7738
  "seront passées."
7739
 
7740
- #: includes/controllers/pages/class-submit-listing.php:633
7741
  msgctxt "submit listing"
7742
  msgid "Category selection"
7743
  msgstr "Sélection de la catégorie"
7744
 
7745
- #: includes/controllers/pages/class-submit-listing.php:633
7746
  msgctxt "submit listing"
7747
  msgid "Category & plan selection"
7748
  msgstr "Sélection Catégorie et abonnement"
7749
 
7750
- #: includes/controllers/pages/class-submit-listing.php:941
7751
  msgctxt "submit listing"
7752
  msgid "Can not submit a listing at this moment. Please try again later."
7753
  msgstr ""
7754
  "Impossible de soumettre une anonce en ce moment. Veuillez réessayer plus "
7755
  "tard."
7756
 
7757
- #: includes/controllers/pages/class-submit-listing.php:990
7758
- #: includes/controllers/pages/class-submit-listing.php:1117
7759
  msgctxt "submit listing"
7760
  msgid "Please select a category."
7761
  msgstr "Veuillez sélectionner une catégorie."
7762
 
7763
- #: includes/controllers/pages/class-submit-listing.php:1015
7764
  msgctxt "submit listing"
7765
  msgid "Current active plan is disabled. Please select another plan."
7766
  msgstr ""
7767
  "L'abonnement que vous avez choisi est désactivé. Merci d'en choisir un autre."
7768
 
7769
- #: includes/controllers/pages/class-submit-listing.php:1017
7770
  msgctxt "submit listing"
7771
  msgid "Please choose a valid category for your plan."
7772
  msgstr "Veuillez choisir une catégorie valide pour votre annonce."
7773
 
7774
- #: includes/controllers/pages/class-submit-listing.php:1020
7775
  msgctxt "submit listing"
7776
  msgid "Please choose a valid plan for your category selection."
7777
  msgstr ""
7778
  "Merci de choisir un abonnement valable pour votre sélection de catégorie."
7779
 
7780
- #: includes/controllers/pages/class-submit-listing.php:1328
7781
  msgctxt "submit listing"
7782
  msgid "Please enter your desired username."
7783
  msgstr "Merci d'entrer votre nom d'utilisateur souhaité."
7784
 
7785
- #: includes/controllers/pages/class-submit-listing.php:1333
7786
  msgctxt "submit listing"
7787
  msgid "Please enter the e-mail for your new account."
7788
  msgstr "Merci d'entrer votre e-mail pour votre nouveau compte."
7789
 
7790
- #: includes/controllers/pages/class-submit-listing.php:1338
7791
  msgctxt "submit listing"
7792
  msgid "The username you chose is already in use. Please use a different one."
7793
  msgstr ""
7794
  "Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
7795
  "utiliser un autre."
7796
 
7797
- #: includes/controllers/pages/class-submit-listing.php:1343
7798
  msgctxt "submit listing"
7799
  msgid "The e-mail address you chose for your account is already in use."
7800
  msgstr ""
@@ -7805,7 +7806,7 @@ msgctxt "submit listing"
7805
  msgid "Listing submitted by admin. Payment skipped."
7806
  msgstr "Annonce soumis par un admin. Paiement sauté."
7807
 
7808
- #: includes/controllers/pages/class-submit-listing.php:1283
7809
  msgctxt "listing submit"
7810
  msgid ""
7811
  "Image upload is required, please provide at least one image and submit again."
@@ -8139,12 +8140,12 @@ msgctxt "default category name"
8139
  msgid "General"
8140
  msgstr "Général"
8141
 
8142
- #: includes/licensing.php:537
8143
  msgctxt "licensing"
8144
  msgid "Could not contact licensing server"
8145
  msgstr "Impossible de contacter le serveur de licences"
8146
 
8147
- #: includes/licensing.php:550
8148
  msgctxt "licensing"
8149
  msgid ""
8150
  "It was not possible to establish a connection with Business Directory's "
@@ -8153,7 +8154,7 @@ msgstr ""
8153
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
8154
  "Directory. CURL n'a pas été trouvé dans votre système"
8155
 
8156
- #: includes/licensing.php:552 includes/licensing.php:582
8157
  msgctxt "licensing"
8158
  msgid ""
8159
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8166,7 +8167,7 @@ msgstr ""
8166
  "version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
8167
  "est OpenSSL 1.0.1c)."
8168
 
8169
- #: includes/licensing.php:554 includes/licensing.php:584
8170
  msgctxt "licensing"
8171
  msgid ""
8172
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8178,7 +8179,7 @@ msgstr ""
8178
  "votre site Web à pouvoir interagir avec les services en utilisant les "
8179
  "dernières normes de sécurité."
8180
 
8181
- #: includes/licensing.php:556
8182
  msgctxt "licensing"
8183
  msgid ""
8184
  "Please contact your hosting provider and ask them to upgrade your system. "
@@ -8187,7 +8188,7 @@ msgstr ""
8187
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8188
  "à jour votre hébergement. Incluez ce message si nécessaire"
8189
 
8190
- #: includes/licensing.php:586
8191
  msgctxt "licensing"
8192
  msgid ""
8193
  "Please contact your hosting provider and ask them to upgrade your system. "
@@ -8196,33 +8197,33 @@ msgstr ""
8196
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8197
  "à jour votre hébergement. Incluez ce message si nécessaire."
8198
 
8199
- #: includes/licensing.php:622
8200
  msgctxt "licensing"
8201
  msgid "The server returned a 403 Forbidden error."
8202
  msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
8203
 
8204
- #: includes/licensing.php:868
8205
  msgctxt "licensing"
8206
  msgid "Could not activate license: %s."
8207
  msgstr "Impossible d'activer la licence: %s."
8208
 
8209
- #: includes/licensing.php:873
8210
  msgctxt "licensing"
8211
  msgid "License activated"
8212
  msgstr "Licence activée"
8213
 
8214
- #: includes/licensing.php:905
8215
  msgctxt "licensing"
8216
  msgid "Could not deactivate license: %s."
8217
  msgstr "Impossible de désactiver la licence: %s."
8218
 
8219
- #: includes/licensing.php:907
8220
  msgctxt "licensing"
8221
  msgid "License deactivated"
8222
  msgstr "Licence désactivée"
8223
 
8224
  #. translators: "<module-name>" version <version-number> is not...
8225
- #: includes/licensing.php:1147
8226
  msgctxt "deprecation"
8227
  msgid ""
8228
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8749,6 +8750,12 @@ msgctxt "send-access-keys"
8749
  msgid "Continue"
8750
  msgstr "Continuer"
8751
 
 
 
 
 
 
 
8752
  #~ msgctxt "title"
8753
  #~ msgid "Find a Listing"
8754
  #~ msgstr "Trouver une annonce"
@@ -9089,10 +9096,6 @@ msgstr "Continuer"
9089
  #~ msgid "Category Images"
9090
  #~ msgstr "Catégories"
9091
 
9092
- #, fuzzy
9093
- #~ msgid "PayPal Payments"
9094
- #~ msgstr "Paiement Initial"
9095
-
9096
  #, fuzzy
9097
  #~ msgid "Google Maps"
9098
  #~ msgstr "Module google maps"
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-06-22 18:41:02+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"
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 "
167
+ "votre site est actuellement désactivé. Allez %1$sici%2$s et activez \"Tout "
168
+ "le monde peut s'enregistrer\" pour être sûr que le plugin fonctionne "
169
  "correctement."
170
 
171
  #: includes/admin/class-listing-owner.php:62
236
  msgstr "Exportation CSV"
237
 
238
  #: includes/admin/controllers/class-admin-csv.php:50
239
+ msgid "See Example"
240
+ msgstr ""
241
 
242
  #: includes/admin/controllers/class-admin-csv.php:54
243
  #: templates/admin/csv-import.tpl.php:291
304
  "activé"
305
 
306
  #: includes/admin/controllers/class-admin-listings.php:187
307
+ #: includes/controllers/pages/class-submit-listing.php:649
308
  #: templates/email/listing-reported.tpl.php:7
309
  msgid "Listing Information"
310
  msgstr "Information sur l'annonce"
375
  "formulaire\" ou laissez le plugin le faire pour vous automatiquement."
376
 
377
  #: includes/admin/controllers/class-form-fields-admin.php:37
378
+ #: includes/controllers/pages/class-submit-listing.php:979
379
  msgid "Go to \"Form Fields\""
380
  msgstr "Aller à \"Champs du formulaire\""
381
 
686
  msgstr "Tables manquantes : %s"
687
 
688
  #: includes/admin/settings/class-settings-bootstrap.php:13
689
+ #: includes/controllers/pages/class-submit-listing.php:1385
690
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
691
  #: templates/listing-contactform.tpl.php:33
692
  #: templates/listing-flagging-form.tpl.php:39
723
 
724
  #: includes/admin/settings/class-settings-bootstrap.php:283
725
  #: includes/admin/settings/class-settings-bootstrap.php:297
726
+ #: includes/controllers/pages/class-submit-listing.php:662
727
  msgid "Terms and Conditions"
728
  msgstr "Conditions d'utilisation"
729
 
1548
  msgid "Add Listing"
1549
  msgstr "Ajouter une annonce"
1550
 
1551
+ #: includes/controllers/pages/class-submit-listing.php:695
1552
  msgid "Listing Images"
1553
  msgstr "Images de l'annonce"
1554
 
1555
+ #: includes/controllers/pages/class-submit-listing.php:763
1556
  msgid "Account Creation"
1557
  msgstr "Création de compte"
1558
 
1559
+ #: includes/controllers/pages/class-submit-listing.php:962
1560
  msgid "Go to \"Plans\""
1561
  msgstr "Aller aux \"abonnements\""
1562
 
1563
+ #: includes/controllers/pages/class-submit-listing.php:1019
1564
  msgid "Please choose a plan."
1565
  msgstr "Veuillez choisir un abonnement ci-dessus."
1566
 
1567
+ #: includes/controllers/pages/class-submit-listing.php:1209
1568
  msgid "Please check the form for errors, correct them and submit again."
1569
  msgstr ""
1570
  "Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
1571
  "erreurs et soumettre à nouveau."
1572
 
1573
+ #: includes/controllers/pages/class-submit-listing.php:1369
1574
  msgid "Create a user account on this site"
1575
  msgstr "Créer un compte utilisateur sur ce site"
1576
 
1577
+ #: includes/controllers/pages/class-submit-listing.php:1376
1578
  msgid "Username"
1579
  msgstr "Nom d'utilisateur (login)"
1580
 
1581
+ #: includes/controllers/pages/class-submit-listing.php:1398
1582
  msgid "Clear Form"
1583
  msgstr "Effacer le formulaire"
1584
 
1669
  msgid ""
1670
  "Warning: Users can use this feature to get around your image limits in plans."
1671
  msgstr ""
1672
+ "Attention: Les utilisateurs peuvent utiliser cette fonctionnalité pour "
1673
+ "contourner les limitation d'images dans les formules payantes."
1674
 
1675
  #: includes/fields/class-fieldtypes-textarea.php:215
1676
  msgid "Allow images in HTML?"
1895
  msgid "Authorize"
1896
  msgstr "Autoriser"
1897
 
1898
+ #: includes/licensing.php:356
1899
  msgid "Invalid item ID"
1900
  msgstr "ID d'élément non valide"
1901
 
1902
+ #: includes/licensing.php:369
1903
  msgid "No license key provided"
1904
  msgstr "Aucune clé de licence fournie"
1905
 
1906
+ #: includes/licensing.php:414 includes/licensing.php:452
1907
  msgid "License key is invalid"
1908
  msgstr "La clé de licence est invalide"
1909
 
1910
+ #: includes/licensing.php:418
1911
  msgid "Deactivation failed"
1912
  msgstr "La désactivation a échoué"
1913
 
1914
+ #: includes/licensing.php:463
1915
  msgid "The license key was revoked."
1916
  msgstr "La clé de licence a été révoquée."
1917
 
1918
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1919
+ #: includes/licensing.php:467
1920
  msgid ""
1921
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1922
  "%2$s and let them know your license is being reported as revoked by the "
1929
  "inclure l'adresse e-mail que vous avez utilisée pour acheter avec votre "
1930
  "rapport."
1931
 
1932
+ #: includes/licensing.php:530
1933
  msgid ""
1934
  "It was not possible to establish a connection with the Business Directory "
1935
  "server. The connection failed with the following error:"
1937
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
1938
  "Directory. La connexion a échoué avec l'erreur suivante :"
1939
 
1940
+ #: includes/licensing.php:543
1941
  msgid ""
1942
  "It was not possible to establish a connection with the Business Directory "
1943
  "server. A problem occurred in the SSL/TSL handshake:"
1946
  "Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
1947
  "TLS :"
1948
 
1949
+ #: includes/licensing.php:590
1950
  msgid ""
1951
  "It looks like your server is not authorized to make outgoing requests to "
1952
  "Business Directory servers. Please contact your webhost and ask them to add "
1957
  "hébergeur et lui demander d'ajouter notre adresse IP<ip-address> à votre "
1958
  "liste d'autorisation."
1959
 
1960
+ #: includes/licensing.php:684
1961
  msgid "Business Directory license key is missing."
1962
  msgstr "Business Directory - Clé de licence manquante."
1963
 
1964
+ #: includes/licensing.php:685
1965
  msgid "Business Directory license key has expired"
1966
  msgstr "Business Directory - Clé de licence expirée"
1967
 
1968
+ #: includes/licensing.php:686
1969
  msgid "Could not verify Business Directory license."
1970
  msgstr "Impossible de vérifier la licence de l'annuaire professionnel."
1971
 
1972
+ #: includes/licensing.php:697
1973
  msgid "Review license keys"
1974
  msgstr "Renouveller la clé de licence"
1975
 
1976
+ #: includes/licensing.php:812
1977
  msgid "Missing data. Please reload this page and try again."
1978
  msgstr "Données manquantes. Veuillez recharger cette page et réessayer."
1979
 
1980
+ #: includes/licensing.php:817
1981
  msgid "Please enter a license key."
1982
  msgstr "S'il vous plaît entrer une clé de licence."
1983
 
2518
 
2519
  #: templates/admin/payments-details.tpl.php:11
2520
  #: templates/admin/payments-details.tpl.php:26
2521
+ #, fuzzy
2522
+ msgid "← All Payments"
2523
+ msgstr "Paiement Initial"
2524
 
2525
  #: templates/admin/payments-details.tpl.php:24
2526
  msgid "Payment Not Found"
3509
  msgid "Business Directory Team"
3510
  msgstr "L'équipe de Annuaire Professionnel"
3511
 
3512
+ #: includes/abstracts/class-view.php:128
3513
  msgctxt "views"
3514
  msgid "Invalid credentials."
3515
  msgstr "Informations d'identification invalides."
4512
  "IMPORTANT: subpages of the main directory page cannot be accesed while this "
4513
  "setting is checked."
4514
  msgstr ""
4515
+ "IMPORTANT: les sous-pages de la page principale de l'annuaire ne sont pas "
4516
+ "accessibles lorsque ce paramètre est coché."
4517
 
4518
  #: includes/admin/settings/class-settings-bootstrap.php:315
4519
  msgctxt "admin settings"
7349
  "utilisateurs, sur votre site. Si cela ne correspond pas à votre souhait, "
7350
  "cliquez <a>ici</a> pour modifier le paramétrage."
7351
 
7352
+ #: includes/controllers/pages/class-submit-listing.php:505
7353
  msgctxt "templates"
7354
  msgid ""
7355
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7358
  "<b>Aperçu non disponible</b>. Avez-vous coché le paramètre \"Désactiver la "
7359
  "soumission de l'annonce publique ?\" ?"
7360
 
7361
+ #: includes/controllers/pages/class-submit-listing.php:507
7362
  msgctxt "templates"
7363
  msgid ""
7364
  "Listing submission has been disabled. Contact the administrator for details."
7366
  "La soumission d'annonces a été désactivé. Contactez l'administrateur pour "
7367
  "plus de détails."
7368
 
7369
+ #: includes/controllers/pages/class-submit-listing.php:955
7370
  msgctxt "templates"
7371
  msgid ""
7372
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7376
  "utilisateurs ne pourront pas soumettre des annonces. %s pour créer un "
7377
  "abonnement"
7378
 
7379
+ #: includes/controllers/pages/class-submit-listing.php:969
7380
  msgctxt "templates"
7381
  msgid ""
7382
  "Listing submission is not available at the moment. Contact the administrator "
7385
  "La soumission d'annonce n'est pas disponible pour le moment. Contactez "
7386
  "l'administrateur pour plus de détails."
7387
 
7388
+ #: includes/controllers/pages/class-submit-listing.php:972
7389
  msgctxt "templates"
7390
  msgid ""
7391
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7396
  "%s et créez un nouveau champ avec cette association, ou ajoutez cette "
7397
  "association à un champ existant"
7398
 
7399
+ #: includes/controllers/pages/class-submit-listing.php:1419
7400
  msgctxt "templates"
7401
  msgid "Please agree to the Terms and Conditions."
7402
  msgstr "Veuillez accepter les conditions d'utilisation."
7403
 
7404
+ #: includes/controllers/pages/class-submit-listing.php:1433
7405
  msgctxt "templates"
7406
  msgid "I agree to the <a>Terms and Conditions</a>"
7407
  msgstr "J'accepte <a> Conditions générales </a>"
7712
  msgid "You can't edit this listing."
7713
  msgstr "Vous ne pouvez pas éditer cette annonce."
7714
 
7715
+ #: includes/controllers/pages/class-submit-listing.php:165
7716
  msgctxt "submit listing"
7717
  msgid ""
7718
  "This listing can't be edited at this time because it has no plan associated. "
7722
  "n'est associé. S'il vous plaît <a>modifier l'annonce</a> sur le backend et "
7723
  "l'associer à un abonnement."
7724
 
7725
+ #: includes/controllers/pages/class-submit-listing.php:171
7726
  msgctxt "submit listing"
7727
  msgid ""
7728
  "This listing can't be edited at this time. Please try again later or contact "
7731
  "L'annuaire n'est pas disponible pour le moment. Veuillez réessayer dans "
7732
  "quelques minutes ou contactez l'administrateur si le problème persiste."
7733
 
7734
+ #: includes/controllers/pages/class-submit-listing.php:253
7735
  msgctxt "submit listing"
7736
  msgid "You're logged in as admin, payment will be skipped."
7737
  msgstr ""
7738
  "Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
7739
  "seront passées."
7740
 
7741
+ #: includes/controllers/pages/class-submit-listing.php:644
7742
  msgctxt "submit listing"
7743
  msgid "Category selection"
7744
  msgstr "Sélection de la catégorie"
7745
 
7746
+ #: includes/controllers/pages/class-submit-listing.php:644
7747
  msgctxt "submit listing"
7748
  msgid "Category & plan selection"
7749
  msgstr "Sélection Catégorie et abonnement"
7750
 
7751
+ #: includes/controllers/pages/class-submit-listing.php:952
7752
  msgctxt "submit listing"
7753
  msgid "Can not submit a listing at this moment. Please try again later."
7754
  msgstr ""
7755
  "Impossible de soumettre une anonce en ce moment. Veuillez réessayer plus "
7756
  "tard."
7757
 
7758
+ #: includes/controllers/pages/class-submit-listing.php:1001
7759
+ #: includes/controllers/pages/class-submit-listing.php:1128
7760
  msgctxt "submit listing"
7761
  msgid "Please select a category."
7762
  msgstr "Veuillez sélectionner une catégorie."
7763
 
7764
+ #: includes/controllers/pages/class-submit-listing.php:1026
7765
  msgctxt "submit listing"
7766
  msgid "Current active plan is disabled. Please select another plan."
7767
  msgstr ""
7768
  "L'abonnement que vous avez choisi est désactivé. Merci d'en choisir un autre."
7769
 
7770
+ #: includes/controllers/pages/class-submit-listing.php:1028
7771
  msgctxt "submit listing"
7772
  msgid "Please choose a valid category for your plan."
7773
  msgstr "Veuillez choisir une catégorie valide pour votre annonce."
7774
 
7775
+ #: includes/controllers/pages/class-submit-listing.php:1031
7776
  msgctxt "submit listing"
7777
  msgid "Please choose a valid plan for your category selection."
7778
  msgstr ""
7779
  "Merci de choisir un abonnement valable pour votre sélection de catégorie."
7780
 
7781
+ #: includes/controllers/pages/class-submit-listing.php:1339
7782
  msgctxt "submit listing"
7783
  msgid "Please enter your desired username."
7784
  msgstr "Merci d'entrer votre nom d'utilisateur souhaité."
7785
 
7786
+ #: includes/controllers/pages/class-submit-listing.php:1344
7787
  msgctxt "submit listing"
7788
  msgid "Please enter the e-mail for your new account."
7789
  msgstr "Merci d'entrer votre e-mail pour votre nouveau compte."
7790
 
7791
+ #: includes/controllers/pages/class-submit-listing.php:1349
7792
  msgctxt "submit listing"
7793
  msgid "The username you chose is already in use. Please use a different one."
7794
  msgstr ""
7795
  "Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
7796
  "utiliser un autre."
7797
 
7798
+ #: includes/controllers/pages/class-submit-listing.php:1354
7799
  msgctxt "submit listing"
7800
  msgid "The e-mail address you chose for your account is already in use."
7801
  msgstr ""
7806
  msgid "Listing submitted by admin. Payment skipped."
7807
  msgstr "Annonce soumis par un admin. Paiement sauté."
7808
 
7809
+ #: includes/controllers/pages/class-submit-listing.php:1294
7810
  msgctxt "listing submit"
7811
  msgid ""
7812
  "Image upload is required, please provide at least one image and submit again."
8140
  msgid "General"
8141
  msgstr "Général"
8142
 
8143
+ #: includes/licensing.php:503
8144
  msgctxt "licensing"
8145
  msgid "Could not contact licensing server"
8146
  msgstr "Impossible de contacter le serveur de licences"
8147
 
8148
+ #: includes/licensing.php:516
8149
  msgctxt "licensing"
8150
  msgid ""
8151
  "It was not possible to establish a connection with Business Directory's "
8154
  "Il n'a pas été possible d'établir une connexion avec le serveur de Business "
8155
  "Directory. CURL n'a pas été trouvé dans votre système"
8156
 
8157
+ #: includes/licensing.php:518 includes/licensing.php:548
8158
  msgctxt "licensing"
8159
  msgid ""
8160
  "To ensure the security of our systems and adhere to industry best practices, "
8167
  "version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
8168
  "est OpenSSL 1.0.1c)."
8169
 
8170
+ #: includes/licensing.php:520 includes/licensing.php:550
8171
  msgctxt "licensing"
8172
  msgid ""
8173
  "Upgrading your system will not only allow you to communicate with Business "
8179
  "votre site Web à pouvoir interagir avec les services en utilisant les "
8180
  "dernières normes de sécurité."
8181
 
8182
+ #: includes/licensing.php:522
8183
  msgctxt "licensing"
8184
  msgid ""
8185
  "Please contact your hosting provider and ask them to upgrade your system. "
8188
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8189
  "à jour votre hébergement. Incluez ce message si nécessaire"
8190
 
8191
+ #: includes/licensing.php:552
8192
  msgctxt "licensing"
8193
  msgid ""
8194
  "Please contact your hosting provider and ask them to upgrade your system. "
8197
  "Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
8198
  "à jour votre hébergement. Incluez ce message si nécessaire."
8199
 
8200
+ #: includes/licensing.php:588
8201
  msgctxt "licensing"
8202
  msgid "The server returned a 403 Forbidden error."
8203
  msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
8204
 
8205
+ #: includes/licensing.php:834
8206
  msgctxt "licensing"
8207
  msgid "Could not activate license: %s."
8208
  msgstr "Impossible d'activer la licence: %s."
8209
 
8210
+ #: includes/licensing.php:839
8211
  msgctxt "licensing"
8212
  msgid "License activated"
8213
  msgstr "Licence activée"
8214
 
8215
+ #: includes/licensing.php:871
8216
  msgctxt "licensing"
8217
  msgid "Could not deactivate license: %s."
8218
  msgstr "Impossible de désactiver la licence: %s."
8219
 
8220
+ #: includes/licensing.php:873
8221
  msgctxt "licensing"
8222
  msgid "License deactivated"
8223
  msgstr "Licence désactivée"
8224
 
8225
  #. translators: "<module-name>" version <version-number> is not...
8226
+ #: includes/licensing.php:1113
8227
  msgctxt "deprecation"
8228
  msgid ""
8229
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8750
  msgid "Continue"
8751
  msgstr "Continuer"
8752
 
8753
+ #~ msgid "See an example CSV import file"
8754
+ #~ msgstr "Voir un exemple de fichier CSV importé"
8755
+
8756
+ #~ msgid "← Return to \"Payment History\""
8757
+ #~ msgstr "← Retour à \"Historique des paiements\""
8758
+
8759
  #~ msgctxt "title"
8760
  #~ msgid "Find a Listing"
8761
  #~ msgstr "Trouver une annonce"
9096
  #~ msgid "Category Images"
9097
  #~ msgstr "Catégories"
9098
 
 
 
 
 
9099
  #, fuzzy
9100
  #~ msgid "Google Maps"
9101
  #~ msgstr "Module google maps"
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-06-06 22:19:11+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -271,9 +271,8 @@ msgid "Export"
271
  msgstr "Esporta"
272
 
273
  #: includes/admin/controllers/class-admin-csv.php:50
274
- #, fuzzy
275
- msgid "See an example CSV import file"
276
- msgstr "Vedere un esempio di file di importazione CSV"
277
 
278
  #: includes/admin/controllers/class-admin-csv.php:54
279
  #: templates/admin/csv-import.tpl.php:291
@@ -345,7 +344,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
345
  msgstr ""
346
 
347
  #: includes/admin/controllers/class-admin-listings.php:187
348
- #: includes/controllers/pages/class-submit-listing.php:638
349
  #: templates/email/listing-reported.tpl.php:7
350
  msgid "Listing Information"
351
  msgstr "Informazioni sull'annuncio"
@@ -422,7 +421,7 @@ msgstr ""
422
  "automaticamente."
423
 
424
  #: includes/admin/controllers/class-form-fields-admin.php:37
425
- #: includes/controllers/pages/class-submit-listing.php:968
426
  #, fuzzy
427
  msgid "Go to \"Form Fields\""
428
  msgstr "Vai a \"Gestire i campi dei moduli\"."
@@ -779,7 +778,7 @@ msgid "Missing tables: %s"
779
  msgstr "Tabelle mancanti: %s"
780
 
781
  #: includes/admin/settings/class-settings-bootstrap.php:13
782
- #: includes/controllers/pages/class-submit-listing.php:1374
783
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
784
  #: templates/listing-contactform.tpl.php:33
785
  #: templates/listing-flagging-form.tpl.php:39
@@ -821,7 +820,7 @@ msgstr "Sì, e renderlo obbligatorio"
821
 
822
  #: includes/admin/settings/class-settings-bootstrap.php:283
823
  #: includes/admin/settings/class-settings-bootstrap.php:297
824
- #: includes/controllers/pages/class-submit-listing.php:651
825
  #, fuzzy
826
  msgid "Terms and Conditions"
827
  msgstr "Termini e Condizioni"
@@ -1690,44 +1689,44 @@ msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
1690
  msgid "Add Listing"
1691
  msgstr "Aggiungi la quota di Donazione"
1692
 
1693
- #: includes/controllers/pages/class-submit-listing.php:684
1694
  #, fuzzy
1695
  msgid "Listing Images"
1696
  msgstr "Immagini annuncio"
1697
 
1698
- #: includes/controllers/pages/class-submit-listing.php:752
1699
  #, fuzzy
1700
  msgid "Account Creation"
1701
  msgstr "Creazione account"
1702
 
1703
- #: includes/controllers/pages/class-submit-listing.php:951
1704
  #, fuzzy
1705
  msgid "Go to \"Plans\""
1706
  msgstr "Nessun piano tariffario"
1707
 
1708
- #: includes/controllers/pages/class-submit-listing.php:1008
1709
  #, fuzzy
1710
  msgid "Please choose a plan."
1711
  msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
1712
 
1713
- #: includes/controllers/pages/class-submit-listing.php:1198
1714
  #, fuzzy
1715
  msgid "Please check the form for errors, correct them and submit again."
1716
  msgstr ""
1717
  "Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
1718
  "errori, correggerli e ripresentarli di nuovo."
1719
 
1720
- #: includes/controllers/pages/class-submit-listing.php:1358
1721
  #, fuzzy
1722
  msgid "Create a user account on this site"
1723
  msgstr "Creare un account utente su questo sito"
1724
 
1725
- #: includes/controllers/pages/class-submit-listing.php:1365
1726
  #, fuzzy
1727
  msgid "Username"
1728
  msgstr "Nome utente:"
1729
 
1730
- #: includes/controllers/pages/class-submit-listing.php:1387
1731
  #, fuzzy
1732
  msgid "Clear Form"
1733
  msgstr "Cancella"
@@ -2097,33 +2096,33 @@ msgstr "Inserisci qui il codice di licenza"
2097
  msgid "Authorize"
2098
  msgstr "Carta di Credito"
2099
 
2100
- #: includes/licensing.php:390
2101
  #, fuzzy
2102
  msgid "Invalid item ID"
2103
  msgstr "ID articolo non valido"
2104
 
2105
- #: includes/licensing.php:403
2106
  #, fuzzy
2107
  msgid "No license key provided"
2108
  msgstr "Nessuna chiave di licenza fornita"
2109
 
2110
- #: includes/licensing.php:448 includes/licensing.php:486
2111
  #, fuzzy
2112
  msgid "License key is invalid"
2113
  msgstr "La chiave di licenza non è valida"
2114
 
2115
- #: includes/licensing.php:452
2116
  #, fuzzy
2117
  msgid "Deactivation failed"
2118
  msgstr "Disattivazione fallita"
2119
 
2120
- #: includes/licensing.php:497
2121
  #, fuzzy
2122
  msgid "The license key was revoked."
2123
  msgstr "La chiave di licenza è stata revocata."
2124
 
2125
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2126
- #: includes/licensing.php:501
2127
  #, fuzzy
2128
  msgid ""
2129
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
@@ -2135,7 +2134,7 @@ msgstr ""
2135
  "Business Directory</support-link> e fate loro sapere che la vostra licenza è "
2136
  "stata segnalata come revocata dal software di licenza."
2137
 
2138
- #: includes/licensing.php:564
2139
  #, fuzzy
2140
  msgid ""
2141
  "It was not possible to establish a connection with the Business Directory "
@@ -2144,7 +2143,7 @@ msgstr ""
2144
  "Non è stato possibile stabilire una connessione con il server di Business "
2145
  "Directory. Il collegamento non è riuscito con il seguente errore:"
2146
 
2147
- #: includes/licensing.php:577
2148
  #, fuzzy
2149
  msgid ""
2150
  "It was not possible to establish a connection with the Business Directory "
@@ -2153,7 +2152,7 @@ msgstr ""
2153
  "Non è stato possibile stabilire una connessione con il server di Business "
2154
  "Directory. Si è verificato un problema nella stretta di mano SSL/TSL:"
2155
 
2156
- #: includes/licensing.php:624
2157
  #, fuzzy
2158
  msgid ""
2159
  "It looks like your server is not authorized to make outgoing requests to "
@@ -2165,31 +2164,31 @@ msgstr ""
2165
  "support-link> e chiedi loro di aggiungere il tuo indirizzo IP <ip-"
2166
  "address>alla whitelist."
2167
 
2168
- #: includes/licensing.php:718
2169
  #, fuzzy
2170
  msgid "Business Directory license key is missing."
2171
  msgstr "Business Directory - Chiave di licenza scaduta"
2172
 
2173
- #: includes/licensing.php:719
2174
  #, fuzzy
2175
  msgid "Business Directory license key has expired"
2176
  msgstr "Business Directory - Chiave di licenza scaduta"
2177
 
2178
- #: includes/licensing.php:720
2179
  #, fuzzy
2180
  msgid "Could not verify Business Directory license."
2181
  msgstr "Aiuta a migliorare la directory aziendale"
2182
 
2183
- #: includes/licensing.php:731
2184
  #, fuzzy
2185
  msgid "Review license keys"
2186
  msgstr "Rivedere le mie chiavi di licenza"
2187
 
2188
- #: includes/licensing.php:846
2189
  msgid "Missing data. Please reload this page and try again."
2190
  msgstr ""
2191
 
2192
- #: includes/licensing.php:851
2193
  #, fuzzy
2194
  msgid "Please enter a license key."
2195
  msgstr "Per favore inserisci una chiave di licenza."
@@ -2821,8 +2820,8 @@ msgstr "Informazioni di Pagamento"
2821
  #: templates/admin/payments-details.tpl.php:11
2822
  #: templates/admin/payments-details.tpl.php:26
2823
  #, fuzzy
2824
- msgid "← Return to \"Payment History\""
2825
- msgstr "← Ritorno alla \"Cronologia dei pagamenti\"."
2826
 
2827
  #: templates/admin/payments-details.tpl.php:24
2828
  #, fuzzy
@@ -3929,7 +3928,7 @@ msgstr ""
3929
  msgid "Business Directory Team"
3930
  msgstr "Business Directory"
3931
 
3932
- #: includes/abstracts/class-view.php:119
3933
  msgctxt "views"
3934
  msgid "Invalid credentials."
3935
  msgstr "Credenziali non valide."
@@ -7858,7 +7857,7 @@ msgstr ""
7858
  "anteriore del tuo sito. Se non l'hai voluto, clicca <a>qui</a> per "
7859
  "modificare l'impostazione."
7860
 
7861
- #: includes/controllers/pages/class-submit-listing.php:495
7862
  msgctxt "templates"
7863
  msgid ""
7864
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7867,7 +7866,7 @@ msgstr ""
7867
  "<b>Vista non disponibile</b>. È stata selezionata l'impostazione "
7868
  "\"Disattivare l'invio di annunci da frontend\"?"
7869
 
7870
- #: includes/controllers/pages/class-submit-listing.php:497
7871
  msgctxt "templates"
7872
  msgid ""
7873
  "Listing submission has been disabled. Contact the administrator for details."
@@ -7875,14 +7874,14 @@ msgstr ""
7875
  "L'inserimento di un annuncio è stato disabilitato. Contattare "
7876
  "l'amministratore per i dettagli."
7877
 
7878
- #: includes/controllers/pages/class-submit-listing.php:944
7879
  msgctxt "templates"
7880
  msgid ""
7881
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7882
  "a listing. %s to create a plan"
7883
  msgstr ""
7884
 
7885
- #: includes/controllers/pages/class-submit-listing.php:958
7886
  msgctxt "templates"
7887
  msgid ""
7888
  "Listing submission is not available at the moment. Contact the administrator "
@@ -7891,7 +7890,7 @@ msgstr ""
7891
  "Al momento non è disponibile l'invio di annunci. Contattare l'amministratore "
7892
  "per i dettagli."
7893
 
7894
- #: includes/controllers/pages/class-submit-listing.php:961
7895
  msgctxt "templates"
7896
  msgid ""
7897
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7902,12 +7901,12 @@ msgstr ""
7902
  "%s e crea un nuovo campo con questa associazione, o assegna questa "
7903
  "associazione ad un campo esistente."
7904
 
7905
- #: includes/controllers/pages/class-submit-listing.php:1408
7906
  msgctxt "templates"
7907
  msgid "Please agree to the Terms and Conditions."
7908
  msgstr "Per favore è necessario accettare le condizioni d'uso."
7909
 
7910
- #: includes/controllers/pages/class-submit-listing.php:1422
7911
  msgctxt "templates"
7912
  msgid "I agree to the <a>Terms and Conditions</a>"
7913
  msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
@@ -8225,7 +8224,7 @@ msgctxt "submit listing"
8225
  msgid "You can't edit this listing."
8226
  msgstr "Non è possibile modificare questo annuncio."
8227
 
8228
- #: includes/controllers/pages/class-submit-listing.php:162
8229
  #, fuzzy
8230
  msgctxt "submit listing"
8231
  msgid ""
@@ -8236,7 +8235,7 @@ msgstr ""
8236
  "piano tariffario associato. Si prega di <a>modificare l'annuncio</a> dal "
8237
  "backend e di associarlo a un piano tariffario."
8238
 
8239
- #: includes/controllers/pages/class-submit-listing.php:168
8240
  msgctxt "submit listing"
8241
  msgid ""
8242
  "This listing can't be edited at this time. Please try again later or contact "
@@ -8245,45 +8244,45 @@ msgstr ""
8245
  "Questo annuncio non può essere modificato in questo momento. Riprovare più "
8246
  "tardi o contattare l'amministratore se il problema persiste."
8247
 
8248
- #: includes/controllers/pages/class-submit-listing.php:250
8249
  msgctxt "submit listing"
8250
  msgid "You're logged in as admin, payment will be skipped."
8251
  msgstr "Sei loggato come amministratore, il pagamento verrà saltato."
8252
 
8253
- #: includes/controllers/pages/class-submit-listing.php:633
8254
  msgctxt "submit listing"
8255
  msgid "Category selection"
8256
  msgstr "Selezione della categoria"
8257
 
8258
- #: includes/controllers/pages/class-submit-listing.php:633
8259
  msgctxt "submit listing"
8260
  msgid "Category & plan selection"
8261
  msgstr "Selezione di categorie e piani"
8262
 
8263
- #: includes/controllers/pages/class-submit-listing.php:941
8264
  msgctxt "submit listing"
8265
  msgid "Can not submit a listing at this moment. Please try again later."
8266
  msgstr ""
8267
  "Non è possibile inviare un annuncio in questo momento. Per favore, riprova "
8268
  "più tardi."
8269
 
8270
- #: includes/controllers/pages/class-submit-listing.php:990
8271
- #: includes/controllers/pages/class-submit-listing.php:1117
8272
  msgctxt "submit listing"
8273
  msgid "Please select a category."
8274
  msgstr "Per favore seleziona una categoria."
8275
 
8276
- #: includes/controllers/pages/class-submit-listing.php:1015
8277
  msgctxt "submit listing"
8278
  msgid "Current active plan is disabled. Please select another plan."
8279
  msgstr ""
8280
 
8281
- #: includes/controllers/pages/class-submit-listing.php:1017
8282
  msgctxt "submit listing"
8283
  msgid "Please choose a valid category for your plan."
8284
  msgstr "Scegli una categoria valida per il tuo piano."
8285
 
8286
- #: includes/controllers/pages/class-submit-listing.php:1020
8287
  #, fuzzy
8288
  msgctxt "submit listing"
8289
  msgid "Please choose a valid plan for your category selection."
@@ -8291,22 +8290,22 @@ msgstr ""
8291
  "Si prega di scegliere un piano tariffario valido per la selezione della "
8292
  "categoria."
8293
 
8294
- #: includes/controllers/pages/class-submit-listing.php:1328
8295
  msgctxt "submit listing"
8296
  msgid "Please enter your desired username."
8297
  msgstr "Inserisci il nome utente desiderato."
8298
 
8299
- #: includes/controllers/pages/class-submit-listing.php:1333
8300
  msgctxt "submit listing"
8301
  msgid "Please enter the e-mail for your new account."
8302
  msgstr "Inserisci l'e-mail per il tuo nuovo account."
8303
 
8304
- #: includes/controllers/pages/class-submit-listing.php:1338
8305
  msgctxt "submit listing"
8306
  msgid "The username you chose is already in use. Please use a different one."
8307
  msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
8308
 
8309
- #: includes/controllers/pages/class-submit-listing.php:1343
8310
  msgctxt "submit listing"
8311
  msgid "The e-mail address you chose for your account is already in use."
8312
  msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
@@ -8316,7 +8315,7 @@ msgctxt "submit listing"
8316
  msgid "Listing submitted by admin. Payment skipped."
8317
  msgstr "Annuncio presentato da admin. Pagamento saltato."
8318
 
8319
- #: includes/controllers/pages/class-submit-listing.php:1283
8320
  msgctxt "listing submit"
8321
  msgid ""
8322
  "Image upload is required, please provide at least one image and submit again."
@@ -8653,12 +8652,12 @@ msgctxt "default category name"
8653
  msgid "General"
8654
  msgstr "Generale"
8655
 
8656
- #: includes/licensing.php:537
8657
  msgctxt "licensing"
8658
  msgid "Could not contact licensing server"
8659
  msgstr "Impossibile contattare il server di licenza"
8660
 
8661
- #: includes/licensing.php:550
8662
  msgctxt "licensing"
8663
  msgid ""
8664
  "It was not possible to establish a connection with Business Directory's "
@@ -8667,7 +8666,7 @@ msgstr ""
8667
  "Non è stato possibile stabilire una connessione con il server di Business "
8668
  "Directory. cURL non è stato trovato nel sistema."
8669
 
8670
- #: includes/licensing.php:552 includes/licensing.php:582
8671
  msgctxt "licensing"
8672
  msgid ""
8673
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8680,7 +8679,7 @@ msgstr ""
8680
  "recente di cURL e una versione di OpenSSL che supporta TLSv1.2 (la versione "
8681
  "minima con supporto è OpenSSL 1.0.1.1c)."
8682
 
8683
- #: includes/licensing.php:554 includes/licensing.php:584
8684
  msgctxt "licensing"
8685
  msgid ""
8686
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8692,7 +8691,7 @@ msgstr ""
8692
  "sito web a interagire con i servizi utilizzando i più recenti standard di "
8693
  "sicurezza."
8694
 
8695
- #: includes/licensing.php:556
8696
  msgctxt "licensing"
8697
  msgid ""
8698
  "Please contact your hosting provider and ask them to upgrade your system. "
@@ -8701,7 +8700,7 @@ msgstr ""
8701
  "Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
8702
  "sistema. Includere questo messaggio se necessario"
8703
 
8704
- #: includes/licensing.php:586
8705
  msgctxt "licensing"
8706
  msgid ""
8707
  "Please contact your hosting provider and ask them to upgrade your system. "
@@ -8710,33 +8709,33 @@ msgstr ""
8710
  "Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
8711
  "sistema. Includere questo messaggio se necessario."
8712
 
8713
- #: includes/licensing.php:622
8714
  msgctxt "licensing"
8715
  msgid "The server returned a 403 Forbidden error."
8716
  msgstr "Il server ha restituito un errore 403 Forbidden error."
8717
 
8718
- #: includes/licensing.php:868
8719
  msgctxt "licensing"
8720
  msgid "Could not activate license: %s."
8721
  msgstr "Impossibile attivare la licenza: %s."
8722
 
8723
- #: includes/licensing.php:873
8724
  msgctxt "licensing"
8725
  msgid "License activated"
8726
  msgstr "Licenza attivata"
8727
 
8728
- #: includes/licensing.php:905
8729
  msgctxt "licensing"
8730
  msgid "Could not deactivate license: %s."
8731
  msgstr "Impossibile disattivare la licenza: %s."
8732
 
8733
- #: includes/licensing.php:907
8734
  msgctxt "licensing"
8735
  msgid "License deactivated"
8736
  msgstr "Licenza disattivata"
8737
 
8738
  #. translators: "<module-name>" version <version-number> is not...
8739
- #: includes/licensing.php:1147
8740
  msgctxt "deprecation"
8741
  msgid ""
8742
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -9260,6 +9259,14 @@ msgctxt "send-access-keys"
9260
  msgid "Continue"
9261
  msgstr "Continua"
9262
 
 
 
 
 
 
 
 
 
9263
  #~ msgctxt "title"
9264
  #~ msgid "Find a Listing"
9265
  #~ msgstr "Trova un annuncio"
@@ -9613,10 +9620,6 @@ msgstr "Continua"
9613
  #~ msgid "Category Images"
9614
  #~ msgstr "Categorie"
9615
 
9616
- #, fuzzy
9617
- #~ msgid "PayPal Payments"
9618
- #~ msgstr "Sottoscrizione"
9619
-
9620
  #, fuzzy
9621
  #~ msgid "Google Maps"
9622
  #~ msgstr "Modulo Google Maps"
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-06-22 18:41:02+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
271
  msgstr "Esporta"
272
 
273
  #: includes/admin/controllers/class-admin-csv.php:50
274
+ msgid "See Example"
275
+ msgstr ""
 
276
 
277
  #: includes/admin/controllers/class-admin-csv.php:54
278
  #: templates/admin/csv-import.tpl.php:291
344
  msgstr ""
345
 
346
  #: includes/admin/controllers/class-admin-listings.php:187
347
+ #: includes/controllers/pages/class-submit-listing.php:649
348
  #: templates/email/listing-reported.tpl.php:7
349
  msgid "Listing Information"
350
  msgstr "Informazioni sull'annuncio"
421
  "automaticamente."
422
 
423
  #: includes/admin/controllers/class-form-fields-admin.php:37
424
+ #: includes/controllers/pages/class-submit-listing.php:979
425
  #, fuzzy
426
  msgid "Go to \"Form Fields\""
427
  msgstr "Vai a \"Gestire i campi dei moduli\"."
778
  msgstr "Tabelle mancanti: %s"
779
 
780
  #: includes/admin/settings/class-settings-bootstrap.php:13
781
+ #: includes/controllers/pages/class-submit-listing.php:1385
782
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
783
  #: templates/listing-contactform.tpl.php:33
784
  #: templates/listing-flagging-form.tpl.php:39
820
 
821
  #: includes/admin/settings/class-settings-bootstrap.php:283
822
  #: includes/admin/settings/class-settings-bootstrap.php:297
823
+ #: includes/controllers/pages/class-submit-listing.php:662
824
  #, fuzzy
825
  msgid "Terms and Conditions"
826
  msgstr "Termini e Condizioni"
1689
  msgid "Add Listing"
1690
  msgstr "Aggiungi la quota di Donazione"
1691
 
1692
+ #: includes/controllers/pages/class-submit-listing.php:695
1693
  #, fuzzy
1694
  msgid "Listing Images"
1695
  msgstr "Immagini annuncio"
1696
 
1697
+ #: includes/controllers/pages/class-submit-listing.php:763
1698
  #, fuzzy
1699
  msgid "Account Creation"
1700
  msgstr "Creazione account"
1701
 
1702
+ #: includes/controllers/pages/class-submit-listing.php:962
1703
  #, fuzzy
1704
  msgid "Go to \"Plans\""
1705
  msgstr "Nessun piano tariffario"
1706
 
1707
+ #: includes/controllers/pages/class-submit-listing.php:1019
1708
  #, fuzzy
1709
  msgid "Please choose a plan."
1710
  msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
1711
 
1712
+ #: includes/controllers/pages/class-submit-listing.php:1209
1713
  #, fuzzy
1714
  msgid "Please check the form for errors, correct them and submit again."
1715
  msgstr ""
1716
  "Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
1717
  "errori, correggerli e ripresentarli di nuovo."
1718
 
1719
+ #: includes/controllers/pages/class-submit-listing.php:1369
1720
  #, fuzzy
1721
  msgid "Create a user account on this site"
1722
  msgstr "Creare un account utente su questo sito"
1723
 
1724
+ #: includes/controllers/pages/class-submit-listing.php:1376
1725
  #, fuzzy
1726
  msgid "Username"
1727
  msgstr "Nome utente:"
1728
 
1729
+ #: includes/controllers/pages/class-submit-listing.php:1398
1730
  #, fuzzy
1731
  msgid "Clear Form"
1732
  msgstr "Cancella"
2096
  msgid "Authorize"
2097
  msgstr "Carta di Credito"
2098
 
2099
+ #: includes/licensing.php:356
2100
  #, fuzzy
2101
  msgid "Invalid item ID"
2102
  msgstr "ID articolo non valido"
2103
 
2104
+ #: includes/licensing.php:369
2105
  #, fuzzy
2106
  msgid "No license key provided"
2107
  msgstr "Nessuna chiave di licenza fornita"
2108
 
2109
+ #: includes/licensing.php:414 includes/licensing.php:452
2110
  #, fuzzy
2111
  msgid "License key is invalid"
2112
  msgstr "La chiave di licenza non è valida"
2113
 
2114
+ #: includes/licensing.php:418
2115
  #, fuzzy
2116
  msgid "Deactivation failed"
2117
  msgstr "Disattivazione fallita"
2118
 
2119
+ #: includes/licensing.php:463
2120
  #, fuzzy
2121
  msgid "The license key was revoked."
2122
  msgstr "La chiave di licenza è stata revocata."
2123
 
2124
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2125
+ #: includes/licensing.php:467
2126
  #, fuzzy
2127
  msgid ""
2128
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2134
  "Business Directory</support-link> e fate loro sapere che la vostra licenza è "
2135
  "stata segnalata come revocata dal software di licenza."
2136
 
2137
+ #: includes/licensing.php:530
2138
  #, fuzzy
2139
  msgid ""
2140
  "It was not possible to establish a connection with the Business Directory "
2143
  "Non è stato possibile stabilire una connessione con il server di Business "
2144
  "Directory. Il collegamento non è riuscito con il seguente errore:"
2145
 
2146
+ #: includes/licensing.php:543
2147
  #, fuzzy
2148
  msgid ""
2149
  "It was not possible to establish a connection with the Business Directory "
2152
  "Non è stato possibile stabilire una connessione con il server di Business "
2153
  "Directory. Si è verificato un problema nella stretta di mano SSL/TSL:"
2154
 
2155
+ #: includes/licensing.php:590
2156
  #, fuzzy
2157
  msgid ""
2158
  "It looks like your server is not authorized to make outgoing requests to "
2164
  "support-link> e chiedi loro di aggiungere il tuo indirizzo IP <ip-"
2165
  "address>alla whitelist."
2166
 
2167
+ #: includes/licensing.php:684
2168
  #, fuzzy
2169
  msgid "Business Directory license key is missing."
2170
  msgstr "Business Directory - Chiave di licenza scaduta"
2171
 
2172
+ #: includes/licensing.php:685
2173
  #, fuzzy
2174
  msgid "Business Directory license key has expired"
2175
  msgstr "Business Directory - Chiave di licenza scaduta"
2176
 
2177
+ #: includes/licensing.php:686
2178
  #, fuzzy
2179
  msgid "Could not verify Business Directory license."
2180
  msgstr "Aiuta a migliorare la directory aziendale"
2181
 
2182
+ #: includes/licensing.php:697
2183
  #, fuzzy
2184
  msgid "Review license keys"
2185
  msgstr "Rivedere le mie chiavi di licenza"
2186
 
2187
+ #: includes/licensing.php:812
2188
  msgid "Missing data. Please reload this page and try again."
2189
  msgstr ""
2190
 
2191
+ #: includes/licensing.php:817
2192
  #, fuzzy
2193
  msgid "Please enter a license key."
2194
  msgstr "Per favore inserisci una chiave di licenza."
2820
  #: templates/admin/payments-details.tpl.php:11
2821
  #: templates/admin/payments-details.tpl.php:26
2822
  #, fuzzy
2823
+ msgid "← All Payments"
2824
+ msgstr "Sottoscrizione"
2825
 
2826
  #: templates/admin/payments-details.tpl.php:24
2827
  #, fuzzy
3928
  msgid "Business Directory Team"
3929
  msgstr "Business Directory"
3930
 
3931
+ #: includes/abstracts/class-view.php:128
3932
  msgctxt "views"
3933
  msgid "Invalid credentials."
3934
  msgstr "Credenziali non valide."
7857
  "anteriore del tuo sito. Se non l'hai voluto, clicca <a>qui</a> per "
7858
  "modificare l'impostazione."
7859
 
7860
+ #: includes/controllers/pages/class-submit-listing.php:505
7861
  msgctxt "templates"
7862
  msgid ""
7863
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7866
  "<b>Vista non disponibile</b>. È stata selezionata l'impostazione "
7867
  "\"Disattivare l'invio di annunci da frontend\"?"
7868
 
7869
+ #: includes/controllers/pages/class-submit-listing.php:507
7870
  msgctxt "templates"
7871
  msgid ""
7872
  "Listing submission has been disabled. Contact the administrator for details."
7874
  "L'inserimento di un annuncio è stato disabilitato. Contattare "
7875
  "l'amministratore per i dettagli."
7876
 
7877
+ #: includes/controllers/pages/class-submit-listing.php:955
7878
  msgctxt "templates"
7879
  msgid ""
7880
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7881
  "a listing. %s to create a plan"
7882
  msgstr ""
7883
 
7884
+ #: includes/controllers/pages/class-submit-listing.php:969
7885
  msgctxt "templates"
7886
  msgid ""
7887
  "Listing submission is not available at the moment. Contact the administrator "
7890
  "Al momento non è disponibile l'invio di annunci. Contattare l'amministratore "
7891
  "per i dettagli."
7892
 
7893
+ #: includes/controllers/pages/class-submit-listing.php:972
7894
  msgctxt "templates"
7895
  msgid ""
7896
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7901
  "%s e crea un nuovo campo con questa associazione, o assegna questa "
7902
  "associazione ad un campo esistente."
7903
 
7904
+ #: includes/controllers/pages/class-submit-listing.php:1419
7905
  msgctxt "templates"
7906
  msgid "Please agree to the Terms and Conditions."
7907
  msgstr "Per favore è necessario accettare le condizioni d'uso."
7908
 
7909
+ #: includes/controllers/pages/class-submit-listing.php:1433
7910
  msgctxt "templates"
7911
  msgid "I agree to the <a>Terms and Conditions</a>"
7912
  msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
8224
  msgid "You can't edit this listing."
8225
  msgstr "Non è possibile modificare questo annuncio."
8226
 
8227
+ #: includes/controllers/pages/class-submit-listing.php:165
8228
  #, fuzzy
8229
  msgctxt "submit listing"
8230
  msgid ""
8235
  "piano tariffario associato. Si prega di <a>modificare l'annuncio</a> dal "
8236
  "backend e di associarlo a un piano tariffario."
8237
 
8238
+ #: includes/controllers/pages/class-submit-listing.php:171
8239
  msgctxt "submit listing"
8240
  msgid ""
8241
  "This listing can't be edited at this time. Please try again later or contact "
8244
  "Questo annuncio non può essere modificato in questo momento. Riprovare più "
8245
  "tardi o contattare l'amministratore se il problema persiste."
8246
 
8247
+ #: includes/controllers/pages/class-submit-listing.php:253
8248
  msgctxt "submit listing"
8249
  msgid "You're logged in as admin, payment will be skipped."
8250
  msgstr "Sei loggato come amministratore, il pagamento verrà saltato."
8251
 
8252
+ #: includes/controllers/pages/class-submit-listing.php:644
8253
  msgctxt "submit listing"
8254
  msgid "Category selection"
8255
  msgstr "Selezione della categoria"
8256
 
8257
+ #: includes/controllers/pages/class-submit-listing.php:644
8258
  msgctxt "submit listing"
8259
  msgid "Category & plan selection"
8260
  msgstr "Selezione di categorie e piani"
8261
 
8262
+ #: includes/controllers/pages/class-submit-listing.php:952
8263
  msgctxt "submit listing"
8264
  msgid "Can not submit a listing at this moment. Please try again later."
8265
  msgstr ""
8266
  "Non è possibile inviare un annuncio in questo momento. Per favore, riprova "
8267
  "più tardi."
8268
 
8269
+ #: includes/controllers/pages/class-submit-listing.php:1001
8270
+ #: includes/controllers/pages/class-submit-listing.php:1128
8271
  msgctxt "submit listing"
8272
  msgid "Please select a category."
8273
  msgstr "Per favore seleziona una categoria."
8274
 
8275
+ #: includes/controllers/pages/class-submit-listing.php:1026
8276
  msgctxt "submit listing"
8277
  msgid "Current active plan is disabled. Please select another plan."
8278
  msgstr ""
8279
 
8280
+ #: includes/controllers/pages/class-submit-listing.php:1028
8281
  msgctxt "submit listing"
8282
  msgid "Please choose a valid category for your plan."
8283
  msgstr "Scegli una categoria valida per il tuo piano."
8284
 
8285
+ #: includes/controllers/pages/class-submit-listing.php:1031
8286
  #, fuzzy
8287
  msgctxt "submit listing"
8288
  msgid "Please choose a valid plan for your category selection."
8290
  "Si prega di scegliere un piano tariffario valido per la selezione della "
8291
  "categoria."
8292
 
8293
+ #: includes/controllers/pages/class-submit-listing.php:1339
8294
  msgctxt "submit listing"
8295
  msgid "Please enter your desired username."
8296
  msgstr "Inserisci il nome utente desiderato."
8297
 
8298
+ #: includes/controllers/pages/class-submit-listing.php:1344
8299
  msgctxt "submit listing"
8300
  msgid "Please enter the e-mail for your new account."
8301
  msgstr "Inserisci l'e-mail per il tuo nuovo account."
8302
 
8303
+ #: includes/controllers/pages/class-submit-listing.php:1349
8304
  msgctxt "submit listing"
8305
  msgid "The username you chose is already in use. Please use a different one."
8306
  msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
8307
 
8308
+ #: includes/controllers/pages/class-submit-listing.php:1354
8309
  msgctxt "submit listing"
8310
  msgid "The e-mail address you chose for your account is already in use."
8311
  msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
8315
  msgid "Listing submitted by admin. Payment skipped."
8316
  msgstr "Annuncio presentato da admin. Pagamento saltato."
8317
 
8318
+ #: includes/controllers/pages/class-submit-listing.php:1294
8319
  msgctxt "listing submit"
8320
  msgid ""
8321
  "Image upload is required, please provide at least one image and submit again."
8652
  msgid "General"
8653
  msgstr "Generale"
8654
 
8655
+ #: includes/licensing.php:503
8656
  msgctxt "licensing"
8657
  msgid "Could not contact licensing server"
8658
  msgstr "Impossibile contattare il server di licenza"
8659
 
8660
+ #: includes/licensing.php:516
8661
  msgctxt "licensing"
8662
  msgid ""
8663
  "It was not possible to establish a connection with Business Directory's "
8666
  "Non è stato possibile stabilire una connessione con il server di Business "
8667
  "Directory. cURL non è stato trovato nel sistema."
8668
 
8669
+ #: includes/licensing.php:518 includes/licensing.php:548
8670
  msgctxt "licensing"
8671
  msgid ""
8672
  "To ensure the security of our systems and adhere to industry best practices, "
8679
  "recente di cURL e una versione di OpenSSL che supporta TLSv1.2 (la versione "
8680
  "minima con supporto è OpenSSL 1.0.1.1c)."
8681
 
8682
+ #: includes/licensing.php:520 includes/licensing.php:550
8683
  msgctxt "licensing"
8684
  msgid ""
8685
  "Upgrading your system will not only allow you to communicate with Business "
8691
  "sito web a interagire con i servizi utilizzando i più recenti standard di "
8692
  "sicurezza."
8693
 
8694
+ #: includes/licensing.php:522
8695
  msgctxt "licensing"
8696
  msgid ""
8697
  "Please contact your hosting provider and ask them to upgrade your system. "
8700
  "Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
8701
  "sistema. Includere questo messaggio se necessario"
8702
 
8703
+ #: includes/licensing.php:552
8704
  msgctxt "licensing"
8705
  msgid ""
8706
  "Please contact your hosting provider and ask them to upgrade your system. "
8709
  "Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
8710
  "sistema. Includere questo messaggio se necessario."
8711
 
8712
+ #: includes/licensing.php:588
8713
  msgctxt "licensing"
8714
  msgid "The server returned a 403 Forbidden error."
8715
  msgstr "Il server ha restituito un errore 403 Forbidden error."
8716
 
8717
+ #: includes/licensing.php:834
8718
  msgctxt "licensing"
8719
  msgid "Could not activate license: %s."
8720
  msgstr "Impossibile attivare la licenza: %s."
8721
 
8722
+ #: includes/licensing.php:839
8723
  msgctxt "licensing"
8724
  msgid "License activated"
8725
  msgstr "Licenza attivata"
8726
 
8727
+ #: includes/licensing.php:871
8728
  msgctxt "licensing"
8729
  msgid "Could not deactivate license: %s."
8730
  msgstr "Impossibile disattivare la licenza: %s."
8731
 
8732
+ #: includes/licensing.php:873
8733
  msgctxt "licensing"
8734
  msgid "License deactivated"
8735
  msgstr "Licenza disattivata"
8736
 
8737
  #. translators: "<module-name>" version <version-number> is not...
8738
+ #: includes/licensing.php:1113
8739
  msgctxt "deprecation"
8740
  msgid ""
8741
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
9259
  msgid "Continue"
9260
  msgstr "Continua"
9261
 
9262
+ #, fuzzy
9263
+ #~ msgid "See an example CSV import file"
9264
+ #~ msgstr "Vedere un esempio di file di importazione CSV"
9265
+
9266
+ #, fuzzy
9267
+ #~ msgid "← Return to \"Payment History\""
9268
+ #~ msgstr "← Ritorno alla \"Cronologia dei pagamenti\"."
9269
+
9270
  #~ msgctxt "title"
9271
  #~ msgid "Find a Listing"
9272
  #~ msgstr "Trova un annuncio"
9620
  #~ msgid "Category Images"
9621
  #~ msgstr "Categorie"
9622
 
 
 
 
 
9623
  #, fuzzy
9624
  #~ msgid "Google Maps"
9625
  #~ msgstr "Modulo Google Maps"
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-06-06 22:19:11+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"
@@ -241,7 +241,7 @@ msgid "Export"
241
  msgstr ""
242
 
243
  #: includes/admin/controllers/class-admin-csv.php:50
244
- msgid "See an example CSV import file"
245
  msgstr ""
246
 
247
  #: includes/admin/controllers/class-admin-csv.php:54
@@ -313,7 +313,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
313
  msgstr ""
314
 
315
  #: includes/admin/controllers/class-admin-listings.php:187
316
- #: includes/controllers/pages/class-submit-listing.php:638
317
  #: templates/email/listing-reported.tpl.php:7
318
  msgid "Listing Information"
319
  msgstr "Registratie informatie"
@@ -390,7 +390,7 @@ msgid ""
390
  msgstr ""
391
 
392
  #: includes/admin/controllers/class-form-fields-admin.php:37
393
- #: includes/controllers/pages/class-submit-listing.php:968
394
  #, fuzzy
395
  msgid "Go to \"Form Fields\""
396
  msgstr "Ga naar \"instellen formulier velden\""
@@ -734,7 +734,7 @@ msgid "Missing tables: %s"
734
  msgstr "Missende tabellen: %s"
735
 
736
  #: includes/admin/settings/class-settings-bootstrap.php:13
737
- #: includes/controllers/pages/class-submit-listing.php:1374
738
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
739
  #: templates/listing-contactform.tpl.php:33
740
  #: templates/listing-flagging-form.tpl.php:39
@@ -769,7 +769,7 @@ msgstr "%s is vereist."
769
 
770
  #: includes/admin/settings/class-settings-bootstrap.php:283
771
  #: includes/admin/settings/class-settings-bootstrap.php:297
772
- #: includes/controllers/pages/class-submit-listing.php:651
773
  #, fuzzy
774
  msgid "Terms and Conditions"
775
  msgstr "Voorwaarden en condities"
@@ -1590,38 +1590,38 @@ msgstr ""
1590
  msgid "Add Listing"
1591
  msgstr "Nieuwe registratie toevoegen"
1592
 
1593
- #: includes/controllers/pages/class-submit-listing.php:684
1594
  #, fuzzy
1595
  msgid "Listing Images"
1596
  msgstr "Beelden bij de registratie"
1597
 
1598
- #: includes/controllers/pages/class-submit-listing.php:752
1599
  msgid "Account Creation"
1600
  msgstr ""
1601
 
1602
- #: includes/controllers/pages/class-submit-listing.php:951
1603
  #, fuzzy
1604
  msgid "Go to \"Plans\""
1605
  msgstr "Ga naar \"instellen formulier velden\""
1606
 
1607
- #: includes/controllers/pages/class-submit-listing.php:1008
1608
  msgid "Please choose a plan."
1609
  msgstr ""
1610
 
1611
- #: includes/controllers/pages/class-submit-listing.php:1198
1612
  msgid "Please check the form for errors, correct them and submit again."
1613
  msgstr ""
1614
 
1615
- #: includes/controllers/pages/class-submit-listing.php:1358
1616
  msgid "Create a user account on this site"
1617
  msgstr ""
1618
 
1619
- #: includes/controllers/pages/class-submit-listing.php:1365
1620
  #, fuzzy
1621
  msgid "Username"
1622
  msgstr "Gebruiker"
1623
 
1624
- #: includes/controllers/pages/class-submit-listing.php:1387
1625
  #, fuzzy
1626
  msgid "Clear Form"
1627
  msgstr "Leegmaken"
@@ -1962,30 +1962,30 @@ msgstr "Beelden bij de registratie"
1962
  msgid "Authorize"
1963
  msgstr "Auteur"
1964
 
1965
- #: includes/licensing.php:390
1966
  msgid "Invalid item ID"
1967
  msgstr ""
1968
 
1969
- #: includes/licensing.php:403
1970
  msgid "No license key provided"
1971
  msgstr ""
1972
 
1973
- #: includes/licensing.php:448 includes/licensing.php:486
1974
  #, fuzzy
1975
  msgid "License key is invalid"
1976
  msgstr "Beelden bij de registratie"
1977
 
1978
- #: includes/licensing.php:452
1979
  #, fuzzy
1980
  msgid "Deactivation failed"
1981
  msgstr "Actief"
1982
 
1983
- #: includes/licensing.php:497
1984
  msgid "The license key was revoked."
1985
  msgstr ""
1986
 
1987
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1988
- #: includes/licensing.php:501
1989
  msgid ""
1990
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1991
  "%2$s and let them know your license is being reported as revoked by the "
@@ -1993,49 +1993,49 @@ msgid ""
1993
  "with your report."
1994
  msgstr ""
1995
 
1996
- #: includes/licensing.php:564
1997
  msgid ""
1998
  "It was not possible to establish a connection with the Business Directory "
1999
  "server. The connection failed with the following error:"
2000
  msgstr ""
2001
 
2002
- #: includes/licensing.php:577
2003
  msgid ""
2004
  "It was not possible to establish a connection with the Business Directory "
2005
  "server. A problem occurred in the SSL/TSL handshake:"
2006
  msgstr ""
2007
 
2008
- #: includes/licensing.php:624
2009
  msgid ""
2010
  "It looks like your server is not authorized to make outgoing requests to "
2011
  "Business Directory servers. Please contact your webhost and ask them to add "
2012
  "our IP address 52.0.78.177 to your allow list."
2013
  msgstr ""
2014
 
2015
- #: includes/licensing.php:718
2016
  #, fuzzy
2017
  msgid "Business Directory license key is missing."
2018
  msgstr "Business Directory - Zoeken"
2019
 
2020
- #: includes/licensing.php:719
2021
  #, fuzzy
2022
  msgid "Business Directory license key has expired"
2023
  msgstr "Business Directory - Zoeken"
2024
 
2025
- #: includes/licensing.php:720
2026
  #, fuzzy
2027
  msgid "Could not verify Business Directory license."
2028
  msgstr "Business Directory instellingen"
2029
 
2030
- #: includes/licensing.php:731
2031
  msgid "Review license keys"
2032
  msgstr ""
2033
 
2034
- #: includes/licensing.php:846
2035
  msgid "Missing data. Please reload this page and try again."
2036
  msgstr ""
2037
 
2038
- #: includes/licensing.php:851
2039
  msgid "Please enter a license key."
2040
  msgstr ""
2041
 
@@ -2577,8 +2577,8 @@ msgstr "Registratie informatie"
2577
  #: templates/admin/payments-details.tpl.php:11
2578
  #: templates/admin/payments-details.tpl.php:26
2579
  #, fuzzy
2580
- msgid "← Return to \"Payment History\""
2581
- msgstr " Terg naar Register."
2582
 
2583
  #: templates/admin/payments-details.tpl.php:24
2584
  #, fuzzy
@@ -3566,7 +3566,7 @@ msgstr ""
3566
  msgid "Business Directory Team"
3567
  msgstr "Business Directory - Zoeken"
3568
 
3569
- #: includes/abstracts/class-view.php:119
3570
  #, fuzzy
3571
  msgctxt "views"
3572
  msgid "Invalid credentials."
@@ -7404,34 +7404,34 @@ msgid ""
7404
  "site. If you didn't want that, click <a>here</a> to change the setting."
7405
  msgstr ""
7406
 
7407
- #: includes/controllers/pages/class-submit-listing.php:495
7408
  msgctxt "templates"
7409
  msgid ""
7410
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7411
  "Submission?\" setting checked?"
7412
  msgstr ""
7413
 
7414
- #: includes/controllers/pages/class-submit-listing.php:497
7415
  msgctxt "templates"
7416
  msgid ""
7417
  "Listing submission has been disabled. Contact the administrator for details."
7418
  msgstr ""
7419
 
7420
- #: includes/controllers/pages/class-submit-listing.php:944
7421
  msgctxt "templates"
7422
  msgid ""
7423
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7424
  "a listing. %s to create a plan"
7425
  msgstr ""
7426
 
7427
- #: includes/controllers/pages/class-submit-listing.php:958
7428
  msgctxt "templates"
7429
  msgid ""
7430
  "Listing submission is not available at the moment. Contact the administrator "
7431
  "for details."
7432
  msgstr ""
7433
 
7434
- #: includes/controllers/pages/class-submit-listing.php:961
7435
  msgctxt "templates"
7436
  msgid ""
7437
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7439,12 +7439,12 @@ msgid ""
7439
  "an existing field"
7440
  msgstr ""
7441
 
7442
- #: includes/controllers/pages/class-submit-listing.php:1408
7443
  msgctxt "templates"
7444
  msgid "Please agree to the Terms and Conditions."
7445
  msgstr "Ga s.v.p. akkoord met de voorwaarden"
7446
 
7447
- #: includes/controllers/pages/class-submit-listing.php:1422
7448
  #, fuzzy
7449
  msgctxt "templates"
7450
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -7762,21 +7762,21 @@ msgctxt "submit listing"
7762
  msgid "You can't edit this listing."
7763
  msgstr "Categorieën voor deze registratie"
7764
 
7765
- #: includes/controllers/pages/class-submit-listing.php:162
7766
  msgctxt "submit listing"
7767
  msgid ""
7768
  "This listing can't be edited at this time because it has no plan associated. "
7769
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7770
  msgstr ""
7771
 
7772
- #: includes/controllers/pages/class-submit-listing.php:168
7773
  msgctxt "submit listing"
7774
  msgid ""
7775
  "This listing can't be edited at this time. Please try again later or contact "
7776
  "the admin if the problem persists."
7777
  msgstr ""
7778
 
7779
- #: includes/controllers/pages/class-submit-listing.php:250
7780
  #, fuzzy
7781
  msgctxt "submit listing"
7782
  msgid "You're logged in as admin, payment will be skipped."
@@ -7784,60 +7784,60 @@ msgstr ""
7784
  "Je bent ingelogd als een beheerder (admin). De betaalstappen worden "
7785
  "overgeslagen."
7786
 
7787
- #: includes/controllers/pages/class-submit-listing.php:633
7788
  #, fuzzy
7789
  msgctxt "submit listing"
7790
  msgid "Category selection"
7791
  msgstr "categorie selectie"
7792
 
7793
- #: includes/controllers/pages/class-submit-listing.php:633
7794
  #, fuzzy
7795
  msgctxt "submit listing"
7796
  msgid "Category & plan selection"
7797
  msgstr "categorie selectie"
7798
 
7799
- #: includes/controllers/pages/class-submit-listing.php:941
7800
  msgctxt "submit listing"
7801
  msgid "Can not submit a listing at this moment. Please try again later."
7802
  msgstr ""
7803
 
7804
- #: includes/controllers/pages/class-submit-listing.php:990
7805
- #: includes/controllers/pages/class-submit-listing.php:1117
7806
  msgctxt "submit listing"
7807
  msgid "Please select a category."
7808
  msgstr ""
7809
 
7810
- #: includes/controllers/pages/class-submit-listing.php:1015
7811
  msgctxt "submit listing"
7812
  msgid "Current active plan is disabled. Please select another plan."
7813
  msgstr ""
7814
 
7815
- #: includes/controllers/pages/class-submit-listing.php:1017
7816
  msgctxt "submit listing"
7817
  msgid "Please choose a valid category for your plan."
7818
  msgstr ""
7819
 
7820
- #: includes/controllers/pages/class-submit-listing.php:1020
7821
  msgctxt "submit listing"
7822
  msgid "Please choose a valid plan for your category selection."
7823
  msgstr ""
7824
 
7825
- #: includes/controllers/pages/class-submit-listing.php:1328
7826
  msgctxt "submit listing"
7827
  msgid "Please enter your desired username."
7828
  msgstr ""
7829
 
7830
- #: includes/controllers/pages/class-submit-listing.php:1333
7831
  msgctxt "submit listing"
7832
  msgid "Please enter the e-mail for your new account."
7833
  msgstr ""
7834
 
7835
- #: includes/controllers/pages/class-submit-listing.php:1338
7836
  msgctxt "submit listing"
7837
  msgid "The username you chose is already in use. Please use a different one."
7838
  msgstr ""
7839
 
7840
- #: includes/controllers/pages/class-submit-listing.php:1343
7841
  msgctxt "submit listing"
7842
  msgid "The e-mail address you chose for your account is already in use."
7843
  msgstr ""
@@ -7847,7 +7847,7 @@ msgctxt "submit listing"
7847
  msgid "Listing submitted by admin. Payment skipped."
7848
  msgstr ""
7849
 
7850
- #: includes/controllers/pages/class-submit-listing.php:1283
7851
  msgctxt "listing submit"
7852
  msgid ""
7853
  "Image upload is required, please provide at least one image and submit again."
@@ -8161,19 +8161,19 @@ msgctxt "default category name"
8161
  msgid "General"
8162
  msgstr "Algemeen"
8163
 
8164
- #: includes/licensing.php:537
8165
  msgctxt "licensing"
8166
  msgid "Could not contact licensing server"
8167
  msgstr ""
8168
 
8169
- #: includes/licensing.php:550
8170
  msgctxt "licensing"
8171
  msgid ""
8172
  "It was not possible to establish a connection with Business Directory's "
8173
  "server. cURL was not found in your system"
8174
  msgstr ""
8175
 
8176
- #: includes/licensing.php:552 includes/licensing.php:582
8177
  msgctxt "licensing"
8178
  msgid ""
8179
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8182,7 +8182,7 @@ msgid ""
8182
  "1.0.1c)."
8183
  msgstr ""
8184
 
8185
- #: includes/licensing.php:554 includes/licensing.php:584
8186
  msgctxt "licensing"
8187
  msgid ""
8188
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8190,47 +8190,47 @@ msgid ""
8190
  "services using the latest security standards."
8191
  msgstr ""
8192
 
8193
- #: includes/licensing.php:556
8194
  msgctxt "licensing"
8195
  msgid ""
8196
  "Please contact your hosting provider and ask them to upgrade your system. "
8197
  "Include this message if necessary"
8198
  msgstr ""
8199
 
8200
- #: includes/licensing.php:586
8201
  msgctxt "licensing"
8202
  msgid ""
8203
  "Please contact your hosting provider and ask them to upgrade your system. "
8204
  "Include this message if necessary."
8205
  msgstr ""
8206
 
8207
- #: includes/licensing.php:622
8208
  msgctxt "licensing"
8209
  msgid "The server returned a 403 Forbidden error."
8210
  msgstr ""
8211
 
8212
- #: includes/licensing.php:868
8213
  msgctxt "licensing"
8214
  msgid "Could not activate license: %s."
8215
  msgstr ""
8216
 
8217
- #: includes/licensing.php:873
8218
  msgctxt "licensing"
8219
  msgid "License activated"
8220
  msgstr ""
8221
 
8222
- #: includes/licensing.php:905
8223
  msgctxt "licensing"
8224
  msgid "Could not deactivate license: %s."
8225
  msgstr ""
8226
 
8227
- #: includes/licensing.php:907
8228
  msgctxt "licensing"
8229
  msgid "License deactivated"
8230
  msgstr ""
8231
 
8232
  #. translators: "<module-name>" version <version-number> is not...
8233
- #: includes/licensing.php:1147
8234
  msgctxt "deprecation"
8235
  msgid ""
8236
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -8739,6 +8739,10 @@ msgctxt "send-access-keys"
8739
  msgid "Continue"
8740
  msgstr "Doorgaan"
8741
 
 
 
 
 
8742
  #~ msgctxt "title"
8743
  #~ msgid "Find a Listing"
8744
  #~ msgstr "Registratie zoeken"
@@ -8920,10 +8924,6 @@ msgstr "Doorgaan"
8920
  #~ msgid "Category Images"
8921
  #~ msgstr "categorieën"
8922
 
8923
- #, fuzzy
8924
- #~ msgid "PayPal Payments"
8925
- #~ msgstr "Wachtend op upgrade"
8926
-
8927
  #, fuzzy
8928
  #~ msgid "Regions"
8929
  #~ msgstr "Registratie URL (adres)"
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-06-22 18:41:02+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"
241
  msgstr ""
242
 
243
  #: includes/admin/controllers/class-admin-csv.php:50
244
+ msgid "See Example"
245
  msgstr ""
246
 
247
  #: includes/admin/controllers/class-admin-csv.php:54
313
  msgstr ""
314
 
315
  #: includes/admin/controllers/class-admin-listings.php:187
316
+ #: includes/controllers/pages/class-submit-listing.php:649
317
  #: templates/email/listing-reported.tpl.php:7
318
  msgid "Listing Information"
319
  msgstr "Registratie informatie"
390
  msgstr ""
391
 
392
  #: includes/admin/controllers/class-form-fields-admin.php:37
393
+ #: includes/controllers/pages/class-submit-listing.php:979
394
  #, fuzzy
395
  msgid "Go to \"Form Fields\""
396
  msgstr "Ga naar \"instellen formulier velden\""
734
  msgstr "Missende tabellen: %s"
735
 
736
  #: includes/admin/settings/class-settings-bootstrap.php:13
737
+ #: includes/controllers/pages/class-submit-listing.php:1385
738
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
739
  #: templates/listing-contactform.tpl.php:33
740
  #: templates/listing-flagging-form.tpl.php:39
769
 
770
  #: includes/admin/settings/class-settings-bootstrap.php:283
771
  #: includes/admin/settings/class-settings-bootstrap.php:297
772
+ #: includes/controllers/pages/class-submit-listing.php:662
773
  #, fuzzy
774
  msgid "Terms and Conditions"
775
  msgstr "Voorwaarden en condities"
1590
  msgid "Add Listing"
1591
  msgstr "Nieuwe registratie toevoegen"
1592
 
1593
+ #: includes/controllers/pages/class-submit-listing.php:695
1594
  #, fuzzy
1595
  msgid "Listing Images"
1596
  msgstr "Beelden bij de registratie"
1597
 
1598
+ #: includes/controllers/pages/class-submit-listing.php:763
1599
  msgid "Account Creation"
1600
  msgstr ""
1601
 
1602
+ #: includes/controllers/pages/class-submit-listing.php:962
1603
  #, fuzzy
1604
  msgid "Go to \"Plans\""
1605
  msgstr "Ga naar \"instellen formulier velden\""
1606
 
1607
+ #: includes/controllers/pages/class-submit-listing.php:1019
1608
  msgid "Please choose a plan."
1609
  msgstr ""
1610
 
1611
+ #: includes/controllers/pages/class-submit-listing.php:1209
1612
  msgid "Please check the form for errors, correct them and submit again."
1613
  msgstr ""
1614
 
1615
+ #: includes/controllers/pages/class-submit-listing.php:1369
1616
  msgid "Create a user account on this site"
1617
  msgstr ""
1618
 
1619
+ #: includes/controllers/pages/class-submit-listing.php:1376
1620
  #, fuzzy
1621
  msgid "Username"
1622
  msgstr "Gebruiker"
1623
 
1624
+ #: includes/controllers/pages/class-submit-listing.php:1398
1625
  #, fuzzy
1626
  msgid "Clear Form"
1627
  msgstr "Leegmaken"
1962
  msgid "Authorize"
1963
  msgstr "Auteur"
1964
 
1965
+ #: includes/licensing.php:356
1966
  msgid "Invalid item ID"
1967
  msgstr ""
1968
 
1969
+ #: includes/licensing.php:369
1970
  msgid "No license key provided"
1971
  msgstr ""
1972
 
1973
+ #: includes/licensing.php:414 includes/licensing.php:452
1974
  #, fuzzy
1975
  msgid "License key is invalid"
1976
  msgstr "Beelden bij de registratie"
1977
 
1978
+ #: includes/licensing.php:418
1979
  #, fuzzy
1980
  msgid "Deactivation failed"
1981
  msgstr "Actief"
1982
 
1983
+ #: includes/licensing.php:463
1984
  msgid "The license key was revoked."
1985
  msgstr ""
1986
 
1987
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1988
+ #: includes/licensing.php:467
1989
  msgid ""
1990
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
1991
  "%2$s and let them know your license is being reported as revoked by the "
1993
  "with your report."
1994
  msgstr ""
1995
 
1996
+ #: includes/licensing.php:530
1997
  msgid ""
1998
  "It was not possible to establish a connection with the Business Directory "
1999
  "server. The connection failed with the following error:"
2000
  msgstr ""
2001
 
2002
+ #: includes/licensing.php:543
2003
  msgid ""
2004
  "It was not possible to establish a connection with the Business Directory "
2005
  "server. A problem occurred in the SSL/TSL handshake:"
2006
  msgstr ""
2007
 
2008
+ #: includes/licensing.php:590
2009
  msgid ""
2010
  "It looks like your server is not authorized to make outgoing requests to "
2011
  "Business Directory servers. Please contact your webhost and ask them to add "
2012
  "our IP address 52.0.78.177 to your allow list."
2013
  msgstr ""
2014
 
2015
+ #: includes/licensing.php:684
2016
  #, fuzzy
2017
  msgid "Business Directory license key is missing."
2018
  msgstr "Business Directory - Zoeken"
2019
 
2020
+ #: includes/licensing.php:685
2021
  #, fuzzy
2022
  msgid "Business Directory license key has expired"
2023
  msgstr "Business Directory - Zoeken"
2024
 
2025
+ #: includes/licensing.php:686
2026
  #, fuzzy
2027
  msgid "Could not verify Business Directory license."
2028
  msgstr "Business Directory instellingen"
2029
 
2030
+ #: includes/licensing.php:697
2031
  msgid "Review license keys"
2032
  msgstr ""
2033
 
2034
+ #: includes/licensing.php:812
2035
  msgid "Missing data. Please reload this page and try again."
2036
  msgstr ""
2037
 
2038
+ #: includes/licensing.php:817
2039
  msgid "Please enter a license key."
2040
  msgstr ""
2041
 
2577
  #: templates/admin/payments-details.tpl.php:11
2578
  #: templates/admin/payments-details.tpl.php:26
2579
  #, fuzzy
2580
+ msgid "← All Payments"
2581
+ msgstr "Wachtend op upgrade"
2582
 
2583
  #: templates/admin/payments-details.tpl.php:24
2584
  #, fuzzy
3566
  msgid "Business Directory Team"
3567
  msgstr "Business Directory - Zoeken"
3568
 
3569
+ #: includes/abstracts/class-view.php:128
3570
  #, fuzzy
3571
  msgctxt "views"
3572
  msgid "Invalid credentials."
7404
  "site. If you didn't want that, click <a>here</a> to change the setting."
7405
  msgstr ""
7406
 
7407
+ #: includes/controllers/pages/class-submit-listing.php:505
7408
  msgctxt "templates"
7409
  msgid ""
7410
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7411
  "Submission?\" setting checked?"
7412
  msgstr ""
7413
 
7414
+ #: includes/controllers/pages/class-submit-listing.php:507
7415
  msgctxt "templates"
7416
  msgid ""
7417
  "Listing submission has been disabled. Contact the administrator for details."
7418
  msgstr ""
7419
 
7420
+ #: includes/controllers/pages/class-submit-listing.php:955
7421
  msgctxt "templates"
7422
  msgid ""
7423
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7424
  "a listing. %s to create a plan"
7425
  msgstr ""
7426
 
7427
+ #: includes/controllers/pages/class-submit-listing.php:969
7428
  msgctxt "templates"
7429
  msgid ""
7430
  "Listing submission is not available at the moment. Contact the administrator "
7431
  "for details."
7432
  msgstr ""
7433
 
7434
+ #: includes/controllers/pages/class-submit-listing.php:972
7435
  msgctxt "templates"
7436
  msgid ""
7437
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7439
  "an existing field"
7440
  msgstr ""
7441
 
7442
+ #: includes/controllers/pages/class-submit-listing.php:1419
7443
  msgctxt "templates"
7444
  msgid "Please agree to the Terms and Conditions."
7445
  msgstr "Ga s.v.p. akkoord met de voorwaarden"
7446
 
7447
+ #: includes/controllers/pages/class-submit-listing.php:1433
7448
  #, fuzzy
7449
  msgctxt "templates"
7450
  msgid "I agree to the <a>Terms and Conditions</a>"
7762
  msgid "You can't edit this listing."
7763
  msgstr "Categorieën voor deze registratie"
7764
 
7765
+ #: includes/controllers/pages/class-submit-listing.php:165
7766
  msgctxt "submit listing"
7767
  msgid ""
7768
  "This listing can't be edited at this time because it has no plan associated. "
7769
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
7770
  msgstr ""
7771
 
7772
+ #: includes/controllers/pages/class-submit-listing.php:171
7773
  msgctxt "submit listing"
7774
  msgid ""
7775
  "This listing can't be edited at this time. Please try again later or contact "
7776
  "the admin if the problem persists."
7777
  msgstr ""
7778
 
7779
+ #: includes/controllers/pages/class-submit-listing.php:253
7780
  #, fuzzy
7781
  msgctxt "submit listing"
7782
  msgid "You're logged in as admin, payment will be skipped."
7784
  "Je bent ingelogd als een beheerder (admin). De betaalstappen worden "
7785
  "overgeslagen."
7786
 
7787
+ #: includes/controllers/pages/class-submit-listing.php:644
7788
  #, fuzzy
7789
  msgctxt "submit listing"
7790
  msgid "Category selection"
7791
  msgstr "categorie selectie"
7792
 
7793
+ #: includes/controllers/pages/class-submit-listing.php:644
7794
  #, fuzzy
7795
  msgctxt "submit listing"
7796
  msgid "Category & plan selection"
7797
  msgstr "categorie selectie"
7798
 
7799
+ #: includes/controllers/pages/class-submit-listing.php:952
7800
  msgctxt "submit listing"
7801
  msgid "Can not submit a listing at this moment. Please try again later."
7802
  msgstr ""
7803
 
7804
+ #: includes/controllers/pages/class-submit-listing.php:1001
7805
+ #: includes/controllers/pages/class-submit-listing.php:1128
7806
  msgctxt "submit listing"
7807
  msgid "Please select a category."
7808
  msgstr ""
7809
 
7810
+ #: includes/controllers/pages/class-submit-listing.php:1026
7811
  msgctxt "submit listing"
7812
  msgid "Current active plan is disabled. Please select another plan."
7813
  msgstr ""
7814
 
7815
+ #: includes/controllers/pages/class-submit-listing.php:1028
7816
  msgctxt "submit listing"
7817
  msgid "Please choose a valid category for your plan."
7818
  msgstr ""
7819
 
7820
+ #: includes/controllers/pages/class-submit-listing.php:1031
7821
  msgctxt "submit listing"
7822
  msgid "Please choose a valid plan for your category selection."
7823
  msgstr ""
7824
 
7825
+ #: includes/controllers/pages/class-submit-listing.php:1339
7826
  msgctxt "submit listing"
7827
  msgid "Please enter your desired username."
7828
  msgstr ""
7829
 
7830
+ #: includes/controllers/pages/class-submit-listing.php:1344
7831
  msgctxt "submit listing"
7832
  msgid "Please enter the e-mail for your new account."
7833
  msgstr ""
7834
 
7835
+ #: includes/controllers/pages/class-submit-listing.php:1349
7836
  msgctxt "submit listing"
7837
  msgid "The username you chose is already in use. Please use a different one."
7838
  msgstr ""
7839
 
7840
+ #: includes/controllers/pages/class-submit-listing.php:1354
7841
  msgctxt "submit listing"
7842
  msgid "The e-mail address you chose for your account is already in use."
7843
  msgstr ""
7847
  msgid "Listing submitted by admin. Payment skipped."
7848
  msgstr ""
7849
 
7850
+ #: includes/controllers/pages/class-submit-listing.php:1294
7851
  msgctxt "listing submit"
7852
  msgid ""
7853
  "Image upload is required, please provide at least one image and submit again."
8161
  msgid "General"
8162
  msgstr "Algemeen"
8163
 
8164
+ #: includes/licensing.php:503
8165
  msgctxt "licensing"
8166
  msgid "Could not contact licensing server"
8167
  msgstr ""
8168
 
8169
+ #: includes/licensing.php:516
8170
  msgctxt "licensing"
8171
  msgid ""
8172
  "It was not possible to establish a connection with Business Directory's "
8173
  "server. cURL was not found in your system"
8174
  msgstr ""
8175
 
8176
+ #: includes/licensing.php:518 includes/licensing.php:548
8177
  msgctxt "licensing"
8178
  msgid ""
8179
  "To ensure the security of our systems and adhere to industry best practices, "
8182
  "1.0.1c)."
8183
  msgstr ""
8184
 
8185
+ #: includes/licensing.php:520 includes/licensing.php:550
8186
  msgctxt "licensing"
8187
  msgid ""
8188
  "Upgrading your system will not only allow you to communicate with Business "
8190
  "services using the latest security standards."
8191
  msgstr ""
8192
 
8193
+ #: includes/licensing.php:522
8194
  msgctxt "licensing"
8195
  msgid ""
8196
  "Please contact your hosting provider and ask them to upgrade your system. "
8197
  "Include this message if necessary"
8198
  msgstr ""
8199
 
8200
+ #: includes/licensing.php:552
8201
  msgctxt "licensing"
8202
  msgid ""
8203
  "Please contact your hosting provider and ask them to upgrade your system. "
8204
  "Include this message if necessary."
8205
  msgstr ""
8206
 
8207
+ #: includes/licensing.php:588
8208
  msgctxt "licensing"
8209
  msgid "The server returned a 403 Forbidden error."
8210
  msgstr ""
8211
 
8212
+ #: includes/licensing.php:834
8213
  msgctxt "licensing"
8214
  msgid "Could not activate license: %s."
8215
  msgstr ""
8216
 
8217
+ #: includes/licensing.php:839
8218
  msgctxt "licensing"
8219
  msgid "License activated"
8220
  msgstr ""
8221
 
8222
+ #: includes/licensing.php:871
8223
  msgctxt "licensing"
8224
  msgid "Could not deactivate license: %s."
8225
  msgstr ""
8226
 
8227
+ #: includes/licensing.php:873
8228
  msgctxt "licensing"
8229
  msgid "License deactivated"
8230
  msgstr ""
8231
 
8232
  #. translators: "<module-name>" version <version-number> is not...
8233
+ #: includes/licensing.php:1113
8234
  msgctxt "deprecation"
8235
  msgid ""
8236
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
8739
  msgid "Continue"
8740
  msgstr "Doorgaan"
8741
 
8742
+ #, fuzzy
8743
+ #~ msgid "← Return to \"Payment History\""
8744
+ #~ msgstr "← Terg naar Register."
8745
+
8746
  #~ msgctxt "title"
8747
  #~ msgid "Find a Listing"
8748
  #~ msgstr "Registratie zoeken"
8924
  #~ msgid "Category Images"
8925
  #~ msgstr "categorieën"
8926
 
 
 
 
 
8927
  #, fuzzy
8928
  #~ msgid "Regions"
8929
  #~ msgstr "Registratie URL (adres)"
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-06-06 22:19:11+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"
@@ -305,11 +305,9 @@ msgstr "CSV Import"
305
  msgid "Export"
306
  msgstr "CSV Export"
307
 
308
- # @ WPBDM
309
  #: includes/admin/controllers/class-admin-csv.php:50
310
- #, fuzzy
311
- msgid "See an example CSV import file"
312
- msgstr "Zobacz przykład importowanego pliku CSV"
313
 
314
  # @ WPBDM
315
  #: includes/admin/controllers/class-admin-csv.php:54
@@ -391,7 +389,7 @@ msgstr ""
391
 
392
  # @ WPBDM
393
  #: includes/admin/controllers/class-admin-listings.php:187
394
- #: includes/controllers/pages/class-submit-listing.php:638
395
  #: templates/email/listing-reported.tpl.php:7
396
  msgid "Listing Information"
397
  msgstr "Informacje o firmie"
@@ -481,7 +479,7 @@ msgstr ""
481
 
482
  # @ WPBDM
483
  #: includes/admin/controllers/class-form-fields-admin.php:37
484
- #: includes/controllers/pages/class-submit-listing.php:968
485
  #, fuzzy
486
  msgid "Go to \"Form Fields\""
487
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
@@ -877,7 +875,7 @@ msgstr "Oferty otagowane: %s"
877
 
878
  # @ WPBDM
879
  #: includes/admin/settings/class-settings-bootstrap.php:13
880
- #: includes/controllers/pages/class-submit-listing.php:1374
881
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
882
  #: templates/listing-contactform.tpl.php:33
883
  #: templates/listing-flagging-form.tpl.php:39
@@ -917,7 +915,7 @@ msgstr "Nazwisko jest wymagane."
917
  # @ WPBDM
918
  #: includes/admin/settings/class-settings-bootstrap.php:283
919
  #: includes/admin/settings/class-settings-bootstrap.php:297
920
- #: includes/controllers/pages/class-submit-listing.php:651
921
  #, fuzzy
922
  msgid "Terms and Conditions"
923
  msgstr "Warunki i regulamin korzystania z serwisu."
@@ -1854,41 +1852,41 @@ msgid "Add Listing"
1854
  msgstr "Dodaj Abonament oferty"
1855
 
1856
  # @ WPBDM
1857
- #: includes/controllers/pages/class-submit-listing.php:684
1858
  #, fuzzy
1859
  msgid "Listing Images"
1860
  msgstr "Obrazy"
1861
 
1862
- #: includes/controllers/pages/class-submit-listing.php:752
1863
  msgid "Account Creation"
1864
  msgstr ""
1865
 
1866
  # @ WPBDM
1867
- #: includes/controllers/pages/class-submit-listing.php:951
1868
  #, fuzzy
1869
  msgid "Go to \"Plans\""
1870
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
1871
 
1872
  # @ WPBDM
1873
- #: includes/controllers/pages/class-submit-listing.php:1008
1874
  #, fuzzy
1875
  msgid "Please choose a plan."
1876
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
1877
 
1878
- #: includes/controllers/pages/class-submit-listing.php:1198
1879
  msgid "Please check the form for errors, correct them and submit again."
1880
  msgstr ""
1881
 
1882
- #: includes/controllers/pages/class-submit-listing.php:1358
1883
  msgid "Create a user account on this site"
1884
  msgstr ""
1885
 
1886
- #: includes/controllers/pages/class-submit-listing.php:1365
1887
  msgid "Username"
1888
  msgstr ""
1889
 
1890
  # @ WPBDM
1891
- #: includes/controllers/pages/class-submit-listing.php:1387
1892
  #, fuzzy
1893
  msgid "Clear Form"
1894
  msgstr "Wyczyść"
@@ -2309,37 +2307,37 @@ msgid "Authorize"
2309
  msgstr "Aktywować Authorize.net?"
2310
 
2311
  # @ WPBDM
2312
- #: includes/licensing.php:390
2313
  #, fuzzy
2314
  msgid "Invalid item ID"
2315
  msgstr "Niewłaściwe ID Pola"
2316
 
2317
  # @ WPBDM
2318
- #: includes/licensing.php:403
2319
  #, fuzzy
2320
  msgid "No license key provided"
2321
  msgstr "Nie wprowadzono klucz licencji"
2322
 
2323
  # @ WPBDM
2324
- #: includes/licensing.php:448 includes/licensing.php:486
2325
  #, fuzzy
2326
  msgid "License key is invalid"
2327
  msgstr "Niewłaściwy Klucz Licencji"
2328
 
2329
  # @ WPBDM
2330
- #: includes/licensing.php:452
2331
  #, fuzzy
2332
  msgid "Deactivation failed"
2333
  msgstr "Błąd Deaktywacji"
2334
 
2335
  # @ WPBDM
2336
- #: includes/licensing.php:497
2337
  #, fuzzy
2338
  msgid "The license key was revoked."
2339
  msgstr "Nie wprowadzono klucz licencji"
2340
 
2341
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2342
- #: includes/licensing.php:501
2343
  msgid ""
2344
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2345
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2347,19 +2345,19 @@ msgid ""
2347
  "with your report."
2348
  msgstr ""
2349
 
2350
- #: includes/licensing.php:564
2351
  msgid ""
2352
  "It was not possible to establish a connection with the Business Directory "
2353
  "server. The connection failed with the following error:"
2354
  msgstr ""
2355
 
2356
- #: includes/licensing.php:577
2357
  msgid ""
2358
  "It was not possible to establish a connection with the Business Directory "
2359
  "server. A problem occurred in the SSL/TSL handshake:"
2360
  msgstr ""
2361
 
2362
- #: includes/licensing.php:624
2363
  msgid ""
2364
  "It looks like your server is not authorized to make outgoing requests to "
2365
  "Business Directory servers. Please contact your webhost and ask them to add "
@@ -2367,35 +2365,35 @@ msgid ""
2367
  msgstr ""
2368
 
2369
  # @ WPBDM
2370
- #: includes/licensing.php:718
2371
  #, fuzzy
2372
  msgid "Business Directory license key is missing."
2373
  msgstr "Katalog firm - wygasł Klucz Licencji"
2374
 
2375
  # @ WPBDM
2376
- #: includes/licensing.php:719
2377
  #, fuzzy
2378
  msgid "Business Directory license key has expired"
2379
  msgstr "Katalog firm - wygasł Klucz Licencji"
2380
 
2381
  # @ WPBDM
2382
- #: includes/licensing.php:720
2383
  #, fuzzy
2384
  msgid "Could not verify Business Directory license."
2385
  msgstr "Pomóż doskonalić Katalog Firm"
2386
 
2387
  # @ WPBDM
2388
- #: includes/licensing.php:731
2389
  #, fuzzy
2390
  msgid "Review license keys"
2391
  msgstr "Odśwież Klucz Licencji"
2392
 
2393
- #: includes/licensing.php:846
2394
  msgid "Missing data. Please reload this page and try again."
2395
  msgstr ""
2396
 
2397
  # @ WPBDM
2398
- #: includes/licensing.php:851
2399
  #, fuzzy
2400
  msgid "Please enter a license key."
2401
  msgstr "Proszę wprowadzić poprawny adres e-mail."
@@ -3069,8 +3067,8 @@ msgstr "Informacje o abonamencie"
3069
  #: templates/admin/payments-details.tpl.php:11
3070
  #: templates/admin/payments-details.tpl.php:26
3071
  #, fuzzy
3072
- msgid "← Return to \"Payment History\""
3073
- msgstr " Powrót do Twojej oferty."
3074
 
3075
  # @ WPBDM
3076
  #: templates/admin/payments-details.tpl.php:24
@@ -4226,7 +4224,7 @@ msgid "Business Directory Team"
4226
  msgstr "Katalog Firm"
4227
 
4228
  # @ WPBDM
4229
- #: includes/abstracts/class-view.php:119
4230
  #, fuzzy
4231
  msgctxt "views"
4232
  msgid "Invalid credentials."
@@ -8735,34 +8733,34 @@ msgstr ""
8735
  "zawierają ofert. To oznacza, że te kategorie nie będą wyświetlane na "
8736
  "stornach Katalogu. Jeśli chcesz to zmienić kliknij <a>tutaj</a>."
8737
 
8738
- #: includes/controllers/pages/class-submit-listing.php:495
8739
  msgctxt "templates"
8740
  msgid ""
8741
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
8742
  "Submission?\" setting checked?"
8743
  msgstr ""
8744
 
8745
- #: includes/controllers/pages/class-submit-listing.php:497
8746
  msgctxt "templates"
8747
  msgid ""
8748
  "Listing submission has been disabled. Contact the administrator for details."
8749
  msgstr ""
8750
 
8751
- #: includes/controllers/pages/class-submit-listing.php:944
8752
  msgctxt "templates"
8753
  msgid ""
8754
  "<b>There are no Plans available</b>, without a plan site users can't submit "
8755
  "a listing. %s to create a plan"
8756
  msgstr ""
8757
 
8758
- #: includes/controllers/pages/class-submit-listing.php:958
8759
  msgctxt "templates"
8760
  msgid ""
8761
  "Listing submission is not available at the moment. Contact the administrator "
8762
  "for details."
8763
  msgstr ""
8764
 
8765
- #: includes/controllers/pages/class-submit-listing.php:961
8766
  msgctxt "templates"
8767
  msgid ""
8768
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -8771,13 +8769,13 @@ msgid ""
8771
  msgstr ""
8772
 
8773
  # @ WPBDM
8774
- #: includes/controllers/pages/class-submit-listing.php:1408
8775
  msgctxt "templates"
8776
  msgid "Please agree to the Terms and Conditions."
8777
  msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
8778
 
8779
  # @ WPBDM
8780
- #: includes/controllers/pages/class-submit-listing.php:1422
8781
  #, fuzzy
8782
  msgctxt "templates"
8783
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -9156,14 +9154,14 @@ msgctxt "submit listing"
9156
  msgid "You can't edit this listing."
9157
  msgstr "Kategorie dla tej oferty"
9158
 
9159
- #: includes/controllers/pages/class-submit-listing.php:162
9160
  msgctxt "submit listing"
9161
  msgid ""
9162
  "This listing can't be edited at this time because it has no plan associated. "
9163
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
9164
  msgstr ""
9165
 
9166
- #: includes/controllers/pages/class-submit-listing.php:168
9167
  msgctxt "submit listing"
9168
  msgid ""
9169
  "This listing can't be edited at this time. Please try again later or contact "
@@ -9171,7 +9169,7 @@ msgid ""
9171
  msgstr ""
9172
 
9173
  # @ WPBDM
9174
- #: includes/controllers/pages/class-submit-listing.php:250
9175
  #, fuzzy
9176
  msgctxt "submit listing"
9177
  msgid "You're logged in as admin, payment will be skipped."
@@ -9180,21 +9178,21 @@ msgstr ""
9180
  "pominięte."
9181
 
9182
  # @ WPBDM
9183
- #: includes/controllers/pages/class-submit-listing.php:633
9184
  #, fuzzy
9185
  msgctxt "submit listing"
9186
  msgid "Category selection"
9187
  msgstr "Wybór Kategorii"
9188
 
9189
  # @ WPBDM
9190
- #: includes/controllers/pages/class-submit-listing.php:633
9191
  #, fuzzy
9192
  msgctxt "submit listing"
9193
  msgid "Category & plan selection"
9194
  msgstr "Wybór Kategorii"
9195
 
9196
  # @ WPBDM
9197
- #: includes/controllers/pages/class-submit-listing.php:941
9198
  #, fuzzy
9199
  msgctxt "submit listing"
9200
  msgid "Can not submit a listing at this moment. Please try again later."
@@ -9203,50 +9201,50 @@ msgstr ""
9203
  "później."
9204
 
9205
  # @ WPBDM
9206
- #: includes/controllers/pages/class-submit-listing.php:990
9207
- #: includes/controllers/pages/class-submit-listing.php:1117
9208
  #, fuzzy
9209
  msgctxt "submit listing"
9210
  msgid "Please select a category."
9211
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9212
 
9213
- #: includes/controllers/pages/class-submit-listing.php:1015
9214
  msgctxt "submit listing"
9215
  msgid "Current active plan is disabled. Please select another plan."
9216
  msgstr ""
9217
 
9218
- #: includes/controllers/pages/class-submit-listing.php:1017
9219
  msgctxt "submit listing"
9220
  msgid "Please choose a valid category for your plan."
9221
  msgstr ""
9222
 
9223
  # @ WPBDM
9224
- #: includes/controllers/pages/class-submit-listing.php:1020
9225
  #, fuzzy
9226
  msgctxt "submit listing"
9227
  msgid "Please choose a valid plan for your category selection."
9228
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9229
 
9230
  # @ WPBDM
9231
- #: includes/controllers/pages/class-submit-listing.php:1328
9232
  #, fuzzy
9233
  msgctxt "submit listing"
9234
  msgid "Please enter your desired username."
9235
  msgstr "Proszę wprowadzić Imię"
9236
 
9237
  # @ WPBDM
9238
- #: includes/controllers/pages/class-submit-listing.php:1333
9239
  #, fuzzy
9240
  msgctxt "submit listing"
9241
  msgid "Please enter the e-mail for your new account."
9242
  msgstr "Proszę wprowadzić Imię"
9243
 
9244
- #: includes/controllers/pages/class-submit-listing.php:1338
9245
  msgctxt "submit listing"
9246
  msgid "The username you chose is already in use. Please use a different one."
9247
  msgstr ""
9248
 
9249
- #: includes/controllers/pages/class-submit-listing.php:1343
9250
  msgctxt "submit listing"
9251
  msgid "The e-mail address you chose for your account is already in use."
9252
  msgstr ""
@@ -9258,7 +9256,7 @@ msgctxt "submit listing"
9258
  msgid "Listing submitted by admin. Payment skipped."
9259
  msgstr "Prześlij ofertę"
9260
 
9261
- #: includes/controllers/pages/class-submit-listing.php:1283
9262
  msgctxt "listing submit"
9263
  msgid ""
9264
  "Image upload is required, please provide at least one image and submit again."
@@ -9625,19 +9623,19 @@ msgid "General"
9625
  msgstr "Główna"
9626
 
9627
  # @ WPBDM
9628
- #: includes/licensing.php:537
9629
  msgctxt "licensing"
9630
  msgid "Could not contact licensing server"
9631
  msgstr "Nie można połączyć z serwerem danych licencji"
9632
 
9633
- #: includes/licensing.php:550
9634
  msgctxt "licensing"
9635
  msgid ""
9636
  "It was not possible to establish a connection with Business Directory's "
9637
  "server. cURL was not found in your system"
9638
  msgstr ""
9639
 
9640
- #: includes/licensing.php:552 includes/licensing.php:582
9641
  msgctxt "licensing"
9642
  msgid ""
9643
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -9646,7 +9644,7 @@ msgid ""
9646
  "1.0.1c)."
9647
  msgstr ""
9648
 
9649
- #: includes/licensing.php:554 includes/licensing.php:584
9650
  msgctxt "licensing"
9651
  msgid ""
9652
  "Upgrading your system will not only allow you to communicate with Business "
@@ -9654,51 +9652,51 @@ msgid ""
9654
  "services using the latest security standards."
9655
  msgstr ""
9656
 
9657
- #: includes/licensing.php:556
9658
  msgctxt "licensing"
9659
  msgid ""
9660
  "Please contact your hosting provider and ask them to upgrade your system. "
9661
  "Include this message if necessary"
9662
  msgstr ""
9663
 
9664
- #: includes/licensing.php:586
9665
  msgctxt "licensing"
9666
  msgid ""
9667
  "Please contact your hosting provider and ask them to upgrade your system. "
9668
  "Include this message if necessary."
9669
  msgstr ""
9670
 
9671
- #: includes/licensing.php:622
9672
  msgctxt "licensing"
9673
  msgid "The server returned a 403 Forbidden error."
9674
  msgstr ""
9675
 
9676
  # @ WPBDM
9677
- #: includes/licensing.php:868
9678
  msgctxt "licensing"
9679
  msgid "Could not activate license: %s."
9680
  msgstr "Nie możemy aktywować Licencji: %s."
9681
 
9682
  # @ WPBDM
9683
- #: includes/licensing.php:873
9684
  msgctxt "licensing"
9685
  msgid "License activated"
9686
  msgstr "Licencja została aktywowana"
9687
 
9688
  # @ WPBDM
9689
- #: includes/licensing.php:905
9690
  msgctxt "licensing"
9691
  msgid "Could not deactivate license: %s."
9692
  msgstr "Nie możemy deaktywować Licencji: %s."
9693
 
9694
  # @ WPBDM
9695
- #: includes/licensing.php:907
9696
  msgctxt "licensing"
9697
  msgid "License deactivated"
9698
  msgstr "Licencja deaktywowana"
9699
 
9700
  #. translators: "<module-name>" version <version-number> is not...
9701
- #: includes/licensing.php:1147
9702
  msgctxt "deprecation"
9703
  msgid ""
9704
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -10304,6 +10302,16 @@ msgctxt "send-access-keys"
10304
  msgid "Continue"
10305
  msgstr "Kontynuacja"
10306
 
 
 
 
 
 
 
 
 
 
 
10307
  # @ WPBDM
10308
  #~ msgctxt "title"
10309
  #~ msgid "Find a Listing"
@@ -10692,11 +10700,6 @@ msgstr "Kontynuacja"
10692
  #~ msgid "Category Images"
10693
  #~ msgstr "Kategorie"
10694
 
10695
- # @ WPBDM
10696
- #, fuzzy
10697
- #~ msgid "PayPal Payments"
10698
- #~ msgstr "Inicjacja Płatności"
10699
-
10700
  # @ WPBDM
10701
  #, fuzzy
10702
  #~ msgid "Google Maps"
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-06-22 18:41:02+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"
305
  msgid "Export"
306
  msgstr "CSV Export"
307
 
 
308
  #: includes/admin/controllers/class-admin-csv.php:50
309
+ msgid "See Example"
310
+ msgstr ""
 
311
 
312
  # @ WPBDM
313
  #: includes/admin/controllers/class-admin-csv.php:54
389
 
390
  # @ WPBDM
391
  #: includes/admin/controllers/class-admin-listings.php:187
392
+ #: includes/controllers/pages/class-submit-listing.php:649
393
  #: templates/email/listing-reported.tpl.php:7
394
  msgid "Listing Information"
395
  msgstr "Informacje o firmie"
479
 
480
  # @ WPBDM
481
  #: includes/admin/controllers/class-form-fields-admin.php:37
482
+ #: includes/controllers/pages/class-submit-listing.php:979
483
  #, fuzzy
484
  msgid "Go to \"Form Fields\""
485
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
875
 
876
  # @ WPBDM
877
  #: includes/admin/settings/class-settings-bootstrap.php:13
878
+ #: includes/controllers/pages/class-submit-listing.php:1385
879
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
880
  #: templates/listing-contactform.tpl.php:33
881
  #: templates/listing-flagging-form.tpl.php:39
915
  # @ WPBDM
916
  #: includes/admin/settings/class-settings-bootstrap.php:283
917
  #: includes/admin/settings/class-settings-bootstrap.php:297
918
+ #: includes/controllers/pages/class-submit-listing.php:662
919
  #, fuzzy
920
  msgid "Terms and Conditions"
921
  msgstr "Warunki i regulamin korzystania z serwisu."
1852
  msgstr "Dodaj Abonament oferty"
1853
 
1854
  # @ WPBDM
1855
+ #: includes/controllers/pages/class-submit-listing.php:695
1856
  #, fuzzy
1857
  msgid "Listing Images"
1858
  msgstr "Obrazy"
1859
 
1860
+ #: includes/controllers/pages/class-submit-listing.php:763
1861
  msgid "Account Creation"
1862
  msgstr ""
1863
 
1864
  # @ WPBDM
1865
+ #: includes/controllers/pages/class-submit-listing.php:962
1866
  #, fuzzy
1867
  msgid "Go to \"Plans\""
1868
  msgstr "Przejdź do \"Zarządzanie polami formularza\""
1869
 
1870
  # @ WPBDM
1871
+ #: includes/controllers/pages/class-submit-listing.php:1019
1872
  #, fuzzy
1873
  msgid "Please choose a plan."
1874
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
1875
 
1876
+ #: includes/controllers/pages/class-submit-listing.php:1209
1877
  msgid "Please check the form for errors, correct them and submit again."
1878
  msgstr ""
1879
 
1880
+ #: includes/controllers/pages/class-submit-listing.php:1369
1881
  msgid "Create a user account on this site"
1882
  msgstr ""
1883
 
1884
+ #: includes/controllers/pages/class-submit-listing.php:1376
1885
  msgid "Username"
1886
  msgstr ""
1887
 
1888
  # @ WPBDM
1889
+ #: includes/controllers/pages/class-submit-listing.php:1398
1890
  #, fuzzy
1891
  msgid "Clear Form"
1892
  msgstr "Wyczyść"
2307
  msgstr "Aktywować Authorize.net?"
2308
 
2309
  # @ WPBDM
2310
+ #: includes/licensing.php:356
2311
  #, fuzzy
2312
  msgid "Invalid item ID"
2313
  msgstr "Niewłaściwe ID Pola"
2314
 
2315
  # @ WPBDM
2316
+ #: includes/licensing.php:369
2317
  #, fuzzy
2318
  msgid "No license key provided"
2319
  msgstr "Nie wprowadzono klucz licencji"
2320
 
2321
  # @ WPBDM
2322
+ #: includes/licensing.php:414 includes/licensing.php:452
2323
  #, fuzzy
2324
  msgid "License key is invalid"
2325
  msgstr "Niewłaściwy Klucz Licencji"
2326
 
2327
  # @ WPBDM
2328
+ #: includes/licensing.php:418
2329
  #, fuzzy
2330
  msgid "Deactivation failed"
2331
  msgstr "Błąd Deaktywacji"
2332
 
2333
  # @ WPBDM
2334
+ #: includes/licensing.php:463
2335
  #, fuzzy
2336
  msgid "The license key was revoked."
2337
  msgstr "Nie wprowadzono klucz licencji"
2338
 
2339
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2340
+ #: includes/licensing.php:467
2341
  msgid ""
2342
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2343
  "%2$s and let them know your license is being reported as revoked by the "
2345
  "with your report."
2346
  msgstr ""
2347
 
2348
+ #: includes/licensing.php:530
2349
  msgid ""
2350
  "It was not possible to establish a connection with the Business Directory "
2351
  "server. The connection failed with the following error:"
2352
  msgstr ""
2353
 
2354
+ #: includes/licensing.php:543
2355
  msgid ""
2356
  "It was not possible to establish a connection with the Business Directory "
2357
  "server. A problem occurred in the SSL/TSL handshake:"
2358
  msgstr ""
2359
 
2360
+ #: includes/licensing.php:590
2361
  msgid ""
2362
  "It looks like your server is not authorized to make outgoing requests to "
2363
  "Business Directory servers. Please contact your webhost and ask them to add "
2365
  msgstr ""
2366
 
2367
  # @ WPBDM
2368
+ #: includes/licensing.php:684
2369
  #, fuzzy
2370
  msgid "Business Directory license key is missing."
2371
  msgstr "Katalog firm - wygasł Klucz Licencji"
2372
 
2373
  # @ WPBDM
2374
+ #: includes/licensing.php:685
2375
  #, fuzzy
2376
  msgid "Business Directory license key has expired"
2377
  msgstr "Katalog firm - wygasł Klucz Licencji"
2378
 
2379
  # @ WPBDM
2380
+ #: includes/licensing.php:686
2381
  #, fuzzy
2382
  msgid "Could not verify Business Directory license."
2383
  msgstr "Pomóż doskonalić Katalog Firm"
2384
 
2385
  # @ WPBDM
2386
+ #: includes/licensing.php:697
2387
  #, fuzzy
2388
  msgid "Review license keys"
2389
  msgstr "Odśwież Klucz Licencji"
2390
 
2391
+ #: includes/licensing.php:812
2392
  msgid "Missing data. Please reload this page and try again."
2393
  msgstr ""
2394
 
2395
  # @ WPBDM
2396
+ #: includes/licensing.php:817
2397
  #, fuzzy
2398
  msgid "Please enter a license key."
2399
  msgstr "Proszę wprowadzić poprawny adres e-mail."
3067
  #: templates/admin/payments-details.tpl.php:11
3068
  #: templates/admin/payments-details.tpl.php:26
3069
  #, fuzzy
3070
+ msgid "← All Payments"
3071
+ msgstr "Inicjacja Płatności"
3072
 
3073
  # @ WPBDM
3074
  #: templates/admin/payments-details.tpl.php:24
4224
  msgstr "Katalog Firm"
4225
 
4226
  # @ WPBDM
4227
+ #: includes/abstracts/class-view.php:128
4228
  #, fuzzy
4229
  msgctxt "views"
4230
  msgid "Invalid credentials."
8733
  "zawierają ofert. To oznacza, że te kategorie nie będą wyświetlane na "
8734
  "stornach Katalogu. Jeśli chcesz to zmienić kliknij <a>tutaj</a>."
8735
 
8736
+ #: includes/controllers/pages/class-submit-listing.php:505
8737
  msgctxt "templates"
8738
  msgid ""
8739
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
8740
  "Submission?\" setting checked?"
8741
  msgstr ""
8742
 
8743
+ #: includes/controllers/pages/class-submit-listing.php:507
8744
  msgctxt "templates"
8745
  msgid ""
8746
  "Listing submission has been disabled. Contact the administrator for details."
8747
  msgstr ""
8748
 
8749
+ #: includes/controllers/pages/class-submit-listing.php:955
8750
  msgctxt "templates"
8751
  msgid ""
8752
  "<b>There are no Plans available</b>, without a plan site users can't submit "
8753
  "a listing. %s to create a plan"
8754
  msgstr ""
8755
 
8756
+ #: includes/controllers/pages/class-submit-listing.php:969
8757
  msgctxt "templates"
8758
  msgid ""
8759
  "Listing submission is not available at the moment. Contact the administrator "
8760
  "for details."
8761
  msgstr ""
8762
 
8763
+ #: includes/controllers/pages/class-submit-listing.php:972
8764
  msgctxt "templates"
8765
  msgid ""
8766
  "<b>View not available</b>, there is no \"Category\" association field. %s "
8769
  msgstr ""
8770
 
8771
  # @ WPBDM
8772
+ #: includes/controllers/pages/class-submit-listing.php:1419
8773
  msgctxt "templates"
8774
  msgid "Please agree to the Terms and Conditions."
8775
  msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
8776
 
8777
  # @ WPBDM
8778
+ #: includes/controllers/pages/class-submit-listing.php:1433
8779
  #, fuzzy
8780
  msgctxt "templates"
8781
  msgid "I agree to the <a>Terms and Conditions</a>"
9154
  msgid "You can't edit this listing."
9155
  msgstr "Kategorie dla tej oferty"
9156
 
9157
+ #: includes/controllers/pages/class-submit-listing.php:165
9158
  msgctxt "submit listing"
9159
  msgid ""
9160
  "This listing can't be edited at this time because it has no plan associated. "
9161
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
9162
  msgstr ""
9163
 
9164
+ #: includes/controllers/pages/class-submit-listing.php:171
9165
  msgctxt "submit listing"
9166
  msgid ""
9167
  "This listing can't be edited at this time. Please try again later or contact "
9169
  msgstr ""
9170
 
9171
  # @ WPBDM
9172
+ #: includes/controllers/pages/class-submit-listing.php:253
9173
  #, fuzzy
9174
  msgctxt "submit listing"
9175
  msgid "You're logged in as admin, payment will be skipped."
9178
  "pominięte."
9179
 
9180
  # @ WPBDM
9181
+ #: includes/controllers/pages/class-submit-listing.php:644
9182
  #, fuzzy
9183
  msgctxt "submit listing"
9184
  msgid "Category selection"
9185
  msgstr "Wybór Kategorii"
9186
 
9187
  # @ WPBDM
9188
+ #: includes/controllers/pages/class-submit-listing.php:644
9189
  #, fuzzy
9190
  msgctxt "submit listing"
9191
  msgid "Category & plan selection"
9192
  msgstr "Wybór Kategorii"
9193
 
9194
  # @ WPBDM
9195
+ #: includes/controllers/pages/class-submit-listing.php:952
9196
  #, fuzzy
9197
  msgctxt "submit listing"
9198
  msgid "Can not submit a listing at this moment. Please try again later."
9201
  "później."
9202
 
9203
  # @ WPBDM
9204
+ #: includes/controllers/pages/class-submit-listing.php:1001
9205
+ #: includes/controllers/pages/class-submit-listing.php:1128
9206
  #, fuzzy
9207
  msgctxt "submit listing"
9208
  msgid "Please select a category."
9209
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9210
 
9211
+ #: includes/controllers/pages/class-submit-listing.php:1026
9212
  msgctxt "submit listing"
9213
  msgid "Current active plan is disabled. Please select another plan."
9214
  msgstr ""
9215
 
9216
+ #: includes/controllers/pages/class-submit-listing.php:1028
9217
  msgctxt "submit listing"
9218
  msgid "Please choose a valid category for your plan."
9219
  msgstr ""
9220
 
9221
  # @ WPBDM
9222
+ #: includes/controllers/pages/class-submit-listing.php:1031
9223
  #, fuzzy
9224
  msgctxt "submit listing"
9225
  msgid "Please choose a valid plan for your category selection."
9226
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
9227
 
9228
  # @ WPBDM
9229
+ #: includes/controllers/pages/class-submit-listing.php:1339
9230
  #, fuzzy
9231
  msgctxt "submit listing"
9232
  msgid "Please enter your desired username."
9233
  msgstr "Proszę wprowadzić Imię"
9234
 
9235
  # @ WPBDM
9236
+ #: includes/controllers/pages/class-submit-listing.php:1344
9237
  #, fuzzy
9238
  msgctxt "submit listing"
9239
  msgid "Please enter the e-mail for your new account."
9240
  msgstr "Proszę wprowadzić Imię"
9241
 
9242
+ #: includes/controllers/pages/class-submit-listing.php:1349
9243
  msgctxt "submit listing"
9244
  msgid "The username you chose is already in use. Please use a different one."
9245
  msgstr ""
9246
 
9247
+ #: includes/controllers/pages/class-submit-listing.php:1354
9248
  msgctxt "submit listing"
9249
  msgid "The e-mail address you chose for your account is already in use."
9250
  msgstr ""
9256
  msgid "Listing submitted by admin. Payment skipped."
9257
  msgstr "Prześlij ofertę"
9258
 
9259
+ #: includes/controllers/pages/class-submit-listing.php:1294
9260
  msgctxt "listing submit"
9261
  msgid ""
9262
  "Image upload is required, please provide at least one image and submit again."
9623
  msgstr "Główna"
9624
 
9625
  # @ WPBDM
9626
+ #: includes/licensing.php:503
9627
  msgctxt "licensing"
9628
  msgid "Could not contact licensing server"
9629
  msgstr "Nie można połączyć z serwerem danych licencji"
9630
 
9631
+ #: includes/licensing.php:516
9632
  msgctxt "licensing"
9633
  msgid ""
9634
  "It was not possible to establish a connection with Business Directory's "
9635
  "server. cURL was not found in your system"
9636
  msgstr ""
9637
 
9638
+ #: includes/licensing.php:518 includes/licensing.php:548
9639
  msgctxt "licensing"
9640
  msgid ""
9641
  "To ensure the security of our systems and adhere to industry best practices, "
9644
  "1.0.1c)."
9645
  msgstr ""
9646
 
9647
+ #: includes/licensing.php:520 includes/licensing.php:550
9648
  msgctxt "licensing"
9649
  msgid ""
9650
  "Upgrading your system will not only allow you to communicate with Business "
9652
  "services using the latest security standards."
9653
  msgstr ""
9654
 
9655
+ #: includes/licensing.php:522
9656
  msgctxt "licensing"
9657
  msgid ""
9658
  "Please contact your hosting provider and ask them to upgrade your system. "
9659
  "Include this message if necessary"
9660
  msgstr ""
9661
 
9662
+ #: includes/licensing.php:552
9663
  msgctxt "licensing"
9664
  msgid ""
9665
  "Please contact your hosting provider and ask them to upgrade your system. "
9666
  "Include this message if necessary."
9667
  msgstr ""
9668
 
9669
+ #: includes/licensing.php:588
9670
  msgctxt "licensing"
9671
  msgid "The server returned a 403 Forbidden error."
9672
  msgstr ""
9673
 
9674
  # @ WPBDM
9675
+ #: includes/licensing.php:834
9676
  msgctxt "licensing"
9677
  msgid "Could not activate license: %s."
9678
  msgstr "Nie możemy aktywować Licencji: %s."
9679
 
9680
  # @ WPBDM
9681
+ #: includes/licensing.php:839
9682
  msgctxt "licensing"
9683
  msgid "License activated"
9684
  msgstr "Licencja została aktywowana"
9685
 
9686
  # @ WPBDM
9687
+ #: includes/licensing.php:871
9688
  msgctxt "licensing"
9689
  msgid "Could not deactivate license: %s."
9690
  msgstr "Nie możemy deaktywować Licencji: %s."
9691
 
9692
  # @ WPBDM
9693
+ #: includes/licensing.php:873
9694
  msgctxt "licensing"
9695
  msgid "License deactivated"
9696
  msgstr "Licencja deaktywowana"
9697
 
9698
  #. translators: "<module-name>" version <version-number> is not...
9699
+ #: includes/licensing.php:1113
9700
  msgctxt "deprecation"
9701
  msgid ""
9702
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
10302
  msgid "Continue"
10303
  msgstr "Kontynuacja"
10304
 
10305
+ # @ WPBDM
10306
+ #, fuzzy
10307
+ #~ msgid "See an example CSV import file"
10308
+ #~ msgstr "Zobacz przykład importowanego pliku CSV"
10309
+
10310
+ # @ WPBDM
10311
+ #, fuzzy
10312
+ #~ msgid "← Return to \"Payment History\""
10313
+ #~ msgstr "← Powrót do Twojej oferty."
10314
+
10315
  # @ WPBDM
10316
  #~ msgctxt "title"
10317
  #~ msgid "Find a Listing"
10700
  #~ msgid "Category Images"
10701
  #~ msgstr "Kategorie"
10702
 
 
 
 
 
 
10703
  # @ WPBDM
10704
  #, fuzzy
10705
  #~ msgid "Google Maps"
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-06-06 22:19:11+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"
@@ -274,9 +274,8 @@ msgid "Export"
274
  msgstr "Экспорт в CSV"
275
 
276
  #: includes/admin/controllers/class-admin-csv.php:50
277
- #, fuzzy
278
- msgid "See an example CSV import file"
279
- msgstr "Посмотрите образец файла CSV для иморта"
280
 
281
  #: includes/admin/controllers/class-admin-csv.php:54
282
  #: templates/admin/csv-import.tpl.php:291
@@ -348,7 +347,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
348
  msgstr ""
349
 
350
  #: includes/admin/controllers/class-admin-listings.php:187
351
- #: includes/controllers/pages/class-submit-listing.php:638
352
  #: templates/email/listing-reported.tpl.php:7
353
  msgid "Listing Information"
354
  msgstr "Информация о бизнесе"
@@ -427,7 +426,7 @@ msgstr ""
427
  "позвольте плагину сделать это автоматически."
428
 
429
  #: includes/admin/controllers/class-form-fields-admin.php:37
430
- #: includes/controllers/pages/class-submit-listing.php:968
431
  #, fuzzy
432
  msgid "Go to \"Form Fields\""
433
  msgstr "Перейти в раздел \"Управление / Форма\""
@@ -778,7 +777,7 @@ msgid "Missing tables: %s"
778
  msgstr "Отсутствующие таблицы: %s"
779
 
780
  #: includes/admin/settings/class-settings-bootstrap.php:13
781
- #: includes/controllers/pages/class-submit-listing.php:1374
782
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
783
  #: templates/listing-contactform.tpl.php:33
784
  #: templates/listing-flagging-form.tpl.php:39
@@ -820,7 +819,7 @@ msgstr "Фамилия обязательна."
820
 
821
  #: includes/admin/settings/class-settings-bootstrap.php:283
822
  #: includes/admin/settings/class-settings-bootstrap.php:297
823
- #: includes/controllers/pages/class-submit-listing.php:651
824
  #, fuzzy
825
  msgid "Terms and Conditions"
826
  msgstr "Условия и положения"
@@ -1660,38 +1659,38 @@ msgstr "Это просто предварительный просмотр. З
1660
  msgid "Add Listing"
1661
  msgstr "Добавить тариф"
1662
 
1663
- #: includes/controllers/pages/class-submit-listing.php:684
1664
  #, fuzzy
1665
  msgid "Listing Images"
1666
  msgstr "Изображение записи"
1667
 
1668
- #: includes/controllers/pages/class-submit-listing.php:752
1669
  msgid "Account Creation"
1670
  msgstr ""
1671
 
1672
- #: includes/controllers/pages/class-submit-listing.php:951
1673
  #, fuzzy
1674
  msgid "Go to \"Plans\""
1675
  msgstr "Перейти в раздел \"Управление / Форма\""
1676
 
1677
- #: includes/controllers/pages/class-submit-listing.php:1008
1678
  #, fuzzy
1679
  msgid "Please choose a plan."
1680
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
1681
 
1682
- #: includes/controllers/pages/class-submit-listing.php:1198
1683
  msgid "Please check the form for errors, correct them and submit again."
1684
  msgstr ""
1685
 
1686
- #: includes/controllers/pages/class-submit-listing.php:1358
1687
  msgid "Create a user account on this site"
1688
  msgstr ""
1689
 
1690
- #: includes/controllers/pages/class-submit-listing.php:1365
1691
  msgid "Username"
1692
  msgstr ""
1693
 
1694
- #: includes/controllers/pages/class-submit-listing.php:1387
1695
  #, fuzzy
1696
  msgid "Clear Form"
1697
  msgstr "Очистить форму"
@@ -2057,33 +2056,33 @@ msgstr "Обновить лицензионный ключ"
2057
  msgid "Authorize"
2058
  msgstr "Активировать шлюз Authorize.net?"
2059
 
2060
- #: includes/licensing.php:390
2061
  #, fuzzy
2062
  msgid "Invalid item ID"
2063
  msgstr "Некорректный номер поля"
2064
 
2065
- #: includes/licensing.php:403
2066
  #, fuzzy
2067
  msgid "No license key provided"
2068
  msgstr "Не указан лицензионный ключ"
2069
 
2070
- #: includes/licensing.php:448 includes/licensing.php:486
2071
  #, fuzzy
2072
  msgid "License key is invalid"
2073
  msgstr "Лицензионный ключ не правильный"
2074
 
2075
- #: includes/licensing.php:452
2076
  #, fuzzy
2077
  msgid "Deactivation failed"
2078
  msgstr "Деактивация не удалась"
2079
 
2080
- #: includes/licensing.php:497
2081
  #, fuzzy
2082
  msgid "The license key was revoked."
2083
  msgstr "Не указан лицензионный ключ"
2084
 
2085
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2086
- #: includes/licensing.php:501
2087
  msgid ""
2088
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2089
  "%2$s and let them know your license is being reported as revoked by the "
@@ -2091,50 +2090,50 @@ msgid ""
2091
  "with your report."
2092
  msgstr ""
2093
 
2094
- #: includes/licensing.php:564
2095
  msgid ""
2096
  "It was not possible to establish a connection with the Business Directory "
2097
  "server. The connection failed with the following error:"
2098
  msgstr ""
2099
 
2100
- #: includes/licensing.php:577
2101
  msgid ""
2102
  "It was not possible to establish a connection with the Business Directory "
2103
  "server. A problem occurred in the SSL/TSL handshake:"
2104
  msgstr ""
2105
 
2106
- #: includes/licensing.php:624
2107
  msgid ""
2108
  "It looks like your server is not authorized to make outgoing requests to "
2109
  "Business Directory servers. Please contact your webhost and ask them to add "
2110
  "our IP address 52.0.78.177 to your allow list."
2111
  msgstr ""
2112
 
2113
- #: includes/licensing.php:718
2114
  #, fuzzy
2115
  msgid "Business Directory license key is missing."
2116
  msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
2117
 
2118
- #: includes/licensing.php:719
2119
  #, fuzzy
2120
  msgid "Business Directory license key has expired"
2121
  msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
2122
 
2123
- #: includes/licensing.php:720
2124
  #, fuzzy
2125
  msgid "Could not verify Business Directory license."
2126
  msgstr "Помогите нам улучшить Справочник Услуг"
2127
 
2128
- #: includes/licensing.php:731
2129
  #, fuzzy
2130
  msgid "Review license keys"
2131
  msgstr "Обновить лицензионный ключ"
2132
 
2133
- #: includes/licensing.php:846
2134
  msgid "Missing data. Please reload this page and try again."
2135
  msgstr ""
2136
 
2137
- #: includes/licensing.php:851
2138
  #, fuzzy
2139
  msgid "Please enter a license key."
2140
  msgstr "Пожалуйста введите правильный электронный адрес."
@@ -2730,8 +2729,8 @@ msgstr "Информация о тарифах"
2730
  #: templates/admin/payments-details.tpl.php:11
2731
  #: templates/admin/payments-details.tpl.php:26
2732
  #, fuzzy
2733
- msgid "← Return to \"Payment History\""
2734
- msgstr " Вернуться к Вашей записи."
2735
 
2736
  #: templates/admin/payments-details.tpl.php:24
2737
  #, fuzzy
@@ -3772,7 +3771,7 @@ msgstr ""
3772
  msgid "Business Directory Team"
3773
  msgstr "Справочник услуг"
3774
 
3775
- #: includes/abstracts/class-view.php:119
3776
  #, fuzzy
3777
  msgctxt "views"
3778
  msgid "Invalid credentials."
@@ -7806,34 +7805,34 @@ msgstr ""
7806
  "показаны посетителям сайта. Если Вы хотите изменить такое поведение, "
7807
  "перейдите в <a>Настройки</a> и отключите этот параметр."
7808
 
7809
- #: includes/controllers/pages/class-submit-listing.php:495
7810
  msgctxt "templates"
7811
  msgid ""
7812
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7813
  "Submission?\" setting checked?"
7814
  msgstr ""
7815
 
7816
- #: includes/controllers/pages/class-submit-listing.php:497
7817
  msgctxt "templates"
7818
  msgid ""
7819
  "Listing submission has been disabled. Contact the administrator for details."
7820
  msgstr ""
7821
 
7822
- #: includes/controllers/pages/class-submit-listing.php:944
7823
  msgctxt "templates"
7824
  msgid ""
7825
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7826
  "a listing. %s to create a plan"
7827
  msgstr ""
7828
 
7829
- #: includes/controllers/pages/class-submit-listing.php:958
7830
  msgctxt "templates"
7831
  msgid ""
7832
  "Listing submission is not available at the moment. Contact the administrator "
7833
  "for details."
7834
  msgstr ""
7835
 
7836
- #: includes/controllers/pages/class-submit-listing.php:961
7837
  msgctxt "templates"
7838
  msgid ""
7839
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7841,12 +7840,12 @@ msgid ""
7841
  "an existing field"
7842
  msgstr ""
7843
 
7844
- #: includes/controllers/pages/class-submit-listing.php:1408
7845
  msgctxt "templates"
7846
  msgid "Please agree to the Terms and Conditions."
7847
  msgstr "Пожалуйста примите наши Условия и Положения."
7848
 
7849
- #: includes/controllers/pages/class-submit-listing.php:1422
7850
  #, fuzzy
7851
  msgctxt "templates"
7852
  msgid "I agree to the <a>Terms and Conditions</a>"
@@ -8178,39 +8177,39 @@ msgctxt "submit listing"
8178
  msgid "You can't edit this listing."
8179
  msgstr "Рубрики этой записи"
8180
 
8181
- #: includes/controllers/pages/class-submit-listing.php:162
8182
  msgctxt "submit listing"
8183
  msgid ""
8184
  "This listing can't be edited at this time because it has no plan associated. "
8185
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8186
  msgstr ""
8187
 
8188
- #: includes/controllers/pages/class-submit-listing.php:168
8189
  msgctxt "submit listing"
8190
  msgid ""
8191
  "This listing can't be edited at this time. Please try again later or contact "
8192
  "the admin if the problem persists."
8193
  msgstr ""
8194
 
8195
- #: includes/controllers/pages/class-submit-listing.php:250
8196
  #, fuzzy
8197
  msgctxt "submit listing"
8198
  msgid "You're logged in as admin, payment will be skipped."
8199
  msgstr "Вы вошли на сайт как Администратор. Все шаги оплаты будут пропущены."
8200
 
8201
- #: includes/controllers/pages/class-submit-listing.php:633
8202
  #, fuzzy
8203
  msgctxt "submit listing"
8204
  msgid "Category selection"
8205
  msgstr "Выбор рубрики"
8206
 
8207
- #: includes/controllers/pages/class-submit-listing.php:633
8208
  #, fuzzy
8209
  msgctxt "submit listing"
8210
  msgid "Category & plan selection"
8211
  msgstr "Выбор рубрики"
8212
 
8213
- #: includes/controllers/pages/class-submit-listing.php:941
8214
  #, fuzzy
8215
  msgctxt "submit listing"
8216
  msgid "Can not submit a listing at this moment. Please try again later."
@@ -8218,47 +8217,47 @@ msgstr ""
8218
  "В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
8219
  "пожалуйста."
8220
 
8221
- #: includes/controllers/pages/class-submit-listing.php:990
8222
- #: includes/controllers/pages/class-submit-listing.php:1117
8223
  #, fuzzy
8224
  msgctxt "submit listing"
8225
  msgid "Please select a category."
8226
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8227
 
8228
- #: includes/controllers/pages/class-submit-listing.php:1015
8229
  msgctxt "submit listing"
8230
  msgid "Current active plan is disabled. Please select another plan."
8231
  msgstr ""
8232
 
8233
- #: includes/controllers/pages/class-submit-listing.php:1017
8234
  msgctxt "submit listing"
8235
  msgid "Please choose a valid category for your plan."
8236
  msgstr ""
8237
 
8238
- #: includes/controllers/pages/class-submit-listing.php:1020
8239
  #, fuzzy
8240
  msgctxt "submit listing"
8241
  msgid "Please choose a valid plan for your category selection."
8242
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8243
 
8244
- #: includes/controllers/pages/class-submit-listing.php:1328
8245
  #, fuzzy
8246
  msgctxt "submit listing"
8247
  msgid "Please enter your desired username."
8248
  msgstr "Пожалуйста введите Ваше имя."
8249
 
8250
- #: includes/controllers/pages/class-submit-listing.php:1333
8251
  #, fuzzy
8252
  msgctxt "submit listing"
8253
  msgid "Please enter the e-mail for your new account."
8254
  msgstr "Пожалуйста введите Ваше имя."
8255
 
8256
- #: includes/controllers/pages/class-submit-listing.php:1338
8257
  msgctxt "submit listing"
8258
  msgid "The username you chose is already in use. Please use a different one."
8259
  msgstr ""
8260
 
8261
- #: includes/controllers/pages/class-submit-listing.php:1343
8262
  msgctxt "submit listing"
8263
  msgid "The e-mail address you chose for your account is already in use."
8264
  msgstr ""
@@ -8268,7 +8267,7 @@ msgctxt "submit listing"
8268
  msgid "Listing submitted by admin. Payment skipped."
8269
  msgstr ""
8270
 
8271
- #: includes/controllers/pages/class-submit-listing.php:1283
8272
  msgctxt "listing submit"
8273
  msgid ""
8274
  "Image upload is required, please provide at least one image and submit again."
@@ -8591,19 +8590,19 @@ msgctxt "default category name"
8591
  msgid "General"
8592
  msgstr "Основное"
8593
 
8594
- #: includes/licensing.php:537
8595
  msgctxt "licensing"
8596
  msgid "Could not contact licensing server"
8597
  msgstr "Не удалось связаться с сервером лицензий"
8598
 
8599
- #: includes/licensing.php:550
8600
  msgctxt "licensing"
8601
  msgid ""
8602
  "It was not possible to establish a connection with Business Directory's "
8603
  "server. cURL was not found in your system"
8604
  msgstr ""
8605
 
8606
- #: includes/licensing.php:552 includes/licensing.php:582
8607
  msgctxt "licensing"
8608
  msgid ""
8609
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8612,7 +8611,7 @@ msgid ""
8612
  "1.0.1c)."
8613
  msgstr ""
8614
 
8615
- #: includes/licensing.php:554 includes/licensing.php:584
8616
  msgctxt "licensing"
8617
  msgid ""
8618
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8620,47 +8619,47 @@ msgid ""
8620
  "services using the latest security standards."
8621
  msgstr ""
8622
 
8623
- #: includes/licensing.php:556
8624
  msgctxt "licensing"
8625
  msgid ""
8626
  "Please contact your hosting provider and ask them to upgrade your system. "
8627
  "Include this message if necessary"
8628
  msgstr ""
8629
 
8630
- #: includes/licensing.php:586
8631
  msgctxt "licensing"
8632
  msgid ""
8633
  "Please contact your hosting provider and ask them to upgrade your system. "
8634
  "Include this message if necessary."
8635
  msgstr ""
8636
 
8637
- #: includes/licensing.php:622
8638
  msgctxt "licensing"
8639
  msgid "The server returned a 403 Forbidden error."
8640
  msgstr ""
8641
 
8642
- #: includes/licensing.php:868
8643
  msgctxt "licensing"
8644
  msgid "Could not activate license: %s."
8645
  msgstr "Не удалось активировать лицензию: %s."
8646
 
8647
- #: includes/licensing.php:873
8648
  msgctxt "licensing"
8649
  msgid "License activated"
8650
  msgstr "Лицензия активирована"
8651
 
8652
- #: includes/licensing.php:905
8653
  msgctxt "licensing"
8654
  msgid "Could not deactivate license: %s."
8655
  msgstr "Не удалось деактивировать лицензию: %s."
8656
 
8657
- #: includes/licensing.php:907
8658
  msgctxt "licensing"
8659
  msgid "License deactivated"
8660
  msgstr "Лицензия была деактивирована."
8661
 
8662
  #. translators: "<module-name>" version <version-number> is not...
8663
- #: includes/licensing.php:1147
8664
  msgctxt "deprecation"
8665
  msgid ""
8666
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
@@ -9188,6 +9187,14 @@ msgctxt "send-access-keys"
9188
  msgid "Continue"
9189
  msgstr "Далее"
9190
 
 
 
 
 
 
 
 
 
9191
  #~ msgctxt "title"
9192
  #~ msgid "Find a Listing"
9193
  #~ msgstr "Найти запись"
@@ -9520,10 +9527,6 @@ msgstr "Далее"
9520
  #~ msgid "Category Images"
9521
  #~ msgstr "Рубрики"
9522
 
9523
- #, fuzzy
9524
- #~ msgid "PayPal Payments"
9525
- #~ msgstr "Начальный платёж"
9526
-
9527
  #, fuzzy
9528
  #~ msgid "Google Maps"
9529
  #~ msgstr "Карты Google"
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-06-22 18:41:02+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"
274
  msgstr "Экспорт в CSV"
275
 
276
  #: includes/admin/controllers/class-admin-csv.php:50
277
+ msgid "See Example"
278
+ msgstr ""
 
279
 
280
  #: includes/admin/controllers/class-admin-csv.php:54
281
  #: templates/admin/csv-import.tpl.php:291
347
  msgstr ""
348
 
349
  #: includes/admin/controllers/class-admin-listings.php:187
350
+ #: includes/controllers/pages/class-submit-listing.php:649
351
  #: templates/email/listing-reported.tpl.php:7
352
  msgid "Listing Information"
353
  msgstr "Информация о бизнесе"
426
  "позвольте плагину сделать это автоматически."
427
 
428
  #: includes/admin/controllers/class-form-fields-admin.php:37
429
+ #: includes/controllers/pages/class-submit-listing.php:979
430
  #, fuzzy
431
  msgid "Go to \"Form Fields\""
432
  msgstr "Перейти в раздел \"Управление / Форма\""
777
  msgstr "Отсутствующие таблицы: %s"
778
 
779
  #: includes/admin/settings/class-settings-bootstrap.php:13
780
+ #: includes/controllers/pages/class-submit-listing.php:1385
781
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
782
  #: templates/listing-contactform.tpl.php:33
783
  #: templates/listing-flagging-form.tpl.php:39
819
 
820
  #: includes/admin/settings/class-settings-bootstrap.php:283
821
  #: includes/admin/settings/class-settings-bootstrap.php:297
822
+ #: includes/controllers/pages/class-submit-listing.php:662
823
  #, fuzzy
824
  msgid "Terms and Conditions"
825
  msgstr "Условия и положения"
1659
  msgid "Add Listing"
1660
  msgstr "Добавить тариф"
1661
 
1662
+ #: includes/controllers/pages/class-submit-listing.php:695
1663
  #, fuzzy
1664
  msgid "Listing Images"
1665
  msgstr "Изображение записи"
1666
 
1667
+ #: includes/controllers/pages/class-submit-listing.php:763
1668
  msgid "Account Creation"
1669
  msgstr ""
1670
 
1671
+ #: includes/controllers/pages/class-submit-listing.php:962
1672
  #, fuzzy
1673
  msgid "Go to \"Plans\""
1674
  msgstr "Перейти в раздел \"Управление / Форма\""
1675
 
1676
+ #: includes/controllers/pages/class-submit-listing.php:1019
1677
  #, fuzzy
1678
  msgid "Please choose a plan."
1679
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
1680
 
1681
+ #: includes/controllers/pages/class-submit-listing.php:1209
1682
  msgid "Please check the form for errors, correct them and submit again."
1683
  msgstr ""
1684
 
1685
+ #: includes/controllers/pages/class-submit-listing.php:1369
1686
  msgid "Create a user account on this site"
1687
  msgstr ""
1688
 
1689
+ #: includes/controllers/pages/class-submit-listing.php:1376
1690
  msgid "Username"
1691
  msgstr ""
1692
 
1693
+ #: includes/controllers/pages/class-submit-listing.php:1398
1694
  #, fuzzy
1695
  msgid "Clear Form"
1696
  msgstr "Очистить форму"
2056
  msgid "Authorize"
2057
  msgstr "Активировать шлюз Authorize.net?"
2058
 
2059
+ #: includes/licensing.php:356
2060
  #, fuzzy
2061
  msgid "Invalid item ID"
2062
  msgstr "Некорректный номер поля"
2063
 
2064
+ #: includes/licensing.php:369
2065
  #, fuzzy
2066
  msgid "No license key provided"
2067
  msgstr "Не указан лицензионный ключ"
2068
 
2069
+ #: includes/licensing.php:414 includes/licensing.php:452
2070
  #, fuzzy
2071
  msgid "License key is invalid"
2072
  msgstr "Лицензионный ключ не правильный"
2073
 
2074
+ #: includes/licensing.php:418
2075
  #, fuzzy
2076
  msgid "Deactivation failed"
2077
  msgstr "Деактивация не удалась"
2078
 
2079
+ #: includes/licensing.php:463
2080
  #, fuzzy
2081
  msgid "The license key was revoked."
2082
  msgstr "Не указан лицензионный ключ"
2083
 
2084
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2085
+ #: includes/licensing.php:467
2086
  msgid ""
2087
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2088
  "%2$s and let them know your license is being reported as revoked by the "
2090
  "with your report."
2091
  msgstr ""
2092
 
2093
+ #: includes/licensing.php:530
2094
  msgid ""
2095
  "It was not possible to establish a connection with the Business Directory "
2096
  "server. The connection failed with the following error:"
2097
  msgstr ""
2098
 
2099
+ #: includes/licensing.php:543
2100
  msgid ""
2101
  "It was not possible to establish a connection with the Business Directory "
2102
  "server. A problem occurred in the SSL/TSL handshake:"
2103
  msgstr ""
2104
 
2105
+ #: includes/licensing.php:590
2106
  msgid ""
2107
  "It looks like your server is not authorized to make outgoing requests to "
2108
  "Business Directory servers. Please contact your webhost and ask them to add "
2109
  "our IP address 52.0.78.177 to your allow list."
2110
  msgstr ""
2111
 
2112
+ #: includes/licensing.php:684
2113
  #, fuzzy
2114
  msgid "Business Directory license key is missing."
2115
  msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
2116
 
2117
+ #: includes/licensing.php:685
2118
  #, fuzzy
2119
  msgid "Business Directory license key has expired"
2120
  msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
2121
 
2122
+ #: includes/licensing.php:686
2123
  #, fuzzy
2124
  msgid "Could not verify Business Directory license."
2125
  msgstr "Помогите нам улучшить Справочник Услуг"
2126
 
2127
+ #: includes/licensing.php:697
2128
  #, fuzzy
2129
  msgid "Review license keys"
2130
  msgstr "Обновить лицензионный ключ"
2131
 
2132
+ #: includes/licensing.php:812
2133
  msgid "Missing data. Please reload this page and try again."
2134
  msgstr ""
2135
 
2136
+ #: includes/licensing.php:817
2137
  #, fuzzy
2138
  msgid "Please enter a license key."
2139
  msgstr "Пожалуйста введите правильный электронный адрес."
2729
  #: templates/admin/payments-details.tpl.php:11
2730
  #: templates/admin/payments-details.tpl.php:26
2731
  #, fuzzy
2732
+ msgid "← All Payments"
2733
+ msgstr "Начальный платёж"
2734
 
2735
  #: templates/admin/payments-details.tpl.php:24
2736
  #, fuzzy
3771
  msgid "Business Directory Team"
3772
  msgstr "Справочник услуг"
3773
 
3774
+ #: includes/abstracts/class-view.php:128
3775
  #, fuzzy
3776
  msgctxt "views"
3777
  msgid "Invalid credentials."
7805
  "показаны посетителям сайта. Если Вы хотите изменить такое поведение, "
7806
  "перейдите в <a>Настройки</a> и отключите этот параметр."
7807
 
7808
+ #: includes/controllers/pages/class-submit-listing.php:505
7809
  msgctxt "templates"
7810
  msgid ""
7811
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7812
  "Submission?\" setting checked?"
7813
  msgstr ""
7814
 
7815
+ #: includes/controllers/pages/class-submit-listing.php:507
7816
  msgctxt "templates"
7817
  msgid ""
7818
  "Listing submission has been disabled. Contact the administrator for details."
7819
  msgstr ""
7820
 
7821
+ #: includes/controllers/pages/class-submit-listing.php:955
7822
  msgctxt "templates"
7823
  msgid ""
7824
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7825
  "a listing. %s to create a plan"
7826
  msgstr ""
7827
 
7828
+ #: includes/controllers/pages/class-submit-listing.php:969
7829
  msgctxt "templates"
7830
  msgid ""
7831
  "Listing submission is not available at the moment. Contact the administrator "
7832
  "for details."
7833
  msgstr ""
7834
 
7835
+ #: includes/controllers/pages/class-submit-listing.php:972
7836
  msgctxt "templates"
7837
  msgid ""
7838
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7840
  "an existing field"
7841
  msgstr ""
7842
 
7843
+ #: includes/controllers/pages/class-submit-listing.php:1419
7844
  msgctxt "templates"
7845
  msgid "Please agree to the Terms and Conditions."
7846
  msgstr "Пожалуйста примите наши Условия и Положения."
7847
 
7848
+ #: includes/controllers/pages/class-submit-listing.php:1433
7849
  #, fuzzy
7850
  msgctxt "templates"
7851
  msgid "I agree to the <a>Terms and Conditions</a>"
8177
  msgid "You can't edit this listing."
8178
  msgstr "Рубрики этой записи"
8179
 
8180
+ #: includes/controllers/pages/class-submit-listing.php:165
8181
  msgctxt "submit listing"
8182
  msgid ""
8183
  "This listing can't be edited at this time because it has no plan associated. "
8184
  "Please <a>edit the listing</a> on the backend and associate it to a plan."
8185
  msgstr ""
8186
 
8187
+ #: includes/controllers/pages/class-submit-listing.php:171
8188
  msgctxt "submit listing"
8189
  msgid ""
8190
  "This listing can't be edited at this time. Please try again later or contact "
8191
  "the admin if the problem persists."
8192
  msgstr ""
8193
 
8194
+ #: includes/controllers/pages/class-submit-listing.php:253
8195
  #, fuzzy
8196
  msgctxt "submit listing"
8197
  msgid "You're logged in as admin, payment will be skipped."
8198
  msgstr "Вы вошли на сайт как Администратор. Все шаги оплаты будут пропущены."
8199
 
8200
+ #: includes/controllers/pages/class-submit-listing.php:644
8201
  #, fuzzy
8202
  msgctxt "submit listing"
8203
  msgid "Category selection"
8204
  msgstr "Выбор рубрики"
8205
 
8206
+ #: includes/controllers/pages/class-submit-listing.php:644
8207
  #, fuzzy
8208
  msgctxt "submit listing"
8209
  msgid "Category & plan selection"
8210
  msgstr "Выбор рубрики"
8211
 
8212
+ #: includes/controllers/pages/class-submit-listing.php:952
8213
  #, fuzzy
8214
  msgctxt "submit listing"
8215
  msgid "Can not submit a listing at this moment. Please try again later."
8217
  "В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
8218
  "пожалуйста."
8219
 
8220
+ #: includes/controllers/pages/class-submit-listing.php:1001
8221
+ #: includes/controllers/pages/class-submit-listing.php:1128
8222
  #, fuzzy
8223
  msgctxt "submit listing"
8224
  msgid "Please select a category."
8225
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8226
 
8227
+ #: includes/controllers/pages/class-submit-listing.php:1026
8228
  msgctxt "submit listing"
8229
  msgid "Current active plan is disabled. Please select another plan."
8230
  msgstr ""
8231
 
8232
+ #: includes/controllers/pages/class-submit-listing.php:1028
8233
  msgctxt "submit listing"
8234
  msgid "Please choose a valid category for your plan."
8235
  msgstr ""
8236
 
8237
+ #: includes/controllers/pages/class-submit-listing.php:1031
8238
  #, fuzzy
8239
  msgctxt "submit listing"
8240
  msgid "Please choose a valid plan for your category selection."
8241
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
8242
 
8243
+ #: includes/controllers/pages/class-submit-listing.php:1339
8244
  #, fuzzy
8245
  msgctxt "submit listing"
8246
  msgid "Please enter your desired username."
8247
  msgstr "Пожалуйста введите Ваше имя."
8248
 
8249
+ #: includes/controllers/pages/class-submit-listing.php:1344
8250
  #, fuzzy
8251
  msgctxt "submit listing"
8252
  msgid "Please enter the e-mail for your new account."
8253
  msgstr "Пожалуйста введите Ваше имя."
8254
 
8255
+ #: includes/controllers/pages/class-submit-listing.php:1349
8256
  msgctxt "submit listing"
8257
  msgid "The username you chose is already in use. Please use a different one."
8258
  msgstr ""
8259
 
8260
+ #: includes/controllers/pages/class-submit-listing.php:1354
8261
  msgctxt "submit listing"
8262
  msgid "The e-mail address you chose for your account is already in use."
8263
  msgstr ""
8267
  msgid "Listing submitted by admin. Payment skipped."
8268
  msgstr ""
8269
 
8270
+ #: includes/controllers/pages/class-submit-listing.php:1294
8271
  msgctxt "listing submit"
8272
  msgid ""
8273
  "Image upload is required, please provide at least one image and submit again."
8590
  msgid "General"
8591
  msgstr "Основное"
8592
 
8593
+ #: includes/licensing.php:503
8594
  msgctxt "licensing"
8595
  msgid "Could not contact licensing server"
8596
  msgstr "Не удалось связаться с сервером лицензий"
8597
 
8598
+ #: includes/licensing.php:516
8599
  msgctxt "licensing"
8600
  msgid ""
8601
  "It was not possible to establish a connection with Business Directory's "
8602
  "server. cURL was not found in your system"
8603
  msgstr ""
8604
 
8605
+ #: includes/licensing.php:518 includes/licensing.php:548
8606
  msgctxt "licensing"
8607
  msgid ""
8608
  "To ensure the security of our systems and adhere to industry best practices, "
8611
  "1.0.1c)."
8612
  msgstr ""
8613
 
8614
+ #: includes/licensing.php:520 includes/licensing.php:550
8615
  msgctxt "licensing"
8616
  msgid ""
8617
  "Upgrading your system will not only allow you to communicate with Business "
8619
  "services using the latest security standards."
8620
  msgstr ""
8621
 
8622
+ #: includes/licensing.php:522
8623
  msgctxt "licensing"
8624
  msgid ""
8625
  "Please contact your hosting provider and ask them to upgrade your system. "
8626
  "Include this message if necessary"
8627
  msgstr ""
8628
 
8629
+ #: includes/licensing.php:552
8630
  msgctxt "licensing"
8631
  msgid ""
8632
  "Please contact your hosting provider and ask them to upgrade your system. "
8633
  "Include this message if necessary."
8634
  msgstr ""
8635
 
8636
+ #: includes/licensing.php:588
8637
  msgctxt "licensing"
8638
  msgid "The server returned a 403 Forbidden error."
8639
  msgstr ""
8640
 
8641
+ #: includes/licensing.php:834
8642
  msgctxt "licensing"
8643
  msgid "Could not activate license: %s."
8644
  msgstr "Не удалось активировать лицензию: %s."
8645
 
8646
+ #: includes/licensing.php:839
8647
  msgctxt "licensing"
8648
  msgid "License activated"
8649
  msgstr "Лицензия активирована"
8650
 
8651
+ #: includes/licensing.php:871
8652
  msgctxt "licensing"
8653
  msgid "Could not deactivate license: %s."
8654
  msgstr "Не удалось деактивировать лицензию: %s."
8655
 
8656
+ #: includes/licensing.php:873
8657
  msgctxt "licensing"
8658
  msgid "License deactivated"
8659
  msgstr "Лицензия была деактивирована."
8660
 
8661
  #. translators: "<module-name>" version <version-number> is not...
8662
+ #: includes/licensing.php:1113
8663
  msgctxt "deprecation"
8664
  msgid ""
8665
  "\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
9187
  msgid "Continue"
9188
  msgstr "Далее"
9189
 
9190
+ #, fuzzy
9191
+ #~ msgid "See an example CSV import file"
9192
+ #~ msgstr "Посмотрите образец файла CSV для иморта"
9193
+
9194
+ #, fuzzy
9195
+ #~ msgid "← Return to \"Payment History\""
9196
+ #~ msgstr "← Вернуться к Вашей записи."
9197
+
9198
  #~ msgctxt "title"
9199
  #~ msgid "Find a Listing"
9200
  #~ msgstr "Найти запись"
9527
  #~ msgid "Category Images"
9528
  #~ msgstr "Рубрики"
9529
 
 
 
 
 
9530
  #, fuzzy
9531
  #~ msgid "Google Maps"
9532
  #~ msgstr "Карты Google"
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-06-06 22:19:11+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -263,9 +263,8 @@ msgid "Export"
263
  msgstr "Exportera"
264
 
265
  #: includes/admin/controllers/class-admin-csv.php:50
266
- #, fuzzy
267
- msgid "See an example CSV import file"
268
- msgstr "Se ett exempel av en CSV importfil"
269
 
270
  #: includes/admin/controllers/class-admin-csv.php:54
271
  #: templates/admin/csv-import.tpl.php:291
@@ -337,7 +336,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
337
  msgstr ""
338
 
339
  #: includes/admin/controllers/class-admin-listings.php:187
340
- #: includes/controllers/pages/class-submit-listing.php:638
341
  #: templates/email/listing-reported.tpl.php:7
342
  msgid "Listing Information"
343
  msgstr "Information om annons"
@@ -414,7 +413,7 @@ msgstr ""
414
  "låta Business Directory göra det åt dig automatiskt."
415
 
416
  #: includes/admin/controllers/class-form-fields-admin.php:37
417
- #: includes/controllers/pages/class-submit-listing.php:968
418
  #, fuzzy
419
  msgid "Go to \"Form Fields\""
420
  msgstr "Gå till \"Hantera formulärfält\""
@@ -771,7 +770,7 @@ msgid "Missing tables: %s"
771
  msgstr "Saknade tabeller:%s"
772
 
773
  #: includes/admin/settings/class-settings-bootstrap.php:13
774
- #: includes/controllers/pages/class-submit-listing.php:1374
775
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
776
  #: templates/listing-contactform.tpl.php:33
777
  #: templates/listing-flagging-form.tpl.php:39
@@ -813,7 +812,7 @@ msgstr "Ja, och att det krävs"
813
 
814
  #: includes/admin/settings/class-settings-bootstrap.php:283
815
  #: includes/admin/settings/class-settings-bootstrap.php:297
816
- #: includes/controllers/pages/class-submit-listing.php:651
817
  #, fuzzy
818
  msgid "Terms and Conditions"
819
  msgstr "Villkor"
@@ -1671,44 +1670,44 @@ msgstr ""
1671
  msgid "Add Listing"
1672
  msgstr "Lägg till annonsavgift"
1673
 
1674
- #: includes/controllers/pages/class-submit-listing.php:684
1675
  #, fuzzy
1676
  msgid "Listing Images"
1677
  msgstr "Annonsbilder"
1678
 
1679
- #: includes/controllers/pages/class-submit-listing.php:752
1680
  #, fuzzy
1681
  msgid "Account Creation"
1682
  msgstr "Konto skapas"
1683
 
1684
- #: includes/controllers/pages/class-submit-listing.php:951
1685
  #, fuzzy
1686
  msgid "Go to \"Plans\""
1687
  msgstr "Avgiftsplan"
1688
 
1689
- #: includes/controllers/pages/class-submit-listing.php:1008
1690
  #, fuzzy
1691
  msgid "Please choose a plan."
1692
  msgstr "(Vänligen välj en avgiftsplan ovan)"
1693
 
1694
- #: includes/controllers/pages/class-submit-listing.php:1198
1695
  #, fuzzy
1696
  msgid "Please check the form for errors, correct them and submit again."
1697
  msgstr ""
1698
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1699
  "skicka igen."
1700
 
1701
- #: includes/controllers/pages/class-submit-listing.php:1358
1702
  #, fuzzy
1703
  msgid "Create a user account on this site"
1704
  msgstr "Skapa ett användarkonto på denna webbplats"
1705
 
1706
- #: includes/controllers/pages/class-submit-listing.php:1365
1707
  #, fuzzy
1708
  msgid "Username"
1709
  msgstr "Användarnamn:"
1710
 
1711
- #: includes/controllers/pages/class-submit-listing.php:1387
1712
  #, fuzzy
1713
  msgid "Clear Form"
1714
  msgstr "Rensa"
@@ -2074,33 +2073,33 @@ msgstr "Ange licensnyckel här"
2074
  msgid "Authorize"
2075
  msgstr "Authorize.net"
2076
 
2077
- #: includes/licensing.php:390
2078
  #, fuzzy
2079
  msgid "Invalid item ID"
2080
  msgstr "Ogiltigt objekt-ID"
2081
 
2082
- #: includes/licensing.php:403
2083
  #, fuzzy
2084
  msgid "No license key provided"
2085
  msgstr "Ingen licensnyckel angiven"
2086
 
2087
- #: includes/licensing.php:448 includes/licensing.php:486
2088
  #, fuzzy
2089
  msgid "License key is invalid"
2090
  msgstr "Licensnyckel är ogiltig"
2091
 
2092
- #: includes/licensing.php:452
2093
  #, fuzzy
2094
  msgid "Deactivation failed"
2095
  msgstr "Deaktivering misslyckades"
2096
 
2097
- #: includes/licensing.php:497
2098
  #, fuzzy
2099
  msgid "The license key was revoked."
2100
  msgstr "Ingen licensnyckel angiven"
2101
 
2102
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2103
- #: includes/licensing.php:501
2104
  #, fuzzy
2105
  msgid ""
2106
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
@@ -2112,7 +2111,7 @@ msgstr ""
2112
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2113
  "Directory support</support-link> och be dem vitlista din IP-adress."
2114
 
2115
- #: includes/licensing.php:564
2116
  #, fuzzy
2117
  msgid ""
2118
  "It was not possible to establish a connection with the Business Directory "
@@ -2121,7 +2120,7 @@ msgstr ""
2121
  "Det var inte möjligt att upprätta en anslutning med Business Directory "
2122
  "server. Anslutningen misslyckades med följande fel:"
2123
 
2124
- #: includes/licensing.php:577
2125
  #, fuzzy
2126
  msgid ""
2127
  "It was not possible to establish a connection with the Business Directory "
@@ -2130,7 +2129,7 @@ msgstr ""
2130
  "Det var inte möjligt att etablera en kontakt med Business Directorys server. "
2131
  "Ett problem inträffade i SSL/TSL handskakning:"
2132
 
2133
- #: includes/licensing.php:624
2134
  #, fuzzy
2135
  msgid ""
2136
  "It looks like your server is not authorized to make outgoing requests to "
@@ -2141,31 +2140,31 @@ msgstr ""
2141
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2142
  "Directory support</support-link> och be dem vitlista din IP-adress."
2143
 
2144
- #: includes/licensing.php:718
2145
  #, fuzzy
2146
  msgid "Business Directory license key is missing."
2147
  msgstr "Business Directory - Licensnyckel har upphört"
2148
 
2149
- #: includes/licensing.php:719
2150
  #, fuzzy
2151
  msgid "Business Directory license key has expired"
2152
  msgstr "Business Directory - Licensnyckel har upphört"
2153
 
2154
- #: includes/licensing.php:720
2155
  #, fuzzy
2156
  msgid "Could not verify Business Directory license."
2157
  msgstr "Hjälp oss förbättra Business Directory"
2158
 
2159
- #: includes/licensing.php:731
2160
  #, fuzzy
2161
  msgid "Review license keys"
2162
  msgstr "Granska mina licensnycklar"
2163
 
2164
- #: includes/licensing.php:846
2165
  msgid "Missing data. Please reload this page and try again."
2166
  msgstr ""
2167
 
2168
- #: includes/licensing.php:851
2169
  #, fuzzy
2170
  msgid "Please enter a license key."
2171
  msgstr "Skriv in licensnyckel"
@@ -2773,8 +2772,8 @@ msgstr "Avgiftsinformation"
2773
  #: templates/admin/payments-details.tpl.php:11
2774
  #: templates/admin/payments-details.tpl.php:26
2775
  #, fuzzy
2776
- msgid "← Return to \"Payment History\""
2777
- msgstr " Tillbaka till \"Betalningshistorik\"."
2778
 
2779
  #: templates/admin/payments-details.tpl.php:24
2780
  #, fuzzy
@@ -3849,7 +3848,7 @@ msgstr ""
3849
  msgid "Business Directory Team"
3850
  msgstr "Business Directory"
3851
 
3852
- #: includes/abstracts/class-view.php:119
3853
  msgctxt "views"
3854
  msgid "Invalid credentials."
3855
  msgstr "Ogiltiga uppgifter."
@@ -7739,7 +7738,7 @@ msgstr ""
7739
  "av din webbplats. Om du inte vill det, klicka <a>här för</a> att ändra "
7740
  "inställningen."
7741
 
7742
- #: includes/controllers/pages/class-submit-listing.php:495
7743
  msgctxt "templates"
7744
  msgid ""
7745
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
@@ -7748,27 +7747,27 @@ msgstr ""
7748
  "<b>Vyn inte tillgänglig.</b> Har du \"Inaktivera inlämning av annons på "
7749
  "framsidan?\"-inställningen markerad?"
7750
 
7751
- #: includes/controllers/pages/class-submit-listing.php:497
7752
  msgctxt "templates"
7753
  msgid ""
7754
  "Listing submission has been disabled. Contact the administrator for details."
7755
  msgstr ""
7756
 
7757
- #: includes/controllers/pages/class-submit-listing.php:944
7758
  msgctxt "templates"
7759
  msgid ""
7760
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7761
  "a listing. %s to create a plan"
7762
  msgstr ""
7763
 
7764
- #: includes/controllers/pages/class-submit-listing.php:958
7765
  msgctxt "templates"
7766
  msgid ""
7767
  "Listing submission is not available at the moment. Contact the administrator "
7768
  "for details."
7769
  msgstr ""
7770
 
7771
- #: includes/controllers/pages/class-submit-listing.php:961
7772
  msgctxt "templates"
7773
  msgid ""
7774
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -7776,12 +7775,12 @@ msgid ""
7776
  "an existing field"
7777
  msgstr ""
7778
 
7779
- #: includes/controllers/pages/class-submit-listing.php:1408
7780
  msgctxt "templates"
7781
  msgid "Please agree to the Terms and Conditions."
7782
  msgstr "Vänligen godkänn villkoren"
7783
 
7784
- #: includes/controllers/pages/class-submit-listing.php:1422
7785
  msgctxt "templates"
7786
  msgid "I agree to the <a>Terms and Conditions</a>"
7787
  msgstr "Jag godtar <a>villkoren</a>."
@@ -8104,7 +8103,7 @@ msgctxt "submit listing"
8104
  msgid "You can't edit this listing."
8105
  msgstr "Kategorier för denna annons"
8106
 
8107
- #: includes/controllers/pages/class-submit-listing.php:162
8108
  #, fuzzy
8109
  msgctxt "submit listing"
8110
  msgid ""
@@ -8115,7 +8114,7 @@ msgstr ""
8115
  "avgiftsplan kopplad. Vänligen <a>Redigera annonsen</a> på backend och koppla "
8116
  "den till en avgift plan."
8117
 
8118
- #: includes/controllers/pages/class-submit-listing.php:168
8119
  msgctxt "submit listing"
8120
  msgid ""
8121
  "This listing can't be edited at this time. Please try again later or contact "
@@ -8124,64 +8123,64 @@ msgstr ""
8124
  "Denna annons kan inte redigeras just nu. Vänligen försök igen om en lite "
8125
  "stund eller kontakta administratören om problemet kvarstår."
8126
 
8127
- #: includes/controllers/pages/class-submit-listing.php:250
8128
  msgctxt "submit listing"
8129
  msgid "You're logged in as admin, payment will be skipped."
8130
  msgstr "Du är inloggad som administratör, alla betalningssteg hoppas över."
8131
 
8132
- #: includes/controllers/pages/class-submit-listing.php:633
8133
  msgctxt "submit listing"
8134
  msgid "Category selection"
8135
  msgstr "Val av kategori"
8136
 
8137
- #: includes/controllers/pages/class-submit-listing.php:633
8138
  msgctxt "submit listing"
8139
  msgid "Category & plan selection"
8140
  msgstr "Val av kategori och avgiftsplan"
8141
 
8142
- #: includes/controllers/pages/class-submit-listing.php:941
8143
  msgctxt "submit listing"
8144
  msgid "Can not submit a listing at this moment. Please try again later."
8145
  msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
8146
 
8147
- #: includes/controllers/pages/class-submit-listing.php:990
8148
- #: includes/controllers/pages/class-submit-listing.php:1117
8149
  msgctxt "submit listing"
8150
  msgid "Please select a category."
8151
  msgstr "Välj en kategori."
8152
 
8153
- #: includes/controllers/pages/class-submit-listing.php:1015
8154
  msgctxt "submit listing"
8155
  msgid "Current active plan is disabled. Please select another plan."
8156
  msgstr ""
8157
 
8158
- #: includes/controllers/pages/class-submit-listing.php:1017
8159
  msgctxt "submit listing"
8160
  msgid "Please choose a valid category for your plan."
8161
  msgstr "Välj en giltig kategori för din plan."
8162
 
8163
- #: includes/controllers/pages/class-submit-listing.php:1020
8164
  #, fuzzy
8165
  msgctxt "submit listing"
8166
  msgid "Please choose a valid plan for your category selection."
8167
  msgstr "Välj en avgiftsplan för ditt kategorival."
8168
 
8169
- #: includes/controllers/pages/class-submit-listing.php:1328
8170
  msgctxt "submit listing"
8171
  msgid "Please enter your desired username."
8172
  msgstr "Fyll i ditt önskade användarnamn."
8173
 
8174
- #: includes/controllers/pages/class-submit-listing.php:1333
8175
  msgctxt "submit listing"
8176
  msgid "Please enter the e-mail for your new account."
8177
  msgstr "Fyll i e-postadressen för ditt nya konto."
8178
 
8179
- #: includes/controllers/pages/class-submit-listing.php:1338
8180
  msgctxt "submit listing"
8181
  msgid "The username you chose is already in use. Please use a different one."
8182
  msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
8183
 
8184
- #: includes/controllers/pages/class-submit-listing.php:1343
8185
  msgctxt "submit listing"
8186
  msgid "The e-mail address you chose for your account is already in use."
8187
  msgstr "E-postadressen du valt för ditt konto används redan."
@@ -8191,7 +8190,7 @@ msgctxt "submit listing"
8191
  msgid "Listing submitted by admin. Payment skipped."
8192
  msgstr "Notering skickas in av admin. Betalning hoppas över."
8193
 
8194
- #: includes/controllers/pages/class-submit-listing.php:1283
8195
  msgctxt "listing submit"
8196
  msgid ""
8197
  "Image upload is required, please provide at least one image and submit again."
@@ -8520,12 +8519,12 @@ msgctxt "default category name"
8520
  msgid "General"
8521
  msgstr "Allmän"
8522
 
8523
- #: includes/licensing.php:537
8524
  msgctxt "licensing"
8525
  msgid "Could not contact licensing server"
8526
  msgstr "Det gick inte att kontakta licensservern"
8527
 
8528
- #: includes/licensing.php:550
8529
  #, fuzzy
8530
  msgctxt "licensing"
8531
  msgid ""
@@ -8535,7 +8534,7 @@ msgstr ""
8535
  "Det var inte möjligt att etablera en kontakt med Business Directorys server. "
8536
  "Ett problem inträffade i SSL/TSL handskakning:"
8537
 
8538
- #: includes/licensing.php:552 includes/licensing.php:582
8539
  msgctxt "licensing"
8540
  msgid ""
8541
  "To ensure the security of our systems and adhere to industry best practices, "
@@ -8548,7 +8547,7 @@ msgstr ""
8548
  "version av OpenSSL som stöder TLSv1.2 (minsta version med support är OpenSSL "
8549
  "1.0.1c)."
8550
 
8551
- #: includes/licensing.php:554 includes/licensing.php:584
8552
  msgctxt "licensing"
8553
  msgid ""
8554
  "Upgrading your system will not only allow you to communicate with Business "
@@ -8560,7 +8559,7 @@ msgstr ""
8560
  "webbplats för att interagera med tjänster som använder de senaste "
8561
  "säkerhetsstandarderna."
8562
 
8563
- #: includes/licensing.php:556
8564
  #, fuzzy
8565
  msgctxt "licensing"
8566
  msgid ""
@@ -8570,7 +8569,7 @@ msgstr ""
8570
  "Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
8571
  "detta meddelande om nödvändigt."
8572
 
8573
- #: includes/licensing.php:586
8574
  #, fuzzy
8575
  msgctxt "licensing"
8576
  msgid ""
@@ -8580,33 +8579,33 @@ msgstr ""
8580
  "Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
8581
  "detta meddelande om nödvändigt."
8582
 
8583
- #: includes/licensing.php:622
8584
  msgctxt "licensing"
8585
  msgid "The server returned a 403 Forbidden error."
8586
  msgstr "Servern returnerade ett 403 Forbidden fel."
8587
 
8588
- #: includes/licensing.php:868
8589
  msgctxt "licensing"
8590
  msgid "Could not activate license: %s."
8591
  msgstr "Det gick inte att aktivera licens:%s."
8592
 
8593
- #: includes/licensing.php:873
8594
  msgctxt "licensing"
8595
  msgid "License activated"
8596
  msgstr "Licens aktiverad"
8597
 
8598
- #: includes/licensing.php:905
8599
  msgctxt "licensing"
8600
  msgid "Could not deactivate license: %s."
8601
  msgstr "Det gick inte att inaktivera licens:%s."
8602
 
8603
- #: includes/licensing.php:907
8604
  msgctxt "licensing"
8605
  msgid "License deactivated"
8606
  msgstr "Licensnyckel avaktiverad"
8607
 
8608
  #. translators: "<module-name>" version <version-number> is not...
8609
- #: includes/licensing.php:1147
8610
  #, fuzzy
8611
  msgctxt "deprecation"
8612
  msgid ""
@@ -9119,6 +9118,14 @@ msgctxt "send-access-keys"
9119
  msgid "Continue"
9120
  msgstr "Fortsätt "
9121
 
 
 
 
 
 
 
 
 
9122
  #~ msgctxt "title"
9123
  #~ msgid "Find a Listing"
9124
  #~ msgstr "Hitta en annons"
@@ -9449,10 +9456,6 @@ msgstr "Fortsätt "
9449
  #~ msgid "Category Images"
9450
  #~ msgstr "Kategorier"
9451
 
9452
- #, fuzzy
9453
- #~ msgid "PayPal Payments"
9454
- #~ msgstr "Första betalning"
9455
-
9456
  #, fuzzy
9457
  #~ msgid "Google Maps"
9458
  #~ msgstr "Modul för Google Maps"
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-06-22 18:41:02+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
263
  msgstr "Exportera"
264
 
265
  #: includes/admin/controllers/class-admin-csv.php:50
266
+ msgid "See Example"
267
+ msgstr ""
 
268
 
269
  #: includes/admin/controllers/class-admin-csv.php:54
270
  #: templates/admin/csv-import.tpl.php:291
336
  msgstr ""
337
 
338
  #: includes/admin/controllers/class-admin-listings.php:187
339
+ #: includes/controllers/pages/class-submit-listing.php:649
340
  #: templates/email/listing-reported.tpl.php:7
341
  msgid "Listing Information"
342
  msgstr "Information om annons"
413
  "låta Business Directory göra det åt dig automatiskt."
414
 
415
  #: includes/admin/controllers/class-form-fields-admin.php:37
416
+ #: includes/controllers/pages/class-submit-listing.php:979
417
  #, fuzzy
418
  msgid "Go to \"Form Fields\""
419
  msgstr "Gå till \"Hantera formulärfält\""
770
  msgstr "Saknade tabeller:%s"
771
 
772
  #: includes/admin/settings/class-settings-bootstrap.php:13
773
+ #: includes/controllers/pages/class-submit-listing.php:1385
774
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
775
  #: templates/listing-contactform.tpl.php:33
776
  #: templates/listing-flagging-form.tpl.php:39
812
 
813
  #: includes/admin/settings/class-settings-bootstrap.php:283
814
  #: includes/admin/settings/class-settings-bootstrap.php:297
815
+ #: includes/controllers/pages/class-submit-listing.php:662
816
  #, fuzzy
817
  msgid "Terms and Conditions"
818
  msgstr "Villkor"
1670
  msgid "Add Listing"
1671
  msgstr "Lägg till annonsavgift"
1672
 
1673
+ #: includes/controllers/pages/class-submit-listing.php:695
1674
  #, fuzzy
1675
  msgid "Listing Images"
1676
  msgstr "Annonsbilder"
1677
 
1678
+ #: includes/controllers/pages/class-submit-listing.php:763
1679
  #, fuzzy
1680
  msgid "Account Creation"
1681
  msgstr "Konto skapas"
1682
 
1683
+ #: includes/controllers/pages/class-submit-listing.php:962
1684
  #, fuzzy
1685
  msgid "Go to \"Plans\""
1686
  msgstr "Avgiftsplan"
1687
 
1688
+ #: includes/controllers/pages/class-submit-listing.php:1019
1689
  #, fuzzy
1690
  msgid "Please choose a plan."
1691
  msgstr "(Vänligen välj en avgiftsplan ovan)"
1692
 
1693
+ #: includes/controllers/pages/class-submit-listing.php:1209
1694
  #, fuzzy
1695
  msgid "Please check the form for errors, correct them and submit again."
1696
  msgstr ""
1697
  "Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
1698
  "skicka igen."
1699
 
1700
+ #: includes/controllers/pages/class-submit-listing.php:1369
1701
  #, fuzzy
1702
  msgid "Create a user account on this site"
1703
  msgstr "Skapa ett användarkonto på denna webbplats"
1704
 
1705
+ #: includes/controllers/pages/class-submit-listing.php:1376
1706
  #, fuzzy
1707
  msgid "Username"
1708
  msgstr "Användarnamn:"
1709
 
1710
+ #: includes/controllers/pages/class-submit-listing.php:1398
1711
  #, fuzzy
1712
  msgid "Clear Form"
1713
  msgstr "Rensa"
2073
  msgid "Authorize"
2074
  msgstr "Authorize.net"
2075
 
2076
+ #: includes/licensing.php:356
2077
  #, fuzzy
2078
  msgid "Invalid item ID"
2079
  msgstr "Ogiltigt objekt-ID"
2080
 
2081
+ #: includes/licensing.php:369
2082
  #, fuzzy
2083
  msgid "No license key provided"
2084
  msgstr "Ingen licensnyckel angiven"
2085
 
2086
+ #: includes/licensing.php:414 includes/licensing.php:452
2087
  #, fuzzy
2088
  msgid "License key is invalid"
2089
  msgstr "Licensnyckel är ogiltig"
2090
 
2091
+ #: includes/licensing.php:418
2092
  #, fuzzy
2093
  msgid "Deactivation failed"
2094
  msgstr "Deaktivering misslyckades"
2095
 
2096
+ #: includes/licensing.php:463
2097
  #, fuzzy
2098
  msgid "The license key was revoked."
2099
  msgstr "Ingen licensnyckel angiven"
2100
 
2101
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
2102
+ #: includes/licensing.php:467
2103
  #, fuzzy
2104
  msgid ""
2105
  "If you think this is a mistake, please contact %1$sBusiness Directory support"
2111
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2112
  "Directory support</support-link> och be dem vitlista din IP-adress."
2113
 
2114
+ #: includes/licensing.php:530
2115
  #, fuzzy
2116
  msgid ""
2117
  "It was not possible to establish a connection with the Business Directory "
2120
  "Det var inte möjligt att upprätta en anslutning med Business Directory "
2121
  "server. Anslutningen misslyckades med följande fel:"
2122
 
2123
+ #: includes/licensing.php:543
2124
  #, fuzzy
2125
  msgid ""
2126
  "It was not possible to establish a connection with the Business Directory "
2129
  "Det var inte möjligt att etablera en kontakt med Business Directorys server. "
2130
  "Ett problem inträffade i SSL/TSL handskakning:"
2131
 
2132
+ #: includes/licensing.php:590
2133
  #, fuzzy
2134
  msgid ""
2135
  "It looks like your server is not authorized to make outgoing requests to "
2140
  "Business Directorys servers. Vänligen kontakta <support-link>Business "
2141
  "Directory support</support-link> och be dem vitlista din IP-adress."
2142
 
2143
+ #: includes/licensing.php:684
2144
  #, fuzzy
2145
  msgid "Business Directory license key is missing."
2146
  msgstr "Business Directory - Licensnyckel har upphört"
2147
 
2148
+ #: includes/licensing.php:685
2149
  #, fuzzy
2150
  msgid "Business Directory license key has expired"
2151
  msgstr "Business Directory - Licensnyckel har upphört"
2152
 
2153
+ #: includes/licensing.php:686
2154
  #, fuzzy
2155
  msgid "Could not verify Business Directory license."
2156
  msgstr "Hjälp oss förbättra Business Directory"
2157
 
2158
+ #: includes/licensing.php:697
2159
  #, fuzzy
2160
  msgid "Review license keys"
2161
  msgstr "Granska mina licensnycklar"
2162
 
2163
+ #: includes/licensing.php:812
2164
  msgid "Missing data. Please reload this page and try again."
2165
  msgstr ""
2166
 
2167
+ #: includes/licensing.php:817
2168
  #, fuzzy
2169
  msgid "Please enter a license key."
2170
  msgstr "Skriv in licensnyckel"
2772
  #: templates/admin/payments-details.tpl.php:11
2773
  #: templates/admin/payments-details.tpl.php:26
2774
  #, fuzzy
2775
+ msgid "← All Payments"
2776
+ msgstr "Första betalning"
2777
 
2778
  #: templates/admin/payments-details.tpl.php:24
2779
  #, fuzzy
3848
  msgid "Business Directory Team"
3849
  msgstr "Business Directory"
3850
 
3851
+ #: includes/abstracts/class-view.php:128
3852
  msgctxt "views"
3853
  msgid "Invalid credentials."
3854
  msgstr "Ogiltiga uppgifter."
7738
  "av din webbplats. Om du inte vill det, klicka <a>här för</a> att ändra "
7739
  "inställningen."
7740
 
7741
+ #: includes/controllers/pages/class-submit-listing.php:505
7742
  msgctxt "templates"
7743
  msgid ""
7744
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
7747
  "<b>Vyn inte tillgänglig.</b> Har du \"Inaktivera inlämning av annons på "
7748
  "framsidan?\"-inställningen markerad?"
7749
 
7750
+ #: includes/controllers/pages/class-submit-listing.php:507
7751
  msgctxt "templates"
7752
  msgid ""
7753
  "Listing submission has been disabled. Contact the administrator for details."
7754
  msgstr ""
7755
 
7756
+ #: includes/controllers/pages/class-submit-listing.php:955
7757
  msgctxt "templates"
7758
  msgid ""
7759
  "<b>There are no Plans available</b>, without a plan site users can't submit "
7760
  "a listing. %s to create a plan"
7761
  msgstr ""
7762
 
7763
+ #: includes/controllers/pages/class-submit-listing.php:969
7764
  msgctxt "templates"
7765
  msgid ""
7766
  "Listing submission is not available at the moment. Contact the administrator "
7767
  "for details."
7768
  msgstr ""
7769
 
7770
+ #: includes/controllers/pages/class-submit-listing.php:972
7771
  msgctxt "templates"
7772
  msgid ""
7773
  "<b>View not available</b>, there is no \"Category\" association field. %s "
7775
  "an existing field"
7776
  msgstr ""
7777
 
7778
+ #: includes/controllers/pages/class-submit-listing.php:1419
7779
  msgctxt "templates"
7780
  msgid "Please agree to the Terms and Conditions."
7781
  msgstr "Vänligen godkänn villkoren"
7782
 
7783
+ #: includes/controllers/pages/class-submit-listing.php:1433
7784
  msgctxt "templates"
7785
  msgid "I agree to the <a>Terms and Conditions</a>"
7786
  msgstr "Jag godtar <a>villkoren</a>."
8103
  msgid "You can't edit this listing."
8104
  msgstr "Kategorier för denna annons"
8105
 
8106
+ #: includes/controllers/pages/class-submit-listing.php:165
8107
  #, fuzzy
8108
  msgctxt "submit listing"
8109
  msgid ""
8114
  "avgiftsplan kopplad. Vänligen <a>Redigera annonsen</a> på backend och koppla "
8115
  "den till en avgift plan."
8116
 
8117
+ #: includes/controllers/pages/class-submit-listing.php:171
8118
  msgctxt "submit listing"
8119
  msgid ""
8120
  "This listing can't be edited at this time. Please try again later or contact "
8123
  "Denna annons kan inte redigeras just nu. Vänligen försök igen om en lite "
8124
  "stund eller kontakta administratören om problemet kvarstår."
8125
 
8126
+ #: includes/controllers/pages/class-submit-listing.php:253
8127
  msgctxt "submit listing"
8128
  msgid "You're logged in as admin, payment will be skipped."
8129
  msgstr "Du är inloggad som administratör, alla betalningssteg hoppas över."
8130
 
8131
+ #: includes/controllers/pages/class-submit-listing.php:644
8132
  msgctxt "submit listing"
8133
  msgid "Category selection"
8134
  msgstr "Val av kategori"
8135
 
8136
+ #: includes/controllers/pages/class-submit-listing.php:644
8137
  msgctxt "submit listing"
8138
  msgid "Category & plan selection"
8139
  msgstr "Val av kategori och avgiftsplan"
8140
 
8141
+ #: includes/controllers/pages/class-submit-listing.php:952
8142
  msgctxt "submit listing"
8143
  msgid "Can not submit a listing at this moment. Please try again later."
8144
  msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
8145
 
8146
+ #: includes/controllers/pages/class-submit-listing.php:1001
8147
+ #: includes/controllers/pages/class-submit-listing.php:1128
8148
  msgctxt "submit listing"
8149
  msgid "Please select a category."
8150
  msgstr "Välj en kategori."
8151
 
8152
+ #: includes/controllers/pages/class-submit-listing.php:1026
8153
  msgctxt "submit listing"
8154
  msgid "Current active plan is disabled. Please select another plan."
8155
  msgstr ""
8156
 
8157
+ #: includes/controllers/pages/class-submit-listing.php:1028
8158
  msgctxt "submit listing"
8159
  msgid "Please choose a valid category for your plan."
8160
  msgstr "Välj en giltig kategori för din plan."
8161
 
8162
+ #: includes/controllers/pages/class-submit-listing.php:1031
8163
  #, fuzzy
8164
  msgctxt "submit listing"
8165
  msgid "Please choose a valid plan for your category selection."
8166
  msgstr "Välj en avgiftsplan för ditt kategorival."
8167
 
8168
+ #: includes/controllers/pages/class-submit-listing.php:1339
8169
  msgctxt "submit listing"
8170
  msgid "Please enter your desired username."
8171
  msgstr "Fyll i ditt önskade användarnamn."
8172
 
8173
+ #: includes/controllers/pages/class-submit-listing.php:1344
8174
  msgctxt "submit listing"
8175
  msgid "Please enter the e-mail for your new account."
8176
  msgstr "Fyll i e-postadressen för ditt nya konto."
8177
 
8178
+ #: includes/controllers/pages/class-submit-listing.php:1349
8179
  msgctxt "submit listing"
8180
  msgid "The username you chose is already in use. Please use a different one."
8181
  msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
8182
 
8183
+ #: includes/controllers/pages/class-submit-listing.php:1354
8184
  msgctxt "submit listing"
8185
  msgid "The e-mail address you chose for your account is already in use."
8186
  msgstr "E-postadressen du valt för ditt konto används redan."
8190
  msgid "Listing submitted by admin. Payment skipped."
8191
  msgstr "Notering skickas in av admin. Betalning hoppas över."
8192
 
8193
+ #: includes/controllers/pages/class-submit-listing.php:1294
8194
  msgctxt "listing submit"
8195
  msgid ""
8196
  "Image upload is required, please provide at least one image and submit again."
8519
  msgid "General"
8520
  msgstr "Allmän"
8521
 
8522
+ #: includes/licensing.php:503
8523
  msgctxt "licensing"
8524
  msgid "Could not contact licensing server"
8525
  msgstr "Det gick inte att kontakta licensservern"
8526
 
8527
+ #: includes/licensing.php:516
8528
  #, fuzzy
8529
  msgctxt "licensing"
8530
  msgid ""
8534
  "Det var inte möjligt att etablera en kontakt med Business Directorys server. "
8535
  "Ett problem inträffade i SSL/TSL handskakning:"
8536
 
8537
+ #: includes/licensing.php:518 includes/licensing.php:548
8538
  msgctxt "licensing"
8539
  msgid ""
8540
  "To ensure the security of our systems and adhere to industry best practices, "
8547
  "version av OpenSSL som stöder TLSv1.2 (minsta version med support är OpenSSL "
8548
  "1.0.1c)."
8549
 
8550
+ #: includes/licensing.php:520 includes/licensing.php:550
8551
  msgctxt "licensing"
8552
  msgid ""
8553
  "Upgrading your system will not only allow you to communicate with Business "
8559
  "webbplats för att interagera med tjänster som använder de senaste "
8560
  "säkerhetsstandarderna."
8561
 
8562
+ #: includes/licensing.php:522
8563
  #, fuzzy
8564
  msgctxt "licensing"
8565
  msgid ""
8569
  "Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
8570
  "detta meddelande om nödvändigt."
8571
 
8572
+ #: includes/licensing.php:552
8573
  #, fuzzy
8574
  msgctxt "licensing"
8575
  msgid ""
8579
  "Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
8580
  "detta meddelande om nödvändigt."
8581
 
8582
+ #: includes/licensing.php:588
8583
  msgctxt "licensing"
8584
  msgid "The server returned a 403 Forbidden error."
8585
  msgstr "Servern returnerade ett 403 Forbidden fel."
8586
 
8587
+ #: includes/licensing.php:834
8588
  msgctxt "licensing"
8589
  msgid "Could not activate license: %s."
8590
  msgstr "Det gick inte att aktivera licens:%s."
8591
 
8592
+ #: includes/licensing.php:839
8593
  msgctxt "licensing"
8594
  msgid "License activated"
8595
  msgstr "Licens aktiverad"
8596
 
8597
+ #: includes/licensing.php:871
8598
  msgctxt "licensing"
8599
  msgid "Could not deactivate license: %s."
8600
  msgstr "Det gick inte att inaktivera licens:%s."
8601
 
8602
+ #: includes/licensing.php:873
8603
  msgctxt "licensing"
8604
  msgid "License deactivated"
8605
  msgstr "Licensnyckel avaktiverad"
8606
 
8607
  #. translators: "<module-name>" version <version-number> is not...
8608
+ #: includes/licensing.php:1113
8609
  #, fuzzy
8610
  msgctxt "deprecation"
8611
  msgid ""
9118
  msgid "Continue"
9119
  msgstr "Fortsätt "
9120
 
9121
+ #, fuzzy
9122
+ #~ msgid "See an example CSV import file"
9123
+ #~ msgstr "Se ett exempel av en CSV importfil"
9124
+
9125
+ #, fuzzy
9126
+ #~ msgid "← Return to \"Payment History\""
9127
+ #~ msgstr "← Tillbaka till \"Betalningshistorik\"."
9128
+
9129
  #~ msgctxt "title"
9130
  #~ msgid "Find a Listing"
9131
  #~ msgstr "Hitta en annons"
9456
  #~ msgid "Category Images"
9457
  #~ msgstr "Kategorier"
9458
 
 
 
 
 
9459
  #, fuzzy
9460
  #~ msgid "Google Maps"
9461
  #~ msgstr "Modul för Google Maps"
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.2.3\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
- "POT-Creation-Date: 2022-06-07 23:02:37+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -216,7 +216,7 @@ msgid "Export"
216
  msgstr ""
217
 
218
  #: includes/admin/controllers/class-admin-csv.php:50
219
- msgid "See an example CSV import file"
220
  msgstr ""
221
 
222
  #: includes/admin/controllers/class-admin-csv.php:54
@@ -280,7 +280,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
280
  msgstr ""
281
 
282
  #: includes/admin/controllers/class-admin-listings.php:187
283
- #: includes/controllers/pages/class-submit-listing.php:638
284
  #: templates/email/listing-reported.tpl.php:7
285
  msgid "Listing Information"
286
  msgstr ""
@@ -349,7 +349,7 @@ msgid ""
349
  msgstr ""
350
 
351
  #: includes/admin/controllers/class-form-fields-admin.php:37
352
- #: includes/controllers/pages/class-submit-listing.php:968
353
  msgid "Go to \"Form Fields\""
354
  msgstr ""
355
 
@@ -652,7 +652,7 @@ msgid "Missing tables: %s"
652
  msgstr ""
653
 
654
  #: includes/admin/settings/class-settings-bootstrap.php:13
655
- #: includes/controllers/pages/class-submit-listing.php:1374
656
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
657
  #: templates/listing-contactform.tpl.php:33
658
  #: templates/listing-flagging-form.tpl.php:39
@@ -684,7 +684,7 @@ msgstr ""
684
 
685
  #: includes/admin/settings/class-settings-bootstrap.php:283
686
  #: includes/admin/settings/class-settings-bootstrap.php:297
687
- #: includes/controllers/pages/class-submit-listing.php:651
688
  msgid "Terms and Conditions"
689
  msgstr ""
690
 
@@ -1421,35 +1421,35 @@ msgstr ""
1421
  msgid "Add Listing"
1422
  msgstr ""
1423
 
1424
- #: includes/controllers/pages/class-submit-listing.php:684
1425
  msgid "Listing Images"
1426
  msgstr ""
1427
 
1428
- #: includes/controllers/pages/class-submit-listing.php:752
1429
  msgid "Account Creation"
1430
  msgstr ""
1431
 
1432
- #: includes/controllers/pages/class-submit-listing.php:951
1433
  msgid "Go to \"Plans\""
1434
  msgstr ""
1435
 
1436
- #: includes/controllers/pages/class-submit-listing.php:1008
1437
  msgid "Please choose a plan."
1438
  msgstr ""
1439
 
1440
- #: includes/controllers/pages/class-submit-listing.php:1198
1441
  msgid "Please check the form for errors, correct them and submit again."
1442
  msgstr ""
1443
 
1444
- #: includes/controllers/pages/class-submit-listing.php:1358
1445
  msgid "Create a user account on this site"
1446
  msgstr ""
1447
 
1448
- #: includes/controllers/pages/class-submit-listing.php:1365
1449
  msgid "Username"
1450
  msgstr ""
1451
 
1452
- #: includes/controllers/pages/class-submit-listing.php:1387
1453
  msgid "Clear Form"
1454
  msgstr ""
1455
 
@@ -1753,27 +1753,27 @@ msgstr ""
1753
  msgid "Authorize"
1754
  msgstr ""
1755
 
1756
- #: includes/licensing.php:390
1757
  msgid "Invalid item ID"
1758
  msgstr ""
1759
 
1760
- #: includes/licensing.php:403
1761
  msgid "No license key provided"
1762
  msgstr ""
1763
 
1764
- #: includes/licensing.php:448 includes/licensing.php:486
1765
  msgid "License key is invalid"
1766
  msgstr ""
1767
 
1768
- #: includes/licensing.php:452
1769
  msgid "Deactivation failed"
1770
  msgstr ""
1771
 
1772
- #: includes/licensing.php:497
1773
  msgid "The license key was revoked."
1774
  msgstr ""
1775
 
1776
- #: includes/licensing.php:501
1777
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1778
  msgid ""
1779
  "If you think this is a mistake, please contact %1$sBusiness Directory "
@@ -1782,46 +1782,46 @@ msgid ""
1782
  "purchase with your report."
1783
  msgstr ""
1784
 
1785
- #: includes/licensing.php:564
1786
  msgid ""
1787
  "It was not possible to establish a connection with the Business Directory "
1788
  "server. The connection failed with the following error:"
1789
  msgstr ""
1790
 
1791
- #: includes/licensing.php:577
1792
  msgid ""
1793
  "It was not possible to establish a connection with the Business Directory "
1794
  "server. A problem occurred in the SSL/TSL handshake:"
1795
  msgstr ""
1796
 
1797
- #: includes/licensing.php:624
1798
  msgid ""
1799
  "It looks like your server is not authorized to make outgoing requests to "
1800
  "Business Directory servers. Please contact your webhost and ask them to add "
1801
  "our IP address 52.0.78.177 to your allow list."
1802
  msgstr ""
1803
 
1804
- #: includes/licensing.php:718
1805
  msgid "Business Directory license key is missing."
1806
  msgstr ""
1807
 
1808
- #: includes/licensing.php:719
1809
  msgid "Business Directory license key has expired"
1810
  msgstr ""
1811
 
1812
- #: includes/licensing.php:720
1813
  msgid "Could not verify Business Directory license."
1814
  msgstr ""
1815
 
1816
- #: includes/licensing.php:731
1817
  msgid "Review license keys"
1818
  msgstr ""
1819
 
1820
- #: includes/licensing.php:846
1821
  msgid "Missing data. Please reload this page and try again."
1822
  msgstr ""
1823
 
1824
- #: includes/licensing.php:851
1825
  msgid "Please enter a license key."
1826
  msgstr ""
1827
 
@@ -2312,7 +2312,7 @@ msgstr ""
2312
 
2313
  #: templates/admin/payments-details.tpl.php:11
2314
  #: templates/admin/payments-details.tpl.php:26
2315
- msgid "← Return to \"Payment History\""
2316
  msgstr ""
2317
 
2318
  #: templates/admin/payments-details.tpl.php:24
@@ -3204,7 +3204,7 @@ msgstr ""
3204
  msgid "Business Directory Team"
3205
  msgstr ""
3206
 
3207
- #: includes/abstracts/class-view.php:119
3208
  msgctxt "views"
3209
  msgid "Invalid credentials."
3210
  msgstr ""
@@ -6792,33 +6792,33 @@ msgid ""
6792
  "site. If you didn't want that, click <a>here</a> to change the setting."
6793
  msgstr ""
6794
 
6795
- #: includes/controllers/pages/class-submit-listing.php:495
6796
  msgctxt "templates"
6797
  msgid ""
6798
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
6799
  "Submission?\" setting checked?"
6800
  msgstr ""
6801
 
6802
- #: includes/controllers/pages/class-submit-listing.php:497
6803
  msgctxt "templates"
6804
  msgid "Listing submission has been disabled. Contact the administrator for details."
6805
  msgstr ""
6806
 
6807
- #: includes/controllers/pages/class-submit-listing.php:944
6808
  msgctxt "templates"
6809
  msgid ""
6810
  "<b>There are no Plans available</b>, without a plan site users can't submit "
6811
  "a listing. %s to create a plan"
6812
  msgstr ""
6813
 
6814
- #: includes/controllers/pages/class-submit-listing.php:958
6815
  msgctxt "templates"
6816
  msgid ""
6817
  "Listing submission is not available at the moment. Contact the "
6818
  "administrator for details."
6819
  msgstr ""
6820
 
6821
- #: includes/controllers/pages/class-submit-listing.php:961
6822
  msgctxt "templates"
6823
  msgid ""
6824
  "<b>View not available</b>, there is no \"Category\" association field. %s "
@@ -6826,12 +6826,12 @@ msgid ""
6826
  "an existing field"
6827
  msgstr ""
6828
 
6829
- #: includes/controllers/pages/class-submit-listing.php:1408
6830
  msgctxt "templates"
6831
  msgid "Please agree to the Terms and Conditions."
6832
  msgstr ""
6833
 
6834
- #: includes/controllers/pages/class-submit-listing.php:1422
6835
  msgctxt "templates"
6836
  msgid "I agree to the <a>Terms and Conditions</a>"
6837
  msgstr ""
@@ -7125,7 +7125,7 @@ msgctxt "submit listing"
7125
  msgid "You can't edit this listing."
7126
  msgstr ""
7127
 
7128
- #: includes/controllers/pages/class-submit-listing.php:162
7129
  msgctxt "submit listing"
7130
  msgid ""
7131
  "This listing can't be edited at this time because it has no plan "
@@ -7133,70 +7133,70 @@ msgid ""
7133
  "to a plan."
7134
  msgstr ""
7135
 
7136
- #: includes/controllers/pages/class-submit-listing.php:168
7137
  msgctxt "submit listing"
7138
  msgid ""
7139
  "This listing can't be edited at this time. Please try again later or "
7140
  "contact the admin if the problem persists."
7141
  msgstr ""
7142
 
7143
- #: includes/controllers/pages/class-submit-listing.php:250
7144
  msgctxt "submit listing"
7145
  msgid "You're logged in as admin, payment will be skipped."
7146
  msgstr ""
7147
 
7148
- #: includes/controllers/pages/class-submit-listing.php:633
7149
  msgctxt "submit listing"
7150
  msgid "Category selection"
7151
  msgstr ""
7152
 
7153
- #: includes/controllers/pages/class-submit-listing.php:633
7154
  msgctxt "submit listing"
7155
  msgid "Category & plan selection"
7156
  msgstr ""
7157
 
7158
- #: includes/controllers/pages/class-submit-listing.php:941
7159
  msgctxt "submit listing"
7160
  msgid "Can not submit a listing at this moment. Please try again later."
7161
  msgstr ""
7162
 
7163
- #: includes/controllers/pages/class-submit-listing.php:990
7164
- #: includes/controllers/pages/class-submit-listing.php:1117
7165
  msgctxt "submit listing"
7166
  msgid "Please select a category."
7167
  msgstr ""
7168
 
7169
- #: includes/controllers/pages/class-submit-listing.php:1015
7170
  msgctxt "submit listing"
7171
  msgid "Current active plan is disabled. Please select another plan."
7172
  msgstr ""
7173
 
7174
- #: includes/controllers/pages/class-submit-listing.php:1017
7175
  msgctxt "submit listing"
7176
  msgid "Please choose a valid category for your plan."
7177
  msgstr ""
7178
 
7179
- #: includes/controllers/pages/class-submit-listing.php:1020
7180
  msgctxt "submit listing"
7181
  msgid "Please choose a valid plan for your category selection."
7182
  msgstr ""
7183
 
7184
- #: includes/controllers/pages/class-submit-listing.php:1328
7185
  msgctxt "submit listing"
7186
  msgid "Please enter your desired username."
7187
  msgstr ""
7188
 
7189
- #: includes/controllers/pages/class-submit-listing.php:1333
7190
  msgctxt "submit listing"
7191
  msgid "Please enter the e-mail for your new account."
7192
  msgstr ""
7193
 
7194
- #: includes/controllers/pages/class-submit-listing.php:1338
7195
  msgctxt "submit listing"
7196
  msgid "The username you chose is already in use. Please use a different one."
7197
  msgstr ""
7198
 
7199
- #: includes/controllers/pages/class-submit-listing.php:1343
7200
  msgctxt "submit listing"
7201
  msgid "The e-mail address you chose for your account is already in use."
7202
  msgstr ""
@@ -7206,7 +7206,7 @@ msgctxt "submit listing"
7206
  msgid "Listing submitted by admin. Payment skipped."
7207
  msgstr ""
7208
 
7209
- #: includes/controllers/pages/class-submit-listing.php:1283
7210
  msgctxt "listing submit"
7211
  msgid ""
7212
  "Image upload is required, please provide at least one image and submit "
@@ -7512,19 +7512,19 @@ msgctxt "default category name"
7512
  msgid "General"
7513
  msgstr ""
7514
 
7515
- #: includes/licensing.php:537
7516
  msgctxt "licensing"
7517
  msgid "Could not contact licensing server"
7518
  msgstr ""
7519
 
7520
- #: includes/licensing.php:550
7521
  msgctxt "licensing"
7522
  msgid ""
7523
  "It was not possible to establish a connection with Business Directory's "
7524
  "server. cURL was not found in your system"
7525
  msgstr ""
7526
 
7527
- #: includes/licensing.php:552 includes/licensing.php:582
7528
  msgctxt "licensing"
7529
  msgid ""
7530
  "To ensure the security of our systems and adhere to industry best "
@@ -7533,7 +7533,7 @@ msgid ""
7533
  "OpenSSL 1.0.1c)."
7534
  msgstr ""
7535
 
7536
- #: includes/licensing.php:554 includes/licensing.php:584
7537
  msgctxt "licensing"
7538
  msgid ""
7539
  "Upgrading your system will not only allow you to communicate with Business "
@@ -7541,46 +7541,46 @@ msgid ""
7541
  "services using the latest security standards."
7542
  msgstr ""
7543
 
7544
- #: includes/licensing.php:556
7545
  msgctxt "licensing"
7546
  msgid ""
7547
  "Please contact your hosting provider and ask them to upgrade your system. "
7548
  "Include this message if necessary"
7549
  msgstr ""
7550
 
7551
- #: includes/licensing.php:586
7552
  msgctxt "licensing"
7553
  msgid ""
7554
  "Please contact your hosting provider and ask them to upgrade your system. "
7555
  "Include this message if necessary."
7556
  msgstr ""
7557
 
7558
- #: includes/licensing.php:622
7559
  msgctxt "licensing"
7560
  msgid "The server returned a 403 Forbidden error."
7561
  msgstr ""
7562
 
7563
- #: includes/licensing.php:868
7564
  msgctxt "licensing"
7565
  msgid "Could not activate license: %s."
7566
  msgstr ""
7567
 
7568
- #: includes/licensing.php:873
7569
  msgctxt "licensing"
7570
  msgid "License activated"
7571
  msgstr ""
7572
 
7573
- #: includes/licensing.php:905
7574
  msgctxt "licensing"
7575
  msgid "Could not deactivate license: %s."
7576
  msgstr ""
7577
 
7578
- #: includes/licensing.php:907
7579
  msgctxt "licensing"
7580
  msgid "License deactivated"
7581
  msgstr ""
7582
 
7583
- #: includes/licensing.php:1147
7584
  #. translators: "<module-name>" version <version-number> is not...
7585
  msgctxt "deprecation"
7586
  msgid ""
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 6.2.4\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
+ "POT-Creation-Date: 2022-06-22 18:41:02+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
216
  msgstr ""
217
 
218
  #: includes/admin/controllers/class-admin-csv.php:50
219
+ msgid "See Example"
220
  msgstr ""
221
 
222
  #: includes/admin/controllers/class-admin-csv.php:54
280
  msgstr ""
281
 
282
  #: includes/admin/controllers/class-admin-listings.php:187
283
+ #: includes/controllers/pages/class-submit-listing.php:649
284
  #: templates/email/listing-reported.tpl.php:7
285
  msgid "Listing Information"
286
  msgstr ""
349
  msgstr ""
350
 
351
  #: includes/admin/controllers/class-form-fields-admin.php:37
352
+ #: includes/controllers/pages/class-submit-listing.php:979
353
  msgid "Go to \"Form Fields\""
354
  msgstr ""
355
 
652
  msgstr ""
653
 
654
  #: includes/admin/settings/class-settings-bootstrap.php:13
655
+ #: includes/controllers/pages/class-submit-listing.php:1385
656
  #: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:140
657
  #: templates/listing-contactform.tpl.php:33
658
  #: templates/listing-flagging-form.tpl.php:39
684
 
685
  #: includes/admin/settings/class-settings-bootstrap.php:283
686
  #: includes/admin/settings/class-settings-bootstrap.php:297
687
+ #: includes/controllers/pages/class-submit-listing.php:662
688
  msgid "Terms and Conditions"
689
  msgstr ""
690
 
1421
  msgid "Add Listing"
1422
  msgstr ""
1423
 
1424
+ #: includes/controllers/pages/class-submit-listing.php:695
1425
  msgid "Listing Images"
1426
  msgstr ""
1427
 
1428
+ #: includes/controllers/pages/class-submit-listing.php:763
1429
  msgid "Account Creation"
1430
  msgstr ""
1431
 
1432
+ #: includes/controllers/pages/class-submit-listing.php:962
1433
  msgid "Go to \"Plans\""
1434
  msgstr ""
1435
 
1436
+ #: includes/controllers/pages/class-submit-listing.php:1019
1437
  msgid "Please choose a plan."
1438
  msgstr ""
1439
 
1440
+ #: includes/controllers/pages/class-submit-listing.php:1209
1441
  msgid "Please check the form for errors, correct them and submit again."
1442
  msgstr ""
1443
 
1444
+ #: includes/controllers/pages/class-submit-listing.php:1369
1445
  msgid "Create a user account on this site"
1446
  msgstr ""
1447
 
1448
+ #: includes/controllers/pages/class-submit-listing.php:1376
1449
  msgid "Username"
1450
  msgstr ""
1451
 
1452
+ #: includes/controllers/pages/class-submit-listing.php:1398
1453
  msgid "Clear Form"
1454
  msgstr ""
1455
 
1753
  msgid "Authorize"
1754
  msgstr ""
1755
 
1756
+ #: includes/licensing.php:356
1757
  msgid "Invalid item ID"
1758
  msgstr ""
1759
 
1760
+ #: includes/licensing.php:369
1761
  msgid "No license key provided"
1762
  msgstr ""
1763
 
1764
+ #: includes/licensing.php:414 includes/licensing.php:452
1765
  msgid "License key is invalid"
1766
  msgstr ""
1767
 
1768
+ #: includes/licensing.php:418
1769
  msgid "Deactivation failed"
1770
  msgstr ""
1771
 
1772
+ #: includes/licensing.php:463
1773
  msgid "The license key was revoked."
1774
  msgstr ""
1775
 
1776
+ #: includes/licensing.php:467
1777
  #. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
1778
  msgid ""
1779
  "If you think this is a mistake, please contact %1$sBusiness Directory "
1782
  "purchase with your report."
1783
  msgstr ""
1784
 
1785
+ #: includes/licensing.php:530
1786
  msgid ""
1787
  "It was not possible to establish a connection with the Business Directory "
1788
  "server. The connection failed with the following error:"
1789
  msgstr ""
1790
 
1791
+ #: includes/licensing.php:543
1792
  msgid ""
1793
  "It was not possible to establish a connection with the Business Directory "
1794
  "server. A problem occurred in the SSL/TSL handshake:"
1795
  msgstr ""
1796
 
1797
+ #: includes/licensing.php:590
1798
  msgid ""
1799
  "It looks like your server is not authorized to make outgoing requests to "
1800
  "Business Directory servers. Please contact your webhost and ask them to add "
1801
  "our IP address 52.0.78.177 to your allow list."
1802
  msgstr ""
1803
 
1804
+ #: includes/licensing.php:684
1805
  msgid "Business Directory license key is missing."
1806
  msgstr ""
1807
 
1808
+ #: includes/licensing.php:685
1809
  msgid "Business Directory license key has expired"
1810
  msgstr ""
1811
 
1812
+ #: includes/licensing.php:686
1813
  msgid "Could not verify Business Directory license."
1814
  msgstr ""
1815
 
1816
+ #: includes/licensing.php:697
1817
  msgid "Review license keys"
1818
  msgstr ""
1819
 
1820
+ #: includes/licensing.php:812
1821
  msgid "Missing data. Please reload this page and try again."
1822
  msgstr ""
1823
 
1824
+ #: includes/licensing.php:817
1825
  msgid "Please enter a license key."
1826
  msgstr ""
1827
 
2312
 
2313
  #: templates/admin/payments-details.tpl.php:11
2314
  #: templates/admin/payments-details.tpl.php:26
2315
+ msgid "← All Payments"
2316
  msgstr ""
2317
 
2318
  #: templates/admin/payments-details.tpl.php:24
3204
  msgid "Business Directory Team"
3205
  msgstr ""
3206
 
3207
+ #: includes/abstracts/class-view.php:128
3208
  msgctxt "views"
3209
  msgid "Invalid credentials."
3210
  msgstr ""
6792
  "site. If you didn't want that, click <a>here</a> to change the setting."
6793
  msgstr ""
6794
 
6795
+ #: includes/controllers/pages/class-submit-listing.php:505
6796
  msgctxt "templates"
6797
  msgid ""
6798
  "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
6799
  "Submission?\" setting checked?"
6800
  msgstr ""
6801
 
6802
+ #: includes/controllers/pages/class-submit-listing.php:507
6803
  msgctxt "templates"
6804
  msgid "Listing submission has been disabled. Contact the administrator for details."
6805
  msgstr ""
6806
 
6807
+ #: includes/controllers/pages/class-submit-listing.php:955
6808
  msgctxt "templates"
6809
  msgid ""
6810
  "<b>There are no Plans available</b>, without a plan site users can't submit "
6811
  "a listing. %s to create a plan"
6812
  msgstr ""
6813
 
6814
+ #: includes/controllers/pages/class-submit-listing.php:969
6815
  msgctxt "templates"
6816
  msgid ""
6817
  "Listing submission is not available at the moment. Contact the "
6818
  "administrator for details."
6819
  msgstr ""
6820
 
6821
+ #: includes/controllers/pages/class-submit-listing.php:972
6822
  msgctxt "templates"
6823
  msgid ""
6824
  "<b>View not available</b>, there is no \"Category\" association field. %s "
6826
  "an existing field"
6827
  msgstr ""
6828
 
6829
+ #: includes/controllers/pages/class-submit-listing.php:1419
6830
  msgctxt "templates"
6831
  msgid "Please agree to the Terms and Conditions."
6832
  msgstr ""
6833
 
6834
+ #: includes/controllers/pages/class-submit-listing.php:1433
6835
  msgctxt "templates"
6836
  msgid "I agree to the <a>Terms and Conditions</a>"
6837
  msgstr ""
7125
  msgid "You can't edit this listing."
7126
  msgstr ""
7127
 
7128
+ #: includes/controllers/pages/class-submit-listing.php:165
7129
  msgctxt "submit listing"
7130
  msgid ""
7131
  "This listing can't be edited at this time because it has no plan "
7133
  "to a plan."
7134
  msgstr ""
7135
 
7136
+ #: includes/controllers/pages/class-submit-listing.php:171
7137
  msgctxt "submit listing"
7138
  msgid ""
7139
  "This listing can't be edited at this time. Please try again later or "
7140
  "contact the admin if the problem persists."
7141
  msgstr ""
7142
 
7143
+ #: includes/controllers/pages/class-submit-listing.php:253
7144
  msgctxt "submit listing"
7145
  msgid "You're logged in as admin, payment will be skipped."
7146
  msgstr ""
7147
 
7148
+ #: includes/controllers/pages/class-submit-listing.php:644
7149
  msgctxt "submit listing"
7150
  msgid "Category selection"
7151
  msgstr ""
7152
 
7153
+ #: includes/controllers/pages/class-submit-listing.php:644
7154
  msgctxt "submit listing"
7155
  msgid "Category & plan selection"
7156
  msgstr ""
7157
 
7158
+ #: includes/controllers/pages/class-submit-listing.php:952
7159
  msgctxt "submit listing"
7160
  msgid "Can not submit a listing at this moment. Please try again later."
7161
  msgstr ""
7162
 
7163
+ #: includes/controllers/pages/class-submit-listing.php:1001
7164
+ #: includes/controllers/pages/class-submit-listing.php:1128
7165
  msgctxt "submit listing"
7166
  msgid "Please select a category."
7167
  msgstr ""
7168
 
7169
+ #: includes/controllers/pages/class-submit-listing.php:1026
7170
  msgctxt "submit listing"
7171
  msgid "Current active plan is disabled. Please select another plan."
7172
  msgstr ""
7173
 
7174
+ #: includes/controllers/pages/class-submit-listing.php:1028
7175
  msgctxt "submit listing"
7176
  msgid "Please choose a valid category for your plan."
7177
  msgstr ""
7178
 
7179
+ #: includes/controllers/pages/class-submit-listing.php:1031
7180
  msgctxt "submit listing"
7181
  msgid "Please choose a valid plan for your category selection."
7182
  msgstr ""
7183
 
7184
+ #: includes/controllers/pages/class-submit-listing.php:1339
7185
  msgctxt "submit listing"
7186
  msgid "Please enter your desired username."
7187
  msgstr ""
7188
 
7189
+ #: includes/controllers/pages/class-submit-listing.php:1344
7190
  msgctxt "submit listing"
7191
  msgid "Please enter the e-mail for your new account."
7192
  msgstr ""
7193
 
7194
+ #: includes/controllers/pages/class-submit-listing.php:1349
7195
  msgctxt "submit listing"
7196
  msgid "The username you chose is already in use. Please use a different one."
7197
  msgstr ""
7198
 
7199
+ #: includes/controllers/pages/class-submit-listing.php:1354
7200
  msgctxt "submit listing"
7201
  msgid "The e-mail address you chose for your account is already in use."
7202
  msgstr ""
7206
  msgid "Listing submitted by admin. Payment skipped."
7207
  msgstr ""
7208
 
7209
+ #: includes/controllers/pages/class-submit-listing.php:1294
7210
  msgctxt "listing submit"
7211
  msgid ""
7212
  "Image upload is required, please provide at least one image and submit "
7512
  msgid "General"
7513
  msgstr ""
7514
 
7515
+ #: includes/licensing.php:503
7516
  msgctxt "licensing"
7517
  msgid "Could not contact licensing server"
7518
  msgstr ""
7519
 
7520
+ #: includes/licensing.php:516
7521
  msgctxt "licensing"
7522
  msgid ""
7523
  "It was not possible to establish a connection with Business Directory's "
7524
  "server. cURL was not found in your system"
7525
  msgstr ""
7526
 
7527
+ #: includes/licensing.php:518 includes/licensing.php:548
7528
  msgctxt "licensing"
7529
  msgid ""
7530
  "To ensure the security of our systems and adhere to industry best "
7533
  "OpenSSL 1.0.1c)."
7534
  msgstr ""
7535
 
7536
+ #: includes/licensing.php:520 includes/licensing.php:550
7537
  msgctxt "licensing"
7538
  msgid ""
7539
  "Upgrading your system will not only allow you to communicate with Business "
7541
  "services using the latest security standards."
7542
  msgstr ""
7543
 
7544
+ #: includes/licensing.php:522
7545
  msgctxt "licensing"
7546
  msgid ""
7547
  "Please contact your hosting provider and ask them to upgrade your system. "
7548
  "Include this message if necessary"
7549
  msgstr ""
7550
 
7551
+ #: includes/licensing.php:552
7552
  msgctxt "licensing"
7553
  msgid ""
7554
  "Please contact your hosting provider and ask them to upgrade your system. "
7555
  "Include this message if necessary."
7556
  msgstr ""
7557
 
7558
+ #: includes/licensing.php:588
7559
  msgctxt "licensing"
7560
  msgid "The server returned a 403 Forbidden error."
7561
  msgstr ""
7562
 
7563
+ #: includes/licensing.php:834
7564
  msgctxt "licensing"
7565
  msgid "Could not activate license: %s."
7566
  msgstr ""
7567
 
7568
+ #: includes/licensing.php:839
7569
  msgctxt "licensing"
7570
  msgid "License activated"
7571
  msgstr ""
7572
 
7573
+ #: includes/licensing.php:871
7574
  msgctxt "licensing"
7575
  msgid "Could not deactivate license: %s."
7576
  msgstr ""
7577
 
7578
+ #: includes/licensing.php:873
7579
  msgctxt "licensing"
7580
  msgid "License deactivated"
7581
  msgstr ""
7582
 
7583
+ #: includes/licensing.php:1113
7584
  #. translators: "<module-name>" version <version-number> is not...
7585
  msgctxt "deprecation"
7586
  msgid ""
templates/admin/payments-details.tpl.php CHANGED
@@ -8,7 +8,7 @@ wpbdp_admin_header(
8
  'id' => 'payments-details',
9
  'buttons' => array(
10
  'wpbdp_admin_payments' => array(
11
- 'label' => __( '← Return to "Payment History"', 'business-directory-plugin' ),
12
  'url' => admin_url( 'admin.php?page=wpbdp_admin_payments' ),
13
  ),
14
  ),
@@ -23,7 +23,7 @@ if ( ! $payment || ! $payment->id ) {
23
  ?>
24
  <h2><?php esc_html_e( 'Payment Not Found', 'business-directory-plugin' ); ?></h2>
25
  <a href="<?php echo esc_url( admin_url( 'admin.php?page=wpbdp_admin_payments' ) ); ?>">
26
- <?php esc_html_e( '← Return to "Payment History"', 'business-directory-plugin' ); ?>
27
  </a>
28
  <?php
29
  wpbdp_admin_footer( 'echo' );
8
  'id' => 'payments-details',
9
  'buttons' => array(
10
  'wpbdp_admin_payments' => array(
11
+ 'label' => __( '← All Payments', 'business-directory-plugin' ),
12
  'url' => admin_url( 'admin.php?page=wpbdp_admin_payments' ),
13
  ),
14
  ),
23
  ?>
24
  <h2><?php esc_html_e( 'Payment Not Found', 'business-directory-plugin' ); ?></h2>
25
  <a href="<?php echo esc_url( admin_url( 'admin.php?page=wpbdp_admin_payments' ) ); ?>">
26
+ <?php esc_html_e( '← All Payments', 'business-directory-plugin' ); ?>
27
  </a>
28
  <?php
29
  wpbdp_admin_footer( 'echo' );
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.2.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.2.4",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",