Version Description
Download this release
Release Info
Developer | businessdirectoryplugin |
Plugin | Business Directory Plugin |
Version | 5.1.5 |
Comparing to | |
See all releases |
Code changes from version 5.1.4 to 5.1.5
- README.TXT +10 -2
- assets/css/less/checkout.less +7 -0
- assets/css/wpbdp.min.css +1 -1
- business-directory-plugin.php +2 -3
- includes/admin/class-admin-listings.php +4 -2
- includes/class-payment-gateway.php +4 -0
- includes/class-wpbdp.php +1 -1
- includes/fields/class-fieldtypes-textarea.php +2 -1
- includes/licensing.php +1 -1
- includes/payment.php +2 -1
- includes/views/manage_listings.php +5 -2
- languages/WPBDM-ar.po +21 -14
- languages/WPBDM-de_DE.po +21 -14
- languages/WPBDM-en_US.po +19 -14
- languages/WPBDM-es_ES.mo +0 -0
- languages/WPBDM-es_ES.po +22 -17
- languages/WPBDM-fr_FR.po +23 -14
- languages/WPBDM-nl_NL.po +19 -14
- languages/WPBDM-pl_PL.po +24 -14
- languages/WPBDM-ru_RU.po +23 -14
- languages/WPBDM-sv_SE.po +22 -14
- languages/WPBDM.pot +20 -15
- templates/checkout.tpl.php +1 -1
- templates/parts/login-required.tpl.php +7 -0
README.TXT
CHANGED
@@ -5,8 +5,8 @@ Tags: business directory, directory plugin, company business directory, chamber
|
|
5 |
Requires at least: 4.3
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 4.9.2
|
8 |
-
Last Updated: 2018-Jan-
|
9 |
-
Stable tag: 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 and much more!
|
@@ -143,6 +143,14 @@ If you are having problems please visit [support forum](http://www.businessdirec
|
|
143 |
|
144 |
|
145 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
= Version 5.1.4 =
|
147 |
* Fix SQL errors on functions that configured views for Directory admin screen.
|
148 |
* Prevent SQL trying to count number of listings on categories and regions.
|
5 |
Requires at least: 4.3
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 4.9.2
|
8 |
+
Last Updated: 2018-Jan-11
|
9 |
+
Stable tag: 5.1.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 and much more!
|
143 |
|
144 |
|
145 |
== Changelog ==
|
146 |
+
= Version 5.1.5 =
|
147 |
+
* Add deprecation comment for login-required template.
|
148 |
+
* Fix PHP warnings and notices on Add New Listing admin screen.
|
149 |
+
* Fix PHP Fatal error on Payments API.
|
150 |
+
* Render 3rd party shortcodes on All Listings & Search views.
|
151 |
+
* Update Manage Listings View to support Login URL setting.
|
152 |
+
* Update store URL to use HTTPS.
|
153 |
+
|
154 |
= Version 5.1.4 =
|
155 |
* Fix SQL errors on functions that configured views for Directory admin screen.
|
156 |
* Prevent SQL trying to count number of listings on categories and regions.
|
assets/css/less/checkout.less
CHANGED
@@ -21,6 +21,13 @@
|
|
21 |
&:last-child {
|
22 |
margin-right: 0;
|
23 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
25 |
}
|
26 |
|
21 |
&:last-child {
|
22 |
margin-right: 0;
|
23 |
}
|
24 |
+
|
25 |
+
input, img {
|
26 |
+
vertical-align: middle;
|
27 |
+
}
|
28 |
+
img {
|
29 |
+
margin-bottom: 10px;
|
30 |
+
}
|
31 |
}
|
32 |
}
|
33 |
|
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}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#ff0000 !important}.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-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent}.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-field{margin:5px 0;height:20px;vertical-align:middle}.social-field.facebook .fb-like>span{overflow:visible !important;width:450px !important;vertical-align:top !important}@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 .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"]{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{width:100%}.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-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-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%}.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-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:#d64226}.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{margin:40px 0;border:solid 1px #eee;font-size:95%}#wpbdp-renewal-page .do-not-renew-listing .header{background:#bc0b0b;color:#fff;text-align:center;font-weight:bold;padding:2px 0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{color:#900000}.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-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}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}.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:85%}.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%}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-selection-list .wpbdp-plan-info-box:last-child{margin-bottom:0}.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-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}
|
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}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#ff0000 !important}.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-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent}.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-field{margin:5px 0;height:20px;vertical-align:middle}.social-field.facebook .fb-like>span{overflow:visible !important;width:450px !important;vertical-align:top !important}@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 .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"]{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{width:100%}.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-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%}.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-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:#d64226}.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{margin:40px 0;border:solid 1px #eee;font-size:95%}#wpbdp-renewal-page .do-not-renew-listing .header{background:#bc0b0b;color:#fff;text-align:center;font-weight:bold;padding:2px 0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{color:#900000}.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-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}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}.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:85%}.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%}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-selection-list .wpbdp-plan-info-box:last-child{margin-bottom:0}.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-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}
|
business-directory-plugin.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
-
* Plugin URI:
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 5.1.
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: WPBDM
|
@@ -57,4 +57,3 @@ function wpbdp() {
|
|
57 |
|
58 |
// For backwards compatibility.
|
59 |
$GLOBALS['wpbdp'] = wpbdp();
|
60 |
-
|
1 |
<?php
|
2 |
/*
|
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.1.5
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: WPBDM
|
57 |
|
58 |
// For backwards compatibility.
|
59 |
$GLOBALS['wpbdp'] = wpbdp();
|
|
includes/admin/class-admin-listings.php
CHANGED
@@ -432,9 +432,11 @@ class WPBDP_Admin_Listings {
|
|
432 |
$current_plan = $listing->get_fee_plan();
|
433 |
|
434 |
if ( ! $current_plan && empty( $new_plan['fee_id'] ) ) {
|
435 |
-
// Choose the free fee. (This shouldn't happen)
|
|
|
436 |
$free = wpbdp_get_fee_plan( 'free' );
|
437 |
-
|
|
|
438 |
$new_plan['expiration_date'] = $free->calculate_expiration_time();
|
439 |
$new_plan['fee_images'] = $free->images;
|
440 |
$new_plan['is_sticky'] = $free->sticky;
|
432 |
$current_plan = $listing->get_fee_plan();
|
433 |
|
434 |
if ( ! $current_plan && empty( $new_plan['fee_id'] ) ) {
|
435 |
+
// XXX: Choose the free fee. (This shouldn't happen, but it happens every time a new listing is created on the admin and a fee is not selected)
|
436 |
+
// TODO: assign one of the available fee plans.
|
437 |
$free = wpbdp_get_fee_plan( 'free' );
|
438 |
+
|
439 |
+
$new_plan['fee_id'] = $free->id;
|
440 |
$new_plan['expiration_date'] = $free->calculate_expiration_time();
|
441 |
$new_plan['fee_images'] = $free->images;
|
442 |
$new_plan['is_sticky'] = $free->sticky;
|
includes/class-payment-gateway.php
CHANGED
@@ -8,6 +8,10 @@ abstract class WPBDP__Payment_Gateway {
|
|
8 |
public abstract function get_id();
|
9 |
public abstract function get_title();
|
10 |
|
|
|
|
|
|
|
|
|
11 |
public function enqueue_scripts() {
|
12 |
}
|
13 |
|
8 |
public abstract function get_id();
|
9 |
public abstract function get_title();
|
10 |
|
11 |
+
public function get_logo() {
|
12 |
+
return $this->get_title();
|
13 |
+
}
|
14 |
+
|
15 |
public function enqueue_scripts() {
|
16 |
}
|
17 |
|
includes/class-wpbdp.php
CHANGED
@@ -15,7 +15,7 @@ final class WPBDP {
|
|
15 |
}
|
16 |
|
17 |
private function setup_constants() {
|
18 |
-
define( 'WPBDP_VERSION', '5.1.
|
19 |
|
20 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
21 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
15 |
}
|
16 |
|
17 |
private function setup_constants() {
|
18 |
+
define( 'WPBDP_VERSION', '5.1.5' );
|
19 |
|
20 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
21 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
includes/fields/class-fieldtypes-textarea.php
CHANGED
@@ -236,8 +236,9 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
|
|
236 |
|
237 |
$value = wpautop( $value );
|
238 |
|
239 |
-
if ( wpbdp_get_option( 'disable-cpt' ) )
|
240 |
$value = do_shortcode( shortcode_unautop( $value ) );
|
|
|
241 |
|
242 |
$post = $current_post;
|
243 |
} else {
|
236 |
|
237 |
$value = wpautop( $value );
|
238 |
|
239 |
+
if ( wpbdp_get_option( 'disable-cpt' ) || in_array( wpbdp_current_view(), array( 'search', 'all_listings' ), true ) ) {
|
240 |
$value = do_shortcode( shortcode_unautop( $value ) );
|
241 |
+
}
|
242 |
|
243 |
$post = $current_post;
|
244 |
} else {
|
includes/licensing.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
*/
|
9 |
class WPBDP_Licensing {
|
10 |
|
11 |
-
const STORE_URL = '
|
12 |
|
13 |
private $items = array(); // Items (modules and/or themes) registered with the Licensing API.
|
14 |
private $licenses = array(); // License information: status, last check, etc.
|
8 |
*/
|
9 |
class WPBDP_Licensing {
|
10 |
|
11 |
+
const STORE_URL = 'https://businessdirectoryplugin.com/';
|
12 |
|
13 |
private $items = array(); // Items (modules and/or themes) registered with the Licensing API.
|
14 |
private $licenses = array(); // License information: status, last check, etc.
|
includes/payment.php
CHANGED
@@ -110,8 +110,9 @@ class WPBDP_PaymentsAPI {
|
|
110 |
|
111 |
$last_pending = WPBDP_Payment::objects()->filter( array( 'listing_id' => $listing_id, 'status' => 'pending' ) )->order_by( '-created_at' )->get();
|
112 |
|
113 |
-
if ( ! $last_pending || 'initial' != $last_pending
|
114 |
return $status;
|
|
|
115 |
|
116 |
$threshold = max( 1, absint( wpbdp_get_option( 'payment-abandonment-threshold' ) ) );
|
117 |
$hours_elapsed = ( current_time( 'timestamp' ) - strtotime( $last_pending['created_at'] ) ) / ( 60 * 60 );
|
110 |
|
111 |
$last_pending = WPBDP_Payment::objects()->filter( array( 'listing_id' => $listing_id, 'status' => 'pending' ) )->order_by( '-created_at' )->get();
|
112 |
|
113 |
+
if ( ! $last_pending || 'initial' != $last_pending->payment_type ) {
|
114 |
return $status;
|
115 |
+
}
|
116 |
|
117 |
$threshold = max( 1, absint( wpbdp_get_option( 'payment-abandonment-threshold' ) ) );
|
118 |
$hours_elapsed = ( current_time( 'timestamp' ) - strtotime( $last_pending['created_at'] ) ) / ( 60 * 60 );
|
includes/views/manage_listings.php
CHANGED
@@ -7,8 +7,11 @@ class WPBDP__Views__Manage_Listings extends WPBDP__View {
|
|
7 |
public function dispatch() {
|
8 |
$current_user = is_user_logged_in() ? wp_get_current_user() : null;
|
9 |
|
10 |
-
if ( ! $current_user )
|
11 |
-
|
|
|
|
|
|
|
12 |
|
13 |
$args = array(
|
14 |
'post_type' => WPBDP_POST_TYPE,
|
7 |
public function dispatch() {
|
8 |
$current_user = is_user_logged_in() ? wp_get_current_user() : null;
|
9 |
|
10 |
+
if ( ! $current_user ) {
|
11 |
+
$login_msg = _x( 'Please <a>login</a> to manage your listings.', 'view:manage-listings', 'WPBDM' );
|
12 |
+
$login_msg = str_replace( '<a>', '<a href="' . esc_url( wpbdp_url( 'login' ) ) . '">', $login_msg );
|
13 |
+
return $login_msg;
|
14 |
+
}
|
15 |
|
16 |
$args = array(
|
17 |
'post_type' => WPBDP_POST_TYPE,
|
languages/WPBDM-ar.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2018-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"
|
@@ -327,7 +327,8 @@ msgid "Business Directory Plugin"
|
|
327 |
msgstr "Business Directory Plugin"
|
328 |
|
329 |
#. Plugin URI of the plugin/theme
|
330 |
-
|
|
|
331 |
msgstr "http://www.businessdirectoryplugin.com"
|
332 |
|
333 |
#. Description of the plugin/theme
|
@@ -1050,12 +1051,12 @@ msgctxt "admin"
|
|
1050 |
msgid "Create these required fields for me"
|
1051 |
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
1052 |
|
1053 |
-
#: includes/payment.php:
|
1054 |
msgctxt "admin"
|
1055 |
msgid "Pending Abandonment"
|
1056 |
msgstr "في انتظار التخلي"
|
1057 |
|
1058 |
-
#: includes/payment.php:
|
1059 |
msgctxt "admin"
|
1060 |
msgid "Abandoned"
|
1061 |
msgstr "متخلى عنه"
|
@@ -1082,36 +1083,36 @@ msgctxt "admin actions"
|
|
1082 |
msgid "View Payment"
|
1083 |
msgstr "الدفع"
|
1084 |
|
1085 |
-
#: includes/admin/class-admin-listings.php:
|
1086 |
#, fuzzy
|
1087 |
msgctxt "admin actions"
|
1088 |
msgid "Publish listings"
|
1089 |
msgstr "نشر إعلان"
|
1090 |
|
1091 |
-
#: includes/admin/class-admin-listings.php:
|
1092 |
#, fuzzy
|
1093 |
msgctxt "admin actions"
|
1094 |
msgid "Mark as \"Pending Review\""
|
1095 |
msgstr " في الانتظار"
|
1096 |
|
1097 |
-
#: includes/admin/class-admin-listings.php:
|
1098 |
msgctxt "admin actions"
|
1099 |
msgid "Hide from directory (mark as \"Draft\")"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: includes/admin/class-admin-listings.php:
|
1103 |
#, fuzzy
|
1104 |
msgctxt "admin actions"
|
1105 |
msgid "Renew listings"
|
1106 |
msgstr "تجديد الإعلان"
|
1107 |
|
1108 |
-
#: includes/admin/class-admin-listings.php:
|
1109 |
#, fuzzy
|
1110 |
msgctxt "admin actions"
|
1111 |
msgid "Set listings as \"Expired\""
|
1112 |
msgstr "الإعلان منتهي التاريخ"
|
1113 |
|
1114 |
-
#: includes/admin/class-admin-listings.php:
|
1115 |
#, fuzzy
|
1116 |
msgctxt "admin actions"
|
1117 |
msgid "Send access keys"
|
@@ -6776,7 +6777,7 @@ msgctxt "templates"
|
|
6776 |
msgid "Featured Listing"
|
6777 |
msgstr "إعلان مميز"
|
6778 |
|
6779 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6780 |
msgctxt "templates"
|
6781 |
msgid ""
|
6782 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6787,12 +6788,12 @@ msgstr ""
|
|
6787 |
"تتلقى رسالة بريد إلكتروني للتفعيل. يجب التأكد من مراجعة البريد المزعج الخاص "
|
6788 |
"بك إذا لم تراه في بريدك الإلكتروني خلال 60 دقيقة."
|
6789 |
|
6790 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6791 |
msgctxt "templates"
|
6792 |
msgid "Not yet registered?"
|
6793 |
msgstr "لم تتسجل بعد؟"
|
6794 |
|
6795 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6796 |
msgctxt "templates"
|
6797 |
msgid "Lost your password?"
|
6798 |
msgstr "فقدت كلمة المرور؟"
|
@@ -6833,7 +6834,7 @@ msgctxt "templates"
|
|
6833 |
msgid "View"
|
6834 |
msgstr "مشاهدة"
|
6835 |
|
6836 |
-
#: templates/parts/login-required.tpl.php:
|
6837 |
msgctxt "templates"
|
6838 |
msgid "Login"
|
6839 |
msgstr "تسجيل الدخول"
|
@@ -7191,6 +7192,12 @@ msgctxt "views:login"
|
|
7191 |
msgid "Request access key?"
|
7192 |
msgstr ""
|
7193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7194 |
#: includes/views/manage_recurring.php:20
|
7195 |
msgctxt "manage subscriptions"
|
7196 |
msgid "You are not on recurring payments for any of your listings."
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+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"
|
327 |
msgstr "Business Directory Plugin"
|
328 |
|
329 |
#. Plugin URI of the plugin/theme
|
330 |
+
#, fuzzy
|
331 |
+
msgid "https://www.businessdirectoryplugin.com"
|
332 |
msgstr "http://www.businessdirectoryplugin.com"
|
333 |
|
334 |
#. Description of the plugin/theme
|
1051 |
msgid "Create these required fields for me"
|
1052 |
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
1053 |
|
1054 |
+
#: includes/payment.php:164
|
1055 |
msgctxt "admin"
|
1056 |
msgid "Pending Abandonment"
|
1057 |
msgstr "في انتظار التخلي"
|
1058 |
|
1059 |
+
#: includes/payment.php:169
|
1060 |
msgctxt "admin"
|
1061 |
msgid "Abandoned"
|
1062 |
msgstr "متخلى عنه"
|
1083 |
msgid "View Payment"
|
1084 |
msgstr "الدفع"
|
1085 |
|
1086 |
+
#: includes/admin/class-admin-listings.php:480
|
1087 |
#, fuzzy
|
1088 |
msgctxt "admin actions"
|
1089 |
msgid "Publish listings"
|
1090 |
msgstr "نشر إعلان"
|
1091 |
|
1092 |
+
#: includes/admin/class-admin-listings.php:481
|
1093 |
#, fuzzy
|
1094 |
msgctxt "admin actions"
|
1095 |
msgid "Mark as \"Pending Review\""
|
1096 |
msgstr " في الانتظار"
|
1097 |
|
1098 |
+
#: includes/admin/class-admin-listings.php:482
|
1099 |
msgctxt "admin actions"
|
1100 |
msgid "Hide from directory (mark as \"Draft\")"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
+
#: includes/admin/class-admin-listings.php:484
|
1104 |
#, fuzzy
|
1105 |
msgctxt "admin actions"
|
1106 |
msgid "Renew listings"
|
1107 |
msgstr "تجديد الإعلان"
|
1108 |
|
1109 |
+
#: includes/admin/class-admin-listings.php:485
|
1110 |
#, fuzzy
|
1111 |
msgctxt "admin actions"
|
1112 |
msgid "Set listings as \"Expired\""
|
1113 |
msgstr "الإعلان منتهي التاريخ"
|
1114 |
|
1115 |
+
#: includes/admin/class-admin-listings.php:491
|
1116 |
#, fuzzy
|
1117 |
msgctxt "admin actions"
|
1118 |
msgid "Send access keys"
|
6777 |
msgid "Featured Listing"
|
6778 |
msgstr "إعلان مميز"
|
6779 |
|
6780 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6781 |
msgctxt "templates"
|
6782 |
msgid ""
|
6783 |
"You are not currently logged in. Please login or register first. When "
|
6788 |
"تتلقى رسالة بريد إلكتروني للتفعيل. يجب التأكد من مراجعة البريد المزعج الخاص "
|
6789 |
"بك إذا لم تراه في بريدك الإلكتروني خلال 60 دقيقة."
|
6790 |
|
6791 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6792 |
msgctxt "templates"
|
6793 |
msgid "Not yet registered?"
|
6794 |
msgstr "لم تتسجل بعد؟"
|
6795 |
|
6796 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6797 |
msgctxt "templates"
|
6798 |
msgid "Lost your password?"
|
6799 |
msgstr "فقدت كلمة المرور؟"
|
6834 |
msgid "View"
|
6835 |
msgstr "مشاهدة"
|
6836 |
|
6837 |
+
#: templates/parts/login-required.tpl.php:17
|
6838 |
msgctxt "templates"
|
6839 |
msgid "Login"
|
6840 |
msgstr "تسجيل الدخول"
|
7192 |
msgid "Request access key?"
|
7193 |
msgstr ""
|
7194 |
|
7195 |
+
#: includes/views/manage_listings.php:11
|
7196 |
+
#, fuzzy
|
7197 |
+
msgctxt "view:manage-listings"
|
7198 |
+
msgid "Please <a>login</a> to manage your listings."
|
7199 |
+
msgstr "يرجى <a>تسجيل الدخول</a> ليتتمكن من إرسال رسائل إلى مالك الإعلان."
|
7200 |
+
|
7201 |
#: includes/views/manage_recurring.php:20
|
7202 |
msgctxt "manage subscriptions"
|
7203 |
msgid "You are not on recurring payments for any of your listings."
|
languages/WPBDM-de_DE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin 3.5.4\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2018-01-
|
9 |
"PO-Revision-Date: 2017-03-29 10:08+0200\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
@@ -332,7 +332,8 @@ msgid "Business Directory Plugin"
|
|
332 |
msgstr "Business Directory Plugin"
|
333 |
|
334 |
#. Plugin URI of the plugin/theme
|
335 |
-
|
|
|
336 |
msgstr "http://www.businessdirectoryplugin.com"
|
337 |
|
338 |
#. Description of the plugin/theme
|
@@ -1066,12 +1067,12 @@ msgctxt "admin"
|
|
1066 |
msgid "Create these required fields for me"
|
1067 |
msgstr "Erstelle diese benötigten Felder für mich"
|
1068 |
|
1069 |
-
#: includes/payment.php:
|
1070 |
msgctxt "admin"
|
1071 |
msgid "Pending Abandonment"
|
1072 |
msgstr "Ausstehende Zahlungen"
|
1073 |
|
1074 |
-
#: includes/payment.php:
|
1075 |
msgctxt "admin"
|
1076 |
msgid "Abandoned"
|
1077 |
msgstr "Abgebrochen"
|
@@ -1098,36 +1099,36 @@ msgctxt "admin actions"
|
|
1098 |
msgid "View Payment"
|
1099 |
msgstr "Bezahlung"
|
1100 |
|
1101 |
-
#: includes/admin/class-admin-listings.php:
|
1102 |
#, fuzzy
|
1103 |
msgctxt "admin actions"
|
1104 |
msgid "Publish listings"
|
1105 |
msgstr "Eintrag veröffentlichen"
|
1106 |
|
1107 |
-
#: includes/admin/class-admin-listings.php:
|
1108 |
#, fuzzy
|
1109 |
msgctxt "admin actions"
|
1110 |
msgid "Mark as \"Pending Review\""
|
1111 |
msgstr "Ausstehend"
|
1112 |
|
1113 |
-
#: includes/admin/class-admin-listings.php:
|
1114 |
msgctxt "admin actions"
|
1115 |
msgid "Hide from directory (mark as \"Draft\")"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: includes/admin/class-admin-listings.php:
|
1119 |
#, fuzzy
|
1120 |
msgctxt "admin actions"
|
1121 |
msgid "Renew listings"
|
1122 |
msgstr "Eintrag erneuern"
|
1123 |
|
1124 |
-
#: includes/admin/class-admin-listings.php:
|
1125 |
#, fuzzy
|
1126 |
msgctxt "admin actions"
|
1127 |
msgid "Set listings as \"Expired\""
|
1128 |
msgstr "Ein Eintrag läuft aus."
|
1129 |
|
1130 |
-
#: includes/admin/class-admin-listings.php:
|
1131 |
#, fuzzy
|
1132 |
msgctxt "admin actions"
|
1133 |
msgid "Send access keys"
|
@@ -6772,7 +6773,7 @@ msgctxt "templates"
|
|
6772 |
msgid "Featured Listing"
|
6773 |
msgstr "Hervorgehobene Einträge"
|
6774 |
|
6775 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6776 |
msgctxt "templates"
|
6777 |
msgid ""
|
6778 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6784,12 +6785,12 @@ msgstr ""
|
|
6784 |
"Prüfen Sie auch Ihr Spam Postfach, wenn die E-mail nicht innerhalb von 60 "
|
6785 |
"Minuten in Ihrem Postfach ist."
|
6786 |
|
6787 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6788 |
msgctxt "templates"
|
6789 |
msgid "Not yet registered?"
|
6790 |
msgstr "Noch nicht registriert?"
|
6791 |
|
6792 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6793 |
msgctxt "templates"
|
6794 |
msgid "Lost your password?"
|
6795 |
msgstr "Passwort verloren?"
|
@@ -6830,7 +6831,7 @@ msgctxt "templates"
|
|
6830 |
msgid "View"
|
6831 |
msgstr "Anschauen"
|
6832 |
|
6833 |
-
#: templates/parts/login-required.tpl.php:
|
6834 |
msgctxt "templates"
|
6835 |
msgid "Login"
|
6836 |
msgstr "Login"
|
@@ -7198,6 +7199,12 @@ msgctxt "views:login"
|
|
7198 |
msgid "Request access key?"
|
7199 |
msgstr ""
|
7200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7201 |
#: includes/views/manage_recurring.php:20
|
7202 |
msgctxt "manage subscriptions"
|
7203 |
msgid "You are not on recurring payments for any of your listings."
|
5 |
"Project-Id-Version: Business Directory Plugin 3.5.4\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+00:00\n"
|
9 |
"PO-Revision-Date: 2017-03-29 10:08+0200\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
332 |
msgstr "Business Directory Plugin"
|
333 |
|
334 |
#. Plugin URI of the plugin/theme
|
335 |
+
#, fuzzy
|
336 |
+
msgid "https://www.businessdirectoryplugin.com"
|
337 |
msgstr "http://www.businessdirectoryplugin.com"
|
338 |
|
339 |
#. Description of the plugin/theme
|
1067 |
msgid "Create these required fields for me"
|
1068 |
msgstr "Erstelle diese benötigten Felder für mich"
|
1069 |
|
1070 |
+
#: includes/payment.php:164
|
1071 |
msgctxt "admin"
|
1072 |
msgid "Pending Abandonment"
|
1073 |
msgstr "Ausstehende Zahlungen"
|
1074 |
|
1075 |
+
#: includes/payment.php:169
|
1076 |
msgctxt "admin"
|
1077 |
msgid "Abandoned"
|
1078 |
msgstr "Abgebrochen"
|
1099 |
msgid "View Payment"
|
1100 |
msgstr "Bezahlung"
|
1101 |
|
1102 |
+
#: includes/admin/class-admin-listings.php:480
|
1103 |
#, fuzzy
|
1104 |
msgctxt "admin actions"
|
1105 |
msgid "Publish listings"
|
1106 |
msgstr "Eintrag veröffentlichen"
|
1107 |
|
1108 |
+
#: includes/admin/class-admin-listings.php:481
|
1109 |
#, fuzzy
|
1110 |
msgctxt "admin actions"
|
1111 |
msgid "Mark as \"Pending Review\""
|
1112 |
msgstr "Ausstehend"
|
1113 |
|
1114 |
+
#: includes/admin/class-admin-listings.php:482
|
1115 |
msgctxt "admin actions"
|
1116 |
msgid "Hide from directory (mark as \"Draft\")"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
+
#: includes/admin/class-admin-listings.php:484
|
1120 |
#, fuzzy
|
1121 |
msgctxt "admin actions"
|
1122 |
msgid "Renew listings"
|
1123 |
msgstr "Eintrag erneuern"
|
1124 |
|
1125 |
+
#: includes/admin/class-admin-listings.php:485
|
1126 |
#, fuzzy
|
1127 |
msgctxt "admin actions"
|
1128 |
msgid "Set listings as \"Expired\""
|
1129 |
msgstr "Ein Eintrag läuft aus."
|
1130 |
|
1131 |
+
#: includes/admin/class-admin-listings.php:491
|
1132 |
#, fuzzy
|
1133 |
msgctxt "admin actions"
|
1134 |
msgid "Send access keys"
|
6773 |
msgid "Featured Listing"
|
6774 |
msgstr "Hervorgehobene Einträge"
|
6775 |
|
6776 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6777 |
msgctxt "templates"
|
6778 |
msgid ""
|
6779 |
"You are not currently logged in. Please login or register first. When "
|
6785 |
"Prüfen Sie auch Ihr Spam Postfach, wenn die E-mail nicht innerhalb von 60 "
|
6786 |
"Minuten in Ihrem Postfach ist."
|
6787 |
|
6788 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6789 |
msgctxt "templates"
|
6790 |
msgid "Not yet registered?"
|
6791 |
msgstr "Noch nicht registriert?"
|
6792 |
|
6793 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6794 |
msgctxt "templates"
|
6795 |
msgid "Lost your password?"
|
6796 |
msgstr "Passwort verloren?"
|
6831 |
msgid "View"
|
6832 |
msgstr "Anschauen"
|
6833 |
|
6834 |
+
#: templates/parts/login-required.tpl.php:17
|
6835 |
msgctxt "templates"
|
6836 |
msgid "Login"
|
6837 |
msgstr "Login"
|
7199 |
msgid "Request access key?"
|
7200 |
msgstr ""
|
7201 |
|
7202 |
+
#: includes/views/manage_listings.php:11
|
7203 |
+
#, fuzzy
|
7204 |
+
msgctxt "view:manage-listings"
|
7205 |
+
msgid "Please <a>login</a> to manage your listings."
|
7206 |
+
msgstr "Bitte <a>einloggen</a> um eine Nachricht an den Inhaber zu senden."
|
7207 |
+
|
7208 |
#: includes/views/manage_recurring.php:20
|
7209 |
msgctxt "manage subscriptions"
|
7210 |
msgid "You are not on recurring payments for any of your listings."
|
languages/WPBDM-en_US.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2018-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"
|
@@ -301,7 +301,7 @@ msgid "Business Directory Plugin"
|
|
301 |
msgstr ""
|
302 |
|
303 |
#. Plugin URI of the plugin/theme
|
304 |
-
msgid "
|
305 |
msgstr ""
|
306 |
|
307 |
#. Description of the plugin/theme
|
@@ -966,12 +966,12 @@ msgctxt "admin"
|
|
966 |
msgid "Create these required fields for me"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: includes/payment.php:
|
970 |
msgctxt "admin"
|
971 |
msgid "Pending Abandonment"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: includes/payment.php:
|
975 |
msgctxt "admin"
|
976 |
msgid "Abandoned"
|
977 |
msgstr ""
|
@@ -996,32 +996,32 @@ msgctxt "admin actions"
|
|
996 |
msgid "View Payment"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: includes/admin/class-admin-listings.php:
|
1000 |
msgctxt "admin actions"
|
1001 |
msgid "Publish listings"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: includes/admin/class-admin-listings.php:
|
1005 |
msgctxt "admin actions"
|
1006 |
msgid "Mark as \"Pending Review\""
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: includes/admin/class-admin-listings.php:
|
1010 |
msgctxt "admin actions"
|
1011 |
msgid "Hide from directory (mark as \"Draft\")"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: includes/admin/class-admin-listings.php:
|
1015 |
msgctxt "admin actions"
|
1016 |
msgid "Renew listings"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: includes/admin/class-admin-listings.php:
|
1020 |
msgctxt "admin actions"
|
1021 |
msgid "Set listings as \"Expired\""
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: includes/admin/class-admin-listings.php:
|
1025 |
msgctxt "admin actions"
|
1026 |
msgid "Send access keys"
|
1027 |
msgstr ""
|
@@ -6111,7 +6111,7 @@ msgctxt "templates"
|
|
6111 |
msgid "Featured Listing"
|
6112 |
msgstr ""
|
6113 |
|
6114 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6115 |
msgctxt "templates"
|
6116 |
msgid ""
|
6117 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6119,12 +6119,12 @@ msgid ""
|
|
6119 |
"spam if you don't see it in your email within 60 minutes."
|
6120 |
msgstr ""
|
6121 |
|
6122 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6123 |
msgctxt "templates"
|
6124 |
msgid "Not yet registered?"
|
6125 |
msgstr ""
|
6126 |
|
6127 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6128 |
msgctxt "templates"
|
6129 |
msgid "Lost your password?"
|
6130 |
msgstr ""
|
@@ -6163,7 +6163,7 @@ msgctxt "templates"
|
|
6163 |
msgid "View"
|
6164 |
msgstr ""
|
6165 |
|
6166 |
-
#: templates/parts/login-required.tpl.php:
|
6167 |
msgctxt "templates"
|
6168 |
msgid "Login"
|
6169 |
msgstr ""
|
@@ -6502,6 +6502,11 @@ msgctxt "views:login"
|
|
6502 |
msgid "Request access key?"
|
6503 |
msgstr ""
|
6504 |
|
|
|
|
|
|
|
|
|
|
|
6505 |
#: includes/views/manage_recurring.php:20
|
6506 |
msgctxt "manage subscriptions"
|
6507 |
msgid "You are not on recurring payments for any of your listings."
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+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"
|
301 |
msgstr ""
|
302 |
|
303 |
#. Plugin URI of the plugin/theme
|
304 |
+
msgid "https://www.businessdirectoryplugin.com"
|
305 |
msgstr ""
|
306 |
|
307 |
#. Description of the plugin/theme
|
966 |
msgid "Create these required fields for me"
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: includes/payment.php:164
|
970 |
msgctxt "admin"
|
971 |
msgid "Pending Abandonment"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: includes/payment.php:169
|
975 |
msgctxt "admin"
|
976 |
msgid "Abandoned"
|
977 |
msgstr ""
|
996 |
msgid "View Payment"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: includes/admin/class-admin-listings.php:480
|
1000 |
msgctxt "admin actions"
|
1001 |
msgid "Publish listings"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: includes/admin/class-admin-listings.php:481
|
1005 |
msgctxt "admin actions"
|
1006 |
msgid "Mark as \"Pending Review\""
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: includes/admin/class-admin-listings.php:482
|
1010 |
msgctxt "admin actions"
|
1011 |
msgid "Hide from directory (mark as \"Draft\")"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: includes/admin/class-admin-listings.php:484
|
1015 |
msgctxt "admin actions"
|
1016 |
msgid "Renew listings"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: includes/admin/class-admin-listings.php:485
|
1020 |
msgctxt "admin actions"
|
1021 |
msgid "Set listings as \"Expired\""
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: includes/admin/class-admin-listings.php:491
|
1025 |
msgctxt "admin actions"
|
1026 |
msgid "Send access keys"
|
1027 |
msgstr ""
|
6111 |
msgid "Featured Listing"
|
6112 |
msgstr ""
|
6113 |
|
6114 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6115 |
msgctxt "templates"
|
6116 |
msgid ""
|
6117 |
"You are not currently logged in. Please login or register first. When "
|
6119 |
"spam if you don't see it in your email within 60 minutes."
|
6120 |
msgstr ""
|
6121 |
|
6122 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6123 |
msgctxt "templates"
|
6124 |
msgid "Not yet registered?"
|
6125 |
msgstr ""
|
6126 |
|
6127 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6128 |
msgctxt "templates"
|
6129 |
msgid "Lost your password?"
|
6130 |
msgstr ""
|
6163 |
msgid "View"
|
6164 |
msgstr ""
|
6165 |
|
6166 |
+
#: templates/parts/login-required.tpl.php:17
|
6167 |
msgctxt "templates"
|
6168 |
msgid "Login"
|
6169 |
msgstr ""
|
6502 |
msgid "Request access key?"
|
6503 |
msgstr ""
|
6504 |
|
6505 |
+
#: includes/views/manage_listings.php:11
|
6506 |
+
msgctxt "view:manage-listings"
|
6507 |
+
msgid "Please <a>login</a> to manage your listings."
|
6508 |
+
msgstr ""
|
6509 |
+
|
6510 |
#: includes/views/manage_recurring.php:20
|
6511 |
msgctxt "manage subscriptions"
|
6512 |
msgid "You are not on recurring payments for any of your listings."
|
languages/WPBDM-es_ES.mo
CHANGED
Binary file
|
languages/WPBDM-es_ES.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2018-01-
|
9 |
-
"PO-Revision-Date: 2018-01-
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
12 |
"Language: es_ES\n"
|
@@ -327,8 +327,8 @@ msgid "Business Directory Plugin"
|
|
327 |
msgstr "Directorio de Negocios"
|
328 |
|
329 |
#. Plugin URI of the plugin/theme
|
330 |
-
msgid "
|
331 |
-
msgstr "
|
332 |
|
333 |
#. Description of the plugin/theme
|
334 |
msgid ""
|
@@ -344,7 +344,7 @@ msgstr "D. Rodenbaugh"
|
|
344 |
|
345 |
#. Author URI of the plugin/theme
|
346 |
msgid "https://businessdirectoryplugin.com"
|
347 |
-
msgstr "
|
348 |
|
349 |
#: includes/admin/class-admin-controller.php:73
|
350 |
msgctxt "admin confirm"
|
@@ -1046,12 +1046,12 @@ msgctxt "admin"
|
|
1046 |
msgid "Create these required fields for me"
|
1047 |
msgstr "Crear estos campos requeridos por mi"
|
1048 |
|
1049 |
-
#: includes/payment.php:
|
1050 |
msgctxt "admin"
|
1051 |
msgid "Pending Abandonment"
|
1052 |
msgstr "Casi abandonado"
|
1053 |
|
1054 |
-
#: includes/payment.php:
|
1055 |
msgctxt "admin"
|
1056 |
msgid "Abandoned"
|
1057 |
msgstr "Abandonados"
|
@@ -1076,32 +1076,32 @@ msgctxt "admin actions"
|
|
1076 |
msgid "View Payment"
|
1077 |
msgstr "Ver Pago"
|
1078 |
|
1079 |
-
#: includes/admin/class-admin-listings.php:
|
1080 |
msgctxt "admin actions"
|
1081 |
msgid "Publish listings"
|
1082 |
msgstr "Publicar Listado"
|
1083 |
|
1084 |
-
#: includes/admin/class-admin-listings.php:
|
1085 |
msgctxt "admin actions"
|
1086 |
msgid "Mark as \"Pending Review\""
|
1087 |
msgstr "Marcar como “Pendiente de Revisión”"
|
1088 |
|
1089 |
-
#: includes/admin/class-admin-listings.php:
|
1090 |
msgctxt "admin actions"
|
1091 |
msgid "Hide from directory (mark as \"Draft\")"
|
1092 |
msgstr "No mostrar en el directorio (marcar como “Borrador”)"
|
1093 |
|
1094 |
-
#: includes/admin/class-admin-listings.php:
|
1095 |
msgctxt "admin actions"
|
1096 |
msgid "Renew listings"
|
1097 |
msgstr "Renovar listados"
|
1098 |
|
1099 |
-
#: includes/admin/class-admin-listings.php:
|
1100 |
msgctxt "admin actions"
|
1101 |
msgid "Set listings as \"Expired\""
|
1102 |
msgstr "Marcar listados como “Expirados”"
|
1103 |
|
1104 |
-
#: includes/admin/class-admin-listings.php:
|
1105 |
msgctxt "admin actions"
|
1106 |
msgid "Send access keys"
|
1107 |
msgstr "Enviar claves de acceso"
|
@@ -6547,7 +6547,7 @@ msgctxt "templates"
|
|
6547 |
msgid "Featured Listing"
|
6548 |
msgstr "Listado Destacado"
|
6549 |
|
6550 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6551 |
msgctxt "templates"
|
6552 |
msgid ""
|
6553 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6558,12 +6558,12 @@ msgstr ""
|
|
6558 |
"registre, recibirá un correo electrónico de activación. Asegúrese de revisar "
|
6559 |
"en SPAM si no ve el correo en su buzón dentro de los siguientes 60 minutos."
|
6560 |
|
6561 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6562 |
msgctxt "templates"
|
6563 |
msgid "Not yet registered?"
|
6564 |
msgstr "No se ha registrado?"
|
6565 |
|
6566 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6567 |
msgctxt "templates"
|
6568 |
msgid "Lost your password?"
|
6569 |
msgstr "Perdió su contraseña?"
|
@@ -6605,7 +6605,7 @@ msgctxt "templates"
|
|
6605 |
msgid "View"
|
6606 |
msgstr "Ver"
|
6607 |
|
6608 |
-
#: templates/parts/login-required.tpl.php:
|
6609 |
msgctxt "templates"
|
6610 |
msgid "Login"
|
6611 |
msgstr "Ingresar"
|
@@ -6963,6 +6963,11 @@ msgctxt "views:login"
|
|
6963 |
msgid "Request access key?"
|
6964 |
msgstr "¿Necesita una clave de acceso?"
|
6965 |
|
|
|
|
|
|
|
|
|
|
|
6966 |
#: includes/views/manage_recurring.php:20
|
6967 |
msgctxt "manage subscriptions"
|
6968 |
msgid "You are not on recurring payments for any of your listings."
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+00:00\n"
|
9 |
+
"PO-Revision-Date: 2018-01-11 21:58-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
12 |
"Language: es_ES\n"
|
327 |
msgstr "Directorio de Negocios"
|
328 |
|
329 |
#. Plugin URI of the plugin/theme
|
330 |
+
msgid "https://www.businessdirectoryplugin.com"
|
331 |
+
msgstr ""
|
332 |
|
333 |
#. Description of the plugin/theme
|
334 |
msgid ""
|
344 |
|
345 |
#. Author URI of the plugin/theme
|
346 |
msgid "https://businessdirectoryplugin.com"
|
347 |
+
msgstr ""
|
348 |
|
349 |
#: includes/admin/class-admin-controller.php:73
|
350 |
msgctxt "admin confirm"
|
1046 |
msgid "Create these required fields for me"
|
1047 |
msgstr "Crear estos campos requeridos por mi"
|
1048 |
|
1049 |
+
#: includes/payment.php:164
|
1050 |
msgctxt "admin"
|
1051 |
msgid "Pending Abandonment"
|
1052 |
msgstr "Casi abandonado"
|
1053 |
|
1054 |
+
#: includes/payment.php:169
|
1055 |
msgctxt "admin"
|
1056 |
msgid "Abandoned"
|
1057 |
msgstr "Abandonados"
|
1076 |
msgid "View Payment"
|
1077 |
msgstr "Ver Pago"
|
1078 |
|
1079 |
+
#: includes/admin/class-admin-listings.php:480
|
1080 |
msgctxt "admin actions"
|
1081 |
msgid "Publish listings"
|
1082 |
msgstr "Publicar Listado"
|
1083 |
|
1084 |
+
#: includes/admin/class-admin-listings.php:481
|
1085 |
msgctxt "admin actions"
|
1086 |
msgid "Mark as \"Pending Review\""
|
1087 |
msgstr "Marcar como “Pendiente de Revisión”"
|
1088 |
|
1089 |
+
#: includes/admin/class-admin-listings.php:482
|
1090 |
msgctxt "admin actions"
|
1091 |
msgid "Hide from directory (mark as \"Draft\")"
|
1092 |
msgstr "No mostrar en el directorio (marcar como “Borrador”)"
|
1093 |
|
1094 |
+
#: includes/admin/class-admin-listings.php:484
|
1095 |
msgctxt "admin actions"
|
1096 |
msgid "Renew listings"
|
1097 |
msgstr "Renovar listados"
|
1098 |
|
1099 |
+
#: includes/admin/class-admin-listings.php:485
|
1100 |
msgctxt "admin actions"
|
1101 |
msgid "Set listings as \"Expired\""
|
1102 |
msgstr "Marcar listados como “Expirados”"
|
1103 |
|
1104 |
+
#: includes/admin/class-admin-listings.php:491
|
1105 |
msgctxt "admin actions"
|
1106 |
msgid "Send access keys"
|
1107 |
msgstr "Enviar claves de acceso"
|
6547 |
msgid "Featured Listing"
|
6548 |
msgstr "Listado Destacado"
|
6549 |
|
6550 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6551 |
msgctxt "templates"
|
6552 |
msgid ""
|
6553 |
"You are not currently logged in. Please login or register first. When "
|
6558 |
"registre, recibirá un correo electrónico de activación. Asegúrese de revisar "
|
6559 |
"en SPAM si no ve el correo en su buzón dentro de los siguientes 60 minutos."
|
6560 |
|
6561 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6562 |
msgctxt "templates"
|
6563 |
msgid "Not yet registered?"
|
6564 |
msgstr "No se ha registrado?"
|
6565 |
|
6566 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6567 |
msgctxt "templates"
|
6568 |
msgid "Lost your password?"
|
6569 |
msgstr "Perdió su contraseña?"
|
6605 |
msgid "View"
|
6606 |
msgstr "Ver"
|
6607 |
|
6608 |
+
#: templates/parts/login-required.tpl.php:17
|
6609 |
msgctxt "templates"
|
6610 |
msgid "Login"
|
6611 |
msgstr "Ingresar"
|
6963 |
msgid "Request access key?"
|
6964 |
msgstr "¿Necesita una clave de acceso?"
|
6965 |
|
6966 |
+
#: includes/views/manage_listings.php:11
|
6967 |
+
msgctxt "view:manage-listings"
|
6968 |
+
msgid "Please <a>login</a> to manage your listings."
|
6969 |
+
msgstr "Por favor <a>ingrese</a> para administrar sus listados."
|
6970 |
+
|
6971 |
#: includes/views/manage_recurring.php:20
|
6972 |
msgctxt "manage subscriptions"
|
6973 |
msgid "You are not on recurring payments for any of your listings."
|
languages/WPBDM-fr_FR.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2018-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"
|
@@ -325,7 +325,8 @@ msgid "Business Directory Plugin"
|
|
325 |
msgstr "Plugin Business Directory"
|
326 |
|
327 |
#. Plugin URI of the plugin/theme
|
328 |
-
|
|
|
329 |
msgstr "http://www.businessdirectoryplugin.com"
|
330 |
|
331 |
#. Description of the plugin/theme
|
@@ -1051,12 +1052,12 @@ msgctxt "admin"
|
|
1051 |
msgid "Create these required fields for me"
|
1052 |
msgstr "Créer ces champs obligatoires pour moi"
|
1053 |
|
1054 |
-
#: includes/payment.php:
|
1055 |
msgctxt "admin"
|
1056 |
msgid "Pending Abandonment"
|
1057 |
msgstr "Abandon en cours"
|
1058 |
|
1059 |
-
#: includes/payment.php:
|
1060 |
msgctxt "admin"
|
1061 |
msgid "Abandoned"
|
1062 |
msgstr "Abandonné"
|
@@ -1081,36 +1082,36 @@ msgctxt "admin actions"
|
|
1081 |
msgid "View Payment"
|
1082 |
msgstr "Voir le Paiement"
|
1083 |
|
1084 |
-
#: includes/admin/class-admin-listings.php:
|
1085 |
#, fuzzy
|
1086 |
msgctxt "admin actions"
|
1087 |
msgid "Publish listings"
|
1088 |
msgstr "Publier l'annonce"
|
1089 |
|
1090 |
-
#: includes/admin/class-admin-listings.php:
|
1091 |
#, fuzzy
|
1092 |
msgctxt "admin actions"
|
1093 |
msgid "Mark as \"Pending Review\""
|
1094 |
msgstr "En attente"
|
1095 |
|
1096 |
-
#: includes/admin/class-admin-listings.php:
|
1097 |
msgctxt "admin actions"
|
1098 |
msgid "Hide from directory (mark as \"Draft\")"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: includes/admin/class-admin-listings.php:
|
1102 |
#, fuzzy
|
1103 |
msgctxt "admin actions"
|
1104 |
msgid "Renew listings"
|
1105 |
msgstr "Renouveler l'annonce"
|
1106 |
|
1107 |
-
#: includes/admin/class-admin-listings.php:
|
1108 |
#, fuzzy
|
1109 |
msgctxt "admin actions"
|
1110 |
msgid "Set listings as \"Expired\""
|
1111 |
msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
|
1112 |
|
1113 |
-
#: includes/admin/class-admin-listings.php:
|
1114 |
#, fuzzy
|
1115 |
msgctxt "admin actions"
|
1116 |
msgid "Send access keys"
|
@@ -6577,7 +6578,7 @@ msgctxt "templates"
|
|
6577 |
msgid "Featured Listing"
|
6578 |
msgstr "Annonce sélectionnée"
|
6579 |
|
6580 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6581 |
msgctxt "templates"
|
6582 |
msgid ""
|
6583 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6590,12 +6591,12 @@ msgstr ""
|
|
6590 |
"vérifier vos autres dossiers (indésirable, spam, inconnu) dans les 60 "
|
6591 |
"minutes qui suivent votre inscription."
|
6592 |
|
6593 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6594 |
msgctxt "templates"
|
6595 |
msgid "Not yet registered?"
|
6596 |
msgstr "Pas encore inscrit ?"
|
6597 |
|
6598 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6599 |
msgctxt "templates"
|
6600 |
msgid "Lost your password?"
|
6601 |
msgstr "Mot de passe perdu ?"
|
@@ -6637,7 +6638,7 @@ msgctxt "templates"
|
|
6637 |
msgid "View"
|
6638 |
msgstr "Vue"
|
6639 |
|
6640 |
-
#: templates/parts/login-required.tpl.php:
|
6641 |
msgctxt "templates"
|
6642 |
msgid "Login"
|
6643 |
msgstr "Connexion"
|
@@ -7003,6 +7004,14 @@ msgctxt "views:login"
|
|
7003 |
msgid "Request access key?"
|
7004 |
msgstr "Demander une clé d'accès ?"
|
7005 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7006 |
#: includes/views/manage_recurring.php:20
|
7007 |
msgctxt "manage subscriptions"
|
7008 |
msgid "You are not on recurring payments for any of your listings."
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+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"
|
325 |
msgstr "Plugin Business Directory"
|
326 |
|
327 |
#. Plugin URI of the plugin/theme
|
328 |
+
#, fuzzy
|
329 |
+
msgid "https://www.businessdirectoryplugin.com"
|
330 |
msgstr "http://www.businessdirectoryplugin.com"
|
331 |
|
332 |
#. Description of the plugin/theme
|
1052 |
msgid "Create these required fields for me"
|
1053 |
msgstr "Créer ces champs obligatoires pour moi"
|
1054 |
|
1055 |
+
#: includes/payment.php:164
|
1056 |
msgctxt "admin"
|
1057 |
msgid "Pending Abandonment"
|
1058 |
msgstr "Abandon en cours"
|
1059 |
|
1060 |
+
#: includes/payment.php:169
|
1061 |
msgctxt "admin"
|
1062 |
msgid "Abandoned"
|
1063 |
msgstr "Abandonné"
|
1082 |
msgid "View Payment"
|
1083 |
msgstr "Voir le Paiement"
|
1084 |
|
1085 |
+
#: includes/admin/class-admin-listings.php:480
|
1086 |
#, fuzzy
|
1087 |
msgctxt "admin actions"
|
1088 |
msgid "Publish listings"
|
1089 |
msgstr "Publier l'annonce"
|
1090 |
|
1091 |
+
#: includes/admin/class-admin-listings.php:481
|
1092 |
#, fuzzy
|
1093 |
msgctxt "admin actions"
|
1094 |
msgid "Mark as \"Pending Review\""
|
1095 |
msgstr "En attente"
|
1096 |
|
1097 |
+
#: includes/admin/class-admin-listings.php:482
|
1098 |
msgctxt "admin actions"
|
1099 |
msgid "Hide from directory (mark as \"Draft\")"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: includes/admin/class-admin-listings.php:484
|
1103 |
#, fuzzy
|
1104 |
msgctxt "admin actions"
|
1105 |
msgid "Renew listings"
|
1106 |
msgstr "Renouveler l'annonce"
|
1107 |
|
1108 |
+
#: includes/admin/class-admin-listings.php:485
|
1109 |
#, fuzzy
|
1110 |
msgctxt "admin actions"
|
1111 |
msgid "Set listings as \"Expired\""
|
1112 |
msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
|
1113 |
|
1114 |
+
#: includes/admin/class-admin-listings.php:491
|
1115 |
#, fuzzy
|
1116 |
msgctxt "admin actions"
|
1117 |
msgid "Send access keys"
|
6578 |
msgid "Featured Listing"
|
6579 |
msgstr "Annonce sélectionnée"
|
6580 |
|
6581 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6582 |
msgctxt "templates"
|
6583 |
msgid ""
|
6584 |
"You are not currently logged in. Please login or register first. When "
|
6591 |
"vérifier vos autres dossiers (indésirable, spam, inconnu) dans les 60 "
|
6592 |
"minutes qui suivent votre inscription."
|
6593 |
|
6594 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6595 |
msgctxt "templates"
|
6596 |
msgid "Not yet registered?"
|
6597 |
msgstr "Pas encore inscrit ?"
|
6598 |
|
6599 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6600 |
msgctxt "templates"
|
6601 |
msgid "Lost your password?"
|
6602 |
msgstr "Mot de passe perdu ?"
|
6638 |
msgid "View"
|
6639 |
msgstr "Vue"
|
6640 |
|
6641 |
+
#: templates/parts/login-required.tpl.php:17
|
6642 |
msgctxt "templates"
|
6643 |
msgid "Login"
|
6644 |
msgstr "Connexion"
|
7004 |
msgid "Request access key?"
|
7005 |
msgstr "Demander une clé d'accès ?"
|
7006 |
|
7007 |
+
#: includes/views/manage_listings.php:11
|
7008 |
+
#, fuzzy
|
7009 |
+
msgctxt "view:manage-listings"
|
7010 |
+
msgid "Please <a>login</a> to manage your listings."
|
7011 |
+
msgstr ""
|
7012 |
+
"Veuillez vous <a> connecter </a> pour pouvoir envoyer des messages au "
|
7013 |
+
"propriétaire de l'annonce."
|
7014 |
+
|
7015 |
#: includes/views/manage_recurring.php:20
|
7016 |
msgctxt "manage subscriptions"
|
7017 |
msgid "You are not on recurring payments for any of your listings."
|
languages/WPBDM-nl_NL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin 4.1.12.1\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2018-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"
|
@@ -307,7 +307,7 @@ msgid "Business Directory Plugin"
|
|
307 |
msgstr ""
|
308 |
|
309 |
#. Plugin URI of the plugin/theme
|
310 |
-
msgid "
|
311 |
msgstr ""
|
312 |
|
313 |
#. Description of the plugin/theme
|
@@ -982,12 +982,12 @@ msgctxt "admin"
|
|
982 |
msgid "Create these required fields for me"
|
983 |
msgstr "Creëer deze vereiste velden voor me"
|
984 |
|
985 |
-
#: includes/payment.php:
|
986 |
msgctxt "admin"
|
987 |
msgid "Pending Abandonment"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: includes/payment.php:
|
991 |
msgctxt "admin"
|
992 |
msgid "Abandoned"
|
993 |
msgstr ""
|
@@ -1014,36 +1014,36 @@ msgctxt "admin actions"
|
|
1014 |
msgid "View Payment"
|
1015 |
msgstr "Betaling"
|
1016 |
|
1017 |
-
#: includes/admin/class-admin-listings.php:
|
1018 |
#, fuzzy
|
1019 |
msgctxt "admin actions"
|
1020 |
msgid "Publish listings"
|
1021 |
msgstr "Registratie publiceren"
|
1022 |
|
1023 |
-
#: includes/admin/class-admin-listings.php:
|
1024 |
#, fuzzy
|
1025 |
msgctxt "admin actions"
|
1026 |
msgid "Mark as \"Pending Review\""
|
1027 |
msgstr "In Afwachting"
|
1028 |
|
1029 |
-
#: includes/admin/class-admin-listings.php:
|
1030 |
msgctxt "admin actions"
|
1031 |
msgid "Hide from directory (mark as \"Draft\")"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: includes/admin/class-admin-listings.php:
|
1035 |
#, fuzzy
|
1036 |
msgctxt "admin actions"
|
1037 |
msgid "Renew listings"
|
1038 |
msgstr "Vernieuw registratie"
|
1039 |
|
1040 |
-
#: includes/admin/class-admin-listings.php:
|
1041 |
#, fuzzy
|
1042 |
msgctxt "admin actions"
|
1043 |
msgid "Set listings as \"Expired\""
|
1044 |
msgstr "Een registratie verloopt."
|
1045 |
|
1046 |
-
#: includes/admin/class-admin-listings.php:
|
1047 |
msgctxt "admin actions"
|
1048 |
msgid "Send access keys"
|
1049 |
msgstr ""
|
@@ -6442,7 +6442,7 @@ msgctxt "templates"
|
|
6442 |
msgid "Featured Listing"
|
6443 |
msgstr "Aanbieding Registratie/Vermelding"
|
6444 |
|
6445 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6446 |
msgctxt "templates"
|
6447 |
msgid ""
|
6448 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6450,12 +6450,12 @@ msgid ""
|
|
6450 |
"spam if you don't see it in your email within 60 minutes."
|
6451 |
msgstr ""
|
6452 |
|
6453 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6454 |
msgctxt "templates"
|
6455 |
msgid "Not yet registered?"
|
6456 |
msgstr ""
|
6457 |
|
6458 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6459 |
msgctxt "templates"
|
6460 |
msgid "Lost your password?"
|
6461 |
msgstr ""
|
@@ -6494,7 +6494,7 @@ msgctxt "templates"
|
|
6494 |
msgid "View"
|
6495 |
msgstr "Bekijk "
|
6496 |
|
6497 |
-
#: templates/parts/login-required.tpl.php:
|
6498 |
msgctxt "templates"
|
6499 |
msgid "Login"
|
6500 |
msgstr "Inloggen"
|
@@ -6838,6 +6838,11 @@ msgctxt "views:login"
|
|
6838 |
msgid "Request access key?"
|
6839 |
msgstr ""
|
6840 |
|
|
|
|
|
|
|
|
|
|
|
6841 |
#: includes/views/manage_recurring.php:20
|
6842 |
msgctxt "manage subscriptions"
|
6843 |
msgid "You are not on recurring payments for any of your listings."
|
3 |
"Project-Id-Version: Business Directory Plugin 4.1.12.1\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+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"
|
307 |
msgstr ""
|
308 |
|
309 |
#. Plugin URI of the plugin/theme
|
310 |
+
msgid "https://www.businessdirectoryplugin.com"
|
311 |
msgstr ""
|
312 |
|
313 |
#. Description of the plugin/theme
|
982 |
msgid "Create these required fields for me"
|
983 |
msgstr "Creëer deze vereiste velden voor me"
|
984 |
|
985 |
+
#: includes/payment.php:164
|
986 |
msgctxt "admin"
|
987 |
msgid "Pending Abandonment"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: includes/payment.php:169
|
991 |
msgctxt "admin"
|
992 |
msgid "Abandoned"
|
993 |
msgstr ""
|
1014 |
msgid "View Payment"
|
1015 |
msgstr "Betaling"
|
1016 |
|
1017 |
+
#: includes/admin/class-admin-listings.php:480
|
1018 |
#, fuzzy
|
1019 |
msgctxt "admin actions"
|
1020 |
msgid "Publish listings"
|
1021 |
msgstr "Registratie publiceren"
|
1022 |
|
1023 |
+
#: includes/admin/class-admin-listings.php:481
|
1024 |
#, fuzzy
|
1025 |
msgctxt "admin actions"
|
1026 |
msgid "Mark as \"Pending Review\""
|
1027 |
msgstr "In Afwachting"
|
1028 |
|
1029 |
+
#: includes/admin/class-admin-listings.php:482
|
1030 |
msgctxt "admin actions"
|
1031 |
msgid "Hide from directory (mark as \"Draft\")"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: includes/admin/class-admin-listings.php:484
|
1035 |
#, fuzzy
|
1036 |
msgctxt "admin actions"
|
1037 |
msgid "Renew listings"
|
1038 |
msgstr "Vernieuw registratie"
|
1039 |
|
1040 |
+
#: includes/admin/class-admin-listings.php:485
|
1041 |
#, fuzzy
|
1042 |
msgctxt "admin actions"
|
1043 |
msgid "Set listings as \"Expired\""
|
1044 |
msgstr "Een registratie verloopt."
|
1045 |
|
1046 |
+
#: includes/admin/class-admin-listings.php:491
|
1047 |
msgctxt "admin actions"
|
1048 |
msgid "Send access keys"
|
1049 |
msgstr ""
|
6442 |
msgid "Featured Listing"
|
6443 |
msgstr "Aanbieding Registratie/Vermelding"
|
6444 |
|
6445 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6446 |
msgctxt "templates"
|
6447 |
msgid ""
|
6448 |
"You are not currently logged in. Please login or register first. When "
|
6450 |
"spam if you don't see it in your email within 60 minutes."
|
6451 |
msgstr ""
|
6452 |
|
6453 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6454 |
msgctxt "templates"
|
6455 |
msgid "Not yet registered?"
|
6456 |
msgstr ""
|
6457 |
|
6458 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6459 |
msgctxt "templates"
|
6460 |
msgid "Lost your password?"
|
6461 |
msgstr ""
|
6494 |
msgid "View"
|
6495 |
msgstr "Bekijk "
|
6496 |
|
6497 |
+
#: templates/parts/login-required.tpl.php:17
|
6498 |
msgctxt "templates"
|
6499 |
msgid "Login"
|
6500 |
msgstr "Inloggen"
|
6838 |
msgid "Request access key?"
|
6839 |
msgstr ""
|
6840 |
|
6841 |
+
#: includes/views/manage_listings.php:11
|
6842 |
+
msgctxt "view:manage-listings"
|
6843 |
+
msgid "Please <a>login</a> to manage your listings."
|
6844 |
+
msgstr ""
|
6845 |
+
|
6846 |
#: includes/views/manage_recurring.php:20
|
6847 |
msgctxt "manage subscriptions"
|
6848 |
msgid "You are not on recurring payments for any of your listings."
|
languages/WPBDM-pl_PL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v3.6.5\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2018-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"
|
@@ -387,7 +387,8 @@ msgstr "Plugin Katalog Firm"
|
|
387 |
|
388 |
# @ WPBDM
|
389 |
#. Plugin URI of the plugin/theme
|
390 |
-
|
|
|
391 |
msgstr "Plugin Katalog Firm"
|
392 |
|
393 |
#. Description of the plugin/theme
|
@@ -1213,13 +1214,13 @@ msgid "Create these required fields for me"
|
|
1213 |
msgstr "Stwórz te wymagane pola dla mnie"
|
1214 |
|
1215 |
# @ WPBDM
|
1216 |
-
#: includes/payment.php:
|
1217 |
msgctxt "admin"
|
1218 |
msgid "Pending Abandonment"
|
1219 |
msgstr "Oczekujące na abonament"
|
1220 |
|
1221 |
# @ WPBDM
|
1222 |
-
#: includes/payment.php:
|
1223 |
msgctxt "admin"
|
1224 |
msgid "Abandoned"
|
1225 |
msgstr "Porzucone"
|
@@ -1251,40 +1252,40 @@ msgid "View Payment"
|
|
1251 |
msgstr "Płatność"
|
1252 |
|
1253 |
# @ WPBDM
|
1254 |
-
#: includes/admin/class-admin-listings.php:
|
1255 |
#, fuzzy
|
1256 |
msgctxt "admin actions"
|
1257 |
msgid "Publish listings"
|
1258 |
msgstr "Publikuj Ofertę"
|
1259 |
|
1260 |
# @ WPBDM
|
1261 |
-
#: includes/admin/class-admin-listings.php:
|
1262 |
#, fuzzy
|
1263 |
msgctxt "admin actions"
|
1264 |
msgid "Mark as \"Pending Review\""
|
1265 |
msgstr "Oczekujące"
|
1266 |
|
1267 |
-
#: includes/admin/class-admin-listings.php:
|
1268 |
msgctxt "admin actions"
|
1269 |
msgid "Hide from directory (mark as \"Draft\")"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
# @ WPBDM
|
1273 |
-
#: includes/admin/class-admin-listings.php:
|
1274 |
#, fuzzy
|
1275 |
msgctxt "admin actions"
|
1276 |
msgid "Renew listings"
|
1277 |
msgstr "Odnów Ofertę"
|
1278 |
|
1279 |
# @ WPBDM
|
1280 |
-
#: includes/admin/class-admin-listings.php:
|
1281 |
#, fuzzy
|
1282 |
msgctxt "admin actions"
|
1283 |
msgid "Set listings as \"Expired\""
|
1284 |
msgstr "Upłynął okres ważności oferty."
|
1285 |
|
1286 |
# @ WPBDM
|
1287 |
-
#: includes/admin/class-admin-listings.php:
|
1288 |
#, fuzzy
|
1289 |
msgctxt "admin actions"
|
1290 |
msgid "Send access keys"
|
@@ -7623,7 +7624,7 @@ msgid "Featured Listing"
|
|
7623 |
msgstr "Wyróżniona oferta"
|
7624 |
|
7625 |
# @ WPBDM
|
7626 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
7627 |
msgctxt "templates"
|
7628 |
msgid ""
|
7629 |
"You are not currently logged in. Please login or register first. When "
|
@@ -7636,13 +7637,13 @@ msgstr ""
|
|
7636 |
"spamu w Twojej poczcie."
|
7637 |
|
7638 |
# @ WPBDM
|
7639 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
7640 |
msgctxt "templates"
|
7641 |
msgid "Not yet registered?"
|
7642 |
msgstr "Nie jesteś jeszcze zarejestrowany?"
|
7643 |
|
7644 |
# @ WPBDM
|
7645 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
7646 |
msgctxt "templates"
|
7647 |
msgid "Lost your password?"
|
7648 |
msgstr "Zapomniałeś lub zgubiłeś hasło?"
|
@@ -7690,7 +7691,7 @@ msgid "View"
|
|
7690 |
msgstr "Widok"
|
7691 |
|
7692 |
# @ WPBDM
|
7693 |
-
#: templates/parts/login-required.tpl.php:
|
7694 |
msgctxt "templates"
|
7695 |
msgid "Login"
|
7696 |
msgstr "Logowanie"
|
@@ -8112,6 +8113,15 @@ msgctxt "views:login"
|
|
8112 |
msgid "Request access key?"
|
8113 |
msgstr ""
|
8114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8115 |
# @ WPBDM
|
8116 |
#: includes/views/manage_recurring.php:20
|
8117 |
msgctxt "manage subscriptions"
|
3 |
"Project-Id-Version: Business Directory Plugin v3.6.5\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+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"
|
387 |
|
388 |
# @ WPBDM
|
389 |
#. Plugin URI of the plugin/theme
|
390 |
+
#, fuzzy
|
391 |
+
msgid "https://www.businessdirectoryplugin.com"
|
392 |
msgstr "Plugin Katalog Firm"
|
393 |
|
394 |
#. Description of the plugin/theme
|
1214 |
msgstr "Stwórz te wymagane pola dla mnie"
|
1215 |
|
1216 |
# @ WPBDM
|
1217 |
+
#: includes/payment.php:164
|
1218 |
msgctxt "admin"
|
1219 |
msgid "Pending Abandonment"
|
1220 |
msgstr "Oczekujące na abonament"
|
1221 |
|
1222 |
# @ WPBDM
|
1223 |
+
#: includes/payment.php:169
|
1224 |
msgctxt "admin"
|
1225 |
msgid "Abandoned"
|
1226 |
msgstr "Porzucone"
|
1252 |
msgstr "Płatność"
|
1253 |
|
1254 |
# @ WPBDM
|
1255 |
+
#: includes/admin/class-admin-listings.php:480
|
1256 |
#, fuzzy
|
1257 |
msgctxt "admin actions"
|
1258 |
msgid "Publish listings"
|
1259 |
msgstr "Publikuj Ofertę"
|
1260 |
|
1261 |
# @ WPBDM
|
1262 |
+
#: includes/admin/class-admin-listings.php:481
|
1263 |
#, fuzzy
|
1264 |
msgctxt "admin actions"
|
1265 |
msgid "Mark as \"Pending Review\""
|
1266 |
msgstr "Oczekujące"
|
1267 |
|
1268 |
+
#: includes/admin/class-admin-listings.php:482
|
1269 |
msgctxt "admin actions"
|
1270 |
msgid "Hide from directory (mark as \"Draft\")"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
# @ WPBDM
|
1274 |
+
#: includes/admin/class-admin-listings.php:484
|
1275 |
#, fuzzy
|
1276 |
msgctxt "admin actions"
|
1277 |
msgid "Renew listings"
|
1278 |
msgstr "Odnów Ofertę"
|
1279 |
|
1280 |
# @ WPBDM
|
1281 |
+
#: includes/admin/class-admin-listings.php:485
|
1282 |
#, fuzzy
|
1283 |
msgctxt "admin actions"
|
1284 |
msgid "Set listings as \"Expired\""
|
1285 |
msgstr "Upłynął okres ważności oferty."
|
1286 |
|
1287 |
# @ WPBDM
|
1288 |
+
#: includes/admin/class-admin-listings.php:491
|
1289 |
#, fuzzy
|
1290 |
msgctxt "admin actions"
|
1291 |
msgid "Send access keys"
|
7624 |
msgstr "Wyróżniona oferta"
|
7625 |
|
7626 |
# @ WPBDM
|
7627 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
7628 |
msgctxt "templates"
|
7629 |
msgid ""
|
7630 |
"You are not currently logged in. Please login or register first. When "
|
7637 |
"spamu w Twojej poczcie."
|
7638 |
|
7639 |
# @ WPBDM
|
7640 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
7641 |
msgctxt "templates"
|
7642 |
msgid "Not yet registered?"
|
7643 |
msgstr "Nie jesteś jeszcze zarejestrowany?"
|
7644 |
|
7645 |
# @ WPBDM
|
7646 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
7647 |
msgctxt "templates"
|
7648 |
msgid "Lost your password?"
|
7649 |
msgstr "Zapomniałeś lub zgubiłeś hasło?"
|
7691 |
msgstr "Widok"
|
7692 |
|
7693 |
# @ WPBDM
|
7694 |
+
#: templates/parts/login-required.tpl.php:17
|
7695 |
msgctxt "templates"
|
7696 |
msgid "Login"
|
7697 |
msgstr "Logowanie"
|
8113 |
msgid "Request access key?"
|
8114 |
msgstr ""
|
8115 |
|
8116 |
+
# @ WPBDM
|
8117 |
+
#: includes/views/manage_listings.php:11
|
8118 |
+
#, fuzzy
|
8119 |
+
msgctxt "view:manage-listings"
|
8120 |
+
msgid "Please <a>login</a> to manage your listings."
|
8121 |
+
msgstr ""
|
8122 |
+
"Proszę się <a>zalogować</a>, aby wysłąć wiadomość do osoby odpowiedzialnej "
|
8123 |
+
"za kontakt z klientem."
|
8124 |
+
|
8125 |
# @ WPBDM
|
8126 |
#: includes/views/manage_recurring.php:20
|
8127 |
msgctxt "manage subscriptions"
|
languages/WPBDM-ru_RU.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin 3.6.11\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2018-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"
|
@@ -333,7 +333,8 @@ msgid "Business Directory Plugin"
|
|
333 |
msgstr "Справочник Услуг"
|
334 |
|
335 |
#. Plugin URI of the plugin/theme
|
336 |
-
|
|
|
337 |
msgstr "http://www.businessdirectoryplugin.com"
|
338 |
|
339 |
#. Description of the plugin/theme
|
@@ -1060,12 +1061,12 @@ msgctxt "admin"
|
|
1060 |
msgid "Create these required fields for me"
|
1061 |
msgstr "Создать эти поля автоматически"
|
1062 |
|
1063 |
-
#: includes/payment.php:
|
1064 |
msgctxt "admin"
|
1065 |
msgid "Pending Abandonment"
|
1066 |
msgstr "Платёж был заброшен."
|
1067 |
|
1068 |
-
#: includes/payment.php:
|
1069 |
msgctxt "admin"
|
1070 |
msgid "Abandoned"
|
1071 |
msgstr "Заброшено"
|
@@ -1092,36 +1093,36 @@ msgctxt "admin actions"
|
|
1092 |
msgid "View Payment"
|
1093 |
msgstr "Оплата"
|
1094 |
|
1095 |
-
#: includes/admin/class-admin-listings.php:
|
1096 |
#, fuzzy
|
1097 |
msgctxt "admin actions"
|
1098 |
msgid "Publish listings"
|
1099 |
msgstr "Опубликовать запись"
|
1100 |
|
1101 |
-
#: includes/admin/class-admin-listings.php:
|
1102 |
#, fuzzy
|
1103 |
msgctxt "admin actions"
|
1104 |
msgid "Mark as \"Pending Review\""
|
1105 |
msgstr "Ожидается"
|
1106 |
|
1107 |
-
#: includes/admin/class-admin-listings.php:
|
1108 |
msgctxt "admin actions"
|
1109 |
msgid "Hide from directory (mark as \"Draft\")"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: includes/admin/class-admin-listings.php:
|
1113 |
#, fuzzy
|
1114 |
msgctxt "admin actions"
|
1115 |
msgid "Renew listings"
|
1116 |
msgstr "Продлить запись"
|
1117 |
|
1118 |
-
#: includes/admin/class-admin-listings.php:
|
1119 |
#, fuzzy
|
1120 |
msgctxt "admin actions"
|
1121 |
msgid "Set listings as \"Expired\""
|
1122 |
msgstr "Срок действия записи истёк"
|
1123 |
|
1124 |
-
#: includes/admin/class-admin-listings.php:
|
1125 |
#, fuzzy
|
1126 |
msgctxt "admin actions"
|
1127 |
msgid "Send access keys"
|
@@ -6768,7 +6769,7 @@ msgctxt "templates"
|
|
6768 |
msgid "Featured Listing"
|
6769 |
msgstr "Особая запись"
|
6770 |
|
6771 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6772 |
msgctxt "templates"
|
6773 |
msgid ""
|
6774 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6779,12 +6780,12 @@ msgstr ""
|
|
6779 |
"регистрации Вы получите электронной письмо с кодом активации. Убедитесь, что "
|
6780 |
"это письмо не попадёт в папку Спама в вашей почтовой системе."
|
6781 |
|
6782 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6783 |
msgctxt "templates"
|
6784 |
msgid "Not yet registered?"
|
6785 |
msgstr "Ещё не зарегистрированы?"
|
6786 |
|
6787 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6788 |
msgctxt "templates"
|
6789 |
msgid "Lost your password?"
|
6790 |
msgstr "Забыли пароль?"
|
@@ -6825,7 +6826,7 @@ msgctxt "templates"
|
|
6825 |
msgid "View"
|
6826 |
msgstr "Показать"
|
6827 |
|
6828 |
-
#: templates/parts/login-required.tpl.php:
|
6829 |
msgctxt "templates"
|
6830 |
msgid "Login"
|
6831 |
msgstr "Войти в сайт"
|
@@ -7191,6 +7192,14 @@ msgctxt "views:login"
|
|
7191 |
msgid "Request access key?"
|
7192 |
msgstr ""
|
7193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7194 |
#: includes/views/manage_recurring.php:20
|
7195 |
msgctxt "manage subscriptions"
|
7196 |
msgid "You are not on recurring payments for any of your listings."
|
3 |
"Project-Id-Version: Business Directory Plugin 3.6.11\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+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"
|
333 |
msgstr "Справочник Услуг"
|
334 |
|
335 |
#. Plugin URI of the plugin/theme
|
336 |
+
#, fuzzy
|
337 |
+
msgid "https://www.businessdirectoryplugin.com"
|
338 |
msgstr "http://www.businessdirectoryplugin.com"
|
339 |
|
340 |
#. Description of the plugin/theme
|
1061 |
msgid "Create these required fields for me"
|
1062 |
msgstr "Создать эти поля автоматически"
|
1063 |
|
1064 |
+
#: includes/payment.php:164
|
1065 |
msgctxt "admin"
|
1066 |
msgid "Pending Abandonment"
|
1067 |
msgstr "Платёж был заброшен."
|
1068 |
|
1069 |
+
#: includes/payment.php:169
|
1070 |
msgctxt "admin"
|
1071 |
msgid "Abandoned"
|
1072 |
msgstr "Заброшено"
|
1093 |
msgid "View Payment"
|
1094 |
msgstr "Оплата"
|
1095 |
|
1096 |
+
#: includes/admin/class-admin-listings.php:480
|
1097 |
#, fuzzy
|
1098 |
msgctxt "admin actions"
|
1099 |
msgid "Publish listings"
|
1100 |
msgstr "Опубликовать запись"
|
1101 |
|
1102 |
+
#: includes/admin/class-admin-listings.php:481
|
1103 |
#, fuzzy
|
1104 |
msgctxt "admin actions"
|
1105 |
msgid "Mark as \"Pending Review\""
|
1106 |
msgstr "Ожидается"
|
1107 |
|
1108 |
+
#: includes/admin/class-admin-listings.php:482
|
1109 |
msgctxt "admin actions"
|
1110 |
msgid "Hide from directory (mark as \"Draft\")"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: includes/admin/class-admin-listings.php:484
|
1114 |
#, fuzzy
|
1115 |
msgctxt "admin actions"
|
1116 |
msgid "Renew listings"
|
1117 |
msgstr "Продлить запись"
|
1118 |
|
1119 |
+
#: includes/admin/class-admin-listings.php:485
|
1120 |
#, fuzzy
|
1121 |
msgctxt "admin actions"
|
1122 |
msgid "Set listings as \"Expired\""
|
1123 |
msgstr "Срок действия записи истёк"
|
1124 |
|
1125 |
+
#: includes/admin/class-admin-listings.php:491
|
1126 |
#, fuzzy
|
1127 |
msgctxt "admin actions"
|
1128 |
msgid "Send access keys"
|
6769 |
msgid "Featured Listing"
|
6770 |
msgstr "Особая запись"
|
6771 |
|
6772 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6773 |
msgctxt "templates"
|
6774 |
msgid ""
|
6775 |
"You are not currently logged in. Please login or register first. When "
|
6780 |
"регистрации Вы получите электронной письмо с кодом активации. Убедитесь, что "
|
6781 |
"это письмо не попадёт в папку Спама в вашей почтовой системе."
|
6782 |
|
6783 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6784 |
msgctxt "templates"
|
6785 |
msgid "Not yet registered?"
|
6786 |
msgstr "Ещё не зарегистрированы?"
|
6787 |
|
6788 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6789 |
msgctxt "templates"
|
6790 |
msgid "Lost your password?"
|
6791 |
msgstr "Забыли пароль?"
|
6826 |
msgid "View"
|
6827 |
msgstr "Показать"
|
6828 |
|
6829 |
+
#: templates/parts/login-required.tpl.php:17
|
6830 |
msgctxt "templates"
|
6831 |
msgid "Login"
|
6832 |
msgstr "Войти в сайт"
|
7192 |
msgid "Request access key?"
|
7193 |
msgstr ""
|
7194 |
|
7195 |
+
#: includes/views/manage_listings.php:11
|
7196 |
+
#, fuzzy
|
7197 |
+
msgctxt "view:manage-listings"
|
7198 |
+
msgid "Please <a>login</a> to manage your listings."
|
7199 |
+
msgstr ""
|
7200 |
+
"Пожалуйста <a>войдите в сайт</a> чтобы получить возможность отправить "
|
7201 |
+
"сообщение владельцу бизнеса."
|
7202 |
+
|
7203 |
#: includes/views/manage_recurring.php:20
|
7204 |
msgctxt "manage subscriptions"
|
7205 |
msgid "You are not on recurring payments for any of your listings."
|
languages/WPBDM-sv_SE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2018-01-
|
9 |
"PO-Revision-Date: 2017-12-03 21:20+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
@@ -317,7 +317,8 @@ msgid "Business Directory Plugin"
|
|
317 |
msgstr "Business Directory Plugin"
|
318 |
|
319 |
#. Plugin URI of the plugin/theme
|
320 |
-
|
|
|
321 |
msgstr "http://www.businessdirectoryplugin.com"
|
322 |
|
323 |
#. Description of the plugin/theme
|
@@ -1028,12 +1029,12 @@ msgctxt "admin"
|
|
1028 |
msgid "Create these required fields for me"
|
1029 |
msgstr "Skapa dessa obligatoriska fält för mig"
|
1030 |
|
1031 |
-
#: includes/payment.php:
|
1032 |
msgctxt "admin"
|
1033 |
msgid "Pending Abandonment"
|
1034 |
msgstr "Väntar på att överges"
|
1035 |
|
1036 |
-
#: includes/payment.php:
|
1037 |
msgctxt "admin"
|
1038 |
msgid "Abandoned"
|
1039 |
msgstr "Övergiven"
|
@@ -1058,36 +1059,36 @@ msgctxt "admin actions"
|
|
1058 |
msgid "View Payment"
|
1059 |
msgstr "Visa betalning"
|
1060 |
|
1061 |
-
#: includes/admin/class-admin-listings.php:
|
1062 |
#, fuzzy
|
1063 |
msgctxt "admin actions"
|
1064 |
msgid "Publish listings"
|
1065 |
msgstr "Publicera annons"
|
1066 |
|
1067 |
-
#: includes/admin/class-admin-listings.php:
|
1068 |
#, fuzzy
|
1069 |
msgctxt "admin actions"
|
1070 |
msgid "Mark as \"Pending Review\""
|
1071 |
msgstr "Inväntar granskning"
|
1072 |
|
1073 |
-
#: includes/admin/class-admin-listings.php:
|
1074 |
msgctxt "admin actions"
|
1075 |
msgid "Hide from directory (mark as \"Draft\")"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: includes/admin/class-admin-listings.php:
|
1079 |
#, fuzzy
|
1080 |
msgctxt "admin actions"
|
1081 |
msgid "Renew listings"
|
1082 |
msgstr "Förnya annons"
|
1083 |
|
1084 |
-
#: includes/admin/class-admin-listings.php:
|
1085 |
#, fuzzy
|
1086 |
msgctxt "admin actions"
|
1087 |
msgid "Set listings as \"Expired\""
|
1088 |
msgstr "Skickas efter en annons (%s) har förfallit."
|
1089 |
|
1090 |
-
#: includes/admin/class-admin-listings.php:
|
1091 |
#, fuzzy
|
1092 |
msgctxt "admin actions"
|
1093 |
msgid "Send access keys"
|
@@ -6471,7 +6472,7 @@ msgctxt "templates"
|
|
6471 |
msgid "Featured Listing"
|
6472 |
msgstr "Utvald annons"
|
6473 |
|
6474 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6475 |
msgctxt "templates"
|
6476 |
msgid ""
|
6477 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6482,12 +6483,12 @@ msgstr ""
|
|
6482 |
"registrerar dig får du ett aktiveringsmejl. Vänligen kontrollera din "
|
6483 |
"skräppost om du inte ser mejlet inom 60 minuter."
|
6484 |
|
6485 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6486 |
msgctxt "templates"
|
6487 |
msgid "Not yet registered?"
|
6488 |
msgstr "Ännu inte registrerad?"
|
6489 |
|
6490 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6491 |
msgctxt "templates"
|
6492 |
msgid "Lost your password?"
|
6493 |
msgstr "Glömt ditt lösenord?"
|
@@ -6528,7 +6529,7 @@ msgctxt "templates"
|
|
6528 |
msgid "View"
|
6529 |
msgstr "Visa"
|
6530 |
|
6531 |
-
#: templates/parts/login-required.tpl.php:
|
6532 |
msgctxt "templates"
|
6533 |
msgid "Login"
|
6534 |
msgstr "Inloggning"
|
@@ -6880,6 +6881,13 @@ msgctxt "views:login"
|
|
6880 |
msgid "Request access key?"
|
6881 |
msgstr "Begär åtkomstnyckel?"
|
6882 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6883 |
#: includes/views/manage_recurring.php:20
|
6884 |
msgctxt "manage subscriptions"
|
6885 |
msgid "You are not on recurring payments for any of your listings."
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+00:00\n"
|
9 |
"PO-Revision-Date: 2017-12-03 21:20+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
317 |
msgstr "Business Directory Plugin"
|
318 |
|
319 |
#. Plugin URI of the plugin/theme
|
320 |
+
#, fuzzy
|
321 |
+
msgid "https://www.businessdirectoryplugin.com"
|
322 |
msgstr "http://www.businessdirectoryplugin.com"
|
323 |
|
324 |
#. Description of the plugin/theme
|
1029 |
msgid "Create these required fields for me"
|
1030 |
msgstr "Skapa dessa obligatoriska fält för mig"
|
1031 |
|
1032 |
+
#: includes/payment.php:164
|
1033 |
msgctxt "admin"
|
1034 |
msgid "Pending Abandonment"
|
1035 |
msgstr "Väntar på att överges"
|
1036 |
|
1037 |
+
#: includes/payment.php:169
|
1038 |
msgctxt "admin"
|
1039 |
msgid "Abandoned"
|
1040 |
msgstr "Övergiven"
|
1059 |
msgid "View Payment"
|
1060 |
msgstr "Visa betalning"
|
1061 |
|
1062 |
+
#: includes/admin/class-admin-listings.php:480
|
1063 |
#, fuzzy
|
1064 |
msgctxt "admin actions"
|
1065 |
msgid "Publish listings"
|
1066 |
msgstr "Publicera annons"
|
1067 |
|
1068 |
+
#: includes/admin/class-admin-listings.php:481
|
1069 |
#, fuzzy
|
1070 |
msgctxt "admin actions"
|
1071 |
msgid "Mark as \"Pending Review\""
|
1072 |
msgstr "Inväntar granskning"
|
1073 |
|
1074 |
+
#: includes/admin/class-admin-listings.php:482
|
1075 |
msgctxt "admin actions"
|
1076 |
msgid "Hide from directory (mark as \"Draft\")"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
+
#: includes/admin/class-admin-listings.php:484
|
1080 |
#, fuzzy
|
1081 |
msgctxt "admin actions"
|
1082 |
msgid "Renew listings"
|
1083 |
msgstr "Förnya annons"
|
1084 |
|
1085 |
+
#: includes/admin/class-admin-listings.php:485
|
1086 |
#, fuzzy
|
1087 |
msgctxt "admin actions"
|
1088 |
msgid "Set listings as \"Expired\""
|
1089 |
msgstr "Skickas efter en annons (%s) har förfallit."
|
1090 |
|
1091 |
+
#: includes/admin/class-admin-listings.php:491
|
1092 |
#, fuzzy
|
1093 |
msgctxt "admin actions"
|
1094 |
msgid "Send access keys"
|
6472 |
msgid "Featured Listing"
|
6473 |
msgstr "Utvald annons"
|
6474 |
|
6475 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6476 |
msgctxt "templates"
|
6477 |
msgid ""
|
6478 |
"You are not currently logged in. Please login or register first. When "
|
6483 |
"registrerar dig får du ett aktiveringsmejl. Vänligen kontrollera din "
|
6484 |
"skräppost om du inte ser mejlet inom 60 minuter."
|
6485 |
|
6486 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6487 |
msgctxt "templates"
|
6488 |
msgid "Not yet registered?"
|
6489 |
msgstr "Ännu inte registrerad?"
|
6490 |
|
6491 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6492 |
msgctxt "templates"
|
6493 |
msgid "Lost your password?"
|
6494 |
msgstr "Glömt ditt lösenord?"
|
6529 |
msgid "View"
|
6530 |
msgstr "Visa"
|
6531 |
|
6532 |
+
#: templates/parts/login-required.tpl.php:17
|
6533 |
msgctxt "templates"
|
6534 |
msgid "Login"
|
6535 |
msgstr "Inloggning"
|
6881 |
msgid "Request access key?"
|
6882 |
msgstr "Begär åtkomstnyckel?"
|
6883 |
|
6884 |
+
#: includes/views/manage_listings.php:11
|
6885 |
+
#, fuzzy
|
6886 |
+
msgctxt "view:manage-listings"
|
6887 |
+
msgid "Please <a>login</a> to manage your listings."
|
6888 |
+
msgstr ""
|
6889 |
+
"Vänligen <a>logga in</a> för att kunna skicka meddelanden till annonsägaren."
|
6890 |
+
|
6891 |
#: includes/views/manage_recurring.php:20
|
6892 |
msgctxt "manage subscriptions"
|
6893 |
msgid "You are not on recurring payments for any of your listings."
|
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.1.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2018-01-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -297,7 +297,7 @@ msgid "Business Directory Plugin"
|
|
297 |
msgstr ""
|
298 |
|
299 |
#. Plugin URI of the plugin/theme
|
300 |
-
msgid "
|
301 |
msgstr ""
|
302 |
|
303 |
#. Description of the plugin/theme
|
@@ -963,12 +963,12 @@ msgctxt "admin"
|
|
963 |
msgid "Create these required fields for me"
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: includes/payment.php:
|
967 |
msgctxt "admin"
|
968 |
msgid "Pending Abandonment"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: includes/payment.php:
|
972 |
msgctxt "admin"
|
973 |
msgid "Abandoned"
|
974 |
msgstr ""
|
@@ -993,32 +993,32 @@ msgctxt "admin actions"
|
|
993 |
msgid "View Payment"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: includes/admin/class-admin-listings.php:
|
997 |
msgctxt "admin actions"
|
998 |
msgid "Publish listings"
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: includes/admin/class-admin-listings.php:
|
1002 |
msgctxt "admin actions"
|
1003 |
msgid "Mark as \"Pending Review\""
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: includes/admin/class-admin-listings.php:
|
1007 |
msgctxt "admin actions"
|
1008 |
msgid "Hide from directory (mark as \"Draft\")"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: includes/admin/class-admin-listings.php:
|
1012 |
msgctxt "admin actions"
|
1013 |
msgid "Renew listings"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: includes/admin/class-admin-listings.php:
|
1017 |
msgctxt "admin actions"
|
1018 |
msgid "Set listings as \"Expired\""
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: includes/admin/class-admin-listings.php:
|
1022 |
msgctxt "admin actions"
|
1023 |
msgid "Send access keys"
|
1024 |
msgstr ""
|
@@ -6102,7 +6102,7 @@ msgctxt "templates"
|
|
6102 |
msgid "Featured Listing"
|
6103 |
msgstr ""
|
6104 |
|
6105 |
-
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:
|
6106 |
msgctxt "templates"
|
6107 |
msgid ""
|
6108 |
"You are not currently logged in. Please login or register first. When "
|
@@ -6110,12 +6110,12 @@ msgid ""
|
|
6110 |
"spam if you don't see it in your email within 60 minutes."
|
6111 |
msgstr ""
|
6112 |
|
6113 |
-
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:
|
6114 |
msgctxt "templates"
|
6115 |
msgid "Not yet registered?"
|
6116 |
msgstr ""
|
6117 |
|
6118 |
-
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:
|
6119 |
msgctxt "templates"
|
6120 |
msgid "Lost your password?"
|
6121 |
msgstr ""
|
@@ -6154,7 +6154,7 @@ msgctxt "templates"
|
|
6154 |
msgid "View"
|
6155 |
msgstr ""
|
6156 |
|
6157 |
-
#: templates/parts/login-required.tpl.php:
|
6158 |
msgctxt "templates"
|
6159 |
msgid "Login"
|
6160 |
msgstr ""
|
@@ -6492,6 +6492,11 @@ msgctxt "views:login"
|
|
6492 |
msgid "Request access key?"
|
6493 |
msgstr ""
|
6494 |
|
|
|
|
|
|
|
|
|
|
|
6495 |
#: includes/views/manage_recurring.php:20
|
6496 |
msgctxt "manage subscriptions"
|
6497 |
msgid "You are not on recurring payments for any of your listings."
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Directory Plugin 5.1.5\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2018-01-12 02:57:16+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
297 |
msgstr ""
|
298 |
|
299 |
#. Plugin URI of the plugin/theme
|
300 |
+
msgid "https://www.businessdirectoryplugin.com"
|
301 |
msgstr ""
|
302 |
|
303 |
#. Description of the plugin/theme
|
963 |
msgid "Create these required fields for me"
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: includes/payment.php:164
|
967 |
msgctxt "admin"
|
968 |
msgid "Pending Abandonment"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: includes/payment.php:169
|
972 |
msgctxt "admin"
|
973 |
msgid "Abandoned"
|
974 |
msgstr ""
|
993 |
msgid "View Payment"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: includes/admin/class-admin-listings.php:480
|
997 |
msgctxt "admin actions"
|
998 |
msgid "Publish listings"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: includes/admin/class-admin-listings.php:481
|
1002 |
msgctxt "admin actions"
|
1003 |
msgid "Mark as \"Pending Review\""
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: includes/admin/class-admin-listings.php:482
|
1007 |
msgctxt "admin actions"
|
1008 |
msgid "Hide from directory (mark as \"Draft\")"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: includes/admin/class-admin-listings.php:484
|
1012 |
msgctxt "admin actions"
|
1013 |
msgid "Renew listings"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: includes/admin/class-admin-listings.php:485
|
1017 |
msgctxt "admin actions"
|
1018 |
msgid "Set listings as \"Expired\""
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: includes/admin/class-admin-listings.php:491
|
1022 |
msgctxt "admin actions"
|
1023 |
msgid "Send access keys"
|
1024 |
msgstr ""
|
6102 |
msgid "Featured Listing"
|
6103 |
msgstr ""
|
6104 |
|
6105 |
+
#: templates/login.tpl.php:21 templates/parts/login-required.tpl.php:14
|
6106 |
msgctxt "templates"
|
6107 |
msgid ""
|
6108 |
"You are not currently logged in. Please login or register first. When "
|
6110 |
"spam if you don't see it in your email within 60 minutes."
|
6111 |
msgstr ""
|
6112 |
|
6113 |
+
#: templates/login.tpl.php:32 templates/parts/login-required.tpl.php:38
|
6114 |
msgctxt "templates"
|
6115 |
msgid "Not yet registered?"
|
6116 |
msgstr ""
|
6117 |
|
6118 |
+
#: templates/login.tpl.php:34 templates/parts/login-required.tpl.php:40
|
6119 |
msgctxt "templates"
|
6120 |
msgid "Lost your password?"
|
6121 |
msgstr ""
|
6154 |
msgid "View"
|
6155 |
msgstr ""
|
6156 |
|
6157 |
+
#: templates/parts/login-required.tpl.php:17
|
6158 |
msgctxt "templates"
|
6159 |
msgid "Login"
|
6160 |
msgstr ""
|
6492 |
msgid "Request access key?"
|
6493 |
msgstr ""
|
6494 |
|
6495 |
+
#: includes/views/manage_listings.php:11
|
6496 |
+
msgctxt "view:manage-listings"
|
6497 |
+
msgid "Please <a>login</a> to manage your listings."
|
6498 |
+
msgstr ""
|
6499 |
+
|
6500 |
#: includes/views/manage_recurring.php:20
|
6501 |
msgctxt "manage subscriptions"
|
6502 |
msgid "You are not on recurring payments for any of your listings."
|
templates/checkout.tpl.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<div class="wpbdp-checkout-gateway-selection wpbdp-checkout-section">
|
24 |
<h3><?php _ex( 'Select a Payment Method', 'checkout', 'WPBDM' ); ?></h3>
|
25 |
<?php foreach ( wpbdp()->payment_gateways->get_available_gateways( array( 'currency_code' => $payment->currency_code ) ) as $gateway ): ?>
|
26 |
-
<label><input type="radio" name="gateway" value="<?php echo $gateway->get_id(); ?>" <?php checked( $chosen_gateway->get_id(), $gateway->get_id() ); ?>/> <?php echo $gateway->
|
27 |
<?php endforeach; ?>
|
28 |
<div class="wpbdp-checkout-submit wpbdp-no-js"><input type="submit" value="<?php _ex( 'Next', 'checkout', 'WPBDM' ); ?>" /></div>
|
29 |
</div>
|
23 |
<div class="wpbdp-checkout-gateway-selection wpbdp-checkout-section">
|
24 |
<h3><?php _ex( 'Select a Payment Method', 'checkout', 'WPBDM' ); ?></h3>
|
25 |
<?php foreach ( wpbdp()->payment_gateways->get_available_gateways( array( 'currency_code' => $payment->currency_code ) ) as $gateway ): ?>
|
26 |
+
<label><input type="radio" name="gateway" value="<?php echo $gateway->get_id(); ?>" <?php checked( $chosen_gateway->get_id(), $gateway->get_id() ); ?>/> <?php echo $gateway->get_logo(); ?></label>
|
27 |
<?php endforeach; ?>
|
28 |
<div class="wpbdp-checkout-submit wpbdp-no-js"><input type="submit" value="<?php _ex( 'Next', 'checkout', 'WPBDM' ); ?>" /></div>
|
29 |
</div>
|
templates/parts/login-required.tpl.php
CHANGED
@@ -1,4 +1,11 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
$show_message = isset( $show_message ) ? $show_message : true;
|
3 |
?>
|
4 |
|
1 |
<?php
|
2 |
+
/**
|
3 |
+
* @deprecated 5.0 Try not to use this template. Redirect users to the login
|
4 |
+
* view (?wpbdp_view=login) instead which is more convenient: it
|
5 |
+
* automatically redirects user to the configured "Login URL" (if any),
|
6 |
+
* or displays the login form and even handles access key access.
|
7 |
+
*/
|
8 |
+
|
9 |
$show_message = isset( $show_message ) ? $show_message : true;
|
10 |
?>
|
11 |
|