Version Description
Download this release
Release Info
Developer | businessdirectoryplugin |
Plugin | Business Directory Plugin |
Version | 5.5.1 |
Comparing to | |
See all releases |
Code changes from version 5.5 to 5.5.1
- README.TXT +7 -2
- assets/css/less/wpbdp.less +5 -0
- assets/css/wpbdp.min.css +1 -1
- business-directory-plugin.php +1 -1
- includes/class-fee-plan.php +83 -60
- includes/class-wpbdp.php +1 -1
- includes/licensing.php +173 -114
- includes/views/submit_listing.php +1 -1
- languages/WPBDM-ar.mo +0 -0
- languages/WPBDM-ar.po +47 -47
- languages/WPBDM-de_DE.mo +0 -0
- languages/WPBDM-de_DE.po +47 -47
- languages/WPBDM-en_US.mo +0 -0
- languages/WPBDM-en_US.po +47 -47
- languages/WPBDM-es_ES.mo +0 -0
- languages/WPBDM-es_ES.po +48 -47
- languages/WPBDM-fr_FR.mo +0 -0
- languages/WPBDM-fr_FR.po +48 -47
- languages/WPBDM-nl_NL.mo +0 -0
- languages/WPBDM-nl_NL.po +47 -47
- languages/WPBDM-pl_PL.mo +0 -0
- languages/WPBDM-pl_PL.po +47 -47
- languages/WPBDM-ru_RU.mo +0 -0
- languages/WPBDM-ru_RU.po +47 -47
- languages/WPBDM-sv_SE.mo +0 -0
- languages/WPBDM-sv_SE.po +48 -47
- languages/WPBDM.pot +48 -48
README.TXT
CHANGED
@@ -5,8 +5,8 @@ Tags: business directory, listings, directory plugin, company business directory
|
|
5 |
Requires at least: 4.6
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.0
|
8 |
-
Last Updated: 2019-Jan-
|
9 |
-
Stable tag: 5.5
|
10 |
License: GPLv2 or later
|
11 |
|
12 |
Build any kind of local directory, directory of business providers, a Yellow-Pages business directory, Yelp-like review directory, property listings and much more! Make your listings sing with Business Directory Plugin.
|
@@ -145,6 +145,11 @@ If you are having problems please visit [support forum](http://www.businessdirec
|
|
145 |
|
146 |
== Changelog ==
|
147 |
|
|
|
|
|
|
|
|
|
|
|
148 |
= Version 5.5 =
|
149 |
* Add support for private (admin-visible only) fee plans.
|
150 |
* Add support for WP GDPR privacy hooks.
|
5 |
Requires at least: 4.6
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.0
|
8 |
+
Last Updated: 2019-Jan-30
|
9 |
+
Stable tag: 5.5.1
|
10 |
License: GPLv2 or later
|
11 |
|
12 |
Build any kind of local directory, directory of business providers, a Yellow-Pages business directory, Yelp-like review directory, property listings and much more! Make your listings sing with Business Directory Plugin.
|
145 |
|
146 |
== Changelog ==
|
147 |
|
148 |
+
= Version 5.5.1 =
|
149 |
+
* Sanitize fee plan supported categories.
|
150 |
+
* Prevent "Initial Payment" record generation when editing a listing.
|
151 |
+
* Change user-agent parameter in license activation/deactivation and modules version check requests.
|
152 |
+
|
153 |
= Version 5.5 =
|
154 |
* Add support for private (admin-visible only) fee plans.
|
155 |
* Add support for WP GDPR privacy hooks.
|
assets/css/less/wpbdp.less
CHANGED
@@ -1130,3 +1130,8 @@ body.business-directory #TB_secondLine {
|
|
1130 |
margin-bottom: 10px;
|
1131 |
}
|
1132 |
}
|
|
|
|
|
|
|
|
|
|
1130 |
margin-bottom: 10px;
|
1131 |
}
|
1132 |
}
|
1133 |
+
|
1134 |
+
|
1135 |
+
.wpbdp-wp-theme-twentyseventeen .single-featured-image-header {
|
1136 |
+
display: none;
|
1137 |
+
}
|
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}.wpbdp-display-block{display:block}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}.wpbdp-cf,.cf{*zoom:1}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-clearfix,.cf{*zoom:1}.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;font-size:80%}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#ff0000 !important}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-ms-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-o-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:linear-gradient(top, #f4f4f4, #e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.listing-actions a.button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-ms-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-webkit-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-o-linear-gradient(top, #f9f9f9, #ebebeb);background-image:linear-gradient(top, #f9f9f9, #ebebeb)}.listing-actions a.delete-listing{margin-left:20px;color:#ff0000}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px;border-bottom:dotted 1px #ddd}.wpbdp-listing-excerpt.odd{background:#eee}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800}.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{float:right}.wpbdp-listing-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;height:102px}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.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 #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0}.wpbdp-listing .social-fields .wpbdp-reddit-logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#fff;border-bottom:none}.wpbdp-listing .social-fields .wpbdp-reddit-logo .wpbdp-reddit-logo-svg{height:40px;padding:8px 8px 8px 0;width:32px}.wpbdp-listing .social-fields .wpbdp-reddit-logo .wpbdp-reddit-text{height:18px;margin-right:10px;width:50px}.wpbdp-listing .social-fields .social-field.twitter{display:inline-block;vertical-align:middle;height:20px;margin-right:10px}.wpbdp-listing .social-fields .social-field.facebook{display:inline-block;height:0;width:60px;margin-right:10px}.social-field-link{display:inline-block;margin-right:10px;vertical-align:middle}.social-field-link a{box-shadow:none}.social-field-link a .social-icon{font-size:2.2em;vertical-align:middle;background-color:transparent;color:#1a1a1a}.social-field-link a .social-icon img{height:30px;width:auto}.social-field-link.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text{margin-right:5px}@media screen and (max-width:500px){.social-field.facebook .fb-like>span{width:100% !important}}.wpbdp-listing-contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing-contact-form label{display:block;margin-bottom:10px}.wpbdp-listing-contact-form input[type="text"]{width:98%}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form h3{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar:before,.wpbdp-bar:after{content:" ";display:table;clear:both}.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;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}#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-form-field{margin:12px 0}.wpbdp-form-field:first-child{margin-top:0}.wpbdp-form-field .wpbdp-form-field-label{margin:0 0 3px 0}.wpbdp-form-field .wpbdp-form-field-label label{display:inline-block;font-weight:bold}.wpbdp-form-field .wpbdp-form-field-label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}.wpbdp-form-field .wpbdp-form-field-description{padding-left:6px;color:#666}.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea,.wpbdp-form-field.wpbdp-form-field-type-textfield input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-select select,.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-twitter input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-facebook input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-linkedin input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-phone_number input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-date input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea{min-height:50px}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{box-sizing:border-box;float:left;width:50%}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:first-child{padding-right:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:last-child{padding-left:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col .sublabel{margin:0;display:block}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field .sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.wpbdp-form-field-type-image .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}.wpbdp-form-field.wpbdp-form-field-type-image a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network a.delete{color:#900000;margin-right:20px}.wpbdp-form-field.wpbdp-form-field-type-image input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1),.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1){display:inline-block;width:20%;margin-right:50%;float:right}.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-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 label{margin:0;padding:0;font-weight:bold;display:block}.wpbdp-billing-detail-field .wpbdp-description{margin:0 0 4px 0;font-size:80%;color:#666;display:block}.wpbdp-billing-detail-field input[type="text"]{width:100%;box-sizing:border-box;padding:4px 6px}.wpbdp-billing-detail-field:last-child{margin-bottom:0}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#900000}.wpbdp-payment-receipt{border:1px solid #ccc;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;width:200px}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 200px;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%}.select2-results{font-size:11px}#wpbdp-submit-listing input[type="text"],#wpbdp-submit-listing textarea{box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header{background:#ccc;text-transform:uppercase;font-weight:bold;color:#333;padding:2px 10px;font-size:12px;cursor:pointer}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator{margin:0 10px 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator.expanded{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-content{padding:10px 20px;border:solid 1px #ccc;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}#wpbdp-submit-listing .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions{margin:10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions input[type="submit"]{float:right}#wpbdp-submit-listing .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing .wpbdp-plan-selection-with-tip{margin:24px 0 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing .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:#5bc0de;color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing .wpbdp-editor-area{height:422px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:dotted 1px #efefef}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{width:60px;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{float:right;font-size:11px;text-decoration:none;color:#900000;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline;color:#ff0000}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area{float:left;width:72%;box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area.no-conditions{float:none;width:100%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666;font-size:90%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl{margin:0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl dt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#wpbdp-submit-listing textarea.wpbdp-submit-listing-tos{width:100%;min-height:100px}#wpbdp-submit-listing #change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing #wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing #wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}#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 #ccc;padding:0 0 0 20px}.wpbdp-msg{font-size:85%;padding:6px 12px;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#bc0b0b}.wpbdp-msg.tip{background:#d7f5ff}.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:#f0f0f0}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#bc0b0b}.wpbdp-recaptcha-error{color:#ff0000}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}#googlewallet-buy img{border:none;box-shadow:none}.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:#ff0000}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:#f0f0f0}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#bc0b0b}.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}.wpbdp-show-on-mobile{display:none}input[type="button"].wpbdp-show-on-mobile{display:none}@media screen and (max-width:500px){.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-listings-sort-options{font-size:90%}.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%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}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}.wpbdp-main-box{background:#f7f7f7;margin:10px 0 20px 0;border-radius:4px;padding:10px;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.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-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:0 5px}.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}.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-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-large .button{margin:0 3px}.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;background:#fafafa}.wpbdp-plan-info-box .wpbdp-plan-duration,.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-duration{width:20%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-duration-never-expires{font-size:20px;font-weight:bold;display:block;line-height:1em;text-transform:uppercase;word-wrap:break-word}.wpbdp-plan-info-box .wpbdp-plan-duration-amount{font-size:30px;font-weight:bold;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-duration-period{font-size:22px;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.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-price{width:25%}.wpbdp-plan-info-box .wpbdp-plan-price label{font-size:20px;border:1px solid #f3f3f3;background:#fdfdfd;border-radius:2px;display:block;padding:4px 8px}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label{cursor:pointer}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label:hover{border-color:#d0d0d0;background:#fff}.wpbdp-plan-info-box .wpbdp-plan-price label input{margin:0 4px 0 0;vertical-align:2px}.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-plan-selection-wrapper.wpbdp-size-small .wpbdp-plan-details{width:47%}.wpbdp-plan-selection-wrapper.wpbdp-size-small .wpbdp-plan-price{width:32%}.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}.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}
|
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}.wpbdp-display-block{display:block}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}.wpbdp-cf,.cf{*zoom:1}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-clearfix,.cf{*zoom:1}.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;font-size:80%}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#ff0000 !important}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-ms-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-o-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:linear-gradient(top, #f4f4f4, #e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.listing-actions a.button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-ms-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-webkit-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-o-linear-gradient(top, #f9f9f9, #ebebeb);background-image:linear-gradient(top, #f9f9f9, #ebebeb)}.listing-actions a.delete-listing{margin-left:20px;color:#ff0000}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px;border-bottom:dotted 1px #ddd}.wpbdp-listing-excerpt.odd{background:#eee}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800}.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{float:right}.wpbdp-listing-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;height:102px}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.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 #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0}.wpbdp-listing .social-fields .wpbdp-reddit-logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#fff;border-bottom:none}.wpbdp-listing .social-fields .wpbdp-reddit-logo .wpbdp-reddit-logo-svg{height:40px;padding:8px 8px 8px 0;width:32px}.wpbdp-listing .social-fields .wpbdp-reddit-logo .wpbdp-reddit-text{height:18px;margin-right:10px;width:50px}.wpbdp-listing .social-fields .social-field.twitter{display:inline-block;vertical-align:middle;height:20px;margin-right:10px}.wpbdp-listing .social-fields .social-field.facebook{display:inline-block;height:0;width:60px;margin-right:10px}.social-field-link{display:inline-block;margin-right:10px;vertical-align:middle}.social-field-link a{box-shadow:none}.social-field-link a .social-icon{font-size:2.2em;vertical-align:middle;background-color:transparent;color:#1a1a1a}.social-field-link a .social-icon img{height:30px;width:auto}.social-field-link.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text{margin-right:5px}@media screen and (max-width:500px){.social-field.facebook .fb-like>span{width:100% !important}}.wpbdp-listing-contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing-contact-form label{display:block;margin-bottom:10px}.wpbdp-listing-contact-form input[type="text"]{width:98%}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form h3{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar:before,.wpbdp-bar:after{content:" ";display:table;clear:both}.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;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}#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-form-field{margin:12px 0}.wpbdp-form-field:first-child{margin-top:0}.wpbdp-form-field .wpbdp-form-field-label{margin:0 0 3px 0}.wpbdp-form-field .wpbdp-form-field-label label{display:inline-block;font-weight:bold}.wpbdp-form-field .wpbdp-form-field-label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}.wpbdp-form-field .wpbdp-form-field-description{padding-left:6px;color:#666}.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea,.wpbdp-form-field.wpbdp-form-field-type-textfield input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-select select,.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-twitter input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-facebook input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-linkedin input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-phone_number input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-date input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea{min-height:50px}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{box-sizing:border-box;float:left;width:50%}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:first-child{padding-right:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:last-child{padding-left:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col .sublabel{margin:0;display:block}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field .sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.wpbdp-form-field-type-image .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}.wpbdp-form-field.wpbdp-form-field-type-image a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network a.delete{color:#900000;margin-right:20px}.wpbdp-form-field.wpbdp-form-field-type-image input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1),.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1){display:inline-block;width:20%;margin-right:50%;float:right}.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-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 label{margin:0;padding:0;font-weight:bold;display:block}.wpbdp-billing-detail-field .wpbdp-description{margin:0 0 4px 0;font-size:80%;color:#666;display:block}.wpbdp-billing-detail-field input[type="text"]{width:100%;box-sizing:border-box;padding:4px 6px}.wpbdp-billing-detail-field:last-child{margin-bottom:0}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#900000}.wpbdp-payment-receipt{border:1px solid #ccc;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;width:200px}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 200px;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%}.select2-results{font-size:11px}#wpbdp-submit-listing input[type="text"],#wpbdp-submit-listing textarea{box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header{background:#ccc;text-transform:uppercase;font-weight:bold;color:#333;padding:2px 10px;font-size:12px;cursor:pointer}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator{margin:0 10px 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator.expanded{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-content{padding:10px 20px;border:solid 1px #ccc;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}#wpbdp-submit-listing .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions{margin:10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions input[type="submit"]{float:right}#wpbdp-submit-listing .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing .wpbdp-plan-selection-with-tip{margin:24px 0 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing .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:#5bc0de;color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing .wpbdp-editor-area{height:422px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:dotted 1px #efefef}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{width:60px;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{float:right;font-size:11px;text-decoration:none;color:#900000;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline;color:#ff0000}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area{float:left;width:72%;box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area.no-conditions{float:none;width:100%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666;font-size:90%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl{margin:0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl dt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#wpbdp-submit-listing textarea.wpbdp-submit-listing-tos{width:100%;min-height:100px}#wpbdp-submit-listing #change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing #wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing #wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}#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 #ccc;padding:0 0 0 20px}.wpbdp-msg{font-size:85%;padding:6px 12px;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#bc0b0b}.wpbdp-msg.tip{background:#d7f5ff}.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:#f0f0f0}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#bc0b0b}.wpbdp-recaptcha-error{color:#ff0000}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}#googlewallet-buy img{border:none;box-shadow:none}.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:#ff0000}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:#f0f0f0}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#bc0b0b}.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}.wpbdp-show-on-mobile{display:none}input[type="button"].wpbdp-show-on-mobile{display:none}@media screen and (max-width:500px){.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-listings-sort-options{font-size:90%}.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%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}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}.wpbdp-main-box{background:#f7f7f7;margin:10px 0 20px 0;border-radius:4px;padding:10px;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.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-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:0 5px}.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}.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-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-large .button{margin:0 3px}.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;background:#fafafa}.wpbdp-plan-info-box .wpbdp-plan-duration,.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-duration{width:20%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-duration-never-expires{font-size:20px;font-weight:bold;display:block;line-height:1em;text-transform:uppercase;word-wrap:break-word}.wpbdp-plan-info-box .wpbdp-plan-duration-amount{font-size:30px;font-weight:bold;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-duration-period{font-size:22px;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.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-price{width:25%}.wpbdp-plan-info-box .wpbdp-plan-price label{font-size:20px;border:1px solid #f3f3f3;background:#fdfdfd;border-radius:2px;display:block;padding:4px 8px}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label{cursor:pointer}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label:hover{border-color:#d0d0d0;background:#fff}.wpbdp-plan-info-box .wpbdp-plan-price label input{margin:0 4px 0 0;vertical-align:2px}.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-plan-selection-wrapper.wpbdp-size-small .wpbdp-plan-details{width:47%}.wpbdp-plan-selection-wrapper.wpbdp-size-small .wpbdp-plan-price{width:32%}.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}.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-wp-theme-twentyseventeen .single-featured-image-header{display:none}
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 5.5
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: WPBDM
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 5.5.1
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: WPBDM
|
includes/class-fee-plan.php
CHANGED
@@ -1,28 +1,38 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
/**
|
3 |
* @since 5.0
|
|
|
|
|
4 |
*/
|
5 |
final class WPBDP__Fee_Plan {
|
6 |
|
7 |
private $id = 0;
|
8 |
|
9 |
-
private $label
|
10 |
private $description = '';
|
11 |
-
private $amount
|
12 |
-
private $days
|
13 |
-
private $images
|
14 |
-
private $enabled
|
15 |
|
16 |
-
private $sticky
|
17 |
private $recurring = false;
|
18 |
|
19 |
-
private $pricing_model
|
20 |
private $pricing_details = array();
|
21 |
|
22 |
private $supported_categories = 'all';
|
23 |
|
24 |
-
private $weight
|
25 |
-
private $tag
|
26 |
private $extra_data = array();
|
27 |
|
28 |
|
@@ -37,7 +47,7 @@ final class WPBDP__Fee_Plan {
|
|
37 |
$value = call_user_func( array( $this, 'get_' . $key ) );
|
38 |
} else {
|
39 |
$value = &$this->{$key};
|
40 |
-
}
|
41 |
|
42 |
return $value;
|
43 |
}
|
@@ -84,7 +94,7 @@ final class WPBDP__Fee_Plan {
|
|
84 |
}
|
85 |
|
86 |
if ( ! $this->exists() ) {
|
87 |
-
unset( $row[
|
88 |
}
|
89 |
|
90 |
$row['pricing_details'] = serialize( $row['pricing_details'] );
|
@@ -99,7 +109,7 @@ final class WPBDP__Fee_Plan {
|
|
99 |
$row['extra_data'] = serialize( $row['extra_data'] );
|
100 |
}
|
101 |
|
102 |
-
$saved
|
103 |
$update = $this->exists();
|
104 |
if ( $update ) {
|
105 |
$saved = $wpdb->update( $wpdb->prefix . 'wpbdp_plans', $row, array( 'id' => $this->id ) );
|
@@ -117,11 +127,12 @@ final class WPBDP__Fee_Plan {
|
|
117 |
}
|
118 |
|
119 |
$wpdb->update(
|
120 |
-
$wpdb->prefix .
|
121 |
array( 'is_sticky' => $this->sticky ? 1 : 0 ),
|
122 |
array(
|
123 |
'fee_id' => $this->id,
|
124 |
-
)
|
|
|
125 |
}
|
126 |
|
127 |
return $saved;
|
@@ -149,10 +160,11 @@ final class WPBDP__Fee_Plan {
|
|
149 |
$items = array();
|
150 |
|
151 |
if ( wpbdp_get_option( 'allow-images' ) ) {
|
152 |
-
if ( ! $this->images )
|
153 |
$items['images'] = _x( 'No images allowed.', 'fee plan', 'WPBDM' );
|
154 |
-
else
|
155 |
-
|
|
|
156 |
}
|
157 |
|
158 |
$items = apply_filters( 'wpbdp_plan_feature_list', $items, $this );
|
@@ -163,20 +175,20 @@ final class WPBDP__Fee_Plan {
|
|
163 |
* @since 5.0
|
164 |
*/
|
165 |
public function calculate_amount( $categories = array() ) {
|
166 |
-
$amount
|
167 |
$pricing_info = $this->pricing_details;
|
168 |
|
169 |
switch ( $this->pricing_model ) {
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
}
|
181 |
|
182 |
return $amount;
|
@@ -186,14 +198,17 @@ final class WPBDP__Fee_Plan {
|
|
186 |
* @since 5.0
|
187 |
*/
|
188 |
public function supports_category_selection( $categories = array() ) {
|
189 |
-
if ( ! $categories )
|
190 |
return true;
|
|
|
191 |
|
192 |
-
if ( is_string( $this->supported_categories ) && 'all'
|
193 |
return true;
|
|
|
194 |
|
195 |
-
if ( array_diff( $categories, $this->supported_categories ) )
|
196 |
return false;
|
|
|
197 |
|
198 |
return true;
|
199 |
}
|
@@ -212,7 +227,7 @@ final class WPBDP__Fee_Plan {
|
|
212 |
}
|
213 |
|
214 |
$row['pricing_details'] = maybe_unserialize( $row['pricing_details'] );
|
215 |
-
$row['extra_data']
|
216 |
|
217 |
$instance = new self( $row );
|
218 |
return $instance;
|
@@ -222,11 +237,13 @@ final class WPBDP__Fee_Plan {
|
|
222 |
* @since 5.0
|
223 |
*/
|
224 |
public function calculate_expiration_time( $base_time = null ) {
|
225 |
-
if ( ! $base_time )
|
226 |
$base_time = current_time( 'timestamp' );
|
|
|
227 |
|
228 |
-
if ( $this->days
|
229 |
return null;
|
|
|
230 |
|
231 |
$expire_time = strtotime( sprintf( '+%d days', $this->days ), $base_time );
|
232 |
return date( 'Y-m-d H:i:s', $expire_time );
|
@@ -245,24 +262,24 @@ final class WPBDP__Fee_Plan {
|
|
245 |
}
|
246 |
|
247 |
private function sanitize() {
|
248 |
-
$this->label
|
249 |
-
$this->amount
|
250 |
-
$this->days
|
251 |
-
$this->images
|
252 |
-
$this->sticky
|
253 |
-
$this->recurring
|
254 |
-
$this->pricing_model = empty( $this->pricing_model
|
255 |
-
$this->tag
|
256 |
|
257 |
-
if (
|
258 |
-
$this->supported_categories = '
|
259 |
}
|
260 |
|
261 |
-
if (
|
262 |
-
$this->supported_categories =
|
263 |
}
|
264 |
|
265 |
-
if ( 'extra'
|
266 |
$this->pricing_details = array(
|
267 |
'extra' => floatval( $this->pricing_details['extra'] ),
|
268 |
);
|
@@ -271,7 +288,7 @@ final class WPBDP__Fee_Plan {
|
|
271 |
}
|
272 |
|
273 |
// Unset details for categories that are not supported.
|
274 |
-
if ( 'variable'
|
275 |
$this->amount = 0.0;
|
276 |
|
277 |
if ( 'all' !== $this->supported_categories ) {
|
@@ -279,18 +296,18 @@ final class WPBDP__Fee_Plan {
|
|
279 |
}
|
280 |
}
|
281 |
|
282 |
-
if ( 'flat'
|
283 |
$this->pricing_details = array();
|
284 |
}
|
285 |
|
286 |
// Free plan is special.
|
287 |
-
if ( 'free'
|
288 |
-
$this->pricing_model
|
289 |
-
$this->amount
|
290 |
-
$this->sticky
|
291 |
-
$this->recurring
|
292 |
$this->supported_categories = 'all';
|
293 |
-
$this->enabled
|
294 |
}
|
295 |
}
|
296 |
|
@@ -310,27 +327,33 @@ final class WPBDP__Fee_Plan {
|
|
310 |
}
|
311 |
|
312 |
if ( 1 == $this->recurring ) {
|
313 |
-
if ( 0
|
314 |
$errors[] = str_replace( '<a>', '<a href="#wpbdp-fee-form-days">', _x( 'To set this fee as "Recurring" you must have a time for the listing to renew (e.g. 30 days). To avoid issues with the listing, please edit the <a>fee plan</a> appropriately.', 'fees-api', 'WPBDM' ) );
|
315 |
}
|
316 |
|
317 |
$error_message = _x( 'To set this fee as "Recurring" you must set a price for your fee plan. To avoid issues with the listing, please edit the <a>fee plan</a> appropriately.', 'fees-api', 'WPBDM' );
|
318 |
|
319 |
-
if ( 'flat'
|
320 |
$errors[] = str_replace( '<a>', '<a href="#wpbdp-fee-form-fee-price">', $error_message );
|
321 |
}
|
322 |
|
323 |
-
if ( 'variable'
|
324 |
$errors[] = str_replace( '<a>', '<a href="#wpbdp-fee-form-fee-category">', $error_message );
|
325 |
}
|
326 |
|
327 |
-
if ( 'extra'
|
328 |
$errors[] = str_replace( '<a>', '<a href="#wpbdp-fee-form-fee-price">', $error_message );
|
329 |
}
|
330 |
}
|
331 |
|
332 |
return $errors;
|
333 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
}
|
335 |
|
336 |
-
require_once
|
1 |
<?php
|
2 |
+
/**
|
3 |
+
* Class Fee Plan Creates, Updates and Deletes Directory Plans
|
4 |
+
*
|
5 |
+
* @package BDP/Includes
|
6 |
+
*/
|
7 |
+
|
8 |
+
// phpcs:disable
|
9 |
+
|
10 |
/**
|
11 |
* @since 5.0
|
12 |
+
*
|
13 |
+
* @SuppressWarnings(PHPMD)
|
14 |
*/
|
15 |
final class WPBDP__Fee_Plan {
|
16 |
|
17 |
private $id = 0;
|
18 |
|
19 |
+
private $label = '';
|
20 |
private $description = '';
|
21 |
+
private $amount = 0.0;
|
22 |
+
private $days = 0;
|
23 |
+
private $images = 0;
|
24 |
+
private $enabled = true;
|
25 |
|
26 |
+
private $sticky = false;
|
27 |
private $recurring = false;
|
28 |
|
29 |
+
private $pricing_model = 'flat';
|
30 |
private $pricing_details = array();
|
31 |
|
32 |
private $supported_categories = 'all';
|
33 |
|
34 |
+
private $weight = 0;
|
35 |
+
private $tag = '';
|
36 |
private $extra_data = array();
|
37 |
|
38 |
|
47 |
$value = call_user_func( array( $this, 'get_' . $key ) );
|
48 |
} else {
|
49 |
$value = &$this->{$key};
|
50 |
+
}
|
51 |
|
52 |
return $value;
|
53 |
}
|
94 |
}
|
95 |
|
96 |
if ( ! $this->exists() ) {
|
97 |
+
unset( $row['id'] );
|
98 |
}
|
99 |
|
100 |
$row['pricing_details'] = serialize( $row['pricing_details'] );
|
109 |
$row['extra_data'] = serialize( $row['extra_data'] );
|
110 |
}
|
111 |
|
112 |
+
$saved = false;
|
113 |
$update = $this->exists();
|
114 |
if ( $update ) {
|
115 |
$saved = $wpdb->update( $wpdb->prefix . 'wpbdp_plans', $row, array( 'id' => $this->id ) );
|
127 |
}
|
128 |
|
129 |
$wpdb->update(
|
130 |
+
$wpdb->prefix . 'wpbdp_listings',
|
131 |
array( 'is_sticky' => $this->sticky ? 1 : 0 ),
|
132 |
array(
|
133 |
'fee_id' => $this->id,
|
134 |
+
)
|
135 |
+
);
|
136 |
}
|
137 |
|
138 |
return $saved;
|
160 |
$items = array();
|
161 |
|
162 |
if ( wpbdp_get_option( 'allow-images' ) ) {
|
163 |
+
if ( ! $this->images ) {
|
164 |
$items['images'] = _x( 'No images allowed.', 'fee plan', 'WPBDM' );
|
165 |
+
} else {
|
166 |
+
$items['images'] = sprintf( _nx( '%d image allowed.', '%d images allowed.', $this->images, 'fee plan', 'WPBDM' ), $this->images );
|
167 |
+
}
|
168 |
}
|
169 |
|
170 |
$items = apply_filters( 'wpbdp_plan_feature_list', $items, $this );
|
175 |
* @since 5.0
|
176 |
*/
|
177 |
public function calculate_amount( $categories = array() ) {
|
178 |
+
$amount = 0.0;
|
179 |
$pricing_info = $this->pricing_details;
|
180 |
|
181 |
switch ( $this->pricing_model ) {
|
182 |
+
case 'variable':
|
183 |
+
$amount = array_sum( wp_array_slice_assoc( $pricing_info, $categories ) );
|
184 |
+
break;
|
185 |
+
case 'extra':
|
186 |
+
$amount = $this->amount + ( $pricing_info['extra'] * count( $categories ) );
|
187 |
+
break;
|
188 |
+
case 'flat':
|
189 |
+
default:
|
190 |
+
$amount = $this->amount;
|
191 |
+
break;
|
192 |
}
|
193 |
|
194 |
return $amount;
|
198 |
* @since 5.0
|
199 |
*/
|
200 |
public function supports_category_selection( $categories = array() ) {
|
201 |
+
if ( ! $categories ) {
|
202 |
return true;
|
203 |
+
}
|
204 |
|
205 |
+
if ( is_string( $this->supported_categories ) && 'all' === $this->supported_categories ) {
|
206 |
return true;
|
207 |
+
}
|
208 |
|
209 |
+
if ( array_diff( $categories, $this->supported_categories ) ) {
|
210 |
return false;
|
211 |
+
}
|
212 |
|
213 |
return true;
|
214 |
}
|
227 |
}
|
228 |
|
229 |
$row['pricing_details'] = maybe_unserialize( $row['pricing_details'] );
|
230 |
+
$row['extra_data'] = maybe_unserialize( $row['extra_data'] );
|
231 |
|
232 |
$instance = new self( $row );
|
233 |
return $instance;
|
237 |
* @since 5.0
|
238 |
*/
|
239 |
public function calculate_expiration_time( $base_time = null ) {
|
240 |
+
if ( ! $base_time ) {
|
241 |
$base_time = current_time( 'timestamp' );
|
242 |
+
}
|
243 |
|
244 |
+
if ( 0 === $this->days ) {
|
245 |
return null;
|
246 |
+
}
|
247 |
|
248 |
$expire_time = strtotime( sprintf( '+%d days', $this->days ), $base_time );
|
249 |
return date( 'Y-m-d H:i:s', $expire_time );
|
262 |
}
|
263 |
|
264 |
private function sanitize() {
|
265 |
+
$this->label = trim( $this->label );
|
266 |
+
$this->amount = floatval( trim( $this->amount ) );
|
267 |
+
$this->days = absint( $this->days );
|
268 |
+
$this->images = absint( $this->images );
|
269 |
+
$this->sticky = (bool) $this->sticky;
|
270 |
+
$this->recurring = (bool) $this->recurring;
|
271 |
+
$this->pricing_model = empty( $this->pricing_model ) ? 'flat' : $this->pricing_model;
|
272 |
+
$this->tag = strtolower( trim( $this->tag ) );
|
273 |
|
274 |
+
if ( 'all' !== $this->supported_categories ) {
|
275 |
+
$this->supported_categories = array_filter( array_map( 'absint', (array) $this->supported_categories ), array( $this, 'sanitize_category' ) );
|
276 |
}
|
277 |
|
278 |
+
if ( empty( $this->supported_categories ) ) {
|
279 |
+
$this->supported_categories = 'all';
|
280 |
}
|
281 |
|
282 |
+
if ( 'extra' === $this->pricing_model ) {
|
283 |
$this->pricing_details = array(
|
284 |
'extra' => floatval( $this->pricing_details['extra'] ),
|
285 |
);
|
288 |
}
|
289 |
|
290 |
// Unset details for categories that are not supported.
|
291 |
+
if ( 'variable' === $this->pricing_model ) {
|
292 |
$this->amount = 0.0;
|
293 |
|
294 |
if ( 'all' !== $this->supported_categories ) {
|
296 |
}
|
297 |
}
|
298 |
|
299 |
+
if ( 'flat' === $this->pricing_model ) {
|
300 |
$this->pricing_details = array();
|
301 |
}
|
302 |
|
303 |
// Free plan is special.
|
304 |
+
if ( 'free' === $this->tag ) {
|
305 |
+
$this->pricing_model = 'flat';
|
306 |
+
$this->amount = 0.0;
|
307 |
+
$this->sticky = false;
|
308 |
+
$this->recurring = false;
|
309 |
$this->supported_categories = 'all';
|
310 |
+
$this->enabled = true;
|
311 |
}
|
312 |
}
|
313 |
|
327 |
}
|
328 |
|
329 |
if ( 1 == $this->recurring ) {
|
330 |
+
if ( 0 === $this->days ) {
|
331 |
$errors[] = str_replace( '<a>', '<a href="#wpbdp-fee-form-days">', _x( 'To set this fee as "Recurring" you must have a time for the listing to renew (e.g. 30 days). To avoid issues with the listing, please edit the <a>fee plan</a> appropriately.', 'fees-api', 'WPBDM' ) );
|
332 |
}
|
333 |
|
334 |
$error_message = _x( 'To set this fee as "Recurring" you must set a price for your fee plan. To avoid issues with the listing, please edit the <a>fee plan</a> appropriately.', 'fees-api', 'WPBDM' );
|
335 |
|
336 |
+
if ( 'flat' === $this->pricing_model && 0 === $this->amount ) {
|
337 |
$errors[] = str_replace( '<a>', '<a href="#wpbdp-fee-form-fee-price">', $error_message );
|
338 |
}
|
339 |
|
340 |
+
if ( 'variable' === $this->pricing_model && 0 === array_sum( $this->pricing_details ) ) {
|
341 |
$errors[] = str_replace( '<a>', '<a href="#wpbdp-fee-form-fee-category">', $error_message );
|
342 |
}
|
343 |
|
344 |
+
if ( 'extra' === $this->pricing_model && 0 === $this->amount + $this->pricing_details['extra'] ) {
|
345 |
$errors[] = str_replace( '<a>', '<a href="#wpbdp-fee-form-fee-price">', $error_message );
|
346 |
}
|
347 |
}
|
348 |
|
349 |
return $errors;
|
350 |
}
|
351 |
+
|
352 |
+
private function sanitize_category( $category_id ) {
|
353 |
+
$category = get_term( absint( $category_id ), WPBDP_CATEGORY_TAX );
|
354 |
+
return $category && ! is_wp_error( $category );
|
355 |
+
|
356 |
+
}
|
357 |
}
|
358 |
|
359 |
+
require_once WPBDP_INC . 'compatibility/deprecated/class-fee-plan.php';
|
includes/class-wpbdp.php
CHANGED
@@ -19,7 +19,7 @@ final class WPBDP {
|
|
19 |
}
|
20 |
|
21 |
private function setup_constants() {
|
22 |
-
define( 'WPBDP_VERSION', '5.5' );
|
23 |
|
24 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
25 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
19 |
}
|
20 |
|
21 |
private function setup_constants() {
|
22 |
+
define( 'WPBDP_VERSION', '5.5.1' );
|
23 |
|
24 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
25 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
includes/licensing.php
CHANGED
@@ -1,17 +1,21 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
//
|
4 |
-
// set_site_transient( 'update_plugins', null );
|
5 |
-
|
6 |
|
7 |
/**
|
8 |
* @since 3.4.2
|
|
|
9 |
*/
|
10 |
class WPBDP_Licensing {
|
11 |
|
12 |
const STORE_URL = 'https://businessdirectoryplugin.com/';
|
13 |
|
14 |
-
private $items
|
15 |
private $licenses = array(); // License information: status, last check, etc.
|
16 |
|
17 |
public function __construct() {
|
@@ -44,14 +48,14 @@ class WPBDP_Licensing {
|
|
44 |
}
|
45 |
|
46 |
public function add_item( $args = array() ) {
|
47 |
-
$defaults
|
48 |
'item_type' => 'module',
|
49 |
'file' => '',
|
50 |
'id' => ! empty( $args['file'] ) ? trim( str_replace( '.php', '', basename( $args['file'] ) ) ) : '',
|
51 |
'name' => '',
|
52 |
-
'version' => ''
|
53 |
);
|
54 |
-
$args
|
55 |
$args['slug'] = plugin_basename( $args['file'] );
|
56 |
|
57 |
$this->items[ $args['id'] ] = $args;
|
@@ -89,21 +93,28 @@ class WPBDP_Licensing {
|
|
89 |
}
|
90 |
|
91 |
wpbdp_register_settings_group( 'licenses', __( 'Licenses', 'WPBDM' ) );
|
92 |
-
wpbdp_register_settings_group(
|
|
|
|
|
|
|
|
|
|
|
93 |
|
94 |
if ( $modules ) {
|
95 |
wpbdp_register_settings_group( 'licenses/modules', _x( 'Premium Modules', 'settings', 'WPBDM' ), 'licenses/main' );
|
96 |
|
97 |
foreach ( $modules as $module ) {
|
98 |
-
wpbdp_register_setting(
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
|
|
|
|
107 |
}
|
108 |
}
|
109 |
|
@@ -111,15 +122,17 @@ class WPBDP_Licensing {
|
|
111 |
wpbdp_register_settings_group( 'licenses/themes', _x( 'Themes', 'settings', 'WPBDM' ), 'licenses/main' );
|
112 |
|
113 |
foreach ( $themes as $theme ) {
|
114 |
-
wpbdp_register_setting(
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
|
|
|
|
123 |
}
|
124 |
}
|
125 |
}
|
@@ -143,13 +156,15 @@ class WPBDP_Licensing {
|
|
143 |
|
144 |
$license_status = $this->get_license_status( $value, $item_id, $item_type );
|
145 |
|
146 |
-
$licensing_info_attr = json_encode(
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
|
|
|
|
153 |
|
154 |
$html = '';
|
155 |
$html .= '<div class="wpbdp-license-key-activation-ui wpbdp-license-status-' . $license_status . '" data-licensing="' . esc_attr( $licensing_info_attr ) . '">';
|
@@ -199,19 +214,22 @@ class WPBDP_Licensing {
|
|
199 |
}
|
200 |
|
201 |
function admin_menu( $menu ) {
|
202 |
-
if ( ! current_user_can( 'administrator' ) || ! $this->items
|
203 |
return;
|
|
|
204 |
|
205 |
-
add_submenu_page(
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
|
|
|
|
211 |
global $submenu;
|
212 |
|
213 |
foreach ( $submenu as $menu_id => &$m ) {
|
214 |
-
if ( $menu == $menu_id
|
215 |
foreach ( $m as &$i ) {
|
216 |
if ( 'wpbdp-licenses' == $i[2] ) {
|
217 |
$i[2] = admin_url( 'admin.php?page=wpbdp_settings&tab=licenses' );
|
@@ -229,7 +247,10 @@ class WPBDP_Licensing {
|
|
229 |
return;
|
230 |
}
|
231 |
|
232 |
-
$this->licenses[ $setting['licensing_item_type'] . '-' . $setting['licensing_item'] ] = array(
|
|
|
|
|
|
|
233 |
update_option( 'wpbdp_licenses', $this->licenses );
|
234 |
|
235 |
return $new_value;
|
@@ -272,19 +293,21 @@ class WPBDP_Licensing {
|
|
272 |
}
|
273 |
|
274 |
private function activate_license( $item_type, $item_id ) {
|
275 |
-
if ( ! in_array( $item_id, array_keys( $this->items ), true ) )
|
276 |
return new WP_Error( 'invalid-module', _x( 'Invalid item ID', 'licensing', 'WPBDM' ), $module );
|
|
|
277 |
|
278 |
$key = wpbdp_get_option( 'license-key-' . $item_type . '-' . $item_id );
|
279 |
|
280 |
-
if ( ! $key )
|
281 |
return new WP_Error( 'no-license-provided', _x( 'No license key provided', 'licensing', 'WPBDM' ) );
|
|
|
282 |
|
283 |
$request = array(
|
284 |
'edd_action' => 'activate_license',
|
285 |
-
'license'
|
286 |
-
'item_name'
|
287 |
-
'url'
|
288 |
);
|
289 |
|
290 |
// Call the licensing server.
|
@@ -301,11 +324,11 @@ class WPBDP_Licensing {
|
|
301 |
update_option( 'wpbdp_licenses', $this->licenses );
|
302 |
|
303 |
if ( 'revoked' === $license_data->error ) {
|
304 |
-
$message
|
305 |
-
$message.= '<br/><br/>';
|
306 |
-
$message.= _x(
|
307 |
-
$message.= '<br/><br/>';
|
308 |
-
$message.= _x( 'Please include the email address you used to purchase <module-name> with your report.', 'licensing', 'WPBDM' );
|
309 |
|
310 |
$message = str_replace( '<support-link>', '<a href="https://businessdirectoryplugin.com/contact">', $message );
|
311 |
$message = str_replace( '</support-link>', '</a>', $message );
|
@@ -322,9 +345,9 @@ class WPBDP_Licensing {
|
|
322 |
}
|
323 |
}
|
324 |
|
325 |
-
$this->licenses[ $item_type . '-' . $item_id ]['license_key']
|
326 |
-
$this->licenses[ $item_type . '-' . $item_id ]['status']
|
327 |
-
$this->licenses[ $item_type . '-' . $item_id ]['expires']
|
328 |
$this->licenses[ $item_type . '-' . $item_id ]['last_checked'] = time();
|
329 |
update_option( 'wpbdp_licenses', $this->licenses );
|
330 |
|
@@ -332,8 +355,9 @@ class WPBDP_Licensing {
|
|
332 |
}
|
333 |
|
334 |
private function deactivate_license( $item_type, $item_id ) {
|
335 |
-
if ( ! in_array( $item_id, array_keys( $this->items ), true ) )
|
336 |
return new WP_Error( 'invalid-module', _x( 'Invalid module ID', 'licensing', 'WPBDM' ), $module );
|
|
|
337 |
|
338 |
// Remove licensing information.
|
339 |
unset( $this->licenses[ $item_type . '-' . $item_id ] );
|
@@ -343,24 +367,27 @@ class WPBDP_Licensing {
|
|
343 |
|
344 |
$request = array(
|
345 |
'edd_action' => 'deactivate_license',
|
346 |
-
'license'
|
347 |
-
'item_name'
|
348 |
-
'url'
|
349 |
);
|
350 |
|
351 |
// Call the licensing server.
|
352 |
$response = $this->license_request( add_query_arg( $request, self::STORE_URL ) );
|
353 |
|
354 |
-
if ( is_wp_error( $response ) )
|
355 |
return $response;
|
|
|
356 |
|
357 |
$license_data = json_decode( wp_remote_retrieve_body( $response ) );
|
358 |
|
359 |
-
if ( ! is_object( $license_data ) || ! $license_data || ! isset( $license_data->license ) )
|
360 |
return new WP_Error( 'invalid-license', _x( 'License key is invalid', 'licensing', 'WPBDM' ) );
|
|
|
361 |
|
362 |
-
if ( 'deactivated' !== $license_data->license )
|
363 |
return new WP_Error( 'deactivation-failed', _x( 'Deactivation failed', 'licensing', 'WPBDM' ) );
|
|
|
364 |
|
365 |
return true;
|
366 |
}
|
@@ -373,19 +400,19 @@ class WPBDP_Licensing {
|
|
373 |
|
374 |
$r = curl_exec( $ch );
|
375 |
|
376 |
-
$error_number
|
377 |
$error_message = curl_error( $ch );
|
378 |
|
379 |
curl_close( $ch );
|
380 |
|
381 |
if ( in_array( $error_number, array( 7 ), true ) ) {
|
382 |
-
$message
|
383 |
-
$message.= '<br/><br/>';
|
384 |
-
$message.= '<code>curl: (' . $error_number . ') ' . $error_message . '</code>';
|
385 |
-
$message.= '<br/><br/>';
|
386 |
-
$message.= _x(
|
387 |
-
$message.= '<br/><br/>';
|
388 |
-
$message.= _x( 'Include this error message with your report.', 'licensing', 'WPBDM' );
|
389 |
|
390 |
$message = str_replace( '<support-link>', '<a href="https://businessdirectoryplugin.com/contact">', $message );
|
391 |
$message = str_replace( '</support-link>', '</a>', $message );
|
@@ -397,14 +424,14 @@ class WPBDP_Licensing {
|
|
397 |
} elseif ( in_array( $error_number, array( 35 ), true ) ) {
|
398 |
$message = '<strong>' . _x( "It was not possible to establish a connection with Business Directory's server. A problem occurred in the SSL/TSL handshake:", 'licensing', 'WPBDM' ) . '</strong>';
|
399 |
|
400 |
-
$message.= '<br/><br/>';
|
401 |
-
$message.= '<code>curl: (' . $error_number . ') ' . $error_message . '</code>';
|
402 |
-
$message.= '<br/><br/>';
|
403 |
-
$message.= _x( 'To ensure the security of our systems and adhere to industry best practices, we require that your server uses a recent version of cURL and a version of OpenSSL that supports TLSv1.2 (minimum version with support is OpenSSL 1.0.1c).', 'licensing', 'WPBDM' );
|
404 |
-
$message.= '<br/><br/>';
|
405 |
-
$message.= _x( 'Upgrading your system will not only allow you to communicate with Business Directory servers but also help you prepare your website to interact with services using the latest security standards.', 'licensing', 'WPBDM' );
|
406 |
-
$message.= '<br/><br/>';
|
407 |
-
$message.= _x( 'Please contact your hosting provider and ask them to upgrade your system. Include this message if necesary.', 'licensing', 'WPBDM' );
|
408 |
|
409 |
// The javascript handler already adds a dot at the end.
|
410 |
$message = rtrim( $message, '.' );
|
@@ -417,21 +444,27 @@ class WPBDP_Licensing {
|
|
417 |
|
418 |
private function license_request( $url ) {
|
419 |
// Call the licensing server.
|
420 |
-
$response = wp_remote_get(
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
|
422 |
if ( is_wp_error( $response ) ) {
|
423 |
return $this->handle_failed_license_request( $response );
|
424 |
}
|
425 |
|
426 |
-
$response_code
|
427 |
$response_message = wp_remote_retrieve_response_message( $response );
|
428 |
|
429 |
if ( 403 == $response_code ) {
|
430 |
-
$message
|
431 |
-
$message.= '<br/><br/>';
|
432 |
-
$message.= _x(
|
433 |
-
$message.= '<br/><br/>';
|
434 |
-
$message.= _x( 'Include this error message with your report.', 'licensing', 'WPBDM' );
|
435 |
|
436 |
$message = str_replace( '<support-link>', '<a href="https://businessdirectoryplugin.com/contact">', $message );
|
437 |
$message = str_replace( '</support-link>', '</a>', $message );
|
@@ -499,7 +532,7 @@ class WPBDP_Licensing {
|
|
499 |
|
500 |
echo '<ul>';
|
501 |
if ( $modules ) {
|
502 |
-
$modules_str
|
503 |
foreach ( $modules as $m ) {
|
504 |
$modules_str .= '<span class="item-name">' . $m['name'] . '</span>';
|
505 |
}
|
@@ -510,7 +543,7 @@ class WPBDP_Licensing {
|
|
510 |
}
|
511 |
|
512 |
if ( $themes ) {
|
513 |
-
$themes_str
|
514 |
foreach ( $themes as $t ) {
|
515 |
$themes_str .= '<span class="item-name">' . $t['name'] . '</span>';
|
516 |
}
|
@@ -555,7 +588,7 @@ class WPBDP_Licensing {
|
|
555 |
|
556 |
echo '<ul>';
|
557 |
if ( $modules ) {
|
558 |
-
$modules_str
|
559 |
foreach ( $modules as $m ) {
|
560 |
$modules_str .= '<span class="item-name">' . $m['name'] . '</span>';
|
561 |
}
|
@@ -566,7 +599,7 @@ class WPBDP_Licensing {
|
|
566 |
}
|
567 |
|
568 |
if ( $themes ) {
|
569 |
-
$themes_str
|
570 |
foreach ( $themes as $t ) {
|
571 |
$themes_str .= '<span class="item-name">' . $t['name'] . '</span>';
|
572 |
}
|
@@ -613,12 +646,12 @@ class WPBDP_Licensing {
|
|
613 |
|
614 |
foreach ( $this->items as $item ) {
|
615 |
$item_key = $item['item_type'] . '-' . $item['id'];
|
616 |
-
$key
|
617 |
|
618 |
if ( ! $key ) {
|
619 |
$licenses[ $item_key ] = array(
|
620 |
'status' => 'invalid',
|
621 |
-
'last_checked' => time()
|
622 |
);
|
623 |
continue;
|
624 |
}
|
@@ -627,9 +660,15 @@ class WPBDP_Licensing {
|
|
627 |
'edd_action' => 'check_license',
|
628 |
'license' => $key,
|
629 |
'item_name' => $item['name'],
|
630 |
-
'url' => home_url()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
631 |
);
|
632 |
-
$response = wp_remote_get( add_query_arg( $request_args, self::STORE_URL ), array( 'timeout' => 15, 'sslverify' => false ) );
|
633 |
|
634 |
if ( is_wp_error( $response ) ) {
|
635 |
continue;
|
@@ -645,7 +684,7 @@ class WPBDP_Licensing {
|
|
645 |
'status' => $response_obj->license,
|
646 |
'license_key' => $key,
|
647 |
'expires' => isset( $response_obj->expires ) ? $response_obj->expires : '',
|
648 |
-
'last_checked' => time()
|
649 |
);
|
650 |
}
|
651 |
|
@@ -693,7 +732,7 @@ class WPBDP_Licensing {
|
|
693 |
die();
|
694 |
}
|
695 |
|
696 |
-
$result
|
697 |
$response = new WPBDP_Ajax_Response();
|
698 |
|
699 |
if ( is_wp_error( $result ) ) {
|
@@ -710,14 +749,14 @@ class WPBDP_Licensing {
|
|
710 |
}
|
711 |
|
712 |
$store_url = set_url_scheme( trim( self::STORE_URL, '/' ), 'https' );
|
713 |
-
$home_url
|
714 |
|
715 |
// Don't allow a plugin to ping itself.
|
716 |
if ( $store_url == $home_url ) {
|
717 |
return array();
|
718 |
}
|
719 |
|
720 |
-
$updates
|
721 |
$needs_refresh = false;
|
722 |
|
723 |
foreach ( $this->items as $item ) {
|
@@ -735,15 +774,22 @@ class WPBDP_Licensing {
|
|
735 |
'edd_action' => 'batch_get_version',
|
736 |
'licenses' => array(),
|
737 |
'items' => array(),
|
738 |
-
'url' => home_url()
|
739 |
);
|
740 |
|
741 |
foreach ( $this->items as $item ) {
|
742 |
$args['licenses'][] = wpbdp_get_option( 'license-key-' . $item['item_type'] . '-' . $item['id'] );
|
743 |
-
$args['items'][]
|
744 |
}
|
745 |
|
746 |
-
$request = wp_remote_get(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
747 |
|
748 |
if ( is_wp_error( $request ) ) {
|
749 |
return array();
|
@@ -830,7 +876,7 @@ class WPBDP_Licensing {
|
|
830 |
$transient->response[ $wp_name ] = $updates[ $item_key ];
|
831 |
}
|
832 |
|
833 |
-
$transient->last_checked
|
834 |
$transient->checked[ $wp_name ] = $module['version'];
|
835 |
}
|
836 |
|
@@ -850,31 +896,36 @@ class WPBDP_Licensing {
|
|
850 |
$item = array_pop( $matches );
|
851 |
|
852 |
$http_args = array(
|
853 |
-
'timeout'
|
854 |
'sslverify' => false,
|
855 |
-
'body'
|
856 |
'edd_action' => 'get_version',
|
857 |
-
'item_name'
|
858 |
-
'license'
|
859 |
-
'url'
|
860 |
-
)
|
861 |
);
|
862 |
-
$request
|
863 |
|
864 |
if ( ! is_wp_error( $request ) ) {
|
865 |
$request = json_decode( wp_remote_retrieve_body( $request ) );
|
866 |
|
867 |
if ( $request && is_object( $request ) && isset( $request->sections ) ) {
|
868 |
$request->sections = maybe_unserialize( $request->sections );
|
869 |
-
$data
|
870 |
}
|
871 |
}
|
872 |
|
873 |
return $data;
|
874 |
}
|
875 |
|
876 |
-
|
|
|
|
|
|
|
|
|
877 |
|
|
|
878 |
}
|
879 |
|
880 |
/**
|
@@ -890,7 +941,7 @@ function wpbdp_licensing_register_module( $name, $file_, $version ) {
|
|
890 |
|
891 |
// TODO: Use numbered placeholders with sprintf or named placeholders with str_replace.
|
892 |
/* translators: "<module-name>" version <version-number> is not... */
|
893 |
-
wpbdp_deprecation_warning( sprintf( _x( '"%s" version %s is not compatible with Business Directory Plugin 5.0. Please update this module to the latest available version.', 'deprecation', 'WPBDM' ), '<strong>' . esc_html( $name ) . '</strong>', '<strong>' . $version . '</strong>' ) );
|
894 |
$wpbdp_compat_modules_registry[] = array( $name, $file_, $version );
|
895 |
|
896 |
return false;
|
@@ -898,6 +949,7 @@ function wpbdp_licensing_register_module( $name, $file_, $version ) {
|
|
898 |
|
899 |
/**
|
900 |
* Added for compatibility with < 5.x modules.
|
|
|
901 |
* @since 5.0.1
|
902 |
*/
|
903 |
function wpbdp_compat_register_old_modules() {
|
@@ -905,7 +957,7 @@ function wpbdp_compat_register_old_modules() {
|
|
905 |
|
906 |
if ( ! isset( $wpbdp_compat_modules_registry ) || empty( $wpbdp_compat_modules_registry ) ) {
|
907 |
$wpbdp_compat_modules_registry = array();
|
908 |
-
}
|
909 |
|
910 |
// Gateways are a special case since they are registered in 'wpbdp_register_gateways'.
|
911 |
if ( has_filter( 'wpbdp_register_gateways' ) ) {
|
@@ -917,7 +969,7 @@ function wpbdp_compat_register_old_modules() {
|
|
917 |
|
918 |
if ( 'business-directory-paypal.php' == $plugin_file_basename ) {
|
919 |
$wpbdp_compat_modules_registry[] = array( 'PayPal Gateway Module', $plugin_file, '3.5.6' );
|
920 |
-
}
|
921 |
$wpbdp_compat_modules_registry[] = array( '2Checkout Gateway Module', $plugin_file, '3.6.2' );
|
922 |
}
|
923 |
}
|
@@ -925,7 +977,14 @@ function wpbdp_compat_register_old_modules() {
|
|
925 |
}
|
926 |
|
927 |
foreach ( $wpbdp_compat_modules_registry as $m ) {
|
928 |
-
wpbdp()->licensing->add_item(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
929 |
}
|
930 |
}
|
931 |
add_action( 'wpbdp_licensing_before_updates_check', 'wpbdp_compat_register_old_modules' );
|
1 |
<?php
|
2 |
+
/**
|
3 |
+
* WPBDP Licensing class checks for licenses status, activates/deactivates licenses.
|
4 |
+
*
|
5 |
+
* @package BDP/Includes
|
6 |
+
*/
|
7 |
|
8 |
+
// phpcs:disable
|
|
|
|
|
9 |
|
10 |
/**
|
11 |
* @since 3.4.2
|
12 |
+
* @SuppressWarnings(PHPMD)
|
13 |
*/
|
14 |
class WPBDP_Licensing {
|
15 |
|
16 |
const STORE_URL = 'https://businessdirectoryplugin.com/';
|
17 |
|
18 |
+
private $items = array(); // Items (modules and/or themes) registered with the Licensing API.
|
19 |
private $licenses = array(); // License information: status, last check, etc.
|
20 |
|
21 |
public function __construct() {
|
48 |
}
|
49 |
|
50 |
public function add_item( $args = array() ) {
|
51 |
+
$defaults = array(
|
52 |
'item_type' => 'module',
|
53 |
'file' => '',
|
54 |
'id' => ! empty( $args['file'] ) ? trim( str_replace( '.php', '', basename( $args['file'] ) ) ) : '',
|
55 |
'name' => '',
|
56 |
+
'version' => '',
|
57 |
);
|
58 |
+
$args = wp_parse_args( $args, $defaults );
|
59 |
$args['slug'] = plugin_basename( $args['file'] );
|
60 |
|
61 |
$this->items[ $args['id'] ] = $args;
|
93 |
}
|
94 |
|
95 |
wpbdp_register_settings_group( 'licenses', __( 'Licenses', 'WPBDM' ) );
|
96 |
+
wpbdp_register_settings_group(
|
97 |
+
'licenses/main', __( 'Licenses', 'WPBDM' ), 'licenses', array(
|
98 |
+
'desc' => $this->get_settings_section_description(),
|
99 |
+
'custom_form' => true,
|
100 |
+
)
|
101 |
+
);
|
102 |
|
103 |
if ( $modules ) {
|
104 |
wpbdp_register_settings_group( 'licenses/modules', _x( 'Premium Modules', 'settings', 'WPBDM' ), 'licenses/main' );
|
105 |
|
106 |
foreach ( $modules as $module ) {
|
107 |
+
wpbdp_register_setting(
|
108 |
+
array(
|
109 |
+
'id' => 'license-key-module-' . $module['id'],
|
110 |
+
'name' => $module['name'],
|
111 |
+
'licensing_item' => $module['id'],
|
112 |
+
'licensing_item_type' => 'module',
|
113 |
+
'type' => 'license_key',
|
114 |
+
'on_update' => array( $this, 'license_key_changed_callback' ),
|
115 |
+
'group' => 'licenses/modules',
|
116 |
+
)
|
117 |
+
);
|
118 |
}
|
119 |
}
|
120 |
|
122 |
wpbdp_register_settings_group( 'licenses/themes', _x( 'Themes', 'settings', 'WPBDM' ), 'licenses/main' );
|
123 |
|
124 |
foreach ( $themes as $theme ) {
|
125 |
+
wpbdp_register_setting(
|
126 |
+
array(
|
127 |
+
'id' => 'license-key-theme-' . $theme['id'],
|
128 |
+
'name' => $theme['name'],
|
129 |
+
'type' => 'license_key',
|
130 |
+
'licensing_item' => $theme['id'],
|
131 |
+
'licensing_item_type' => 'theme',
|
132 |
+
'on_update' => array( $this, 'license_key_changed_callback' ),
|
133 |
+
'group' => 'licenses/themes',
|
134 |
+
)
|
135 |
+
);
|
136 |
}
|
137 |
}
|
138 |
}
|
156 |
|
157 |
$license_status = $this->get_license_status( $value, $item_id, $item_type );
|
158 |
|
159 |
+
$licensing_info_attr = json_encode(
|
160 |
+
array(
|
161 |
+
'setting' => $setting['id'],
|
162 |
+
'item_type' => $item_type,
|
163 |
+
'item_id' => $item_id,
|
164 |
+
'status' => $license_status,
|
165 |
+
'nonce' => wp_create_nonce( 'license activation' ),
|
166 |
+
)
|
167 |
+
);
|
168 |
|
169 |
$html = '';
|
170 |
$html .= '<div class="wpbdp-license-key-activation-ui wpbdp-license-status-' . $license_status . '" data-licensing="' . esc_attr( $licensing_info_attr ) . '">';
|
214 |
}
|
215 |
|
216 |
function admin_menu( $menu ) {
|
217 |
+
if ( ! current_user_can( 'administrator' ) || ! $this->items ) {
|
218 |
return;
|
219 |
+
}
|
220 |
|
221 |
+
add_submenu_page(
|
222 |
+
'wpbdp_admin',
|
223 |
+
_x( 'Licenses', 'settings', 'WPBDM' ),
|
224 |
+
_x( 'Licenses', 'settings', 'WPBDM' ),
|
225 |
+
'administrator',
|
226 |
+
'wpbdp-licenses',
|
227 |
+
'__return_false'
|
228 |
+
);
|
229 |
global $submenu;
|
230 |
|
231 |
foreach ( $submenu as $menu_id => &$m ) {
|
232 |
+
if ( $menu == $menu_id ) {
|
233 |
foreach ( $m as &$i ) {
|
234 |
if ( 'wpbdp-licenses' == $i[2] ) {
|
235 |
$i[2] = admin_url( 'admin.php?page=wpbdp_settings&tab=licenses' );
|
247 |
return;
|
248 |
}
|
249 |
|
250 |
+
$this->licenses[ $setting['licensing_item_type'] . '-' . $setting['licensing_item'] ] = array(
|
251 |
+
'license_key' => $new_value,
|
252 |
+
'status' => 'unknown',
|
253 |
+
);
|
254 |
update_option( 'wpbdp_licenses', $this->licenses );
|
255 |
|
256 |
return $new_value;
|
293 |
}
|
294 |
|
295 |
private function activate_license( $item_type, $item_id ) {
|
296 |
+
if ( ! in_array( $item_id, array_keys( $this->items ), true ) ) {
|
297 |
return new WP_Error( 'invalid-module', _x( 'Invalid item ID', 'licensing', 'WPBDM' ), $module );
|
298 |
+
}
|
299 |
|
300 |
$key = wpbdp_get_option( 'license-key-' . $item_type . '-' . $item_id );
|
301 |
|
302 |
+
if ( ! $key ) {
|
303 |
return new WP_Error( 'no-license-provided', _x( 'No license key provided', 'licensing', 'WPBDM' ) );
|
304 |
+
}
|
305 |
|
306 |
$request = array(
|
307 |
'edd_action' => 'activate_license',
|
308 |
+
'license' => $key,
|
309 |
+
'item_name' => urlencode( $this->items[ $item_id ]['name'] ),
|
310 |
+
'url' => home_url(),
|
311 |
);
|
312 |
|
313 |
// Call the licensing server.
|
324 |
update_option( 'wpbdp_licenses', $this->licenses );
|
325 |
|
326 |
if ( 'revoked' === $license_data->error ) {
|
327 |
+
$message = '<strong>' . _x( 'The license key was revoked.', 'licensing', 'WPBDM' ) . '</strong>';
|
328 |
+
$message .= '<br/><br/>';
|
329 |
+
$message .= _x( 'If you think this is a mistake, please contact <support-link>Business Directory support</support-link> and let them know your license is being reported as revoked by the licensing software.', 'licensing', 'WPBDM' );
|
330 |
+
$message .= '<br/><br/>';
|
331 |
+
$message .= _x( 'Please include the email address you used to purchase <module-name> with your report.', 'licensing', 'WPBDM' );
|
332 |
|
333 |
$message = str_replace( '<support-link>', '<a href="https://businessdirectoryplugin.com/contact">', $message );
|
334 |
$message = str_replace( '</support-link>', '</a>', $message );
|
345 |
}
|
346 |
}
|
347 |
|
348 |
+
$this->licenses[ $item_type . '-' . $item_id ]['license_key'] = $key;
|
349 |
+
$this->licenses[ $item_type . '-' . $item_id ]['status'] = 'valid';
|
350 |
+
$this->licenses[ $item_type . '-' . $item_id ]['expires'] = $license_data->expires;
|
351 |
$this->licenses[ $item_type . '-' . $item_id ]['last_checked'] = time();
|
352 |
update_option( 'wpbdp_licenses', $this->licenses );
|
353 |
|
355 |
}
|
356 |
|
357 |
private function deactivate_license( $item_type, $item_id ) {
|
358 |
+
if ( ! in_array( $item_id, array_keys( $this->items ), true ) ) {
|
359 |
return new WP_Error( 'invalid-module', _x( 'Invalid module ID', 'licensing', 'WPBDM' ), $module );
|
360 |
+
}
|
361 |
|
362 |
// Remove licensing information.
|
363 |
unset( $this->licenses[ $item_type . '-' . $item_id ] );
|
367 |
|
368 |
$request = array(
|
369 |
'edd_action' => 'deactivate_license',
|
370 |
+
'license' => $key,
|
371 |
+
'item_name' => urlencode( $this->items[ $item_id ]['name'] ),
|
372 |
+
'url' => home_url(),
|
373 |
);
|
374 |
|
375 |
// Call the licensing server.
|
376 |
$response = $this->license_request( add_query_arg( $request, self::STORE_URL ) );
|
377 |
|
378 |
+
if ( is_wp_error( $response ) ) {
|
379 |
return $response;
|
380 |
+
}
|
381 |
|
382 |
$license_data = json_decode( wp_remote_retrieve_body( $response ) );
|
383 |
|
384 |
+
if ( ! is_object( $license_data ) || ! $license_data || ! isset( $license_data->license ) ) {
|
385 |
return new WP_Error( 'invalid-license', _x( 'License key is invalid', 'licensing', 'WPBDM' ) );
|
386 |
+
}
|
387 |
|
388 |
+
if ( 'deactivated' !== $license_data->license ) {
|
389 |
return new WP_Error( 'deactivation-failed', _x( 'Deactivation failed', 'licensing', 'WPBDM' ) );
|
390 |
+
}
|
391 |
|
392 |
return true;
|
393 |
}
|
400 |
|
401 |
$r = curl_exec( $ch );
|
402 |
|
403 |
+
$error_number = curl_errno( $ch );
|
404 |
$error_message = curl_error( $ch );
|
405 |
|
406 |
curl_close( $ch );
|
407 |
|
408 |
if ( in_array( $error_number, array( 7 ), true ) ) {
|
409 |
+
$message = '<strong>' . _x( "It was not possible to establish a connection with Business Directory's server. The connection failed with the following error:", 'licensing', 'WPBDM' ) . '</strong>';
|
410 |
+
$message .= '<br/><br/>';
|
411 |
+
$message .= '<code>curl: (' . $error_number . ') ' . $error_message . '</code>';
|
412 |
+
$message .= '<br/><br/>';
|
413 |
+
$message .= _x( 'It looks like your server is not authorized to make requests to Business Directory servers. Please contact <support-link>Business Directory support</support-link> and ask them to add your IP address <ip-address> to the whitelist.', 'licensing', 'WPBDM' );
|
414 |
+
$message .= '<br/><br/>';
|
415 |
+
$message .= _x( 'Include this error message with your report.', 'licensing', 'WPBDM' );
|
416 |
|
417 |
$message = str_replace( '<support-link>', '<a href="https://businessdirectoryplugin.com/contact">', $message );
|
418 |
$message = str_replace( '</support-link>', '</a>', $message );
|
424 |
} elseif ( in_array( $error_number, array( 35 ), true ) ) {
|
425 |
$message = '<strong>' . _x( "It was not possible to establish a connection with Business Directory's server. A problem occurred in the SSL/TSL handshake:", 'licensing', 'WPBDM' ) . '</strong>';
|
426 |
|
427 |
+
$message .= '<br/><br/>';
|
428 |
+
$message .= '<code>curl: (' . $error_number . ') ' . $error_message . '</code>';
|
429 |
+
$message .= '<br/><br/>';
|
430 |
+
$message .= _x( 'To ensure the security of our systems and adhere to industry best practices, we require that your server uses a recent version of cURL and a version of OpenSSL that supports TLSv1.2 (minimum version with support is OpenSSL 1.0.1c).', 'licensing', 'WPBDM' );
|
431 |
+
$message .= '<br/><br/>';
|
432 |
+
$message .= _x( 'Upgrading your system will not only allow you to communicate with Business Directory servers but also help you prepare your website to interact with services using the latest security standards.', 'licensing', 'WPBDM' );
|
433 |
+
$message .= '<br/><br/>';
|
434 |
+
$message .= _x( 'Please contact your hosting provider and ask them to upgrade your system. Include this message if necesary.', 'licensing', 'WPBDM' );
|
435 |
|
436 |
// The javascript handler already adds a dot at the end.
|
437 |
$message = rtrim( $message, '.' );
|
444 |
|
445 |
private function license_request( $url ) {
|
446 |
// Call the licensing server.
|
447 |
+
$response = wp_remote_get(
|
448 |
+
$url, array(
|
449 |
+
'timeout' => 15,
|
450 |
+
'user-agent' => $this->user_agent_header(),
|
451 |
+
'sslverify' => false,
|
452 |
+
)
|
453 |
+
);
|
454 |
|
455 |
if ( is_wp_error( $response ) ) {
|
456 |
return $this->handle_failed_license_request( $response );
|
457 |
}
|
458 |
|
459 |
+
$response_code = wp_remote_retrieve_response_code( $response );
|
460 |
$response_message = wp_remote_retrieve_response_message( $response );
|
461 |
|
462 |
if ( 403 == $response_code ) {
|
463 |
+
$message = '<strong>' . _x( 'The server returned a 403 Forbidden error.', 'licensing', 'WPBDM' ) . '</strong>';
|
464 |
+
$message .= '<br/><br/>';
|
465 |
+
$message .= _x( 'It looks like your server is not authorized to make requests to Business Directory servers. Please contact <support-link>Business Directory support</support-link> and ask them to add your IP address <ip-address> to the whitelist.', 'licensing', 'WPBDM' );
|
466 |
+
$message .= '<br/><br/>';
|
467 |
+
$message .= _x( 'Include this error message with your report.', 'licensing', 'WPBDM' );
|
468 |
|
469 |
$message = str_replace( '<support-link>', '<a href="https://businessdirectoryplugin.com/contact">', $message );
|
470 |
$message = str_replace( '</support-link>', '</a>', $message );
|
532 |
|
533 |
echo '<ul>';
|
534 |
if ( $modules ) {
|
535 |
+
$modules_str = '';
|
536 |
foreach ( $modules as $m ) {
|
537 |
$modules_str .= '<span class="item-name">' . $m['name'] . '</span>';
|
538 |
}
|
543 |
}
|
544 |
|
545 |
if ( $themes ) {
|
546 |
+
$themes_str = '';
|
547 |
foreach ( $themes as $t ) {
|
548 |
$themes_str .= '<span class="item-name">' . $t['name'] . '</span>';
|
549 |
}
|
588 |
|
589 |
echo '<ul>';
|
590 |
if ( $modules ) {
|
591 |
+
$modules_str = '';
|
592 |
foreach ( $modules as $m ) {
|
593 |
$modules_str .= '<span class="item-name">' . $m['name'] . '</span>';
|
594 |
}
|
599 |
}
|
600 |
|
601 |
if ( $themes ) {
|
602 |
+
$themes_str = '';
|
603 |
foreach ( $themes as $t ) {
|
604 |
$themes_str .= '<span class="item-name">' . $t['name'] . '</span>';
|
605 |
}
|
646 |
|
647 |
foreach ( $this->items as $item ) {
|
648 |
$item_key = $item['item_type'] . '-' . $item['id'];
|
649 |
+
$key = wpbdp_get_option( 'license-key-' . $item_key );
|
650 |
|
651 |
if ( ! $key ) {
|
652 |
$licenses[ $item_key ] = array(
|
653 |
'status' => 'invalid',
|
654 |
+
'last_checked' => time(),
|
655 |
);
|
656 |
continue;
|
657 |
}
|
660 |
'edd_action' => 'check_license',
|
661 |
'license' => $key,
|
662 |
'item_name' => $item['name'],
|
663 |
+
'url' => home_url(),
|
664 |
+
);
|
665 |
+
$response = wp_remote_get(
|
666 |
+
add_query_arg( $request_args, self::STORE_URL ), array(
|
667 |
+
'timeout' => 15,
|
668 |
+
'user-agent' => $this->user_agent_header(),
|
669 |
+
'sslverify' => false,
|
670 |
+
)
|
671 |
);
|
|
|
672 |
|
673 |
if ( is_wp_error( $response ) ) {
|
674 |
continue;
|
684 |
'status' => $response_obj->license,
|
685 |
'license_key' => $key,
|
686 |
'expires' => isset( $response_obj->expires ) ? $response_obj->expires : '',
|
687 |
+
'last_checked' => time(),
|
688 |
);
|
689 |
}
|
690 |
|
732 |
die();
|
733 |
}
|
734 |
|
735 |
+
$result = $this->deactivate_license( $item_type, $item_id );
|
736 |
$response = new WPBDP_Ajax_Response();
|
737 |
|
738 |
if ( is_wp_error( $result ) ) {
|
749 |
}
|
750 |
|
751 |
$store_url = set_url_scheme( trim( self::STORE_URL, '/' ), 'https' );
|
752 |
+
$home_url = set_url_scheme( trim( home_url(), '/' ), 'https' );
|
753 |
|
754 |
// Don't allow a plugin to ping itself.
|
755 |
if ( $store_url == $home_url ) {
|
756 |
return array();
|
757 |
}
|
758 |
|
759 |
+
$updates = get_transient( 'wpbdp_updates' );
|
760 |
$needs_refresh = false;
|
761 |
|
762 |
foreach ( $this->items as $item ) {
|
774 |
'edd_action' => 'batch_get_version',
|
775 |
'licenses' => array(),
|
776 |
'items' => array(),
|
777 |
+
'url' => home_url(),
|
778 |
);
|
779 |
|
780 |
foreach ( $this->items as $item ) {
|
781 |
$args['licenses'][] = wpbdp_get_option( 'license-key-' . $item['item_type'] . '-' . $item['id'] );
|
782 |
+
$args['items'][] = $item['name'];
|
783 |
}
|
784 |
|
785 |
+
$request = wp_remote_get(
|
786 |
+
self::STORE_URL, array(
|
787 |
+
'timeout' => 15,
|
788 |
+
'user-agent' => $this->user_agent_header(),
|
789 |
+
'sslverify' => false,
|
790 |
+
'body' => $args,
|
791 |
+
)
|
792 |
+
);
|
793 |
|
794 |
if ( is_wp_error( $request ) ) {
|
795 |
return array();
|
876 |
$transient->response[ $wp_name ] = $updates[ $item_key ];
|
877 |
}
|
878 |
|
879 |
+
$transient->last_checked = current_time( 'timestamp' );
|
880 |
$transient->checked[ $wp_name ] = $module['version'];
|
881 |
}
|
882 |
|
896 |
$item = array_pop( $matches );
|
897 |
|
898 |
$http_args = array(
|
899 |
+
'timeout' => 15,
|
900 |
'sslverify' => false,
|
901 |
+
'body' => array(
|
902 |
'edd_action' => 'get_version',
|
903 |
+
'item_name' => $item['name'],
|
904 |
+
'license' => wpbdp_get_option( 'license-key-' . $item['item_type'] . '-' . $item['id'] ),
|
905 |
+
'url' => home_url(),
|
906 |
+
),
|
907 |
);
|
908 |
+
$request = wp_remote_post( self::STORE_URL, $http_args );
|
909 |
|
910 |
if ( ! is_wp_error( $request ) ) {
|
911 |
$request = json_decode( wp_remote_retrieve_body( $request ) );
|
912 |
|
913 |
if ( $request && is_object( $request ) && isset( $request->sections ) ) {
|
914 |
$request->sections = maybe_unserialize( $request->sections );
|
915 |
+
$data = $request;
|
916 |
}
|
917 |
}
|
918 |
|
919 |
return $data;
|
920 |
}
|
921 |
|
922 |
+
function user_agent_header() {
|
923 |
+
$user_agent = 'WordPress %s / Business Directory Plugin %s';
|
924 |
+
$user_agent = sprintf( $user_agent, get_bloginfo( 'version' ), WPBDP_VERSION );
|
925 |
+
return $user_agent;
|
926 |
+
}
|
927 |
|
928 |
+
// }
|
929 |
}
|
930 |
|
931 |
/**
|
941 |
|
942 |
// TODO: Use numbered placeholders with sprintf or named placeholders with str_replace.
|
943 |
/* translators: "<module-name>" version <version-number> is not... */
|
944 |
+
wpbdp_deprecation_warning( sprintf( _x( '"%1$s" version %2$s is not compatible with Business Directory Plugin 5.0. Please update this module to the latest available version.', 'deprecation', 'WPBDM' ), '<strong>' . esc_html( $name ) . '</strong>', '<strong>' . $version . '</strong>' ) );
|
945 |
$wpbdp_compat_modules_registry[] = array( $name, $file_, $version );
|
946 |
|
947 |
return false;
|
949 |
|
950 |
/**
|
951 |
* Added for compatibility with < 5.x modules.
|
952 |
+
*
|
953 |
* @since 5.0.1
|
954 |
*/
|
955 |
function wpbdp_compat_register_old_modules() {
|
957 |
|
958 |
if ( ! isset( $wpbdp_compat_modules_registry ) || empty( $wpbdp_compat_modules_registry ) ) {
|
959 |
$wpbdp_compat_modules_registry = array();
|
960 |
+
}
|
961 |
|
962 |
// Gateways are a special case since they are registered in 'wpbdp_register_gateways'.
|
963 |
if ( has_filter( 'wpbdp_register_gateways' ) ) {
|
969 |
|
970 |
if ( 'business-directory-paypal.php' == $plugin_file_basename ) {
|
971 |
$wpbdp_compat_modules_registry[] = array( 'PayPal Gateway Module', $plugin_file, '3.5.6' );
|
972 |
+
} elseif ( 'business-directory-twocheckout.php' == $plugin_file_basename ) {
|
973 |
$wpbdp_compat_modules_registry[] = array( '2Checkout Gateway Module', $plugin_file, '3.6.2' );
|
974 |
}
|
975 |
}
|
977 |
}
|
978 |
|
979 |
foreach ( $wpbdp_compat_modules_registry as $m ) {
|
980 |
+
wpbdp()->licensing->add_item(
|
981 |
+
array(
|
982 |
+
'item_type' => 'module',
|
983 |
+
'name' => $m[0],
|
984 |
+
'file' => $m[1],
|
985 |
+
'version' => $m[2],
|
986 |
+
)
|
987 |
+
);
|
988 |
}
|
989 |
}
|
990 |
add_action( 'wpbdp_licensing_before_updates_check', 'wpbdp_compat_register_old_modules' );
|
includes/views/submit_listing.php
CHANGED
@@ -975,7 +975,7 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
|
|
975 |
$params = array(
|
976 |
'listing' => $this->listing,
|
977 |
'editing' => $this->editing,
|
978 |
-
'payment' => $this->listing->generate_or_retrieve_payment(),
|
979 |
);
|
980 |
|
981 |
return wpbdp_render( 'submit-listing-done', $params );
|
975 |
$params = array(
|
976 |
'listing' => $this->listing,
|
977 |
'editing' => $this->editing,
|
978 |
+
'payment' => $this->editing ? false : $this->listing->generate_or_retrieve_payment(),
|
979 |
);
|
980 |
|
981 |
return wpbdp_render( 'submit-listing-done', $params );
|
languages/WPBDM-ar.mo
CHANGED
Binary file
|
languages/WPBDM-ar.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2019-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"
|
@@ -320,7 +320,7 @@ msgstr "معرف تسجيل الدخول"
|
|
320 |
msgid "Transaction Key"
|
321 |
msgstr "مفتاح المعاملة"
|
322 |
|
323 |
-
#: includes/licensing.php:
|
324 |
#, fuzzy
|
325 |
msgid "Licenses"
|
326 |
msgstr "تراخيص"
|
@@ -4035,7 +4035,7 @@ msgctxt "admin settings"
|
|
4035 |
msgid "User registration date"
|
4036 |
msgstr "تاريخ تسجيل العضو"
|
4037 |
|
4038 |
-
#: includes/licensing.php:
|
4039 |
#, fuzzy
|
4040 |
msgctxt "admin settings"
|
4041 |
msgid "Enter License Key here"
|
@@ -4341,7 +4341,7 @@ msgid "Appearance"
|
|
4341 |
msgstr ""
|
4342 |
|
4343 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4344 |
-
#: includes/licensing.php:
|
4345 |
msgctxt "settings"
|
4346 |
msgid "Premium Modules"
|
4347 |
msgstr "وحدات ممتازة (Premium)"
|
@@ -5442,13 +5442,13 @@ msgctxt "settings"
|
|
5442 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5443 |
msgstr ""
|
5444 |
|
5445 |
-
#: includes/licensing.php:
|
5446 |
#, fuzzy
|
5447 |
msgctxt "settings"
|
5448 |
msgid "Themes"
|
5449 |
msgstr "القوالب"
|
5450 |
|
5451 |
-
#: includes/licensing.php:
|
5452 |
msgctxt "settings"
|
5453 |
msgid ""
|
5454 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -5456,24 +5456,24 @@ msgid ""
|
|
5456 |
"activate your licenses."
|
5457 |
msgstr ""
|
5458 |
|
5459 |
-
#: includes/licensing.php:
|
5460 |
#, fuzzy
|
5461 |
msgctxt "settings"
|
5462 |
msgid "Activate"
|
5463 |
msgstr "قم بالتفعيل"
|
5464 |
|
5465 |
-
#: includes/licensing.php:
|
5466 |
msgctxt "settings"
|
5467 |
msgid "Please wait..."
|
5468 |
msgstr ""
|
5469 |
|
5470 |
-
#: includes/licensing.php:
|
5471 |
#, fuzzy
|
5472 |
msgctxt "settings"
|
5473 |
msgid "Deactivate"
|
5474 |
msgstr "قم بالتفعيل"
|
5475 |
|
5476 |
-
#: includes/licensing.php:
|
5477 |
msgctxt "settings"
|
5478 |
msgid "Licenses"
|
5479 |
msgstr "التراخيص"
|
@@ -5916,13 +5916,13 @@ msgctxt "post type"
|
|
5916 |
msgid "Add New Listing"
|
5917 |
msgstr "إضافة إعلان جديد"
|
5918 |
|
5919 |
-
#: includes/class-fee-plan.php:
|
5920 |
#, fuzzy
|
5921 |
msgctxt "fee plan"
|
5922 |
msgid "No images allowed."
|
5923 |
msgstr "عدد الصور المسموح بها"
|
5924 |
|
5925 |
-
#: includes/class-fee-plan.php:
|
5926 |
#, fuzzy
|
5927 |
msgctxt "fee plan"
|
5928 |
msgid "%d image allowed."
|
@@ -5934,17 +5934,17 @@ msgstr[3] "الصور المسموح بها"
|
|
5934 |
msgstr[4] "الصور المسموح بها"
|
5935 |
msgstr[5] "الصور المسموح بها"
|
5936 |
|
5937 |
-
#: includes/class-fee-plan.php:
|
5938 |
msgctxt "fees-api"
|
5939 |
msgid "Fee label is required."
|
5940 |
msgstr "رسوم التسمية مطلوبة."
|
5941 |
|
5942 |
-
#: includes/class-fee-plan.php:
|
5943 |
msgctxt "fees-api"
|
5944 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5945 |
msgstr "يجب أن تكون رسوم مدة الإعلان بعدد أقل من 10 سنوات (3650 يوما)."
|
5946 |
|
5947 |
-
#: includes/class-fee-plan.php:
|
5948 |
msgctxt "fees-api"
|
5949 |
msgid ""
|
5950 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5952,7 +5952,7 @@ msgid ""
|
|
5952 |
"<a>fee plan</a> appropriately."
|
5953 |
msgstr ""
|
5954 |
|
5955 |
-
#: includes/class-fee-plan.php:
|
5956 |
msgctxt "fees-api"
|
5957 |
msgid ""
|
5958 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -7086,24 +7086,24 @@ msgctxt "default category name"
|
|
7086 |
msgid "General"
|
7087 |
msgstr "عام"
|
7088 |
|
7089 |
-
#: includes/licensing.php:
|
7090 |
#, fuzzy
|
7091 |
msgctxt "licensing"
|
7092 |
msgid "Invalid item ID"
|
7093 |
msgstr "معرف حقل غير صالح"
|
7094 |
|
7095 |
-
#: includes/licensing.php:
|
7096 |
msgctxt "licensing"
|
7097 |
msgid "No license key provided"
|
7098 |
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
7099 |
|
7100 |
-
#: includes/licensing.php:
|
7101 |
#, fuzzy
|
7102 |
msgctxt "licensing"
|
7103 |
msgid "The license key was revoked."
|
7104 |
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
7105 |
|
7106 |
-
#: includes/licensing.php:
|
7107 |
msgctxt "licensing"
|
7108 |
msgid ""
|
7109 |
"If you think this is a mistake, please contact <support-link>Business "
|
@@ -7111,36 +7111,36 @@ msgid ""
|
|
7111 |
"reported as revoked by the licensing software."
|
7112 |
msgstr ""
|
7113 |
|
7114 |
-
#: includes/licensing.php:
|
7115 |
msgctxt "licensing"
|
7116 |
msgid ""
|
7117 |
"Please include the email address you used to purchase <module-name> with "
|
7118 |
"your report."
|
7119 |
msgstr ""
|
7120 |
|
7121 |
-
#: includes/licensing.php:
|
7122 |
msgctxt "licensing"
|
7123 |
msgid "License key is invalid"
|
7124 |
msgstr "مفتاح الترخيص غير صالح"
|
7125 |
|
7126 |
-
#: includes/licensing.php:
|
7127 |
msgctxt "licensing"
|
7128 |
msgid "Invalid module ID"
|
7129 |
msgstr "معرف وحدة غير صالح"
|
7130 |
|
7131 |
-
#: includes/licensing.php:
|
7132 |
msgctxt "licensing"
|
7133 |
msgid "Deactivation failed"
|
7134 |
msgstr "فشل التعطيل"
|
7135 |
|
7136 |
-
#: includes/licensing.php:
|
7137 |
msgctxt "licensing"
|
7138 |
msgid ""
|
7139 |
"It was not possible to establish a connection with Business Directory's "
|
7140 |
"server. The connection failed with the following error:"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
-
#: includes/licensing.php:
|
7144 |
msgctxt "licensing"
|
7145 |
msgid ""
|
7146 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -7149,19 +7149,19 @@ msgid ""
|
|
7149 |
"whitelist."
|
7150 |
msgstr ""
|
7151 |
|
7152 |
-
#: includes/licensing.php:
|
7153 |
msgctxt "licensing"
|
7154 |
msgid "Include this error message with your report."
|
7155 |
msgstr ""
|
7156 |
|
7157 |
-
#: includes/licensing.php:
|
7158 |
msgctxt "licensing"
|
7159 |
msgid ""
|
7160 |
"It was not possible to establish a connection with Business Directory's "
|
7161 |
"server. A problem occurred in the SSL/TSL handshake:"
|
7162 |
msgstr ""
|
7163 |
|
7164 |
-
#: includes/licensing.php:
|
7165 |
msgctxt "licensing"
|
7166 |
msgid ""
|
7167 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -7170,7 +7170,7 @@ msgid ""
|
|
7170 |
"1.0.1c)."
|
7171 |
msgstr ""
|
7172 |
|
7173 |
-
#: includes/licensing.php:
|
7174 |
msgctxt "licensing"
|
7175 |
msgid ""
|
7176 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -7178,30 +7178,30 @@ msgid ""
|
|
7178 |
"services using the latest security standards."
|
7179 |
msgstr ""
|
7180 |
|
7181 |
-
#: includes/licensing.php:
|
7182 |
msgctxt "licensing"
|
7183 |
msgid ""
|
7184 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7185 |
"Include this message if necesary."
|
7186 |
msgstr ""
|
7187 |
|
7188 |
-
#: includes/licensing.php:
|
7189 |
msgctxt "licensing"
|
7190 |
msgid "Could not contact licensing server"
|
7191 |
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
7192 |
|
7193 |
-
#: includes/licensing.php:
|
7194 |
msgctxt "licensing"
|
7195 |
msgid "The server returned a 403 Forbidden error."
|
7196 |
msgstr ""
|
7197 |
|
7198 |
-
#: includes/licensing.php:
|
7199 |
#, fuzzy
|
7200 |
msgctxt "licensing"
|
7201 |
msgid "Business Directory - Please verify your license keys"
|
7202 |
msgstr "دليل الأعمال - إعادة تعيين الافتراضي"
|
7203 |
|
7204 |
-
#: includes/licensing.php:
|
7205 |
#, fuzzy
|
7206 |
msgctxt "licensing"
|
7207 |
msgid ""
|
@@ -7212,26 +7212,26 @@ msgstr ""
|
|
7212 |
"المفعول. إذهب إلى <a>إدارة الخيارات - التراخيص</a> لإدخال معلومات الترخيص "
|
7213 |
"الخاص بك."
|
7214 |
|
7215 |
-
#: includes/licensing.php:
|
7216 |
msgctxt "licensing"
|
7217 |
msgid ""
|
7218 |
"You need to activate the license keys for the following themes before they "
|
7219 |
"can be used: %s."
|
7220 |
msgstr ""
|
7221 |
|
7222 |
-
#: includes/licensing.php:
|
7223 |
#, fuzzy
|
7224 |
msgctxt "licensing"
|
7225 |
msgid "Review my license keys"
|
7226 |
msgstr "تجديد مفتاح الترخيص"
|
7227 |
|
7228 |
-
#: includes/licensing.php:
|
7229 |
#, fuzzy
|
7230 |
msgctxt "licensing"
|
7231 |
msgid "Business Directory - License key expired"
|
7232 |
msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
|
7233 |
|
7234 |
-
#: includes/licensing.php:
|
7235 |
#, fuzzy
|
7236 |
msgctxt "licensing"
|
7237 |
msgid ""
|
@@ -7242,7 +7242,7 @@ msgstr ""
|
|
7242 |
"انتهت صلاحية مفتاح الترخيص <span class=\"module-name\">%s %s</span>. سوف "
|
7243 |
"يستمر عمل الوحدة ولكن لن تتلقى أي مزيد من التحديثات حتى يتم تجديد الترخيص."
|
7244 |
|
7245 |
-
#: includes/licensing.php:
|
7246 |
#, fuzzy
|
7247 |
msgctxt "licensing"
|
7248 |
msgid ""
|
@@ -7253,37 +7253,37 @@ msgstr ""
|
|
7253 |
"انتهت صلاحية مفتاح الترخيص <span class=\"module-name\">%s %s</span>. سوف "
|
7254 |
"يستمر عمل الوحدة ولكن لن تتلقى أي مزيد من التحديثات حتى يتم تجديد الترخيص."
|
7255 |
|
7256 |
-
#: includes/licensing.php:
|
7257 |
#, fuzzy
|
7258 |
msgctxt "licensing"
|
7259 |
msgid "Please enter a license key."
|
7260 |
msgstr "يرجى إدخال بريد إلكتروني صحيح."
|
7261 |
|
7262 |
-
#: includes/licensing.php:
|
7263 |
msgctxt "licensing"
|
7264 |
msgid "Could not activate license: %s."
|
7265 |
msgstr "لا يمكن تفعيل الترخيص: %s."
|
7266 |
|
7267 |
-
#: includes/licensing.php:
|
7268 |
msgctxt "licensing"
|
7269 |
msgid "License activated"
|
7270 |
msgstr "تم تفعيل ترخيص"
|
7271 |
|
7272 |
-
#: includes/licensing.php:
|
7273 |
msgctxt "licensing"
|
7274 |
msgid "Could not deactivate license: %s."
|
7275 |
msgstr "لا يمكن إلغاء الترخيص: %s."
|
7276 |
|
7277 |
-
#: includes/licensing.php:
|
7278 |
msgctxt "licensing"
|
7279 |
msgid "License deactivated"
|
7280 |
msgstr "تم إلغاء تفعيل الترخيص"
|
7281 |
|
7282 |
#. translators: "<module-name>" version <version-number> is not...
|
7283 |
-
#: includes/licensing.php:
|
7284 |
msgctxt "deprecation"
|
7285 |
msgid ""
|
7286 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
7287 |
"Please update this module to the latest available version."
|
7288 |
msgstr ""
|
7289 |
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
9 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
320 |
msgid "Transaction Key"
|
321 |
msgstr "مفتاح المعاملة"
|
322 |
|
323 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
324 |
#, fuzzy
|
325 |
msgid "Licenses"
|
326 |
msgstr "تراخيص"
|
4035 |
msgid "User registration date"
|
4036 |
msgstr "تاريخ تسجيل العضو"
|
4037 |
|
4038 |
+
#: includes/licensing.php:173
|
4039 |
#, fuzzy
|
4040 |
msgctxt "admin settings"
|
4041 |
msgid "Enter License Key here"
|
4341 |
msgstr ""
|
4342 |
|
4343 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4344 |
+
#: includes/licensing.php:104
|
4345 |
msgctxt "settings"
|
4346 |
msgid "Premium Modules"
|
4347 |
msgstr "وحدات ممتازة (Premium)"
|
5442 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5443 |
msgstr ""
|
5444 |
|
5445 |
+
#: includes/licensing.php:122
|
5446 |
#, fuzzy
|
5447 |
msgctxt "settings"
|
5448 |
msgid "Themes"
|
5449 |
msgstr "القوالب"
|
5450 |
|
5451 |
+
#: includes/licensing.php:147
|
5452 |
msgctxt "settings"
|
5453 |
msgid ""
|
5454 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
5456 |
"activate your licenses."
|
5457 |
msgstr ""
|
5458 |
|
5459 |
+
#: includes/licensing.php:174
|
5460 |
#, fuzzy
|
5461 |
msgctxt "settings"
|
5462 |
msgid "Activate"
|
5463 |
msgstr "قم بالتفعيل"
|
5464 |
|
5465 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
5466 |
msgctxt "settings"
|
5467 |
msgid "Please wait..."
|
5468 |
msgstr ""
|
5469 |
|
5470 |
+
#: includes/licensing.php:175
|
5471 |
#, fuzzy
|
5472 |
msgctxt "settings"
|
5473 |
msgid "Deactivate"
|
5474 |
msgstr "قم بالتفعيل"
|
5475 |
|
5476 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
5477 |
msgctxt "settings"
|
5478 |
msgid "Licenses"
|
5479 |
msgstr "التراخيص"
|
5916 |
msgid "Add New Listing"
|
5917 |
msgstr "إضافة إعلان جديد"
|
5918 |
|
5919 |
+
#: includes/class-fee-plan.php:164
|
5920 |
#, fuzzy
|
5921 |
msgctxt "fee plan"
|
5922 |
msgid "No images allowed."
|
5923 |
msgstr "عدد الصور المسموح بها"
|
5924 |
|
5925 |
+
#: includes/class-fee-plan.php:166
|
5926 |
#, fuzzy
|
5927 |
msgctxt "fee plan"
|
5928 |
msgid "%d image allowed."
|
5934 |
msgstr[4] "الصور المسموح بها"
|
5935 |
msgstr[5] "الصور المسموح بها"
|
5936 |
|
5937 |
+
#: includes/class-fee-plan.php:320
|
5938 |
msgctxt "fees-api"
|
5939 |
msgid "Fee label is required."
|
5940 |
msgstr "رسوم التسمية مطلوبة."
|
5941 |
|
5942 |
+
#: includes/class-fee-plan.php:326
|
5943 |
msgctxt "fees-api"
|
5944 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5945 |
msgstr "يجب أن تكون رسوم مدة الإعلان بعدد أقل من 10 سنوات (3650 يوما)."
|
5946 |
|
5947 |
+
#: includes/class-fee-plan.php:331
|
5948 |
msgctxt "fees-api"
|
5949 |
msgid ""
|
5950 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5952 |
"<a>fee plan</a> appropriately."
|
5953 |
msgstr ""
|
5954 |
|
5955 |
+
#: includes/class-fee-plan.php:334
|
5956 |
msgctxt "fees-api"
|
5957 |
msgid ""
|
5958 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
7086 |
msgid "General"
|
7087 |
msgstr "عام"
|
7088 |
|
7089 |
+
#: includes/licensing.php:297
|
7090 |
#, fuzzy
|
7091 |
msgctxt "licensing"
|
7092 |
msgid "Invalid item ID"
|
7093 |
msgstr "معرف حقل غير صالح"
|
7094 |
|
7095 |
+
#: includes/licensing.php:303
|
7096 |
msgctxt "licensing"
|
7097 |
msgid "No license key provided"
|
7098 |
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
7099 |
|
7100 |
+
#: includes/licensing.php:327
|
7101 |
#, fuzzy
|
7102 |
msgctxt "licensing"
|
7103 |
msgid "The license key was revoked."
|
7104 |
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
7105 |
|
7106 |
+
#: includes/licensing.php:329
|
7107 |
msgctxt "licensing"
|
7108 |
msgid ""
|
7109 |
"If you think this is a mistake, please contact <support-link>Business "
|
7111 |
"reported as revoked by the licensing software."
|
7112 |
msgstr ""
|
7113 |
|
7114 |
+
#: includes/licensing.php:331
|
7115 |
msgctxt "licensing"
|
7116 |
msgid ""
|
7117 |
"Please include the email address you used to purchase <module-name> with "
|
7118 |
"your report."
|
7119 |
msgstr ""
|
7120 |
|
7121 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
7122 |
msgctxt "licensing"
|
7123 |
msgid "License key is invalid"
|
7124 |
msgstr "مفتاح الترخيص غير صالح"
|
7125 |
|
7126 |
+
#: includes/licensing.php:359
|
7127 |
msgctxt "licensing"
|
7128 |
msgid "Invalid module ID"
|
7129 |
msgstr "معرف وحدة غير صالح"
|
7130 |
|
7131 |
+
#: includes/licensing.php:389
|
7132 |
msgctxt "licensing"
|
7133 |
msgid "Deactivation failed"
|
7134 |
msgstr "فشل التعطيل"
|
7135 |
|
7136 |
+
#: includes/licensing.php:409
|
7137 |
msgctxt "licensing"
|
7138 |
msgid ""
|
7139 |
"It was not possible to establish a connection with Business Directory's "
|
7140 |
"server. The connection failed with the following error:"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
7144 |
msgctxt "licensing"
|
7145 |
msgid ""
|
7146 |
"It looks like your server is not authorized to make requests to Business "
|
7149 |
"whitelist."
|
7150 |
msgstr ""
|
7151 |
|
7152 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
7153 |
msgctxt "licensing"
|
7154 |
msgid "Include this error message with your report."
|
7155 |
msgstr ""
|
7156 |
|
7157 |
+
#: includes/licensing.php:425
|
7158 |
msgctxt "licensing"
|
7159 |
msgid ""
|
7160 |
"It was not possible to establish a connection with Business Directory's "
|
7161 |
"server. A problem occurred in the SSL/TSL handshake:"
|
7162 |
msgstr ""
|
7163 |
|
7164 |
+
#: includes/licensing.php:430
|
7165 |
msgctxt "licensing"
|
7166 |
msgid ""
|
7167 |
"To ensure the security of our systems and adhere to industry best practices, "
|
7170 |
"1.0.1c)."
|
7171 |
msgstr ""
|
7172 |
|
7173 |
+
#: includes/licensing.php:432
|
7174 |
msgctxt "licensing"
|
7175 |
msgid ""
|
7176 |
"Upgrading your system will not only allow you to communicate with Business "
|
7178 |
"services using the latest security standards."
|
7179 |
msgstr ""
|
7180 |
|
7181 |
+
#: includes/licensing.php:434
|
7182 |
msgctxt "licensing"
|
7183 |
msgid ""
|
7184 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7185 |
"Include this message if necesary."
|
7186 |
msgstr ""
|
7187 |
|
7188 |
+
#: includes/licensing.php:441
|
7189 |
msgctxt "licensing"
|
7190 |
msgid "Could not contact licensing server"
|
7191 |
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
7192 |
|
7193 |
+
#: includes/licensing.php:463
|
7194 |
msgctxt "licensing"
|
7195 |
msgid "The server returned a 403 Forbidden error."
|
7196 |
msgstr ""
|
7197 |
|
7198 |
+
#: includes/licensing.php:531
|
7199 |
#, fuzzy
|
7200 |
msgctxt "licensing"
|
7201 |
msgid "Business Directory - Please verify your license keys"
|
7202 |
msgstr "دليل الأعمال - إعادة تعيين الافتراضي"
|
7203 |
|
7204 |
+
#: includes/licensing.php:541
|
7205 |
#, fuzzy
|
7206 |
msgctxt "licensing"
|
7207 |
msgid ""
|
7212 |
"المفعول. إذهب إلى <a>إدارة الخيارات - التراخيص</a> لإدخال معلومات الترخيص "
|
7213 |
"الخاص بك."
|
7214 |
|
7215 |
+
#: includes/licensing.php:552
|
7216 |
msgctxt "licensing"
|
7217 |
msgid ""
|
7218 |
"You need to activate the license keys for the following themes before they "
|
7219 |
"can be used: %s."
|
7220 |
msgstr ""
|
7221 |
|
7222 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
7223 |
#, fuzzy
|
7224 |
msgctxt "licensing"
|
7225 |
msgid "Review my license keys"
|
7226 |
msgstr "تجديد مفتاح الترخيص"
|
7227 |
|
7228 |
+
#: includes/licensing.php:587
|
7229 |
#, fuzzy
|
7230 |
msgctxt "licensing"
|
7231 |
msgid "Business Directory - License key expired"
|
7232 |
msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
|
7233 |
|
7234 |
+
#: includes/licensing.php:597
|
7235 |
#, fuzzy
|
7236 |
msgctxt "licensing"
|
7237 |
msgid ""
|
7242 |
"انتهت صلاحية مفتاح الترخيص <span class=\"module-name\">%s %s</span>. سوف "
|
7243 |
"يستمر عمل الوحدة ولكن لن تتلقى أي مزيد من التحديثات حتى يتم تجديد الترخيص."
|
7244 |
|
7245 |
+
#: includes/licensing.php:608
|
7246 |
#, fuzzy
|
7247 |
msgctxt "licensing"
|
7248 |
msgid ""
|
7253 |
"انتهت صلاحية مفتاح الترخيص <span class=\"module-name\">%s %s</span>. سوف "
|
7254 |
"يستمر عمل الوحدة ولكن لن تتلقى أي مزيد من التحديثات حتى يتم تجديد الترخيص."
|
7255 |
|
7256 |
+
#: includes/licensing.php:708
|
7257 |
#, fuzzy
|
7258 |
msgctxt "licensing"
|
7259 |
msgid "Please enter a license key."
|
7260 |
msgstr "يرجى إدخال بريد إلكتروني صحيح."
|
7261 |
|
7262 |
+
#: includes/licensing.php:717
|
7263 |
msgctxt "licensing"
|
7264 |
msgid "Could not activate license: %s."
|
7265 |
msgstr "لا يمكن تفعيل الترخيص: %s."
|
7266 |
|
7267 |
+
#: includes/licensing.php:719
|
7268 |
msgctxt "licensing"
|
7269 |
msgid "License activated"
|
7270 |
msgstr "تم تفعيل ترخيص"
|
7271 |
|
7272 |
+
#: includes/licensing.php:739
|
7273 |
msgctxt "licensing"
|
7274 |
msgid "Could not deactivate license: %s."
|
7275 |
msgstr "لا يمكن إلغاء الترخيص: %s."
|
7276 |
|
7277 |
+
#: includes/licensing.php:741
|
7278 |
msgctxt "licensing"
|
7279 |
msgid "License deactivated"
|
7280 |
msgstr "تم إلغاء تفعيل الترخيص"
|
7281 |
|
7282 |
#. translators: "<module-name>" version <version-number> is not...
|
7283 |
+
#: includes/licensing.php:944
|
7284 |
msgctxt "deprecation"
|
7285 |
msgid ""
|
7286 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
7287 |
"Please update this module to the latest available version."
|
7288 |
msgstr ""
|
7289 |
|
languages/WPBDM-de_DE.mo
CHANGED
Binary file
|
languages/WPBDM-de_DE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2019-01-
|
9 |
"PO-Revision-Date: 2018-03-02 08:40-0500\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
@@ -320,7 +320,7 @@ msgstr "Login"
|
|
320 |
msgid "Transaction Key"
|
321 |
msgstr "Transaktionen"
|
322 |
|
323 |
-
#: includes/licensing.php:
|
324 |
#, fuzzy
|
325 |
msgid "Licenses"
|
326 |
msgstr "Lizenz"
|
@@ -4073,7 +4073,7 @@ msgctxt "admin settings"
|
|
4073 |
msgid "User registration date"
|
4074 |
msgstr "Eintrag Enddatum"
|
4075 |
|
4076 |
-
#: includes/licensing.php:
|
4077 |
#, fuzzy
|
4078 |
msgctxt "admin settings"
|
4079 |
msgid "Enter License Key here"
|
@@ -4343,7 +4343,7 @@ msgid "Appearance"
|
|
4343 |
msgstr ""
|
4344 |
|
4345 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4346 |
-
#: includes/licensing.php:
|
4347 |
msgctxt "settings"
|
4348 |
msgid "Premium Modules"
|
4349 |
msgstr "Premium Module"
|
@@ -5429,13 +5429,13 @@ msgctxt "settings"
|
|
5429 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5430 |
msgstr ""
|
5431 |
|
5432 |
-
#: includes/licensing.php:
|
5433 |
#, fuzzy
|
5434 |
msgctxt "settings"
|
5435 |
msgid "Themes"
|
5436 |
msgstr "Preise Verwalten"
|
5437 |
|
5438 |
-
#: includes/licensing.php:
|
5439 |
msgctxt "settings"
|
5440 |
msgid ""
|
5441 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -5443,24 +5443,24 @@ msgid ""
|
|
5443 |
"activate your licenses."
|
5444 |
msgstr ""
|
5445 |
|
5446 |
-
#: includes/licensing.php:
|
5447 |
#, fuzzy
|
5448 |
msgctxt "settings"
|
5449 |
msgid "Activate"
|
5450 |
msgstr "Aktiviere Lizenz"
|
5451 |
|
5452 |
-
#: includes/licensing.php:
|
5453 |
msgctxt "settings"
|
5454 |
msgid "Please wait..."
|
5455 |
msgstr ""
|
5456 |
|
5457 |
-
#: includes/licensing.php:
|
5458 |
#, fuzzy
|
5459 |
msgctxt "settings"
|
5460 |
msgid "Deactivate"
|
5461 |
msgstr "Aktiviere Lizenz"
|
5462 |
|
5463 |
-
#: includes/licensing.php:
|
5464 |
msgctxt "settings"
|
5465 |
msgid "Licenses"
|
5466 |
msgstr "Lizenz"
|
@@ -5902,31 +5902,31 @@ msgctxt "post type"
|
|
5902 |
msgid "Add New Listing"
|
5903 |
msgstr "Neuen Eintrag erstellen"
|
5904 |
|
5905 |
-
#: includes/class-fee-plan.php:
|
5906 |
msgctxt "fee plan"
|
5907 |
msgid "No images allowed."
|
5908 |
msgstr "Keine Bilder erlaubt."
|
5909 |
|
5910 |
-
#: includes/class-fee-plan.php:
|
5911 |
msgctxt "fee plan"
|
5912 |
msgid "%d image allowed."
|
5913 |
msgid_plural "%d images allowed."
|
5914 |
msgstr[0] "%d Bild erlaubt."
|
5915 |
msgstr[1] "%d Bilder erlaubt."
|
5916 |
|
5917 |
-
#: includes/class-fee-plan.php:
|
5918 |
msgctxt "fees-api"
|
5919 |
msgid "Fee label is required."
|
5920 |
msgstr "Preisbezeichnung erforderlich."
|
5921 |
|
5922 |
-
#: includes/class-fee-plan.php:
|
5923 |
msgctxt "fees-api"
|
5924 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5925 |
msgstr ""
|
5926 |
"Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
|
5927 |
"Tage)."
|
5928 |
|
5929 |
-
#: includes/class-fee-plan.php:
|
5930 |
msgctxt "fees-api"
|
5931 |
msgid ""
|
5932 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5934,7 +5934,7 @@ msgid ""
|
|
5934 |
"<a>fee plan</a> appropriately."
|
5935 |
msgstr ""
|
5936 |
|
5937 |
-
#: includes/class-fee-plan.php:
|
5938 |
msgctxt "fees-api"
|
5939 |
msgid ""
|
5940 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -7069,24 +7069,24 @@ msgctxt "default category name"
|
|
7069 |
msgid "General"
|
7070 |
msgstr "Allgemein"
|
7071 |
|
7072 |
-
#: includes/licensing.php:
|
7073 |
#, fuzzy
|
7074 |
msgctxt "licensing"
|
7075 |
msgid "Invalid item ID"
|
7076 |
msgstr "Ungültige Feld ID"
|
7077 |
|
7078 |
-
#: includes/licensing.php:
|
7079 |
msgctxt "licensing"
|
7080 |
msgid "No license key provided"
|
7081 |
msgstr "Kein Lizenzschlüssel"
|
7082 |
|
7083 |
-
#: includes/licensing.php:
|
7084 |
#, fuzzy
|
7085 |
msgctxt "licensing"
|
7086 |
msgid "The license key was revoked."
|
7087 |
msgstr "Kein Lizenzschlüssel"
|
7088 |
|
7089 |
-
#: includes/licensing.php:
|
7090 |
msgctxt "licensing"
|
7091 |
msgid ""
|
7092 |
"If you think this is a mistake, please contact <support-link>Business "
|
@@ -7094,36 +7094,36 @@ msgid ""
|
|
7094 |
"reported as revoked by the licensing software."
|
7095 |
msgstr ""
|
7096 |
|
7097 |
-
#: includes/licensing.php:
|
7098 |
msgctxt "licensing"
|
7099 |
msgid ""
|
7100 |
"Please include the email address you used to purchase <module-name> with "
|
7101 |
"your report."
|
7102 |
msgstr ""
|
7103 |
|
7104 |
-
#: includes/licensing.php:
|
7105 |
msgctxt "licensing"
|
7106 |
msgid "License key is invalid"
|
7107 |
msgstr "Lizenzschlüssel ungültig "
|
7108 |
|
7109 |
-
#: includes/licensing.php:
|
7110 |
msgctxt "licensing"
|
7111 |
msgid "Invalid module ID"
|
7112 |
msgstr "Ungültige Modul ID"
|
7113 |
|
7114 |
-
#: includes/licensing.php:
|
7115 |
msgctxt "licensing"
|
7116 |
msgid "Deactivation failed"
|
7117 |
msgstr "Deaktivierung fehlgeschlagen"
|
7118 |
|
7119 |
-
#: includes/licensing.php:
|
7120 |
msgctxt "licensing"
|
7121 |
msgid ""
|
7122 |
"It was not possible to establish a connection with Business Directory's "
|
7123 |
"server. The connection failed with the following error:"
|
7124 |
msgstr ""
|
7125 |
|
7126 |
-
#: includes/licensing.php:
|
7127 |
msgctxt "licensing"
|
7128 |
msgid ""
|
7129 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -7132,19 +7132,19 @@ msgid ""
|
|
7132 |
"whitelist."
|
7133 |
msgstr ""
|
7134 |
|
7135 |
-
#: includes/licensing.php:
|
7136 |
msgctxt "licensing"
|
7137 |
msgid "Include this error message with your report."
|
7138 |
msgstr ""
|
7139 |
|
7140 |
-
#: includes/licensing.php:
|
7141 |
msgctxt "licensing"
|
7142 |
msgid ""
|
7143 |
"It was not possible to establish a connection with Business Directory's "
|
7144 |
"server. A problem occurred in the SSL/TSL handshake:"
|
7145 |
msgstr ""
|
7146 |
|
7147 |
-
#: includes/licensing.php:
|
7148 |
msgctxt "licensing"
|
7149 |
msgid ""
|
7150 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -7153,7 +7153,7 @@ msgid ""
|
|
7153 |
"1.0.1c)."
|
7154 |
msgstr ""
|
7155 |
|
7156 |
-
#: includes/licensing.php:
|
7157 |
msgctxt "licensing"
|
7158 |
msgid ""
|
7159 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -7161,30 +7161,30 @@ msgid ""
|
|
7161 |
"services using the latest security standards."
|
7162 |
msgstr ""
|
7163 |
|
7164 |
-
#: includes/licensing.php:
|
7165 |
msgctxt "licensing"
|
7166 |
msgid ""
|
7167 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7168 |
"Include this message if necesary."
|
7169 |
msgstr ""
|
7170 |
|
7171 |
-
#: includes/licensing.php:
|
7172 |
msgctxt "licensing"
|
7173 |
msgid "Could not contact licensing server"
|
7174 |
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
7175 |
|
7176 |
-
#: includes/licensing.php:
|
7177 |
msgctxt "licensing"
|
7178 |
msgid "The server returned a 403 Forbidden error."
|
7179 |
msgstr ""
|
7180 |
|
7181 |
-
#: includes/licensing.php:
|
7182 |
#, fuzzy
|
7183 |
msgctxt "licensing"
|
7184 |
msgid "Business Directory - Please verify your license keys"
|
7185 |
msgstr "Branchenverzeichnis - letzte Einträge"
|
7186 |
|
7187 |
-
#: includes/licensing.php:
|
7188 |
#, fuzzy
|
7189 |
msgctxt "licensing"
|
7190 |
msgid ""
|
@@ -7195,26 +7195,26 @@ msgstr ""
|
|
7195 |
"Lizenzschlüssel angegeben wurde. Gehen Sie zu <a>Optionen verwalten - "
|
7196 |
"Lizenzen</a>, um Ihre Lizenzinformation einzugeben."
|
7197 |
|
7198 |
-
#: includes/licensing.php:
|
7199 |
msgctxt "licensing"
|
7200 |
msgid ""
|
7201 |
"You need to activate the license keys for the following themes before they "
|
7202 |
"can be used: %s."
|
7203 |
msgstr ""
|
7204 |
|
7205 |
-
#: includes/licensing.php:
|
7206 |
#, fuzzy
|
7207 |
msgctxt "licensing"
|
7208 |
msgid "Review my license keys"
|
7209 |
msgstr "Erneuere Lizenzschlüssel"
|
7210 |
|
7211 |
-
#: includes/licensing.php:
|
7212 |
#, fuzzy
|
7213 |
msgctxt "licensing"
|
7214 |
msgid "Business Directory - License key expired"
|
7215 |
msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
|
7216 |
|
7217 |
-
#: includes/licensing.php:
|
7218 |
#, fuzzy
|
7219 |
msgctxt "licensing"
|
7220 |
msgid ""
|
@@ -7226,7 +7226,7 @@ msgstr ""
|
|
7226 |
"abgelaufen. Das Modul wird weiter ausgeführt, jedoch nicht weiter "
|
7227 |
"aktualisiert, bis ein neuer Lizenzschlüssel eingegeben wurde."
|
7228 |
|
7229 |
-
#: includes/licensing.php:
|
7230 |
#, fuzzy
|
7231 |
msgctxt "licensing"
|
7232 |
msgid ""
|
@@ -7238,37 +7238,37 @@ msgstr ""
|
|
7238 |
"abgelaufen. Das Modul wird weiter ausgeführt, jedoch nicht weiter "
|
7239 |
"aktualisiert, bis ein neuer Lizenzschlüssel eingegeben wurde."
|
7240 |
|
7241 |
-
#: includes/licensing.php:
|
7242 |
#, fuzzy
|
7243 |
msgctxt "licensing"
|
7244 |
msgid "Please enter a license key."
|
7245 |
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
7246 |
|
7247 |
-
#: includes/licensing.php:
|
7248 |
msgctxt "licensing"
|
7249 |
msgid "Could not activate license: %s."
|
7250 |
msgstr "Konnte Lizenz nicht aktivieren: %s"
|
7251 |
|
7252 |
-
#: includes/licensing.php:
|
7253 |
msgctxt "licensing"
|
7254 |
msgid "License activated"
|
7255 |
msgstr "Lizenz aktiviert"
|
7256 |
|
7257 |
-
#: includes/licensing.php:
|
7258 |
msgctxt "licensing"
|
7259 |
msgid "Could not deactivate license: %s."
|
7260 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
7261 |
|
7262 |
-
#: includes/licensing.php:
|
7263 |
msgctxt "licensing"
|
7264 |
msgid "License deactivated"
|
7265 |
msgstr "Lizenz deaktiviert"
|
7266 |
|
7267 |
#. translators: "<module-name>" version <version-number> is not...
|
7268 |
-
#: includes/licensing.php:
|
7269 |
msgctxt "deprecation"
|
7270 |
msgid ""
|
7271 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
7272 |
"Please update this module to the latest available version."
|
7273 |
msgstr ""
|
7274 |
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
9 |
"PO-Revision-Date: 2018-03-02 08:40-0500\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
320 |
msgid "Transaction Key"
|
321 |
msgstr "Transaktionen"
|
322 |
|
323 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
324 |
#, fuzzy
|
325 |
msgid "Licenses"
|
326 |
msgstr "Lizenz"
|
4073 |
msgid "User registration date"
|
4074 |
msgstr "Eintrag Enddatum"
|
4075 |
|
4076 |
+
#: includes/licensing.php:173
|
4077 |
#, fuzzy
|
4078 |
msgctxt "admin settings"
|
4079 |
msgid "Enter License Key here"
|
4343 |
msgstr ""
|
4344 |
|
4345 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4346 |
+
#: includes/licensing.php:104
|
4347 |
msgctxt "settings"
|
4348 |
msgid "Premium Modules"
|
4349 |
msgstr "Premium Module"
|
5429 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5430 |
msgstr ""
|
5431 |
|
5432 |
+
#: includes/licensing.php:122
|
5433 |
#, fuzzy
|
5434 |
msgctxt "settings"
|
5435 |
msgid "Themes"
|
5436 |
msgstr "Preise Verwalten"
|
5437 |
|
5438 |
+
#: includes/licensing.php:147
|
5439 |
msgctxt "settings"
|
5440 |
msgid ""
|
5441 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
5443 |
"activate your licenses."
|
5444 |
msgstr ""
|
5445 |
|
5446 |
+
#: includes/licensing.php:174
|
5447 |
#, fuzzy
|
5448 |
msgctxt "settings"
|
5449 |
msgid "Activate"
|
5450 |
msgstr "Aktiviere Lizenz"
|
5451 |
|
5452 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
5453 |
msgctxt "settings"
|
5454 |
msgid "Please wait..."
|
5455 |
msgstr ""
|
5456 |
|
5457 |
+
#: includes/licensing.php:175
|
5458 |
#, fuzzy
|
5459 |
msgctxt "settings"
|
5460 |
msgid "Deactivate"
|
5461 |
msgstr "Aktiviere Lizenz"
|
5462 |
|
5463 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
5464 |
msgctxt "settings"
|
5465 |
msgid "Licenses"
|
5466 |
msgstr "Lizenz"
|
5902 |
msgid "Add New Listing"
|
5903 |
msgstr "Neuen Eintrag erstellen"
|
5904 |
|
5905 |
+
#: includes/class-fee-plan.php:164
|
5906 |
msgctxt "fee plan"
|
5907 |
msgid "No images allowed."
|
5908 |
msgstr "Keine Bilder erlaubt."
|
5909 |
|
5910 |
+
#: includes/class-fee-plan.php:166
|
5911 |
msgctxt "fee plan"
|
5912 |
msgid "%d image allowed."
|
5913 |
msgid_plural "%d images allowed."
|
5914 |
msgstr[0] "%d Bild erlaubt."
|
5915 |
msgstr[1] "%d Bilder erlaubt."
|
5916 |
|
5917 |
+
#: includes/class-fee-plan.php:320
|
5918 |
msgctxt "fees-api"
|
5919 |
msgid "Fee label is required."
|
5920 |
msgstr "Preisbezeichnung erforderlich."
|
5921 |
|
5922 |
+
#: includes/class-fee-plan.php:326
|
5923 |
msgctxt "fees-api"
|
5924 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5925 |
msgstr ""
|
5926 |
"Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
|
5927 |
"Tage)."
|
5928 |
|
5929 |
+
#: includes/class-fee-plan.php:331
|
5930 |
msgctxt "fees-api"
|
5931 |
msgid ""
|
5932 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5934 |
"<a>fee plan</a> appropriately."
|
5935 |
msgstr ""
|
5936 |
|
5937 |
+
#: includes/class-fee-plan.php:334
|
5938 |
msgctxt "fees-api"
|
5939 |
msgid ""
|
5940 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
7069 |
msgid "General"
|
7070 |
msgstr "Allgemein"
|
7071 |
|
7072 |
+
#: includes/licensing.php:297
|
7073 |
#, fuzzy
|
7074 |
msgctxt "licensing"
|
7075 |
msgid "Invalid item ID"
|
7076 |
msgstr "Ungültige Feld ID"
|
7077 |
|
7078 |
+
#: includes/licensing.php:303
|
7079 |
msgctxt "licensing"
|
7080 |
msgid "No license key provided"
|
7081 |
msgstr "Kein Lizenzschlüssel"
|
7082 |
|
7083 |
+
#: includes/licensing.php:327
|
7084 |
#, fuzzy
|
7085 |
msgctxt "licensing"
|
7086 |
msgid "The license key was revoked."
|
7087 |
msgstr "Kein Lizenzschlüssel"
|
7088 |
|
7089 |
+
#: includes/licensing.php:329
|
7090 |
msgctxt "licensing"
|
7091 |
msgid ""
|
7092 |
"If you think this is a mistake, please contact <support-link>Business "
|
7094 |
"reported as revoked by the licensing software."
|
7095 |
msgstr ""
|
7096 |
|
7097 |
+
#: includes/licensing.php:331
|
7098 |
msgctxt "licensing"
|
7099 |
msgid ""
|
7100 |
"Please include the email address you used to purchase <module-name> with "
|
7101 |
"your report."
|
7102 |
msgstr ""
|
7103 |
|
7104 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
7105 |
msgctxt "licensing"
|
7106 |
msgid "License key is invalid"
|
7107 |
msgstr "Lizenzschlüssel ungültig "
|
7108 |
|
7109 |
+
#: includes/licensing.php:359
|
7110 |
msgctxt "licensing"
|
7111 |
msgid "Invalid module ID"
|
7112 |
msgstr "Ungültige Modul ID"
|
7113 |
|
7114 |
+
#: includes/licensing.php:389
|
7115 |
msgctxt "licensing"
|
7116 |
msgid "Deactivation failed"
|
7117 |
msgstr "Deaktivierung fehlgeschlagen"
|
7118 |
|
7119 |
+
#: includes/licensing.php:409
|
7120 |
msgctxt "licensing"
|
7121 |
msgid ""
|
7122 |
"It was not possible to establish a connection with Business Directory's "
|
7123 |
"server. The connection failed with the following error:"
|
7124 |
msgstr ""
|
7125 |
|
7126 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
7127 |
msgctxt "licensing"
|
7128 |
msgid ""
|
7129 |
"It looks like your server is not authorized to make requests to Business "
|
7132 |
"whitelist."
|
7133 |
msgstr ""
|
7134 |
|
7135 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
7136 |
msgctxt "licensing"
|
7137 |
msgid "Include this error message with your report."
|
7138 |
msgstr ""
|
7139 |
|
7140 |
+
#: includes/licensing.php:425
|
7141 |
msgctxt "licensing"
|
7142 |
msgid ""
|
7143 |
"It was not possible to establish a connection with Business Directory's "
|
7144 |
"server. A problem occurred in the SSL/TSL handshake:"
|
7145 |
msgstr ""
|
7146 |
|
7147 |
+
#: includes/licensing.php:430
|
7148 |
msgctxt "licensing"
|
7149 |
msgid ""
|
7150 |
"To ensure the security of our systems and adhere to industry best practices, "
|
7153 |
"1.0.1c)."
|
7154 |
msgstr ""
|
7155 |
|
7156 |
+
#: includes/licensing.php:432
|
7157 |
msgctxt "licensing"
|
7158 |
msgid ""
|
7159 |
"Upgrading your system will not only allow you to communicate with Business "
|
7161 |
"services using the latest security standards."
|
7162 |
msgstr ""
|
7163 |
|
7164 |
+
#: includes/licensing.php:434
|
7165 |
msgctxt "licensing"
|
7166 |
msgid ""
|
7167 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7168 |
"Include this message if necesary."
|
7169 |
msgstr ""
|
7170 |
|
7171 |
+
#: includes/licensing.php:441
|
7172 |
msgctxt "licensing"
|
7173 |
msgid "Could not contact licensing server"
|
7174 |
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
7175 |
|
7176 |
+
#: includes/licensing.php:463
|
7177 |
msgctxt "licensing"
|
7178 |
msgid "The server returned a 403 Forbidden error."
|
7179 |
msgstr ""
|
7180 |
|
7181 |
+
#: includes/licensing.php:531
|
7182 |
#, fuzzy
|
7183 |
msgctxt "licensing"
|
7184 |
msgid "Business Directory - Please verify your license keys"
|
7185 |
msgstr "Branchenverzeichnis - letzte Einträge"
|
7186 |
|
7187 |
+
#: includes/licensing.php:541
|
7188 |
#, fuzzy
|
7189 |
msgctxt "licensing"
|
7190 |
msgid ""
|
7195 |
"Lizenzschlüssel angegeben wurde. Gehen Sie zu <a>Optionen verwalten - "
|
7196 |
"Lizenzen</a>, um Ihre Lizenzinformation einzugeben."
|
7197 |
|
7198 |
+
#: includes/licensing.php:552
|
7199 |
msgctxt "licensing"
|
7200 |
msgid ""
|
7201 |
"You need to activate the license keys for the following themes before they "
|
7202 |
"can be used: %s."
|
7203 |
msgstr ""
|
7204 |
|
7205 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
7206 |
#, fuzzy
|
7207 |
msgctxt "licensing"
|
7208 |
msgid "Review my license keys"
|
7209 |
msgstr "Erneuere Lizenzschlüssel"
|
7210 |
|
7211 |
+
#: includes/licensing.php:587
|
7212 |
#, fuzzy
|
7213 |
msgctxt "licensing"
|
7214 |
msgid "Business Directory - License key expired"
|
7215 |
msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
|
7216 |
|
7217 |
+
#: includes/licensing.php:597
|
7218 |
#, fuzzy
|
7219 |
msgctxt "licensing"
|
7220 |
msgid ""
|
7226 |
"abgelaufen. Das Modul wird weiter ausgeführt, jedoch nicht weiter "
|
7227 |
"aktualisiert, bis ein neuer Lizenzschlüssel eingegeben wurde."
|
7228 |
|
7229 |
+
#: includes/licensing.php:608
|
7230 |
#, fuzzy
|
7231 |
msgctxt "licensing"
|
7232 |
msgid ""
|
7238 |
"abgelaufen. Das Modul wird weiter ausgeführt, jedoch nicht weiter "
|
7239 |
"aktualisiert, bis ein neuer Lizenzschlüssel eingegeben wurde."
|
7240 |
|
7241 |
+
#: includes/licensing.php:708
|
7242 |
#, fuzzy
|
7243 |
msgctxt "licensing"
|
7244 |
msgid "Please enter a license key."
|
7245 |
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
7246 |
|
7247 |
+
#: includes/licensing.php:717
|
7248 |
msgctxt "licensing"
|
7249 |
msgid "Could not activate license: %s."
|
7250 |
msgstr "Konnte Lizenz nicht aktivieren: %s"
|
7251 |
|
7252 |
+
#: includes/licensing.php:719
|
7253 |
msgctxt "licensing"
|
7254 |
msgid "License activated"
|
7255 |
msgstr "Lizenz aktiviert"
|
7256 |
|
7257 |
+
#: includes/licensing.php:739
|
7258 |
msgctxt "licensing"
|
7259 |
msgid "Could not deactivate license: %s."
|
7260 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
7261 |
|
7262 |
+
#: includes/licensing.php:741
|
7263 |
msgctxt "licensing"
|
7264 |
msgid "License deactivated"
|
7265 |
msgstr "Lizenz deaktiviert"
|
7266 |
|
7267 |
#. translators: "<module-name>" version <version-number> is not...
|
7268 |
+
#: includes/licensing.php:944
|
7269 |
msgctxt "deprecation"
|
7270 |
msgid ""
|
7271 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
7272 |
"Please update this module to the latest available version."
|
7273 |
msgstr ""
|
7274 |
|
languages/WPBDM-en_US.mo
CHANGED
Binary file
|
languages/WPBDM-en_US.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2019-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"
|
@@ -287,7 +287,7 @@ msgstr ""
|
|
287 |
msgid "Transaction Key"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/licensing.php:
|
291 |
msgid "Licenses"
|
292 |
msgstr ""
|
293 |
|
@@ -3719,7 +3719,7 @@ msgctxt "admin settings"
|
|
3719 |
msgid "User registration date"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: includes/licensing.php:
|
3723 |
msgctxt "admin settings"
|
3724 |
msgid "Enter License Key here"
|
3725 |
msgstr ""
|
@@ -3964,7 +3964,7 @@ msgid "Appearance"
|
|
3964 |
msgstr ""
|
3965 |
|
3966 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
3967 |
-
#: includes/licensing.php:
|
3968 |
msgctxt "settings"
|
3969 |
msgid "Premium Modules"
|
3970 |
msgstr ""
|
@@ -4872,12 +4872,12 @@ msgctxt "settings"
|
|
4872 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
4873 |
msgstr ""
|
4874 |
|
4875 |
-
#: includes/licensing.php:
|
4876 |
msgctxt "settings"
|
4877 |
msgid "Themes"
|
4878 |
msgstr ""
|
4879 |
|
4880 |
-
#: includes/licensing.php:
|
4881 |
msgctxt "settings"
|
4882 |
msgid ""
|
4883 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -4885,22 +4885,22 @@ msgid ""
|
|
4885 |
"activate your licenses."
|
4886 |
msgstr ""
|
4887 |
|
4888 |
-
#: includes/licensing.php:
|
4889 |
msgctxt "settings"
|
4890 |
msgid "Activate"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
-
#: includes/licensing.php:
|
4894 |
msgctxt "settings"
|
4895 |
msgid "Please wait..."
|
4896 |
msgstr ""
|
4897 |
|
4898 |
-
#: includes/licensing.php:
|
4899 |
msgctxt "settings"
|
4900 |
msgid "Deactivate"
|
4901 |
msgstr ""
|
4902 |
|
4903 |
-
#: includes/licensing.php:
|
4904 |
msgctxt "settings"
|
4905 |
msgid "Licenses"
|
4906 |
msgstr ""
|
@@ -5309,29 +5309,29 @@ msgctxt "post type"
|
|
5309 |
msgid "Add New Listing"
|
5310 |
msgstr ""
|
5311 |
|
5312 |
-
#: includes/class-fee-plan.php:
|
5313 |
msgctxt "fee plan"
|
5314 |
msgid "No images allowed."
|
5315 |
msgstr ""
|
5316 |
|
5317 |
-
#: includes/class-fee-plan.php:
|
5318 |
msgctxt "fee plan"
|
5319 |
msgid "%d image allowed."
|
5320 |
msgid_plural "%d images allowed."
|
5321 |
msgstr[0] ""
|
5322 |
msgstr[1] ""
|
5323 |
|
5324 |
-
#: includes/class-fee-plan.php:
|
5325 |
msgctxt "fees-api"
|
5326 |
msgid "Fee label is required."
|
5327 |
msgstr ""
|
5328 |
|
5329 |
-
#: includes/class-fee-plan.php:
|
5330 |
msgctxt "fees-api"
|
5331 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5332 |
msgstr ""
|
5333 |
|
5334 |
-
#: includes/class-fee-plan.php:
|
5335 |
msgctxt "fees-api"
|
5336 |
msgid ""
|
5337 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5339,7 +5339,7 @@ msgid ""
|
|
5339 |
"<a>fee plan</a> appropriately."
|
5340 |
msgstr ""
|
5341 |
|
5342 |
-
#: includes/class-fee-plan.php:
|
5343 |
msgctxt "fees-api"
|
5344 |
msgid ""
|
5345 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -6370,22 +6370,22 @@ msgctxt "default category name"
|
|
6370 |
msgid "General"
|
6371 |
msgstr ""
|
6372 |
|
6373 |
-
#: includes/licensing.php:
|
6374 |
msgctxt "licensing"
|
6375 |
msgid "Invalid item ID"
|
6376 |
msgstr ""
|
6377 |
|
6378 |
-
#: includes/licensing.php:
|
6379 |
msgctxt "licensing"
|
6380 |
msgid "No license key provided"
|
6381 |
msgstr ""
|
6382 |
|
6383 |
-
#: includes/licensing.php:
|
6384 |
msgctxt "licensing"
|
6385 |
msgid "The license key was revoked."
|
6386 |
msgstr ""
|
6387 |
|
6388 |
-
#: includes/licensing.php:
|
6389 |
msgctxt "licensing"
|
6390 |
msgid ""
|
6391 |
"If you think this is a mistake, please contact <support-link>Business "
|
@@ -6393,36 +6393,36 @@ msgid ""
|
|
6393 |
"reported as revoked by the licensing software."
|
6394 |
msgstr ""
|
6395 |
|
6396 |
-
#: includes/licensing.php:
|
6397 |
msgctxt "licensing"
|
6398 |
msgid ""
|
6399 |
"Please include the email address you used to purchase <module-name> with "
|
6400 |
"your report."
|
6401 |
msgstr ""
|
6402 |
|
6403 |
-
#: includes/licensing.php:
|
6404 |
msgctxt "licensing"
|
6405 |
msgid "License key is invalid"
|
6406 |
msgstr ""
|
6407 |
|
6408 |
-
#: includes/licensing.php:
|
6409 |
msgctxt "licensing"
|
6410 |
msgid "Invalid module ID"
|
6411 |
msgstr ""
|
6412 |
|
6413 |
-
#: includes/licensing.php:
|
6414 |
msgctxt "licensing"
|
6415 |
msgid "Deactivation failed"
|
6416 |
msgstr ""
|
6417 |
|
6418 |
-
#: includes/licensing.php:
|
6419 |
msgctxt "licensing"
|
6420 |
msgid ""
|
6421 |
"It was not possible to establish a connection with Business Directory's "
|
6422 |
"server. The connection failed with the following error:"
|
6423 |
msgstr ""
|
6424 |
|
6425 |
-
#: includes/licensing.php:
|
6426 |
msgctxt "licensing"
|
6427 |
msgid ""
|
6428 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -6431,19 +6431,19 @@ msgid ""
|
|
6431 |
"whitelist."
|
6432 |
msgstr ""
|
6433 |
|
6434 |
-
#: includes/licensing.php:
|
6435 |
msgctxt "licensing"
|
6436 |
msgid "Include this error message with your report."
|
6437 |
msgstr ""
|
6438 |
|
6439 |
-
#: includes/licensing.php:
|
6440 |
msgctxt "licensing"
|
6441 |
msgid ""
|
6442 |
"It was not possible to establish a connection with Business Directory's "
|
6443 |
"server. A problem occurred in the SSL/TSL handshake:"
|
6444 |
msgstr ""
|
6445 |
|
6446 |
-
#: includes/licensing.php:
|
6447 |
msgctxt "licensing"
|
6448 |
msgid ""
|
6449 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -6452,7 +6452,7 @@ msgid ""
|
|
6452 |
"1.0.1c)."
|
6453 |
msgstr ""
|
6454 |
|
6455 |
-
#: includes/licensing.php:
|
6456 |
msgctxt "licensing"
|
6457 |
msgid ""
|
6458 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -6460,53 +6460,53 @@ msgid ""
|
|
6460 |
"services using the latest security standards."
|
6461 |
msgstr ""
|
6462 |
|
6463 |
-
#: includes/licensing.php:
|
6464 |
msgctxt "licensing"
|
6465 |
msgid ""
|
6466 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
6467 |
"Include this message if necesary."
|
6468 |
msgstr ""
|
6469 |
|
6470 |
-
#: includes/licensing.php:
|
6471 |
msgctxt "licensing"
|
6472 |
msgid "Could not contact licensing server"
|
6473 |
msgstr ""
|
6474 |
|
6475 |
-
#: includes/licensing.php:
|
6476 |
msgctxt "licensing"
|
6477 |
msgid "The server returned a 403 Forbidden error."
|
6478 |
msgstr ""
|
6479 |
|
6480 |
-
#: includes/licensing.php:
|
6481 |
msgctxt "licensing"
|
6482 |
msgid "Business Directory - Please verify your license keys"
|
6483 |
msgstr ""
|
6484 |
|
6485 |
-
#: includes/licensing.php:
|
6486 |
msgctxt "licensing"
|
6487 |
msgid ""
|
6488 |
"The following premium modules will not work until a valid license key is "
|
6489 |
"provided: %s."
|
6490 |
msgstr ""
|
6491 |
|
6492 |
-
#: includes/licensing.php:
|
6493 |
msgctxt "licensing"
|
6494 |
msgid ""
|
6495 |
"You need to activate the license keys for the following themes before they "
|
6496 |
"can be used: %s."
|
6497 |
msgstr ""
|
6498 |
|
6499 |
-
#: includes/licensing.php:
|
6500 |
msgctxt "licensing"
|
6501 |
msgid "Review my license keys"
|
6502 |
msgstr ""
|
6503 |
|
6504 |
-
#: includes/licensing.php:
|
6505 |
msgctxt "licensing"
|
6506 |
msgid "Business Directory - License key expired"
|
6507 |
msgstr ""
|
6508 |
|
6509 |
-
#: includes/licensing.php:
|
6510 |
msgctxt "licensing"
|
6511 |
msgid ""
|
6512 |
"The license key for the following modules has expired: %s. The modules will "
|
@@ -6514,7 +6514,7 @@ msgid ""
|
|
6514 |
"is renewed."
|
6515 |
msgstr ""
|
6516 |
|
6517 |
-
#: includes/licensing.php:
|
6518 |
msgctxt "licensing"
|
6519 |
msgid ""
|
6520 |
"The license key for the following themes has expired: %s. The themes will "
|
@@ -6522,36 +6522,36 @@ msgid ""
|
|
6522 |
"is renewed."
|
6523 |
msgstr ""
|
6524 |
|
6525 |
-
#: includes/licensing.php:
|
6526 |
msgctxt "licensing"
|
6527 |
msgid "Please enter a license key."
|
6528 |
msgstr ""
|
6529 |
|
6530 |
-
#: includes/licensing.php:
|
6531 |
msgctxt "licensing"
|
6532 |
msgid "Could not activate license: %s."
|
6533 |
msgstr ""
|
6534 |
|
6535 |
-
#: includes/licensing.php:
|
6536 |
msgctxt "licensing"
|
6537 |
msgid "License activated"
|
6538 |
msgstr ""
|
6539 |
|
6540 |
-
#: includes/licensing.php:
|
6541 |
msgctxt "licensing"
|
6542 |
msgid "Could not deactivate license: %s."
|
6543 |
msgstr ""
|
6544 |
|
6545 |
-
#: includes/licensing.php:
|
6546 |
msgctxt "licensing"
|
6547 |
msgid "License deactivated"
|
6548 |
msgstr ""
|
6549 |
|
6550 |
#. translators: "<module-name>" version <version-number> is not...
|
6551 |
-
#: includes/licensing.php:
|
6552 |
msgctxt "deprecation"
|
6553 |
msgid ""
|
6554 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
6555 |
"Please update this module to the latest available version."
|
6556 |
msgstr ""
|
6557 |
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
9 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
287 |
msgid "Transaction Key"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
291 |
msgid "Licenses"
|
292 |
msgstr ""
|
293 |
|
3719 |
msgid "User registration date"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
+
#: includes/licensing.php:173
|
3723 |
msgctxt "admin settings"
|
3724 |
msgid "Enter License Key here"
|
3725 |
msgstr ""
|
3964 |
msgstr ""
|
3965 |
|
3966 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
3967 |
+
#: includes/licensing.php:104
|
3968 |
msgctxt "settings"
|
3969 |
msgid "Premium Modules"
|
3970 |
msgstr ""
|
4872 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
4873 |
msgstr ""
|
4874 |
|
4875 |
+
#: includes/licensing.php:122
|
4876 |
msgctxt "settings"
|
4877 |
msgid "Themes"
|
4878 |
msgstr ""
|
4879 |
|
4880 |
+
#: includes/licensing.php:147
|
4881 |
msgctxt "settings"
|
4882 |
msgid ""
|
4883 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
4885 |
"activate your licenses."
|
4886 |
msgstr ""
|
4887 |
|
4888 |
+
#: includes/licensing.php:174
|
4889 |
msgctxt "settings"
|
4890 |
msgid "Activate"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
4894 |
msgctxt "settings"
|
4895 |
msgid "Please wait..."
|
4896 |
msgstr ""
|
4897 |
|
4898 |
+
#: includes/licensing.php:175
|
4899 |
msgctxt "settings"
|
4900 |
msgid "Deactivate"
|
4901 |
msgstr ""
|
4902 |
|
4903 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
4904 |
msgctxt "settings"
|
4905 |
msgid "Licenses"
|
4906 |
msgstr ""
|
5309 |
msgid "Add New Listing"
|
5310 |
msgstr ""
|
5311 |
|
5312 |
+
#: includes/class-fee-plan.php:164
|
5313 |
msgctxt "fee plan"
|
5314 |
msgid "No images allowed."
|
5315 |
msgstr ""
|
5316 |
|
5317 |
+
#: includes/class-fee-plan.php:166
|
5318 |
msgctxt "fee plan"
|
5319 |
msgid "%d image allowed."
|
5320 |
msgid_plural "%d images allowed."
|
5321 |
msgstr[0] ""
|
5322 |
msgstr[1] ""
|
5323 |
|
5324 |
+
#: includes/class-fee-plan.php:320
|
5325 |
msgctxt "fees-api"
|
5326 |
msgid "Fee label is required."
|
5327 |
msgstr ""
|
5328 |
|
5329 |
+
#: includes/class-fee-plan.php:326
|
5330 |
msgctxt "fees-api"
|
5331 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5332 |
msgstr ""
|
5333 |
|
5334 |
+
#: includes/class-fee-plan.php:331
|
5335 |
msgctxt "fees-api"
|
5336 |
msgid ""
|
5337 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5339 |
"<a>fee plan</a> appropriately."
|
5340 |
msgstr ""
|
5341 |
|
5342 |
+
#: includes/class-fee-plan.php:334
|
5343 |
msgctxt "fees-api"
|
5344 |
msgid ""
|
5345 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
6370 |
msgid "General"
|
6371 |
msgstr ""
|
6372 |
|
6373 |
+
#: includes/licensing.php:297
|
6374 |
msgctxt "licensing"
|
6375 |
msgid "Invalid item ID"
|
6376 |
msgstr ""
|
6377 |
|
6378 |
+
#: includes/licensing.php:303
|
6379 |
msgctxt "licensing"
|
6380 |
msgid "No license key provided"
|
6381 |
msgstr ""
|
6382 |
|
6383 |
+
#: includes/licensing.php:327
|
6384 |
msgctxt "licensing"
|
6385 |
msgid "The license key was revoked."
|
6386 |
msgstr ""
|
6387 |
|
6388 |
+
#: includes/licensing.php:329
|
6389 |
msgctxt "licensing"
|
6390 |
msgid ""
|
6391 |
"If you think this is a mistake, please contact <support-link>Business "
|
6393 |
"reported as revoked by the licensing software."
|
6394 |
msgstr ""
|
6395 |
|
6396 |
+
#: includes/licensing.php:331
|
6397 |
msgctxt "licensing"
|
6398 |
msgid ""
|
6399 |
"Please include the email address you used to purchase <module-name> with "
|
6400 |
"your report."
|
6401 |
msgstr ""
|
6402 |
|
6403 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
6404 |
msgctxt "licensing"
|
6405 |
msgid "License key is invalid"
|
6406 |
msgstr ""
|
6407 |
|
6408 |
+
#: includes/licensing.php:359
|
6409 |
msgctxt "licensing"
|
6410 |
msgid "Invalid module ID"
|
6411 |
msgstr ""
|
6412 |
|
6413 |
+
#: includes/licensing.php:389
|
6414 |
msgctxt "licensing"
|
6415 |
msgid "Deactivation failed"
|
6416 |
msgstr ""
|
6417 |
|
6418 |
+
#: includes/licensing.php:409
|
6419 |
msgctxt "licensing"
|
6420 |
msgid ""
|
6421 |
"It was not possible to establish a connection with Business Directory's "
|
6422 |
"server. The connection failed with the following error:"
|
6423 |
msgstr ""
|
6424 |
|
6425 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
6426 |
msgctxt "licensing"
|
6427 |
msgid ""
|
6428 |
"It looks like your server is not authorized to make requests to Business "
|
6431 |
"whitelist."
|
6432 |
msgstr ""
|
6433 |
|
6434 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
6435 |
msgctxt "licensing"
|
6436 |
msgid "Include this error message with your report."
|
6437 |
msgstr ""
|
6438 |
|
6439 |
+
#: includes/licensing.php:425
|
6440 |
msgctxt "licensing"
|
6441 |
msgid ""
|
6442 |
"It was not possible to establish a connection with Business Directory's "
|
6443 |
"server. A problem occurred in the SSL/TSL handshake:"
|
6444 |
msgstr ""
|
6445 |
|
6446 |
+
#: includes/licensing.php:430
|
6447 |
msgctxt "licensing"
|
6448 |
msgid ""
|
6449 |
"To ensure the security of our systems and adhere to industry best practices, "
|
6452 |
"1.0.1c)."
|
6453 |
msgstr ""
|
6454 |
|
6455 |
+
#: includes/licensing.php:432
|
6456 |
msgctxt "licensing"
|
6457 |
msgid ""
|
6458 |
"Upgrading your system will not only allow you to communicate with Business "
|
6460 |
"services using the latest security standards."
|
6461 |
msgstr ""
|
6462 |
|
6463 |
+
#: includes/licensing.php:434
|
6464 |
msgctxt "licensing"
|
6465 |
msgid ""
|
6466 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
6467 |
"Include this message if necesary."
|
6468 |
msgstr ""
|
6469 |
|
6470 |
+
#: includes/licensing.php:441
|
6471 |
msgctxt "licensing"
|
6472 |
msgid "Could not contact licensing server"
|
6473 |
msgstr ""
|
6474 |
|
6475 |
+
#: includes/licensing.php:463
|
6476 |
msgctxt "licensing"
|
6477 |
msgid "The server returned a 403 Forbidden error."
|
6478 |
msgstr ""
|
6479 |
|
6480 |
+
#: includes/licensing.php:531
|
6481 |
msgctxt "licensing"
|
6482 |
msgid "Business Directory - Please verify your license keys"
|
6483 |
msgstr ""
|
6484 |
|
6485 |
+
#: includes/licensing.php:541
|
6486 |
msgctxt "licensing"
|
6487 |
msgid ""
|
6488 |
"The following premium modules will not work until a valid license key is "
|
6489 |
"provided: %s."
|
6490 |
msgstr ""
|
6491 |
|
6492 |
+
#: includes/licensing.php:552
|
6493 |
msgctxt "licensing"
|
6494 |
msgid ""
|
6495 |
"You need to activate the license keys for the following themes before they "
|
6496 |
"can be used: %s."
|
6497 |
msgstr ""
|
6498 |
|
6499 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
6500 |
msgctxt "licensing"
|
6501 |
msgid "Review my license keys"
|
6502 |
msgstr ""
|
6503 |
|
6504 |
+
#: includes/licensing.php:587
|
6505 |
msgctxt "licensing"
|
6506 |
msgid "Business Directory - License key expired"
|
6507 |
msgstr ""
|
6508 |
|
6509 |
+
#: includes/licensing.php:597
|
6510 |
msgctxt "licensing"
|
6511 |
msgid ""
|
6512 |
"The license key for the following modules has expired: %s. The modules will "
|
6514 |
"is renewed."
|
6515 |
msgstr ""
|
6516 |
|
6517 |
+
#: includes/licensing.php:608
|
6518 |
msgctxt "licensing"
|
6519 |
msgid ""
|
6520 |
"The license key for the following themes has expired: %s. The themes will "
|
6522 |
"is renewed."
|
6523 |
msgstr ""
|
6524 |
|
6525 |
+
#: includes/licensing.php:708
|
6526 |
msgctxt "licensing"
|
6527 |
msgid "Please enter a license key."
|
6528 |
msgstr ""
|
6529 |
|
6530 |
+
#: includes/licensing.php:717
|
6531 |
msgctxt "licensing"
|
6532 |
msgid "Could not activate license: %s."
|
6533 |
msgstr ""
|
6534 |
|
6535 |
+
#: includes/licensing.php:719
|
6536 |
msgctxt "licensing"
|
6537 |
msgid "License activated"
|
6538 |
msgstr ""
|
6539 |
|
6540 |
+
#: includes/licensing.php:739
|
6541 |
msgctxt "licensing"
|
6542 |
msgid "Could not deactivate license: %s."
|
6543 |
msgstr ""
|
6544 |
|
6545 |
+
#: includes/licensing.php:741
|
6546 |
msgctxt "licensing"
|
6547 |
msgid "License deactivated"
|
6548 |
msgstr ""
|
6549 |
|
6550 |
#. translators: "<module-name>" version <version-number> is not...
|
6551 |
+
#: includes/licensing.php:944
|
6552 |
msgctxt "deprecation"
|
6553 |
msgid ""
|
6554 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
6555 |
"Please update this module to the latest available version."
|
6556 |
msgstr ""
|
6557 |
|
languages/WPBDM-es_ES.mo
CHANGED
Binary file
|
languages/WPBDM-es_ES.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2019-01-
|
9 |
"PO-Revision-Date: 2019-01-16 14:09-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -320,7 +320,7 @@ msgstr "Login ID"
|
|
320 |
msgid "Transaction Key"
|
321 |
msgstr "Clave Transaccional"
|
322 |
|
323 |
-
#: includes/licensing.php:
|
324 |
msgid "Licenses"
|
325 |
msgstr "Licencias"
|
326 |
|
@@ -3957,7 +3957,7 @@ msgctxt "admin settings"
|
|
3957 |
msgid "User registration date"
|
3958 |
msgstr "Fecha de registro del usuario"
|
3959 |
|
3960 |
-
#: includes/licensing.php:
|
3961 |
msgctxt "admin settings"
|
3962 |
msgid "Enter License Key here"
|
3963 |
msgstr "Ingrese la licencia aquí"
|
@@ -4202,7 +4202,7 @@ msgid "Appearance"
|
|
4202 |
msgstr "Apariencia"
|
4203 |
|
4204 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4205 |
-
#: includes/licensing.php:
|
4206 |
msgctxt "settings"
|
4207 |
msgid "Premium Modules"
|
4208 |
msgstr "Módulos Premium"
|
@@ -5227,12 +5227,12 @@ msgctxt "settings"
|
|
5227 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5228 |
msgstr "El slug “%s” ya está siendo utilizado por otra taxonomía."
|
5229 |
|
5230 |
-
#: includes/licensing.php:
|
5231 |
msgctxt "settings"
|
5232 |
msgid "Themes"
|
5233 |
msgstr "Temas"
|
5234 |
|
5235 |
-
#: includes/licensing.php:
|
5236 |
msgctxt "settings"
|
5237 |
msgid ""
|
5238 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -5243,22 +5243,22 @@ msgstr ""
|
|
5243 |
"información si alguna vez tiene que contactar al equipo de soporte por "
|
5244 |
"problemas relacionados con la activación de licencias."
|
5245 |
|
5246 |
-
#: includes/licensing.php:
|
5247 |
msgctxt "settings"
|
5248 |
msgid "Activate"
|
5249 |
msgstr "Activar"
|
5250 |
|
5251 |
-
#: includes/licensing.php:
|
5252 |
msgctxt "settings"
|
5253 |
msgid "Please wait..."
|
5254 |
msgstr "Por favor espere…"
|
5255 |
|
5256 |
-
#: includes/licensing.php:
|
5257 |
msgctxt "settings"
|
5258 |
msgid "Deactivate"
|
5259 |
msgstr "Desactivar"
|
5260 |
|
5261 |
-
#: includes/licensing.php:
|
5262 |
msgctxt "settings"
|
5263 |
msgid "Licenses"
|
5264 |
msgstr "Licencias"
|
@@ -5696,30 +5696,30 @@ msgctxt "post type"
|
|
5696 |
msgid "Add New Listing"
|
5697 |
msgstr "Agregar Nuevo Listado"
|
5698 |
|
5699 |
-
#: includes/class-fee-plan.php:
|
5700 |
msgctxt "fee plan"
|
5701 |
msgid "No images allowed."
|
5702 |
msgstr "No permite imágenes."
|
5703 |
|
5704 |
-
#: includes/class-fee-plan.php:
|
5705 |
msgctxt "fee plan"
|
5706 |
msgid "%d image allowed."
|
5707 |
msgid_plural "%d images allowed."
|
5708 |
msgstr[0] "%d imagen permitida."
|
5709 |
msgstr[1] "%d imágenes permitidas."
|
5710 |
|
5711 |
-
#: includes/class-fee-plan.php:
|
5712 |
msgctxt "fees-api"
|
5713 |
msgid "Fee label is required."
|
5714 |
msgstr "El nombre de la Comisión es requerido."
|
5715 |
|
5716 |
-
#: includes/class-fee-plan.php:
|
5717 |
msgctxt "fees-api"
|
5718 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5719 |
msgstr ""
|
5720 |
"La duración del listado debe ser un número menor a 10 años (3650 días)."
|
5721 |
|
5722 |
-
#: includes/class-fee-plan.php:
|
5723 |
msgctxt "fees-api"
|
5724 |
msgid ""
|
5725 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5730,7 +5730,7 @@ msgstr ""
|
|
5730 |
"renovar los listados (ej. 30 días). Para prevenir inconvenientes con los "
|
5731 |
"listados, por favor edite el <a>plan de pago</a> apropiadamente."
|
5732 |
|
5733 |
-
#: includes/class-fee-plan.php:
|
5734 |
msgctxt "fees-api"
|
5735 |
msgid ""
|
5736 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -6819,22 +6819,22 @@ msgctxt "default category name"
|
|
6819 |
msgid "General"
|
6820 |
msgstr "General"
|
6821 |
|
6822 |
-
#: includes/licensing.php:
|
6823 |
msgctxt "licensing"
|
6824 |
msgid "Invalid item ID"
|
6825 |
msgstr "El ID del módulo es inválido"
|
6826 |
|
6827 |
-
#: includes/licensing.php:
|
6828 |
msgctxt "licensing"
|
6829 |
msgid "No license key provided"
|
6830 |
msgstr "No se ingresó una licencia"
|
6831 |
|
6832 |
-
#: includes/licensing.php:
|
6833 |
msgctxt "licensing"
|
6834 |
msgid "The license key was revoked."
|
6835 |
msgstr "La licencia fue revocada."
|
6836 |
|
6837 |
-
#: includes/licensing.php:
|
6838 |
msgctxt "licensing"
|
6839 |
msgid ""
|
6840 |
"If you think this is a mistake, please contact <support-link>Business "
|
@@ -6845,7 +6845,7 @@ msgstr ""
|
|
6845 |
"servicio de soporte de Business Directory</support-link> y hágales saber que "
|
6846 |
"el servidor de licencias revocó su licencia."
|
6847 |
|
6848 |
-
#: includes/licensing.php:
|
6849 |
msgctxt "licensing"
|
6850 |
msgid ""
|
6851 |
"Please include the email address you used to purchase <module-name> with "
|
@@ -6854,22 +6854,22 @@ msgstr ""
|
|
6854 |
"Por favor incluya en su reporte la dirección de correo electrónico que usó "
|
6855 |
"cuando compró el módulo <module-name>."
|
6856 |
|
6857 |
-
#: includes/licensing.php:
|
6858 |
msgctxt "licensing"
|
6859 |
msgid "License key is invalid"
|
6860 |
msgstr "La licencia es inválida"
|
6861 |
|
6862 |
-
#: includes/licensing.php:
|
6863 |
msgctxt "licensing"
|
6864 |
msgid "Invalid module ID"
|
6865 |
msgstr "Módulo de ID inválido"
|
6866 |
|
6867 |
-
#: includes/licensing.php:
|
6868 |
msgctxt "licensing"
|
6869 |
msgid "Deactivation failed"
|
6870 |
msgstr "La desactivación de licencia falló"
|
6871 |
|
6872 |
-
#: includes/licensing.php:
|
6873 |
msgctxt "licensing"
|
6874 |
msgid ""
|
6875 |
"It was not possible to establish a connection with Business Directory's "
|
@@ -6878,7 +6878,7 @@ msgstr ""
|
|
6878 |
"No fue posible establecer una conexión con los servidores de Business "
|
6879 |
"Directory. La conexión falló con el siguiente error:"
|
6880 |
|
6881 |
-
#: includes/licensing.php:
|
6882 |
msgctxt "licensing"
|
6883 |
msgid ""
|
6884 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -6891,12 +6891,12 @@ msgstr ""
|
|
6891 |
"de Business Directory</support-link>, indicándoles que deben agregar su "
|
6892 |
"dirección IP <ip-address> a la lista autorizada."
|
6893 |
|
6894 |
-
#: includes/licensing.php:
|
6895 |
msgctxt "licensing"
|
6896 |
msgid "Include this error message with your report."
|
6897 |
msgstr "Incluya este mensaje de error en su reporte."
|
6898 |
|
6899 |
-
#: includes/licensing.php:
|
6900 |
msgctxt "licensing"
|
6901 |
msgid ""
|
6902 |
"It was not possible to establish a connection with Business Directory's "
|
@@ -6905,7 +6905,7 @@ msgstr ""
|
|
6905 |
"No fue posible establecer una conexión con los servidores de Business "
|
6906 |
"Directory. Ocurrió un problema en el protocolo de intercambio SSL/TSL:"
|
6907 |
|
6908 |
-
#: includes/licensing.php:
|
6909 |
msgctxt "licensing"
|
6910 |
msgid ""
|
6911 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -6918,7 +6918,7 @@ msgstr ""
|
|
6918 |
"reciente de cURL and una versión de OpenSSL que soporte TLSv1.2 (la versión "
|
6919 |
"mínimo con este soporte es OpenSSL 1.0.1c)."
|
6920 |
|
6921 |
-
#: includes/licensing.php:
|
6922 |
msgctxt "licensing"
|
6923 |
msgid ""
|
6924 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -6929,7 +6929,7 @@ msgstr ""
|
|
6929 |
"Business Directory, también lo ayudará a prepararse para interactuar con "
|
6930 |
"otros servicios que usen los últimos estándares de seguridad."
|
6931 |
|
6932 |
-
#: includes/licensing.php:
|
6933 |
msgctxt "licensing"
|
6934 |
msgid ""
|
6935 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
@@ -6938,22 +6938,22 @@ msgstr ""
|
|
6938 |
"Por favor contacte a su proveedor de hospedaje y solicite que actualicen su "
|
6939 |
"sistema. Incluya este mensaje si es necesario."
|
6940 |
|
6941 |
-
#: includes/licensing.php:
|
6942 |
msgctxt "licensing"
|
6943 |
msgid "Could not contact licensing server"
|
6944 |
msgstr "No se pudo contactar el servidor de licencias"
|
6945 |
|
6946 |
-
#: includes/licensing.php:
|
6947 |
msgctxt "licensing"
|
6948 |
msgid "The server returned a 403 Forbidden error."
|
6949 |
msgstr "El servidor retornó un error 403 Forbidden."
|
6950 |
|
6951 |
-
#: includes/licensing.php:
|
6952 |
msgctxt "licensing"
|
6953 |
msgid "Business Directory - Please verify your license keys"
|
6954 |
msgstr "Business Directory - Por favor verifique sus licencias"
|
6955 |
|
6956 |
-
#: includes/licensing.php:
|
6957 |
msgctxt "licensing"
|
6958 |
msgid ""
|
6959 |
"The following premium modules will not work until a valid license key is "
|
@@ -6962,7 +6962,7 @@ msgstr ""
|
|
6962 |
"Los siguientes módulos premium no funcionarán hasta que ingrese una licencia "
|
6963 |
"válida: %s."
|
6964 |
|
6965 |
-
#: includes/licensing.php:
|
6966 |
msgctxt "licensing"
|
6967 |
msgid ""
|
6968 |
"You need to activate the license keys for the following themes before they "
|
@@ -6971,17 +6971,17 @@ msgstr ""
|
|
6971 |
"Es necesario que active las licencias de los siguientes temas antes de que "
|
6972 |
"pueda empezar a usarlos: %s."
|
6973 |
|
6974 |
-
#: includes/licensing.php:
|
6975 |
msgctxt "licensing"
|
6976 |
msgid "Review my license keys"
|
6977 |
msgstr "Revisar mis licencias"
|
6978 |
|
6979 |
-
#: includes/licensing.php:
|
6980 |
msgctxt "licensing"
|
6981 |
msgid "Business Directory - License key expired"
|
6982 |
msgstr "Directorio de Negocios - Licencias expiradas"
|
6983 |
|
6984 |
-
#: includes/licensing.php:
|
6985 |
msgctxt "licensing"
|
6986 |
msgid ""
|
6987 |
"The license key for the following modules has expired: %s. The modules will "
|
@@ -6992,7 +6992,7 @@ msgstr ""
|
|
6992 |
"módulos continuarás funcionando pero no recibirán ninguna actualización "
|
6993 |
"hasta que la licencia sea renovada."
|
6994 |
|
6995 |
-
#: includes/licensing.php:
|
6996 |
msgctxt "licensing"
|
6997 |
msgid ""
|
6998 |
"The license key for the following themes has expired: %s. The themes will "
|
@@ -7003,36 +7003,37 @@ msgstr ""
|
|
7003 |
"continuarás funcionando pero no recibirán ninguna actualización hasta que la "
|
7004 |
"licencia sea renovada."
|
7005 |
|
7006 |
-
#: includes/licensing.php:
|
7007 |
msgctxt "licensing"
|
7008 |
msgid "Please enter a license key."
|
7009 |
msgstr "Por favor ingrese una licencia."
|
7010 |
|
7011 |
-
#: includes/licensing.php:
|
7012 |
msgctxt "licensing"
|
7013 |
msgid "Could not activate license: %s."
|
7014 |
msgstr "No se pudo activar la licencia: %s."
|
7015 |
|
7016 |
-
#: includes/licensing.php:
|
7017 |
msgctxt "licensing"
|
7018 |
msgid "License activated"
|
7019 |
msgstr "Licencia activada"
|
7020 |
|
7021 |
-
#: includes/licensing.php:
|
7022 |
msgctxt "licensing"
|
7023 |
msgid "Could not deactivate license: %s."
|
7024 |
msgstr "No se pudo desactivar la licencia: %s."
|
7025 |
|
7026 |
-
#: includes/licensing.php:
|
7027 |
msgctxt "licensing"
|
7028 |
msgid "License deactivated"
|
7029 |
msgstr "Licencia desactivada"
|
7030 |
|
7031 |
#. translators: "<module-name>" version <version-number> is not...
|
7032 |
-
#: includes/licensing.php:
|
|
|
7033 |
msgctxt "deprecation"
|
7034 |
msgid ""
|
7035 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
7036 |
"Please update this module to the latest available version."
|
7037 |
msgstr ""
|
7038 |
"“%s”, en su versión %s, no es compatible con Business Directory Plugin 5.0. "
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
9 |
"PO-Revision-Date: 2019-01-16 14:09-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
320 |
msgid "Transaction Key"
|
321 |
msgstr "Clave Transaccional"
|
322 |
|
323 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
324 |
msgid "Licenses"
|
325 |
msgstr "Licencias"
|
326 |
|
3957 |
msgid "User registration date"
|
3958 |
msgstr "Fecha de registro del usuario"
|
3959 |
|
3960 |
+
#: includes/licensing.php:173
|
3961 |
msgctxt "admin settings"
|
3962 |
msgid "Enter License Key here"
|
3963 |
msgstr "Ingrese la licencia aquí"
|
4202 |
msgstr "Apariencia"
|
4203 |
|
4204 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4205 |
+
#: includes/licensing.php:104
|
4206 |
msgctxt "settings"
|
4207 |
msgid "Premium Modules"
|
4208 |
msgstr "Módulos Premium"
|
5227 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5228 |
msgstr "El slug “%s” ya está siendo utilizado por otra taxonomía."
|
5229 |
|
5230 |
+
#: includes/licensing.php:122
|
5231 |
msgctxt "settings"
|
5232 |
msgid "Themes"
|
5233 |
msgstr "Temas"
|
5234 |
|
5235 |
+
#: includes/licensing.php:147
|
5236 |
msgctxt "settings"
|
5237 |
msgid ""
|
5238 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
5243 |
"información si alguna vez tiene que contactar al equipo de soporte por "
|
5244 |
"problemas relacionados con la activación de licencias."
|
5245 |
|
5246 |
+
#: includes/licensing.php:174
|
5247 |
msgctxt "settings"
|
5248 |
msgid "Activate"
|
5249 |
msgstr "Activar"
|
5250 |
|
5251 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
5252 |
msgctxt "settings"
|
5253 |
msgid "Please wait..."
|
5254 |
msgstr "Por favor espere…"
|
5255 |
|
5256 |
+
#: includes/licensing.php:175
|
5257 |
msgctxt "settings"
|
5258 |
msgid "Deactivate"
|
5259 |
msgstr "Desactivar"
|
5260 |
|
5261 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
5262 |
msgctxt "settings"
|
5263 |
msgid "Licenses"
|
5264 |
msgstr "Licencias"
|
5696 |
msgid "Add New Listing"
|
5697 |
msgstr "Agregar Nuevo Listado"
|
5698 |
|
5699 |
+
#: includes/class-fee-plan.php:164
|
5700 |
msgctxt "fee plan"
|
5701 |
msgid "No images allowed."
|
5702 |
msgstr "No permite imágenes."
|
5703 |
|
5704 |
+
#: includes/class-fee-plan.php:166
|
5705 |
msgctxt "fee plan"
|
5706 |
msgid "%d image allowed."
|
5707 |
msgid_plural "%d images allowed."
|
5708 |
msgstr[0] "%d imagen permitida."
|
5709 |
msgstr[1] "%d imágenes permitidas."
|
5710 |
|
5711 |
+
#: includes/class-fee-plan.php:320
|
5712 |
msgctxt "fees-api"
|
5713 |
msgid "Fee label is required."
|
5714 |
msgstr "El nombre de la Comisión es requerido."
|
5715 |
|
5716 |
+
#: includes/class-fee-plan.php:326
|
5717 |
msgctxt "fees-api"
|
5718 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5719 |
msgstr ""
|
5720 |
"La duración del listado debe ser un número menor a 10 años (3650 días)."
|
5721 |
|
5722 |
+
#: includes/class-fee-plan.php:331
|
5723 |
msgctxt "fees-api"
|
5724 |
msgid ""
|
5725 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5730 |
"renovar los listados (ej. 30 días). Para prevenir inconvenientes con los "
|
5731 |
"listados, por favor edite el <a>plan de pago</a> apropiadamente."
|
5732 |
|
5733 |
+
#: includes/class-fee-plan.php:334
|
5734 |
msgctxt "fees-api"
|
5735 |
msgid ""
|
5736 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
6819 |
msgid "General"
|
6820 |
msgstr "General"
|
6821 |
|
6822 |
+
#: includes/licensing.php:297
|
6823 |
msgctxt "licensing"
|
6824 |
msgid "Invalid item ID"
|
6825 |
msgstr "El ID del módulo es inválido"
|
6826 |
|
6827 |
+
#: includes/licensing.php:303
|
6828 |
msgctxt "licensing"
|
6829 |
msgid "No license key provided"
|
6830 |
msgstr "No se ingresó una licencia"
|
6831 |
|
6832 |
+
#: includes/licensing.php:327
|
6833 |
msgctxt "licensing"
|
6834 |
msgid "The license key was revoked."
|
6835 |
msgstr "La licencia fue revocada."
|
6836 |
|
6837 |
+
#: includes/licensing.php:329
|
6838 |
msgctxt "licensing"
|
6839 |
msgid ""
|
6840 |
"If you think this is a mistake, please contact <support-link>Business "
|
6845 |
"servicio de soporte de Business Directory</support-link> y hágales saber que "
|
6846 |
"el servidor de licencias revocó su licencia."
|
6847 |
|
6848 |
+
#: includes/licensing.php:331
|
6849 |
msgctxt "licensing"
|
6850 |
msgid ""
|
6851 |
"Please include the email address you used to purchase <module-name> with "
|
6854 |
"Por favor incluya en su reporte la dirección de correo electrónico que usó "
|
6855 |
"cuando compró el módulo <module-name>."
|
6856 |
|
6857 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
6858 |
msgctxt "licensing"
|
6859 |
msgid "License key is invalid"
|
6860 |
msgstr "La licencia es inválida"
|
6861 |
|
6862 |
+
#: includes/licensing.php:359
|
6863 |
msgctxt "licensing"
|
6864 |
msgid "Invalid module ID"
|
6865 |
msgstr "Módulo de ID inválido"
|
6866 |
|
6867 |
+
#: includes/licensing.php:389
|
6868 |
msgctxt "licensing"
|
6869 |
msgid "Deactivation failed"
|
6870 |
msgstr "La desactivación de licencia falló"
|
6871 |
|
6872 |
+
#: includes/licensing.php:409
|
6873 |
msgctxt "licensing"
|
6874 |
msgid ""
|
6875 |
"It was not possible to establish a connection with Business Directory's "
|
6878 |
"No fue posible establecer una conexión con los servidores de Business "
|
6879 |
"Directory. La conexión falló con el siguiente error:"
|
6880 |
|
6881 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
6882 |
msgctxt "licensing"
|
6883 |
msgid ""
|
6884 |
"It looks like your server is not authorized to make requests to Business "
|
6891 |
"de Business Directory</support-link>, indicándoles que deben agregar su "
|
6892 |
"dirección IP <ip-address> a la lista autorizada."
|
6893 |
|
6894 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
6895 |
msgctxt "licensing"
|
6896 |
msgid "Include this error message with your report."
|
6897 |
msgstr "Incluya este mensaje de error en su reporte."
|
6898 |
|
6899 |
+
#: includes/licensing.php:425
|
6900 |
msgctxt "licensing"
|
6901 |
msgid ""
|
6902 |
"It was not possible to establish a connection with Business Directory's "
|
6905 |
"No fue posible establecer una conexión con los servidores de Business "
|
6906 |
"Directory. Ocurrió un problema en el protocolo de intercambio SSL/TSL:"
|
6907 |
|
6908 |
+
#: includes/licensing.php:430
|
6909 |
msgctxt "licensing"
|
6910 |
msgid ""
|
6911 |
"To ensure the security of our systems and adhere to industry best practices, "
|
6918 |
"reciente de cURL and una versión de OpenSSL que soporte TLSv1.2 (la versión "
|
6919 |
"mínimo con este soporte es OpenSSL 1.0.1c)."
|
6920 |
|
6921 |
+
#: includes/licensing.php:432
|
6922 |
msgctxt "licensing"
|
6923 |
msgid ""
|
6924 |
"Upgrading your system will not only allow you to communicate with Business "
|
6929 |
"Business Directory, también lo ayudará a prepararse para interactuar con "
|
6930 |
"otros servicios que usen los últimos estándares de seguridad."
|
6931 |
|
6932 |
+
#: includes/licensing.php:434
|
6933 |
msgctxt "licensing"
|
6934 |
msgid ""
|
6935 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
6938 |
"Por favor contacte a su proveedor de hospedaje y solicite que actualicen su "
|
6939 |
"sistema. Incluya este mensaje si es necesario."
|
6940 |
|
6941 |
+
#: includes/licensing.php:441
|
6942 |
msgctxt "licensing"
|
6943 |
msgid "Could not contact licensing server"
|
6944 |
msgstr "No se pudo contactar el servidor de licencias"
|
6945 |
|
6946 |
+
#: includes/licensing.php:463
|
6947 |
msgctxt "licensing"
|
6948 |
msgid "The server returned a 403 Forbidden error."
|
6949 |
msgstr "El servidor retornó un error 403 Forbidden."
|
6950 |
|
6951 |
+
#: includes/licensing.php:531
|
6952 |
msgctxt "licensing"
|
6953 |
msgid "Business Directory - Please verify your license keys"
|
6954 |
msgstr "Business Directory - Por favor verifique sus licencias"
|
6955 |
|
6956 |
+
#: includes/licensing.php:541
|
6957 |
msgctxt "licensing"
|
6958 |
msgid ""
|
6959 |
"The following premium modules will not work until a valid license key is "
|
6962 |
"Los siguientes módulos premium no funcionarán hasta que ingrese una licencia "
|
6963 |
"válida: %s."
|
6964 |
|
6965 |
+
#: includes/licensing.php:552
|
6966 |
msgctxt "licensing"
|
6967 |
msgid ""
|
6968 |
"You need to activate the license keys for the following themes before they "
|
6971 |
"Es necesario que active las licencias de los siguientes temas antes de que "
|
6972 |
"pueda empezar a usarlos: %s."
|
6973 |
|
6974 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
6975 |
msgctxt "licensing"
|
6976 |
msgid "Review my license keys"
|
6977 |
msgstr "Revisar mis licencias"
|
6978 |
|
6979 |
+
#: includes/licensing.php:587
|
6980 |
msgctxt "licensing"
|
6981 |
msgid "Business Directory - License key expired"
|
6982 |
msgstr "Directorio de Negocios - Licencias expiradas"
|
6983 |
|
6984 |
+
#: includes/licensing.php:597
|
6985 |
msgctxt "licensing"
|
6986 |
msgid ""
|
6987 |
"The license key for the following modules has expired: %s. The modules will "
|
6992 |
"módulos continuarás funcionando pero no recibirán ninguna actualización "
|
6993 |
"hasta que la licencia sea renovada."
|
6994 |
|
6995 |
+
#: includes/licensing.php:608
|
6996 |
msgctxt "licensing"
|
6997 |
msgid ""
|
6998 |
"The license key for the following themes has expired: %s. The themes will "
|
7003 |
"continuarás funcionando pero no recibirán ninguna actualización hasta que la "
|
7004 |
"licencia sea renovada."
|
7005 |
|
7006 |
+
#: includes/licensing.php:708
|
7007 |
msgctxt "licensing"
|
7008 |
msgid "Please enter a license key."
|
7009 |
msgstr "Por favor ingrese una licencia."
|
7010 |
|
7011 |
+
#: includes/licensing.php:717
|
7012 |
msgctxt "licensing"
|
7013 |
msgid "Could not activate license: %s."
|
7014 |
msgstr "No se pudo activar la licencia: %s."
|
7015 |
|
7016 |
+
#: includes/licensing.php:719
|
7017 |
msgctxt "licensing"
|
7018 |
msgid "License activated"
|
7019 |
msgstr "Licencia activada"
|
7020 |
|
7021 |
+
#: includes/licensing.php:739
|
7022 |
msgctxt "licensing"
|
7023 |
msgid "Could not deactivate license: %s."
|
7024 |
msgstr "No se pudo desactivar la licencia: %s."
|
7025 |
|
7026 |
+
#: includes/licensing.php:741
|
7027 |
msgctxt "licensing"
|
7028 |
msgid "License deactivated"
|
7029 |
msgstr "Licencia desactivada"
|
7030 |
|
7031 |
#. translators: "<module-name>" version <version-number> is not...
|
7032 |
+
#: includes/licensing.php:944
|
7033 |
+
#, fuzzy
|
7034 |
msgctxt "deprecation"
|
7035 |
msgid ""
|
7036 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
7037 |
"Please update this module to the latest available version."
|
7038 |
msgstr ""
|
7039 |
"“%s”, en su versión %s, no es compatible con Business Directory Plugin 5.0. "
|
languages/WPBDM-fr_FR.mo
CHANGED
Binary file
|
languages/WPBDM-fr_FR.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2019-01-
|
9 |
"PO-Revision-Date: 2017-11-13 00:48+0100\n"
|
10 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -319,7 +319,7 @@ msgstr "ID de connexion"
|
|
319 |
msgid "Transaction Key"
|
320 |
msgstr "Clé de transaction"
|
321 |
|
322 |
-
#: includes/licensing.php:
|
323 |
msgid "Licenses"
|
324 |
msgstr "Licences"
|
325 |
|
@@ -3998,7 +3998,7 @@ msgctxt "admin settings"
|
|
3998 |
msgid "User registration date"
|
3999 |
msgstr "Date d'expiration de l'annonce"
|
4000 |
|
4001 |
-
#: includes/licensing.php:
|
4002 |
msgctxt "admin settings"
|
4003 |
msgid "Enter License Key here"
|
4004 |
msgstr "Entrer la clé de licence"
|
@@ -4250,7 +4250,7 @@ msgid "Appearance"
|
|
4250 |
msgstr "Apparence"
|
4251 |
|
4252 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4253 |
-
#: includes/licensing.php:
|
4254 |
msgctxt "settings"
|
4255 |
msgid "Premium Modules"
|
4256 |
msgstr "Modules Premium"
|
@@ -5255,12 +5255,12 @@ msgctxt "settings"
|
|
5255 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5256 |
msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
|
5257 |
|
5258 |
-
#: includes/licensing.php:
|
5259 |
msgctxt "settings"
|
5260 |
msgid "Themes"
|
5261 |
msgstr "Thèmes"
|
5262 |
|
5263 |
-
#: includes/licensing.php:
|
5264 |
msgctxt "settings"
|
5265 |
msgid ""
|
5266 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -5271,22 +5271,22 @@ msgstr ""
|
|
5271 |
"préciser cette information si vous avez besoin de contacter le support "
|
5272 |
"technique à propos de problèmes lors de l'activation de vos licences."
|
5273 |
|
5274 |
-
#: includes/licensing.php:
|
5275 |
msgctxt "settings"
|
5276 |
msgid "Activate"
|
5277 |
msgstr "Activer"
|
5278 |
|
5279 |
-
#: includes/licensing.php:
|
5280 |
msgctxt "settings"
|
5281 |
msgid "Please wait..."
|
5282 |
msgstr "Veuillez attendre..."
|
5283 |
|
5284 |
-
#: includes/licensing.php:
|
5285 |
msgctxt "settings"
|
5286 |
msgid "Deactivate"
|
5287 |
msgstr "Désactiver"
|
5288 |
|
5289 |
-
#: includes/licensing.php:
|
5290 |
msgctxt "settings"
|
5291 |
msgid "Licenses"
|
5292 |
msgstr "Licences"
|
@@ -5729,31 +5729,31 @@ msgctxt "post type"
|
|
5729 |
msgid "Add New Listing"
|
5730 |
msgstr "Ajouter une nouvelle annonce"
|
5731 |
|
5732 |
-
#: includes/class-fee-plan.php:
|
5733 |
msgctxt "fee plan"
|
5734 |
msgid "No images allowed."
|
5735 |
msgstr "Nombre d'images autorisées."
|
5736 |
|
5737 |
-
#: includes/class-fee-plan.php:
|
5738 |
msgctxt "fee plan"
|
5739 |
msgid "%d image allowed."
|
5740 |
msgid_plural "%d images allowed."
|
5741 |
msgstr[0] "Image %d autorisée."
|
5742 |
msgstr[1] "Images autorisées"
|
5743 |
|
5744 |
-
#: includes/class-fee-plan.php:
|
5745 |
msgctxt "fees-api"
|
5746 |
msgid "Fee label is required."
|
5747 |
msgstr "Une étiquette de frais est requise."
|
5748 |
|
5749 |
-
#: includes/class-fee-plan.php:
|
5750 |
msgctxt "fees-api"
|
5751 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5752 |
msgstr ""
|
5753 |
"La durée des frais d'annonce doit être un nombre inférieur à 10 ans (3650 "
|
5754 |
"jours)."
|
5755 |
|
5756 |
-
#: includes/class-fee-plan.php:
|
5757 |
msgctxt "fees-api"
|
5758 |
msgid ""
|
5759 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5761,7 +5761,7 @@ msgid ""
|
|
5761 |
"<a>fee plan</a> appropriately."
|
5762 |
msgstr ""
|
5763 |
|
5764 |
-
#: includes/class-fee-plan.php:
|
5765 |
msgctxt "fees-api"
|
5766 |
msgid ""
|
5767 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -6883,23 +6883,23 @@ msgctxt "default category name"
|
|
6883 |
msgid "General"
|
6884 |
msgstr "Général"
|
6885 |
|
6886 |
-
#: includes/licensing.php:
|
6887 |
msgctxt "licensing"
|
6888 |
msgid "Invalid item ID"
|
6889 |
msgstr "ID d'élément non valide"
|
6890 |
|
6891 |
-
#: includes/licensing.php:
|
6892 |
msgctxt "licensing"
|
6893 |
msgid "No license key provided"
|
6894 |
msgstr "Aucune clé de licence fournie"
|
6895 |
|
6896 |
-
#: includes/licensing.php:
|
6897 |
#, fuzzy
|
6898 |
msgctxt "licensing"
|
6899 |
msgid "The license key was revoked."
|
6900 |
msgstr "Aucune clé de licence fournie"
|
6901 |
|
6902 |
-
#: includes/licensing.php:
|
6903 |
#, fuzzy
|
6904 |
msgctxt "licensing"
|
6905 |
msgid ""
|
@@ -6912,29 +6912,29 @@ msgstr ""
|
|
6912 |
"technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
|
6913 |
"address> à la liste blanche."
|
6914 |
|
6915 |
-
#: includes/licensing.php:
|
6916 |
msgctxt "licensing"
|
6917 |
msgid ""
|
6918 |
"Please include the email address you used to purchase <module-name> with "
|
6919 |
"your report."
|
6920 |
msgstr ""
|
6921 |
|
6922 |
-
#: includes/licensing.php:
|
6923 |
msgctxt "licensing"
|
6924 |
msgid "License key is invalid"
|
6925 |
msgstr "La clé de licence est invalide"
|
6926 |
|
6927 |
-
#: includes/licensing.php:
|
6928 |
msgctxt "licensing"
|
6929 |
msgid "Invalid module ID"
|
6930 |
msgstr "Identifiant de module invalide"
|
6931 |
|
6932 |
-
#: includes/licensing.php:
|
6933 |
msgctxt "licensing"
|
6934 |
msgid "Deactivation failed"
|
6935 |
msgstr "La désactivation a échoué"
|
6936 |
|
6937 |
-
#: includes/licensing.php:
|
6938 |
msgctxt "licensing"
|
6939 |
msgid ""
|
6940 |
"It was not possible to establish a connection with Business Directory's "
|
@@ -6943,7 +6943,7 @@ msgstr ""
|
|
6943 |
"Il n'a pas été possible d'établir une connexion avec le serveur de Business "
|
6944 |
"Directory. La connexion a échoué avec l'erreur suivante:"
|
6945 |
|
6946 |
-
#: includes/licensing.php:
|
6947 |
msgctxt "licensing"
|
6948 |
msgid ""
|
6949 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -6956,12 +6956,12 @@ msgstr ""
|
|
6956 |
"technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
|
6957 |
"address> à la liste blanche."
|
6958 |
|
6959 |
-
#: includes/licensing.php:
|
6960 |
msgctxt "licensing"
|
6961 |
msgid "Include this error message with your report."
|
6962 |
msgstr "Incluez ce message d'erreur avec votre rapport."
|
6963 |
|
6964 |
-
#: includes/licensing.php:
|
6965 |
msgctxt "licensing"
|
6966 |
msgid ""
|
6967 |
"It was not possible to establish a connection with Business Directory's "
|
@@ -6971,7 +6971,7 @@ msgstr ""
|
|
6971 |
"Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
|
6972 |
"TLS:"
|
6973 |
|
6974 |
-
#: includes/licensing.php:
|
6975 |
msgctxt "licensing"
|
6976 |
msgid ""
|
6977 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -6984,7 +6984,7 @@ msgstr ""
|
|
6984 |
"version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
|
6985 |
"est OpenSSL 1.0.1c)."
|
6986 |
|
6987 |
-
#: includes/licensing.php:
|
6988 |
msgctxt "licensing"
|
6989 |
msgid ""
|
6990 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -6996,7 +6996,7 @@ msgstr ""
|
|
6996 |
"votre site Web à pouvoir interagir avec les services en utilisant les "
|
6997 |
"dernières normes de sécurité."
|
6998 |
|
6999 |
-
#: includes/licensing.php:
|
7000 |
msgctxt "licensing"
|
7001 |
msgid ""
|
7002 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
@@ -7005,23 +7005,23 @@ msgstr ""
|
|
7005 |
"Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
|
7006 |
"à jour votre hébergement. Incluez ce message si nécessaire."
|
7007 |
|
7008 |
-
#: includes/licensing.php:
|
7009 |
msgctxt "licensing"
|
7010 |
msgid "Could not contact licensing server"
|
7011 |
msgstr "Impossible de contacter le serveur de licences"
|
7012 |
|
7013 |
-
#: includes/licensing.php:
|
7014 |
msgctxt "licensing"
|
7015 |
msgid "The server returned a 403 Forbidden error."
|
7016 |
msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
|
7017 |
|
7018 |
-
#: includes/licensing.php:
|
7019 |
msgctxt "licensing"
|
7020 |
msgid "Business Directory - Please verify your license keys"
|
7021 |
msgstr ""
|
7022 |
"Répertoire des entreprises - S'il vous plaît vérifier vos clés de licence"
|
7023 |
|
7024 |
-
#: includes/licensing.php:
|
7025 |
msgctxt "licensing"
|
7026 |
msgid ""
|
7027 |
"The following premium modules will not work until a valid license key is "
|
@@ -7030,7 +7030,7 @@ msgstr ""
|
|
7030 |
"Les modules Premium suivants ne fonctionnera pas jusqu'à ce qu'une clé de "
|
7031 |
"licence valide est fournie:% s."
|
7032 |
|
7033 |
-
#: includes/licensing.php:
|
7034 |
msgctxt "licensing"
|
7035 |
msgid ""
|
7036 |
"You need to activate the license keys for the following themes before they "
|
@@ -7039,18 +7039,18 @@ msgstr ""
|
|
7039 |
"Vous devez activer les clés de licence pour les thèmes suivants avant de "
|
7040 |
"pouvoir les utiliser : %s."
|
7041 |
|
7042 |
-
#: includes/licensing.php:
|
7043 |
msgctxt "licensing"
|
7044 |
msgid "Review my license keys"
|
7045 |
msgstr "Renouveller la clé de licence"
|
7046 |
|
7047 |
-
#: includes/licensing.php:
|
7048 |
#, fuzzy
|
7049 |
msgctxt "licensing"
|
7050 |
msgid "Business Directory - License key expired"
|
7051 |
msgstr "Business Directory - Clé de licence expirée"
|
7052 |
|
7053 |
-
#: includes/licensing.php:
|
7054 |
#, fuzzy
|
7055 |
msgctxt "licensing"
|
7056 |
msgid ""
|
@@ -7062,7 +7062,7 @@ msgstr ""
|
|
7062 |
"Le module va continuer à travailler mais vous ne recevrez plus de mises à "
|
7063 |
"jour jusqu'à ce que la licence soit renouvelée."
|
7064 |
|
7065 |
-
#: includes/licensing.php:
|
7066 |
#, fuzzy
|
7067 |
msgctxt "licensing"
|
7068 |
msgid ""
|
@@ -7074,36 +7074,37 @@ msgstr ""
|
|
7074 |
"Le module va continuer à travailler mais vous ne recevrez plus de mises à "
|
7075 |
"jour jusqu'à ce que la licence soit renouvelée."
|
7076 |
|
7077 |
-
#: includes/licensing.php:
|
7078 |
msgctxt "licensing"
|
7079 |
msgid "Please enter a license key."
|
7080 |
msgstr "S'il vous plaît entrer une clé de licence."
|
7081 |
|
7082 |
-
#: includes/licensing.php:
|
7083 |
msgctxt "licensing"
|
7084 |
msgid "Could not activate license: %s."
|
7085 |
msgstr "Impossible d'activer la licence: %s."
|
7086 |
|
7087 |
-
#: includes/licensing.php:
|
7088 |
msgctxt "licensing"
|
7089 |
msgid "License activated"
|
7090 |
msgstr "Licence activée"
|
7091 |
|
7092 |
-
#: includes/licensing.php:
|
7093 |
msgctxt "licensing"
|
7094 |
msgid "Could not deactivate license: %s."
|
7095 |
msgstr "Impossible de désactiver la licence: %s."
|
7096 |
|
7097 |
-
#: includes/licensing.php:
|
7098 |
msgctxt "licensing"
|
7099 |
msgid "License deactivated"
|
7100 |
msgstr "Licence désactivée"
|
7101 |
|
7102 |
#. translators: "<module-name>" version <version-number> is not...
|
7103 |
-
#: includes/licensing.php:
|
|
|
7104 |
msgctxt "deprecation"
|
7105 |
msgid ""
|
7106 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
7107 |
"Please update this module to the latest available version."
|
7108 |
msgstr ""
|
7109 |
"\"%s\" version %s n'est pas compatible avec le plugin Business Directory "
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
9 |
"PO-Revision-Date: 2017-11-13 00:48+0100\n"
|
10 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
319 |
msgid "Transaction Key"
|
320 |
msgstr "Clé de transaction"
|
321 |
|
322 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
323 |
msgid "Licenses"
|
324 |
msgstr "Licences"
|
325 |
|
3998 |
msgid "User registration date"
|
3999 |
msgstr "Date d'expiration de l'annonce"
|
4000 |
|
4001 |
+
#: includes/licensing.php:173
|
4002 |
msgctxt "admin settings"
|
4003 |
msgid "Enter License Key here"
|
4004 |
msgstr "Entrer la clé de licence"
|
4250 |
msgstr "Apparence"
|
4251 |
|
4252 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4253 |
+
#: includes/licensing.php:104
|
4254 |
msgctxt "settings"
|
4255 |
msgid "Premium Modules"
|
4256 |
msgstr "Modules Premium"
|
5255 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5256 |
msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
|
5257 |
|
5258 |
+
#: includes/licensing.php:122
|
5259 |
msgctxt "settings"
|
5260 |
msgid "Themes"
|
5261 |
msgstr "Thèmes"
|
5262 |
|
5263 |
+
#: includes/licensing.php:147
|
5264 |
msgctxt "settings"
|
5265 |
msgid ""
|
5266 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
5271 |
"préciser cette information si vous avez besoin de contacter le support "
|
5272 |
"technique à propos de problèmes lors de l'activation de vos licences."
|
5273 |
|
5274 |
+
#: includes/licensing.php:174
|
5275 |
msgctxt "settings"
|
5276 |
msgid "Activate"
|
5277 |
msgstr "Activer"
|
5278 |
|
5279 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
5280 |
msgctxt "settings"
|
5281 |
msgid "Please wait..."
|
5282 |
msgstr "Veuillez attendre..."
|
5283 |
|
5284 |
+
#: includes/licensing.php:175
|
5285 |
msgctxt "settings"
|
5286 |
msgid "Deactivate"
|
5287 |
msgstr "Désactiver"
|
5288 |
|
5289 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
5290 |
msgctxt "settings"
|
5291 |
msgid "Licenses"
|
5292 |
msgstr "Licences"
|
5729 |
msgid "Add New Listing"
|
5730 |
msgstr "Ajouter une nouvelle annonce"
|
5731 |
|
5732 |
+
#: includes/class-fee-plan.php:164
|
5733 |
msgctxt "fee plan"
|
5734 |
msgid "No images allowed."
|
5735 |
msgstr "Nombre d'images autorisées."
|
5736 |
|
5737 |
+
#: includes/class-fee-plan.php:166
|
5738 |
msgctxt "fee plan"
|
5739 |
msgid "%d image allowed."
|
5740 |
msgid_plural "%d images allowed."
|
5741 |
msgstr[0] "Image %d autorisée."
|
5742 |
msgstr[1] "Images autorisées"
|
5743 |
|
5744 |
+
#: includes/class-fee-plan.php:320
|
5745 |
msgctxt "fees-api"
|
5746 |
msgid "Fee label is required."
|
5747 |
msgstr "Une étiquette de frais est requise."
|
5748 |
|
5749 |
+
#: includes/class-fee-plan.php:326
|
5750 |
msgctxt "fees-api"
|
5751 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5752 |
msgstr ""
|
5753 |
"La durée des frais d'annonce doit être un nombre inférieur à 10 ans (3650 "
|
5754 |
"jours)."
|
5755 |
|
5756 |
+
#: includes/class-fee-plan.php:331
|
5757 |
msgctxt "fees-api"
|
5758 |
msgid ""
|
5759 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5761 |
"<a>fee plan</a> appropriately."
|
5762 |
msgstr ""
|
5763 |
|
5764 |
+
#: includes/class-fee-plan.php:334
|
5765 |
msgctxt "fees-api"
|
5766 |
msgid ""
|
5767 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
6883 |
msgid "General"
|
6884 |
msgstr "Général"
|
6885 |
|
6886 |
+
#: includes/licensing.php:297
|
6887 |
msgctxt "licensing"
|
6888 |
msgid "Invalid item ID"
|
6889 |
msgstr "ID d'élément non valide"
|
6890 |
|
6891 |
+
#: includes/licensing.php:303
|
6892 |
msgctxt "licensing"
|
6893 |
msgid "No license key provided"
|
6894 |
msgstr "Aucune clé de licence fournie"
|
6895 |
|
6896 |
+
#: includes/licensing.php:327
|
6897 |
#, fuzzy
|
6898 |
msgctxt "licensing"
|
6899 |
msgid "The license key was revoked."
|
6900 |
msgstr "Aucune clé de licence fournie"
|
6901 |
|
6902 |
+
#: includes/licensing.php:329
|
6903 |
#, fuzzy
|
6904 |
msgctxt "licensing"
|
6905 |
msgid ""
|
6912 |
"technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
|
6913 |
"address> à la liste blanche."
|
6914 |
|
6915 |
+
#: includes/licensing.php:331
|
6916 |
msgctxt "licensing"
|
6917 |
msgid ""
|
6918 |
"Please include the email address you used to purchase <module-name> with "
|
6919 |
"your report."
|
6920 |
msgstr ""
|
6921 |
|
6922 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
6923 |
msgctxt "licensing"
|
6924 |
msgid "License key is invalid"
|
6925 |
msgstr "La clé de licence est invalide"
|
6926 |
|
6927 |
+
#: includes/licensing.php:359
|
6928 |
msgctxt "licensing"
|
6929 |
msgid "Invalid module ID"
|
6930 |
msgstr "Identifiant de module invalide"
|
6931 |
|
6932 |
+
#: includes/licensing.php:389
|
6933 |
msgctxt "licensing"
|
6934 |
msgid "Deactivation failed"
|
6935 |
msgstr "La désactivation a échoué"
|
6936 |
|
6937 |
+
#: includes/licensing.php:409
|
6938 |
msgctxt "licensing"
|
6939 |
msgid ""
|
6940 |
"It was not possible to establish a connection with Business Directory's "
|
6943 |
"Il n'a pas été possible d'établir une connexion avec le serveur de Business "
|
6944 |
"Directory. La connexion a échoué avec l'erreur suivante:"
|
6945 |
|
6946 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
6947 |
msgctxt "licensing"
|
6948 |
msgid ""
|
6949 |
"It looks like your server is not authorized to make requests to Business "
|
6956 |
"technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
|
6957 |
"address> à la liste blanche."
|
6958 |
|
6959 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
6960 |
msgctxt "licensing"
|
6961 |
msgid "Include this error message with your report."
|
6962 |
msgstr "Incluez ce message d'erreur avec votre rapport."
|
6963 |
|
6964 |
+
#: includes/licensing.php:425
|
6965 |
msgctxt "licensing"
|
6966 |
msgid ""
|
6967 |
"It was not possible to establish a connection with Business Directory's "
|
6971 |
"Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
|
6972 |
"TLS:"
|
6973 |
|
6974 |
+
#: includes/licensing.php:430
|
6975 |
msgctxt "licensing"
|
6976 |
msgid ""
|
6977 |
"To ensure the security of our systems and adhere to industry best practices, "
|
6984 |
"version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
|
6985 |
"est OpenSSL 1.0.1c)."
|
6986 |
|
6987 |
+
#: includes/licensing.php:432
|
6988 |
msgctxt "licensing"
|
6989 |
msgid ""
|
6990 |
"Upgrading your system will not only allow you to communicate with Business "
|
6996 |
"votre site Web à pouvoir interagir avec les services en utilisant les "
|
6997 |
"dernières normes de sécurité."
|
6998 |
|
6999 |
+
#: includes/licensing.php:434
|
7000 |
msgctxt "licensing"
|
7001 |
msgid ""
|
7002 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7005 |
"Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
|
7006 |
"à jour votre hébergement. Incluez ce message si nécessaire."
|
7007 |
|
7008 |
+
#: includes/licensing.php:441
|
7009 |
msgctxt "licensing"
|
7010 |
msgid "Could not contact licensing server"
|
7011 |
msgstr "Impossible de contacter le serveur de licences"
|
7012 |
|
7013 |
+
#: includes/licensing.php:463
|
7014 |
msgctxt "licensing"
|
7015 |
msgid "The server returned a 403 Forbidden error."
|
7016 |
msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
|
7017 |
|
7018 |
+
#: includes/licensing.php:531
|
7019 |
msgctxt "licensing"
|
7020 |
msgid "Business Directory - Please verify your license keys"
|
7021 |
msgstr ""
|
7022 |
"Répertoire des entreprises - S'il vous plaît vérifier vos clés de licence"
|
7023 |
|
7024 |
+
#: includes/licensing.php:541
|
7025 |
msgctxt "licensing"
|
7026 |
msgid ""
|
7027 |
"The following premium modules will not work until a valid license key is "
|
7030 |
"Les modules Premium suivants ne fonctionnera pas jusqu'à ce qu'une clé de "
|
7031 |
"licence valide est fournie:% s."
|
7032 |
|
7033 |
+
#: includes/licensing.php:552
|
7034 |
msgctxt "licensing"
|
7035 |
msgid ""
|
7036 |
"You need to activate the license keys for the following themes before they "
|
7039 |
"Vous devez activer les clés de licence pour les thèmes suivants avant de "
|
7040 |
"pouvoir les utiliser : %s."
|
7041 |
|
7042 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
7043 |
msgctxt "licensing"
|
7044 |
msgid "Review my license keys"
|
7045 |
msgstr "Renouveller la clé de licence"
|
7046 |
|
7047 |
+
#: includes/licensing.php:587
|
7048 |
#, fuzzy
|
7049 |
msgctxt "licensing"
|
7050 |
msgid "Business Directory - License key expired"
|
7051 |
msgstr "Business Directory - Clé de licence expirée"
|
7052 |
|
7053 |
+
#: includes/licensing.php:597
|
7054 |
#, fuzzy
|
7055 |
msgctxt "licensing"
|
7056 |
msgid ""
|
7062 |
"Le module va continuer à travailler mais vous ne recevrez plus de mises à "
|
7063 |
"jour jusqu'à ce que la licence soit renouvelée."
|
7064 |
|
7065 |
+
#: includes/licensing.php:608
|
7066 |
#, fuzzy
|
7067 |
msgctxt "licensing"
|
7068 |
msgid ""
|
7074 |
"Le module va continuer à travailler mais vous ne recevrez plus de mises à "
|
7075 |
"jour jusqu'à ce que la licence soit renouvelée."
|
7076 |
|
7077 |
+
#: includes/licensing.php:708
|
7078 |
msgctxt "licensing"
|
7079 |
msgid "Please enter a license key."
|
7080 |
msgstr "S'il vous plaît entrer une clé de licence."
|
7081 |
|
7082 |
+
#: includes/licensing.php:717
|
7083 |
msgctxt "licensing"
|
7084 |
msgid "Could not activate license: %s."
|
7085 |
msgstr "Impossible d'activer la licence: %s."
|
7086 |
|
7087 |
+
#: includes/licensing.php:719
|
7088 |
msgctxt "licensing"
|
7089 |
msgid "License activated"
|
7090 |
msgstr "Licence activée"
|
7091 |
|
7092 |
+
#: includes/licensing.php:739
|
7093 |
msgctxt "licensing"
|
7094 |
msgid "Could not deactivate license: %s."
|
7095 |
msgstr "Impossible de désactiver la licence: %s."
|
7096 |
|
7097 |
+
#: includes/licensing.php:741
|
7098 |
msgctxt "licensing"
|
7099 |
msgid "License deactivated"
|
7100 |
msgstr "Licence désactivée"
|
7101 |
|
7102 |
#. translators: "<module-name>" version <version-number> is not...
|
7103 |
+
#: includes/licensing.php:944
|
7104 |
+
#, fuzzy
|
7105 |
msgctxt "deprecation"
|
7106 |
msgid ""
|
7107 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
7108 |
"Please update this module to the latest available version."
|
7109 |
msgstr ""
|
7110 |
"\"%s\" version %s n'est pas compatible avec le plugin Business Directory "
|
languages/WPBDM-nl_NL.mo
CHANGED
Binary file
|
languages/WPBDM-nl_NL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2019-01-
|
7 |
"PO-Revision-Date: 2017-07-04 12:37+0000\n"
|
8 |
"Last-Translator: admin <info@nederlofcentrum.nl>\n"
|
9 |
"Language-Team: Dutch\n"
|
@@ -296,7 +296,7 @@ msgstr ""
|
|
296 |
msgid "Transaction Key"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: includes/licensing.php:
|
300 |
msgid "Licenses"
|
301 |
msgstr ""
|
302 |
|
@@ -3851,7 +3851,7 @@ msgctxt "admin settings"
|
|
3851 |
msgid "User registration date"
|
3852 |
msgstr "Gebruikers registratie datum"
|
3853 |
|
3854 |
-
#: includes/licensing.php:
|
3855 |
msgctxt "admin settings"
|
3856 |
msgid "Enter License Key here"
|
3857 |
msgstr ""
|
@@ -4115,7 +4115,7 @@ msgid "Appearance"
|
|
4115 |
msgstr ""
|
4116 |
|
4117 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4118 |
-
#: includes/licensing.php:
|
4119 |
msgctxt "settings"
|
4120 |
msgid "Premium Modules"
|
4121 |
msgstr ""
|
@@ -5186,13 +5186,13 @@ msgctxt "settings"
|
|
5186 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5187 |
msgstr ""
|
5188 |
|
5189 |
-
#: includes/licensing.php:
|
5190 |
#, fuzzy
|
5191 |
msgctxt "settings"
|
5192 |
msgid "Themes"
|
5193 |
msgstr "Thema's"
|
5194 |
|
5195 |
-
#: includes/licensing.php:
|
5196 |
msgctxt "settings"
|
5197 |
msgid ""
|
5198 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -5200,24 +5200,24 @@ msgid ""
|
|
5200 |
"activate your licenses."
|
5201 |
msgstr ""
|
5202 |
|
5203 |
-
#: includes/licensing.php:
|
5204 |
#, fuzzy
|
5205 |
msgctxt "settings"
|
5206 |
msgid "Activate"
|
5207 |
msgstr "Actief"
|
5208 |
|
5209 |
-
#: includes/licensing.php:
|
5210 |
msgctxt "settings"
|
5211 |
msgid "Please wait..."
|
5212 |
msgstr ""
|
5213 |
|
5214 |
-
#: includes/licensing.php:
|
5215 |
#, fuzzy
|
5216 |
msgctxt "settings"
|
5217 |
msgid "Deactivate"
|
5218 |
msgstr "Actief"
|
5219 |
|
5220 |
-
#: includes/licensing.php:
|
5221 |
msgctxt "settings"
|
5222 |
msgid "Licenses"
|
5223 |
msgstr ""
|
@@ -5639,12 +5639,12 @@ msgctxt "post type"
|
|
5639 |
msgid "Add New Listing"
|
5640 |
msgstr "Nieuwe registratie toevoegen"
|
5641 |
|
5642 |
-
#: includes/class-fee-plan.php:
|
5643 |
msgctxt "fee plan"
|
5644 |
msgid "No images allowed."
|
5645 |
msgstr ""
|
5646 |
|
5647 |
-
#: includes/class-fee-plan.php:
|
5648 |
#, fuzzy
|
5649 |
msgctxt "fee plan"
|
5650 |
msgid "%d image allowed."
|
@@ -5652,19 +5652,19 @@ msgid_plural "%d images allowed."
|
|
5652 |
msgstr[0] "%d beeld"
|
5653 |
msgstr[1] "%d beelden"
|
5654 |
|
5655 |
-
#: includes/class-fee-plan.php:
|
5656 |
msgctxt "fees-api"
|
5657 |
msgid "Fee label is required."
|
5658 |
msgstr ""
|
5659 |
|
5660 |
-
#: includes/class-fee-plan.php:
|
5661 |
msgctxt "fees-api"
|
5662 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5663 |
msgstr ""
|
5664 |
"Betaalde registratie vertoningstijd als nummer, minder dan 10 jaar (3650 "
|
5665 |
"dagen)."
|
5666 |
|
5667 |
-
#: includes/class-fee-plan.php:
|
5668 |
msgctxt "fees-api"
|
5669 |
msgid ""
|
5670 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5672,7 +5672,7 @@ msgid ""
|
|
5672 |
"<a>fee plan</a> appropriately."
|
5673 |
msgstr ""
|
5674 |
|
5675 |
-
#: includes/class-fee-plan.php:
|
5676 |
msgctxt "fees-api"
|
5677 |
msgid ""
|
5678 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -6756,22 +6756,22 @@ msgctxt "default category name"
|
|
6756 |
msgid "General"
|
6757 |
msgstr "Algemeen"
|
6758 |
|
6759 |
-
#: includes/licensing.php:
|
6760 |
msgctxt "licensing"
|
6761 |
msgid "Invalid item ID"
|
6762 |
msgstr ""
|
6763 |
|
6764 |
-
#: includes/licensing.php:
|
6765 |
msgctxt "licensing"
|
6766 |
msgid "No license key provided"
|
6767 |
msgstr ""
|
6768 |
|
6769 |
-
#: includes/licensing.php:
|
6770 |
msgctxt "licensing"
|
6771 |
msgid "The license key was revoked."
|
6772 |
msgstr ""
|
6773 |
|
6774 |
-
#: includes/licensing.php:
|
6775 |
msgctxt "licensing"
|
6776 |
msgid ""
|
6777 |
"If you think this is a mistake, please contact <support-link>Business "
|
@@ -6779,36 +6779,36 @@ msgid ""
|
|
6779 |
"reported as revoked by the licensing software."
|
6780 |
msgstr ""
|
6781 |
|
6782 |
-
#: includes/licensing.php:
|
6783 |
msgctxt "licensing"
|
6784 |
msgid ""
|
6785 |
"Please include the email address you used to purchase <module-name> with "
|
6786 |
"your report."
|
6787 |
msgstr ""
|
6788 |
|
6789 |
-
#: includes/licensing.php:
|
6790 |
msgctxt "licensing"
|
6791 |
msgid "License key is invalid"
|
6792 |
msgstr ""
|
6793 |
|
6794 |
-
#: includes/licensing.php:
|
6795 |
msgctxt "licensing"
|
6796 |
msgid "Invalid module ID"
|
6797 |
msgstr ""
|
6798 |
|
6799 |
-
#: includes/licensing.php:
|
6800 |
msgctxt "licensing"
|
6801 |
msgid "Deactivation failed"
|
6802 |
msgstr ""
|
6803 |
|
6804 |
-
#: includes/licensing.php:
|
6805 |
msgctxt "licensing"
|
6806 |
msgid ""
|
6807 |
"It was not possible to establish a connection with Business Directory's "
|
6808 |
"server. The connection failed with the following error:"
|
6809 |
msgstr ""
|
6810 |
|
6811 |
-
#: includes/licensing.php:
|
6812 |
msgctxt "licensing"
|
6813 |
msgid ""
|
6814 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -6817,19 +6817,19 @@ msgid ""
|
|
6817 |
"whitelist."
|
6818 |
msgstr ""
|
6819 |
|
6820 |
-
#: includes/licensing.php:
|
6821 |
msgctxt "licensing"
|
6822 |
msgid "Include this error message with your report."
|
6823 |
msgstr ""
|
6824 |
|
6825 |
-
#: includes/licensing.php:
|
6826 |
msgctxt "licensing"
|
6827 |
msgid ""
|
6828 |
"It was not possible to establish a connection with Business Directory's "
|
6829 |
"server. A problem occurred in the SSL/TSL handshake:"
|
6830 |
msgstr ""
|
6831 |
|
6832 |
-
#: includes/licensing.php:
|
6833 |
msgctxt "licensing"
|
6834 |
msgid ""
|
6835 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -6838,7 +6838,7 @@ msgid ""
|
|
6838 |
"1.0.1c)."
|
6839 |
msgstr ""
|
6840 |
|
6841 |
-
#: includes/licensing.php:
|
6842 |
msgctxt "licensing"
|
6843 |
msgid ""
|
6844 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -6846,55 +6846,55 @@ msgid ""
|
|
6846 |
"services using the latest security standards."
|
6847 |
msgstr ""
|
6848 |
|
6849 |
-
#: includes/licensing.php:
|
6850 |
msgctxt "licensing"
|
6851 |
msgid ""
|
6852 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
6853 |
"Include this message if necesary."
|
6854 |
msgstr ""
|
6855 |
|
6856 |
-
#: includes/licensing.php:
|
6857 |
msgctxt "licensing"
|
6858 |
msgid "Could not contact licensing server"
|
6859 |
msgstr ""
|
6860 |
|
6861 |
-
#: includes/licensing.php:
|
6862 |
msgctxt "licensing"
|
6863 |
msgid "The server returned a 403 Forbidden error."
|
6864 |
msgstr ""
|
6865 |
|
6866 |
-
#: includes/licensing.php:
|
6867 |
#, fuzzy
|
6868 |
msgctxt "licensing"
|
6869 |
msgid "Business Directory - Please verify your license keys"
|
6870 |
msgstr "Business Directory - Zoeken"
|
6871 |
|
6872 |
-
#: includes/licensing.php:
|
6873 |
msgctxt "licensing"
|
6874 |
msgid ""
|
6875 |
"The following premium modules will not work until a valid license key is "
|
6876 |
"provided: %s."
|
6877 |
msgstr ""
|
6878 |
|
6879 |
-
#: includes/licensing.php:
|
6880 |
msgctxt "licensing"
|
6881 |
msgid ""
|
6882 |
"You need to activate the license keys for the following themes before they "
|
6883 |
"can be used: %s."
|
6884 |
msgstr ""
|
6885 |
|
6886 |
-
#: includes/licensing.php:
|
6887 |
msgctxt "licensing"
|
6888 |
msgid "Review my license keys"
|
6889 |
msgstr ""
|
6890 |
|
6891 |
-
#: includes/licensing.php:
|
6892 |
#, fuzzy
|
6893 |
msgctxt "licensing"
|
6894 |
msgid "Business Directory - License key expired"
|
6895 |
msgstr "Business Directory - Zoeken"
|
6896 |
|
6897 |
-
#: includes/licensing.php:
|
6898 |
msgctxt "licensing"
|
6899 |
msgid ""
|
6900 |
"The license key for the following modules has expired: %s. The modules will "
|
@@ -6902,7 +6902,7 @@ msgid ""
|
|
6902 |
"is renewed."
|
6903 |
msgstr ""
|
6904 |
|
6905 |
-
#: includes/licensing.php:
|
6906 |
msgctxt "licensing"
|
6907 |
msgid ""
|
6908 |
"The license key for the following themes has expired: %s. The themes will "
|
@@ -6910,36 +6910,36 @@ msgid ""
|
|
6910 |
"is renewed."
|
6911 |
msgstr ""
|
6912 |
|
6913 |
-
#: includes/licensing.php:
|
6914 |
msgctxt "licensing"
|
6915 |
msgid "Please enter a license key."
|
6916 |
msgstr ""
|
6917 |
|
6918 |
-
#: includes/licensing.php:
|
6919 |
msgctxt "licensing"
|
6920 |
msgid "Could not activate license: %s."
|
6921 |
msgstr ""
|
6922 |
|
6923 |
-
#: includes/licensing.php:
|
6924 |
msgctxt "licensing"
|
6925 |
msgid "License activated"
|
6926 |
msgstr ""
|
6927 |
|
6928 |
-
#: includes/licensing.php:
|
6929 |
msgctxt "licensing"
|
6930 |
msgid "Could not deactivate license: %s."
|
6931 |
msgstr ""
|
6932 |
|
6933 |
-
#: includes/licensing.php:
|
6934 |
msgctxt "licensing"
|
6935 |
msgid "License deactivated"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
#. translators: "<module-name>" version <version-number> is not...
|
6939 |
-
#: includes/licensing.php:
|
6940 |
msgctxt "deprecation"
|
6941 |
msgid ""
|
6942 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
6943 |
"Please update this module to the latest available version."
|
6944 |
msgstr ""
|
6945 |
|
3 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
7 |
"PO-Revision-Date: 2017-07-04 12:37+0000\n"
|
8 |
"Last-Translator: admin <info@nederlofcentrum.nl>\n"
|
9 |
"Language-Team: Dutch\n"
|
296 |
msgid "Transaction Key"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
300 |
msgid "Licenses"
|
301 |
msgstr ""
|
302 |
|
3851 |
msgid "User registration date"
|
3852 |
msgstr "Gebruikers registratie datum"
|
3853 |
|
3854 |
+
#: includes/licensing.php:173
|
3855 |
msgctxt "admin settings"
|
3856 |
msgid "Enter License Key here"
|
3857 |
msgstr ""
|
4115 |
msgstr ""
|
4116 |
|
4117 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4118 |
+
#: includes/licensing.php:104
|
4119 |
msgctxt "settings"
|
4120 |
msgid "Premium Modules"
|
4121 |
msgstr ""
|
5186 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5187 |
msgstr ""
|
5188 |
|
5189 |
+
#: includes/licensing.php:122
|
5190 |
#, fuzzy
|
5191 |
msgctxt "settings"
|
5192 |
msgid "Themes"
|
5193 |
msgstr "Thema's"
|
5194 |
|
5195 |
+
#: includes/licensing.php:147
|
5196 |
msgctxt "settings"
|
5197 |
msgid ""
|
5198 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
5200 |
"activate your licenses."
|
5201 |
msgstr ""
|
5202 |
|
5203 |
+
#: includes/licensing.php:174
|
5204 |
#, fuzzy
|
5205 |
msgctxt "settings"
|
5206 |
msgid "Activate"
|
5207 |
msgstr "Actief"
|
5208 |
|
5209 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
5210 |
msgctxt "settings"
|
5211 |
msgid "Please wait..."
|
5212 |
msgstr ""
|
5213 |
|
5214 |
+
#: includes/licensing.php:175
|
5215 |
#, fuzzy
|
5216 |
msgctxt "settings"
|
5217 |
msgid "Deactivate"
|
5218 |
msgstr "Actief"
|
5219 |
|
5220 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
5221 |
msgctxt "settings"
|
5222 |
msgid "Licenses"
|
5223 |
msgstr ""
|
5639 |
msgid "Add New Listing"
|
5640 |
msgstr "Nieuwe registratie toevoegen"
|
5641 |
|
5642 |
+
#: includes/class-fee-plan.php:164
|
5643 |
msgctxt "fee plan"
|
5644 |
msgid "No images allowed."
|
5645 |
msgstr ""
|
5646 |
|
5647 |
+
#: includes/class-fee-plan.php:166
|
5648 |
#, fuzzy
|
5649 |
msgctxt "fee plan"
|
5650 |
msgid "%d image allowed."
|
5652 |
msgstr[0] "%d beeld"
|
5653 |
msgstr[1] "%d beelden"
|
5654 |
|
5655 |
+
#: includes/class-fee-plan.php:320
|
5656 |
msgctxt "fees-api"
|
5657 |
msgid "Fee label is required."
|
5658 |
msgstr ""
|
5659 |
|
5660 |
+
#: includes/class-fee-plan.php:326
|
5661 |
msgctxt "fees-api"
|
5662 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5663 |
msgstr ""
|
5664 |
"Betaalde registratie vertoningstijd als nummer, minder dan 10 jaar (3650 "
|
5665 |
"dagen)."
|
5666 |
|
5667 |
+
#: includes/class-fee-plan.php:331
|
5668 |
msgctxt "fees-api"
|
5669 |
msgid ""
|
5670 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5672 |
"<a>fee plan</a> appropriately."
|
5673 |
msgstr ""
|
5674 |
|
5675 |
+
#: includes/class-fee-plan.php:334
|
5676 |
msgctxt "fees-api"
|
5677 |
msgid ""
|
5678 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
6756 |
msgid "General"
|
6757 |
msgstr "Algemeen"
|
6758 |
|
6759 |
+
#: includes/licensing.php:297
|
6760 |
msgctxt "licensing"
|
6761 |
msgid "Invalid item ID"
|
6762 |
msgstr ""
|
6763 |
|
6764 |
+
#: includes/licensing.php:303
|
6765 |
msgctxt "licensing"
|
6766 |
msgid "No license key provided"
|
6767 |
msgstr ""
|
6768 |
|
6769 |
+
#: includes/licensing.php:327
|
6770 |
msgctxt "licensing"
|
6771 |
msgid "The license key was revoked."
|
6772 |
msgstr ""
|
6773 |
|
6774 |
+
#: includes/licensing.php:329
|
6775 |
msgctxt "licensing"
|
6776 |
msgid ""
|
6777 |
"If you think this is a mistake, please contact <support-link>Business "
|
6779 |
"reported as revoked by the licensing software."
|
6780 |
msgstr ""
|
6781 |
|
6782 |
+
#: includes/licensing.php:331
|
6783 |
msgctxt "licensing"
|
6784 |
msgid ""
|
6785 |
"Please include the email address you used to purchase <module-name> with "
|
6786 |
"your report."
|
6787 |
msgstr ""
|
6788 |
|
6789 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
6790 |
msgctxt "licensing"
|
6791 |
msgid "License key is invalid"
|
6792 |
msgstr ""
|
6793 |
|
6794 |
+
#: includes/licensing.php:359
|
6795 |
msgctxt "licensing"
|
6796 |
msgid "Invalid module ID"
|
6797 |
msgstr ""
|
6798 |
|
6799 |
+
#: includes/licensing.php:389
|
6800 |
msgctxt "licensing"
|
6801 |
msgid "Deactivation failed"
|
6802 |
msgstr ""
|
6803 |
|
6804 |
+
#: includes/licensing.php:409
|
6805 |
msgctxt "licensing"
|
6806 |
msgid ""
|
6807 |
"It was not possible to establish a connection with Business Directory's "
|
6808 |
"server. The connection failed with the following error:"
|
6809 |
msgstr ""
|
6810 |
|
6811 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
6812 |
msgctxt "licensing"
|
6813 |
msgid ""
|
6814 |
"It looks like your server is not authorized to make requests to Business "
|
6817 |
"whitelist."
|
6818 |
msgstr ""
|
6819 |
|
6820 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
6821 |
msgctxt "licensing"
|
6822 |
msgid "Include this error message with your report."
|
6823 |
msgstr ""
|
6824 |
|
6825 |
+
#: includes/licensing.php:425
|
6826 |
msgctxt "licensing"
|
6827 |
msgid ""
|
6828 |
"It was not possible to establish a connection with Business Directory's "
|
6829 |
"server. A problem occurred in the SSL/TSL handshake:"
|
6830 |
msgstr ""
|
6831 |
|
6832 |
+
#: includes/licensing.php:430
|
6833 |
msgctxt "licensing"
|
6834 |
msgid ""
|
6835 |
"To ensure the security of our systems and adhere to industry best practices, "
|
6838 |
"1.0.1c)."
|
6839 |
msgstr ""
|
6840 |
|
6841 |
+
#: includes/licensing.php:432
|
6842 |
msgctxt "licensing"
|
6843 |
msgid ""
|
6844 |
"Upgrading your system will not only allow you to communicate with Business "
|
6846 |
"services using the latest security standards."
|
6847 |
msgstr ""
|
6848 |
|
6849 |
+
#: includes/licensing.php:434
|
6850 |
msgctxt "licensing"
|
6851 |
msgid ""
|
6852 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
6853 |
"Include this message if necesary."
|
6854 |
msgstr ""
|
6855 |
|
6856 |
+
#: includes/licensing.php:441
|
6857 |
msgctxt "licensing"
|
6858 |
msgid "Could not contact licensing server"
|
6859 |
msgstr ""
|
6860 |
|
6861 |
+
#: includes/licensing.php:463
|
6862 |
msgctxt "licensing"
|
6863 |
msgid "The server returned a 403 Forbidden error."
|
6864 |
msgstr ""
|
6865 |
|
6866 |
+
#: includes/licensing.php:531
|
6867 |
#, fuzzy
|
6868 |
msgctxt "licensing"
|
6869 |
msgid "Business Directory - Please verify your license keys"
|
6870 |
msgstr "Business Directory - Zoeken"
|
6871 |
|
6872 |
+
#: includes/licensing.php:541
|
6873 |
msgctxt "licensing"
|
6874 |
msgid ""
|
6875 |
"The following premium modules will not work until a valid license key is "
|
6876 |
"provided: %s."
|
6877 |
msgstr ""
|
6878 |
|
6879 |
+
#: includes/licensing.php:552
|
6880 |
msgctxt "licensing"
|
6881 |
msgid ""
|
6882 |
"You need to activate the license keys for the following themes before they "
|
6883 |
"can be used: %s."
|
6884 |
msgstr ""
|
6885 |
|
6886 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
6887 |
msgctxt "licensing"
|
6888 |
msgid "Review my license keys"
|
6889 |
msgstr ""
|
6890 |
|
6891 |
+
#: includes/licensing.php:587
|
6892 |
#, fuzzy
|
6893 |
msgctxt "licensing"
|
6894 |
msgid "Business Directory - License key expired"
|
6895 |
msgstr "Business Directory - Zoeken"
|
6896 |
|
6897 |
+
#: includes/licensing.php:597
|
6898 |
msgctxt "licensing"
|
6899 |
msgid ""
|
6900 |
"The license key for the following modules has expired: %s. The modules will "
|
6902 |
"is renewed."
|
6903 |
msgstr ""
|
6904 |
|
6905 |
+
#: includes/licensing.php:608
|
6906 |
msgctxt "licensing"
|
6907 |
msgid ""
|
6908 |
"The license key for the following themes has expired: %s. The themes will "
|
6910 |
"is renewed."
|
6911 |
msgstr ""
|
6912 |
|
6913 |
+
#: includes/licensing.php:708
|
6914 |
msgctxt "licensing"
|
6915 |
msgid "Please enter a license key."
|
6916 |
msgstr ""
|
6917 |
|
6918 |
+
#: includes/licensing.php:717
|
6919 |
msgctxt "licensing"
|
6920 |
msgid "Could not activate license: %s."
|
6921 |
msgstr ""
|
6922 |
|
6923 |
+
#: includes/licensing.php:719
|
6924 |
msgctxt "licensing"
|
6925 |
msgid "License activated"
|
6926 |
msgstr ""
|
6927 |
|
6928 |
+
#: includes/licensing.php:739
|
6929 |
msgctxt "licensing"
|
6930 |
msgid "Could not deactivate license: %s."
|
6931 |
msgstr ""
|
6932 |
|
6933 |
+
#: includes/licensing.php:741
|
6934 |
msgctxt "licensing"
|
6935 |
msgid "License deactivated"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
#. translators: "<module-name>" version <version-number> is not...
|
6939 |
+
#: includes/licensing.php:944
|
6940 |
msgctxt "deprecation"
|
6941 |
msgid ""
|
6942 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
6943 |
"Please update this module to the latest available version."
|
6944 |
msgstr ""
|
6945 |
|
languages/WPBDM-pl_PL.mo
CHANGED
Binary file
|
languages/WPBDM-pl_PL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2019-01-
|
7 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
8 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
9 |
"Language-Team: HomeSupport\n"
|
@@ -373,7 +373,7 @@ msgid "Transaction Key"
|
|
373 |
msgstr "Klucz Transakcji"
|
374 |
|
375 |
# @ WPBDM
|
376 |
-
#: includes/licensing.php:
|
377 |
#, fuzzy
|
378 |
msgid "Licenses"
|
379 |
msgstr "Licencje"
|
@@ -4560,7 +4560,7 @@ msgid "User registration date"
|
|
4560 |
msgstr "Data zakończenia emisji oferty"
|
4561 |
|
4562 |
# @ WPBDM
|
4563 |
-
#: includes/licensing.php:
|
4564 |
#, fuzzy
|
4565 |
msgctxt "admin settings"
|
4566 |
msgid "Enter License Key here"
|
@@ -4866,7 +4866,7 @@ msgstr ""
|
|
4866 |
|
4867 |
# @ WPBDM
|
4868 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4869 |
-
#: includes/licensing.php:
|
4870 |
msgctxt "settings"
|
4871 |
msgid "Premium Modules"
|
4872 |
msgstr "Moduły Premium"
|
@@ -6097,12 +6097,12 @@ msgctxt "settings"
|
|
6097 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
6098 |
msgstr ""
|
6099 |
|
6100 |
-
#: includes/licensing.php:
|
6101 |
msgctxt "settings"
|
6102 |
msgid "Themes"
|
6103 |
msgstr ""
|
6104 |
|
6105 |
-
#: includes/licensing.php:
|
6106 |
msgctxt "settings"
|
6107 |
msgid ""
|
6108 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -6111,26 +6111,26 @@ msgid ""
|
|
6111 |
msgstr ""
|
6112 |
|
6113 |
# @ WPBDM
|
6114 |
-
#: includes/licensing.php:
|
6115 |
#, fuzzy
|
6116 |
msgctxt "settings"
|
6117 |
msgid "Activate"
|
6118 |
msgstr "Aktywacja Licencji"
|
6119 |
|
6120 |
-
#: includes/licensing.php:
|
6121 |
msgctxt "settings"
|
6122 |
msgid "Please wait..."
|
6123 |
msgstr ""
|
6124 |
|
6125 |
# @ WPBDM
|
6126 |
-
#: includes/licensing.php:
|
6127 |
#, fuzzy
|
6128 |
msgctxt "settings"
|
6129 |
msgid "Deactivate"
|
6130 |
msgstr "Aktywacja Licencji"
|
6131 |
|
6132 |
# @ WPBDM
|
6133 |
-
#: includes/licensing.php:
|
6134 |
msgctxt "settings"
|
6135 |
msgid "Licenses"
|
6136 |
msgstr "Licencje"
|
@@ -6630,14 +6630,14 @@ msgid "Add New Listing"
|
|
6630 |
msgstr "Dodaj nową ofertę"
|
6631 |
|
6632 |
# @ WPBDM
|
6633 |
-
#: includes/class-fee-plan.php:
|
6634 |
#, fuzzy
|
6635 |
msgctxt "fee plan"
|
6636 |
msgid "No images allowed."
|
6637 |
msgstr "Liczba dozwolonych obrazów"
|
6638 |
|
6639 |
# @ WPBDM
|
6640 |
-
#: includes/class-fee-plan.php:
|
6641 |
#, fuzzy
|
6642 |
msgctxt "fee plan"
|
6643 |
msgid "%d image allowed."
|
@@ -6647,20 +6647,20 @@ msgstr[1] "Liczba dozwolonych obrazów"
|
|
6647 |
msgstr[2] "Liczba dozwolonych obrazów"
|
6648 |
|
6649 |
# @ WPBDM
|
6650 |
-
#: includes/class-fee-plan.php:
|
6651 |
msgctxt "fees-api"
|
6652 |
msgid "Fee label is required."
|
6653 |
msgstr "Etykieta abonamentu jest wymagana."
|
6654 |
|
6655 |
# @ WPBDM
|
6656 |
-
#: includes/class-fee-plan.php:
|
6657 |
msgctxt "fees-api"
|
6658 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
6659 |
msgstr ""
|
6660 |
"Abonament dla okresu ważności oferty musi zawierać się w liczbie dodatniej, "
|
6661 |
"całkowitej."
|
6662 |
|
6663 |
-
#: includes/class-fee-plan.php:
|
6664 |
msgctxt "fees-api"
|
6665 |
msgid ""
|
6666 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -6668,7 +6668,7 @@ msgid ""
|
|
6668 |
"<a>fee plan</a> appropriately."
|
6669 |
msgstr ""
|
6670 |
|
6671 |
-
#: includes/class-fee-plan.php:
|
6672 |
msgctxt "fees-api"
|
6673 |
msgid ""
|
6674 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -7946,26 +7946,26 @@ msgid "General"
|
|
7946 |
msgstr "Główna"
|
7947 |
|
7948 |
# @ WPBDM
|
7949 |
-
#: includes/licensing.php:
|
7950 |
#, fuzzy
|
7951 |
msgctxt "licensing"
|
7952 |
msgid "Invalid item ID"
|
7953 |
msgstr "Niewłaściwe ID Pola"
|
7954 |
|
7955 |
# @ WPBDM
|
7956 |
-
#: includes/licensing.php:
|
7957 |
msgctxt "licensing"
|
7958 |
msgid "No license key provided"
|
7959 |
msgstr "Nie wprowadzono klucz licencji"
|
7960 |
|
7961 |
# @ WPBDM
|
7962 |
-
#: includes/licensing.php:
|
7963 |
#, fuzzy
|
7964 |
msgctxt "licensing"
|
7965 |
msgid "The license key was revoked."
|
7966 |
msgstr "Nie wprowadzono klucz licencji"
|
7967 |
|
7968 |
-
#: includes/licensing.php:
|
7969 |
msgctxt "licensing"
|
7970 |
msgid ""
|
7971 |
"If you think this is a mistake, please contact <support-link>Business "
|
@@ -7973,7 +7973,7 @@ msgid ""
|
|
7973 |
"reported as revoked by the licensing software."
|
7974 |
msgstr ""
|
7975 |
|
7976 |
-
#: includes/licensing.php:
|
7977 |
msgctxt "licensing"
|
7978 |
msgid ""
|
7979 |
"Please include the email address you used to purchase <module-name> with "
|
@@ -7981,31 +7981,31 @@ msgid ""
|
|
7981 |
msgstr ""
|
7982 |
|
7983 |
# @ WPBDM
|
7984 |
-
#: includes/licensing.php:
|
7985 |
msgctxt "licensing"
|
7986 |
msgid "License key is invalid"
|
7987 |
msgstr "Niewłaściwy Klucz Licencji"
|
7988 |
|
7989 |
# @ WPBDM
|
7990 |
-
#: includes/licensing.php:
|
7991 |
msgctxt "licensing"
|
7992 |
msgid "Invalid module ID"
|
7993 |
msgstr "Niewłaściwe ID Modułu"
|
7994 |
|
7995 |
# @ WPBDM
|
7996 |
-
#: includes/licensing.php:
|
7997 |
msgctxt "licensing"
|
7998 |
msgid "Deactivation failed"
|
7999 |
msgstr "Błąd Deaktywacji"
|
8000 |
|
8001 |
-
#: includes/licensing.php:
|
8002 |
msgctxt "licensing"
|
8003 |
msgid ""
|
8004 |
"It was not possible to establish a connection with Business Directory's "
|
8005 |
"server. The connection failed with the following error:"
|
8006 |
msgstr ""
|
8007 |
|
8008 |
-
#: includes/licensing.php:
|
8009 |
msgctxt "licensing"
|
8010 |
msgid ""
|
8011 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -8014,19 +8014,19 @@ msgid ""
|
|
8014 |
"whitelist."
|
8015 |
msgstr ""
|
8016 |
|
8017 |
-
#: includes/licensing.php:
|
8018 |
msgctxt "licensing"
|
8019 |
msgid "Include this error message with your report."
|
8020 |
msgstr ""
|
8021 |
|
8022 |
-
#: includes/licensing.php:
|
8023 |
msgctxt "licensing"
|
8024 |
msgid ""
|
8025 |
"It was not possible to establish a connection with Business Directory's "
|
8026 |
"server. A problem occurred in the SSL/TSL handshake:"
|
8027 |
msgstr ""
|
8028 |
|
8029 |
-
#: includes/licensing.php:
|
8030 |
msgctxt "licensing"
|
8031 |
msgid ""
|
8032 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -8035,7 +8035,7 @@ msgid ""
|
|
8035 |
"1.0.1c)."
|
8036 |
msgstr ""
|
8037 |
|
8038 |
-
#: includes/licensing.php:
|
8039 |
msgctxt "licensing"
|
8040 |
msgid ""
|
8041 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -8043,7 +8043,7 @@ msgid ""
|
|
8043 |
"services using the latest security standards."
|
8044 |
msgstr ""
|
8045 |
|
8046 |
-
#: includes/licensing.php:
|
8047 |
msgctxt "licensing"
|
8048 |
msgid ""
|
8049 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
@@ -8051,25 +8051,25 @@ msgid ""
|
|
8051 |
msgstr ""
|
8052 |
|
8053 |
# @ WPBDM
|
8054 |
-
#: includes/licensing.php:
|
8055 |
msgctxt "licensing"
|
8056 |
msgid "Could not contact licensing server"
|
8057 |
msgstr "Nie można połączyć z serwerem danych licencji"
|
8058 |
|
8059 |
-
#: includes/licensing.php:
|
8060 |
msgctxt "licensing"
|
8061 |
msgid "The server returned a 403 Forbidden error."
|
8062 |
msgstr ""
|
8063 |
|
8064 |
# @ WPBDM
|
8065 |
-
#: includes/licensing.php:
|
8066 |
#, fuzzy
|
8067 |
msgctxt "licensing"
|
8068 |
msgid "Business Directory - Please verify your license keys"
|
8069 |
msgstr "Katalog Firm - Najświeższe Firmy"
|
8070 |
|
8071 |
# @ WPBDM
|
8072 |
-
#: includes/licensing.php:
|
8073 |
#, fuzzy
|
8074 |
msgctxt "licensing"
|
8075 |
msgid ""
|
@@ -8080,7 +8080,7 @@ msgstr ""
|
|
8080 |
"licencji. Przejdź do <a>Zarządzanie opcjami - Licencje</a>aby wprowadzić "
|
8081 |
"informacje o licencji."
|
8082 |
|
8083 |
-
#: includes/licensing.php:
|
8084 |
msgctxt "licensing"
|
8085 |
msgid ""
|
8086 |
"You need to activate the license keys for the following themes before they "
|
@@ -8088,21 +8088,21 @@ msgid ""
|
|
8088 |
msgstr ""
|
8089 |
|
8090 |
# @ WPBDM
|
8091 |
-
#: includes/licensing.php:
|
8092 |
#, fuzzy
|
8093 |
msgctxt "licensing"
|
8094 |
msgid "Review my license keys"
|
8095 |
msgstr "Odśwież Klucz Licencji"
|
8096 |
|
8097 |
# @ WPBDM
|
8098 |
-
#: includes/licensing.php:
|
8099 |
#, fuzzy
|
8100 |
msgctxt "licensing"
|
8101 |
msgid "Business Directory - License key expired"
|
8102 |
msgstr "Katalog firm - wygasł Klucz Licencji"
|
8103 |
|
8104 |
# @ WPBDM
|
8105 |
-
#: includes/licensing.php:
|
8106 |
#, fuzzy
|
8107 |
msgctxt "licensing"
|
8108 |
msgid ""
|
@@ -8115,7 +8115,7 @@ msgstr ""
|
|
8115 |
"czasu odnowienia licencji."
|
8116 |
|
8117 |
# @ WPBDM
|
8118 |
-
#: includes/licensing.php:
|
8119 |
#, fuzzy
|
8120 |
msgctxt "licensing"
|
8121 |
msgid ""
|
@@ -8128,41 +8128,41 @@ msgstr ""
|
|
8128 |
"czasu odnowienia licencji."
|
8129 |
|
8130 |
# @ WPBDM
|
8131 |
-
#: includes/licensing.php:
|
8132 |
#, fuzzy
|
8133 |
msgctxt "licensing"
|
8134 |
msgid "Please enter a license key."
|
8135 |
msgstr "Proszę wprowadzić poprawny adres e-mail."
|
8136 |
|
8137 |
# @ WPBDM
|
8138 |
-
#: includes/licensing.php:
|
8139 |
msgctxt "licensing"
|
8140 |
msgid "Could not activate license: %s."
|
8141 |
msgstr "Nie możemy aktywować Licencji: %s."
|
8142 |
|
8143 |
# @ WPBDM
|
8144 |
-
#: includes/licensing.php:
|
8145 |
msgctxt "licensing"
|
8146 |
msgid "License activated"
|
8147 |
msgstr "Licencja została aktywowana"
|
8148 |
|
8149 |
# @ WPBDM
|
8150 |
-
#: includes/licensing.php:
|
8151 |
msgctxt "licensing"
|
8152 |
msgid "Could not deactivate license: %s."
|
8153 |
msgstr "Nie możemy deaktywować Licencji: %s."
|
8154 |
|
8155 |
# @ WPBDM
|
8156 |
-
#: includes/licensing.php:
|
8157 |
msgctxt "licensing"
|
8158 |
msgid "License deactivated"
|
8159 |
msgstr "Licencja deaktywowana"
|
8160 |
|
8161 |
#. translators: "<module-name>" version <version-number> is not...
|
8162 |
-
#: includes/licensing.php:
|
8163 |
msgctxt "deprecation"
|
8164 |
msgid ""
|
8165 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
8166 |
"Please update this module to the latest available version."
|
8167 |
msgstr ""
|
8168 |
|
3 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
7 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
8 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
9 |
"Language-Team: HomeSupport\n"
|
373 |
msgstr "Klucz Transakcji"
|
374 |
|
375 |
# @ WPBDM
|
376 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
377 |
#, fuzzy
|
378 |
msgid "Licenses"
|
379 |
msgstr "Licencje"
|
4560 |
msgstr "Data zakończenia emisji oferty"
|
4561 |
|
4562 |
# @ WPBDM
|
4563 |
+
#: includes/licensing.php:173
|
4564 |
#, fuzzy
|
4565 |
msgctxt "admin settings"
|
4566 |
msgid "Enter License Key here"
|
4866 |
|
4867 |
# @ WPBDM
|
4868 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4869 |
+
#: includes/licensing.php:104
|
4870 |
msgctxt "settings"
|
4871 |
msgid "Premium Modules"
|
4872 |
msgstr "Moduły Premium"
|
6097 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
6098 |
msgstr ""
|
6099 |
|
6100 |
+
#: includes/licensing.php:122
|
6101 |
msgctxt "settings"
|
6102 |
msgid "Themes"
|
6103 |
msgstr ""
|
6104 |
|
6105 |
+
#: includes/licensing.php:147
|
6106 |
msgctxt "settings"
|
6107 |
msgid ""
|
6108 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
6111 |
msgstr ""
|
6112 |
|
6113 |
# @ WPBDM
|
6114 |
+
#: includes/licensing.php:174
|
6115 |
#, fuzzy
|
6116 |
msgctxt "settings"
|
6117 |
msgid "Activate"
|
6118 |
msgstr "Aktywacja Licencji"
|
6119 |
|
6120 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
6121 |
msgctxt "settings"
|
6122 |
msgid "Please wait..."
|
6123 |
msgstr ""
|
6124 |
|
6125 |
# @ WPBDM
|
6126 |
+
#: includes/licensing.php:175
|
6127 |
#, fuzzy
|
6128 |
msgctxt "settings"
|
6129 |
msgid "Deactivate"
|
6130 |
msgstr "Aktywacja Licencji"
|
6131 |
|
6132 |
# @ WPBDM
|
6133 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
6134 |
msgctxt "settings"
|
6135 |
msgid "Licenses"
|
6136 |
msgstr "Licencje"
|
6630 |
msgstr "Dodaj nową ofertę"
|
6631 |
|
6632 |
# @ WPBDM
|
6633 |
+
#: includes/class-fee-plan.php:164
|
6634 |
#, fuzzy
|
6635 |
msgctxt "fee plan"
|
6636 |
msgid "No images allowed."
|
6637 |
msgstr "Liczba dozwolonych obrazów"
|
6638 |
|
6639 |
# @ WPBDM
|
6640 |
+
#: includes/class-fee-plan.php:166
|
6641 |
#, fuzzy
|
6642 |
msgctxt "fee plan"
|
6643 |
msgid "%d image allowed."
|
6647 |
msgstr[2] "Liczba dozwolonych obrazów"
|
6648 |
|
6649 |
# @ WPBDM
|
6650 |
+
#: includes/class-fee-plan.php:320
|
6651 |
msgctxt "fees-api"
|
6652 |
msgid "Fee label is required."
|
6653 |
msgstr "Etykieta abonamentu jest wymagana."
|
6654 |
|
6655 |
# @ WPBDM
|
6656 |
+
#: includes/class-fee-plan.php:326
|
6657 |
msgctxt "fees-api"
|
6658 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
6659 |
msgstr ""
|
6660 |
"Abonament dla okresu ważności oferty musi zawierać się w liczbie dodatniej, "
|
6661 |
"całkowitej."
|
6662 |
|
6663 |
+
#: includes/class-fee-plan.php:331
|
6664 |
msgctxt "fees-api"
|
6665 |
msgid ""
|
6666 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
6668 |
"<a>fee plan</a> appropriately."
|
6669 |
msgstr ""
|
6670 |
|
6671 |
+
#: includes/class-fee-plan.php:334
|
6672 |
msgctxt "fees-api"
|
6673 |
msgid ""
|
6674 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
7946 |
msgstr "Główna"
|
7947 |
|
7948 |
# @ WPBDM
|
7949 |
+
#: includes/licensing.php:297
|
7950 |
#, fuzzy
|
7951 |
msgctxt "licensing"
|
7952 |
msgid "Invalid item ID"
|
7953 |
msgstr "Niewłaściwe ID Pola"
|
7954 |
|
7955 |
# @ WPBDM
|
7956 |
+
#: includes/licensing.php:303
|
7957 |
msgctxt "licensing"
|
7958 |
msgid "No license key provided"
|
7959 |
msgstr "Nie wprowadzono klucz licencji"
|
7960 |
|
7961 |
# @ WPBDM
|
7962 |
+
#: includes/licensing.php:327
|
7963 |
#, fuzzy
|
7964 |
msgctxt "licensing"
|
7965 |
msgid "The license key was revoked."
|
7966 |
msgstr "Nie wprowadzono klucz licencji"
|
7967 |
|
7968 |
+
#: includes/licensing.php:329
|
7969 |
msgctxt "licensing"
|
7970 |
msgid ""
|
7971 |
"If you think this is a mistake, please contact <support-link>Business "
|
7973 |
"reported as revoked by the licensing software."
|
7974 |
msgstr ""
|
7975 |
|
7976 |
+
#: includes/licensing.php:331
|
7977 |
msgctxt "licensing"
|
7978 |
msgid ""
|
7979 |
"Please include the email address you used to purchase <module-name> with "
|
7981 |
msgstr ""
|
7982 |
|
7983 |
# @ WPBDM
|
7984 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
7985 |
msgctxt "licensing"
|
7986 |
msgid "License key is invalid"
|
7987 |
msgstr "Niewłaściwy Klucz Licencji"
|
7988 |
|
7989 |
# @ WPBDM
|
7990 |
+
#: includes/licensing.php:359
|
7991 |
msgctxt "licensing"
|
7992 |
msgid "Invalid module ID"
|
7993 |
msgstr "Niewłaściwe ID Modułu"
|
7994 |
|
7995 |
# @ WPBDM
|
7996 |
+
#: includes/licensing.php:389
|
7997 |
msgctxt "licensing"
|
7998 |
msgid "Deactivation failed"
|
7999 |
msgstr "Błąd Deaktywacji"
|
8000 |
|
8001 |
+
#: includes/licensing.php:409
|
8002 |
msgctxt "licensing"
|
8003 |
msgid ""
|
8004 |
"It was not possible to establish a connection with Business Directory's "
|
8005 |
"server. The connection failed with the following error:"
|
8006 |
msgstr ""
|
8007 |
|
8008 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
8009 |
msgctxt "licensing"
|
8010 |
msgid ""
|
8011 |
"It looks like your server is not authorized to make requests to Business "
|
8014 |
"whitelist."
|
8015 |
msgstr ""
|
8016 |
|
8017 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
8018 |
msgctxt "licensing"
|
8019 |
msgid "Include this error message with your report."
|
8020 |
msgstr ""
|
8021 |
|
8022 |
+
#: includes/licensing.php:425
|
8023 |
msgctxt "licensing"
|
8024 |
msgid ""
|
8025 |
"It was not possible to establish a connection with Business Directory's "
|
8026 |
"server. A problem occurred in the SSL/TSL handshake:"
|
8027 |
msgstr ""
|
8028 |
|
8029 |
+
#: includes/licensing.php:430
|
8030 |
msgctxt "licensing"
|
8031 |
msgid ""
|
8032 |
"To ensure the security of our systems and adhere to industry best practices, "
|
8035 |
"1.0.1c)."
|
8036 |
msgstr ""
|
8037 |
|
8038 |
+
#: includes/licensing.php:432
|
8039 |
msgctxt "licensing"
|
8040 |
msgid ""
|
8041 |
"Upgrading your system will not only allow you to communicate with Business "
|
8043 |
"services using the latest security standards."
|
8044 |
msgstr ""
|
8045 |
|
8046 |
+
#: includes/licensing.php:434
|
8047 |
msgctxt "licensing"
|
8048 |
msgid ""
|
8049 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8051 |
msgstr ""
|
8052 |
|
8053 |
# @ WPBDM
|
8054 |
+
#: includes/licensing.php:441
|
8055 |
msgctxt "licensing"
|
8056 |
msgid "Could not contact licensing server"
|
8057 |
msgstr "Nie można połączyć z serwerem danych licencji"
|
8058 |
|
8059 |
+
#: includes/licensing.php:463
|
8060 |
msgctxt "licensing"
|
8061 |
msgid "The server returned a 403 Forbidden error."
|
8062 |
msgstr ""
|
8063 |
|
8064 |
# @ WPBDM
|
8065 |
+
#: includes/licensing.php:531
|
8066 |
#, fuzzy
|
8067 |
msgctxt "licensing"
|
8068 |
msgid "Business Directory - Please verify your license keys"
|
8069 |
msgstr "Katalog Firm - Najświeższe Firmy"
|
8070 |
|
8071 |
# @ WPBDM
|
8072 |
+
#: includes/licensing.php:541
|
8073 |
#, fuzzy
|
8074 |
msgctxt "licensing"
|
8075 |
msgid ""
|
8080 |
"licencji. Przejdź do <a>Zarządzanie opcjami - Licencje</a>aby wprowadzić "
|
8081 |
"informacje o licencji."
|
8082 |
|
8083 |
+
#: includes/licensing.php:552
|
8084 |
msgctxt "licensing"
|
8085 |
msgid ""
|
8086 |
"You need to activate the license keys for the following themes before they "
|
8088 |
msgstr ""
|
8089 |
|
8090 |
# @ WPBDM
|
8091 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
8092 |
#, fuzzy
|
8093 |
msgctxt "licensing"
|
8094 |
msgid "Review my license keys"
|
8095 |
msgstr "Odśwież Klucz Licencji"
|
8096 |
|
8097 |
# @ WPBDM
|
8098 |
+
#: includes/licensing.php:587
|
8099 |
#, fuzzy
|
8100 |
msgctxt "licensing"
|
8101 |
msgid "Business Directory - License key expired"
|
8102 |
msgstr "Katalog firm - wygasł Klucz Licencji"
|
8103 |
|
8104 |
# @ WPBDM
|
8105 |
+
#: includes/licensing.php:597
|
8106 |
#, fuzzy
|
8107 |
msgctxt "licensing"
|
8108 |
msgid ""
|
8115 |
"czasu odnowienia licencji."
|
8116 |
|
8117 |
# @ WPBDM
|
8118 |
+
#: includes/licensing.php:608
|
8119 |
#, fuzzy
|
8120 |
msgctxt "licensing"
|
8121 |
msgid ""
|
8128 |
"czasu odnowienia licencji."
|
8129 |
|
8130 |
# @ WPBDM
|
8131 |
+
#: includes/licensing.php:708
|
8132 |
#, fuzzy
|
8133 |
msgctxt "licensing"
|
8134 |
msgid "Please enter a license key."
|
8135 |
msgstr "Proszę wprowadzić poprawny adres e-mail."
|
8136 |
|
8137 |
# @ WPBDM
|
8138 |
+
#: includes/licensing.php:717
|
8139 |
msgctxt "licensing"
|
8140 |
msgid "Could not activate license: %s."
|
8141 |
msgstr "Nie możemy aktywować Licencji: %s."
|
8142 |
|
8143 |
# @ WPBDM
|
8144 |
+
#: includes/licensing.php:719
|
8145 |
msgctxt "licensing"
|
8146 |
msgid "License activated"
|
8147 |
msgstr "Licencja została aktywowana"
|
8148 |
|
8149 |
# @ WPBDM
|
8150 |
+
#: includes/licensing.php:739
|
8151 |
msgctxt "licensing"
|
8152 |
msgid "Could not deactivate license: %s."
|
8153 |
msgstr "Nie możemy deaktywować Licencji: %s."
|
8154 |
|
8155 |
# @ WPBDM
|
8156 |
+
#: includes/licensing.php:741
|
8157 |
msgctxt "licensing"
|
8158 |
msgid "License deactivated"
|
8159 |
msgstr "Licencja deaktywowana"
|
8160 |
|
8161 |
#. translators: "<module-name>" version <version-number> is not...
|
8162 |
+
#: includes/licensing.php:944
|
8163 |
msgctxt "deprecation"
|
8164 |
msgid ""
|
8165 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
8166 |
"Please update this module to the latest available version."
|
8167 |
msgstr ""
|
8168 |
|
languages/WPBDM-ru_RU.mo
CHANGED
Binary file
|
languages/WPBDM-ru_RU.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2019-01-
|
7 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
8 |
"Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
|
9 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -322,7 +322,7 @@ msgstr "Имя пользователя"
|
|
322 |
msgid "Transaction Key"
|
323 |
msgstr "Ключ транзакции"
|
324 |
|
325 |
-
#: includes/licensing.php:
|
326 |
#, fuzzy
|
327 |
msgid "Licenses"
|
328 |
msgstr "Лицензии"
|
@@ -4031,7 +4031,7 @@ msgctxt "admin settings"
|
|
4031 |
msgid "User registration date"
|
4032 |
msgstr "Дата окончания срока действия"
|
4033 |
|
4034 |
-
#: includes/licensing.php:
|
4035 |
#, fuzzy
|
4036 |
msgctxt "admin settings"
|
4037 |
msgid "Enter License Key here"
|
@@ -4310,7 +4310,7 @@ msgid "Appearance"
|
|
4310 |
msgstr ""
|
4311 |
|
4312 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4313 |
-
#: includes/licensing.php:
|
4314 |
msgctxt "settings"
|
4315 |
msgid "Premium Modules"
|
4316 |
msgstr "Платные модули"
|
@@ -5430,13 +5430,13 @@ msgctxt "settings"
|
|
5430 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5431 |
msgstr ""
|
5432 |
|
5433 |
-
#: includes/licensing.php:
|
5434 |
#, fuzzy
|
5435 |
msgctxt "settings"
|
5436 |
msgid "Themes"
|
5437 |
msgstr "Темы"
|
5438 |
|
5439 |
-
#: includes/licensing.php:
|
5440 |
msgctxt "settings"
|
5441 |
msgid ""
|
5442 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -5444,24 +5444,24 @@ msgid ""
|
|
5444 |
"activate your licenses."
|
5445 |
msgstr ""
|
5446 |
|
5447 |
-
#: includes/licensing.php:
|
5448 |
#, fuzzy
|
5449 |
msgctxt "settings"
|
5450 |
msgid "Activate"
|
5451 |
msgstr "Активировать"
|
5452 |
|
5453 |
-
#: includes/licensing.php:
|
5454 |
msgctxt "settings"
|
5455 |
msgid "Please wait..."
|
5456 |
msgstr ""
|
5457 |
|
5458 |
-
#: includes/licensing.php:
|
5459 |
#, fuzzy
|
5460 |
msgctxt "settings"
|
5461 |
msgid "Deactivate"
|
5462 |
msgstr "Активировать"
|
5463 |
|
5464 |
-
#: includes/licensing.php:
|
5465 |
msgctxt "settings"
|
5466 |
msgid "Licenses"
|
5467 |
msgstr "Лицензии"
|
@@ -5908,13 +5908,13 @@ msgctxt "post type"
|
|
5908 |
msgid "Add New Listing"
|
5909 |
msgstr "Добавить новую запись"
|
5910 |
|
5911 |
-
#: includes/class-fee-plan.php:
|
5912 |
#, fuzzy
|
5913 |
msgctxt "fee plan"
|
5914 |
msgid "No images allowed."
|
5915 |
msgstr "Количество разрешённых изображений"
|
5916 |
|
5917 |
-
#: includes/class-fee-plan.php:
|
5918 |
#, fuzzy
|
5919 |
msgctxt "fee plan"
|
5920 |
msgid "%d image allowed."
|
@@ -5923,17 +5923,17 @@ msgstr[0] "Разрешено изображений"
|
|
5923 |
msgstr[1] "Разрешено изображений"
|
5924 |
msgstr[2] "Разрешено изображений"
|
5925 |
|
5926 |
-
#: includes/class-fee-plan.php:
|
5927 |
msgctxt "fees-api"
|
5928 |
msgid "Fee label is required."
|
5929 |
msgstr "Название тарифа обязательна."
|
5930 |
|
5931 |
-
#: includes/class-fee-plan.php:
|
5932 |
msgctxt "fees-api"
|
5933 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5934 |
msgstr "Срок действия тарифа должен быть меньше 10 лет (3650 дней)."
|
5935 |
|
5936 |
-
#: includes/class-fee-plan.php:
|
5937 |
msgctxt "fees-api"
|
5938 |
msgid ""
|
5939 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5941,7 +5941,7 @@ msgid ""
|
|
5941 |
"<a>fee plan</a> appropriately."
|
5942 |
msgstr ""
|
5943 |
|
5944 |
-
#: includes/class-fee-plan.php:
|
5945 |
msgctxt "fees-api"
|
5946 |
msgid ""
|
5947 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -7065,24 +7065,24 @@ msgctxt "default category name"
|
|
7065 |
msgid "General"
|
7066 |
msgstr "Основное"
|
7067 |
|
7068 |
-
#: includes/licensing.php:
|
7069 |
#, fuzzy
|
7070 |
msgctxt "licensing"
|
7071 |
msgid "Invalid item ID"
|
7072 |
msgstr "Некорректный номер поля"
|
7073 |
|
7074 |
-
#: includes/licensing.php:
|
7075 |
msgctxt "licensing"
|
7076 |
msgid "No license key provided"
|
7077 |
msgstr "Не указан лицензионный ключ"
|
7078 |
|
7079 |
-
#: includes/licensing.php:
|
7080 |
#, fuzzy
|
7081 |
msgctxt "licensing"
|
7082 |
msgid "The license key was revoked."
|
7083 |
msgstr "Не указан лицензионный ключ"
|
7084 |
|
7085 |
-
#: includes/licensing.php:
|
7086 |
msgctxt "licensing"
|
7087 |
msgid ""
|
7088 |
"If you think this is a mistake, please contact <support-link>Business "
|
@@ -7090,36 +7090,36 @@ msgid ""
|
|
7090 |
"reported as revoked by the licensing software."
|
7091 |
msgstr ""
|
7092 |
|
7093 |
-
#: includes/licensing.php:
|
7094 |
msgctxt "licensing"
|
7095 |
msgid ""
|
7096 |
"Please include the email address you used to purchase <module-name> with "
|
7097 |
"your report."
|
7098 |
msgstr ""
|
7099 |
|
7100 |
-
#: includes/licensing.php:
|
7101 |
msgctxt "licensing"
|
7102 |
msgid "License key is invalid"
|
7103 |
msgstr "Лицензионный ключ не правильный"
|
7104 |
|
7105 |
-
#: includes/licensing.php:
|
7106 |
msgctxt "licensing"
|
7107 |
msgid "Invalid module ID"
|
7108 |
msgstr "Неправильный номер модуля"
|
7109 |
|
7110 |
-
#: includes/licensing.php:
|
7111 |
msgctxt "licensing"
|
7112 |
msgid "Deactivation failed"
|
7113 |
msgstr "Деактивация не удалась"
|
7114 |
|
7115 |
-
#: includes/licensing.php:
|
7116 |
msgctxt "licensing"
|
7117 |
msgid ""
|
7118 |
"It was not possible to establish a connection with Business Directory's "
|
7119 |
"server. The connection failed with the following error:"
|
7120 |
msgstr ""
|
7121 |
|
7122 |
-
#: includes/licensing.php:
|
7123 |
msgctxt "licensing"
|
7124 |
msgid ""
|
7125 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -7128,19 +7128,19 @@ msgid ""
|
|
7128 |
"whitelist."
|
7129 |
msgstr ""
|
7130 |
|
7131 |
-
#: includes/licensing.php:
|
7132 |
msgctxt "licensing"
|
7133 |
msgid "Include this error message with your report."
|
7134 |
msgstr ""
|
7135 |
|
7136 |
-
#: includes/licensing.php:
|
7137 |
msgctxt "licensing"
|
7138 |
msgid ""
|
7139 |
"It was not possible to establish a connection with Business Directory's "
|
7140 |
"server. A problem occurred in the SSL/TSL handshake:"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
-
#: includes/licensing.php:
|
7144 |
msgctxt "licensing"
|
7145 |
msgid ""
|
7146 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -7149,7 +7149,7 @@ msgid ""
|
|
7149 |
"1.0.1c)."
|
7150 |
msgstr ""
|
7151 |
|
7152 |
-
#: includes/licensing.php:
|
7153 |
msgctxt "licensing"
|
7154 |
msgid ""
|
7155 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -7157,30 +7157,30 @@ msgid ""
|
|
7157 |
"services using the latest security standards."
|
7158 |
msgstr ""
|
7159 |
|
7160 |
-
#: includes/licensing.php:
|
7161 |
msgctxt "licensing"
|
7162 |
msgid ""
|
7163 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7164 |
"Include this message if necesary."
|
7165 |
msgstr ""
|
7166 |
|
7167 |
-
#: includes/licensing.php:
|
7168 |
msgctxt "licensing"
|
7169 |
msgid "Could not contact licensing server"
|
7170 |
msgstr "Не удалось связаться с сервером лицензий"
|
7171 |
|
7172 |
-
#: includes/licensing.php:
|
7173 |
msgctxt "licensing"
|
7174 |
msgid "The server returned a 403 Forbidden error."
|
7175 |
msgstr ""
|
7176 |
|
7177 |
-
#: includes/licensing.php:
|
7178 |
#, fuzzy
|
7179 |
msgctxt "licensing"
|
7180 |
msgid "Business Directory - Please verify your license keys"
|
7181 |
msgstr "Справочник Услуг - Новые Записи"
|
7182 |
|
7183 |
-
#: includes/licensing.php:
|
7184 |
#, fuzzy
|
7185 |
msgctxt "licensing"
|
7186 |
msgid ""
|
@@ -7191,26 +7191,26 @@ msgstr ""
|
|
7191 |
"корректный лицензионный ключ. Перейдите в раздел <a>Управление / Лицензии</"
|
7192 |
"a> и введите Вашу лицензионную информацию."
|
7193 |
|
7194 |
-
#: includes/licensing.php:
|
7195 |
msgctxt "licensing"
|
7196 |
msgid ""
|
7197 |
"You need to activate the license keys for the following themes before they "
|
7198 |
"can be used: %s."
|
7199 |
msgstr ""
|
7200 |
|
7201 |
-
#: includes/licensing.php:
|
7202 |
#, fuzzy
|
7203 |
msgctxt "licensing"
|
7204 |
msgid "Review my license keys"
|
7205 |
msgstr "Обновить лицензионный ключ"
|
7206 |
|
7207 |
-
#: includes/licensing.php:
|
7208 |
#, fuzzy
|
7209 |
msgctxt "licensing"
|
7210 |
msgid "Business Directory - License key expired"
|
7211 |
msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
|
7212 |
|
7213 |
-
#: includes/licensing.php:
|
7214 |
#, fuzzy
|
7215 |
msgctxt "licensing"
|
7216 |
msgid ""
|
@@ -7222,7 +7222,7 @@ msgstr ""
|
|
7222 |
"Модуль продолжить работать, но обновлений для него Вы больше не получите, "
|
7223 |
"пока лицензия не будет продлена."
|
7224 |
|
7225 |
-
#: includes/licensing.php:
|
7226 |
#, fuzzy
|
7227 |
msgctxt "licensing"
|
7228 |
msgid ""
|
@@ -7234,37 +7234,37 @@ msgstr ""
|
|
7234 |
"Модуль продолжить работать, но обновлений для него Вы больше не получите, "
|
7235 |
"пока лицензия не будет продлена."
|
7236 |
|
7237 |
-
#: includes/licensing.php:
|
7238 |
#, fuzzy
|
7239 |
msgctxt "licensing"
|
7240 |
msgid "Please enter a license key."
|
7241 |
msgstr "Пожалуйста введите правильный электронный адрес."
|
7242 |
|
7243 |
-
#: includes/licensing.php:
|
7244 |
msgctxt "licensing"
|
7245 |
msgid "Could not activate license: %s."
|
7246 |
msgstr "Не удалось активировать лицензию: %s."
|
7247 |
|
7248 |
-
#: includes/licensing.php:
|
7249 |
msgctxt "licensing"
|
7250 |
msgid "License activated"
|
7251 |
msgstr "Лицензия активирована"
|
7252 |
|
7253 |
-
#: includes/licensing.php:
|
7254 |
msgctxt "licensing"
|
7255 |
msgid "Could not deactivate license: %s."
|
7256 |
msgstr "Не удалось деактивировать лицензию: %s."
|
7257 |
|
7258 |
-
#: includes/licensing.php:
|
7259 |
msgctxt "licensing"
|
7260 |
msgid "License deactivated"
|
7261 |
msgstr "Лицензия была деактивирована."
|
7262 |
|
7263 |
#. translators: "<module-name>" version <version-number> is not...
|
7264 |
-
#: includes/licensing.php:
|
7265 |
msgctxt "deprecation"
|
7266 |
msgid ""
|
7267 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
7268 |
"Please update this module to the latest available version."
|
7269 |
msgstr ""
|
7270 |
|
3 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
7 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
8 |
"Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
|
9 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
322 |
msgid "Transaction Key"
|
323 |
msgstr "Ключ транзакции"
|
324 |
|
325 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
326 |
#, fuzzy
|
327 |
msgid "Licenses"
|
328 |
msgstr "Лицензии"
|
4031 |
msgid "User registration date"
|
4032 |
msgstr "Дата окончания срока действия"
|
4033 |
|
4034 |
+
#: includes/licensing.php:173
|
4035 |
#, fuzzy
|
4036 |
msgctxt "admin settings"
|
4037 |
msgid "Enter License Key here"
|
4310 |
msgstr ""
|
4311 |
|
4312 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4313 |
+
#: includes/licensing.php:104
|
4314 |
msgctxt "settings"
|
4315 |
msgid "Premium Modules"
|
4316 |
msgstr "Платные модули"
|
5430 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5431 |
msgstr ""
|
5432 |
|
5433 |
+
#: includes/licensing.php:122
|
5434 |
#, fuzzy
|
5435 |
msgctxt "settings"
|
5436 |
msgid "Themes"
|
5437 |
msgstr "Темы"
|
5438 |
|
5439 |
+
#: includes/licensing.php:147
|
5440 |
msgctxt "settings"
|
5441 |
msgid ""
|
5442 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
5444 |
"activate your licenses."
|
5445 |
msgstr ""
|
5446 |
|
5447 |
+
#: includes/licensing.php:174
|
5448 |
#, fuzzy
|
5449 |
msgctxt "settings"
|
5450 |
msgid "Activate"
|
5451 |
msgstr "Активировать"
|
5452 |
|
5453 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
5454 |
msgctxt "settings"
|
5455 |
msgid "Please wait..."
|
5456 |
msgstr ""
|
5457 |
|
5458 |
+
#: includes/licensing.php:175
|
5459 |
#, fuzzy
|
5460 |
msgctxt "settings"
|
5461 |
msgid "Deactivate"
|
5462 |
msgstr "Активировать"
|
5463 |
|
5464 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
5465 |
msgctxt "settings"
|
5466 |
msgid "Licenses"
|
5467 |
msgstr "Лицензии"
|
5908 |
msgid "Add New Listing"
|
5909 |
msgstr "Добавить новую запись"
|
5910 |
|
5911 |
+
#: includes/class-fee-plan.php:164
|
5912 |
#, fuzzy
|
5913 |
msgctxt "fee plan"
|
5914 |
msgid "No images allowed."
|
5915 |
msgstr "Количество разрешённых изображений"
|
5916 |
|
5917 |
+
#: includes/class-fee-plan.php:166
|
5918 |
#, fuzzy
|
5919 |
msgctxt "fee plan"
|
5920 |
msgid "%d image allowed."
|
5923 |
msgstr[1] "Разрешено изображений"
|
5924 |
msgstr[2] "Разрешено изображений"
|
5925 |
|
5926 |
+
#: includes/class-fee-plan.php:320
|
5927 |
msgctxt "fees-api"
|
5928 |
msgid "Fee label is required."
|
5929 |
msgstr "Название тарифа обязательна."
|
5930 |
|
5931 |
+
#: includes/class-fee-plan.php:326
|
5932 |
msgctxt "fees-api"
|
5933 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5934 |
msgstr "Срок действия тарифа должен быть меньше 10 лет (3650 дней)."
|
5935 |
|
5936 |
+
#: includes/class-fee-plan.php:331
|
5937 |
msgctxt "fees-api"
|
5938 |
msgid ""
|
5939 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5941 |
"<a>fee plan</a> appropriately."
|
5942 |
msgstr ""
|
5943 |
|
5944 |
+
#: includes/class-fee-plan.php:334
|
5945 |
msgctxt "fees-api"
|
5946 |
msgid ""
|
5947 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
7065 |
msgid "General"
|
7066 |
msgstr "Основное"
|
7067 |
|
7068 |
+
#: includes/licensing.php:297
|
7069 |
#, fuzzy
|
7070 |
msgctxt "licensing"
|
7071 |
msgid "Invalid item ID"
|
7072 |
msgstr "Некорректный номер поля"
|
7073 |
|
7074 |
+
#: includes/licensing.php:303
|
7075 |
msgctxt "licensing"
|
7076 |
msgid "No license key provided"
|
7077 |
msgstr "Не указан лицензионный ключ"
|
7078 |
|
7079 |
+
#: includes/licensing.php:327
|
7080 |
#, fuzzy
|
7081 |
msgctxt "licensing"
|
7082 |
msgid "The license key was revoked."
|
7083 |
msgstr "Не указан лицензионный ключ"
|
7084 |
|
7085 |
+
#: includes/licensing.php:329
|
7086 |
msgctxt "licensing"
|
7087 |
msgid ""
|
7088 |
"If you think this is a mistake, please contact <support-link>Business "
|
7090 |
"reported as revoked by the licensing software."
|
7091 |
msgstr ""
|
7092 |
|
7093 |
+
#: includes/licensing.php:331
|
7094 |
msgctxt "licensing"
|
7095 |
msgid ""
|
7096 |
"Please include the email address you used to purchase <module-name> with "
|
7097 |
"your report."
|
7098 |
msgstr ""
|
7099 |
|
7100 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
7101 |
msgctxt "licensing"
|
7102 |
msgid "License key is invalid"
|
7103 |
msgstr "Лицензионный ключ не правильный"
|
7104 |
|
7105 |
+
#: includes/licensing.php:359
|
7106 |
msgctxt "licensing"
|
7107 |
msgid "Invalid module ID"
|
7108 |
msgstr "Неправильный номер модуля"
|
7109 |
|
7110 |
+
#: includes/licensing.php:389
|
7111 |
msgctxt "licensing"
|
7112 |
msgid "Deactivation failed"
|
7113 |
msgstr "Деактивация не удалась"
|
7114 |
|
7115 |
+
#: includes/licensing.php:409
|
7116 |
msgctxt "licensing"
|
7117 |
msgid ""
|
7118 |
"It was not possible to establish a connection with Business Directory's "
|
7119 |
"server. The connection failed with the following error:"
|
7120 |
msgstr ""
|
7121 |
|
7122 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
7123 |
msgctxt "licensing"
|
7124 |
msgid ""
|
7125 |
"It looks like your server is not authorized to make requests to Business "
|
7128 |
"whitelist."
|
7129 |
msgstr ""
|
7130 |
|
7131 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
7132 |
msgctxt "licensing"
|
7133 |
msgid "Include this error message with your report."
|
7134 |
msgstr ""
|
7135 |
|
7136 |
+
#: includes/licensing.php:425
|
7137 |
msgctxt "licensing"
|
7138 |
msgid ""
|
7139 |
"It was not possible to establish a connection with Business Directory's "
|
7140 |
"server. A problem occurred in the SSL/TSL handshake:"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
+
#: includes/licensing.php:430
|
7144 |
msgctxt "licensing"
|
7145 |
msgid ""
|
7146 |
"To ensure the security of our systems and adhere to industry best practices, "
|
7149 |
"1.0.1c)."
|
7150 |
msgstr ""
|
7151 |
|
7152 |
+
#: includes/licensing.php:432
|
7153 |
msgctxt "licensing"
|
7154 |
msgid ""
|
7155 |
"Upgrading your system will not only allow you to communicate with Business "
|
7157 |
"services using the latest security standards."
|
7158 |
msgstr ""
|
7159 |
|
7160 |
+
#: includes/licensing.php:434
|
7161 |
msgctxt "licensing"
|
7162 |
msgid ""
|
7163 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7164 |
"Include this message if necesary."
|
7165 |
msgstr ""
|
7166 |
|
7167 |
+
#: includes/licensing.php:441
|
7168 |
msgctxt "licensing"
|
7169 |
msgid "Could not contact licensing server"
|
7170 |
msgstr "Не удалось связаться с сервером лицензий"
|
7171 |
|
7172 |
+
#: includes/licensing.php:463
|
7173 |
msgctxt "licensing"
|
7174 |
msgid "The server returned a 403 Forbidden error."
|
7175 |
msgstr ""
|
7176 |
|
7177 |
+
#: includes/licensing.php:531
|
7178 |
#, fuzzy
|
7179 |
msgctxt "licensing"
|
7180 |
msgid "Business Directory - Please verify your license keys"
|
7181 |
msgstr "Справочник Услуг - Новые Записи"
|
7182 |
|
7183 |
+
#: includes/licensing.php:541
|
7184 |
#, fuzzy
|
7185 |
msgctxt "licensing"
|
7186 |
msgid ""
|
7191 |
"корректный лицензионный ключ. Перейдите в раздел <a>Управление / Лицензии</"
|
7192 |
"a> и введите Вашу лицензионную информацию."
|
7193 |
|
7194 |
+
#: includes/licensing.php:552
|
7195 |
msgctxt "licensing"
|
7196 |
msgid ""
|
7197 |
"You need to activate the license keys for the following themes before they "
|
7198 |
"can be used: %s."
|
7199 |
msgstr ""
|
7200 |
|
7201 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
7202 |
#, fuzzy
|
7203 |
msgctxt "licensing"
|
7204 |
msgid "Review my license keys"
|
7205 |
msgstr "Обновить лицензионный ключ"
|
7206 |
|
7207 |
+
#: includes/licensing.php:587
|
7208 |
#, fuzzy
|
7209 |
msgctxt "licensing"
|
7210 |
msgid "Business Directory - License key expired"
|
7211 |
msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
|
7212 |
|
7213 |
+
#: includes/licensing.php:597
|
7214 |
#, fuzzy
|
7215 |
msgctxt "licensing"
|
7216 |
msgid ""
|
7222 |
"Модуль продолжить работать, но обновлений для него Вы больше не получите, "
|
7223 |
"пока лицензия не будет продлена."
|
7224 |
|
7225 |
+
#: includes/licensing.php:608
|
7226 |
#, fuzzy
|
7227 |
msgctxt "licensing"
|
7228 |
msgid ""
|
7234 |
"Модуль продолжить работать, но обновлений для него Вы больше не получите, "
|
7235 |
"пока лицензия не будет продлена."
|
7236 |
|
7237 |
+
#: includes/licensing.php:708
|
7238 |
#, fuzzy
|
7239 |
msgctxt "licensing"
|
7240 |
msgid "Please enter a license key."
|
7241 |
msgstr "Пожалуйста введите правильный электронный адрес."
|
7242 |
|
7243 |
+
#: includes/licensing.php:717
|
7244 |
msgctxt "licensing"
|
7245 |
msgid "Could not activate license: %s."
|
7246 |
msgstr "Не удалось активировать лицензию: %s."
|
7247 |
|
7248 |
+
#: includes/licensing.php:719
|
7249 |
msgctxt "licensing"
|
7250 |
msgid "License activated"
|
7251 |
msgstr "Лицензия активирована"
|
7252 |
|
7253 |
+
#: includes/licensing.php:739
|
7254 |
msgctxt "licensing"
|
7255 |
msgid "Could not deactivate license: %s."
|
7256 |
msgstr "Не удалось деактивировать лицензию: %s."
|
7257 |
|
7258 |
+
#: includes/licensing.php:741
|
7259 |
msgctxt "licensing"
|
7260 |
msgid "License deactivated"
|
7261 |
msgstr "Лицензия была деактивирована."
|
7262 |
|
7263 |
#. translators: "<module-name>" version <version-number> is not...
|
7264 |
+
#: includes/licensing.php:944
|
7265 |
msgctxt "deprecation"
|
7266 |
msgid ""
|
7267 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
7268 |
"Please update this module to the latest available version."
|
7269 |
msgstr ""
|
7270 |
|
languages/WPBDM-sv_SE.mo
CHANGED
Binary file
|
languages/WPBDM-sv_SE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2019-01-
|
9 |
"PO-Revision-Date: 2017-12-03 21:20+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
@@ -311,7 +311,7 @@ msgstr "Inloggnings-ID"
|
|
311 |
msgid "Transaction Key"
|
312 |
msgstr "Transaktionsnyckel"
|
313 |
|
314 |
-
#: includes/licensing.php:
|
315 |
msgid "Licenses"
|
316 |
msgstr "Licenser"
|
317 |
|
@@ -3948,7 +3948,7 @@ msgctxt "admin settings"
|
|
3948 |
msgid "User registration date"
|
3949 |
msgstr "Användarens registreringsdatum"
|
3950 |
|
3951 |
-
#: includes/licensing.php:
|
3952 |
msgctxt "admin settings"
|
3953 |
msgid "Enter License Key here"
|
3954 |
msgstr "Ange licensnyckel här"
|
@@ -4200,7 +4200,7 @@ msgid "Appearance"
|
|
4200 |
msgstr "Utseende"
|
4201 |
|
4202 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4203 |
-
#: includes/licensing.php:
|
4204 |
msgctxt "settings"
|
4205 |
msgid "Premium Modules"
|
4206 |
msgstr "Installerade moduler"
|
@@ -5183,12 +5183,12 @@ msgctxt "settings"
|
|
5183 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5184 |
msgstr "Sluggen “%s” används redan för en annan taxonomi."
|
5185 |
|
5186 |
-
#: includes/licensing.php:
|
5187 |
msgctxt "settings"
|
5188 |
msgid "Themes"
|
5189 |
msgstr "Teman"
|
5190 |
|
5191 |
-
#: includes/licensing.php:
|
5192 |
msgctxt "settings"
|
5193 |
msgid ""
|
5194 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -5199,22 +5199,22 @@ msgstr ""
|
|
5199 |
"information som behövs är inkluderad om du behöver kontakta supporten vid "
|
5200 |
"problem vid aktivering av licens."
|
5201 |
|
5202 |
-
#: includes/licensing.php:
|
5203 |
msgctxt "settings"
|
5204 |
msgid "Activate"
|
5205 |
msgstr "Aktivera"
|
5206 |
|
5207 |
-
#: includes/licensing.php:
|
5208 |
msgctxt "settings"
|
5209 |
msgid "Please wait..."
|
5210 |
msgstr "Vänligen vänta..."
|
5211 |
|
5212 |
-
#: includes/licensing.php:
|
5213 |
msgctxt "settings"
|
5214 |
msgid "Deactivate"
|
5215 |
msgstr "Avaktivera"
|
5216 |
|
5217 |
-
#: includes/licensing.php:
|
5218 |
msgctxt "settings"
|
5219 |
msgid "Licenses"
|
5220 |
msgstr "Licenser"
|
@@ -5650,29 +5650,29 @@ msgctxt "post type"
|
|
5650 |
msgid "Add New Listing"
|
5651 |
msgstr "Lägg till ny annons"
|
5652 |
|
5653 |
-
#: includes/class-fee-plan.php:
|
5654 |
msgctxt "fee plan"
|
5655 |
msgid "No images allowed."
|
5656 |
msgstr "Inga bilder tillåtna."
|
5657 |
|
5658 |
-
#: includes/class-fee-plan.php:
|
5659 |
msgctxt "fee plan"
|
5660 |
msgid "%d image allowed."
|
5661 |
msgid_plural "%d images allowed."
|
5662 |
msgstr[0] "%d bild tillåten."
|
5663 |
msgstr[1] "%d bilder tillåtna."
|
5664 |
|
5665 |
-
#: includes/class-fee-plan.php:
|
5666 |
msgctxt "fees-api"
|
5667 |
msgid "Fee label is required."
|
5668 |
msgstr "Avgiftsetikett är obligatoriskt."
|
5669 |
|
5670 |
-
#: includes/class-fee-plan.php:
|
5671 |
msgctxt "fees-api"
|
5672 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5673 |
msgstr "Avgiftens varaktighet måste vara ett tal mindre än 10 år (3650 dagar)."
|
5674 |
|
5675 |
-
#: includes/class-fee-plan.php:
|
5676 |
msgctxt "fees-api"
|
5677 |
msgid ""
|
5678 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5680,7 +5680,7 @@ msgid ""
|
|
5680 |
"<a>fee plan</a> appropriately."
|
5681 |
msgstr ""
|
5682 |
|
5683 |
-
#: includes/class-fee-plan.php:
|
5684 |
msgctxt "fees-api"
|
5685 |
msgid ""
|
5686 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -6786,23 +6786,23 @@ msgctxt "default category name"
|
|
6786 |
msgid "General"
|
6787 |
msgstr "Allmän"
|
6788 |
|
6789 |
-
#: includes/licensing.php:
|
6790 |
msgctxt "licensing"
|
6791 |
msgid "Invalid item ID"
|
6792 |
msgstr "Ogiltigt objekt-ID"
|
6793 |
|
6794 |
-
#: includes/licensing.php:
|
6795 |
msgctxt "licensing"
|
6796 |
msgid "No license key provided"
|
6797 |
msgstr "Ingen licensnyckel angiven"
|
6798 |
|
6799 |
-
#: includes/licensing.php:
|
6800 |
#, fuzzy
|
6801 |
msgctxt "licensing"
|
6802 |
msgid "The license key was revoked."
|
6803 |
msgstr "Ingen licensnyckel angiven"
|
6804 |
|
6805 |
-
#: includes/licensing.php:
|
6806 |
#, fuzzy
|
6807 |
msgctxt "licensing"
|
6808 |
msgid ""
|
@@ -6814,29 +6814,29 @@ msgstr ""
|
|
6814 |
"Business Directorys servers. Vänligen kontakta <support-link>Business "
|
6815 |
"Directory support</support-link> och be dem vitlista din IP-adress."
|
6816 |
|
6817 |
-
#: includes/licensing.php:
|
6818 |
msgctxt "licensing"
|
6819 |
msgid ""
|
6820 |
"Please include the email address you used to purchase <module-name> with "
|
6821 |
"your report."
|
6822 |
msgstr ""
|
6823 |
|
6824 |
-
#: includes/licensing.php:
|
6825 |
msgctxt "licensing"
|
6826 |
msgid "License key is invalid"
|
6827 |
msgstr "Licensnyckel är ogiltig"
|
6828 |
|
6829 |
-
#: includes/licensing.php:
|
6830 |
msgctxt "licensing"
|
6831 |
msgid "Invalid module ID"
|
6832 |
msgstr "Ogiltigt modul-ID"
|
6833 |
|
6834 |
-
#: includes/licensing.php:
|
6835 |
msgctxt "licensing"
|
6836 |
msgid "Deactivation failed"
|
6837 |
msgstr "Deaktivering misslyckades"
|
6838 |
|
6839 |
-
#: includes/licensing.php:
|
6840 |
msgctxt "licensing"
|
6841 |
msgid ""
|
6842 |
"It was not possible to establish a connection with Business Directory's "
|
@@ -6845,7 +6845,7 @@ msgstr ""
|
|
6845 |
"Det var inte möjligt att upprätta en anslutning med Business Directory "
|
6846 |
"server. Anslutningen misslyckades med följande fel:"
|
6847 |
|
6848 |
-
#: includes/licensing.php:
|
6849 |
msgctxt "licensing"
|
6850 |
msgid ""
|
6851 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -6857,12 +6857,12 @@ msgstr ""
|
|
6857 |
"Business Directorys servers. Vänligen kontakta <support-link>Business "
|
6858 |
"Directory support</support-link> och be dem vitlista din IP-adress."
|
6859 |
|
6860 |
-
#: includes/licensing.php:
|
6861 |
msgctxt "licensing"
|
6862 |
msgid "Include this error message with your report."
|
6863 |
msgstr "Inkludera felmeddelandet i din anmälan."
|
6864 |
|
6865 |
-
#: includes/licensing.php:
|
6866 |
msgctxt "licensing"
|
6867 |
msgid ""
|
6868 |
"It was not possible to establish a connection with Business Directory's "
|
@@ -6871,7 +6871,7 @@ msgstr ""
|
|
6871 |
"Det var inte möjligt att etablera en kontakt med Business Directorys server. "
|
6872 |
"Ett problem inträffade i SSL/TSL handskakning:"
|
6873 |
|
6874 |
-
#: includes/licensing.php:
|
6875 |
msgctxt "licensing"
|
6876 |
msgid ""
|
6877 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -6884,7 +6884,7 @@ msgstr ""
|
|
6884 |
"version av OpenSSL som stöder TLSv1.2 (minsta version med support är OpenSSL "
|
6885 |
"1.0.1c)."
|
6886 |
|
6887 |
-
#: includes/licensing.php:
|
6888 |
msgctxt "licensing"
|
6889 |
msgid ""
|
6890 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -6896,7 +6896,7 @@ msgstr ""
|
|
6896 |
"webbplats för att interagera med tjänster som använder de senaste "
|
6897 |
"säkerhetsstandarderna."
|
6898 |
|
6899 |
-
#: includes/licensing.php:
|
6900 |
msgctxt "licensing"
|
6901 |
msgid ""
|
6902 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
@@ -6905,22 +6905,22 @@ msgstr ""
|
|
6905 |
"Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
|
6906 |
"detta meddelande om nödvändigt."
|
6907 |
|
6908 |
-
#: includes/licensing.php:
|
6909 |
msgctxt "licensing"
|
6910 |
msgid "Could not contact licensing server"
|
6911 |
msgstr "Det gick inte att kontakta licensservern"
|
6912 |
|
6913 |
-
#: includes/licensing.php:
|
6914 |
msgctxt "licensing"
|
6915 |
msgid "The server returned a 403 Forbidden error."
|
6916 |
msgstr "Servern returnerade ett 403 Forbidden fel."
|
6917 |
|
6918 |
-
#: includes/licensing.php:
|
6919 |
msgctxt "licensing"
|
6920 |
msgid "Business Directory - Please verify your license keys"
|
6921 |
msgstr "Business Directory - kontrollera dina licensnycklar"
|
6922 |
|
6923 |
-
#: includes/licensing.php:
|
6924 |
msgctxt "licensing"
|
6925 |
msgid ""
|
6926 |
"The following premium modules will not work until a valid license key is "
|
@@ -6929,7 +6929,7 @@ msgstr ""
|
|
6929 |
"Följande premiummoduler fungerar inte förrän en giltig licensnyckel "
|
6930 |
"tillhandahålls: %s"
|
6931 |
|
6932 |
-
#: includes/licensing.php:
|
6933 |
msgctxt "licensing"
|
6934 |
msgid ""
|
6935 |
"You need to activate the license keys for the following themes before they "
|
@@ -6937,18 +6937,18 @@ msgid ""
|
|
6937 |
msgstr ""
|
6938 |
"Du måste aktivera licensnycklar för följande teman innan de kan användas: %s."
|
6939 |
|
6940 |
-
#: includes/licensing.php:
|
6941 |
msgctxt "licensing"
|
6942 |
msgid "Review my license keys"
|
6943 |
msgstr "Granska mina licensnycklar"
|
6944 |
|
6945 |
-
#: includes/licensing.php:
|
6946 |
#, fuzzy
|
6947 |
msgctxt "licensing"
|
6948 |
msgid "Business Directory - License key expired"
|
6949 |
msgstr "Business Directory - Licensnyckel har upphört"
|
6950 |
|
6951 |
-
#: includes/licensing.php:
|
6952 |
#, fuzzy
|
6953 |
msgctxt "licensing"
|
6954 |
msgid ""
|
@@ -6960,7 +6960,7 @@ msgstr ""
|
|
6960 |
"Modulen kommer att fortsätta att arbeta, men du kommer inte att få några "
|
6961 |
"fler uppdateringar förrän licensen förnyas."
|
6962 |
|
6963 |
-
#: includes/licensing.php:
|
6964 |
#, fuzzy
|
6965 |
msgctxt "licensing"
|
6966 |
msgid ""
|
@@ -6972,36 +6972,37 @@ msgstr ""
|
|
6972 |
"Modulen kommer att fortsätta att arbeta, men du kommer inte att få några "
|
6973 |
"fler uppdateringar förrän licensen förnyas."
|
6974 |
|
6975 |
-
#: includes/licensing.php:
|
6976 |
msgctxt "licensing"
|
6977 |
msgid "Please enter a license key."
|
6978 |
msgstr "Skriv in licensnyckel"
|
6979 |
|
6980 |
-
#: includes/licensing.php:
|
6981 |
msgctxt "licensing"
|
6982 |
msgid "Could not activate license: %s."
|
6983 |
msgstr "Det gick inte att aktivera licens:%s."
|
6984 |
|
6985 |
-
#: includes/licensing.php:
|
6986 |
msgctxt "licensing"
|
6987 |
msgid "License activated"
|
6988 |
msgstr "Licens aktiverad"
|
6989 |
|
6990 |
-
#: includes/licensing.php:
|
6991 |
msgctxt "licensing"
|
6992 |
msgid "Could not deactivate license: %s."
|
6993 |
msgstr "Det gick inte att inaktivera licens:%s."
|
6994 |
|
6995 |
-
#: includes/licensing.php:
|
6996 |
msgctxt "licensing"
|
6997 |
msgid "License deactivated"
|
6998 |
msgstr "Licensnyckel avaktiverad"
|
6999 |
|
7000 |
#. translators: "<module-name>" version <version-number> is not...
|
7001 |
-
#: includes/licensing.php:
|
|
|
7002 |
msgctxt "deprecation"
|
7003 |
msgid ""
|
7004 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
7005 |
"Please update this module to the latest available version."
|
7006 |
msgstr ""
|
7007 |
"\"%s\" version %s är inte kompatibel med Business Directory Plugin 5.0. "
|
5 |
"Project-Id-Version: Business Directory Plugin v5.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
9 |
"PO-Revision-Date: 2017-12-03 21:20+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
311 |
msgid "Transaction Key"
|
312 |
msgstr "Transaktionsnyckel"
|
313 |
|
314 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
315 |
msgid "Licenses"
|
316 |
msgstr "Licenser"
|
317 |
|
3948 |
msgid "User registration date"
|
3949 |
msgstr "Användarens registreringsdatum"
|
3950 |
|
3951 |
+
#: includes/licensing.php:173
|
3952 |
msgctxt "admin settings"
|
3953 |
msgid "Enter License Key here"
|
3954 |
msgstr "Ange licensnyckel här"
|
4200 |
msgstr "Utseende"
|
4201 |
|
4202 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
4203 |
+
#: includes/licensing.php:104
|
4204 |
msgctxt "settings"
|
4205 |
msgid "Premium Modules"
|
4206 |
msgstr "Installerade moduler"
|
5183 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5184 |
msgstr "Sluggen “%s” används redan för en annan taxonomi."
|
5185 |
|
5186 |
+
#: includes/licensing.php:122
|
5187 |
msgctxt "settings"
|
5188 |
msgid "Themes"
|
5189 |
msgstr "Teman"
|
5190 |
|
5191 |
+
#: includes/licensing.php:147
|
5192 |
msgctxt "settings"
|
5193 |
msgid ""
|
5194 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
5199 |
"information som behövs är inkluderad om du behöver kontakta supporten vid "
|
5200 |
"problem vid aktivering av licens."
|
5201 |
|
5202 |
+
#: includes/licensing.php:174
|
5203 |
msgctxt "settings"
|
5204 |
msgid "Activate"
|
5205 |
msgstr "Aktivera"
|
5206 |
|
5207 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
5208 |
msgctxt "settings"
|
5209 |
msgid "Please wait..."
|
5210 |
msgstr "Vänligen vänta..."
|
5211 |
|
5212 |
+
#: includes/licensing.php:175
|
5213 |
msgctxt "settings"
|
5214 |
msgid "Deactivate"
|
5215 |
msgstr "Avaktivera"
|
5216 |
|
5217 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
5218 |
msgctxt "settings"
|
5219 |
msgid "Licenses"
|
5220 |
msgstr "Licenser"
|
5650 |
msgid "Add New Listing"
|
5651 |
msgstr "Lägg till ny annons"
|
5652 |
|
5653 |
+
#: includes/class-fee-plan.php:164
|
5654 |
msgctxt "fee plan"
|
5655 |
msgid "No images allowed."
|
5656 |
msgstr "Inga bilder tillåtna."
|
5657 |
|
5658 |
+
#: includes/class-fee-plan.php:166
|
5659 |
msgctxt "fee plan"
|
5660 |
msgid "%d image allowed."
|
5661 |
msgid_plural "%d images allowed."
|
5662 |
msgstr[0] "%d bild tillåten."
|
5663 |
msgstr[1] "%d bilder tillåtna."
|
5664 |
|
5665 |
+
#: includes/class-fee-plan.php:320
|
5666 |
msgctxt "fees-api"
|
5667 |
msgid "Fee label is required."
|
5668 |
msgstr "Avgiftsetikett är obligatoriskt."
|
5669 |
|
5670 |
+
#: includes/class-fee-plan.php:326
|
5671 |
msgctxt "fees-api"
|
5672 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5673 |
msgstr "Avgiftens varaktighet måste vara ett tal mindre än 10 år (3650 dagar)."
|
5674 |
|
5675 |
+
#: includes/class-fee-plan.php:331
|
5676 |
msgctxt "fees-api"
|
5677 |
msgid ""
|
5678 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5680 |
"<a>fee plan</a> appropriately."
|
5681 |
msgstr ""
|
5682 |
|
5683 |
+
#: includes/class-fee-plan.php:334
|
5684 |
msgctxt "fees-api"
|
5685 |
msgid ""
|
5686 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
6786 |
msgid "General"
|
6787 |
msgstr "Allmän"
|
6788 |
|
6789 |
+
#: includes/licensing.php:297
|
6790 |
msgctxt "licensing"
|
6791 |
msgid "Invalid item ID"
|
6792 |
msgstr "Ogiltigt objekt-ID"
|
6793 |
|
6794 |
+
#: includes/licensing.php:303
|
6795 |
msgctxt "licensing"
|
6796 |
msgid "No license key provided"
|
6797 |
msgstr "Ingen licensnyckel angiven"
|
6798 |
|
6799 |
+
#: includes/licensing.php:327
|
6800 |
#, fuzzy
|
6801 |
msgctxt "licensing"
|
6802 |
msgid "The license key was revoked."
|
6803 |
msgstr "Ingen licensnyckel angiven"
|
6804 |
|
6805 |
+
#: includes/licensing.php:329
|
6806 |
#, fuzzy
|
6807 |
msgctxt "licensing"
|
6808 |
msgid ""
|
6814 |
"Business Directorys servers. Vänligen kontakta <support-link>Business "
|
6815 |
"Directory support</support-link> och be dem vitlista din IP-adress."
|
6816 |
|
6817 |
+
#: includes/licensing.php:331
|
6818 |
msgctxt "licensing"
|
6819 |
msgid ""
|
6820 |
"Please include the email address you used to purchase <module-name> with "
|
6821 |
"your report."
|
6822 |
msgstr ""
|
6823 |
|
6824 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
6825 |
msgctxt "licensing"
|
6826 |
msgid "License key is invalid"
|
6827 |
msgstr "Licensnyckel är ogiltig"
|
6828 |
|
6829 |
+
#: includes/licensing.php:359
|
6830 |
msgctxt "licensing"
|
6831 |
msgid "Invalid module ID"
|
6832 |
msgstr "Ogiltigt modul-ID"
|
6833 |
|
6834 |
+
#: includes/licensing.php:389
|
6835 |
msgctxt "licensing"
|
6836 |
msgid "Deactivation failed"
|
6837 |
msgstr "Deaktivering misslyckades"
|
6838 |
|
6839 |
+
#: includes/licensing.php:409
|
6840 |
msgctxt "licensing"
|
6841 |
msgid ""
|
6842 |
"It was not possible to establish a connection with Business Directory's "
|
6845 |
"Det var inte möjligt att upprätta en anslutning med Business Directory "
|
6846 |
"server. Anslutningen misslyckades med följande fel:"
|
6847 |
|
6848 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
6849 |
msgctxt "licensing"
|
6850 |
msgid ""
|
6851 |
"It looks like your server is not authorized to make requests to Business "
|
6857 |
"Business Directorys servers. Vänligen kontakta <support-link>Business "
|
6858 |
"Directory support</support-link> och be dem vitlista din IP-adress."
|
6859 |
|
6860 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
6861 |
msgctxt "licensing"
|
6862 |
msgid "Include this error message with your report."
|
6863 |
msgstr "Inkludera felmeddelandet i din anmälan."
|
6864 |
|
6865 |
+
#: includes/licensing.php:425
|
6866 |
msgctxt "licensing"
|
6867 |
msgid ""
|
6868 |
"It was not possible to establish a connection with Business Directory's "
|
6871 |
"Det var inte möjligt att etablera en kontakt med Business Directorys server. "
|
6872 |
"Ett problem inträffade i SSL/TSL handskakning:"
|
6873 |
|
6874 |
+
#: includes/licensing.php:430
|
6875 |
msgctxt "licensing"
|
6876 |
msgid ""
|
6877 |
"To ensure the security of our systems and adhere to industry best practices, "
|
6884 |
"version av OpenSSL som stöder TLSv1.2 (minsta version med support är OpenSSL "
|
6885 |
"1.0.1c)."
|
6886 |
|
6887 |
+
#: includes/licensing.php:432
|
6888 |
msgctxt "licensing"
|
6889 |
msgid ""
|
6890 |
"Upgrading your system will not only allow you to communicate with Business "
|
6896 |
"webbplats för att interagera med tjänster som använder de senaste "
|
6897 |
"säkerhetsstandarderna."
|
6898 |
|
6899 |
+
#: includes/licensing.php:434
|
6900 |
msgctxt "licensing"
|
6901 |
msgid ""
|
6902 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
6905 |
"Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
|
6906 |
"detta meddelande om nödvändigt."
|
6907 |
|
6908 |
+
#: includes/licensing.php:441
|
6909 |
msgctxt "licensing"
|
6910 |
msgid "Could not contact licensing server"
|
6911 |
msgstr "Det gick inte att kontakta licensservern"
|
6912 |
|
6913 |
+
#: includes/licensing.php:463
|
6914 |
msgctxt "licensing"
|
6915 |
msgid "The server returned a 403 Forbidden error."
|
6916 |
msgstr "Servern returnerade ett 403 Forbidden fel."
|
6917 |
|
6918 |
+
#: includes/licensing.php:531
|
6919 |
msgctxt "licensing"
|
6920 |
msgid "Business Directory - Please verify your license keys"
|
6921 |
msgstr "Business Directory - kontrollera dina licensnycklar"
|
6922 |
|
6923 |
+
#: includes/licensing.php:541
|
6924 |
msgctxt "licensing"
|
6925 |
msgid ""
|
6926 |
"The following premium modules will not work until a valid license key is "
|
6929 |
"Följande premiummoduler fungerar inte förrän en giltig licensnyckel "
|
6930 |
"tillhandahålls: %s"
|
6931 |
|
6932 |
+
#: includes/licensing.php:552
|
6933 |
msgctxt "licensing"
|
6934 |
msgid ""
|
6935 |
"You need to activate the license keys for the following themes before they "
|
6937 |
msgstr ""
|
6938 |
"Du måste aktivera licensnycklar för följande teman innan de kan användas: %s."
|
6939 |
|
6940 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
6941 |
msgctxt "licensing"
|
6942 |
msgid "Review my license keys"
|
6943 |
msgstr "Granska mina licensnycklar"
|
6944 |
|
6945 |
+
#: includes/licensing.php:587
|
6946 |
#, fuzzy
|
6947 |
msgctxt "licensing"
|
6948 |
msgid "Business Directory - License key expired"
|
6949 |
msgstr "Business Directory - Licensnyckel har upphört"
|
6950 |
|
6951 |
+
#: includes/licensing.php:597
|
6952 |
#, fuzzy
|
6953 |
msgctxt "licensing"
|
6954 |
msgid ""
|
6960 |
"Modulen kommer att fortsätta att arbeta, men du kommer inte att få några "
|
6961 |
"fler uppdateringar förrän licensen förnyas."
|
6962 |
|
6963 |
+
#: includes/licensing.php:608
|
6964 |
#, fuzzy
|
6965 |
msgctxt "licensing"
|
6966 |
msgid ""
|
6972 |
"Modulen kommer att fortsätta att arbeta, men du kommer inte att få några "
|
6973 |
"fler uppdateringar förrän licensen förnyas."
|
6974 |
|
6975 |
+
#: includes/licensing.php:708
|
6976 |
msgctxt "licensing"
|
6977 |
msgid "Please enter a license key."
|
6978 |
msgstr "Skriv in licensnyckel"
|
6979 |
|
6980 |
+
#: includes/licensing.php:717
|
6981 |
msgctxt "licensing"
|
6982 |
msgid "Could not activate license: %s."
|
6983 |
msgstr "Det gick inte att aktivera licens:%s."
|
6984 |
|
6985 |
+
#: includes/licensing.php:719
|
6986 |
msgctxt "licensing"
|
6987 |
msgid "License activated"
|
6988 |
msgstr "Licens aktiverad"
|
6989 |
|
6990 |
+
#: includes/licensing.php:739
|
6991 |
msgctxt "licensing"
|
6992 |
msgid "Could not deactivate license: %s."
|
6993 |
msgstr "Det gick inte att inaktivera licens:%s."
|
6994 |
|
6995 |
+
#: includes/licensing.php:741
|
6996 |
msgctxt "licensing"
|
6997 |
msgid "License deactivated"
|
6998 |
msgstr "Licensnyckel avaktiverad"
|
6999 |
|
7000 |
#. translators: "<module-name>" version <version-number> is not...
|
7001 |
+
#: includes/licensing.php:944
|
7002 |
+
#, fuzzy
|
7003 |
msgctxt "deprecation"
|
7004 |
msgid ""
|
7005 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
7006 |
"Please update this module to the latest available version."
|
7007 |
msgstr ""
|
7008 |
"\"%s\" version %s är inte kompatibel med Business Directory Plugin 5.0. "
|
languages/WPBDM.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.5\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2019-01-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -284,7 +284,7 @@ msgstr ""
|
|
284 |
msgid "Transaction Key"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: includes/licensing.php:
|
288 |
msgid "Licenses"
|
289 |
msgstr ""
|
290 |
|
@@ -3714,7 +3714,7 @@ msgctxt "admin settings"
|
|
3714 |
msgid "User registration date"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
-
#: includes/licensing.php:
|
3718 |
msgctxt "admin settings"
|
3719 |
msgid "Enter License Key here"
|
3720 |
msgstr ""
|
@@ -3959,7 +3959,7 @@ msgid "Appearance"
|
|
3959 |
msgstr ""
|
3960 |
|
3961 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
3962 |
-
#: includes/licensing.php:
|
3963 |
msgctxt "settings"
|
3964 |
msgid "Premium Modules"
|
3965 |
msgstr ""
|
@@ -4863,12 +4863,12 @@ msgctxt "settings"
|
|
4863 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
4864 |
msgstr ""
|
4865 |
|
4866 |
-
#: includes/licensing.php:
|
4867 |
msgctxt "settings"
|
4868 |
msgid "Themes"
|
4869 |
msgstr ""
|
4870 |
|
4871 |
-
#: includes/licensing.php:
|
4872 |
msgctxt "settings"
|
4873 |
msgid ""
|
4874 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
@@ -4876,22 +4876,22 @@ msgid ""
|
|
4876 |
"activate your licenses."
|
4877 |
msgstr ""
|
4878 |
|
4879 |
-
#: includes/licensing.php:
|
4880 |
msgctxt "settings"
|
4881 |
msgid "Activate"
|
4882 |
msgstr ""
|
4883 |
|
4884 |
-
#: includes/licensing.php:
|
4885 |
msgctxt "settings"
|
4886 |
msgid "Please wait..."
|
4887 |
msgstr ""
|
4888 |
|
4889 |
-
#: includes/licensing.php:
|
4890 |
msgctxt "settings"
|
4891 |
msgid "Deactivate"
|
4892 |
msgstr ""
|
4893 |
|
4894 |
-
#: includes/licensing.php:
|
4895 |
msgctxt "settings"
|
4896 |
msgid "Licenses"
|
4897 |
msgstr ""
|
@@ -5301,29 +5301,29 @@ msgctxt "post type"
|
|
5301 |
msgid "Add New Listing"
|
5302 |
msgstr ""
|
5303 |
|
5304 |
-
#: includes/class-fee-plan.php:
|
5305 |
msgctxt "fee plan"
|
5306 |
msgid "No images allowed."
|
5307 |
msgstr ""
|
5308 |
|
5309 |
-
#: includes/class-fee-plan.php:
|
5310 |
msgctxt "fee plan"
|
5311 |
msgid "%d image allowed."
|
5312 |
msgid_plural "%d images allowed."
|
5313 |
msgstr[0] ""
|
5314 |
msgstr[1] ""
|
5315 |
|
5316 |
-
#: includes/class-fee-plan.php:
|
5317 |
msgctxt "fees-api"
|
5318 |
msgid "Fee label is required."
|
5319 |
msgstr ""
|
5320 |
|
5321 |
-
#: includes/class-fee-plan.php:
|
5322 |
msgctxt "fees-api"
|
5323 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5324 |
msgstr ""
|
5325 |
|
5326 |
-
#: includes/class-fee-plan.php:
|
5327 |
msgctxt "fees-api"
|
5328 |
msgid ""
|
5329 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
@@ -5331,7 +5331,7 @@ msgid ""
|
|
5331 |
"<a>fee plan</a> appropriately."
|
5332 |
msgstr ""
|
5333 |
|
5334 |
-
#: includes/class-fee-plan.php:
|
5335 |
msgctxt "fees-api"
|
5336 |
msgid ""
|
5337 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
@@ -6362,22 +6362,22 @@ msgctxt "default category name"
|
|
6362 |
msgid "General"
|
6363 |
msgstr ""
|
6364 |
|
6365 |
-
#: includes/licensing.php:
|
6366 |
msgctxt "licensing"
|
6367 |
msgid "Invalid item ID"
|
6368 |
msgstr ""
|
6369 |
|
6370 |
-
#: includes/licensing.php:
|
6371 |
msgctxt "licensing"
|
6372 |
msgid "No license key provided"
|
6373 |
msgstr ""
|
6374 |
|
6375 |
-
#: includes/licensing.php:
|
6376 |
msgctxt "licensing"
|
6377 |
msgid "The license key was revoked."
|
6378 |
msgstr ""
|
6379 |
|
6380 |
-
#: includes/licensing.php:
|
6381 |
msgctxt "licensing"
|
6382 |
msgid ""
|
6383 |
"If you think this is a mistake, please contact <support-link>Business "
|
@@ -6385,36 +6385,36 @@ msgid ""
|
|
6385 |
"reported as revoked by the licensing software."
|
6386 |
msgstr ""
|
6387 |
|
6388 |
-
#: includes/licensing.php:
|
6389 |
msgctxt "licensing"
|
6390 |
msgid ""
|
6391 |
"Please include the email address you used to purchase <module-name> with "
|
6392 |
"your report."
|
6393 |
msgstr ""
|
6394 |
|
6395 |
-
#: includes/licensing.php:
|
6396 |
msgctxt "licensing"
|
6397 |
msgid "License key is invalid"
|
6398 |
msgstr ""
|
6399 |
|
6400 |
-
#: includes/licensing.php:
|
6401 |
msgctxt "licensing"
|
6402 |
msgid "Invalid module ID"
|
6403 |
msgstr ""
|
6404 |
|
6405 |
-
#: includes/licensing.php:
|
6406 |
msgctxt "licensing"
|
6407 |
msgid "Deactivation failed"
|
6408 |
msgstr ""
|
6409 |
|
6410 |
-
#: includes/licensing.php:
|
6411 |
msgctxt "licensing"
|
6412 |
msgid ""
|
6413 |
"It was not possible to establish a connection with Business Directory's "
|
6414 |
"server. The connection failed with the following error:"
|
6415 |
msgstr ""
|
6416 |
|
6417 |
-
#: includes/licensing.php:
|
6418 |
msgctxt "licensing"
|
6419 |
msgid ""
|
6420 |
"It looks like your server is not authorized to make requests to Business "
|
@@ -6423,19 +6423,19 @@ msgid ""
|
|
6423 |
"the whitelist."
|
6424 |
msgstr ""
|
6425 |
|
6426 |
-
#: includes/licensing.php:
|
6427 |
msgctxt "licensing"
|
6428 |
msgid "Include this error message with your report."
|
6429 |
msgstr ""
|
6430 |
|
6431 |
-
#: includes/licensing.php:
|
6432 |
msgctxt "licensing"
|
6433 |
msgid ""
|
6434 |
"It was not possible to establish a connection with Business Directory's "
|
6435 |
"server. A problem occurred in the SSL/TSL handshake:"
|
6436 |
msgstr ""
|
6437 |
|
6438 |
-
#: includes/licensing.php:
|
6439 |
msgctxt "licensing"
|
6440 |
msgid ""
|
6441 |
"To ensure the security of our systems and adhere to industry best "
|
@@ -6444,7 +6444,7 @@ msgid ""
|
|
6444 |
"OpenSSL 1.0.1c)."
|
6445 |
msgstr ""
|
6446 |
|
6447 |
-
#: includes/licensing.php:
|
6448 |
msgctxt "licensing"
|
6449 |
msgid ""
|
6450 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -6452,53 +6452,53 @@ msgid ""
|
|
6452 |
"services using the latest security standards."
|
6453 |
msgstr ""
|
6454 |
|
6455 |
-
#: includes/licensing.php:
|
6456 |
msgctxt "licensing"
|
6457 |
msgid ""
|
6458 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
6459 |
"Include this message if necesary."
|
6460 |
msgstr ""
|
6461 |
|
6462 |
-
#: includes/licensing.php:
|
6463 |
msgctxt "licensing"
|
6464 |
msgid "Could not contact licensing server"
|
6465 |
msgstr ""
|
6466 |
|
6467 |
-
#: includes/licensing.php:
|
6468 |
msgctxt "licensing"
|
6469 |
msgid "The server returned a 403 Forbidden error."
|
6470 |
msgstr ""
|
6471 |
|
6472 |
-
#: includes/licensing.php:
|
6473 |
msgctxt "licensing"
|
6474 |
msgid "Business Directory - Please verify your license keys"
|
6475 |
msgstr ""
|
6476 |
|
6477 |
-
#: includes/licensing.php:
|
6478 |
msgctxt "licensing"
|
6479 |
msgid ""
|
6480 |
"The following premium modules will not work until a valid license key is "
|
6481 |
"provided: %s."
|
6482 |
msgstr ""
|
6483 |
|
6484 |
-
#: includes/licensing.php:
|
6485 |
msgctxt "licensing"
|
6486 |
msgid ""
|
6487 |
"You need to activate the license keys for the following themes before they "
|
6488 |
"can be used: %s."
|
6489 |
msgstr ""
|
6490 |
|
6491 |
-
#: includes/licensing.php:
|
6492 |
msgctxt "licensing"
|
6493 |
msgid "Review my license keys"
|
6494 |
msgstr ""
|
6495 |
|
6496 |
-
#: includes/licensing.php:
|
6497 |
msgctxt "licensing"
|
6498 |
msgid "Business Directory - License key expired"
|
6499 |
msgstr ""
|
6500 |
|
6501 |
-
#: includes/licensing.php:
|
6502 |
msgctxt "licensing"
|
6503 |
msgid ""
|
6504 |
"The license key for the following modules has expired: %s. The modules will "
|
@@ -6506,7 +6506,7 @@ msgid ""
|
|
6506 |
"license is renewed."
|
6507 |
msgstr ""
|
6508 |
|
6509 |
-
#: includes/licensing.php:
|
6510 |
msgctxt "licensing"
|
6511 |
msgid ""
|
6512 |
"The license key for the following themes has expired: %s. The themes will "
|
@@ -6514,36 +6514,36 @@ msgid ""
|
|
6514 |
"license is renewed."
|
6515 |
msgstr ""
|
6516 |
|
6517 |
-
#: includes/licensing.php:
|
6518 |
msgctxt "licensing"
|
6519 |
msgid "Please enter a license key."
|
6520 |
msgstr ""
|
6521 |
|
6522 |
-
#: includes/licensing.php:
|
6523 |
msgctxt "licensing"
|
6524 |
msgid "Could not activate license: %s."
|
6525 |
msgstr ""
|
6526 |
|
6527 |
-
#: includes/licensing.php:
|
6528 |
msgctxt "licensing"
|
6529 |
msgid "License activated"
|
6530 |
msgstr ""
|
6531 |
|
6532 |
-
#: includes/licensing.php:
|
6533 |
msgctxt "licensing"
|
6534 |
msgid "Could not deactivate license: %s."
|
6535 |
msgstr ""
|
6536 |
|
6537 |
-
#: includes/licensing.php:
|
6538 |
msgctxt "licensing"
|
6539 |
msgid "License deactivated"
|
6540 |
msgstr ""
|
6541 |
|
6542 |
-
#: includes/licensing.php:
|
6543 |
#. translators: "<module-name>" version <version-number> is not...
|
6544 |
msgctxt "deprecation"
|
6545 |
msgid ""
|
6546 |
-
"\"%s\" version %s is not compatible with Business Directory Plugin 5.0. "
|
6547 |
"Please update this module to the latest available version."
|
6548 |
msgstr ""
|
6549 |
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Directory Plugin 5.5.1dev1\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2019-01-30 22:57:02+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
284 |
msgid "Transaction Key"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: includes/licensing.php:95 includes/licensing.php:97
|
288 |
msgid "Licenses"
|
289 |
msgstr ""
|
290 |
|
3714 |
msgid "User registration date"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
+
#: includes/licensing.php:173
|
3718 |
msgctxt "admin settings"
|
3719 |
msgid "Enter License Key here"
|
3720 |
msgstr ""
|
3959 |
msgstr ""
|
3960 |
|
3961 |
#: includes/admin/settings/class-settings-bootstrap.php:40
|
3962 |
+
#: includes/licensing.php:104
|
3963 |
msgctxt "settings"
|
3964 |
msgid "Premium Modules"
|
3965 |
msgstr ""
|
4863 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
4864 |
msgstr ""
|
4865 |
|
4866 |
+
#: includes/licensing.php:122
|
4867 |
msgctxt "settings"
|
4868 |
msgid "Themes"
|
4869 |
msgstr ""
|
4870 |
|
4871 |
+
#: includes/licensing.php:147
|
4872 |
msgctxt "settings"
|
4873 |
msgid ""
|
4874 |
"The IP address of your server is <ip-address>. Please make sure to include "
|
4876 |
"activate your licenses."
|
4877 |
msgstr ""
|
4878 |
|
4879 |
+
#: includes/licensing.php:174
|
4880 |
msgctxt "settings"
|
4881 |
msgid "Activate"
|
4882 |
msgstr ""
|
4883 |
|
4884 |
+
#: includes/licensing.php:174 includes/licensing.php:175
|
4885 |
msgctxt "settings"
|
4886 |
msgid "Please wait..."
|
4887 |
msgstr ""
|
4888 |
|
4889 |
+
#: includes/licensing.php:175
|
4890 |
msgctxt "settings"
|
4891 |
msgid "Deactivate"
|
4892 |
msgstr ""
|
4893 |
|
4894 |
+
#: includes/licensing.php:223 includes/licensing.php:224
|
4895 |
msgctxt "settings"
|
4896 |
msgid "Licenses"
|
4897 |
msgstr ""
|
5301 |
msgid "Add New Listing"
|
5302 |
msgstr ""
|
5303 |
|
5304 |
+
#: includes/class-fee-plan.php:164
|
5305 |
msgctxt "fee plan"
|
5306 |
msgid "No images allowed."
|
5307 |
msgstr ""
|
5308 |
|
5309 |
+
#: includes/class-fee-plan.php:166
|
5310 |
msgctxt "fee plan"
|
5311 |
msgid "%d image allowed."
|
5312 |
msgid_plural "%d images allowed."
|
5313 |
msgstr[0] ""
|
5314 |
msgstr[1] ""
|
5315 |
|
5316 |
+
#: includes/class-fee-plan.php:320
|
5317 |
msgctxt "fees-api"
|
5318 |
msgid "Fee label is required."
|
5319 |
msgstr ""
|
5320 |
|
5321 |
+
#: includes/class-fee-plan.php:326
|
5322 |
msgctxt "fees-api"
|
5323 |
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
5324 |
msgstr ""
|
5325 |
|
5326 |
+
#: includes/class-fee-plan.php:331
|
5327 |
msgctxt "fees-api"
|
5328 |
msgid ""
|
5329 |
"To set this fee as \"Recurring\" you must have a time for the listing to "
|
5331 |
"<a>fee plan</a> appropriately."
|
5332 |
msgstr ""
|
5333 |
|
5334 |
+
#: includes/class-fee-plan.php:334
|
5335 |
msgctxt "fees-api"
|
5336 |
msgid ""
|
5337 |
"To set this fee as \"Recurring\" you must set a price for your fee plan. To "
|
6362 |
msgid "General"
|
6363 |
msgstr ""
|
6364 |
|
6365 |
+
#: includes/licensing.php:297
|
6366 |
msgctxt "licensing"
|
6367 |
msgid "Invalid item ID"
|
6368 |
msgstr ""
|
6369 |
|
6370 |
+
#: includes/licensing.php:303
|
6371 |
msgctxt "licensing"
|
6372 |
msgid "No license key provided"
|
6373 |
msgstr ""
|
6374 |
|
6375 |
+
#: includes/licensing.php:327
|
6376 |
msgctxt "licensing"
|
6377 |
msgid "The license key was revoked."
|
6378 |
msgstr ""
|
6379 |
|
6380 |
+
#: includes/licensing.php:329
|
6381 |
msgctxt "licensing"
|
6382 |
msgid ""
|
6383 |
"If you think this is a mistake, please contact <support-link>Business "
|
6385 |
"reported as revoked by the licensing software."
|
6386 |
msgstr ""
|
6387 |
|
6388 |
+
#: includes/licensing.php:331
|
6389 |
msgctxt "licensing"
|
6390 |
msgid ""
|
6391 |
"Please include the email address you used to purchase <module-name> with "
|
6392 |
"your report."
|
6393 |
msgstr ""
|
6394 |
|
6395 |
+
#: includes/licensing.php:342 includes/licensing.php:385
|
6396 |
msgctxt "licensing"
|
6397 |
msgid "License key is invalid"
|
6398 |
msgstr ""
|
6399 |
|
6400 |
+
#: includes/licensing.php:359
|
6401 |
msgctxt "licensing"
|
6402 |
msgid "Invalid module ID"
|
6403 |
msgstr ""
|
6404 |
|
6405 |
+
#: includes/licensing.php:389
|
6406 |
msgctxt "licensing"
|
6407 |
msgid "Deactivation failed"
|
6408 |
msgstr ""
|
6409 |
|
6410 |
+
#: includes/licensing.php:409
|
6411 |
msgctxt "licensing"
|
6412 |
msgid ""
|
6413 |
"It was not possible to establish a connection with Business Directory's "
|
6414 |
"server. The connection failed with the following error:"
|
6415 |
msgstr ""
|
6416 |
|
6417 |
+
#: includes/licensing.php:413 includes/licensing.php:465
|
6418 |
msgctxt "licensing"
|
6419 |
msgid ""
|
6420 |
"It looks like your server is not authorized to make requests to Business "
|
6423 |
"the whitelist."
|
6424 |
msgstr ""
|
6425 |
|
6426 |
+
#: includes/licensing.php:415 includes/licensing.php:467
|
6427 |
msgctxt "licensing"
|
6428 |
msgid "Include this error message with your report."
|
6429 |
msgstr ""
|
6430 |
|
6431 |
+
#: includes/licensing.php:425
|
6432 |
msgctxt "licensing"
|
6433 |
msgid ""
|
6434 |
"It was not possible to establish a connection with Business Directory's "
|
6435 |
"server. A problem occurred in the SSL/TSL handshake:"
|
6436 |
msgstr ""
|
6437 |
|
6438 |
+
#: includes/licensing.php:430
|
6439 |
msgctxt "licensing"
|
6440 |
msgid ""
|
6441 |
"To ensure the security of our systems and adhere to industry best "
|
6444 |
"OpenSSL 1.0.1c)."
|
6445 |
msgstr ""
|
6446 |
|
6447 |
+
#: includes/licensing.php:432
|
6448 |
msgctxt "licensing"
|
6449 |
msgid ""
|
6450 |
"Upgrading your system will not only allow you to communicate with Business "
|
6452 |
"services using the latest security standards."
|
6453 |
msgstr ""
|
6454 |
|
6455 |
+
#: includes/licensing.php:434
|
6456 |
msgctxt "licensing"
|
6457 |
msgid ""
|
6458 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
6459 |
"Include this message if necesary."
|
6460 |
msgstr ""
|
6461 |
|
6462 |
+
#: includes/licensing.php:441
|
6463 |
msgctxt "licensing"
|
6464 |
msgid "Could not contact licensing server"
|
6465 |
msgstr ""
|
6466 |
|
6467 |
+
#: includes/licensing.php:463
|
6468 |
msgctxt "licensing"
|
6469 |
msgid "The server returned a 403 Forbidden error."
|
6470 |
msgstr ""
|
6471 |
|
6472 |
+
#: includes/licensing.php:531
|
6473 |
msgctxt "licensing"
|
6474 |
msgid "Business Directory - Please verify your license keys"
|
6475 |
msgstr ""
|
6476 |
|
6477 |
+
#: includes/licensing.php:541
|
6478 |
msgctxt "licensing"
|
6479 |
msgid ""
|
6480 |
"The following premium modules will not work until a valid license key is "
|
6481 |
"provided: %s."
|
6482 |
msgstr ""
|
6483 |
|
6484 |
+
#: includes/licensing.php:552
|
6485 |
msgctxt "licensing"
|
6486 |
msgid ""
|
6487 |
"You need to activate the license keys for the following themes before they "
|
6488 |
"can be used: %s."
|
6489 |
msgstr ""
|
6490 |
|
6491 |
+
#: includes/licensing.php:560 includes/licensing.php:616
|
6492 |
msgctxt "licensing"
|
6493 |
msgid "Review my license keys"
|
6494 |
msgstr ""
|
6495 |
|
6496 |
+
#: includes/licensing.php:587
|
6497 |
msgctxt "licensing"
|
6498 |
msgid "Business Directory - License key expired"
|
6499 |
msgstr ""
|
6500 |
|
6501 |
+
#: includes/licensing.php:597
|
6502 |
msgctxt "licensing"
|
6503 |
msgid ""
|
6504 |
"The license key for the following modules has expired: %s. The modules will "
|
6506 |
"license is renewed."
|
6507 |
msgstr ""
|
6508 |
|
6509 |
+
#: includes/licensing.php:608
|
6510 |
msgctxt "licensing"
|
6511 |
msgid ""
|
6512 |
"The license key for the following themes has expired: %s. The themes will "
|
6514 |
"license is renewed."
|
6515 |
msgstr ""
|
6516 |
|
6517 |
+
#: includes/licensing.php:708
|
6518 |
msgctxt "licensing"
|
6519 |
msgid "Please enter a license key."
|
6520 |
msgstr ""
|
6521 |
|
6522 |
+
#: includes/licensing.php:717
|
6523 |
msgctxt "licensing"
|
6524 |
msgid "Could not activate license: %s."
|
6525 |
msgstr ""
|
6526 |
|
6527 |
+
#: includes/licensing.php:719
|
6528 |
msgctxt "licensing"
|
6529 |
msgid "License activated"
|
6530 |
msgstr ""
|
6531 |
|
6532 |
+
#: includes/licensing.php:739
|
6533 |
msgctxt "licensing"
|
6534 |
msgid "Could not deactivate license: %s."
|
6535 |
msgstr ""
|
6536 |
|
6537 |
+
#: includes/licensing.php:741
|
6538 |
msgctxt "licensing"
|
6539 |
msgid "License deactivated"
|
6540 |
msgstr ""
|
6541 |
|
6542 |
+
#: includes/licensing.php:944
|
6543 |
#. translators: "<module-name>" version <version-number> is not...
|
6544 |
msgctxt "deprecation"
|
6545 |
msgid ""
|
6546 |
+
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
6547 |
"Please update this module to the latest available version."
|
6548 |
msgstr ""
|
6549 |
|