Version Description
Download this release
Release Info
Developer | sswells |
Plugin | Business Directory Plugin |
Version | 5.7.6 |
Comparing to | |
See all releases |
Code changes from version 5.7.5 to 5.7.6
- README.TXT +12 -1
- assets/css/less/wpbdp.less +0 -9
- assets/css/wpbdp.min.css +1 -1
- business-directory-plugin.php +1 -1
- includes/admin/admin-pages.php +0 -1
- includes/admin/class-admin.php +32 -40
- includes/admin/settings/class-settings.php +15 -0
- includes/class-wpbdp.php +1 -1
- includes/functions.php +20 -17
- includes/helpers/class-listing-search.php +9 -1
- includes/utils.php +60 -2
- languages/business-directory-plugin-ar.mo +0 -0
- languages/business-directory-plugin-ar.po +141 -114
- languages/business-directory-plugin-de_DE.mo +0 -0
- languages/business-directory-plugin-de_DE.po +142 -115
- languages/business-directory-plugin-en_US.po +124 -109
- languages/business-directory-plugin-es_ES.mo +0 -0
- languages/business-directory-plugin-es_ES.po +143 -115
- languages/business-directory-plugin-fr_FR.mo +0 -0
- languages/business-directory-plugin-fr_FR.po +142 -114
- languages/business-directory-plugin-it_IT.mo +0 -0
- languages/business-directory-plugin-it_IT.po +143 -111
- languages/business-directory-plugin-nl_NL.mo +0 -0
- languages/business-directory-plugin-nl_NL.po +138 -111
- languages/business-directory-plugin-pl_PL.mo +0 -0
- languages/business-directory-plugin-pl_PL.po +155 -123
- languages/business-directory-plugin-ru_RU.mo +0 -0
- languages/business-directory-plugin-ru_RU.po +141 -114
- languages/business-directory-plugin-sv_SE.mo +0 -0
- languages/business-directory-plugin-sv_SE.po +142 -115
- languages/business-directory-plugin.pot +125 -110
- templates/businessdirectory-listings.tpl.php +10 -7
- templates/deprecated/search.tpl.php +13 -8
- templates/listings.tpl.php +4 -5
- templates/manage-listings.tpl.php +14 -6
- templates/manage_listings.tpl.php +4 -4
- templates/parts/listing-buttons.tpl.php +5 -4
- templates/submit-listing-done.tpl.php +6 -3
- themes/default/assets/styles.css +0 -2
README.TXT
CHANGED
@@ -4,7 +4,7 @@ Tags: business directory, listings, directory plugin, staff directory, member di
|
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.5.1
|
7 |
-
Stable tag: 5.7.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
|
@@ -162,6 +162,10 @@ Our directory website builder software combined with our add-on modules is the m
|
|
162 |
|
163 |
== Changelog ==
|
164 |
|
|
|
|
|
|
|
|
|
165 |
= Version 5.7.5 =
|
166 |
* New - Upgrade link in licenses tab for lite version. (#4699)
|
167 |
* Fix - Fees page error in some php versions. (#4702)
|
@@ -194,4 +198,11 @@ Our directory website builder software combined with our add-on modules is the m
|
|
194 |
* Fix: Issue with translation array keys for multivalued fields options.
|
195 |
* Fix: Issue with the quick search behavior when search keyword is empty.
|
196 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
<a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.5.1
|
7 |
+
Stable tag: 5.7.6
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
|
162 |
|
163 |
== Changelog ==
|
164 |
|
165 |
+
= Version 5.7.6 =
|
166 |
+
* Validate field exists before using if to configure search. (#4705)
|
167 |
+
* Minor tweaks in styling.
|
168 |
+
|
169 |
= Version 5.7.5 =
|
170 |
* New - Upgrade link in licenses tab for lite version. (#4699)
|
171 |
* Fix - Fees page error in some php versions. (#4702)
|
198 |
* Fix: Issue with translation array keys for multivalued fields options.
|
199 |
* Fix: Issue with the quick search behavior when search keyword is empty.
|
200 |
|
201 |
+
= Version 5.7.1 =
|
202 |
+
* Fix Random Listings shortcode attributes. (#4601)
|
203 |
+
* Add data-breakpoints to listing container. (#4607)
|
204 |
+
* Validate variable type is string before applying using function for string-type. (#4608)
|
205 |
+
* Fix User selector script. (#4614)
|
206 |
+
* Add missing parameter for installer class, required for uninstall process.
|
207 |
+
|
208 |
<a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
|
assets/css/less/wpbdp.less
CHANGED
@@ -157,11 +157,6 @@ form#wpbdmsearchform a.advanced-search-link {
|
|
157 |
/* listing view > excerpt */
|
158 |
.wpbdp-listing-excerpt {
|
159 |
padding: 10px;
|
160 |
-
border-bottom: dotted 1px #ddd;
|
161 |
-
}
|
162 |
-
|
163 |
-
.wpbdp-listing-excerpt.odd {
|
164 |
-
background: #eee;
|
165 |
}
|
166 |
|
167 |
.wpbdp-listing-excerpt.sticky {
|
@@ -376,7 +371,6 @@ form#wpbdmsearchform a.advanced-search-link {
|
|
376 |
|
377 |
.wpbdp-listing-contact-form {
|
378 |
margin-top: 20px;
|
379 |
-
border-top: dotted 1px #ddd;
|
380 |
padding-top: 20px;
|
381 |
padding-left: 10px;
|
382 |
|
@@ -852,10 +846,7 @@ body.business-directory #TB_secondLine {
|
|
852 |
}
|
853 |
|
854 |
.wpbdp-main-box {
|
855 |
-
background: #f7f7f7;
|
856 |
margin: 10px 0 20px 0;
|
857 |
-
border-radius: 4px;
|
858 |
-
padding: 10px;
|
859 |
width: 100%;
|
860 |
}
|
861 |
|
157 |
/* listing view > excerpt */
|
158 |
.wpbdp-listing-excerpt {
|
159 |
padding: 10px;
|
|
|
|
|
|
|
|
|
|
|
160 |
}
|
161 |
|
162 |
.wpbdp-listing-excerpt.sticky {
|
371 |
|
372 |
.wpbdp-listing-contact-form {
|
373 |
margin-top: 20px;
|
|
|
374 |
padding-top: 20px;
|
375 |
padding-left: 10px;
|
376 |
|
846 |
}
|
847 |
|
848 |
.wpbdp-main-box {
|
|
|
849 |
margin: 10px 0 20px 0;
|
|
|
|
|
850 |
width: 100%;
|
851 |
}
|
852 |
|
assets/css/wpbdp.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0;font-size:80%}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#ff0000 !important}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-ms-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-o-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:linear-gradient(top, #f4f4f4, #e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.listing-actions a.button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-ms-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-webkit-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-o-linear-gradient(top, #f9f9f9, #ebebeb);background-image:linear-gradient(top, #f9f9f9, #ebebeb)}.listing-actions a.delete-listing{margin-left:20px;color:#ff0000}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-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;margin-top:30px}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag{float:right;margin-top:-20px}.wpbdp-listing-single .stickytag{float:right;margin-top:-100px}.wpbdp-listing-single .stickytag img{margin-left:-85px;position:absolute;overflow:hidden}.wpbdp-listing-excerpt .stickytag img{margin-top:-19px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;height:102px}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0;vertical-align:middle}.wpbdp-listing .social-fields .social-field{margin-bottom:10px}.wpbdp-listing .social-fields .social-field.twitter{display:inline-block;height:20px;margin-right:10px}.wpbdp-listing .social-fields .social-field.twitter iframe{margin-bottom:0}.wpbdp-listing .social-fields .social-field.facebook{display:inline-block;height:0;margin-right:10px}.wpbdp-listing .social-fields .social-field.facebook .fb-like span:first-of-type{vertical-align:middle !important}.wpbdp-listing .social-fields .social-field.linkedin{display:inline-block;margin-right:10px}.wpbdp-listing .social-fields .social-field.linkedin img{vertical-align:middle}.social-field-link{display:inline-block;margin-right:10px}.social-field-link .social-icon{display:inline-block;vertical-align:middle;background-color:transparent;color:#1a1a1a}.social-field-link a{box-shadow:none}.social-field-link a img{height:30px;width:auto}.social-field-link a object{height:34px;margin-bottom:0}.social-field-link.twitter object{border-radius:17px}.social-field-link.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text{margin-right:5px}@media screen and (max-width:500px){.social-field.facebook .fb-like>span{width:100% !important}}.wpbdp-listing-contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing-contact-form label,.wpbdp-listing-contact-form .wpbdp-contact-listing-title{display:block;margin-bottom:10px}.wpbdp-listing-contact-form input[type="text"]{width:98%}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form h3{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar:before,.wpbdp-bar:after{content:" ";display:table;clear:both}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}.wpbdp-form-field{margin:12px 0}.wpbdp-form-field:first-child{margin-top:0}.wpbdp-form-field .wpbdp-form-field-label{margin:0 0 3px 0}.wpbdp-form-field .wpbdp-form-field-label label{display:inline-block;font-weight:bold}.wpbdp-form-field .wpbdp-form-field-label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}.wpbdp-form-field .wpbdp-form-field-description{padding-left:6px;color:#666}.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea,.wpbdp-form-field.wpbdp-form-field-type-textfield input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-select select,.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-twitter input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-facebook input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-linkedin input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-phone_number input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-date input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea{min-height:50px}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{box-sizing:border-box;float:left;width:50%}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:first-child{padding-right:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:last-child{padding-left:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col .sublabel{margin:0;display:block}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field .sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.wpbdp-form-field-type-image .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}.wpbdp-form-field.wpbdp-form-field-type-image a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network a.delete{color:#900000;margin-right:20px}.wpbdp-form-field.wpbdp-form-field-type-image input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1),.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1){display:inline-block;width:30%;margin-right:40%;float:right}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field label{margin:0;padding:0;font-weight:bold;display:block}.wpbdp-billing-detail-field .wpbdp-description{margin:0 0 4px 0;font-size:80%;color:#666;display:block}.wpbdp-billing-detail-field input[type="text"]{width:100%;box-sizing:border-box;padding:4px 6px}.wpbdp-billing-detail-field:last-child{margin-bottom:0}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#900000}.wpbdp-payment-receipt{border:1px solid #ccc;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.select2-results{font-size:11px}#wpbdp-submit-listing input[type="text"],#wpbdp-submit-listing textarea{box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header{background:#ccc;text-transform:uppercase;font-weight:bold;color:#333;padding:2px 10px;font-size:12px;cursor:pointer}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator{margin:0 10px 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator.expanded{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-content{padding:10px 20px;border:solid 1px #ccc;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}#wpbdp-submit-listing .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions{margin:10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions input[type="submit"]{float:right}#wpbdp-submit-listing .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing .wpbdp-plan-selection-with-tip{margin:24px 0 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#5bc0de;color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing .wpbdp-editor-area{height:422px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:dotted 1px #efefef}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{width:60px;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{float:right;font-size:11px;text-decoration:none;color:#900000;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline;color:#ff0000}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area{float:left;width:72%;box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area.no-conditions{float:none;width:100%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666;font-size:90%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl{margin:0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl dt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#wpbdp-submit-listing textarea.wpbdp-submit-listing-tos{width:100%;min-height:100px}#wpbdp-submit-listing #change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing #wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing #wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #ccc;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{font-size:85%;padding:6px 12px;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#bc0b0b}.wpbdp-msg.tip{background:#d7f5ff}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:#f0f0f0}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#bc0b0b}.wpbdp-recaptcha-error{color:#ff0000}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}#googlewallet-buy img{border:none;box-shadow:none}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#ff0000}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:#f0f0f0}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#bc0b0b}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}.wpbdp-show-on-mobile{display:none}input[type="button"].wpbdp-show-on-mobile{display:none}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listings-sort-options{font-size:90%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box}.wpbdp-main-box{background:#f7f7f7;margin:10px 0 20px 0;border-radius:4px;padding:10px;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:0 5px;font-size:15px}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-large .button{margin:0 3px}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;background:#fafafa}.wpbdp-plan-info-box .wpbdp-plan-duration,.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-duration{width:20%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-duration-never-expires{font-size:20px;font-weight:bold;display:block;line-height:1em;text-transform:uppercase;word-wrap:break-word}.wpbdp-plan-info-box .wpbdp-plan-duration-amount{font-size:30px;font-weight:bold;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-duration-period{font-size:22px;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-price{width:25%}.wpbdp-plan-info-box .wpbdp-plan-price label{font-size:20px;border:1px solid #f3f3f3;background:#fdfdfd;border-radius:2px;display:block;padding:4px 8px}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label{cursor:pointer}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label:hover{border-color:#d0d0d0;background:#fff}.wpbdp-plan-info-box .wpbdp-plan-price label input{margin:0 4px 0 0;vertical-align:2px}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-small .wpbdp-plan-details{width:47%}.wpbdp-plan-selection-wrapper.wpbdp-size-small .wpbdp-plan-price{width:32%}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}
|
1 |
+
.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0;font-size:80%}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#ff0000 !important}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-ms-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-o-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:linear-gradient(top, #f4f4f4, #e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.listing-actions a.button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-ms-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-webkit-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-o-linear-gradient(top, #f9f9f9, #ebebeb);background-image:linear-gradient(top, #f9f9f9, #ebebeb)}.listing-actions a.delete-listing{margin-left:20px;color:#ff0000}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800;margin-top:30px}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag{float:right;margin-top:-20px}.wpbdp-listing-single .stickytag{float:right;margin-top:-100px}.wpbdp-listing-single .stickytag img{margin-left:-85px;position:absolute;overflow:hidden}.wpbdp-listing-excerpt .stickytag img{margin-top:-19px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;height:102px}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0;vertical-align:middle}.wpbdp-listing .social-fields .social-field{margin-bottom:10px}.wpbdp-listing .social-fields .social-field.twitter{display:inline-block;height:20px;margin-right:10px}.wpbdp-listing .social-fields .social-field.twitter iframe{margin-bottom:0}.wpbdp-listing .social-fields .social-field.facebook{display:inline-block;height:0;margin-right:10px}.wpbdp-listing .social-fields .social-field.facebook .fb-like span:first-of-type{vertical-align:middle !important}.wpbdp-listing .social-fields .social-field.linkedin{display:inline-block;margin-right:10px}.wpbdp-listing .social-fields .social-field.linkedin img{vertical-align:middle}.social-field-link{display:inline-block;margin-right:10px}.social-field-link .social-icon{display:inline-block;vertical-align:middle;background-color:transparent;color:#1a1a1a}.social-field-link a{box-shadow:none}.social-field-link a img{height:30px;width:auto}.social-field-link a object{height:34px;margin-bottom:0}.social-field-link.twitter object{border-radius:17px}.social-field-link.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text{margin-right:5px}@media screen and (max-width:500px){.social-field.facebook .fb-like>span{width:100% !important}}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px;padding-left:10px}.wpbdp-listing-contact-form label,.wpbdp-listing-contact-form .wpbdp-contact-listing-title{display:block;margin-bottom:10px}.wpbdp-listing-contact-form input[type="text"]{width:98%}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form h3{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar:before,.wpbdp-bar:after{content:" ";display:table;clear:both}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}.wpbdp-form-field{margin:12px 0}.wpbdp-form-field:first-child{margin-top:0}.wpbdp-form-field .wpbdp-form-field-label{margin:0 0 3px 0}.wpbdp-form-field .wpbdp-form-field-label label{display:inline-block;font-weight:bold}.wpbdp-form-field .wpbdp-form-field-label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}.wpbdp-form-field .wpbdp-form-field-description{padding-left:6px;color:#666}.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea,.wpbdp-form-field.wpbdp-form-field-type-textfield input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-select select,.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-twitter input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-facebook input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-linkedin input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-phone_number input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-date input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea{min-height:50px}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{box-sizing:border-box;float:left;width:50%}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:first-child{padding-right:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:last-child{padding-left:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col .sublabel{margin:0;display:block}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field .sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.wpbdp-form-field-type-image .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}.wpbdp-form-field.wpbdp-form-field-type-image a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network a.delete{color:#900000;margin-right:20px}.wpbdp-form-field.wpbdp-form-field-type-image input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1),.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1){display:inline-block;width:30%;margin-right:40%;float:right}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field label{margin:0;padding:0;font-weight:bold;display:block}.wpbdp-billing-detail-field .wpbdp-description{margin:0 0 4px 0;font-size:80%;color:#666;display:block}.wpbdp-billing-detail-field input[type="text"]{width:100%;box-sizing:border-box;padding:4px 6px}.wpbdp-billing-detail-field:last-child{margin-bottom:0}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#900000}.wpbdp-payment-receipt{border:1px solid #ccc;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.select2-results{font-size:11px}#wpbdp-submit-listing input[type="text"],#wpbdp-submit-listing textarea{box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header{background:#ccc;text-transform:uppercase;font-weight:bold;color:#333;padding:2px 10px;font-size:12px;cursor:pointer}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator{margin:0 10px 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator.expanded{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-content{padding:10px 20px;border:solid 1px #ccc;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}#wpbdp-submit-listing .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions{margin:10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions input[type="submit"]{float:right}#wpbdp-submit-listing .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing .wpbdp-plan-selection-with-tip{margin:24px 0 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#5bc0de;color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing .wpbdp-editor-area{height:422px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:dotted 1px #efefef}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{width:60px;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{float:right;font-size:11px;text-decoration:none;color:#900000;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline;color:#ff0000}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area{float:left;width:72%;box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area.no-conditions{float:none;width:100%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666;font-size:90%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl{margin:0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl dt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#wpbdp-submit-listing textarea.wpbdp-submit-listing-tos{width:100%;min-height:100px}#wpbdp-submit-listing #change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing #wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing #wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #ccc;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{font-size:85%;padding:6px 12px;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#bc0b0b}.wpbdp-msg.tip{background:#d7f5ff}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:#f0f0f0}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#bc0b0b}.wpbdp-recaptcha-error{color:#ff0000}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}#googlewallet-buy img{border:none;box-shadow:none}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#ff0000}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:#f0f0f0}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#bc0b0b}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}.wpbdp-show-on-mobile{display:none}input[type="button"].wpbdp-show-on-mobile{display:none}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listings-sort-options{font-size:90%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box}.wpbdp-main-box{margin:10px 0 20px 0;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;font-size:15px}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-large .button{margin:0 3px}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;background:#fafafa}.wpbdp-plan-info-box .wpbdp-plan-duration,.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-duration{width:20%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-duration-never-expires{font-size:20px;font-weight:bold;display:block;line-height:1em;text-transform:uppercase;word-wrap:break-word}.wpbdp-plan-info-box .wpbdp-plan-duration-amount{font-size:30px;font-weight:bold;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-duration-period{font-size:22px;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-price{width:25%}.wpbdp-plan-info-box .wpbdp-plan-price label{font-size:20px;border:1px solid #f3f3f3;background:#fdfdfd;border-radius:2px;display:block;padding:4px 8px}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label{cursor:pointer}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label:hover{border-color:#d0d0d0;background:#fff}.wpbdp-plan-info-box .wpbdp-plan-price label input{margin:0 4px 0 0;vertical-align:2px}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-small .wpbdp-plan-details{width:47%}.wpbdp-plan-selection-wrapper.wpbdp-size-small .wpbdp-plan-price{width:32%}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 5.7.
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 5.7.6
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
includes/admin/admin-pages.php
CHANGED
@@ -51,7 +51,6 @@ function wpbdp_admin_header( $args_or_title = null, $id = null, $h2items = array
|
|
51 |
'echo' => false,
|
52 |
);
|
53 |
|
54 |
-
|
55 |
$args = wp_parse_args( $args_or_title, $defaults);
|
56 |
|
57 |
extract( $args );
|
51 |
'echo' => false,
|
52 |
);
|
53 |
|
|
|
54 |
$args = wp_parse_args( $args_or_title, $defaults);
|
55 |
|
56 |
extract( $args );
|
includes/admin/class-admin.php
CHANGED
@@ -291,54 +291,46 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
|
|
291 |
* @since 3.4.1
|
292 |
*/
|
293 |
public function ajax_drip_subscribe() {
|
294 |
-
$
|
295 |
-
|
296 |
-
$res = new WPBDP_Ajax_Response();
|
297 |
-
$subscribe = ( '1' == $_POST['subscribe'] ) ? true : false;
|
298 |
|
299 |
-
if ( ! get_option( 'wpbdp-show-drip-pointer', 0 ) || ! wp_verify_nonce( $
|
300 |
$res->send_error();
|
301 |
}
|
302 |
|
303 |
-
|
304 |
-
|
305 |
-
if ( $subscribe ) {
|
306 |
-
if ( ! filter_var( $_POST['email'], FILTER_VALIDATE_EMAIL ) ) {
|
307 |
-
return $res->send_error( _x( 'Invalid e-mail address.', 'drip pointer', 'business-directory-plugin' ) );
|
308 |
-
}
|
309 |
-
|
310 |
-
// Build fields for POSTing to Drip.
|
311 |
-
$data = array();
|
312 |
-
$data['name'] = '';
|
313 |
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
}
|
318 |
-
|
319 |
-
$data['name'] = $current_user->{$k};
|
320 |
-
break;
|
321 |
-
}
|
322 |
|
323 |
-
|
324 |
-
$data['website'] = get_bloginfo( 'url' );
|
325 |
-
$data['gmt_offset'] = get_option( 'gmt_offset' );
|
326 |
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
'fields[name]' => $data['name'],
|
332 |
-
'fields[email]' => $data['email'],
|
333 |
-
'fields[website]' => $data['website'],
|
334 |
-
'fields[gmt_offset]' => $data['gmt_offset'],
|
335 |
-
),
|
336 |
-
)
|
337 |
-
);
|
338 |
-
}
|
339 |
|
340 |
-
|
341 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
|
343 |
function admin_menu() {
|
344 |
if ( ! current_user_can( 'manage_categories' ) ) {
|
291 |
* @since 3.4.1
|
292 |
*/
|
293 |
public function ajax_drip_subscribe() {
|
294 |
+
$res = new WPBDP_Ajax_Response();
|
295 |
+
$nonce = wpbdp_get_var( array( 'param' => 'nonce' ), 'post' );
|
|
|
|
|
296 |
|
297 |
+
if ( ! get_option( 'wpbdp-show-drip-pointer', 0 ) || ! wp_verify_nonce( $nonce, 'drip pointer subscribe' ) ) {
|
298 |
$res->send_error();
|
299 |
}
|
300 |
|
301 |
+
$subscribe = ( '1' === wpbdp_get_var( array( 'param' => 'subscribe' ), 'post' ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
|
303 |
+
if ( ! $subscribe ) {
|
304 |
+
$res->send();
|
305 |
+
}
|
|
|
|
|
|
|
|
|
|
|
306 |
|
307 |
+
delete_option( 'wpbdp-show-drip-pointer' );
|
|
|
|
|
308 |
|
309 |
+
$email = wpbdp_get_var( array( 'param' => 'email' ), 'post' );
|
310 |
+
if ( ! filter_var( $email, FILTER_VALIDATE_EMAIL ) ) {
|
311 |
+
return $res->send_error( __( 'Invalid email address.', 'business-directory-plugin' ) );
|
312 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
|
314 |
+
$current_user = wp_get_current_user();
|
315 |
+
|
316 |
+
$response = wp_remote_post(
|
317 |
+
'https://strategy1137274.activehosted.com/proc.php?jsonp=true',
|
318 |
+
array(
|
319 |
+
'body' => array(
|
320 |
+
'firstname' => $current_user->first_name,
|
321 |
+
'email' => $email,
|
322 |
+
'u' => '15',
|
323 |
+
'f' => '15',
|
324 |
+
'act' => 'sub',
|
325 |
+
'c' => 0,
|
326 |
+
'm' => 0,
|
327 |
+
'v' => '2',
|
328 |
+
),
|
329 |
+
)
|
330 |
+
);
|
331 |
+
|
332 |
+
$res->send();
|
333 |
+
}
|
334 |
|
335 |
function admin_menu() {
|
336 |
if ( ! current_user_can( 'manage_categories' ) ) {
|
includes/admin/settings/class-settings.php
CHANGED
@@ -102,6 +102,11 @@ class WPBDP__Settings {
|
|
102 |
return false;
|
103 |
}
|
104 |
|
|
|
|
|
|
|
|
|
|
|
105 |
$parents = array();
|
106 |
$parent_ = $parent;
|
107 |
|
@@ -198,6 +203,16 @@ class WPBDP__Settings {
|
|
198 |
}
|
199 |
}
|
200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
public function get_registered_groups() {
|
202 |
return $this->groups;
|
203 |
}
|
102 |
return false;
|
103 |
}
|
104 |
|
105 |
+
/**
|
106 |
+
* @since 5.7.6
|
107 |
+
*/
|
108 |
+
do_action( 'wpbdp_register_group', compact( 'slug', 'title', 'parent' ) );
|
109 |
+
|
110 |
$parents = array();
|
111 |
$parent_ = $parent;
|
112 |
|
203 |
}
|
204 |
}
|
205 |
|
206 |
+
/**
|
207 |
+
* Register a setting within the Settings API.
|
208 |
+
* @since 5.7.6
|
209 |
+
*/
|
210 |
+
public function deregister_setting( $id ) {
|
211 |
+
if ( isset( $this->settings[ $id ] ) ) {
|
212 |
+
unset( $this->settings[ $id ] );
|
213 |
+
}
|
214 |
+
}
|
215 |
+
|
216 |
public function get_registered_groups() {
|
217 |
return $this->groups;
|
218 |
}
|
includes/class-wpbdp.php
CHANGED
@@ -20,7 +20,7 @@ final class WPBDP {
|
|
20 |
}
|
21 |
|
22 |
private function setup_constants() {
|
23 |
-
define( 'WPBDP_VERSION', '5.7.
|
24 |
|
25 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
26 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
20 |
}
|
21 |
|
22 |
private function setup_constants() {
|
23 |
+
define( 'WPBDP_VERSION', '5.7.6' );
|
24 |
|
25 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
26 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
includes/functions.php
CHANGED
@@ -1048,9 +1048,6 @@ function wpbdp_get_taxonomy_link( $taxonomy, $link = '' ) {
|
|
1048 |
return wpbdp_url( sprintf( '/%s/%s/', wpbdp_get_option( 'permalinks-' . $taxonomy_type . '-slug' ), $taxonomy->slug ) );
|
1049 |
}
|
1050 |
|
1051 |
-
/**
|
1052 |
-
* @SuppressWarnings(PHPMD)
|
1053 |
-
*/
|
1054 |
function wpbdp_render_page( $template, $vars = array(), $echo_output = false ) {
|
1055 |
if ( $vars ) {
|
1056 |
extract( $vars );
|
@@ -1062,6 +1059,7 @@ function wpbdp_render_page( $template, $vars = array(), $echo_output = false ) {
|
|
1062 |
ob_end_clean();
|
1063 |
|
1064 |
if ( $echo_output ) {
|
|
|
1065 |
echo $html;
|
1066 |
}
|
1067 |
|
@@ -1107,9 +1105,6 @@ function wpbdp_locate_template( $template, $allow_override = true, $try_defaults
|
|
1107 |
return $template_file;
|
1108 |
}
|
1109 |
|
1110 |
-
/**
|
1111 |
-
* @SuppressWarnings(PHPMD)
|
1112 |
-
*/
|
1113 |
function wpbdp_render( $template, $vars = array(), $allow_override = true ) {
|
1114 |
$vars = wp_parse_args(
|
1115 |
$vars,
|
@@ -1123,16 +1118,24 @@ function wpbdp_render( $template, $vars = array(), $allow_override = true ) {
|
|
1123 |
);
|
1124 |
$template_name = is_array( $template ) ? $template[0] : $template;
|
1125 |
$vars = apply_filters( 'wpbdp_template_vars', $vars, $template_name );
|
1126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1127 |
}
|
1128 |
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
return $
|
1136 |
}
|
1137 |
|
1138 |
/**
|
@@ -1154,7 +1157,6 @@ require_once WPBDP_PATH . 'includes/helpers/class-listing-display-helper.php';
|
|
1154 |
* @param mixed $listing_id listing object or listing id to display.
|
1155 |
* @param string $view 'single' for single view or 'excerpt' for summary view.
|
1156 |
* @return string HTML output.
|
1157 |
-
* @SuppressWarnings(PHPMD)
|
1158 |
*/
|
1159 |
function wpbdp_render_listing( $listing_id = null, $view = 'single', $echo = false ) {
|
1160 |
$listing_id = $listing_id ? ( is_object( $listing_id ) ? $listing_id->ID : absint( $listing_id ) ) : get_the_ID();
|
@@ -1175,13 +1177,14 @@ function wpbdp_render_listing( $listing_id = null, $view = 'single', $echo = fal
|
|
1175 |
$q->the_post();
|
1176 |
|
1177 |
// TODO: review filters/actions before next-release (previously _wpbdp_render_excerpt() and _wpbdp_render_single().
|
1178 |
-
if ( 'excerpt'
|
1179 |
$html = WPBDP_Listing_Display_Helper::excerpt();
|
1180 |
} else {
|
1181 |
$html = WPBDP_Listing_Display_Helper::single();
|
1182 |
}
|
1183 |
|
1184 |
if ( $echo ) {
|
|
|
1185 |
echo $html;
|
1186 |
}
|
1187 |
|
@@ -1360,7 +1363,7 @@ function wpbdp_get_return_link() {
|
|
1360 |
}
|
1361 |
|
1362 |
if ( $msg ) {
|
1363 |
-
echo '<p><a href="' . esc_url( $referer ) . '" >&
|
1364 |
}
|
1365 |
|
1366 |
}
|
1048 |
return wpbdp_url( sprintf( '/%s/%s/', wpbdp_get_option( 'permalinks-' . $taxonomy_type . '-slug' ), $taxonomy->slug ) );
|
1049 |
}
|
1050 |
|
|
|
|
|
|
|
1051 |
function wpbdp_render_page( $template, $vars = array(), $echo_output = false ) {
|
1052 |
if ( $vars ) {
|
1053 |
extract( $vars );
|
1059 |
ob_end_clean();
|
1060 |
|
1061 |
if ( $echo_output ) {
|
1062 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
1063 |
echo $html;
|
1064 |
}
|
1065 |
|
1105 |
return $template_file;
|
1106 |
}
|
1107 |
|
|
|
|
|
|
|
1108 |
function wpbdp_render( $template, $vars = array(), $allow_override = true ) {
|
1109 |
$vars = wp_parse_args(
|
1110 |
$vars,
|
1118 |
);
|
1119 |
$template_name = is_array( $template ) ? $template[0] : $template;
|
1120 |
$vars = apply_filters( 'wpbdp_template_vars', $vars, $template_name );
|
1121 |
+
|
1122 |
+
$content = wpbdp_render_page( wpbdp_locate_template( $template, $allow_override ), $vars, false );
|
1123 |
+
$content = apply_filters( "wpbdp_render_{$template_name}", $content );
|
1124 |
+
|
1125 |
+
if ( isset( $vars['echo'] ) ) {
|
1126 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
1127 |
+
echo $content;
|
1128 |
+
}
|
1129 |
+
return $content;
|
1130 |
}
|
1131 |
|
1132 |
+
function wpbdp_render_msg( $msg, $type = 'status', $echo = false ) {
|
1133 |
+
$msg = '<div class="wpbdp-msg ' . esc_attr( $type ) . '">' . wp_kses_post( $msg ) . '</div>';
|
1134 |
+
if ( $echo ) {
|
1135 |
+
echo $msg;
|
1136 |
+
}
|
1137 |
+
|
1138 |
+
return $msg;
|
1139 |
}
|
1140 |
|
1141 |
/**
|
1157 |
* @param mixed $listing_id listing object or listing id to display.
|
1158 |
* @param string $view 'single' for single view or 'excerpt' for summary view.
|
1159 |
* @return string HTML output.
|
|
|
1160 |
*/
|
1161 |
function wpbdp_render_listing( $listing_id = null, $view = 'single', $echo = false ) {
|
1162 |
$listing_id = $listing_id ? ( is_object( $listing_id ) ? $listing_id->ID : absint( $listing_id ) ) : get_the_ID();
|
1177 |
$q->the_post();
|
1178 |
|
1179 |
// TODO: review filters/actions before next-release (previously _wpbdp_render_excerpt() and _wpbdp_render_single().
|
1180 |
+
if ( 'excerpt' === $view ) {
|
1181 |
$html = WPBDP_Listing_Display_Helper::excerpt();
|
1182 |
} else {
|
1183 |
$html = WPBDP_Listing_Display_Helper::single();
|
1184 |
}
|
1185 |
|
1186 |
if ( $echo ) {
|
1187 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
1188 |
echo $html;
|
1189 |
}
|
1190 |
|
1363 |
}
|
1364 |
|
1365 |
if ( $msg ) {
|
1366 |
+
echo '<p><a href="' . esc_url( $referer ) . '" >← ' . esc_html( $msg ) . '</a></p>';
|
1367 |
}
|
1368 |
|
1369 |
}
|
includes/helpers/class-listing-search.php
CHANGED
@@ -107,8 +107,12 @@ class WPBDP__Listing_Search {
|
|
107 |
);
|
108 |
|
109 |
foreach ( $this->parts as $key => $data ) {
|
|
|
110 |
$field = wpbdp_get_form_field( $data[0] );
|
111 |
-
|
|
|
|
|
|
|
112 |
|
113 |
if ( ! empty( $res['where'] ) ) {
|
114 |
$query_pieces['where'] = str_replace( '%' . $key . '%', $res['where'], $query_pieces['where'] );
|
@@ -118,6 +122,10 @@ class WPBDP__Listing_Search {
|
|
118 |
$query_pieces['where'] = str_replace( 'OR %' . $key . '%', '', $query_pieces['where'] );
|
119 |
}
|
120 |
|
|
|
|
|
|
|
|
|
121 |
foreach ( $res as $k => $v ) {
|
122 |
if ( 'where' == $k ) {
|
123 |
continue;
|
107 |
);
|
108 |
|
109 |
foreach ( $this->parts as $key => $data ) {
|
110 |
+
$res = null;
|
111 |
$field = wpbdp_get_form_field( $data[0] );
|
112 |
+
|
113 |
+
if ( $field ) {
|
114 |
+
$res = $field->configure_search( $data[1], $this );
|
115 |
+
}
|
116 |
|
117 |
if ( ! empty( $res['where'] ) ) {
|
118 |
$query_pieces['where'] = str_replace( '%' . $key . '%', $res['where'], $query_pieces['where'] );
|
122 |
$query_pieces['where'] = str_replace( 'OR %' . $key . '%', '', $query_pieces['where'] );
|
123 |
}
|
124 |
|
125 |
+
if ( ! $res ) {
|
126 |
+
continue;
|
127 |
+
}
|
128 |
+
|
129 |
foreach ( $res as $k => $v ) {
|
130 |
if ( 'where' == $k ) {
|
131 |
continue;
|
includes/utils.php
CHANGED
@@ -146,8 +146,66 @@ function wpbdp_getv($dict, $key, $default=false) {
|
|
146 |
}
|
147 |
|
148 |
/**
|
149 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
function wpbdp_capture_action($hook) {
|
152 |
$output = '';
|
153 |
|
@@ -407,7 +465,7 @@ function wpbdp_get_current_domain($www=true, $prefix='') {
|
|
407 |
/**
|
408 |
* Prepare an external link with utm parameters.
|
409 |
*
|
410 |
-
* @since 5.
|
411 |
*
|
412 |
* @param array|string $args
|
413 |
* @param string $page
|
146 |
}
|
147 |
|
148 |
/**
|
149 |
+
* Get any value from the $_SERVER
|
150 |
+
*
|
151 |
+
* @since 5.7.6
|
152 |
+
*
|
153 |
+
* @param string $value
|
154 |
+
*
|
155 |
+
* @return string
|
156 |
+
*/
|
157 |
+
function wpbdp_get_server_value( $value ) {
|
158 |
+
return isset( $_SERVER[ $value ] ) ? wp_strip_all_tags( wp_unslash( $_SERVER[ $value ] ) ) : '';
|
159 |
+
}
|
160 |
+
|
161 |
+
/**
|
162 |
+
* @since 5.7.6
|
163 |
+
*
|
164 |
+
* @param array $args - Includes 'param' and 'sanitize'.
|
165 |
*/
|
166 |
+
function wpbdp_get_var( $args, $type = 'get' ) {
|
167 |
+
$defaults = array(
|
168 |
+
'sanitize' => 'sanitize_text_field',
|
169 |
+
'default' => '',
|
170 |
+
);
|
171 |
+
$args = wp_parse_args( $args, $defaults );
|
172 |
+
$value = $args['default'];
|
173 |
+
if ( $type === 'get' ) {
|
174 |
+
// phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
|
175 |
+
$value = isset( $_GET[ $args['param'] ] ) ? wp_unslash( $_GET[ $args['param'] ] ) : $value;
|
176 |
+
} elseif ( $type === 'post' ) {
|
177 |
+
// phpcs:ignore Recommended,WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
|
178 |
+
$value = isset( $_POST[ $args['param'] ] ) ? wp_unslash( $_POST[ $args['param'] ] ) : $value;
|
179 |
+
} else {
|
180 |
+
// phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
|
181 |
+
$value = isset( $_REQUEST[ $args['param'] ] ) ? wp_unslash( $_REQUEST[ $args['param'] ] ) : $value;
|
182 |
+
}
|
183 |
+
|
184 |
+
wpbdp_sanitize_value( $args['sanitize'], $value );
|
185 |
+
|
186 |
+
return $value;
|
187 |
+
}
|
188 |
+
|
189 |
+
/**
|
190 |
+
* @since 5.7.6
|
191 |
+
*
|
192 |
+
* @param string $sanitize
|
193 |
+
* @param array|string $value
|
194 |
+
*/
|
195 |
+
function wpbdp_sanitize_value( $sanitize, &$value ) {
|
196 |
+
if ( empty( $sanitize ) ) {
|
197 |
+
return;
|
198 |
+
}
|
199 |
+
if ( is_array( $value ) ) {
|
200 |
+
$temp_values = $value;
|
201 |
+
foreach ( $temp_values as $k => $v ) {
|
202 |
+
wpbdp_sanitize_value( $sanitize, $value[ $k ] );
|
203 |
+
}
|
204 |
+
} else {
|
205 |
+
$value = call_user_func( $sanitize, $value );
|
206 |
+
}
|
207 |
+
}
|
208 |
+
|
209 |
function wpbdp_capture_action($hook) {
|
210 |
$output = '';
|
211 |
|
465 |
/**
|
466 |
* Prepare an external link with utm parameters.
|
467 |
*
|
468 |
+
* @since 5.7.5
|
469 |
*
|
470 |
* @param array|string $args
|
471 |
* @param string $page
|
languages/business-directory-plugin-ar.mo
CHANGED
Binary file
|
languages/business-directory-plugin-ar.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2020-10-
|
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"
|
@@ -73,12 +73,17 @@ msgstr ""
|
|
73 |
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
74 |
"(premium module) مجانا بمجرد تسجيلك."
|
75 |
|
76 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
77 |
#, fuzzy
|
78 |
msgid "Uninstall Business Directory Plugin"
|
79 |
msgstr "حذف إضافة دليل الأعمال"
|
80 |
|
81 |
-
#: includes/admin/class-admin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Uninstall"
|
84 |
msgstr "حذف"
|
@@ -861,11 +866,64 @@ msgstr "جديد"
|
|
861 |
msgid "Business Directory Theme archive (ZIP file)"
|
862 |
msgstr "أرشيف قالب دليل الأعمال (ملف مضغوط)"
|
863 |
|
864 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
865 |
#, fuzzy
|
866 |
-
msgid "
|
867 |
msgstr "العودة إلى الدليل."
|
868 |
|
|
|
|
|
|
|
|
|
|
|
869 |
#: templates/submit-listing-images.tpl.php:5
|
870 |
#, fuzzy
|
871 |
msgid "Current Images"
|
@@ -1536,17 +1594,17 @@ msgctxt "admin"
|
|
1536 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1537 |
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
1538 |
|
1539 |
-
#: includes/admin/class-admin.php:
|
1540 |
msgctxt "admin"
|
1541 |
msgid "Untitled Menu"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: includes/admin/class-admin.php:
|
1545 |
msgctxt "admin"
|
1546 |
msgid "Dismiss this notice."
|
1547 |
msgstr "إخفاء هذا التنبيه."
|
1548 |
|
1549 |
-
#: includes/admin/class-admin.php:
|
1550 |
#, fuzzy
|
1551 |
msgctxt "admin"
|
1552 |
msgid "The listing has been updated."
|
@@ -1558,12 +1616,12 @@ msgstr[3] "تمت ترقية الإعلانات."
|
|
1558 |
msgstr[4] "تمت ترقية الإعلانات."
|
1559 |
msgstr[5] "تمت ترقية الإعلانات."
|
1560 |
|
1561 |
-
#: includes/admin/class-admin.php:
|
1562 |
msgctxt "admin"
|
1563 |
msgid "The fee was successfully assigned."
|
1564 |
msgstr "تم تعيين الرسوم بنجاح."
|
1565 |
|
1566 |
-
#: includes/admin/class-admin.php:
|
1567 |
msgctxt "admin"
|
1568 |
msgid "Listing was renewed."
|
1569 |
msgid_plural "Listings were renewed."
|
@@ -1574,19 +1632,19 @@ msgstr[3] "تم تجديد الإعلانات."
|
|
1574 |
msgstr[4] "تم تجديد الإعلانات."
|
1575 |
msgstr[5] "تم تجديد الإعلانات."
|
1576 |
|
1577 |
-
#: includes/admin/class-admin.php:
|
1578 |
msgctxt "admin"
|
1579 |
msgid "Renewal email sent."
|
1580 |
msgstr "تم إرسال بريد التجديد."
|
1581 |
|
1582 |
-
#: includes/admin/class-admin.php:
|
1583 |
msgctxt "admin"
|
1584 |
msgid ""
|
1585 |
"Could not send renewal email, notice template at listing expiration not "
|
1586 |
"found."
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: includes/admin/class-admin.php:
|
1590 |
#, fuzzy
|
1591 |
msgctxt "admin"
|
1592 |
msgid "Listing report deleted."
|
@@ -1598,23 +1656,23 @@ msgstr[3] "إنتهاء صلاحية الإعلان"
|
|
1598 |
msgstr[4] "إنتهاء صلاحية الإعلان"
|
1599 |
msgstr[5] "إنتهاء صلاحية الإعلان"
|
1600 |
|
1601 |
-
#: includes/admin/class-admin.php:
|
1602 |
#, fuzzy
|
1603 |
msgctxt "admin"
|
1604 |
msgid "Access keys sent."
|
1605 |
msgstr "مفتاح الوصول"
|
1606 |
|
1607 |
-
#: includes/admin/class-admin.php:
|
1608 |
msgctxt "admin"
|
1609 |
msgid "The access keys couldn't be sent."
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: includes/admin/class-admin.php:
|
1613 |
msgctxt "admin"
|
1614 |
msgid "Listing Count"
|
1615 |
msgstr "عدد الإعلانات"
|
1616 |
|
1617 |
-
#: includes/admin/class-admin.php:
|
1618 |
msgctxt "admin"
|
1619 |
msgid ""
|
1620 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -1623,7 +1681,7 @@ msgstr ""
|
|
1623 |
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
1624 |
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
1625 |
|
1626 |
-
#: includes/admin/class-admin.php:
|
1627 |
msgctxt "admin"
|
1628 |
msgid ""
|
1629 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -1632,12 +1690,12 @@ msgstr ""
|
|
1632 |
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
1633 |
"تلقائياً."
|
1634 |
|
1635 |
-
#: includes/admin/class-admin.php:
|
1636 |
msgctxt "admin"
|
1637 |
msgid "Create required pages for me"
|
1638 |
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
1639 |
|
1640 |
-
#: includes/admin/class-admin.php:
|
1641 |
msgctxt "admin"
|
1642 |
msgid ""
|
1643 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1645,7 +1703,7 @@ msgid ""
|
|
1645 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: includes/admin/class-admin.php:
|
1649 |
msgctxt "admin"
|
1650 |
msgid ""
|
1651 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -2013,46 +2071,41 @@ msgctxt "drip pointer"
|
|
2013 |
msgid "No, thanks"
|
2014 |
msgstr "لا، شكرًا"
|
2015 |
|
2016 |
-
#: includes/admin/class-admin.php:
|
2017 |
-
msgctxt "drip pointer"
|
2018 |
-
msgid "Invalid e-mail address."
|
2019 |
-
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
2020 |
-
|
2021 |
-
#: includes/admin/class-admin.php:351
|
2022 |
#, fuzzy
|
2023 |
msgctxt "business-directory-plugin"
|
2024 |
msgid "Business Directory Admin"
|
2025 |
msgstr "مدير دليل الأعمال"
|
2026 |
|
2027 |
-
#: includes/admin/class-admin.php:
|
2028 |
#, fuzzy
|
2029 |
msgctxt "business-directory-plugin"
|
2030 |
msgid "Directory"
|
2031 |
msgstr "الدليل"
|
2032 |
|
2033 |
-
#: includes/admin/class-admin.php:
|
2034 |
msgctxt "admin menu"
|
2035 |
msgid "Manage Fees"
|
2036 |
msgstr "إدارة الرسوم"
|
2037 |
|
2038 |
-
#: includes/admin/class-admin.php:
|
2039 |
msgctxt "admin menu"
|
2040 |
msgid "Manage Form Fields"
|
2041 |
msgstr "إدارة حقول الاستمارة"
|
2042 |
|
2043 |
-
#: includes/admin/class-admin.php:
|
2044 |
#, fuzzy
|
2045 |
msgctxt "admin menu"
|
2046 |
msgid "Payment History"
|
2047 |
msgstr "سجل المدفوعات"
|
2048 |
|
2049 |
-
#: includes/admin/class-admin.php:
|
2050 |
#, fuzzy
|
2051 |
msgctxt "admin menu"
|
2052 |
msgid "Import & Export"
|
2053 |
msgstr "استيراد CSV"
|
2054 |
|
2055 |
-
#: includes/admin/class-admin.php:
|
2056 |
msgctxt "admin menu"
|
2057 |
msgid "Debug"
|
2058 |
msgstr "تصحيح الأخطاء"
|
@@ -2063,7 +2116,7 @@ msgctxt "admin menu"
|
|
2063 |
msgid "Settings"
|
2064 |
msgstr "إعدادات"
|
2065 |
|
2066 |
-
#: includes/admin/class-admin.php:
|
2067 |
msgctxt "admin category id"
|
2068 |
msgid "ID"
|
2069 |
msgstr "المعرف"
|
@@ -4039,13 +4092,13 @@ msgid "Author"
|
|
4039 |
msgstr "الكاتب"
|
4040 |
|
4041 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4042 |
-
#: includes/functions.php:
|
4043 |
msgctxt "admin settings"
|
4044 |
msgid "Date posted"
|
4045 |
msgstr "تاريخ النشر"
|
4046 |
|
4047 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4048 |
-
#: includes/functions.php:
|
4049 |
msgctxt "admin settings"
|
4050 |
msgid "Date last modified"
|
4051 |
msgstr "تاريخ آخر تعديل"
|
@@ -4482,12 +4535,12 @@ msgctxt "admin settings"
|
|
4482 |
msgid "Uploaded Image (no resize)"
|
4483 |
msgstr "رفع الصور"
|
4484 |
|
4485 |
-
#: includes/functions.php:
|
4486 |
msgctxt "admin settings"
|
4487 |
msgid "User"
|
4488 |
msgstr "عضو"
|
4489 |
|
4490 |
-
#: includes/functions.php:
|
4491 |
msgctxt "admin settings"
|
4492 |
msgid "User registration date"
|
4493 |
msgstr "تاريخ تسجيل العضو"
|
@@ -4778,7 +4831,7 @@ msgstr "الإعلانات"
|
|
4778 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4779 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4780 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4781 |
-
#: includes/admin/settings/class-settings.php:
|
4782 |
#, fuzzy
|
4783 |
msgctxt "settings"
|
4784 |
msgid "General Settings"
|
@@ -5915,13 +5968,13 @@ msgctxt "settings"
|
|
5915 |
msgid "Cropped"
|
5916 |
msgstr ""
|
5917 |
|
5918 |
-
#: includes/admin/settings/class-settings.php:
|
5919 |
-
#: includes/admin/settings/class-settings.php:
|
5920 |
msgctxt "settings"
|
5921 |
msgid "\"%s\" can not be empty."
|
5922 |
msgstr ""
|
5923 |
|
5924 |
-
#: includes/admin/settings/class-settings.php:
|
5925 |
msgctxt "settings"
|
5926 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5927 |
msgstr ""
|
@@ -7416,13 +7469,13 @@ msgctxt "image field"
|
|
7416 |
msgid "Caption for %s is required."
|
7417 |
msgstr "البلد المطلوب."
|
7418 |
|
7419 |
-
#: includes/functions.php:
|
7420 |
#, fuzzy
|
7421 |
msgctxt "templates"
|
7422 |
msgid "Return to results"
|
7423 |
msgstr "العودة إلى الدليل."
|
7424 |
|
7425 |
-
#: includes/functions.php:
|
7426 |
msgctxt "templates"
|
7427 |
msgid "Go back"
|
7428 |
msgstr ""
|
@@ -7541,31 +7594,6 @@ msgctxt "templates"
|
|
7541 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7542 |
msgstr "أوافق على الشروط والأحكام"
|
7543 |
|
7544 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
7545 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
7546 |
-
#: templates/search.tpl.php:17
|
7547 |
-
msgctxt "templates"
|
7548 |
-
msgid "No listings found."
|
7549 |
-
msgstr "لم يتم العثور على أي إعلانات."
|
7550 |
-
|
7551 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
7552 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
7553 |
-
msgctxt "templates"
|
7554 |
-
msgid "« Previous "
|
7555 |
-
msgstr "« السابق"
|
7556 |
-
|
7557 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
7558 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
7559 |
-
msgctxt "templates"
|
7560 |
-
msgid "Next »"
|
7561 |
-
msgstr "التالي »"
|
7562 |
-
|
7563 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
7564 |
-
#: templates/manage_listings.tpl.php:16
|
7565 |
-
msgctxt "templates"
|
7566 |
-
msgid "Return to directory"
|
7567 |
-
msgstr "العودة إلى الدليل."
|
7568 |
-
|
7569 |
#: templates/listing-contactform.tpl.php:20
|
7570 |
msgctxt "templates"
|
7571 |
msgid "Listing Title: "
|
@@ -7635,7 +7663,12 @@ msgctxt "templates"
|
|
7635 |
msgid "Lost your password?"
|
7636 |
msgstr "فقدت كلمة المرور؟"
|
7637 |
|
7638 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
7639 |
msgctxt "templates"
|
7640 |
msgid ""
|
7641 |
"Your current listings are shown below. To edit a listing click the edit "
|
@@ -7644,36 +7677,31 @@ msgstr ""
|
|
7644 |
"أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
|
7645 |
"ما إضغط على زر حذف."
|
7646 |
|
7647 |
-
#: templates/
|
7648 |
-
|
7649 |
-
msgid "You do not currently have any listings in the directory."
|
7650 |
-
msgstr "أنت لا تملك حاليا أي إعلانات في الدليل."
|
7651 |
-
|
7652 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
7653 |
-
#: templates/parts/listing-buttons.tpl.php:63
|
7654 |
msgctxt "templates"
|
7655 |
msgid "Edit"
|
7656 |
msgstr "تحرير"
|
7657 |
|
7658 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7659 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7660 |
#, fuzzy
|
7661 |
msgctxt "templates"
|
7662 |
msgid "Flag Listing"
|
7663 |
msgstr "العثور على إعلان"
|
7664 |
|
7665 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7666 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7667 |
msgctxt "templates"
|
7668 |
msgid "Delete"
|
7669 |
msgstr "حذف"
|
7670 |
|
7671 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7672 |
msgctxt "templates"
|
7673 |
msgid "Are you sure you wish to delete this listing?"
|
7674 |
msgstr "هل أنت متأكد من أنك تريد حذف هذا الاعلان؟"
|
7675 |
|
7676 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7677 |
msgctxt "templates"
|
7678 |
msgid "View"
|
7679 |
msgstr "مشاهدة"
|
@@ -7731,6 +7759,11 @@ msgctxt "templates"
|
|
7731 |
msgid "Find a listing"
|
7732 |
msgstr "العثور على إعلان"
|
7733 |
|
|
|
|
|
|
|
|
|
|
|
7734 |
#: templates/search.tpl.php:26
|
7735 |
#, fuzzy
|
7736 |
msgctxt "templates"
|
@@ -7752,28 +7785,23 @@ msgctxt "templates"
|
|
7752 |
msgid "Your listing has been submitted."
|
7753 |
msgstr "تم إضافة إعلانك."
|
7754 |
|
7755 |
-
#: templates/submit-listing-done.tpl.php:
|
7756 |
msgctxt "templates"
|
7757 |
msgid "Your listing changes were saved."
|
7758 |
msgstr "تم حفظ تغييرات إعلانك."
|
7759 |
|
7760 |
-
#: templates/submit-listing-done.tpl.php:
|
7761 |
msgctxt "templates"
|
7762 |
msgid "Go to your listing"
|
7763 |
msgstr "الذهاب إلى إعلانك"
|
7764 |
|
7765 |
-
#: templates/submit-listing-done.tpl.php:
|
7766 |
msgctxt "templates"
|
7767 |
msgid ""
|
7768 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7769 |
"is approved."
|
7770 |
msgstr ""
|
7771 |
|
7772 |
-
#: templates/submit-listing-done.tpl.php:33
|
7773 |
-
msgctxt "templates"
|
7774 |
-
msgid "Return to directory."
|
7775 |
-
msgstr "الرجوع إلى الدليل."
|
7776 |
-
|
7777 |
#: templates/submit-listing-images-single.tpl.php:24
|
7778 |
msgctxt "templates"
|
7779 |
msgid "Set this image as the listing thumbnail."
|
@@ -8583,7 +8611,7 @@ msgctxt "sort"
|
|
8583 |
msgid "(Reset)"
|
8584 |
msgstr "(إعادة تعيين)"
|
8585 |
|
8586 |
-
#: includes/utils.php:
|
8587 |
msgctxt "utils"
|
8588 |
msgid ""
|
8589 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
@@ -8591,54 +8619,54 @@ msgstr ""
|
|
8591 |
"تجاوزت البيانات التي تم نشرها الحد الأقصى لإعدادات PHP. أنظر توجيه "
|
8592 |
"\"post_max_size\"."
|
8593 |
|
8594 |
-
#: includes/utils.php:
|
8595 |
msgctxt "utils"
|
8596 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8597 |
msgstr "حجم الملف (%s) يتجاوز الحجم الأقصى للملف %s"
|
8598 |
|
8599 |
-
#: includes/utils.php:
|
8600 |
msgctxt "utils"
|
8601 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8602 |
msgstr "حجم الملف (%s) أقل من الحد الأدنى المطلوب لحجم الملف لـ %s"
|
8603 |
|
8604 |
-
#: includes/utils.php:
|
8605 |
msgctxt "utils"
|
8606 |
msgid "File type \"%s\" is not allowed"
|
8607 |
msgstr "غير مسموح بنوع الملف \"%s\""
|
8608 |
|
8609 |
-
#: includes/utils.php:
|
8610 |
msgctxt "utils"
|
8611 |
msgid "Unkown error while uploading file."
|
8612 |
msgstr "حدث خطأ مجهول أثناء رفع الملف."
|
8613 |
|
8614 |
-
#: includes/utils.php:
|
8615 |
msgctxt "utils"
|
8616 |
msgid "Uploaded file is not an image"
|
8617 |
msgstr "الملف الذي تم رفعه ليس صورة"
|
8618 |
|
8619 |
-
#: includes/utils.php:
|
8620 |
msgctxt "utils"
|
8621 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8622 |
msgstr "عرض الصورة (%s px) هو أقل من الحد الأدنى للعرض المطلوب لـ %s px "
|
8623 |
|
8624 |
-
#: includes/utils.php:
|
8625 |
msgctxt "utils"
|
8626 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8627 |
msgstr ""
|
8628 |
"ارتفاع الصورة (%s px) هو أقل من الحد الأدنى للارتفاع المطلوب لـ %s px "
|
8629 |
|
8630 |
-
#: includes/utils.php:
|
8631 |
msgctxt "utils"
|
8632 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8633 |
msgstr "عرض الصورة (%s px) هو أكبر من الحد الأقصى للعرض المسموح به لـ %s px "
|
8634 |
|
8635 |
-
#: includes/utils.php:
|
8636 |
msgctxt "utils"
|
8637 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8638 |
msgstr ""
|
8639 |
"ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
|
8640 |
|
8641 |
-
#: includes/utils.php:
|
8642 |
msgctxt "utils"
|
8643 |
msgid "Error while uploading file"
|
8644 |
msgstr "حدث خطأ أثناء رفع الملف."
|
@@ -8945,22 +8973,21 @@ msgctxt "search"
|
|
8945 |
msgid "\"%s\" is required."
|
8946 |
msgstr "%s مطلوب."
|
8947 |
|
8948 |
-
#: templates/
|
8949 |
-
|
|
|
|
|
|
|
|
|
8950 |
msgctxt "search"
|
8951 |
msgid "Search"
|
8952 |
msgstr "بحث"
|
8953 |
|
8954 |
-
#: templates/
|
8955 |
msgctxt "search"
|
8956 |
msgid "Search Results"
|
8957 |
msgstr "نتائج البحث"
|
8958 |
|
8959 |
-
#: templates/search-form.tpl.php:27
|
8960 |
-
msgctxt "search"
|
8961 |
-
msgid "Clear"
|
8962 |
-
msgstr "مسح"
|
8963 |
-
|
8964 |
#: includes/views/show_listing.php:13
|
8965 |
msgctxt "preview"
|
8966 |
msgid "This is just a preview. The listing has not been published yet."
|
@@ -9849,6 +9876,10 @@ msgctxt "themes/default"
|
|
9849 |
msgid "Address"
|
9850 |
msgstr "العنوان"
|
9851 |
|
|
|
|
|
|
|
|
|
9852 |
#, fuzzy
|
9853 |
#~ msgid "PayFast Payments"
|
9854 |
#~ msgstr "وحدة الدفع بايفاست (PayFast)"
|
@@ -11007,10 +11038,6 @@ msgstr "العنوان"
|
|
11007 |
#~ msgid "← Return to Directory."
|
11008 |
#~ msgstr "← الرجوع إلى الدليل."
|
11009 |
|
11010 |
-
#~ msgctxt "payment"
|
11011 |
-
#~ msgid "Return to Directory."
|
11012 |
-
#~ msgstr "العودة إلى الدليل."
|
11013 |
-
|
11014 |
#~ msgctxt "templates"
|
11015 |
#~ msgid ""
|
11016 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+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"
|
73 |
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
74 |
"(premium module) مجانا بمجرد تسجيلك."
|
75 |
|
76 |
+
#: includes/admin/class-admin.php:311
|
77 |
+
#, fuzzy
|
78 |
+
msgid "Invalid email address."
|
79 |
+
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
80 |
+
|
81 |
+
#: includes/admin/class-admin.php:391
|
82 |
#, fuzzy
|
83 |
msgid "Uninstall Business Directory Plugin"
|
84 |
msgstr "حذف إضافة دليل الأعمال"
|
85 |
|
86 |
+
#: includes/admin/class-admin.php:392
|
87 |
#, fuzzy
|
88 |
msgid "Uninstall"
|
89 |
msgstr "حذف"
|
866 |
msgid "Business Directory Theme archive (ZIP file)"
|
867 |
msgstr "أرشيف قالب دليل الأعمال (ملف مضغوط)"
|
868 |
|
869 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
870 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
871 |
+
#, fuzzy
|
872 |
+
msgid "No listings found."
|
873 |
+
msgstr "لم يتم العثور على أي إعلانات."
|
874 |
+
|
875 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
876 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
877 |
+
#, fuzzy
|
878 |
+
msgid "← Previous "
|
879 |
+
msgstr "« السابق"
|
880 |
+
|
881 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
882 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
883 |
+
#, fuzzy
|
884 |
+
msgid "Next →"
|
885 |
+
msgstr "التالي »"
|
886 |
+
|
887 |
+
#: templates/deprecated/search.tpl.php:6
|
888 |
+
#, fuzzy
|
889 |
+
msgid "Search"
|
890 |
+
msgstr "بحث"
|
891 |
+
|
892 |
+
#: templates/deprecated/search.tpl.php:14
|
893 |
+
#, fuzzy
|
894 |
+
msgid "Search Results"
|
895 |
+
msgstr "نتائج البحث"
|
896 |
+
|
897 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
898 |
+
#: templates/manage_listings.tpl.php:16
|
899 |
+
#, fuzzy
|
900 |
+
msgid "Return to directory"
|
901 |
+
msgstr "العودة إلى الدليل."
|
902 |
+
|
903 |
+
#: templates/manage-listings.tpl.php:3
|
904 |
+
#, fuzzy
|
905 |
+
msgid ""
|
906 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
907 |
+
"button. To delete a listing click the delete button."
|
908 |
+
msgstr ""
|
909 |
+
"أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
|
910 |
+
"ما إضغط على زر حذف."
|
911 |
+
|
912 |
+
#: templates/manage-listings.tpl.php:9
|
913 |
+
#, fuzzy
|
914 |
+
msgid "You do not currently have any listings in the directory."
|
915 |
+
msgstr "أنت لا تملك حاليا أي إعلانات في الدليل."
|
916 |
+
|
917 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
918 |
#, fuzzy
|
919 |
+
msgid "Return to Directory"
|
920 |
msgstr "العودة إلى الدليل."
|
921 |
|
922 |
+
#: templates/submit-listing-done.tpl.php:36
|
923 |
+
#, fuzzy
|
924 |
+
msgid "Return to directory."
|
925 |
+
msgstr "الرجوع إلى الدليل."
|
926 |
+
|
927 |
#: templates/submit-listing-images.tpl.php:5
|
928 |
#, fuzzy
|
929 |
msgid "Current Images"
|
1594 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1595 |
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
1596 |
|
1597 |
+
#: includes/admin/class-admin.php:462
|
1598 |
msgctxt "admin"
|
1599 |
msgid "Untitled Menu"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: includes/admin/class-admin.php:787
|
1603 |
msgctxt "admin"
|
1604 |
msgid "Dismiss this notice."
|
1605 |
msgstr "إخفاء هذا التنبيه."
|
1606 |
|
1607 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1608 |
#, fuzzy
|
1609 |
msgctxt "admin"
|
1610 |
msgid "The listing has been updated."
|
1616 |
msgstr[4] "تمت ترقية الإعلانات."
|
1617 |
msgstr[5] "تمت ترقية الإعلانات."
|
1618 |
|
1619 |
+
#: includes/admin/class-admin.php:862
|
1620 |
msgctxt "admin"
|
1621 |
msgid "The fee was successfully assigned."
|
1622 |
msgstr "تم تعيين الرسوم بنجاح."
|
1623 |
|
1624 |
+
#: includes/admin/class-admin.php:872
|
1625 |
msgctxt "admin"
|
1626 |
msgid "Listing was renewed."
|
1627 |
msgid_plural "Listings were renewed."
|
1632 |
msgstr[4] "تم تجديد الإعلانات."
|
1633 |
msgstr[5] "تم تجديد الإعلانات."
|
1634 |
|
1635 |
+
#: includes/admin/class-admin.php:884
|
1636 |
msgctxt "admin"
|
1637 |
msgid "Renewal email sent."
|
1638 |
msgstr "تم إرسال بريد التجديد."
|
1639 |
|
1640 |
+
#: includes/admin/class-admin.php:888
|
1641 |
msgctxt "admin"
|
1642 |
msgid ""
|
1643 |
"Could not send renewal email, notice template at listing expiration not "
|
1644 |
"found."
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: includes/admin/class-admin.php:895
|
1648 |
#, fuzzy
|
1649 |
msgctxt "admin"
|
1650 |
msgid "Listing report deleted."
|
1656 |
msgstr[4] "إنتهاء صلاحية الإعلان"
|
1657 |
msgstr[5] "إنتهاء صلاحية الإعلان"
|
1658 |
|
1659 |
+
#: includes/admin/class-admin.php:943
|
1660 |
#, fuzzy
|
1661 |
msgctxt "admin"
|
1662 |
msgid "Access keys sent."
|
1663 |
msgstr "مفتاح الوصول"
|
1664 |
|
1665 |
+
#: includes/admin/class-admin.php:945
|
1666 |
msgctxt "admin"
|
1667 |
msgid "The access keys couldn't be sent."
|
1668 |
msgstr ""
|
1669 |
|
1670 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1671 |
msgctxt "admin"
|
1672 |
msgid "Listing Count"
|
1673 |
msgstr "عدد الإعلانات"
|
1674 |
|
1675 |
+
#: includes/admin/class-admin.php:1090
|
1676 |
msgctxt "admin"
|
1677 |
msgid ""
|
1678 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1681 |
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
1682 |
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
1683 |
|
1684 |
+
#: includes/admin/class-admin.php:1092
|
1685 |
msgctxt "admin"
|
1686 |
msgid ""
|
1687 |
"You can create this page by yourself or let Business Directory do this for "
|
1690 |
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
1691 |
"تلقائياً."
|
1692 |
|
1693 |
+
#: includes/admin/class-admin.php:1097
|
1694 |
msgctxt "admin"
|
1695 |
msgid "Create required pages for me"
|
1696 |
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
1697 |
|
1698 |
+
#: includes/admin/class-admin.php:1131
|
1699 |
msgctxt "admin"
|
1700 |
msgid ""
|
1701 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1703 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: includes/admin/class-admin.php:1155
|
1707 |
msgctxt "admin"
|
1708 |
msgid ""
|
1709 |
"We noticed you want your Business Directory users to register before posting "
|
2071 |
msgid "No, thanks"
|
2072 |
msgstr "لا، شكرًا"
|
2073 |
|
2074 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
2075 |
#, fuzzy
|
2076 |
msgctxt "business-directory-plugin"
|
2077 |
msgid "Business Directory Admin"
|
2078 |
msgstr "مدير دليل الأعمال"
|
2079 |
|
2080 |
+
#: includes/admin/class-admin.php:344
|
2081 |
#, fuzzy
|
2082 |
msgctxt "business-directory-plugin"
|
2083 |
msgid "Directory"
|
2084 |
msgstr "الدليل"
|
2085 |
|
2086 |
+
#: includes/admin/class-admin.php:355
|
2087 |
msgctxt "admin menu"
|
2088 |
msgid "Manage Fees"
|
2089 |
msgstr "إدارة الرسوم"
|
2090 |
|
2091 |
+
#: includes/admin/class-admin.php:358
|
2092 |
msgctxt "admin menu"
|
2093 |
msgid "Manage Form Fields"
|
2094 |
msgstr "إدارة حقول الاستمارة"
|
2095 |
|
2096 |
+
#: includes/admin/class-admin.php:362
|
2097 |
#, fuzzy
|
2098 |
msgctxt "admin menu"
|
2099 |
msgid "Payment History"
|
2100 |
msgstr "سجل المدفوعات"
|
2101 |
|
2102 |
+
#: includes/admin/class-admin.php:365
|
2103 |
#, fuzzy
|
2104 |
msgctxt "admin menu"
|
2105 |
msgid "Import & Export"
|
2106 |
msgstr "استيراد CSV"
|
2107 |
|
2108 |
+
#: includes/admin/class-admin.php:368
|
2109 |
msgctxt "admin menu"
|
2110 |
msgid "Debug"
|
2111 |
msgstr "تصحيح الأخطاء"
|
2116 |
msgid "Settings"
|
2117 |
msgstr "إعدادات"
|
2118 |
|
2119 |
+
#: includes/admin/class-admin.php:1015
|
2120 |
msgctxt "admin category id"
|
2121 |
msgid "ID"
|
2122 |
msgstr "المعرف"
|
4092 |
msgstr "الكاتب"
|
4093 |
|
4094 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4095 |
+
#: includes/functions.php:1272
|
4096 |
msgctxt "admin settings"
|
4097 |
msgid "Date posted"
|
4098 |
msgstr "تاريخ النشر"
|
4099 |
|
4100 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4101 |
+
#: includes/functions.php:1273
|
4102 |
msgctxt "admin settings"
|
4103 |
msgid "Date last modified"
|
4104 |
msgstr "تاريخ آخر تعديل"
|
4535 |
msgid "Uploaded Image (no resize)"
|
4536 |
msgstr "رفع الصور"
|
4537 |
|
4538 |
+
#: includes/functions.php:1270
|
4539 |
msgctxt "admin settings"
|
4540 |
msgid "User"
|
4541 |
msgstr "عضو"
|
4542 |
|
4543 |
+
#: includes/functions.php:1271
|
4544 |
msgctxt "admin settings"
|
4545 |
msgid "User registration date"
|
4546 |
msgstr "تاريخ تسجيل العضو"
|
4831 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4832 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4833 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4834 |
+
#: includes/admin/settings/class-settings.php:303
|
4835 |
#, fuzzy
|
4836 |
msgctxt "settings"
|
4837 |
msgid "General Settings"
|
5968 |
msgid "Cropped"
|
5969 |
msgstr ""
|
5970 |
|
5971 |
+
#: includes/admin/settings/class-settings.php:458
|
5972 |
+
#: includes/admin/settings/class-settings.php:469
|
5973 |
msgctxt "settings"
|
5974 |
msgid "\"%s\" can not be empty."
|
5975 |
msgstr ""
|
5976 |
|
5977 |
+
#: includes/admin/settings/class-settings.php:476
|
5978 |
msgctxt "settings"
|
5979 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5980 |
msgstr ""
|
7469 |
msgid "Caption for %s is required."
|
7470 |
msgstr "البلد المطلوب."
|
7471 |
|
7472 |
+
#: includes/functions.php:1353
|
7473 |
#, fuzzy
|
7474 |
msgctxt "templates"
|
7475 |
msgid "Return to results"
|
7476 |
msgstr "العودة إلى الدليل."
|
7477 |
|
7478 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
7479 |
msgctxt "templates"
|
7480 |
msgid "Go back"
|
7481 |
msgstr ""
|
7594 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7595 |
msgstr "أوافق على الشروط والأحكام"
|
7596 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7597 |
#: templates/listing-contactform.tpl.php:20
|
7598 |
msgctxt "templates"
|
7599 |
msgid "Listing Title: "
|
7663 |
msgid "Lost your password?"
|
7664 |
msgstr "فقدت كلمة المرور؟"
|
7665 |
|
7666 |
+
#: templates/manage_listings.tpl.php:11
|
7667 |
+
msgctxt "templates"
|
7668 |
+
msgid "You do not currently have any listings in the directory."
|
7669 |
+
msgstr "أنت لا تملك حاليا أي إعلانات في الدليل."
|
7670 |
+
|
7671 |
+
#: templates/manage_listings.tpl.php:20
|
7672 |
msgctxt "templates"
|
7673 |
msgid ""
|
7674 |
"Your current listings are shown below. To edit a listing click the edit "
|
7677 |
"أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
|
7678 |
"ما إضغط على زر حذف."
|
7679 |
|
7680 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
7681 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
|
|
|
|
|
|
|
|
|
|
7682 |
msgctxt "templates"
|
7683 |
msgid "Edit"
|
7684 |
msgstr "تحرير"
|
7685 |
|
7686 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
7687 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
7688 |
#, fuzzy
|
7689 |
msgctxt "templates"
|
7690 |
msgid "Flag Listing"
|
7691 |
msgstr "العثور على إعلان"
|
7692 |
|
7693 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
7694 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
7695 |
msgctxt "templates"
|
7696 |
msgid "Delete"
|
7697 |
msgstr "حذف"
|
7698 |
|
7699 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
7700 |
msgctxt "templates"
|
7701 |
msgid "Are you sure you wish to delete this listing?"
|
7702 |
msgstr "هل أنت متأكد من أنك تريد حذف هذا الاعلان؟"
|
7703 |
|
7704 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
7705 |
msgctxt "templates"
|
7706 |
msgid "View"
|
7707 |
msgstr "مشاهدة"
|
7759 |
msgid "Find a listing"
|
7760 |
msgstr "العثور على إعلان"
|
7761 |
|
7762 |
+
#: templates/search.tpl.php:17
|
7763 |
+
msgctxt "templates"
|
7764 |
+
msgid "No listings found."
|
7765 |
+
msgstr "لم يتم العثور على أي إعلانات."
|
7766 |
+
|
7767 |
#: templates/search.tpl.php:26
|
7768 |
#, fuzzy
|
7769 |
msgctxt "templates"
|
7785 |
msgid "Your listing has been submitted."
|
7786 |
msgstr "تم إضافة إعلانك."
|
7787 |
|
7788 |
+
#: templates/submit-listing-done.tpl.php:25
|
7789 |
msgctxt "templates"
|
7790 |
msgid "Your listing changes were saved."
|
7791 |
msgstr "تم حفظ تغييرات إعلانك."
|
7792 |
|
7793 |
+
#: templates/submit-listing-done.tpl.php:30
|
7794 |
msgctxt "templates"
|
7795 |
msgid "Go to your listing"
|
7796 |
msgstr "الذهاب إلى إعلانك"
|
7797 |
|
7798 |
+
#: templates/submit-listing-done.tpl.php:32
|
7799 |
msgctxt "templates"
|
7800 |
msgid ""
|
7801 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7802 |
"is approved."
|
7803 |
msgstr ""
|
7804 |
|
|
|
|
|
|
|
|
|
|
|
7805 |
#: templates/submit-listing-images-single.tpl.php:24
|
7806 |
msgctxt "templates"
|
7807 |
msgid "Set this image as the listing thumbnail."
|
8611 |
msgid "(Reset)"
|
8612 |
msgstr "(إعادة تعيين)"
|
8613 |
|
8614 |
+
#: includes/utils.php:271
|
8615 |
msgctxt "utils"
|
8616 |
msgid ""
|
8617 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8619 |
"تجاوزت البيانات التي تم نشرها الحد الأقصى لإعدادات PHP. أنظر توجيه "
|
8620 |
"\"post_max_size\"."
|
8621 |
|
8622 |
+
#: includes/utils.php:319
|
8623 |
msgctxt "utils"
|
8624 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8625 |
msgstr "حجم الملف (%s) يتجاوز الحجم الأقصى للملف %s"
|
8626 |
|
8627 |
+
#: includes/utils.php:327
|
8628 |
msgctxt "utils"
|
8629 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8630 |
msgstr "حجم الملف (%s) أقل من الحد الأدنى المطلوب لحجم الملف لـ %s"
|
8631 |
|
8632 |
+
#: includes/utils.php:336 includes/utils.php:343
|
8633 |
msgctxt "utils"
|
8634 |
msgid "File type \"%s\" is not allowed"
|
8635 |
msgstr "غير مسموح بنوع الملف \"%s\""
|
8636 |
|
8637 |
+
#: includes/utils.php:350
|
8638 |
msgctxt "utils"
|
8639 |
msgid "Unkown error while uploading file."
|
8640 |
msgstr "حدث خطأ مجهول أثناء رفع الملف."
|
8641 |
|
8642 |
+
#: includes/utils.php:369
|
8643 |
msgctxt "utils"
|
8644 |
msgid "Uploaded file is not an image"
|
8645 |
msgstr "الملف الذي تم رفعه ليس صورة"
|
8646 |
|
8647 |
+
#: includes/utils.php:378
|
8648 |
msgctxt "utils"
|
8649 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8650 |
msgstr "عرض الصورة (%s px) هو أقل من الحد الأدنى للعرض المطلوب لـ %s px "
|
8651 |
|
8652 |
+
#: includes/utils.php:384
|
8653 |
msgctxt "utils"
|
8654 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8655 |
msgstr ""
|
8656 |
"ارتفاع الصورة (%s px) هو أقل من الحد الأدنى للارتفاع المطلوب لـ %s px "
|
8657 |
|
8658 |
+
#: includes/utils.php:390
|
8659 |
msgctxt "utils"
|
8660 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8661 |
msgstr "عرض الصورة (%s px) هو أكبر من الحد الأقصى للعرض المسموح به لـ %s px "
|
8662 |
|
8663 |
+
#: includes/utils.php:396
|
8664 |
msgctxt "utils"
|
8665 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8666 |
msgstr ""
|
8667 |
"ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
|
8668 |
|
8669 |
+
#: includes/utils.php:410
|
8670 |
msgctxt "utils"
|
8671 |
msgid "Error while uploading file"
|
8672 |
msgstr "حدث خطأ أثناء رفع الملف."
|
8973 |
msgid "\"%s\" is required."
|
8974 |
msgstr "%s مطلوب."
|
8975 |
|
8976 |
+
#: templates/search-form.tpl.php:27
|
8977 |
+
msgctxt "search"
|
8978 |
+
msgid "Clear"
|
8979 |
+
msgstr "مسح"
|
8980 |
+
|
8981 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8982 |
msgctxt "search"
|
8983 |
msgid "Search"
|
8984 |
msgstr "بحث"
|
8985 |
|
8986 |
+
#: templates/search.tpl.php:10
|
8987 |
msgctxt "search"
|
8988 |
msgid "Search Results"
|
8989 |
msgstr "نتائج البحث"
|
8990 |
|
|
|
|
|
|
|
|
|
|
|
8991 |
#: includes/views/show_listing.php:13
|
8992 |
msgctxt "preview"
|
8993 |
msgid "This is just a preview. The listing has not been published yet."
|
9876 |
msgid "Address"
|
9877 |
msgstr "العنوان"
|
9878 |
|
9879 |
+
#, fuzzy
|
9880 |
+
#~ msgid "← Return to Directory"
|
9881 |
+
#~ msgstr "العودة إلى الدليل."
|
9882 |
+
|
9883 |
#, fuzzy
|
9884 |
#~ msgid "PayFast Payments"
|
9885 |
#~ msgstr "وحدة الدفع بايفاست (PayFast)"
|
11038 |
#~ msgid "← Return to Directory."
|
11039 |
#~ msgstr "← الرجوع إلى الدليل."
|
11040 |
|
|
|
|
|
|
|
|
|
11041 |
#~ msgctxt "templates"
|
11042 |
#~ msgid ""
|
11043 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
languages/business-directory-plugin-de_DE.mo
CHANGED
Binary file
|
languages/business-directory-plugin-de_DE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2020-10-
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
@@ -73,12 +73,17 @@ msgstr ""
|
|
73 |
"von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
|
74 |
"Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
|
75 |
|
76 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
77 |
#, fuzzy
|
78 |
msgid "Uninstall Business Directory Plugin"
|
79 |
msgstr "Branchenverzeichnis deinstallieren"
|
80 |
|
81 |
-
#: includes/admin/class-admin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Uninstall"
|
84 |
msgstr "Deinstallieren"
|
@@ -838,9 +843,63 @@ msgstr "neu"
|
|
838 |
msgid "Business Directory Theme archive (ZIP file)"
|
839 |
msgstr "BD Theme Archiv (ZIP Datei)"
|
840 |
|
841 |
-
#: templates/
|
842 |
-
|
843 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
844 |
|
845 |
#: templates/submit-listing-images.tpl.php:5
|
846 |
#, fuzzy
|
@@ -1529,17 +1588,17 @@ msgstr ""
|
|
1529 |
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
1530 |
"a>."
|
1531 |
|
1532 |
-
#: includes/admin/class-admin.php:
|
1533 |
msgctxt "admin"
|
1534 |
msgid "Untitled Menu"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: includes/admin/class-admin.php:
|
1538 |
msgctxt "admin"
|
1539 |
msgid "Dismiss this notice."
|
1540 |
msgstr "Diese Nachricht ignorieren."
|
1541 |
|
1542 |
-
#: includes/admin/class-admin.php:
|
1543 |
#, fuzzy
|
1544 |
msgctxt "admin"
|
1545 |
msgid "The listing has been updated."
|
@@ -1547,31 +1606,31 @@ msgid_plural "The listings have been updated."
|
|
1547 |
msgstr[0] "Der Eintrag wurde aktualisiert"
|
1548 |
msgstr[1] "Die Einträge wurden aktualisiert."
|
1549 |
|
1550 |
-
#: includes/admin/class-admin.php:
|
1551 |
msgctxt "admin"
|
1552 |
msgid "The fee was successfully assigned."
|
1553 |
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
1554 |
|
1555 |
-
#: includes/admin/class-admin.php:
|
1556 |
msgctxt "admin"
|
1557 |
msgid "Listing was renewed."
|
1558 |
msgid_plural "Listings were renewed."
|
1559 |
msgstr[0] "Eintrag wurde aktualisiert."
|
1560 |
msgstr[1] "Einträge wurden aktualisiert."
|
1561 |
|
1562 |
-
#: includes/admin/class-admin.php:
|
1563 |
msgctxt "admin"
|
1564 |
msgid "Renewal email sent."
|
1565 |
msgstr "E-mail erneut senden."
|
1566 |
|
1567 |
-
#: includes/admin/class-admin.php:
|
1568 |
msgctxt "admin"
|
1569 |
msgid ""
|
1570 |
"Could not send renewal email, notice template at listing expiration not "
|
1571 |
"found."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: includes/admin/class-admin.php:
|
1575 |
#, fuzzy
|
1576 |
msgctxt "admin"
|
1577 |
msgid "Listing report deleted."
|
@@ -1579,23 +1638,23 @@ msgid_plural "Listing reports deleted."
|
|
1579 |
msgstr[0] "Eintrag Enddatum"
|
1580 |
msgstr[1] "Eintrag Enddatum"
|
1581 |
|
1582 |
-
#: includes/admin/class-admin.php:
|
1583 |
#, fuzzy
|
1584 |
msgctxt "admin"
|
1585 |
msgid "Access keys sent."
|
1586 |
msgstr "Eintrag Felder / Bilder"
|
1587 |
|
1588 |
-
#: includes/admin/class-admin.php:
|
1589 |
msgctxt "admin"
|
1590 |
msgid "The access keys couldn't be sent."
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: includes/admin/class-admin.php:
|
1594 |
msgctxt "admin"
|
1595 |
msgid "Listing Count"
|
1596 |
msgstr "Anzahl Einträge"
|
1597 |
|
1598 |
-
#: includes/admin/class-admin.php:
|
1599 |
msgctxt "admin"
|
1600 |
msgid ""
|
1601 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -1604,7 +1663,7 @@ msgstr ""
|
|
1604 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
1605 |
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
1606 |
|
1607 |
-
#: includes/admin/class-admin.php:
|
1608 |
msgctxt "admin"
|
1609 |
msgid ""
|
1610 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -1613,12 +1672,12 @@ msgstr ""
|
|
1613 |
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
1614 |
"automatisch erstellen lassen."
|
1615 |
|
1616 |
-
#: includes/admin/class-admin.php:
|
1617 |
msgctxt "admin"
|
1618 |
msgid "Create required pages for me"
|
1619 |
msgstr "Erstelle benötigte Seiten für mich"
|
1620 |
|
1621 |
-
#: includes/admin/class-admin.php:
|
1622 |
msgctxt "admin"
|
1623 |
msgid ""
|
1624 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1626,7 +1685,7 @@ msgid ""
|
|
1626 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: includes/admin/class-admin.php:
|
1630 |
msgctxt "admin"
|
1631 |
msgid ""
|
1632 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -2000,46 +2059,41 @@ msgctxt "drip pointer"
|
|
2000 |
msgid "No, thanks"
|
2001 |
msgstr "Nein, danke"
|
2002 |
|
2003 |
-
#: includes/admin/class-admin.php:
|
2004 |
-
msgctxt "drip pointer"
|
2005 |
-
msgid "Invalid e-mail address."
|
2006 |
-
msgstr "Ungültiger Erneuerungszustand."
|
2007 |
-
|
2008 |
-
#: includes/admin/class-admin.php:351
|
2009 |
#, fuzzy
|
2010 |
msgctxt "business-directory-plugin"
|
2011 |
msgid "Business Directory Admin"
|
2012 |
msgstr "Branchenverzeichnis Administration"
|
2013 |
|
2014 |
-
#: includes/admin/class-admin.php:
|
2015 |
#, fuzzy
|
2016 |
msgctxt "business-directory-plugin"
|
2017 |
msgid "Directory"
|
2018 |
msgstr "Verzeichnis"
|
2019 |
|
2020 |
-
#: includes/admin/class-admin.php:
|
2021 |
msgctxt "admin menu"
|
2022 |
msgid "Manage Fees"
|
2023 |
msgstr "Preise Verwalten"
|
2024 |
|
2025 |
-
#: includes/admin/class-admin.php:
|
2026 |
msgctxt "admin menu"
|
2027 |
msgid "Manage Form Fields"
|
2028 |
msgstr "Felder verwalten"
|
2029 |
|
2030 |
-
#: includes/admin/class-admin.php:
|
2031 |
#, fuzzy
|
2032 |
msgctxt "admin menu"
|
2033 |
msgid "Payment History"
|
2034 |
msgstr "Bezahlhistorie"
|
2035 |
|
2036 |
-
#: includes/admin/class-admin.php:
|
2037 |
#, fuzzy
|
2038 |
msgctxt "admin menu"
|
2039 |
msgid "Import & Export"
|
2040 |
msgstr "CSV Import"
|
2041 |
|
2042 |
-
#: includes/admin/class-admin.php:
|
2043 |
msgctxt "admin menu"
|
2044 |
msgid "Debug"
|
2045 |
msgstr "Fehlerkorrektur"
|
@@ -2050,7 +2104,7 @@ msgctxt "admin menu"
|
|
2050 |
msgid "Settings"
|
2051 |
msgstr "Einstellungen"
|
2052 |
|
2053 |
-
#: includes/admin/class-admin.php:
|
2054 |
msgctxt "admin category id"
|
2055 |
msgid "ID"
|
2056 |
msgstr "ID"
|
@@ -4048,13 +4102,13 @@ msgid "Author"
|
|
4048 |
msgstr "Author"
|
4049 |
|
4050 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4051 |
-
#: includes/functions.php:
|
4052 |
msgctxt "admin settings"
|
4053 |
msgid "Date posted"
|
4054 |
msgstr "Datum gepostet"
|
4055 |
|
4056 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4057 |
-
#: includes/functions.php:
|
4058 |
msgctxt "admin settings"
|
4059 |
msgid "Date last modified"
|
4060 |
msgstr "Datum zuletzt verändert"
|
@@ -4490,12 +4544,12 @@ msgctxt "admin settings"
|
|
4490 |
msgid "Uploaded Image (no resize)"
|
4491 |
msgstr "Dateien hochladen"
|
4492 |
|
4493 |
-
#: includes/functions.php:
|
4494 |
msgctxt "admin settings"
|
4495 |
msgid "User"
|
4496 |
msgstr "Benutzer"
|
4497 |
|
4498 |
-
#: includes/functions.php:
|
4499 |
msgctxt "admin settings"
|
4500 |
msgid "User registration date"
|
4501 |
msgstr "Eintrag Enddatum"
|
@@ -4750,7 +4804,7 @@ msgstr "Einträge"
|
|
4750 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4751 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4752 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4753 |
-
#: includes/admin/settings/class-settings.php:
|
4754 |
#, fuzzy
|
4755 |
msgctxt "settings"
|
4756 |
msgid "General Settings"
|
@@ -5878,13 +5932,13 @@ msgctxt "settings"
|
|
5878 |
msgid "Cropped"
|
5879 |
msgstr ""
|
5880 |
|
5881 |
-
#: includes/admin/settings/class-settings.php:
|
5882 |
-
#: includes/admin/settings/class-settings.php:
|
5883 |
msgctxt "settings"
|
5884 |
msgid "\"%s\" can not be empty."
|
5885 |
msgstr ""
|
5886 |
|
5887 |
-
#: includes/admin/settings/class-settings.php:
|
5888 |
msgctxt "settings"
|
5889 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5890 |
msgstr ""
|
@@ -7371,12 +7425,12 @@ msgctxt "image field"
|
|
7371 |
msgid "Caption for %s is required."
|
7372 |
msgstr "%s ist ein Pflichtfeld."
|
7373 |
|
7374 |
-
#: includes/functions.php:
|
7375 |
msgctxt "templates"
|
7376 |
msgid "Return to results"
|
7377 |
msgstr "Zurück zu den Ergebnissen"
|
7378 |
|
7379 |
-
#: includes/functions.php:
|
7380 |
msgctxt "templates"
|
7381 |
msgid "Go back"
|
7382 |
msgstr "Geh zurück"
|
@@ -7496,31 +7550,6 @@ msgctxt "templates"
|
|
7496 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7497 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
7498 |
|
7499 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
7500 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
7501 |
-
#: templates/search.tpl.php:17
|
7502 |
-
msgctxt "templates"
|
7503 |
-
msgid "No listings found."
|
7504 |
-
msgstr "Kein Eintrag vorhanden."
|
7505 |
-
|
7506 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
7507 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
7508 |
-
msgctxt "templates"
|
7509 |
-
msgid "« Previous "
|
7510 |
-
msgstr "« Vorher"
|
7511 |
-
|
7512 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
7513 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
7514 |
-
msgctxt "templates"
|
7515 |
-
msgid "Next »"
|
7516 |
-
msgstr "Nächste »"
|
7517 |
-
|
7518 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
7519 |
-
#: templates/manage_listings.tpl.php:16
|
7520 |
-
msgctxt "templates"
|
7521 |
-
msgid "Return to directory"
|
7522 |
-
msgstr "Zurück zum Verzeichnis"
|
7523 |
-
|
7524 |
#: templates/listing-contactform.tpl.php:20
|
7525 |
msgctxt "templates"
|
7526 |
msgid "Listing Title: "
|
@@ -7591,7 +7620,12 @@ msgctxt "templates"
|
|
7591 |
msgid "Lost your password?"
|
7592 |
msgstr "Passwort verloren?"
|
7593 |
|
7594 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
7595 |
msgctxt "templates"
|
7596 |
msgid ""
|
7597 |
"Your current listings are shown below. To edit a listing click the edit "
|
@@ -7600,36 +7634,31 @@ msgstr ""
|
|
7600 |
"Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke auf "
|
7601 |
"den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen Button."
|
7602 |
|
7603 |
-
#: templates/
|
7604 |
-
|
7605 |
-
msgid "You do not currently have any listings in the directory."
|
7606 |
-
msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
|
7607 |
-
|
7608 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
7609 |
-
#: templates/parts/listing-buttons.tpl.php:63
|
7610 |
msgctxt "templates"
|
7611 |
msgid "Edit"
|
7612 |
msgstr "Bearbeiten"
|
7613 |
|
7614 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7615 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7616 |
#, fuzzy
|
7617 |
msgctxt "templates"
|
7618 |
msgid "Flag Listing"
|
7619 |
msgstr "Eintrag finden"
|
7620 |
|
7621 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7622 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7623 |
msgctxt "templates"
|
7624 |
msgid "Delete"
|
7625 |
msgstr "Löschen"
|
7626 |
|
7627 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7628 |
msgctxt "templates"
|
7629 |
msgid "Are you sure you wish to delete this listing?"
|
7630 |
msgstr "Sind Sie sicher, dass Sie den Eintrag löschen wollen?"
|
7631 |
|
7632 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7633 |
msgctxt "templates"
|
7634 |
msgid "View"
|
7635 |
msgstr "Anschauen"
|
@@ -7688,6 +7717,11 @@ msgctxt "templates"
|
|
7688 |
msgid "Find a listing"
|
7689 |
msgstr "Einen Eintrag finden"
|
7690 |
|
|
|
|
|
|
|
|
|
|
|
7691 |
#: templates/search.tpl.php:26
|
7692 |
#, fuzzy
|
7693 |
msgctxt "templates"
|
@@ -7709,28 +7743,23 @@ msgctxt "templates"
|
|
7709 |
msgid "Your listing has been submitted."
|
7710 |
msgstr "Dein Eintrag wurde erfolgreich eingesandt."
|
7711 |
|
7712 |
-
#: templates/submit-listing-done.tpl.php:
|
7713 |
msgctxt "templates"
|
7714 |
msgid "Your listing changes were saved."
|
7715 |
msgstr "Deine Eintragsänderungen wurden gespeichert."
|
7716 |
|
7717 |
-
#: templates/submit-listing-done.tpl.php:
|
7718 |
msgctxt "templates"
|
7719 |
msgid "Go to your listing"
|
7720 |
msgstr "Zum Eintrag"
|
7721 |
|
7722 |
-
#: templates/submit-listing-done.tpl.php:
|
7723 |
msgctxt "templates"
|
7724 |
msgid ""
|
7725 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7726 |
"is approved."
|
7727 |
msgstr ""
|
7728 |
|
7729 |
-
#: templates/submit-listing-done.tpl.php:33
|
7730 |
-
msgctxt "templates"
|
7731 |
-
msgid "Return to directory."
|
7732 |
-
msgstr "Zurück zum Verzeichnis."
|
7733 |
-
|
7734 |
#: templates/submit-listing-images-single.tpl.php:24
|
7735 |
msgctxt "templates"
|
7736 |
msgid "Set this image as the listing thumbnail."
|
@@ -8544,7 +8573,7 @@ msgctxt "sort"
|
|
8544 |
msgid "(Reset)"
|
8545 |
msgstr "Zurücksetzen"
|
8546 |
|
8547 |
-
#: includes/utils.php:
|
8548 |
msgctxt "utils"
|
8549 |
msgid ""
|
8550 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
@@ -8552,56 +8581,56 @@ msgstr ""
|
|
8552 |
"Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
|
8553 |
"\"in deiner php.ini an."
|
8554 |
|
8555 |
-
#: includes/utils.php:
|
8556 |
msgctxt "utils"
|
8557 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8558 |
msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
|
8559 |
|
8560 |
-
#: includes/utils.php:
|
8561 |
msgctxt "utils"
|
8562 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8563 |
msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
|
8564 |
|
8565 |
-
#: includes/utils.php:
|
8566 |
msgctxt "utils"
|
8567 |
msgid "File type \"%s\" is not allowed"
|
8568 |
msgstr "Dateityp \"%s\" ist nicht erlaubt"
|
8569 |
|
8570 |
-
#: includes/utils.php:
|
8571 |
msgctxt "utils"
|
8572 |
msgid "Unkown error while uploading file."
|
8573 |
msgstr "Unbekannter Fehler beim Hochladen der Datei."
|
8574 |
|
8575 |
-
#: includes/utils.php:
|
8576 |
msgctxt "utils"
|
8577 |
msgid "Uploaded file is not an image"
|
8578 |
msgstr "Hochgeladene Datei ist kein Bild."
|
8579 |
|
8580 |
-
#: includes/utils.php:
|
8581 |
msgctxt "utils"
|
8582 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8583 |
msgstr "Die Bildbreite (%s px) ist kleiner als die benötigte Breite von %s px."
|
8584 |
|
8585 |
-
#: includes/utils.php:
|
8586 |
msgctxt "utils"
|
8587 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8588 |
msgstr ""
|
8589 |
"Die Bildhöhe (%s px) ist kleiner als die benötigte Mindesthöhe von %s px."
|
8590 |
|
8591 |
-
#: includes/utils.php:
|
8592 |
msgctxt "utils"
|
8593 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8594 |
msgstr ""
|
8595 |
"Die Bildbreite (%s Pixel) ist größer als die maximal zulässige Breite von %s "
|
8596 |
"Pixel."
|
8597 |
|
8598 |
-
#: includes/utils.php:
|
8599 |
msgctxt "utils"
|
8600 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8601 |
msgstr ""
|
8602 |
"Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
|
8603 |
|
8604 |
-
#: includes/utils.php:
|
8605 |
msgctxt "utils"
|
8606 |
msgid "Error while uploading file"
|
8607 |
msgstr "Fehler während des Hochladens der Datei"
|
@@ -8918,22 +8947,21 @@ msgctxt "search"
|
|
8918 |
msgid "\"%s\" is required."
|
8919 |
msgstr "%s ist ein Pflichtfeld."
|
8920 |
|
8921 |
-
#: templates/
|
8922 |
-
|
|
|
|
|
|
|
|
|
8923 |
msgctxt "search"
|
8924 |
msgid "Search"
|
8925 |
msgstr "Suche"
|
8926 |
|
8927 |
-
#: templates/
|
8928 |
msgctxt "search"
|
8929 |
msgid "Search Results"
|
8930 |
msgstr "Ergebnisse durchsuchen"
|
8931 |
|
8932 |
-
#: templates/search-form.tpl.php:27
|
8933 |
-
msgctxt "search"
|
8934 |
-
msgid "Clear"
|
8935 |
-
msgstr "Zurücksetzen"
|
8936 |
-
|
8937 |
#: includes/views/show_listing.php:13
|
8938 |
msgctxt "preview"
|
8939 |
msgid "This is just a preview. The listing has not been published yet."
|
@@ -9835,6 +9863,9 @@ msgctxt "themes/default"
|
|
9835 |
msgid "Address"
|
9836 |
msgstr "Adresse"
|
9837 |
|
|
|
|
|
|
|
9838 |
#, fuzzy
|
9839 |
#~ msgid "PayFast Payments"
|
9840 |
#~ msgstr "PayFast Payment Module"
|
@@ -10906,10 +10937,6 @@ msgstr "Adresse"
|
|
10906 |
#~ msgid "← Return to Directory."
|
10907 |
#~ msgstr "← Zurück zum Verzeichnis."
|
10908 |
|
10909 |
-
#~ msgctxt "payment"
|
10910 |
-
#~ msgid "Return to Directory."
|
10911 |
-
#~ msgstr "Zurück zum Verzeichnis."
|
10912 |
-
|
10913 |
#~ msgctxt "templates"
|
10914 |
#~ msgid ""
|
10915 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
73 |
"von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
|
74 |
"Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
|
75 |
|
76 |
+
#: includes/admin/class-admin.php:311
|
77 |
+
#, fuzzy
|
78 |
+
msgid "Invalid email address."
|
79 |
+
msgstr "Ungültiger Erneuerungszustand."
|
80 |
+
|
81 |
+
#: includes/admin/class-admin.php:391
|
82 |
#, fuzzy
|
83 |
msgid "Uninstall Business Directory Plugin"
|
84 |
msgstr "Branchenverzeichnis deinstallieren"
|
85 |
|
86 |
+
#: includes/admin/class-admin.php:392
|
87 |
#, fuzzy
|
88 |
msgid "Uninstall"
|
89 |
msgstr "Deinstallieren"
|
843 |
msgid "Business Directory Theme archive (ZIP file)"
|
844 |
msgstr "BD Theme Archiv (ZIP Datei)"
|
845 |
|
846 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
847 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
848 |
+
#, fuzzy
|
849 |
+
msgid "No listings found."
|
850 |
+
msgstr "Kein Eintrag vorhanden."
|
851 |
+
|
852 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
853 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
854 |
+
#, fuzzy
|
855 |
+
msgid "← Previous "
|
856 |
+
msgstr "« Vorher"
|
857 |
+
|
858 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
859 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
860 |
+
#, fuzzy
|
861 |
+
msgid "Next →"
|
862 |
+
msgstr "Nächste »"
|
863 |
+
|
864 |
+
#: templates/deprecated/search.tpl.php:6
|
865 |
+
#, fuzzy
|
866 |
+
msgid "Search"
|
867 |
+
msgstr "Suche"
|
868 |
+
|
869 |
+
#: templates/deprecated/search.tpl.php:14
|
870 |
+
#, fuzzy
|
871 |
+
msgid "Search Results"
|
872 |
+
msgstr "Ergebnisse durchsuchen"
|
873 |
+
|
874 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
875 |
+
#: templates/manage_listings.tpl.php:16
|
876 |
+
#, fuzzy
|
877 |
+
msgid "Return to directory"
|
878 |
+
msgstr "Zurück zum Verzeichnis"
|
879 |
+
|
880 |
+
#: templates/manage-listings.tpl.php:3
|
881 |
+
#, fuzzy
|
882 |
+
msgid ""
|
883 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
884 |
+
"button. To delete a listing click the delete button."
|
885 |
+
msgstr ""
|
886 |
+
"Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke auf "
|
887 |
+
"den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen Button."
|
888 |
+
|
889 |
+
#: templates/manage-listings.tpl.php:9
|
890 |
+
#, fuzzy
|
891 |
+
msgid "You do not currently have any listings in the directory."
|
892 |
+
msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
|
893 |
+
|
894 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
895 |
+
#, fuzzy
|
896 |
+
msgid "Return to Directory"
|
897 |
+
msgstr "Zurück zum Verzeichnis."
|
898 |
+
|
899 |
+
#: templates/submit-listing-done.tpl.php:36
|
900 |
+
#, fuzzy
|
901 |
+
msgid "Return to directory."
|
902 |
+
msgstr "Zurück zum Verzeichnis."
|
903 |
|
904 |
#: templates/submit-listing-images.tpl.php:5
|
905 |
#, fuzzy
|
1588 |
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
1589 |
"a>."
|
1590 |
|
1591 |
+
#: includes/admin/class-admin.php:462
|
1592 |
msgctxt "admin"
|
1593 |
msgid "Untitled Menu"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: includes/admin/class-admin.php:787
|
1597 |
msgctxt "admin"
|
1598 |
msgid "Dismiss this notice."
|
1599 |
msgstr "Diese Nachricht ignorieren."
|
1600 |
|
1601 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1602 |
#, fuzzy
|
1603 |
msgctxt "admin"
|
1604 |
msgid "The listing has been updated."
|
1606 |
msgstr[0] "Der Eintrag wurde aktualisiert"
|
1607 |
msgstr[1] "Die Einträge wurden aktualisiert."
|
1608 |
|
1609 |
+
#: includes/admin/class-admin.php:862
|
1610 |
msgctxt "admin"
|
1611 |
msgid "The fee was successfully assigned."
|
1612 |
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
1613 |
|
1614 |
+
#: includes/admin/class-admin.php:872
|
1615 |
msgctxt "admin"
|
1616 |
msgid "Listing was renewed."
|
1617 |
msgid_plural "Listings were renewed."
|
1618 |
msgstr[0] "Eintrag wurde aktualisiert."
|
1619 |
msgstr[1] "Einträge wurden aktualisiert."
|
1620 |
|
1621 |
+
#: includes/admin/class-admin.php:884
|
1622 |
msgctxt "admin"
|
1623 |
msgid "Renewal email sent."
|
1624 |
msgstr "E-mail erneut senden."
|
1625 |
|
1626 |
+
#: includes/admin/class-admin.php:888
|
1627 |
msgctxt "admin"
|
1628 |
msgid ""
|
1629 |
"Could not send renewal email, notice template at listing expiration not "
|
1630 |
"found."
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: includes/admin/class-admin.php:895
|
1634 |
#, fuzzy
|
1635 |
msgctxt "admin"
|
1636 |
msgid "Listing report deleted."
|
1638 |
msgstr[0] "Eintrag Enddatum"
|
1639 |
msgstr[1] "Eintrag Enddatum"
|
1640 |
|
1641 |
+
#: includes/admin/class-admin.php:943
|
1642 |
#, fuzzy
|
1643 |
msgctxt "admin"
|
1644 |
msgid "Access keys sent."
|
1645 |
msgstr "Eintrag Felder / Bilder"
|
1646 |
|
1647 |
+
#: includes/admin/class-admin.php:945
|
1648 |
msgctxt "admin"
|
1649 |
msgid "The access keys couldn't be sent."
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1653 |
msgctxt "admin"
|
1654 |
msgid "Listing Count"
|
1655 |
msgstr "Anzahl Einträge"
|
1656 |
|
1657 |
+
#: includes/admin/class-admin.php:1090
|
1658 |
msgctxt "admin"
|
1659 |
msgid ""
|
1660 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1663 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
1664 |
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
1665 |
|
1666 |
+
#: includes/admin/class-admin.php:1092
|
1667 |
msgctxt "admin"
|
1668 |
msgid ""
|
1669 |
"You can create this page by yourself or let Business Directory do this for "
|
1672 |
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
1673 |
"automatisch erstellen lassen."
|
1674 |
|
1675 |
+
#: includes/admin/class-admin.php:1097
|
1676 |
msgctxt "admin"
|
1677 |
msgid "Create required pages for me"
|
1678 |
msgstr "Erstelle benötigte Seiten für mich"
|
1679 |
|
1680 |
+
#: includes/admin/class-admin.php:1131
|
1681 |
msgctxt "admin"
|
1682 |
msgid ""
|
1683 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1685 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: includes/admin/class-admin.php:1155
|
1689 |
msgctxt "admin"
|
1690 |
msgid ""
|
1691 |
"We noticed you want your Business Directory users to register before posting "
|
2059 |
msgid "No, thanks"
|
2060 |
msgstr "Nein, danke"
|
2061 |
|
2062 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
2063 |
#, fuzzy
|
2064 |
msgctxt "business-directory-plugin"
|
2065 |
msgid "Business Directory Admin"
|
2066 |
msgstr "Branchenverzeichnis Administration"
|
2067 |
|
2068 |
+
#: includes/admin/class-admin.php:344
|
2069 |
#, fuzzy
|
2070 |
msgctxt "business-directory-plugin"
|
2071 |
msgid "Directory"
|
2072 |
msgstr "Verzeichnis"
|
2073 |
|
2074 |
+
#: includes/admin/class-admin.php:355
|
2075 |
msgctxt "admin menu"
|
2076 |
msgid "Manage Fees"
|
2077 |
msgstr "Preise Verwalten"
|
2078 |
|
2079 |
+
#: includes/admin/class-admin.php:358
|
2080 |
msgctxt "admin menu"
|
2081 |
msgid "Manage Form Fields"
|
2082 |
msgstr "Felder verwalten"
|
2083 |
|
2084 |
+
#: includes/admin/class-admin.php:362
|
2085 |
#, fuzzy
|
2086 |
msgctxt "admin menu"
|
2087 |
msgid "Payment History"
|
2088 |
msgstr "Bezahlhistorie"
|
2089 |
|
2090 |
+
#: includes/admin/class-admin.php:365
|
2091 |
#, fuzzy
|
2092 |
msgctxt "admin menu"
|
2093 |
msgid "Import & Export"
|
2094 |
msgstr "CSV Import"
|
2095 |
|
2096 |
+
#: includes/admin/class-admin.php:368
|
2097 |
msgctxt "admin menu"
|
2098 |
msgid "Debug"
|
2099 |
msgstr "Fehlerkorrektur"
|
2104 |
msgid "Settings"
|
2105 |
msgstr "Einstellungen"
|
2106 |
|
2107 |
+
#: includes/admin/class-admin.php:1015
|
2108 |
msgctxt "admin category id"
|
2109 |
msgid "ID"
|
2110 |
msgstr "ID"
|
4102 |
msgstr "Author"
|
4103 |
|
4104 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4105 |
+
#: includes/functions.php:1272
|
4106 |
msgctxt "admin settings"
|
4107 |
msgid "Date posted"
|
4108 |
msgstr "Datum gepostet"
|
4109 |
|
4110 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4111 |
+
#: includes/functions.php:1273
|
4112 |
msgctxt "admin settings"
|
4113 |
msgid "Date last modified"
|
4114 |
msgstr "Datum zuletzt verändert"
|
4544 |
msgid "Uploaded Image (no resize)"
|
4545 |
msgstr "Dateien hochladen"
|
4546 |
|
4547 |
+
#: includes/functions.php:1270
|
4548 |
msgctxt "admin settings"
|
4549 |
msgid "User"
|
4550 |
msgstr "Benutzer"
|
4551 |
|
4552 |
+
#: includes/functions.php:1271
|
4553 |
msgctxt "admin settings"
|
4554 |
msgid "User registration date"
|
4555 |
msgstr "Eintrag Enddatum"
|
4804 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4805 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4806 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4807 |
+
#: includes/admin/settings/class-settings.php:303
|
4808 |
#, fuzzy
|
4809 |
msgctxt "settings"
|
4810 |
msgid "General Settings"
|
5932 |
msgid "Cropped"
|
5933 |
msgstr ""
|
5934 |
|
5935 |
+
#: includes/admin/settings/class-settings.php:458
|
5936 |
+
#: includes/admin/settings/class-settings.php:469
|
5937 |
msgctxt "settings"
|
5938 |
msgid "\"%s\" can not be empty."
|
5939 |
msgstr ""
|
5940 |
|
5941 |
+
#: includes/admin/settings/class-settings.php:476
|
5942 |
msgctxt "settings"
|
5943 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5944 |
msgstr ""
|
7425 |
msgid "Caption for %s is required."
|
7426 |
msgstr "%s ist ein Pflichtfeld."
|
7427 |
|
7428 |
+
#: includes/functions.php:1353
|
7429 |
msgctxt "templates"
|
7430 |
msgid "Return to results"
|
7431 |
msgstr "Zurück zu den Ergebnissen"
|
7432 |
|
7433 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
7434 |
msgctxt "templates"
|
7435 |
msgid "Go back"
|
7436 |
msgstr "Geh zurück"
|
7550 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7551 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
7552 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7553 |
#: templates/listing-contactform.tpl.php:20
|
7554 |
msgctxt "templates"
|
7555 |
msgid "Listing Title: "
|
7620 |
msgid "Lost your password?"
|
7621 |
msgstr "Passwort verloren?"
|
7622 |
|
7623 |
+
#: templates/manage_listings.tpl.php:11
|
7624 |
+
msgctxt "templates"
|
7625 |
+
msgid "You do not currently have any listings in the directory."
|
7626 |
+
msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
|
7627 |
+
|
7628 |
+
#: templates/manage_listings.tpl.php:20
|
7629 |
msgctxt "templates"
|
7630 |
msgid ""
|
7631 |
"Your current listings are shown below. To edit a listing click the edit "
|
7634 |
"Dein aktueller Eintrag siehe unten. Um den Eintrag zu bearbeiten klicke auf "
|
7635 |
"den Bearbeiten Button. Um ein Eintrag zu löschen klicke den Löschen Button."
|
7636 |
|
7637 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
7638 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
|
|
|
|
|
|
|
|
|
|
7639 |
msgctxt "templates"
|
7640 |
msgid "Edit"
|
7641 |
msgstr "Bearbeiten"
|
7642 |
|
7643 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
7644 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
7645 |
#, fuzzy
|
7646 |
msgctxt "templates"
|
7647 |
msgid "Flag Listing"
|
7648 |
msgstr "Eintrag finden"
|
7649 |
|
7650 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
7651 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
7652 |
msgctxt "templates"
|
7653 |
msgid "Delete"
|
7654 |
msgstr "Löschen"
|
7655 |
|
7656 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
7657 |
msgctxt "templates"
|
7658 |
msgid "Are you sure you wish to delete this listing?"
|
7659 |
msgstr "Sind Sie sicher, dass Sie den Eintrag löschen wollen?"
|
7660 |
|
7661 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
7662 |
msgctxt "templates"
|
7663 |
msgid "View"
|
7664 |
msgstr "Anschauen"
|
7717 |
msgid "Find a listing"
|
7718 |
msgstr "Einen Eintrag finden"
|
7719 |
|
7720 |
+
#: templates/search.tpl.php:17
|
7721 |
+
msgctxt "templates"
|
7722 |
+
msgid "No listings found."
|
7723 |
+
msgstr "Kein Eintrag vorhanden."
|
7724 |
+
|
7725 |
#: templates/search.tpl.php:26
|
7726 |
#, fuzzy
|
7727 |
msgctxt "templates"
|
7743 |
msgid "Your listing has been submitted."
|
7744 |
msgstr "Dein Eintrag wurde erfolgreich eingesandt."
|
7745 |
|
7746 |
+
#: templates/submit-listing-done.tpl.php:25
|
7747 |
msgctxt "templates"
|
7748 |
msgid "Your listing changes were saved."
|
7749 |
msgstr "Deine Eintragsänderungen wurden gespeichert."
|
7750 |
|
7751 |
+
#: templates/submit-listing-done.tpl.php:30
|
7752 |
msgctxt "templates"
|
7753 |
msgid "Go to your listing"
|
7754 |
msgstr "Zum Eintrag"
|
7755 |
|
7756 |
+
#: templates/submit-listing-done.tpl.php:32
|
7757 |
msgctxt "templates"
|
7758 |
msgid ""
|
7759 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7760 |
"is approved."
|
7761 |
msgstr ""
|
7762 |
|
|
|
|
|
|
|
|
|
|
|
7763 |
#: templates/submit-listing-images-single.tpl.php:24
|
7764 |
msgctxt "templates"
|
7765 |
msgid "Set this image as the listing thumbnail."
|
8573 |
msgid "(Reset)"
|
8574 |
msgstr "Zurücksetzen"
|
8575 |
|
8576 |
+
#: includes/utils.php:271
|
8577 |
msgctxt "utils"
|
8578 |
msgid ""
|
8579 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8581 |
"Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
|
8582 |
"\"in deiner php.ini an."
|
8583 |
|
8584 |
+
#: includes/utils.php:319
|
8585 |
msgctxt "utils"
|
8586 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8587 |
msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
|
8588 |
|
8589 |
+
#: includes/utils.php:327
|
8590 |
msgctxt "utils"
|
8591 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8592 |
msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
|
8593 |
|
8594 |
+
#: includes/utils.php:336 includes/utils.php:343
|
8595 |
msgctxt "utils"
|
8596 |
msgid "File type \"%s\" is not allowed"
|
8597 |
msgstr "Dateityp \"%s\" ist nicht erlaubt"
|
8598 |
|
8599 |
+
#: includes/utils.php:350
|
8600 |
msgctxt "utils"
|
8601 |
msgid "Unkown error while uploading file."
|
8602 |
msgstr "Unbekannter Fehler beim Hochladen der Datei."
|
8603 |
|
8604 |
+
#: includes/utils.php:369
|
8605 |
msgctxt "utils"
|
8606 |
msgid "Uploaded file is not an image"
|
8607 |
msgstr "Hochgeladene Datei ist kein Bild."
|
8608 |
|
8609 |
+
#: includes/utils.php:378
|
8610 |
msgctxt "utils"
|
8611 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8612 |
msgstr "Die Bildbreite (%s px) ist kleiner als die benötigte Breite von %s px."
|
8613 |
|
8614 |
+
#: includes/utils.php:384
|
8615 |
msgctxt "utils"
|
8616 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8617 |
msgstr ""
|
8618 |
"Die Bildhöhe (%s px) ist kleiner als die benötigte Mindesthöhe von %s px."
|
8619 |
|
8620 |
+
#: includes/utils.php:390
|
8621 |
msgctxt "utils"
|
8622 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8623 |
msgstr ""
|
8624 |
"Die Bildbreite (%s Pixel) ist größer als die maximal zulässige Breite von %s "
|
8625 |
"Pixel."
|
8626 |
|
8627 |
+
#: includes/utils.php:396
|
8628 |
msgctxt "utils"
|
8629 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8630 |
msgstr ""
|
8631 |
"Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
|
8632 |
|
8633 |
+
#: includes/utils.php:410
|
8634 |
msgctxt "utils"
|
8635 |
msgid "Error while uploading file"
|
8636 |
msgstr "Fehler während des Hochladens der Datei"
|
8947 |
msgid "\"%s\" is required."
|
8948 |
msgstr "%s ist ein Pflichtfeld."
|
8949 |
|
8950 |
+
#: templates/search-form.tpl.php:27
|
8951 |
+
msgctxt "search"
|
8952 |
+
msgid "Clear"
|
8953 |
+
msgstr "Zurücksetzen"
|
8954 |
+
|
8955 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8956 |
msgctxt "search"
|
8957 |
msgid "Search"
|
8958 |
msgstr "Suche"
|
8959 |
|
8960 |
+
#: templates/search.tpl.php:10
|
8961 |
msgctxt "search"
|
8962 |
msgid "Search Results"
|
8963 |
msgstr "Ergebnisse durchsuchen"
|
8964 |
|
|
|
|
|
|
|
|
|
|
|
8965 |
#: includes/views/show_listing.php:13
|
8966 |
msgctxt "preview"
|
8967 |
msgid "This is just a preview. The listing has not been published yet."
|
9863 |
msgid "Address"
|
9864 |
msgstr "Adresse"
|
9865 |
|
9866 |
+
#~ msgid "← Return to Directory"
|
9867 |
+
#~ msgstr "← Zurück zum Verzeichnis"
|
9868 |
+
|
9869 |
#, fuzzy
|
9870 |
#~ msgid "PayFast Payments"
|
9871 |
#~ msgstr "PayFast Payment Module"
|
10937 |
#~ msgid "← Return to Directory."
|
10938 |
#~ msgstr "← Zurück zum Verzeichnis."
|
10939 |
|
|
|
|
|
|
|
|
|
10940 |
#~ msgctxt "templates"
|
10941 |
#~ msgid ""
|
10942 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
languages/business-directory-plugin-en_US.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2020-10-
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -59,11 +59,15 @@ msgid ""
|
|
59 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
63 |
msgid "Uninstall Business Directory Plugin"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: includes/admin/class-admin.php:
|
67 |
msgid "Uninstall"
|
68 |
msgstr ""
|
69 |
|
@@ -717,8 +721,50 @@ msgstr ""
|
|
717 |
msgid "Business Directory Theme archive (ZIP file)"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: templates/
|
721 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
722 |
msgstr ""
|
723 |
|
724 |
#: templates/submit-listing-images.tpl.php:5
|
@@ -1342,89 +1388,89 @@ msgctxt "admin"
|
|
1342 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: includes/admin/class-admin.php:
|
1346 |
msgctxt "admin"
|
1347 |
msgid "Untitled Menu"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#: includes/admin/class-admin.php:
|
1351 |
msgctxt "admin"
|
1352 |
msgid "Dismiss this notice."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: includes/admin/class-admin.php:
|
1356 |
msgctxt "admin"
|
1357 |
msgid "The listing has been updated."
|
1358 |
msgid_plural "The listings have been updated."
|
1359 |
msgstr[0] ""
|
1360 |
msgstr[1] ""
|
1361 |
|
1362 |
-
#: includes/admin/class-admin.php:
|
1363 |
msgctxt "admin"
|
1364 |
msgid "The fee was successfully assigned."
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: includes/admin/class-admin.php:
|
1368 |
msgctxt "admin"
|
1369 |
msgid "Listing was renewed."
|
1370 |
msgid_plural "Listings were renewed."
|
1371 |
msgstr[0] ""
|
1372 |
msgstr[1] ""
|
1373 |
|
1374 |
-
#: includes/admin/class-admin.php:
|
1375 |
msgctxt "admin"
|
1376 |
msgid "Renewal email sent."
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: includes/admin/class-admin.php:
|
1380 |
msgctxt "admin"
|
1381 |
msgid ""
|
1382 |
"Could not send renewal email, notice template at listing expiration not "
|
1383 |
"found."
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: includes/admin/class-admin.php:
|
1387 |
msgctxt "admin"
|
1388 |
msgid "Listing report deleted."
|
1389 |
msgid_plural "Listing reports deleted."
|
1390 |
msgstr[0] ""
|
1391 |
msgstr[1] ""
|
1392 |
|
1393 |
-
#: includes/admin/class-admin.php:
|
1394 |
msgctxt "admin"
|
1395 |
msgid "Access keys sent."
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: includes/admin/class-admin.php:
|
1399 |
msgctxt "admin"
|
1400 |
msgid "The access keys couldn't be sent."
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: includes/admin/class-admin.php:
|
1404 |
msgctxt "admin"
|
1405 |
msgid "Listing Count"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: includes/admin/class-admin.php:
|
1409 |
msgctxt "admin"
|
1410 |
msgid ""
|
1411 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1412 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: includes/admin/class-admin.php:
|
1416 |
msgctxt "admin"
|
1417 |
msgid ""
|
1418 |
"You can create this page by yourself or let Business Directory do this for "
|
1419 |
"you automatically."
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: includes/admin/class-admin.php:
|
1423 |
msgctxt "admin"
|
1424 |
msgid "Create required pages for me"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: includes/admin/class-admin.php:
|
1428 |
msgctxt "admin"
|
1429 |
msgid ""
|
1430 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1432,7 +1478,7 @@ msgid ""
|
|
1432 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1433 |
msgstr ""
|
1434 |
|
1435 |
-
#: includes/admin/class-admin.php:
|
1436 |
msgctxt "admin"
|
1437 |
msgid ""
|
1438 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -1752,42 +1798,37 @@ msgctxt "drip pointer"
|
|
1752 |
msgid "No, thanks"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: includes/admin/class-admin.php:
|
1756 |
-
msgctxt "drip pointer"
|
1757 |
-
msgid "Invalid e-mail address."
|
1758 |
-
msgstr ""
|
1759 |
-
|
1760 |
-
#: includes/admin/class-admin.php:351
|
1761 |
msgctxt "business-directory-plugin"
|
1762 |
msgid "Business Directory Admin"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: includes/admin/class-admin.php:
|
1766 |
msgctxt "business-directory-plugin"
|
1767 |
msgid "Directory"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: includes/admin/class-admin.php:
|
1771 |
msgctxt "admin menu"
|
1772 |
msgid "Manage Fees"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: includes/admin/class-admin.php:
|
1776 |
msgctxt "admin menu"
|
1777 |
msgid "Manage Form Fields"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: includes/admin/class-admin.php:
|
1781 |
msgctxt "admin menu"
|
1782 |
msgid "Payment History"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: includes/admin/class-admin.php:
|
1786 |
msgctxt "admin menu"
|
1787 |
msgid "Import & Export"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: includes/admin/class-admin.php:
|
1791 |
msgctxt "admin menu"
|
1792 |
msgid "Debug"
|
1793 |
msgstr ""
|
@@ -1797,7 +1838,7 @@ msgctxt "admin menu"
|
|
1797 |
msgid "Settings"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: includes/admin/class-admin.php:
|
1801 |
msgctxt "admin category id"
|
1802 |
msgid "ID"
|
1803 |
msgstr ""
|
@@ -3629,13 +3670,13 @@ msgid "Author"
|
|
3629 |
msgstr ""
|
3630 |
|
3631 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3632 |
-
#: includes/functions.php:
|
3633 |
msgctxt "admin settings"
|
3634 |
msgid "Date posted"
|
3635 |
msgstr ""
|
3636 |
|
3637 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3638 |
-
#: includes/functions.php:
|
3639 |
msgctxt "admin settings"
|
3640 |
msgid "Date last modified"
|
3641 |
msgstr ""
|
@@ -4045,12 +4086,12 @@ msgctxt "admin settings"
|
|
4045 |
msgid "Uploaded Image (no resize)"
|
4046 |
msgstr ""
|
4047 |
|
4048 |
-
#: includes/functions.php:
|
4049 |
msgctxt "admin settings"
|
4050 |
msgid "User"
|
4051 |
msgstr ""
|
4052 |
|
4053 |
-
#: includes/functions.php:
|
4054 |
msgctxt "admin settings"
|
4055 |
msgid "User registration date"
|
4056 |
msgstr ""
|
@@ -4284,7 +4325,7 @@ msgstr ""
|
|
4284 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4285 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4286 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4287 |
-
#: includes/admin/settings/class-settings.php:
|
4288 |
msgctxt "settings"
|
4289 |
msgid "General Settings"
|
4290 |
msgstr ""
|
@@ -5227,13 +5268,13 @@ msgctxt "settings"
|
|
5227 |
msgid "Cropped"
|
5228 |
msgstr ""
|
5229 |
|
5230 |
-
#: includes/admin/settings/class-settings.php:
|
5231 |
-
#: includes/admin/settings/class-settings.php:
|
5232 |
msgctxt "settings"
|
5233 |
msgid "\"%s\" can not be empty."
|
5234 |
msgstr ""
|
5235 |
|
5236 |
-
#: includes/admin/settings/class-settings.php:
|
5237 |
msgctxt "settings"
|
5238 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5239 |
msgstr ""
|
@@ -6604,12 +6645,12 @@ msgctxt "image field"
|
|
6604 |
msgid "Caption for %s is required."
|
6605 |
msgstr ""
|
6606 |
|
6607 |
-
#: includes/functions.php:
|
6608 |
msgctxt "templates"
|
6609 |
msgid "Return to results"
|
6610 |
msgstr ""
|
6611 |
|
6612 |
-
#: includes/functions.php:
|
6613 |
msgctxt "templates"
|
6614 |
msgid "Go back"
|
6615 |
msgstr ""
|
@@ -6717,31 +6758,6 @@ msgctxt "templates"
|
|
6717 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6718 |
msgstr ""
|
6719 |
|
6720 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
6721 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
6722 |
-
#: templates/search.tpl.php:17
|
6723 |
-
msgctxt "templates"
|
6724 |
-
msgid "No listings found."
|
6725 |
-
msgstr ""
|
6726 |
-
|
6727 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
6728 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
6729 |
-
msgctxt "templates"
|
6730 |
-
msgid "« Previous "
|
6731 |
-
msgstr ""
|
6732 |
-
|
6733 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
6734 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
6735 |
-
msgctxt "templates"
|
6736 |
-
msgid "Next »"
|
6737 |
-
msgstr ""
|
6738 |
-
|
6739 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
6740 |
-
#: templates/manage_listings.tpl.php:16
|
6741 |
-
msgctxt "templates"
|
6742 |
-
msgid "Return to directory"
|
6743 |
-
msgstr ""
|
6744 |
-
|
6745 |
#: templates/listing-contactform.tpl.php:20
|
6746 |
msgctxt "templates"
|
6747 |
msgid "Listing Title: "
|
@@ -6805,42 +6821,42 @@ msgctxt "templates"
|
|
6805 |
msgid "Lost your password?"
|
6806 |
msgstr ""
|
6807 |
|
6808 |
-
#: templates/
|
6809 |
msgctxt "templates"
|
6810 |
-
msgid ""
|
6811 |
-
"Your current listings are shown below. To edit a listing click the edit "
|
6812 |
-
"button. To delete a listing click the delete button."
|
6813 |
msgstr ""
|
6814 |
|
6815 |
-
#: templates/
|
6816 |
msgctxt "templates"
|
6817 |
-
msgid "
|
|
|
|
|
6818 |
msgstr ""
|
6819 |
|
6820 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6821 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6822 |
msgctxt "templates"
|
6823 |
msgid "Edit"
|
6824 |
msgstr ""
|
6825 |
|
6826 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6827 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6828 |
msgctxt "templates"
|
6829 |
msgid "Flag Listing"
|
6830 |
msgstr ""
|
6831 |
|
6832 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6833 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6834 |
msgctxt "templates"
|
6835 |
msgid "Delete"
|
6836 |
msgstr ""
|
6837 |
|
6838 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6839 |
msgctxt "templates"
|
6840 |
msgid "Are you sure you wish to delete this listing?"
|
6841 |
msgstr ""
|
6842 |
|
6843 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6844 |
msgctxt "templates"
|
6845 |
msgid "View"
|
6846 |
msgstr ""
|
@@ -6893,6 +6909,11 @@ msgctxt "templates"
|
|
6893 |
msgid "Find a listing"
|
6894 |
msgstr ""
|
6895 |
|
|
|
|
|
|
|
|
|
|
|
6896 |
#: templates/search.tpl.php:26
|
6897 |
msgctxt "templates"
|
6898 |
msgid "Return to Search"
|
@@ -6913,28 +6934,23 @@ msgctxt "templates"
|
|
6913 |
msgid "Your listing has been submitted."
|
6914 |
msgstr ""
|
6915 |
|
6916 |
-
#: templates/submit-listing-done.tpl.php:
|
6917 |
msgctxt "templates"
|
6918 |
msgid "Your listing changes were saved."
|
6919 |
msgstr ""
|
6920 |
|
6921 |
-
#: templates/submit-listing-done.tpl.php:
|
6922 |
msgctxt "templates"
|
6923 |
msgid "Go to your listing"
|
6924 |
msgstr ""
|
6925 |
|
6926 |
-
#: templates/submit-listing-done.tpl.php:
|
6927 |
msgctxt "templates"
|
6928 |
msgid ""
|
6929 |
"Your listing requires admin approval. You'll be notified once your listing "
|
6930 |
"is approved."
|
6931 |
msgstr ""
|
6932 |
|
6933 |
-
#: templates/submit-listing-done.tpl.php:33
|
6934 |
-
msgctxt "templates"
|
6935 |
-
msgid "Return to directory."
|
6936 |
-
msgstr ""
|
6937 |
-
|
6938 |
#: templates/submit-listing-images-single.tpl.php:24
|
6939 |
msgctxt "templates"
|
6940 |
msgid "Set this image as the listing thumbnail."
|
@@ -7660,58 +7676,58 @@ msgctxt "sort"
|
|
7660 |
msgid "(Reset)"
|
7661 |
msgstr ""
|
7662 |
|
7663 |
-
#: includes/utils.php:
|
7664 |
msgctxt "utils"
|
7665 |
msgid ""
|
7666 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
7667 |
msgstr ""
|
7668 |
|
7669 |
-
#: includes/utils.php:
|
7670 |
msgctxt "utils"
|
7671 |
msgid "File size (%s) exceeds maximum file size of %s"
|
7672 |
msgstr ""
|
7673 |
|
7674 |
-
#: includes/utils.php:
|
7675 |
msgctxt "utils"
|
7676 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
7677 |
msgstr ""
|
7678 |
|
7679 |
-
#: includes/utils.php:
|
7680 |
msgctxt "utils"
|
7681 |
msgid "File type \"%s\" is not allowed"
|
7682 |
msgstr ""
|
7683 |
|
7684 |
-
#: includes/utils.php:
|
7685 |
msgctxt "utils"
|
7686 |
msgid "Unkown error while uploading file."
|
7687 |
msgstr ""
|
7688 |
|
7689 |
-
#: includes/utils.php:
|
7690 |
msgctxt "utils"
|
7691 |
msgid "Uploaded file is not an image"
|
7692 |
msgstr ""
|
7693 |
|
7694 |
-
#: includes/utils.php:
|
7695 |
msgctxt "utils"
|
7696 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
7697 |
msgstr ""
|
7698 |
|
7699 |
-
#: includes/utils.php:
|
7700 |
msgctxt "utils"
|
7701 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
7702 |
msgstr ""
|
7703 |
|
7704 |
-
#: includes/utils.php:
|
7705 |
msgctxt "utils"
|
7706 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
7707 |
msgstr ""
|
7708 |
|
7709 |
-
#: includes/utils.php:
|
7710 |
msgctxt "utils"
|
7711 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
7712 |
msgstr ""
|
7713 |
|
7714 |
-
#: includes/utils.php:
|
7715 |
msgctxt "utils"
|
7716 |
msgid "Error while uploading file"
|
7717 |
msgstr ""
|
@@ -7989,20 +8005,19 @@ msgctxt "search"
|
|
7989 |
msgid "\"%s\" is required."
|
7990 |
msgstr ""
|
7991 |
|
7992 |
-
#: templates/
|
7993 |
-
#: templates/search.tpl.php:3
|
7994 |
msgctxt "search"
|
7995 |
-
msgid "
|
7996 |
msgstr ""
|
7997 |
|
7998 |
-
#: templates/
|
7999 |
msgctxt "search"
|
8000 |
-
msgid "Search
|
8001 |
msgstr ""
|
8002 |
|
8003 |
-
#: templates/search
|
8004 |
msgctxt "search"
|
8005 |
-
msgid "
|
8006 |
msgstr ""
|
8007 |
|
8008 |
#: includes/views/show_listing.php:13
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
59 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/admin/class-admin.php:311
|
63 |
+
msgid "Invalid email address."
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: includes/admin/class-admin.php:391
|
67 |
msgid "Uninstall Business Directory Plugin"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: includes/admin/class-admin.php:392
|
71 |
msgid "Uninstall"
|
72 |
msgstr ""
|
73 |
|
721 |
msgid "Business Directory Theme archive (ZIP file)"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
725 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
726 |
+
msgid "No listings found."
|
727 |
+
msgstr ""
|
728 |
+
|
729 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
730 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
731 |
+
msgid "← Previous "
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
735 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
736 |
+
msgid "Next →"
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: templates/deprecated/search.tpl.php:6
|
740 |
+
msgid "Search"
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: templates/deprecated/search.tpl.php:14
|
744 |
+
msgid "Search Results"
|
745 |
+
msgstr ""
|
746 |
+
|
747 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
748 |
+
#: templates/manage_listings.tpl.php:16
|
749 |
+
msgid "Return to directory"
|
750 |
+
msgstr ""
|
751 |
+
|
752 |
+
#: templates/manage-listings.tpl.php:3
|
753 |
+
msgid ""
|
754 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
755 |
+
"button. To delete a listing click the delete button."
|
756 |
+
msgstr ""
|
757 |
+
|
758 |
+
#: templates/manage-listings.tpl.php:9
|
759 |
+
msgid "You do not currently have any listings in the directory."
|
760 |
+
msgstr ""
|
761 |
+
|
762 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
763 |
+
msgid "Return to Directory"
|
764 |
+
msgstr ""
|
765 |
+
|
766 |
+
#: templates/submit-listing-done.tpl.php:36
|
767 |
+
msgid "Return to directory."
|
768 |
msgstr ""
|
769 |
|
770 |
#: templates/submit-listing-images.tpl.php:5
|
1388 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1389 |
msgstr ""
|
1390 |
|
1391 |
+
#: includes/admin/class-admin.php:462
|
1392 |
msgctxt "admin"
|
1393 |
msgid "Untitled Menu"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
+
#: includes/admin/class-admin.php:787
|
1397 |
msgctxt "admin"
|
1398 |
msgid "Dismiss this notice."
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1402 |
msgctxt "admin"
|
1403 |
msgid "The listing has been updated."
|
1404 |
msgid_plural "The listings have been updated."
|
1405 |
msgstr[0] ""
|
1406 |
msgstr[1] ""
|
1407 |
|
1408 |
+
#: includes/admin/class-admin.php:862
|
1409 |
msgctxt "admin"
|
1410 |
msgid "The fee was successfully assigned."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: includes/admin/class-admin.php:872
|
1414 |
msgctxt "admin"
|
1415 |
msgid "Listing was renewed."
|
1416 |
msgid_plural "Listings were renewed."
|
1417 |
msgstr[0] ""
|
1418 |
msgstr[1] ""
|
1419 |
|
1420 |
+
#: includes/admin/class-admin.php:884
|
1421 |
msgctxt "admin"
|
1422 |
msgid "Renewal email sent."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: includes/admin/class-admin.php:888
|
1426 |
msgctxt "admin"
|
1427 |
msgid ""
|
1428 |
"Could not send renewal email, notice template at listing expiration not "
|
1429 |
"found."
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: includes/admin/class-admin.php:895
|
1433 |
msgctxt "admin"
|
1434 |
msgid "Listing report deleted."
|
1435 |
msgid_plural "Listing reports deleted."
|
1436 |
msgstr[0] ""
|
1437 |
msgstr[1] ""
|
1438 |
|
1439 |
+
#: includes/admin/class-admin.php:943
|
1440 |
msgctxt "admin"
|
1441 |
msgid "Access keys sent."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
+
#: includes/admin/class-admin.php:945
|
1445 |
msgctxt "admin"
|
1446 |
msgid "The access keys couldn't be sent."
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1450 |
msgctxt "admin"
|
1451 |
msgid "Listing Count"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: includes/admin/class-admin.php:1090
|
1455 |
msgctxt "admin"
|
1456 |
msgid ""
|
1457 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1458 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: includes/admin/class-admin.php:1092
|
1462 |
msgctxt "admin"
|
1463 |
msgid ""
|
1464 |
"You can create this page by yourself or let Business Directory do this for "
|
1465 |
"you automatically."
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: includes/admin/class-admin.php:1097
|
1469 |
msgctxt "admin"
|
1470 |
msgid "Create required pages for me"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: includes/admin/class-admin.php:1131
|
1474 |
msgctxt "admin"
|
1475 |
msgid ""
|
1476 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1478 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: includes/admin/class-admin.php:1155
|
1482 |
msgctxt "admin"
|
1483 |
msgid ""
|
1484 |
"We noticed you want your Business Directory users to register before posting "
|
1798 |
msgid "No, thanks"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
1802 |
msgctxt "business-directory-plugin"
|
1803 |
msgid "Business Directory Admin"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: includes/admin/class-admin.php:344
|
1807 |
msgctxt "business-directory-plugin"
|
1808 |
msgid "Directory"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
+
#: includes/admin/class-admin.php:355
|
1812 |
msgctxt "admin menu"
|
1813 |
msgid "Manage Fees"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: includes/admin/class-admin.php:358
|
1817 |
msgctxt "admin menu"
|
1818 |
msgid "Manage Form Fields"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: includes/admin/class-admin.php:362
|
1822 |
msgctxt "admin menu"
|
1823 |
msgid "Payment History"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: includes/admin/class-admin.php:365
|
1827 |
msgctxt "admin menu"
|
1828 |
msgid "Import & Export"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
+
#: includes/admin/class-admin.php:368
|
1832 |
msgctxt "admin menu"
|
1833 |
msgid "Debug"
|
1834 |
msgstr ""
|
1838 |
msgid "Settings"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: includes/admin/class-admin.php:1015
|
1842 |
msgctxt "admin category id"
|
1843 |
msgid "ID"
|
1844 |
msgstr ""
|
3670 |
msgstr ""
|
3671 |
|
3672 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3673 |
+
#: includes/functions.php:1272
|
3674 |
msgctxt "admin settings"
|
3675 |
msgid "Date posted"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3679 |
+
#: includes/functions.php:1273
|
3680 |
msgctxt "admin settings"
|
3681 |
msgid "Date last modified"
|
3682 |
msgstr ""
|
4086 |
msgid "Uploaded Image (no resize)"
|
4087 |
msgstr ""
|
4088 |
|
4089 |
+
#: includes/functions.php:1270
|
4090 |
msgctxt "admin settings"
|
4091 |
msgid "User"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
+
#: includes/functions.php:1271
|
4095 |
msgctxt "admin settings"
|
4096 |
msgid "User registration date"
|
4097 |
msgstr ""
|
4325 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4326 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4327 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4328 |
+
#: includes/admin/settings/class-settings.php:303
|
4329 |
msgctxt "settings"
|
4330 |
msgid "General Settings"
|
4331 |
msgstr ""
|
5268 |
msgid "Cropped"
|
5269 |
msgstr ""
|
5270 |
|
5271 |
+
#: includes/admin/settings/class-settings.php:458
|
5272 |
+
#: includes/admin/settings/class-settings.php:469
|
5273 |
msgctxt "settings"
|
5274 |
msgid "\"%s\" can not be empty."
|
5275 |
msgstr ""
|
5276 |
|
5277 |
+
#: includes/admin/settings/class-settings.php:476
|
5278 |
msgctxt "settings"
|
5279 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5280 |
msgstr ""
|
6645 |
msgid "Caption for %s is required."
|
6646 |
msgstr ""
|
6647 |
|
6648 |
+
#: includes/functions.php:1353
|
6649 |
msgctxt "templates"
|
6650 |
msgid "Return to results"
|
6651 |
msgstr ""
|
6652 |
|
6653 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
6654 |
msgctxt "templates"
|
6655 |
msgid "Go back"
|
6656 |
msgstr ""
|
6758 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6759 |
msgstr ""
|
6760 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6761 |
#: templates/listing-contactform.tpl.php:20
|
6762 |
msgctxt "templates"
|
6763 |
msgid "Listing Title: "
|
6821 |
msgid "Lost your password?"
|
6822 |
msgstr ""
|
6823 |
|
6824 |
+
#: templates/manage_listings.tpl.php:11
|
6825 |
msgctxt "templates"
|
6826 |
+
msgid "You do not currently have any listings in the directory."
|
|
|
|
|
6827 |
msgstr ""
|
6828 |
|
6829 |
+
#: templates/manage_listings.tpl.php:20
|
6830 |
msgctxt "templates"
|
6831 |
+
msgid ""
|
6832 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
6833 |
+
"button. To delete a listing click the delete button."
|
6834 |
msgstr ""
|
6835 |
|
6836 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
6837 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
6838 |
msgctxt "templates"
|
6839 |
msgid "Edit"
|
6840 |
msgstr ""
|
6841 |
|
6842 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
6843 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
6844 |
msgctxt "templates"
|
6845 |
msgid "Flag Listing"
|
6846 |
msgstr ""
|
6847 |
|
6848 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
6849 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
6850 |
msgctxt "templates"
|
6851 |
msgid "Delete"
|
6852 |
msgstr ""
|
6853 |
|
6854 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
6855 |
msgctxt "templates"
|
6856 |
msgid "Are you sure you wish to delete this listing?"
|
6857 |
msgstr ""
|
6858 |
|
6859 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
6860 |
msgctxt "templates"
|
6861 |
msgid "View"
|
6862 |
msgstr ""
|
6909 |
msgid "Find a listing"
|
6910 |
msgstr ""
|
6911 |
|
6912 |
+
#: templates/search.tpl.php:17
|
6913 |
+
msgctxt "templates"
|
6914 |
+
msgid "No listings found."
|
6915 |
+
msgstr ""
|
6916 |
+
|
6917 |
#: templates/search.tpl.php:26
|
6918 |
msgctxt "templates"
|
6919 |
msgid "Return to Search"
|
6934 |
msgid "Your listing has been submitted."
|
6935 |
msgstr ""
|
6936 |
|
6937 |
+
#: templates/submit-listing-done.tpl.php:25
|
6938 |
msgctxt "templates"
|
6939 |
msgid "Your listing changes were saved."
|
6940 |
msgstr ""
|
6941 |
|
6942 |
+
#: templates/submit-listing-done.tpl.php:30
|
6943 |
msgctxt "templates"
|
6944 |
msgid "Go to your listing"
|
6945 |
msgstr ""
|
6946 |
|
6947 |
+
#: templates/submit-listing-done.tpl.php:32
|
6948 |
msgctxt "templates"
|
6949 |
msgid ""
|
6950 |
"Your listing requires admin approval. You'll be notified once your listing "
|
6951 |
"is approved."
|
6952 |
msgstr ""
|
6953 |
|
|
|
|
|
|
|
|
|
|
|
6954 |
#: templates/submit-listing-images-single.tpl.php:24
|
6955 |
msgctxt "templates"
|
6956 |
msgid "Set this image as the listing thumbnail."
|
7676 |
msgid "(Reset)"
|
7677 |
msgstr ""
|
7678 |
|
7679 |
+
#: includes/utils.php:271
|
7680 |
msgctxt "utils"
|
7681 |
msgid ""
|
7682 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
7683 |
msgstr ""
|
7684 |
|
7685 |
+
#: includes/utils.php:319
|
7686 |
msgctxt "utils"
|
7687 |
msgid "File size (%s) exceeds maximum file size of %s"
|
7688 |
msgstr ""
|
7689 |
|
7690 |
+
#: includes/utils.php:327
|
7691 |
msgctxt "utils"
|
7692 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
7693 |
msgstr ""
|
7694 |
|
7695 |
+
#: includes/utils.php:336 includes/utils.php:343
|
7696 |
msgctxt "utils"
|
7697 |
msgid "File type \"%s\" is not allowed"
|
7698 |
msgstr ""
|
7699 |
|
7700 |
+
#: includes/utils.php:350
|
7701 |
msgctxt "utils"
|
7702 |
msgid "Unkown error while uploading file."
|
7703 |
msgstr ""
|
7704 |
|
7705 |
+
#: includes/utils.php:369
|
7706 |
msgctxt "utils"
|
7707 |
msgid "Uploaded file is not an image"
|
7708 |
msgstr ""
|
7709 |
|
7710 |
+
#: includes/utils.php:378
|
7711 |
msgctxt "utils"
|
7712 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
7713 |
msgstr ""
|
7714 |
|
7715 |
+
#: includes/utils.php:384
|
7716 |
msgctxt "utils"
|
7717 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
7718 |
msgstr ""
|
7719 |
|
7720 |
+
#: includes/utils.php:390
|
7721 |
msgctxt "utils"
|
7722 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
7723 |
msgstr ""
|
7724 |
|
7725 |
+
#: includes/utils.php:396
|
7726 |
msgctxt "utils"
|
7727 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
7728 |
msgstr ""
|
7729 |
|
7730 |
+
#: includes/utils.php:410
|
7731 |
msgctxt "utils"
|
7732 |
msgid "Error while uploading file"
|
7733 |
msgstr ""
|
8005 |
msgid "\"%s\" is required."
|
8006 |
msgstr ""
|
8007 |
|
8008 |
+
#: templates/search-form.tpl.php:27
|
|
|
8009 |
msgctxt "search"
|
8010 |
+
msgid "Clear"
|
8011 |
msgstr ""
|
8012 |
|
8013 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8014 |
msgctxt "search"
|
8015 |
+
msgid "Search"
|
8016 |
msgstr ""
|
8017 |
|
8018 |
+
#: templates/search.tpl.php:10
|
8019 |
msgctxt "search"
|
8020 |
+
msgid "Search Results"
|
8021 |
msgstr ""
|
8022 |
|
8023 |
#: includes/views/show_listing.php:13
|
languages/business-directory-plugin-es_ES.mo
CHANGED
Binary file
|
languages/business-directory-plugin-es_ES.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2020-10-
|
9 |
"PO-Revision-Date: 2020-10-07 14:57-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -65,11 +65,16 @@ msgstr ""
|
|
65 |
"Descubra cómo crear un directorio de negocios próspero y llamativo desde "
|
66 |
"cero en este curso GRATUITO por e-mail de 5 partes."
|
67 |
|
68 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Uninstall Business Directory Plugin"
|
70 |
msgstr "Desinstalar Business Directory Plugin"
|
71 |
|
72 |
-
#: includes/admin/class-admin.php:
|
73 |
msgid "Uninstall"
|
74 |
msgstr "Desinstalar"
|
75 |
|
@@ -805,9 +810,64 @@ msgstr "nuevo"
|
|
805 |
msgid "Business Directory Theme archive (ZIP file)"
|
806 |
msgstr "Tema para Business Directory (archivo ZIP)"
|
807 |
|
808 |
-
#: templates/
|
809 |
-
|
810 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
811 |
|
812 |
#: templates/submit-listing-images.tpl.php:5
|
813 |
msgid "Current Images"
|
@@ -1472,41 +1532,41 @@ msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
|
1472 |
msgstr ""
|
1473 |
"Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
|
1474 |
|
1475 |
-
#: includes/admin/class-admin.php:
|
1476 |
msgctxt "admin"
|
1477 |
msgid "Untitled Menu"
|
1478 |
msgstr "Menú sin título"
|
1479 |
|
1480 |
-
#: includes/admin/class-admin.php:
|
1481 |
msgctxt "admin"
|
1482 |
msgid "Dismiss this notice."
|
1483 |
msgstr "Ignorar."
|
1484 |
|
1485 |
-
#: includes/admin/class-admin.php:
|
1486 |
msgctxt "admin"
|
1487 |
msgid "The listing has been updated."
|
1488 |
msgid_plural "The listings have been updated."
|
1489 |
msgstr[0] "El listado ha sido actualizado."
|
1490 |
msgstr[1] "Los listados han sido actualizados."
|
1491 |
|
1492 |
-
#: includes/admin/class-admin.php:
|
1493 |
msgctxt "admin"
|
1494 |
msgid "The fee was successfully assigned."
|
1495 |
msgstr "La comisión se asignó satisfactoriamente."
|
1496 |
|
1497 |
-
#: includes/admin/class-admin.php:
|
1498 |
msgctxt "admin"
|
1499 |
msgid "Listing was renewed."
|
1500 |
msgid_plural "Listings were renewed."
|
1501 |
msgstr[0] "El listado ha sido renovado."
|
1502 |
msgstr[1] "Los listados fueron renovados."
|
1503 |
|
1504 |
-
#: includes/admin/class-admin.php:
|
1505 |
msgctxt "admin"
|
1506 |
msgid "Renewal email sent."
|
1507 |
msgstr "Mensaje de correo electrónico de renovación enviado."
|
1508 |
|
1509 |
-
#: includes/admin/class-admin.php:
|
1510 |
msgctxt "admin"
|
1511 |
msgid ""
|
1512 |
"Could not send renewal email, notice template at listing expiration not "
|
@@ -1515,29 +1575,29 @@ msgstr ""
|
|
1515 |
"No se pudo enviar el correo electrónico de renovación, no se encontró la "
|
1516 |
"plantilla de notificación al momento de expirar e listado."
|
1517 |
|
1518 |
-
#: includes/admin/class-admin.php:
|
1519 |
msgctxt "admin"
|
1520 |
msgid "Listing report deleted."
|
1521 |
msgid_plural "Listing reports deleted."
|
1522 |
msgstr[0] "Reporte eliminado."
|
1523 |
msgstr[1] "Reportes eliminados."
|
1524 |
|
1525 |
-
#: includes/admin/class-admin.php:
|
1526 |
msgctxt "admin"
|
1527 |
msgid "Access keys sent."
|
1528 |
msgstr "Claves de acceso enviadas."
|
1529 |
|
1530 |
-
#: includes/admin/class-admin.php:
|
1531 |
msgctxt "admin"
|
1532 |
msgid "The access keys couldn't be sent."
|
1533 |
msgstr "No se pudo enviar las claves de acceso."
|
1534 |
|
1535 |
-
#: includes/admin/class-admin.php:
|
1536 |
msgctxt "admin"
|
1537 |
msgid "Listing Count"
|
1538 |
msgstr "Conteo de Listados"
|
1539 |
|
1540 |
-
#: includes/admin/class-admin.php:
|
1541 |
msgctxt "admin"
|
1542 |
msgid ""
|
1543 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -1546,7 +1606,7 @@ msgstr ""
|
|
1546 |
"<b>Business Directory Plugin</b> requiere una página con el shortcode "
|
1547 |
"<tt>[businessdirectory]</tt> para funcionar adecuadamente."
|
1548 |
|
1549 |
-
#: includes/admin/class-admin.php:
|
1550 |
msgctxt "admin"
|
1551 |
msgid ""
|
1552 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -1555,12 +1615,12 @@ msgstr ""
|
|
1555 |
"Puede crear esta página usted mismo o dejar que Business Directory lo haga "
|
1556 |
"por usted automáticamente."
|
1557 |
|
1558 |
-
#: includes/admin/class-admin.php:
|
1559 |
msgctxt "admin"
|
1560 |
msgid "Create required pages for me"
|
1561 |
msgstr "Crear las páginas requeridas por mi"
|
1562 |
|
1563 |
-
#: includes/admin/class-admin.php:
|
1564 |
msgctxt "admin"
|
1565 |
msgid ""
|
1566 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1572,7 +1632,7 @@ msgstr ""
|
|
1572 |
"Por favor comuníquese con su proveedor de hosting para actualizar su sistema "
|
1573 |
"y evitar problemas de compatibilidad."
|
1574 |
|
1575 |
-
#: includes/admin/class-admin.php:
|
1576 |
msgctxt "admin"
|
1577 |
msgid ""
|
1578 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -1905,42 +1965,37 @@ msgctxt "drip pointer"
|
|
1905 |
msgid "No, thanks"
|
1906 |
msgstr "No, gracias"
|
1907 |
|
1908 |
-
#: includes/admin/class-admin.php:
|
1909 |
-
msgctxt "drip pointer"
|
1910 |
-
msgid "Invalid e-mail address."
|
1911 |
-
msgstr "Dirección de correo-e inválida."
|
1912 |
-
|
1913 |
-
#: includes/admin/class-admin.php:351
|
1914 |
msgctxt "business-directory-plugin"
|
1915 |
msgid "Business Directory Admin"
|
1916 |
msgstr "Administración de Directorio de Negocios"
|
1917 |
|
1918 |
-
#: includes/admin/class-admin.php:
|
1919 |
msgctxt "business-directory-plugin"
|
1920 |
msgid "Directory"
|
1921 |
msgstr "Directorio"
|
1922 |
|
1923 |
-
#: includes/admin/class-admin.php:
|
1924 |
msgctxt "admin menu"
|
1925 |
msgid "Manage Fees"
|
1926 |
msgstr "Administrar Comisiones"
|
1927 |
|
1928 |
-
#: includes/admin/class-admin.php:
|
1929 |
msgctxt "admin menu"
|
1930 |
msgid "Manage Form Fields"
|
1931 |
msgstr "Administrar Campos de Formulario"
|
1932 |
|
1933 |
-
#: includes/admin/class-admin.php:
|
1934 |
msgctxt "admin menu"
|
1935 |
msgid "Payment History"
|
1936 |
msgstr "Historia Transaccional"
|
1937 |
|
1938 |
-
#: includes/admin/class-admin.php:
|
1939 |
msgctxt "admin menu"
|
1940 |
msgid "Import & Export"
|
1941 |
msgstr "Importar/Exportar"
|
1942 |
|
1943 |
-
#: includes/admin/class-admin.php:
|
1944 |
msgctxt "admin menu"
|
1945 |
msgid "Debug"
|
1946 |
msgstr "Depuración"
|
@@ -1950,7 +2005,7 @@ msgctxt "admin menu"
|
|
1950 |
msgid "Settings"
|
1951 |
msgstr "Configuración"
|
1952 |
|
1953 |
-
#: includes/admin/class-admin.php:
|
1954 |
msgctxt "admin category id"
|
1955 |
msgid "ID"
|
1956 |
msgstr "ID"
|
@@ -3881,13 +3936,13 @@ msgid "Author"
|
|
3881 |
msgstr "Autor"
|
3882 |
|
3883 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3884 |
-
#: includes/functions.php:
|
3885 |
msgctxt "admin settings"
|
3886 |
msgid "Date posted"
|
3887 |
msgstr "Fecha de publicación"
|
3888 |
|
3889 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3890 |
-
#: includes/functions.php:
|
3891 |
msgctxt "admin settings"
|
3892 |
msgid "Date last modified"
|
3893 |
msgstr "Fecha de última modificación"
|
@@ -4314,12 +4369,12 @@ msgctxt "admin settings"
|
|
4314 |
msgid "Uploaded Image (no resize)"
|
4315 |
msgstr "Imagen original (sin redimensionar)"
|
4316 |
|
4317 |
-
#: includes/functions.php:
|
4318 |
msgctxt "admin settings"
|
4319 |
msgid "User"
|
4320 |
msgstr "Usuario"
|
4321 |
|
4322 |
-
#: includes/functions.php:
|
4323 |
msgctxt "admin settings"
|
4324 |
msgid "User registration date"
|
4325 |
msgstr "Fecha de registro del usuario"
|
@@ -4554,7 +4609,7 @@ msgstr "Listados"
|
|
4554 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4555 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4556 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4557 |
-
#: includes/admin/settings/class-settings.php:
|
4558 |
msgctxt "settings"
|
4559 |
msgid "General Settings"
|
4560 |
msgstr "Configuración General"
|
@@ -5611,13 +5666,13 @@ msgctxt "settings"
|
|
5611 |
msgid "Cropped"
|
5612 |
msgstr "Recortado"
|
5613 |
|
5614 |
-
#: includes/admin/settings/class-settings.php:
|
5615 |
-
#: includes/admin/settings/class-settings.php:
|
5616 |
msgctxt "settings"
|
5617 |
msgid "\"%s\" can not be empty."
|
5618 |
msgstr "“%s” no puede estar vacío."
|
5619 |
|
5620 |
-
#: includes/admin/settings/class-settings.php:
|
5621 |
msgctxt "settings"
|
5622 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5623 |
msgstr "El slug “%s” ya está siendo utilizado por otra taxonomía."
|
@@ -7069,12 +7124,12 @@ msgctxt "image field"
|
|
7069 |
msgid "Caption for %s is required."
|
7070 |
msgstr "Se requiere leyenda para %s."
|
7071 |
|
7072 |
-
#: includes/functions.php:
|
7073 |
msgctxt "templates"
|
7074 |
msgid "Return to results"
|
7075 |
msgstr "Regresar a resultados"
|
7076 |
|
7077 |
-
#: includes/functions.php:
|
7078 |
msgctxt "templates"
|
7079 |
msgid "Go back"
|
7080 |
msgstr "Regresar"
|
@@ -7201,31 +7256,6 @@ msgctxt "templates"
|
|
7201 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7202 |
msgstr "Acepto los <a>Términos y Condiciones</a>"
|
7203 |
|
7204 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
7205 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
7206 |
-
#: templates/search.tpl.php:17
|
7207 |
-
msgctxt "templates"
|
7208 |
-
msgid "No listings found."
|
7209 |
-
msgstr "No se encontraron listados."
|
7210 |
-
|
7211 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
7212 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
7213 |
-
msgctxt "templates"
|
7214 |
-
msgid "« Previous "
|
7215 |
-
msgstr "« Anterior "
|
7216 |
-
|
7217 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
7218 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
7219 |
-
msgctxt "templates"
|
7220 |
-
msgid "Next »"
|
7221 |
-
msgstr "Siguiente »"
|
7222 |
-
|
7223 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
7224 |
-
#: templates/manage_listings.tpl.php:16
|
7225 |
-
msgctxt "templates"
|
7226 |
-
msgid "Return to directory"
|
7227 |
-
msgstr "Regresar al Directorio"
|
7228 |
-
|
7229 |
#: templates/listing-contactform.tpl.php:20
|
7230 |
msgctxt "templates"
|
7231 |
msgid "Listing Title: "
|
@@ -7294,7 +7324,12 @@ msgctxt "templates"
|
|
7294 |
msgid "Lost your password?"
|
7295 |
msgstr "Perdió su contraseña?"
|
7296 |
|
7297 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
7298 |
msgctxt "templates"
|
7299 |
msgid ""
|
7300 |
"Your current listings are shown below. To edit a listing click the edit "
|
@@ -7304,35 +7339,30 @@ msgstr ""
|
|
7304 |
"en el botón de Editar. Para eliminar un listado haga click en el botón de "
|
7305 |
"Eliminar."
|
7306 |
|
7307 |
-
#: templates/
|
7308 |
-
|
7309 |
-
msgid "You do not currently have any listings in the directory."
|
7310 |
-
msgstr "Actualmente no tiene listados en el Directorio."
|
7311 |
-
|
7312 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
7313 |
-
#: templates/parts/listing-buttons.tpl.php:63
|
7314 |
msgctxt "templates"
|
7315 |
msgid "Edit"
|
7316 |
msgstr "Editar"
|
7317 |
|
7318 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7319 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7320 |
msgctxt "templates"
|
7321 |
msgid "Flag Listing"
|
7322 |
msgstr "Reportar listado"
|
7323 |
|
7324 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7325 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7326 |
msgctxt "templates"
|
7327 |
msgid "Delete"
|
7328 |
msgstr "Eliminar"
|
7329 |
|
7330 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7331 |
msgctxt "templates"
|
7332 |
msgid "Are you sure you wish to delete this listing?"
|
7333 |
msgstr "Está seguro de que desea eliminar este listado?"
|
7334 |
|
7335 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7336 |
msgctxt "templates"
|
7337 |
msgid "View"
|
7338 |
msgstr "Ver"
|
@@ -7387,6 +7417,11 @@ msgctxt "templates"
|
|
7387 |
msgid "Find a listing"
|
7388 |
msgstr "Encontrar un listado"
|
7389 |
|
|
|
|
|
|
|
|
|
|
|
7390 |
#: templates/search.tpl.php:26
|
7391 |
msgctxt "templates"
|
7392 |
msgid "Return to Search"
|
@@ -7407,17 +7442,17 @@ msgctxt "templates"
|
|
7407 |
msgid "Your listing has been submitted."
|
7408 |
msgstr "Su listado fue enviado."
|
7409 |
|
7410 |
-
#: templates/submit-listing-done.tpl.php:
|
7411 |
msgctxt "templates"
|
7412 |
msgid "Your listing changes were saved."
|
7413 |
msgstr "Los cambios a su listado fueron guardados."
|
7414 |
|
7415 |
-
#: templates/submit-listing-done.tpl.php:
|
7416 |
msgctxt "templates"
|
7417 |
msgid "Go to your listing"
|
7418 |
msgstr "Ir a su listado"
|
7419 |
|
7420 |
-
#: templates/submit-listing-done.tpl.php:
|
7421 |
msgctxt "templates"
|
7422 |
msgid ""
|
7423 |
"Your listing requires admin approval. You'll be notified once your listing "
|
@@ -7426,11 +7461,6 @@ msgstr ""
|
|
7426 |
"Su listado debe ser aprobado por el administrador. Usted será notificado una "
|
7427 |
"vez el listado sea aprobado."
|
7428 |
|
7429 |
-
#: templates/submit-listing-done.tpl.php:33
|
7430 |
-
msgctxt "templates"
|
7431 |
-
msgid "Return to directory."
|
7432 |
-
msgstr "Regresar al Directorio."
|
7433 |
-
|
7434 |
#: templates/submit-listing-images-single.tpl.php:24
|
7435 |
msgctxt "templates"
|
7436 |
msgid "Set this image as the listing thumbnail."
|
@@ -8228,7 +8258,7 @@ msgctxt "sort"
|
|
8228 |
msgid "(Reset)"
|
8229 |
msgstr "(Reestablecer)"
|
8230 |
|
8231 |
-
#: includes/utils.php:
|
8232 |
msgctxt "utils"
|
8233 |
msgid ""
|
8234 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
@@ -8236,54 +8266,54 @@ msgstr ""
|
|
8236 |
"Los datos enviados via POST superan el valor máximo configurado en PHP. "
|
8237 |
"Revise la directiva \"post_max_size\" de su configuración."
|
8238 |
|
8239 |
-
#: includes/utils.php:
|
8240 |
msgctxt "utils"
|
8241 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8242 |
msgstr "El tamaño de archivo (%s) excede el tamaño máximo permitido de %s"
|
8243 |
|
8244 |
-
#: includes/utils.php:
|
8245 |
msgctxt "utils"
|
8246 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8247 |
msgstr "El tamaño de archivo (%s) es inferior al tamaño mínimo requerido de %s"
|
8248 |
|
8249 |
-
#: includes/utils.php:
|
8250 |
msgctxt "utils"
|
8251 |
msgid "File type \"%s\" is not allowed"
|
8252 |
msgstr "El tipo de archivo \"%s\" no está permitido"
|
8253 |
|
8254 |
-
#: includes/utils.php:
|
8255 |
msgctxt "utils"
|
8256 |
msgid "Unkown error while uploading file."
|
8257 |
msgstr "Error desconocido mientras se subía el archivo."
|
8258 |
|
8259 |
-
#: includes/utils.php:
|
8260 |
msgctxt "utils"
|
8261 |
msgid "Uploaded file is not an image"
|
8262 |
msgstr "El archivo subido no es una imagen"
|
8263 |
|
8264 |
-
#: includes/utils.php:
|
8265 |
msgctxt "utils"
|
8266 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8267 |
msgstr ""
|
8268 |
"El ancho de la imagen (%s px) es inferior al mínimo requerido de %s px."
|
8269 |
|
8270 |
-
#: includes/utils.php:
|
8271 |
msgctxt "utils"
|
8272 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8273 |
msgstr "El alto de la imagen (%s px) es inferior al mínimo requerido de %s px."
|
8274 |
|
8275 |
-
#: includes/utils.php:
|
8276 |
msgctxt "utils"
|
8277 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8278 |
msgstr ""
|
8279 |
"El ancho de la imagen (%s px) es superior al máximo permitido de %s px."
|
8280 |
|
8281 |
-
#: includes/utils.php:
|
8282 |
msgctxt "utils"
|
8283 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8284 |
msgstr "El alto de la imagen (%s px) es superior al máximo permitido de %s px."
|
8285 |
|
8286 |
-
#: includes/utils.php:
|
8287 |
msgctxt "utils"
|
8288 |
msgid "Error while uploading file"
|
8289 |
msgstr "Ocurrió un error mientras se subía el archivo"
|
@@ -8581,22 +8611,21 @@ msgctxt "search"
|
|
8581 |
msgid "\"%s\" is required."
|
8582 |
msgstr "“%s” es requerido."
|
8583 |
|
8584 |
-
#: templates/
|
8585 |
-
|
|
|
|
|
|
|
|
|
8586 |
msgctxt "search"
|
8587 |
msgid "Search"
|
8588 |
msgstr "Buscar"
|
8589 |
|
8590 |
-
#: templates/
|
8591 |
msgctxt "search"
|
8592 |
msgid "Search Results"
|
8593 |
msgstr "Resultados de Búsqueda"
|
8594 |
|
8595 |
-
#: templates/search-form.tpl.php:27
|
8596 |
-
msgctxt "search"
|
8597 |
-
msgid "Clear"
|
8598 |
-
msgstr "Limpiar"
|
8599 |
-
|
8600 |
#: includes/views/show_listing.php:13
|
8601 |
msgctxt "preview"
|
8602 |
msgid "This is just a preview. The listing has not been published yet."
|
@@ -9496,6 +9525,9 @@ msgctxt "themes/default"
|
|
9496 |
msgid "Address"
|
9497 |
msgstr "Dirección"
|
9498 |
|
|
|
|
|
|
|
9499 |
#~ msgctxt "fees admin"
|
9500 |
#~ msgid "Paid"
|
9501 |
#~ msgstr "Pagado"
|
@@ -10707,10 +10739,6 @@ msgstr "Dirección"
|
|
10707 |
#~ msgid "← Return to Directory."
|
10708 |
#~ msgstr "← Regresar al Directorio."
|
10709 |
|
10710 |
-
#~ msgctxt "payment"
|
10711 |
-
#~ msgid "Return to Directory."
|
10712 |
-
#~ msgstr "Regresar al Directorio."
|
10713 |
-
|
10714 |
#~ msgctxt "templates"
|
10715 |
#~ msgid ""
|
10716 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
9 |
"PO-Revision-Date: 2020-10-07 14:57-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
65 |
"Descubra cómo crear un directorio de negocios próspero y llamativo desde "
|
66 |
"cero en este curso GRATUITO por e-mail de 5 partes."
|
67 |
|
68 |
+
#: includes/admin/class-admin.php:311
|
69 |
+
#, fuzzy
|
70 |
+
msgid "Invalid email address."
|
71 |
+
msgstr "Dirección de correo-e inválida."
|
72 |
+
|
73 |
+
#: includes/admin/class-admin.php:391
|
74 |
msgid "Uninstall Business Directory Plugin"
|
75 |
msgstr "Desinstalar Business Directory Plugin"
|
76 |
|
77 |
+
#: includes/admin/class-admin.php:392
|
78 |
msgid "Uninstall"
|
79 |
msgstr "Desinstalar"
|
80 |
|
810 |
msgid "Business Directory Theme archive (ZIP file)"
|
811 |
msgstr "Tema para Business Directory (archivo ZIP)"
|
812 |
|
813 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
814 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
815 |
+
#, fuzzy
|
816 |
+
msgid "No listings found."
|
817 |
+
msgstr "No se encontraron listados."
|
818 |
+
|
819 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
820 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
821 |
+
#, fuzzy
|
822 |
+
msgid "← Previous "
|
823 |
+
msgstr "« Anterior "
|
824 |
+
|
825 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
826 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
827 |
+
#, fuzzy
|
828 |
+
msgid "Next →"
|
829 |
+
msgstr "Siguiente »"
|
830 |
+
|
831 |
+
#: templates/deprecated/search.tpl.php:6
|
832 |
+
#, fuzzy
|
833 |
+
msgid "Search"
|
834 |
+
msgstr "Buscar"
|
835 |
+
|
836 |
+
#: templates/deprecated/search.tpl.php:14
|
837 |
+
#, fuzzy
|
838 |
+
msgid "Search Results"
|
839 |
+
msgstr "Resultados de Búsqueda"
|
840 |
+
|
841 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
842 |
+
#: templates/manage_listings.tpl.php:16
|
843 |
+
#, fuzzy
|
844 |
+
msgid "Return to directory"
|
845 |
+
msgstr "Regresar al Directorio"
|
846 |
+
|
847 |
+
#: templates/manage-listings.tpl.php:3
|
848 |
+
#, fuzzy
|
849 |
+
msgid ""
|
850 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
851 |
+
"button. To delete a listing click the delete button."
|
852 |
+
msgstr ""
|
853 |
+
"Sus listados actuales se muestran abajo. Para editar un listado haga click "
|
854 |
+
"en el botón de Editar. Para eliminar un listado haga click en el botón de "
|
855 |
+
"Eliminar."
|
856 |
+
|
857 |
+
#: templates/manage-listings.tpl.php:9
|
858 |
+
#, fuzzy
|
859 |
+
msgid "You do not currently have any listings in the directory."
|
860 |
+
msgstr "Actualmente no tiene listados en el Directorio."
|
861 |
+
|
862 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
863 |
+
#, fuzzy
|
864 |
+
msgid "Return to Directory"
|
865 |
+
msgstr "Regresar al Directorio."
|
866 |
+
|
867 |
+
#: templates/submit-listing-done.tpl.php:36
|
868 |
+
#, fuzzy
|
869 |
+
msgid "Return to directory."
|
870 |
+
msgstr "Regresar al Directorio."
|
871 |
|
872 |
#: templates/submit-listing-images.tpl.php:5
|
873 |
msgid "Current Images"
|
1532 |
msgstr ""
|
1533 |
"Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
|
1534 |
|
1535 |
+
#: includes/admin/class-admin.php:462
|
1536 |
msgctxt "admin"
|
1537 |
msgid "Untitled Menu"
|
1538 |
msgstr "Menú sin título"
|
1539 |
|
1540 |
+
#: includes/admin/class-admin.php:787
|
1541 |
msgctxt "admin"
|
1542 |
msgid "Dismiss this notice."
|
1543 |
msgstr "Ignorar."
|
1544 |
|
1545 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1546 |
msgctxt "admin"
|
1547 |
msgid "The listing has been updated."
|
1548 |
msgid_plural "The listings have been updated."
|
1549 |
msgstr[0] "El listado ha sido actualizado."
|
1550 |
msgstr[1] "Los listados han sido actualizados."
|
1551 |
|
1552 |
+
#: includes/admin/class-admin.php:862
|
1553 |
msgctxt "admin"
|
1554 |
msgid "The fee was successfully assigned."
|
1555 |
msgstr "La comisión se asignó satisfactoriamente."
|
1556 |
|
1557 |
+
#: includes/admin/class-admin.php:872
|
1558 |
msgctxt "admin"
|
1559 |
msgid "Listing was renewed."
|
1560 |
msgid_plural "Listings were renewed."
|
1561 |
msgstr[0] "El listado ha sido renovado."
|
1562 |
msgstr[1] "Los listados fueron renovados."
|
1563 |
|
1564 |
+
#: includes/admin/class-admin.php:884
|
1565 |
msgctxt "admin"
|
1566 |
msgid "Renewal email sent."
|
1567 |
msgstr "Mensaje de correo electrónico de renovación enviado."
|
1568 |
|
1569 |
+
#: includes/admin/class-admin.php:888
|
1570 |
msgctxt "admin"
|
1571 |
msgid ""
|
1572 |
"Could not send renewal email, notice template at listing expiration not "
|
1575 |
"No se pudo enviar el correo electrónico de renovación, no se encontró la "
|
1576 |
"plantilla de notificación al momento de expirar e listado."
|
1577 |
|
1578 |
+
#: includes/admin/class-admin.php:895
|
1579 |
msgctxt "admin"
|
1580 |
msgid "Listing report deleted."
|
1581 |
msgid_plural "Listing reports deleted."
|
1582 |
msgstr[0] "Reporte eliminado."
|
1583 |
msgstr[1] "Reportes eliminados."
|
1584 |
|
1585 |
+
#: includes/admin/class-admin.php:943
|
1586 |
msgctxt "admin"
|
1587 |
msgid "Access keys sent."
|
1588 |
msgstr "Claves de acceso enviadas."
|
1589 |
|
1590 |
+
#: includes/admin/class-admin.php:945
|
1591 |
msgctxt "admin"
|
1592 |
msgid "The access keys couldn't be sent."
|
1593 |
msgstr "No se pudo enviar las claves de acceso."
|
1594 |
|
1595 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1596 |
msgctxt "admin"
|
1597 |
msgid "Listing Count"
|
1598 |
msgstr "Conteo de Listados"
|
1599 |
|
1600 |
+
#: includes/admin/class-admin.php:1090
|
1601 |
msgctxt "admin"
|
1602 |
msgid ""
|
1603 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1606 |
"<b>Business Directory Plugin</b> requiere una página con el shortcode "
|
1607 |
"<tt>[businessdirectory]</tt> para funcionar adecuadamente."
|
1608 |
|
1609 |
+
#: includes/admin/class-admin.php:1092
|
1610 |
msgctxt "admin"
|
1611 |
msgid ""
|
1612 |
"You can create this page by yourself or let Business Directory do this for "
|
1615 |
"Puede crear esta página usted mismo o dejar que Business Directory lo haga "
|
1616 |
"por usted automáticamente."
|
1617 |
|
1618 |
+
#: includes/admin/class-admin.php:1097
|
1619 |
msgctxt "admin"
|
1620 |
msgid "Create required pages for me"
|
1621 |
msgstr "Crear las páginas requeridas por mi"
|
1622 |
|
1623 |
+
#: includes/admin/class-admin.php:1131
|
1624 |
msgctxt "admin"
|
1625 |
msgid ""
|
1626 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1632 |
"Por favor comuníquese con su proveedor de hosting para actualizar su sistema "
|
1633 |
"y evitar problemas de compatibilidad."
|
1634 |
|
1635 |
+
#: includes/admin/class-admin.php:1155
|
1636 |
msgctxt "admin"
|
1637 |
msgid ""
|
1638 |
"We noticed you want your Business Directory users to register before posting "
|
1965 |
msgid "No, thanks"
|
1966 |
msgstr "No, gracias"
|
1967 |
|
1968 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
1969 |
msgctxt "business-directory-plugin"
|
1970 |
msgid "Business Directory Admin"
|
1971 |
msgstr "Administración de Directorio de Negocios"
|
1972 |
|
1973 |
+
#: includes/admin/class-admin.php:344
|
1974 |
msgctxt "business-directory-plugin"
|
1975 |
msgid "Directory"
|
1976 |
msgstr "Directorio"
|
1977 |
|
1978 |
+
#: includes/admin/class-admin.php:355
|
1979 |
msgctxt "admin menu"
|
1980 |
msgid "Manage Fees"
|
1981 |
msgstr "Administrar Comisiones"
|
1982 |
|
1983 |
+
#: includes/admin/class-admin.php:358
|
1984 |
msgctxt "admin menu"
|
1985 |
msgid "Manage Form Fields"
|
1986 |
msgstr "Administrar Campos de Formulario"
|
1987 |
|
1988 |
+
#: includes/admin/class-admin.php:362
|
1989 |
msgctxt "admin menu"
|
1990 |
msgid "Payment History"
|
1991 |
msgstr "Historia Transaccional"
|
1992 |
|
1993 |
+
#: includes/admin/class-admin.php:365
|
1994 |
msgctxt "admin menu"
|
1995 |
msgid "Import & Export"
|
1996 |
msgstr "Importar/Exportar"
|
1997 |
|
1998 |
+
#: includes/admin/class-admin.php:368
|
1999 |
msgctxt "admin menu"
|
2000 |
msgid "Debug"
|
2001 |
msgstr "Depuración"
|
2005 |
msgid "Settings"
|
2006 |
msgstr "Configuración"
|
2007 |
|
2008 |
+
#: includes/admin/class-admin.php:1015
|
2009 |
msgctxt "admin category id"
|
2010 |
msgid "ID"
|
2011 |
msgstr "ID"
|
3936 |
msgstr "Autor"
|
3937 |
|
3938 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3939 |
+
#: includes/functions.php:1272
|
3940 |
msgctxt "admin settings"
|
3941 |
msgid "Date posted"
|
3942 |
msgstr "Fecha de publicación"
|
3943 |
|
3944 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3945 |
+
#: includes/functions.php:1273
|
3946 |
msgctxt "admin settings"
|
3947 |
msgid "Date last modified"
|
3948 |
msgstr "Fecha de última modificación"
|
4369 |
msgid "Uploaded Image (no resize)"
|
4370 |
msgstr "Imagen original (sin redimensionar)"
|
4371 |
|
4372 |
+
#: includes/functions.php:1270
|
4373 |
msgctxt "admin settings"
|
4374 |
msgid "User"
|
4375 |
msgstr "Usuario"
|
4376 |
|
4377 |
+
#: includes/functions.php:1271
|
4378 |
msgctxt "admin settings"
|
4379 |
msgid "User registration date"
|
4380 |
msgstr "Fecha de registro del usuario"
|
4609 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4610 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4611 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4612 |
+
#: includes/admin/settings/class-settings.php:303
|
4613 |
msgctxt "settings"
|
4614 |
msgid "General Settings"
|
4615 |
msgstr "Configuración General"
|
5666 |
msgid "Cropped"
|
5667 |
msgstr "Recortado"
|
5668 |
|
5669 |
+
#: includes/admin/settings/class-settings.php:458
|
5670 |
+
#: includes/admin/settings/class-settings.php:469
|
5671 |
msgctxt "settings"
|
5672 |
msgid "\"%s\" can not be empty."
|
5673 |
msgstr "“%s” no puede estar vacío."
|
5674 |
|
5675 |
+
#: includes/admin/settings/class-settings.php:476
|
5676 |
msgctxt "settings"
|
5677 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5678 |
msgstr "El slug “%s” ya está siendo utilizado por otra taxonomía."
|
7124 |
msgid "Caption for %s is required."
|
7125 |
msgstr "Se requiere leyenda para %s."
|
7126 |
|
7127 |
+
#: includes/functions.php:1353
|
7128 |
msgctxt "templates"
|
7129 |
msgid "Return to results"
|
7130 |
msgstr "Regresar a resultados"
|
7131 |
|
7132 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
7133 |
msgctxt "templates"
|
7134 |
msgid "Go back"
|
7135 |
msgstr "Regresar"
|
7256 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7257 |
msgstr "Acepto los <a>Términos y Condiciones</a>"
|
7258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7259 |
#: templates/listing-contactform.tpl.php:20
|
7260 |
msgctxt "templates"
|
7261 |
msgid "Listing Title: "
|
7324 |
msgid "Lost your password?"
|
7325 |
msgstr "Perdió su contraseña?"
|
7326 |
|
7327 |
+
#: templates/manage_listings.tpl.php:11
|
7328 |
+
msgctxt "templates"
|
7329 |
+
msgid "You do not currently have any listings in the directory."
|
7330 |
+
msgstr "Actualmente no tiene listados en el Directorio."
|
7331 |
+
|
7332 |
+
#: templates/manage_listings.tpl.php:20
|
7333 |
msgctxt "templates"
|
7334 |
msgid ""
|
7335 |
"Your current listings are shown below. To edit a listing click the edit "
|
7339 |
"en el botón de Editar. Para eliminar un listado haga click en el botón de "
|
7340 |
"Eliminar."
|
7341 |
|
7342 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
7343 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
|
|
|
|
|
|
|
|
|
|
7344 |
msgctxt "templates"
|
7345 |
msgid "Edit"
|
7346 |
msgstr "Editar"
|
7347 |
|
7348 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
7349 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
7350 |
msgctxt "templates"
|
7351 |
msgid "Flag Listing"
|
7352 |
msgstr "Reportar listado"
|
7353 |
|
7354 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
7355 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
7356 |
msgctxt "templates"
|
7357 |
msgid "Delete"
|
7358 |
msgstr "Eliminar"
|
7359 |
|
7360 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
7361 |
msgctxt "templates"
|
7362 |
msgid "Are you sure you wish to delete this listing?"
|
7363 |
msgstr "Está seguro de que desea eliminar este listado?"
|
7364 |
|
7365 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
7366 |
msgctxt "templates"
|
7367 |
msgid "View"
|
7368 |
msgstr "Ver"
|
7417 |
msgid "Find a listing"
|
7418 |
msgstr "Encontrar un listado"
|
7419 |
|
7420 |
+
#: templates/search.tpl.php:17
|
7421 |
+
msgctxt "templates"
|
7422 |
+
msgid "No listings found."
|
7423 |
+
msgstr "No se encontraron listados."
|
7424 |
+
|
7425 |
#: templates/search.tpl.php:26
|
7426 |
msgctxt "templates"
|
7427 |
msgid "Return to Search"
|
7442 |
msgid "Your listing has been submitted."
|
7443 |
msgstr "Su listado fue enviado."
|
7444 |
|
7445 |
+
#: templates/submit-listing-done.tpl.php:25
|
7446 |
msgctxt "templates"
|
7447 |
msgid "Your listing changes were saved."
|
7448 |
msgstr "Los cambios a su listado fueron guardados."
|
7449 |
|
7450 |
+
#: templates/submit-listing-done.tpl.php:30
|
7451 |
msgctxt "templates"
|
7452 |
msgid "Go to your listing"
|
7453 |
msgstr "Ir a su listado"
|
7454 |
|
7455 |
+
#: templates/submit-listing-done.tpl.php:32
|
7456 |
msgctxt "templates"
|
7457 |
msgid ""
|
7458 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7461 |
"Su listado debe ser aprobado por el administrador. Usted será notificado una "
|
7462 |
"vez el listado sea aprobado."
|
7463 |
|
|
|
|
|
|
|
|
|
|
|
7464 |
#: templates/submit-listing-images-single.tpl.php:24
|
7465 |
msgctxt "templates"
|
7466 |
msgid "Set this image as the listing thumbnail."
|
8258 |
msgid "(Reset)"
|
8259 |
msgstr "(Reestablecer)"
|
8260 |
|
8261 |
+
#: includes/utils.php:271
|
8262 |
msgctxt "utils"
|
8263 |
msgid ""
|
8264 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8266 |
"Los datos enviados via POST superan el valor máximo configurado en PHP. "
|
8267 |
"Revise la directiva \"post_max_size\" de su configuración."
|
8268 |
|
8269 |
+
#: includes/utils.php:319
|
8270 |
msgctxt "utils"
|
8271 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8272 |
msgstr "El tamaño de archivo (%s) excede el tamaño máximo permitido de %s"
|
8273 |
|
8274 |
+
#: includes/utils.php:327
|
8275 |
msgctxt "utils"
|
8276 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8277 |
msgstr "El tamaño de archivo (%s) es inferior al tamaño mínimo requerido de %s"
|
8278 |
|
8279 |
+
#: includes/utils.php:336 includes/utils.php:343
|
8280 |
msgctxt "utils"
|
8281 |
msgid "File type \"%s\" is not allowed"
|
8282 |
msgstr "El tipo de archivo \"%s\" no está permitido"
|
8283 |
|
8284 |
+
#: includes/utils.php:350
|
8285 |
msgctxt "utils"
|
8286 |
msgid "Unkown error while uploading file."
|
8287 |
msgstr "Error desconocido mientras se subía el archivo."
|
8288 |
|
8289 |
+
#: includes/utils.php:369
|
8290 |
msgctxt "utils"
|
8291 |
msgid "Uploaded file is not an image"
|
8292 |
msgstr "El archivo subido no es una imagen"
|
8293 |
|
8294 |
+
#: includes/utils.php:378
|
8295 |
msgctxt "utils"
|
8296 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8297 |
msgstr ""
|
8298 |
"El ancho de la imagen (%s px) es inferior al mínimo requerido de %s px."
|
8299 |
|
8300 |
+
#: includes/utils.php:384
|
8301 |
msgctxt "utils"
|
8302 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8303 |
msgstr "El alto de la imagen (%s px) es inferior al mínimo requerido de %s px."
|
8304 |
|
8305 |
+
#: includes/utils.php:390
|
8306 |
msgctxt "utils"
|
8307 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8308 |
msgstr ""
|
8309 |
"El ancho de la imagen (%s px) es superior al máximo permitido de %s px."
|
8310 |
|
8311 |
+
#: includes/utils.php:396
|
8312 |
msgctxt "utils"
|
8313 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8314 |
msgstr "El alto de la imagen (%s px) es superior al máximo permitido de %s px."
|
8315 |
|
8316 |
+
#: includes/utils.php:410
|
8317 |
msgctxt "utils"
|
8318 |
msgid "Error while uploading file"
|
8319 |
msgstr "Ocurrió un error mientras se subía el archivo"
|
8611 |
msgid "\"%s\" is required."
|
8612 |
msgstr "“%s” es requerido."
|
8613 |
|
8614 |
+
#: templates/search-form.tpl.php:27
|
8615 |
+
msgctxt "search"
|
8616 |
+
msgid "Clear"
|
8617 |
+
msgstr "Limpiar"
|
8618 |
+
|
8619 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8620 |
msgctxt "search"
|
8621 |
msgid "Search"
|
8622 |
msgstr "Buscar"
|
8623 |
|
8624 |
+
#: templates/search.tpl.php:10
|
8625 |
msgctxt "search"
|
8626 |
msgid "Search Results"
|
8627 |
msgstr "Resultados de Búsqueda"
|
8628 |
|
|
|
|
|
|
|
|
|
|
|
8629 |
#: includes/views/show_listing.php:13
|
8630 |
msgctxt "preview"
|
8631 |
msgid "This is just a preview. The listing has not been published yet."
|
9525 |
msgid "Address"
|
9526 |
msgstr "Dirección"
|
9527 |
|
9528 |
+
#~ msgid "← Return to Directory"
|
9529 |
+
#~ msgstr "← Regresar al Directorio"
|
9530 |
+
|
9531 |
#~ msgctxt "fees admin"
|
9532 |
#~ msgid "Paid"
|
9533 |
#~ msgstr "Pagado"
|
10739 |
#~ msgid "← Return to Directory."
|
10740 |
#~ msgstr "← Regresar al Directorio."
|
10741 |
|
|
|
|
|
|
|
|
|
10742 |
#~ msgctxt "templates"
|
10743 |
#~ msgid ""
|
10744 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
languages/business-directory-plugin-fr_FR.mo
CHANGED
Binary file
|
languages/business-directory-plugin-fr_FR.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2020-10-
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -70,11 +70,16 @@ msgstr ""
|
|
70 |
"zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mail). Obtenez un "
|
71 |
"module premium GRATUIT juste après votre inscription."
|
72 |
|
73 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
74 |
msgid "Uninstall Business Directory Plugin"
|
75 |
msgstr "Désinstaller le Plugin Annuaire Professionnel"
|
76 |
|
77 |
-
#: includes/admin/class-admin.php:
|
78 |
msgid "Uninstall"
|
79 |
msgstr "Désinstaller"
|
80 |
|
@@ -853,10 +858,65 @@ msgstr "nouveau"
|
|
853 |
msgid "Business Directory Theme archive (ZIP file)"
|
854 |
msgstr "Archive Thème BD (Fichier zip)"
|
855 |
|
856 |
-
#: templates/
|
857 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
858 |
msgstr "Retourner vers l'annuaire"
|
859 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
860 |
#: templates/submit-listing-images.tpl.php:5
|
861 |
#, fuzzy
|
862 |
msgid "Current Images"
|
@@ -1538,17 +1598,17 @@ msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
|
1538 |
msgstr ""
|
1539 |
"Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
|
1540 |
|
1541 |
-
#: includes/admin/class-admin.php:
|
1542 |
msgctxt "admin"
|
1543 |
msgid "Untitled Menu"
|
1544 |
msgstr "Menu sans titre"
|
1545 |
|
1546 |
-
#: includes/admin/class-admin.php:
|
1547 |
msgctxt "admin"
|
1548 |
msgid "Dismiss this notice."
|
1549 |
msgstr "Ne tenez pas compte de cet avertissement."
|
1550 |
|
1551 |
-
#: includes/admin/class-admin.php:
|
1552 |
#, fuzzy
|
1553 |
msgctxt "admin"
|
1554 |
msgid "The listing has been updated."
|
@@ -1556,31 +1616,31 @@ msgid_plural "The listings have been updated."
|
|
1556 |
msgstr[0] "L'annonce a été mise à jour."
|
1557 |
msgstr[1] "Les annonces ont été mise à jour."
|
1558 |
|
1559 |
-
#: includes/admin/class-admin.php:
|
1560 |
msgctxt "admin"
|
1561 |
msgid "The fee was successfully assigned."
|
1562 |
msgstr "Les frais ont bien été assignés."
|
1563 |
|
1564 |
-
#: includes/admin/class-admin.php:
|
1565 |
msgctxt "admin"
|
1566 |
msgid "Listing was renewed."
|
1567 |
msgid_plural "Listings were renewed."
|
1568 |
msgstr[0] "L'annonce a été renouvelée."
|
1569 |
msgstr[1] "Les annonces ont été renouvelées."
|
1570 |
|
1571 |
-
#: includes/admin/class-admin.php:
|
1572 |
msgctxt "admin"
|
1573 |
msgid "Renewal email sent."
|
1574 |
msgstr "Email de renouvellement envoyé."
|
1575 |
|
1576 |
-
#: includes/admin/class-admin.php:
|
1577 |
msgctxt "admin"
|
1578 |
msgid ""
|
1579 |
"Could not send renewal email, notice template at listing expiration not "
|
1580 |
"found."
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: includes/admin/class-admin.php:
|
1584 |
#, fuzzy
|
1585 |
msgctxt "admin"
|
1586 |
msgid "Listing report deleted."
|
@@ -1588,23 +1648,23 @@ msgid_plural "Listing reports deleted."
|
|
1588 |
msgstr[0] "Date d'expiration de l'annonce"
|
1589 |
msgstr[1] "Date d'expiration de l'annonce"
|
1590 |
|
1591 |
-
#: includes/admin/class-admin.php:
|
1592 |
#, fuzzy
|
1593 |
msgctxt "admin"
|
1594 |
msgid "Access keys sent."
|
1595 |
msgstr "Clés d'accès"
|
1596 |
|
1597 |
-
#: includes/admin/class-admin.php:
|
1598 |
msgctxt "admin"
|
1599 |
msgid "The access keys couldn't be sent."
|
1600 |
msgstr ""
|
1601 |
|
1602 |
-
#: includes/admin/class-admin.php:
|
1603 |
msgctxt "admin"
|
1604 |
msgid "Listing Count"
|
1605 |
msgstr "Compteur d'annonces"
|
1606 |
|
1607 |
-
#: includes/admin/class-admin.php:
|
1608 |
msgctxt "admin"
|
1609 |
msgid ""
|
1610 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -1613,7 +1673,7 @@ msgstr ""
|
|
1613 |
"<b>Business Directory Plugin</b> requiert une page avec le code "
|
1614 |
"d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
|
1615 |
|
1616 |
-
#: includes/admin/class-admin.php:
|
1617 |
msgctxt "admin"
|
1618 |
msgid ""
|
1619 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -1622,12 +1682,12 @@ msgstr ""
|
|
1622 |
"Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
|
1623 |
"pour vous automatiquement."
|
1624 |
|
1625 |
-
#: includes/admin/class-admin.php:
|
1626 |
msgctxt "admin"
|
1627 |
msgid "Create required pages for me"
|
1628 |
msgstr "Créer les pages requises pour moi"
|
1629 |
|
1630 |
-
#: includes/admin/class-admin.php:
|
1631 |
msgctxt "admin"
|
1632 |
msgid ""
|
1633 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1639,7 +1699,7 @@ msgstr ""
|
|
1639 |
"strong>.S'il vous plaît demander à votre fournisseur de mettre à jour afin "
|
1640 |
"d'éviter tout problème avec le plug-in."
|
1641 |
|
1642 |
-
#: includes/admin/class-admin.php:
|
1643 |
msgctxt "admin"
|
1644 |
msgid ""
|
1645 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -1981,45 +2041,40 @@ msgctxt "drip pointer"
|
|
1981 |
msgid "No, thanks"
|
1982 |
msgstr "Non, merci"
|
1983 |
|
1984 |
-
#: includes/admin/class-admin.php:
|
1985 |
-
msgctxt "drip pointer"
|
1986 |
-
msgid "Invalid e-mail address."
|
1987 |
-
msgstr "Adresse e-mail non valide."
|
1988 |
-
|
1989 |
-
#: includes/admin/class-admin.php:351
|
1990 |
#, fuzzy
|
1991 |
msgctxt "business-directory-plugin"
|
1992 |
msgid "Business Directory Admin"
|
1993 |
msgstr "Administrateur de l'Annuaire Professionnel"
|
1994 |
|
1995 |
-
#: includes/admin/class-admin.php:
|
1996 |
#, fuzzy
|
1997 |
msgctxt "business-directory-plugin"
|
1998 |
msgid "Directory"
|
1999 |
msgstr "Annuaire"
|
2000 |
|
2001 |
-
#: includes/admin/class-admin.php:
|
2002 |
msgctxt "admin menu"
|
2003 |
msgid "Manage Fees"
|
2004 |
msgstr "Gestion des frais"
|
2005 |
|
2006 |
-
#: includes/admin/class-admin.php:
|
2007 |
msgctxt "admin menu"
|
2008 |
msgid "Manage Form Fields"
|
2009 |
msgstr "Gestion des champs"
|
2010 |
|
2011 |
-
#: includes/admin/class-admin.php:
|
2012 |
msgctxt "admin menu"
|
2013 |
msgid "Payment History"
|
2014 |
msgstr "Historique de paiement"
|
2015 |
|
2016 |
-
#: includes/admin/class-admin.php:
|
2017 |
#, fuzzy
|
2018 |
msgctxt "admin menu"
|
2019 |
msgid "Import & Export"
|
2020 |
msgstr "CSV Importation/Exportation"
|
2021 |
|
2022 |
-
#: includes/admin/class-admin.php:
|
2023 |
msgctxt "admin menu"
|
2024 |
msgid "Debug"
|
2025 |
msgstr "Déboguer"
|
@@ -2030,7 +2085,7 @@ msgctxt "admin menu"
|
|
2030 |
msgid "Settings"
|
2031 |
msgstr "Paramètres"
|
2032 |
|
2033 |
-
#: includes/admin/class-admin.php:
|
2034 |
msgctxt "admin category id"
|
2035 |
msgid "ID"
|
2036 |
msgstr "ID"
|
@@ -3989,13 +4044,13 @@ msgid "Author"
|
|
3989 |
msgstr "Auteur"
|
3990 |
|
3991 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3992 |
-
#: includes/functions.php:
|
3993 |
msgctxt "admin settings"
|
3994 |
msgid "Date posted"
|
3995 |
msgstr "Date d'ajout"
|
3996 |
|
3997 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3998 |
-
#: includes/functions.php:
|
3999 |
msgctxt "admin settings"
|
4000 |
msgid "Date last modified"
|
4001 |
msgstr "Date de dernière modification"
|
@@ -4443,12 +4498,12 @@ msgctxt "admin settings"
|
|
4443 |
msgid "Uploaded Image (no resize)"
|
4444 |
msgstr "Télécharger les images"
|
4445 |
|
4446 |
-
#: includes/functions.php:
|
4447 |
msgctxt "admin settings"
|
4448 |
msgid "User"
|
4449 |
msgstr "Utilisateur"
|
4450 |
|
4451 |
-
#: includes/functions.php:
|
4452 |
msgctxt "admin settings"
|
4453 |
msgid "User registration date"
|
4454 |
msgstr "Date d'expiration de l'annonce"
|
@@ -4688,7 +4743,7 @@ msgstr "Listes"
|
|
4688 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4689 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4690 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4691 |
-
#: includes/admin/settings/class-settings.php:
|
4692 |
msgctxt "settings"
|
4693 |
msgid "General Settings"
|
4694 |
msgstr "Paramètres généraux"
|
@@ -5722,13 +5777,13 @@ msgctxt "settings"
|
|
5722 |
msgid "Cropped"
|
5723 |
msgstr ""
|
5724 |
|
5725 |
-
#: includes/admin/settings/class-settings.php:
|
5726 |
-
#: includes/admin/settings/class-settings.php:
|
5727 |
msgctxt "settings"
|
5728 |
msgid "\"%s\" can not be empty."
|
5729 |
msgstr "\"%s\" ne peut pas être vide."
|
5730 |
|
5731 |
-
#: includes/admin/settings/class-settings.php:
|
5732 |
msgctxt "settings"
|
5733 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5734 |
msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
|
@@ -7212,13 +7267,13 @@ msgctxt "image field"
|
|
7212 |
msgid "Caption for %s is required."
|
7213 |
msgstr "Le pays est requis"
|
7214 |
|
7215 |
-
#: includes/functions.php:
|
7216 |
#, fuzzy
|
7217 |
msgctxt "templates"
|
7218 |
msgid "Return to results"
|
7219 |
msgstr "Retourner vers l'annuaire"
|
7220 |
|
7221 |
-
#: includes/functions.php:
|
7222 |
#, fuzzy
|
7223 |
msgctxt "templates"
|
7224 |
msgid "Go back"
|
@@ -7340,31 +7395,6 @@ msgctxt "templates"
|
|
7340 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7341 |
msgstr "J'accepte <a> Conditions générales </a>"
|
7342 |
|
7343 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
7344 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
7345 |
-
#: templates/search.tpl.php:17
|
7346 |
-
msgctxt "templates"
|
7347 |
-
msgid "No listings found."
|
7348 |
-
msgstr "Aucune annonce trouvée."
|
7349 |
-
|
7350 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
7351 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
7352 |
-
msgctxt "templates"
|
7353 |
-
msgid "« Previous "
|
7354 |
-
msgstr "« Précedent "
|
7355 |
-
|
7356 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
7357 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
7358 |
-
msgctxt "templates"
|
7359 |
-
msgid "Next »"
|
7360 |
-
msgstr "Suivant »"
|
7361 |
-
|
7362 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
7363 |
-
#: templates/manage_listings.tpl.php:16
|
7364 |
-
msgctxt "templates"
|
7365 |
-
msgid "Return to directory"
|
7366 |
-
msgstr "Retourner vers l'annuaire"
|
7367 |
-
|
7368 |
#: templates/listing-contactform.tpl.php:20
|
7369 |
msgctxt "templates"
|
7370 |
msgid "Listing Title: "
|
@@ -7436,7 +7466,12 @@ msgctxt "templates"
|
|
7436 |
msgid "Lost your password?"
|
7437 |
msgstr "Mot de passe perdu ?"
|
7438 |
|
7439 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
7440 |
msgctxt "templates"
|
7441 |
msgid ""
|
7442 |
"Your current listings are shown below. To edit a listing click the edit "
|
@@ -7446,36 +7481,31 @@ msgstr ""
|
|
7446 |
"cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
|
7447 |
"bouton Supprimer."
|
7448 |
|
7449 |
-
#: templates/
|
7450 |
-
|
7451 |
-
msgid "You do not currently have any listings in the directory."
|
7452 |
-
msgstr "Vous n'avez actuellement aucune annonce dans l'annuaire."
|
7453 |
-
|
7454 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
7455 |
-
#: templates/parts/listing-buttons.tpl.php:63
|
7456 |
msgctxt "templates"
|
7457 |
msgid "Edit"
|
7458 |
msgstr "Editer"
|
7459 |
|
7460 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7461 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7462 |
#, fuzzy
|
7463 |
msgctxt "templates"
|
7464 |
msgid "Flag Listing"
|
7465 |
msgstr "Trouver une annonce"
|
7466 |
|
7467 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7468 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7469 |
msgctxt "templates"
|
7470 |
msgid "Delete"
|
7471 |
msgstr "Effacer"
|
7472 |
|
7473 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7474 |
msgctxt "templates"
|
7475 |
msgid "Are you sure you wish to delete this listing?"
|
7476 |
msgstr "Êtes-vous sur de vouloir effacer cette annonce?"
|
7477 |
|
7478 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7479 |
msgctxt "templates"
|
7480 |
msgid "View"
|
7481 |
msgstr "Vue"
|
@@ -7532,6 +7562,11 @@ msgctxt "templates"
|
|
7532 |
msgid "Find a listing"
|
7533 |
msgstr "Trouver une annonce"
|
7534 |
|
|
|
|
|
|
|
|
|
|
|
7535 |
#: templates/search.tpl.php:26
|
7536 |
msgctxt "templates"
|
7537 |
msgid "Return to Search"
|
@@ -7552,17 +7587,17 @@ msgctxt "templates"
|
|
7552 |
msgid "Your listing has been submitted."
|
7553 |
msgstr "Votre annonce a été soumise."
|
7554 |
|
7555 |
-
#: templates/submit-listing-done.tpl.php:
|
7556 |
msgctxt "templates"
|
7557 |
msgid "Your listing changes were saved."
|
7558 |
msgstr "Les changements apportés à votre annonce ont été sauvegardés."
|
7559 |
|
7560 |
-
#: templates/submit-listing-done.tpl.php:
|
7561 |
msgctxt "templates"
|
7562 |
msgid "Go to your listing"
|
7563 |
msgstr "Aller vers votre annonce"
|
7564 |
|
7565 |
-
#: templates/submit-listing-done.tpl.php:
|
7566 |
msgctxt "templates"
|
7567 |
msgid ""
|
7568 |
"Your listing requires admin approval. You'll be notified once your listing "
|
@@ -7571,11 +7606,6 @@ msgstr ""
|
|
7571 |
"Votre fiche nécessite la validation de l'administrateur. Vous serez averti "
|
7572 |
"une fois votre annonce approuvée."
|
7573 |
|
7574 |
-
#: templates/submit-listing-done.tpl.php:33
|
7575 |
-
msgctxt "templates"
|
7576 |
-
msgid "Return to directory."
|
7577 |
-
msgstr "Retourner vers l'annuaire."
|
7578 |
-
|
7579 |
#: templates/submit-listing-images-single.tpl.php:24
|
7580 |
msgctxt "templates"
|
7581 |
msgid "Set this image as the listing thumbnail."
|
@@ -8392,7 +8422,7 @@ msgctxt "sort"
|
|
8392 |
msgid "(Reset)"
|
8393 |
msgstr "(Réinitialiser)"
|
8394 |
|
8395 |
-
#: includes/utils.php:
|
8396 |
msgctxt "utils"
|
8397 |
msgid ""
|
8398 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
@@ -8400,62 +8430,62 @@ msgstr ""
|
|
8400 |
"Les données affichées dépassent les configurations maximale permisent par "
|
8401 |
"PHP. Voir les directive \"post_max_size\"."
|
8402 |
|
8403 |
-
#: includes/utils.php:
|
8404 |
msgctxt "utils"
|
8405 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8406 |
msgstr "La taille du fichier (%s) excède la taille maximale permise de %s"
|
8407 |
|
8408 |
-
#: includes/utils.php:
|
8409 |
msgctxt "utils"
|
8410 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8411 |
msgstr ""
|
8412 |
"La taille du fichier (%s) est inférieur au minimum de taille de fichier "
|
8413 |
"requise de %s"
|
8414 |
|
8415 |
-
#: includes/utils.php:
|
8416 |
msgctxt "utils"
|
8417 |
msgid "File type \"%s\" is not allowed"
|
8418 |
msgstr "Le type de fichier \"%s\" n'est pas autorisé"
|
8419 |
|
8420 |
-
#: includes/utils.php:
|
8421 |
msgctxt "utils"
|
8422 |
msgid "Unkown error while uploading file."
|
8423 |
msgstr "Une erreur inconnue est survenu lors de l'upload du fichier."
|
8424 |
|
8425 |
-
#: includes/utils.php:
|
8426 |
msgctxt "utils"
|
8427 |
msgid "Uploaded file is not an image"
|
8428 |
msgstr "Le fichier transféré n'est pas une image"
|
8429 |
|
8430 |
-
#: includes/utils.php:
|
8431 |
msgctxt "utils"
|
8432 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8433 |
msgstr ""
|
8434 |
"La largeur de l'image (%s px) est inférieur à la largeur minimum requise de "
|
8435 |
"%s px."
|
8436 |
|
8437 |
-
#: includes/utils.php:
|
8438 |
msgctxt "utils"
|
8439 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8440 |
msgstr ""
|
8441 |
"La hauteur de l'image (%s px) est inférieur à la hauteur minimum requise de "
|
8442 |
"%s px."
|
8443 |
|
8444 |
-
#: includes/utils.php:
|
8445 |
msgctxt "utils"
|
8446 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8447 |
msgstr ""
|
8448 |
"La largeur de l'image (%s px) est supérieur à la largeur maximum requise de "
|
8449 |
"%s px."
|
8450 |
|
8451 |
-
#: includes/utils.php:
|
8452 |
msgctxt "utils"
|
8453 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8454 |
msgstr ""
|
8455 |
"La hauteur de l'image (%s px) est supérieure à la hauteur maximum requise de "
|
8456 |
"%s px."
|
8457 |
|
8458 |
-
#: includes/utils.php:
|
8459 |
msgctxt "utils"
|
8460 |
msgid "Error while uploading file"
|
8461 |
msgstr "Erreur durant l'upload du fichier"
|
@@ -8763,22 +8793,21 @@ msgctxt "search"
|
|
8763 |
msgid "\"%s\" is required."
|
8764 |
msgstr "%s est requis."
|
8765 |
|
8766 |
-
#: templates/
|
8767 |
-
|
|
|
|
|
|
|
|
|
8768 |
msgctxt "search"
|
8769 |
msgid "Search"
|
8770 |
msgstr "Rechercher"
|
8771 |
|
8772 |
-
#: templates/
|
8773 |
msgctxt "search"
|
8774 |
msgid "Search Results"
|
8775 |
msgstr "Résultats de la recherche"
|
8776 |
|
8777 |
-
#: templates/search-form.tpl.php:27
|
8778 |
-
msgctxt "search"
|
8779 |
-
msgid "Clear"
|
8780 |
-
msgstr "Effacer"
|
8781 |
-
|
8782 |
#: includes/views/show_listing.php:13
|
8783 |
msgctxt "preview"
|
8784 |
msgid "This is just a preview. The listing has not been published yet."
|
@@ -9687,6 +9716,9 @@ msgctxt "themes/default"
|
|
9687 |
msgid "Address"
|
9688 |
msgstr "Adresse"
|
9689 |
|
|
|
|
|
|
|
9690 |
#, fuzzy
|
9691 |
#~ msgid "PayFast Payments"
|
9692 |
#~ msgstr "Module de paiement rapide"
|
@@ -10844,10 +10876,6 @@ msgstr "Adresse"
|
|
10844 |
#~ msgid "← Return to Directory."
|
10845 |
#~ msgstr "← Retourner à l'annuaire."
|
10846 |
|
10847 |
-
#~ msgctxt "payment"
|
10848 |
-
#~ msgid "Return to Directory."
|
10849 |
-
#~ msgstr "Retourner vers l'annuaire."
|
10850 |
-
|
10851 |
#~ msgctxt "templates"
|
10852 |
#~ msgid ""
|
10853 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
70 |
"zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mail). Obtenez un "
|
71 |
"module premium GRATUIT juste après votre inscription."
|
72 |
|
73 |
+
#: includes/admin/class-admin.php:311
|
74 |
+
#, fuzzy
|
75 |
+
msgid "Invalid email address."
|
76 |
+
msgstr "Adresse e-mail non valide."
|
77 |
+
|
78 |
+
#: includes/admin/class-admin.php:391
|
79 |
msgid "Uninstall Business Directory Plugin"
|
80 |
msgstr "Désinstaller le Plugin Annuaire Professionnel"
|
81 |
|
82 |
+
#: includes/admin/class-admin.php:392
|
83 |
msgid "Uninstall"
|
84 |
msgstr "Désinstaller"
|
85 |
|
858 |
msgid "Business Directory Theme archive (ZIP file)"
|
859 |
msgstr "Archive Thème BD (Fichier zip)"
|
860 |
|
861 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
862 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
863 |
+
#, fuzzy
|
864 |
+
msgid "No listings found."
|
865 |
+
msgstr "Aucune annonce trouvée."
|
866 |
+
|
867 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
868 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
869 |
+
#, fuzzy
|
870 |
+
msgid "← Previous "
|
871 |
+
msgstr "« Précedent "
|
872 |
+
|
873 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
874 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
875 |
+
#, fuzzy
|
876 |
+
msgid "Next →"
|
877 |
+
msgstr "Suivant »"
|
878 |
+
|
879 |
+
#: templates/deprecated/search.tpl.php:6
|
880 |
+
#, fuzzy
|
881 |
+
msgid "Search"
|
882 |
+
msgstr "Rechercher"
|
883 |
+
|
884 |
+
#: templates/deprecated/search.tpl.php:14
|
885 |
+
#, fuzzy
|
886 |
+
msgid "Search Results"
|
887 |
+
msgstr "Résultats de la recherche"
|
888 |
+
|
889 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
890 |
+
#: templates/manage_listings.tpl.php:16
|
891 |
+
#, fuzzy
|
892 |
+
msgid "Return to directory"
|
893 |
msgstr "Retourner vers l'annuaire"
|
894 |
|
895 |
+
#: templates/manage-listings.tpl.php:3
|
896 |
+
#, fuzzy
|
897 |
+
msgid ""
|
898 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
899 |
+
"button. To delete a listing click the delete button."
|
900 |
+
msgstr ""
|
901 |
+
"Vos annonces actuelles sont présentés ci-dessous. Pour modifier une annonce, "
|
902 |
+
"cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
|
903 |
+
"bouton Supprimer."
|
904 |
+
|
905 |
+
#: templates/manage-listings.tpl.php:9
|
906 |
+
#, fuzzy
|
907 |
+
msgid "You do not currently have any listings in the directory."
|
908 |
+
msgstr "Vous n'avez actuellement aucune annonce dans l'annuaire."
|
909 |
+
|
910 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
911 |
+
#, fuzzy
|
912 |
+
msgid "Return to Directory"
|
913 |
+
msgstr "Retourner vers l'annuaire."
|
914 |
+
|
915 |
+
#: templates/submit-listing-done.tpl.php:36
|
916 |
+
#, fuzzy
|
917 |
+
msgid "Return to directory."
|
918 |
+
msgstr "Retourner vers l'annuaire."
|
919 |
+
|
920 |
#: templates/submit-listing-images.tpl.php:5
|
921 |
#, fuzzy
|
922 |
msgid "Current Images"
|
1598 |
msgstr ""
|
1599 |
"Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
|
1600 |
|
1601 |
+
#: includes/admin/class-admin.php:462
|
1602 |
msgctxt "admin"
|
1603 |
msgid "Untitled Menu"
|
1604 |
msgstr "Menu sans titre"
|
1605 |
|
1606 |
+
#: includes/admin/class-admin.php:787
|
1607 |
msgctxt "admin"
|
1608 |
msgid "Dismiss this notice."
|
1609 |
msgstr "Ne tenez pas compte de cet avertissement."
|
1610 |
|
1611 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1612 |
#, fuzzy
|
1613 |
msgctxt "admin"
|
1614 |
msgid "The listing has been updated."
|
1616 |
msgstr[0] "L'annonce a été mise à jour."
|
1617 |
msgstr[1] "Les annonces ont été mise à jour."
|
1618 |
|
1619 |
+
#: includes/admin/class-admin.php:862
|
1620 |
msgctxt "admin"
|
1621 |
msgid "The fee was successfully assigned."
|
1622 |
msgstr "Les frais ont bien été assignés."
|
1623 |
|
1624 |
+
#: includes/admin/class-admin.php:872
|
1625 |
msgctxt "admin"
|
1626 |
msgid "Listing was renewed."
|
1627 |
msgid_plural "Listings were renewed."
|
1628 |
msgstr[0] "L'annonce a été renouvelée."
|
1629 |
msgstr[1] "Les annonces ont été renouvelées."
|
1630 |
|
1631 |
+
#: includes/admin/class-admin.php:884
|
1632 |
msgctxt "admin"
|
1633 |
msgid "Renewal email sent."
|
1634 |
msgstr "Email de renouvellement envoyé."
|
1635 |
|
1636 |
+
#: includes/admin/class-admin.php:888
|
1637 |
msgctxt "admin"
|
1638 |
msgid ""
|
1639 |
"Could not send renewal email, notice template at listing expiration not "
|
1640 |
"found."
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: includes/admin/class-admin.php:895
|
1644 |
#, fuzzy
|
1645 |
msgctxt "admin"
|
1646 |
msgid "Listing report deleted."
|
1648 |
msgstr[0] "Date d'expiration de l'annonce"
|
1649 |
msgstr[1] "Date d'expiration de l'annonce"
|
1650 |
|
1651 |
+
#: includes/admin/class-admin.php:943
|
1652 |
#, fuzzy
|
1653 |
msgctxt "admin"
|
1654 |
msgid "Access keys sent."
|
1655 |
msgstr "Clés d'accès"
|
1656 |
|
1657 |
+
#: includes/admin/class-admin.php:945
|
1658 |
msgctxt "admin"
|
1659 |
msgid "The access keys couldn't be sent."
|
1660 |
msgstr ""
|
1661 |
|
1662 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1663 |
msgctxt "admin"
|
1664 |
msgid "Listing Count"
|
1665 |
msgstr "Compteur d'annonces"
|
1666 |
|
1667 |
+
#: includes/admin/class-admin.php:1090
|
1668 |
msgctxt "admin"
|
1669 |
msgid ""
|
1670 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1673 |
"<b>Business Directory Plugin</b> requiert une page avec le code "
|
1674 |
"d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
|
1675 |
|
1676 |
+
#: includes/admin/class-admin.php:1092
|
1677 |
msgctxt "admin"
|
1678 |
msgid ""
|
1679 |
"You can create this page by yourself or let Business Directory do this for "
|
1682 |
"Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
|
1683 |
"pour vous automatiquement."
|
1684 |
|
1685 |
+
#: includes/admin/class-admin.php:1097
|
1686 |
msgctxt "admin"
|
1687 |
msgid "Create required pages for me"
|
1688 |
msgstr "Créer les pages requises pour moi"
|
1689 |
|
1690 |
+
#: includes/admin/class-admin.php:1131
|
1691 |
msgctxt "admin"
|
1692 |
msgid ""
|
1693 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1699 |
"strong>.S'il vous plaît demander à votre fournisseur de mettre à jour afin "
|
1700 |
"d'éviter tout problème avec le plug-in."
|
1701 |
|
1702 |
+
#: includes/admin/class-admin.php:1155
|
1703 |
msgctxt "admin"
|
1704 |
msgid ""
|
1705 |
"We noticed you want your Business Directory users to register before posting "
|
2041 |
msgid "No, thanks"
|
2042 |
msgstr "Non, merci"
|
2043 |
|
2044 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
2045 |
#, fuzzy
|
2046 |
msgctxt "business-directory-plugin"
|
2047 |
msgid "Business Directory Admin"
|
2048 |
msgstr "Administrateur de l'Annuaire Professionnel"
|
2049 |
|
2050 |
+
#: includes/admin/class-admin.php:344
|
2051 |
#, fuzzy
|
2052 |
msgctxt "business-directory-plugin"
|
2053 |
msgid "Directory"
|
2054 |
msgstr "Annuaire"
|
2055 |
|
2056 |
+
#: includes/admin/class-admin.php:355
|
2057 |
msgctxt "admin menu"
|
2058 |
msgid "Manage Fees"
|
2059 |
msgstr "Gestion des frais"
|
2060 |
|
2061 |
+
#: includes/admin/class-admin.php:358
|
2062 |
msgctxt "admin menu"
|
2063 |
msgid "Manage Form Fields"
|
2064 |
msgstr "Gestion des champs"
|
2065 |
|
2066 |
+
#: includes/admin/class-admin.php:362
|
2067 |
msgctxt "admin menu"
|
2068 |
msgid "Payment History"
|
2069 |
msgstr "Historique de paiement"
|
2070 |
|
2071 |
+
#: includes/admin/class-admin.php:365
|
2072 |
#, fuzzy
|
2073 |
msgctxt "admin menu"
|
2074 |
msgid "Import & Export"
|
2075 |
msgstr "CSV Importation/Exportation"
|
2076 |
|
2077 |
+
#: includes/admin/class-admin.php:368
|
2078 |
msgctxt "admin menu"
|
2079 |
msgid "Debug"
|
2080 |
msgstr "Déboguer"
|
2085 |
msgid "Settings"
|
2086 |
msgstr "Paramètres"
|
2087 |
|
2088 |
+
#: includes/admin/class-admin.php:1015
|
2089 |
msgctxt "admin category id"
|
2090 |
msgid "ID"
|
2091 |
msgstr "ID"
|
4044 |
msgstr "Auteur"
|
4045 |
|
4046 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4047 |
+
#: includes/functions.php:1272
|
4048 |
msgctxt "admin settings"
|
4049 |
msgid "Date posted"
|
4050 |
msgstr "Date d'ajout"
|
4051 |
|
4052 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4053 |
+
#: includes/functions.php:1273
|
4054 |
msgctxt "admin settings"
|
4055 |
msgid "Date last modified"
|
4056 |
msgstr "Date de dernière modification"
|
4498 |
msgid "Uploaded Image (no resize)"
|
4499 |
msgstr "Télécharger les images"
|
4500 |
|
4501 |
+
#: includes/functions.php:1270
|
4502 |
msgctxt "admin settings"
|
4503 |
msgid "User"
|
4504 |
msgstr "Utilisateur"
|
4505 |
|
4506 |
+
#: includes/functions.php:1271
|
4507 |
msgctxt "admin settings"
|
4508 |
msgid "User registration date"
|
4509 |
msgstr "Date d'expiration de l'annonce"
|
4743 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4744 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4745 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4746 |
+
#: includes/admin/settings/class-settings.php:303
|
4747 |
msgctxt "settings"
|
4748 |
msgid "General Settings"
|
4749 |
msgstr "Paramètres généraux"
|
5777 |
msgid "Cropped"
|
5778 |
msgstr ""
|
5779 |
|
5780 |
+
#: includes/admin/settings/class-settings.php:458
|
5781 |
+
#: includes/admin/settings/class-settings.php:469
|
5782 |
msgctxt "settings"
|
5783 |
msgid "\"%s\" can not be empty."
|
5784 |
msgstr "\"%s\" ne peut pas être vide."
|
5785 |
|
5786 |
+
#: includes/admin/settings/class-settings.php:476
|
5787 |
msgctxt "settings"
|
5788 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5789 |
msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
|
7267 |
msgid "Caption for %s is required."
|
7268 |
msgstr "Le pays est requis"
|
7269 |
|
7270 |
+
#: includes/functions.php:1353
|
7271 |
#, fuzzy
|
7272 |
msgctxt "templates"
|
7273 |
msgid "Return to results"
|
7274 |
msgstr "Retourner vers l'annuaire"
|
7275 |
|
7276 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
7277 |
#, fuzzy
|
7278 |
msgctxt "templates"
|
7279 |
msgid "Go back"
|
7395 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7396 |
msgstr "J'accepte <a> Conditions générales </a>"
|
7397 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7398 |
#: templates/listing-contactform.tpl.php:20
|
7399 |
msgctxt "templates"
|
7400 |
msgid "Listing Title: "
|
7466 |
msgid "Lost your password?"
|
7467 |
msgstr "Mot de passe perdu ?"
|
7468 |
|
7469 |
+
#: templates/manage_listings.tpl.php:11
|
7470 |
+
msgctxt "templates"
|
7471 |
+
msgid "You do not currently have any listings in the directory."
|
7472 |
+
msgstr "Vous n'avez actuellement aucune annonce dans l'annuaire."
|
7473 |
+
|
7474 |
+
#: templates/manage_listings.tpl.php:20
|
7475 |
msgctxt "templates"
|
7476 |
msgid ""
|
7477 |
"Your current listings are shown below. To edit a listing click the edit "
|
7481 |
"cliquez sur le bouton d'édition. Pour supprimer une annonce, cliquez sur le "
|
7482 |
"bouton Supprimer."
|
7483 |
|
7484 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
7485 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
|
|
|
|
|
|
|
|
|
|
7486 |
msgctxt "templates"
|
7487 |
msgid "Edit"
|
7488 |
msgstr "Editer"
|
7489 |
|
7490 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
7491 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
7492 |
#, fuzzy
|
7493 |
msgctxt "templates"
|
7494 |
msgid "Flag Listing"
|
7495 |
msgstr "Trouver une annonce"
|
7496 |
|
7497 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
7498 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
7499 |
msgctxt "templates"
|
7500 |
msgid "Delete"
|
7501 |
msgstr "Effacer"
|
7502 |
|
7503 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
7504 |
msgctxt "templates"
|
7505 |
msgid "Are you sure you wish to delete this listing?"
|
7506 |
msgstr "Êtes-vous sur de vouloir effacer cette annonce?"
|
7507 |
|
7508 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
7509 |
msgctxt "templates"
|
7510 |
msgid "View"
|
7511 |
msgstr "Vue"
|
7562 |
msgid "Find a listing"
|
7563 |
msgstr "Trouver une annonce"
|
7564 |
|
7565 |
+
#: templates/search.tpl.php:17
|
7566 |
+
msgctxt "templates"
|
7567 |
+
msgid "No listings found."
|
7568 |
+
msgstr "Aucune annonce trouvée."
|
7569 |
+
|
7570 |
#: templates/search.tpl.php:26
|
7571 |
msgctxt "templates"
|
7572 |
msgid "Return to Search"
|
7587 |
msgid "Your listing has been submitted."
|
7588 |
msgstr "Votre annonce a été soumise."
|
7589 |
|
7590 |
+
#: templates/submit-listing-done.tpl.php:25
|
7591 |
msgctxt "templates"
|
7592 |
msgid "Your listing changes were saved."
|
7593 |
msgstr "Les changements apportés à votre annonce ont été sauvegardés."
|
7594 |
|
7595 |
+
#: templates/submit-listing-done.tpl.php:30
|
7596 |
msgctxt "templates"
|
7597 |
msgid "Go to your listing"
|
7598 |
msgstr "Aller vers votre annonce"
|
7599 |
|
7600 |
+
#: templates/submit-listing-done.tpl.php:32
|
7601 |
msgctxt "templates"
|
7602 |
msgid ""
|
7603 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7606 |
"Votre fiche nécessite la validation de l'administrateur. Vous serez averti "
|
7607 |
"une fois votre annonce approuvée."
|
7608 |
|
|
|
|
|
|
|
|
|
|
|
7609 |
#: templates/submit-listing-images-single.tpl.php:24
|
7610 |
msgctxt "templates"
|
7611 |
msgid "Set this image as the listing thumbnail."
|
8422 |
msgid "(Reset)"
|
8423 |
msgstr "(Réinitialiser)"
|
8424 |
|
8425 |
+
#: includes/utils.php:271
|
8426 |
msgctxt "utils"
|
8427 |
msgid ""
|
8428 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8430 |
"Les données affichées dépassent les configurations maximale permisent par "
|
8431 |
"PHP. Voir les directive \"post_max_size\"."
|
8432 |
|
8433 |
+
#: includes/utils.php:319
|
8434 |
msgctxt "utils"
|
8435 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8436 |
msgstr "La taille du fichier (%s) excède la taille maximale permise de %s"
|
8437 |
|
8438 |
+
#: includes/utils.php:327
|
8439 |
msgctxt "utils"
|
8440 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8441 |
msgstr ""
|
8442 |
"La taille du fichier (%s) est inférieur au minimum de taille de fichier "
|
8443 |
"requise de %s"
|
8444 |
|
8445 |
+
#: includes/utils.php:336 includes/utils.php:343
|
8446 |
msgctxt "utils"
|
8447 |
msgid "File type \"%s\" is not allowed"
|
8448 |
msgstr "Le type de fichier \"%s\" n'est pas autorisé"
|
8449 |
|
8450 |
+
#: includes/utils.php:350
|
8451 |
msgctxt "utils"
|
8452 |
msgid "Unkown error while uploading file."
|
8453 |
msgstr "Une erreur inconnue est survenu lors de l'upload du fichier."
|
8454 |
|
8455 |
+
#: includes/utils.php:369
|
8456 |
msgctxt "utils"
|
8457 |
msgid "Uploaded file is not an image"
|
8458 |
msgstr "Le fichier transféré n'est pas une image"
|
8459 |
|
8460 |
+
#: includes/utils.php:378
|
8461 |
msgctxt "utils"
|
8462 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8463 |
msgstr ""
|
8464 |
"La largeur de l'image (%s px) est inférieur à la largeur minimum requise de "
|
8465 |
"%s px."
|
8466 |
|
8467 |
+
#: includes/utils.php:384
|
8468 |
msgctxt "utils"
|
8469 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8470 |
msgstr ""
|
8471 |
"La hauteur de l'image (%s px) est inférieur à la hauteur minimum requise de "
|
8472 |
"%s px."
|
8473 |
|
8474 |
+
#: includes/utils.php:390
|
8475 |
msgctxt "utils"
|
8476 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8477 |
msgstr ""
|
8478 |
"La largeur de l'image (%s px) est supérieur à la largeur maximum requise de "
|
8479 |
"%s px."
|
8480 |
|
8481 |
+
#: includes/utils.php:396
|
8482 |
msgctxt "utils"
|
8483 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8484 |
msgstr ""
|
8485 |
"La hauteur de l'image (%s px) est supérieure à la hauteur maximum requise de "
|
8486 |
"%s px."
|
8487 |
|
8488 |
+
#: includes/utils.php:410
|
8489 |
msgctxt "utils"
|
8490 |
msgid "Error while uploading file"
|
8491 |
msgstr "Erreur durant l'upload du fichier"
|
8793 |
msgid "\"%s\" is required."
|
8794 |
msgstr "%s est requis."
|
8795 |
|
8796 |
+
#: templates/search-form.tpl.php:27
|
8797 |
+
msgctxt "search"
|
8798 |
+
msgid "Clear"
|
8799 |
+
msgstr "Effacer"
|
8800 |
+
|
8801 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8802 |
msgctxt "search"
|
8803 |
msgid "Search"
|
8804 |
msgstr "Rechercher"
|
8805 |
|
8806 |
+
#: templates/search.tpl.php:10
|
8807 |
msgctxt "search"
|
8808 |
msgid "Search Results"
|
8809 |
msgstr "Résultats de la recherche"
|
8810 |
|
|
|
|
|
|
|
|
|
|
|
8811 |
#: includes/views/show_listing.php:13
|
8812 |
msgctxt "preview"
|
8813 |
msgid "This is just a preview. The listing has not been published yet."
|
9716 |
msgid "Address"
|
9717 |
msgstr "Adresse"
|
9718 |
|
9719 |
+
#~ msgid "← Return to Directory"
|
9720 |
+
#~ msgstr "Retourner vers l'annuaire"
|
9721 |
+
|
9722 |
#, fuzzy
|
9723 |
#~ msgid "PayFast Payments"
|
9724 |
#~ msgstr "Module de paiement rapide"
|
10876 |
#~ msgid "← Return to Directory."
|
10877 |
#~ msgstr "← Retourner à l'annuaire."
|
10878 |
|
|
|
|
|
|
|
|
|
10879 |
#~ msgctxt "templates"
|
10880 |
#~ msgid ""
|
10881 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
languages/business-directory-plugin-it_IT.mo
CHANGED
Binary file
|
languages/business-directory-plugin-it_IT.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2020-10-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -75,11 +75,16 @@ msgstr ""
|
|
75 |
"questo ridicolmente praticabile (e GRATUITO) corso di e-mail in 5 parti. "
|
76 |
"Ottieni un modulo premium GRATUITO solo per la registrazione."
|
77 |
|
78 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "Uninstall Business Directory Plugin"
|
80 |
msgstr "Disinstallare Business Directory Plugin"
|
81 |
|
82 |
-
#: includes/admin/class-admin.php:
|
83 |
msgid "Uninstall"
|
84 |
msgstr "Disinstalla"
|
85 |
|
@@ -859,9 +864,64 @@ msgstr "nuovo"
|
|
859 |
msgid "Business Directory Theme archive (ZIP file)"
|
860 |
msgstr "Archivio temi BD (file ZIP)"
|
861 |
|
862 |
-
#: templates/
|
863 |
-
|
864 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
865 |
|
866 |
#: templates/submit-listing-images.tpl.php:5
|
867 |
#, fuzzy
|
@@ -1539,70 +1599,70 @@ msgctxt "admin"
|
|
1539 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1540 |
msgstr "Sei a posto. Visita la tua nuova pagina <a>Business Directory</a>."
|
1541 |
|
1542 |
-
#: includes/admin/class-admin.php:
|
1543 |
msgctxt "admin"
|
1544 |
msgid "Untitled Menu"
|
1545 |
msgstr "Menu senza titolo"
|
1546 |
|
1547 |
-
#: includes/admin/class-admin.php:
|
1548 |
msgctxt "admin"
|
1549 |
msgid "Dismiss this notice."
|
1550 |
msgstr "Rimuovi questo avviso."
|
1551 |
|
1552 |
-
#: includes/admin/class-admin.php:
|
1553 |
msgctxt "admin"
|
1554 |
msgid "The listing has been updated."
|
1555 |
msgid_plural "The listings have been updated."
|
1556 |
msgstr[0] "L'Annuncio è stato aggiornato."
|
1557 |
msgstr[1] "Gli annunci sono stati aggiornati."
|
1558 |
|
1559 |
-
#: includes/admin/class-admin.php:
|
1560 |
msgctxt "admin"
|
1561 |
msgid "The fee was successfully assigned."
|
1562 |
msgstr "Il canone è stata assegnato con successo."
|
1563 |
|
1564 |
-
#: includes/admin/class-admin.php:
|
1565 |
msgctxt "admin"
|
1566 |
msgid "Listing was renewed."
|
1567 |
msgid_plural "Listings were renewed."
|
1568 |
msgstr[0] "L'Annuncio è stato rinnovato."
|
1569 |
msgstr[1] "Gli annunci sono stati rinnovati."
|
1570 |
|
1571 |
-
#: includes/admin/class-admin.php:
|
1572 |
msgctxt "admin"
|
1573 |
msgid "Renewal email sent."
|
1574 |
msgstr "E-mail di rinnovo inviata."
|
1575 |
|
1576 |
-
#: includes/admin/class-admin.php:
|
1577 |
msgctxt "admin"
|
1578 |
msgid ""
|
1579 |
"Could not send renewal email, notice template at listing expiration not "
|
1580 |
"found."
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: includes/admin/class-admin.php:
|
1584 |
msgctxt "admin"
|
1585 |
msgid "Listing report deleted."
|
1586 |
msgid_plural "Listing reports deleted."
|
1587 |
msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
|
1588 |
msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
|
1589 |
|
1590 |
-
#: includes/admin/class-admin.php:
|
1591 |
msgctxt "admin"
|
1592 |
msgid "Access keys sent."
|
1593 |
msgstr "Dati di accesso inviati."
|
1594 |
|
1595 |
-
#: includes/admin/class-admin.php:
|
1596 |
msgctxt "admin"
|
1597 |
msgid "The access keys couldn't be sent."
|
1598 |
msgstr "Non è stato possibile inviare i dati di accesso."
|
1599 |
|
1600 |
-
#: includes/admin/class-admin.php:
|
1601 |
msgctxt "admin"
|
1602 |
msgid "Listing Count"
|
1603 |
msgstr "Elenco luoghi"
|
1604 |
|
1605 |
-
#: includes/admin/class-admin.php:
|
1606 |
msgctxt "admin"
|
1607 |
msgid ""
|
1608 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -1611,7 +1671,7 @@ msgstr ""
|
|
1611 |
"<b>Business Directory Plugin</b> richiede una pagina con il codice di scelta "
|
1612 |
"rapida <tt>[businessdirectory]</tt> per funzionare correttamente."
|
1613 |
|
1614 |
-
#: includes/admin/class-admin.php:
|
1615 |
msgctxt "admin"
|
1616 |
msgid ""
|
1617 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -1620,12 +1680,12 @@ msgstr ""
|
|
1620 |
"È possibile creare la pagina da soli o lasciare che Business Directory "
|
1621 |
"faccia questo per voi automaticamente."
|
1622 |
|
1623 |
-
#: includes/admin/class-admin.php:
|
1624 |
msgctxt "admin"
|
1625 |
msgid "Create required pages for me"
|
1626 |
msgstr "Crea le pagine richieste per me"
|
1627 |
|
1628 |
-
#: includes/admin/class-admin.php:
|
1629 |
msgctxt "admin"
|
1630 |
msgid ""
|
1631 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1637,7 +1697,7 @@ msgstr ""
|
|
1637 |
"strong>. Chiedete al vostro fornitore di aggiornare per evitare problemi con "
|
1638 |
"il plugin."
|
1639 |
|
1640 |
-
#: includes/admin/class-admin.php:
|
1641 |
msgctxt "admin"
|
1642 |
msgid ""
|
1643 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -1972,45 +2032,40 @@ msgctxt "drip pointer"
|
|
1972 |
msgid "No, thanks"
|
1973 |
msgstr "No, Grazie"
|
1974 |
|
1975 |
-
#: includes/admin/class-admin.php:
|
1976 |
-
msgctxt "drip pointer"
|
1977 |
-
msgid "Invalid e-mail address."
|
1978 |
-
msgstr "Indirizzo e-mail non valido."
|
1979 |
-
|
1980 |
-
#: includes/admin/class-admin.php:351
|
1981 |
#, fuzzy
|
1982 |
msgctxt "business-directory-plugin"
|
1983 |
msgid "Business Directory Admin"
|
1984 |
msgstr "Business Directory Admin"
|
1985 |
|
1986 |
-
#: includes/admin/class-admin.php:
|
1987 |
#, fuzzy
|
1988 |
msgctxt "business-directory-plugin"
|
1989 |
msgid "Directory"
|
1990 |
msgstr "Directory"
|
1991 |
|
1992 |
-
#: includes/admin/class-admin.php:
|
1993 |
msgctxt "admin menu"
|
1994 |
msgid "Manage Fees"
|
1995 |
msgstr "Gestisci canoni"
|
1996 |
|
1997 |
-
#: includes/admin/class-admin.php:
|
1998 |
msgctxt "admin menu"
|
1999 |
msgid "Manage Form Fields"
|
2000 |
msgstr "Gestire i campi dei moduli"
|
2001 |
|
2002 |
-
#: includes/admin/class-admin.php:
|
2003 |
msgctxt "admin menu"
|
2004 |
msgid "Payment History"
|
2005 |
msgstr "Cronologia pagamenti"
|
2006 |
|
2007 |
-
#: includes/admin/class-admin.php:
|
2008 |
#, fuzzy
|
2009 |
msgctxt "admin menu"
|
2010 |
msgid "Import & Export"
|
2011 |
msgstr "Importa/esporta CSV"
|
2012 |
|
2013 |
-
#: includes/admin/class-admin.php:
|
2014 |
msgctxt "admin menu"
|
2015 |
msgid "Debug"
|
2016 |
msgstr "Debug"
|
@@ -2021,7 +2076,7 @@ msgctxt "admin menu"
|
|
2021 |
msgid "Settings"
|
2022 |
msgstr "Impostazioni"
|
2023 |
|
2024 |
-
#: includes/admin/class-admin.php:
|
2025 |
msgctxt "admin category id"
|
2026 |
msgid "ID"
|
2027 |
msgstr "ID"
|
@@ -3972,13 +4027,13 @@ msgid "Author"
|
|
3972 |
msgstr "Autore"
|
3973 |
|
3974 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3975 |
-
#: includes/functions.php:
|
3976 |
msgctxt "admin settings"
|
3977 |
msgid "Date posted"
|
3978 |
msgstr "Data di pubblicazione"
|
3979 |
|
3980 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3981 |
-
#: includes/functions.php:
|
3982 |
msgctxt "admin settings"
|
3983 |
msgid "Date last modified"
|
3984 |
msgstr "Data ultima modifica"
|
@@ -4418,12 +4473,12 @@ msgctxt "admin settings"
|
|
4418 |
msgid "Uploaded Image (no resize)"
|
4419 |
msgstr "Carica Immagini"
|
4420 |
|
4421 |
-
#: includes/functions.php:
|
4422 |
msgctxt "admin settings"
|
4423 |
msgid "User"
|
4424 |
msgstr "Utente"
|
4425 |
|
4426 |
-
#: includes/functions.php:
|
4427 |
msgctxt "admin settings"
|
4428 |
msgid "User registration date"
|
4429 |
msgstr "Data di registrazione"
|
@@ -4657,7 +4712,7 @@ msgstr "Annunci"
|
|
4657 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4658 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4659 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4660 |
-
#: includes/admin/settings/class-settings.php:
|
4661 |
msgctxt "settings"
|
4662 |
msgid "General Settings"
|
4663 |
msgstr "Impostazioni generali"
|
@@ -5709,13 +5764,13 @@ msgctxt "settings"
|
|
5709 |
msgid "Cropped"
|
5710 |
msgstr ""
|
5711 |
|
5712 |
-
#: includes/admin/settings/class-settings.php:
|
5713 |
-
#: includes/admin/settings/class-settings.php:
|
5714 |
msgctxt "settings"
|
5715 |
msgid "\"%s\" can not be empty."
|
5716 |
msgstr "\"%s\" non può essere vuoto."
|
5717 |
|
5718 |
-
#: includes/admin/settings/class-settings.php:
|
5719 |
msgctxt "settings"
|
5720 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5721 |
msgstr "Lo slug \"%s\" è già in uso per un'altra tassonomia."
|
@@ -7185,12 +7240,12 @@ msgctxt "image field"
|
|
7185 |
msgid "Caption for %s is required."
|
7186 |
msgstr "La didascalia per %s è necessaria."
|
7187 |
|
7188 |
-
#: includes/functions.php:
|
7189 |
msgctxt "templates"
|
7190 |
msgid "Return to results"
|
7191 |
msgstr "Ritorno ai risultati"
|
7192 |
|
7193 |
-
#: includes/functions.php:
|
7194 |
msgctxt "templates"
|
7195 |
msgid "Go back"
|
7196 |
msgstr "Va indietro"
|
@@ -7317,31 +7372,6 @@ msgctxt "templates"
|
|
7317 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7318 |
msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
|
7319 |
|
7320 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
7321 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
7322 |
-
#: templates/search.tpl.php:17
|
7323 |
-
msgctxt "templates"
|
7324 |
-
msgid "No listings found."
|
7325 |
-
msgstr "Nessun annuncio trovato."
|
7326 |
-
|
7327 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
7328 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
7329 |
-
msgctxt "templates"
|
7330 |
-
msgid "« Previous "
|
7331 |
-
msgstr "« Precedente "
|
7332 |
-
|
7333 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
7334 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
7335 |
-
msgctxt "templates"
|
7336 |
-
msgid "Next »"
|
7337 |
-
msgstr "Successivo »"
|
7338 |
-
|
7339 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
7340 |
-
#: templates/manage_listings.tpl.php:16
|
7341 |
-
msgctxt "templates"
|
7342 |
-
msgid "Return to directory"
|
7343 |
-
msgstr "Torna all'elenco"
|
7344 |
-
|
7345 |
#: templates/listing-contactform.tpl.php:20
|
7346 |
msgctxt "templates"
|
7347 |
msgid "Listing Title: "
|
@@ -7413,7 +7443,12 @@ msgctxt "templates"
|
|
7413 |
msgid "Lost your password?"
|
7414 |
msgstr "Password dimenticata?"
|
7415 |
|
7416 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
7417 |
msgctxt "templates"
|
7418 |
msgid ""
|
7419 |
"Your current listings are shown below. To edit a listing click the edit "
|
@@ -7423,35 +7458,30 @@ msgstr ""
|
|
7423 |
"Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
|
7424 |
"clic sul pulsante di cancellazione."
|
7425 |
|
7426 |
-
#: templates/
|
7427 |
-
|
7428 |
-
msgid "You do not currently have any listings in the directory."
|
7429 |
-
msgstr "Al momento non ci sono annunci nell'elenco."
|
7430 |
-
|
7431 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
7432 |
-
#: templates/parts/listing-buttons.tpl.php:63
|
7433 |
msgctxt "templates"
|
7434 |
msgid "Edit"
|
7435 |
msgstr "Modifica"
|
7436 |
|
7437 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7438 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7439 |
msgctxt "templates"
|
7440 |
msgid "Flag Listing"
|
7441 |
msgstr "Segnala Annuncio"
|
7442 |
|
7443 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7444 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7445 |
msgctxt "templates"
|
7446 |
msgid "Delete"
|
7447 |
msgstr "Elimina"
|
7448 |
|
7449 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7450 |
msgctxt "templates"
|
7451 |
msgid "Are you sure you wish to delete this listing?"
|
7452 |
msgstr "Sei sicuro di voler cancellare questo annuncio?"
|
7453 |
|
7454 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7455 |
msgctxt "templates"
|
7456 |
msgid "View"
|
7457 |
msgstr "Vedi"
|
@@ -7506,6 +7536,11 @@ msgctxt "templates"
|
|
7506 |
msgid "Find a listing"
|
7507 |
msgstr "Trova un annuncio"
|
7508 |
|
|
|
|
|
|
|
|
|
|
|
7509 |
#: templates/search.tpl.php:26
|
7510 |
msgctxt "templates"
|
7511 |
msgid "Return to Search"
|
@@ -7526,17 +7561,17 @@ msgctxt "templates"
|
|
7526 |
msgid "Your listing has been submitted."
|
7527 |
msgstr "Il tuo annuncio è stato correttamente inviato."
|
7528 |
|
7529 |
-
#: templates/submit-listing-done.tpl.php:
|
7530 |
msgctxt "templates"
|
7531 |
msgid "Your listing changes were saved."
|
7532 |
msgstr "Le modifiche al tuo annuncio sono state salvate."
|
7533 |
|
7534 |
-
#: templates/submit-listing-done.tpl.php:
|
7535 |
msgctxt "templates"
|
7536 |
msgid "Go to your listing"
|
7537 |
msgstr "Vai al tuo annuncio"
|
7538 |
|
7539 |
-
#: templates/submit-listing-done.tpl.php:
|
7540 |
msgctxt "templates"
|
7541 |
msgid ""
|
7542 |
"Your listing requires admin approval. You'll be notified once your listing "
|
@@ -7545,11 +7580,6 @@ msgstr ""
|
|
7545 |
"Il tuo annuncio richiede l'approvazione dell'amministratore. Sarai avvisato "
|
7546 |
"una volta che il tuo annuncio è stato approvato."
|
7547 |
|
7548 |
-
#: templates/submit-listing-done.tpl.php:33
|
7549 |
-
msgctxt "templates"
|
7550 |
-
msgid "Return to directory."
|
7551 |
-
msgstr "Torna all'elenco."
|
7552 |
-
|
7553 |
#: templates/submit-listing-images-single.tpl.php:24
|
7554 |
msgctxt "templates"
|
7555 |
msgid "Set this image as the listing thumbnail."
|
@@ -8357,7 +8387,7 @@ msgctxt "sort"
|
|
8357 |
msgid "(Reset)"
|
8358 |
msgstr "(Reset)"
|
8359 |
|
8360 |
-
#: includes/utils.php:
|
8361 |
msgctxt "utils"
|
8362 |
msgid ""
|
8363 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
@@ -8365,61 +8395,61 @@ msgstr ""
|
|
8365 |
"I dati inviati come POST superano il massimo di configurazione PHP. Si veda "
|
8366 |
"la direttiva \"post_max_size\"."
|
8367 |
|
8368 |
-
#: includes/utils.php:
|
8369 |
msgctxt "utils"
|
8370 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8371 |
msgstr ""
|
8372 |
"La dimensione del file (%s) supera la dimensione massima del file di %s"
|
8373 |
|
8374 |
-
#: includes/utils.php:
|
8375 |
msgctxt "utils"
|
8376 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8377 |
msgstr ""
|
8378 |
"La dimensione del file (%s) è inferiore alla dimensione minima richiesta di "
|
8379 |
"%s"
|
8380 |
|
8381 |
-
#: includes/utils.php:
|
8382 |
msgctxt "utils"
|
8383 |
msgid "File type \"%s\" is not allowed"
|
8384 |
msgstr "Il tipo di file \"%s\" non è consentito"
|
8385 |
|
8386 |
-
#: includes/utils.php:
|
8387 |
msgctxt "utils"
|
8388 |
msgid "Unkown error while uploading file."
|
8389 |
msgstr "Errore durante il caricamento del file."
|
8390 |
|
8391 |
-
#: includes/utils.php:
|
8392 |
msgctxt "utils"
|
8393 |
msgid "Uploaded file is not an image"
|
8394 |
msgstr "Il file caricato non è un'immagine"
|
8395 |
|
8396 |
-
#: includes/utils.php:
|
8397 |
msgctxt "utils"
|
8398 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8399 |
msgstr ""
|
8400 |
"La larghezza dell'immagine (%s px) è inferiore a quella richiesta di: %s px."
|
8401 |
|
8402 |
-
#: includes/utils.php:
|
8403 |
msgctxt "utils"
|
8404 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8405 |
msgstr ""
|
8406 |
"L'altezza dell'immagine (%s px) è inferiore a quella richiesta di: %s px."
|
8407 |
|
8408 |
-
#: includes/utils.php:
|
8409 |
msgctxt "utils"
|
8410 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8411 |
msgstr ""
|
8412 |
"La larghezza dell'immagine (%s px) è troppo grande rispetto al massimo "
|
8413 |
"consentito di: %s px."
|
8414 |
|
8415 |
-
#: includes/utils.php:
|
8416 |
msgctxt "utils"
|
8417 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8418 |
msgstr ""
|
8419 |
"L'altezza dell'immagine (%s px) è troppo grande rispetto al massimo "
|
8420 |
"consentito che è: %s px."
|
8421 |
|
8422 |
-
#: includes/utils.php:
|
8423 |
msgctxt "utils"
|
8424 |
msgid "Error while uploading file"
|
8425 |
msgstr "Errore durante il caricamento del file"
|
@@ -8721,22 +8751,21 @@ msgctxt "search"
|
|
8721 |
msgid "\"%s\" is required."
|
8722 |
msgstr "%s è richiesto."
|
8723 |
|
8724 |
-
#: templates/
|
8725 |
-
|
|
|
|
|
|
|
|
|
8726 |
msgctxt "search"
|
8727 |
msgid "Search"
|
8728 |
msgstr "Cerca"
|
8729 |
|
8730 |
-
#: templates/
|
8731 |
msgctxt "search"
|
8732 |
msgid "Search Results"
|
8733 |
msgstr "Risultati di ricerca"
|
8734 |
|
8735 |
-
#: templates/search-form.tpl.php:27
|
8736 |
-
msgctxt "search"
|
8737 |
-
msgid "Clear"
|
8738 |
-
msgstr "Cancella"
|
8739 |
-
|
8740 |
#: includes/views/show_listing.php:13
|
8741 |
msgctxt "preview"
|
8742 |
msgid "This is just a preview. The listing has not been published yet."
|
@@ -9651,6 +9680,9 @@ msgctxt "themes/default"
|
|
9651 |
msgid "Address"
|
9652 |
msgstr "Indirizzo"
|
9653 |
|
|
|
|
|
|
|
9654 |
#, fuzzy
|
9655 |
#~ msgid "PayFast Payments"
|
9656 |
#~ msgstr "Modulo di pagamento PayFast"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
75 |
"questo ridicolmente praticabile (e GRATUITO) corso di e-mail in 5 parti. "
|
76 |
"Ottieni un modulo premium GRATUITO solo per la registrazione."
|
77 |
|
78 |
+
#: includes/admin/class-admin.php:311
|
79 |
+
#, fuzzy
|
80 |
+
msgid "Invalid email address."
|
81 |
+
msgstr "Indirizzo e-mail non valido."
|
82 |
+
|
83 |
+
#: includes/admin/class-admin.php:391
|
84 |
msgid "Uninstall Business Directory Plugin"
|
85 |
msgstr "Disinstallare Business Directory Plugin"
|
86 |
|
87 |
+
#: includes/admin/class-admin.php:392
|
88 |
msgid "Uninstall"
|
89 |
msgstr "Disinstalla"
|
90 |
|
864 |
msgid "Business Directory Theme archive (ZIP file)"
|
865 |
msgstr "Archivio temi BD (file ZIP)"
|
866 |
|
867 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
868 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
869 |
+
#, fuzzy
|
870 |
+
msgid "No listings found."
|
871 |
+
msgstr "Nessun annuncio trovato."
|
872 |
+
|
873 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
874 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
875 |
+
#, fuzzy
|
876 |
+
msgid "← Previous "
|
877 |
+
msgstr "« Precedente "
|
878 |
+
|
879 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
880 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
881 |
+
#, fuzzy
|
882 |
+
msgid "Next →"
|
883 |
+
msgstr "Successivo »"
|
884 |
+
|
885 |
+
#: templates/deprecated/search.tpl.php:6
|
886 |
+
#, fuzzy
|
887 |
+
msgid "Search"
|
888 |
+
msgstr "Cerca"
|
889 |
+
|
890 |
+
#: templates/deprecated/search.tpl.php:14
|
891 |
+
#, fuzzy
|
892 |
+
msgid "Search Results"
|
893 |
+
msgstr "Risultati di ricerca"
|
894 |
+
|
895 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
896 |
+
#: templates/manage_listings.tpl.php:16
|
897 |
+
#, fuzzy
|
898 |
+
msgid "Return to directory"
|
899 |
+
msgstr "Torna all'elenco"
|
900 |
+
|
901 |
+
#: templates/manage-listings.tpl.php:3
|
902 |
+
#, fuzzy
|
903 |
+
msgid ""
|
904 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
905 |
+
"button. To delete a listing click the delete button."
|
906 |
+
msgstr ""
|
907 |
+
"LI tuoi attuali Annunci sono riportati di seguito. Per modificare un "
|
908 |
+
"Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
|
909 |
+
"clic sul pulsante di cancellazione."
|
910 |
+
|
911 |
+
#: templates/manage-listings.tpl.php:9
|
912 |
+
#, fuzzy
|
913 |
+
msgid "You do not currently have any listings in the directory."
|
914 |
+
msgstr "Al momento non ci sono annunci nell'elenco."
|
915 |
+
|
916 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
917 |
+
#, fuzzy
|
918 |
+
msgid "Return to Directory"
|
919 |
+
msgstr "Torna all'elenco"
|
920 |
+
|
921 |
+
#: templates/submit-listing-done.tpl.php:36
|
922 |
+
#, fuzzy
|
923 |
+
msgid "Return to directory."
|
924 |
+
msgstr "Torna all'elenco."
|
925 |
|
926 |
#: templates/submit-listing-images.tpl.php:5
|
927 |
#, fuzzy
|
1599 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1600 |
msgstr "Sei a posto. Visita la tua nuova pagina <a>Business Directory</a>."
|
1601 |
|
1602 |
+
#: includes/admin/class-admin.php:462
|
1603 |
msgctxt "admin"
|
1604 |
msgid "Untitled Menu"
|
1605 |
msgstr "Menu senza titolo"
|
1606 |
|
1607 |
+
#: includes/admin/class-admin.php:787
|
1608 |
msgctxt "admin"
|
1609 |
msgid "Dismiss this notice."
|
1610 |
msgstr "Rimuovi questo avviso."
|
1611 |
|
1612 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1613 |
msgctxt "admin"
|
1614 |
msgid "The listing has been updated."
|
1615 |
msgid_plural "The listings have been updated."
|
1616 |
msgstr[0] "L'Annuncio è stato aggiornato."
|
1617 |
msgstr[1] "Gli annunci sono stati aggiornati."
|
1618 |
|
1619 |
+
#: includes/admin/class-admin.php:862
|
1620 |
msgctxt "admin"
|
1621 |
msgid "The fee was successfully assigned."
|
1622 |
msgstr "Il canone è stata assegnato con successo."
|
1623 |
|
1624 |
+
#: includes/admin/class-admin.php:872
|
1625 |
msgctxt "admin"
|
1626 |
msgid "Listing was renewed."
|
1627 |
msgid_plural "Listings were renewed."
|
1628 |
msgstr[0] "L'Annuncio è stato rinnovato."
|
1629 |
msgstr[1] "Gli annunci sono stati rinnovati."
|
1630 |
|
1631 |
+
#: includes/admin/class-admin.php:884
|
1632 |
msgctxt "admin"
|
1633 |
msgid "Renewal email sent."
|
1634 |
msgstr "E-mail di rinnovo inviata."
|
1635 |
|
1636 |
+
#: includes/admin/class-admin.php:888
|
1637 |
msgctxt "admin"
|
1638 |
msgid ""
|
1639 |
"Could not send renewal email, notice template at listing expiration not "
|
1640 |
"found."
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: includes/admin/class-admin.php:895
|
1644 |
msgctxt "admin"
|
1645 |
msgid "Listing report deleted."
|
1646 |
msgid_plural "Listing reports deleted."
|
1647 |
msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
|
1648 |
msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
|
1649 |
|
1650 |
+
#: includes/admin/class-admin.php:943
|
1651 |
msgctxt "admin"
|
1652 |
msgid "Access keys sent."
|
1653 |
msgstr "Dati di accesso inviati."
|
1654 |
|
1655 |
+
#: includes/admin/class-admin.php:945
|
1656 |
msgctxt "admin"
|
1657 |
msgid "The access keys couldn't be sent."
|
1658 |
msgstr "Non è stato possibile inviare i dati di accesso."
|
1659 |
|
1660 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1661 |
msgctxt "admin"
|
1662 |
msgid "Listing Count"
|
1663 |
msgstr "Elenco luoghi"
|
1664 |
|
1665 |
+
#: includes/admin/class-admin.php:1090
|
1666 |
msgctxt "admin"
|
1667 |
msgid ""
|
1668 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1671 |
"<b>Business Directory Plugin</b> richiede una pagina con il codice di scelta "
|
1672 |
"rapida <tt>[businessdirectory]</tt> per funzionare correttamente."
|
1673 |
|
1674 |
+
#: includes/admin/class-admin.php:1092
|
1675 |
msgctxt "admin"
|
1676 |
msgid ""
|
1677 |
"You can create this page by yourself or let Business Directory do this for "
|
1680 |
"È possibile creare la pagina da soli o lasciare che Business Directory "
|
1681 |
"faccia questo per voi automaticamente."
|
1682 |
|
1683 |
+
#: includes/admin/class-admin.php:1097
|
1684 |
msgctxt "admin"
|
1685 |
msgid "Create required pages for me"
|
1686 |
msgstr "Crea le pagine richieste per me"
|
1687 |
|
1688 |
+
#: includes/admin/class-admin.php:1131
|
1689 |
msgctxt "admin"
|
1690 |
msgid ""
|
1691 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1697 |
"strong>. Chiedete al vostro fornitore di aggiornare per evitare problemi con "
|
1698 |
"il plugin."
|
1699 |
|
1700 |
+
#: includes/admin/class-admin.php:1155
|
1701 |
msgctxt "admin"
|
1702 |
msgid ""
|
1703 |
"We noticed you want your Business Directory users to register before posting "
|
2032 |
msgid "No, thanks"
|
2033 |
msgstr "No, Grazie"
|
2034 |
|
2035 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
2036 |
#, fuzzy
|
2037 |
msgctxt "business-directory-plugin"
|
2038 |
msgid "Business Directory Admin"
|
2039 |
msgstr "Business Directory Admin"
|
2040 |
|
2041 |
+
#: includes/admin/class-admin.php:344
|
2042 |
#, fuzzy
|
2043 |
msgctxt "business-directory-plugin"
|
2044 |
msgid "Directory"
|
2045 |
msgstr "Directory"
|
2046 |
|
2047 |
+
#: includes/admin/class-admin.php:355
|
2048 |
msgctxt "admin menu"
|
2049 |
msgid "Manage Fees"
|
2050 |
msgstr "Gestisci canoni"
|
2051 |
|
2052 |
+
#: includes/admin/class-admin.php:358
|
2053 |
msgctxt "admin menu"
|
2054 |
msgid "Manage Form Fields"
|
2055 |
msgstr "Gestire i campi dei moduli"
|
2056 |
|
2057 |
+
#: includes/admin/class-admin.php:362
|
2058 |
msgctxt "admin menu"
|
2059 |
msgid "Payment History"
|
2060 |
msgstr "Cronologia pagamenti"
|
2061 |
|
2062 |
+
#: includes/admin/class-admin.php:365
|
2063 |
#, fuzzy
|
2064 |
msgctxt "admin menu"
|
2065 |
msgid "Import & Export"
|
2066 |
msgstr "Importa/esporta CSV"
|
2067 |
|
2068 |
+
#: includes/admin/class-admin.php:368
|
2069 |
msgctxt "admin menu"
|
2070 |
msgid "Debug"
|
2071 |
msgstr "Debug"
|
2076 |
msgid "Settings"
|
2077 |
msgstr "Impostazioni"
|
2078 |
|
2079 |
+
#: includes/admin/class-admin.php:1015
|
2080 |
msgctxt "admin category id"
|
2081 |
msgid "ID"
|
2082 |
msgstr "ID"
|
4027 |
msgstr "Autore"
|
4028 |
|
4029 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4030 |
+
#: includes/functions.php:1272
|
4031 |
msgctxt "admin settings"
|
4032 |
msgid "Date posted"
|
4033 |
msgstr "Data di pubblicazione"
|
4034 |
|
4035 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4036 |
+
#: includes/functions.php:1273
|
4037 |
msgctxt "admin settings"
|
4038 |
msgid "Date last modified"
|
4039 |
msgstr "Data ultima modifica"
|
4473 |
msgid "Uploaded Image (no resize)"
|
4474 |
msgstr "Carica Immagini"
|
4475 |
|
4476 |
+
#: includes/functions.php:1270
|
4477 |
msgctxt "admin settings"
|
4478 |
msgid "User"
|
4479 |
msgstr "Utente"
|
4480 |
|
4481 |
+
#: includes/functions.php:1271
|
4482 |
msgctxt "admin settings"
|
4483 |
msgid "User registration date"
|
4484 |
msgstr "Data di registrazione"
|
4712 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4713 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4714 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4715 |
+
#: includes/admin/settings/class-settings.php:303
|
4716 |
msgctxt "settings"
|
4717 |
msgid "General Settings"
|
4718 |
msgstr "Impostazioni generali"
|
5764 |
msgid "Cropped"
|
5765 |
msgstr ""
|
5766 |
|
5767 |
+
#: includes/admin/settings/class-settings.php:458
|
5768 |
+
#: includes/admin/settings/class-settings.php:469
|
5769 |
msgctxt "settings"
|
5770 |
msgid "\"%s\" can not be empty."
|
5771 |
msgstr "\"%s\" non può essere vuoto."
|
5772 |
|
5773 |
+
#: includes/admin/settings/class-settings.php:476
|
5774 |
msgctxt "settings"
|
5775 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5776 |
msgstr "Lo slug \"%s\" è già in uso per un'altra tassonomia."
|
7240 |
msgid "Caption for %s is required."
|
7241 |
msgstr "La didascalia per %s è necessaria."
|
7242 |
|
7243 |
+
#: includes/functions.php:1353
|
7244 |
msgctxt "templates"
|
7245 |
msgid "Return to results"
|
7246 |
msgstr "Ritorno ai risultati"
|
7247 |
|
7248 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
7249 |
msgctxt "templates"
|
7250 |
msgid "Go back"
|
7251 |
msgstr "Va indietro"
|
7372 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7373 |
msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
|
7374 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7375 |
#: templates/listing-contactform.tpl.php:20
|
7376 |
msgctxt "templates"
|
7377 |
msgid "Listing Title: "
|
7443 |
msgid "Lost your password?"
|
7444 |
msgstr "Password dimenticata?"
|
7445 |
|
7446 |
+
#: templates/manage_listings.tpl.php:11
|
7447 |
+
msgctxt "templates"
|
7448 |
+
msgid "You do not currently have any listings in the directory."
|
7449 |
+
msgstr "Al momento non ci sono annunci nell'elenco."
|
7450 |
+
|
7451 |
+
#: templates/manage_listings.tpl.php:20
|
7452 |
msgctxt "templates"
|
7453 |
msgid ""
|
7454 |
"Your current listings are shown below. To edit a listing click the edit "
|
7458 |
"Annuncio, fai clic sul pulsante di modifica. Per eliminare un'Annunci fai "
|
7459 |
"clic sul pulsante di cancellazione."
|
7460 |
|
7461 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
7462 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
|
|
|
|
|
|
|
|
|
|
7463 |
msgctxt "templates"
|
7464 |
msgid "Edit"
|
7465 |
msgstr "Modifica"
|
7466 |
|
7467 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
7468 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
7469 |
msgctxt "templates"
|
7470 |
msgid "Flag Listing"
|
7471 |
msgstr "Segnala Annuncio"
|
7472 |
|
7473 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
7474 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
7475 |
msgctxt "templates"
|
7476 |
msgid "Delete"
|
7477 |
msgstr "Elimina"
|
7478 |
|
7479 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
7480 |
msgctxt "templates"
|
7481 |
msgid "Are you sure you wish to delete this listing?"
|
7482 |
msgstr "Sei sicuro di voler cancellare questo annuncio?"
|
7483 |
|
7484 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
7485 |
msgctxt "templates"
|
7486 |
msgid "View"
|
7487 |
msgstr "Vedi"
|
7536 |
msgid "Find a listing"
|
7537 |
msgstr "Trova un annuncio"
|
7538 |
|
7539 |
+
#: templates/search.tpl.php:17
|
7540 |
+
msgctxt "templates"
|
7541 |
+
msgid "No listings found."
|
7542 |
+
msgstr "Nessun annuncio trovato."
|
7543 |
+
|
7544 |
#: templates/search.tpl.php:26
|
7545 |
msgctxt "templates"
|
7546 |
msgid "Return to Search"
|
7561 |
msgid "Your listing has been submitted."
|
7562 |
msgstr "Il tuo annuncio è stato correttamente inviato."
|
7563 |
|
7564 |
+
#: templates/submit-listing-done.tpl.php:25
|
7565 |
msgctxt "templates"
|
7566 |
msgid "Your listing changes were saved."
|
7567 |
msgstr "Le modifiche al tuo annuncio sono state salvate."
|
7568 |
|
7569 |
+
#: templates/submit-listing-done.tpl.php:30
|
7570 |
msgctxt "templates"
|
7571 |
msgid "Go to your listing"
|
7572 |
msgstr "Vai al tuo annuncio"
|
7573 |
|
7574 |
+
#: templates/submit-listing-done.tpl.php:32
|
7575 |
msgctxt "templates"
|
7576 |
msgid ""
|
7577 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7580 |
"Il tuo annuncio richiede l'approvazione dell'amministratore. Sarai avvisato "
|
7581 |
"una volta che il tuo annuncio è stato approvato."
|
7582 |
|
|
|
|
|
|
|
|
|
|
|
7583 |
#: templates/submit-listing-images-single.tpl.php:24
|
7584 |
msgctxt "templates"
|
7585 |
msgid "Set this image as the listing thumbnail."
|
8387 |
msgid "(Reset)"
|
8388 |
msgstr "(Reset)"
|
8389 |
|
8390 |
+
#: includes/utils.php:271
|
8391 |
msgctxt "utils"
|
8392 |
msgid ""
|
8393 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8395 |
"I dati inviati come POST superano il massimo di configurazione PHP. Si veda "
|
8396 |
"la direttiva \"post_max_size\"."
|
8397 |
|
8398 |
+
#: includes/utils.php:319
|
8399 |
msgctxt "utils"
|
8400 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8401 |
msgstr ""
|
8402 |
"La dimensione del file (%s) supera la dimensione massima del file di %s"
|
8403 |
|
8404 |
+
#: includes/utils.php:327
|
8405 |
msgctxt "utils"
|
8406 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8407 |
msgstr ""
|
8408 |
"La dimensione del file (%s) è inferiore alla dimensione minima richiesta di "
|
8409 |
"%s"
|
8410 |
|
8411 |
+
#: includes/utils.php:336 includes/utils.php:343
|
8412 |
msgctxt "utils"
|
8413 |
msgid "File type \"%s\" is not allowed"
|
8414 |
msgstr "Il tipo di file \"%s\" non è consentito"
|
8415 |
|
8416 |
+
#: includes/utils.php:350
|
8417 |
msgctxt "utils"
|
8418 |
msgid "Unkown error while uploading file."
|
8419 |
msgstr "Errore durante il caricamento del file."
|
8420 |
|
8421 |
+
#: includes/utils.php:369
|
8422 |
msgctxt "utils"
|
8423 |
msgid "Uploaded file is not an image"
|
8424 |
msgstr "Il file caricato non è un'immagine"
|
8425 |
|
8426 |
+
#: includes/utils.php:378
|
8427 |
msgctxt "utils"
|
8428 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8429 |
msgstr ""
|
8430 |
"La larghezza dell'immagine (%s px) è inferiore a quella richiesta di: %s px."
|
8431 |
|
8432 |
+
#: includes/utils.php:384
|
8433 |
msgctxt "utils"
|
8434 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8435 |
msgstr ""
|
8436 |
"L'altezza dell'immagine (%s px) è inferiore a quella richiesta di: %s px."
|
8437 |
|
8438 |
+
#: includes/utils.php:390
|
8439 |
msgctxt "utils"
|
8440 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8441 |
msgstr ""
|
8442 |
"La larghezza dell'immagine (%s px) è troppo grande rispetto al massimo "
|
8443 |
"consentito di: %s px."
|
8444 |
|
8445 |
+
#: includes/utils.php:396
|
8446 |
msgctxt "utils"
|
8447 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8448 |
msgstr ""
|
8449 |
"L'altezza dell'immagine (%s px) è troppo grande rispetto al massimo "
|
8450 |
"consentito che è: %s px."
|
8451 |
|
8452 |
+
#: includes/utils.php:410
|
8453 |
msgctxt "utils"
|
8454 |
msgid "Error while uploading file"
|
8455 |
msgstr "Errore durante il caricamento del file"
|
8751 |
msgid "\"%s\" is required."
|
8752 |
msgstr "%s è richiesto."
|
8753 |
|
8754 |
+
#: templates/search-form.tpl.php:27
|
8755 |
+
msgctxt "search"
|
8756 |
+
msgid "Clear"
|
8757 |
+
msgstr "Cancella"
|
8758 |
+
|
8759 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8760 |
msgctxt "search"
|
8761 |
msgid "Search"
|
8762 |
msgstr "Cerca"
|
8763 |
|
8764 |
+
#: templates/search.tpl.php:10
|
8765 |
msgctxt "search"
|
8766 |
msgid "Search Results"
|
8767 |
msgstr "Risultati di ricerca"
|
8768 |
|
|
|
|
|
|
|
|
|
|
|
8769 |
#: includes/views/show_listing.php:13
|
8770 |
msgctxt "preview"
|
8771 |
msgid "This is just a preview. The listing has not been published yet."
|
9680 |
msgid "Address"
|
9681 |
msgstr "Indirizzo"
|
9682 |
|
9683 |
+
#~ msgid "← Return to Directory"
|
9684 |
+
#~ msgstr "← Ritorna alla Directory"
|
9685 |
+
|
9686 |
#, fuzzy
|
9687 |
#~ msgid "PayFast Payments"
|
9688 |
#~ msgstr "Modulo di pagamento PayFast"
|
languages/business-directory-plugin-nl_NL.mo
CHANGED
Binary file
|
languages/business-directory-plugin-nl_NL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2020-10-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: admin <info@nederlofcentrum.nl>\n"
|
9 |
"Language-Team: Dutch\n"
|
@@ -62,12 +62,17 @@ msgid ""
|
|
62 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
66 |
#, fuzzy
|
67 |
msgid "Uninstall Business Directory Plugin"
|
68 |
msgstr "Business Directory instellingen"
|
69 |
|
70 |
-
#: includes/admin/class-admin.php:
|
71 |
msgid "Uninstall"
|
72 |
msgstr ""
|
73 |
|
@@ -773,10 +778,59 @@ msgstr ""
|
|
773 |
msgid "Business Directory Theme archive (ZIP file)"
|
774 |
msgstr "Business Directory - Zoeken"
|
775 |
|
776 |
-
#: templates/
|
|
|
777 |
#, fuzzy
|
778 |
-
msgid "
|
779 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
780 |
|
781 |
#: templates/submit-listing-images.tpl.php:5
|
782 |
#, fuzzy
|
@@ -1416,17 +1470,17 @@ msgctxt "admin"
|
|
1416 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: includes/admin/class-admin.php:
|
1420 |
msgctxt "admin"
|
1421 |
msgid "Untitled Menu"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: includes/admin/class-admin.php:
|
1425 |
msgctxt "admin"
|
1426 |
msgid "Dismiss this notice."
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: includes/admin/class-admin.php:
|
1430 |
#, fuzzy
|
1431 |
msgctxt "admin"
|
1432 |
msgid "The listing has been updated."
|
@@ -1434,31 +1488,31 @@ msgid_plural "The listings have been updated."
|
|
1434 |
msgstr[0] "De registratie / vermelding is bijgewerkt."
|
1435 |
msgstr[1] "De registraties / vermeldingen zijn bijgewerkt."
|
1436 |
|
1437 |
-
#: includes/admin/class-admin.php:
|
1438 |
msgctxt "admin"
|
1439 |
msgid "The fee was successfully assigned."
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#: includes/admin/class-admin.php:
|
1443 |
msgctxt "admin"
|
1444 |
msgid "Listing was renewed."
|
1445 |
msgid_plural "Listings were renewed."
|
1446 |
msgstr[0] ""
|
1447 |
msgstr[1] ""
|
1448 |
|
1449 |
-
#: includes/admin/class-admin.php:
|
1450 |
msgctxt "admin"
|
1451 |
msgid "Renewal email sent."
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: includes/admin/class-admin.php:
|
1455 |
msgctxt "admin"
|
1456 |
msgid ""
|
1457 |
"Could not send renewal email, notice template at listing expiration not "
|
1458 |
"found."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: includes/admin/class-admin.php:
|
1462 |
#, fuzzy
|
1463 |
msgctxt "admin"
|
1464 |
msgid "Listing report deleted."
|
@@ -1466,41 +1520,41 @@ msgid_plural "Listing reports deleted."
|
|
1466 |
msgstr[0] "Registratie vernieuwing"
|
1467 |
msgstr[1] "Registratie vernieuwing"
|
1468 |
|
1469 |
-
#: includes/admin/class-admin.php:
|
1470 |
msgctxt "admin"
|
1471 |
msgid "Access keys sent."
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: includes/admin/class-admin.php:
|
1475 |
msgctxt "admin"
|
1476 |
msgid "The access keys couldn't be sent."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: includes/admin/class-admin.php:
|
1480 |
msgctxt "admin"
|
1481 |
msgid "Listing Count"
|
1482 |
msgstr "Aantal registraties"
|
1483 |
|
1484 |
-
#: includes/admin/class-admin.php:
|
1485 |
msgctxt "admin"
|
1486 |
msgid ""
|
1487 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1488 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: includes/admin/class-admin.php:
|
1492 |
msgctxt "admin"
|
1493 |
msgid ""
|
1494 |
"You can create this page by yourself or let Business Directory do this for "
|
1495 |
"you automatically."
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: includes/admin/class-admin.php:
|
1499 |
msgctxt "admin"
|
1500 |
msgid "Create required pages for me"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: includes/admin/class-admin.php:
|
1504 |
msgctxt "admin"
|
1505 |
msgid ""
|
1506 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1508,7 +1562,7 @@ msgid ""
|
|
1508 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: includes/admin/class-admin.php:
|
1512 |
msgctxt "admin"
|
1513 |
msgid ""
|
1514 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -1859,45 +1913,40 @@ msgctxt "drip pointer"
|
|
1859 |
msgid "No, thanks"
|
1860 |
msgstr "Nee, dank je"
|
1861 |
|
1862 |
-
#: includes/admin/class-admin.php:
|
1863 |
-
msgctxt "drip pointer"
|
1864 |
-
msgid "Invalid e-mail address."
|
1865 |
-
msgstr "Ongeld e-mail adres."
|
1866 |
-
|
1867 |
-
#: includes/admin/class-admin.php:351
|
1868 |
#, fuzzy
|
1869 |
msgctxt "business-directory-plugin"
|
1870 |
msgid "Business Directory Admin"
|
1871 |
msgstr "Business Directory instellingen"
|
1872 |
|
1873 |
-
#: includes/admin/class-admin.php:
|
1874 |
#, fuzzy
|
1875 |
msgctxt "business-directory-plugin"
|
1876 |
msgid "Directory"
|
1877 |
msgstr "Registers"
|
1878 |
|
1879 |
-
#: includes/admin/class-admin.php:
|
1880 |
msgctxt "admin menu"
|
1881 |
msgid "Manage Fees"
|
1882 |
msgstr "Beheer Tarieven"
|
1883 |
|
1884 |
-
#: includes/admin/class-admin.php:
|
1885 |
msgctxt "admin menu"
|
1886 |
msgid "Manage Form Fields"
|
1887 |
msgstr "Formulier velden beheren"
|
1888 |
|
1889 |
-
#: includes/admin/class-admin.php:
|
1890 |
#, fuzzy
|
1891 |
msgctxt "admin menu"
|
1892 |
msgid "Payment History"
|
1893 |
msgstr "Betaal instellingen"
|
1894 |
|
1895 |
-
#: includes/admin/class-admin.php:
|
1896 |
msgctxt "admin menu"
|
1897 |
msgid "Import & Export"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
-
#: includes/admin/class-admin.php:
|
1901 |
msgctxt "admin menu"
|
1902 |
msgid "Debug"
|
1903 |
msgstr ""
|
@@ -1908,7 +1957,7 @@ msgctxt "admin menu"
|
|
1908 |
msgid "Settings"
|
1909 |
msgstr "Instellingen"
|
1910 |
|
1911 |
-
#: includes/admin/class-admin.php:
|
1912 |
msgctxt "admin category id"
|
1913 |
msgid "ID"
|
1914 |
msgstr ""
|
@@ -3806,13 +3855,13 @@ msgid "Author"
|
|
3806 |
msgstr "Auteur"
|
3807 |
|
3808 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3809 |
-
#: includes/functions.php:
|
3810 |
msgctxt "admin settings"
|
3811 |
msgid "Date posted"
|
3812 |
msgstr "Datum ingediend"
|
3813 |
|
3814 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3815 |
-
#: includes/functions.php:
|
3816 |
msgctxt "admin settings"
|
3817 |
msgid "Date last modified"
|
3818 |
msgstr ""
|
@@ -4243,12 +4292,12 @@ msgctxt "admin settings"
|
|
4243 |
msgid "Uploaded Image (no resize)"
|
4244 |
msgstr "Beelden uploaden"
|
4245 |
|
4246 |
-
#: includes/functions.php:
|
4247 |
msgctxt "admin settings"
|
4248 |
msgid "User"
|
4249 |
msgstr "Gebruiker"
|
4250 |
|
4251 |
-
#: includes/functions.php:
|
4252 |
msgctxt "admin settings"
|
4253 |
msgid "User registration date"
|
4254 |
msgstr "Gebruikers registratie datum"
|
@@ -4497,7 +4546,7 @@ msgstr "Registraties"
|
|
4497 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4498 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4499 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4500 |
-
#: includes/admin/settings/class-settings.php:
|
4501 |
#, fuzzy
|
4502 |
msgctxt "settings"
|
4503 |
msgid "General Settings"
|
@@ -5601,13 +5650,13 @@ msgctxt "settings"
|
|
5601 |
msgid "Cropped"
|
5602 |
msgstr ""
|
5603 |
|
5604 |
-
#: includes/admin/settings/class-settings.php:
|
5605 |
-
#: includes/admin/settings/class-settings.php:
|
5606 |
msgctxt "settings"
|
5607 |
msgid "\"%s\" can not be empty."
|
5608 |
msgstr ""
|
5609 |
|
5610 |
-
#: includes/admin/settings/class-settings.php:
|
5611 |
msgctxt "settings"
|
5612 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5613 |
msgstr ""
|
@@ -7042,13 +7091,13 @@ msgctxt "image field"
|
|
7042 |
msgid "Caption for %s is required."
|
7043 |
msgstr "%s is vereist."
|
7044 |
|
7045 |
-
#: includes/functions.php:
|
7046 |
#, fuzzy
|
7047 |
msgctxt "templates"
|
7048 |
msgid "Return to results"
|
7049 |
msgstr "Terug naar Registers"
|
7050 |
|
7051 |
-
#: includes/functions.php:
|
7052 |
msgctxt "templates"
|
7053 |
msgid "Go back"
|
7054 |
msgstr ""
|
@@ -7158,31 +7207,6 @@ msgctxt "templates"
|
|
7158 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7159 |
msgstr "Ik ben akkoord met de voorwaarden"
|
7160 |
|
7161 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
7162 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
7163 |
-
#: templates/search.tpl.php:17
|
7164 |
-
msgctxt "templates"
|
7165 |
-
msgid "No listings found."
|
7166 |
-
msgstr "Geen registraties gevonden."
|
7167 |
-
|
7168 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
7169 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
7170 |
-
msgctxt "templates"
|
7171 |
-
msgid "« Previous "
|
7172 |
-
msgstr "« Vorige "
|
7173 |
-
|
7174 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
7175 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
7176 |
-
msgctxt "templates"
|
7177 |
-
msgid "Next »"
|
7178 |
-
msgstr "Volgende »"
|
7179 |
-
|
7180 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
7181 |
-
#: templates/manage_listings.tpl.php:16
|
7182 |
-
msgctxt "templates"
|
7183 |
-
msgid "Return to directory"
|
7184 |
-
msgstr "Terug naar Registers"
|
7185 |
-
|
7186 |
#: templates/listing-contactform.tpl.php:20
|
7187 |
msgctxt "templates"
|
7188 |
msgid "Listing Title: "
|
@@ -7249,43 +7273,43 @@ msgctxt "templates"
|
|
7249 |
msgid "Lost your password?"
|
7250 |
msgstr ""
|
7251 |
|
7252 |
-
#: templates/
|
7253 |
msgctxt "templates"
|
7254 |
-
msgid ""
|
7255 |
-
"Your current listings are shown below. To edit a listing click the edit "
|
7256 |
-
"button. To delete a listing click the delete button."
|
7257 |
msgstr ""
|
7258 |
|
7259 |
-
#: templates/
|
7260 |
msgctxt "templates"
|
7261 |
-
msgid "
|
|
|
|
|
7262 |
msgstr ""
|
7263 |
|
7264 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7265 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7266 |
msgctxt "templates"
|
7267 |
msgid "Edit"
|
7268 |
msgstr "Bewerk "
|
7269 |
|
7270 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7271 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7272 |
#, fuzzy
|
7273 |
msgctxt "templates"
|
7274 |
msgid "Flag Listing"
|
7275 |
msgstr "Registratie zoeken"
|
7276 |
|
7277 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7278 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7279 |
msgctxt "templates"
|
7280 |
msgid "Delete"
|
7281 |
msgstr "Verwijder "
|
7282 |
|
7283 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7284 |
msgctxt "templates"
|
7285 |
msgid "Are you sure you wish to delete this listing?"
|
7286 |
msgstr ""
|
7287 |
|
7288 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7289 |
msgctxt "templates"
|
7290 |
msgid "View"
|
7291 |
msgstr "Bekijk "
|
@@ -7338,6 +7362,11 @@ msgctxt "templates"
|
|
7338 |
msgid "Find a listing"
|
7339 |
msgstr "Geregistreerde vinden"
|
7340 |
|
|
|
|
|
|
|
|
|
|
|
7341 |
#: templates/search.tpl.php:26
|
7342 |
#, fuzzy
|
7343 |
msgctxt "templates"
|
@@ -7359,30 +7388,25 @@ msgctxt "templates"
|
|
7359 |
msgid "Your listing has been submitted."
|
7360 |
msgstr "Je registratie is ingediend (zichtbaar na goedkeuring)."
|
7361 |
|
7362 |
-
#: templates/submit-listing-done.tpl.php:
|
7363 |
msgctxt "templates"
|
7364 |
msgid "Your listing changes were saved."
|
7365 |
msgstr ""
|
7366 |
"De wijzigingen van je registratie zijn bewaard (en is meestal onzichtbaar "
|
7367 |
"tot deze goedgekeurd is)"
|
7368 |
|
7369 |
-
#: templates/submit-listing-done.tpl.php:
|
7370 |
msgctxt "templates"
|
7371 |
msgid "Go to your listing"
|
7372 |
msgstr "ga naar de registratie"
|
7373 |
|
7374 |
-
#: templates/submit-listing-done.tpl.php:
|
7375 |
msgctxt "templates"
|
7376 |
msgid ""
|
7377 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7378 |
"is approved."
|
7379 |
msgstr ""
|
7380 |
|
7381 |
-
#: templates/submit-listing-done.tpl.php:33
|
7382 |
-
msgctxt "templates"
|
7383 |
-
msgid "Return to directory."
|
7384 |
-
msgstr "Terug naar Registers"
|
7385 |
-
|
7386 |
#: templates/submit-listing-images-single.tpl.php:24
|
7387 |
msgctxt "templates"
|
7388 |
msgid "Set this image as the listing thumbnail."
|
@@ -8141,58 +8165,58 @@ msgctxt "sort"
|
|
8141 |
msgid "(Reset)"
|
8142 |
msgstr ""
|
8143 |
|
8144 |
-
#: includes/utils.php:
|
8145 |
msgctxt "utils"
|
8146 |
msgid ""
|
8147 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8148 |
msgstr ""
|
8149 |
|
8150 |
-
#: includes/utils.php:
|
8151 |
msgctxt "utils"
|
8152 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8153 |
msgstr ""
|
8154 |
|
8155 |
-
#: includes/utils.php:
|
8156 |
msgctxt "utils"
|
8157 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8158 |
msgstr ""
|
8159 |
|
8160 |
-
#: includes/utils.php:
|
8161 |
msgctxt "utils"
|
8162 |
msgid "File type \"%s\" is not allowed"
|
8163 |
msgstr ""
|
8164 |
|
8165 |
-
#: includes/utils.php:
|
8166 |
msgctxt "utils"
|
8167 |
msgid "Unkown error while uploading file."
|
8168 |
msgstr ""
|
8169 |
|
8170 |
-
#: includes/utils.php:
|
8171 |
msgctxt "utils"
|
8172 |
msgid "Uploaded file is not an image"
|
8173 |
msgstr ""
|
8174 |
|
8175 |
-
#: includes/utils.php:
|
8176 |
msgctxt "utils"
|
8177 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8178 |
msgstr ""
|
8179 |
|
8180 |
-
#: includes/utils.php:
|
8181 |
msgctxt "utils"
|
8182 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8183 |
msgstr ""
|
8184 |
|
8185 |
-
#: includes/utils.php:
|
8186 |
msgctxt "utils"
|
8187 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8188 |
msgstr ""
|
8189 |
|
8190 |
-
#: includes/utils.php:
|
8191 |
msgctxt "utils"
|
8192 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8193 |
msgstr ""
|
8194 |
|
8195 |
-
#: includes/utils.php:
|
8196 |
msgctxt "utils"
|
8197 |
msgid "Error while uploading file"
|
8198 |
msgstr ""
|
@@ -8482,22 +8506,21 @@ msgctxt "search"
|
|
8482 |
msgid "\"%s\" is required."
|
8483 |
msgstr "%s is vereist."
|
8484 |
|
8485 |
-
#: templates/
|
8486 |
-
|
|
|
|
|
|
|
|
|
8487 |
msgctxt "search"
|
8488 |
msgid "Search"
|
8489 |
msgstr "Zoek"
|
8490 |
|
8491 |
-
#: templates/
|
8492 |
msgctxt "search"
|
8493 |
msgid "Search Results"
|
8494 |
msgstr "Zoek resultaten"
|
8495 |
|
8496 |
-
#: templates/search-form.tpl.php:27
|
8497 |
-
msgctxt "search"
|
8498 |
-
msgid "Clear"
|
8499 |
-
msgstr "Leegmaken"
|
8500 |
-
|
8501 |
#: includes/views/show_listing.php:13
|
8502 |
msgctxt "preview"
|
8503 |
msgid "This is just a preview. The listing has not been published yet."
|
@@ -9363,6 +9386,10 @@ msgctxt "themes/default"
|
|
9363 |
msgid "Address"
|
9364 |
msgstr ""
|
9365 |
|
|
|
|
|
|
|
|
|
9366 |
#, fuzzy
|
9367 |
#~ msgid "PayFast Payments"
|
9368 |
#~ msgstr "Betaling"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: admin <info@nederlofcentrum.nl>\n"
|
9 |
"Language-Team: Dutch\n"
|
62 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: includes/admin/class-admin.php:311
|
66 |
+
#, fuzzy
|
67 |
+
msgid "Invalid email address."
|
68 |
+
msgstr "Ongeld e-mail adres."
|
69 |
+
|
70 |
+
#: includes/admin/class-admin.php:391
|
71 |
#, fuzzy
|
72 |
msgid "Uninstall Business Directory Plugin"
|
73 |
msgstr "Business Directory instellingen"
|
74 |
|
75 |
+
#: includes/admin/class-admin.php:392
|
76 |
msgid "Uninstall"
|
77 |
msgstr ""
|
78 |
|
778 |
msgid "Business Directory Theme archive (ZIP file)"
|
779 |
msgstr "Business Directory - Zoeken"
|
780 |
|
781 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
782 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
783 |
#, fuzzy
|
784 |
+
msgid "No listings found."
|
785 |
+
msgstr "Geen registraties gevonden."
|
786 |
+
|
787 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
788 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
789 |
+
#, fuzzy
|
790 |
+
msgid "← Previous "
|
791 |
+
msgstr "« Vorige "
|
792 |
+
|
793 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
794 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
795 |
+
#, fuzzy
|
796 |
+
msgid "Next →"
|
797 |
+
msgstr "Volgende »"
|
798 |
+
|
799 |
+
#: templates/deprecated/search.tpl.php:6
|
800 |
+
#, fuzzy
|
801 |
+
msgid "Search"
|
802 |
+
msgstr "Zoek"
|
803 |
+
|
804 |
+
#: templates/deprecated/search.tpl.php:14
|
805 |
+
#, fuzzy
|
806 |
+
msgid "Search Results"
|
807 |
+
msgstr "Zoek resultaten"
|
808 |
+
|
809 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
810 |
+
#: templates/manage_listings.tpl.php:16
|
811 |
+
#, fuzzy
|
812 |
+
msgid "Return to directory"
|
813 |
+
msgstr "Terug naar Registers"
|
814 |
+
|
815 |
+
#: templates/manage-listings.tpl.php:3
|
816 |
+
msgid ""
|
817 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
818 |
+
"button. To delete a listing click the delete button."
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
+
#: templates/manage-listings.tpl.php:9
|
822 |
+
msgid "You do not currently have any listings in the directory."
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
826 |
+
#, fuzzy
|
827 |
+
msgid "Return to Directory"
|
828 |
+
msgstr "Terug naar Registers"
|
829 |
+
|
830 |
+
#: templates/submit-listing-done.tpl.php:36
|
831 |
+
#, fuzzy
|
832 |
+
msgid "Return to directory."
|
833 |
+
msgstr "Terug naar Registers"
|
834 |
|
835 |
#: templates/submit-listing-images.tpl.php:5
|
836 |
#, fuzzy
|
1470 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: includes/admin/class-admin.php:462
|
1474 |
msgctxt "admin"
|
1475 |
msgid "Untitled Menu"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: includes/admin/class-admin.php:787
|
1479 |
msgctxt "admin"
|
1480 |
msgid "Dismiss this notice."
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1484 |
#, fuzzy
|
1485 |
msgctxt "admin"
|
1486 |
msgid "The listing has been updated."
|
1488 |
msgstr[0] "De registratie / vermelding is bijgewerkt."
|
1489 |
msgstr[1] "De registraties / vermeldingen zijn bijgewerkt."
|
1490 |
|
1491 |
+
#: includes/admin/class-admin.php:862
|
1492 |
msgctxt "admin"
|
1493 |
msgid "The fee was successfully assigned."
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: includes/admin/class-admin.php:872
|
1497 |
msgctxt "admin"
|
1498 |
msgid "Listing was renewed."
|
1499 |
msgid_plural "Listings were renewed."
|
1500 |
msgstr[0] ""
|
1501 |
msgstr[1] ""
|
1502 |
|
1503 |
+
#: includes/admin/class-admin.php:884
|
1504 |
msgctxt "admin"
|
1505 |
msgid "Renewal email sent."
|
1506 |
msgstr ""
|
1507 |
|
1508 |
+
#: includes/admin/class-admin.php:888
|
1509 |
msgctxt "admin"
|
1510 |
msgid ""
|
1511 |
"Could not send renewal email, notice template at listing expiration not "
|
1512 |
"found."
|
1513 |
msgstr ""
|
1514 |
|
1515 |
+
#: includes/admin/class-admin.php:895
|
1516 |
#, fuzzy
|
1517 |
msgctxt "admin"
|
1518 |
msgid "Listing report deleted."
|
1520 |
msgstr[0] "Registratie vernieuwing"
|
1521 |
msgstr[1] "Registratie vernieuwing"
|
1522 |
|
1523 |
+
#: includes/admin/class-admin.php:943
|
1524 |
msgctxt "admin"
|
1525 |
msgid "Access keys sent."
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: includes/admin/class-admin.php:945
|
1529 |
msgctxt "admin"
|
1530 |
msgid "The access keys couldn't be sent."
|
1531 |
msgstr ""
|
1532 |
|
1533 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1534 |
msgctxt "admin"
|
1535 |
msgid "Listing Count"
|
1536 |
msgstr "Aantal registraties"
|
1537 |
|
1538 |
+
#: includes/admin/class-admin.php:1090
|
1539 |
msgctxt "admin"
|
1540 |
msgid ""
|
1541 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1542 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: includes/admin/class-admin.php:1092
|
1546 |
msgctxt "admin"
|
1547 |
msgid ""
|
1548 |
"You can create this page by yourself or let Business Directory do this for "
|
1549 |
"you automatically."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: includes/admin/class-admin.php:1097
|
1553 |
msgctxt "admin"
|
1554 |
msgid "Create required pages for me"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: includes/admin/class-admin.php:1131
|
1558 |
msgctxt "admin"
|
1559 |
msgid ""
|
1560 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1562 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: includes/admin/class-admin.php:1155
|
1566 |
msgctxt "admin"
|
1567 |
msgid ""
|
1568 |
"We noticed you want your Business Directory users to register before posting "
|
1913 |
msgid "No, thanks"
|
1914 |
msgstr "Nee, dank je"
|
1915 |
|
1916 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
1917 |
#, fuzzy
|
1918 |
msgctxt "business-directory-plugin"
|
1919 |
msgid "Business Directory Admin"
|
1920 |
msgstr "Business Directory instellingen"
|
1921 |
|
1922 |
+
#: includes/admin/class-admin.php:344
|
1923 |
#, fuzzy
|
1924 |
msgctxt "business-directory-plugin"
|
1925 |
msgid "Directory"
|
1926 |
msgstr "Registers"
|
1927 |
|
1928 |
+
#: includes/admin/class-admin.php:355
|
1929 |
msgctxt "admin menu"
|
1930 |
msgid "Manage Fees"
|
1931 |
msgstr "Beheer Tarieven"
|
1932 |
|
1933 |
+
#: includes/admin/class-admin.php:358
|
1934 |
msgctxt "admin menu"
|
1935 |
msgid "Manage Form Fields"
|
1936 |
msgstr "Formulier velden beheren"
|
1937 |
|
1938 |
+
#: includes/admin/class-admin.php:362
|
1939 |
#, fuzzy
|
1940 |
msgctxt "admin menu"
|
1941 |
msgid "Payment History"
|
1942 |
msgstr "Betaal instellingen"
|
1943 |
|
1944 |
+
#: includes/admin/class-admin.php:365
|
1945 |
msgctxt "admin menu"
|
1946 |
msgid "Import & Export"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
+
#: includes/admin/class-admin.php:368
|
1950 |
msgctxt "admin menu"
|
1951 |
msgid "Debug"
|
1952 |
msgstr ""
|
1957 |
msgid "Settings"
|
1958 |
msgstr "Instellingen"
|
1959 |
|
1960 |
+
#: includes/admin/class-admin.php:1015
|
1961 |
msgctxt "admin category id"
|
1962 |
msgid "ID"
|
1963 |
msgstr ""
|
3855 |
msgstr "Auteur"
|
3856 |
|
3857 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3858 |
+
#: includes/functions.php:1272
|
3859 |
msgctxt "admin settings"
|
3860 |
msgid "Date posted"
|
3861 |
msgstr "Datum ingediend"
|
3862 |
|
3863 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3864 |
+
#: includes/functions.php:1273
|
3865 |
msgctxt "admin settings"
|
3866 |
msgid "Date last modified"
|
3867 |
msgstr ""
|
4292 |
msgid "Uploaded Image (no resize)"
|
4293 |
msgstr "Beelden uploaden"
|
4294 |
|
4295 |
+
#: includes/functions.php:1270
|
4296 |
msgctxt "admin settings"
|
4297 |
msgid "User"
|
4298 |
msgstr "Gebruiker"
|
4299 |
|
4300 |
+
#: includes/functions.php:1271
|
4301 |
msgctxt "admin settings"
|
4302 |
msgid "User registration date"
|
4303 |
msgstr "Gebruikers registratie datum"
|
4546 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4547 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4548 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4549 |
+
#: includes/admin/settings/class-settings.php:303
|
4550 |
#, fuzzy
|
4551 |
msgctxt "settings"
|
4552 |
msgid "General Settings"
|
5650 |
msgid "Cropped"
|
5651 |
msgstr ""
|
5652 |
|
5653 |
+
#: includes/admin/settings/class-settings.php:458
|
5654 |
+
#: includes/admin/settings/class-settings.php:469
|
5655 |
msgctxt "settings"
|
5656 |
msgid "\"%s\" can not be empty."
|
5657 |
msgstr ""
|
5658 |
|
5659 |
+
#: includes/admin/settings/class-settings.php:476
|
5660 |
msgctxt "settings"
|
5661 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5662 |
msgstr ""
|
7091 |
msgid "Caption for %s is required."
|
7092 |
msgstr "%s is vereist."
|
7093 |
|
7094 |
+
#: includes/functions.php:1353
|
7095 |
#, fuzzy
|
7096 |
msgctxt "templates"
|
7097 |
msgid "Return to results"
|
7098 |
msgstr "Terug naar Registers"
|
7099 |
|
7100 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
7101 |
msgctxt "templates"
|
7102 |
msgid "Go back"
|
7103 |
msgstr ""
|
7207 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7208 |
msgstr "Ik ben akkoord met de voorwaarden"
|
7209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7210 |
#: templates/listing-contactform.tpl.php:20
|
7211 |
msgctxt "templates"
|
7212 |
msgid "Listing Title: "
|
7273 |
msgid "Lost your password?"
|
7274 |
msgstr ""
|
7275 |
|
7276 |
+
#: templates/manage_listings.tpl.php:11
|
7277 |
msgctxt "templates"
|
7278 |
+
msgid "You do not currently have any listings in the directory."
|
|
|
|
|
7279 |
msgstr ""
|
7280 |
|
7281 |
+
#: templates/manage_listings.tpl.php:20
|
7282 |
msgctxt "templates"
|
7283 |
+
msgid ""
|
7284 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
7285 |
+
"button. To delete a listing click the delete button."
|
7286 |
msgstr ""
|
7287 |
|
7288 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
7289 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
7290 |
msgctxt "templates"
|
7291 |
msgid "Edit"
|
7292 |
msgstr "Bewerk "
|
7293 |
|
7294 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
7295 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
7296 |
#, fuzzy
|
7297 |
msgctxt "templates"
|
7298 |
msgid "Flag Listing"
|
7299 |
msgstr "Registratie zoeken"
|
7300 |
|
7301 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
7302 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
7303 |
msgctxt "templates"
|
7304 |
msgid "Delete"
|
7305 |
msgstr "Verwijder "
|
7306 |
|
7307 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
7308 |
msgctxt "templates"
|
7309 |
msgid "Are you sure you wish to delete this listing?"
|
7310 |
msgstr ""
|
7311 |
|
7312 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
7313 |
msgctxt "templates"
|
7314 |
msgid "View"
|
7315 |
msgstr "Bekijk "
|
7362 |
msgid "Find a listing"
|
7363 |
msgstr "Geregistreerde vinden"
|
7364 |
|
7365 |
+
#: templates/search.tpl.php:17
|
7366 |
+
msgctxt "templates"
|
7367 |
+
msgid "No listings found."
|
7368 |
+
msgstr "Geen registraties gevonden."
|
7369 |
+
|
7370 |
#: templates/search.tpl.php:26
|
7371 |
#, fuzzy
|
7372 |
msgctxt "templates"
|
7388 |
msgid "Your listing has been submitted."
|
7389 |
msgstr "Je registratie is ingediend (zichtbaar na goedkeuring)."
|
7390 |
|
7391 |
+
#: templates/submit-listing-done.tpl.php:25
|
7392 |
msgctxt "templates"
|
7393 |
msgid "Your listing changes were saved."
|
7394 |
msgstr ""
|
7395 |
"De wijzigingen van je registratie zijn bewaard (en is meestal onzichtbaar "
|
7396 |
"tot deze goedgekeurd is)"
|
7397 |
|
7398 |
+
#: templates/submit-listing-done.tpl.php:30
|
7399 |
msgctxt "templates"
|
7400 |
msgid "Go to your listing"
|
7401 |
msgstr "ga naar de registratie"
|
7402 |
|
7403 |
+
#: templates/submit-listing-done.tpl.php:32
|
7404 |
msgctxt "templates"
|
7405 |
msgid ""
|
7406 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7407 |
"is approved."
|
7408 |
msgstr ""
|
7409 |
|
|
|
|
|
|
|
|
|
|
|
7410 |
#: templates/submit-listing-images-single.tpl.php:24
|
7411 |
msgctxt "templates"
|
7412 |
msgid "Set this image as the listing thumbnail."
|
8165 |
msgid "(Reset)"
|
8166 |
msgstr ""
|
8167 |
|
8168 |
+
#: includes/utils.php:271
|
8169 |
msgctxt "utils"
|
8170 |
msgid ""
|
8171 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8172 |
msgstr ""
|
8173 |
|
8174 |
+
#: includes/utils.php:319
|
8175 |
msgctxt "utils"
|
8176 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8177 |
msgstr ""
|
8178 |
|
8179 |
+
#: includes/utils.php:327
|
8180 |
msgctxt "utils"
|
8181 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8182 |
msgstr ""
|
8183 |
|
8184 |
+
#: includes/utils.php:336 includes/utils.php:343
|
8185 |
msgctxt "utils"
|
8186 |
msgid "File type \"%s\" is not allowed"
|
8187 |
msgstr ""
|
8188 |
|
8189 |
+
#: includes/utils.php:350
|
8190 |
msgctxt "utils"
|
8191 |
msgid "Unkown error while uploading file."
|
8192 |
msgstr ""
|
8193 |
|
8194 |
+
#: includes/utils.php:369
|
8195 |
msgctxt "utils"
|
8196 |
msgid "Uploaded file is not an image"
|
8197 |
msgstr ""
|
8198 |
|
8199 |
+
#: includes/utils.php:378
|
8200 |
msgctxt "utils"
|
8201 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8202 |
msgstr ""
|
8203 |
|
8204 |
+
#: includes/utils.php:384
|
8205 |
msgctxt "utils"
|
8206 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8207 |
msgstr ""
|
8208 |
|
8209 |
+
#: includes/utils.php:390
|
8210 |
msgctxt "utils"
|
8211 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8212 |
msgstr ""
|
8213 |
|
8214 |
+
#: includes/utils.php:396
|
8215 |
msgctxt "utils"
|
8216 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8217 |
msgstr ""
|
8218 |
|
8219 |
+
#: includes/utils.php:410
|
8220 |
msgctxt "utils"
|
8221 |
msgid "Error while uploading file"
|
8222 |
msgstr ""
|
8506 |
msgid "\"%s\" is required."
|
8507 |
msgstr "%s is vereist."
|
8508 |
|
8509 |
+
#: templates/search-form.tpl.php:27
|
8510 |
+
msgctxt "search"
|
8511 |
+
msgid "Clear"
|
8512 |
+
msgstr "Leegmaken"
|
8513 |
+
|
8514 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8515 |
msgctxt "search"
|
8516 |
msgid "Search"
|
8517 |
msgstr "Zoek"
|
8518 |
|
8519 |
+
#: templates/search.tpl.php:10
|
8520 |
msgctxt "search"
|
8521 |
msgid "Search Results"
|
8522 |
msgstr "Zoek resultaten"
|
8523 |
|
|
|
|
|
|
|
|
|
|
|
8524 |
#: includes/views/show_listing.php:13
|
8525 |
msgctxt "preview"
|
8526 |
msgid "This is just a preview. The listing has not been published yet."
|
9386 |
msgid "Address"
|
9387 |
msgstr ""
|
9388 |
|
9389 |
+
#, fuzzy
|
9390 |
+
#~ msgid "← Return to Directory"
|
9391 |
+
#~ msgstr "← Terg naar Register."
|
9392 |
+
|
9393 |
#, fuzzy
|
9394 |
#~ msgid "PayFast Payments"
|
9395 |
#~ msgstr "Betaling"
|
languages/business-directory-plugin-pl_PL.mo
CHANGED
Binary file
|
languages/business-directory-plugin-pl_PL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2020-10-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
9 |
"Language-Team: HomeSupport\n"
|
@@ -81,13 +81,19 @@ msgstr ""
|
|
81 |
"darmowy moduł Premium tylko za zarejestrowanie się."
|
82 |
|
83 |
# @ WPBDM
|
84 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
#, fuzzy
|
86 |
msgid "Uninstall Business Directory Plugin"
|
87 |
msgstr "Odinstaluj Katalog Firm"
|
88 |
|
89 |
# @ WPBDM
|
90 |
-
#: includes/admin/class-admin.php:
|
91 |
#, fuzzy
|
92 |
msgid "Uninstall"
|
93 |
msgstr "Odinstaluj "
|
@@ -948,9 +954,71 @@ msgid "Business Directory Theme archive (ZIP file)"
|
|
948 |
msgstr "Katalog Firm - Szukaj"
|
949 |
|
950 |
# @ WPBDM
|
951 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
952 |
#, fuzzy
|
953 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
954 |
msgstr "Powrót do Katalogu."
|
955 |
|
956 |
# @ WPBDM
|
@@ -1727,18 +1795,18 @@ msgctxt "admin"
|
|
1727 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1728 |
msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
|
1729 |
|
1730 |
-
#: includes/admin/class-admin.php:
|
1731 |
msgctxt "admin"
|
1732 |
msgid "Untitled Menu"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: includes/admin/class-admin.php:
|
1736 |
msgctxt "admin"
|
1737 |
msgid "Dismiss this notice."
|
1738 |
msgstr ""
|
1739 |
|
1740 |
# @ WPBDM
|
1741 |
-
#: includes/admin/class-admin.php:
|
1742 |
#, fuzzy
|
1743 |
msgctxt "admin"
|
1744 |
msgid "The listing has been updated."
|
@@ -1748,13 +1816,13 @@ msgstr[1] "Podniesiono status ofert."
|
|
1748 |
msgstr[2] "Podniesiono status ofert."
|
1749 |
|
1750 |
# @ WPBDM
|
1751 |
-
#: includes/admin/class-admin.php:
|
1752 |
msgctxt "admin"
|
1753 |
msgid "The fee was successfully assigned."
|
1754 |
msgstr "Abonament został przypisany do oferty."
|
1755 |
|
1756 |
# @ WPBDM
|
1757 |
-
#: includes/admin/class-admin.php:
|
1758 |
msgctxt "admin"
|
1759 |
msgid "Listing was renewed."
|
1760 |
msgid_plural "Listings were renewed."
|
@@ -1763,12 +1831,12 @@ msgstr[1] "Odnowiono oferty."
|
|
1763 |
msgstr[2] "Odnowiono ofert."
|
1764 |
|
1765 |
# @ WPBDM
|
1766 |
-
#: includes/admin/class-admin.php:
|
1767 |
msgctxt "admin"
|
1768 |
msgid "Renewal email sent."
|
1769 |
msgstr "Wysłano e-mail potwierdzający odnowienie."
|
1770 |
|
1771 |
-
#: includes/admin/class-admin.php:
|
1772 |
msgctxt "admin"
|
1773 |
msgid ""
|
1774 |
"Could not send renewal email, notice template at listing expiration not "
|
@@ -1776,7 +1844,7 @@ msgid ""
|
|
1776 |
msgstr ""
|
1777 |
|
1778 |
# @ WPBDM
|
1779 |
-
#: includes/admin/class-admin.php:
|
1780 |
#, fuzzy
|
1781 |
msgctxt "admin"
|
1782 |
msgid "Listing report deleted."
|
@@ -1786,25 +1854,25 @@ msgstr[1] "Data zakończenia emisji oferty"
|
|
1786 |
msgstr[2] "Data zakończenia emisji oferty"
|
1787 |
|
1788 |
# @ WPBDM
|
1789 |
-
#: includes/admin/class-admin.php:
|
1790 |
#, fuzzy
|
1791 |
msgctxt "admin"
|
1792 |
msgid "Access keys sent."
|
1793 |
msgstr "Pola/Obrazy"
|
1794 |
|
1795 |
-
#: includes/admin/class-admin.php:
|
1796 |
msgctxt "admin"
|
1797 |
msgid "The access keys couldn't be sent."
|
1798 |
msgstr ""
|
1799 |
|
1800 |
# @ WPBDM
|
1801 |
-
#: includes/admin/class-admin.php:
|
1802 |
msgctxt "admin"
|
1803 |
msgid "Listing Count"
|
1804 |
msgstr "Licznik ofert"
|
1805 |
|
1806 |
# @ WPBDM
|
1807 |
-
#: includes/admin/class-admin.php:
|
1808 |
msgctxt "admin"
|
1809 |
msgid ""
|
1810 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -1814,7 +1882,7 @@ msgstr ""
|
|
1814 |
"<tt>[businessdirectory]</tt> aby działać prawidłowo."
|
1815 |
|
1816 |
# @ WPBDM
|
1817 |
-
#: includes/admin/class-admin.php:
|
1818 |
msgctxt "admin"
|
1819 |
msgid ""
|
1820 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -1824,12 +1892,12 @@ msgstr ""
|
|
1824 |
"automatycznie."
|
1825 |
|
1826 |
# @ WPBDM
|
1827 |
-
#: includes/admin/class-admin.php:
|
1828 |
msgctxt "admin"
|
1829 |
msgid "Create required pages for me"
|
1830 |
msgstr "Stwórz wymagane pola dla mnie"
|
1831 |
|
1832 |
-
#: includes/admin/class-admin.php:
|
1833 |
msgctxt "admin"
|
1834 |
msgid ""
|
1835 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1838,7 +1906,7 @@ msgid ""
|
|
1838 |
msgstr ""
|
1839 |
|
1840 |
# @ WPBDM
|
1841 |
-
#: includes/admin/class-admin.php:
|
1842 |
msgctxt "admin"
|
1843 |
msgid ""
|
1844 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -2259,53 +2327,47 @@ msgid "No, thanks"
|
|
2259 |
msgstr "Nie, dziękuję"
|
2260 |
|
2261 |
# @ WPBDM
|
2262 |
-
#: includes/admin/class-admin.php:
|
2263 |
-
msgctxt "drip pointer"
|
2264 |
-
msgid "Invalid e-mail address."
|
2265 |
-
msgstr "Nieprawidłowy adres e-mail"
|
2266 |
-
|
2267 |
-
# @ WPBDM
|
2268 |
-
#: includes/admin/class-admin.php:351
|
2269 |
#, fuzzy
|
2270 |
msgctxt "business-directory-plugin"
|
2271 |
msgid "Business Directory Admin"
|
2272 |
msgstr "Katalog Firm Admin"
|
2273 |
|
2274 |
# @ WPBDM
|
2275 |
-
#: includes/admin/class-admin.php:
|
2276 |
#, fuzzy
|
2277 |
msgctxt "business-directory-plugin"
|
2278 |
msgid "Directory"
|
2279 |
msgstr "Katalog"
|
2280 |
|
2281 |
# @ WPBDM
|
2282 |
-
#: includes/admin/class-admin.php:
|
2283 |
msgctxt "admin menu"
|
2284 |
msgid "Manage Fees"
|
2285 |
msgstr "Zarządzaj abonamentami"
|
2286 |
|
2287 |
# @ WPBDM
|
2288 |
-
#: includes/admin/class-admin.php:
|
2289 |
msgctxt "admin menu"
|
2290 |
msgid "Manage Form Fields"
|
2291 |
msgstr "Zarządzaj polami formularzy"
|
2292 |
|
2293 |
# @ WPBDM
|
2294 |
-
#: includes/admin/class-admin.php:
|
2295 |
#, fuzzy
|
2296 |
msgctxt "admin menu"
|
2297 |
msgid "Payment History"
|
2298 |
msgstr "Historia płatności"
|
2299 |
|
2300 |
# @ WPBDM
|
2301 |
-
#: includes/admin/class-admin.php:
|
2302 |
#, fuzzy
|
2303 |
msgctxt "admin menu"
|
2304 |
msgid "Import & Export"
|
2305 |
msgstr "CSV Import"
|
2306 |
|
2307 |
# @ WPBDM
|
2308 |
-
#: includes/admin/class-admin.php:
|
2309 |
msgctxt "admin menu"
|
2310 |
msgid "Debug"
|
2311 |
msgstr "Debug"
|
@@ -2318,7 +2380,7 @@ msgid "Settings"
|
|
2318 |
msgstr "Ustawienia"
|
2319 |
|
2320 |
# @ WPBDM
|
2321 |
-
#: includes/admin/class-admin.php:
|
2322 |
msgctxt "admin category id"
|
2323 |
msgid "ID"
|
2324 |
msgstr "ID"
|
@@ -4530,14 +4592,14 @@ msgstr "Autor"
|
|
4530 |
|
4531 |
# @ WPBDM
|
4532 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4533 |
-
#: includes/functions.php:
|
4534 |
msgctxt "admin settings"
|
4535 |
msgid "Date posted"
|
4536 |
msgstr "Data publikacji"
|
4537 |
|
4538 |
# @ WPBDM
|
4539 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4540 |
-
#: includes/functions.php:
|
4541 |
msgctxt "admin settings"
|
4542 |
msgid "Date last modified"
|
4543 |
msgstr "Data ostatnij modyfikacji"
|
@@ -5038,13 +5100,13 @@ msgctxt "admin settings"
|
|
5038 |
msgid "Uploaded Image (no resize)"
|
5039 |
msgstr "Załaduj obraz"
|
5040 |
|
5041 |
-
#: includes/functions.php:
|
5042 |
msgctxt "admin settings"
|
5043 |
msgid "User"
|
5044 |
msgstr ""
|
5045 |
|
5046 |
# @ WPBDM
|
5047 |
-
#: includes/functions.php:
|
5048 |
msgctxt "admin settings"
|
5049 |
msgid "User registration date"
|
5050 |
msgstr "Data zakończenia emisji oferty"
|
@@ -5332,7 +5394,7 @@ msgstr "Oferty"
|
|
5332 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
5333 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
5334 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
5335 |
-
#: includes/admin/settings/class-settings.php:
|
5336 |
#, fuzzy
|
5337 |
msgctxt "settings"
|
5338 |
msgid "General Settings"
|
@@ -6601,13 +6663,13 @@ msgctxt "settings"
|
|
6601 |
msgid "Cropped"
|
6602 |
msgstr ""
|
6603 |
|
6604 |
-
#: includes/admin/settings/class-settings.php:
|
6605 |
-
#: includes/admin/settings/class-settings.php:
|
6606 |
msgctxt "settings"
|
6607 |
msgid "\"%s\" can not be empty."
|
6608 |
msgstr ""
|
6609 |
|
6610 |
-
#: includes/admin/settings/class-settings.php:
|
6611 |
msgctxt "settings"
|
6612 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
6613 |
msgstr ""
|
@@ -8288,13 +8350,13 @@ msgid "Caption for %s is required."
|
|
8288 |
msgstr "Kraj jest wymagany."
|
8289 |
|
8290 |
# @ WPBDM
|
8291 |
-
#: includes/functions.php:
|
8292 |
#, fuzzy
|
8293 |
msgctxt "templates"
|
8294 |
msgid "Return to results"
|
8295 |
msgstr "Powrót do Katalogu."
|
8296 |
|
8297 |
-
#: includes/functions.php:
|
8298 |
msgctxt "templates"
|
8299 |
msgid "Go back"
|
8300 |
msgstr ""
|
@@ -8424,35 +8486,6 @@ msgctxt "templates"
|
|
8424 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
8425 |
msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
|
8426 |
|
8427 |
-
# @ WPBDM
|
8428 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
8429 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
8430 |
-
#: templates/search.tpl.php:17
|
8431 |
-
msgctxt "templates"
|
8432 |
-
msgid "No listings found."
|
8433 |
-
msgstr "Nie znaleziono Firm"
|
8434 |
-
|
8435 |
-
# @ WPBDM
|
8436 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
8437 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
8438 |
-
msgctxt "templates"
|
8439 |
-
msgid "« Previous "
|
8440 |
-
msgstr "« Poprzednie"
|
8441 |
-
|
8442 |
-
# @ WPBDM
|
8443 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
8444 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
8445 |
-
msgctxt "templates"
|
8446 |
-
msgid "Next »"
|
8447 |
-
msgstr "Następne »"
|
8448 |
-
|
8449 |
-
# @ WPBDM
|
8450 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
8451 |
-
#: templates/manage_listings.tpl.php:16
|
8452 |
-
msgctxt "templates"
|
8453 |
-
msgid "Return to directory"
|
8454 |
-
msgstr "Powrót do Katalogu."
|
8455 |
-
|
8456 |
# @ WPBDM
|
8457 |
#: templates/listing-contactform.tpl.php:20
|
8458 |
msgctxt "templates"
|
@@ -8535,7 +8568,13 @@ msgid "Lost your password?"
|
|
8535 |
msgstr "Zapomniałeś lub zgubiłeś hasło?"
|
8536 |
|
8537 |
# @ WPBDM
|
8538 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
8539 |
msgctxt "templates"
|
8540 |
msgid ""
|
8541 |
"Your current listings are shown below. To edit a listing click the edit "
|
@@ -8545,41 +8584,35 @@ msgstr ""
|
|
8545 |
"\"Usun\" aby usunąć ofertę."
|
8546 |
|
8547 |
# @ WPBDM
|
8548 |
-
#: templates/
|
8549 |
-
|
8550 |
-
msgid "You do not currently have any listings in the directory."
|
8551 |
-
msgstr "Nie masz aktualnie ofert w katalogu."
|
8552 |
-
|
8553 |
-
# @ WPBDM
|
8554 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
8555 |
-
#: templates/parts/listing-buttons.tpl.php:63
|
8556 |
msgctxt "templates"
|
8557 |
msgid "Edit"
|
8558 |
msgstr "Edytuj"
|
8559 |
|
8560 |
# @ WPBDM
|
8561 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8562 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8563 |
#, fuzzy
|
8564 |
msgctxt "templates"
|
8565 |
msgid "Flag Listing"
|
8566 |
msgstr "Znajdź Firmę"
|
8567 |
|
8568 |
# @ WPBDM
|
8569 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8570 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8571 |
msgctxt "templates"
|
8572 |
msgid "Delete"
|
8573 |
msgstr "Usuń"
|
8574 |
|
8575 |
# @ WPBDM
|
8576 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8577 |
msgctxt "templates"
|
8578 |
msgid "Are you sure you wish to delete this listing?"
|
8579 |
msgstr "Jesteś pewien, że chcesz usunąć tą firmę?"
|
8580 |
|
8581 |
# @ WPBDM
|
8582 |
-
#: templates/parts/listing-buttons.tpl.php:
|
8583 |
msgctxt "templates"
|
8584 |
msgid "View"
|
8585 |
msgstr "Widok"
|
@@ -8646,6 +8679,12 @@ msgctxt "templates"
|
|
8646 |
msgid "Find a listing"
|
8647 |
msgstr "Znajdź Firmę"
|
8648 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8649 |
# @ WPBDM
|
8650 |
#: templates/search.tpl.php:26
|
8651 |
#, fuzzy
|
@@ -8672,30 +8711,24 @@ msgid "Your listing has been submitted."
|
|
8672 |
msgstr "Twoja Firma została zapisana."
|
8673 |
|
8674 |
# @ WPBDM
|
8675 |
-
#: templates/submit-listing-done.tpl.php:
|
8676 |
msgctxt "templates"
|
8677 |
msgid "Your listing changes were saved."
|
8678 |
msgstr "Zapisano zmiany w Twojej Ofercie."
|
8679 |
|
8680 |
# @ WPBDM
|
8681 |
-
#: templates/submit-listing-done.tpl.php:
|
8682 |
msgctxt "templates"
|
8683 |
msgid "Go to your listing"
|
8684 |
msgstr "Przejdź do Twojej oferty."
|
8685 |
|
8686 |
-
#: templates/submit-listing-done.tpl.php:
|
8687 |
msgctxt "templates"
|
8688 |
msgid ""
|
8689 |
"Your listing requires admin approval. You'll be notified once your listing "
|
8690 |
"is approved."
|
8691 |
msgstr ""
|
8692 |
|
8693 |
-
# @ WPBDM
|
8694 |
-
#: templates/submit-listing-done.tpl.php:33
|
8695 |
-
msgctxt "templates"
|
8696 |
-
msgid "Return to directory."
|
8697 |
-
msgstr "Powrót do Katalogu."
|
8698 |
-
|
8699 |
# @ WPBDM
|
8700 |
#: templates/submit-listing-images-single.tpl.php:24
|
8701 |
msgctxt "templates"
|
@@ -9596,7 +9629,7 @@ msgid "(Reset)"
|
|
9596 |
msgstr "(Resetuj)"
|
9597 |
|
9598 |
# @ WPBDM
|
9599 |
-
#: includes/utils.php:
|
9600 |
msgctxt "utils"
|
9601 |
msgid ""
|
9602 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
@@ -9605,61 +9638,61 @@ msgstr ""
|
|
9605 |
"Zobacz dyrektywę \"post_max_size\"."
|
9606 |
|
9607 |
# @ WPBDM
|
9608 |
-
#: includes/utils.php:
|
9609 |
msgctxt "utils"
|
9610 |
msgid "File size (%s) exceeds maximum file size of %s"
|
9611 |
msgstr "Rozmiar pliku (%s) przekracz maksymalny dozwolony rozmiar %s"
|
9612 |
|
9613 |
# @ WPBDM
|
9614 |
-
#: includes/utils.php:
|
9615 |
msgctxt "utils"
|
9616 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
9617 |
msgstr "Rozmiar pliku (%s) jest mniejszyod wymaganego minimum: %s"
|
9618 |
|
9619 |
# @ WPBDM
|
9620 |
-
#: includes/utils.php:
|
9621 |
msgctxt "utils"
|
9622 |
msgid "File type \"%s\" is not allowed"
|
9623 |
msgstr "Pliki typu \"%s\" , nie są dozwolone"
|
9624 |
|
9625 |
# @ WPBDM
|
9626 |
-
#: includes/utils.php:
|
9627 |
msgctxt "utils"
|
9628 |
msgid "Unkown error while uploading file."
|
9629 |
msgstr "Nieznany błąd podczas przesyłania pliku."
|
9630 |
|
9631 |
# @ WPBDM
|
9632 |
-
#: includes/utils.php:
|
9633 |
msgctxt "utils"
|
9634 |
msgid "Uploaded file is not an image"
|
9635 |
msgstr "Ładowany plik nie jest plikiem obrazu."
|
9636 |
|
9637 |
# @ WPBDM
|
9638 |
-
#: includes/utils.php:
|
9639 |
msgctxt "utils"
|
9640 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
9641 |
msgstr "Szerokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
|
9642 |
|
9643 |
# @ WPBDM
|
9644 |
-
#: includes/utils.php:
|
9645 |
msgctxt "utils"
|
9646 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
9647 |
msgstr "Wysokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
|
9648 |
|
9649 |
# @ WPBDM
|
9650 |
-
#: includes/utils.php:
|
9651 |
msgctxt "utils"
|
9652 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
9653 |
msgstr "Szerokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
|
9654 |
|
9655 |
# @ WPBDM
|
9656 |
-
#: includes/utils.php:
|
9657 |
msgctxt "utils"
|
9658 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
9659 |
msgstr "Wysokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
|
9660 |
|
9661 |
# @ WPBDM
|
9662 |
-
#: includes/utils.php:
|
9663 |
msgctxt "utils"
|
9664 |
msgid "Error while uploading file"
|
9665 |
msgstr "Błąd podczas przesyłania pliku."
|
@@ -10018,24 +10051,23 @@ msgid "\"%s\" is required."
|
|
10018 |
msgstr "%s jest wymagane."
|
10019 |
|
10020 |
# @ WPBDM
|
10021 |
-
#: templates/
|
10022 |
-
|
|
|
|
|
|
|
|
|
|
|
10023 |
msgctxt "search"
|
10024 |
msgid "Search"
|
10025 |
msgstr "Szukaj..."
|
10026 |
|
10027 |
# @ WPBDM
|
10028 |
-
#: templates/
|
10029 |
msgctxt "search"
|
10030 |
msgid "Search Results"
|
10031 |
msgstr "Wyniki wyszukiwania"
|
10032 |
|
10033 |
-
# @ WPBDM
|
10034 |
-
#: templates/search-form.tpl.php:27
|
10035 |
-
msgctxt "search"
|
10036 |
-
msgid "Clear"
|
10037 |
-
msgstr "Wyczyść"
|
10038 |
-
|
10039 |
# @ WPBDM
|
10040 |
#: includes/views/show_listing.php:13
|
10041 |
msgctxt "preview"
|
@@ -11060,6 +11092,11 @@ msgctxt "themes/default"
|
|
11060 |
msgid "Address"
|
11061 |
msgstr "Adres e-mail:"
|
11062 |
|
|
|
|
|
|
|
|
|
|
|
11063 |
# @ WPBDM
|
11064 |
#, fuzzy
|
11065 |
#~ msgid "PayFast Payments"
|
@@ -12366,11 +12403,6 @@ msgstr "Adres e-mail:"
|
|
12366 |
#~ msgid "← Return to Directory."
|
12367 |
#~ msgstr "← Powrót do Katalogu."
|
12368 |
|
12369 |
-
# @ WPBDM
|
12370 |
-
#~ msgctxt "payment"
|
12371 |
-
#~ msgid "Return to Directory."
|
12372 |
-
#~ msgstr "Powrót do Katalogu."
|
12373 |
-
|
12374 |
# @ WPBDM
|
12375 |
#~ msgctxt "templates"
|
12376 |
#~ msgid ""
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
9 |
"Language-Team: HomeSupport\n"
|
81 |
"darmowy moduł Premium tylko za zarejestrowanie się."
|
82 |
|
83 |
# @ WPBDM
|
84 |
+
#: includes/admin/class-admin.php:311
|
85 |
+
#, fuzzy
|
86 |
+
msgid "Invalid email address."
|
87 |
+
msgstr "Nieprawidłowy adres e-mail"
|
88 |
+
|
89 |
+
# @ WPBDM
|
90 |
+
#: includes/admin/class-admin.php:391
|
91 |
#, fuzzy
|
92 |
msgid "Uninstall Business Directory Plugin"
|
93 |
msgstr "Odinstaluj Katalog Firm"
|
94 |
|
95 |
# @ WPBDM
|
96 |
+
#: includes/admin/class-admin.php:392
|
97 |
#, fuzzy
|
98 |
msgid "Uninstall"
|
99 |
msgstr "Odinstaluj "
|
954 |
msgstr "Katalog Firm - Szukaj"
|
955 |
|
956 |
# @ WPBDM
|
957 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
958 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
959 |
+
#, fuzzy
|
960 |
+
msgid "No listings found."
|
961 |
+
msgstr "Nie znaleziono Firm"
|
962 |
+
|
963 |
+
# @ WPBDM
|
964 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
965 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
966 |
+
#, fuzzy
|
967 |
+
msgid "← Previous "
|
968 |
+
msgstr "« Poprzednie"
|
969 |
+
|
970 |
+
# @ WPBDM
|
971 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
972 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
973 |
+
#, fuzzy
|
974 |
+
msgid "Next →"
|
975 |
+
msgstr "Następne »"
|
976 |
+
|
977 |
+
# @ WPBDM
|
978 |
+
#: templates/deprecated/search.tpl.php:6
|
979 |
+
#, fuzzy
|
980 |
+
msgid "Search"
|
981 |
+
msgstr "Szukaj"
|
982 |
+
|
983 |
+
# @ WPBDM
|
984 |
+
#: templates/deprecated/search.tpl.php:14
|
985 |
#, fuzzy
|
986 |
+
msgid "Search Results"
|
987 |
+
msgstr "Wyniki wyszukiwania"
|
988 |
+
|
989 |
+
# @ WPBDM
|
990 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
991 |
+
#: templates/manage_listings.tpl.php:16
|
992 |
+
#, fuzzy
|
993 |
+
msgid "Return to directory"
|
994 |
+
msgstr "Powrót do Katalogu."
|
995 |
+
|
996 |
+
# @ WPBDM
|
997 |
+
#: templates/manage-listings.tpl.php:3
|
998 |
+
#, fuzzy
|
999 |
+
msgid ""
|
1000 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
1001 |
+
"button. To delete a listing click the delete button."
|
1002 |
+
msgstr ""
|
1003 |
+
"Twoje oferty są pokazane poniżej. Kliknij \"Edytuj\" aby edytować ofertę lub "
|
1004 |
+
"\"Usun\" aby usunąć ofertę."
|
1005 |
+
|
1006 |
+
# @ WPBDM
|
1007 |
+
#: templates/manage-listings.tpl.php:9
|
1008 |
+
#, fuzzy
|
1009 |
+
msgid "You do not currently have any listings in the directory."
|
1010 |
+
msgstr "Nie masz aktualnie ofert w katalogu."
|
1011 |
+
|
1012 |
+
# @ WPBDM
|
1013 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
1014 |
+
#, fuzzy
|
1015 |
+
msgid "Return to Directory"
|
1016 |
+
msgstr "Powrót do Katalogu."
|
1017 |
+
|
1018 |
+
# @ WPBDM
|
1019 |
+
#: templates/submit-listing-done.tpl.php:36
|
1020 |
+
#, fuzzy
|
1021 |
+
msgid "Return to directory."
|
1022 |
msgstr "Powrót do Katalogu."
|
1023 |
|
1024 |
# @ WPBDM
|
1795 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1796 |
msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
|
1797 |
|
1798 |
+
#: includes/admin/class-admin.php:462
|
1799 |
msgctxt "admin"
|
1800 |
msgid "Untitled Menu"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: includes/admin/class-admin.php:787
|
1804 |
msgctxt "admin"
|
1805 |
msgid "Dismiss this notice."
|
1806 |
msgstr ""
|
1807 |
|
1808 |
# @ WPBDM
|
1809 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1810 |
#, fuzzy
|
1811 |
msgctxt "admin"
|
1812 |
msgid "The listing has been updated."
|
1816 |
msgstr[2] "Podniesiono status ofert."
|
1817 |
|
1818 |
# @ WPBDM
|
1819 |
+
#: includes/admin/class-admin.php:862
|
1820 |
msgctxt "admin"
|
1821 |
msgid "The fee was successfully assigned."
|
1822 |
msgstr "Abonament został przypisany do oferty."
|
1823 |
|
1824 |
# @ WPBDM
|
1825 |
+
#: includes/admin/class-admin.php:872
|
1826 |
msgctxt "admin"
|
1827 |
msgid "Listing was renewed."
|
1828 |
msgid_plural "Listings were renewed."
|
1831 |
msgstr[2] "Odnowiono ofert."
|
1832 |
|
1833 |
# @ WPBDM
|
1834 |
+
#: includes/admin/class-admin.php:884
|
1835 |
msgctxt "admin"
|
1836 |
msgid "Renewal email sent."
|
1837 |
msgstr "Wysłano e-mail potwierdzający odnowienie."
|
1838 |
|
1839 |
+
#: includes/admin/class-admin.php:888
|
1840 |
msgctxt "admin"
|
1841 |
msgid ""
|
1842 |
"Could not send renewal email, notice template at listing expiration not "
|
1844 |
msgstr ""
|
1845 |
|
1846 |
# @ WPBDM
|
1847 |
+
#: includes/admin/class-admin.php:895
|
1848 |
#, fuzzy
|
1849 |
msgctxt "admin"
|
1850 |
msgid "Listing report deleted."
|
1854 |
msgstr[2] "Data zakończenia emisji oferty"
|
1855 |
|
1856 |
# @ WPBDM
|
1857 |
+
#: includes/admin/class-admin.php:943
|
1858 |
#, fuzzy
|
1859 |
msgctxt "admin"
|
1860 |
msgid "Access keys sent."
|
1861 |
msgstr "Pola/Obrazy"
|
1862 |
|
1863 |
+
#: includes/admin/class-admin.php:945
|
1864 |
msgctxt "admin"
|
1865 |
msgid "The access keys couldn't be sent."
|
1866 |
msgstr ""
|
1867 |
|
1868 |
# @ WPBDM
|
1869 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1870 |
msgctxt "admin"
|
1871 |
msgid "Listing Count"
|
1872 |
msgstr "Licznik ofert"
|
1873 |
|
1874 |
# @ WPBDM
|
1875 |
+
#: includes/admin/class-admin.php:1090
|
1876 |
msgctxt "admin"
|
1877 |
msgid ""
|
1878 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1882 |
"<tt>[businessdirectory]</tt> aby działać prawidłowo."
|
1883 |
|
1884 |
# @ WPBDM
|
1885 |
+
#: includes/admin/class-admin.php:1092
|
1886 |
msgctxt "admin"
|
1887 |
msgid ""
|
1888 |
"You can create this page by yourself or let Business Directory do this for "
|
1892 |
"automatycznie."
|
1893 |
|
1894 |
# @ WPBDM
|
1895 |
+
#: includes/admin/class-admin.php:1097
|
1896 |
msgctxt "admin"
|
1897 |
msgid "Create required pages for me"
|
1898 |
msgstr "Stwórz wymagane pola dla mnie"
|
1899 |
|
1900 |
+
#: includes/admin/class-admin.php:1131
|
1901 |
msgctxt "admin"
|
1902 |
msgid ""
|
1903 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1906 |
msgstr ""
|
1907 |
|
1908 |
# @ WPBDM
|
1909 |
+
#: includes/admin/class-admin.php:1155
|
1910 |
msgctxt "admin"
|
1911 |
msgid ""
|
1912 |
"We noticed you want your Business Directory users to register before posting "
|
2327 |
msgstr "Nie, dziękuję"
|
2328 |
|
2329 |
# @ WPBDM
|
2330 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
|
|
2331 |
#, fuzzy
|
2332 |
msgctxt "business-directory-plugin"
|
2333 |
msgid "Business Directory Admin"
|
2334 |
msgstr "Katalog Firm Admin"
|
2335 |
|
2336 |
# @ WPBDM
|
2337 |
+
#: includes/admin/class-admin.php:344
|
2338 |
#, fuzzy
|
2339 |
msgctxt "business-directory-plugin"
|
2340 |
msgid "Directory"
|
2341 |
msgstr "Katalog"
|
2342 |
|
2343 |
# @ WPBDM
|
2344 |
+
#: includes/admin/class-admin.php:355
|
2345 |
msgctxt "admin menu"
|
2346 |
msgid "Manage Fees"
|
2347 |
msgstr "Zarządzaj abonamentami"
|
2348 |
|
2349 |
# @ WPBDM
|
2350 |
+
#: includes/admin/class-admin.php:358
|
2351 |
msgctxt "admin menu"
|
2352 |
msgid "Manage Form Fields"
|
2353 |
msgstr "Zarządzaj polami formularzy"
|
2354 |
|
2355 |
# @ WPBDM
|
2356 |
+
#: includes/admin/class-admin.php:362
|
2357 |
#, fuzzy
|
2358 |
msgctxt "admin menu"
|
2359 |
msgid "Payment History"
|
2360 |
msgstr "Historia płatności"
|
2361 |
|
2362 |
# @ WPBDM
|
2363 |
+
#: includes/admin/class-admin.php:365
|
2364 |
#, fuzzy
|
2365 |
msgctxt "admin menu"
|
2366 |
msgid "Import & Export"
|
2367 |
msgstr "CSV Import"
|
2368 |
|
2369 |
# @ WPBDM
|
2370 |
+
#: includes/admin/class-admin.php:368
|
2371 |
msgctxt "admin menu"
|
2372 |
msgid "Debug"
|
2373 |
msgstr "Debug"
|
2380 |
msgstr "Ustawienia"
|
2381 |
|
2382 |
# @ WPBDM
|
2383 |
+
#: includes/admin/class-admin.php:1015
|
2384 |
msgctxt "admin category id"
|
2385 |
msgid "ID"
|
2386 |
msgstr "ID"
|
4592 |
|
4593 |
# @ WPBDM
|
4594 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4595 |
+
#: includes/functions.php:1272
|
4596 |
msgctxt "admin settings"
|
4597 |
msgid "Date posted"
|
4598 |
msgstr "Data publikacji"
|
4599 |
|
4600 |
# @ WPBDM
|
4601 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4602 |
+
#: includes/functions.php:1273
|
4603 |
msgctxt "admin settings"
|
4604 |
msgid "Date last modified"
|
4605 |
msgstr "Data ostatnij modyfikacji"
|
5100 |
msgid "Uploaded Image (no resize)"
|
5101 |
msgstr "Załaduj obraz"
|
5102 |
|
5103 |
+
#: includes/functions.php:1270
|
5104 |
msgctxt "admin settings"
|
5105 |
msgid "User"
|
5106 |
msgstr ""
|
5107 |
|
5108 |
# @ WPBDM
|
5109 |
+
#: includes/functions.php:1271
|
5110 |
msgctxt "admin settings"
|
5111 |
msgid "User registration date"
|
5112 |
msgstr "Data zakończenia emisji oferty"
|
5394 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
5395 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
5396 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
5397 |
+
#: includes/admin/settings/class-settings.php:303
|
5398 |
#, fuzzy
|
5399 |
msgctxt "settings"
|
5400 |
msgid "General Settings"
|
6663 |
msgid "Cropped"
|
6664 |
msgstr ""
|
6665 |
|
6666 |
+
#: includes/admin/settings/class-settings.php:458
|
6667 |
+
#: includes/admin/settings/class-settings.php:469
|
6668 |
msgctxt "settings"
|
6669 |
msgid "\"%s\" can not be empty."
|
6670 |
msgstr ""
|
6671 |
|
6672 |
+
#: includes/admin/settings/class-settings.php:476
|
6673 |
msgctxt "settings"
|
6674 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
6675 |
msgstr ""
|
8350 |
msgstr "Kraj jest wymagany."
|
8351 |
|
8352 |
# @ WPBDM
|
8353 |
+
#: includes/functions.php:1353
|
8354 |
#, fuzzy
|
8355 |
msgctxt "templates"
|
8356 |
msgid "Return to results"
|
8357 |
msgstr "Powrót do Katalogu."
|
8358 |
|
8359 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
8360 |
msgctxt "templates"
|
8361 |
msgid "Go back"
|
8362 |
msgstr ""
|
8486 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
8487 |
msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
|
8488 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8489 |
# @ WPBDM
|
8490 |
#: templates/listing-contactform.tpl.php:20
|
8491 |
msgctxt "templates"
|
8568 |
msgstr "Zapomniałeś lub zgubiłeś hasło?"
|
8569 |
|
8570 |
# @ WPBDM
|
8571 |
+
#: templates/manage_listings.tpl.php:11
|
8572 |
+
msgctxt "templates"
|
8573 |
+
msgid "You do not currently have any listings in the directory."
|
8574 |
+
msgstr "Nie masz aktualnie ofert w katalogu."
|
8575 |
+
|
8576 |
+
# @ WPBDM
|
8577 |
+
#: templates/manage_listings.tpl.php:20
|
8578 |
msgctxt "templates"
|
8579 |
msgid ""
|
8580 |
"Your current listings are shown below. To edit a listing click the edit "
|
8584 |
"\"Usun\" aby usunąć ofertę."
|
8585 |
|
8586 |
# @ WPBDM
|
8587 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
8588 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
|
|
|
|
|
|
|
|
|
|
|
|
8589 |
msgctxt "templates"
|
8590 |
msgid "Edit"
|
8591 |
msgstr "Edytuj"
|
8592 |
|
8593 |
# @ WPBDM
|
8594 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
8595 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
8596 |
#, fuzzy
|
8597 |
msgctxt "templates"
|
8598 |
msgid "Flag Listing"
|
8599 |
msgstr "Znajdź Firmę"
|
8600 |
|
8601 |
# @ WPBDM
|
8602 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
8603 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
8604 |
msgctxt "templates"
|
8605 |
msgid "Delete"
|
8606 |
msgstr "Usuń"
|
8607 |
|
8608 |
# @ WPBDM
|
8609 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
8610 |
msgctxt "templates"
|
8611 |
msgid "Are you sure you wish to delete this listing?"
|
8612 |
msgstr "Jesteś pewien, że chcesz usunąć tą firmę?"
|
8613 |
|
8614 |
# @ WPBDM
|
8615 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
8616 |
msgctxt "templates"
|
8617 |
msgid "View"
|
8618 |
msgstr "Widok"
|
8679 |
msgid "Find a listing"
|
8680 |
msgstr "Znajdź Firmę"
|
8681 |
|
8682 |
+
# @ WPBDM
|
8683 |
+
#: templates/search.tpl.php:17
|
8684 |
+
msgctxt "templates"
|
8685 |
+
msgid "No listings found."
|
8686 |
+
msgstr "Nie znaleziono Firm"
|
8687 |
+
|
8688 |
# @ WPBDM
|
8689 |
#: templates/search.tpl.php:26
|
8690 |
#, fuzzy
|
8711 |
msgstr "Twoja Firma została zapisana."
|
8712 |
|
8713 |
# @ WPBDM
|
8714 |
+
#: templates/submit-listing-done.tpl.php:25
|
8715 |
msgctxt "templates"
|
8716 |
msgid "Your listing changes were saved."
|
8717 |
msgstr "Zapisano zmiany w Twojej Ofercie."
|
8718 |
|
8719 |
# @ WPBDM
|
8720 |
+
#: templates/submit-listing-done.tpl.php:30
|
8721 |
msgctxt "templates"
|
8722 |
msgid "Go to your listing"
|
8723 |
msgstr "Przejdź do Twojej oferty."
|
8724 |
|
8725 |
+
#: templates/submit-listing-done.tpl.php:32
|
8726 |
msgctxt "templates"
|
8727 |
msgid ""
|
8728 |
"Your listing requires admin approval. You'll be notified once your listing "
|
8729 |
"is approved."
|
8730 |
msgstr ""
|
8731 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8732 |
# @ WPBDM
|
8733 |
#: templates/submit-listing-images-single.tpl.php:24
|
8734 |
msgctxt "templates"
|
9629 |
msgstr "(Resetuj)"
|
9630 |
|
9631 |
# @ WPBDM
|
9632 |
+
#: includes/utils.php:271
|
9633 |
msgctxt "utils"
|
9634 |
msgid ""
|
9635 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
9638 |
"Zobacz dyrektywę \"post_max_size\"."
|
9639 |
|
9640 |
# @ WPBDM
|
9641 |
+
#: includes/utils.php:319
|
9642 |
msgctxt "utils"
|
9643 |
msgid "File size (%s) exceeds maximum file size of %s"
|
9644 |
msgstr "Rozmiar pliku (%s) przekracz maksymalny dozwolony rozmiar %s"
|
9645 |
|
9646 |
# @ WPBDM
|
9647 |
+
#: includes/utils.php:327
|
9648 |
msgctxt "utils"
|
9649 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
9650 |
msgstr "Rozmiar pliku (%s) jest mniejszyod wymaganego minimum: %s"
|
9651 |
|
9652 |
# @ WPBDM
|
9653 |
+
#: includes/utils.php:336 includes/utils.php:343
|
9654 |
msgctxt "utils"
|
9655 |
msgid "File type \"%s\" is not allowed"
|
9656 |
msgstr "Pliki typu \"%s\" , nie są dozwolone"
|
9657 |
|
9658 |
# @ WPBDM
|
9659 |
+
#: includes/utils.php:350
|
9660 |
msgctxt "utils"
|
9661 |
msgid "Unkown error while uploading file."
|
9662 |
msgstr "Nieznany błąd podczas przesyłania pliku."
|
9663 |
|
9664 |
# @ WPBDM
|
9665 |
+
#: includes/utils.php:369
|
9666 |
msgctxt "utils"
|
9667 |
msgid "Uploaded file is not an image"
|
9668 |
msgstr "Ładowany plik nie jest plikiem obrazu."
|
9669 |
|
9670 |
# @ WPBDM
|
9671 |
+
#: includes/utils.php:378
|
9672 |
msgctxt "utils"
|
9673 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
9674 |
msgstr "Szerokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
|
9675 |
|
9676 |
# @ WPBDM
|
9677 |
+
#: includes/utils.php:384
|
9678 |
msgctxt "utils"
|
9679 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
9680 |
msgstr "Wysokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
|
9681 |
|
9682 |
# @ WPBDM
|
9683 |
+
#: includes/utils.php:390
|
9684 |
msgctxt "utils"
|
9685 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
9686 |
msgstr "Szerokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
|
9687 |
|
9688 |
# @ WPBDM
|
9689 |
+
#: includes/utils.php:396
|
9690 |
msgctxt "utils"
|
9691 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
9692 |
msgstr "Wysokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
|
9693 |
|
9694 |
# @ WPBDM
|
9695 |
+
#: includes/utils.php:410
|
9696 |
msgctxt "utils"
|
9697 |
msgid "Error while uploading file"
|
9698 |
msgstr "Błąd podczas przesyłania pliku."
|
10051 |
msgstr "%s jest wymagane."
|
10052 |
|
10053 |
# @ WPBDM
|
10054 |
+
#: templates/search-form.tpl.php:27
|
10055 |
+
msgctxt "search"
|
10056 |
+
msgid "Clear"
|
10057 |
+
msgstr "Wyczyść"
|
10058 |
+
|
10059 |
+
# @ WPBDM
|
10060 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
10061 |
msgctxt "search"
|
10062 |
msgid "Search"
|
10063 |
msgstr "Szukaj..."
|
10064 |
|
10065 |
# @ WPBDM
|
10066 |
+
#: templates/search.tpl.php:10
|
10067 |
msgctxt "search"
|
10068 |
msgid "Search Results"
|
10069 |
msgstr "Wyniki wyszukiwania"
|
10070 |
|
|
|
|
|
|
|
|
|
|
|
|
|
10071 |
# @ WPBDM
|
10072 |
#: includes/views/show_listing.php:13
|
10073 |
msgctxt "preview"
|
11092 |
msgid "Address"
|
11093 |
msgstr "Adres e-mail:"
|
11094 |
|
11095 |
+
# @ WPBDM
|
11096 |
+
#, fuzzy
|
11097 |
+
#~ msgid "← Return to Directory"
|
11098 |
+
#~ msgstr "Powrót do Katalogu."
|
11099 |
+
|
11100 |
# @ WPBDM
|
11101 |
#, fuzzy
|
11102 |
#~ msgid "PayFast Payments"
|
12403 |
#~ msgid "← Return to Directory."
|
12404 |
#~ msgstr "← Powrót do Katalogu."
|
12405 |
|
|
|
|
|
|
|
|
|
|
|
12406 |
# @ WPBDM
|
12407 |
#~ msgctxt "templates"
|
12408 |
#~ msgid ""
|
languages/business-directory-plugin-ru_RU.mo
CHANGED
Binary file
|
languages/business-directory-plugin-ru_RU.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2020-10-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
|
9 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -77,12 +77,17 @@ msgstr ""
|
|
77 |
"по электронной почте. Если Вы подпишитесь на этот урок, то Вы получите "
|
78 |
"БЕСПЛАТНО один платный модуль."
|
79 |
|
80 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
81 |
#, fuzzy
|
82 |
msgid "Uninstall Business Directory Plugin"
|
83 |
msgstr "Удалить плагин Справочника Услуг"
|
84 |
|
85 |
-
#: includes/admin/class-admin.php:
|
86 |
#, fuzzy
|
87 |
msgid "Uninstall"
|
88 |
msgstr "Удалить"
|
@@ -837,11 +842,64 @@ msgstr ""
|
|
837 |
msgid "Business Directory Theme archive (ZIP file)"
|
838 |
msgstr "Архив темы справочника (файл ZIP)"
|
839 |
|
840 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
841 |
#, fuzzy
|
842 |
-
msgid "
|
843 |
msgstr "Вернуться в Справочник."
|
844 |
|
|
|
|
|
|
|
|
|
|
|
845 |
#: templates/submit-listing-images.tpl.php:5
|
846 |
#, fuzzy
|
847 |
msgid "Current Images"
|
@@ -1520,17 +1578,17 @@ msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
|
1520 |
msgstr ""
|
1521 |
"Всё настроено. Откройте страницу Вашего нового <a>Справочника услуг</a> "
|
1522 |
|
1523 |
-
#: includes/admin/class-admin.php:
|
1524 |
msgctxt "admin"
|
1525 |
msgid "Untitled Menu"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: includes/admin/class-admin.php:
|
1529 |
msgctxt "admin"
|
1530 |
msgid "Dismiss this notice."
|
1531 |
msgstr "Убрать это предупреждение"
|
1532 |
|
1533 |
-
#: includes/admin/class-admin.php:
|
1534 |
#, fuzzy
|
1535 |
msgctxt "admin"
|
1536 |
msgid "The listing has been updated."
|
@@ -1539,12 +1597,12 @@ msgstr[0] "Статус записи был поднят."
|
|
1539 |
msgstr[1] "Статус записей был поднят."
|
1540 |
msgstr[2] ""
|
1541 |
|
1542 |
-
#: includes/admin/class-admin.php:
|
1543 |
msgctxt "admin"
|
1544 |
msgid "The fee was successfully assigned."
|
1545 |
msgstr "Тариф был успешно назначен."
|
1546 |
|
1547 |
-
#: includes/admin/class-admin.php:
|
1548 |
msgctxt "admin"
|
1549 |
msgid "Listing was renewed."
|
1550 |
msgid_plural "Listings were renewed."
|
@@ -1552,19 +1610,19 @@ msgstr[0] "Запись была продлена."
|
|
1552 |
msgstr[1] "Записи были продлены."
|
1553 |
msgstr[2] ""
|
1554 |
|
1555 |
-
#: includes/admin/class-admin.php:
|
1556 |
msgctxt "admin"
|
1557 |
msgid "Renewal email sent."
|
1558 |
msgstr "Оповещение о продлении было отправлено по электронной почте."
|
1559 |
|
1560 |
-
#: includes/admin/class-admin.php:
|
1561 |
msgctxt "admin"
|
1562 |
msgid ""
|
1563 |
"Could not send renewal email, notice template at listing expiration not "
|
1564 |
"found."
|
1565 |
msgstr ""
|
1566 |
|
1567 |
-
#: includes/admin/class-admin.php:
|
1568 |
#, fuzzy
|
1569 |
msgctxt "admin"
|
1570 |
msgid "Listing report deleted."
|
@@ -1573,23 +1631,23 @@ msgstr[0] "Дата окончания срока действия"
|
|
1573 |
msgstr[1] "Дата окончания срока действия"
|
1574 |
msgstr[2] "Дата окончания срока действия"
|
1575 |
|
1576 |
-
#: includes/admin/class-admin.php:
|
1577 |
#, fuzzy
|
1578 |
msgctxt "admin"
|
1579 |
msgid "Access keys sent."
|
1580 |
msgstr "Поля и Изображения записи"
|
1581 |
|
1582 |
-
#: includes/admin/class-admin.php:
|
1583 |
msgctxt "admin"
|
1584 |
msgid "The access keys couldn't be sent."
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: includes/admin/class-admin.php:
|
1588 |
msgctxt "admin"
|
1589 |
msgid "Listing Count"
|
1590 |
msgstr "Количество записей"
|
1591 |
|
1592 |
-
#: includes/admin/class-admin.php:
|
1593 |
msgctxt "admin"
|
1594 |
msgid ""
|
1595 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -1598,7 +1656,7 @@ msgstr ""
|
|
1598 |
"Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
|
1599 |
"страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
|
1600 |
|
1601 |
-
#: includes/admin/class-admin.php:
|
1602 |
msgctxt "admin"
|
1603 |
msgid ""
|
1604 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -1607,12 +1665,12 @@ msgstr ""
|
|
1607 |
"Вы можете создать такую страницу сами, или позвольте плагину создать её для "
|
1608 |
"Вас автоматически."
|
1609 |
|
1610 |
-
#: includes/admin/class-admin.php:
|
1611 |
msgctxt "admin"
|
1612 |
msgid "Create required pages for me"
|
1613 |
msgstr "Создать необходимые страницы автоматически"
|
1614 |
|
1615 |
-
#: includes/admin/class-admin.php:
|
1616 |
msgctxt "admin"
|
1617 |
msgid ""
|
1618 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1620,7 +1678,7 @@ msgid ""
|
|
1620 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: includes/admin/class-admin.php:
|
1624 |
msgctxt "admin"
|
1625 |
msgid ""
|
1626 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -1991,46 +2049,41 @@ msgctxt "drip pointer"
|
|
1991 |
msgid "No, thanks"
|
1992 |
msgstr "Нет, спасибо"
|
1993 |
|
1994 |
-
#: includes/admin/class-admin.php:
|
1995 |
-
msgctxt "drip pointer"
|
1996 |
-
msgid "Invalid e-mail address."
|
1997 |
-
msgstr "Некорректный электронный адрес."
|
1998 |
-
|
1999 |
-
#: includes/admin/class-admin.php:351
|
2000 |
#, fuzzy
|
2001 |
msgctxt "business-directory-plugin"
|
2002 |
msgid "Business Directory Admin"
|
2003 |
msgstr "Управление справочником"
|
2004 |
|
2005 |
-
#: includes/admin/class-admin.php:
|
2006 |
#, fuzzy
|
2007 |
msgctxt "business-directory-plugin"
|
2008 |
msgid "Directory"
|
2009 |
msgstr "Все рубрики"
|
2010 |
|
2011 |
-
#: includes/admin/class-admin.php:
|
2012 |
msgctxt "admin menu"
|
2013 |
msgid "Manage Fees"
|
2014 |
msgstr "Тарифы"
|
2015 |
|
2016 |
-
#: includes/admin/class-admin.php:
|
2017 |
msgctxt "admin menu"
|
2018 |
msgid "Manage Form Fields"
|
2019 |
msgstr "Форма"
|
2020 |
|
2021 |
-
#: includes/admin/class-admin.php:
|
2022 |
#, fuzzy
|
2023 |
msgctxt "admin menu"
|
2024 |
msgid "Payment History"
|
2025 |
msgstr "История платежа"
|
2026 |
|
2027 |
-
#: includes/admin/class-admin.php:
|
2028 |
#, fuzzy
|
2029 |
msgctxt "admin menu"
|
2030 |
msgid "Import & Export"
|
2031 |
msgstr "Импорт из CSV"
|
2032 |
|
2033 |
-
#: includes/admin/class-admin.php:
|
2034 |
msgctxt "admin menu"
|
2035 |
msgid "Debug"
|
2036 |
msgstr "Отладка"
|
@@ -2041,7 +2094,7 @@ msgctxt "admin menu"
|
|
2041 |
msgid "Settings"
|
2042 |
msgstr "Настройки"
|
2043 |
|
2044 |
-
#: includes/admin/class-admin.php:
|
2045 |
msgctxt "admin category id"
|
2046 |
msgid "ID"
|
2047 |
msgstr "№"
|
@@ -4007,13 +4060,13 @@ msgid "Author"
|
|
4007 |
msgstr "По автору"
|
4008 |
|
4009 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4010 |
-
#: includes/functions.php:
|
4011 |
msgctxt "admin settings"
|
4012 |
msgid "Date posted"
|
4013 |
msgstr "По дате публикации"
|
4014 |
|
4015 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4016 |
-
#: includes/functions.php:
|
4017 |
msgctxt "admin settings"
|
4018 |
msgid "Date last modified"
|
4019 |
msgstr "По дате изменения"
|
@@ -4457,12 +4510,12 @@ msgctxt "admin settings"
|
|
4457 |
msgid "Uploaded Image (no resize)"
|
4458 |
msgstr "Загрузить изображение"
|
4459 |
|
4460 |
-
#: includes/functions.php:
|
4461 |
msgctxt "admin settings"
|
4462 |
msgid "User"
|
4463 |
msgstr ""
|
4464 |
|
4465 |
-
#: includes/functions.php:
|
4466 |
msgctxt "admin settings"
|
4467 |
msgid "User registration date"
|
4468 |
msgstr "Дата окончания срока действия"
|
@@ -4726,7 +4779,7 @@ msgstr "Записи"
|
|
4726 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4727 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4728 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4729 |
-
#: includes/admin/settings/class-settings.php:
|
4730 |
#, fuzzy
|
4731 |
msgctxt "settings"
|
4732 |
msgid "General Settings"
|
@@ -5883,13 +5936,13 @@ msgctxt "settings"
|
|
5883 |
msgid "Cropped"
|
5884 |
msgstr ""
|
5885 |
|
5886 |
-
#: includes/admin/settings/class-settings.php:
|
5887 |
-
#: includes/admin/settings/class-settings.php:
|
5888 |
msgctxt "settings"
|
5889 |
msgid "\"%s\" can not be empty."
|
5890 |
msgstr ""
|
5891 |
|
5892 |
-
#: includes/admin/settings/class-settings.php:
|
5893 |
msgctxt "settings"
|
5894 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5895 |
msgstr ""
|
@@ -7379,13 +7432,13 @@ msgctxt "image field"
|
|
7379 |
msgid "Caption for %s is required."
|
7380 |
msgstr "Страна обязательна."
|
7381 |
|
7382 |
-
#: includes/functions.php:
|
7383 |
#, fuzzy
|
7384 |
msgctxt "templates"
|
7385 |
msgid "Return to results"
|
7386 |
msgstr "Вернуться к справочнику"
|
7387 |
|
7388 |
-
#: includes/functions.php:
|
7389 |
msgctxt "templates"
|
7390 |
msgid "Go back"
|
7391 |
msgstr ""
|
@@ -7504,31 +7557,6 @@ msgctxt "templates"
|
|
7504 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7505 |
msgstr "Я согласен с Условиями и Положениями"
|
7506 |
|
7507 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
7508 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
7509 |
-
#: templates/search.tpl.php:17
|
7510 |
-
msgctxt "templates"
|
7511 |
-
msgid "No listings found."
|
7512 |
-
msgstr "Записи не найдены."
|
7513 |
-
|
7514 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
7515 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
7516 |
-
msgctxt "templates"
|
7517 |
-
msgid "« Previous "
|
7518 |
-
msgstr "« Предыдущая "
|
7519 |
-
|
7520 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
7521 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
7522 |
-
msgctxt "templates"
|
7523 |
-
msgid "Next »"
|
7524 |
-
msgstr "Следующая »"
|
7525 |
-
|
7526 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
7527 |
-
#: templates/manage_listings.tpl.php:16
|
7528 |
-
msgctxt "templates"
|
7529 |
-
msgid "Return to directory"
|
7530 |
-
msgstr "Вернуться к справочнику"
|
7531 |
-
|
7532 |
#: templates/listing-contactform.tpl.php:20
|
7533 |
msgctxt "templates"
|
7534 |
msgid "Listing Title: "
|
@@ -7598,7 +7626,12 @@ msgctxt "templates"
|
|
7598 |
msgid "Lost your password?"
|
7599 |
msgstr "Забыли пароль?"
|
7600 |
|
7601 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
7602 |
msgctxt "templates"
|
7603 |
msgid ""
|
7604 |
"Your current listings are shown below. To edit a listing click the edit "
|
@@ -7607,36 +7640,31 @@ msgstr ""
|
|
7607 |
"Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
|
7608 |
"\". Для удаления записи кликните на кнопку \"Удалить\"."
|
7609 |
|
7610 |
-
#: templates/
|
7611 |
-
|
7612 |
-
msgid "You do not currently have any listings in the directory."
|
7613 |
-
msgstr "У Вас нет ни одной записи в справочнике."
|
7614 |
-
|
7615 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
7616 |
-
#: templates/parts/listing-buttons.tpl.php:63
|
7617 |
msgctxt "templates"
|
7618 |
msgid "Edit"
|
7619 |
msgstr "Изменить"
|
7620 |
|
7621 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7622 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7623 |
#, fuzzy
|
7624 |
msgctxt "templates"
|
7625 |
msgid "Flag Listing"
|
7626 |
msgstr "Найти запись"
|
7627 |
|
7628 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7629 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7630 |
msgctxt "templates"
|
7631 |
msgid "Delete"
|
7632 |
msgstr "Удалить"
|
7633 |
|
7634 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7635 |
msgctxt "templates"
|
7636 |
msgid "Are you sure you wish to delete this listing?"
|
7637 |
msgstr "Вы уверены, что Вы хотите удалить эту запись?"
|
7638 |
|
7639 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7640 |
msgctxt "templates"
|
7641 |
msgid "View"
|
7642 |
msgstr "Показать"
|
@@ -7694,6 +7722,11 @@ msgctxt "templates"
|
|
7694 |
msgid "Find a listing"
|
7695 |
msgstr "Найти запись"
|
7696 |
|
|
|
|
|
|
|
|
|
|
|
7697 |
#: templates/search.tpl.php:26
|
7698 |
#, fuzzy
|
7699 |
msgctxt "templates"
|
@@ -7715,28 +7748,23 @@ msgctxt "templates"
|
|
7715 |
msgid "Your listing has been submitted."
|
7716 |
msgstr "Ваша запись принята на сервер."
|
7717 |
|
7718 |
-
#: templates/submit-listing-done.tpl.php:
|
7719 |
msgctxt "templates"
|
7720 |
msgid "Your listing changes were saved."
|
7721 |
msgstr "Изменения в Вашей записи были сохранены."
|
7722 |
|
7723 |
-
#: templates/submit-listing-done.tpl.php:
|
7724 |
msgctxt "templates"
|
7725 |
msgid "Go to your listing"
|
7726 |
msgstr "Перейти к Вашей записи"
|
7727 |
|
7728 |
-
#: templates/submit-listing-done.tpl.php:
|
7729 |
msgctxt "templates"
|
7730 |
msgid ""
|
7731 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7732 |
"is approved."
|
7733 |
msgstr ""
|
7734 |
|
7735 |
-
#: templates/submit-listing-done.tpl.php:33
|
7736 |
-
msgctxt "templates"
|
7737 |
-
msgid "Return to directory."
|
7738 |
-
msgstr "Вернуться в справочник."
|
7739 |
-
|
7740 |
#: templates/submit-listing-images-single.tpl.php:24
|
7741 |
msgctxt "templates"
|
7742 |
msgid "Set this image as the listing thumbnail."
|
@@ -8545,7 +8573,7 @@ msgctxt "sort"
|
|
8545 |
msgid "(Reset)"
|
8546 |
msgstr "(Сбросить)"
|
8547 |
|
8548 |
-
#: includes/utils.php:
|
8549 |
msgctxt "utils"
|
8550 |
msgid ""
|
8551 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
@@ -8553,56 +8581,56 @@ msgstr ""
|
|
8553 |
"Данные, переданные на сервер методом POST превышают максимальный размер для "
|
8554 |
"PHP. Обратите внимание на параметр \"post_max_size\" в вашем файле php.ini."
|
8555 |
|
8556 |
-
#: includes/utils.php:
|
8557 |
msgctxt "utils"
|
8558 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8559 |
msgstr "Размер файла (%s) превышает максимальный размер файла - %s"
|
8560 |
|
8561 |
-
#: includes/utils.php:
|
8562 |
msgctxt "utils"
|
8563 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8564 |
msgstr "Размер файла (%s) меньше, чем минимальный разрешённый размер - %s"
|
8565 |
|
8566 |
-
#: includes/utils.php:
|
8567 |
msgctxt "utils"
|
8568 |
msgid "File type \"%s\" is not allowed"
|
8569 |
msgstr "Файл типа \"%s\" не допускается к загрузке"
|
8570 |
|
8571 |
-
#: includes/utils.php:
|
8572 |
msgctxt "utils"
|
8573 |
msgid "Unkown error while uploading file."
|
8574 |
msgstr "Неизвестная ошибка при загрузке файла."
|
8575 |
|
8576 |
-
#: includes/utils.php:
|
8577 |
msgctxt "utils"
|
8578 |
msgid "Uploaded file is not an image"
|
8579 |
msgstr "Загруженный файл не является изображением."
|
8580 |
|
8581 |
-
#: includes/utils.php:
|
8582 |
msgctxt "utils"
|
8583 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8584 |
msgstr "Ширина изображения меньше минимально разрешённой ширины - %s пиксел."
|
8585 |
|
8586 |
-
#: includes/utils.php:
|
8587 |
msgctxt "utils"
|
8588 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8589 |
msgstr "Высота изображения меньше минимально разрешённой высоты - %s пиксел."
|
8590 |
|
8591 |
-
#: includes/utils.php:
|
8592 |
msgctxt "utils"
|
8593 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8594 |
msgstr ""
|
8595 |
"Ширина изображения (%s пиксел) больше чем разрешённая максимальная ширина - "
|
8596 |
"%s пиксел."
|
8597 |
|
8598 |
-
#: includes/utils.php:
|
8599 |
msgctxt "utils"
|
8600 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8601 |
msgstr ""
|
8602 |
"Высота изображения (%s пиксел) больше чем разрешённая максимальная высота - "
|
8603 |
"%s пиксел."
|
8604 |
|
8605 |
-
#: includes/utils.php:
|
8606 |
msgctxt "utils"
|
8607 |
msgid "Error while uploading file"
|
8608 |
msgstr "Ошибка при загрузке файла"
|
@@ -8915,22 +8943,21 @@ msgctxt "search"
|
|
8915 |
msgid "\"%s\" is required."
|
8916 |
msgstr "%s - обязательно."
|
8917 |
|
8918 |
-
#: templates/
|
8919 |
-
|
|
|
|
|
|
|
|
|
8920 |
msgctxt "search"
|
8921 |
msgid "Search"
|
8922 |
msgstr "Поиск"
|
8923 |
|
8924 |
-
#: templates/
|
8925 |
msgctxt "search"
|
8926 |
msgid "Search Results"
|
8927 |
msgstr "Результаты поиска"
|
8928 |
|
8929 |
-
#: templates/search-form.tpl.php:27
|
8930 |
-
msgctxt "search"
|
8931 |
-
msgid "Clear"
|
8932 |
-
msgstr "Очистить форму"
|
8933 |
-
|
8934 |
#: includes/views/show_listing.php:13
|
8935 |
msgctxt "preview"
|
8936 |
msgid "This is just a preview. The listing has not been published yet."
|
@@ -9833,6 +9860,10 @@ msgctxt "themes/default"
|
|
9833 |
msgid "Address"
|
9834 |
msgstr "Адрес"
|
9835 |
|
|
|
|
|
|
|
|
|
9836 |
#, fuzzy
|
9837 |
#~ msgid "PayFast Payments"
|
9838 |
#~ msgstr "Платёжный шлюз PayFast"
|
@@ -10976,10 +11007,6 @@ msgstr "Адрес"
|
|
10976 |
#~ msgid "← Return to Directory."
|
10977 |
#~ msgstr "← Вернуться в справочник."
|
10978 |
|
10979 |
-
#~ msgctxt "payment"
|
10980 |
-
#~ msgid "Return to Directory."
|
10981 |
-
#~ msgstr "Вернуться в Справочник."
|
10982 |
-
|
10983 |
#~ msgctxt "templates"
|
10984 |
#~ msgid ""
|
10985 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
|
9 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
77 |
"по электронной почте. Если Вы подпишитесь на этот урок, то Вы получите "
|
78 |
"БЕСПЛАТНО один платный модуль."
|
79 |
|
80 |
+
#: includes/admin/class-admin.php:311
|
81 |
+
#, fuzzy
|
82 |
+
msgid "Invalid email address."
|
83 |
+
msgstr "Некорректный электронный адрес."
|
84 |
+
|
85 |
+
#: includes/admin/class-admin.php:391
|
86 |
#, fuzzy
|
87 |
msgid "Uninstall Business Directory Plugin"
|
88 |
msgstr "Удалить плагин Справочника Услуг"
|
89 |
|
90 |
+
#: includes/admin/class-admin.php:392
|
91 |
#, fuzzy
|
92 |
msgid "Uninstall"
|
93 |
msgstr "Удалить"
|
842 |
msgid "Business Directory Theme archive (ZIP file)"
|
843 |
msgstr "Архив темы справочника (файл ZIP)"
|
844 |
|
845 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
846 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
847 |
+
#, fuzzy
|
848 |
+
msgid "No listings found."
|
849 |
+
msgstr "Записи не найдены."
|
850 |
+
|
851 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
852 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
853 |
+
#, fuzzy
|
854 |
+
msgid "← Previous "
|
855 |
+
msgstr "« Предыдущая "
|
856 |
+
|
857 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
858 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
859 |
+
#, fuzzy
|
860 |
+
msgid "Next →"
|
861 |
+
msgstr "Следующая »"
|
862 |
+
|
863 |
+
#: templates/deprecated/search.tpl.php:6
|
864 |
+
#, fuzzy
|
865 |
+
msgid "Search"
|
866 |
+
msgstr "Поиск"
|
867 |
+
|
868 |
+
#: templates/deprecated/search.tpl.php:14
|
869 |
+
#, fuzzy
|
870 |
+
msgid "Search Results"
|
871 |
+
msgstr "Результаты поиска"
|
872 |
+
|
873 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
874 |
+
#: templates/manage_listings.tpl.php:16
|
875 |
+
#, fuzzy
|
876 |
+
msgid "Return to directory"
|
877 |
+
msgstr "Вернуться к справочнику"
|
878 |
+
|
879 |
+
#: templates/manage-listings.tpl.php:3
|
880 |
+
#, fuzzy
|
881 |
+
msgid ""
|
882 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
883 |
+
"button. To delete a listing click the delete button."
|
884 |
+
msgstr ""
|
885 |
+
"Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
|
886 |
+
"\". Для удаления записи кликните на кнопку \"Удалить\"."
|
887 |
+
|
888 |
+
#: templates/manage-listings.tpl.php:9
|
889 |
+
#, fuzzy
|
890 |
+
msgid "You do not currently have any listings in the directory."
|
891 |
+
msgstr "У Вас нет ни одной записи в справочнике."
|
892 |
+
|
893 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
894 |
#, fuzzy
|
895 |
+
msgid "Return to Directory"
|
896 |
msgstr "Вернуться в Справочник."
|
897 |
|
898 |
+
#: templates/submit-listing-done.tpl.php:36
|
899 |
+
#, fuzzy
|
900 |
+
msgid "Return to directory."
|
901 |
+
msgstr "Вернуться в справочник."
|
902 |
+
|
903 |
#: templates/submit-listing-images.tpl.php:5
|
904 |
#, fuzzy
|
905 |
msgid "Current Images"
|
1578 |
msgstr ""
|
1579 |
"Всё настроено. Откройте страницу Вашего нового <a>Справочника услуг</a> "
|
1580 |
|
1581 |
+
#: includes/admin/class-admin.php:462
|
1582 |
msgctxt "admin"
|
1583 |
msgid "Untitled Menu"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: includes/admin/class-admin.php:787
|
1587 |
msgctxt "admin"
|
1588 |
msgid "Dismiss this notice."
|
1589 |
msgstr "Убрать это предупреждение"
|
1590 |
|
1591 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1592 |
#, fuzzy
|
1593 |
msgctxt "admin"
|
1594 |
msgid "The listing has been updated."
|
1597 |
msgstr[1] "Статус записей был поднят."
|
1598 |
msgstr[2] ""
|
1599 |
|
1600 |
+
#: includes/admin/class-admin.php:862
|
1601 |
msgctxt "admin"
|
1602 |
msgid "The fee was successfully assigned."
|
1603 |
msgstr "Тариф был успешно назначен."
|
1604 |
|
1605 |
+
#: includes/admin/class-admin.php:872
|
1606 |
msgctxt "admin"
|
1607 |
msgid "Listing was renewed."
|
1608 |
msgid_plural "Listings were renewed."
|
1610 |
msgstr[1] "Записи были продлены."
|
1611 |
msgstr[2] ""
|
1612 |
|
1613 |
+
#: includes/admin/class-admin.php:884
|
1614 |
msgctxt "admin"
|
1615 |
msgid "Renewal email sent."
|
1616 |
msgstr "Оповещение о продлении было отправлено по электронной почте."
|
1617 |
|
1618 |
+
#: includes/admin/class-admin.php:888
|
1619 |
msgctxt "admin"
|
1620 |
msgid ""
|
1621 |
"Could not send renewal email, notice template at listing expiration not "
|
1622 |
"found."
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: includes/admin/class-admin.php:895
|
1626 |
#, fuzzy
|
1627 |
msgctxt "admin"
|
1628 |
msgid "Listing report deleted."
|
1631 |
msgstr[1] "Дата окончания срока действия"
|
1632 |
msgstr[2] "Дата окончания срока действия"
|
1633 |
|
1634 |
+
#: includes/admin/class-admin.php:943
|
1635 |
#, fuzzy
|
1636 |
msgctxt "admin"
|
1637 |
msgid "Access keys sent."
|
1638 |
msgstr "Поля и Изображения записи"
|
1639 |
|
1640 |
+
#: includes/admin/class-admin.php:945
|
1641 |
msgctxt "admin"
|
1642 |
msgid "The access keys couldn't be sent."
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1646 |
msgctxt "admin"
|
1647 |
msgid "Listing Count"
|
1648 |
msgstr "Количество записей"
|
1649 |
|
1650 |
+
#: includes/admin/class-admin.php:1090
|
1651 |
msgctxt "admin"
|
1652 |
msgid ""
|
1653 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1656 |
"Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
|
1657 |
"страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
|
1658 |
|
1659 |
+
#: includes/admin/class-admin.php:1092
|
1660 |
msgctxt "admin"
|
1661 |
msgid ""
|
1662 |
"You can create this page by yourself or let Business Directory do this for "
|
1665 |
"Вы можете создать такую страницу сами, или позвольте плагину создать её для "
|
1666 |
"Вас автоматически."
|
1667 |
|
1668 |
+
#: includes/admin/class-admin.php:1097
|
1669 |
msgctxt "admin"
|
1670 |
msgid "Create required pages for me"
|
1671 |
msgstr "Создать необходимые страницы автоматически"
|
1672 |
|
1673 |
+
#: includes/admin/class-admin.php:1131
|
1674 |
msgctxt "admin"
|
1675 |
msgid ""
|
1676 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1678 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: includes/admin/class-admin.php:1155
|
1682 |
msgctxt "admin"
|
1683 |
msgid ""
|
1684 |
"We noticed you want your Business Directory users to register before posting "
|
2049 |
msgid "No, thanks"
|
2050 |
msgstr "Нет, спасибо"
|
2051 |
|
2052 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
2053 |
#, fuzzy
|
2054 |
msgctxt "business-directory-plugin"
|
2055 |
msgid "Business Directory Admin"
|
2056 |
msgstr "Управление справочником"
|
2057 |
|
2058 |
+
#: includes/admin/class-admin.php:344
|
2059 |
#, fuzzy
|
2060 |
msgctxt "business-directory-plugin"
|
2061 |
msgid "Directory"
|
2062 |
msgstr "Все рубрики"
|
2063 |
|
2064 |
+
#: includes/admin/class-admin.php:355
|
2065 |
msgctxt "admin menu"
|
2066 |
msgid "Manage Fees"
|
2067 |
msgstr "Тарифы"
|
2068 |
|
2069 |
+
#: includes/admin/class-admin.php:358
|
2070 |
msgctxt "admin menu"
|
2071 |
msgid "Manage Form Fields"
|
2072 |
msgstr "Форма"
|
2073 |
|
2074 |
+
#: includes/admin/class-admin.php:362
|
2075 |
#, fuzzy
|
2076 |
msgctxt "admin menu"
|
2077 |
msgid "Payment History"
|
2078 |
msgstr "История платежа"
|
2079 |
|
2080 |
+
#: includes/admin/class-admin.php:365
|
2081 |
#, fuzzy
|
2082 |
msgctxt "admin menu"
|
2083 |
msgid "Import & Export"
|
2084 |
msgstr "Импорт из CSV"
|
2085 |
|
2086 |
+
#: includes/admin/class-admin.php:368
|
2087 |
msgctxt "admin menu"
|
2088 |
msgid "Debug"
|
2089 |
msgstr "Отладка"
|
2094 |
msgid "Settings"
|
2095 |
msgstr "Настройки"
|
2096 |
|
2097 |
+
#: includes/admin/class-admin.php:1015
|
2098 |
msgctxt "admin category id"
|
2099 |
msgid "ID"
|
2100 |
msgstr "№"
|
4060 |
msgstr "По автору"
|
4061 |
|
4062 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
4063 |
+
#: includes/functions.php:1272
|
4064 |
msgctxt "admin settings"
|
4065 |
msgid "Date posted"
|
4066 |
msgstr "По дате публикации"
|
4067 |
|
4068 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4069 |
+
#: includes/functions.php:1273
|
4070 |
msgctxt "admin settings"
|
4071 |
msgid "Date last modified"
|
4072 |
msgstr "По дате изменения"
|
4510 |
msgid "Uploaded Image (no resize)"
|
4511 |
msgstr "Загрузить изображение"
|
4512 |
|
4513 |
+
#: includes/functions.php:1270
|
4514 |
msgctxt "admin settings"
|
4515 |
msgid "User"
|
4516 |
msgstr ""
|
4517 |
|
4518 |
+
#: includes/functions.php:1271
|
4519 |
msgctxt "admin settings"
|
4520 |
msgid "User registration date"
|
4521 |
msgstr "Дата окончания срока действия"
|
4779 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4780 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4781 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4782 |
+
#: includes/admin/settings/class-settings.php:303
|
4783 |
#, fuzzy
|
4784 |
msgctxt "settings"
|
4785 |
msgid "General Settings"
|
5936 |
msgid "Cropped"
|
5937 |
msgstr ""
|
5938 |
|
5939 |
+
#: includes/admin/settings/class-settings.php:458
|
5940 |
+
#: includes/admin/settings/class-settings.php:469
|
5941 |
msgctxt "settings"
|
5942 |
msgid "\"%s\" can not be empty."
|
5943 |
msgstr ""
|
5944 |
|
5945 |
+
#: includes/admin/settings/class-settings.php:476
|
5946 |
msgctxt "settings"
|
5947 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5948 |
msgstr ""
|
7432 |
msgid "Caption for %s is required."
|
7433 |
msgstr "Страна обязательна."
|
7434 |
|
7435 |
+
#: includes/functions.php:1353
|
7436 |
#, fuzzy
|
7437 |
msgctxt "templates"
|
7438 |
msgid "Return to results"
|
7439 |
msgstr "Вернуться к справочнику"
|
7440 |
|
7441 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
7442 |
msgctxt "templates"
|
7443 |
msgid "Go back"
|
7444 |
msgstr ""
|
7557 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7558 |
msgstr "Я согласен с Условиями и Положениями"
|
7559 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7560 |
#: templates/listing-contactform.tpl.php:20
|
7561 |
msgctxt "templates"
|
7562 |
msgid "Listing Title: "
|
7626 |
msgid "Lost your password?"
|
7627 |
msgstr "Забыли пароль?"
|
7628 |
|
7629 |
+
#: templates/manage_listings.tpl.php:11
|
7630 |
+
msgctxt "templates"
|
7631 |
+
msgid "You do not currently have any listings in the directory."
|
7632 |
+
msgstr "У Вас нет ни одной записи в справочнике."
|
7633 |
+
|
7634 |
+
#: templates/manage_listings.tpl.php:20
|
7635 |
msgctxt "templates"
|
7636 |
msgid ""
|
7637 |
"Your current listings are shown below. To edit a listing click the edit "
|
7640 |
"Ваши записи показаны ниже. Для изменения записи кликните на кнопку \"Изменить"
|
7641 |
"\". Для удаления записи кликните на кнопку \"Удалить\"."
|
7642 |
|
7643 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
7644 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
|
|
|
|
|
|
|
|
|
|
7645 |
msgctxt "templates"
|
7646 |
msgid "Edit"
|
7647 |
msgstr "Изменить"
|
7648 |
|
7649 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
7650 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
7651 |
#, fuzzy
|
7652 |
msgctxt "templates"
|
7653 |
msgid "Flag Listing"
|
7654 |
msgstr "Найти запись"
|
7655 |
|
7656 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
7657 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
7658 |
msgctxt "templates"
|
7659 |
msgid "Delete"
|
7660 |
msgstr "Удалить"
|
7661 |
|
7662 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
7663 |
msgctxt "templates"
|
7664 |
msgid "Are you sure you wish to delete this listing?"
|
7665 |
msgstr "Вы уверены, что Вы хотите удалить эту запись?"
|
7666 |
|
7667 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
7668 |
msgctxt "templates"
|
7669 |
msgid "View"
|
7670 |
msgstr "Показать"
|
7722 |
msgid "Find a listing"
|
7723 |
msgstr "Найти запись"
|
7724 |
|
7725 |
+
#: templates/search.tpl.php:17
|
7726 |
+
msgctxt "templates"
|
7727 |
+
msgid "No listings found."
|
7728 |
+
msgstr "Записи не найдены."
|
7729 |
+
|
7730 |
#: templates/search.tpl.php:26
|
7731 |
#, fuzzy
|
7732 |
msgctxt "templates"
|
7748 |
msgid "Your listing has been submitted."
|
7749 |
msgstr "Ваша запись принята на сервер."
|
7750 |
|
7751 |
+
#: templates/submit-listing-done.tpl.php:25
|
7752 |
msgctxt "templates"
|
7753 |
msgid "Your listing changes were saved."
|
7754 |
msgstr "Изменения в Вашей записи были сохранены."
|
7755 |
|
7756 |
+
#: templates/submit-listing-done.tpl.php:30
|
7757 |
msgctxt "templates"
|
7758 |
msgid "Go to your listing"
|
7759 |
msgstr "Перейти к Вашей записи"
|
7760 |
|
7761 |
+
#: templates/submit-listing-done.tpl.php:32
|
7762 |
msgctxt "templates"
|
7763 |
msgid ""
|
7764 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7765 |
"is approved."
|
7766 |
msgstr ""
|
7767 |
|
|
|
|
|
|
|
|
|
|
|
7768 |
#: templates/submit-listing-images-single.tpl.php:24
|
7769 |
msgctxt "templates"
|
7770 |
msgid "Set this image as the listing thumbnail."
|
8573 |
msgid "(Reset)"
|
8574 |
msgstr "(Сбросить)"
|
8575 |
|
8576 |
+
#: includes/utils.php:271
|
8577 |
msgctxt "utils"
|
8578 |
msgid ""
|
8579 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8581 |
"Данные, переданные на сервер методом POST превышают максимальный размер для "
|
8582 |
"PHP. Обратите внимание на параметр \"post_max_size\" в вашем файле php.ini."
|
8583 |
|
8584 |
+
#: includes/utils.php:319
|
8585 |
msgctxt "utils"
|
8586 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8587 |
msgstr "Размер файла (%s) превышает максимальный размер файла - %s"
|
8588 |
|
8589 |
+
#: includes/utils.php:327
|
8590 |
msgctxt "utils"
|
8591 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8592 |
msgstr "Размер файла (%s) меньше, чем минимальный разрешённый размер - %s"
|
8593 |
|
8594 |
+
#: includes/utils.php:336 includes/utils.php:343
|
8595 |
msgctxt "utils"
|
8596 |
msgid "File type \"%s\" is not allowed"
|
8597 |
msgstr "Файл типа \"%s\" не допускается к загрузке"
|
8598 |
|
8599 |
+
#: includes/utils.php:350
|
8600 |
msgctxt "utils"
|
8601 |
msgid "Unkown error while uploading file."
|
8602 |
msgstr "Неизвестная ошибка при загрузке файла."
|
8603 |
|
8604 |
+
#: includes/utils.php:369
|
8605 |
msgctxt "utils"
|
8606 |
msgid "Uploaded file is not an image"
|
8607 |
msgstr "Загруженный файл не является изображением."
|
8608 |
|
8609 |
+
#: includes/utils.php:378
|
8610 |
msgctxt "utils"
|
8611 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8612 |
msgstr "Ширина изображения меньше минимально разрешённой ширины - %s пиксел."
|
8613 |
|
8614 |
+
#: includes/utils.php:384
|
8615 |
msgctxt "utils"
|
8616 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8617 |
msgstr "Высота изображения меньше минимально разрешённой высоты - %s пиксел."
|
8618 |
|
8619 |
+
#: includes/utils.php:390
|
8620 |
msgctxt "utils"
|
8621 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8622 |
msgstr ""
|
8623 |
"Ширина изображения (%s пиксел) больше чем разрешённая максимальная ширина - "
|
8624 |
"%s пиксел."
|
8625 |
|
8626 |
+
#: includes/utils.php:396
|
8627 |
msgctxt "utils"
|
8628 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8629 |
msgstr ""
|
8630 |
"Высота изображения (%s пиксел) больше чем разрешённая максимальная высота - "
|
8631 |
"%s пиксел."
|
8632 |
|
8633 |
+
#: includes/utils.php:410
|
8634 |
msgctxt "utils"
|
8635 |
msgid "Error while uploading file"
|
8636 |
msgstr "Ошибка при загрузке файла"
|
8943 |
msgid "\"%s\" is required."
|
8944 |
msgstr "%s - обязательно."
|
8945 |
|
8946 |
+
#: templates/search-form.tpl.php:27
|
8947 |
+
msgctxt "search"
|
8948 |
+
msgid "Clear"
|
8949 |
+
msgstr "Очистить форму"
|
8950 |
+
|
8951 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8952 |
msgctxt "search"
|
8953 |
msgid "Search"
|
8954 |
msgstr "Поиск"
|
8955 |
|
8956 |
+
#: templates/search.tpl.php:10
|
8957 |
msgctxt "search"
|
8958 |
msgid "Search Results"
|
8959 |
msgstr "Результаты поиска"
|
8960 |
|
|
|
|
|
|
|
|
|
|
|
8961 |
#: includes/views/show_listing.php:13
|
8962 |
msgctxt "preview"
|
8963 |
msgid "This is just a preview. The listing has not been published yet."
|
9860 |
msgid "Address"
|
9861 |
msgstr "Адрес"
|
9862 |
|
9863 |
+
#, fuzzy
|
9864 |
+
#~ msgid "← Return to Directory"
|
9865 |
+
#~ msgstr "Вернуться в Справочник."
|
9866 |
+
|
9867 |
#, fuzzy
|
9868 |
#~ msgid "PayFast Payments"
|
9869 |
#~ msgstr "Платёжный шлюз PayFast"
|
11007 |
#~ msgid "← Return to Directory."
|
11008 |
#~ msgstr "← Вернуться в справочник."
|
11009 |
|
|
|
|
|
|
|
|
|
11010 |
#~ msgctxt "templates"
|
11011 |
#~ msgid ""
|
11012 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
languages/business-directory-plugin-sv_SE.mo
CHANGED
Binary file
|
languages/business-directory-plugin-sv_SE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2020-10-
|
9 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
@@ -68,11 +68,16 @@ msgstr ""
|
|
68 |
"från början i denna sanslöst fullmatade (och GRATIS) e-postkurs i 5 delar. "
|
69 |
"Du får en premium-modul helt kostnadsfritt genom att bara registrera dig."
|
70 |
|
71 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
|
|
72 |
msgid "Uninstall Business Directory Plugin"
|
73 |
msgstr "Avinstallera tillägget Business Directory"
|
74 |
|
75 |
-
#: includes/admin/class-admin.php:
|
76 |
msgid "Uninstall"
|
77 |
msgstr "Avinstallera"
|
78 |
|
@@ -842,9 +847,63 @@ msgstr "ny"
|
|
842 |
msgid "Business Directory Theme archive (ZIP file)"
|
843 |
msgstr "BD Temaarkiv (ZIP-fil)"
|
844 |
|
845 |
-
#: templates/
|
846 |
-
|
847 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
848 |
|
849 |
#: templates/submit-listing-images.tpl.php:5
|
850 |
#, fuzzy
|
@@ -1513,17 +1572,17 @@ msgctxt "admin"
|
|
1513 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1514 |
msgstr "Du är klar! Besök din nya <a>Business Directory</a> sida."
|
1515 |
|
1516 |
-
#: includes/admin/class-admin.php:
|
1517 |
msgctxt "admin"
|
1518 |
msgid "Untitled Menu"
|
1519 |
msgstr "Meny utan titel"
|
1520 |
|
1521 |
-
#: includes/admin/class-admin.php:
|
1522 |
msgctxt "admin"
|
1523 |
msgid "Dismiss this notice."
|
1524 |
msgstr "Avvisa denna notering."
|
1525 |
|
1526 |
-
#: includes/admin/class-admin.php:
|
1527 |
#, fuzzy
|
1528 |
msgctxt "admin"
|
1529 |
msgid "The listing has been updated."
|
@@ -1531,31 +1590,31 @@ msgid_plural "The listings have been updated."
|
|
1531 |
msgstr[0] "Annonsen har uppgraderats."
|
1532 |
msgstr[1] "Annonserna har uppgraderats."
|
1533 |
|
1534 |
-
#: includes/admin/class-admin.php:
|
1535 |
msgctxt "admin"
|
1536 |
msgid "The fee was successfully assigned."
|
1537 |
msgstr "Avgiften tilldelades med framgång."
|
1538 |
|
1539 |
-
#: includes/admin/class-admin.php:
|
1540 |
msgctxt "admin"
|
1541 |
msgid "Listing was renewed."
|
1542 |
msgid_plural "Listings were renewed."
|
1543 |
msgstr[0] "Annonsen har förnyats."
|
1544 |
msgstr[1] "Annonserna har förnyats."
|
1545 |
|
1546 |
-
#: includes/admin/class-admin.php:
|
1547 |
msgctxt "admin"
|
1548 |
msgid "Renewal email sent."
|
1549 |
msgstr "E-postmeddelande om förnyelse skickat."
|
1550 |
|
1551 |
-
#: includes/admin/class-admin.php:
|
1552 |
msgctxt "admin"
|
1553 |
msgid ""
|
1554 |
"Could not send renewal email, notice template at listing expiration not "
|
1555 |
"found."
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: includes/admin/class-admin.php:
|
1559 |
#, fuzzy
|
1560 |
msgctxt "admin"
|
1561 |
msgid "Listing report deleted."
|
@@ -1563,23 +1622,23 @@ msgid_plural "Listing reports deleted."
|
|
1563 |
msgstr[0] "Utgångsdatum för annons"
|
1564 |
msgstr[1] "Utgångsdatum för annons"
|
1565 |
|
1566 |
-
#: includes/admin/class-admin.php:
|
1567 |
#, fuzzy
|
1568 |
msgctxt "admin"
|
1569 |
msgid "Access keys sent."
|
1570 |
msgstr "Åtkomstnyckel"
|
1571 |
|
1572 |
-
#: includes/admin/class-admin.php:
|
1573 |
msgctxt "admin"
|
1574 |
msgid "The access keys couldn't be sent."
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: includes/admin/class-admin.php:
|
1578 |
msgctxt "admin"
|
1579 |
msgid "Listing Count"
|
1580 |
msgstr "Annonsräknare"
|
1581 |
|
1582 |
-
#: includes/admin/class-admin.php:
|
1583 |
msgctxt "admin"
|
1584 |
msgid ""
|
1585 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -1588,7 +1647,7 @@ msgstr ""
|
|
1588 |
"<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
|
1589 |
"<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
|
1590 |
|
1591 |
-
#: includes/admin/class-admin.php:
|
1592 |
msgctxt "admin"
|
1593 |
msgid ""
|
1594 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -1597,12 +1656,12 @@ msgstr ""
|
|
1597 |
"Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
|
1598 |
"åt dig automatiskt."
|
1599 |
|
1600 |
-
#: includes/admin/class-admin.php:
|
1601 |
msgctxt "admin"
|
1602 |
msgid "Create required pages for me"
|
1603 |
msgstr "Skapa nödvändiga sidor åt mig."
|
1604 |
|
1605 |
-
#: includes/admin/class-admin.php:
|
1606 |
msgctxt "admin"
|
1607 |
msgid ""
|
1608 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -1613,7 +1672,7 @@ msgstr ""
|
|
1613 |
"eller senare, men servern kör version <strong>%s</strong>. Be din leverantör "
|
1614 |
"att uppgradera för att förhindra eventuella problem med pluginet."
|
1615 |
|
1616 |
-
#: includes/admin/class-admin.php:
|
1617 |
msgctxt "admin"
|
1618 |
msgid ""
|
1619 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -1952,45 +2011,40 @@ msgctxt "drip pointer"
|
|
1952 |
msgid "No, thanks"
|
1953 |
msgstr "Nej tack."
|
1954 |
|
1955 |
-
#: includes/admin/class-admin.php:
|
1956 |
-
msgctxt "drip pointer"
|
1957 |
-
msgid "Invalid e-mail address."
|
1958 |
-
msgstr "Ogiltig e-postadress."
|
1959 |
-
|
1960 |
-
#: includes/admin/class-admin.php:351
|
1961 |
#, fuzzy
|
1962 |
msgctxt "business-directory-plugin"
|
1963 |
msgid "Business Directory Admin"
|
1964 |
msgstr "Business Directory admin"
|
1965 |
|
1966 |
-
#: includes/admin/class-admin.php:
|
1967 |
#, fuzzy
|
1968 |
msgctxt "business-directory-plugin"
|
1969 |
msgid "Directory"
|
1970 |
msgstr "Katalog"
|
1971 |
|
1972 |
-
#: includes/admin/class-admin.php:
|
1973 |
msgctxt "admin menu"
|
1974 |
msgid "Manage Fees"
|
1975 |
msgstr "Hantera avgifter"
|
1976 |
|
1977 |
-
#: includes/admin/class-admin.php:
|
1978 |
msgctxt "admin menu"
|
1979 |
msgid "Manage Form Fields"
|
1980 |
msgstr "Hantera formulärfält"
|
1981 |
|
1982 |
-
#: includes/admin/class-admin.php:
|
1983 |
msgctxt "admin menu"
|
1984 |
msgid "Payment History"
|
1985 |
msgstr "Betalningshistorik"
|
1986 |
|
1987 |
-
#: includes/admin/class-admin.php:
|
1988 |
#, fuzzy
|
1989 |
msgctxt "admin menu"
|
1990 |
msgid "Import & Export"
|
1991 |
msgstr "Importera och exportera CSV"
|
1992 |
|
1993 |
-
#: includes/admin/class-admin.php:
|
1994 |
msgctxt "admin menu"
|
1995 |
msgid "Debug"
|
1996 |
msgstr "Debug"
|
@@ -2001,7 +2055,7 @@ msgctxt "admin menu"
|
|
2001 |
msgid "Settings"
|
2002 |
msgstr "Inställningar"
|
2003 |
|
2004 |
-
#: includes/admin/class-admin.php:
|
2005 |
msgctxt "admin category id"
|
2006 |
msgid "ID"
|
2007 |
msgstr "ID"
|
@@ -3939,13 +3993,13 @@ msgid "Author"
|
|
3939 |
msgstr "Författare"
|
3940 |
|
3941 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3942 |
-
#: includes/functions.php:
|
3943 |
msgctxt "admin settings"
|
3944 |
msgid "Date posted"
|
3945 |
msgstr "Datum inlagd"
|
3946 |
|
3947 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3948 |
-
#: includes/functions.php:
|
3949 |
msgctxt "admin settings"
|
3950 |
msgid "Date last modified"
|
3951 |
msgstr "Senast ändrad"
|
@@ -4388,12 +4442,12 @@ msgctxt "admin settings"
|
|
4388 |
msgid "Uploaded Image (no resize)"
|
4389 |
msgstr "Ladda upp bilder"
|
4390 |
|
4391 |
-
#: includes/functions.php:
|
4392 |
msgctxt "admin settings"
|
4393 |
msgid "User"
|
4394 |
msgstr "Användare"
|
4395 |
|
4396 |
-
#: includes/functions.php:
|
4397 |
msgctxt "admin settings"
|
4398 |
msgid "User registration date"
|
4399 |
msgstr "Användarens registreringsdatum"
|
@@ -4633,7 +4687,7 @@ msgstr "Annonser"
|
|
4633 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4634 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4635 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4636 |
-
#: includes/admin/settings/class-settings.php:
|
4637 |
msgctxt "settings"
|
4638 |
msgid "General Settings"
|
4639 |
msgstr "Allmänna inställningar"
|
@@ -5646,13 +5700,13 @@ msgctxt "settings"
|
|
5646 |
msgid "Cropped"
|
5647 |
msgstr ""
|
5648 |
|
5649 |
-
#: includes/admin/settings/class-settings.php:
|
5650 |
-
#: includes/admin/settings/class-settings.php:
|
5651 |
msgctxt "settings"
|
5652 |
msgid "\"%s\" can not be empty."
|
5653 |
msgstr "\"%s\" får inte vara tomt."
|
5654 |
|
5655 |
-
#: includes/admin/settings/class-settings.php:
|
5656 |
msgctxt "settings"
|
5657 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5658 |
msgstr "Sluggen “%s” används redan för en annan taxonomi."
|
@@ -7111,13 +7165,13 @@ msgctxt "image field"
|
|
7111 |
msgid "Caption for %s is required."
|
7112 |
msgstr "Land krävs."
|
7113 |
|
7114 |
-
#: includes/functions.php:
|
7115 |
#, fuzzy
|
7116 |
msgctxt "templates"
|
7117 |
msgid "Return to results"
|
7118 |
msgstr "Återgå till katalogen"
|
7119 |
|
7120 |
-
#: includes/functions.php:
|
7121 |
#, fuzzy
|
7122 |
msgctxt "templates"
|
7123 |
msgid "Go back"
|
@@ -7238,31 +7292,6 @@ msgctxt "templates"
|
|
7238 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7239 |
msgstr "Jag godtar <a>villkoren</a>."
|
7240 |
|
7241 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
7242 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
7243 |
-
#: templates/search.tpl.php:17
|
7244 |
-
msgctxt "templates"
|
7245 |
-
msgid "No listings found."
|
7246 |
-
msgstr "Inga annonser hittades"
|
7247 |
-
|
7248 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
7249 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
7250 |
-
msgctxt "templates"
|
7251 |
-
msgid "« Previous "
|
7252 |
-
msgstr "« Föregående"
|
7253 |
-
|
7254 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
7255 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
7256 |
-
msgctxt "templates"
|
7257 |
-
msgid "Next »"
|
7258 |
-
msgstr "Nästa »"
|
7259 |
-
|
7260 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
7261 |
-
#: templates/manage_listings.tpl.php:16
|
7262 |
-
msgctxt "templates"
|
7263 |
-
msgid "Return to directory"
|
7264 |
-
msgstr "Återgå till katalogen"
|
7265 |
-
|
7266 |
#: templates/listing-contactform.tpl.php:20
|
7267 |
msgctxt "templates"
|
7268 |
msgid "Listing Title: "
|
@@ -7332,7 +7361,12 @@ msgctxt "templates"
|
|
7332 |
msgid "Lost your password?"
|
7333 |
msgstr "Glömt ditt lösenord?"
|
7334 |
|
7335 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
7336 |
msgctxt "templates"
|
7337 |
msgid ""
|
7338 |
"Your current listings are shown below. To edit a listing click the edit "
|
@@ -7341,36 +7375,31 @@ msgstr ""
|
|
7341 |
"Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka på "
|
7342 |
"knappen Redigera. För att ta bort en notering klicka på knappen Ta bort."
|
7343 |
|
7344 |
-
#: templates/
|
7345 |
-
|
7346 |
-
msgid "You do not currently have any listings in the directory."
|
7347 |
-
msgstr "Du har för närvarande inte har några listor i katalogen."
|
7348 |
-
|
7349 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
7350 |
-
#: templates/parts/listing-buttons.tpl.php:63
|
7351 |
msgctxt "templates"
|
7352 |
msgid "Edit"
|
7353 |
msgstr "Redigera"
|
7354 |
|
7355 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7356 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7357 |
#, fuzzy
|
7358 |
msgctxt "templates"
|
7359 |
msgid "Flag Listing"
|
7360 |
msgstr "Hitta en annons"
|
7361 |
|
7362 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7363 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7364 |
msgctxt "templates"
|
7365 |
msgid "Delete"
|
7366 |
msgstr "Ta bort"
|
7367 |
|
7368 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7369 |
msgctxt "templates"
|
7370 |
msgid "Are you sure you wish to delete this listing?"
|
7371 |
msgstr "Är du säker på att du vill ta bort denna annons?"
|
7372 |
|
7373 |
-
#: templates/parts/listing-buttons.tpl.php:
|
7374 |
msgctxt "templates"
|
7375 |
msgid "View"
|
7376 |
msgstr "Visa"
|
@@ -7427,6 +7456,11 @@ msgctxt "templates"
|
|
7427 |
msgid "Find a listing"
|
7428 |
msgstr "Hitta en annons"
|
7429 |
|
|
|
|
|
|
|
|
|
|
|
7430 |
#: templates/search.tpl.php:26
|
7431 |
msgctxt "templates"
|
7432 |
msgid "Return to Search"
|
@@ -7447,17 +7481,17 @@ msgctxt "templates"
|
|
7447 |
msgid "Your listing has been submitted."
|
7448 |
msgstr "Din annons har skickats in."
|
7449 |
|
7450 |
-
#: templates/submit-listing-done.tpl.php:
|
7451 |
msgctxt "templates"
|
7452 |
msgid "Your listing changes were saved."
|
7453 |
msgstr "Dina annonsändringar har sparats."
|
7454 |
|
7455 |
-
#: templates/submit-listing-done.tpl.php:
|
7456 |
msgctxt "templates"
|
7457 |
msgid "Go to your listing"
|
7458 |
msgstr "Gå till din annons."
|
7459 |
|
7460 |
-
#: templates/submit-listing-done.tpl.php:
|
7461 |
msgctxt "templates"
|
7462 |
msgid ""
|
7463 |
"Your listing requires admin approval. You'll be notified once your listing "
|
@@ -7466,11 +7500,6 @@ msgstr ""
|
|
7466 |
"Din listning kräver godkännande från administratören. Du meddelas när din "
|
7467 |
"annons är godkänd."
|
7468 |
|
7469 |
-
#: templates/submit-listing-done.tpl.php:33
|
7470 |
-
msgctxt "templates"
|
7471 |
-
msgid "Return to directory."
|
7472 |
-
msgstr "Återgå till katalogen"
|
7473 |
-
|
7474 |
#: templates/submit-listing-images-single.tpl.php:24
|
7475 |
msgctxt "templates"
|
7476 |
msgid "Set this image as the listing thumbnail."
|
@@ -8280,7 +8309,7 @@ msgctxt "sort"
|
|
8280 |
msgid "(Reset)"
|
8281 |
msgstr "(Rensa)"
|
8282 |
|
8283 |
-
#: includes/utils.php:
|
8284 |
msgctxt "utils"
|
8285 |
msgid ""
|
8286 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
@@ -8288,52 +8317,52 @@ msgstr ""
|
|
8288 |
"Postat data överskrider PHP config. max. Se \\\"post_max_size \\\" "
|
8289 |
"direktivet."
|
8290 |
|
8291 |
-
#: includes/utils.php:
|
8292 |
msgctxt "utils"
|
8293 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8294 |
msgstr "Filstorlek (%s) överskrider maximal filstorlek på %s"
|
8295 |
|
8296 |
-
#: includes/utils.php:
|
8297 |
msgctxt "utils"
|
8298 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8299 |
msgstr "Filstorlek (%s) är sämre än den minifilstiorleken på%s"
|
8300 |
|
8301 |
-
#: includes/utils.php:
|
8302 |
msgctxt "utils"
|
8303 |
msgid "File type \"%s\" is not allowed"
|
8304 |
msgstr "Filtyp \"%s\" är inte tillåten"
|
8305 |
|
8306 |
-
#: includes/utils.php:
|
8307 |
msgctxt "utils"
|
8308 |
msgid "Unkown error while uploading file."
|
8309 |
msgstr "Okänt fel uppstod när filen laddades upp."
|
8310 |
|
8311 |
-
#: includes/utils.php:
|
8312 |
msgctxt "utils"
|
8313 |
msgid "Uploaded file is not an image"
|
8314 |
msgstr "Den uppladdade filen är inte en bild"
|
8315 |
|
8316 |
-
#: includes/utils.php:
|
8317 |
msgctxt "utils"
|
8318 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8319 |
msgstr "Bildbredd (%s px) är mindre än minimikravet på bredden %s px."
|
8320 |
|
8321 |
-
#: includes/utils.php:
|
8322 |
msgctxt "utils"
|
8323 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8324 |
msgstr "Bildhöjden (%s px) är mindre än minimikravet på höjden %s px."
|
8325 |
|
8326 |
-
#: includes/utils.php:
|
8327 |
msgctxt "utils"
|
8328 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8329 |
msgstr "Bildbredden (%s px) är större än högsta tillåtna bredd%s px."
|
8330 |
|
8331 |
-
#: includes/utils.php:
|
8332 |
msgctxt "utils"
|
8333 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8334 |
msgstr "Bildhöjden (%s px) är större än maximalt tillåtna höjd%s px."
|
8335 |
|
8336 |
-
#: includes/utils.php:
|
8337 |
msgctxt "utils"
|
8338 |
msgid "Error while uploading file"
|
8339 |
msgstr "Okänt fel uppstod när filen laddades upp."
|
@@ -8631,22 +8660,21 @@ msgctxt "search"
|
|
8631 |
msgid "\"%s\" is required."
|
8632 |
msgstr "\"%s\" är obligatorisk."
|
8633 |
|
8634 |
-
#: templates/
|
8635 |
-
|
|
|
|
|
|
|
|
|
8636 |
msgctxt "search"
|
8637 |
msgid "Search"
|
8638 |
msgstr "Sök"
|
8639 |
|
8640 |
-
#: templates/
|
8641 |
msgctxt "search"
|
8642 |
msgid "Search Results"
|
8643 |
msgstr "Sökresultat"
|
8644 |
|
8645 |
-
#: templates/search-form.tpl.php:27
|
8646 |
-
msgctxt "search"
|
8647 |
-
msgid "Clear"
|
8648 |
-
msgstr "Rensa"
|
8649 |
-
|
8650 |
#: includes/views/show_listing.php:13
|
8651 |
msgctxt "preview"
|
8652 |
msgid "This is just a preview. The listing has not been published yet."
|
@@ -9534,6 +9562,9 @@ msgctxt "themes/default"
|
|
9534 |
msgid "Address"
|
9535 |
msgstr "Adress"
|
9536 |
|
|
|
|
|
|
|
9537 |
#, fuzzy
|
9538 |
#~ msgid "PayFast Payments"
|
9539 |
#~ msgstr "PayFast betalningsmodul"
|
@@ -10758,10 +10789,6 @@ msgstr "Adress"
|
|
10758 |
#~ msgid "← Return to Directory."
|
10759 |
#~ msgstr "← Tillbaka till katalogen."
|
10760 |
|
10761 |
-
#~ msgctxt "payment"
|
10762 |
-
#~ msgid "Return to Directory."
|
10763 |
-
#~ msgstr "Återgå till Directory."
|
10764 |
-
|
10765 |
#~ msgctxt "templates"
|
10766 |
#~ msgid ""
|
10767 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
68 |
"från början i denna sanslöst fullmatade (och GRATIS) e-postkurs i 5 delar. "
|
69 |
"Du får en premium-modul helt kostnadsfritt genom att bara registrera dig."
|
70 |
|
71 |
+
#: includes/admin/class-admin.php:311
|
72 |
+
#, fuzzy
|
73 |
+
msgid "Invalid email address."
|
74 |
+
msgstr "Ogiltig e-postadress."
|
75 |
+
|
76 |
+
#: includes/admin/class-admin.php:391
|
77 |
msgid "Uninstall Business Directory Plugin"
|
78 |
msgstr "Avinstallera tillägget Business Directory"
|
79 |
|
80 |
+
#: includes/admin/class-admin.php:392
|
81 |
msgid "Uninstall"
|
82 |
msgstr "Avinstallera"
|
83 |
|
847 |
msgid "Business Directory Theme archive (ZIP file)"
|
848 |
msgstr "BD Temaarkiv (ZIP-fil)"
|
849 |
|
850 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
851 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
852 |
+
#, fuzzy
|
853 |
+
msgid "No listings found."
|
854 |
+
msgstr "Inga annonser hittades"
|
855 |
+
|
856 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
857 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
858 |
+
#, fuzzy
|
859 |
+
msgid "← Previous "
|
860 |
+
msgstr "« Föregående"
|
861 |
+
|
862 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
863 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
864 |
+
#, fuzzy
|
865 |
+
msgid "Next →"
|
866 |
+
msgstr "Nästa »"
|
867 |
+
|
868 |
+
#: templates/deprecated/search.tpl.php:6
|
869 |
+
#, fuzzy
|
870 |
+
msgid "Search"
|
871 |
+
msgstr "Sök"
|
872 |
+
|
873 |
+
#: templates/deprecated/search.tpl.php:14
|
874 |
+
#, fuzzy
|
875 |
+
msgid "Search Results"
|
876 |
+
msgstr "Sökresultat"
|
877 |
+
|
878 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
879 |
+
#: templates/manage_listings.tpl.php:16
|
880 |
+
#, fuzzy
|
881 |
+
msgid "Return to directory"
|
882 |
+
msgstr "Återgå till katalogen"
|
883 |
+
|
884 |
+
#: templates/manage-listings.tpl.php:3
|
885 |
+
#, fuzzy
|
886 |
+
msgid ""
|
887 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
888 |
+
"button. To delete a listing click the delete button."
|
889 |
+
msgstr ""
|
890 |
+
"Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka på "
|
891 |
+
"knappen Redigera. För att ta bort en notering klicka på knappen Ta bort."
|
892 |
+
|
893 |
+
#: templates/manage-listings.tpl.php:9
|
894 |
+
#, fuzzy
|
895 |
+
msgid "You do not currently have any listings in the directory."
|
896 |
+
msgstr "Du har för närvarande inte har några listor i katalogen."
|
897 |
+
|
898 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
899 |
+
#, fuzzy
|
900 |
+
msgid "Return to Directory"
|
901 |
+
msgstr "Återgå till Directory."
|
902 |
+
|
903 |
+
#: templates/submit-listing-done.tpl.php:36
|
904 |
+
#, fuzzy
|
905 |
+
msgid "Return to directory."
|
906 |
+
msgstr "Återgå till katalogen"
|
907 |
|
908 |
#: templates/submit-listing-images.tpl.php:5
|
909 |
#, fuzzy
|
1572 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1573 |
msgstr "Du är klar! Besök din nya <a>Business Directory</a> sida."
|
1574 |
|
1575 |
+
#: includes/admin/class-admin.php:462
|
1576 |
msgctxt "admin"
|
1577 |
msgid "Untitled Menu"
|
1578 |
msgstr "Meny utan titel"
|
1579 |
|
1580 |
+
#: includes/admin/class-admin.php:787
|
1581 |
msgctxt "admin"
|
1582 |
msgid "Dismiss this notice."
|
1583 |
msgstr "Avvisa denna notering."
|
1584 |
|
1585 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1586 |
#, fuzzy
|
1587 |
msgctxt "admin"
|
1588 |
msgid "The listing has been updated."
|
1590 |
msgstr[0] "Annonsen har uppgraderats."
|
1591 |
msgstr[1] "Annonserna har uppgraderats."
|
1592 |
|
1593 |
+
#: includes/admin/class-admin.php:862
|
1594 |
msgctxt "admin"
|
1595 |
msgid "The fee was successfully assigned."
|
1596 |
msgstr "Avgiften tilldelades med framgång."
|
1597 |
|
1598 |
+
#: includes/admin/class-admin.php:872
|
1599 |
msgctxt "admin"
|
1600 |
msgid "Listing was renewed."
|
1601 |
msgid_plural "Listings were renewed."
|
1602 |
msgstr[0] "Annonsen har förnyats."
|
1603 |
msgstr[1] "Annonserna har förnyats."
|
1604 |
|
1605 |
+
#: includes/admin/class-admin.php:884
|
1606 |
msgctxt "admin"
|
1607 |
msgid "Renewal email sent."
|
1608 |
msgstr "E-postmeddelande om förnyelse skickat."
|
1609 |
|
1610 |
+
#: includes/admin/class-admin.php:888
|
1611 |
msgctxt "admin"
|
1612 |
msgid ""
|
1613 |
"Could not send renewal email, notice template at listing expiration not "
|
1614 |
"found."
|
1615 |
msgstr ""
|
1616 |
|
1617 |
+
#: includes/admin/class-admin.php:895
|
1618 |
#, fuzzy
|
1619 |
msgctxt "admin"
|
1620 |
msgid "Listing report deleted."
|
1622 |
msgstr[0] "Utgångsdatum för annons"
|
1623 |
msgstr[1] "Utgångsdatum för annons"
|
1624 |
|
1625 |
+
#: includes/admin/class-admin.php:943
|
1626 |
#, fuzzy
|
1627 |
msgctxt "admin"
|
1628 |
msgid "Access keys sent."
|
1629 |
msgstr "Åtkomstnyckel"
|
1630 |
|
1631 |
+
#: includes/admin/class-admin.php:945
|
1632 |
msgctxt "admin"
|
1633 |
msgid "The access keys couldn't be sent."
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1637 |
msgctxt "admin"
|
1638 |
msgid "Listing Count"
|
1639 |
msgstr "Annonsräknare"
|
1640 |
|
1641 |
+
#: includes/admin/class-admin.php:1090
|
1642 |
msgctxt "admin"
|
1643 |
msgid ""
|
1644 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1647 |
"<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
|
1648 |
"<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
|
1649 |
|
1650 |
+
#: includes/admin/class-admin.php:1092
|
1651 |
msgctxt "admin"
|
1652 |
msgid ""
|
1653 |
"You can create this page by yourself or let Business Directory do this for "
|
1656 |
"Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
|
1657 |
"åt dig automatiskt."
|
1658 |
|
1659 |
+
#: includes/admin/class-admin.php:1097
|
1660 |
msgctxt "admin"
|
1661 |
msgid "Create required pages for me"
|
1662 |
msgstr "Skapa nödvändiga sidor åt mig."
|
1663 |
|
1664 |
+
#: includes/admin/class-admin.php:1131
|
1665 |
msgctxt "admin"
|
1666 |
msgid ""
|
1667 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
1672 |
"eller senare, men servern kör version <strong>%s</strong>. Be din leverantör "
|
1673 |
"att uppgradera för att förhindra eventuella problem med pluginet."
|
1674 |
|
1675 |
+
#: includes/admin/class-admin.php:1155
|
1676 |
msgctxt "admin"
|
1677 |
msgid ""
|
1678 |
"We noticed you want your Business Directory users to register before posting "
|
2011 |
msgid "No, thanks"
|
2012 |
msgstr "Nej tack."
|
2013 |
|
2014 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
2015 |
#, fuzzy
|
2016 |
msgctxt "business-directory-plugin"
|
2017 |
msgid "Business Directory Admin"
|
2018 |
msgstr "Business Directory admin"
|
2019 |
|
2020 |
+
#: includes/admin/class-admin.php:344
|
2021 |
#, fuzzy
|
2022 |
msgctxt "business-directory-plugin"
|
2023 |
msgid "Directory"
|
2024 |
msgstr "Katalog"
|
2025 |
|
2026 |
+
#: includes/admin/class-admin.php:355
|
2027 |
msgctxt "admin menu"
|
2028 |
msgid "Manage Fees"
|
2029 |
msgstr "Hantera avgifter"
|
2030 |
|
2031 |
+
#: includes/admin/class-admin.php:358
|
2032 |
msgctxt "admin menu"
|
2033 |
msgid "Manage Form Fields"
|
2034 |
msgstr "Hantera formulärfält"
|
2035 |
|
2036 |
+
#: includes/admin/class-admin.php:362
|
2037 |
msgctxt "admin menu"
|
2038 |
msgid "Payment History"
|
2039 |
msgstr "Betalningshistorik"
|
2040 |
|
2041 |
+
#: includes/admin/class-admin.php:365
|
2042 |
#, fuzzy
|
2043 |
msgctxt "admin menu"
|
2044 |
msgid "Import & Export"
|
2045 |
msgstr "Importera och exportera CSV"
|
2046 |
|
2047 |
+
#: includes/admin/class-admin.php:368
|
2048 |
msgctxt "admin menu"
|
2049 |
msgid "Debug"
|
2050 |
msgstr "Debug"
|
2055 |
msgid "Settings"
|
2056 |
msgstr "Inställningar"
|
2057 |
|
2058 |
+
#: includes/admin/class-admin.php:1015
|
2059 |
msgctxt "admin category id"
|
2060 |
msgid "ID"
|
2061 |
msgstr "ID"
|
3993 |
msgstr "Författare"
|
3994 |
|
3995 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3996 |
+
#: includes/functions.php:1272
|
3997 |
msgctxt "admin settings"
|
3998 |
msgid "Date posted"
|
3999 |
msgstr "Datum inlagd"
|
4000 |
|
4001 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
4002 |
+
#: includes/functions.php:1273
|
4003 |
msgctxt "admin settings"
|
4004 |
msgid "Date last modified"
|
4005 |
msgstr "Senast ändrad"
|
4442 |
msgid "Uploaded Image (no resize)"
|
4443 |
msgstr "Ladda upp bilder"
|
4444 |
|
4445 |
+
#: includes/functions.php:1270
|
4446 |
msgctxt "admin settings"
|
4447 |
msgid "User"
|
4448 |
msgstr "Användare"
|
4449 |
|
4450 |
+
#: includes/functions.php:1271
|
4451 |
msgctxt "admin settings"
|
4452 |
msgid "User registration date"
|
4453 |
msgstr "Användarens registreringsdatum"
|
4687 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4688 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4689 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4690 |
+
#: includes/admin/settings/class-settings.php:303
|
4691 |
msgctxt "settings"
|
4692 |
msgid "General Settings"
|
4693 |
msgstr "Allmänna inställningar"
|
5700 |
msgid "Cropped"
|
5701 |
msgstr ""
|
5702 |
|
5703 |
+
#: includes/admin/settings/class-settings.php:458
|
5704 |
+
#: includes/admin/settings/class-settings.php:469
|
5705 |
msgctxt "settings"
|
5706 |
msgid "\"%s\" can not be empty."
|
5707 |
msgstr "\"%s\" får inte vara tomt."
|
5708 |
|
5709 |
+
#: includes/admin/settings/class-settings.php:476
|
5710 |
msgctxt "settings"
|
5711 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5712 |
msgstr "Sluggen “%s” används redan för en annan taxonomi."
|
7165 |
msgid "Caption for %s is required."
|
7166 |
msgstr "Land krävs."
|
7167 |
|
7168 |
+
#: includes/functions.php:1353
|
7169 |
#, fuzzy
|
7170 |
msgctxt "templates"
|
7171 |
msgid "Return to results"
|
7172 |
msgstr "Återgå till katalogen"
|
7173 |
|
7174 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
7175 |
#, fuzzy
|
7176 |
msgctxt "templates"
|
7177 |
msgid "Go back"
|
7292 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7293 |
msgstr "Jag godtar <a>villkoren</a>."
|
7294 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7295 |
#: templates/listing-contactform.tpl.php:20
|
7296 |
msgctxt "templates"
|
7297 |
msgid "Listing Title: "
|
7361 |
msgid "Lost your password?"
|
7362 |
msgstr "Glömt ditt lösenord?"
|
7363 |
|
7364 |
+
#: templates/manage_listings.tpl.php:11
|
7365 |
+
msgctxt "templates"
|
7366 |
+
msgid "You do not currently have any listings in the directory."
|
7367 |
+
msgstr "Du har för närvarande inte har några listor i katalogen."
|
7368 |
+
|
7369 |
+
#: templates/manage_listings.tpl.php:20
|
7370 |
msgctxt "templates"
|
7371 |
msgid ""
|
7372 |
"Your current listings are shown below. To edit a listing click the edit "
|
7375 |
"Dina aktuella annonser visas nedan. Om du vill redigera en annons klicka på "
|
7376 |
"knappen Redigera. För att ta bort en notering klicka på knappen Ta bort."
|
7377 |
|
7378 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
7379 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
|
|
|
|
|
|
|
|
|
|
7380 |
msgctxt "templates"
|
7381 |
msgid "Edit"
|
7382 |
msgstr "Redigera"
|
7383 |
|
7384 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
7385 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
7386 |
#, fuzzy
|
7387 |
msgctxt "templates"
|
7388 |
msgid "Flag Listing"
|
7389 |
msgstr "Hitta en annons"
|
7390 |
|
7391 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
7392 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
7393 |
msgctxt "templates"
|
7394 |
msgid "Delete"
|
7395 |
msgstr "Ta bort"
|
7396 |
|
7397 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
7398 |
msgctxt "templates"
|
7399 |
msgid "Are you sure you wish to delete this listing?"
|
7400 |
msgstr "Är du säker på att du vill ta bort denna annons?"
|
7401 |
|
7402 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
7403 |
msgctxt "templates"
|
7404 |
msgid "View"
|
7405 |
msgstr "Visa"
|
7456 |
msgid "Find a listing"
|
7457 |
msgstr "Hitta en annons"
|
7458 |
|
7459 |
+
#: templates/search.tpl.php:17
|
7460 |
+
msgctxt "templates"
|
7461 |
+
msgid "No listings found."
|
7462 |
+
msgstr "Inga annonser hittades"
|
7463 |
+
|
7464 |
#: templates/search.tpl.php:26
|
7465 |
msgctxt "templates"
|
7466 |
msgid "Return to Search"
|
7481 |
msgid "Your listing has been submitted."
|
7482 |
msgstr "Din annons har skickats in."
|
7483 |
|
7484 |
+
#: templates/submit-listing-done.tpl.php:25
|
7485 |
msgctxt "templates"
|
7486 |
msgid "Your listing changes were saved."
|
7487 |
msgstr "Dina annonsändringar har sparats."
|
7488 |
|
7489 |
+
#: templates/submit-listing-done.tpl.php:30
|
7490 |
msgctxt "templates"
|
7491 |
msgid "Go to your listing"
|
7492 |
msgstr "Gå till din annons."
|
7493 |
|
7494 |
+
#: templates/submit-listing-done.tpl.php:32
|
7495 |
msgctxt "templates"
|
7496 |
msgid ""
|
7497 |
"Your listing requires admin approval. You'll be notified once your listing "
|
7500 |
"Din listning kräver godkännande från administratören. Du meddelas när din "
|
7501 |
"annons är godkänd."
|
7502 |
|
|
|
|
|
|
|
|
|
|
|
7503 |
#: templates/submit-listing-images-single.tpl.php:24
|
7504 |
msgctxt "templates"
|
7505 |
msgid "Set this image as the listing thumbnail."
|
8309 |
msgid "(Reset)"
|
8310 |
msgstr "(Rensa)"
|
8311 |
|
8312 |
+
#: includes/utils.php:271
|
8313 |
msgctxt "utils"
|
8314 |
msgid ""
|
8315 |
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
8317 |
"Postat data överskrider PHP config. max. Se \\\"post_max_size \\\" "
|
8318 |
"direktivet."
|
8319 |
|
8320 |
+
#: includes/utils.php:319
|
8321 |
msgctxt "utils"
|
8322 |
msgid "File size (%s) exceeds maximum file size of %s"
|
8323 |
msgstr "Filstorlek (%s) överskrider maximal filstorlek på %s"
|
8324 |
|
8325 |
+
#: includes/utils.php:327
|
8326 |
msgctxt "utils"
|
8327 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
8328 |
msgstr "Filstorlek (%s) är sämre än den minifilstiorleken på%s"
|
8329 |
|
8330 |
+
#: includes/utils.php:336 includes/utils.php:343
|
8331 |
msgctxt "utils"
|
8332 |
msgid "File type \"%s\" is not allowed"
|
8333 |
msgstr "Filtyp \"%s\" är inte tillåten"
|
8334 |
|
8335 |
+
#: includes/utils.php:350
|
8336 |
msgctxt "utils"
|
8337 |
msgid "Unkown error while uploading file."
|
8338 |
msgstr "Okänt fel uppstod när filen laddades upp."
|
8339 |
|
8340 |
+
#: includes/utils.php:369
|
8341 |
msgctxt "utils"
|
8342 |
msgid "Uploaded file is not an image"
|
8343 |
msgstr "Den uppladdade filen är inte en bild"
|
8344 |
|
8345 |
+
#: includes/utils.php:378
|
8346 |
msgctxt "utils"
|
8347 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
8348 |
msgstr "Bildbredd (%s px) är mindre än minimikravet på bredden %s px."
|
8349 |
|
8350 |
+
#: includes/utils.php:384
|
8351 |
msgctxt "utils"
|
8352 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
8353 |
msgstr "Bildhöjden (%s px) är mindre än minimikravet på höjden %s px."
|
8354 |
|
8355 |
+
#: includes/utils.php:390
|
8356 |
msgctxt "utils"
|
8357 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
8358 |
msgstr "Bildbredden (%s px) är större än högsta tillåtna bredd%s px."
|
8359 |
|
8360 |
+
#: includes/utils.php:396
|
8361 |
msgctxt "utils"
|
8362 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
8363 |
msgstr "Bildhöjden (%s px) är större än maximalt tillåtna höjd%s px."
|
8364 |
|
8365 |
+
#: includes/utils.php:410
|
8366 |
msgctxt "utils"
|
8367 |
msgid "Error while uploading file"
|
8368 |
msgstr "Okänt fel uppstod när filen laddades upp."
|
8660 |
msgid "\"%s\" is required."
|
8661 |
msgstr "\"%s\" är obligatorisk."
|
8662 |
|
8663 |
+
#: templates/search-form.tpl.php:27
|
8664 |
+
msgctxt "search"
|
8665 |
+
msgid "Clear"
|
8666 |
+
msgstr "Rensa"
|
8667 |
+
|
8668 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8669 |
msgctxt "search"
|
8670 |
msgid "Search"
|
8671 |
msgstr "Sök"
|
8672 |
|
8673 |
+
#: templates/search.tpl.php:10
|
8674 |
msgctxt "search"
|
8675 |
msgid "Search Results"
|
8676 |
msgstr "Sökresultat"
|
8677 |
|
|
|
|
|
|
|
|
|
|
|
8678 |
#: includes/views/show_listing.php:13
|
8679 |
msgctxt "preview"
|
8680 |
msgid "This is just a preview. The listing has not been published yet."
|
9562 |
msgid "Address"
|
9563 |
msgstr "Adress"
|
9564 |
|
9565 |
+
#~ msgid "← Return to Directory"
|
9566 |
+
#~ msgstr "Tillbaka till katalog."
|
9567 |
+
|
9568 |
#, fuzzy
|
9569 |
#~ msgid "PayFast Payments"
|
9570 |
#~ msgstr "PayFast betalningsmodul"
|
10789 |
#~ msgid "← Return to Directory."
|
10790 |
#~ msgstr "← Tillbaka till katalogen."
|
10791 |
|
|
|
|
|
|
|
|
|
10792 |
#~ msgctxt "templates"
|
10793 |
#~ msgid ""
|
10794 |
#~ "You are logged in as an administrator. Any payment steps will be skipped."
|
languages/business-directory-plugin.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Business Directory Plugin 5.7.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2020-10-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -56,11 +56,15 @@ msgid ""
|
|
56 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: includes/admin/class-admin.php:
|
|
|
|
|
|
|
|
|
60 |
msgid "Uninstall Business Directory Plugin"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: includes/admin/class-admin.php:
|
64 |
msgid "Uninstall"
|
65 |
msgstr ""
|
66 |
|
@@ -713,8 +717,50 @@ msgstr ""
|
|
713 |
msgid "Business Directory Theme archive (ZIP file)"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: templates/
|
717 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
718 |
msgstr ""
|
719 |
|
720 |
#: templates/submit-listing-images.tpl.php:5
|
@@ -1338,89 +1384,89 @@ msgctxt "admin"
|
|
1338 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1339 |
msgstr ""
|
1340 |
|
1341 |
-
#: includes/admin/class-admin.php:
|
1342 |
msgctxt "admin"
|
1343 |
msgid "Untitled Menu"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: includes/admin/class-admin.php:
|
1347 |
msgctxt "admin"
|
1348 |
msgid "Dismiss this notice."
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: includes/admin/class-admin.php:
|
1352 |
msgctxt "admin"
|
1353 |
msgid "The listing has been updated."
|
1354 |
msgid_plural "The listings have been updated."
|
1355 |
msgstr[0] ""
|
1356 |
msgstr[1] ""
|
1357 |
|
1358 |
-
#: includes/admin/class-admin.php:
|
1359 |
msgctxt "admin"
|
1360 |
msgid "The fee was successfully assigned."
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: includes/admin/class-admin.php:
|
1364 |
msgctxt "admin"
|
1365 |
msgid "Listing was renewed."
|
1366 |
msgid_plural "Listings were renewed."
|
1367 |
msgstr[0] ""
|
1368 |
msgstr[1] ""
|
1369 |
|
1370 |
-
#: includes/admin/class-admin.php:
|
1371 |
msgctxt "admin"
|
1372 |
msgid "Renewal email sent."
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: includes/admin/class-admin.php:
|
1376 |
msgctxt "admin"
|
1377 |
msgid ""
|
1378 |
"Could not send renewal email, notice template at listing expiration not "
|
1379 |
"found."
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: includes/admin/class-admin.php:
|
1383 |
msgctxt "admin"
|
1384 |
msgid "Listing report deleted."
|
1385 |
msgid_plural "Listing reports deleted."
|
1386 |
msgstr[0] ""
|
1387 |
msgstr[1] ""
|
1388 |
|
1389 |
-
#: includes/admin/class-admin.php:
|
1390 |
msgctxt "admin"
|
1391 |
msgid "Access keys sent."
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: includes/admin/class-admin.php:
|
1395 |
msgctxt "admin"
|
1396 |
msgid "The access keys couldn't be sent."
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: includes/admin/class-admin.php:
|
1400 |
msgctxt "admin"
|
1401 |
msgid "Listing Count"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: includes/admin/class-admin.php:
|
1405 |
msgctxt "admin"
|
1406 |
msgid ""
|
1407 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1408 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: includes/admin/class-admin.php:
|
1412 |
msgctxt "admin"
|
1413 |
msgid ""
|
1414 |
"You can create this page by yourself or let Business Directory do this for "
|
1415 |
"you automatically."
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: includes/admin/class-admin.php:
|
1419 |
msgctxt "admin"
|
1420 |
msgid "Create required pages for me"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: includes/admin/class-admin.php:
|
1424 |
msgctxt "admin"
|
1425 |
msgid ""
|
1426 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP "
|
@@ -1429,7 +1475,7 @@ msgid ""
|
|
1429 |
"prevent any issues with the plugin."
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: includes/admin/class-admin.php:
|
1433 |
msgctxt "admin"
|
1434 |
msgid ""
|
1435 |
"We noticed you want your Business Directory users to register before "
|
@@ -1749,42 +1795,37 @@ msgctxt "drip pointer"
|
|
1749 |
msgid "No, thanks"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#: includes/admin/class-admin.php:
|
1753 |
-
msgctxt "drip pointer"
|
1754 |
-
msgid "Invalid e-mail address."
|
1755 |
-
msgstr ""
|
1756 |
-
|
1757 |
-
#: includes/admin/class-admin.php:351
|
1758 |
msgctxt "business-directory-plugin"
|
1759 |
msgid "Business Directory Admin"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: includes/admin/class-admin.php:
|
1763 |
msgctxt "business-directory-plugin"
|
1764 |
msgid "Directory"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: includes/admin/class-admin.php:
|
1768 |
msgctxt "admin menu"
|
1769 |
msgid "Manage Fees"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: includes/admin/class-admin.php:
|
1773 |
msgctxt "admin menu"
|
1774 |
msgid "Manage Form Fields"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: includes/admin/class-admin.php:
|
1778 |
msgctxt "admin menu"
|
1779 |
msgid "Payment History"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: includes/admin/class-admin.php:
|
1783 |
msgctxt "admin menu"
|
1784 |
msgid "Import & Export"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: includes/admin/class-admin.php:
|
1788 |
msgctxt "admin menu"
|
1789 |
msgid "Debug"
|
1790 |
msgstr ""
|
@@ -1794,7 +1835,7 @@ msgctxt "admin menu"
|
|
1794 |
msgid "Settings"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: includes/admin/class-admin.php:
|
1798 |
msgctxt "admin category id"
|
1799 |
msgid "ID"
|
1800 |
msgstr ""
|
@@ -3624,13 +3665,13 @@ msgid "Author"
|
|
3624 |
msgstr ""
|
3625 |
|
3626 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3627 |
-
#: includes/functions.php:
|
3628 |
msgctxt "admin settings"
|
3629 |
msgid "Date posted"
|
3630 |
msgstr ""
|
3631 |
|
3632 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3633 |
-
#: includes/functions.php:
|
3634 |
msgctxt "admin settings"
|
3635 |
msgid "Date last modified"
|
3636 |
msgstr ""
|
@@ -4040,12 +4081,12 @@ msgctxt "admin settings"
|
|
4040 |
msgid "Uploaded Image (no resize)"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: includes/functions.php:
|
4044 |
msgctxt "admin settings"
|
4045 |
msgid "User"
|
4046 |
msgstr ""
|
4047 |
|
4048 |
-
#: includes/functions.php:
|
4049 |
msgctxt "admin settings"
|
4050 |
msgid "User registration date"
|
4051 |
msgstr ""
|
@@ -4279,7 +4320,7 @@ msgstr ""
|
|
4279 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4280 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4281 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4282 |
-
#: includes/admin/settings/class-settings.php:
|
4283 |
msgctxt "settings"
|
4284 |
msgid "General Settings"
|
4285 |
msgstr ""
|
@@ -5218,13 +5259,13 @@ msgctxt "settings"
|
|
5218 |
msgid "Cropped"
|
5219 |
msgstr ""
|
5220 |
|
5221 |
-
#: includes/admin/settings/class-settings.php:
|
5222 |
-
#: includes/admin/settings/class-settings.php:
|
5223 |
msgctxt "settings"
|
5224 |
msgid "\"%s\" can not be empty."
|
5225 |
msgstr ""
|
5226 |
|
5227 |
-
#: includes/admin/settings/class-settings.php:
|
5228 |
msgctxt "settings"
|
5229 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5230 |
msgstr ""
|
@@ -6596,12 +6637,12 @@ msgctxt "image field"
|
|
6596 |
msgid "Caption for %s is required."
|
6597 |
msgstr ""
|
6598 |
|
6599 |
-
#: includes/functions.php:
|
6600 |
msgctxt "templates"
|
6601 |
msgid "Return to results"
|
6602 |
msgstr ""
|
6603 |
|
6604 |
-
#: includes/functions.php:
|
6605 |
msgctxt "templates"
|
6606 |
msgid "Go back"
|
6607 |
msgstr ""
|
@@ -6708,31 +6749,6 @@ msgctxt "templates"
|
|
6708 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6709 |
msgstr ""
|
6710 |
|
6711 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
6712 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:15
|
6713 |
-
#: templates/search.tpl.php:17
|
6714 |
-
msgctxt "templates"
|
6715 |
-
msgid "No listings found."
|
6716 |
-
msgstr ""
|
6717 |
-
|
6718 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
6719 |
-
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:33
|
6720 |
-
msgctxt "templates"
|
6721 |
-
msgid "« Previous "
|
6722 |
-
msgstr ""
|
6723 |
-
|
6724 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
6725 |
-
#: templates/listings.tpl.php:32 templates/manage_listings.tpl.php:34
|
6726 |
-
msgctxt "templates"
|
6727 |
-
msgid "Next »"
|
6728 |
-
msgstr ""
|
6729 |
-
|
6730 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
6731 |
-
#: templates/manage_listings.tpl.php:16
|
6732 |
-
msgctxt "templates"
|
6733 |
-
msgid "Return to directory"
|
6734 |
-
msgstr ""
|
6735 |
-
|
6736 |
#: templates/listing-contactform.tpl.php:20
|
6737 |
msgctxt "templates"
|
6738 |
msgid "Listing Title: "
|
@@ -6796,42 +6812,42 @@ msgctxt "templates"
|
|
6796 |
msgid "Lost your password?"
|
6797 |
msgstr ""
|
6798 |
|
6799 |
-
#: templates/
|
6800 |
msgctxt "templates"
|
6801 |
-
msgid ""
|
6802 |
-
"Your current listings are shown below. To edit a listing click the edit "
|
6803 |
-
"button. To delete a listing click the delete button."
|
6804 |
msgstr ""
|
6805 |
|
6806 |
-
#: templates/
|
6807 |
msgctxt "templates"
|
6808 |
-
msgid "
|
|
|
|
|
6809 |
msgstr ""
|
6810 |
|
6811 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6812 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6813 |
msgctxt "templates"
|
6814 |
msgid "Edit"
|
6815 |
msgstr ""
|
6816 |
|
6817 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6818 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6819 |
msgctxt "templates"
|
6820 |
msgid "Flag Listing"
|
6821 |
msgstr ""
|
6822 |
|
6823 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6824 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6825 |
msgctxt "templates"
|
6826 |
msgid "Delete"
|
6827 |
msgstr ""
|
6828 |
|
6829 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6830 |
msgctxt "templates"
|
6831 |
msgid "Are you sure you wish to delete this listing?"
|
6832 |
msgstr ""
|
6833 |
|
6834 |
-
#: templates/parts/listing-buttons.tpl.php:
|
6835 |
msgctxt "templates"
|
6836 |
msgid "View"
|
6837 |
msgstr ""
|
@@ -6884,6 +6900,11 @@ msgctxt "templates"
|
|
6884 |
msgid "Find a listing"
|
6885 |
msgstr ""
|
6886 |
|
|
|
|
|
|
|
|
|
|
|
6887 |
#: templates/search.tpl.php:26
|
6888 |
msgctxt "templates"
|
6889 |
msgid "Return to Search"
|
@@ -6904,28 +6925,23 @@ msgctxt "templates"
|
|
6904 |
msgid "Your listing has been submitted."
|
6905 |
msgstr ""
|
6906 |
|
6907 |
-
#: templates/submit-listing-done.tpl.php:
|
6908 |
msgctxt "templates"
|
6909 |
msgid "Your listing changes were saved."
|
6910 |
msgstr ""
|
6911 |
|
6912 |
-
#: templates/submit-listing-done.tpl.php:
|
6913 |
msgctxt "templates"
|
6914 |
msgid "Go to your listing"
|
6915 |
msgstr ""
|
6916 |
|
6917 |
-
#: templates/submit-listing-done.tpl.php:
|
6918 |
msgctxt "templates"
|
6919 |
msgid ""
|
6920 |
"Your listing requires admin approval. You'll be notified once your listing "
|
6921 |
"is approved."
|
6922 |
msgstr ""
|
6923 |
|
6924 |
-
#: templates/submit-listing-done.tpl.php:33
|
6925 |
-
msgctxt "templates"
|
6926 |
-
msgid "Return to directory."
|
6927 |
-
msgstr ""
|
6928 |
-
|
6929 |
#: templates/submit-listing-images-single.tpl.php:24
|
6930 |
msgctxt "templates"
|
6931 |
msgid "Set this image as the listing thumbnail."
|
@@ -7648,57 +7664,57 @@ msgctxt "sort"
|
|
7648 |
msgid "(Reset)"
|
7649 |
msgstr ""
|
7650 |
|
7651 |
-
#: includes/utils.php:
|
7652 |
msgctxt "utils"
|
7653 |
msgid "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
7654 |
msgstr ""
|
7655 |
|
7656 |
-
#: includes/utils.php:
|
7657 |
msgctxt "utils"
|
7658 |
msgid "File size (%s) exceeds maximum file size of %s"
|
7659 |
msgstr ""
|
7660 |
|
7661 |
-
#: includes/utils.php:
|
7662 |
msgctxt "utils"
|
7663 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
7664 |
msgstr ""
|
7665 |
|
7666 |
-
#: includes/utils.php:
|
7667 |
msgctxt "utils"
|
7668 |
msgid "File type \"%s\" is not allowed"
|
7669 |
msgstr ""
|
7670 |
|
7671 |
-
#: includes/utils.php:
|
7672 |
msgctxt "utils"
|
7673 |
msgid "Unkown error while uploading file."
|
7674 |
msgstr ""
|
7675 |
|
7676 |
-
#: includes/utils.php:
|
7677 |
msgctxt "utils"
|
7678 |
msgid "Uploaded file is not an image"
|
7679 |
msgstr ""
|
7680 |
|
7681 |
-
#: includes/utils.php:
|
7682 |
msgctxt "utils"
|
7683 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
7684 |
msgstr ""
|
7685 |
|
7686 |
-
#: includes/utils.php:
|
7687 |
msgctxt "utils"
|
7688 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
7689 |
msgstr ""
|
7690 |
|
7691 |
-
#: includes/utils.php:
|
7692 |
msgctxt "utils"
|
7693 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
7694 |
msgstr ""
|
7695 |
|
7696 |
-
#: includes/utils.php:
|
7697 |
msgctxt "utils"
|
7698 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
7699 |
msgstr ""
|
7700 |
|
7701 |
-
#: includes/utils.php:
|
7702 |
msgctxt "utils"
|
7703 |
msgid "Error while uploading file"
|
7704 |
msgstr ""
|
@@ -7976,20 +7992,19 @@ msgctxt "search"
|
|
7976 |
msgid "\"%s\" is required."
|
7977 |
msgstr ""
|
7978 |
|
7979 |
-
#: templates/
|
7980 |
-
#: templates/search.tpl.php:3
|
7981 |
msgctxt "search"
|
7982 |
-
msgid "
|
7983 |
msgstr ""
|
7984 |
|
7985 |
-
#: templates/
|
7986 |
msgctxt "search"
|
7987 |
-
msgid "Search
|
7988 |
msgstr ""
|
7989 |
|
7990 |
-
#: templates/search
|
7991 |
msgctxt "search"
|
7992 |
-
msgid "
|
7993 |
msgstr ""
|
7994 |
|
7995 |
#: includes/views/show_listing.php:13
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Directory Plugin 5.7.6\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2020-10-26 19:40:57+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
56 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: includes/admin/class-admin.php:311
|
60 |
+
msgid "Invalid email address."
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: includes/admin/class-admin.php:391
|
64 |
msgid "Uninstall Business Directory Plugin"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: includes/admin/class-admin.php:392
|
68 |
msgid "Uninstall"
|
69 |
msgstr ""
|
70 |
|
717 |
msgid "Business Directory Theme archive (ZIP file)"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: templates/businessdirectory-listings.tpl.php:30
|
721 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:14
|
722 |
+
msgid "No listings found."
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: templates/businessdirectory-listings.tpl.php:41
|
726 |
+
#: templates/listings.tpl.php:30 templates/manage_listings.tpl.php:33
|
727 |
+
msgid "← Previous "
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: templates/businessdirectory-listings.tpl.php:42
|
731 |
+
#: templates/listings.tpl.php:31 templates/manage_listings.tpl.php:34
|
732 |
+
msgid "Next →"
|
733 |
+
msgstr ""
|
734 |
+
|
735 |
+
#: templates/deprecated/search.tpl.php:6
|
736 |
+
msgid "Search"
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: templates/deprecated/search.tpl.php:14
|
740 |
+
msgid "Search Results"
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: templates/deprecated/search.tpl.php:27 templates/manage-listings.tpl.php:14
|
744 |
+
#: templates/manage_listings.tpl.php:16
|
745 |
+
msgid "Return to directory"
|
746 |
+
msgstr ""
|
747 |
+
|
748 |
+
#: templates/manage-listings.tpl.php:3
|
749 |
+
msgid ""
|
750 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
751 |
+
"button. To delete a listing click the delete button."
|
752 |
+
msgstr ""
|
753 |
+
|
754 |
+
#: templates/manage-listings.tpl.php:9
|
755 |
+
msgid "You do not currently have any listings in the directory."
|
756 |
+
msgstr ""
|
757 |
+
|
758 |
+
#: templates/parts/listing-buttons.tpl.php:41
|
759 |
+
msgid "Return to Directory"
|
760 |
+
msgstr ""
|
761 |
+
|
762 |
+
#: templates/submit-listing-done.tpl.php:36
|
763 |
+
msgid "Return to directory."
|
764 |
msgstr ""
|
765 |
|
766 |
#: templates/submit-listing-images.tpl.php:5
|
1384 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: includes/admin/class-admin.php:462
|
1388 |
msgctxt "admin"
|
1389 |
msgid "Untitled Menu"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
+
#: includes/admin/class-admin.php:787
|
1393 |
msgctxt "admin"
|
1394 |
msgid "Dismiss this notice."
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: includes/admin/class-admin.php:826 includes/admin/class-admin.php:836
|
1398 |
msgctxt "admin"
|
1399 |
msgid "The listing has been updated."
|
1400 |
msgid_plural "The listings have been updated."
|
1401 |
msgstr[0] ""
|
1402 |
msgstr[1] ""
|
1403 |
|
1404 |
+
#: includes/admin/class-admin.php:862
|
1405 |
msgctxt "admin"
|
1406 |
msgid "The fee was successfully assigned."
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: includes/admin/class-admin.php:872
|
1410 |
msgctxt "admin"
|
1411 |
msgid "Listing was renewed."
|
1412 |
msgid_plural "Listings were renewed."
|
1413 |
msgstr[0] ""
|
1414 |
msgstr[1] ""
|
1415 |
|
1416 |
+
#: includes/admin/class-admin.php:884
|
1417 |
msgctxt "admin"
|
1418 |
msgid "Renewal email sent."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: includes/admin/class-admin.php:888
|
1422 |
msgctxt "admin"
|
1423 |
msgid ""
|
1424 |
"Could not send renewal email, notice template at listing expiration not "
|
1425 |
"found."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: includes/admin/class-admin.php:895
|
1429 |
msgctxt "admin"
|
1430 |
msgid "Listing report deleted."
|
1431 |
msgid_plural "Listing reports deleted."
|
1432 |
msgstr[0] ""
|
1433 |
msgstr[1] ""
|
1434 |
|
1435 |
+
#: includes/admin/class-admin.php:943
|
1436 |
msgctxt "admin"
|
1437 |
msgid "Access keys sent."
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: includes/admin/class-admin.php:945
|
1441 |
msgctxt "admin"
|
1442 |
msgid "The access keys couldn't be sent."
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: includes/admin/class-admin.php:1017 includes/admin/class-admin.php:1025
|
1446 |
msgctxt "admin"
|
1447 |
msgid "Listing Count"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: includes/admin/class-admin.php:1090
|
1451 |
msgctxt "admin"
|
1452 |
msgid ""
|
1453 |
"<b>Business Directory Plugin</b> requires a page with the "
|
1454 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: includes/admin/class-admin.php:1092
|
1458 |
msgctxt "admin"
|
1459 |
msgid ""
|
1460 |
"You can create this page by yourself or let Business Directory do this for "
|
1461 |
"you automatically."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
+
#: includes/admin/class-admin.php:1097
|
1465 |
msgctxt "admin"
|
1466 |
msgid "Create required pages for me"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: includes/admin/class-admin.php:1131
|
1470 |
msgctxt "admin"
|
1471 |
msgid ""
|
1472 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP "
|
1475 |
"prevent any issues with the plugin."
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: includes/admin/class-admin.php:1155
|
1479 |
msgctxt "admin"
|
1480 |
msgid ""
|
1481 |
"We noticed you want your Business Directory users to register before "
|
1795 |
msgid "No, thanks"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
+
#: includes/admin/class-admin.php:343
|
|
|
|
|
|
|
|
|
|
|
1799 |
msgctxt "business-directory-plugin"
|
1800 |
msgid "Business Directory Admin"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: includes/admin/class-admin.php:344
|
1804 |
msgctxt "business-directory-plugin"
|
1805 |
msgid "Directory"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: includes/admin/class-admin.php:355
|
1809 |
msgctxt "admin menu"
|
1810 |
msgid "Manage Fees"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: includes/admin/class-admin.php:358
|
1814 |
msgctxt "admin menu"
|
1815 |
msgid "Manage Form Fields"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: includes/admin/class-admin.php:362
|
1819 |
msgctxt "admin menu"
|
1820 |
msgid "Payment History"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
+
#: includes/admin/class-admin.php:365
|
1824 |
msgctxt "admin menu"
|
1825 |
msgid "Import & Export"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: includes/admin/class-admin.php:368
|
1829 |
msgctxt "admin menu"
|
1830 |
msgid "Debug"
|
1831 |
msgstr ""
|
1835 |
msgid "Settings"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: includes/admin/class-admin.php:1015
|
1839 |
msgctxt "admin category id"
|
1840 |
msgid "ID"
|
1841 |
msgstr ""
|
3665 |
msgstr ""
|
3666 |
|
3667 |
#: includes/admin/settings/class-settings-bootstrap.php:718
|
3668 |
+
#: includes/functions.php:1272
|
3669 |
msgctxt "admin settings"
|
3670 |
msgid "Date posted"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
#: includes/admin/settings/class-settings-bootstrap.php:719
|
3674 |
+
#: includes/functions.php:1273
|
3675 |
msgctxt "admin settings"
|
3676 |
msgid "Date last modified"
|
3677 |
msgstr ""
|
4081 |
msgid "Uploaded Image (no resize)"
|
4082 |
msgstr ""
|
4083 |
|
4084 |
+
#: includes/functions.php:1270
|
4085 |
msgctxt "admin settings"
|
4086 |
msgid "User"
|
4087 |
msgstr ""
|
4088 |
|
4089 |
+
#: includes/functions.php:1271
|
4090 |
msgctxt "admin settings"
|
4091 |
msgid "User registration date"
|
4092 |
msgstr ""
|
4320 |
#: includes/admin/settings/class-settings-bootstrap.php:25
|
4321 |
#: includes/admin/settings/class-settings-bootstrap.php:39
|
4322 |
#: includes/admin/settings/class-settings-bootstrap.php:1230
|
4323 |
+
#: includes/admin/settings/class-settings.php:303
|
4324 |
msgctxt "settings"
|
4325 |
msgid "General Settings"
|
4326 |
msgstr ""
|
5259 |
msgid "Cropped"
|
5260 |
msgstr ""
|
5261 |
|
5262 |
+
#: includes/admin/settings/class-settings.php:458
|
5263 |
+
#: includes/admin/settings/class-settings.php:469
|
5264 |
msgctxt "settings"
|
5265 |
msgid "\"%s\" can not be empty."
|
5266 |
msgstr ""
|
5267 |
|
5268 |
+
#: includes/admin/settings/class-settings.php:476
|
5269 |
msgctxt "settings"
|
5270 |
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5271 |
msgstr ""
|
6637 |
msgid "Caption for %s is required."
|
6638 |
msgstr ""
|
6639 |
|
6640 |
+
#: includes/functions.php:1353
|
6641 |
msgctxt "templates"
|
6642 |
msgid "Return to results"
|
6643 |
msgstr ""
|
6644 |
|
6645 |
+
#: includes/functions.php:1357 includes/functions.php:1362
|
6646 |
msgctxt "templates"
|
6647 |
msgid "Go back"
|
6648 |
msgstr ""
|
6749 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6750 |
msgstr ""
|
6751 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6752 |
#: templates/listing-contactform.tpl.php:20
|
6753 |
msgctxt "templates"
|
6754 |
msgid "Listing Title: "
|
6812 |
msgid "Lost your password?"
|
6813 |
msgstr ""
|
6814 |
|
6815 |
+
#: templates/manage_listings.tpl.php:11
|
6816 |
msgctxt "templates"
|
6817 |
+
msgid "You do not currently have any listings in the directory."
|
|
|
|
|
6818 |
msgstr ""
|
6819 |
|
6820 |
+
#: templates/manage_listings.tpl.php:20
|
6821 |
msgctxt "templates"
|
6822 |
+
msgid ""
|
6823 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
6824 |
+
"button. To delete a listing click the delete button."
|
6825 |
msgstr ""
|
6826 |
|
6827 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
6828 |
+
#: templates/parts/listing-buttons.tpl.php:61
|
6829 |
msgctxt "templates"
|
6830 |
msgid "Edit"
|
6831 |
msgstr ""
|
6832 |
|
6833 |
+
#: templates/parts/listing-buttons.tpl.php:25
|
6834 |
+
#: templates/parts/listing-buttons.tpl.php:69
|
6835 |
msgctxt "templates"
|
6836 |
msgid "Flag Listing"
|
6837 |
msgstr ""
|
6838 |
|
6839 |
+
#: templates/parts/listing-buttons.tpl.php:33
|
6840 |
+
#: templates/parts/listing-buttons.tpl.php:77
|
6841 |
msgctxt "templates"
|
6842 |
msgid "Delete"
|
6843 |
msgstr ""
|
6844 |
|
6845 |
+
#: templates/parts/listing-buttons.tpl.php:34
|
6846 |
msgctxt "templates"
|
6847 |
msgid "Are you sure you wish to delete this listing?"
|
6848 |
msgstr ""
|
6849 |
|
6850 |
+
#: templates/parts/listing-buttons.tpl.php:53
|
6851 |
msgctxt "templates"
|
6852 |
msgid "View"
|
6853 |
msgstr ""
|
6900 |
msgid "Find a listing"
|
6901 |
msgstr ""
|
6902 |
|
6903 |
+
#: templates/search.tpl.php:17
|
6904 |
+
msgctxt "templates"
|
6905 |
+
msgid "No listings found."
|
6906 |
+
msgstr ""
|
6907 |
+
|
6908 |
#: templates/search.tpl.php:26
|
6909 |
msgctxt "templates"
|
6910 |
msgid "Return to Search"
|
6925 |
msgid "Your listing has been submitted."
|
6926 |
msgstr ""
|
6927 |
|
6928 |
+
#: templates/submit-listing-done.tpl.php:25
|
6929 |
msgctxt "templates"
|
6930 |
msgid "Your listing changes were saved."
|
6931 |
msgstr ""
|
6932 |
|
6933 |
+
#: templates/submit-listing-done.tpl.php:30
|
6934 |
msgctxt "templates"
|
6935 |
msgid "Go to your listing"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
+
#: templates/submit-listing-done.tpl.php:32
|
6939 |
msgctxt "templates"
|
6940 |
msgid ""
|
6941 |
"Your listing requires admin approval. You'll be notified once your listing "
|
6942 |
"is approved."
|
6943 |
msgstr ""
|
6944 |
|
|
|
|
|
|
|
|
|
|
|
6945 |
#: templates/submit-listing-images-single.tpl.php:24
|
6946 |
msgctxt "templates"
|
6947 |
msgid "Set this image as the listing thumbnail."
|
7664 |
msgid "(Reset)"
|
7665 |
msgstr ""
|
7666 |
|
7667 |
+
#: includes/utils.php:271
|
7668 |
msgctxt "utils"
|
7669 |
msgid "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
7670 |
msgstr ""
|
7671 |
|
7672 |
+
#: includes/utils.php:319
|
7673 |
msgctxt "utils"
|
7674 |
msgid "File size (%s) exceeds maximum file size of %s"
|
7675 |
msgstr ""
|
7676 |
|
7677 |
+
#: includes/utils.php:327
|
7678 |
msgctxt "utils"
|
7679 |
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
7680 |
msgstr ""
|
7681 |
|
7682 |
+
#: includes/utils.php:336 includes/utils.php:343
|
7683 |
msgctxt "utils"
|
7684 |
msgid "File type \"%s\" is not allowed"
|
7685 |
msgstr ""
|
7686 |
|
7687 |
+
#: includes/utils.php:350
|
7688 |
msgctxt "utils"
|
7689 |
msgid "Unkown error while uploading file."
|
7690 |
msgstr ""
|
7691 |
|
7692 |
+
#: includes/utils.php:369
|
7693 |
msgctxt "utils"
|
7694 |
msgid "Uploaded file is not an image"
|
7695 |
msgstr ""
|
7696 |
|
7697 |
+
#: includes/utils.php:378
|
7698 |
msgctxt "utils"
|
7699 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
7700 |
msgstr ""
|
7701 |
|
7702 |
+
#: includes/utils.php:384
|
7703 |
msgctxt "utils"
|
7704 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
7705 |
msgstr ""
|
7706 |
|
7707 |
+
#: includes/utils.php:390
|
7708 |
msgctxt "utils"
|
7709 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
7710 |
msgstr ""
|
7711 |
|
7712 |
+
#: includes/utils.php:396
|
7713 |
msgctxt "utils"
|
7714 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
7715 |
msgstr ""
|
7716 |
|
7717 |
+
#: includes/utils.php:410
|
7718 |
msgctxt "utils"
|
7719 |
msgid "Error while uploading file"
|
7720 |
msgstr ""
|
7992 |
msgid "\"%s\" is required."
|
7993 |
msgstr ""
|
7994 |
|
7995 |
+
#: templates/search-form.tpl.php:27
|
|
|
7996 |
msgctxt "search"
|
7997 |
+
msgid "Clear"
|
7998 |
msgstr ""
|
7999 |
|
8000 |
+
#: templates/search-form.tpl.php:28 templates/search.tpl.php:3
|
8001 |
msgctxt "search"
|
8002 |
+
msgid "Search"
|
8003 |
msgstr ""
|
8004 |
|
8005 |
+
#: templates/search.tpl.php:10
|
8006 |
msgctxt "search"
|
8007 |
+
msgid "Search Results"
|
8008 |
msgstr ""
|
8009 |
|
8010 |
#: includes/views/show_listing.php:13
|
templates/businessdirectory-listings.tpl.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
$query = isset( $query ) ? $query : wpbdp_current_query();
|
7 |
?>
|
8 |
-
<div id="wpbdp-view-listings-page" class="wpbdp-view-listings-page wpbdp-page <?php echo join(' ', $__page__['class']); ?>">
|
9 |
|
10 |
<?php if (!isset($stickies)) $stickies = null; ?>
|
11 |
<?php if (!isset($excludebuttons)) $excludebuttons = true; ?>
|
@@ -17,26 +17,29 @@ $query = isset( $query ) ? $query : wpbdp_current_query();
|
|
17 |
</div>
|
18 |
<?php endif; ?>
|
19 |
|
20 |
-
<?php
|
|
|
|
|
|
|
21 |
|
22 |
-
<div class="wpbdp-page-content <?php echo join(' ', $__page__['content_class']); ?>">
|
23 |
|
24 |
<?php wpbdp_the_listing_sort_options(); ?>
|
25 |
|
26 |
<?php if ( ! $query->have_posts()): ?>
|
27 |
-
<?php
|
28 |
<?php else: ?>
|
29 |
<div class="listings wpbdp-listings-list">
|
30 |
<?php while ( $query->have_posts() ): $query->the_post(); ?>
|
31 |
-
<?php
|
32 |
<?php endwhile; ?>
|
33 |
|
34 |
<div class="wpbdp-pagination">
|
35 |
<?php if (function_exists('wp_pagenavi')) : ?>
|
36 |
<?php wp_pagenavi( array( 'query' => $query ) ); ?>
|
37 |
<?php else: ?>
|
38 |
-
<span class="prev"><?php previous_posts_link(
|
39 |
-
<span class="next"><?php next_posts_link(
|
40 |
<?php endif; ?>
|
41 |
</div>
|
42 |
</div>
|
5 |
*/
|
6 |
$query = isset( $query ) ? $query : wpbdp_current_query();
|
7 |
?>
|
8 |
+
<div id="wpbdp-view-listings-page" class="wpbdp-view-listings-page wpbdp-page <?php echo esc_attr( join(' ', $__page__['class'] ) ); ?>">
|
9 |
|
10 |
<?php if (!isset($stickies)) $stickies = null; ?>
|
11 |
<?php if (!isset($excludebuttons)) $excludebuttons = true; ?>
|
17 |
</div>
|
18 |
<?php endif; ?>
|
19 |
|
20 |
+
<?php
|
21 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
22 |
+
echo $__page__['before_content'];
|
23 |
+
?>
|
24 |
|
25 |
+
<div class="wpbdp-page-content <?php echo esc_attr( join(' ', $__page__['content_class'] ) ); ?>">
|
26 |
|
27 |
<?php wpbdp_the_listing_sort_options(); ?>
|
28 |
|
29 |
<?php if ( ! $query->have_posts()): ?>
|
30 |
+
<?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?>
|
31 |
<?php else: ?>
|
32 |
<div class="listings wpbdp-listings-list">
|
33 |
<?php while ( $query->have_posts() ): $query->the_post(); ?>
|
34 |
+
<?php wpbdp_render_listing( null, 'excerpt', 'echo' ); ?>
|
35 |
<?php endwhile; ?>
|
36 |
|
37 |
<div class="wpbdp-pagination">
|
38 |
<?php if (function_exists('wp_pagenavi')) : ?>
|
39 |
<?php wp_pagenavi( array( 'query' => $query ) ); ?>
|
40 |
<?php else: ?>
|
41 |
+
<span class="prev"><?php previous_posts_link( __( '← Previous ', 'business-directory-plugin' ) ); ?></span>
|
42 |
+
<span class="next"><?php next_posts_link( __( 'Next →', 'business-directory-plugin' ), $query->max_num_pages ); ?></span>
|
43 |
<?php endif; ?>
|
44 |
</div>
|
45 |
</div>
|
templates/deprecated/search.tpl.php
CHANGED
@@ -3,32 +3,37 @@ $api = wpbdp_formfields_api();
|
|
3 |
?>
|
4 |
<div id="wpbdp-search-page" class="wpbdp-search-page businessdirectory-search businessdirectory wpbdp-page">
|
5 |
<div class="wpbdp-bar cf"><?php wpbdp_the_main_links(); ?></div>
|
6 |
-
<h2 class="title"><?php
|
7 |
|
8 |
<?php if ( 'none' == $search_form_position || 'above' == $search_form_position ): ?>
|
9 |
-
|
10 |
<?php endif; ?>
|
11 |
|
12 |
<!-- Results -->
|
13 |
<?php if ($searching): ?>
|
14 |
-
<h3><?php
|
15 |
|
16 |
<?php do_action( 'wpbdp_before_search_results' ); ?>
|
17 |
<div class="search-results">
|
18 |
<?php if (have_posts()): ?>
|
19 |
-
<?php
|
20 |
<?php else: ?>
|
21 |
-
<?php
|
22 |
<br />
|
23 |
-
<?php
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
25 |
<?php endif; ?>
|
26 |
</div>
|
27 |
<?php do_action( 'wpbdp_after_search_results' ); ?>
|
28 |
<?php endif; ?>
|
29 |
|
30 |
<?php if ( 'below' == $search_form_position ): ?>
|
31 |
-
|
32 |
<?php endif; ?>
|
33 |
|
34 |
</div>
|
3 |
?>
|
4 |
<div id="wpbdp-search-page" class="wpbdp-search-page businessdirectory-search businessdirectory wpbdp-page">
|
5 |
<div class="wpbdp-bar cf"><?php wpbdp_the_main_links(); ?></div>
|
6 |
+
<h2 class="title"><?php esc_html_e( 'Search', 'business-directory-plugin' ); ?></h2>
|
7 |
|
8 |
<?php if ( 'none' == $search_form_position || 'above' == $search_form_position ): ?>
|
9 |
+
<?php echo $search_form; ?>
|
10 |
<?php endif; ?>
|
11 |
|
12 |
<!-- Results -->
|
13 |
<?php if ($searching): ?>
|
14 |
+
<h3><?php esc_html_e( 'Search Results', 'business-directory-plugin' ); ?></h3>
|
15 |
|
16 |
<?php do_action( 'wpbdp_before_search_results' ); ?>
|
17 |
<div class="search-results">
|
18 |
<?php if (have_posts()): ?>
|
19 |
+
<?php wpbdp_render( 'businessdirectory-listings', array( 'echo' => true ) ); ?>
|
20 |
<?php else: ?>
|
21 |
+
<?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?>
|
22 |
<br />
|
23 |
+
<?php
|
24 |
+
printf(
|
25 |
+
'<a href="%s">%s</a>.',
|
26 |
+
esc_url( wpbdp_get_page_link( 'main' ) ),
|
27 |
+
esc_html__( 'Return to directory', 'business-directory-plugin' )
|
28 |
+
);
|
29 |
+
?>
|
30 |
<?php endif; ?>
|
31 |
</div>
|
32 |
<?php do_action( 'wpbdp_after_search_results' ); ?>
|
33 |
<?php endif; ?>
|
34 |
|
35 |
<?php if ( 'below' == $search_form_position ): ?>
|
36 |
+
<?php echo $search_form; ?>
|
37 |
<?php endif; ?>
|
38 |
|
39 |
</div>
|
templates/listings.tpl.php
CHANGED
@@ -5,20 +5,19 @@
|
|
5 |
* @package BDP/Templates/Listings
|
6 |
*/
|
7 |
|
8 |
-
// phpcs:disable
|
9 |
wpbdp_the_listing_sort_options();
|
10 |
?>
|
11 |
|
12 |
<div id="wpbdp-listings-list" class="listings wpbdp-listings-list list">
|
13 |
<?php if ( ! $query->have_posts() ): ?>
|
14 |
<span class="no-listings">
|
15 |
-
<?php
|
16 |
</span>
|
17 |
<?php else: ?>
|
18 |
<?php
|
19 |
while ( $query->have_posts() ) :
|
20 |
$query->the_post();
|
21 |
-
|
22 |
endwhile;
|
23 |
?>
|
24 |
|
@@ -28,8 +27,8 @@ wpbdp_the_listing_sort_options();
|
|
28 |
wp_pagenavi( array( 'query' => $query ) );
|
29 |
else:
|
30 |
?>
|
31 |
-
<span class="prev"><?php previous_posts_link(
|
32 |
-
<span class="next"><?php next_posts_link(
|
33 |
<?php endif; ?>
|
34 |
</div>
|
35 |
<?php endif; ?>
|
5 |
* @package BDP/Templates/Listings
|
6 |
*/
|
7 |
|
|
|
8 |
wpbdp_the_listing_sort_options();
|
9 |
?>
|
10 |
|
11 |
<div id="wpbdp-listings-list" class="listings wpbdp-listings-list list">
|
12 |
<?php if ( ! $query->have_posts() ): ?>
|
13 |
<span class="no-listings">
|
14 |
+
<?php esc_html_e( 'No listings found.', 'business-directory-plugin' ); ?>
|
15 |
</span>
|
16 |
<?php else: ?>
|
17 |
<?php
|
18 |
while ( $query->have_posts() ) :
|
19 |
$query->the_post();
|
20 |
+
wpbdp_render_listing( null, 'excerpt', 'echo' );
|
21 |
endwhile;
|
22 |
?>
|
23 |
|
27 |
wp_pagenavi( array( 'query' => $query ) );
|
28 |
else:
|
29 |
?>
|
30 |
+
<span class="prev"><?php previous_posts_link( __( '← Previous ', 'business-directory-plugin' ) ); ?></span>
|
31 |
+
<span class="next"><?php next_posts_link( __( 'Next →', 'business-directory-plugin' ), $query->max_num_pages ); ?></span>
|
32 |
<?php endif; ?>
|
33 |
</div>
|
34 |
<?php endif; ?>
|
templates/manage-listings.tpl.php
CHANGED
@@ -1,10 +1,18 @@
|
|
1 |
<div id="wpbdp-manage-listings-page" class="wpbdp-manage-listings-page businessdirectory-manage-listings businessdirectory wpbdp-page">
|
2 |
-
<?php if ( $query->
|
3 |
-
<p><?php
|
4 |
-
<?php
|
|
|
|
|
|
|
5 |
<?php else: ?>
|
6 |
-
<p><?php
|
7 |
-
<?php
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
9 |
<?php endif; ?>
|
10 |
</div>
|
1 |
<div id="wpbdp-manage-listings-page" class="wpbdp-manage-listings-page businessdirectory-manage-listings businessdirectory wpbdp-page">
|
2 |
+
<?php if ( $query->have_posts() ): ?>
|
3 |
+
<p><?php esc_html_e( 'Your current listings are shown below. To edit a listing click the edit button. To delete a listing click the delete button.', 'business-directory-plugin' ); ?></p>
|
4 |
+
<?php
|
5 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
6 |
+
echo wpbdp_x_part( 'listings' );
|
7 |
+
?>
|
8 |
<?php else: ?>
|
9 |
+
<p><?php esc_html_e( 'You do not currently have any listings in the directory.', 'business-directory-plugin' ); ?></p>
|
10 |
+
<?php
|
11 |
+
echo sprintf(
|
12 |
+
'<a href="%s">%s</a>.',
|
13 |
+
esc_url( wpbdp_get_page_link( 'main' ) ),
|
14 |
+
esc_html__( 'Return to directory', 'business-directory-plugin' )
|
15 |
+
);
|
16 |
+
?>
|
17 |
<?php endif; ?>
|
18 |
</div>
|
templates/manage_listings.tpl.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
echo sprintf(
|
14 |
'<a href="%s">%s</a>.',
|
15 |
esc_attr( wpbdp_get_page_link( 'main' ) ),
|
16 |
-
|
17 |
);
|
18 |
?>
|
19 |
<?php else : ?>
|
@@ -21,7 +21,7 @@
|
|
21 |
<?php
|
22 |
while ( $query->have_posts() ) :
|
23 |
$query->the_post();
|
24 |
-
// phpcs:
|
25 |
echo WPBDP_Listing_Display_Helper::excerpt();
|
26 |
endwhile;
|
27 |
?>
|
@@ -30,8 +30,8 @@
|
|
30 |
<?php if ( function_exists( 'wp_pagenavi' ) ) : ?>
|
31 |
<?php wp_pagenavi( array( 'query' => $query ) ); ?>
|
32 |
<?php else : ?>
|
33 |
-
<span class="prev"><?php previous_posts_link(
|
34 |
-
<span class="next"><?php next_posts_link(
|
35 |
<?php endif; ?>
|
36 |
</div>
|
37 |
<?php endif; ?>
|
13 |
echo sprintf(
|
14 |
'<a href="%s">%s</a>.',
|
15 |
esc_attr( wpbdp_get_page_link( 'main' ) ),
|
16 |
+
esc_html__( 'Return to directory', 'business-directory-plugin' )
|
17 |
);
|
18 |
?>
|
19 |
<?php else : ?>
|
21 |
<?php
|
22 |
while ( $query->have_posts() ) :
|
23 |
$query->the_post();
|
24 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
25 |
echo WPBDP_Listing_Display_Helper::excerpt();
|
26 |
endwhile;
|
27 |
?>
|
30 |
<?php if ( function_exists( 'wp_pagenavi' ) ) : ?>
|
31 |
<?php wp_pagenavi( array( 'query' => $query ) ); ?>
|
32 |
<?php else : ?>
|
33 |
+
<span class="prev"><?php previous_posts_link( __( '← Previous ', 'business-directory-plugin' ) ); ?></span>
|
34 |
+
<span class="next"><?php next_posts_link( __( 'Next →', 'business-directory-plugin' ), $query->max_num_pages ); ?></span>
|
35 |
<?php endif; ?>
|
36 |
</div>
|
37 |
<?php endif; ?>
|
templates/parts/listing-buttons.tpl.php
CHANGED
@@ -5,8 +5,6 @@
|
|
5 |
* @package BDP/Templates/parts/Listing Buttons
|
6 |
*/
|
7 |
|
8 |
-
// phpcs:disable WordPress.XSS.EscapeOutput.OutputNotEscaped
|
9 |
-
// phpcs:disable WordPress.XSS.EscapeOutput.UnsafePrintingFunction
|
10 |
$buttons = '';
|
11 |
?>
|
12 |
<div class="listing-actions cf">
|
@@ -40,7 +38,7 @@ if ( 'single' === $view ) :
|
|
40 |
if ( wpbdp_get_option( 'show-directory-button' ) ) :
|
41 |
$buttons .= sprintf(
|
42 |
'<div style="display: inline;" class="back-to-dir-buttons"><input type="button" value="%1$s" onclick="window.location.href = \'%2$s\'" class="wpbdp-hide-on-mobile button back-to-dir wpbdp-button" /><input type="button" value="←" onclick="window.location.href = \'%2$s\'" class="wpbdp-show-on-mobile button back-to-dir wpbdp-button" /></div>',
|
43 |
-
__( '
|
44 |
wpbdp_url( '/' )
|
45 |
);
|
46 |
endif;
|
@@ -81,5 +79,8 @@ if ( 'single' === $view ) :
|
|
81 |
endif;
|
82 |
?>
|
83 |
<?php endif; ?>
|
84 |
-
<?php
|
|
|
|
|
|
|
85 |
</div>
|
5 |
* @package BDP/Templates/parts/Listing Buttons
|
6 |
*/
|
7 |
|
|
|
|
|
8 |
$buttons = '';
|
9 |
?>
|
10 |
<div class="listing-actions cf">
|
38 |
if ( wpbdp_get_option( 'show-directory-button' ) ) :
|
39 |
$buttons .= sprintf(
|
40 |
'<div style="display: inline;" class="back-to-dir-buttons"><input type="button" value="%1$s" onclick="window.location.href = \'%2$s\'" class="wpbdp-hide-on-mobile button back-to-dir wpbdp-button" /><input type="button" value="←" onclick="window.location.href = \'%2$s\'" class="wpbdp-show-on-mobile button back-to-dir wpbdp-button" /></div>',
|
41 |
+
__( 'Return to Directory', 'business-directory-plugin' ),
|
42 |
wpbdp_url( '/' )
|
43 |
);
|
44 |
endif;
|
79 |
endif;
|
80 |
?>
|
81 |
<?php endif; ?>
|
82 |
+
<?php
|
83 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
84 |
+
echo apply_filters( 'wpbdp-listing-buttons', $buttons, $listing_id );
|
85 |
+
?>
|
86 |
</div>
|
templates/submit-listing-done.tpl.php
CHANGED
@@ -15,7 +15,10 @@
|
|
15 |
<?php echo esc_html( wpbdp_get_option( 'payment-message' ) ); ?>
|
16 |
</p>
|
17 |
<div id="wpbdp-checkout-confirmation-receipt">
|
18 |
-
<?php
|
|
|
|
|
|
|
19 |
</div>
|
20 |
<?php endif; ?>
|
21 |
<?php else : ?>
|
@@ -24,11 +27,11 @@
|
|
24 |
|
25 |
<p>
|
26 |
<?php if ( 'publish' === get_post_status( $listing->get_id() ) ) : ?>
|
27 |
-
<a href="<?php echo
|
28 |
<?php else : ?>
|
29 |
<?php echo esc_html_x( 'Your listing requires admin approval. You\'ll be notified once your listing is approved.', 'templates', 'business-directory-plugin' ); ?>
|
30 |
</p>
|
31 |
<p>
|
32 |
<?php endif; ?>
|
33 |
-
<a href="<?php echo
|
34 |
</p>
|
15 |
<?php echo esc_html( wpbdp_get_option( 'payment-message' ) ); ?>
|
16 |
</p>
|
17 |
<div id="wpbdp-checkout-confirmation-receipt">
|
18 |
+
<?php
|
19 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
20 |
+
echo wpbdp()->payments->render_receipt( $payment );
|
21 |
+
?>
|
22 |
</div>
|
23 |
<?php endif; ?>
|
24 |
<?php else : ?>
|
27 |
|
28 |
<p>
|
29 |
<?php if ( 'publish' === get_post_status( $listing->get_id() ) ) : ?>
|
30 |
+
<a href="<?php echo esc_url( get_permalink( $listing->get_id() ) ); ?>"><?php echo esc_html_x( 'Go to your listing', 'templates', 'business-directory-plugin' ); ?></a> |
|
31 |
<?php else : ?>
|
32 |
<?php echo esc_html_x( 'Your listing requires admin approval. You\'ll be notified once your listing is approved.', 'templates', 'business-directory-plugin' ); ?>
|
33 |
</p>
|
34 |
<p>
|
35 |
<?php endif; ?>
|
36 |
+
<a href="<?php echo esc_url( wpbdp_get_page_link( 'main' ) ); ?>"><?php esc_html_e( 'Return to directory.', 'business-directory-plugin' ); ?></a>
|
37 |
</p>
|
themes/default/assets/styles.css
CHANGED
@@ -7,9 +7,7 @@
|
|
7 |
}
|
8 |
|
9 |
.wpbdp-listing a:not(.wpbdp-button) {
|
10 |
-
color: #62CAF4;
|
11 |
text-decoration: none;
|
12 |
-
border-bottom: 1px solid #F3F3F3;
|
13 |
}
|
14 |
|
15 |
.wpbdp-listing .wpbdp-button {
|
7 |
}
|
8 |
|
9 |
.wpbdp-listing a:not(.wpbdp-button) {
|
|
|
10 |
text-decoration: none;
|
|
|
11 |
}
|
12 |
|
13 |
.wpbdp-listing .wpbdp-button {
|