Version Description
Download this release
Release Info
Developer | businessdirectoryplugin |
Plugin | Business Directory Plugin |
Version | 5.16.1 |
Comparing to | |
See all releases |
Code changes from version 5.16 to 5.16.1
- README.TXT +14 -8
- assets/css/wpbdp.min.css +1 -1
- assets/js/admin.js +23 -24
- assets/js/admin.min.js +1 -1
- business-directory-plugin.php +1 -1
- includes/abstracts/class-form-field-type.php +6 -5
- includes/admin/class-admin.php +42 -12
- includes/admin/helpers/tables/class-fees-table.php +1 -1
- includes/admin/tracking.php +2 -2
- includes/class-wordpress-template-integration.php +4 -2
- includes/class-wpbdp.php +5 -5
- includes/compatibility/class-divi-compat.php +26 -0
- includes/form-fields.php +1 -1
- includes/helpers/class-field-display-list.php +4 -4
- includes/helpers/class-listing-image.php +3 -2
- includes/helpers/functions/general.php +24 -41
- includes/installer.php +1 -4
- includes/models/class-fee-plan.php +1 -1
- includes/models/class-listing.php +2 -2
- includes/utils.php +1 -1
- languages/business-directory-plugin-ar.mo +0 -0
- languages/business-directory-plugin-ar.po +56 -56
- languages/business-directory-plugin-de_DE.mo +0 -0
- languages/business-directory-plugin-de_DE.po +58 -58
- languages/business-directory-plugin-en_US.po +55 -56
- languages/business-directory-plugin-fr_FR.mo +0 -0
- languages/business-directory-plugin-fr_FR.po +57 -57
- languages/business-directory-plugin-it_IT.mo +0 -0
- languages/business-directory-plugin-it_IT.po +56 -56
- languages/business-directory-plugin-nl_NL.po +55 -56
- languages/business-directory-plugin-pl_PL.mo +0 -0
- languages/business-directory-plugin-pl_PL.po +57 -57
- languages/business-directory-plugin-ru_RU.mo +0 -0
- languages/business-directory-plugin-ru_RU.po +57 -57
- languages/business-directory-plugin-sv_SE.mo +0 -0
- languages/business-directory-plugin-sv_SE.po +56 -56
- languages/business-directory-plugin.pot +56 -57
- templates/parts/listing-buttons.tpl.php +10 -5
- themes/default/theme.json +1 -1
README.TXT
CHANGED
@@ -4,7 +4,7 @@ Tags: business directory, listings, directory plugin, staff directory, member di
|
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.8.1
|
7 |
-
Stable tag: 5.16
|
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,19 @@ 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 |
= 5.16 =
|
162 |
* Improve front-end performance by only resizing images at the time they are uploaded. Now WordPress handles all the image resizing.
|
163 |
* Clean up the images settings page. Removed the 'Number of free images' and 'Listing duration for no-fee sites' settings since they are included in the plan settings.
|
@@ -178,11 +191,4 @@ This can be done under Plugins -> Add New as the Administrator user. Do not "net
|
|
178 |
* Fix: Some widget settings weren't getting saved.
|
179 |
* Remove the option to set a height for category multiselect fields since it wasn't being used.
|
180 |
|
181 |
-
= 5.15.2 =
|
182 |
-
* Fix: Listings set to never expire were changing to draft after editing.
|
183 |
-
|
184 |
-
= 5.15.1 =
|
185 |
-
* Fix: Listings set to never expire were switching to expired on edit.
|
186 |
-
* Fix: Long listing titles in sidebar widgets weren't wrapping with some settings.
|
187 |
-
|
188 |
<a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.8.1
|
7 |
+
Stable tag: 5.16.1
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
|
158 |
This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
|
159 |
|
160 |
== Changelog ==
|
161 |
+
= 5.16.1 =
|
162 |
+
* Fix: The message to create a page on install wasn't updating when it was successful.
|
163 |
+
* Fix: Exclude admin test fees in the stats for the plan total amount collected.
|
164 |
+
* Fix: Show '0.00' for free listings rather than 'Free'.
|
165 |
+
* Fix: The Divi page builder was showing errors when editing listing pages.
|
166 |
+
* Remove colons and use space instead after a label in a listing. Colons can be added manually using the wpbdp_display_field_label hook if desired.
|
167 |
+
* Added wpbdp_display_field_wrapper_classes hook to add extra classes to a field wrapper.
|
168 |
+
* Fix: Get rid of button styling on delete link so it shows as a red link instead of a button.
|
169 |
+
* Fix: Make the featured banner work better by not pushing content around. Now it overlaps the image.
|
170 |
+
* Add a bit more caching and a performance lift.
|
171 |
+
* Fix: If a second page is added with the businessdirectory shortcode, use the most recent page. Also, ignore a page with the shortcode if it's in the trash.
|
172 |
+
* Fix: The database upgrade wasn't always getting marked as complete, and was running multiple times.
|
173 |
+
|
174 |
= 5.16 =
|
175 |
* Improve front-end performance by only resizing images at the time they are uploaded. Now WordPress handles all the image resizing.
|
176 |
* Clean up the images settings page. Removed the 'Number of free images' and 'Listing duration for no-fee sites' settings since they are included in the plan settings.
|
191 |
* Fix: Some widget settings weren't getting saved.
|
192 |
* Remove the option to set a height for category multiselect fields since it wasn't being used.
|
193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
<a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
|
assets/css/wpbdp.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#607297;border-right-color:#607297;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .submit-btn input[type="submit"]{padding:16px 12px;font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .distance-field input{min-width:70px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .unit-label{font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:16px}@media screen and (min-width:1900px){.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:20px}}.wpbdp-wp-theme-twentytwenty .wpbdp-page{max-width:69rem !important}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0 0 5px;font-size:80%}.listing-actions .delete-listing,.listing-actions a.delete-listing{margin-left:20px;margin-right:30px;color:#d64226 !important;background-color:transparent;border:none}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;margin-right:3px}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt .wpbdp-hide-title .listing-details .wpbdp-field-name{display:none}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8)}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{float:right;margin-top:-20px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;max-height:102px}.wpbdp-listing-single .stickytag{position:absolute;bottom:0;right:0}.wpbdp-sticky-tag{background:var(--bd-main-color);color:#fff;padding:6px 15px;margin:0 15px;border-radius:4px;text-transform:uppercase;font-weight:600;vertical-align:text-bottom;display:inline-block;font-size:12px}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{float:right;margin-top:10px;margin-right:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{transform:rotate(45deg);text-align:center;position:relative;top:7px;right:-50px;width:150px;margin:0 0 50px;border-radius:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-claim-listings{display:none}.wpbdp-listing-single .listing-title{margin-bottom:7px;position:relative}.wpbdp-listing-single .listing-title h1,.wpbdp-listing-single .listing-title h2,.wpbdp-listing-single .listing-title h3{display:inline-block}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d2d2d2}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{margin:0 auto;padding:0;width:100%}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline-block;margin-left:5px;margin-bottom:5px}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #d2d2d2}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:20px 0;vertical-align:top}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;margin-right:10px;height:20px;vertical-align:text-top}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:inline-block;background-color:transparent;color:#1a1a1a}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{box-shadow:none}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{height:20px;width:auto}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:5px}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0 10px}.wpbdp-listings-sort-options label{font-weight:normal}.wpbdp-listings-sort-options select{margin:0 4px}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}#wpbdp-checkout-form-fields,.wpbdp-form-field{margin:14px 0}#wpbdp-checkout-form-fields label,.wpbdp-form-field label{font-weight:500}#wpbdp-checkout-form-fields label .wpbdp-form-field-required-indicator,.wpbdp-form-field label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-label,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-description,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}#wpbdp-checkout-form-fields .wpbdp-description,.wpbdp-form-field .wpbdp-description,#wpbdp-checkout-form-fields .wpbdp-form-field-description,.wpbdp-form-field .wpbdp-form-field-description{opacity:.8;font-size:14px;display:block}#wpbdp-checkout-form-fields .wpbdp-form-field-inner,.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}#wpbdp-checkout-form-fields textarea,.wpbdp-form-field textarea,#wpbdp-checkout-form-fields input[type="text"],.wpbdp-form-field input[type="text"],#wpbdp-checkout-form-fields input[type="tel"],.wpbdp-form-field input[type="tel"],#wpbdp-checkout-form-fields select,.wpbdp-form-field select{width:100%;box-sizing:border-box}#wpbdp-checkout-form-fields .field-description,.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview img,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview img{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview a.delete{color:#900000;margin-left:20px;display:none;vertical-align:top}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview:hover a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview:hover a.delete{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d2d2d2;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-auto-rows:max-content;grid-gap:20px 4%}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp4{grid-column:span 4 / span 4}.wpbdp8{grid-column:span 8 / span 8}.wpbdp3{grid-column:span 3 / span 3}.wpbdp9{grid-column:span 9 / span 9}.wpbdp2{grid-column:span 2 / span 2}.wpbdp10{grid-column:span 10 / span 10}.wpbdp1{grid-column:span 1 / span 1}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{width:100% !important;grid-column:span 12 / span 12;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{grid-column-end:-1;grid-row-start:span 100;justify-content:end}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-submit-rootline{margin:30px auto;text-align:center;display:flex}.wpbdp-rootline-section{align-items:center;width:100%}.wpbdp-rootline-section:not(.wpbdp-submit-section-current).wpbdp-submit-checked .wpbdp-rootline-counter span{display:none}.wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-rootline-section-name{margin:10px auto 0;font-size:12px;text-transform:uppercase;opacity:.6}.wpbdp-rootline-bar{background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, #569AF6 50%);background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-position:bottom;background-size:10px;background-repeat:repeat-x;position:relative;height:1px;width:calc(100% - 48px);top:24px;margin-left:calc(50% + 25px)}.wpbdp-rootline-circle{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:48px;border:1px solid #569AF6;border-color:var(--bd-main-color);z-index:1}.wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-checked .wpbdp-rootline-circle{background:#569AF6;background:var(--bd-main-color)}.wpbdp-rootline-counter{font-weight:bold;font-size:20px}.wpbdp-submit-checked .wpbdp-rootline-section-name{opacity:1}.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-checked .wpbdp-rootline-circle{color:#fff}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{margin:10px 0;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions button{margin:15px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-plan-selection-with-tip{margin:24px 0 0 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#569AF6;background:var(--bd-main-color);color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-editor-area{height:422px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields .wpbdp-submit-listing-form-actions{display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-inner{padding:0;width:100%}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{visibility:hidden;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:40%;left:-10px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}textarea.wpbdp-submit-listing-tos{min-height:100px}#change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:1px solid #d2d2d2;display:flex;align-items:center}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{object-fit:cover;width:50px;height:50px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{font-size:.8em;display:none}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{font-size:12px;text-decoration:none;color:#900000;display:none;margin-left:10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .submit-back-button.wpbdp-button{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .submit-back-button.wpbdp-button:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:#d2d2d2}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color)}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d2d2d2;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{padding:10px 12px;margin:5px 0;background:#FEF7D3;border:1px solid rgba(63,75,91,0.2);box-sizing:border-box;border-radius:4px;font-size:14px;color:rgba(63,75,91,0.6)}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#d64226}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-right:20px;background:#d64226}.wpbdp-scroll-box{padding:10px;margin:30px 0;border:1px solid #d2d2d2;max-height:250px;overflow:auto}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}a.wpbdp-show-on-mobile,input[type="button"].wpbdp-show-on-mobile,.wpbdp-show-on-mobile{display:none}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box;width:100%}.wpbdp-main-box{margin:10px 0 20px 0}.wpbdp-main-box .box-col{margin-bottom:4px}.wpbdp-main-box .box-col input{width:100%;min-width:150px}.distance-field-wrapper .box-row{display:flex;align-items:center}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{width:100%;display:flex;gap:5px}.wpbdp-main-box .submit-btn{width:22%;min-width:150px}.wpbdp-main-box-tiny .submit-btn,.wpbdp-main-box-small .submit-btn{width:100%}.wpbdp-main-box-tiny .search-fields .box-row,.wpbdp-main-box-tiny .main-fields.box-row form,.wpbdp-main-box-small .search-fields .box-row,.wpbdp-main-box-small .main-fields.box-row form{display:block}.wpbdp-main-links{text-align:right}a.wpbdp-button{white-space:nowrap}.wpbdp-main-links .button,.wpbdp-main-links-large .button{margin:0 3px 6px;font-size:15px;display:inline-block}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px;text-align:center}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit],.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit],.wpbdp-with-button-styles .wpbdp-main-box input[type=submit],.wpbdp-with-button-styles .listing-actions a.wpbdp-button,.wpbdp-with-button-styles .wpbdp-button{background:#569AF6;background:var(--bd-main-color) !important;border:1px solid #569AF6;border-color:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-main-box input[type=submit]:hover,.wpbdp-with-button-styles .listing-actions a.wpbdp-button:hover,.wpbdp-with-button-styles .wpbdp-button:hover{opacity:.8;background:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;display:flex;align-items:center;flex-wrap:wrap}.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:15px;font-size:20px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-price-amount,.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]:checked+label{color:#fff !important;background:var(--bd-main-color) !important}.wpbdp-dnd-area{margin:0 auto;border:1px solid #ddd;width:100%}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area p{margin:0;font-size:16px;line-height:24px}.wpbdp-dnd-area p.dnd-message{font-size:24px;line-height:24px}.wpbdp-dnd-area .dnd-area-inside{letter-spacing:1px;margin:54px auto 38px;text-align:center}.wpbdp-dnd-area .dnd-area-inside-working{text-align:center;margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{color:#900000;text-align:center;margin:50px 25px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden}.wpbdp-dnd-area .upload-button a{text-decoration:none}.wpbdp-dnd-area .upload-button a:hover{cursor:pointer}.wpbdp-dnd-area .upload-button input{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;border:none !important;z-index:-1}.area-and-conditions #image-upload-dnd-area{box-sizing:border-box;background-color:rgba(86,154,246,0.08);background-color:var(--bd-main-color-8);border-color:var(--bd-main-color-20);border-radius:4px}.area-and-conditions #image-upload-dnd-area .dnd-buttons a{letter-spacing:initial}#image-upload-conditions{font-size:12px;margin-bottom:6px;opacity:.8}#image-slots-available{float:right}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-thumbnail{max-width:200px;max-height:200px;max-width:var(--bd-thumbnail-width);max-height:var(--bd-thumbnail-height)}.wpbdp-thumbnail-cropped{width:200px;height:200px;width:var(--bd-thumbnail-width);height:var(--bd-thumbnail-height);object-fit:cover}@media screen and (max-width:560px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{display:block}.wpbdp-main-box .submit-btn{width:100%}.wpbdp-main-links .button{width:100%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}
|
1 |
+
.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#607297;border-right-color:#607297;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .submit-btn input[type="submit"]{padding:16px 12px;font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .distance-field input{min-width:70px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .unit-label{font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:16px}@media screen and (min-width:1900px){.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:20px}}.wpbdp-wp-theme-twentytwenty .wpbdp-page{max-width:69rem !important}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0 0 5px;font-size:80%}.wpbdp-with-button-styles .wpbdp-listing .listing-actions .wpbdp-button.delete-listing,.listing-actions .delete-listing,.listing-actions a.delete-listing{color:#d64226 !important;background-color:transparent !important;border-color:transparent}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;margin-right:3px}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold;padding-right:5px}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt .wpbdp-hide-title .listing-details .wpbdp-field-name{display:none}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8)}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 0 0 10px}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{float:right;margin-top:-20px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;max-height:102px}.wpbdp-listing-single .stickytag{position:absolute;bottom:0;right:0}.wpbdp-sticky-tag{background:var(--bd-main-color);color:#fff;padding:6px 15px;margin:0 15px;border-radius:4px;text-transform:uppercase;font-weight:600;vertical-align:text-bottom;display:inline-block;font-size:12px}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{float:right;margin-top:10px;margin-right:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{transform:rotate(45deg);text-align:center;position:absolute;top:12px;right:-48px;width:150px;margin:0;border-radius:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-claim-listings{display:none}.wpbdp-listing-single .listing-title{margin-bottom:7px;position:relative}.wpbdp-listing-single .listing-title h1,.wpbdp-listing-single .listing-title h2,.wpbdp-listing-single .listing-title h3{display:inline-block}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d2d2d2}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{margin:0 auto;padding:0;width:100%}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline-block;margin-left:5px;margin-bottom:5px}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #d2d2d2}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:20px 0;vertical-align:top}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;margin-right:10px;height:20px;vertical-align:text-top}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:inline-block;background-color:transparent;color:#1a1a1a}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{box-shadow:none}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{height:20px;width:auto}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:5px}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0 10px}.wpbdp-listings-sort-options label{font-weight:normal}.wpbdp-listings-sort-options select{margin:0 4px}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}#wpbdp-checkout-form-fields,.wpbdp-form-field{margin:14px 0}#wpbdp-checkout-form-fields label,.wpbdp-form-field label{font-weight:500}#wpbdp-checkout-form-fields label .wpbdp-form-field-required-indicator,.wpbdp-form-field label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-label,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-description,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}#wpbdp-checkout-form-fields .wpbdp-description,.wpbdp-form-field .wpbdp-description,#wpbdp-checkout-form-fields .wpbdp-form-field-description,.wpbdp-form-field .wpbdp-form-field-description{opacity:.8;font-size:14px;display:block}#wpbdp-checkout-form-fields .wpbdp-form-field-inner,.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}#wpbdp-checkout-form-fields textarea,.wpbdp-form-field textarea,#wpbdp-checkout-form-fields input[type="text"],.wpbdp-form-field input[type="text"],#wpbdp-checkout-form-fields input[type="tel"],.wpbdp-form-field input[type="tel"],#wpbdp-checkout-form-fields select,.wpbdp-form-field select{width:100%;box-sizing:border-box}#wpbdp-checkout-form-fields .field-description,.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview img,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview img{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview a.delete{color:#900000;margin-left:20px;display:none;vertical-align:top}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview:hover a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview:hover a.delete{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d2d2d2;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-auto-rows:max-content;grid-gap:20px 4%}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp4{grid-column:span 4 / span 4}.wpbdp8{grid-column:span 8 / span 8}.wpbdp3{grid-column:span 3 / span 3}.wpbdp9{grid-column:span 9 / span 9}.wpbdp2{grid-column:span 2 / span 2}.wpbdp10{grid-column:span 10 / span 10}.wpbdp1{grid-column:span 1 / span 1}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{width:100% !important;grid-column:span 12 / span 12;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{grid-column-end:-1;grid-row-start:span 100;justify-content:end}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-submit-rootline{margin:30px auto;text-align:center;display:flex}.wpbdp-rootline-section{align-items:center;width:100%}.wpbdp-rootline-section:not(.wpbdp-submit-section-current).wpbdp-submit-checked .wpbdp-rootline-counter span{display:none}.wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-rootline-section-name{margin:10px auto 0;font-size:12px;text-transform:uppercase;opacity:.6}.wpbdp-rootline-bar{background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, #569AF6 50%);background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-position:bottom;background-size:10px;background-repeat:repeat-x;position:relative;height:1px;width:calc(100% - 48px);top:24px;margin-left:calc(50% + 25px)}.wpbdp-rootline-circle{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:48px;border:1px solid #569AF6;border-color:var(--bd-main-color);z-index:1}.wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-checked .wpbdp-rootline-circle{background:#569AF6;background:var(--bd-main-color)}.wpbdp-rootline-counter{font-weight:bold;font-size:20px}.wpbdp-submit-checked .wpbdp-rootline-section-name{opacity:1}.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-checked .wpbdp-rootline-circle{color:#fff}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{margin:10px 0;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions button{margin:15px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-plan-selection-with-tip{margin:24px 0 0 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#569AF6;background:var(--bd-main-color);color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-editor-area{height:422px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields .wpbdp-submit-listing-form-actions{display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-inner{padding:0;width:100%}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{visibility:hidden;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:40%;left:-10px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}textarea.wpbdp-submit-listing-tos{min-height:100px}#change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:1px solid #d2d2d2;display:flex;align-items:center}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{object-fit:cover;width:50px;height:50px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{font-size:.8em;display:none}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{font-size:12px;text-decoration:none;color:#900000;display:none;margin-left:10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .submit-back-button.wpbdp-button{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .submit-back-button.wpbdp-button:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:#d2d2d2}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color)}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d2d2d2;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{padding:10px 12px;margin:5px 0;background:#FEF7D3;border:1px solid rgba(63,75,91,0.2);box-sizing:border-box;border-radius:4px;font-size:14px;color:rgba(63,75,91,0.6)}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#d64226}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-right:20px;background:#d64226}.wpbdp-scroll-box{padding:10px;margin:30px 0;border:1px solid #d2d2d2;max-height:250px;overflow:auto}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}a.wpbdp-show-on-mobile,input[type="button"].wpbdp-show-on-mobile,.wpbdp-show-on-mobile{display:none}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box;width:100%}.wpbdp-main-box{margin:10px 0 20px 0}.wpbdp-main-box .box-col{margin-bottom:4px}.wpbdp-main-box .box-col input{width:100%;min-width:150px}.distance-field-wrapper .box-row{display:flex;align-items:center}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{width:100%;display:flex;gap:5px}.wpbdp-main-box .submit-btn{width:22%;min-width:150px}.wpbdp-main-box-tiny .submit-btn,.wpbdp-main-box-small .submit-btn{width:100%}.wpbdp-main-box-tiny .search-fields .box-row,.wpbdp-main-box-tiny .main-fields.box-row form,.wpbdp-main-box-small .search-fields .box-row,.wpbdp-main-box-small .main-fields.box-row form{display:block}.wpbdp-main-links{text-align:right}a.wpbdp-button{white-space:nowrap}.wpbdp-main-links .button,.wpbdp-main-links-large .button{margin:0 3px 6px;font-size:15px;display:inline-block}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px;text-align:center}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit],.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit],.wpbdp-with-button-styles .wpbdp-main-box input[type=submit],.wpbdp-with-button-styles .listing-actions a.wpbdp-button,.wpbdp-with-button-styles .wpbdp-button{background:#569AF6;background:var(--bd-main-color) !important;border:1px solid #569AF6;border-color:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-main-box input[type=submit]:hover,.wpbdp-with-button-styles .listing-actions a.wpbdp-button:hover,.wpbdp-with-button-styles .wpbdp-button:hover{opacity:.8;background:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;display:flex;align-items:center;flex-wrap:wrap}.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:15px;font-size:20px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-price-amount,.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]:checked+label{color:#fff !important;background:var(--bd-main-color) !important}.wpbdp-dnd-area{margin:0 auto;border:1px solid #ddd;width:100%}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area p{margin:0;font-size:16px;line-height:24px}.wpbdp-dnd-area p.dnd-message{font-size:24px;line-height:24px}.wpbdp-dnd-area .dnd-area-inside{letter-spacing:1px;margin:54px auto 38px;text-align:center}.wpbdp-dnd-area .dnd-area-inside-working{text-align:center;margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{color:#900000;text-align:center;margin:50px 25px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden}.wpbdp-dnd-area .upload-button a{text-decoration:none}.wpbdp-dnd-area .upload-button a:hover{cursor:pointer}.wpbdp-dnd-area .upload-button input{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;border:none !important;z-index:-1}.area-and-conditions #image-upload-dnd-area{box-sizing:border-box;background-color:rgba(86,154,246,0.08);background-color:var(--bd-main-color-8);border-color:var(--bd-main-color-20);border-radius:4px}.area-and-conditions #image-upload-dnd-area .dnd-buttons a{letter-spacing:initial}#image-upload-conditions{font-size:12px;margin-bottom:6px;opacity:.8}#image-slots-available{float:right}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-thumbnail{max-width:200px;max-height:200px;max-width:var(--bd-thumbnail-width);max-height:var(--bd-thumbnail-height)}.wpbdp-thumbnail-cropped{width:200px;height:200px;width:var(--bd-thumbnail-width);height:var(--bd-thumbnail-height);object-fit:cover}@media screen and (max-width:560px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{display:block}.wpbdp-main-box .submit-btn{width:100%}.wpbdp-main-links .button{width:100%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}
|
assets/js/admin.js
CHANGED
@@ -498,30 +498,29 @@ jQuery(function($) {
|
|
498 |
|
499 |
// {{ Create main page warning.
|
500 |
(function($) {
|
501 |
-
$(document).
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
});
|
525 |
})(jQuery);
|
526 |
// }}
|
527 |
|
498 |
|
499 |
// {{ Create main page warning.
|
500 |
(function($) {
|
501 |
+
$( document ).on( 'click', 'a.wpbdp-create-main-page-button' ,function( e ) {
|
502 |
+
e.preventDefault();
|
503 |
+
var button = $( this ),
|
504 |
+
$msg = button.parents('div.wpbdp-notice'),
|
505 |
+
nonce = button.attr('data-nonce');
|
506 |
+
$.ajax({
|
507 |
+
'url': ajaxurl,
|
508 |
+
'data': { 'action': 'wpbdp-create-main-page',
|
509 |
+
'_wpnonce': nonce },
|
510 |
+
'dataType': 'json',
|
511 |
+
success: function(res) {
|
512 |
+
if ( ! res.success )
|
513 |
+
return;
|
514 |
+
|
515 |
+
$msg.fadeOut( 'fast', function() {
|
516 |
+
$(this).html( '<p>' + res.message + '</p>' );
|
517 |
+
$(this).removeClass('error');
|
518 |
+
$(this).addClass('updated');
|
519 |
+
$(this).fadeIn( 'fast' );
|
520 |
+
} );
|
521 |
+
}
|
522 |
+
});
|
523 |
+
});
|
|
|
524 |
})(jQuery);
|
525 |
// }}
|
526 |
|
assets/js/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".addon-status-label");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open")}var WPBDP_associations_fieldtypes={};!function($){var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){WPBDPAdmin_FormFields.$f_association=$("form#wpbdp-formfield-form select#field-association"),WPBDPAdmin_FormFields.$f_association.change(WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$("form#wpbdp-formfield-form select#field-type"),WPBDPAdmin_FormFields.$f_fieldtype.change(WPBDPAdmin_FormFields.onFieldTypeChange),WPBDPAdmin_FormFields.$f_validator=$("form#wpbdp-formfield-form select#field-validator"),WPBDPAdmin_FormFields.$f_validator.change(WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings .iframe-confirm a").click(function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').change(function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$('#wpbdp-formfield-form input[name="field[display_flags][]"][value="search"]').change(function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$('#wpbdp-formfield-form select[name="limit_categories"]').change(function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.change(),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}};$(document).ready(function(){WPBDPAdmin_FormFields.init()})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$('select[name="fee_order[method]"], select[name="fee_order[order]"]').change(function(e){$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),"custom"==$('select[name="fee_order[method]"]').val()&&$(".wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle").show(),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$("input#doaction, input#doaction2").click(function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$('.wpbdp-admin.wpbdp-page-formfields-preview form input[type="submit"]').click(function(e){e.preventDefault(),alert("This form is just a preview. It doesn't work.")}),$("#wpbdp-admin-debug-info-page a.nav-tab").click(function(e){e.preventDefault(),$("#wpbdp-admin-debug-info-page a.nav-tab").not(this).removeClass("nav-tab-active");var $selected_tab=$(this);$selected_tab.addClass("nav-tab-active"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$("#wpbdp-admin-debug-info-page a.nav-tab").length>0&&$("#wpbdp-admin-debug-info-page a.nav-tab").get(0).click(),$(".wpbdp-page-admin-transactions .column-actions a.details-link").click(function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){WPBDP_Admin.dialog={};WPBDP_Admin.dialog}(jQuery),function($){var payments=WPBDP_Admin.payments;payments._initialize=function(){$("#BusinessDirectory_listinginfo a.payment-details-link").click(function(e){e.preventDefault(),payments.viewPaymentDetails($(this).attr("data-id"))}),0===$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>'))},payments.viewPaymentDetails=function(id){$.get(ajaxurl,{action:"wpbdp-payment-details",id:id},function(res){res&&res.success&&(0===$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>')),$("#wpbdp-modal-dialog").html(res.data.html),tb_show("","#TB_inline?inlineId=wpbdp-modal-dialog"),$("#TB_window").width($("#TB_ajaxContent").outerWidth()),$("#TB_window").height()>$("#TB_ajaxContent").outerHeight()&&$("#TB_ajaxContent").height($("#TB_window").height()),$("#wpbdp-modal-dialog").remove())},"json")},$(document).ready(function(){payments._initialize()})}(jQuery),function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").change()}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){if(0!==$(".wpbdp-admin-page-uninstall").length){var $warnings=$("#wpbdp-uninstall-messages"),$confirm_button=$("#wpbdp-uninstall-proceed-btn"),$form=$("#wpbdp-uninstall-capture-form");$confirm_button.click(function(e){e.preventDefault(),$warnings.fadeOut("fast",function(){$form.fadeIn("fast")})}),$form.submit(function(){var $no_reason_error=$(".wpbdp-validation-error.no-reason").hide(),$no_text_error=$(".wpbdp-validation-error.no-reason-text").hide(),$reason_checked=$('input[name="uninstall[reason_id]"]:checked');if(0===$reason_checked.length)return $no_reason_error.show(),!1;if("0"==$reason_checked.val()){var $reason_text=$('textarea[name="uninstall[reason_text]"]'),reason_text=$.trim($reason_text.val());if($reason_text.removeClass("invalid"),!reason_text)return $no_text_error.show(),$reason_text.addClass("invalid"),!1}return!0}),$('form#wpbdp-uninstall-capture-form input[name="uninstall[reason_id]"]').change(function(e){var val=$(this).val();"0"==val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!==$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),function($){$(document).ready(function(){$("a.wpbdp-create-main-page-button").click(function(e){e.preventDefault();var $msg=$(this).parents("div.error");$.ajax({url:ajaxurl,data:{action:"wpbdp-create-main-page",_wpnonce:$(this).attr("data-nonce")},dataType:"json",success:function(res){res.success&&$msg.fadeOut("fast",function(){$(this).html("<p>"+res.message+"</p>"),$(this).removeClass("error"),$(this).addClass("updated"),$(this).fadeIn("fast")})}})})})}(jQuery),function($){$(function(){var dismissNotice=function($notice,$button){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:$button.data("dismissible-id"),nonce:$button.data("nonce")},function(){$notice.fadeOut("fast",function(){$notice.remove()})})};$("#wpbody-content").on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),dismissNotice($notice,$button)})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(".wpbdp-js-toggle").change(function(){var other_opts,name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected");toggles=$option.attr("data-toggles"),toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0===$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}other_opts=is_select?$(this).find("option").not('[value="'+value+'"]'):$('input[name="'+name+'"]').not('[value="'+value+'"]'),other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}})})}),jQuery(function($){$(".wpbdp-admin-tab-nav a").click(function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show().focus()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").click()})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)}),$(document).on("click",".wpbdp-admin-ajax",function(e){e.preventDefault();var $btn=$(this),data=$btn.data("ajax"),message=$btn.data("confirm"),$target=$($btn.data("target")),confirm=window.confirm(message);return!!confirm&&($btn.prop("disabled",!0),void $.post(ajaxurl,data,function(res){res.success?($target.removeClass("error").addClass("updated").find("p").html(res.message).show(),$target.fadeOut(1e3)):$target.removeClass("updated").addClass("error").find("p").html(res.error).show(),$btn.prop("disabled",!1)},"json"))})});
|
1 |
+
function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".addon-status-label");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open")}var WPBDP_associations_fieldtypes={};!function($){var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){WPBDPAdmin_FormFields.$f_association=$("form#wpbdp-formfield-form select#field-association"),WPBDPAdmin_FormFields.$f_association.change(WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$("form#wpbdp-formfield-form select#field-type"),WPBDPAdmin_FormFields.$f_fieldtype.change(WPBDPAdmin_FormFields.onFieldTypeChange),WPBDPAdmin_FormFields.$f_validator=$("form#wpbdp-formfield-form select#field-validator"),WPBDPAdmin_FormFields.$f_validator.change(WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings .iframe-confirm a").click(function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').change(function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$('#wpbdp-formfield-form input[name="field[display_flags][]"][value="search"]').change(function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$('#wpbdp-formfield-form select[name="limit_categories"]').change(function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.change(),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}};$(document).ready(function(){WPBDPAdmin_FormFields.init()})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$('select[name="fee_order[method]"], select[name="fee_order[order]"]').change(function(e){$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),"custom"==$('select[name="fee_order[method]"]').val()&&$(".wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle").show(),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$("input#doaction, input#doaction2").click(function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$('.wpbdp-admin.wpbdp-page-formfields-preview form input[type="submit"]').click(function(e){e.preventDefault(),alert("This form is just a preview. It doesn't work.")}),$("#wpbdp-admin-debug-info-page a.nav-tab").click(function(e){e.preventDefault(),$("#wpbdp-admin-debug-info-page a.nav-tab").not(this).removeClass("nav-tab-active");var $selected_tab=$(this);$selected_tab.addClass("nav-tab-active"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$("#wpbdp-admin-debug-info-page a.nav-tab").length>0&&$("#wpbdp-admin-debug-info-page a.nav-tab").get(0).click(),$(".wpbdp-page-admin-transactions .column-actions a.details-link").click(function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){WPBDP_Admin.dialog={};WPBDP_Admin.dialog}(jQuery),function($){var payments=WPBDP_Admin.payments;payments._initialize=function(){$("#BusinessDirectory_listinginfo a.payment-details-link").click(function(e){e.preventDefault(),payments.viewPaymentDetails($(this).attr("data-id"))}),0===$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>'))},payments.viewPaymentDetails=function(id){$.get(ajaxurl,{action:"wpbdp-payment-details",id:id},function(res){res&&res.success&&(0===$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>')),$("#wpbdp-modal-dialog").html(res.data.html),tb_show("","#TB_inline?inlineId=wpbdp-modal-dialog"),$("#TB_window").width($("#TB_ajaxContent").outerWidth()),$("#TB_window").height()>$("#TB_ajaxContent").outerHeight()&&$("#TB_ajaxContent").height($("#TB_window").height()),$("#wpbdp-modal-dialog").remove())},"json")},$(document).ready(function(){payments._initialize()})}(jQuery),function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").change()}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){if(0!==$(".wpbdp-admin-page-uninstall").length){var $warnings=$("#wpbdp-uninstall-messages"),$confirm_button=$("#wpbdp-uninstall-proceed-btn"),$form=$("#wpbdp-uninstall-capture-form");$confirm_button.click(function(e){e.preventDefault(),$warnings.fadeOut("fast",function(){$form.fadeIn("fast")})}),$form.submit(function(){var $no_reason_error=$(".wpbdp-validation-error.no-reason").hide(),$no_text_error=$(".wpbdp-validation-error.no-reason-text").hide(),$reason_checked=$('input[name="uninstall[reason_id]"]:checked');if(0===$reason_checked.length)return $no_reason_error.show(),!1;if("0"==$reason_checked.val()){var $reason_text=$('textarea[name="uninstall[reason_text]"]'),reason_text=$.trim($reason_text.val());if($reason_text.removeClass("invalid"),!reason_text)return $no_text_error.show(),$reason_text.addClass("invalid"),!1}return!0}),$('form#wpbdp-uninstall-capture-form input[name="uninstall[reason_id]"]').change(function(e){var val=$(this).val();"0"==val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!==$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),function($){$(document).on("click","a.wpbdp-create-main-page-button",function(e){e.preventDefault();var button=$(this),$msg=button.parents("div.wpbdp-notice"),nonce=button.attr("data-nonce");$.ajax({url:ajaxurl,data:{action:"wpbdp-create-main-page",_wpnonce:nonce},dataType:"json",success:function(res){res.success&&$msg.fadeOut("fast",function(){$(this).html("<p>"+res.message+"</p>"),$(this).removeClass("error"),$(this).addClass("updated"),$(this).fadeIn("fast")})}})})}(jQuery),function($){$(function(){var dismissNotice=function($notice,$button){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:$button.data("dismissible-id"),nonce:$button.data("nonce")},function(){$notice.fadeOut("fast",function(){$notice.remove()})})};$("#wpbody-content").on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),dismissNotice($notice,$button)})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(".wpbdp-js-toggle").change(function(){var other_opts,name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected");toggles=$option.attr("data-toggles"),toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0===$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}other_opts=is_select?$(this).find("option").not('[value="'+value+'"]'):$('input[name="'+name+'"]').not('[value="'+value+'"]'),other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}})})}),jQuery(function($){$(".wpbdp-admin-tab-nav a").click(function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show().focus()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").click()})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)}),$(document).on("click",".wpbdp-admin-ajax",function(e){e.preventDefault();var $btn=$(this),data=$btn.data("ajax"),message=$btn.data("confirm"),$target=$($btn.data("target")),confirm=window.confirm(message);return!!confirm&&($btn.prop("disabled",!0),void $.post(ajaxurl,data,function(res){res.success?($target.removeClass("error").addClass("updated").find("p").html(res.message).show(),$target.fadeOut(1e3)):$target.removeClass("updated").addClass("error").find("p").html(res.error).show(),$btn.prop("disabled",!1)},"json"))})});
|
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: 5.16
|
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: 5.16.1
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
includes/abstracts/class-form-field-type.php
CHANGED
@@ -426,13 +426,14 @@ class WPBDP_Form_Field_Type {
|
|
426 |
|
427 |
$html = '';
|
428 |
$tag_attrs = isset( $args['tag_attrs'] ) ? self::html_attributes( $args['tag_attrs'] ) : '';
|
|
|
|
|
|
|
|
|
|
|
429 |
$html .= '<div class="' . esc_attr( $css_classes . ' ' . $extra_classes ) . '" ' . $tag_attrs . '>';
|
430 |
|
431 |
if ( $label ) {
|
432 |
-
$atts = array();
|
433 |
-
if ( is_object( $labelorfield ) ) {
|
434 |
-
$atts['field'] = $labelorfield;
|
435 |
-
}
|
436 |
$html .= self::field_label_display_wrapper( $label, $atts );
|
437 |
}
|
438 |
|
@@ -464,7 +465,7 @@ class WPBDP_Form_Field_Type {
|
|
464 |
$field = isset( $atts['field'] ) ? $atts['field'] : '';
|
465 |
return '<span class="' . esc_attr( $class ) . '">' .
|
466 |
apply_filters( 'wpbdp_display_field_label', esc_html( $label ), $field ) .
|
467 |
-
'
|
468 |
}
|
469 |
|
470 |
public static function render_admin_settings( $admin_settings = array() ) {
|
426 |
|
427 |
$html = '';
|
428 |
$tag_attrs = isset( $args['tag_attrs'] ) ? self::html_attributes( $args['tag_attrs'] ) : '';
|
429 |
+
$atts = array();
|
430 |
+
if ( is_object( $labelorfield ) ) {
|
431 |
+
$atts['field'] = $labelorfield;
|
432 |
+
}
|
433 |
+
$extra_classes = apply_filters( 'wpbdp_display_field_wrapper_classes', $extra_classes, $atts );
|
434 |
$html .= '<div class="' . esc_attr( $css_classes . ' ' . $extra_classes ) . '" ' . $tag_attrs . '>';
|
435 |
|
436 |
if ( $label ) {
|
|
|
|
|
|
|
|
|
437 |
$html .= self::field_label_display_wrapper( $label, $atts );
|
438 |
}
|
439 |
|
465 |
$field = isset( $atts['field'] ) ? $atts['field'] : '';
|
466 |
return '<span class="' . esc_attr( $class ) . '">' .
|
467 |
apply_filters( 'wpbdp_display_field_label', esc_html( $label ), $field ) .
|
468 |
+
'</span> ';
|
469 |
}
|
470 |
|
471 |
public static function render_admin_settings( $admin_settings = array() ) {
|
includes/admin/class-admin.php
CHANGED
@@ -87,6 +87,9 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
|
|
87 |
add_filter( 'admin_head-edit.php', array( $this, 'maybe_highlight_menu' ) );
|
88 |
add_filter( 'admin_head-edit-tags.php', array( $this, 'maybe_highlight_menu' ) );
|
89 |
|
|
|
|
|
|
|
90 |
require_once WPBDP_PATH . 'includes/controllers/class-addons.php';
|
91 |
WPBDP_Addons_Controller::load_hooks();
|
92 |
|
@@ -209,13 +212,13 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
|
|
209 |
*/
|
210 |
public function ajax_create_main_page() {
|
211 |
$nonce = wpbdp_get_var( array( 'param' => '_wpnonce' ), 'request' );
|
212 |
-
|
213 |
if ( ! current_user_can( 'administrator' ) || ! $nonce || ! wp_verify_nonce( $nonce, 'create main page' ) ) {
|
214 |
-
|
215 |
}
|
216 |
|
217 |
if ( wpbdp_get_page_id( 'main' ) ) {
|
218 |
-
|
219 |
}
|
220 |
|
221 |
$page = array(
|
@@ -227,16 +230,15 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
|
|
227 |
$page_id = wp_insert_post( $page );
|
228 |
|
229 |
if ( ! $page_id ) {
|
230 |
-
|
231 |
}
|
232 |
|
233 |
-
$res = new WPBDP_Ajax_Response();
|
234 |
$res->set_message(
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
);
|
241 |
$res->send();
|
242 |
}
|
@@ -763,8 +765,8 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
|
|
763 |
}
|
764 |
|
765 |
$modules = wpbdp()->modules;
|
766 |
-
|
767 |
-
if ( $
|
768 |
return;
|
769 |
}
|
770 |
?>
|
@@ -777,6 +779,21 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
|
|
777 |
<?php
|
778 |
}
|
779 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
780 |
function handle_actions() {
|
781 |
if ( ! isset( $_REQUEST['wpbdmaction'] ) || ! isset( $_REQUEST['post'] ) ) {
|
782 |
return;
|
@@ -1216,6 +1233,19 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
|
|
1216 |
echo '<script>jQuery(document).ready(function(){wpbdpSelectSubnav();});</script>';
|
1217 |
}
|
1218 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1219 |
/**
|
1220 |
* This function restores Manage Regions menu for Editors,
|
1221 |
* it won't be necessary after fixing the editors
|
87 |
add_filter( 'admin_head-edit.php', array( $this, 'maybe_highlight_menu' ) );
|
88 |
add_filter( 'admin_head-edit-tags.php', array( $this, 'maybe_highlight_menu' ) );
|
89 |
|
90 |
+
// Clear listing page cache.
|
91 |
+
add_filter( 'pre_delete_post', array( $this, 'before_delete_post' ), 10, 2 );
|
92 |
+
|
93 |
require_once WPBDP_PATH . 'includes/controllers/class-addons.php';
|
94 |
WPBDP_Addons_Controller::load_hooks();
|
95 |
|
212 |
*/
|
213 |
public function ajax_create_main_page() {
|
214 |
$nonce = wpbdp_get_var( array( 'param' => '_wpnonce' ), 'request' );
|
215 |
+
$res = new WPBDP_Ajax_Response();
|
216 |
if ( ! current_user_can( 'administrator' ) || ! $nonce || ! wp_verify_nonce( $nonce, 'create main page' ) ) {
|
217 |
+
$res->send_error();
|
218 |
}
|
219 |
|
220 |
if ( wpbdp_get_page_id( 'main' ) ) {
|
221 |
+
$res->send_error();
|
222 |
}
|
223 |
|
224 |
$page = array(
|
230 |
$page_id = wp_insert_post( $page );
|
231 |
|
232 |
if ( ! $page_id ) {
|
233 |
+
$res->send_error();
|
234 |
}
|
235 |
|
|
|
236 |
$res->set_message(
|
237 |
+
sprintf(
|
238 |
+
__( 'You\'re all set. Visit your new %1$sBusiness Directory%2$s page.', 'business-directory-plugin' ),
|
239 |
+
'<a href="' . get_permalink( $page_id ) . '" target="_blank" rel="noopener">',
|
240 |
+
'</a>'
|
241 |
+
)
|
242 |
);
|
243 |
$res->send();
|
244 |
}
|
765 |
}
|
766 |
|
767 |
$modules = wpbdp()->modules;
|
768 |
+
$module_count = $this->get_installed_premium_module_count( $modules );
|
769 |
+
if ( $module_count > 0 ) {
|
770 |
return;
|
771 |
}
|
772 |
?>
|
779 |
<?php
|
780 |
}
|
781 |
|
782 |
+
/**
|
783 |
+
* Get the installed premium modules count.
|
784 |
+
*
|
785 |
+
* @since 5.16.1
|
786 |
+
*
|
787 |
+
* @return int
|
788 |
+
*/
|
789 |
+
private function get_installed_premium_module_count( $modules ) {
|
790 |
+
$module_list = $modules->get_modules();
|
791 |
+
if ( isset( $module_list['categories'] ) ) {
|
792 |
+
unset( $module_list['categories'] );
|
793 |
+
}
|
794 |
+
return count( array_keys( $module_list ) );
|
795 |
+
}
|
796 |
+
|
797 |
function handle_actions() {
|
798 |
if ( ! isset( $_REQUEST['wpbdmaction'] ) || ! isset( $_REQUEST['post'] ) ) {
|
799 |
return;
|
1233 |
echo '<script>jQuery(document).ready(function(){wpbdpSelectSubnav();});</script>';
|
1234 |
}
|
1235 |
|
1236 |
+
/**
|
1237 |
+
* Action called before post is deleted.
|
1238 |
+
* Delete cached directory ids if a page is deleted.
|
1239 |
+
*
|
1240 |
+
* @since 5.16.1
|
1241 |
+
*/
|
1242 |
+
public function before_delete_post( $check, $post ) {
|
1243 |
+
if ( 'page' === $post->post_type ) {
|
1244 |
+
wpbdp_delete_page_ids_cache();
|
1245 |
+
}
|
1246 |
+
return $check;
|
1247 |
+
}
|
1248 |
+
|
1249 |
/**
|
1250 |
* This function restores Manage Regions menu for Editors,
|
1251 |
* it won't be necessary after fixing the editors
|
includes/admin/helpers/tables/class-fees-table.php
CHANGED
@@ -254,7 +254,7 @@ class WPBDP__Admin__Fees_Table extends WP_List_Table {
|
|
254 |
return $column;
|
255 |
}
|
256 |
|
257 |
-
$revenue = wpbdp_currency_format( $fee->total_revenue() );
|
258 |
$column .= ' <br/><span class="wpbdp-tag">' . esc_html( $revenue ) . '</span>';
|
259 |
return $column;
|
260 |
}
|
254 |
return $column;
|
255 |
}
|
256 |
|
257 |
+
$revenue = wpbdp_currency_format( $fee->total_revenue(), array( 'force_numeric' => true ) );
|
258 |
$column .= ' <br/><span class="wpbdp-tag">' . esc_html( $revenue ) . '</span>';
|
259 |
return $column;
|
260 |
}
|
includes/admin/tracking.php
CHANGED
@@ -33,7 +33,7 @@ class WPBDP_SiteTracking {
|
|
33 |
|
34 |
if ( ! $hash ) {
|
35 |
$hash = sha1( site_url() );
|
36 |
-
|
37 |
}
|
38 |
|
39 |
return $hash;
|
@@ -176,7 +176,7 @@ class WPBDP_SiteTracking {
|
|
176 |
);
|
177 |
$tracking = wpbdp_get_var( $params, 'post' );
|
178 |
if ( $tracking !== null ) {
|
179 |
-
update_option( 'wpbdp-show-tracking-pointer', 0 );
|
180 |
|
181 |
if ( $tracking ) {
|
182 |
wpbdp_set_option( 'tracking-on', true );
|
33 |
|
34 |
if ( ! $hash ) {
|
35 |
$hash = sha1( site_url() );
|
36 |
+
update_option( 'wpbdp-site_tracking_hash', $hash, 'no' );
|
37 |
}
|
38 |
|
39 |
return $hash;
|
176 |
);
|
177 |
$tracking = wpbdp_get_var( $params, 'post' );
|
178 |
if ( $tracking !== null ) {
|
179 |
+
update_option( 'wpbdp-show-tracking-pointer', 0, 'no' );
|
180 |
|
181 |
if ( $tracking ) {
|
182 |
wpbdp_set_option( 'tracking-on', true );
|
includes/class-wordpress-template-integration.php
CHANGED
@@ -22,8 +22,10 @@ class WPBDP__WordPress_Template_Integration {
|
|
22 |
}
|
23 |
|
24 |
add_filter( 'template_include', array( $this, 'template_include' ), 20 );
|
25 |
-
|
26 |
-
|
|
|
|
|
27 |
add_filter( 'post_class', array( $this, 'post_class' ), 10, 3 );
|
28 |
}
|
29 |
|
22 |
}
|
23 |
|
24 |
add_filter( 'template_include', array( $this, 'template_include' ), 20 );
|
25 |
+
if ( ! WPBDP_Divi_Compat::divi_builder_is_active() ) {
|
26 |
+
add_action( 'wp_head', array( $this, 'maybe_spoof_post' ), 100 );
|
27 |
+
add_action( 'wp_head', array( $this, 'wp_head_done' ), 999 );
|
28 |
+
}
|
29 |
add_filter( 'post_class', array( $this, 'post_class' ), 10, 3 );
|
30 |
}
|
31 |
|
includes/class-wpbdp.php
CHANGED
@@ -28,7 +28,7 @@ final class WPBDP {
|
|
28 |
}
|
29 |
|
30 |
private function setup_constants() {
|
31 |
-
define( 'WPBDP_VERSION', '5.16' );
|
32 |
|
33 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
34 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
@@ -116,7 +116,7 @@ final class WPBDP {
|
|
116 |
self::translation_filters();
|
117 |
add_filter( 'plugin_action_links_' . plugin_basename( WPBDP_PLUGIN_FILE ), array( $this, 'plugin_action_links' ) );
|
118 |
|
119 |
-
|
120 |
add_action( 'save_post_page', 'wpbdp_delete_page_ids_cache' );
|
121 |
|
122 |
// AJAX actions.
|
@@ -202,6 +202,8 @@ final class WPBDP {
|
|
202 |
$this->assets = new WPBDP__Assets();
|
203 |
$this->widgets = new WPBDP__Widgets();
|
204 |
|
|
|
|
|
205 |
// We need to ask for frontend requests first, because
|
206 |
// wpbdp_is_request( 'admin' ) or is_admin() return true for ajax
|
207 |
// requests made from the frontend.
|
@@ -343,15 +345,13 @@ final class WPBDP {
|
|
343 |
}
|
344 |
|
345 |
private function load_textdomain() {
|
346 |
-
// $languages_dir = str_replace( trailingslashit( WP_PLUGIN_DIR ), '', WPBDP_PATH . 'languages' );
|
347 |
-
|
348 |
$languages_dir = trailingslashit( basename( WPBDP_PATH ) ) . 'languages';
|
349 |
load_plugin_textdomain( 'business-directory-plugin', false, $languages_dir );
|
350 |
}
|
351 |
|
352 |
public function plugin_activation() {
|
353 |
add_action( 'shutdown', 'flush_rewrite_rules' );
|
354 |
-
|
355 |
}
|
356 |
|
357 |
public function plugin_deactivation() {
|
28 |
}
|
29 |
|
30 |
private function setup_constants() {
|
31 |
+
define( 'WPBDP_VERSION', '5.16.1' );
|
32 |
|
33 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
34 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
116 |
self::translation_filters();
|
117 |
add_filter( 'plugin_action_links_' . plugin_basename( WPBDP_PLUGIN_FILE ), array( $this, 'plugin_action_links' ) );
|
118 |
|
119 |
+
// Clear cache of page IDs when a page is created, trashed, or saved.
|
120 |
add_action( 'save_post_page', 'wpbdp_delete_page_ids_cache' );
|
121 |
|
122 |
// AJAX actions.
|
202 |
$this->assets = new WPBDP__Assets();
|
203 |
$this->widgets = new WPBDP__Widgets();
|
204 |
|
205 |
+
require_once WPBDP_PATH . 'includes/compatibility/class-divi-compat.php';
|
206 |
+
|
207 |
// We need to ask for frontend requests first, because
|
208 |
// wpbdp_is_request( 'admin' ) or is_admin() return true for ajax
|
209 |
// requests made from the frontend.
|
345 |
}
|
346 |
|
347 |
private function load_textdomain() {
|
|
|
|
|
348 |
$languages_dir = trailingslashit( basename( WPBDP_PATH ) ) . 'languages';
|
349 |
load_plugin_textdomain( 'business-directory-plugin', false, $languages_dir );
|
350 |
}
|
351 |
|
352 |
public function plugin_activation() {
|
353 |
add_action( 'shutdown', 'flush_rewrite_rules' );
|
354 |
+
wpbdp_delete_page_ids_cache();
|
355 |
}
|
356 |
|
357 |
public function plugin_deactivation() {
|
includes/compatibility/class-divi-compat.php
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Divi compatibility
|
4 |
+
*
|
5 |
+
* @package WPBDP/Includes/Compatibility/Divi
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Class WPBDP_Divi_Compat
|
10 |
+
*/
|
11 |
+
class WPBDP_Divi_Compat {
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Check if Divi builder is being used.
|
15 |
+
*
|
16 |
+
* @since 5.16.1
|
17 |
+
*
|
18 |
+
* @return bool
|
19 |
+
*/
|
20 |
+
public static function divi_builder_is_active() {
|
21 |
+
if ( ! class_exists( 'ET_Builder_Plugin' ) ) {
|
22 |
+
return false;
|
23 |
+
}
|
24 |
+
return isset( $_GET['et_fb'] );
|
25 |
+
}
|
26 |
+
}
|
includes/form-fields.php
CHANGED
@@ -514,7 +514,7 @@ if ( ! class_exists( 'WPBDP_FormFields' ) ) {
|
|
514 |
$names[ $field->get_id() ] = $name;
|
515 |
}
|
516 |
|
517 |
-
update_option( 'wpbdp-field-short-names', $names );
|
518 |
|
519 |
return $names;
|
520 |
}
|
514 |
$names[ $field->get_id() ] = $name;
|
515 |
}
|
516 |
|
517 |
+
update_option( 'wpbdp-field-short-names', $names, 'no' );
|
518 |
|
519 |
return $names;
|
520 |
}
|
includes/helpers/class-field-display-list.php
CHANGED
@@ -71,7 +71,7 @@ class WPBDP_Field_Display_List implements IteratorAggregate {
|
|
71 |
$social_filter = ( $filter === 'social' );
|
72 |
$is_association = false;
|
73 |
|
74 |
-
if ( ! $social_filter ) {
|
75 |
$api = WPBDP_FormFields::instance();
|
76 |
$post_fields = $api->get_associations();
|
77 |
$is_association = isset( $post_fields[ $filter ] );
|
@@ -79,11 +79,11 @@ class WPBDP_Field_Display_List implements IteratorAggregate {
|
|
79 |
|
80 |
foreach ( $this->items as &$f ) {
|
81 |
$display = ! $neg;
|
82 |
-
if ( $
|
83 |
-
$display = $f->field->display_in( 'social' );
|
84 |
-
} elseif ( $is_association ) {
|
85 |
$mapping = $f->field->get_association();
|
86 |
$display = $mapping === $filter;
|
|
|
|
|
87 |
}
|
88 |
|
89 |
if ( $neg !== $display ) {
|
71 |
$social_filter = ( $filter === 'social' );
|
72 |
$is_association = false;
|
73 |
|
74 |
+
if ( ! $social_filter && $filter !== 'excerpt' ) {
|
75 |
$api = WPBDP_FormFields::instance();
|
76 |
$post_fields = $api->get_associations();
|
77 |
$is_association = isset( $post_fields[ $filter ] );
|
79 |
|
80 |
foreach ( $this->items as &$f ) {
|
81 |
$display = ! $neg;
|
82 |
+
if ( $is_association ) {
|
|
|
|
|
83 |
$mapping = $f->field->get_association();
|
84 |
$display = $mapping === $filter;
|
85 |
+
} else {
|
86 |
+
$display = $f->field->display_in( $filter );
|
87 |
}
|
88 |
|
89 |
if ( $neg !== $display ) {
|
includes/helpers/class-listing-image.php
CHANGED
@@ -50,8 +50,9 @@ final class WPBDP_Listing_Image {
|
|
50 |
return false;
|
51 |
|
52 |
$post = get_post( $id );
|
53 |
-
|
54 |
-
|
|
|
55 |
|
56 |
return new WPBDP_Listing_Image( $post->ID );
|
57 |
}
|
50 |
return false;
|
51 |
|
52 |
$post = get_post( $id );
|
53 |
+
if ( 'attachment' !== $post->post_type || WPBDP_POST_TYPE !== get_post_type( $post->post_parent ) || ! wp_attachment_is_image( $post ) ) {
|
54 |
+
return false;
|
55 |
+
}
|
56 |
|
57 |
return new WPBDP_Listing_Image( $post->ID );
|
58 |
}
|
includes/helpers/functions/general.php
CHANGED
@@ -33,16 +33,15 @@ function _wpbdp_page_lookup_query( $page_id, $count = false ) {
|
|
33 |
return false;
|
34 |
}
|
35 |
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
}
|
45 |
-
$query .= ')';
|
46 |
|
47 |
return $query;
|
48 |
}
|
@@ -52,35 +51,17 @@ function wpbdp_get_page_ids( $page_id = 'main' ) {
|
|
52 |
|
53 |
if ( isset( $request_cached[ $page_id ] ) ) {
|
54 |
$page_ids = $request_cached[ $page_id ];
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
$cached_ids = get_transient( 'wpbdp-page-ids' );
|
61 |
-
|
62 |
-
if ( is_null( $page_ids ) ) {
|
63 |
-
$page_ids = wpbdp_get_page_ids_from_cache( $cached_ids, $page_id );
|
64 |
-
|
65 |
-
if ( is_null( $page_ids ) ) {
|
66 |
-
$page_ids = wpbdp_get_page_ids_with_query( $page_id );
|
67 |
-
}
|
68 |
-
}
|
69 |
-
|
70 |
-
if ( is_array( $cached_ids ) ) {
|
71 |
-
$cached_ids[ $page_id ] = $page_ids;
|
72 |
-
} else {
|
73 |
-
$cached_ids = array( $page_id => $page_ids );
|
74 |
-
}
|
75 |
-
|
76 |
-
set_transient( 'wpbdp-page-ids', $cached_ids, MONTH_IN_SECONDS );
|
77 |
-
|
78 |
-
$request_cached[ $page_id ] = $page_ids;
|
79 |
|
80 |
return apply_filters( 'wpbdp_get_page_ids', $page_ids, $page_id );
|
81 |
}
|
82 |
|
83 |
function wpbdp_get_page_ids_from_cache( $cache, $page_id ) {
|
|
|
|
|
84 |
global $wpdb;
|
85 |
|
86 |
if ( ! is_array( $cache ) || empty( $cache[ $page_id ] ) ) {
|
@@ -103,8 +84,6 @@ function wpbdp_get_page_ids_from_cache( $cache, $page_id ) {
|
|
103 |
}
|
104 |
|
105 |
function wpbdp_get_page_ids_with_query( $page_id ) {
|
106 |
-
global $wpdb;
|
107 |
-
|
108 |
// Look up for pages.
|
109 |
$q = _wpbdp_page_lookup_query( $page_id );
|
110 |
|
@@ -112,10 +91,16 @@ function wpbdp_get_page_ids_with_query( $page_id ) {
|
|
112 |
return null;
|
113 |
}
|
114 |
|
115 |
-
|
116 |
|
117 |
-
|
118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
}
|
120 |
|
121 |
function wpbdp_get_page_id( $name = 'main' ) {
|
@@ -1324,12 +1309,10 @@ function wpbdp_get_client_ip_address() {
|
|
1324 |
}
|
1325 |
|
1326 |
/**
|
1327 |
-
* Added as replacement for a function crated with create_function().
|
1328 |
-
*
|
1329 |
* @since 5.2.1
|
1330 |
*/
|
1331 |
function wpbdp_delete_page_ids_cache() {
|
1332 |
-
|
1333 |
}
|
1334 |
|
1335 |
/**
|
33 |
return false;
|
34 |
}
|
35 |
|
36 |
+
if ( $count ) {
|
37 |
+
_deprecated_argument( __FUNCTION__, '5.16.1', '$count is no longer supported' );
|
38 |
+
$query = 'SELECT COUNT(*)';
|
39 |
+
} else {
|
40 |
+
$query = 'SELECT ID';
|
41 |
+
}
|
42 |
|
43 |
+
$query .= " FROM {$wpdb->posts} WHERE post_type = 'page' AND post_status in ( 'publish', 'private' ) AND ";
|
44 |
+
$query .= $wpdb->prepare( 'post_content REGEXP %s', '\[' . implode( '\]|\[', $shortcodes[ $page_id ] ) );
|
|
|
|
|
45 |
|
46 |
return $query;
|
47 |
}
|
51 |
|
52 |
if ( isset( $request_cached[ $page_id ] ) ) {
|
53 |
$page_ids = $request_cached[ $page_id ];
|
54 |
+
} else {
|
55 |
+
$page_ids = wpbdp_get_page_ids_with_query( $page_id );
|
56 |
+
$request_cached[ $page_id ] = $page_ids;
|
57 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
return apply_filters( 'wpbdp_get_page_ids', $page_ids, $page_id );
|
60 |
}
|
61 |
|
62 |
function wpbdp_get_page_ids_from_cache( $cache, $page_id ) {
|
63 |
+
_deprecated_function( __FUNCTION__, '5.16.1' );
|
64 |
+
|
65 |
global $wpdb;
|
66 |
|
67 |
if ( ! is_array( $cache ) || empty( $cache[ $page_id ] ) ) {
|
84 |
}
|
85 |
|
86 |
function wpbdp_get_page_ids_with_query( $page_id ) {
|
|
|
|
|
87 |
// Look up for pages.
|
88 |
$q = _wpbdp_page_lookup_query( $page_id );
|
89 |
|
91 |
return null;
|
92 |
}
|
93 |
|
94 |
+
$q .= ' ORDER BY ID DESC ';
|
95 |
|
96 |
+
return WPBDP_Utils::check_cache(
|
97 |
+
array(
|
98 |
+
'cache_key' => 'wpbdp_page_ids' . $page_id,
|
99 |
+
'group' => 'wpbdp_pages',
|
100 |
+
'query' => $q,
|
101 |
+
'type' => 'get_col',
|
102 |
+
)
|
103 |
+
);
|
104 |
}
|
105 |
|
106 |
function wpbdp_get_page_id( $name = 'main' ) {
|
1309 |
}
|
1310 |
|
1311 |
/**
|
|
|
|
|
1312 |
* @since 5.2.1
|
1313 |
*/
|
1314 |
function wpbdp_delete_page_ids_cache() {
|
1315 |
+
WPBDP__Utils::cache_delete_group( 'wpbdp_pages' );
|
1316 |
}
|
1317 |
|
1318 |
/**
|
includes/installer.php
CHANGED
@@ -33,9 +33,6 @@ class WPBDP_Installer {
|
|
33 |
wpbdp_log( 'Expiration check was in schedule. Nothing to do.' );
|
34 |
}
|
35 |
|
36 |
-
if ( false === get_option( 'wpbdp-db-migrations', false ) )
|
37 |
-
update_option( 'wpbdp-db-migrations', array(), false );
|
38 |
-
|
39 |
if ( self::DB_VERSION == $this->installed_version )
|
40 |
return;
|
41 |
|
@@ -43,7 +40,7 @@ class WPBDP_Installer {
|
|
43 |
|
44 |
if ( $this->installed_version ) {
|
45 |
wpbdp_log( 'WPBDP is already installed.' );
|
46 |
-
|
47 |
} else if ( $this->_table_exists( "{$wpdb->prefix}wpbdp_form_fields" ) ) {
|
48 |
wpbdp_log( 'New installation. Creating default form fields.' );
|
49 |
global $wpbdp;
|
33 |
wpbdp_log( 'Expiration check was in schedule. Nothing to do.' );
|
34 |
}
|
35 |
|
|
|
|
|
|
|
36 |
if ( self::DB_VERSION == $this->installed_version )
|
37 |
return;
|
38 |
|
40 |
|
41 |
if ( $this->installed_version ) {
|
42 |
wpbdp_log( 'WPBDP is already installed.' );
|
43 |
+
$this->_update();
|
44 |
} else if ( $this->_table_exists( "{$wpdb->prefix}wpbdp_form_fields" ) ) {
|
45 |
wpbdp_log( 'New installation. Creating default form fields.' );
|
46 |
global $wpbdp;
|
includes/models/class-fee-plan.php
CHANGED
@@ -305,7 +305,7 @@ final class WPBDP__Fee_Plan {
|
|
305 |
|
306 |
global $wpdb;
|
307 |
|
308 |
-
$query = $wpdb->prepare( "SELECT SUM(amount) FROM {$wpdb->prefix}wpbdp_payments p LEFT JOIN {$wpdb->prefix}wpbdp_listings l ON (l.listing_id = p.listing_id) WHERE p.status = %s AND l.fee_id = %d", 'completed', $this->id );
|
309 |
$total = WPBDP_Utils::check_cache(
|
310 |
array(
|
311 |
'cache_key' => 'payments_complete_plan_' . $this->id,
|
305 |
|
306 |
global $wpdb;
|
307 |
|
308 |
+
$query = $wpdb->prepare( "SELECT SUM(amount) FROM {$wpdb->prefix}wpbdp_payments p LEFT JOIN {$wpdb->prefix}wpbdp_listings l ON (l.listing_id = p.listing_id) WHERE p.status = %s AND l.fee_id = %d AND l.flags != %s", 'completed', $this->id, 'admin-posted' );
|
309 |
$total = WPBDP_Utils::check_cache(
|
310 |
array(
|
311 |
'cache_key' => 'payments_complete_plan_' . $this->id,
|
includes/models/class-listing.php
CHANGED
@@ -40,7 +40,7 @@ class WPBDP_Listing {
|
|
40 |
|
41 |
public function get_images( $fields = 'all', $sorted = false ) {
|
42 |
$q = array(
|
43 |
-
'numberposts' =>
|
44 |
'post_type' => 'attachment',
|
45 |
'post_parent' => $this->id,
|
46 |
'fields' => 'ids',
|
@@ -48,7 +48,7 @@ class WPBDP_Listing {
|
|
48 |
|
49 |
$attachments = WPBDP_Utils::check_cache(
|
50 |
array(
|
51 |
-
'cache_key' => __FUNCTION__ . $
|
52 |
'group' => 'wpbdp_listings',
|
53 |
'query' => $q,
|
54 |
'type' => 'get_posts',
|
40 |
|
41 |
public function get_images( $fields = 'all', $sorted = false ) {
|
42 |
$q = array(
|
43 |
+
'numberposts' => 50,
|
44 |
'post_type' => 'attachment',
|
45 |
'post_parent' => $this->id,
|
46 |
'fields' => 'ids',
|
48 |
|
49 |
$attachments = WPBDP_Utils::check_cache(
|
50 |
array(
|
51 |
+
'cache_key' => __FUNCTION__ . $this->id,
|
52 |
'group' => 'wpbdp_listings',
|
53 |
'query' => $q,
|
54 |
'type' => 'get_posts',
|
includes/utils.php
CHANGED
@@ -118,7 +118,7 @@ class WPBDP__Utils {
|
|
118 |
$query = $args['query'];
|
119 |
|
120 |
$results = wp_cache_get( $args['cache_key'], $args['group'] );
|
121 |
-
if (
|
122 |
return $results;
|
123 |
}
|
124 |
|
118 |
$query = $args['query'];
|
119 |
|
120 |
$results = wp_cache_get( $args['cache_key'], $args['group'] );
|
121 |
+
if ( $results !== false || empty( $query ) ) {
|
122 |
return $results;
|
123 |
}
|
124 |
|
languages/business-directory-plugin-ar.mo
CHANGED
Binary file
|
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-01-
|
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"
|
@@ -42,7 +42,7 @@ msgstr "قائمة منسدلة"
|
|
42 |
msgid "Selected"
|
43 |
msgstr "قائمة منسدلة"
|
44 |
|
45 |
-
#: includes/admin/class-admin.php:
|
46 |
#, fuzzy
|
47 |
msgid ""
|
48 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -52,32 +52,37 @@ msgstr ""
|
|
52 |
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
53 |
"(premium module) مجانا بمجرد تسجيلك."
|
54 |
|
55 |
-
#: includes/admin/class-admin.php:
|
56 |
#, fuzzy
|
57 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
58 |
msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
|
59 |
|
60 |
-
#: includes/admin/class-admin.php:
|
61 |
#, fuzzy
|
62 |
msgid "Yes, please!"
|
63 |
msgstr "نعم، من فضلك!"
|
64 |
|
65 |
-
#: includes/admin/class-admin.php:
|
66 |
#, fuzzy
|
67 |
msgid "No, thanks"
|
68 |
msgstr "لا، شكرًا"
|
69 |
|
70 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
71 |
#, fuzzy
|
72 |
msgid "Invalid email address."
|
73 |
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
74 |
|
75 |
-
#: includes/admin/class-admin.php:
|
76 |
#, fuzzy
|
77 |
msgid "Business Directory Admin"
|
78 |
msgstr "مدير دليل الأعمال"
|
79 |
|
80 |
-
#: includes/admin/class-admin.php:
|
81 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
82 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
83 |
#: includes/helpers/class-app.php:93
|
@@ -85,32 +90,32 @@ msgstr "مدير دليل الأعمال"
|
|
85 |
msgid "Directory"
|
86 |
msgstr "الدليل"
|
87 |
|
88 |
-
#: includes/admin/class-admin.php:
|
89 |
msgid "Fee Plans"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: includes/admin/class-admin.php:
|
93 |
#, fuzzy
|
94 |
msgid "Form Fields"
|
95 |
msgstr "حقول الاستمارة"
|
96 |
|
97 |
-
#: includes/admin/class-admin.php:
|
98 |
#: includes/licensing.php:220
|
99 |
#, fuzzy
|
100 |
msgid "Modules"
|
101 |
msgstr "(جميع الوحدات)"
|
102 |
|
103 |
-
#: includes/admin/class-admin.php:
|
104 |
#, fuzzy
|
105 |
msgid "Business Directory"
|
106 |
msgstr "دليل الأعمال"
|
107 |
|
108 |
-
#: includes/admin/class-admin.php:
|
109 |
#, fuzzy
|
110 |
msgid "Could not send renewal email."
|
111 |
msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
|
112 |
|
113 |
-
#: includes/admin/class-admin.php:
|
114 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
115 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
116 |
#: templates/email/listing-added.tpl.php:7
|
@@ -120,13 +125,13 @@ msgstr "إرسال رسالة بريد إلكتروني بخصوص التجدي
|
|
120 |
msgid "ID"
|
121 |
msgstr "المعرف"
|
122 |
|
123 |
-
#: includes/admin/class-admin.php:
|
124 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
125 |
#, fuzzy
|
126 |
msgid "Listing Count"
|
127 |
msgstr "عدد الإعلانات"
|
128 |
|
129 |
-
#: includes/admin/class-admin.php:
|
130 |
#, fuzzy
|
131 |
msgid ""
|
132 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -319,8 +324,8 @@ msgid "Go to \"Form Fields\""
|
|
319 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
320 |
|
321 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
322 |
-
#: includes/helpers/functions/general.php:
|
323 |
-
#: includes/helpers/functions/general.php:
|
324 |
msgid "Go back"
|
325 |
msgstr ""
|
326 |
|
@@ -437,8 +442,8 @@ msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
|
|
437 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
438 |
#: templates/admin/payments-note.tpl.php:14
|
439 |
#: templates/admin/themes-item.tpl.php:58
|
440 |
-
#: templates/parts/listing-buttons.tpl.php:
|
441 |
-
#: templates/parts/listing-buttons.tpl.php:
|
442 |
#, fuzzy
|
443 |
msgid "Delete"
|
444 |
msgstr "حذف"
|
@@ -1853,7 +1858,7 @@ msgid ""
|
|
1853 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1854 |
msgstr ""
|
1855 |
|
1856 |
-
#: includes/helpers/functions/general.php:
|
1857 |
#: templates/admin/fees-index.tpl.php:67
|
1858 |
msgid "Free"
|
1859 |
msgstr "مجاني"
|
@@ -3182,7 +3187,7 @@ msgstr "%s كل %s أيام."
|
|
3182 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3183 |
msgstr "%s كل %sالأيام. التجديد القادم في %s."
|
3184 |
|
3185 |
-
#: templates/parts/listing-buttons.tpl.php:
|
3186 |
#, fuzzy
|
3187 |
msgid "Return to Directory"
|
3188 |
msgstr "العودة إلى الدليل."
|
@@ -3331,32 +3336,27 @@ msgctxt "views"
|
|
3331 |
msgid "Find A Listing"
|
3332 |
msgstr "العثور على إعلان"
|
3333 |
|
3334 |
-
#: includes/admin/class-admin.php:
|
3335 |
msgctxt "drip pointer"
|
3336 |
msgid "Email Address:"
|
3337 |
msgstr "عنوان البريد الإلكتروني:"
|
3338 |
|
3339 |
-
#: includes/admin/class-admin.php:
|
3340 |
msgctxt "admin"
|
3341 |
msgid "Business Directory"
|
3342 |
msgstr "دليل الأعمال"
|
3343 |
|
3344 |
-
#: includes/admin/class-admin.php:
|
3345 |
-
msgctxt "admin"
|
3346 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3347 |
-
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
3348 |
-
|
3349 |
-
#: includes/admin/class-admin.php:413
|
3350 |
msgctxt "admin"
|
3351 |
msgid "Untitled Menu"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
-
#: includes/admin/class-admin.php:
|
3355 |
msgctxt "admin"
|
3356 |
msgid "Dismiss this notice."
|
3357 |
msgstr "إخفاء هذا التنبيه."
|
3358 |
|
3359 |
-
#: includes/admin/class-admin.php:
|
3360 |
#, fuzzy
|
3361 |
msgctxt "admin"
|
3362 |
msgid "The listing has been updated."
|
@@ -3368,12 +3368,12 @@ msgstr[3] "تمت ترقية الإعلانات."
|
|
3368 |
msgstr[4] "تمت ترقية الإعلانات."
|
3369 |
msgstr[5] "تمت ترقية الإعلانات."
|
3370 |
|
3371 |
-
#: includes/admin/class-admin.php:
|
3372 |
msgctxt "admin"
|
3373 |
msgid "The fee was successfully assigned."
|
3374 |
msgstr "تم تعيين الرسوم بنجاح."
|
3375 |
|
3376 |
-
#: includes/admin/class-admin.php:
|
3377 |
msgctxt "admin"
|
3378 |
msgid "Listing was renewed."
|
3379 |
msgid_plural "Listings were renewed."
|
@@ -3384,12 +3384,12 @@ msgstr[3] "تم تجديد الإعلانات."
|
|
3384 |
msgstr[4] "تم تجديد الإعلانات."
|
3385 |
msgstr[5] "تم تجديد الإعلانات."
|
3386 |
|
3387 |
-
#: includes/admin/class-admin.php:
|
3388 |
msgctxt "admin"
|
3389 |
msgid "Renewal email sent."
|
3390 |
msgstr "تم إرسال بريد التجديد."
|
3391 |
|
3392 |
-
#: includes/admin/class-admin.php:
|
3393 |
#, fuzzy
|
3394 |
msgctxt "admin"
|
3395 |
msgid "Listing report deleted."
|
@@ -3401,18 +3401,18 @@ msgstr[3] "إنتهاء صلاحية الإعلان"
|
|
3401 |
msgstr[4] "إنتهاء صلاحية الإعلان"
|
3402 |
msgstr[5] "إنتهاء صلاحية الإعلان"
|
3403 |
|
3404 |
-
#: includes/admin/class-admin.php:
|
3405 |
#, fuzzy
|
3406 |
msgctxt "admin"
|
3407 |
msgid "Access keys sent."
|
3408 |
msgstr "مفتاح الوصول"
|
3409 |
|
3410 |
-
#: includes/admin/class-admin.php:
|
3411 |
msgctxt "admin"
|
3412 |
msgid "The access keys couldn't be sent."
|
3413 |
msgstr ""
|
3414 |
|
3415 |
-
#: includes/admin/class-admin.php:
|
3416 |
msgctxt "admin"
|
3417 |
msgid ""
|
3418 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3421,7 +3421,7 @@ msgstr ""
|
|
3421 |
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
3422 |
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
3423 |
|
3424 |
-
#: includes/admin/class-admin.php:
|
3425 |
msgctxt "admin"
|
3426 |
msgid ""
|
3427 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3430,12 +3430,12 @@ msgstr ""
|
|
3430 |
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
3431 |
"تلقائياً."
|
3432 |
|
3433 |
-
#: includes/admin/class-admin.php:
|
3434 |
msgctxt "admin"
|
3435 |
msgid "Create required pages for me"
|
3436 |
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
3437 |
|
3438 |
-
#: includes/admin/class-admin.php:
|
3439 |
msgctxt "admin"
|
3440 |
msgid ""
|
3441 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3495,19 +3495,19 @@ msgctxt "admin"
|
|
3495 |
msgid "Create these required fields for me"
|
3496 |
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
3497 |
|
3498 |
-
#: includes/admin/class-admin.php:
|
3499 |
#, fuzzy
|
3500 |
msgctxt "admin menu"
|
3501 |
msgid "Payment History"
|
3502 |
msgstr "سجل المدفوعات"
|
3503 |
|
3504 |
-
#: includes/admin/class-admin.php:
|
3505 |
#, fuzzy
|
3506 |
msgctxt "admin menu"
|
3507 |
msgid "Import & Export"
|
3508 |
msgstr "استيراد CSV"
|
3509 |
|
3510 |
-
#: includes/admin/class-admin.php:
|
3511 |
msgctxt "admin menu"
|
3512 |
msgid "Debug"
|
3513 |
msgstr "تصحيح الأخطاء"
|
@@ -4835,13 +4835,13 @@ msgid "Author"
|
|
4835 |
msgstr "الكاتب"
|
4836 |
|
4837 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4838 |
-
#: includes/helpers/functions/general.php:
|
4839 |
msgctxt "admin settings"
|
4840 |
msgid "Date posted"
|
4841 |
msgstr "تاريخ النشر"
|
4842 |
|
4843 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4844 |
-
#: includes/helpers/functions/general.php:
|
4845 |
msgctxt "admin settings"
|
4846 |
msgid "Date last modified"
|
4847 |
msgstr "تاريخ آخر تعديل"
|
@@ -5229,12 +5229,12 @@ msgctxt "admin settings"
|
|
5229 |
msgid "Uploaded Image (no resize)"
|
5230 |
msgstr "رفع الصور"
|
5231 |
|
5232 |
-
#: includes/helpers/functions/general.php:
|
5233 |
msgctxt "admin settings"
|
5234 |
msgid "User"
|
5235 |
msgstr "عضو"
|
5236 |
|
5237 |
-
#: includes/helpers/functions/general.php:
|
5238 |
msgctxt "admin settings"
|
5239 |
msgid "User registration date"
|
5240 |
msgstr "تاريخ تسجيل العضو"
|
@@ -7050,7 +7050,7 @@ msgctxt "installer"
|
|
7050 |
msgid "Listing upgrade to featured"
|
7051 |
msgstr "الترقية الى إعلان مميز"
|
7052 |
|
7053 |
-
#: includes/installer.php:
|
7054 |
msgctxt "installer"
|
7055 |
msgid "Default Fee"
|
7056 |
msgstr "رسوم افتراضية"
|
@@ -7675,7 +7675,7 @@ msgctxt "templates"
|
|
7675 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7676 |
msgstr "أوافق على الشروط والأحكام"
|
7677 |
|
7678 |
-
#: includes/helpers/functions/general.php:
|
7679 |
#, fuzzy
|
7680 |
msgctxt "templates"
|
7681 |
msgid "Return to results"
|
@@ -7712,14 +7712,14 @@ msgstr ""
|
|
7712 |
"أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
|
7713 |
"ما إضغط على زر حذف."
|
7714 |
|
7715 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7716 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7717 |
msgctxt "templates"
|
7718 |
msgid "Edit"
|
7719 |
msgstr "تحرير"
|
7720 |
|
7721 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7722 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7723 |
#, fuzzy
|
7724 |
msgctxt "templates"
|
7725 |
msgid "Flag Listing"
|
@@ -8432,7 +8432,7 @@ msgctxt "flag listing"
|
|
8432 |
msgid "Report comment is required to save a report"
|
8433 |
msgstr ""
|
8434 |
|
8435 |
-
#: includes/installer.php:
|
8436 |
msgctxt "default category name"
|
8437 |
msgid "General"
|
8438 |
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-01-19 19:55:54+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"
|
42 |
msgid "Selected"
|
43 |
msgstr "قائمة منسدلة"
|
44 |
|
45 |
+
#: includes/admin/class-admin.php:192
|
46 |
#, fuzzy
|
47 |
msgid ""
|
48 |
"Find out how to create a compelling, thriving business directory from "
|
52 |
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
53 |
"(premium module) مجانا بمجرد تسجيلك."
|
54 |
|
55 |
+
#: includes/admin/class-admin.php:201
|
56 |
#, fuzzy
|
57 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
58 |
msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
|
59 |
|
60 |
+
#: includes/admin/class-admin.php:203
|
61 |
#, fuzzy
|
62 |
msgid "Yes, please!"
|
63 |
msgstr "نعم، من فضلك!"
|
64 |
|
65 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
66 |
#, fuzzy
|
67 |
msgid "No, thanks"
|
68 |
msgstr "لا، شكرًا"
|
69 |
|
70 |
+
#: includes/admin/class-admin.php:238
|
71 |
+
#, fuzzy
|
72 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
73 |
+
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
74 |
+
|
75 |
+
#: includes/admin/class-admin.php:266
|
76 |
#, fuzzy
|
77 |
msgid "Invalid email address."
|
78 |
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
79 |
|
80 |
+
#: includes/admin/class-admin.php:300
|
81 |
#, fuzzy
|
82 |
msgid "Business Directory Admin"
|
83 |
msgstr "مدير دليل الأعمال"
|
84 |
|
85 |
+
#: includes/admin/class-admin.php:301
|
86 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
87 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
88 |
#: includes/helpers/class-app.php:93
|
90 |
msgid "Directory"
|
91 |
msgstr "الدليل"
|
92 |
|
93 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
94 |
msgid "Fee Plans"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
98 |
#, fuzzy
|
99 |
msgid "Form Fields"
|
100 |
msgstr "حقول الاستمارة"
|
101 |
|
102 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
103 |
#: includes/licensing.php:220
|
104 |
#, fuzzy
|
105 |
msgid "Modules"
|
106 |
msgstr "(جميع الوحدات)"
|
107 |
|
108 |
+
#: includes/admin/class-admin.php:345
|
109 |
#, fuzzy
|
110 |
msgid "Business Directory"
|
111 |
msgstr "دليل الأعمال"
|
112 |
|
113 |
+
#: includes/admin/class-admin.php:889
|
114 |
#, fuzzy
|
115 |
msgid "Could not send renewal email."
|
116 |
msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
|
117 |
|
118 |
+
#: includes/admin/class-admin.php:1023
|
119 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
120 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
121 |
#: templates/email/listing-added.tpl.php:7
|
125 |
msgid "ID"
|
126 |
msgstr "المعرف"
|
127 |
|
128 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
129 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
130 |
#, fuzzy
|
131 |
msgid "Listing Count"
|
132 |
msgstr "عدد الإعلانات"
|
133 |
|
134 |
+
#: includes/admin/class-admin.php:1191
|
135 |
#, fuzzy
|
136 |
msgid ""
|
137 |
"We noticed you want your Business Directory users to register before posting "
|
324 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
325 |
|
326 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
327 |
+
#: includes/helpers/functions/general.php:1341
|
328 |
+
#: includes/helpers/functions/general.php:1346
|
329 |
msgid "Go back"
|
330 |
msgstr ""
|
331 |
|
442 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
443 |
#: templates/admin/payments-note.tpl.php:14
|
444 |
#: templates/admin/themes-item.tpl.php:58
|
445 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
446 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
447 |
#, fuzzy
|
448 |
msgid "Delete"
|
449 |
msgstr "حذف"
|
1858 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1859 |
msgstr ""
|
1860 |
|
1861 |
+
#: includes/helpers/functions/general.php:550
|
1862 |
#: templates/admin/fees-index.tpl.php:67
|
1863 |
msgid "Free"
|
1864 |
msgstr "مجاني"
|
3187 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3188 |
msgstr "%s كل %sالأيام. التجديد القادم في %s."
|
3189 |
|
3190 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
3191 |
#, fuzzy
|
3192 |
msgid "Return to Directory"
|
3193 |
msgstr "العودة إلى الدليل."
|
3336 |
msgid "Find A Listing"
|
3337 |
msgstr "العثور على إعلان"
|
3338 |
|
3339 |
+
#: includes/admin/class-admin.php:194
|
3340 |
msgctxt "drip pointer"
|
3341 |
msgid "Email Address:"
|
3342 |
msgstr "عنوان البريد الإلكتروني:"
|
3343 |
|
3344 |
+
#: includes/admin/class-admin.php:226
|
3345 |
msgctxt "admin"
|
3346 |
msgid "Business Directory"
|
3347 |
msgstr "دليل الأعمال"
|
3348 |
|
3349 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
3350 |
msgctxt "admin"
|
3351 |
msgid "Untitled Menu"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
+
#: includes/admin/class-admin.php:722
|
3355 |
msgctxt "admin"
|
3356 |
msgid "Dismiss this notice."
|
3357 |
msgstr "إخفاء هذا التنبيه."
|
3358 |
|
3359 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
3360 |
#, fuzzy
|
3361 |
msgctxt "admin"
|
3362 |
msgid "The listing has been updated."
|
3368 |
msgstr[4] "تمت ترقية الإعلانات."
|
3369 |
msgstr[5] "تمت ترقية الإعلانات."
|
3370 |
|
3371 |
+
#: includes/admin/class-admin.php:863
|
3372 |
msgctxt "admin"
|
3373 |
msgid "The fee was successfully assigned."
|
3374 |
msgstr "تم تعيين الرسوم بنجاح."
|
3375 |
|
3376 |
+
#: includes/admin/class-admin.php:873
|
3377 |
msgctxt "admin"
|
3378 |
msgid "Listing was renewed."
|
3379 |
msgid_plural "Listings were renewed."
|
3384 |
msgstr[4] "تم تجديد الإعلانات."
|
3385 |
msgstr[5] "تم تجديد الإعلانات."
|
3386 |
|
3387 |
+
#: includes/admin/class-admin.php:885
|
3388 |
msgctxt "admin"
|
3389 |
msgid "Renewal email sent."
|
3390 |
msgstr "تم إرسال بريد التجديد."
|
3391 |
|
3392 |
+
#: includes/admin/class-admin.php:898
|
3393 |
#, fuzzy
|
3394 |
msgctxt "admin"
|
3395 |
msgid "Listing report deleted."
|
3401 |
msgstr[4] "إنتهاء صلاحية الإعلان"
|
3402 |
msgstr[5] "إنتهاء صلاحية الإعلان"
|
3403 |
|
3404 |
+
#: includes/admin/class-admin.php:947
|
3405 |
#, fuzzy
|
3406 |
msgctxt "admin"
|
3407 |
msgid "Access keys sent."
|
3408 |
msgstr "مفتاح الوصول"
|
3409 |
|
3410 |
+
#: includes/admin/class-admin.php:949
|
3411 |
msgctxt "admin"
|
3412 |
msgid "The access keys couldn't be sent."
|
3413 |
msgstr ""
|
3414 |
|
3415 |
+
#: includes/admin/class-admin.php:1106
|
3416 |
msgctxt "admin"
|
3417 |
msgid ""
|
3418 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3421 |
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
3422 |
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
3423 |
|
3424 |
+
#: includes/admin/class-admin.php:1108
|
3425 |
msgctxt "admin"
|
3426 |
msgid ""
|
3427 |
"You can create this page by yourself or let Business Directory do this for "
|
3430 |
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
3431 |
"تلقائياً."
|
3432 |
|
3433 |
+
#: includes/admin/class-admin.php:1113
|
3434 |
msgctxt "admin"
|
3435 |
msgid "Create required pages for me"
|
3436 |
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
3437 |
|
3438 |
+
#: includes/admin/class-admin.php:1166
|
3439 |
msgctxt "admin"
|
3440 |
msgid ""
|
3441 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3495 |
msgid "Create these required fields for me"
|
3496 |
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
3497 |
|
3498 |
+
#: includes/admin/class-admin.php:319
|
3499 |
#, fuzzy
|
3500 |
msgctxt "admin menu"
|
3501 |
msgid "Payment History"
|
3502 |
msgstr "سجل المدفوعات"
|
3503 |
|
3504 |
+
#: includes/admin/class-admin.php:322
|
3505 |
#, fuzzy
|
3506 |
msgctxt "admin menu"
|
3507 |
msgid "Import & Export"
|
3508 |
msgstr "استيراد CSV"
|
3509 |
|
3510 |
+
#: includes/admin/class-admin.php:325
|
3511 |
msgctxt "admin menu"
|
3512 |
msgid "Debug"
|
3513 |
msgstr "تصحيح الأخطاء"
|
4835 |
msgstr "الكاتب"
|
4836 |
|
4837 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4838 |
+
#: includes/helpers/functions/general.php:1261
|
4839 |
msgctxt "admin settings"
|
4840 |
msgid "Date posted"
|
4841 |
msgstr "تاريخ النشر"
|
4842 |
|
4843 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4844 |
+
#: includes/helpers/functions/general.php:1262
|
4845 |
msgctxt "admin settings"
|
4846 |
msgid "Date last modified"
|
4847 |
msgstr "تاريخ آخر تعديل"
|
5229 |
msgid "Uploaded Image (no resize)"
|
5230 |
msgstr "رفع الصور"
|
5231 |
|
5232 |
+
#: includes/helpers/functions/general.php:1259
|
5233 |
msgctxt "admin settings"
|
5234 |
msgid "User"
|
5235 |
msgstr "عضو"
|
5236 |
|
5237 |
+
#: includes/helpers/functions/general.php:1260
|
5238 |
msgctxt "admin settings"
|
5239 |
msgid "User registration date"
|
5240 |
msgstr "تاريخ تسجيل العضو"
|
7050 |
msgid "Listing upgrade to featured"
|
7051 |
msgstr "الترقية الى إعلان مميز"
|
7052 |
|
7053 |
+
#: includes/installer.php:60
|
7054 |
msgctxt "installer"
|
7055 |
msgid "Default Fee"
|
7056 |
msgstr "رسوم افتراضية"
|
7675 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7676 |
msgstr "أوافق على الشروط والأحكام"
|
7677 |
|
7678 |
+
#: includes/helpers/functions/general.php:1337
|
7679 |
#, fuzzy
|
7680 |
msgctxt "templates"
|
7681 |
msgid "Return to results"
|
7712 |
"أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
|
7713 |
"ما إضغط على زر حذف."
|
7714 |
|
7715 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
7716 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
7717 |
msgctxt "templates"
|
7718 |
msgid "Edit"
|
7719 |
msgstr "تحرير"
|
7720 |
|
7721 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
7722 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
7723 |
#, fuzzy
|
7724 |
msgctxt "templates"
|
7725 |
msgid "Flag Listing"
|
8432 |
msgid "Report comment is required to save a report"
|
8433 |
msgstr ""
|
8434 |
|
8435 |
+
#: includes/installer.php:49
|
8436 |
msgctxt "default category name"
|
8437 |
msgid "General"
|
8438 |
msgstr "عام"
|
languages/business-directory-plugin-de_DE.mo
CHANGED
Binary file
|
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-01-
|
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."
|
@@ -42,7 +42,7 @@ msgstr "Liste auswählen"
|
|
42 |
msgid "Selected"
|
43 |
msgstr "Liste auswählen"
|
44 |
|
45 |
-
#: includes/admin/class-admin.php:
|
46 |
#, fuzzy
|
47 |
msgid ""
|
48 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -52,34 +52,41 @@ msgstr ""
|
|
52 |
"von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
|
53 |
"Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
|
54 |
|
55 |
-
#: includes/admin/class-admin.php:
|
56 |
#, fuzzy
|
57 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
58 |
msgstr ""
|
59 |
"Möchten Sie mehr über die Geheimnisse eines erfolgreichen Verzeichnisses "
|
60 |
"wissen?"
|
61 |
|
62 |
-
#: includes/admin/class-admin.php:
|
63 |
#, fuzzy
|
64 |
msgid "Yes, please!"
|
65 |
msgstr "Ja, bitte!"
|
66 |
|
67 |
-
#: includes/admin/class-admin.php:
|
68 |
#, fuzzy
|
69 |
msgid "No, thanks"
|
70 |
msgstr "Nein, danke"
|
71 |
|
72 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
#, fuzzy
|
74 |
msgid "Invalid email address."
|
75 |
msgstr "Ungültiger Erneuerungszustand."
|
76 |
|
77 |
-
#: includes/admin/class-admin.php:
|
78 |
#, fuzzy
|
79 |
msgid "Business Directory Admin"
|
80 |
msgstr "Branchenverzeichnis Administration"
|
81 |
|
82 |
-
#: includes/admin/class-admin.php:
|
83 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
84 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
85 |
#: includes/helpers/class-app.php:93
|
@@ -87,32 +94,32 @@ msgstr "Branchenverzeichnis Administration"
|
|
87 |
msgid "Directory"
|
88 |
msgstr "Verzeichnis"
|
89 |
|
90 |
-
#: includes/admin/class-admin.php:
|
91 |
msgid "Fee Plans"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: includes/admin/class-admin.php:
|
95 |
#, fuzzy
|
96 |
msgid "Form Fields"
|
97 |
msgstr "Formularfelder"
|
98 |
|
99 |
-
#: includes/admin/class-admin.php:
|
100 |
#: includes/licensing.php:220
|
101 |
#, fuzzy
|
102 |
msgid "Modules"
|
103 |
msgstr "Installierte Module"
|
104 |
|
105 |
-
#: includes/admin/class-admin.php:
|
106 |
#, fuzzy
|
107 |
msgid "Business Directory"
|
108 |
msgstr "Branchenverzeichnis"
|
109 |
|
110 |
-
#: includes/admin/class-admin.php:
|
111 |
#, fuzzy
|
112 |
msgid "Could not send renewal email."
|
113 |
msgstr "Erneuerungsmail an Benutzer schicken"
|
114 |
|
115 |
-
#: includes/admin/class-admin.php:
|
116 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
117 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
118 |
#: templates/email/listing-added.tpl.php:7
|
@@ -122,13 +129,13 @@ msgstr "Erneuerungsmail an Benutzer schicken"
|
|
122 |
msgid "ID"
|
123 |
msgstr "ID"
|
124 |
|
125 |
-
#: includes/admin/class-admin.php:
|
126 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
127 |
#, fuzzy
|
128 |
msgid "Listing Count"
|
129 |
msgstr "Anzahl Einträge"
|
130 |
|
131 |
-
#: includes/admin/class-admin.php:
|
132 |
#, fuzzy
|
133 |
msgid ""
|
134 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -322,8 +329,8 @@ msgid "Go to \"Form Fields\""
|
|
322 |
msgstr "zu \"Formularfelder verwalten\""
|
323 |
|
324 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
325 |
-
#: includes/helpers/functions/general.php:
|
326 |
-
#: includes/helpers/functions/general.php:
|
327 |
#, fuzzy
|
328 |
msgid "Go back"
|
329 |
msgstr "Geh zurück"
|
@@ -441,8 +448,8 @@ msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
|
|
441 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
442 |
#: templates/admin/payments-note.tpl.php:14
|
443 |
#: templates/admin/themes-item.tpl.php:58
|
444 |
-
#: templates/parts/listing-buttons.tpl.php:
|
445 |
-
#: templates/parts/listing-buttons.tpl.php:
|
446 |
#, fuzzy
|
447 |
msgid "Delete"
|
448 |
msgstr "Löschen"
|
@@ -1831,7 +1838,7 @@ msgid ""
|
|
1831 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1832 |
msgstr ""
|
1833 |
|
1834 |
-
#: includes/helpers/functions/general.php:
|
1835 |
#: templates/admin/fees-index.tpl.php:67
|
1836 |
msgid "Free"
|
1837 |
msgstr "Kostenlos"
|
@@ -3174,7 +3181,7 @@ msgstr "%s alle %s Tage"
|
|
3174 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3175 |
msgstr "%s alle %s Tage. Nächste Erneuerung ist am %s."
|
3176 |
|
3177 |
-
#: templates/parts/listing-buttons.tpl.php:
|
3178 |
#, fuzzy
|
3179 |
msgid "Return to Directory"
|
3180 |
msgstr "Zurück zum Verzeichnis."
|
@@ -3323,34 +3330,27 @@ msgctxt "views"
|
|
3323 |
msgid "Find A Listing"
|
3324 |
msgstr "Eintrag finden"
|
3325 |
|
3326 |
-
#: includes/admin/class-admin.php:
|
3327 |
msgctxt "drip pointer"
|
3328 |
msgid "Email Address:"
|
3329 |
msgstr "E-Mail Adresse:"
|
3330 |
|
3331 |
-
#: includes/admin/class-admin.php:
|
3332 |
msgctxt "admin"
|
3333 |
msgid "Business Directory"
|
3334 |
msgstr "Branchenverzeichnis"
|
3335 |
|
3336 |
-
#: includes/admin/class-admin.php:
|
3337 |
-
msgctxt "admin"
|
3338 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3339 |
-
msgstr ""
|
3340 |
-
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
3341 |
-
"a>."
|
3342 |
-
|
3343 |
-
#: includes/admin/class-admin.php:413
|
3344 |
msgctxt "admin"
|
3345 |
msgid "Untitled Menu"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
-
#: includes/admin/class-admin.php:
|
3349 |
msgctxt "admin"
|
3350 |
msgid "Dismiss this notice."
|
3351 |
msgstr "Diese Nachricht ignorieren."
|
3352 |
|
3353 |
-
#: includes/admin/class-admin.php:
|
3354 |
#, fuzzy
|
3355 |
msgctxt "admin"
|
3356 |
msgid "The listing has been updated."
|
@@ -3358,24 +3358,24 @@ msgid_plural "The listings have been updated."
|
|
3358 |
msgstr[0] "Der Eintrag wurde aktualisiert"
|
3359 |
msgstr[1] "Die Einträge wurden aktualisiert."
|
3360 |
|
3361 |
-
#: includes/admin/class-admin.php:
|
3362 |
msgctxt "admin"
|
3363 |
msgid "The fee was successfully assigned."
|
3364 |
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
3365 |
|
3366 |
-
#: includes/admin/class-admin.php:
|
3367 |
msgctxt "admin"
|
3368 |
msgid "Listing was renewed."
|
3369 |
msgid_plural "Listings were renewed."
|
3370 |
msgstr[0] "Eintrag wurde aktualisiert."
|
3371 |
msgstr[1] "Einträge wurden aktualisiert."
|
3372 |
|
3373 |
-
#: includes/admin/class-admin.php:
|
3374 |
msgctxt "admin"
|
3375 |
msgid "Renewal email sent."
|
3376 |
msgstr "E-mail erneut senden."
|
3377 |
|
3378 |
-
#: includes/admin/class-admin.php:
|
3379 |
#, fuzzy
|
3380 |
msgctxt "admin"
|
3381 |
msgid "Listing report deleted."
|
@@ -3383,18 +3383,18 @@ msgid_plural "Listing reports deleted."
|
|
3383 |
msgstr[0] "Eintrag Enddatum"
|
3384 |
msgstr[1] "Eintrag Enddatum"
|
3385 |
|
3386 |
-
#: includes/admin/class-admin.php:
|
3387 |
#, fuzzy
|
3388 |
msgctxt "admin"
|
3389 |
msgid "Access keys sent."
|
3390 |
msgstr "Eintrag Felder / Bilder"
|
3391 |
|
3392 |
-
#: includes/admin/class-admin.php:
|
3393 |
msgctxt "admin"
|
3394 |
msgid "The access keys couldn't be sent."
|
3395 |
msgstr ""
|
3396 |
|
3397 |
-
#: includes/admin/class-admin.php:
|
3398 |
msgctxt "admin"
|
3399 |
msgid ""
|
3400 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3403,7 +3403,7 @@ msgstr ""
|
|
3403 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
3404 |
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
3405 |
|
3406 |
-
#: includes/admin/class-admin.php:
|
3407 |
msgctxt "admin"
|
3408 |
msgid ""
|
3409 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3412,12 +3412,12 @@ msgstr ""
|
|
3412 |
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
3413 |
"automatisch erstellen lassen."
|
3414 |
|
3415 |
-
#: includes/admin/class-admin.php:
|
3416 |
msgctxt "admin"
|
3417 |
msgid "Create required pages for me"
|
3418 |
msgstr "Erstelle benötigte Seiten für mich"
|
3419 |
|
3420 |
-
#: includes/admin/class-admin.php:
|
3421 |
msgctxt "admin"
|
3422 |
msgid ""
|
3423 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3477,19 +3477,19 @@ msgctxt "admin"
|
|
3477 |
msgid "Create these required fields for me"
|
3478 |
msgstr "Erstelle diese benötigten Felder für mich"
|
3479 |
|
3480 |
-
#: includes/admin/class-admin.php:
|
3481 |
#, fuzzy
|
3482 |
msgctxt "admin menu"
|
3483 |
msgid "Payment History"
|
3484 |
msgstr "Bezahlhistorie"
|
3485 |
|
3486 |
-
#: includes/admin/class-admin.php:
|
3487 |
#, fuzzy
|
3488 |
msgctxt "admin menu"
|
3489 |
msgid "Import & Export"
|
3490 |
msgstr "CSV Import"
|
3491 |
|
3492 |
-
#: includes/admin/class-admin.php:
|
3493 |
msgctxt "admin menu"
|
3494 |
msgid "Debug"
|
3495 |
msgstr "Fehlerkorrektur"
|
@@ -4830,13 +4830,13 @@ msgid "Author"
|
|
4830 |
msgstr "Author"
|
4831 |
|
4832 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4833 |
-
#: includes/helpers/functions/general.php:
|
4834 |
msgctxt "admin settings"
|
4835 |
msgid "Date posted"
|
4836 |
msgstr "Datum gepostet"
|
4837 |
|
4838 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4839 |
-
#: includes/helpers/functions/general.php:
|
4840 |
msgctxt "admin settings"
|
4841 |
msgid "Date last modified"
|
4842 |
msgstr "Datum zuletzt verändert"
|
@@ -5222,12 +5222,12 @@ msgctxt "admin settings"
|
|
5222 |
msgid "Uploaded Image (no resize)"
|
5223 |
msgstr "Dateien hochladen"
|
5224 |
|
5225 |
-
#: includes/helpers/functions/general.php:
|
5226 |
msgctxt "admin settings"
|
5227 |
msgid "User"
|
5228 |
msgstr "Benutzer"
|
5229 |
|
5230 |
-
#: includes/helpers/functions/general.php:
|
5231 |
msgctxt "admin settings"
|
5232 |
msgid "User registration date"
|
5233 |
msgstr "Eintrag Enddatum"
|
@@ -7026,7 +7026,7 @@ msgctxt "installer"
|
|
7026 |
msgid "Listing upgrade to featured"
|
7027 |
msgstr "Eintrag aktualisieren auf Hervorhebung"
|
7028 |
|
7029 |
-
#: includes/installer.php:
|
7030 |
msgctxt "installer"
|
7031 |
msgid "Default Fee"
|
7032 |
msgstr "Standard Preis"
|
@@ -7650,7 +7650,7 @@ msgctxt "templates"
|
|
7650 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7651 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
7652 |
|
7653 |
-
#: includes/helpers/functions/general.php:
|
7654 |
msgctxt "templates"
|
7655 |
msgid "Return to results"
|
7656 |
msgstr "Zurück zu den Ergebnissen"
|
@@ -7686,14 +7686,14 @@ msgstr ""
|
|
7686 |
"Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke auf "
|
7687 |
"den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen Button."
|
7688 |
|
7689 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7690 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7691 |
msgctxt "templates"
|
7692 |
msgid "Edit"
|
7693 |
msgstr "Bearbeiten"
|
7694 |
|
7695 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7696 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7697 |
#, fuzzy
|
7698 |
msgctxt "templates"
|
7699 |
msgid "Flag Listing"
|
@@ -8413,7 +8413,7 @@ msgctxt "flag listing"
|
|
8413 |
msgid "Report comment is required to save a report"
|
8414 |
msgstr ""
|
8415 |
|
8416 |
-
#: includes/installer.php:
|
8417 |
msgctxt "default category name"
|
8418 |
msgid "General"
|
8419 |
msgstr "Allgemein"
|
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-01-19 19:55:54+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."
|
42 |
msgid "Selected"
|
43 |
msgstr "Liste auswählen"
|
44 |
|
45 |
+
#: includes/admin/class-admin.php:192
|
46 |
#, fuzzy
|
47 |
msgid ""
|
48 |
"Find out how to create a compelling, thriving business directory from "
|
52 |
"von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
|
53 |
"Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
|
54 |
|
55 |
+
#: includes/admin/class-admin.php:201
|
56 |
#, fuzzy
|
57 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
58 |
msgstr ""
|
59 |
"Möchten Sie mehr über die Geheimnisse eines erfolgreichen Verzeichnisses "
|
60 |
"wissen?"
|
61 |
|
62 |
+
#: includes/admin/class-admin.php:203
|
63 |
#, fuzzy
|
64 |
msgid "Yes, please!"
|
65 |
msgstr "Ja, bitte!"
|
66 |
|
67 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
68 |
#, fuzzy
|
69 |
msgid "No, thanks"
|
70 |
msgstr "Nein, danke"
|
71 |
|
72 |
+
#: includes/admin/class-admin.php:238
|
73 |
+
#, fuzzy
|
74 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
75 |
+
msgstr ""
|
76 |
+
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
77 |
+
"a>."
|
78 |
+
|
79 |
+
#: includes/admin/class-admin.php:266
|
80 |
#, fuzzy
|
81 |
msgid "Invalid email address."
|
82 |
msgstr "Ungültiger Erneuerungszustand."
|
83 |
|
84 |
+
#: includes/admin/class-admin.php:300
|
85 |
#, fuzzy
|
86 |
msgid "Business Directory Admin"
|
87 |
msgstr "Branchenverzeichnis Administration"
|
88 |
|
89 |
+
#: includes/admin/class-admin.php:301
|
90 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
91 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
92 |
#: includes/helpers/class-app.php:93
|
94 |
msgid "Directory"
|
95 |
msgstr "Verzeichnis"
|
96 |
|
97 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
98 |
msgid "Fee Plans"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
102 |
#, fuzzy
|
103 |
msgid "Form Fields"
|
104 |
msgstr "Formularfelder"
|
105 |
|
106 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
107 |
#: includes/licensing.php:220
|
108 |
#, fuzzy
|
109 |
msgid "Modules"
|
110 |
msgstr "Installierte Module"
|
111 |
|
112 |
+
#: includes/admin/class-admin.php:345
|
113 |
#, fuzzy
|
114 |
msgid "Business Directory"
|
115 |
msgstr "Branchenverzeichnis"
|
116 |
|
117 |
+
#: includes/admin/class-admin.php:889
|
118 |
#, fuzzy
|
119 |
msgid "Could not send renewal email."
|
120 |
msgstr "Erneuerungsmail an Benutzer schicken"
|
121 |
|
122 |
+
#: includes/admin/class-admin.php:1023
|
123 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
124 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
125 |
#: templates/email/listing-added.tpl.php:7
|
129 |
msgid "ID"
|
130 |
msgstr "ID"
|
131 |
|
132 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
133 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
134 |
#, fuzzy
|
135 |
msgid "Listing Count"
|
136 |
msgstr "Anzahl Einträge"
|
137 |
|
138 |
+
#: includes/admin/class-admin.php:1191
|
139 |
#, fuzzy
|
140 |
msgid ""
|
141 |
"We noticed you want your Business Directory users to register before posting "
|
329 |
msgstr "zu \"Formularfelder verwalten\""
|
330 |
|
331 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
332 |
+
#: includes/helpers/functions/general.php:1341
|
333 |
+
#: includes/helpers/functions/general.php:1346
|
334 |
#, fuzzy
|
335 |
msgid "Go back"
|
336 |
msgstr "Geh zurück"
|
448 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
449 |
#: templates/admin/payments-note.tpl.php:14
|
450 |
#: templates/admin/themes-item.tpl.php:58
|
451 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
452 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
453 |
#, fuzzy
|
454 |
msgid "Delete"
|
455 |
msgstr "Löschen"
|
1838 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: includes/helpers/functions/general.php:550
|
1842 |
#: templates/admin/fees-index.tpl.php:67
|
1843 |
msgid "Free"
|
1844 |
msgstr "Kostenlos"
|
3181 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3182 |
msgstr "%s alle %s Tage. Nächste Erneuerung ist am %s."
|
3183 |
|
3184 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
3185 |
#, fuzzy
|
3186 |
msgid "Return to Directory"
|
3187 |
msgstr "Zurück zum Verzeichnis."
|
3330 |
msgid "Find A Listing"
|
3331 |
msgstr "Eintrag finden"
|
3332 |
|
3333 |
+
#: includes/admin/class-admin.php:194
|
3334 |
msgctxt "drip pointer"
|
3335 |
msgid "Email Address:"
|
3336 |
msgstr "E-Mail Adresse:"
|
3337 |
|
3338 |
+
#: includes/admin/class-admin.php:226
|
3339 |
msgctxt "admin"
|
3340 |
msgid "Business Directory"
|
3341 |
msgstr "Branchenverzeichnis"
|
3342 |
|
3343 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3344 |
msgctxt "admin"
|
3345 |
msgid "Untitled Menu"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
+
#: includes/admin/class-admin.php:722
|
3349 |
msgctxt "admin"
|
3350 |
msgid "Dismiss this notice."
|
3351 |
msgstr "Diese Nachricht ignorieren."
|
3352 |
|
3353 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
3354 |
#, fuzzy
|
3355 |
msgctxt "admin"
|
3356 |
msgid "The listing has been updated."
|
3358 |
msgstr[0] "Der Eintrag wurde aktualisiert"
|
3359 |
msgstr[1] "Die Einträge wurden aktualisiert."
|
3360 |
|
3361 |
+
#: includes/admin/class-admin.php:863
|
3362 |
msgctxt "admin"
|
3363 |
msgid "The fee was successfully assigned."
|
3364 |
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
3365 |
|
3366 |
+
#: includes/admin/class-admin.php:873
|
3367 |
msgctxt "admin"
|
3368 |
msgid "Listing was renewed."
|
3369 |
msgid_plural "Listings were renewed."
|
3370 |
msgstr[0] "Eintrag wurde aktualisiert."
|
3371 |
msgstr[1] "Einträge wurden aktualisiert."
|
3372 |
|
3373 |
+
#: includes/admin/class-admin.php:885
|
3374 |
msgctxt "admin"
|
3375 |
msgid "Renewal email sent."
|
3376 |
msgstr "E-mail erneut senden."
|
3377 |
|
3378 |
+
#: includes/admin/class-admin.php:898
|
3379 |
#, fuzzy
|
3380 |
msgctxt "admin"
|
3381 |
msgid "Listing report deleted."
|
3383 |
msgstr[0] "Eintrag Enddatum"
|
3384 |
msgstr[1] "Eintrag Enddatum"
|
3385 |
|
3386 |
+
#: includes/admin/class-admin.php:947
|
3387 |
#, fuzzy
|
3388 |
msgctxt "admin"
|
3389 |
msgid "Access keys sent."
|
3390 |
msgstr "Eintrag Felder / Bilder"
|
3391 |
|
3392 |
+
#: includes/admin/class-admin.php:949
|
3393 |
msgctxt "admin"
|
3394 |
msgid "The access keys couldn't be sent."
|
3395 |
msgstr ""
|
3396 |
|
3397 |
+
#: includes/admin/class-admin.php:1106
|
3398 |
msgctxt "admin"
|
3399 |
msgid ""
|
3400 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3403 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
3404 |
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
3405 |
|
3406 |
+
#: includes/admin/class-admin.php:1108
|
3407 |
msgctxt "admin"
|
3408 |
msgid ""
|
3409 |
"You can create this page by yourself or let Business Directory do this for "
|
3412 |
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
3413 |
"automatisch erstellen lassen."
|
3414 |
|
3415 |
+
#: includes/admin/class-admin.php:1113
|
3416 |
msgctxt "admin"
|
3417 |
msgid "Create required pages for me"
|
3418 |
msgstr "Erstelle benötigte Seiten für mich"
|
3419 |
|
3420 |
+
#: includes/admin/class-admin.php:1166
|
3421 |
msgctxt "admin"
|
3422 |
msgid ""
|
3423 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3477 |
msgid "Create these required fields for me"
|
3478 |
msgstr "Erstelle diese benötigten Felder für mich"
|
3479 |
|
3480 |
+
#: includes/admin/class-admin.php:319
|
3481 |
#, fuzzy
|
3482 |
msgctxt "admin menu"
|
3483 |
msgid "Payment History"
|
3484 |
msgstr "Bezahlhistorie"
|
3485 |
|
3486 |
+
#: includes/admin/class-admin.php:322
|
3487 |
#, fuzzy
|
3488 |
msgctxt "admin menu"
|
3489 |
msgid "Import & Export"
|
3490 |
msgstr "CSV Import"
|
3491 |
|
3492 |
+
#: includes/admin/class-admin.php:325
|
3493 |
msgctxt "admin menu"
|
3494 |
msgid "Debug"
|
3495 |
msgstr "Fehlerkorrektur"
|
4830 |
msgstr "Author"
|
4831 |
|
4832 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4833 |
+
#: includes/helpers/functions/general.php:1261
|
4834 |
msgctxt "admin settings"
|
4835 |
msgid "Date posted"
|
4836 |
msgstr "Datum gepostet"
|
4837 |
|
4838 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4839 |
+
#: includes/helpers/functions/general.php:1262
|
4840 |
msgctxt "admin settings"
|
4841 |
msgid "Date last modified"
|
4842 |
msgstr "Datum zuletzt verändert"
|
5222 |
msgid "Uploaded Image (no resize)"
|
5223 |
msgstr "Dateien hochladen"
|
5224 |
|
5225 |
+
#: includes/helpers/functions/general.php:1259
|
5226 |
msgctxt "admin settings"
|
5227 |
msgid "User"
|
5228 |
msgstr "Benutzer"
|
5229 |
|
5230 |
+
#: includes/helpers/functions/general.php:1260
|
5231 |
msgctxt "admin settings"
|
5232 |
msgid "User registration date"
|
5233 |
msgstr "Eintrag Enddatum"
|
7026 |
msgid "Listing upgrade to featured"
|
7027 |
msgstr "Eintrag aktualisieren auf Hervorhebung"
|
7028 |
|
7029 |
+
#: includes/installer.php:60
|
7030 |
msgctxt "installer"
|
7031 |
msgid "Default Fee"
|
7032 |
msgstr "Standard Preis"
|
7650 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7651 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
7652 |
|
7653 |
+
#: includes/helpers/functions/general.php:1337
|
7654 |
msgctxt "templates"
|
7655 |
msgid "Return to results"
|
7656 |
msgstr "Zurück zu den Ergebnissen"
|
7686 |
"Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke auf "
|
7687 |
"den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen Button."
|
7688 |
|
7689 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
7690 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
7691 |
msgctxt "templates"
|
7692 |
msgid "Edit"
|
7693 |
msgstr "Bearbeiten"
|
7694 |
|
7695 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
7696 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
7697 |
#, fuzzy
|
7698 |
msgctxt "templates"
|
7699 |
msgid "Flag Listing"
|
8413 |
msgid "Report comment is required to save a report"
|
8414 |
msgstr ""
|
8415 |
|
8416 |
+
#: includes/installer.php:49
|
8417 |
msgctxt "default category name"
|
8418 |
msgid "General"
|
8419 |
msgstr "Allgemein"
|
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-01-
|
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"
|
@@ -38,33 +38,37 @@ msgstr ""
|
|
38 |
msgid "Selected"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: includes/admin/class-admin.php:
|
42 |
msgid ""
|
43 |
"Find out how to create a compelling, thriving business directory from "
|
44 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: includes/admin/class-admin.php:
|
48 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: includes/admin/class-admin.php:
|
52 |
msgid "Yes, please!"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: includes/admin/class-admin.php:
|
56 |
msgid "No, thanks"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
60 |
msgid "Invalid email address."
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: includes/admin/class-admin.php:
|
64 |
msgid "Business Directory Admin"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: includes/admin/class-admin.php:
|
68 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
69 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
70 |
#: includes/helpers/class-app.php:93
|
@@ -72,28 +76,28 @@ msgstr ""
|
|
72 |
msgid "Directory"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: includes/admin/class-admin.php:
|
76 |
msgid "Fee Plans"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: includes/admin/class-admin.php:
|
80 |
msgid "Form Fields"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: includes/admin/class-admin.php:
|
84 |
#: includes/licensing.php:220
|
85 |
msgid "Modules"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: includes/admin/class-admin.php:
|
89 |
msgid "Business Directory"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: includes/admin/class-admin.php:
|
93 |
msgid "Could not send renewal email."
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: includes/admin/class-admin.php:
|
97 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
98 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
99 |
#: templates/email/listing-added.tpl.php:7
|
@@ -102,12 +106,12 @@ msgstr ""
|
|
102 |
msgid "ID"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: includes/admin/class-admin.php:
|
106 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
107 |
msgid "Listing Count"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/admin/class-admin.php:
|
111 |
msgid ""
|
112 |
"We noticed you want your Business Directory users to register before posting "
|
113 |
"listings, but Registration for your site is currently disabled. Go %1$shere"
|
@@ -268,8 +272,8 @@ msgid "Go to \"Form Fields\""
|
|
268 |
msgstr ""
|
269 |
|
270 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
271 |
-
#: includes/helpers/functions/general.php:
|
272 |
-
#: includes/helpers/functions/general.php:
|
273 |
msgid "Go back"
|
274 |
msgstr ""
|
275 |
|
@@ -370,8 +374,8 @@ msgstr ""
|
|
370 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
371 |
#: templates/admin/payments-note.tpl.php:14
|
372 |
#: templates/admin/themes-item.tpl.php:58
|
373 |
-
#: templates/parts/listing-buttons.tpl.php:
|
374 |
-
#: templates/parts/listing-buttons.tpl.php:
|
375 |
msgid "Delete"
|
376 |
msgstr ""
|
377 |
|
@@ -1570,7 +1574,7 @@ msgid ""
|
|
1570 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: includes/helpers/functions/general.php:
|
1574 |
#: templates/admin/fees-index.tpl.php:67
|
1575 |
msgid "Free"
|
1576 |
msgstr ""
|
@@ -2686,7 +2690,7 @@ msgstr ""
|
|
2686 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
2687 |
msgstr ""
|
2688 |
|
2689 |
-
#: templates/parts/listing-buttons.tpl.php:
|
2690 |
msgid "Return to Directory"
|
2691 |
msgstr ""
|
2692 |
|
@@ -2808,92 +2812,87 @@ msgctxt "views"
|
|
2808 |
msgid "Find A Listing"
|
2809 |
msgstr ""
|
2810 |
|
2811 |
-
#: includes/admin/class-admin.php:
|
2812 |
msgctxt "drip pointer"
|
2813 |
msgid "Email Address:"
|
2814 |
msgstr ""
|
2815 |
|
2816 |
-
#: includes/admin/class-admin.php:
|
2817 |
msgctxt "admin"
|
2818 |
msgid "Business Directory"
|
2819 |
msgstr ""
|
2820 |
|
2821 |
-
#: includes/admin/class-admin.php:
|
2822 |
-
msgctxt "admin"
|
2823 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
2824 |
-
msgstr ""
|
2825 |
-
|
2826 |
-
#: includes/admin/class-admin.php:413
|
2827 |
msgctxt "admin"
|
2828 |
msgid "Untitled Menu"
|
2829 |
msgstr ""
|
2830 |
|
2831 |
-
#: includes/admin/class-admin.php:
|
2832 |
msgctxt "admin"
|
2833 |
msgid "Dismiss this notice."
|
2834 |
msgstr ""
|
2835 |
|
2836 |
-
#: includes/admin/class-admin.php:
|
2837 |
msgctxt "admin"
|
2838 |
msgid "The listing has been updated."
|
2839 |
msgid_plural "The listings have been updated."
|
2840 |
msgstr[0] ""
|
2841 |
msgstr[1] ""
|
2842 |
|
2843 |
-
#: includes/admin/class-admin.php:
|
2844 |
msgctxt "admin"
|
2845 |
msgid "The fee was successfully assigned."
|
2846 |
msgstr ""
|
2847 |
|
2848 |
-
#: includes/admin/class-admin.php:
|
2849 |
msgctxt "admin"
|
2850 |
msgid "Listing was renewed."
|
2851 |
msgid_plural "Listings were renewed."
|
2852 |
msgstr[0] ""
|
2853 |
msgstr[1] ""
|
2854 |
|
2855 |
-
#: includes/admin/class-admin.php:
|
2856 |
msgctxt "admin"
|
2857 |
msgid "Renewal email sent."
|
2858 |
msgstr ""
|
2859 |
|
2860 |
-
#: includes/admin/class-admin.php:
|
2861 |
msgctxt "admin"
|
2862 |
msgid "Listing report deleted."
|
2863 |
msgid_plural "Listing reports deleted."
|
2864 |
msgstr[0] ""
|
2865 |
msgstr[1] ""
|
2866 |
|
2867 |
-
#: includes/admin/class-admin.php:
|
2868 |
msgctxt "admin"
|
2869 |
msgid "Access keys sent."
|
2870 |
msgstr ""
|
2871 |
|
2872 |
-
#: includes/admin/class-admin.php:
|
2873 |
msgctxt "admin"
|
2874 |
msgid "The access keys couldn't be sent."
|
2875 |
msgstr ""
|
2876 |
|
2877 |
-
#: includes/admin/class-admin.php:
|
2878 |
msgctxt "admin"
|
2879 |
msgid ""
|
2880 |
"<b>Business Directory Plugin</b> requires a page with the "
|
2881 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
2882 |
msgstr ""
|
2883 |
|
2884 |
-
#: includes/admin/class-admin.php:
|
2885 |
msgctxt "admin"
|
2886 |
msgid ""
|
2887 |
"You can create this page by yourself or let Business Directory do this for "
|
2888 |
"you automatically."
|
2889 |
msgstr ""
|
2890 |
|
2891 |
-
#: includes/admin/class-admin.php:
|
2892 |
msgctxt "admin"
|
2893 |
msgid "Create required pages for me"
|
2894 |
msgstr ""
|
2895 |
|
2896 |
-
#: includes/admin/class-admin.php:
|
2897 |
msgctxt "admin"
|
2898 |
msgid ""
|
2899 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -2945,17 +2944,17 @@ msgctxt "admin"
|
|
2945 |
msgid "Create these required fields for me"
|
2946 |
msgstr ""
|
2947 |
|
2948 |
-
#: includes/admin/class-admin.php:
|
2949 |
msgctxt "admin menu"
|
2950 |
msgid "Payment History"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#: includes/admin/class-admin.php:
|
2954 |
msgctxt "admin menu"
|
2955 |
msgid "Import & Export"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
-
#: includes/admin/class-admin.php:
|
2959 |
msgctxt "admin menu"
|
2960 |
msgid "Debug"
|
2961 |
msgstr ""
|
@@ -4183,13 +4182,13 @@ msgid "Author"
|
|
4183 |
msgstr ""
|
4184 |
|
4185 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4186 |
-
#: includes/helpers/functions/general.php:
|
4187 |
msgctxt "admin settings"
|
4188 |
msgid "Date posted"
|
4189 |
msgstr ""
|
4190 |
|
4191 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4192 |
-
#: includes/helpers/functions/general.php:
|
4193 |
msgctxt "admin settings"
|
4194 |
msgid "Date last modified"
|
4195 |
msgstr ""
|
@@ -4556,12 +4555,12 @@ msgctxt "admin settings"
|
|
4556 |
msgid "Uploaded Image (no resize)"
|
4557 |
msgstr ""
|
4558 |
|
4559 |
-
#: includes/helpers/functions/general.php:
|
4560 |
msgctxt "admin settings"
|
4561 |
msgid "User"
|
4562 |
msgstr ""
|
4563 |
|
4564 |
-
#: includes/helpers/functions/general.php:
|
4565 |
msgctxt "admin settings"
|
4566 |
msgid "User registration date"
|
4567 |
msgstr ""
|
@@ -6123,7 +6122,7 @@ msgctxt "installer"
|
|
6123 |
msgid "Listing upgrade to featured"
|
6124 |
msgstr ""
|
6125 |
|
6126 |
-
#: includes/installer.php:
|
6127 |
msgctxt "installer"
|
6128 |
msgid "Default Fee"
|
6129 |
msgstr ""
|
@@ -6682,7 +6681,7 @@ msgctxt "templates"
|
|
6682 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6683 |
msgstr ""
|
6684 |
|
6685 |
-
#: includes/helpers/functions/general.php:
|
6686 |
msgctxt "templates"
|
6687 |
msgid "Return to results"
|
6688 |
msgstr ""
|
@@ -6715,14 +6714,14 @@ msgid ""
|
|
6715 |
"button. To delete a listing click the delete button."
|
6716 |
msgstr ""
|
6717 |
|
6718 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6719 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6720 |
msgctxt "templates"
|
6721 |
msgid "Edit"
|
6722 |
msgstr ""
|
6723 |
|
6724 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6725 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6726 |
msgctxt "templates"
|
6727 |
msgid "Flag Listing"
|
6728 |
msgstr ""
|
@@ -7371,7 +7370,7 @@ msgctxt "flag listing"
|
|
7371 |
msgid "Report comment is required to save a report"
|
7372 |
msgstr ""
|
7373 |
|
7374 |
-
#: includes/installer.php:
|
7375 |
msgctxt "default category name"
|
7376 |
msgid "General"
|
7377 |
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-01-19 19:55:54+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"
|
38 |
msgid "Selected"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: includes/admin/class-admin.php:192
|
42 |
msgid ""
|
43 |
"Find out how to create a compelling, thriving business directory from "
|
44 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: includes/admin/class-admin.php:201
|
48 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: includes/admin/class-admin.php:203
|
52 |
msgid "Yes, please!"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
56 |
msgid "No, thanks"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: includes/admin/class-admin.php:238
|
60 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: includes/admin/class-admin.php:266
|
64 |
msgid "Invalid email address."
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: includes/admin/class-admin.php:300
|
68 |
msgid "Business Directory Admin"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: includes/admin/class-admin.php:301
|
72 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
73 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
74 |
#: includes/helpers/class-app.php:93
|
76 |
msgid "Directory"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
80 |
msgid "Fee Plans"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
84 |
msgid "Form Fields"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
88 |
#: includes/licensing.php:220
|
89 |
msgid "Modules"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: includes/admin/class-admin.php:345
|
93 |
msgid "Business Directory"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: includes/admin/class-admin.php:889
|
97 |
msgid "Could not send renewal email."
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: includes/admin/class-admin.php:1023
|
101 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
102 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
103 |
#: templates/email/listing-added.tpl.php:7
|
106 |
msgid "ID"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
110 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
111 |
msgid "Listing Count"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: includes/admin/class-admin.php:1191
|
115 |
msgid ""
|
116 |
"We noticed you want your Business Directory users to register before posting "
|
117 |
"listings, but Registration for your site is currently disabled. Go %1$shere"
|
272 |
msgstr ""
|
273 |
|
274 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
275 |
+
#: includes/helpers/functions/general.php:1341
|
276 |
+
#: includes/helpers/functions/general.php:1346
|
277 |
msgid "Go back"
|
278 |
msgstr ""
|
279 |
|
374 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
375 |
#: templates/admin/payments-note.tpl.php:14
|
376 |
#: templates/admin/themes-item.tpl.php:58
|
377 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
378 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
379 |
msgid "Delete"
|
380 |
msgstr ""
|
381 |
|
1574 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: includes/helpers/functions/general.php:550
|
1578 |
#: templates/admin/fees-index.tpl.php:67
|
1579 |
msgid "Free"
|
1580 |
msgstr ""
|
2690 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
2691 |
msgstr ""
|
2692 |
|
2693 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
2694 |
msgid "Return to Directory"
|
2695 |
msgstr ""
|
2696 |
|
2812 |
msgid "Find A Listing"
|
2813 |
msgstr ""
|
2814 |
|
2815 |
+
#: includes/admin/class-admin.php:194
|
2816 |
msgctxt "drip pointer"
|
2817 |
msgid "Email Address:"
|
2818 |
msgstr ""
|
2819 |
|
2820 |
+
#: includes/admin/class-admin.php:226
|
2821 |
msgctxt "admin"
|
2822 |
msgid "Business Directory"
|
2823 |
msgstr ""
|
2824 |
|
2825 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
2826 |
msgctxt "admin"
|
2827 |
msgid "Untitled Menu"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
+
#: includes/admin/class-admin.php:722
|
2831 |
msgctxt "admin"
|
2832 |
msgid "Dismiss this notice."
|
2833 |
msgstr ""
|
2834 |
|
2835 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
2836 |
msgctxt "admin"
|
2837 |
msgid "The listing has been updated."
|
2838 |
msgid_plural "The listings have been updated."
|
2839 |
msgstr[0] ""
|
2840 |
msgstr[1] ""
|
2841 |
|
2842 |
+
#: includes/admin/class-admin.php:863
|
2843 |
msgctxt "admin"
|
2844 |
msgid "The fee was successfully assigned."
|
2845 |
msgstr ""
|
2846 |
|
2847 |
+
#: includes/admin/class-admin.php:873
|
2848 |
msgctxt "admin"
|
2849 |
msgid "Listing was renewed."
|
2850 |
msgid_plural "Listings were renewed."
|
2851 |
msgstr[0] ""
|
2852 |
msgstr[1] ""
|
2853 |
|
2854 |
+
#: includes/admin/class-admin.php:885
|
2855 |
msgctxt "admin"
|
2856 |
msgid "Renewal email sent."
|
2857 |
msgstr ""
|
2858 |
|
2859 |
+
#: includes/admin/class-admin.php:898
|
2860 |
msgctxt "admin"
|
2861 |
msgid "Listing report deleted."
|
2862 |
msgid_plural "Listing reports deleted."
|
2863 |
msgstr[0] ""
|
2864 |
msgstr[1] ""
|
2865 |
|
2866 |
+
#: includes/admin/class-admin.php:947
|
2867 |
msgctxt "admin"
|
2868 |
msgid "Access keys sent."
|
2869 |
msgstr ""
|
2870 |
|
2871 |
+
#: includes/admin/class-admin.php:949
|
2872 |
msgctxt "admin"
|
2873 |
msgid "The access keys couldn't be sent."
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: includes/admin/class-admin.php:1106
|
2877 |
msgctxt "admin"
|
2878 |
msgid ""
|
2879 |
"<b>Business Directory Plugin</b> requires a page with the "
|
2880 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
2881 |
msgstr ""
|
2882 |
|
2883 |
+
#: includes/admin/class-admin.php:1108
|
2884 |
msgctxt "admin"
|
2885 |
msgid ""
|
2886 |
"You can create this page by yourself or let Business Directory do this for "
|
2887 |
"you automatically."
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: includes/admin/class-admin.php:1113
|
2891 |
msgctxt "admin"
|
2892 |
msgid "Create required pages for me"
|
2893 |
msgstr ""
|
2894 |
|
2895 |
+
#: includes/admin/class-admin.php:1166
|
2896 |
msgctxt "admin"
|
2897 |
msgid ""
|
2898 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
2944 |
msgid "Create these required fields for me"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
+
#: includes/admin/class-admin.php:319
|
2948 |
msgctxt "admin menu"
|
2949 |
msgid "Payment History"
|
2950 |
msgstr ""
|
2951 |
|
2952 |
+
#: includes/admin/class-admin.php:322
|
2953 |
msgctxt "admin menu"
|
2954 |
msgid "Import & Export"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
+
#: includes/admin/class-admin.php:325
|
2958 |
msgctxt "admin menu"
|
2959 |
msgid "Debug"
|
2960 |
msgstr ""
|
4182 |
msgstr ""
|
4183 |
|
4184 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4185 |
+
#: includes/helpers/functions/general.php:1261
|
4186 |
msgctxt "admin settings"
|
4187 |
msgid "Date posted"
|
4188 |
msgstr ""
|
4189 |
|
4190 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4191 |
+
#: includes/helpers/functions/general.php:1262
|
4192 |
msgctxt "admin settings"
|
4193 |
msgid "Date last modified"
|
4194 |
msgstr ""
|
4555 |
msgid "Uploaded Image (no resize)"
|
4556 |
msgstr ""
|
4557 |
|
4558 |
+
#: includes/helpers/functions/general.php:1259
|
4559 |
msgctxt "admin settings"
|
4560 |
msgid "User"
|
4561 |
msgstr ""
|
4562 |
|
4563 |
+
#: includes/helpers/functions/general.php:1260
|
4564 |
msgctxt "admin settings"
|
4565 |
msgid "User registration date"
|
4566 |
msgstr ""
|
6122 |
msgid "Listing upgrade to featured"
|
6123 |
msgstr ""
|
6124 |
|
6125 |
+
#: includes/installer.php:60
|
6126 |
msgctxt "installer"
|
6127 |
msgid "Default Fee"
|
6128 |
msgstr ""
|
6681 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6682 |
msgstr ""
|
6683 |
|
6684 |
+
#: includes/helpers/functions/general.php:1337
|
6685 |
msgctxt "templates"
|
6686 |
msgid "Return to results"
|
6687 |
msgstr ""
|
6714 |
"button. To delete a listing click the delete button."
|
6715 |
msgstr ""
|
6716 |
|
6717 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
6718 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
6719 |
msgctxt "templates"
|
6720 |
msgid "Edit"
|
6721 |
msgstr ""
|
6722 |
|
6723 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
6724 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
6725 |
msgctxt "templates"
|
6726 |
msgid "Flag Listing"
|
6727 |
msgstr ""
|
7370 |
msgid "Report comment is required to save a report"
|
7371 |
msgstr ""
|
7372 |
|
7373 |
+
#: includes/installer.php:49
|
7374 |
msgctxt "default category name"
|
7375 |
msgid "General"
|
7376 |
msgstr ""
|
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-01-
|
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"
|
@@ -41,7 +41,7 @@ msgstr "Sélectionnez une annonce"
|
|
41 |
msgid "Selected"
|
42 |
msgstr "Sélectionnez une annonce"
|
43 |
|
44 |
-
#: includes/admin/class-admin.php:
|
45 |
#, fuzzy
|
46 |
msgid ""
|
47 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -51,34 +51,40 @@ msgstr ""
|
|
51 |
"zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mail). Obtenez un "
|
52 |
"module premium GRATUIT juste après votre inscription."
|
53 |
|
54 |
-
#: includes/admin/class-admin.php:
|
55 |
#, fuzzy
|
56 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
57 |
msgstr ""
|
58 |
"Voulez-vous connaître les secrets de la création d'un superbe annuaire "
|
59 |
"professionnel ?"
|
60 |
|
61 |
-
#: includes/admin/class-admin.php:
|
62 |
#, fuzzy
|
63 |
msgid "Yes, please!"
|
64 |
msgstr "Oui, s'il vous plait !"
|
65 |
|
66 |
-
#: includes/admin/class-admin.php:
|
67 |
#, fuzzy
|
68 |
msgid "No, thanks"
|
69 |
msgstr "Non, merci"
|
70 |
|
71 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
#, fuzzy
|
73 |
msgid "Invalid email address."
|
74 |
msgstr "Adresse e-mail non valide."
|
75 |
|
76 |
-
#: includes/admin/class-admin.php:
|
77 |
#, fuzzy
|
78 |
msgid "Business Directory Admin"
|
79 |
msgstr "Administrateur de l'Annuaire Professionnel"
|
80 |
|
81 |
-
#: includes/admin/class-admin.php:
|
82 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
83 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
84 |
#: includes/helpers/class-app.php:93
|
@@ -86,33 +92,33 @@ msgstr "Administrateur de l'Annuaire Professionnel"
|
|
86 |
msgid "Directory"
|
87 |
msgstr "Annuaire"
|
88 |
|
89 |
-
#: includes/admin/class-admin.php:
|
90 |
#, fuzzy
|
91 |
msgid "Fee Plans"
|
92 |
msgstr "Plan tarifaire"
|
93 |
|
94 |
-
#: includes/admin/class-admin.php:
|
95 |
#, fuzzy
|
96 |
msgid "Form Fields"
|
97 |
msgstr "champ de formulaires"
|
98 |
|
99 |
-
#: includes/admin/class-admin.php:
|
100 |
#: includes/licensing.php:220
|
101 |
#, fuzzy
|
102 |
msgid "Modules"
|
103 |
msgstr "Tous les (modules installés)"
|
104 |
|
105 |
-
#: includes/admin/class-admin.php:
|
106 |
#, fuzzy
|
107 |
msgid "Business Directory"
|
108 |
msgstr "Annuaire Professionnel"
|
109 |
|
110 |
-
#: includes/admin/class-admin.php:
|
111 |
#, fuzzy
|
112 |
msgid "Could not send renewal email."
|
113 |
msgstr "Envoyer un e-mail à l'utilisateur"
|
114 |
|
115 |
-
#: includes/admin/class-admin.php:
|
116 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
117 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
118 |
#: templates/email/listing-added.tpl.php:7
|
@@ -122,13 +128,13 @@ msgstr "Envoyer un e-mail à l'utilisateur"
|
|
122 |
msgid "ID"
|
123 |
msgstr "ID"
|
124 |
|
125 |
-
#: includes/admin/class-admin.php:
|
126 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
127 |
#, fuzzy
|
128 |
msgid "Listing Count"
|
129 |
msgstr "Compteur d'annonces"
|
130 |
|
131 |
-
#: includes/admin/class-admin.php:
|
132 |
#, fuzzy
|
133 |
msgid ""
|
134 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -320,8 +326,8 @@ msgid "Go to \"Form Fields\""
|
|
320 |
msgstr "Aller à \"Gestion des Champs\""
|
321 |
|
322 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
323 |
-
#: includes/helpers/functions/general.php:
|
324 |
-
#: includes/helpers/functions/general.php:
|
325 |
#, fuzzy
|
326 |
msgid "Go back"
|
327 |
msgstr "Non, reviens"
|
@@ -439,8 +445,8 @@ msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
|
|
439 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
440 |
#: templates/admin/payments-note.tpl.php:14
|
441 |
#: templates/admin/themes-item.tpl.php:58
|
442 |
-
#: templates/parts/listing-buttons.tpl.php:
|
443 |
-
#: templates/parts/listing-buttons.tpl.php:
|
444 |
#, fuzzy
|
445 |
msgid "Delete"
|
446 |
msgstr "Effacer"
|
@@ -1870,7 +1876,7 @@ msgid ""
|
|
1870 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: includes/helpers/functions/general.php:
|
1874 |
#: templates/admin/fees-index.tpl.php:67
|
1875 |
msgid "Free"
|
1876 |
msgstr "Gratuit"
|
@@ -3259,7 +3265,7 @@ msgstr "%s tous les %s jours."
|
|
3259 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3260 |
msgstr "%s tous les %s jours. Le prochain renouvellement est le %s."
|
3261 |
|
3262 |
-
#: templates/parts/listing-buttons.tpl.php:
|
3263 |
#, fuzzy
|
3264 |
msgid "Return to Directory"
|
3265 |
msgstr "Retourner vers l'annuaire."
|
@@ -3412,33 +3418,27 @@ msgctxt "views"
|
|
3412 |
msgid "Find A Listing"
|
3413 |
msgstr "Trouver une annonce"
|
3414 |
|
3415 |
-
#: includes/admin/class-admin.php:
|
3416 |
msgctxt "drip pointer"
|
3417 |
msgid "Email Address:"
|
3418 |
msgstr "Adresse e-mail:"
|
3419 |
|
3420 |
-
#: includes/admin/class-admin.php:
|
3421 |
msgctxt "admin"
|
3422 |
msgid "Business Directory"
|
3423 |
msgstr "Annuaire Professionnel"
|
3424 |
|
3425 |
-
#: includes/admin/class-admin.php:
|
3426 |
-
msgctxt "admin"
|
3427 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3428 |
-
msgstr ""
|
3429 |
-
"Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
|
3430 |
-
|
3431 |
-
#: includes/admin/class-admin.php:413
|
3432 |
msgctxt "admin"
|
3433 |
msgid "Untitled Menu"
|
3434 |
msgstr "Menu sans titre"
|
3435 |
|
3436 |
-
#: includes/admin/class-admin.php:
|
3437 |
msgctxt "admin"
|
3438 |
msgid "Dismiss this notice."
|
3439 |
msgstr "Ne tenez pas compte de cet avertissement."
|
3440 |
|
3441 |
-
#: includes/admin/class-admin.php:
|
3442 |
#, fuzzy
|
3443 |
msgctxt "admin"
|
3444 |
msgid "The listing has been updated."
|
@@ -3446,24 +3446,24 @@ msgid_plural "The listings have been updated."
|
|
3446 |
msgstr[0] "L'annonce a été mise à jour."
|
3447 |
msgstr[1] "Les annonces ont été mise à jour."
|
3448 |
|
3449 |
-
#: includes/admin/class-admin.php:
|
3450 |
msgctxt "admin"
|
3451 |
msgid "The fee was successfully assigned."
|
3452 |
msgstr "Les frais ont bien été assignés."
|
3453 |
|
3454 |
-
#: includes/admin/class-admin.php:
|
3455 |
msgctxt "admin"
|
3456 |
msgid "Listing was renewed."
|
3457 |
msgid_plural "Listings were renewed."
|
3458 |
msgstr[0] "L'annonce a été renouvelée."
|
3459 |
msgstr[1] "Les annonces ont été renouvelées."
|
3460 |
|
3461 |
-
#: includes/admin/class-admin.php:
|
3462 |
msgctxt "admin"
|
3463 |
msgid "Renewal email sent."
|
3464 |
msgstr "Email de renouvellement envoyé."
|
3465 |
|
3466 |
-
#: includes/admin/class-admin.php:
|
3467 |
#, fuzzy
|
3468 |
msgctxt "admin"
|
3469 |
msgid "Listing report deleted."
|
@@ -3471,18 +3471,18 @@ msgid_plural "Listing reports deleted."
|
|
3471 |
msgstr[0] "Date d'expiration de l'annonce"
|
3472 |
msgstr[1] "Date d'expiration de l'annonce"
|
3473 |
|
3474 |
-
#: includes/admin/class-admin.php:
|
3475 |
#, fuzzy
|
3476 |
msgctxt "admin"
|
3477 |
msgid "Access keys sent."
|
3478 |
msgstr "Clés d'accès"
|
3479 |
|
3480 |
-
#: includes/admin/class-admin.php:
|
3481 |
msgctxt "admin"
|
3482 |
msgid "The access keys couldn't be sent."
|
3483 |
msgstr ""
|
3484 |
|
3485 |
-
#: includes/admin/class-admin.php:
|
3486 |
msgctxt "admin"
|
3487 |
msgid ""
|
3488 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3491,7 +3491,7 @@ msgstr ""
|
|
3491 |
"<b>Business Directory Plugin</b> requiert une page avec le code "
|
3492 |
"d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
|
3493 |
|
3494 |
-
#: includes/admin/class-admin.php:
|
3495 |
msgctxt "admin"
|
3496 |
msgid ""
|
3497 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3500,12 +3500,12 @@ msgstr ""
|
|
3500 |
"Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
|
3501 |
"pour vous automatiquement."
|
3502 |
|
3503 |
-
#: includes/admin/class-admin.php:
|
3504 |
msgctxt "admin"
|
3505 |
msgid "Create required pages for me"
|
3506 |
msgstr "Créer les pages requises pour moi"
|
3507 |
|
3508 |
-
#: includes/admin/class-admin.php:
|
3509 |
msgctxt "admin"
|
3510 |
msgid ""
|
3511 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3565,18 +3565,18 @@ msgctxt "admin"
|
|
3565 |
msgid "Create these required fields for me"
|
3566 |
msgstr "Créer ces champs obligatoires pour moi"
|
3567 |
|
3568 |
-
#: includes/admin/class-admin.php:
|
3569 |
msgctxt "admin menu"
|
3570 |
msgid "Payment History"
|
3571 |
msgstr "Historique de paiement"
|
3572 |
|
3573 |
-
#: includes/admin/class-admin.php:
|
3574 |
#, fuzzy
|
3575 |
msgctxt "admin menu"
|
3576 |
msgid "Import & Export"
|
3577 |
msgstr "CSV Importation/Exportation"
|
3578 |
|
3579 |
-
#: includes/admin/class-admin.php:
|
3580 |
msgctxt "admin menu"
|
3581 |
msgid "Debug"
|
3582 |
msgstr "Déboguer"
|
@@ -4897,13 +4897,13 @@ msgid "Author"
|
|
4897 |
msgstr "Auteur"
|
4898 |
|
4899 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4900 |
-
#: includes/helpers/functions/general.php:
|
4901 |
msgctxt "admin settings"
|
4902 |
msgid "Date posted"
|
4903 |
msgstr "Date d'ajout"
|
4904 |
|
4905 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4906 |
-
#: includes/helpers/functions/general.php:
|
4907 |
msgctxt "admin settings"
|
4908 |
msgid "Date last modified"
|
4909 |
msgstr "Date de dernière modification"
|
@@ -5296,12 +5296,12 @@ msgctxt "admin settings"
|
|
5296 |
msgid "Uploaded Image (no resize)"
|
5297 |
msgstr "Télécharger les images"
|
5298 |
|
5299 |
-
#: includes/helpers/functions/general.php:
|
5300 |
msgctxt "admin settings"
|
5301 |
msgid "User"
|
5302 |
msgstr "Utilisateur"
|
5303 |
|
5304 |
-
#: includes/helpers/functions/general.php:
|
5305 |
msgctxt "admin settings"
|
5306 |
msgid "User registration date"
|
5307 |
msgstr "Date d'expiration de l'annonce"
|
@@ -6990,7 +6990,7 @@ msgctxt "installer"
|
|
6990 |
msgid "Listing upgrade to featured"
|
6991 |
msgstr "Mise à jour des annonces vers prioritaire"
|
6992 |
|
6993 |
-
#: includes/installer.php:
|
6994 |
msgctxt "installer"
|
6995 |
msgid "Default Fee"
|
6996 |
msgstr "Frais par défaut"
|
@@ -7624,7 +7624,7 @@ msgctxt "templates"
|
|
7624 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7625 |
msgstr "J'accepte <a> Conditions générales </a>"
|
7626 |
|
7627 |
-
#: includes/helpers/functions/general.php:
|
7628 |
#, fuzzy
|
7629 |
msgctxt "templates"
|
7630 |
msgid "Return to results"
|
@@ -7662,14 +7662,14 @@ msgstr ""
|
|
7662 |
"cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
|
7663 |
"bouton Supprimer."
|
7664 |
|
7665 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7666 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7667 |
msgctxt "templates"
|
7668 |
msgid "Edit"
|
7669 |
msgstr "Editer"
|
7670 |
|
7671 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7672 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7673 |
#, fuzzy
|
7674 |
msgctxt "templates"
|
7675 |
msgid "Flag Listing"
|
@@ -8392,7 +8392,7 @@ msgctxt "flag listing"
|
|
8392 |
msgid "Report comment is required to save a report"
|
8393 |
msgstr ""
|
8394 |
|
8395 |
-
#: includes/installer.php:
|
8396 |
msgctxt "default category name"
|
8397 |
msgid "General"
|
8398 |
msgstr "Général"
|
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-01-19 19:55:54+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"
|
41 |
msgid "Selected"
|
42 |
msgstr "Sélectionnez une annonce"
|
43 |
|
44 |
+
#: includes/admin/class-admin.php:192
|
45 |
#, fuzzy
|
46 |
msgid ""
|
47 |
"Find out how to create a compelling, thriving business directory from "
|
51 |
"zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mail). Obtenez un "
|
52 |
"module premium GRATUIT juste après votre inscription."
|
53 |
|
54 |
+
#: includes/admin/class-admin.php:201
|
55 |
#, fuzzy
|
56 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
57 |
msgstr ""
|
58 |
"Voulez-vous connaître les secrets de la création d'un superbe annuaire "
|
59 |
"professionnel ?"
|
60 |
|
61 |
+
#: includes/admin/class-admin.php:203
|
62 |
#, fuzzy
|
63 |
msgid "Yes, please!"
|
64 |
msgstr "Oui, s'il vous plait !"
|
65 |
|
66 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
67 |
#, fuzzy
|
68 |
msgid "No, thanks"
|
69 |
msgstr "Non, merci"
|
70 |
|
71 |
+
#: includes/admin/class-admin.php:238
|
72 |
+
#, fuzzy
|
73 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
74 |
+
msgstr ""
|
75 |
+
"Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
|
76 |
+
|
77 |
+
#: includes/admin/class-admin.php:266
|
78 |
#, fuzzy
|
79 |
msgid "Invalid email address."
|
80 |
msgstr "Adresse e-mail non valide."
|
81 |
|
82 |
+
#: includes/admin/class-admin.php:300
|
83 |
#, fuzzy
|
84 |
msgid "Business Directory Admin"
|
85 |
msgstr "Administrateur de l'Annuaire Professionnel"
|
86 |
|
87 |
+
#: includes/admin/class-admin.php:301
|
88 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
89 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
90 |
#: includes/helpers/class-app.php:93
|
92 |
msgid "Directory"
|
93 |
msgstr "Annuaire"
|
94 |
|
95 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
96 |
#, fuzzy
|
97 |
msgid "Fee Plans"
|
98 |
msgstr "Plan tarifaire"
|
99 |
|
100 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
101 |
#, fuzzy
|
102 |
msgid "Form Fields"
|
103 |
msgstr "champ de formulaires"
|
104 |
|
105 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
106 |
#: includes/licensing.php:220
|
107 |
#, fuzzy
|
108 |
msgid "Modules"
|
109 |
msgstr "Tous les (modules installés)"
|
110 |
|
111 |
+
#: includes/admin/class-admin.php:345
|
112 |
#, fuzzy
|
113 |
msgid "Business Directory"
|
114 |
msgstr "Annuaire Professionnel"
|
115 |
|
116 |
+
#: includes/admin/class-admin.php:889
|
117 |
#, fuzzy
|
118 |
msgid "Could not send renewal email."
|
119 |
msgstr "Envoyer un e-mail à l'utilisateur"
|
120 |
|
121 |
+
#: includes/admin/class-admin.php:1023
|
122 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
123 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
124 |
#: templates/email/listing-added.tpl.php:7
|
128 |
msgid "ID"
|
129 |
msgstr "ID"
|
130 |
|
131 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
132 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
133 |
#, fuzzy
|
134 |
msgid "Listing Count"
|
135 |
msgstr "Compteur d'annonces"
|
136 |
|
137 |
+
#: includes/admin/class-admin.php:1191
|
138 |
#, fuzzy
|
139 |
msgid ""
|
140 |
"We noticed you want your Business Directory users to register before posting "
|
326 |
msgstr "Aller à \"Gestion des Champs\""
|
327 |
|
328 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
329 |
+
#: includes/helpers/functions/general.php:1341
|
330 |
+
#: includes/helpers/functions/general.php:1346
|
331 |
#, fuzzy
|
332 |
msgid "Go back"
|
333 |
msgstr "Non, reviens"
|
445 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
446 |
#: templates/admin/payments-note.tpl.php:14
|
447 |
#: templates/admin/themes-item.tpl.php:58
|
448 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
449 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
450 |
#, fuzzy
|
451 |
msgid "Delete"
|
452 |
msgstr "Effacer"
|
1876 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1877 |
msgstr ""
|
1878 |
|
1879 |
+
#: includes/helpers/functions/general.php:550
|
1880 |
#: templates/admin/fees-index.tpl.php:67
|
1881 |
msgid "Free"
|
1882 |
msgstr "Gratuit"
|
3265 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3266 |
msgstr "%s tous les %s jours. Le prochain renouvellement est le %s."
|
3267 |
|
3268 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
3269 |
#, fuzzy
|
3270 |
msgid "Return to Directory"
|
3271 |
msgstr "Retourner vers l'annuaire."
|
3418 |
msgid "Find A Listing"
|
3419 |
msgstr "Trouver une annonce"
|
3420 |
|
3421 |
+
#: includes/admin/class-admin.php:194
|
3422 |
msgctxt "drip pointer"
|
3423 |
msgid "Email Address:"
|
3424 |
msgstr "Adresse e-mail:"
|
3425 |
|
3426 |
+
#: includes/admin/class-admin.php:226
|
3427 |
msgctxt "admin"
|
3428 |
msgid "Business Directory"
|
3429 |
msgstr "Annuaire Professionnel"
|
3430 |
|
3431 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
|
|
3432 |
msgctxt "admin"
|
3433 |
msgid "Untitled Menu"
|
3434 |
msgstr "Menu sans titre"
|
3435 |
|
3436 |
+
#: includes/admin/class-admin.php:722
|
3437 |
msgctxt "admin"
|
3438 |
msgid "Dismiss this notice."
|
3439 |
msgstr "Ne tenez pas compte de cet avertissement."
|
3440 |
|
3441 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
3442 |
#, fuzzy
|
3443 |
msgctxt "admin"
|
3444 |
msgid "The listing has been updated."
|
3446 |
msgstr[0] "L'annonce a été mise à jour."
|
3447 |
msgstr[1] "Les annonces ont été mise à jour."
|
3448 |
|
3449 |
+
#: includes/admin/class-admin.php:863
|
3450 |
msgctxt "admin"
|
3451 |
msgid "The fee was successfully assigned."
|
3452 |
msgstr "Les frais ont bien été assignés."
|
3453 |
|
3454 |
+
#: includes/admin/class-admin.php:873
|
3455 |
msgctxt "admin"
|
3456 |
msgid "Listing was renewed."
|
3457 |
msgid_plural "Listings were renewed."
|
3458 |
msgstr[0] "L'annonce a été renouvelée."
|
3459 |
msgstr[1] "Les annonces ont été renouvelées."
|
3460 |
|
3461 |
+
#: includes/admin/class-admin.php:885
|
3462 |
msgctxt "admin"
|
3463 |
msgid "Renewal email sent."
|
3464 |
msgstr "Email de renouvellement envoyé."
|
3465 |
|
3466 |
+
#: includes/admin/class-admin.php:898
|
3467 |
#, fuzzy
|
3468 |
msgctxt "admin"
|
3469 |
msgid "Listing report deleted."
|
3471 |
msgstr[0] "Date d'expiration de l'annonce"
|
3472 |
msgstr[1] "Date d'expiration de l'annonce"
|
3473 |
|
3474 |
+
#: includes/admin/class-admin.php:947
|
3475 |
#, fuzzy
|
3476 |
msgctxt "admin"
|
3477 |
msgid "Access keys sent."
|
3478 |
msgstr "Clés d'accès"
|
3479 |
|
3480 |
+
#: includes/admin/class-admin.php:949
|
3481 |
msgctxt "admin"
|
3482 |
msgid "The access keys couldn't be sent."
|
3483 |
msgstr ""
|
3484 |
|
3485 |
+
#: includes/admin/class-admin.php:1106
|
3486 |
msgctxt "admin"
|
3487 |
msgid ""
|
3488 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3491 |
"<b>Business Directory Plugin</b> requiert une page avec le code "
|
3492 |
"d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
|
3493 |
|
3494 |
+
#: includes/admin/class-admin.php:1108
|
3495 |
msgctxt "admin"
|
3496 |
msgid ""
|
3497 |
"You can create this page by yourself or let Business Directory do this for "
|
3500 |
"Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
|
3501 |
"pour vous automatiquement."
|
3502 |
|
3503 |
+
#: includes/admin/class-admin.php:1113
|
3504 |
msgctxt "admin"
|
3505 |
msgid "Create required pages for me"
|
3506 |
msgstr "Créer les pages requises pour moi"
|
3507 |
|
3508 |
+
#: includes/admin/class-admin.php:1166
|
3509 |
msgctxt "admin"
|
3510 |
msgid ""
|
3511 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3565 |
msgid "Create these required fields for me"
|
3566 |
msgstr "Créer ces champs obligatoires pour moi"
|
3567 |
|
3568 |
+
#: includes/admin/class-admin.php:319
|
3569 |
msgctxt "admin menu"
|
3570 |
msgid "Payment History"
|
3571 |
msgstr "Historique de paiement"
|
3572 |
|
3573 |
+
#: includes/admin/class-admin.php:322
|
3574 |
#, fuzzy
|
3575 |
msgctxt "admin menu"
|
3576 |
msgid "Import & Export"
|
3577 |
msgstr "CSV Importation/Exportation"
|
3578 |
|
3579 |
+
#: includes/admin/class-admin.php:325
|
3580 |
msgctxt "admin menu"
|
3581 |
msgid "Debug"
|
3582 |
msgstr "Déboguer"
|
4897 |
msgstr "Auteur"
|
4898 |
|
4899 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4900 |
+
#: includes/helpers/functions/general.php:1261
|
4901 |
msgctxt "admin settings"
|
4902 |
msgid "Date posted"
|
4903 |
msgstr "Date d'ajout"
|
4904 |
|
4905 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4906 |
+
#: includes/helpers/functions/general.php:1262
|
4907 |
msgctxt "admin settings"
|
4908 |
msgid "Date last modified"
|
4909 |
msgstr "Date de dernière modification"
|
5296 |
msgid "Uploaded Image (no resize)"
|
5297 |
msgstr "Télécharger les images"
|
5298 |
|
5299 |
+
#: includes/helpers/functions/general.php:1259
|
5300 |
msgctxt "admin settings"
|
5301 |
msgid "User"
|
5302 |
msgstr "Utilisateur"
|
5303 |
|
5304 |
+
#: includes/helpers/functions/general.php:1260
|
5305 |
msgctxt "admin settings"
|
5306 |
msgid "User registration date"
|
5307 |
msgstr "Date d'expiration de l'annonce"
|
6990 |
msgid "Listing upgrade to featured"
|
6991 |
msgstr "Mise à jour des annonces vers prioritaire"
|
6992 |
|
6993 |
+
#: includes/installer.php:60
|
6994 |
msgctxt "installer"
|
6995 |
msgid "Default Fee"
|
6996 |
msgstr "Frais par défaut"
|
7624 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7625 |
msgstr "J'accepte <a> Conditions générales </a>"
|
7626 |
|
7627 |
+
#: includes/helpers/functions/general.php:1337
|
7628 |
#, fuzzy
|
7629 |
msgctxt "templates"
|
7630 |
msgid "Return to results"
|
7662 |
"cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
|
7663 |
"bouton Supprimer."
|
7664 |
|
7665 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
7666 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
7667 |
msgctxt "templates"
|
7668 |
msgid "Edit"
|
7669 |
msgstr "Editer"
|
7670 |
|
7671 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
7672 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
7673 |
#, fuzzy
|
7674 |
msgctxt "templates"
|
7675 |
msgid "Flag Listing"
|
8392 |
msgid "Report comment is required to save a report"
|
8393 |
msgstr ""
|
8394 |
|
8395 |
+
#: includes/installer.php:49
|
8396 |
msgctxt "default category name"
|
8397 |
msgid "General"
|
8398 |
msgstr "Général"
|
languages/business-directory-plugin-it_IT.mo
CHANGED
Binary file
|
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-01-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -51,7 +51,7 @@ msgstr "Seleziona tutto"
|
|
51 |
msgid "Selected"
|
52 |
msgstr "Seleziona tutto"
|
53 |
|
54 |
-
#: includes/admin/class-admin.php:
|
55 |
#, fuzzy
|
56 |
msgid ""
|
57 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -61,34 +61,39 @@ msgstr ""
|
|
61 |
"questo ridicolmente praticabile (e GRATUITO) corso di e-mail in 5 parti. "
|
62 |
"Ottieni un modulo premium GRATUITO solo per la registrazione."
|
63 |
|
64 |
-
#: includes/admin/class-admin.php:
|
65 |
#, fuzzy
|
66 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
67 |
msgstr ""
|
68 |
"Vuoi conoscere i segreti della costruzione di un'impressionante directory "
|
69 |
"aziendale?"
|
70 |
|
71 |
-
#: includes/admin/class-admin.php:
|
72 |
#, fuzzy
|
73 |
msgid "Yes, please!"
|
74 |
msgstr "Sì, per favore!"
|
75 |
|
76 |
-
#: includes/admin/class-admin.php:
|
77 |
#, fuzzy
|
78 |
msgid "No, thanks"
|
79 |
msgstr "No, Grazie"
|
80 |
|
81 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
82 |
#, fuzzy
|
83 |
msgid "Invalid email address."
|
84 |
msgstr "Indirizzo e-mail non valido."
|
85 |
|
86 |
-
#: includes/admin/class-admin.php:
|
87 |
#, fuzzy
|
88 |
msgid "Business Directory Admin"
|
89 |
msgstr "Business Directory Admin"
|
90 |
|
91 |
-
#: includes/admin/class-admin.php:
|
92 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
93 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
94 |
#: includes/helpers/class-app.php:93
|
@@ -96,33 +101,33 @@ msgstr "Business Directory Admin"
|
|
96 |
msgid "Directory"
|
97 |
msgstr "Directory"
|
98 |
|
99 |
-
#: includes/admin/class-admin.php:
|
100 |
#, fuzzy
|
101 |
msgid "Fee Plans"
|
102 |
msgstr "Piano tariffario"
|
103 |
|
104 |
-
#: includes/admin/class-admin.php:
|
105 |
#, fuzzy
|
106 |
msgid "Form Fields"
|
107 |
msgstr "campi del modulo"
|
108 |
|
109 |
-
#: includes/admin/class-admin.php:
|
110 |
#: includes/licensing.php:220
|
111 |
#, fuzzy
|
112 |
msgid "Modules"
|
113 |
msgstr "(Tutti i moduli)"
|
114 |
|
115 |
-
#: includes/admin/class-admin.php:
|
116 |
#, fuzzy
|
117 |
msgid "Business Directory"
|
118 |
msgstr "Business Directory"
|
119 |
|
120 |
-
#: includes/admin/class-admin.php:
|
121 |
#, fuzzy
|
122 |
msgid "Could not send renewal email."
|
123 |
msgstr "Inviare l'e-mail di rinnovo"
|
124 |
|
125 |
-
#: includes/admin/class-admin.php:
|
126 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
127 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
128 |
#: templates/email/listing-added.tpl.php:7
|
@@ -132,13 +137,13 @@ msgstr "Inviare l'e-mail di rinnovo"
|
|
132 |
msgid "ID"
|
133 |
msgstr "ID"
|
134 |
|
135 |
-
#: includes/admin/class-admin.php:
|
136 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
137 |
#, fuzzy
|
138 |
msgid "Listing Count"
|
139 |
msgstr "Elenco luoghi"
|
140 |
|
141 |
-
#: includes/admin/class-admin.php:
|
142 |
#, fuzzy
|
143 |
msgid ""
|
144 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -325,8 +330,8 @@ msgid "Go to \"Form Fields\""
|
|
325 |
msgstr "Vai a \"Gestire i campi dei moduli\"."
|
326 |
|
327 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
328 |
-
#: includes/helpers/functions/general.php:
|
329 |
-
#: includes/helpers/functions/general.php:
|
330 |
#, fuzzy
|
331 |
msgid "Go back"
|
332 |
msgstr "Va indietro"
|
@@ -444,8 +449,8 @@ msgstr "Perché stai eliminando Business Directory Plugin?"
|
|
444 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
445 |
#: templates/admin/payments-note.tpl.php:14
|
446 |
#: templates/admin/themes-item.tpl.php:58
|
447 |
-
#: templates/parts/listing-buttons.tpl.php:
|
448 |
-
#: templates/parts/listing-buttons.tpl.php:
|
449 |
#, fuzzy
|
450 |
msgid "Delete"
|
451 |
msgstr "Elimina"
|
@@ -1874,7 +1879,7 @@ msgid ""
|
|
1874 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: includes/helpers/functions/general.php:
|
1878 |
#: templates/admin/fees-index.tpl.php:67
|
1879 |
msgid "Free"
|
1880 |
msgstr "Gratis"
|
@@ -3304,7 +3309,7 @@ msgstr "%s ogni %s giorni."
|
|
3304 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3305 |
msgstr "%s ogni %s giorni. Il prossimo rinnovo è in %s."
|
3306 |
|
3307 |
-
#: templates/parts/listing-buttons.tpl.php:
|
3308 |
#, fuzzy
|
3309 |
msgid "Return to Directory"
|
3310 |
msgstr "Torna all'elenco"
|
@@ -3457,73 +3462,68 @@ msgctxt "views"
|
|
3457 |
msgid "Find A Listing"
|
3458 |
msgstr "Trova un annuncio"
|
3459 |
|
3460 |
-
#: includes/admin/class-admin.php:
|
3461 |
msgctxt "drip pointer"
|
3462 |
msgid "Email Address:"
|
3463 |
msgstr "Indirizzo Email:"
|
3464 |
|
3465 |
-
#: includes/admin/class-admin.php:
|
3466 |
msgctxt "admin"
|
3467 |
msgid "Business Directory"
|
3468 |
msgstr "Business Directory"
|
3469 |
|
3470 |
-
#: includes/admin/class-admin.php:
|
3471 |
-
msgctxt "admin"
|
3472 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3473 |
-
msgstr "Sei a posto. Visita la tua nuova pagina <a>Business Directory</a>."
|
3474 |
-
|
3475 |
-
#: includes/admin/class-admin.php:413
|
3476 |
msgctxt "admin"
|
3477 |
msgid "Untitled Menu"
|
3478 |
msgstr "Menu senza titolo"
|
3479 |
|
3480 |
-
#: includes/admin/class-admin.php:
|
3481 |
msgctxt "admin"
|
3482 |
msgid "Dismiss this notice."
|
3483 |
msgstr "Rimuovi questo avviso."
|
3484 |
|
3485 |
-
#: includes/admin/class-admin.php:
|
3486 |
msgctxt "admin"
|
3487 |
msgid "The listing has been updated."
|
3488 |
msgid_plural "The listings have been updated."
|
3489 |
msgstr[0] "L'Annuncio è stato aggiornato."
|
3490 |
msgstr[1] "Gli annunci sono stati aggiornati."
|
3491 |
|
3492 |
-
#: includes/admin/class-admin.php:
|
3493 |
msgctxt "admin"
|
3494 |
msgid "The fee was successfully assigned."
|
3495 |
msgstr "Il canone è stata assegnato con successo."
|
3496 |
|
3497 |
-
#: includes/admin/class-admin.php:
|
3498 |
msgctxt "admin"
|
3499 |
msgid "Listing was renewed."
|
3500 |
msgid_plural "Listings were renewed."
|
3501 |
msgstr[0] "L'Annuncio è stato rinnovato."
|
3502 |
msgstr[1] "Gli annunci sono stati rinnovati."
|
3503 |
|
3504 |
-
#: includes/admin/class-admin.php:
|
3505 |
msgctxt "admin"
|
3506 |
msgid "Renewal email sent."
|
3507 |
msgstr "E-mail di rinnovo inviata."
|
3508 |
|
3509 |
-
#: includes/admin/class-admin.php:
|
3510 |
msgctxt "admin"
|
3511 |
msgid "Listing report deleted."
|
3512 |
msgid_plural "Listing reports deleted."
|
3513 |
msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
|
3514 |
msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
|
3515 |
|
3516 |
-
#: includes/admin/class-admin.php:
|
3517 |
msgctxt "admin"
|
3518 |
msgid "Access keys sent."
|
3519 |
msgstr "Dati di accesso inviati."
|
3520 |
|
3521 |
-
#: includes/admin/class-admin.php:
|
3522 |
msgctxt "admin"
|
3523 |
msgid "The access keys couldn't be sent."
|
3524 |
msgstr "Non è stato possibile inviare i dati di accesso."
|
3525 |
|
3526 |
-
#: includes/admin/class-admin.php:
|
3527 |
msgctxt "admin"
|
3528 |
msgid ""
|
3529 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3532,7 +3532,7 @@ msgstr ""
|
|
3532 |
"<b>Business Directory Plugin</b> richiede una pagina con il codice di scelta "
|
3533 |
"rapida <tt>[businessdirectory]</tt> per funzionare correttamente."
|
3534 |
|
3535 |
-
#: includes/admin/class-admin.php:
|
3536 |
msgctxt "admin"
|
3537 |
msgid ""
|
3538 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3541,12 +3541,12 @@ msgstr ""
|
|
3541 |
"È possibile creare la pagina da soli o lasciare che Business Directory "
|
3542 |
"faccia questo per voi automaticamente."
|
3543 |
|
3544 |
-
#: includes/admin/class-admin.php:
|
3545 |
msgctxt "admin"
|
3546 |
msgid "Create required pages for me"
|
3547 |
msgstr "Crea le pagine richieste per me"
|
3548 |
|
3549 |
-
#: includes/admin/class-admin.php:
|
3550 |
msgctxt "admin"
|
3551 |
msgid ""
|
3552 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3606,18 +3606,18 @@ msgctxt "admin"
|
|
3606 |
msgid "Create these required fields for me"
|
3607 |
msgstr "Crea questi campi obbligatori per me"
|
3608 |
|
3609 |
-
#: includes/admin/class-admin.php:
|
3610 |
msgctxt "admin menu"
|
3611 |
msgid "Payment History"
|
3612 |
msgstr "Cronologia pagamenti"
|
3613 |
|
3614 |
-
#: includes/admin/class-admin.php:
|
3615 |
#, fuzzy
|
3616 |
msgctxt "admin menu"
|
3617 |
msgid "Import & Export"
|
3618 |
msgstr "Importa/esporta CSV"
|
3619 |
|
3620 |
-
#: includes/admin/class-admin.php:
|
3621 |
msgctxt "admin menu"
|
3622 |
msgid "Debug"
|
3623 |
msgstr "Debug"
|
@@ -4921,13 +4921,13 @@ msgid "Author"
|
|
4921 |
msgstr "Autore"
|
4922 |
|
4923 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4924 |
-
#: includes/helpers/functions/general.php:
|
4925 |
msgctxt "admin settings"
|
4926 |
msgid "Date posted"
|
4927 |
msgstr "Data di pubblicazione"
|
4928 |
|
4929 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4930 |
-
#: includes/helpers/functions/general.php:
|
4931 |
msgctxt "admin settings"
|
4932 |
msgid "Date last modified"
|
4933 |
msgstr "Data ultima modifica"
|
@@ -5312,12 +5312,12 @@ msgctxt "admin settings"
|
|
5312 |
msgid "Uploaded Image (no resize)"
|
5313 |
msgstr "Carica Immagini"
|
5314 |
|
5315 |
-
#: includes/helpers/functions/general.php:
|
5316 |
msgctxt "admin settings"
|
5317 |
msgid "User"
|
5318 |
msgstr "Utente"
|
5319 |
|
5320 |
-
#: includes/helpers/functions/general.php:
|
5321 |
msgctxt "admin settings"
|
5322 |
msgid "User registration date"
|
5323 |
msgstr "Data di registrazione"
|
@@ -7016,7 +7016,7 @@ msgctxt "installer"
|
|
7016 |
msgid "Listing upgrade to featured"
|
7017 |
msgstr "Upgrade ell'annuncio a In Evidenza"
|
7018 |
|
7019 |
-
#: includes/installer.php:
|
7020 |
msgctxt "installer"
|
7021 |
msgid "Default Fee"
|
7022 |
msgstr "Canone predefinito"
|
@@ -7655,7 +7655,7 @@ msgctxt "templates"
|
|
7655 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7656 |
msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
|
7657 |
|
7658 |
-
#: includes/helpers/functions/general.php:
|
7659 |
msgctxt "templates"
|
7660 |
msgid "Return to results"
|
7661 |
msgstr "Ritorno ai risultati"
|
@@ -7691,14 +7691,14 @@ msgstr ""
|
|
7691 |
"Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
|
7692 |
"clic sul pulsante di cancellazione."
|
7693 |
|
7694 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7695 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7696 |
msgctxt "templates"
|
7697 |
msgid "Edit"
|
7698 |
msgstr "Modifica"
|
7699 |
|
7700 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7701 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7702 |
msgctxt "templates"
|
7703 |
msgid "Flag Listing"
|
7704 |
msgstr "Segnala Annuncio"
|
@@ -8407,7 +8407,7 @@ msgctxt "flag listing"
|
|
8407 |
msgid "Report comment is required to save a report"
|
8408 |
msgstr "Il commento è necessario per salvare una segnalazione"
|
8409 |
|
8410 |
-
#: includes/installer.php:
|
8411 |
msgctxt "default category name"
|
8412 |
msgid "General"
|
8413 |
msgstr "Generale"
|
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-01-19 19:55:54+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
51 |
msgid "Selected"
|
52 |
msgstr "Seleziona tutto"
|
53 |
|
54 |
+
#: includes/admin/class-admin.php:192
|
55 |
#, fuzzy
|
56 |
msgid ""
|
57 |
"Find out how to create a compelling, thriving business directory from "
|
61 |
"questo ridicolmente praticabile (e GRATUITO) corso di e-mail in 5 parti. "
|
62 |
"Ottieni un modulo premium GRATUITO solo per la registrazione."
|
63 |
|
64 |
+
#: includes/admin/class-admin.php:201
|
65 |
#, fuzzy
|
66 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
67 |
msgstr ""
|
68 |
"Vuoi conoscere i segreti della costruzione di un'impressionante directory "
|
69 |
"aziendale?"
|
70 |
|
71 |
+
#: includes/admin/class-admin.php:203
|
72 |
#, fuzzy
|
73 |
msgid "Yes, please!"
|
74 |
msgstr "Sì, per favore!"
|
75 |
|
76 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
77 |
#, fuzzy
|
78 |
msgid "No, thanks"
|
79 |
msgstr "No, Grazie"
|
80 |
|
81 |
+
#: includes/admin/class-admin.php:238
|
82 |
+
#, fuzzy
|
83 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
84 |
+
msgstr "Sei a posto. Visita la tua nuova pagina <a>Business Directory</a>."
|
85 |
+
|
86 |
+
#: includes/admin/class-admin.php:266
|
87 |
#, fuzzy
|
88 |
msgid "Invalid email address."
|
89 |
msgstr "Indirizzo e-mail non valido."
|
90 |
|
91 |
+
#: includes/admin/class-admin.php:300
|
92 |
#, fuzzy
|
93 |
msgid "Business Directory Admin"
|
94 |
msgstr "Business Directory Admin"
|
95 |
|
96 |
+
#: includes/admin/class-admin.php:301
|
97 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
98 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
99 |
#: includes/helpers/class-app.php:93
|
101 |
msgid "Directory"
|
102 |
msgstr "Directory"
|
103 |
|
104 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
105 |
#, fuzzy
|
106 |
msgid "Fee Plans"
|
107 |
msgstr "Piano tariffario"
|
108 |
|
109 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
110 |
#, fuzzy
|
111 |
msgid "Form Fields"
|
112 |
msgstr "campi del modulo"
|
113 |
|
114 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
115 |
#: includes/licensing.php:220
|
116 |
#, fuzzy
|
117 |
msgid "Modules"
|
118 |
msgstr "(Tutti i moduli)"
|
119 |
|
120 |
+
#: includes/admin/class-admin.php:345
|
121 |
#, fuzzy
|
122 |
msgid "Business Directory"
|
123 |
msgstr "Business Directory"
|
124 |
|
125 |
+
#: includes/admin/class-admin.php:889
|
126 |
#, fuzzy
|
127 |
msgid "Could not send renewal email."
|
128 |
msgstr "Inviare l'e-mail di rinnovo"
|
129 |
|
130 |
+
#: includes/admin/class-admin.php:1023
|
131 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
132 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
133 |
#: templates/email/listing-added.tpl.php:7
|
137 |
msgid "ID"
|
138 |
msgstr "ID"
|
139 |
|
140 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
141 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
142 |
#, fuzzy
|
143 |
msgid "Listing Count"
|
144 |
msgstr "Elenco luoghi"
|
145 |
|
146 |
+
#: includes/admin/class-admin.php:1191
|
147 |
#, fuzzy
|
148 |
msgid ""
|
149 |
"We noticed you want your Business Directory users to register before posting "
|
330 |
msgstr "Vai a \"Gestire i campi dei moduli\"."
|
331 |
|
332 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
333 |
+
#: includes/helpers/functions/general.php:1341
|
334 |
+
#: includes/helpers/functions/general.php:1346
|
335 |
#, fuzzy
|
336 |
msgid "Go back"
|
337 |
msgstr "Va indietro"
|
449 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
450 |
#: templates/admin/payments-note.tpl.php:14
|
451 |
#: templates/admin/themes-item.tpl.php:58
|
452 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
453 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
454 |
#, fuzzy
|
455 |
msgid "Delete"
|
456 |
msgstr "Elimina"
|
1879 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1880 |
msgstr ""
|
1881 |
|
1882 |
+
#: includes/helpers/functions/general.php:550
|
1883 |
#: templates/admin/fees-index.tpl.php:67
|
1884 |
msgid "Free"
|
1885 |
msgstr "Gratis"
|
3309 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3310 |
msgstr "%s ogni %s giorni. Il prossimo rinnovo è in %s."
|
3311 |
|
3312 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
3313 |
#, fuzzy
|
3314 |
msgid "Return to Directory"
|
3315 |
msgstr "Torna all'elenco"
|
3462 |
msgid "Find A Listing"
|
3463 |
msgstr "Trova un annuncio"
|
3464 |
|
3465 |
+
#: includes/admin/class-admin.php:194
|
3466 |
msgctxt "drip pointer"
|
3467 |
msgid "Email Address:"
|
3468 |
msgstr "Indirizzo Email:"
|
3469 |
|
3470 |
+
#: includes/admin/class-admin.php:226
|
3471 |
msgctxt "admin"
|
3472 |
msgid "Business Directory"
|
3473 |
msgstr "Business Directory"
|
3474 |
|
3475 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
3476 |
msgctxt "admin"
|
3477 |
msgid "Untitled Menu"
|
3478 |
msgstr "Menu senza titolo"
|
3479 |
|
3480 |
+
#: includes/admin/class-admin.php:722
|
3481 |
msgctxt "admin"
|
3482 |
msgid "Dismiss this notice."
|
3483 |
msgstr "Rimuovi questo avviso."
|
3484 |
|
3485 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
3486 |
msgctxt "admin"
|
3487 |
msgid "The listing has been updated."
|
3488 |
msgid_plural "The listings have been updated."
|
3489 |
msgstr[0] "L'Annuncio è stato aggiornato."
|
3490 |
msgstr[1] "Gli annunci sono stati aggiornati."
|
3491 |
|
3492 |
+
#: includes/admin/class-admin.php:863
|
3493 |
msgctxt "admin"
|
3494 |
msgid "The fee was successfully assigned."
|
3495 |
msgstr "Il canone è stata assegnato con successo."
|
3496 |
|
3497 |
+
#: includes/admin/class-admin.php:873
|
3498 |
msgctxt "admin"
|
3499 |
msgid "Listing was renewed."
|
3500 |
msgid_plural "Listings were renewed."
|
3501 |
msgstr[0] "L'Annuncio è stato rinnovato."
|
3502 |
msgstr[1] "Gli annunci sono stati rinnovati."
|
3503 |
|
3504 |
+
#: includes/admin/class-admin.php:885
|
3505 |
msgctxt "admin"
|
3506 |
msgid "Renewal email sent."
|
3507 |
msgstr "E-mail di rinnovo inviata."
|
3508 |
|
3509 |
+
#: includes/admin/class-admin.php:898
|
3510 |
msgctxt "admin"
|
3511 |
msgid "Listing report deleted."
|
3512 |
msgid_plural "Listing reports deleted."
|
3513 |
msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
|
3514 |
msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
|
3515 |
|
3516 |
+
#: includes/admin/class-admin.php:947
|
3517 |
msgctxt "admin"
|
3518 |
msgid "Access keys sent."
|
3519 |
msgstr "Dati di accesso inviati."
|
3520 |
|
3521 |
+
#: includes/admin/class-admin.php:949
|
3522 |
msgctxt "admin"
|
3523 |
msgid "The access keys couldn't be sent."
|
3524 |
msgstr "Non è stato possibile inviare i dati di accesso."
|
3525 |
|
3526 |
+
#: includes/admin/class-admin.php:1106
|
3527 |
msgctxt "admin"
|
3528 |
msgid ""
|
3529 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3532 |
"<b>Business Directory Plugin</b> richiede una pagina con il codice di scelta "
|
3533 |
"rapida <tt>[businessdirectory]</tt> per funzionare correttamente."
|
3534 |
|
3535 |
+
#: includes/admin/class-admin.php:1108
|
3536 |
msgctxt "admin"
|
3537 |
msgid ""
|
3538 |
"You can create this page by yourself or let Business Directory do this for "
|
3541 |
"È possibile creare la pagina da soli o lasciare che Business Directory "
|
3542 |
"faccia questo per voi automaticamente."
|
3543 |
|
3544 |
+
#: includes/admin/class-admin.php:1113
|
3545 |
msgctxt "admin"
|
3546 |
msgid "Create required pages for me"
|
3547 |
msgstr "Crea le pagine richieste per me"
|
3548 |
|
3549 |
+
#: includes/admin/class-admin.php:1166
|
3550 |
msgctxt "admin"
|
3551 |
msgid ""
|
3552 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3606 |
msgid "Create these required fields for me"
|
3607 |
msgstr "Crea questi campi obbligatori per me"
|
3608 |
|
3609 |
+
#: includes/admin/class-admin.php:319
|
3610 |
msgctxt "admin menu"
|
3611 |
msgid "Payment History"
|
3612 |
msgstr "Cronologia pagamenti"
|
3613 |
|
3614 |
+
#: includes/admin/class-admin.php:322
|
3615 |
#, fuzzy
|
3616 |
msgctxt "admin menu"
|
3617 |
msgid "Import & Export"
|
3618 |
msgstr "Importa/esporta CSV"
|
3619 |
|
3620 |
+
#: includes/admin/class-admin.php:325
|
3621 |
msgctxt "admin menu"
|
3622 |
msgid "Debug"
|
3623 |
msgstr "Debug"
|
4921 |
msgstr "Autore"
|
4922 |
|
4923 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4924 |
+
#: includes/helpers/functions/general.php:1261
|
4925 |
msgctxt "admin settings"
|
4926 |
msgid "Date posted"
|
4927 |
msgstr "Data di pubblicazione"
|
4928 |
|
4929 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4930 |
+
#: includes/helpers/functions/general.php:1262
|
4931 |
msgctxt "admin settings"
|
4932 |
msgid "Date last modified"
|
4933 |
msgstr "Data ultima modifica"
|
5312 |
msgid "Uploaded Image (no resize)"
|
5313 |
msgstr "Carica Immagini"
|
5314 |
|
5315 |
+
#: includes/helpers/functions/general.php:1259
|
5316 |
msgctxt "admin settings"
|
5317 |
msgid "User"
|
5318 |
msgstr "Utente"
|
5319 |
|
5320 |
+
#: includes/helpers/functions/general.php:1260
|
5321 |
msgctxt "admin settings"
|
5322 |
msgid "User registration date"
|
5323 |
msgstr "Data di registrazione"
|
7016 |
msgid "Listing upgrade to featured"
|
7017 |
msgstr "Upgrade ell'annuncio a In Evidenza"
|
7018 |
|
7019 |
+
#: includes/installer.php:60
|
7020 |
msgctxt "installer"
|
7021 |
msgid "Default Fee"
|
7022 |
msgstr "Canone predefinito"
|
7655 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7656 |
msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
|
7657 |
|
7658 |
+
#: includes/helpers/functions/general.php:1337
|
7659 |
msgctxt "templates"
|
7660 |
msgid "Return to results"
|
7661 |
msgstr "Ritorno ai risultati"
|
7691 |
"Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
|
7692 |
"clic sul pulsante di cancellazione."
|
7693 |
|
7694 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
7695 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
7696 |
msgctxt "templates"
|
7697 |
msgid "Edit"
|
7698 |
msgstr "Modifica"
|
7699 |
|
7700 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
7701 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
7702 |
msgctxt "templates"
|
7703 |
msgid "Flag Listing"
|
7704 |
msgstr "Segnala Annuncio"
|
8407 |
msgid "Report comment is required to save a report"
|
8408 |
msgstr "Il commento è necessario per salvare una segnalazione"
|
8409 |
|
8410 |
+
#: includes/installer.php:49
|
8411 |
msgctxt "default category name"
|
8412 |
msgid "General"
|
8413 |
msgstr "Generale"
|
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-01-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: admin <info@nederlofcentrum.nl>\n"
|
9 |
"Language-Team: Dutch\n"
|
@@ -38,37 +38,41 @@ msgstr "Selecteer lijst"
|
|
38 |
msgid "Selected"
|
39 |
msgstr "Selecteer lijst"
|
40 |
|
41 |
-
#: includes/admin/class-admin.php:
|
42 |
msgid ""
|
43 |
"Find out how to create a compelling, thriving business directory from "
|
44 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: includes/admin/class-admin.php:
|
48 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: includes/admin/class-admin.php:
|
52 |
#, fuzzy
|
53 |
msgid "Yes, please!"
|
54 |
msgstr "Ja, graag!"
|
55 |
|
56 |
-
#: includes/admin/class-admin.php:
|
57 |
#, fuzzy
|
58 |
msgid "No, thanks"
|
59 |
msgstr "Nee, dank je"
|
60 |
|
61 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
62 |
#, fuzzy
|
63 |
msgid "Invalid email address."
|
64 |
msgstr "Ongeld e-mail adres."
|
65 |
|
66 |
-
#: includes/admin/class-admin.php:
|
67 |
#, fuzzy
|
68 |
msgid "Business Directory Admin"
|
69 |
msgstr "Business Directory instellingen"
|
70 |
|
71 |
-
#: includes/admin/class-admin.php:
|
72 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
73 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
74 |
#: includes/helpers/class-app.php:93
|
@@ -76,30 +80,30 @@ msgstr "Business Directory instellingen"
|
|
76 |
msgid "Directory"
|
77 |
msgstr "Registers"
|
78 |
|
79 |
-
#: includes/admin/class-admin.php:
|
80 |
msgid "Fee Plans"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: includes/admin/class-admin.php:
|
84 |
#, fuzzy
|
85 |
msgid "Form Fields"
|
86 |
msgstr "Formulier velden"
|
87 |
|
88 |
-
#: includes/admin/class-admin.php:
|
89 |
#: includes/licensing.php:220
|
90 |
msgid "Modules"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: includes/admin/class-admin.php:
|
94 |
#, fuzzy
|
95 |
msgid "Business Directory"
|
96 |
msgstr "Business Directory - Zoeken"
|
97 |
|
98 |
-
#: includes/admin/class-admin.php:
|
99 |
msgid "Could not send renewal email."
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: includes/admin/class-admin.php:
|
103 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
104 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
105 |
#: templates/email/listing-added.tpl.php:7
|
@@ -108,13 +112,13 @@ msgstr ""
|
|
108 |
msgid "ID"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: includes/admin/class-admin.php:
|
112 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
113 |
#, fuzzy
|
114 |
msgid "Listing Count"
|
115 |
msgstr "Aantal registraties"
|
116 |
|
117 |
-
#: includes/admin/class-admin.php:
|
118 |
msgid ""
|
119 |
"We noticed you want your Business Directory users to register before posting "
|
120 |
"listings, but Registration for your site is currently disabled. Go %1$shere"
|
@@ -296,8 +300,8 @@ msgid "Go to \"Form Fields\""
|
|
296 |
msgstr "Ga naar \"instellen formulier velden\""
|
297 |
|
298 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
299 |
-
#: includes/helpers/functions/general.php:
|
300 |
-
#: includes/helpers/functions/general.php:
|
301 |
msgid "Go back"
|
302 |
msgstr ""
|
303 |
|
@@ -411,8 +415,8 @@ msgstr "Business Directory instellingen"
|
|
411 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
412 |
#: templates/admin/payments-note.tpl.php:14
|
413 |
#: templates/admin/themes-item.tpl.php:58
|
414 |
-
#: templates/parts/listing-buttons.tpl.php:
|
415 |
-
#: templates/parts/listing-buttons.tpl.php:
|
416 |
#, fuzzy
|
417 |
msgid "Delete"
|
418 |
msgstr "Verwijder"
|
@@ -1754,7 +1758,7 @@ msgid ""
|
|
1754 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: includes/helpers/functions/general.php:
|
1758 |
#: templates/admin/fees-index.tpl.php:67
|
1759 |
msgid "Free"
|
1760 |
msgstr "Gratis"
|
@@ -2992,7 +2996,7 @@ msgstr ""
|
|
2992 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
2993 |
msgstr ""
|
2994 |
|
2995 |
-
#: templates/parts/listing-buttons.tpl.php:
|
2996 |
#, fuzzy
|
2997 |
msgid "Return to Directory"
|
2998 |
msgstr "Terug naar Registers"
|
@@ -3135,32 +3139,27 @@ msgctxt "views"
|
|
3135 |
msgid "Find A Listing"
|
3136 |
msgstr "Een registratie vinden"
|
3137 |
|
3138 |
-
#: includes/admin/class-admin.php:
|
3139 |
msgctxt "drip pointer"
|
3140 |
msgid "Email Address:"
|
3141 |
msgstr "Email Adres:"
|
3142 |
|
3143 |
-
#: includes/admin/class-admin.php:
|
3144 |
msgctxt "admin"
|
3145 |
msgid "Business Directory"
|
3146 |
msgstr ""
|
3147 |
|
3148 |
-
#: includes/admin/class-admin.php:
|
3149 |
-
msgctxt "admin"
|
3150 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3151 |
-
msgstr ""
|
3152 |
-
|
3153 |
-
#: includes/admin/class-admin.php:413
|
3154 |
msgctxt "admin"
|
3155 |
msgid "Untitled Menu"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
-
#: includes/admin/class-admin.php:
|
3159 |
msgctxt "admin"
|
3160 |
msgid "Dismiss this notice."
|
3161 |
msgstr ""
|
3162 |
|
3163 |
-
#: includes/admin/class-admin.php:
|
3164 |
#, fuzzy
|
3165 |
msgctxt "admin"
|
3166 |
msgid "The listing has been updated."
|
@@ -3168,24 +3167,24 @@ msgid_plural "The listings have been updated."
|
|
3168 |
msgstr[0] "De registratie / vermelding is bijgewerkt."
|
3169 |
msgstr[1] "De registraties / vermeldingen zijn bijgewerkt."
|
3170 |
|
3171 |
-
#: includes/admin/class-admin.php:
|
3172 |
msgctxt "admin"
|
3173 |
msgid "The fee was successfully assigned."
|
3174 |
msgstr ""
|
3175 |
|
3176 |
-
#: includes/admin/class-admin.php:
|
3177 |
msgctxt "admin"
|
3178 |
msgid "Listing was renewed."
|
3179 |
msgid_plural "Listings were renewed."
|
3180 |
msgstr[0] ""
|
3181 |
msgstr[1] ""
|
3182 |
|
3183 |
-
#: includes/admin/class-admin.php:
|
3184 |
msgctxt "admin"
|
3185 |
msgid "Renewal email sent."
|
3186 |
msgstr ""
|
3187 |
|
3188 |
-
#: includes/admin/class-admin.php:
|
3189 |
#, fuzzy
|
3190 |
msgctxt "admin"
|
3191 |
msgid "Listing report deleted."
|
@@ -3193,36 +3192,36 @@ msgid_plural "Listing reports deleted."
|
|
3193 |
msgstr[0] "Registratie vernieuwing"
|
3194 |
msgstr[1] "Registratie vernieuwing"
|
3195 |
|
3196 |
-
#: includes/admin/class-admin.php:
|
3197 |
msgctxt "admin"
|
3198 |
msgid "Access keys sent."
|
3199 |
msgstr ""
|
3200 |
|
3201 |
-
#: includes/admin/class-admin.php:
|
3202 |
msgctxt "admin"
|
3203 |
msgid "The access keys couldn't be sent."
|
3204 |
msgstr ""
|
3205 |
|
3206 |
-
#: includes/admin/class-admin.php:
|
3207 |
msgctxt "admin"
|
3208 |
msgid ""
|
3209 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3210 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
3211 |
msgstr ""
|
3212 |
|
3213 |
-
#: includes/admin/class-admin.php:
|
3214 |
msgctxt "admin"
|
3215 |
msgid ""
|
3216 |
"You can create this page by yourself or let Business Directory do this for "
|
3217 |
"you automatically."
|
3218 |
msgstr ""
|
3219 |
|
3220 |
-
#: includes/admin/class-admin.php:
|
3221 |
msgctxt "admin"
|
3222 |
msgid "Create required pages for me"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
-
#: includes/admin/class-admin.php:
|
3226 |
msgctxt "admin"
|
3227 |
msgid ""
|
3228 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3278,18 +3277,18 @@ msgctxt "admin"
|
|
3278 |
msgid "Create these required fields for me"
|
3279 |
msgstr "Creëer deze vereiste velden voor me"
|
3280 |
|
3281 |
-
#: includes/admin/class-admin.php:
|
3282 |
#, fuzzy
|
3283 |
msgctxt "admin menu"
|
3284 |
msgid "Payment History"
|
3285 |
msgstr "Betaal instellingen"
|
3286 |
|
3287 |
-
#: includes/admin/class-admin.php:
|
3288 |
msgctxt "admin menu"
|
3289 |
msgid "Import & Export"
|
3290 |
msgstr ""
|
3291 |
|
3292 |
-
#: includes/admin/class-admin.php:
|
3293 |
msgctxt "admin menu"
|
3294 |
msgid "Debug"
|
3295 |
msgstr ""
|
@@ -4568,13 +4567,13 @@ msgid "Author"
|
|
4568 |
msgstr "Auteur"
|
4569 |
|
4570 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4571 |
-
#: includes/helpers/functions/general.php:
|
4572 |
msgctxt "admin settings"
|
4573 |
msgid "Date posted"
|
4574 |
msgstr "Datum ingediend"
|
4575 |
|
4576 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4577 |
-
#: includes/helpers/functions/general.php:
|
4578 |
msgctxt "admin settings"
|
4579 |
msgid "Date last modified"
|
4580 |
msgstr ""
|
@@ -4958,12 +4957,12 @@ msgctxt "admin settings"
|
|
4958 |
msgid "Uploaded Image (no resize)"
|
4959 |
msgstr "Beelden uploaden"
|
4960 |
|
4961 |
-
#: includes/helpers/functions/general.php:
|
4962 |
msgctxt "admin settings"
|
4963 |
msgid "User"
|
4964 |
msgstr "Gebruiker"
|
4965 |
|
4966 |
-
#: includes/helpers/functions/general.php:
|
4967 |
msgctxt "admin settings"
|
4968 |
msgid "User registration date"
|
4969 |
msgstr "Gebruikers registratie datum"
|
@@ -6676,7 +6675,7 @@ msgctxt "installer"
|
|
6676 |
msgid "Listing upgrade to featured"
|
6677 |
msgstr ""
|
6678 |
|
6679 |
-
#: includes/installer.php:
|
6680 |
msgctxt "installer"
|
6681 |
msgid "Default Fee"
|
6682 |
msgstr "Standaard kosten"
|
@@ -7254,7 +7253,7 @@ msgctxt "templates"
|
|
7254 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7255 |
msgstr "Ik ben akkoord met de voorwaarden"
|
7256 |
|
7257 |
-
#: includes/helpers/functions/general.php:
|
7258 |
#, fuzzy
|
7259 |
msgctxt "templates"
|
7260 |
msgid "Return to results"
|
@@ -7289,14 +7288,14 @@ msgid ""
|
|
7289 |
"button. To delete a listing click the delete button."
|
7290 |
msgstr ""
|
7291 |
|
7292 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7293 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7294 |
msgctxt "templates"
|
7295 |
msgid "Edit"
|
7296 |
msgstr "Bewerk "
|
7297 |
|
7298 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7299 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7300 |
#, fuzzy
|
7301 |
msgctxt "templates"
|
7302 |
msgid "Flag Listing"
|
@@ -7978,7 +7977,7 @@ msgctxt "flag listing"
|
|
7978 |
msgid "Report comment is required to save a report"
|
7979 |
msgstr ""
|
7980 |
|
7981 |
-
#: includes/installer.php:
|
7982 |
msgctxt "default category name"
|
7983 |
msgid "General"
|
7984 |
msgstr "Algemeen"
|
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-01-19 19:55:54+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"
|
38 |
msgid "Selected"
|
39 |
msgstr "Selecteer lijst"
|
40 |
|
41 |
+
#: includes/admin/class-admin.php:192
|
42 |
msgid ""
|
43 |
"Find out how to create a compelling, thriving business directory from "
|
44 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: includes/admin/class-admin.php:201
|
48 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: includes/admin/class-admin.php:203
|
52 |
#, fuzzy
|
53 |
msgid "Yes, please!"
|
54 |
msgstr "Ja, graag!"
|
55 |
|
56 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
57 |
#, fuzzy
|
58 |
msgid "No, thanks"
|
59 |
msgstr "Nee, dank je"
|
60 |
|
61 |
+
#: includes/admin/class-admin.php:238
|
62 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: includes/admin/class-admin.php:266
|
66 |
#, fuzzy
|
67 |
msgid "Invalid email address."
|
68 |
msgstr "Ongeld e-mail adres."
|
69 |
|
70 |
+
#: includes/admin/class-admin.php:300
|
71 |
#, fuzzy
|
72 |
msgid "Business Directory Admin"
|
73 |
msgstr "Business Directory instellingen"
|
74 |
|
75 |
+
#: includes/admin/class-admin.php:301
|
76 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
77 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
78 |
#: includes/helpers/class-app.php:93
|
80 |
msgid "Directory"
|
81 |
msgstr "Registers"
|
82 |
|
83 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
84 |
msgid "Fee Plans"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
88 |
#, fuzzy
|
89 |
msgid "Form Fields"
|
90 |
msgstr "Formulier velden"
|
91 |
|
92 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
93 |
#: includes/licensing.php:220
|
94 |
msgid "Modules"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: includes/admin/class-admin.php:345
|
98 |
#, fuzzy
|
99 |
msgid "Business Directory"
|
100 |
msgstr "Business Directory - Zoeken"
|
101 |
|
102 |
+
#: includes/admin/class-admin.php:889
|
103 |
msgid "Could not send renewal email."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: includes/admin/class-admin.php:1023
|
107 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
108 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
109 |
#: templates/email/listing-added.tpl.php:7
|
112 |
msgid "ID"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
116 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
117 |
#, fuzzy
|
118 |
msgid "Listing Count"
|
119 |
msgstr "Aantal registraties"
|
120 |
|
121 |
+
#: includes/admin/class-admin.php:1191
|
122 |
msgid ""
|
123 |
"We noticed you want your Business Directory users to register before posting "
|
124 |
"listings, but Registration for your site is currently disabled. Go %1$shere"
|
300 |
msgstr "Ga naar \"instellen formulier velden\""
|
301 |
|
302 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
303 |
+
#: includes/helpers/functions/general.php:1341
|
304 |
+
#: includes/helpers/functions/general.php:1346
|
305 |
msgid "Go back"
|
306 |
msgstr ""
|
307 |
|
415 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
416 |
#: templates/admin/payments-note.tpl.php:14
|
417 |
#: templates/admin/themes-item.tpl.php:58
|
418 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
419 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
420 |
#, fuzzy
|
421 |
msgid "Delete"
|
422 |
msgstr "Verwijder"
|
1758 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: includes/helpers/functions/general.php:550
|
1762 |
#: templates/admin/fees-index.tpl.php:67
|
1763 |
msgid "Free"
|
1764 |
msgstr "Gratis"
|
2996 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
2997 |
msgstr ""
|
2998 |
|
2999 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
3000 |
#, fuzzy
|
3001 |
msgid "Return to Directory"
|
3002 |
msgstr "Terug naar Registers"
|
3139 |
msgid "Find A Listing"
|
3140 |
msgstr "Een registratie vinden"
|
3141 |
|
3142 |
+
#: includes/admin/class-admin.php:194
|
3143 |
msgctxt "drip pointer"
|
3144 |
msgid "Email Address:"
|
3145 |
msgstr "Email Adres:"
|
3146 |
|
3147 |
+
#: includes/admin/class-admin.php:226
|
3148 |
msgctxt "admin"
|
3149 |
msgid "Business Directory"
|
3150 |
msgstr ""
|
3151 |
|
3152 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
3153 |
msgctxt "admin"
|
3154 |
msgid "Untitled Menu"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
+
#: includes/admin/class-admin.php:722
|
3158 |
msgctxt "admin"
|
3159 |
msgid "Dismiss this notice."
|
3160 |
msgstr ""
|
3161 |
|
3162 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
3163 |
#, fuzzy
|
3164 |
msgctxt "admin"
|
3165 |
msgid "The listing has been updated."
|
3167 |
msgstr[0] "De registratie / vermelding is bijgewerkt."
|
3168 |
msgstr[1] "De registraties / vermeldingen zijn bijgewerkt."
|
3169 |
|
3170 |
+
#: includes/admin/class-admin.php:863
|
3171 |
msgctxt "admin"
|
3172 |
msgid "The fee was successfully assigned."
|
3173 |
msgstr ""
|
3174 |
|
3175 |
+
#: includes/admin/class-admin.php:873
|
3176 |
msgctxt "admin"
|
3177 |
msgid "Listing was renewed."
|
3178 |
msgid_plural "Listings were renewed."
|
3179 |
msgstr[0] ""
|
3180 |
msgstr[1] ""
|
3181 |
|
3182 |
+
#: includes/admin/class-admin.php:885
|
3183 |
msgctxt "admin"
|
3184 |
msgid "Renewal email sent."
|
3185 |
msgstr ""
|
3186 |
|
3187 |
+
#: includes/admin/class-admin.php:898
|
3188 |
#, fuzzy
|
3189 |
msgctxt "admin"
|
3190 |
msgid "Listing report deleted."
|
3192 |
msgstr[0] "Registratie vernieuwing"
|
3193 |
msgstr[1] "Registratie vernieuwing"
|
3194 |
|
3195 |
+
#: includes/admin/class-admin.php:947
|
3196 |
msgctxt "admin"
|
3197 |
msgid "Access keys sent."
|
3198 |
msgstr ""
|
3199 |
|
3200 |
+
#: includes/admin/class-admin.php:949
|
3201 |
msgctxt "admin"
|
3202 |
msgid "The access keys couldn't be sent."
|
3203 |
msgstr ""
|
3204 |
|
3205 |
+
#: includes/admin/class-admin.php:1106
|
3206 |
msgctxt "admin"
|
3207 |
msgid ""
|
3208 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3209 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
3210 |
msgstr ""
|
3211 |
|
3212 |
+
#: includes/admin/class-admin.php:1108
|
3213 |
msgctxt "admin"
|
3214 |
msgid ""
|
3215 |
"You can create this page by yourself or let Business Directory do this for "
|
3216 |
"you automatically."
|
3217 |
msgstr ""
|
3218 |
|
3219 |
+
#: includes/admin/class-admin.php:1113
|
3220 |
msgctxt "admin"
|
3221 |
msgid "Create required pages for me"
|
3222 |
msgstr ""
|
3223 |
|
3224 |
+
#: includes/admin/class-admin.php:1166
|
3225 |
msgctxt "admin"
|
3226 |
msgid ""
|
3227 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3277 |
msgid "Create these required fields for me"
|
3278 |
msgstr "Creëer deze vereiste velden voor me"
|
3279 |
|
3280 |
+
#: includes/admin/class-admin.php:319
|
3281 |
#, fuzzy
|
3282 |
msgctxt "admin menu"
|
3283 |
msgid "Payment History"
|
3284 |
msgstr "Betaal instellingen"
|
3285 |
|
3286 |
+
#: includes/admin/class-admin.php:322
|
3287 |
msgctxt "admin menu"
|
3288 |
msgid "Import & Export"
|
3289 |
msgstr ""
|
3290 |
|
3291 |
+
#: includes/admin/class-admin.php:325
|
3292 |
msgctxt "admin menu"
|
3293 |
msgid "Debug"
|
3294 |
msgstr ""
|
4567 |
msgstr "Auteur"
|
4568 |
|
4569 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4570 |
+
#: includes/helpers/functions/general.php:1261
|
4571 |
msgctxt "admin settings"
|
4572 |
msgid "Date posted"
|
4573 |
msgstr "Datum ingediend"
|
4574 |
|
4575 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4576 |
+
#: includes/helpers/functions/general.php:1262
|
4577 |
msgctxt "admin settings"
|
4578 |
msgid "Date last modified"
|
4579 |
msgstr ""
|
4957 |
msgid "Uploaded Image (no resize)"
|
4958 |
msgstr "Beelden uploaden"
|
4959 |
|
4960 |
+
#: includes/helpers/functions/general.php:1259
|
4961 |
msgctxt "admin settings"
|
4962 |
msgid "User"
|
4963 |
msgstr "Gebruiker"
|
4964 |
|
4965 |
+
#: includes/helpers/functions/general.php:1260
|
4966 |
msgctxt "admin settings"
|
4967 |
msgid "User registration date"
|
4968 |
msgstr "Gebruikers registratie datum"
|
6675 |
msgid "Listing upgrade to featured"
|
6676 |
msgstr ""
|
6677 |
|
6678 |
+
#: includes/installer.php:60
|
6679 |
msgctxt "installer"
|
6680 |
msgid "Default Fee"
|
6681 |
msgstr "Standaard kosten"
|
7253 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7254 |
msgstr "Ik ben akkoord met de voorwaarden"
|
7255 |
|
7256 |
+
#: includes/helpers/functions/general.php:1337
|
7257 |
#, fuzzy
|
7258 |
msgctxt "templates"
|
7259 |
msgid "Return to results"
|
7288 |
"button. To delete a listing click the delete button."
|
7289 |
msgstr ""
|
7290 |
|
7291 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
7292 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
7293 |
msgctxt "templates"
|
7294 |
msgid "Edit"
|
7295 |
msgstr "Bewerk "
|
7296 |
|
7297 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
7298 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
7299 |
#, fuzzy
|
7300 |
msgctxt "templates"
|
7301 |
msgid "Flag Listing"
|
7977 |
msgid "Report comment is required to save a report"
|
7978 |
msgstr ""
|
7979 |
|
7980 |
+
#: includes/installer.php:49
|
7981 |
msgctxt "default category name"
|
7982 |
msgid "General"
|
7983 |
msgstr "Algemeen"
|
languages/business-directory-plugin-pl_PL.mo
CHANGED
Binary file
|
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-01-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
9 |
"Language-Team: HomeSupport\n"
|
@@ -48,7 +48,7 @@ msgid "Selected"
|
|
48 |
msgstr "Lista Wyboru"
|
49 |
|
50 |
# @ WPBDM
|
51 |
-
#: includes/admin/class-admin.php:
|
52 |
#, fuzzy
|
53 |
msgid ""
|
54 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -59,37 +59,43 @@ msgstr ""
|
|
59 |
"darmowy moduł Premium tylko za zarejestrowanie się."
|
60 |
|
61 |
# @ WPBDM
|
62 |
-
#: includes/admin/class-admin.php:
|
63 |
#, fuzzy
|
64 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
65 |
msgstr "Chcesz poznać tajemnice budowy niesamowitego katalogu firm?"
|
66 |
|
67 |
# @ WPBDM
|
68 |
-
#: includes/admin/class-admin.php:
|
69 |
#, fuzzy
|
70 |
msgid "Yes, please!"
|
71 |
msgstr "Tak, proszę!"
|
72 |
|
73 |
# @ WPBDM
|
74 |
-
#: includes/admin/class-admin.php:
|
75 |
#, fuzzy
|
76 |
msgid "No, thanks"
|
77 |
msgstr "Nie, dziękuję"
|
78 |
|
79 |
# @ WPBDM
|
80 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
#, fuzzy
|
82 |
msgid "Invalid email address."
|
83 |
msgstr "Nieprawidłowy adres e-mail"
|
84 |
|
85 |
# @ WPBDM
|
86 |
-
#: includes/admin/class-admin.php:
|
87 |
#, fuzzy
|
88 |
msgid "Business Directory Admin"
|
89 |
msgstr "Katalog Firm Admin"
|
90 |
|
91 |
# @ WPBDM
|
92 |
-
#: includes/admin/class-admin.php:
|
93 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
94 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
95 |
#: includes/helpers/class-app.php:93
|
@@ -97,37 +103,37 @@ msgstr "Katalog Firm Admin"
|
|
97 |
msgid "Directory"
|
98 |
msgstr "Katalog"
|
99 |
|
100 |
-
#: includes/admin/class-admin.php:
|
101 |
msgid "Fee Plans"
|
102 |
msgstr ""
|
103 |
|
104 |
# @ WPBDM
|
105 |
-
#: includes/admin/class-admin.php:
|
106 |
#, fuzzy
|
107 |
msgid "Form Fields"
|
108 |
msgstr "Pola formularza"
|
109 |
|
110 |
# @ WPBDM
|
111 |
-
#: includes/admin/class-admin.php:
|
112 |
#: includes/licensing.php:220
|
113 |
#, fuzzy
|
114 |
msgid "Modules"
|
115 |
msgstr "Zainstalowane moduły"
|
116 |
|
117 |
# @ WPBDM
|
118 |
-
#: includes/admin/class-admin.php:
|
119 |
#, fuzzy
|
120 |
msgid "Business Directory"
|
121 |
msgstr "Katalog Firm"
|
122 |
|
123 |
# @ WPBDM
|
124 |
-
#: includes/admin/class-admin.php:
|
125 |
#, fuzzy
|
126 |
msgid "Could not send renewal email."
|
127 |
msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
|
128 |
|
129 |
# @ WPBDM
|
130 |
-
#: includes/admin/class-admin.php:
|
131 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
132 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
133 |
#: templates/email/listing-added.tpl.php:7
|
@@ -138,14 +144,14 @@ msgid "ID"
|
|
138 |
msgstr "ID"
|
139 |
|
140 |
# @ WPBDM
|
141 |
-
#: includes/admin/class-admin.php:
|
142 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
143 |
#, fuzzy
|
144 |
msgid "Listing Count"
|
145 |
msgstr "Licznik ofert"
|
146 |
|
147 |
# @ WPBDM
|
148 |
-
#: includes/admin/class-admin.php:
|
149 |
#, fuzzy
|
150 |
msgid ""
|
151 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -370,8 +376,8 @@ msgid "Go to \"Form Fields\""
|
|
370 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
371 |
|
372 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
373 |
-
#: includes/helpers/functions/general.php:
|
374 |
-
#: includes/helpers/functions/general.php:
|
375 |
msgid "Go back"
|
376 |
msgstr ""
|
377 |
|
@@ -501,8 +507,8 @@ msgstr "Dla czego odinstalowujesz Katalog Firm?"
|
|
501 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
502 |
#: templates/admin/payments-note.tpl.php:14
|
503 |
#: templates/admin/themes-item.tpl.php:58
|
504 |
-
#: templates/parts/listing-buttons.tpl.php:
|
505 |
-
#: templates/parts/listing-buttons.tpl.php:
|
506 |
#, fuzzy
|
507 |
msgid "Delete"
|
508 |
msgstr "Usuń"
|
@@ -2064,7 +2070,7 @@ msgid ""
|
|
2064 |
msgstr ""
|
2065 |
|
2066 |
# @ WPBDM
|
2067 |
-
#: includes/helpers/functions/general.php:
|
2068 |
#: templates/admin/fees-index.tpl.php:67
|
2069 |
msgid "Free"
|
2070 |
msgstr "Tryb Bezpłatny"
|
@@ -3562,7 +3568,7 @@ msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
|
3562 |
msgstr "%s z %s dni. Następne odnowienie w dniu %s."
|
3563 |
|
3564 |
# @ WPBDM
|
3565 |
-
#: templates/parts/listing-buttons.tpl.php:
|
3566 |
#, fuzzy
|
3567 |
msgid "Return to Directory"
|
3568 |
msgstr "Powrót do Katalogu."
|
@@ -3731,35 +3737,29 @@ msgid "Find A Listing"
|
|
3731 |
msgstr "Znajdź Firmę"
|
3732 |
|
3733 |
# @ WPBDM
|
3734 |
-
#: includes/admin/class-admin.php:
|
3735 |
msgctxt "drip pointer"
|
3736 |
msgid "Email Address:"
|
3737 |
msgstr "Adres e-mail:"
|
3738 |
|
3739 |
# @ WPBDM
|
3740 |
-
#: includes/admin/class-admin.php:
|
3741 |
msgctxt "admin"
|
3742 |
msgid "Business Directory"
|
3743 |
msgstr "Katalog Firm"
|
3744 |
|
3745 |
-
|
3746 |
-
#: includes/admin/class-admin.php:238
|
3747 |
-
msgctxt "admin"
|
3748 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3749 |
-
msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
|
3750 |
-
|
3751 |
-
#: includes/admin/class-admin.php:413
|
3752 |
msgctxt "admin"
|
3753 |
msgid "Untitled Menu"
|
3754 |
msgstr ""
|
3755 |
|
3756 |
-
#: includes/admin/class-admin.php:
|
3757 |
msgctxt "admin"
|
3758 |
msgid "Dismiss this notice."
|
3759 |
msgstr ""
|
3760 |
|
3761 |
# @ WPBDM
|
3762 |
-
#: includes/admin/class-admin.php:
|
3763 |
#, fuzzy
|
3764 |
msgctxt "admin"
|
3765 |
msgid "The listing has been updated."
|
@@ -3769,13 +3769,13 @@ msgstr[1] "Podniesiono status ofert."
|
|
3769 |
msgstr[2] "Podniesiono status ofert."
|
3770 |
|
3771 |
# @ WPBDM
|
3772 |
-
#: includes/admin/class-admin.php:
|
3773 |
msgctxt "admin"
|
3774 |
msgid "The fee was successfully assigned."
|
3775 |
msgstr "Abonament został przypisany do oferty."
|
3776 |
|
3777 |
# @ WPBDM
|
3778 |
-
#: includes/admin/class-admin.php:
|
3779 |
msgctxt "admin"
|
3780 |
msgid "Listing was renewed."
|
3781 |
msgid_plural "Listings were renewed."
|
@@ -3784,13 +3784,13 @@ msgstr[1] "Odnowiono oferty."
|
|
3784 |
msgstr[2] "Odnowiono ofert."
|
3785 |
|
3786 |
# @ WPBDM
|
3787 |
-
#: includes/admin/class-admin.php:
|
3788 |
msgctxt "admin"
|
3789 |
msgid "Renewal email sent."
|
3790 |
msgstr "Wysłano e-mail potwierdzający odnowienie."
|
3791 |
|
3792 |
# @ WPBDM
|
3793 |
-
#: includes/admin/class-admin.php:
|
3794 |
#, fuzzy
|
3795 |
msgctxt "admin"
|
3796 |
msgid "Listing report deleted."
|
@@ -3800,19 +3800,19 @@ msgstr[1] "Data zakończenia emisji oferty"
|
|
3800 |
msgstr[2] "Data zakończenia emisji oferty"
|
3801 |
|
3802 |
# @ WPBDM
|
3803 |
-
#: includes/admin/class-admin.php:
|
3804 |
#, fuzzy
|
3805 |
msgctxt "admin"
|
3806 |
msgid "Access keys sent."
|
3807 |
msgstr "Pola/Obrazy"
|
3808 |
|
3809 |
-
#: includes/admin/class-admin.php:
|
3810 |
msgctxt "admin"
|
3811 |
msgid "The access keys couldn't be sent."
|
3812 |
msgstr ""
|
3813 |
|
3814 |
# @ WPBDM
|
3815 |
-
#: includes/admin/class-admin.php:
|
3816 |
msgctxt "admin"
|
3817 |
msgid ""
|
3818 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3822,7 +3822,7 @@ msgstr ""
|
|
3822 |
"<tt>[businessdirectory]</tt> aby działać prawidłowo."
|
3823 |
|
3824 |
# @ WPBDM
|
3825 |
-
#: includes/admin/class-admin.php:
|
3826 |
msgctxt "admin"
|
3827 |
msgid ""
|
3828 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3832,12 +3832,12 @@ msgstr ""
|
|
3832 |
"automatycznie."
|
3833 |
|
3834 |
# @ WPBDM
|
3835 |
-
#: includes/admin/class-admin.php:
|
3836 |
msgctxt "admin"
|
3837 |
msgid "Create required pages for me"
|
3838 |
msgstr "Stwórz wymagane pola dla mnie"
|
3839 |
|
3840 |
-
#: includes/admin/class-admin.php:
|
3841 |
msgctxt "admin"
|
3842 |
msgid ""
|
3843 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3905,21 +3905,21 @@ msgid "Create these required fields for me"
|
|
3905 |
msgstr "Stwórz te wymagane pola dla mnie"
|
3906 |
|
3907 |
# @ WPBDM
|
3908 |
-
#: includes/admin/class-admin.php:
|
3909 |
#, fuzzy
|
3910 |
msgctxt "admin menu"
|
3911 |
msgid "Payment History"
|
3912 |
msgstr "Historia płatności"
|
3913 |
|
3914 |
# @ WPBDM
|
3915 |
-
#: includes/admin/class-admin.php:
|
3916 |
#, fuzzy
|
3917 |
msgctxt "admin menu"
|
3918 |
msgid "Import & Export"
|
3919 |
msgstr "CSV Import"
|
3920 |
|
3921 |
# @ WPBDM
|
3922 |
-
#: includes/admin/class-admin.php:
|
3923 |
msgctxt "admin menu"
|
3924 |
msgid "Debug"
|
3925 |
msgstr "Debug"
|
@@ -5422,14 +5422,14 @@ msgstr "Autor"
|
|
5422 |
|
5423 |
# @ WPBDM
|
5424 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
5425 |
-
#: includes/helpers/functions/general.php:
|
5426 |
msgctxt "admin settings"
|
5427 |
msgid "Date posted"
|
5428 |
msgstr "Data publikacji"
|
5429 |
|
5430 |
# @ WPBDM
|
5431 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
5432 |
-
#: includes/helpers/functions/general.php:
|
5433 |
msgctxt "admin settings"
|
5434 |
msgid "Date last modified"
|
5435 |
msgstr "Data ostatnij modyfikacji"
|
@@ -5871,13 +5871,13 @@ msgctxt "admin settings"
|
|
5871 |
msgid "Uploaded Image (no resize)"
|
5872 |
msgstr "Załaduj obraz"
|
5873 |
|
5874 |
-
#: includes/helpers/functions/general.php:
|
5875 |
msgctxt "admin settings"
|
5876 |
msgid "User"
|
5877 |
msgstr ""
|
5878 |
|
5879 |
# @ WPBDM
|
5880 |
-
#: includes/helpers/functions/general.php:
|
5881 |
msgctxt "admin settings"
|
5882 |
msgid "User registration date"
|
5883 |
msgstr "Data zakończenia emisji oferty"
|
@@ -7883,7 +7883,7 @@ msgid "Listing upgrade to featured"
|
|
7883 |
msgstr "Podniesienie statusu do WYRÓŻNIONE"
|
7884 |
|
7885 |
# @ WPBDM
|
7886 |
-
#: includes/installer.php:
|
7887 |
msgctxt "installer"
|
7888 |
msgid "Default Fee"
|
7889 |
msgstr "Usuń abonament"
|
@@ -8573,7 +8573,7 @@ msgid "I agree to the <a>Terms and Conditions</a>"
|
|
8573 |
msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
|
8574 |
|
8575 |
# @ WPBDM
|
8576 |
-
#: includes/helpers/functions/general.php:
|
8577 |
#, fuzzy
|
8578 |
msgctxt "templates"
|
8579 |
msgid "Return to results"
|
@@ -8616,15 +8616,15 @@ msgstr ""
|
|
8616 |
"\"Usun\" aby usunąć ofertę."
|
8617 |
|
8618 |
# @ WPBDM
|
8619 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8620 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8621 |
msgctxt "templates"
|
8622 |
msgid "Edit"
|
8623 |
msgstr "Edytuj"
|
8624 |
|
8625 |
# @ WPBDM
|
8626 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8627 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8628 |
#, fuzzy
|
8629 |
msgctxt "templates"
|
8630 |
msgid "Flag Listing"
|
@@ -9431,7 +9431,7 @@ msgid "Report comment is required to save a report"
|
|
9431 |
msgstr ""
|
9432 |
|
9433 |
# @ WPBDM
|
9434 |
-
#: includes/installer.php:
|
9435 |
msgctxt "default category name"
|
9436 |
msgid "General"
|
9437 |
msgstr "Główna"
|
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-01-19 19:55:54+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"
|
48 |
msgstr "Lista Wyboru"
|
49 |
|
50 |
# @ WPBDM
|
51 |
+
#: includes/admin/class-admin.php:192
|
52 |
#, fuzzy
|
53 |
msgid ""
|
54 |
"Find out how to create a compelling, thriving business directory from "
|
59 |
"darmowy moduł Premium tylko za zarejestrowanie się."
|
60 |
|
61 |
# @ WPBDM
|
62 |
+
#: includes/admin/class-admin.php:201
|
63 |
#, fuzzy
|
64 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
65 |
msgstr "Chcesz poznać tajemnice budowy niesamowitego katalogu firm?"
|
66 |
|
67 |
# @ WPBDM
|
68 |
+
#: includes/admin/class-admin.php:203
|
69 |
#, fuzzy
|
70 |
msgid "Yes, please!"
|
71 |
msgstr "Tak, proszę!"
|
72 |
|
73 |
# @ WPBDM
|
74 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
75 |
#, fuzzy
|
76 |
msgid "No, thanks"
|
77 |
msgstr "Nie, dziękuję"
|
78 |
|
79 |
# @ WPBDM
|
80 |
+
#: includes/admin/class-admin.php:238
|
81 |
+
#, fuzzy
|
82 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
83 |
+
msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
|
84 |
+
|
85 |
+
# @ WPBDM
|
86 |
+
#: includes/admin/class-admin.php:266
|
87 |
#, fuzzy
|
88 |
msgid "Invalid email address."
|
89 |
msgstr "Nieprawidłowy adres e-mail"
|
90 |
|
91 |
# @ WPBDM
|
92 |
+
#: includes/admin/class-admin.php:300
|
93 |
#, fuzzy
|
94 |
msgid "Business Directory Admin"
|
95 |
msgstr "Katalog Firm Admin"
|
96 |
|
97 |
# @ WPBDM
|
98 |
+
#: includes/admin/class-admin.php:301
|
99 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
100 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
101 |
#: includes/helpers/class-app.php:93
|
103 |
msgid "Directory"
|
104 |
msgstr "Katalog"
|
105 |
|
106 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
107 |
msgid "Fee Plans"
|
108 |
msgstr ""
|
109 |
|
110 |
# @ WPBDM
|
111 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
112 |
#, fuzzy
|
113 |
msgid "Form Fields"
|
114 |
msgstr "Pola formularza"
|
115 |
|
116 |
# @ WPBDM
|
117 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
118 |
#: includes/licensing.php:220
|
119 |
#, fuzzy
|
120 |
msgid "Modules"
|
121 |
msgstr "Zainstalowane moduły"
|
122 |
|
123 |
# @ WPBDM
|
124 |
+
#: includes/admin/class-admin.php:345
|
125 |
#, fuzzy
|
126 |
msgid "Business Directory"
|
127 |
msgstr "Katalog Firm"
|
128 |
|
129 |
# @ WPBDM
|
130 |
+
#: includes/admin/class-admin.php:889
|
131 |
#, fuzzy
|
132 |
msgid "Could not send renewal email."
|
133 |
msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
|
134 |
|
135 |
# @ WPBDM
|
136 |
+
#: includes/admin/class-admin.php:1023
|
137 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
138 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
139 |
#: templates/email/listing-added.tpl.php:7
|
144 |
msgstr "ID"
|
145 |
|
146 |
# @ WPBDM
|
147 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
148 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
149 |
#, fuzzy
|
150 |
msgid "Listing Count"
|
151 |
msgstr "Licznik ofert"
|
152 |
|
153 |
# @ WPBDM
|
154 |
+
#: includes/admin/class-admin.php:1191
|
155 |
#, fuzzy
|
156 |
msgid ""
|
157 |
"We noticed you want your Business Directory users to register before posting "
|
376 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
377 |
|
378 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
379 |
+
#: includes/helpers/functions/general.php:1341
|
380 |
+
#: includes/helpers/functions/general.php:1346
|
381 |
msgid "Go back"
|
382 |
msgstr ""
|
383 |
|
507 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
508 |
#: templates/admin/payments-note.tpl.php:14
|
509 |
#: templates/admin/themes-item.tpl.php:58
|
510 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
511 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
512 |
#, fuzzy
|
513 |
msgid "Delete"
|
514 |
msgstr "Usuń"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
# @ WPBDM
|
2073 |
+
#: includes/helpers/functions/general.php:550
|
2074 |
#: templates/admin/fees-index.tpl.php:67
|
2075 |
msgid "Free"
|
2076 |
msgstr "Tryb Bezpłatny"
|
3568 |
msgstr "%s z %s dni. Następne odnowienie w dniu %s."
|
3569 |
|
3570 |
# @ WPBDM
|
3571 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
3572 |
#, fuzzy
|
3573 |
msgid "Return to Directory"
|
3574 |
msgstr "Powrót do Katalogu."
|
3737 |
msgstr "Znajdź Firmę"
|
3738 |
|
3739 |
# @ WPBDM
|
3740 |
+
#: includes/admin/class-admin.php:194
|
3741 |
msgctxt "drip pointer"
|
3742 |
msgid "Email Address:"
|
3743 |
msgstr "Adres e-mail:"
|
3744 |
|
3745 |
# @ WPBDM
|
3746 |
+
#: includes/admin/class-admin.php:226
|
3747 |
msgctxt "admin"
|
3748 |
msgid "Business Directory"
|
3749 |
msgstr "Katalog Firm"
|
3750 |
|
3751 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
|
|
3752 |
msgctxt "admin"
|
3753 |
msgid "Untitled Menu"
|
3754 |
msgstr ""
|
3755 |
|
3756 |
+
#: includes/admin/class-admin.php:722
|
3757 |
msgctxt "admin"
|
3758 |
msgid "Dismiss this notice."
|
3759 |
msgstr ""
|
3760 |
|
3761 |
# @ WPBDM
|
3762 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
3763 |
#, fuzzy
|
3764 |
msgctxt "admin"
|
3765 |
msgid "The listing has been updated."
|
3769 |
msgstr[2] "Podniesiono status ofert."
|
3770 |
|
3771 |
# @ WPBDM
|
3772 |
+
#: includes/admin/class-admin.php:863
|
3773 |
msgctxt "admin"
|
3774 |
msgid "The fee was successfully assigned."
|
3775 |
msgstr "Abonament został przypisany do oferty."
|
3776 |
|
3777 |
# @ WPBDM
|
3778 |
+
#: includes/admin/class-admin.php:873
|
3779 |
msgctxt "admin"
|
3780 |
msgid "Listing was renewed."
|
3781 |
msgid_plural "Listings were renewed."
|
3784 |
msgstr[2] "Odnowiono ofert."
|
3785 |
|
3786 |
# @ WPBDM
|
3787 |
+
#: includes/admin/class-admin.php:885
|
3788 |
msgctxt "admin"
|
3789 |
msgid "Renewal email sent."
|
3790 |
msgstr "Wysłano e-mail potwierdzający odnowienie."
|
3791 |
|
3792 |
# @ WPBDM
|
3793 |
+
#: includes/admin/class-admin.php:898
|
3794 |
#, fuzzy
|
3795 |
msgctxt "admin"
|
3796 |
msgid "Listing report deleted."
|
3800 |
msgstr[2] "Data zakończenia emisji oferty"
|
3801 |
|
3802 |
# @ WPBDM
|
3803 |
+
#: includes/admin/class-admin.php:947
|
3804 |
#, fuzzy
|
3805 |
msgctxt "admin"
|
3806 |
msgid "Access keys sent."
|
3807 |
msgstr "Pola/Obrazy"
|
3808 |
|
3809 |
+
#: includes/admin/class-admin.php:949
|
3810 |
msgctxt "admin"
|
3811 |
msgid "The access keys couldn't be sent."
|
3812 |
msgstr ""
|
3813 |
|
3814 |
# @ WPBDM
|
3815 |
+
#: includes/admin/class-admin.php:1106
|
3816 |
msgctxt "admin"
|
3817 |
msgid ""
|
3818 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3822 |
"<tt>[businessdirectory]</tt> aby działać prawidłowo."
|
3823 |
|
3824 |
# @ WPBDM
|
3825 |
+
#: includes/admin/class-admin.php:1108
|
3826 |
msgctxt "admin"
|
3827 |
msgid ""
|
3828 |
"You can create this page by yourself or let Business Directory do this for "
|
3832 |
"automatycznie."
|
3833 |
|
3834 |
# @ WPBDM
|
3835 |
+
#: includes/admin/class-admin.php:1113
|
3836 |
msgctxt "admin"
|
3837 |
msgid "Create required pages for me"
|
3838 |
msgstr "Stwórz wymagane pola dla mnie"
|
3839 |
|
3840 |
+
#: includes/admin/class-admin.php:1166
|
3841 |
msgctxt "admin"
|
3842 |
msgid ""
|
3843 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3905 |
msgstr "Stwórz te wymagane pola dla mnie"
|
3906 |
|
3907 |
# @ WPBDM
|
3908 |
+
#: includes/admin/class-admin.php:319
|
3909 |
#, fuzzy
|
3910 |
msgctxt "admin menu"
|
3911 |
msgid "Payment History"
|
3912 |
msgstr "Historia płatności"
|
3913 |
|
3914 |
# @ WPBDM
|
3915 |
+
#: includes/admin/class-admin.php:322
|
3916 |
#, fuzzy
|
3917 |
msgctxt "admin menu"
|
3918 |
msgid "Import & Export"
|
3919 |
msgstr "CSV Import"
|
3920 |
|
3921 |
# @ WPBDM
|
3922 |
+
#: includes/admin/class-admin.php:325
|
3923 |
msgctxt "admin menu"
|
3924 |
msgid "Debug"
|
3925 |
msgstr "Debug"
|
5422 |
|
5423 |
# @ WPBDM
|
5424 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
5425 |
+
#: includes/helpers/functions/general.php:1261
|
5426 |
msgctxt "admin settings"
|
5427 |
msgid "Date posted"
|
5428 |
msgstr "Data publikacji"
|
5429 |
|
5430 |
# @ WPBDM
|
5431 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
5432 |
+
#: includes/helpers/functions/general.php:1262
|
5433 |
msgctxt "admin settings"
|
5434 |
msgid "Date last modified"
|
5435 |
msgstr "Data ostatnij modyfikacji"
|
5871 |
msgid "Uploaded Image (no resize)"
|
5872 |
msgstr "Załaduj obraz"
|
5873 |
|
5874 |
+
#: includes/helpers/functions/general.php:1259
|
5875 |
msgctxt "admin settings"
|
5876 |
msgid "User"
|
5877 |
msgstr ""
|
5878 |
|
5879 |
# @ WPBDM
|
5880 |
+
#: includes/helpers/functions/general.php:1260
|
5881 |
msgctxt "admin settings"
|
5882 |
msgid "User registration date"
|
5883 |
msgstr "Data zakończenia emisji oferty"
|
7883 |
msgstr "Podniesienie statusu do WYRÓŻNIONE"
|
7884 |
|
7885 |
# @ WPBDM
|
7886 |
+
#: includes/installer.php:60
|
7887 |
msgctxt "installer"
|
7888 |
msgid "Default Fee"
|
7889 |
msgstr "Usuń abonament"
|
8573 |
msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
|
8574 |
|
8575 |
# @ WPBDM
|
8576 |
+
#: includes/helpers/functions/general.php:1337
|
8577 |
#, fuzzy
|
8578 |
msgctxt "templates"
|
8579 |
msgid "Return to results"
|
8616 |
"\"Usun\" aby usunąć ofertę."
|
8617 |
|
8618 |
# @ WPBDM
|
8619 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
8620 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
8621 |
msgctxt "templates"
|
8622 |
msgid "Edit"
|
8623 |
msgstr "Edytuj"
|
8624 |
|
8625 |
# @ WPBDM
|
8626 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
8627 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
8628 |
#, fuzzy
|
8629 |
msgctxt "templates"
|
8630 |
msgid "Flag Listing"
|
9431 |
msgstr ""
|
9432 |
|
9433 |
# @ WPBDM
|
9434 |
+
#: includes/installer.php:49
|
9435 |
msgctxt "default category name"
|
9436 |
msgid "General"
|
9437 |
msgstr "Główna"
|
languages/business-directory-plugin-ru_RU.mo
CHANGED
Binary file
|
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-01-
|
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"
|
@@ -48,7 +48,7 @@ msgstr "Список выбора"
|
|
48 |
msgid "Selected"
|
49 |
msgstr "Список выбора"
|
50 |
|
51 |
-
#: includes/admin/class-admin.php:
|
52 |
#, fuzzy
|
53 |
msgid ""
|
54 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -59,32 +59,38 @@ msgstr ""
|
|
59 |
"по электронной почте. Если Вы подпишитесь на этот урок, то Вы получите "
|
60 |
"БЕСПЛАТНО один платный модуль."
|
61 |
|
62 |
-
#: includes/admin/class-admin.php:
|
63 |
#, fuzzy
|
64 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
65 |
msgstr "Хотите узнать секрет создания классного справочника услуг?"
|
66 |
|
67 |
-
#: includes/admin/class-admin.php:
|
68 |
#, fuzzy
|
69 |
msgid "Yes, please!"
|
70 |
msgstr "Да, конечно!"
|
71 |
|
72 |
-
#: includes/admin/class-admin.php:
|
73 |
#, fuzzy
|
74 |
msgid "No, thanks"
|
75 |
msgstr "Нет, спасибо"
|
76 |
|
77 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
#, fuzzy
|
79 |
msgid "Invalid email address."
|
80 |
msgstr "Некорректный электронный адрес."
|
81 |
|
82 |
-
#: includes/admin/class-admin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Business Directory Admin"
|
85 |
msgstr "Управление справочником"
|
86 |
|
87 |
-
#: includes/admin/class-admin.php:
|
88 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
89 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
90 |
#: includes/helpers/class-app.php:93
|
@@ -92,32 +98,32 @@ msgstr "Управление справочником"
|
|
92 |
msgid "Directory"
|
93 |
msgstr "Все рубрики"
|
94 |
|
95 |
-
#: includes/admin/class-admin.php:
|
96 |
msgid "Fee Plans"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: includes/admin/class-admin.php:
|
100 |
#, fuzzy
|
101 |
msgid "Form Fields"
|
102 |
msgstr "поля формы"
|
103 |
|
104 |
-
#: includes/admin/class-admin.php:
|
105 |
#: includes/licensing.php:220
|
106 |
#, fuzzy
|
107 |
msgid "Modules"
|
108 |
msgstr "Установленные модули:"
|
109 |
|
110 |
-
#: includes/admin/class-admin.php:
|
111 |
#, fuzzy
|
112 |
msgid "Business Directory"
|
113 |
msgstr "Справочник услуг"
|
114 |
|
115 |
-
#: includes/admin/class-admin.php:
|
116 |
#, fuzzy
|
117 |
msgid "Could not send renewal email."
|
118 |
msgstr "Послать уведомление о продлении автору по электронной почте"
|
119 |
|
120 |
-
#: includes/admin/class-admin.php:
|
121 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
122 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
123 |
#: templates/email/listing-added.tpl.php:7
|
@@ -127,13 +133,13 @@ msgstr "Послать уведомление о продлении автору
|
|
127 |
msgid "ID"
|
128 |
msgstr "№"
|
129 |
|
130 |
-
#: includes/admin/class-admin.php:
|
131 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
132 |
#, fuzzy
|
133 |
msgid "Listing Count"
|
134 |
msgstr "Количество записей"
|
135 |
|
136 |
-
#: includes/admin/class-admin.php:
|
137 |
#, fuzzy
|
138 |
msgid ""
|
139 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -329,8 +335,8 @@ msgid "Go to \"Form Fields\""
|
|
329 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
330 |
|
331 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
332 |
-
#: includes/helpers/functions/general.php:
|
333 |
-
#: includes/helpers/functions/general.php:
|
334 |
msgid "Go back"
|
335 |
msgstr ""
|
336 |
|
@@ -447,8 +453,8 @@ msgstr "Вопрос: Почему Вы решили удалить плагин
|
|
447 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
448 |
#: templates/admin/payments-note.tpl.php:14
|
449 |
#: templates/admin/themes-item.tpl.php:58
|
450 |
-
#: templates/parts/listing-buttons.tpl.php:
|
451 |
-
#: templates/parts/listing-buttons.tpl.php:
|
452 |
#, fuzzy
|
453 |
msgid "Delete"
|
454 |
msgstr "Удалить"
|
@@ -1834,7 +1840,7 @@ msgid ""
|
|
1834 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1835 |
msgstr ""
|
1836 |
|
1837 |
-
#: includes/helpers/functions/general.php:
|
1838 |
#: templates/admin/fees-index.tpl.php:67
|
1839 |
msgid "Free"
|
1840 |
msgstr "Бесплатно"
|
@@ -3157,7 +3163,7 @@ msgstr "%s каждые %s дней(я)."
|
|
3157 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3158 |
msgstr "%s каждые %s дней(я). Следующее обновление - %s."
|
3159 |
|
3160 |
-
#: templates/parts/listing-buttons.tpl.php:
|
3161 |
#, fuzzy
|
3162 |
msgid "Return to Directory"
|
3163 |
msgstr "Вернуться в Справочник."
|
@@ -3307,33 +3313,27 @@ msgctxt "views"
|
|
3307 |
msgid "Find A Listing"
|
3308 |
msgstr "Найти запись"
|
3309 |
|
3310 |
-
#: includes/admin/class-admin.php:
|
3311 |
msgctxt "drip pointer"
|
3312 |
msgid "Email Address:"
|
3313 |
msgstr "Электронный адрес:"
|
3314 |
|
3315 |
-
#: includes/admin/class-admin.php:
|
3316 |
msgctxt "admin"
|
3317 |
msgid "Business Directory"
|
3318 |
msgstr "Справочник услуг"
|
3319 |
|
3320 |
-
#: includes/admin/class-admin.php:
|
3321 |
-
msgctxt "admin"
|
3322 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3323 |
-
msgstr ""
|
3324 |
-
"Всё настроено. Откройте страницу Вашего нового <a>Справочника услуг</a> "
|
3325 |
-
|
3326 |
-
#: includes/admin/class-admin.php:413
|
3327 |
msgctxt "admin"
|
3328 |
msgid "Untitled Menu"
|
3329 |
msgstr ""
|
3330 |
|
3331 |
-
#: includes/admin/class-admin.php:
|
3332 |
msgctxt "admin"
|
3333 |
msgid "Dismiss this notice."
|
3334 |
msgstr "Убрать это предупреждение"
|
3335 |
|
3336 |
-
#: includes/admin/class-admin.php:
|
3337 |
#, fuzzy
|
3338 |
msgctxt "admin"
|
3339 |
msgid "The listing has been updated."
|
@@ -3342,12 +3342,12 @@ msgstr[0] "Статус записи был поднят."
|
|
3342 |
msgstr[1] "Статус записей был поднят."
|
3343 |
msgstr[2] ""
|
3344 |
|
3345 |
-
#: includes/admin/class-admin.php:
|
3346 |
msgctxt "admin"
|
3347 |
msgid "The fee was successfully assigned."
|
3348 |
msgstr "Тариф был успешно назначен."
|
3349 |
|
3350 |
-
#: includes/admin/class-admin.php:
|
3351 |
msgctxt "admin"
|
3352 |
msgid "Listing was renewed."
|
3353 |
msgid_plural "Listings were renewed."
|
@@ -3355,12 +3355,12 @@ msgstr[0] "Запись была продлена."
|
|
3355 |
msgstr[1] "Записи были продлены."
|
3356 |
msgstr[2] ""
|
3357 |
|
3358 |
-
#: includes/admin/class-admin.php:
|
3359 |
msgctxt "admin"
|
3360 |
msgid "Renewal email sent."
|
3361 |
msgstr "Оповещение о продлении было отправлено по электронной почте."
|
3362 |
|
3363 |
-
#: includes/admin/class-admin.php:
|
3364 |
#, fuzzy
|
3365 |
msgctxt "admin"
|
3366 |
msgid "Listing report deleted."
|
@@ -3369,18 +3369,18 @@ msgstr[0] "Дата окончания срока действия"
|
|
3369 |
msgstr[1] "Дата окончания срока действия"
|
3370 |
msgstr[2] "Дата окончания срока действия"
|
3371 |
|
3372 |
-
#: includes/admin/class-admin.php:
|
3373 |
#, fuzzy
|
3374 |
msgctxt "admin"
|
3375 |
msgid "Access keys sent."
|
3376 |
msgstr "Поля и Изображения записи"
|
3377 |
|
3378 |
-
#: includes/admin/class-admin.php:
|
3379 |
msgctxt "admin"
|
3380 |
msgid "The access keys couldn't be sent."
|
3381 |
msgstr ""
|
3382 |
|
3383 |
-
#: includes/admin/class-admin.php:
|
3384 |
msgctxt "admin"
|
3385 |
msgid ""
|
3386 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3389,7 +3389,7 @@ msgstr ""
|
|
3389 |
"Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
|
3390 |
"страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
|
3391 |
|
3392 |
-
#: includes/admin/class-admin.php:
|
3393 |
msgctxt "admin"
|
3394 |
msgid ""
|
3395 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3398,12 +3398,12 @@ msgstr ""
|
|
3398 |
"Вы можете создать такую страницу сами, или позвольте плагину создать её для "
|
3399 |
"Вас автоматически."
|
3400 |
|
3401 |
-
#: includes/admin/class-admin.php:
|
3402 |
msgctxt "admin"
|
3403 |
msgid "Create required pages for me"
|
3404 |
msgstr "Создать необходимые страницы автоматически"
|
3405 |
|
3406 |
-
#: includes/admin/class-admin.php:
|
3407 |
msgctxt "admin"
|
3408 |
msgid ""
|
3409 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3463,19 +3463,19 @@ msgctxt "admin"
|
|
3463 |
msgid "Create these required fields for me"
|
3464 |
msgstr "Создать эти поля автоматически"
|
3465 |
|
3466 |
-
#: includes/admin/class-admin.php:
|
3467 |
#, fuzzy
|
3468 |
msgctxt "admin menu"
|
3469 |
msgid "Payment History"
|
3470 |
msgstr "История платежа"
|
3471 |
|
3472 |
-
#: includes/admin/class-admin.php:
|
3473 |
#, fuzzy
|
3474 |
msgctxt "admin menu"
|
3475 |
msgid "Import & Export"
|
3476 |
msgstr "Импорт из CSV"
|
3477 |
|
3478 |
-
#: includes/admin/class-admin.php:
|
3479 |
msgctxt "admin menu"
|
3480 |
msgid "Debug"
|
3481 |
msgstr "Отладка"
|
@@ -4808,13 +4808,13 @@ msgid "Author"
|
|
4808 |
msgstr "По автору"
|
4809 |
|
4810 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4811 |
-
#: includes/helpers/functions/general.php:
|
4812 |
msgctxt "admin settings"
|
4813 |
msgid "Date posted"
|
4814 |
msgstr "По дате публикации"
|
4815 |
|
4816 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4817 |
-
#: includes/helpers/functions/general.php:
|
4818 |
msgctxt "admin settings"
|
4819 |
msgid "Date last modified"
|
4820 |
msgstr "По дате изменения"
|
@@ -5203,12 +5203,12 @@ msgctxt "admin settings"
|
|
5203 |
msgid "Uploaded Image (no resize)"
|
5204 |
msgstr "Загрузить изображение"
|
5205 |
|
5206 |
-
#: includes/helpers/functions/general.php:
|
5207 |
msgctxt "admin settings"
|
5208 |
msgid "User"
|
5209 |
msgstr ""
|
5210 |
|
5211 |
-
#: includes/helpers/functions/general.php:
|
5212 |
msgctxt "admin settings"
|
5213 |
msgid "User registration date"
|
5214 |
msgstr "Дата окончания срока действия"
|
@@ -7026,7 +7026,7 @@ msgctxt "installer"
|
|
7026 |
msgid "Listing upgrade to featured"
|
7027 |
msgstr "Сделать запись Особой"
|
7028 |
|
7029 |
-
#: includes/installer.php:
|
7030 |
msgctxt "installer"
|
7031 |
msgid "Default Fee"
|
7032 |
msgstr "Удалить тариф"
|
@@ -7651,7 +7651,7 @@ msgctxt "templates"
|
|
7651 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7652 |
msgstr "Я согласен с Условиями и Положениями"
|
7653 |
|
7654 |
-
#: includes/helpers/functions/general.php:
|
7655 |
#, fuzzy
|
7656 |
msgctxt "templates"
|
7657 |
msgid "Return to results"
|
@@ -7688,14 +7688,14 @@ msgstr ""
|
|
7688 |
"Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
|
7689 |
"\". Для удаления записи кликните на кнопку \"Удалить\"."
|
7690 |
|
7691 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7692 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7693 |
msgctxt "templates"
|
7694 |
msgid "Edit"
|
7695 |
msgstr "Изменить"
|
7696 |
|
7697 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7698 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7699 |
#, fuzzy
|
7700 |
msgctxt "templates"
|
7701 |
msgid "Flag Listing"
|
@@ -8405,7 +8405,7 @@ msgctxt "flag listing"
|
|
8405 |
msgid "Report comment is required to save a report"
|
8406 |
msgstr ""
|
8407 |
|
8408 |
-
#: includes/installer.php:
|
8409 |
msgctxt "default category name"
|
8410 |
msgid "General"
|
8411 |
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-01-19 19:55:54+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"
|
48 |
msgid "Selected"
|
49 |
msgstr "Список выбора"
|
50 |
|
51 |
+
#: includes/admin/class-admin.php:192
|
52 |
#, fuzzy
|
53 |
msgid ""
|
54 |
"Find out how to create a compelling, thriving business directory from "
|
59 |
"по электронной почте. Если Вы подпишитесь на этот урок, то Вы получите "
|
60 |
"БЕСПЛАТНО один платный модуль."
|
61 |
|
62 |
+
#: includes/admin/class-admin.php:201
|
63 |
#, fuzzy
|
64 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
65 |
msgstr "Хотите узнать секрет создания классного справочника услуг?"
|
66 |
|
67 |
+
#: includes/admin/class-admin.php:203
|
68 |
#, fuzzy
|
69 |
msgid "Yes, please!"
|
70 |
msgstr "Да, конечно!"
|
71 |
|
72 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
73 |
#, fuzzy
|
74 |
msgid "No, thanks"
|
75 |
msgstr "Нет, спасибо"
|
76 |
|
77 |
+
#: includes/admin/class-admin.php:238
|
78 |
+
#, fuzzy
|
79 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
80 |
+
msgstr ""
|
81 |
+
"Всё настроено. Откройте страницу Вашего нового <a>Справочника услуг</a> "
|
82 |
+
|
83 |
+
#: includes/admin/class-admin.php:266
|
84 |
#, fuzzy
|
85 |
msgid "Invalid email address."
|
86 |
msgstr "Некорректный электронный адрес."
|
87 |
|
88 |
+
#: includes/admin/class-admin.php:300
|
89 |
#, fuzzy
|
90 |
msgid "Business Directory Admin"
|
91 |
msgstr "Управление справочником"
|
92 |
|
93 |
+
#: includes/admin/class-admin.php:301
|
94 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
95 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
96 |
#: includes/helpers/class-app.php:93
|
98 |
msgid "Directory"
|
99 |
msgstr "Все рубрики"
|
100 |
|
101 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
102 |
msgid "Fee Plans"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
106 |
#, fuzzy
|
107 |
msgid "Form Fields"
|
108 |
msgstr "поля формы"
|
109 |
|
110 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
111 |
#: includes/licensing.php:220
|
112 |
#, fuzzy
|
113 |
msgid "Modules"
|
114 |
msgstr "Установленные модули:"
|
115 |
|
116 |
+
#: includes/admin/class-admin.php:345
|
117 |
#, fuzzy
|
118 |
msgid "Business Directory"
|
119 |
msgstr "Справочник услуг"
|
120 |
|
121 |
+
#: includes/admin/class-admin.php:889
|
122 |
#, fuzzy
|
123 |
msgid "Could not send renewal email."
|
124 |
msgstr "Послать уведомление о продлении автору по электронной почте"
|
125 |
|
126 |
+
#: includes/admin/class-admin.php:1023
|
127 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
128 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
129 |
#: templates/email/listing-added.tpl.php:7
|
133 |
msgid "ID"
|
134 |
msgstr "№"
|
135 |
|
136 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
137 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
138 |
#, fuzzy
|
139 |
msgid "Listing Count"
|
140 |
msgstr "Количество записей"
|
141 |
|
142 |
+
#: includes/admin/class-admin.php:1191
|
143 |
#, fuzzy
|
144 |
msgid ""
|
145 |
"We noticed you want your Business Directory users to register before posting "
|
335 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
336 |
|
337 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
338 |
+
#: includes/helpers/functions/general.php:1341
|
339 |
+
#: includes/helpers/functions/general.php:1346
|
340 |
msgid "Go back"
|
341 |
msgstr ""
|
342 |
|
453 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
454 |
#: templates/admin/payments-note.tpl.php:14
|
455 |
#: templates/admin/themes-item.tpl.php:58
|
456 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
457 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
458 |
#, fuzzy
|
459 |
msgid "Delete"
|
460 |
msgstr "Удалить"
|
1840 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1841 |
msgstr ""
|
1842 |
|
1843 |
+
#: includes/helpers/functions/general.php:550
|
1844 |
#: templates/admin/fees-index.tpl.php:67
|
1845 |
msgid "Free"
|
1846 |
msgstr "Бесплатно"
|
3163 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3164 |
msgstr "%s каждые %s дней(я). Следующее обновление - %s."
|
3165 |
|
3166 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
3167 |
#, fuzzy
|
3168 |
msgid "Return to Directory"
|
3169 |
msgstr "Вернуться в Справочник."
|
3313 |
msgid "Find A Listing"
|
3314 |
msgstr "Найти запись"
|
3315 |
|
3316 |
+
#: includes/admin/class-admin.php:194
|
3317 |
msgctxt "drip pointer"
|
3318 |
msgid "Email Address:"
|
3319 |
msgstr "Электронный адрес:"
|
3320 |
|
3321 |
+
#: includes/admin/class-admin.php:226
|
3322 |
msgctxt "admin"
|
3323 |
msgid "Business Directory"
|
3324 |
msgstr "Справочник услуг"
|
3325 |
|
3326 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
|
|
3327 |
msgctxt "admin"
|
3328 |
msgid "Untitled Menu"
|
3329 |
msgstr ""
|
3330 |
|
3331 |
+
#: includes/admin/class-admin.php:722
|
3332 |
msgctxt "admin"
|
3333 |
msgid "Dismiss this notice."
|
3334 |
msgstr "Убрать это предупреждение"
|
3335 |
|
3336 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
3337 |
#, fuzzy
|
3338 |
msgctxt "admin"
|
3339 |
msgid "The listing has been updated."
|
3342 |
msgstr[1] "Статус записей был поднят."
|
3343 |
msgstr[2] ""
|
3344 |
|
3345 |
+
#: includes/admin/class-admin.php:863
|
3346 |
msgctxt "admin"
|
3347 |
msgid "The fee was successfully assigned."
|
3348 |
msgstr "Тариф был успешно назначен."
|
3349 |
|
3350 |
+
#: includes/admin/class-admin.php:873
|
3351 |
msgctxt "admin"
|
3352 |
msgid "Listing was renewed."
|
3353 |
msgid_plural "Listings were renewed."
|
3355 |
msgstr[1] "Записи были продлены."
|
3356 |
msgstr[2] ""
|
3357 |
|
3358 |
+
#: includes/admin/class-admin.php:885
|
3359 |
msgctxt "admin"
|
3360 |
msgid "Renewal email sent."
|
3361 |
msgstr "Оповещение о продлении было отправлено по электронной почте."
|
3362 |
|
3363 |
+
#: includes/admin/class-admin.php:898
|
3364 |
#, fuzzy
|
3365 |
msgctxt "admin"
|
3366 |
msgid "Listing report deleted."
|
3369 |
msgstr[1] "Дата окончания срока действия"
|
3370 |
msgstr[2] "Дата окончания срока действия"
|
3371 |
|
3372 |
+
#: includes/admin/class-admin.php:947
|
3373 |
#, fuzzy
|
3374 |
msgctxt "admin"
|
3375 |
msgid "Access keys sent."
|
3376 |
msgstr "Поля и Изображения записи"
|
3377 |
|
3378 |
+
#: includes/admin/class-admin.php:949
|
3379 |
msgctxt "admin"
|
3380 |
msgid "The access keys couldn't be sent."
|
3381 |
msgstr ""
|
3382 |
|
3383 |
+
#: includes/admin/class-admin.php:1106
|
3384 |
msgctxt "admin"
|
3385 |
msgid ""
|
3386 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3389 |
"Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
|
3390 |
"страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
|
3391 |
|
3392 |
+
#: includes/admin/class-admin.php:1108
|
3393 |
msgctxt "admin"
|
3394 |
msgid ""
|
3395 |
"You can create this page by yourself or let Business Directory do this for "
|
3398 |
"Вы можете создать такую страницу сами, или позвольте плагину создать её для "
|
3399 |
"Вас автоматически."
|
3400 |
|
3401 |
+
#: includes/admin/class-admin.php:1113
|
3402 |
msgctxt "admin"
|
3403 |
msgid "Create required pages for me"
|
3404 |
msgstr "Создать необходимые страницы автоматически"
|
3405 |
|
3406 |
+
#: includes/admin/class-admin.php:1166
|
3407 |
msgctxt "admin"
|
3408 |
msgid ""
|
3409 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3463 |
msgid "Create these required fields for me"
|
3464 |
msgstr "Создать эти поля автоматически"
|
3465 |
|
3466 |
+
#: includes/admin/class-admin.php:319
|
3467 |
#, fuzzy
|
3468 |
msgctxt "admin menu"
|
3469 |
msgid "Payment History"
|
3470 |
msgstr "История платежа"
|
3471 |
|
3472 |
+
#: includes/admin/class-admin.php:322
|
3473 |
#, fuzzy
|
3474 |
msgctxt "admin menu"
|
3475 |
msgid "Import & Export"
|
3476 |
msgstr "Импорт из CSV"
|
3477 |
|
3478 |
+
#: includes/admin/class-admin.php:325
|
3479 |
msgctxt "admin menu"
|
3480 |
msgid "Debug"
|
3481 |
msgstr "Отладка"
|
4808 |
msgstr "По автору"
|
4809 |
|
4810 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4811 |
+
#: includes/helpers/functions/general.php:1261
|
4812 |
msgctxt "admin settings"
|
4813 |
msgid "Date posted"
|
4814 |
msgstr "По дате публикации"
|
4815 |
|
4816 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4817 |
+
#: includes/helpers/functions/general.php:1262
|
4818 |
msgctxt "admin settings"
|
4819 |
msgid "Date last modified"
|
4820 |
msgstr "По дате изменения"
|
5203 |
msgid "Uploaded Image (no resize)"
|
5204 |
msgstr "Загрузить изображение"
|
5205 |
|
5206 |
+
#: includes/helpers/functions/general.php:1259
|
5207 |
msgctxt "admin settings"
|
5208 |
msgid "User"
|
5209 |
msgstr ""
|
5210 |
|
5211 |
+
#: includes/helpers/functions/general.php:1260
|
5212 |
msgctxt "admin settings"
|
5213 |
msgid "User registration date"
|
5214 |
msgstr "Дата окончания срока действия"
|
7026 |
msgid "Listing upgrade to featured"
|
7027 |
msgstr "Сделать запись Особой"
|
7028 |
|
7029 |
+
#: includes/installer.php:60
|
7030 |
msgctxt "installer"
|
7031 |
msgid "Default Fee"
|
7032 |
msgstr "Удалить тариф"
|
7651 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7652 |
msgstr "Я согласен с Условиями и Положениями"
|
7653 |
|
7654 |
+
#: includes/helpers/functions/general.php:1337
|
7655 |
#, fuzzy
|
7656 |
msgctxt "templates"
|
7657 |
msgid "Return to results"
|
7688 |
"Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
|
7689 |
"\". Для удаления записи кликните на кнопку \"Удалить\"."
|
7690 |
|
7691 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
7692 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
7693 |
msgctxt "templates"
|
7694 |
msgid "Edit"
|
7695 |
msgstr "Изменить"
|
7696 |
|
7697 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
7698 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
7699 |
#, fuzzy
|
7700 |
msgctxt "templates"
|
7701 |
msgid "Flag Listing"
|
8405 |
msgid "Report comment is required to save a report"
|
8406 |
msgstr ""
|
8407 |
|
8408 |
+
#: includes/installer.php:49
|
8409 |
msgctxt "default category name"
|
8410 |
msgid "General"
|
8411 |
msgstr "Основное"
|
languages/business-directory-plugin-sv_SE.mo
CHANGED
Binary file
|
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-01-
|
9 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
@@ -40,7 +40,7 @@ msgstr "Flervalslista"
|
|
40 |
msgid "Selected"
|
41 |
msgstr "Flervalslista"
|
42 |
|
43 |
-
#: includes/admin/class-admin.php:
|
44 |
#, fuzzy
|
45 |
msgid ""
|
46 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -50,32 +50,37 @@ msgstr ""
|
|
50 |
"från början i denna sanslöst fullmatade (och GRATIS) e-postkurs i 5 delar. "
|
51 |
"Du får en premium-modul helt kostnadsfritt genom att bara registrera dig."
|
52 |
|
53 |
-
#: includes/admin/class-admin.php:
|
54 |
#, fuzzy
|
55 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
56 |
msgstr "Vill du veta hemligheten bakom att bygga en grymt bra affärskatalog?"
|
57 |
|
58 |
-
#: includes/admin/class-admin.php:
|
59 |
#, fuzzy
|
60 |
msgid "Yes, please!"
|
61 |
msgstr "Ja tack!"
|
62 |
|
63 |
-
#: includes/admin/class-admin.php:
|
64 |
#, fuzzy
|
65 |
msgid "No, thanks"
|
66 |
msgstr "Nej tack."
|
67 |
|
68 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
69 |
#, fuzzy
|
70 |
msgid "Invalid email address."
|
71 |
msgstr "Ogiltig e-postadress."
|
72 |
|
73 |
-
#: includes/admin/class-admin.php:
|
74 |
#, fuzzy
|
75 |
msgid "Business Directory Admin"
|
76 |
msgstr "Business Directory admin"
|
77 |
|
78 |
-
#: includes/admin/class-admin.php:
|
79 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
80 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
81 |
#: includes/helpers/class-app.php:93
|
@@ -83,33 +88,33 @@ msgstr "Business Directory admin"
|
|
83 |
msgid "Directory"
|
84 |
msgstr "Katalog"
|
85 |
|
86 |
-
#: includes/admin/class-admin.php:
|
87 |
#, fuzzy
|
88 |
msgid "Fee Plans"
|
89 |
msgstr "Avgiftsplan"
|
90 |
|
91 |
-
#: includes/admin/class-admin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Form Fields"
|
94 |
msgstr "Formulärfält"
|
95 |
|
96 |
-
#: includes/admin/class-admin.php:
|
97 |
#: includes/licensing.php:220
|
98 |
#, fuzzy
|
99 |
msgid "Modules"
|
100 |
msgstr "(Alla moduler)"
|
101 |
|
102 |
-
#: includes/admin/class-admin.php:
|
103 |
#, fuzzy
|
104 |
msgid "Business Directory"
|
105 |
msgstr "Business Directory"
|
106 |
|
107 |
-
#: includes/admin/class-admin.php:
|
108 |
#, fuzzy
|
109 |
msgid "Could not send renewal email."
|
110 |
msgstr "Skicka e-post om förnyelse"
|
111 |
|
112 |
-
#: includes/admin/class-admin.php:
|
113 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
114 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
115 |
#: templates/email/listing-added.tpl.php:7
|
@@ -119,13 +124,13 @@ msgstr "Skicka e-post om förnyelse"
|
|
119 |
msgid "ID"
|
120 |
msgstr "ID"
|
121 |
|
122 |
-
#: includes/admin/class-admin.php:
|
123 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
124 |
#, fuzzy
|
125 |
msgid "Listing Count"
|
126 |
msgstr "Annonsräknare"
|
127 |
|
128 |
-
#: includes/admin/class-admin.php:
|
129 |
#, fuzzy
|
130 |
msgid ""
|
131 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -316,8 +321,8 @@ msgid "Go to \"Form Fields\""
|
|
316 |
msgstr "Gå till \"Hantera formulärfält\""
|
317 |
|
318 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
319 |
-
#: includes/helpers/functions/general.php:
|
320 |
-
#: includes/helpers/functions/general.php:
|
321 |
#, fuzzy
|
322 |
msgid "Go back"
|
323 |
msgstr "Nej, gå tillbaka"
|
@@ -435,8 +440,8 @@ msgstr "Varför avinstallerar du Business Directory Plugin?"
|
|
435 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
436 |
#: templates/admin/payments-note.tpl.php:14
|
437 |
#: templates/admin/themes-item.tpl.php:58
|
438 |
-
#: templates/parts/listing-buttons.tpl.php:
|
439 |
-
#: templates/parts/listing-buttons.tpl.php:
|
440 |
#, fuzzy
|
441 |
msgid "Delete"
|
442 |
msgstr "Ta bort"
|
@@ -1852,7 +1857,7 @@ msgid ""
|
|
1852 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1853 |
msgstr ""
|
1854 |
|
1855 |
-
#: includes/helpers/functions/general.php:
|
1856 |
#: templates/admin/fees-index.tpl.php:67
|
1857 |
msgid "Free"
|
1858 |
msgstr "Gratis"
|
@@ -3228,7 +3233,7 @@ msgstr "%s var %s dagar."
|
|
3228 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3229 |
msgstr "%s varje %s dagar. Nästa förnyelse är %s."
|
3230 |
|
3231 |
-
#: templates/parts/listing-buttons.tpl.php:
|
3232 |
#, fuzzy
|
3233 |
msgid "Return to Directory"
|
3234 |
msgstr "Återgå till Directory."
|
@@ -3381,32 +3386,27 @@ msgctxt "views"
|
|
3381 |
msgid "Find A Listing"
|
3382 |
msgstr "Hitta en annons"
|
3383 |
|
3384 |
-
#: includes/admin/class-admin.php:
|
3385 |
msgctxt "drip pointer"
|
3386 |
msgid "Email Address:"
|
3387 |
msgstr "E-postadress:"
|
3388 |
|
3389 |
-
#: includes/admin/class-admin.php:
|
3390 |
msgctxt "admin"
|
3391 |
msgid "Business Directory"
|
3392 |
msgstr "Business Directory"
|
3393 |
|
3394 |
-
#: includes/admin/class-admin.php:
|
3395 |
-
msgctxt "admin"
|
3396 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3397 |
-
msgstr "Du är klar! Besök din nya <a>Business Directory</a> sida."
|
3398 |
-
|
3399 |
-
#: includes/admin/class-admin.php:413
|
3400 |
msgctxt "admin"
|
3401 |
msgid "Untitled Menu"
|
3402 |
msgstr "Meny utan titel"
|
3403 |
|
3404 |
-
#: includes/admin/class-admin.php:
|
3405 |
msgctxt "admin"
|
3406 |
msgid "Dismiss this notice."
|
3407 |
msgstr "Avvisa denna notering."
|
3408 |
|
3409 |
-
#: includes/admin/class-admin.php:
|
3410 |
#, fuzzy
|
3411 |
msgctxt "admin"
|
3412 |
msgid "The listing has been updated."
|
@@ -3414,24 +3414,24 @@ msgid_plural "The listings have been updated."
|
|
3414 |
msgstr[0] "Annonsen har uppgraderats."
|
3415 |
msgstr[1] "Annonserna har uppgraderats."
|
3416 |
|
3417 |
-
#: includes/admin/class-admin.php:
|
3418 |
msgctxt "admin"
|
3419 |
msgid "The fee was successfully assigned."
|
3420 |
msgstr "Avgiften tilldelades med framgång."
|
3421 |
|
3422 |
-
#: includes/admin/class-admin.php:
|
3423 |
msgctxt "admin"
|
3424 |
msgid "Listing was renewed."
|
3425 |
msgid_plural "Listings were renewed."
|
3426 |
msgstr[0] "Annonsen har förnyats."
|
3427 |
msgstr[1] "Annonserna har förnyats."
|
3428 |
|
3429 |
-
#: includes/admin/class-admin.php:
|
3430 |
msgctxt "admin"
|
3431 |
msgid "Renewal email sent."
|
3432 |
msgstr "E-postmeddelande om förnyelse skickat."
|
3433 |
|
3434 |
-
#: includes/admin/class-admin.php:
|
3435 |
#, fuzzy
|
3436 |
msgctxt "admin"
|
3437 |
msgid "Listing report deleted."
|
@@ -3439,18 +3439,18 @@ msgid_plural "Listing reports deleted."
|
|
3439 |
msgstr[0] "Utgångsdatum för annons"
|
3440 |
msgstr[1] "Utgångsdatum för annons"
|
3441 |
|
3442 |
-
#: includes/admin/class-admin.php:
|
3443 |
#, fuzzy
|
3444 |
msgctxt "admin"
|
3445 |
msgid "Access keys sent."
|
3446 |
msgstr "Åtkomstnyckel"
|
3447 |
|
3448 |
-
#: includes/admin/class-admin.php:
|
3449 |
msgctxt "admin"
|
3450 |
msgid "The access keys couldn't be sent."
|
3451 |
msgstr ""
|
3452 |
|
3453 |
-
#: includes/admin/class-admin.php:
|
3454 |
msgctxt "admin"
|
3455 |
msgid ""
|
3456 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3459,7 +3459,7 @@ msgstr ""
|
|
3459 |
"<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
|
3460 |
"<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
|
3461 |
|
3462 |
-
#: includes/admin/class-admin.php:
|
3463 |
msgctxt "admin"
|
3464 |
msgid ""
|
3465 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3468,12 +3468,12 @@ msgstr ""
|
|
3468 |
"Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
|
3469 |
"åt dig automatiskt."
|
3470 |
|
3471 |
-
#: includes/admin/class-admin.php:
|
3472 |
msgctxt "admin"
|
3473 |
msgid "Create required pages for me"
|
3474 |
msgstr "Skapa nödvändiga sidor åt mig."
|
3475 |
|
3476 |
-
#: includes/admin/class-admin.php:
|
3477 |
msgctxt "admin"
|
3478 |
msgid ""
|
3479 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3532,18 +3532,18 @@ msgctxt "admin"
|
|
3532 |
msgid "Create these required fields for me"
|
3533 |
msgstr "Skapa dessa obligatoriska fält för mig"
|
3534 |
|
3535 |
-
#: includes/admin/class-admin.php:
|
3536 |
msgctxt "admin menu"
|
3537 |
msgid "Payment History"
|
3538 |
msgstr "Betalningshistorik"
|
3539 |
|
3540 |
-
#: includes/admin/class-admin.php:
|
3541 |
#, fuzzy
|
3542 |
msgctxt "admin menu"
|
3543 |
msgid "Import & Export"
|
3544 |
msgstr "Importera och exportera CSV"
|
3545 |
|
3546 |
-
#: includes/admin/class-admin.php:
|
3547 |
msgctxt "admin menu"
|
3548 |
msgid "Debug"
|
3549 |
msgstr "Debug"
|
@@ -4849,13 +4849,13 @@ msgid "Author"
|
|
4849 |
msgstr "Författare"
|
4850 |
|
4851 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4852 |
-
#: includes/helpers/functions/general.php:
|
4853 |
msgctxt "admin settings"
|
4854 |
msgid "Date posted"
|
4855 |
msgstr "Datum inlagd"
|
4856 |
|
4857 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4858 |
-
#: includes/helpers/functions/general.php:
|
4859 |
msgctxt "admin settings"
|
4860 |
msgid "Date last modified"
|
4861 |
msgstr "Senast ändrad"
|
@@ -5243,12 +5243,12 @@ msgctxt "admin settings"
|
|
5243 |
msgid "Uploaded Image (no resize)"
|
5244 |
msgstr "Ladda upp bilder"
|
5245 |
|
5246 |
-
#: includes/helpers/functions/general.php:
|
5247 |
msgctxt "admin settings"
|
5248 |
msgid "User"
|
5249 |
msgstr "Användare"
|
5250 |
|
5251 |
-
#: includes/helpers/functions/general.php:
|
5252 |
msgctxt "admin settings"
|
5253 |
msgid "User registration date"
|
5254 |
msgstr "Användarens registreringsdatum"
|
@@ -6908,7 +6908,7 @@ msgctxt "installer"
|
|
6908 |
msgid "Listing upgrade to featured"
|
6909 |
msgstr "Uppgradera till Utvald"
|
6910 |
|
6911 |
-
#: includes/installer.php:
|
6912 |
msgctxt "installer"
|
6913 |
msgid "Default Fee"
|
6914 |
msgstr "Standardavgift"
|
@@ -7532,7 +7532,7 @@ msgctxt "templates"
|
|
7532 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7533 |
msgstr "Jag godtar <a>villkoren</a>."
|
7534 |
|
7535 |
-
#: includes/helpers/functions/general.php:
|
7536 |
#, fuzzy
|
7537 |
msgctxt "templates"
|
7538 |
msgid "Return to results"
|
@@ -7569,14 +7569,14 @@ msgstr ""
|
|
7569 |
"Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka på "
|
7570 |
"knappen Redigera. För att ta bort en notering klicka på knappen Ta bort."
|
7571 |
|
7572 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7573 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7574 |
msgctxt "templates"
|
7575 |
msgid "Edit"
|
7576 |
msgstr "Redigera"
|
7577 |
|
7578 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7579 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7580 |
#, fuzzy
|
7581 |
msgctxt "templates"
|
7582 |
msgid "Flag Listing"
|
@@ -8279,7 +8279,7 @@ msgctxt "flag listing"
|
|
8279 |
msgid "Report comment is required to save a report"
|
8280 |
msgstr ""
|
8281 |
|
8282 |
-
#: includes/installer.php:
|
8283 |
msgctxt "default category name"
|
8284 |
msgid "General"
|
8285 |
msgstr "Allmän"
|
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-01-19 19:55:54+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
40 |
msgid "Selected"
|
41 |
msgstr "Flervalslista"
|
42 |
|
43 |
+
#: includes/admin/class-admin.php:192
|
44 |
#, fuzzy
|
45 |
msgid ""
|
46 |
"Find out how to create a compelling, thriving business directory from "
|
50 |
"från början i denna sanslöst fullmatade (och GRATIS) e-postkurs i 5 delar. "
|
51 |
"Du får en premium-modul helt kostnadsfritt genom att bara registrera dig."
|
52 |
|
53 |
+
#: includes/admin/class-admin.php:201
|
54 |
#, fuzzy
|
55 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
56 |
msgstr "Vill du veta hemligheten bakom att bygga en grymt bra affärskatalog?"
|
57 |
|
58 |
+
#: includes/admin/class-admin.php:203
|
59 |
#, fuzzy
|
60 |
msgid "Yes, please!"
|
61 |
msgstr "Ja tack!"
|
62 |
|
63 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
64 |
#, fuzzy
|
65 |
msgid "No, thanks"
|
66 |
msgstr "Nej tack."
|
67 |
|
68 |
+
#: includes/admin/class-admin.php:238
|
69 |
+
#, fuzzy
|
70 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
71 |
+
msgstr "Du är klar! Besök din nya <a>Business Directory</a> sida."
|
72 |
+
|
73 |
+
#: includes/admin/class-admin.php:266
|
74 |
#, fuzzy
|
75 |
msgid "Invalid email address."
|
76 |
msgstr "Ogiltig e-postadress."
|
77 |
|
78 |
+
#: includes/admin/class-admin.php:300
|
79 |
#, fuzzy
|
80 |
msgid "Business Directory Admin"
|
81 |
msgstr "Business Directory admin"
|
82 |
|
83 |
+
#: includes/admin/class-admin.php:301
|
84 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
85 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
86 |
#: includes/helpers/class-app.php:93
|
88 |
msgid "Directory"
|
89 |
msgstr "Katalog"
|
90 |
|
91 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
92 |
#, fuzzy
|
93 |
msgid "Fee Plans"
|
94 |
msgstr "Avgiftsplan"
|
95 |
|
96 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
97 |
#, fuzzy
|
98 |
msgid "Form Fields"
|
99 |
msgstr "Formulärfält"
|
100 |
|
101 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
102 |
#: includes/licensing.php:220
|
103 |
#, fuzzy
|
104 |
msgid "Modules"
|
105 |
msgstr "(Alla moduler)"
|
106 |
|
107 |
+
#: includes/admin/class-admin.php:345
|
108 |
#, fuzzy
|
109 |
msgid "Business Directory"
|
110 |
msgstr "Business Directory"
|
111 |
|
112 |
+
#: includes/admin/class-admin.php:889
|
113 |
#, fuzzy
|
114 |
msgid "Could not send renewal email."
|
115 |
msgstr "Skicka e-post om förnyelse"
|
116 |
|
117 |
+
#: includes/admin/class-admin.php:1023
|
118 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
119 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
120 |
#: templates/email/listing-added.tpl.php:7
|
124 |
msgid "ID"
|
125 |
msgstr "ID"
|
126 |
|
127 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
128 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
129 |
#, fuzzy
|
130 |
msgid "Listing Count"
|
131 |
msgstr "Annonsräknare"
|
132 |
|
133 |
+
#: includes/admin/class-admin.php:1191
|
134 |
#, fuzzy
|
135 |
msgid ""
|
136 |
"We noticed you want your Business Directory users to register before posting "
|
321 |
msgstr "Gå till \"Hantera formulärfält\""
|
322 |
|
323 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
324 |
+
#: includes/helpers/functions/general.php:1341
|
325 |
+
#: includes/helpers/functions/general.php:1346
|
326 |
#, fuzzy
|
327 |
msgid "Go back"
|
328 |
msgstr "Nej, gå tillbaka"
|
440 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
441 |
#: templates/admin/payments-note.tpl.php:14
|
442 |
#: templates/admin/themes-item.tpl.php:58
|
443 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
444 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
445 |
#, fuzzy
|
446 |
msgid "Delete"
|
447 |
msgstr "Ta bort"
|
1857 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1858 |
msgstr ""
|
1859 |
|
1860 |
+
#: includes/helpers/functions/general.php:550
|
1861 |
#: templates/admin/fees-index.tpl.php:67
|
1862 |
msgid "Free"
|
1863 |
msgstr "Gratis"
|
3233 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
3234 |
msgstr "%s varje %s dagar. Nästa förnyelse är %s."
|
3235 |
|
3236 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
3237 |
#, fuzzy
|
3238 |
msgid "Return to Directory"
|
3239 |
msgstr "Återgå till Directory."
|
3386 |
msgid "Find A Listing"
|
3387 |
msgstr "Hitta en annons"
|
3388 |
|
3389 |
+
#: includes/admin/class-admin.php:194
|
3390 |
msgctxt "drip pointer"
|
3391 |
msgid "Email Address:"
|
3392 |
msgstr "E-postadress:"
|
3393 |
|
3394 |
+
#: includes/admin/class-admin.php:226
|
3395 |
msgctxt "admin"
|
3396 |
msgid "Business Directory"
|
3397 |
msgstr "Business Directory"
|
3398 |
|
3399 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
3400 |
msgctxt "admin"
|
3401 |
msgid "Untitled Menu"
|
3402 |
msgstr "Meny utan titel"
|
3403 |
|
3404 |
+
#: includes/admin/class-admin.php:722
|
3405 |
msgctxt "admin"
|
3406 |
msgid "Dismiss this notice."
|
3407 |
msgstr "Avvisa denna notering."
|
3408 |
|
3409 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
3410 |
#, fuzzy
|
3411 |
msgctxt "admin"
|
3412 |
msgid "The listing has been updated."
|
3414 |
msgstr[0] "Annonsen har uppgraderats."
|
3415 |
msgstr[1] "Annonserna har uppgraderats."
|
3416 |
|
3417 |
+
#: includes/admin/class-admin.php:863
|
3418 |
msgctxt "admin"
|
3419 |
msgid "The fee was successfully assigned."
|
3420 |
msgstr "Avgiften tilldelades med framgång."
|
3421 |
|
3422 |
+
#: includes/admin/class-admin.php:873
|
3423 |
msgctxt "admin"
|
3424 |
msgid "Listing was renewed."
|
3425 |
msgid_plural "Listings were renewed."
|
3426 |
msgstr[0] "Annonsen har förnyats."
|
3427 |
msgstr[1] "Annonserna har förnyats."
|
3428 |
|
3429 |
+
#: includes/admin/class-admin.php:885
|
3430 |
msgctxt "admin"
|
3431 |
msgid "Renewal email sent."
|
3432 |
msgstr "E-postmeddelande om förnyelse skickat."
|
3433 |
|
3434 |
+
#: includes/admin/class-admin.php:898
|
3435 |
#, fuzzy
|
3436 |
msgctxt "admin"
|
3437 |
msgid "Listing report deleted."
|
3439 |
msgstr[0] "Utgångsdatum för annons"
|
3440 |
msgstr[1] "Utgångsdatum för annons"
|
3441 |
|
3442 |
+
#: includes/admin/class-admin.php:947
|
3443 |
#, fuzzy
|
3444 |
msgctxt "admin"
|
3445 |
msgid "Access keys sent."
|
3446 |
msgstr "Åtkomstnyckel"
|
3447 |
|
3448 |
+
#: includes/admin/class-admin.php:949
|
3449 |
msgctxt "admin"
|
3450 |
msgid "The access keys couldn't be sent."
|
3451 |
msgstr ""
|
3452 |
|
3453 |
+
#: includes/admin/class-admin.php:1106
|
3454 |
msgctxt "admin"
|
3455 |
msgid ""
|
3456 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3459 |
"<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
|
3460 |
"<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
|
3461 |
|
3462 |
+
#: includes/admin/class-admin.php:1108
|
3463 |
msgctxt "admin"
|
3464 |
msgid ""
|
3465 |
"You can create this page by yourself or let Business Directory do this for "
|
3468 |
"Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
|
3469 |
"åt dig automatiskt."
|
3470 |
|
3471 |
+
#: includes/admin/class-admin.php:1113
|
3472 |
msgctxt "admin"
|
3473 |
msgid "Create required pages for me"
|
3474 |
msgstr "Skapa nödvändiga sidor åt mig."
|
3475 |
|
3476 |
+
#: includes/admin/class-admin.php:1166
|
3477 |
msgctxt "admin"
|
3478 |
msgid ""
|
3479 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3532 |
msgid "Create these required fields for me"
|
3533 |
msgstr "Skapa dessa obligatoriska fält för mig"
|
3534 |
|
3535 |
+
#: includes/admin/class-admin.php:319
|
3536 |
msgctxt "admin menu"
|
3537 |
msgid "Payment History"
|
3538 |
msgstr "Betalningshistorik"
|
3539 |
|
3540 |
+
#: includes/admin/class-admin.php:322
|
3541 |
#, fuzzy
|
3542 |
msgctxt "admin menu"
|
3543 |
msgid "Import & Export"
|
3544 |
msgstr "Importera och exportera CSV"
|
3545 |
|
3546 |
+
#: includes/admin/class-admin.php:325
|
3547 |
msgctxt "admin menu"
|
3548 |
msgid "Debug"
|
3549 |
msgstr "Debug"
|
4849 |
msgstr "Författare"
|
4850 |
|
4851 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4852 |
+
#: includes/helpers/functions/general.php:1261
|
4853 |
msgctxt "admin settings"
|
4854 |
msgid "Date posted"
|
4855 |
msgstr "Datum inlagd"
|
4856 |
|
4857 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4858 |
+
#: includes/helpers/functions/general.php:1262
|
4859 |
msgctxt "admin settings"
|
4860 |
msgid "Date last modified"
|
4861 |
msgstr "Senast ändrad"
|
5243 |
msgid "Uploaded Image (no resize)"
|
5244 |
msgstr "Ladda upp bilder"
|
5245 |
|
5246 |
+
#: includes/helpers/functions/general.php:1259
|
5247 |
msgctxt "admin settings"
|
5248 |
msgid "User"
|
5249 |
msgstr "Användare"
|
5250 |
|
5251 |
+
#: includes/helpers/functions/general.php:1260
|
5252 |
msgctxt "admin settings"
|
5253 |
msgid "User registration date"
|
5254 |
msgstr "Användarens registreringsdatum"
|
6908 |
msgid "Listing upgrade to featured"
|
6909 |
msgstr "Uppgradera till Utvald"
|
6910 |
|
6911 |
+
#: includes/installer.php:60
|
6912 |
msgctxt "installer"
|
6913 |
msgid "Default Fee"
|
6914 |
msgstr "Standardavgift"
|
7532 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7533 |
msgstr "Jag godtar <a>villkoren</a>."
|
7534 |
|
7535 |
+
#: includes/helpers/functions/general.php:1337
|
7536 |
#, fuzzy
|
7537 |
msgctxt "templates"
|
7538 |
msgid "Return to results"
|
7569 |
"Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka på "
|
7570 |
"knappen Redigera. För att ta bort en notering klicka på knappen Ta bort."
|
7571 |
|
7572 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
7573 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
7574 |
msgctxt "templates"
|
7575 |
msgid "Edit"
|
7576 |
msgstr "Redigera"
|
7577 |
|
7578 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
7579 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
7580 |
#, fuzzy
|
7581 |
msgctxt "templates"
|
7582 |
msgid "Flag Listing"
|
8279 |
msgid "Report comment is required to save a report"
|
8280 |
msgstr ""
|
8281 |
|
8282 |
+
#: includes/installer.php:49
|
8283 |
msgctxt "default category name"
|
8284 |
msgid "General"
|
8285 |
msgstr "Allmän"
|
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 5.16\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2022-01-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -35,33 +35,37 @@ msgstr ""
|
|
35 |
msgid "Selected"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/admin/class-admin.php:
|
39 |
msgid ""
|
40 |
"Find out how to create a compelling, thriving business directory from "
|
41 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: includes/admin/class-admin.php:
|
45 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: includes/admin/class-admin.php:
|
49 |
msgid "Yes, please!"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: includes/admin/class-admin.php:
|
53 |
msgid "No, thanks"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
57 |
msgid "Invalid email address."
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: includes/admin/class-admin.php:
|
61 |
msgid "Business Directory Admin"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: includes/admin/class-admin.php:
|
65 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
66 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
67 |
#: includes/helpers/class-app.php:93
|
@@ -69,28 +73,28 @@ msgstr ""
|
|
69 |
msgid "Directory"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: includes/admin/class-admin.php:
|
73 |
msgid "Fee Plans"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: includes/admin/class-admin.php:
|
77 |
msgid "Form Fields"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: includes/admin/class-admin.php:
|
81 |
#: includes/licensing.php:220
|
82 |
msgid "Modules"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: includes/admin/class-admin.php:
|
86 |
msgid "Business Directory"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: includes/admin/class-admin.php:
|
90 |
msgid "Could not send renewal email."
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: includes/admin/class-admin.php:
|
94 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
95 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
96 |
#: templates/email/listing-added.tpl.php:7
|
@@ -99,12 +103,12 @@ msgstr ""
|
|
99 |
msgid "ID"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: includes/admin/class-admin.php:
|
103 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
104 |
msgid "Listing Count"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: includes/admin/class-admin.php:
|
108 |
msgid ""
|
109 |
"We noticed you want your Business Directory users to register before "
|
110 |
"posting listings, but Registration for your site is currently disabled. Go "
|
@@ -265,8 +269,8 @@ msgid "Go to \"Form Fields\""
|
|
265 |
msgstr ""
|
266 |
|
267 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
268 |
-
#: includes/helpers/functions/general.php:
|
269 |
-
#: includes/helpers/functions/general.php:
|
270 |
msgid "Go back"
|
271 |
msgstr ""
|
272 |
|
@@ -367,8 +371,8 @@ msgstr ""
|
|
367 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
368 |
#: templates/admin/payments-note.tpl.php:14
|
369 |
#: templates/admin/themes-item.tpl.php:58
|
370 |
-
#: templates/parts/listing-buttons.tpl.php:
|
371 |
-
#: templates/parts/listing-buttons.tpl.php:
|
372 |
msgid "Delete"
|
373 |
msgstr ""
|
374 |
|
@@ -1564,7 +1568,7 @@ msgid ""
|
|
1564 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1565 |
msgstr ""
|
1566 |
|
1567 |
-
#: includes/helpers/functions/general.php:
|
1568 |
#: templates/admin/fees-index.tpl.php:67
|
1569 |
msgid "Free"
|
1570 |
msgstr ""
|
@@ -2679,7 +2683,7 @@ msgstr ""
|
|
2679 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
2680 |
msgstr ""
|
2681 |
|
2682 |
-
#: templates/parts/listing-buttons.tpl.php:
|
2683 |
msgid "Return to Directory"
|
2684 |
msgstr ""
|
2685 |
|
@@ -2801,92 +2805,87 @@ msgctxt "views"
|
|
2801 |
msgid "Find A Listing"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
-
#: includes/admin/class-admin.php:
|
2805 |
msgctxt "drip pointer"
|
2806 |
msgid "Email Address:"
|
2807 |
msgstr ""
|
2808 |
|
2809 |
-
#: includes/admin/class-admin.php:
|
2810 |
msgctxt "admin"
|
2811 |
msgid "Business Directory"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: includes/admin/class-admin.php:
|
2815 |
-
msgctxt "admin"
|
2816 |
-
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
2817 |
-
msgstr ""
|
2818 |
-
|
2819 |
-
#: includes/admin/class-admin.php:413
|
2820 |
msgctxt "admin"
|
2821 |
msgid "Untitled Menu"
|
2822 |
msgstr ""
|
2823 |
|
2824 |
-
#: includes/admin/class-admin.php:
|
2825 |
msgctxt "admin"
|
2826 |
msgid "Dismiss this notice."
|
2827 |
msgstr ""
|
2828 |
|
2829 |
-
#: includes/admin/class-admin.php:
|
2830 |
msgctxt "admin"
|
2831 |
msgid "The listing has been updated."
|
2832 |
msgid_plural "The listings have been updated."
|
2833 |
msgstr[0] ""
|
2834 |
msgstr[1] ""
|
2835 |
|
2836 |
-
#: includes/admin/class-admin.php:
|
2837 |
msgctxt "admin"
|
2838 |
msgid "The fee was successfully assigned."
|
2839 |
msgstr ""
|
2840 |
|
2841 |
-
#: includes/admin/class-admin.php:
|
2842 |
msgctxt "admin"
|
2843 |
msgid "Listing was renewed."
|
2844 |
msgid_plural "Listings were renewed."
|
2845 |
msgstr[0] ""
|
2846 |
msgstr[1] ""
|
2847 |
|
2848 |
-
#: includes/admin/class-admin.php:
|
2849 |
msgctxt "admin"
|
2850 |
msgid "Renewal email sent."
|
2851 |
msgstr ""
|
2852 |
|
2853 |
-
#: includes/admin/class-admin.php:
|
2854 |
msgctxt "admin"
|
2855 |
msgid "Listing report deleted."
|
2856 |
msgid_plural "Listing reports deleted."
|
2857 |
msgstr[0] ""
|
2858 |
msgstr[1] ""
|
2859 |
|
2860 |
-
#: includes/admin/class-admin.php:
|
2861 |
msgctxt "admin"
|
2862 |
msgid "Access keys sent."
|
2863 |
msgstr ""
|
2864 |
|
2865 |
-
#: includes/admin/class-admin.php:
|
2866 |
msgctxt "admin"
|
2867 |
msgid "The access keys couldn't be sent."
|
2868 |
msgstr ""
|
2869 |
|
2870 |
-
#: includes/admin/class-admin.php:
|
2871 |
msgctxt "admin"
|
2872 |
msgid ""
|
2873 |
"<b>Business Directory Plugin</b> requires a page with the "
|
2874 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
2875 |
msgstr ""
|
2876 |
|
2877 |
-
#: includes/admin/class-admin.php:
|
2878 |
msgctxt "admin"
|
2879 |
msgid ""
|
2880 |
"You can create this page by yourself or let Business Directory do this for "
|
2881 |
"you automatically."
|
2882 |
msgstr ""
|
2883 |
|
2884 |
-
#: includes/admin/class-admin.php:
|
2885 |
msgctxt "admin"
|
2886 |
msgid "Create required pages for me"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
-
#: includes/admin/class-admin.php:
|
2890 |
msgctxt "admin"
|
2891 |
msgid ""
|
2892 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP "
|
@@ -2939,17 +2938,17 @@ msgctxt "admin"
|
|
2939 |
msgid "Create these required fields for me"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
-
#: includes/admin/class-admin.php:
|
2943 |
msgctxt "admin menu"
|
2944 |
msgid "Payment History"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
-
#: includes/admin/class-admin.php:
|
2948 |
msgctxt "admin menu"
|
2949 |
msgid "Import & Export"
|
2950 |
msgstr ""
|
2951 |
|
2952 |
-
#: includes/admin/class-admin.php:
|
2953 |
msgctxt "admin menu"
|
2954 |
msgid "Debug"
|
2955 |
msgstr ""
|
@@ -4177,13 +4176,13 @@ msgid "Author"
|
|
4177 |
msgstr ""
|
4178 |
|
4179 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4180 |
-
#: includes/helpers/functions/general.php:
|
4181 |
msgctxt "admin settings"
|
4182 |
msgid "Date posted"
|
4183 |
msgstr ""
|
4184 |
|
4185 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4186 |
-
#: includes/helpers/functions/general.php:
|
4187 |
msgctxt "admin settings"
|
4188 |
msgid "Date last modified"
|
4189 |
msgstr ""
|
@@ -4550,12 +4549,12 @@ msgctxt "admin settings"
|
|
4550 |
msgid "Uploaded Image (no resize)"
|
4551 |
msgstr ""
|
4552 |
|
4553 |
-
#: includes/helpers/functions/general.php:
|
4554 |
msgctxt "admin settings"
|
4555 |
msgid "User"
|
4556 |
msgstr ""
|
4557 |
|
4558 |
-
#: includes/helpers/functions/general.php:
|
4559 |
msgctxt "admin settings"
|
4560 |
msgid "User registration date"
|
4561 |
msgstr ""
|
@@ -6114,7 +6113,7 @@ msgctxt "installer"
|
|
6114 |
msgid "Listing upgrade to featured"
|
6115 |
msgstr ""
|
6116 |
|
6117 |
-
#: includes/installer.php:
|
6118 |
msgctxt "installer"
|
6119 |
msgid "Default Fee"
|
6120 |
msgstr ""
|
@@ -6671,7 +6670,7 @@ msgctxt "templates"
|
|
6671 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6672 |
msgstr ""
|
6673 |
|
6674 |
-
#: includes/helpers/functions/general.php:
|
6675 |
msgctxt "templates"
|
6676 |
msgid "Return to results"
|
6677 |
msgstr ""
|
@@ -6704,14 +6703,14 @@ msgid ""
|
|
6704 |
"button. To delete a listing click the delete button."
|
6705 |
msgstr ""
|
6706 |
|
6707 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6708 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6709 |
msgctxt "templates"
|
6710 |
msgid "Edit"
|
6711 |
msgstr ""
|
6712 |
|
6713 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6714 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6715 |
msgctxt "templates"
|
6716 |
msgid "Flag Listing"
|
6717 |
msgstr ""
|
@@ -7361,7 +7360,7 @@ msgctxt "flag listing"
|
|
7361 |
msgid "Report comment is required to save a report"
|
7362 |
msgstr ""
|
7363 |
|
7364 |
-
#: includes/installer.php:
|
7365 |
msgctxt "default category name"
|
7366 |
msgid "General"
|
7367 |
msgstr ""
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Directory Plugin 5.16.1\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2022-01-19 19:55:54+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
35 |
msgid "Selected"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/admin/class-admin.php:192
|
39 |
msgid ""
|
40 |
"Find out how to create a compelling, thriving business directory from "
|
41 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: includes/admin/class-admin.php:201
|
45 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: includes/admin/class-admin.php:203
|
49 |
msgid "Yes, please!"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: includes/admin/class-admin.php:205 includes/admin/tracking.php:215
|
53 |
msgid "No, thanks"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: includes/admin/class-admin.php:238
|
57 |
+
msgid "You're all set. Visit your new %1$sBusiness Directory%2$s page."
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: includes/admin/class-admin.php:266
|
61 |
msgid "Invalid email address."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: includes/admin/class-admin.php:300
|
65 |
msgid "Business Directory Admin"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: includes/admin/class-admin.php:301
|
69 |
#: includes/admin/settings/class-settings-bootstrap.php:681
|
70 |
#: includes/admin/settings/class-settings-bootstrap.php:682
|
71 |
#: includes/helpers/class-app.php:93
|
73 |
msgid "Directory"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: includes/admin/class-admin.php:312 templates/admin/home.tpl.php:65
|
77 |
msgid "Fee Plans"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/admin/class-admin.php:315 templates/admin/home.tpl.php:60
|
81 |
msgid "Form Fields"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: includes/admin/class-admin.php:344 includes/admin/class-admin.php:345
|
85 |
#: includes/licensing.php:220
|
86 |
msgid "Modules"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: includes/admin/class-admin.php:345
|
90 |
msgid "Business Directory"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: includes/admin/class-admin.php:889
|
94 |
msgid "Could not send renewal email."
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: includes/admin/class-admin.php:1023
|
98 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
99 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
100 |
#: templates/email/listing-added.tpl.php:7
|
103 |
msgid "ID"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
|
107 |
#: includes/admin/settings/class-settings-bootstrap.php:707
|
108 |
msgid "Listing Count"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/admin/class-admin.php:1191
|
112 |
msgid ""
|
113 |
"We noticed you want your Business Directory users to register before "
|
114 |
"posting listings, but Registration for your site is currently disabled. Go "
|
269 |
msgstr ""
|
270 |
|
271 |
#: includes/admin/controllers/class-form-fields-admin.php:128
|
272 |
+
#: includes/helpers/functions/general.php:1341
|
273 |
+
#: includes/helpers/functions/general.php:1346
|
274 |
msgid "Go back"
|
275 |
msgstr ""
|
276 |
|
371 |
#: templates/admin/metaboxes-listing-flagging-row.tpl.php:19
|
372 |
#: templates/admin/payments-note.tpl.php:14
|
373 |
#: templates/admin/themes-item.tpl.php:58
|
374 |
+
#: templates/parts/listing-buttons.tpl.php:31
|
375 |
+
#: templates/parts/listing-buttons.tpl.php:65
|
376 |
msgid "Delete"
|
377 |
msgstr ""
|
378 |
|
1568 |
"%s. You can try again later or cancel subscription from gateway dashboard."
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: includes/helpers/functions/general.php:550
|
1572 |
#: templates/admin/fees-index.tpl.php:67
|
1573 |
msgid "Free"
|
1574 |
msgstr ""
|
2683 |
msgid "%1$s each %2$s days. Next renewal is on %3$s."
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: templates/parts/listing-buttons.tpl.php:38
|
2687 |
msgid "Return to Directory"
|
2688 |
msgstr ""
|
2689 |
|
2805 |
msgid "Find A Listing"
|
2806 |
msgstr ""
|
2807 |
|
2808 |
+
#: includes/admin/class-admin.php:194
|
2809 |
msgctxt "drip pointer"
|
2810 |
msgid "Email Address:"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
+
#: includes/admin/class-admin.php:226
|
2814 |
msgctxt "admin"
|
2815 |
msgid "Business Directory"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
+
#: includes/admin/class-admin.php:415
|
|
|
|
|
|
|
|
|
|
|
2819 |
msgctxt "admin"
|
2820 |
msgid "Untitled Menu"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: includes/admin/class-admin.php:722
|
2824 |
msgctxt "admin"
|
2825 |
msgid "Dismiss this notice."
|
2826 |
msgstr ""
|
2827 |
|
2828 |
+
#: includes/admin/class-admin.php:827 includes/admin/class-admin.php:837
|
2829 |
msgctxt "admin"
|
2830 |
msgid "The listing has been updated."
|
2831 |
msgid_plural "The listings have been updated."
|
2832 |
msgstr[0] ""
|
2833 |
msgstr[1] ""
|
2834 |
|
2835 |
+
#: includes/admin/class-admin.php:863
|
2836 |
msgctxt "admin"
|
2837 |
msgid "The fee was successfully assigned."
|
2838 |
msgstr ""
|
2839 |
|
2840 |
+
#: includes/admin/class-admin.php:873
|
2841 |
msgctxt "admin"
|
2842 |
msgid "Listing was renewed."
|
2843 |
msgid_plural "Listings were renewed."
|
2844 |
msgstr[0] ""
|
2845 |
msgstr[1] ""
|
2846 |
|
2847 |
+
#: includes/admin/class-admin.php:885
|
2848 |
msgctxt "admin"
|
2849 |
msgid "Renewal email sent."
|
2850 |
msgstr ""
|
2851 |
|
2852 |
+
#: includes/admin/class-admin.php:898
|
2853 |
msgctxt "admin"
|
2854 |
msgid "Listing report deleted."
|
2855 |
msgid_plural "Listing reports deleted."
|
2856 |
msgstr[0] ""
|
2857 |
msgstr[1] ""
|
2858 |
|
2859 |
+
#: includes/admin/class-admin.php:947
|
2860 |
msgctxt "admin"
|
2861 |
msgid "Access keys sent."
|
2862 |
msgstr ""
|
2863 |
|
2864 |
+
#: includes/admin/class-admin.php:949
|
2865 |
msgctxt "admin"
|
2866 |
msgid "The access keys couldn't be sent."
|
2867 |
msgstr ""
|
2868 |
|
2869 |
+
#: includes/admin/class-admin.php:1106
|
2870 |
msgctxt "admin"
|
2871 |
msgid ""
|
2872 |
"<b>Business Directory Plugin</b> requires a page with the "
|
2873 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: includes/admin/class-admin.php:1108
|
2877 |
msgctxt "admin"
|
2878 |
msgid ""
|
2879 |
"You can create this page by yourself or let Business Directory do this for "
|
2880 |
"you automatically."
|
2881 |
msgstr ""
|
2882 |
|
2883 |
+
#: includes/admin/class-admin.php:1113
|
2884 |
msgctxt "admin"
|
2885 |
msgid "Create required pages for me"
|
2886 |
msgstr ""
|
2887 |
|
2888 |
+
#: includes/admin/class-admin.php:1166
|
2889 |
msgctxt "admin"
|
2890 |
msgid ""
|
2891 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP "
|
2938 |
msgid "Create these required fields for me"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
+
#: includes/admin/class-admin.php:319
|
2942 |
msgctxt "admin menu"
|
2943 |
msgid "Payment History"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: includes/admin/class-admin.php:322
|
2947 |
msgctxt "admin menu"
|
2948 |
msgid "Import & Export"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
+
#: includes/admin/class-admin.php:325
|
2952 |
msgctxt "admin menu"
|
2953 |
msgid "Debug"
|
2954 |
msgstr ""
|
4176 |
msgstr ""
|
4177 |
|
4178 |
#: includes/admin/settings/class-settings-bootstrap.php:767
|
4179 |
+
#: includes/helpers/functions/general.php:1261
|
4180 |
msgctxt "admin settings"
|
4181 |
msgid "Date posted"
|
4182 |
msgstr ""
|
4183 |
|
4184 |
#: includes/admin/settings/class-settings-bootstrap.php:768
|
4185 |
+
#: includes/helpers/functions/general.php:1262
|
4186 |
msgctxt "admin settings"
|
4187 |
msgid "Date last modified"
|
4188 |
msgstr ""
|
4549 |
msgid "Uploaded Image (no resize)"
|
4550 |
msgstr ""
|
4551 |
|
4552 |
+
#: includes/helpers/functions/general.php:1259
|
4553 |
msgctxt "admin settings"
|
4554 |
msgid "User"
|
4555 |
msgstr ""
|
4556 |
|
4557 |
+
#: includes/helpers/functions/general.php:1260
|
4558 |
msgctxt "admin settings"
|
4559 |
msgid "User registration date"
|
4560 |
msgstr ""
|
6113 |
msgid "Listing upgrade to featured"
|
6114 |
msgstr ""
|
6115 |
|
6116 |
+
#: includes/installer.php:60
|
6117 |
msgctxt "installer"
|
6118 |
msgid "Default Fee"
|
6119 |
msgstr ""
|
6670 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6671 |
msgstr ""
|
6672 |
|
6673 |
+
#: includes/helpers/functions/general.php:1337
|
6674 |
msgctxt "templates"
|
6675 |
msgid "Return to results"
|
6676 |
msgstr ""
|
6703 |
"button. To delete a listing click the delete button."
|
6704 |
msgstr ""
|
6705 |
|
6706 |
+
#: templates/parts/listing-buttons.tpl.php:15
|
6707 |
+
#: templates/parts/listing-buttons.tpl.php:49
|
6708 |
msgctxt "templates"
|
6709 |
msgid "Edit"
|
6710 |
msgstr ""
|
6711 |
|
6712 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
6713 |
+
#: templates/parts/listing-buttons.tpl.php:57
|
6714 |
msgctxt "templates"
|
6715 |
msgid "Flag Listing"
|
6716 |
msgstr ""
|
7360 |
msgid "Report comment is required to save a report"
|
7361 |
msgstr ""
|
7362 |
|
7363 |
+
#: includes/installer.php:49
|
7364 |
msgctxt "default category name"
|
7365 |
msgid "General"
|
7366 |
msgstr ""
|
templates/parts/listing-buttons.tpl.php
CHANGED
@@ -6,9 +6,7 @@
|
|
6 |
*/
|
7 |
|
8 |
$buttons = '';
|
9 |
-
|
10 |
-
<div class="listing-actions cf">
|
11 |
-
<?php
|
12 |
if ( 'single' === $view ) :
|
13 |
if ( wpbdp_user_can( 'edit', $listing_id ) ) :
|
14 |
$buttons .= sprintf(
|
@@ -69,7 +67,14 @@ elseif ( 'excerpt' === $view ) :
|
|
69 |
endif;
|
70 |
endif;
|
71 |
|
72 |
-
|
73 |
-
|
|
|
|
|
74 |
?>
|
|
|
|
|
|
|
|
|
|
|
75 |
</div>
|
6 |
*/
|
7 |
|
8 |
$buttons = '';
|
9 |
+
|
|
|
|
|
10 |
if ( 'single' === $view ) :
|
11 |
if ( wpbdp_user_can( 'edit', $listing_id ) ) :
|
12 |
$buttons .= sprintf(
|
67 |
endif;
|
68 |
endif;
|
69 |
|
70 |
+
$buttons = apply_filters( 'wpbdp-listing-buttons', $buttons, $listing_id );
|
71 |
+
if ( ! $buttons ) {
|
72 |
+
return;
|
73 |
+
}
|
74 |
?>
|
75 |
+
<div class="listing-actions cf">
|
76 |
+
<?php
|
77 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
78 |
+
echo $buttons;
|
79 |
+
?>
|
80 |
</div>
|
themes/default/theme.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"name": "Default Theme",
|
3 |
"description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
|
4 |
-
"version": "5.16",
|
5 |
"author": "Business Directory Team",
|
6 |
"author_email": "support@businessdirectoryplugin.com",
|
7 |
"author_url": "https://businessdirectoryplugin.com",
|
1 |
{
|
2 |
"name": "Default Theme",
|
3 |
"description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
|
4 |
+
"version": "5.16.1",
|
5 |
"author": "Business Directory Team",
|
6 |
"author_email": "support@businessdirectoryplugin.com",
|
7 |
"author_url": "https://businessdirectoryplugin.com",
|