Version Description
Download this release
Release Info
Developer | sswells |
Plugin | Business Directory Plugin |
Version | 6.2.10 |
Comparing to | |
See all releases |
Code changes from version 6.2.9 to 6.2.10
- README.TXT +12 -3
- assets/css/admin.min.css +1 -1
- assets/js/admin-install.js +1 -1
- assets/js/admin-install.min.js +1 -1
- assets/js/admin.js +6 -36
- assets/js/admin.min.js +1 -1
- business-directory-plugin.php +1 -1
- includes/class-wpbdp.php +1 -1
- includes/compatibility/class-compat.php +1 -3
- includes/compatibility/class-cpt-compat-mode.php +56 -11
- includes/compatibility/class-themes-compat.php +23 -0
- includes/compatibility/templates/businessdirectory-category.tpl.php +0 -19
- includes/controllers/pages/class-submit-listing.php +10 -4
- includes/helpers/class-app.php +1 -1
- includes/themes.php +3 -3
- includes/utils.php +3 -3
- languages/business-directory-plugin-ar.mo +0 -0
- languages/business-directory-plugin-ar.po +66 -70
- languages/business-directory-plugin-de_DE.mo +0 -0
- languages/business-directory-plugin-de_DE.po +67 -71
- languages/business-directory-plugin-en_US.po +53 -68
- languages/business-directory-plugin-fr_FR.mo +0 -0
- languages/business-directory-plugin-fr_FR.po +69 -71
- languages/business-directory-plugin-it_IT.mo +0 -0
- languages/business-directory-plugin-it_IT.po +68 -70
- languages/business-directory-plugin-nl_NL.po +55 -68
- languages/business-directory-plugin-pl_PL.mo +0 -0
- languages/business-directory-plugin-pl_PL.po +71 -75
- languages/business-directory-plugin-ru_RU.mo +0 -0
- languages/business-directory-plugin-ru_RU.po +68 -72
- languages/business-directory-plugin-sv_SE.mo +0 -0
- languages/business-directory-plugin-sv_SE.po +68 -70
- languages/business-directory-plugin.pot +54 -69
- templates/admin/uninstall-capture-form.tpl.php +19 -29
- templates/admin/uninstall-confirm.tpl.php +2 -2
- themes/default/assets/styles.css +4 -0
- themes/default/templates/excerpt_content.tpl.php +1 -1
- themes/default/theme.json +1 -1
README.TXT
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Business Directory Plugin - Easy Listing Directories for WordPress ===
|
2 |
-
Contributors: businessdirectoryplugin
|
3 |
Tags: business directory, listings, directory plugin, staff directory, member directory, company directory, team directory, chamber of commerce business directory, church directory, address book, contact directory, local business directory, listings directory, link directory
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 6.2.
|
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.
|
@@ -54,7 +54,7 @@ See all WordPress listing plugin [features](https://businessdirectoryplugin.com/
|
|
54 |
* SEO Friendly using Yoast SEO, Rank Math, or All in One SEO
|
55 |
* Quick-search and sorting bar for listings for simple directory searches
|
56 |
* Advanced search screen with ability to show/hide fields available for search
|
57 |
-
* Mobile-friendly, responsive support when installed with a responsive theme
|
58 |
* Multilingual directories with WPML
|
59 |
* Integrates with popular plugins like NavXT Breadcrumbs and WP-PageNavi for easy use
|
60 |
|
@@ -158,6 +158,15 @@ Yes it is. However, you cannot "network activate" the plugin (as this will share
|
|
158 |
This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
|
159 |
|
160 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
= 6.2.9 =
|
162 |
* Fix: A javascript timeout was preventing field types from getting set properly.
|
163 |
* Fix: Highlight the menu in the sidebar for Content tabs more consistently.
|
1 |
=== Business Directory Plugin - Easy Listing Directories for WordPress ===
|
2 |
+
Contributors: businessdirectoryplugin, sswells, srwells, smub
|
3 |
Tags: business directory, listings, directory plugin, staff directory, member directory, company directory, team directory, chamber of commerce business directory, church directory, address book, contact directory, local business directory, listings directory, link directory
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 6.2.10
|
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.
|
54 |
* SEO Friendly using Yoast SEO, Rank Math, or All in One SEO
|
55 |
* Quick-search and sorting bar for listings for simple directory searches
|
56 |
* Advanced search screen with ability to show/hide fields available for search
|
57 |
+
* Mobile-friendly, responsive support when installed with a responsive theme
|
58 |
* Multilingual directories with WPML
|
59 |
* Integrates with popular plugins like NavXT Breadcrumbs and WP-PageNavi for easy use
|
60 |
|
158 |
This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
|
159 |
|
160 |
== Changelog ==
|
161 |
+
= 6.2.10 =
|
162 |
+
* Use h3 tags in the excerpt listings for better accessibility.
|
163 |
+
* Fix: Images uploaded with sideload were failing. This fixes migration imports.
|
164 |
+
* Fix: The unistall process wasn't progressing past asking why.
|
165 |
+
* Fix: After creating the required pages, hide the message.
|
166 |
+
* Fix: Page titles weren't showing up correctly in the Enfold theme or when CPT integration was off.
|
167 |
+
* Fix: The "Clear form" link on the submit listing page was redirecting to the wrong page when embedded with a shortcode.
|
168 |
+
* Remove old deprecated businessdirectory-category.tpl.php template.
|
169 |
+
|
170 |
= 6.2.9 =
|
171 |
* Fix: A javascript timeout was preventing field types from getting set properly.
|
172 |
* Fix: Highlight the menu in the sidebar for Content tabs more consistently.
|
assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#6278A5;border-right-color:#6278A5;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdpfont{text-decoration:none;text-shadow:none;font-weight:normal;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.wpbdpfont{font-style:normal;font-variant:normal;speak:none}.wpbdpfont:before,select.wpbdpfont{text-align:center}.wpbdpfont,a.wpbdpfont,.wpbdpfont:hover{text-decoration:none !important;box-shadow:none}.wpbdpfont:focus{box-shadow:none;-webkit-box-shadow:none}.wpbdpfont:active{outline:none}.wpbdpsvg{fill:currentColor;width:18px;height:18px;vertical-align:text-bottom}.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .ui-datepicker-buttonpane button{text-shadow:none;box-shadow:none;border-radius:4px;border:1px solid #7E92BC;font-size:14px;transition:all .2s ease;height:28px;min-height:28px;outline:none;line-height:22px;min-width:100px;display:inline-block;text-align:center;padding:2px 15px;text-decoration:none;font-weight:500}.wpbdp-admin-page .add-new-h2,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .button-secondary,.wpbdp-admin-page .button{background-color:#fff;border-color:#7E92BC;color:#6278A5}.wpbdp-admin-page .add-new-h2:hover,.wpbdp-admin-page .wpbdp-button-secondary:hover,.wpbdp-admin-page .button-secondary:hover,.wpbdp-admin-page .button:hover{background:rgba(109,135,185,0.07);color:#7E92BC;box-shadow:none}.wpbdp-admin-page .add-new-h2:focus,.wpbdp-admin-page .wpbdp-button-secondary:focus,.wpbdp-admin-page .button-secondary:focus,.wpbdp-admin-page .button:focus,.wpbdp-admin-page .add-new-h2:active,.wpbdp-admin-page .wpbdp-button-secondary:active,.wpbdp-admin-page .button-secondary:active,.wpbdp-admin-page .button:active{background-color:#fff}.wpbdp-admin-page .add-new-h2:disabled,.wpbdp-admin-page .wpbdp-button-secondary:disabled,.wpbdp-admin-page .button-secondary:disabled,.wpbdp-admin-page .button:disabled{background-color:#fff;border-color:#7E92BC;color:#6278A5;opacity:.5}.wpbdp-admin-page .page-title-action,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button,.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .button-primary{background-color:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:hover,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:hover,.wpbdp-admin-page .wpbdp-button-primary:hover,.wpbdp-admin-page .button-primary:hover{background:#6278A5;border-color:#6278A5;color:#fff}.wpbdp-admin-page .page-title-action:focus,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:focus,.wpbdp-admin-page .wpbdp-button-primary:focus,.wpbdp-admin-page .button-primary:focus,.wpbdp-admin-page .page-title-action:active,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:active,.wpbdp-admin-page .wpbdp-button-primary:active,.wpbdp-admin-page .button-primary:active{background:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:disabled,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:disabled,.wpbdp-admin-page .wpbdp-button-primary:disabled,.wpbdp-admin-page .button-primary:disabled{background:#7E92BC !important;border-color:#7E92BC !important;color:#fff !important;opacity:.5}#wpbdp-admin-smtp *,#wpbdp-admin-smtp *::before,#wpbdp-admin-smtp *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpbdp-admin-smtp{width:700px;margin:0 auto}#wpbdp-admin-smtp p{font-size:15px}#wpbdp-admin-smtp section{margin:50px 0;text-align:left;clear:both}#wpbdp-admin-smtp .top{text-align:center}#wpbdp-admin-smtp .top h1{font-size:26px;font-weight:600;margin-bottom:0;padding:0}#wpbdp-admin-smtp .top p{font-size:17px;color:#777;margin-top:.5em}#wpbdp-admin-smtp .top .error,#wpbdp-admin-smtp .top .notice{display:none}#wpbdp-admin-smtp .screenshot ul{display:inline-block;margin:0 0 0 30px;list-style-type:none;max-width:calc(100% - 350px)}#wpbdp-admin-smtp .screenshot li{margin:16px 0;padding:0;font-size:15px;color:#777}#wpbdp-admin-smtp .screenshot .cont img{max-width:100%;display:block}#wpbdp-admin-smtp .screenshot .cont{display:inline-block;position:relative;width:315px;padding:5px;background-color:#fff;border-radius:3px}#wpbdp-admin-smtp .step,#wpbdp-admin-smtp .screenshot .cont{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);box-shadow:0 2px 5px 0 rgba(0,0,0,0.05)}#wpbdp-admin-smtp .step{background-color:#F9F9F9;border:1px solid #E5E5E5;margin:0 0 25px}#wpbdp-admin-smtp .step p{font-size:16px;color:#777777}#wpbdp-admin-smtp .step .num{display:inline-block;position:relative;width:100px;height:50px;text-align:center}#wpbdp-admin-smtp .step div{display:inline-block;width:calc( 100% - 104px );background-color:#fff;padding:30px;border-left:1px solid #eee}#wpbdp-admin-smtp .step h2{font-size:24px;line-height:22px;margin-top:0;margin-bottom:15px}#wpbdp-admin-smtp .screenshot>*,#wpbdp-admin-smtp .step>*{vertical-align:middle}#wpbdp-admin-smtp .grey{opacity:.5;background:#F6F6F6 !important;border-color:#ddd !important;color:#9FA5AA !important}#wpbdp-admin-smtp .button.disabled{cursor:default}.wpbdp-smtp-logos{margin-bottom:38px}.wpbdp-smtp-logos img,.wpbdp-smtp-logos svg{vertical-align:middle}.wpbdp-addons{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:25px}.wpbdp-addons h2{font-size:17px}.wpbdp-addons h3{margin-top:0}.wpbdp-card{width:100%;border-radius:10px;border:1px solid #C5CCDB;opacity:1;transition:opacity 1s;background:#fff;box-sizing:border-box;position:relative}.wpbdp-addons .wpbdp-card.wpbdp-addon-not-installed{position:relative}.wpbdp-addons .wpbdp-card{padding:25px;border-color:transparent}.wpbdp-addons .wpbdp-card-module-icon{margin:3px;display:inline-block}.wpbdp-addons .wpbdp-plugin-card-details{margin-bottom:0;color:#3C4B5D}.wpbdp-addons .wpbdp-plugin-card-docs{padding-top:5px}.wpbdp-addons .wpbdp-plugin-card-docs a{text-decoration:none;font-weight:500}.wpbdp-addons .wpbdp-plugin-card-title{margin:0 0 8px;font-weight:600;font-size:15px}.wpbdp-addons .wpbdp-addon-status{font-style:italic;opacity:.8;margin:0 0 13px}.wpbdp-template-row p{opacity:.8}.wpbdp-addon-active .button{visibility:hidden}.wpbdp-addon-error{position:absolute;top:55px;left:10px;right:10px;font-weight:bold;text-align:center}.wpbdp-ribbon{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border:25px solid transparent;border-bottom:25px solid #1da867;color:#fff;position:absolute;top:-19px;left:-29px;padding:0 10px;width:30px;font-family:sans-serif;font-style:italic;size:11px}.wpbdp-ribbon span{position:absolute;left:-5px;font-size:15px;top:4px}.wpbdp-theme-actions form{margin:0;padding:0;display:inline}.wpbdp-theme-actions form input[type="submit"]{margin:0}.wpbdp-theme-details-wrapper{text-align:center}.wpbdp-theme-thumbnail{width:100%;height:150px;object-fit:cover;object-position:100% 0}.wpbdp-theme .enter-license{display:none;position:absolute;float:none;font-weight:normal;top:3px;right:10px;color:#d64226}.wpbdp-theme:hover .enter-license{display:block}.wpbdp-theme:hover a.delete-theme-link,.wpbdp-theme:hover .choose-theme{display:inline-block}.wpbdp-theme.active .choose-theme,.wpbdp-theme.active:hover .choose-theme{display:none}#wpbdp-admin-page-theme-delete #delete-theme{margin-left:20px;color:#d64226}#wpbdp-admin-page-theme-delete #delete-theme:hover{background:#d54e21;border-color:#d54e21;color:#fff;box-shadow:none}.wpbdp-theme a.delete-theme-link{display:none;margin-top:4px;margin-right:10px;margin-left:5px;color:#d64226 !important;font-size:13px}.wpbdp-theme.wpbdp-card{padding-bottom:0}.wpbdp-theme h2.wpbdp-plugin-card-title,.wpbdp-theme .wpbdp-theme-thumbnail p{margin:0 0 24px;padding-top:0}.wpbdp-theme .wpbdp-card-footer{padding:17px 0}.wpbdp-theme .addon-status{margin:0}.wpbdp-theme .wpbdp-theme-update-info{display:inline-block;padding:5px 24px;position:absolute;left:-1px;right:-1px;margin:0;text-align:left;border-left-width:1px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated{background:#ecf7ed;border-left-color:#46b450}.wpbdp-theme .wpbdp-theme-update-info.update-error{border-color:red}.wpbdp-theme .wpbdp-theme-update-info.update-error .update-message{color:red}.wpbdp-theme .wpbdp-theme-update-info .update-message{padding:2px 4px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated .update-message{background:#F0F5F7}.wpbdp-theme .wpbdp-theme-license-required-row{padding:5px 10px;border-top:solid 2px;background:#fef7f1;border-color:#D34F2B}.wpbdp-admin-module-icon img{width:100%}.wpbdp-admin-page-themes .wpbdp-addons .wpbdp-card{position:relative}@media only screen and (max-width:1200px){.wpbdp-addons{grid-template-columns:1fr 1fr}}@media only screen and (max-width:782px){.wpbdp-card-module-icon+.wpbdp7{grid-column:span 10 / span 10}.wpbdp-card-module-icon+.wpbdp7+.wpbdp-right.wpbdp3{grid-column:span 12 / span 12;text-align:center}}.wpbdp-review-notice.notice form,.wpbdp-review-notice.notice p{font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.wpbdp-review-notice a{margin:5px}.wpbdp-review-notice p>span{font-size:13px;opacity:.75}.wpbdp-review-notice .wpbdp_error,.wpbdp-review-notice label{color:#444;text-align:left}.wpbdp-review-notice label{font-size:14px}.wpbdp-admin-layout{background-color:rgba(109,135,185,0.07);margin:0;padding-top:0;padding-left:0;display:inline-block;width:100%}.wpbdp-admin-layout ::before,.wpbdp-admin-layout ::after,.wpbdp-admin-layout *{box-sizing:border-box}.wpbdp-title-buttons{clear:both}.wpbdp-no-padding{padding-left:0;padding-right:0}.wpbdp-page-title{padding:10px 0 10px 20px !important}.wpbdp-page-title span{vertical-align:middle}.wpbdp-admin-row{margin:0;display:flex;min-height:calc(100vh - 32px);height:100%}.wpbdp-admin-row.minimized .title-text,.wpbdp-admin-row.minimized .wpbdp-nav-item-name,.wpbdp-admin-row.minimized .wpbdp-icon-maximized{display:none}.wpbdp-admin-row.minimized .wpbdp-menu-area{width:57px}.wpbdp-admin-row.minimized .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row.minimized .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row.minimized .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row.minimized .wpbdp-icon-minimized{display:block}.wpbdp-admin-row.minimized .wpbdp-nav-toggle{margin-left:15px}@media only screen and (max-width:960px){.wpbdp-admin-row{height:100%}.wpbdp-admin-row .wpbdp-menu-area{padding:9px 0 37px 0}.wpbdp-admin-row .wpbdp-nav-item a{padding-left:3px !important;padding-right:2px !important}.wpbdp-admin-row .title-text,.wpbdp-admin-row .wpbdp-nav-item-name,.wpbdp-admin-row .wpbdp-icon-maximized{display:none}.wpbdp-admin-row .wpbdp-menu-area{width:57px}.wpbdp-admin-row .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row .wpbdp-icon-minimized{display:block}.wpbdp-admin-row .wpbdp-nav-toggle{margin-left:15px}}.wpbdp-menu-area{width:287px;background-color:rgba(109,135,185,0.07);border-right:1px solid rgba(109,135,185,0.07);position:relative;bottom:0;top:0}@media only screen and (max-width:960px){.wpbdp-menu-area{position:relative;top:0;bottom:0}}.wpbdp-nav-items{display:flex;flex-wrap:wrap;padding-left:0;list-style:none;flex-direction:column;margin-bottom:auto;margin-top:0}.wpbdp-nav-items .wpbdp-nav-item{font-size:16px}.wpbdp-nav-items .wpbdp-nav-item a{display:flex;padding:15px 7px;text-decoration:none;color:#3C4B5D;align-items:center}.wpbdp-nav-items .wpbdp-nav-item a:focus{box-shadow:none}.wpbdp-nav-items .wpbdp-nav-item .active{background-color:#fff;color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item .active .wpbdp-admin-icon{background-color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item:hover a{color:#7E92BC}.wpbdp-nav-item-icon{margin:0 10px;display:inline-block;opacity:.7;width:24px;height:24px}.wpbdp-admin-icon svg{fill:currentColor;width:100%;height:24px}.wpbdp-admin-module-icon img{width:100%}.wpbdp-nav-toggle{bottom:0;position:relative;margin-top:40px;margin-left:17px;cursor:pointer;font-size:14px;width:200px}@media only screen and (max-width:960px){.wpbdp-nav-toggle{display:none}}.wpbdp-nav-toggle .wpbdp-nav-item-name{opacity:.7;line-height:1.5}.wpbdp-nav-toggle .wpbdp-nav-item-name:hover{color:#7E92BC}.wpbdp-nav-toggle .wpbdp-nav-item-icon{margin:0}.wpbdp-icon-minimized{display:none}.wpbdp-content-area{flex:1;margin-left:0}@media only screen and (max-width:960px){.wpbdp-content-area{margin-left:0 !important}}.wpbdp-content-area-header{width:100%;min-height:56px;padding:10px 40px;border-bottom:1px solid #C5CCDB;background-color:#fff;flex-direction:row;align-items:center;display:flex;gap:20px}.wpbdp-content-area-header.wpbdp-header-scroll{position:sticky;top:32px;z-index:99}.wpbdp-content-area-header>div{flex:1}.wpbdp-content-area-header-tabbed{padding-bottom:0}.wpbdp-content-area-header-tabbed .wpbdp-content-area-header-actions{padding-bottom:10px}.wpbdp-content-area-header-actions{display:flex;align-items:center;width:100%;gap:20px;justify-content:flex-end}.wpbdp-content-area-header-actions p.submit{float:none;padding:0;margin:0 0 0 auto;display:inline-block}.wpbdp-content-area-header-tabs .wpbdp-header-tab{text-decoration:none;float:left;border-bottom:none;margin-right:.5em;padding:5px 10px 22px 10px;font-size:20px;font-weight:400;color:#3C4B5D}.wpbdp-content-area-header-tabs .wpbdp-header-tab:hover{color:#7E92BC}.wpbdp-content-area-header-tabs .wpbdp-header-tab-active{color:#7E92BC;border-bottom:2px solid #7E92BC}.wpbdp-content-area-body{padding:40px;font-size:14px}.wpbdp-content-area-body h3{font-size:20px;margin:40px 0 20px}@media only screen and (min-width:960px){.wpbdp-admin-page-settings .wpbdp-content-area-body,.wpbdp-admin-page-csv .wpbdp-content-area-body{max-width:1000px}}.wpbdp-page-title,.wpbdp-sub-section-title{font-size:24px !important;font-weight:400 !important;margin:0 !important}.wpbdp-settings-form.wpbdp-grid{grid-gap:30px 4%}.wpbdp-settings-form-title{margin:10px 0}.wpbdp-admin-page .form-field label,.wpbdp-setting-label,.wpbdp-setting-form-title label{font-weight:600;font-size:14px;padding-bottom:5px}.edit-php.post-type-wpbdp_listing .wp-heading-inline+.page-title-action,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.edit-php.post-type-wpbdp_listing .wp-heading-inline,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline,.edit-php.post-type-wpbdp_listing .subtitle,.edit-tags-php[class*="taxonomy-wpbd"] .subtitle,.term-php[class*="taxonomy-wpbd"] .subtitle{display:none !important}.edit-php.post-type-wpbdp_listing #wpbody-content>.wrap,.edit-tags-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap,.term-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap{margin:0}.wpbdp-admin-page #wpcontent{padding-left:0}.wpbdp-admin-page:not(.edit-php) .wrap:not(.wpbdp-admin){padding-left:20px}.wpbdp-admin-page #wpfooter{display:none}.wpbdp-admin-page #wpbody-content{padding-bottom:0;min-height:100%}.wpbdp-admin-page #screen-meta-links{position:absolute;right:200px}.edit-tags-php[class*="taxonomy-wpbd"] #col-left,.term-php[class*="taxonomy-wpbd"] #col-left,.edit-tags-php[class*="taxonomy-wpbd"] .search-form,.term-php[class*="taxonomy-wpbd"] .search-form{display:none}.edit-tags-php[class*="taxonomy-wpbd"] #col-right,.term-php[class*="taxonomy-wpbd"] #col-right{float:none;width:100%}.edit-tags-php[class*="taxonomy-wpbd"] #col-right .col-wrap,.term-php[class*="taxonomy-wpbd"] #col-right .col-wrap{padding:0}.edit-tags-php[class*="taxonomy-wpbd"] #wpcontent,.term-php[class*="taxonomy-wpbd"] #wpcontent,.edit-tags-php[class*="taxonomy-wpbd"] .wrap,.term-php[class*="taxonomy-wpbd"] .wrap{padding-left:0 !important}.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.term-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form,.term-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form{display:block}.wpbdp-admin-page-themes .wpbdp-admin-row,.wpbdp-admin-page-addons .wpbdp-admin-row,.wpbdp-admin-page-payments .wpbdp-admin-row,.wpbdp-admin-page-full-width .wpbdp-admin-row{height:100%}.wpbdp-admin-page-themes .wpbdp-content-area,.wpbdp-admin-page-addons .wpbdp-content-area,.wpbdp-admin-page-payments .wpbdp-content-area,.wpbdp-admin-page-full-width .wpbdp-content-area{margin-left:0}.wpbdp-admin-page-themes .wpbdp-content-area-body,.wpbdp-admin-page-addons .wpbdp-content-area-body,.wpbdp-admin-page-payments .wpbdp-content-area-body,.wpbdp-admin-page-full-width .wpbdp-content-area-body{max-width:100%}.wpbdp-settings-tab-subtabs{margin-bottom:40px}.wpbdp-sub-menu{width:auto;margin-top:0;padding:3px 2px;border-radius:7px;font-size:13px;background-color:rgba(109,135,185,0.07)}.wpbdp-sub-menu li{margin:0 1px}.wpbdp-sub-menu a{color:#3C4B5D;padding:5px 20px;font-weight:600}.wpbdp-sub-menu a:active,.wpbdp-sub-menu a:visited{color:#3C4B5D;outline:none}.wpbdp-sub-menu a:focus{box-shadow:none}.wpbdp-sub-menu a:hover{color:#7E92BC}.wpbdp-sub-menu a.current{color:#7E92BC;background-color:#fff;border-radius:7px;border:.5px solid rgba(0,0,0,0.04);box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-webkit-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04)}.wpbdp-sub-menu.wpbdp-small-tabs a{padding:5px;font-size:11px}.wpbdp-license-key-activation-ui .wpbdp-button-secondary{padding:0}.wpbdp-license-key-activation-ui p{line-height:26px;margin:0}.wpbdp-license-key-input{padding:0 8px !important}.wpbdp-settings-form-title h2{font-size:20px}.post-type-wpbdp_listing .notice:not(.wpbdp-inline-notice),.wpbdp-admin-layout .notice:not(.wpbdp-inline-notice),.directory_page_wpbdp_settings .notice:not(.wpbdp-inline-notice),.wpbdp-admin-page .notice:not(.wpbdp-inline-notice){display:none}.wpbdp-bell-notifications-list{clear:both;margin:0}.wpbdp-bell-notifications-list li{display:block !important}.wpbdp-bell-notification{display:none;position:fixed;right:20px;bottom:20px}.wpbdp-bell-notification svg{height:48px;width:48px;display:block}.wpbdp-bell-notification-icon:focus{outline:0;background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notification-icon,.wpbdp-bell-notifications li{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notifications{position:fixed;bottom:69px;min-width:20%;right:20px;max-width:400px;font-size:13px}.wpbdp-bell-notifications li{padding:10px 25px;margin:0 auto 4px}.wpbdp-bell-notifications li .notice-dismiss{right:0;top:7px}.wpbdp-bell-notifications-close{border-radius:8px;background-color:#3C4B5D;color:#fff;padding:5px 15px;text-decoration:none;display:block;float:right;margin-bottom:4px}.wpbdp-bell-notifications-close:hover{color:#fff}#wpbdp-snackbar-notices{color:#fff;text-align:center;position:fixed;bottom:0;left:180px;z-index:1;max-width:500px;min-width:300px}.wpbdp-snackbar{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;width:100%;position:relative;box-sizing:border-box;margin-bottom:4px;opacity:0;display:inline-block;-webkit-animation:wpbdp-fade-in-out 10s linear forwards;animation:wpbdp-fade-in-out 10s linear forwards}.wpbdp-snackbar p,.wpbdp-snackbar a{margin:0;color:#fff !important}.wpbdp-snackbar p{margin-right:10px}.wpbdp-snackbar button::before{color:#fff !important}.folded .wpbdp-snackbar{left:56px}.wpbdp-nav-tooltip{position:relative}.wpbdp-nav-tooltip::before{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;position:absolute;top:0;left:50px;content:attr(title);text-transform:none;transition:all .5s ease;width:160px;z-index:200}.wpbdp-nav-tooltip::after{position:absolute;top:20px;left:49px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #3C4B5D;content:" ";font-size:0;line-height:0;margin-left:-4px;width:0}.wpbdp-nav-tooltip::before,.wpbdp-nav-tooltip::after{color:#fff;font-size:12px;opacity:0;pointer-events:none;text-align:left}.wpbdp-nav-tooltip:focus::before,.wpbdp-nav-tooltip:focus::after,.wpbdp-nav-tooltip:hover::before,.wpbdp-nav-tooltip:hover::after{opacity:1;transition:all .75s ease}@media screen and (max-width:782px){.wpbdp-snackbar{left:10px;max-width:90%}}@-moz-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@-webkit-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}.wpbdp-admin-dialog{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block;z-index:100;padding:0 !important;max-width:100% !important}.wpbdp-admin-dialog .inside:not(.empty){border-top:1px solid #C5CCDB;border-bottom:1px solid #C5CCDB}.wpbdp-admin-dialog .inside:not(.empty) p{padding:25px}.wpbdp-admin-dialog .dismiss:focus{outline:0;box-shadow:none}.wpbdp-admin-dialog .dismiss-button{text-decoration:none;font-weight:600}.wpbdp-admin-dialog .form-wrap{padding:10px 25px 25px}.wpbdp-admin-dialog .form-wrap p{padding:0 !important}.wpbdp-admin-dialog .form-wrap .inner-message{margin-top:2em;margin-bottom:2em}.wpbdp-admin-dialog .form-wrap input[type="submit"]{float:right}.wpbdp-admin-dialog .form-wrap .term-description-wrap,.wpbdp-admin-dialog .form-wrap .term-slug-wrap,.wpbdp-admin-dialog .form-wrap select+p,.wpbdp-admin-dialog .form-wrap input+p,.wpbdp-admin-dialog .form-wrap .aioseo-taxonomy-upsell{display:none}.wpbdp-admin-dialog h2{margin:0;margin-right:25px}.wpbdp-admin-dialog a{color:#7E92BC}.wpbdp-modal-top,.wpbdp-modal-bottom{padding:25px}.wpbdp-modal-bottom{display:flex;align-items:center}.wpbdp-modal-bottom .alignright{margin-left:auto}.wpbdp-modal-overlay{background:rgba(60,75,93,0.7) !important;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.wpbd-toggle-cont{position:relative;display:inline-block;width:38px;height:22px;vertical-align:middle;margin:2px}.wpbd-toggle-cont+span{margin-left:15px}.wpbd-toggle-cont input{display:none !important}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider{background-color:#6d87b9;outline-color:#6d87b9}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider:before{transform:translateX(17px);outline-color:#6d87b9}.wpbd-toggle-cont input:focus+.wpbd-toggle-slider{box-shadow:0 0 1px #6d87b9}.wpbd-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:30px;background-color:rgba(109,135,185,0.15);outline:1px solid rgba(109,135,185,0.15)}.wpbd-toggle-slider:before{border-radius:50%;position:absolute;content:"";height:22px;width:22px;left:0;top:0;transition:.3s;background-color:#fff;outline:1px solid rgba(109,135,185,0.15);box-shadow:0 2px 6px rgba(41,58,82,0.3)}.wpbd-toggle .wpbdp-setting-description{margin-left:57px}.wpbdp-admin-dialog textarea,.wpbdp-admin-page-settings textarea,.wpbdp-admin-page-csv textarea,.wpbdp-admin-dialog select,.wpbdp-admin-page-settings select,.wpbdp-admin-page-csv select,.wpbdp-admin-dialog input[type="text"],.wpbdp-admin-page-settings input[type="text"],.wpbdp-admin-page-csv input[type="text"],.wpbdp-admin-dialog input[type="number"],.wpbdp-admin-page-settings input[type="number"],.wpbdp-admin-page-csv input[type="number"],.wpbdp-admin-dialog input[type="url"],.wpbdp-admin-page-settings input[type="url"],.wpbdp-admin-page-csv input[type="url"]{width:100%;max-width:100%}.wpbdp-admin-page input[type="text"],.wpbdp-admin-page input[type="number"],.wpbdp-admin-page input[type="url"],.wpbdp-admin-page input[type="search"],.wpbdp-admin-page select,.wpbdp-admin-page textarea{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]:default,.wpbdp-admin-page input[type="number"]:default,.wpbdp-admin-page input[type="url"]:default,.wpbdp-admin-page input[type="search"]:default,.wpbdp-admin-page select:default,.wpbdp-admin-page textarea:default{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]::placeholder,.wpbdp-admin-page input[type="number"]::placeholder,.wpbdp-admin-page input[type="url"]::placeholder,.wpbdp-admin-page input[type="search"]::placeholder,.wpbdp-admin-page select::placeholder,.wpbdp-admin-page textarea::placeholder{opacity:.5}.wpbdp-admin-page input[type="text"]:hover,.wpbdp-admin-page input[type="number"]:hover,.wpbdp-admin-page input[type="url"]:hover,.wpbdp-admin-page input[type="search"]:hover,.wpbdp-admin-page select:hover,.wpbdp-admin-page textarea:hover,.wpbdp-admin-page input[type="text"]:active,.wpbdp-admin-page input[type="number"]:active,.wpbdp-admin-page input[type="url"]:active,.wpbdp-admin-page input[type="search"]:active,.wpbdp-admin-page select:active,.wpbdp-admin-page textarea:active{border-color:#7E92BC}.wpbdp-admin-page input[type="text"]:disabled,.wpbdp-admin-page input[type="number"]:disabled,.wpbdp-admin-page input[type="url"]:disabled,.wpbdp-admin-page input[type="search"]:disabled,.wpbdp-admin-page select:disabled,.wpbdp-admin-page textarea:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="text"]:invalid,.wpbdp-admin-page input[type="number"]:invalid,.wpbdp-admin-page input[type="url"]:invalid,.wpbdp-admin-page input[type="search"]:invalid,.wpbdp-admin-page select:invalid,.wpbdp-admin-page textarea:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="text"].valid,.wpbdp-admin-page input[type="number"].valid,.wpbdp-admin-page input[type="url"].valid,.wpbdp-admin-page input[type="search"].valid,.wpbdp-admin-page select.valid,.wpbdp-admin-page textarea.valid{border-color:#78C53C}.wpbdp-admin-page textarea{min-height:150px}.wpbdp-admin-page input[type="checkbox"]{border-radius:2px}.wpbdp-admin-page input[type="checkbox"],.wpbdp-admin-page input[type="radio"]{border-color:#C5CCDB;margin-right:11px;box-shadow:none}.wpbdp-admin-page input[type="checkbox"]:hover,.wpbdp-admin-page input[type="radio"]:hover,.wpbdp-admin-page input[type="checkbox"]:active,.wpbdp-admin-page input[type="radio"]:active{border-color:#7E92BC}.wpbdp-admin-page input[type="checkbox"]:disabled,.wpbdp-admin-page input[type="radio"]:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="checkbox"]:focus,.wpbdp-admin-page input[type="radio"]:focus{box-shadow:0 0 0 2px rgba(126,146,188,0.25)}.wpbdp-admin-page input[type="checkbox"]:invalid,.wpbdp-admin-page input[type="radio"]:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="checkbox"].valid,.wpbdp-admin-page input[type="radio"].valid{border-color:#78C53C}.wpbd-checkbox label{font-weight:500;padding-bottom:0}.wpbdp-admin-page{--bd-main-color:#6d87b9;--bd-main-color-20:rgba(109,135,185,0.2);--bd-main-color-8:rgba(109,135,185,0.08);background-color:#fff}.wpbdp-admin-page #wp-content-editor-tools{background-color:transparent}.wpbdp-admin-page h1,.wpbdp-admin-page h2,.wpbdp-admin-page h3,.wpbdp-admin-page label{color:rgba(60,75,93,0.8)}.wpbdp-admin-page p,.wpbdp-admin-page .required{color:#3C4B5D}.wpbdp-admin-page .wp-pointer-content h3{color:#fff;background:#6d87b9;border-color:#6d87b9}.wpbdp-admin-page .wp-pointer-content h3:before{color:#fff}.wpbdp-admin-page .wp-pointer-top .wp-pointer-arrow-inner,.wpbdp-admin-page .wp-pointer-undefined .wp-pointer-arrow-inner{border-bottom-color:#6d87b9}.wpbdp-content-area-body a{color:#7E92BC}a.wpbdp-delete-link{color:#d64226}.wpbdp-admin-page-addons.wpbdp-admin-page,.wpbdp-admin-page-themes.wpbdp-admin-page{background:rgba(109,135,185,0.07)}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.wpbdp-right{text-align:right}.button-primary.next-to-secondary{margin-left:30px}.wpbdp-error.error{border-left-color:#6d87b9;display:flex;align-items:center}.wpbdp-error.error p:first-of-type{flex:1}.wpbdp-pro-tip,.wpbdp-upgrade-bar{background-color:rgba(109,135,185,0.07)}.wpbdp-pro-tip a,.wpbdp-upgrade-bar a{color:#6d87b9;font-weight:600;text-decoration:none}.wpbdp-pro-tip{display:flex;flex-wrap:wrap;align-items:center;border-radius:6px;padding:11px 22px;position:relative}.wpbdp-pro-tip svg{color:#6d87b9;margin-right:13px}.wpbdp-pro-tip a{margin-left:5px}.wpbdp-pro-tip>img{width:calc(100% - 35px);margin:10px 0 10px 35px}.wpbdp-pro-tip>img~a{position:absolute;right:22px;top:11px}.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.4);text-align:center;margin-left:-20px;border-bottom:2px solid #6d87b9;padding:8px 22px}.wpbdp-admin-content .wpbdp-upgrade-bar{display:none}.wpbdp-admin h1 img{vertical-align:middle}.wpbdp-admin-content.with-sidebar{margin-top:20px;clear:left;float:left;width:78%}.wpbdp-admin .sidebar{margin-top:20px;float:right;clear:right;width:20%}.wpbdp-admin .sidebar .postbox{min-width:0 !important}.wp-list-table tr.wpbdp-item-message-tr td{padding-top:0}.wp-list-table tr.wpbdp-item-message-tr td div{margin:0 15px;padding:6px 12px 8px 12px;background-color:#fef7f1;font-size:12px}.wpbdp-admin-page-fees .tablenav{display:none}.wpbdp-admin-page-fees .wp-list-table .column-order{width:65px}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:3px}.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:20px;padding-right:20px}@media only screen and (max-width:960px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:0;padding-right:0}}@media only screen and (max-width:710px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp3,.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp4{grid-column:span 6 / span 6 !important}}.wpbdp-admin-page-fees h3{margin-top:50px}.wpbdp-admin-page-fees img.gateway-logo{height:20px}.wpbdp-admin-page-fees .gateway-description{min-height:30px;margin-top:10px;opacity:.6}.wpbdp-admin-page-fees .gateway-footer .button-primary{width:99px;text-align:center}.wpbdp-admin-page-fees .howto{opacity:.7}.wpbdp-admin-page-fees .howto .title{font-weight:600;clear:both;font-size:14px;display:block}.wpbdp-admin-page-fees .fees-order .button-secondary{line-height:2}#wpbdp-admin-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list{font-size:90%}#wpbdp-fee-form #limit-categories-list p{margin:10px 0}#wpbdp-fee-form #limit-categories-list select{width:100%}#wpbdp-fee-form #limit-categories-list .select2-selection{padding:0 0 2px 0;margin:0;border-radius:5px;border-color:#ddd;min-height:26px}#wpbdp-fee-form #limit-categories-list .select2-selection__choice{border:none;padding:0;margin:2px 4px 0 0;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-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-completed{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-canceled,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-failed{background:red;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-on-hold,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice .select2-selection__choice__remove{color:#fff}#wpbdp-fee-form #limit-categories-list .select2-search{margin-bottom:0}#wpbdp-fee-form #limit-categories-list .wpbdp-category-item{width:33.33%;float:left;padding:2px 0}#wpbdp-fee-form .pricing-details-variable>td{padding-top:0}#wpbdp-fee-form .pricing-details-variable table th{font-weight:normal}#wpbdp-fee-form .pricing-details-variable table td:last-child{width:100%}#wpbdp-fee-form .pricing-details-variable table td{font-size:90%;padding:0}#wpbdp-fee-form .pricing-details-variable table td.category-name-col{padding-right:20px;text-align:right}#wpbdp-fee-form .pricing-details-variable .wpbdp-variable-pricing-configurator-row input{width:100px}#wpbdp-fee-form .pricing-options label{display:block}#wpbdp-fee-form .fee-pricing-details input[type="text"]{width:100px}.wpbdp-setting-description{font-size:14px;padding:0 0 6px;color:#3C4B5D;opacity:80%}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}.wpbdp-admin-page-settings .nav-tab.tab-error{border-top:solid 1px red}.wpbdp-admin-page-settings .nav-tab.tab-warning{border-top:solid 1px yellow}.wpbdp-admin-page-settings .form-table tr>th{min-width:250px}.wpbdp-admin-page-settings .form-table tr>th>h3{font-size:1.2em;margin:0 auto}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-deactivate-btn{margin-left:10px;display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .howto,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-activate-btn{display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-deactivate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-not-verified input[type=text]{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-input{width:70%}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;border-radius:4px;padding:8px;margin:3px 0;box-sizing:border-box}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{border-color:#27a533}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-setting-disabled{display:none}.wpbdp-admin-page-settings .wpbdp_upgrade_to_pro{margin-top:60px}.form-table .wpbdp-collapse-row-last td,.form-table .wpbdp-collapse-row-last th,.form-table .wpbdp-collapse-row th,.form-table .wpbdp-collapse-row td{padding-bottom:0;padding-top:0}.form-table .wpbdp-collapse-row-first td,.form-table .wpbdp-collapse-row-first th{padding-bottom:0}.wpbdp-tooltip-msg{background:#333 !important;border-width:1px !important;border-radius:3px !important;box-shadow:1px 1px 2px 1px rgba(214,214,214,0.5) !important;color:#dedede !important;max-width:300px !important;padding:7px !important;text-rendering:optimizeLegibility;text-shadow:none !important;z-index:9999 !important}#wpbdp-admin-page-settings select{display:block}#wpbdp-admin-page-settings .wpbdp-settings-choice-radio{margin:0 0 5px 0}#wpbdp-admin-page-settings tr.disabled{opacity:.7}#wpbdp-admin-page-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #C5CCDB;border-radius:4px;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview h4,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview h4{margin:0 0 10px 0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview .edit-toggle,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview .edit-toggle{float:right}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dt,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dd,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor{display:none;margin-left:10px;font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table th,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons{margin:30px 0 0 0;text-align:right}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons .preview-email,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons .preview-email{float:left}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons .cancel,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons .cancel{margin-right:10px}#wpbdp-admin-page-settings .placeholders{margin:10px 0 0 0}#wpbdp-admin-page-settings .placeholder{font-size:90%}#wpbdp-admin-page-settings .placeholder .placeholder-code{font-family:monospace;font-weight:bold}#wpbdp-admin-page-settings .placeholder .placeholder-description{font-style:italic}#wpbdp-admin-page-settings .placeholder-separator{margin-top:10px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices #wpbdp-settings-expiration-notices-add-btn{margin:0 0 5px 0}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices #wpbdp-settings-expiration-notices-add .wpbdp-expiration-notice-email{display:none;border-bottom:1px solid #d2d2d2}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete{color:#a00;float:left;font-size:13px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete:hover{color:red}.wpbdp-settings-radio-options,.wpbdp-settings-multicheck-options.wpbdp-grid,.wpbdp-settings-multicheck-options{grid-gap:0}.wpbdp-settings-radio-options .wpbdp-settings-radio-option,.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option,.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option,.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option,.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option,.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option{margin:0 0 5px 0}.wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="checkbox"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option input[type="checkbox"],.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="checkbox"]{vertical-align:bottom}.wpbdp-settings-radio-options+.wpbdp-setting-description,.wpbdp-settings-multicheck-options.wpbdp-grid+.wpbdp-setting-description,.wpbdp-settings-multicheck-options+.wpbdp-setting-description{margin:10px 0 0 0}.wpbd-checkbox .wpbdp-setting-description{margin:0 28px}.wpbdp-settings-radio-option .wpbdp-img-opt{display:block;margin:0 auto 10px}#wpbdp-settings-list-layout .wpbdp-settings-radio-option{float:left;text-align:center;margin-right:1% !important;width:auto;min-width:173px}#wpbdp-settings-list-layout input{display:none}#wpbdp-settings-list-layout label span{border:2px solid #C5CCDB;display:inline-block;padding-bottom:10px;border-radius:3px;min-width:176px}#wpbdp-settings-list-layout input:checked+label span{border-color:#6d87b9}td.column-payment_status .status.ok{background:green}td.column-payment_status .paymentdata{font-size:85%}td.column-payment_status .paymentdata b{font-weight:normal}td.column-payment_status .paymentdata span{font-style:italic}td.column-sticky_status .status.notpaid{background:orange}td.column-sticky_status .status.pending{background:red;font-weight:bold}td.column-sticky_status .status.sticky{background:green}table.wp-list-table.formfields th.column-label{width:40%}table.wp-list-table.formfields th.column-tags,table.wp-list-table.formfields td.column-tags{width:200px}table.wp-list-table.formfields th.column-order,table.wp-list-table.formfields td.column-order{width:65px}table.wp-list-table.formfields td.column-order .wpbdp-drag-handle{visibility:hidden}table.wp-list-table.formfields tr:hover .wpbdp-drag-handle{visibility:visible}table.wp-list-table.formfields tr.wpbdp-draggable-highlight{height:54px}table.wp-list-table.formfields tr.ui-sortable-helper{background:#fff;border:1px dashed #c1c1c1}.wpbdp-admin-page-field-form .iframe-confirm{display:none}.wpbdp-admin-page-field-form .iframe-confirm p{font-size:90%}.wpbdp-admin-page-field-form .wpbdp-setting-description{color:#666;font-style:italic;display:block}.wpbdp-admin-page-field-form .wpbdp-pro-tip{margin-top:5px}#wpbdp-settings-currency .wpbdp-setting-description{display:none}.wpbdp-settings-type-file .preview img{margin-right:10px}.wpbdp-settings-type-file .preview,.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field-type-image .preview{float:none}.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-page-admin-transactions .tag{font-size:95%}.wpbdp-page-admin-transactions .tag.approved{background:green}.wpbdp-page-admin-transactions .tag.pending{background:red}.wpbdp-page-admin-transactions .column-actions a.delete{color:#bc0b0b}.wpbdp-page-admin-transactions tr.more-details-row{background:#fff}.wpbdp-page-admin-transactions tr.more-details-row td{padding-left:40px;font-size:95%}.wpbdp-page-admin-transactions tr.more-details-row td dl dt{font-weight:bold}body.taxonomy-wpbdp_category .column-id{width:74px}.transaction-status-container{text-align:right;padding:5px}.wpbdp-progress-bar .progress-bar{margin-left:10px;display:inline-block;vertical-align:middle}.wpbdp-progress-bar .progress-bar-outer{min-width:200px;height:12px;border:solid 1px #3366CC;padding:0}.wpbdp-progress-bar .progress-bar-inner{height:100%;background:#99CCFF}.wpbdp-note{padding:5px 10px;background:rgba(109,135,185,0.07);margin:5px 0 20px 0;border:1px solid transparent;border-radius:4px;opacity:1}.wpbdp-note p{margin:0}.wpbdp-note h1,.wpbdp-note h2,.wpbdp-note h3,.wpbdp-note h4{margin:0 0 8px 0}.wpbdp-note.error,.wpbdp-note.warning{background-color:#FFEBE8;border-color:#C00}.wpbdp-notice.dismissible{position:relative}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green;color:#fff}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}.wpbdp-payment-details .tag{float:right}.wpbdp-payment-details .details,.wpbdp-payment-details .invoice,.wpbdp-payment-details .actions{clear:both;margin:20px 0}.wpbdp-payment-details .details dl dt{font-weight:bold}.wpbdp-payment-details table.wpbdp-payment-items-table{width:100%}.wpbdp-payment-details table.wpbdp-payment-items-table th{text-transform:uppercase}.wpbdp-payment-details table.wpbdp-payment-items-table td{border-top:1px solid #bbb;padding:6px 10px 6px 0}.wpbdp-payment-details .actions a.button-primary{color:#fff !important}.wp-core-ui .wpbdp-loading-button.button-primary,.wpbdp-loading-button{position:relative !important;opacity:.8;color:transparent !important;text-shadow:none !important}.wpbdp-loading-button:hover,.wpbdp-loading-button:active,.wpbdp-loading-button:focus{cursor:not-allowed;color:transparent !important;outline:none !important;box-shadow:none}.wpbdp-loading-button:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #d2d2d2;opacity:.85}.listing-fee-change .fee-selection .fee:hover{opacity:1}.listing-fee-change .fee-selection .fee .details{margin-left:10px}.listing-fee-change .fee-selection .fee .tag{float:right}.listing-fee-change .fee-selection .fee .choose-this{float:right}.wpbdp-draggable-highlight{background:#bbb}.wpbdp-module-compat-check .module-info{margin-bottom:3px}.wpbdp-module-compat-check .module-info .module-version,.wpbdp-module-compat-check .module-info .module-required{color:#666}.wpbdp-module-compat-check .module-info .module-version{margin-left:15px}.wpbdp-module-compat-check .module-info .module-version b{color:#333}.wpbdp-module-compat-check .module-info .module-required b{color:#900000}#wpbdp-admin-page-admin .welcome-message{padding:10px;font-size:105%}#wpbdp-admin-page-admin .welcome-message p{font-size:inherit}#wpbdp-admin-page-admin .welcome-message h4{font-size:120%}#wpbdp-admin-page-admin .welcome-message ul{list-style-position:inside;list-style-type:disc}#wpbdp-admin-page-admin .shortcuts{margin:auto}#wpbdp-admin-page-admin .shortcuts li{float:left;margin-right:10px}#wpbdp-admin-page-admin .shortcuts li.clear{margin:0}#wpbdp-admin-page-uninstall .wpbdp-admin-content{box-sizing:border-box;margin:20px 0 0 0;padding:16px;background:#fff;border-radius:4px}#wpbdp-admin-page-uninstall .wpbdp-validation-error{font-size:80%;color:#d64226;margin:0 0 10px 0}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{float:left;box-sizing:border-box}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul{margin-left:10px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul li,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul li{list-style-type:disc;list-style-position:inside}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning{width:60%;padding-right:20px;color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .dashicons{width:20px;height:20px;font-size:20px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{width:40%;padding-left:20px;border-left:1px solid #efefef}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons{margin-left:15px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons .reason{margin-bottom:5px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .custom-reason{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea.invalid{border-color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-proceed-btn{margin-top:20px;color:#d64226}#wpbdp-licensing-issues-warning ul li{list-style-position:inside;list-style-type:disc}#wpbdp-licensing-issues-warning span.item-name{background:#fff9aa;padding:2px 5px;margin:0 0 0 4px;border-radius:4px}.wp-admin.widgets-php .widget-content span.help{color:#666}.wpbdp-admin-tab-nav{float:none;margin:0 0 .5em 0}.wpbdp-admin-tab-content{padding:5px 0 0 0;display:none}.wpbdp-admin-tab-content .wpbdp-form-field{margin:0}.wpbdp-admin-tab-content .wpbdp-form-field .wpbdp-form-field-inner{padding:0}.wpbdp-admin-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#d64226;text-decoration:none}a.wpbdp-admin-delete-link:hover{color:red}#wpbdp-admin-payment-info-box .inside{margin:0;padding:0}#wpbdp-admin-payment-info-box .wpbdp-admin-box-row{border-bottom:1px solid #eee;clear:both;padding:6px 12px;margin:0;line-height:1.5}#wpbdp-admin-payment-info-box label{font-weight:bold}#wpbdp-admin-payment-items-box .payment-item,#wpbdp-admin-payment-items-box .payment-item-header{margin:0 12px;padding:6px 0}#wpbdp-admin-payment-items-box .payment-item .payment-item-type,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-type{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-description,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-description{display:block;width:60%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-amount,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-amount{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item.payment-totals,#wpbdp-admin-payment-items-box .payment-item-header.payment-totals{border-top:1px solid #eee;font-weight:bold}#wpbdp-admin-payment-items-box .payment-item-header{font-weight:bold}#wpbdp-admin-payment-details-box *{box-sizing:border-box}#wpbdp-admin-payment-details-box .wpbdp-admin-box-row>div{padding:6px 0}#wpbdp-admin-payment-details-box label{display:block}#wpbdp-admin-payment-details-box .customer-email,#wpbdp-admin-payment-details-box .customer-address-line1,#wpbdp-admin-payment-details-box .customer-address-line2{clear:both;width:100%}#wpbdp-admin-payment-details-box .customer-email input,#wpbdp-admin-payment-details-box .customer-address-line1 input,#wpbdp-admin-payment-details-box .customer-address-line2 input{width:100%}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-city{padding-right:3px !important}#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-zipcode{padding-left:3px !important}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-city,#wpbdp-admin-payment-details-box .customer-address-zipcode{float:left;width:50%}#wpbdp-admin-payment-details-box .customer-first-name input,#wpbdp-admin-payment-details-box .customer-last-name input,#wpbdp-admin-payment-details-box .customer-address-country input,#wpbdp-admin-payment-details-box .customer-address-state input,#wpbdp-admin-payment-details-box .customer-address-city input,#wpbdp-admin-payment-details-box .customer-address-zipcode input{width:100%}#wpbdp-payment-notes .wpbdp-payment-note{margin-bottom:12px;line-height:1.5}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-user{font-weight:bold}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-date{color:#666}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-admin-delete-link{float:right;display:none}#wpbdp-payment-notes .wpbdp-payment-note:hover .wpbdp-admin-delete-link{display:block}span.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}span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin .wpbdp-tag,span.tag,table.wp-list-table td .tag,td.column-payment_status .status,td.column-sticky_status .status{background:var(--bd-main-color-20);border-radius:4px;padding:2px 5px;font-size:90%;color:#3C4B5D}table.wp-list-table td .tag{margin-right:2px}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-canceled,.wpbdp-tag.wpbdp-listing-attr-payment-failed,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-on-hold,.wpbdp-tag.wpbdp-listing-attr-payment-refunded,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}.wpbdp-tag.wpbdp-listing-attr-post-status-pending,span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}.wpbdp-tag.wpbdp-listing-attr-no-fee-plan,span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin-page .wp-list-table{border:0;box-shadow:none;margin:20px 0}.wpbdp-admin-page .wp-list-table thead .manage-column,.wpbdp-admin-page .wp-list-table tfoot .manage-column,.wpbdp-admin-page .wp-list-table thead a,.wpbdp-admin-page .wp-list-table tfoot a{color:rgba(60,75,93,0.7);font-weight:600;font-size:13px}.wpbdp-admin-page .wp-list-table tbody a,.wpbdp-admin-page .wp-list-table tbody .inline .button-link{color:#7E92BC}.wpbdp-admin-page .wp-list-table tbody .row-actions .trash a,.wpbdp-admin-page .wp-list-table tbody .row-actions .delete a{color:#d64226}.wpbdp-admin-page .wp-list-table.striped>tbody>:nth-child(odd){background-color:rgba(109,135,185,0.04)}.wpbdp-admin-page .wp-list-table th{text-align:left}.wpbdp-admin-page .wp-list-table.widefat thead th,.wpbdp-admin-page .wp-list-table.widefat thead td,.wpbdp-admin-page .wp-list-table.widefat tfoot th,.wpbdp-admin-page .wp-list-table.widefat tfoot td{border-color:#D4D5D7}.wpbdp-admin-page .subsubsub a{color:#7E92BC}.wpbdp-admin-page .subsubsub a.current{color:#3C4B5D}.wpbdp-user-select .select2.select2-container{max-width:84.9%}.select2-container,.select2-search--inline,.select2-search__field{width:100% !important}.wpbdp-scrollbox{max-height:170px;overflow:auto;border:1px solid #c3c4c7;margin-bottom:1em;padding:0 10px}.wpbdp-plain-list{list-style-type:none !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}th .wpbdp-setting-tooltip{margin:0 0 0 5px}.wpbdp-admin-tooltip-content{background-color:#414B5A !important;background-image:none !important;box-shadow:none !important;border-radius:5px !important;color:#fff !important;padding:1rem !important;width:auto;max-width:220px !important;font-size:12px !important}
|
1 |
+
.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#6278A5;border-right-color:#6278A5;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdpfont{text-decoration:none;text-shadow:none;font-weight:normal;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.wpbdpfont{font-style:normal;font-variant:normal;speak:none}.wpbdpfont:before,select.wpbdpfont{text-align:center}.wpbdpfont,a.wpbdpfont,.wpbdpfont:hover{text-decoration:none !important;box-shadow:none}.wpbdpfont:focus{box-shadow:none;-webkit-box-shadow:none}.wpbdpfont:active{outline:none}.wpbdpsvg{fill:currentColor;width:18px;height:18px;vertical-align:text-bottom}.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .ui-datepicker-buttonpane button{text-shadow:none;box-shadow:none;border-radius:4px;border:1px solid #7E92BC;font-size:14px;transition:all .2s ease;height:28px;min-height:28px;outline:none;line-height:22px;min-width:100px;display:inline-block;text-align:center;padding:2px 15px;text-decoration:none;font-weight:500}.wpbdp-admin-page .add-new-h2,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .button-secondary,.wpbdp-admin-page .button{background-color:#fff;border-color:#7E92BC;color:#6278A5}.wpbdp-admin-page .add-new-h2:hover,.wpbdp-admin-page .wpbdp-button-secondary:hover,.wpbdp-admin-page .button-secondary:hover,.wpbdp-admin-page .button:hover{background:rgba(109,135,185,0.07);color:#7E92BC;box-shadow:none}.wpbdp-admin-page .add-new-h2:focus,.wpbdp-admin-page .wpbdp-button-secondary:focus,.wpbdp-admin-page .button-secondary:focus,.wpbdp-admin-page .button:focus,.wpbdp-admin-page .add-new-h2:active,.wpbdp-admin-page .wpbdp-button-secondary:active,.wpbdp-admin-page .button-secondary:active,.wpbdp-admin-page .button:active{background-color:#fff}.wpbdp-admin-page .add-new-h2:disabled,.wpbdp-admin-page .wpbdp-button-secondary:disabled,.wpbdp-admin-page .button-secondary:disabled,.wpbdp-admin-page .button:disabled{background-color:#fff;border-color:#7E92BC;color:#6278A5;opacity:.5}.wpbdp-admin-page .page-title-action,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button,.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .button-primary{background-color:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:hover,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:hover,.wpbdp-admin-page .wpbdp-button-primary:hover,.wpbdp-admin-page .button-primary:hover{background:#6278A5;border-color:#6278A5;color:#fff}.wpbdp-admin-page .page-title-action:focus,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:focus,.wpbdp-admin-page .wpbdp-button-primary:focus,.wpbdp-admin-page .button-primary:focus,.wpbdp-admin-page .page-title-action:active,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:active,.wpbdp-admin-page .wpbdp-button-primary:active,.wpbdp-admin-page .button-primary:active{background:#7E92BC;border-color:#7E92BC;color:#fff}.wpbdp-admin-page .page-title-action:disabled,.wpbdp-admin-page .wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane button:disabled,.wpbdp-admin-page .wpbdp-button-primary:disabled,.wpbdp-admin-page .button-primary:disabled{background:#7E92BC !important;border-color:#7E92BC !important;color:#fff !important;opacity:.5}#wpbdp-admin-smtp *,#wpbdp-admin-smtp *::before,#wpbdp-admin-smtp *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpbdp-admin-smtp{width:700px;margin:0 auto}#wpbdp-admin-smtp p{font-size:15px}#wpbdp-admin-smtp section{margin:50px 0;text-align:left;clear:both}#wpbdp-admin-smtp .top{text-align:center}#wpbdp-admin-smtp .top h1{font-size:26px;font-weight:600;margin-bottom:0;padding:0}#wpbdp-admin-smtp .top p{font-size:17px;color:#777;margin-top:.5em}#wpbdp-admin-smtp .top .error,#wpbdp-admin-smtp .top .notice{display:none}#wpbdp-admin-smtp .screenshot ul{display:inline-block;margin:0 0 0 30px;list-style-type:none;max-width:calc(100% - 350px)}#wpbdp-admin-smtp .screenshot li{margin:16px 0;padding:0;font-size:15px;color:#777}#wpbdp-admin-smtp .screenshot .cont img{max-width:100%;display:block}#wpbdp-admin-smtp .screenshot .cont{display:inline-block;position:relative;width:315px;padding:5px;background-color:#fff;border-radius:3px}#wpbdp-admin-smtp .step,#wpbdp-admin-smtp .screenshot .cont{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);box-shadow:0 2px 5px 0 rgba(0,0,0,0.05)}#wpbdp-admin-smtp .step{background-color:#F9F9F9;border:1px solid #E5E5E5;margin:0 0 25px}#wpbdp-admin-smtp .step p{font-size:16px;color:#777777}#wpbdp-admin-smtp .step .num{display:inline-block;position:relative;width:100px;height:50px;text-align:center}#wpbdp-admin-smtp .step div{display:inline-block;width:calc( 100% - 104px );background-color:#fff;padding:30px;border-left:1px solid #eee}#wpbdp-admin-smtp .step h2{font-size:24px;line-height:22px;margin-top:0;margin-bottom:15px}#wpbdp-admin-smtp .screenshot>*,#wpbdp-admin-smtp .step>*{vertical-align:middle}#wpbdp-admin-smtp .grey{opacity:.5;background:#F6F6F6 !important;border-color:#ddd !important;color:#9FA5AA !important}#wpbdp-admin-smtp .button.disabled{cursor:default}.wpbdp-smtp-logos{margin-bottom:38px}.wpbdp-smtp-logos img,.wpbdp-smtp-logos svg{vertical-align:middle}.wpbdp-addons{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:25px}.wpbdp-addons h2{font-size:17px}.wpbdp-addons h3{margin-top:0}.wpbdp-card{width:100%;border-radius:10px;border:1px solid #C5CCDB;opacity:1;transition:opacity 1s;background:#fff;box-sizing:border-box;position:relative}.wpbdp-addons .wpbdp-card.wpbdp-addon-not-installed{position:relative}.wpbdp-addons .wpbdp-card{padding:25px;border-color:transparent}.wpbdp-addons .wpbdp-card-module-icon{margin:3px;display:inline-block}.wpbdp-addons .wpbdp-plugin-card-details{margin-bottom:0;color:#3C4B5D}.wpbdp-addons .wpbdp-plugin-card-docs{padding-top:5px}.wpbdp-addons .wpbdp-plugin-card-docs a{text-decoration:none;font-weight:500}.wpbdp-addons .wpbdp-plugin-card-title{margin:0 0 8px;font-weight:600;font-size:15px}.wpbdp-addons .wpbdp-addon-status{font-style:italic;opacity:.8;margin:0 0 13px}.wpbdp-template-row p{opacity:.8}.wpbdp-addon-active .button{visibility:hidden}.wpbdp-addon-error{position:absolute;top:55px;left:10px;right:10px;font-weight:bold;text-align:center}.wpbdp-ribbon{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border:25px solid transparent;border-bottom:25px solid #1da867;color:#fff;position:absolute;top:-19px;left:-29px;padding:0 10px;width:30px;font-family:sans-serif;font-style:italic;size:11px}.wpbdp-ribbon span{position:absolute;left:-5px;font-size:15px;top:4px}.wpbdp-theme-actions form{margin:0;padding:0;display:inline}.wpbdp-theme-actions form input[type="submit"]{margin:0}.wpbdp-theme-details-wrapper{text-align:center}.wpbdp-theme-thumbnail{width:100%;height:150px;object-fit:cover;object-position:100% 0}.wpbdp-theme .enter-license{display:none;position:absolute;float:none;font-weight:normal;top:3px;right:10px;color:#d64226}.wpbdp-theme:hover .enter-license{display:block}.wpbdp-theme:hover a.delete-theme-link,.wpbdp-theme:hover .choose-theme{display:inline-block}.wpbdp-theme.active .choose-theme,.wpbdp-theme.active:hover .choose-theme{display:none}#wpbdp-admin-page-theme-delete #delete-theme{margin-left:20px;color:#d64226}#wpbdp-admin-page-theme-delete #delete-theme:hover{background:#d54e21;border-color:#d54e21;color:#fff;box-shadow:none}.wpbdp-theme a.delete-theme-link{display:none;margin-top:4px;margin-right:10px;margin-left:5px;color:#d64226 !important;font-size:13px}.wpbdp-theme.wpbdp-card{padding-bottom:0}.wpbdp-theme h2.wpbdp-plugin-card-title,.wpbdp-theme .wpbdp-theme-thumbnail p{margin:0 0 24px;padding-top:0}.wpbdp-theme .wpbdp-card-footer{padding:17px 0}.wpbdp-theme .addon-status{margin:0}.wpbdp-theme .wpbdp-theme-update-info{display:inline-block;padding:5px 24px;position:absolute;left:-1px;right:-1px;margin:0;text-align:left;border-left-width:1px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated{background:#ecf7ed;border-left-color:#46b450}.wpbdp-theme .wpbdp-theme-update-info.update-error{border-color:red}.wpbdp-theme .wpbdp-theme-update-info.update-error .update-message{color:red}.wpbdp-theme .wpbdp-theme-update-info .update-message{padding:2px 4px}.wpbdp-theme .wpbdp-theme-update-info.theme-updated .update-message{background:#F0F5F7}.wpbdp-theme .wpbdp-theme-license-required-row{padding:5px 10px;border-top:solid 2px;background:#fef7f1;border-color:#D34F2B}.wpbdp-admin-module-icon img{width:100%}.wpbdp-admin-page-themes .wpbdp-addons .wpbdp-card{position:relative}@media only screen and (max-width:1200px){.wpbdp-addons{grid-template-columns:1fr 1fr}}@media only screen and (max-width:782px){.wpbdp-card-module-icon+.wpbdp7{grid-column:span 10 / span 10}.wpbdp-card-module-icon+.wpbdp7+.wpbdp-right.wpbdp3{grid-column:span 12 / span 12;text-align:center}}.wpbdp-review-notice.notice form,.wpbdp-review-notice.notice p{font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.wpbdp-review-notice a{margin:5px}.wpbdp-review-notice p>span{font-size:13px;opacity:.75}.wpbdp-review-notice .wpbdp_error,.wpbdp-review-notice label{color:#444;text-align:left}.wpbdp-review-notice label{font-size:14px}.wpbdp-admin-layout{background-color:rgba(109,135,185,0.07);margin:0;padding-top:0;padding-left:0;display:inline-block;width:100%}.wpbdp-admin-layout ::before,.wpbdp-admin-layout ::after,.wpbdp-admin-layout *{box-sizing:border-box}.wpbdp-title-buttons{clear:both}.wpbdp-no-padding{padding-left:0;padding-right:0}.wpbdp-page-title{padding:10px 0 10px 20px !important}.wpbdp-page-title span{vertical-align:middle}.wpbdp-admin-row{margin:0;display:flex;min-height:calc(100vh - 32px);height:100%}.wpbdp-admin-row.minimized .title-text,.wpbdp-admin-row.minimized .wpbdp-nav-item-name,.wpbdp-admin-row.minimized .wpbdp-icon-maximized{display:none}.wpbdp-admin-row.minimized .wpbdp-menu-area{width:57px}.wpbdp-admin-row.minimized .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row.minimized .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row.minimized .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row.minimized .wpbdp-icon-minimized{display:block}.wpbdp-admin-row.minimized .wpbdp-nav-toggle{margin-left:15px}@media only screen and (max-width:960px){.wpbdp-admin-row{height:100%}.wpbdp-admin-row .wpbdp-menu-area{padding:9px 0 37px 0}.wpbdp-admin-row .wpbdp-nav-item a{padding-left:3px !important;padding-right:2px !important}.wpbdp-admin-row .title-text,.wpbdp-admin-row .wpbdp-nav-item-name,.wpbdp-admin-row .wpbdp-icon-maximized{display:none}.wpbdp-admin-row .wpbdp-menu-area{width:57px}.wpbdp-admin-row .wpbdp-nav-item a{text-align:center;padding-left:0;padding-right:0}.wpbdp-admin-row .wpbdp-nav-item-icon{margin:0 auto}.wpbdp-admin-row .wpbdp-page-title{padding-left:10px !important}.wpbdp-admin-row .wpbdp-icon-minimized{display:block}.wpbdp-admin-row .wpbdp-nav-toggle{margin-left:15px}}.wpbdp-menu-area{width:287px;background-color:rgba(109,135,185,0.07);border-right:1px solid rgba(109,135,185,0.07);position:relative;bottom:0;top:0}@media only screen and (max-width:960px){.wpbdp-menu-area{position:relative;top:0;bottom:0}}.wpbdp-nav-items{display:flex;flex-wrap:wrap;padding-left:0;list-style:none;flex-direction:column;margin-bottom:auto;margin-top:0}.wpbdp-nav-items .wpbdp-nav-item{font-size:16px}.wpbdp-nav-items .wpbdp-nav-item a{display:flex;padding:15px 7px;text-decoration:none;color:#3C4B5D;align-items:center}.wpbdp-nav-items .wpbdp-nav-item a:focus{box-shadow:none}.wpbdp-nav-items .wpbdp-nav-item .active{background-color:#fff;color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item .active .wpbdp-admin-icon{background-color:#7E92BC}.wpbdp-nav-items .wpbdp-nav-item:hover a{color:#7E92BC}.wpbdp-nav-item-icon{margin:0 10px;display:inline-block;opacity:.7;width:24px;height:24px}.wpbdp-admin-icon svg{fill:currentColor;width:100%;height:24px}.wpbdp-admin-module-icon img{width:100%}.wpbdp-nav-toggle{bottom:0;position:relative;margin-top:40px;margin-left:17px;cursor:pointer;font-size:14px;width:200px}@media only screen and (max-width:960px){.wpbdp-nav-toggle{display:none}}.wpbdp-nav-toggle .wpbdp-nav-item-name{opacity:.7;line-height:1.5}.wpbdp-nav-toggle .wpbdp-nav-item-name:hover{color:#7E92BC}.wpbdp-nav-toggle .wpbdp-nav-item-icon{margin:0}.wpbdp-icon-minimized{display:none}.wpbdp-content-area{flex:1;margin-left:0}@media only screen and (max-width:960px){.wpbdp-content-area{margin-left:0 !important}}.wpbdp-content-area-header{width:100%;min-height:56px;padding:10px 40px;border-bottom:1px solid #C5CCDB;background-color:#fff;flex-direction:row;align-items:center;display:flex;gap:20px}.wpbdp-content-area-header.wpbdp-header-scroll{position:sticky;top:32px;z-index:99}.wpbdp-content-area-header>div{flex:1}.wpbdp-content-area-header-tabbed{padding-bottom:0}.wpbdp-content-area-header-tabbed .wpbdp-content-area-header-actions{padding-bottom:10px}.wpbdp-content-area-header-actions{display:flex;align-items:center;width:100%;gap:20px;justify-content:flex-end}.wpbdp-content-area-header-actions p.submit{float:none;padding:0;margin:0 0 0 auto;display:inline-block}.wpbdp-content-area-header-tabs .wpbdp-header-tab{text-decoration:none;float:left;border-bottom:none;margin-right:.5em;padding:5px 10px 22px 10px;font-size:20px;font-weight:400;color:#3C4B5D}.wpbdp-content-area-header-tabs .wpbdp-header-tab:hover{color:#7E92BC}.wpbdp-content-area-header-tabs .wpbdp-header-tab-active{color:#7E92BC;border-bottom:2px solid #7E92BC}.wpbdp-content-area-body{padding:40px;font-size:14px}.wpbdp-content-area-body h3{font-size:20px;margin:40px 0 20px}@media only screen and (min-width:960px){.wpbdp-admin-page-settings .wpbdp-content-area-body,.wpbdp-admin-page-csv .wpbdp-content-area-body{max-width:1000px}}.wpbdp-page-title,.wpbdp-sub-section-title{font-size:24px !important;font-weight:400 !important;margin:0 !important}.wpbdp-settings-form.wpbdp-grid{grid-gap:30px 4%}.wpbdp-settings-form-title{margin:10px 0}.wpbdp-admin-page .form-field label,.wpbdp-setting-label,.wpbdp-setting-form-title label{font-weight:600;font-size:14px;padding-bottom:5px}.edit-php.post-type-wpbdp_listing .wp-heading-inline+.page-title-action,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline+.page-title-action,.edit-php.post-type-wpbdp_listing .wp-heading-inline,.edit-tags-php[class*="taxonomy-wpbd"] .wp-heading-inline,.term-php[class*="taxonomy-wpbd"] .wp-heading-inline,.edit-php.post-type-wpbdp_listing .subtitle,.edit-tags-php[class*="taxonomy-wpbd"] .subtitle,.term-php[class*="taxonomy-wpbd"] .subtitle{display:none !important}.edit-php.post-type-wpbdp_listing #wpbody-content>.wrap,.edit-tags-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap,.term-php[class*="taxonomy-wpbd"] #wpbody-content>.wrap{margin:0}.wpbdp-admin-page #wpcontent{padding-left:0}.wpbdp-admin-page:not(.edit-php) .wrap:not(.wpbdp-admin){padding-left:20px}.wpbdp-admin-page #wpfooter{display:none}.wpbdp-admin-page #wpbody-content{padding-bottom:0;min-height:100%}.wpbdp-admin-page #screen-meta-links{position:absolute;right:200px}.edit-tags-php[class*="taxonomy-wpbd"] #col-left,.term-php[class*="taxonomy-wpbd"] #col-left,.edit-tags-php[class*="taxonomy-wpbd"] .search-form,.term-php[class*="taxonomy-wpbd"] .search-form{display:none}.edit-tags-php[class*="taxonomy-wpbd"] #col-right,.term-php[class*="taxonomy-wpbd"] #col-right{float:none;width:100%}.edit-tags-php[class*="taxonomy-wpbd"] #col-right .col-wrap,.term-php[class*="taxonomy-wpbd"] #col-right .col-wrap{padding:0}.edit-tags-php[class*="taxonomy-wpbd"] #wpcontent,.term-php[class*="taxonomy-wpbd"] #wpcontent,.edit-tags-php[class*="taxonomy-wpbd"] .wrap,.term-php[class*="taxonomy-wpbd"] .wrap{padding-left:0 !important}.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.term-php[class*="taxonomy-wpbd"] .wpbdp-admin-layout,.edit-tags-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form,.term-php[class*="taxonomy-wpbd"] .wpbdp-content-area .search-form{display:block}.wpbdp-admin-page-themes .wpbdp-admin-row,.wpbdp-admin-page-addons .wpbdp-admin-row,.wpbdp-admin-page-payments .wpbdp-admin-row,.wpbdp-admin-page-full-width .wpbdp-admin-row{height:100%}.wpbdp-admin-page-themes .wpbdp-content-area,.wpbdp-admin-page-addons .wpbdp-content-area,.wpbdp-admin-page-payments .wpbdp-content-area,.wpbdp-admin-page-full-width .wpbdp-content-area{margin-left:0}.wpbdp-admin-page-themes .wpbdp-content-area-body,.wpbdp-admin-page-addons .wpbdp-content-area-body,.wpbdp-admin-page-payments .wpbdp-content-area-body,.wpbdp-admin-page-full-width .wpbdp-content-area-body{max-width:100%}.wpbdp-settings-tab-subtabs{margin-bottom:40px}.wpbdp-sub-menu{width:auto;margin-top:0;padding:3px 2px;border-radius:7px;font-size:13px;background-color:rgba(109,135,185,0.07)}.wpbdp-sub-menu li{margin:0 1px}.wpbdp-sub-menu a{color:#3C4B5D;padding:5px 20px;font-weight:600}.wpbdp-sub-menu a:active,.wpbdp-sub-menu a:visited{color:#3C4B5D;outline:none}.wpbdp-sub-menu a:focus{box-shadow:none}.wpbdp-sub-menu a:hover{color:#7E92BC}.wpbdp-sub-menu a.current{color:#7E92BC;background-color:#fff;border-radius:7px;border:.5px solid rgba(0,0,0,0.04);box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-webkit-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 3px 8px rgba(0,0,0,0.12),0 3px 1px rgba(0,0,0,0.04)}.wpbdp-sub-menu.wpbdp-small-tabs a{padding:5px;font-size:11px}.wpbdp-license-key-activation-ui .wpbdp-button-secondary{padding:0}.wpbdp-license-key-activation-ui p{line-height:26px;margin:0}.wpbdp-license-key-input{padding:0 8px !important}.wpbdp-settings-form-title h2{font-size:20px}.post-type-wpbdp_listing .notice:not(.wpbdp-inline-notice),.wpbdp-admin-layout .notice:not(.wpbdp-inline-notice),.directory_page_wpbdp_settings .notice:not(.wpbdp-inline-notice),.wpbdp-admin-page .notice:not(.wpbdp-inline-notice){display:none}.wpbdp-bell-notifications-list{clear:both;margin:0}.wpbdp-bell-notifications-list li{display:block !important}.wpbdp-bell-notification{display:none;position:fixed;right:20px;bottom:20px}.wpbdp-bell-notification svg{height:48px;width:48px;display:block}.wpbdp-bell-notification-icon:focus{outline:0;background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notification-icon,.wpbdp-bell-notifications li{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block}.wpbdp-bell-notifications{position:fixed;bottom:69px;min-width:20%;right:20px;max-width:400px;font-size:13px}.wpbdp-bell-notifications li{padding:10px 25px;margin:0 auto 4px}.wpbdp-bell-notifications li .notice-dismiss{right:0;top:7px}.wpbdp-bell-notifications-close{border-radius:8px;background-color:#3C4B5D;color:#fff;padding:5px 15px;text-decoration:none;display:block;float:right;margin-bottom:4px}.wpbdp-bell-notifications-close:hover{color:#fff}#wpbdp-snackbar-notices{color:#fff;text-align:center;position:fixed;bottom:0;left:180px;z-index:1;max-width:500px;min-width:300px}.wpbdp-snackbar{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;width:100%;position:relative;box-sizing:border-box;margin-bottom:4px;opacity:0;display:inline-block;-webkit-animation:wpbdp-fade-in-out 10s linear forwards;animation:wpbdp-fade-in-out 10s linear forwards}.wpbdp-snackbar p,.wpbdp-snackbar a{margin:0;color:#fff !important}.wpbdp-snackbar p{margin-right:10px}.wpbdp-snackbar button::before{color:#fff !important}.folded .wpbdp-snackbar{left:56px}.wpbdp-nav-tooltip{position:relative}.wpbdp-nav-tooltip::before{background-color:#3C4B5D;color:#fff !important;border-radius:8px;padding:16px;position:absolute;top:0;left:50px;content:attr(title);text-transform:none;transition:all .5s ease;width:160px;z-index:200}.wpbdp-nav-tooltip::after{position:absolute;top:20px;left:49px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #3C4B5D;content:" ";font-size:0;line-height:0;margin-left:-4px;width:0}.wpbdp-nav-tooltip::before,.wpbdp-nav-tooltip::after{color:#fff;font-size:12px;opacity:0;pointer-events:none;text-align:left}.wpbdp-nav-tooltip:focus::before,.wpbdp-nav-tooltip:focus::after,.wpbdp-nav-tooltip:hover::before,.wpbdp-nav-tooltip:hover::after{opacity:1;transition:all .75s ease}@media screen and (max-width:782px){.wpbdp-snackbar{left:10px;max-width:90%}}@-moz-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@-webkit-keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}@keyframes wpbdp-fade-in-out{2%{opacity:1}100%{opacity:1}}.wpbdp-admin-dialog{background-color:#fff;border-radius:12px;box-shadow:0 24px 54px rgba(99,111,125,0.2);border:none;display:block;z-index:100;padding:0 !important;max-width:100% !important}.wpbdp-admin-dialog .inside:not(.empty){border-top:1px solid #C5CCDB;border-bottom:1px solid #C5CCDB}.wpbdp-admin-dialog .inside:not(.empty) p{padding:25px}.wpbdp-admin-dialog .dismiss:focus{outline:0;box-shadow:none}.wpbdp-admin-dialog .dismiss-button{text-decoration:none;font-weight:600}.wpbdp-admin-dialog .form-wrap{padding:10px 25px 25px}.wpbdp-admin-dialog .form-wrap p{padding:0 !important}.wpbdp-admin-dialog .form-wrap .inner-message{margin-top:2em;margin-bottom:2em}.wpbdp-admin-dialog .form-wrap input[type="submit"]{float:right}.wpbdp-admin-dialog .form-wrap .term-description-wrap,.wpbdp-admin-dialog .form-wrap .term-slug-wrap,.wpbdp-admin-dialog .form-wrap select+p,.wpbdp-admin-dialog .form-wrap input+p,.wpbdp-admin-dialog .form-wrap .aioseo-taxonomy-upsell{display:none}.wpbdp-admin-dialog h2{margin:0;margin-right:25px}.wpbdp-admin-dialog a{color:#7E92BC}.wpbdp-modal-top,.wpbdp-modal-bottom{padding:25px}.wpbdp-modal-bottom{display:flex;align-items:center}.wpbdp-modal-bottom .alignright{margin-left:auto}.wpbdp-modal-overlay{background:rgba(60,75,93,0.7) !important;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.wpbd-toggle-cont{position:relative;display:inline-block;width:38px;height:22px;vertical-align:middle;margin:2px}.wpbd-toggle-cont+span{margin-left:15px}.wpbd-toggle-cont input{display:none !important}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider{background-color:#6d87b9;outline-color:#6d87b9}.wpbd-toggle-cont input:checked+.wpbd-toggle-slider:before{transform:translateX(17px);outline-color:#6d87b9}.wpbd-toggle-cont input:focus+.wpbd-toggle-slider{box-shadow:0 0 1px #6d87b9}.wpbd-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:30px;background-color:rgba(109,135,185,0.15);outline:1px solid rgba(109,135,185,0.15)}.wpbd-toggle-slider:before{border-radius:50%;position:absolute;content:"";height:22px;width:22px;left:0;top:0;transition:.3s;background-color:#fff;outline:1px solid rgba(109,135,185,0.15);box-shadow:0 2px 6px rgba(41,58,82,0.3)}.wpbd-toggle .wpbdp-setting-description{margin-left:57px}.wpbdp-admin-dialog textarea,.wpbdp-admin-page-settings textarea,.wpbdp-admin-page-csv textarea,.wpbdp-admin-dialog select,.wpbdp-admin-page-settings select,.wpbdp-admin-page-csv select,.wpbdp-admin-dialog input[type="text"],.wpbdp-admin-page-settings input[type="text"],.wpbdp-admin-page-csv input[type="text"],.wpbdp-admin-dialog input[type="number"],.wpbdp-admin-page-settings input[type="number"],.wpbdp-admin-page-csv input[type="number"],.wpbdp-admin-dialog input[type="url"],.wpbdp-admin-page-settings input[type="url"],.wpbdp-admin-page-csv input[type="url"]{width:100%;max-width:100%}.wpbdp-admin-page input[type="text"],.wpbdp-admin-page input[type="number"],.wpbdp-admin-page input[type="url"],.wpbdp-admin-page input[type="search"],.wpbdp-admin-page select,.wpbdp-admin-page textarea{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]:default,.wpbdp-admin-page input[type="number"]:default,.wpbdp-admin-page input[type="url"]:default,.wpbdp-admin-page input[type="search"]:default,.wpbdp-admin-page select:default,.wpbdp-admin-page textarea:default{border-color:#C5CCDB}.wpbdp-admin-page input[type="text"]::placeholder,.wpbdp-admin-page input[type="number"]::placeholder,.wpbdp-admin-page input[type="url"]::placeholder,.wpbdp-admin-page input[type="search"]::placeholder,.wpbdp-admin-page select::placeholder,.wpbdp-admin-page textarea::placeholder{opacity:.5}.wpbdp-admin-page input[type="text"]:hover,.wpbdp-admin-page input[type="number"]:hover,.wpbdp-admin-page input[type="url"]:hover,.wpbdp-admin-page input[type="search"]:hover,.wpbdp-admin-page select:hover,.wpbdp-admin-page textarea:hover,.wpbdp-admin-page input[type="text"]:active,.wpbdp-admin-page input[type="number"]:active,.wpbdp-admin-page input[type="url"]:active,.wpbdp-admin-page input[type="search"]:active,.wpbdp-admin-page select:active,.wpbdp-admin-page textarea:active{border-color:#7E92BC}.wpbdp-admin-page input[type="text"]:disabled,.wpbdp-admin-page input[type="number"]:disabled,.wpbdp-admin-page input[type="url"]:disabled,.wpbdp-admin-page input[type="search"]:disabled,.wpbdp-admin-page select:disabled,.wpbdp-admin-page textarea:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="text"]:invalid,.wpbdp-admin-page input[type="number"]:invalid,.wpbdp-admin-page input[type="url"]:invalid,.wpbdp-admin-page input[type="search"]:invalid,.wpbdp-admin-page select:invalid,.wpbdp-admin-page textarea:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="text"].valid,.wpbdp-admin-page input[type="number"].valid,.wpbdp-admin-page input[type="url"].valid,.wpbdp-admin-page input[type="search"].valid,.wpbdp-admin-page select.valid,.wpbdp-admin-page textarea.valid{border-color:#78C53C}.wpbdp-admin-page textarea{min-height:150px}.wpbdp-admin-page input[type="checkbox"]{border-radius:2px}.wpbdp-admin-page input[type="checkbox"],.wpbdp-admin-page input[type="radio"]{border-color:#C5CCDB;margin-right:11px;box-shadow:none}.wpbdp-admin-page input[type="checkbox"]:hover,.wpbdp-admin-page input[type="radio"]:hover,.wpbdp-admin-page input[type="checkbox"]:active,.wpbdp-admin-page input[type="radio"]:active{border-color:#7E92BC}.wpbdp-admin-page input[type="checkbox"]:disabled,.wpbdp-admin-page input[type="radio"]:disabled{background-color:rgba(109,135,185,0.07);border-color:#C5CCDB;cursor:not-allowed}.wpbdp-admin-page input[type="checkbox"]:focus,.wpbdp-admin-page input[type="radio"]:focus{box-shadow:0 0 0 2px rgba(126,146,188,0.25)}.wpbdp-admin-page input[type="checkbox"]:invalid,.wpbdp-admin-page input[type="radio"]:invalid{border-color:#BC7E7E}.wpbdp-admin-page input[type="checkbox"].valid,.wpbdp-admin-page input[type="radio"].valid{border-color:#78C53C}.wpbd-checkbox label{font-weight:500;padding-bottom:0}.wpbdp-admin-page{--bd-main-color:#6d87b9;--bd-main-color-20:rgba(109,135,185,0.2);--bd-main-color-8:rgba(109,135,185,0.08);background-color:#fff}.wpbdp-admin-page #wp-content-editor-tools{background-color:transparent}.wpbdp-admin-page h1,.wpbdp-admin-page h2,.wpbdp-admin-page h3,.wpbdp-admin-page label{color:rgba(60,75,93,0.8)}.wpbdp-admin-page p,.wpbdp-admin-page .required{color:#3C4B5D}.wpbdp-admin-page .wp-pointer-content h3{color:#fff;background:#6d87b9;border-color:#6d87b9}.wpbdp-admin-page .wp-pointer-content h3:before{color:#fff}.wpbdp-admin-page .wp-pointer-top .wp-pointer-arrow-inner,.wpbdp-admin-page .wp-pointer-undefined .wp-pointer-arrow-inner{border-bottom-color:#6d87b9}.wpbdp-content-area-body a{color:#7E92BC}a.wpbdp-delete-link{color:#d64226}.wpbdp-admin-page-addons.wpbdp-admin-page,.wpbdp-admin-page-themes.wpbdp-admin-page{background:rgba(109,135,185,0.07)}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.wpbdp-right{text-align:right}.button-primary.next-to-secondary{margin-left:30px}.wpbdp-error.error{border-left-color:#6d87b9;display:flex;align-items:center}.wpbdp-error.error p:first-of-type{flex:1}.wpbdp-pro-tip,.wpbdp-upgrade-bar{background-color:rgba(109,135,185,0.07)}.wpbdp-pro-tip a,.wpbdp-upgrade-bar a{color:#6d87b9;font-weight:600;text-decoration:none}.wpbdp-pro-tip{display:flex;flex-wrap:wrap;align-items:center;border-radius:6px;padding:11px 22px;position:relative}.wpbdp-pro-tip svg{color:#6d87b9;margin-right:13px}.wpbdp-pro-tip a{margin-left:5px}.wpbdp-pro-tip>img{width:calc(100% - 35px);margin:10px 0 10px 35px}.wpbdp-pro-tip>img~a{position:absolute;right:22px;top:11px}.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.4);text-align:center;margin-left:-20px;border-bottom:2px solid #6d87b9;padding:8px 22px}.wpbdp-admin-content .wpbdp-upgrade-bar{display:none}.wpbdp-admin h1 img{vertical-align:middle}.wpbdp-admin-content.with-sidebar{margin-top:20px;clear:left;float:left;width:78%}.wpbdp-admin .sidebar{margin-top:20px;float:right;clear:right;width:20%}.wpbdp-admin .sidebar .postbox{min-width:0 !important}.wp-list-table tr.wpbdp-item-message-tr td{padding-top:0}.wp-list-table tr.wpbdp-item-message-tr td div{margin:0 15px;padding:6px 12px 8px 12px;background-color:#fef7f1;font-size:12px}.wpbdp-admin-page-fees .tablenav{display:none}.wpbdp-admin-page-fees .wp-list-table .column-order{width:65px}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:3px}.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:20px;padding-right:20px}@media only screen and (max-width:960px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list{padding-left:0;padding-right:0}}@media only screen and (max-width:710px){.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp3,.wpbdp-admin-page-fees .wpbdp-fee-gateway-list .wpbdp4{grid-column:span 6 / span 6 !important}}.wpbdp-admin-page-fees h3{margin-top:50px}.wpbdp-admin-page-fees img.gateway-logo{height:20px}.wpbdp-admin-page-fees .gateway-description{min-height:30px;margin-top:10px;opacity:.6}.wpbdp-admin-page-fees .gateway-footer .button-primary{width:99px;text-align:center}.wpbdp-admin-page-fees .howto{opacity:.7}.wpbdp-admin-page-fees .howto .title{font-weight:600;clear:both;font-size:14px;display:block}.wpbdp-admin-page-fees .fees-order .button-secondary{line-height:2}#wpbdp-admin-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list{font-size:90%}#wpbdp-fee-form #limit-categories-list p{margin:10px 0}#wpbdp-fee-form #limit-categories-list select{width:100%}#wpbdp-fee-form #limit-categories-list .select2-selection{padding:0 0 2px 0;margin:0;border-radius:5px;border-color:#ddd;min-height:26px}#wpbdp-fee-form #limit-categories-list .select2-selection__choice{border:none;padding:0;margin:2px 4px 0 0;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-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-completed{background:green;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-canceled,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-failed{background:red;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-on-hold,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice .select2-selection__choice__remove{color:#fff}#wpbdp-fee-form #limit-categories-list .select2-search{margin-bottom:0}#wpbdp-fee-form #limit-categories-list .wpbdp-category-item{width:33.33%;float:left;padding:2px 0}#wpbdp-fee-form .pricing-details-variable>td{padding-top:0}#wpbdp-fee-form .pricing-details-variable table th{font-weight:normal}#wpbdp-fee-form .pricing-details-variable table td:last-child{width:100%}#wpbdp-fee-form .pricing-details-variable table td{font-size:90%;padding:0}#wpbdp-fee-form .pricing-details-variable table td.category-name-col{padding-right:20px;text-align:right}#wpbdp-fee-form .pricing-details-variable .wpbdp-variable-pricing-configurator-row input{width:100px}#wpbdp-fee-form .pricing-options label{display:block}#wpbdp-fee-form .fee-pricing-details input[type="text"]{width:100px}.wpbdp-setting-description{font-size:14px;padding:0 0 6px;color:#3C4B5D;opacity:80%}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}.wpbdp-admin-page-settings .nav-tab.tab-error{border-top:solid 1px red}.wpbdp-admin-page-settings .nav-tab.tab-warning{border-top:solid 1px yellow}.wpbdp-admin-page-settings .form-table tr>th{min-width:250px}.wpbdp-admin-page-settings .form-table tr>th>h3{font-size:1.2em;margin:0 auto}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-deactivate-btn{margin-left:10px;display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .howto,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-activate-btn{display:none}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-deactivate-btn{display:inline-block}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-not-verified input[type=text]{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg,.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-input{width:70%}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;border-radius:4px;padding:8px;margin:3px 0;box-sizing:border-box}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{border-color:#27a533}.wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{border-color:#d64226}.wpbdp-admin-page-settings .wpbdp-setting-disabled{display:none}.wpbdp-admin-page-settings .wpbdp_upgrade_to_pro{margin-top:60px}.form-table .wpbdp-collapse-row-last td,.form-table .wpbdp-collapse-row-last th,.form-table .wpbdp-collapse-row th,.form-table .wpbdp-collapse-row td{padding-bottom:0;padding-top:0}.form-table .wpbdp-collapse-row-first td,.form-table .wpbdp-collapse-row-first th{padding-bottom:0}.wpbdp-tooltip-msg{background:#333 !important;border-width:1px !important;border-radius:3px !important;box-shadow:1px 1px 2px 1px rgba(214,214,214,0.5) !important;color:#dedede !important;max-width:300px !important;padding:7px !important;text-rendering:optimizeLegibility;text-shadow:none !important;z-index:9999 !important}#wpbdp-admin-page-settings select{display:block}#wpbdp-admin-page-settings .wpbdp-settings-choice-radio{margin:0 0 5px 0}#wpbdp-admin-page-settings tr.disabled{opacity:.7}#wpbdp-admin-page-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #C5CCDB;border-radius:4px;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview h4,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview h4{margin:0 0 10px 0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview .edit-toggle,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview .edit-toggle{float:right}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dt,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dd,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor{display:none;margin-left:10px;font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table th,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons{margin:30px 0 0 0;text-align:right}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons .preview-email,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons .preview-email{float:left}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons .cancel,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons .cancel{margin-right:10px}#wpbdp-admin-page-settings .placeholders{margin:10px 0 0 0}#wpbdp-admin-page-settings .placeholder{font-size:90%}#wpbdp-admin-page-settings .placeholder .placeholder-code{font-family:monospace;font-weight:bold}#wpbdp-admin-page-settings .placeholder .placeholder-description{font-style:italic}#wpbdp-admin-page-settings .placeholder-separator{margin-top:10px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices #wpbdp-settings-expiration-notices-add-btn{margin:0 0 5px 0}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices #wpbdp-settings-expiration-notices-add .wpbdp-expiration-notice-email{display:none;border-bottom:1px solid #d2d2d2}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete{color:#a00;float:left;font-size:13px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete:hover{color:red}.wpbdp-settings-radio-options,.wpbdp-settings-multicheck-options.wpbdp-grid,.wpbdp-settings-multicheck-options{grid-gap:0}.wpbdp-settings-radio-options .wpbdp-settings-radio-option,.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option,.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option,.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option,.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option,.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option{margin:0 0 5px 0}.wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="radio"],.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="radio"],.wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="checkbox"],.wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="checkbox"],.wpbdp-settings-multicheck-options.wpbdp-grid .wpbdp-settings-multicheck-option input[type="checkbox"],.wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="checkbox"]{vertical-align:bottom}.wpbdp-settings-radio-options+.wpbdp-setting-description,.wpbdp-settings-multicheck-options.wpbdp-grid+.wpbdp-setting-description,.wpbdp-settings-multicheck-options+.wpbdp-setting-description{margin:10px 0 0 0}.wpbd-checkbox .wpbdp-setting-description{margin:0 28px}.wpbdp-settings-radio-option .wpbdp-img-opt{display:block;margin:0 auto 10px}#wpbdp-settings-list-layout .wpbdp-settings-radio-option{float:left;text-align:center;margin-right:1% !important;width:auto;min-width:173px}#wpbdp-settings-list-layout input{display:none}#wpbdp-settings-list-layout label span{border:2px solid #C5CCDB;display:inline-block;padding-bottom:10px;border-radius:3px;min-width:176px}#wpbdp-settings-list-layout input:checked+label span{border-color:#6d87b9}td.column-payment_status .status.ok{background:green}td.column-payment_status .paymentdata{font-size:85%}td.column-payment_status .paymentdata b{font-weight:normal}td.column-payment_status .paymentdata span{font-style:italic}td.column-sticky_status .status.notpaid{background:orange}td.column-sticky_status .status.pending{background:red;font-weight:bold}td.column-sticky_status .status.sticky{background:green}table.wp-list-table.formfields th.column-label{width:40%}table.wp-list-table.formfields th.column-tags,table.wp-list-table.formfields td.column-tags{width:200px}table.wp-list-table.formfields th.column-order,table.wp-list-table.formfields td.column-order{width:65px}table.wp-list-table.formfields td.column-order .wpbdp-drag-handle{visibility:hidden}table.wp-list-table.formfields tr:hover .wpbdp-drag-handle{visibility:visible}table.wp-list-table.formfields tr.wpbdp-draggable-highlight{height:54px}table.wp-list-table.formfields tr.ui-sortable-helper{background:#fff;border:1px dashed #c1c1c1}.wpbdp-admin-page-field-form .iframe-confirm{display:none}.wpbdp-admin-page-field-form .iframe-confirm p{font-size:90%}.wpbdp-admin-page-field-form .wpbdp-setting-description{color:#666;font-style:italic;display:block}.wpbdp-admin-page-field-form .wpbdp-pro-tip{margin-top:5px}#wpbdp-settings-currency .wpbdp-setting-description{display:none}.wpbdp-settings-type-file .preview img{margin-right:10px}.wpbdp-settings-type-file .preview,.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field-type-image .preview{float:none}.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-page-admin-transactions .tag{font-size:95%}.wpbdp-page-admin-transactions .tag.approved{background:green}.wpbdp-page-admin-transactions .tag.pending{background:red}.wpbdp-page-admin-transactions .column-actions a.delete{color:#bc0b0b}.wpbdp-page-admin-transactions tr.more-details-row{background:#fff}.wpbdp-page-admin-transactions tr.more-details-row td{padding-left:40px;font-size:95%}.wpbdp-page-admin-transactions tr.more-details-row td dl dt{font-weight:bold}body.taxonomy-wpbdp_category .column-id{width:74px}.transaction-status-container{text-align:right;padding:5px}.wpbdp-progress-bar .progress-bar{margin-left:10px;display:inline-block;vertical-align:middle}.wpbdp-progress-bar .progress-bar-outer{min-width:200px;height:12px;border:solid 1px #3366CC;padding:0}.wpbdp-progress-bar .progress-bar-inner{height:100%;background:#99CCFF}.wpbdp-note{padding:5px 10px;background:rgba(109,135,185,0.07);margin:5px 0 20px 0;border:1px solid transparent;border-radius:4px;opacity:1}.wpbdp-note p{margin:0}.wpbdp-note h1,.wpbdp-note h2,.wpbdp-note h3,.wpbdp-note h4{margin:0 0 8px 0}.wpbdp-note.error,.wpbdp-note.warning{background-color:#FFEBE8;border-color:#C00}.wpbdp-notice.dismissible{position:relative}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green;color:#fff}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}.wpbdp-payment-details .tag{float:right}.wpbdp-payment-details .details,.wpbdp-payment-details .invoice,.wpbdp-payment-details .actions{clear:both;margin:20px 0}.wpbdp-payment-details .details dl dt{font-weight:bold}.wpbdp-payment-details table.wpbdp-payment-items-table{width:100%}.wpbdp-payment-details table.wpbdp-payment-items-table th{text-transform:uppercase}.wpbdp-payment-details table.wpbdp-payment-items-table td{border-top:1px solid #bbb;padding:6px 10px 6px 0}.wpbdp-payment-details .actions a.button-primary{color:#fff !important}.wp-core-ui .wpbdp-loading-button.button-primary,.wpbdp-loading-button{position:relative !important;opacity:.8;color:transparent !important;text-shadow:none !important}.wpbdp-loading-button:hover,.wpbdp-loading-button:active,.wpbdp-loading-button:focus{cursor:not-allowed;color:transparent !important;outline:none !important;box-shadow:none}.wpbdp-loading-button:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #d2d2d2;opacity:.85}.listing-fee-change .fee-selection .fee:hover{opacity:1}.listing-fee-change .fee-selection .fee .details{margin-left:10px}.listing-fee-change .fee-selection .fee .tag{float:right}.listing-fee-change .fee-selection .fee .choose-this{float:right}.wpbdp-draggable-highlight{background:#bbb}.wpbdp-module-compat-check .module-info{margin-bottom:3px}.wpbdp-module-compat-check .module-info .module-version,.wpbdp-module-compat-check .module-info .module-required{color:#666}.wpbdp-module-compat-check .module-info .module-version{margin-left:15px}.wpbdp-module-compat-check .module-info .module-version b{color:#333}.wpbdp-module-compat-check .module-info .module-required b{color:#900000}#wpbdp-admin-page-admin .welcome-message{padding:10px;font-size:105%}#wpbdp-admin-page-admin .welcome-message p{font-size:inherit}#wpbdp-admin-page-admin .welcome-message h4{font-size:120%}#wpbdp-admin-page-admin .welcome-message ul{list-style-position:inside;list-style-type:disc}#wpbdp-admin-page-admin .shortcuts{margin:auto}#wpbdp-admin-page-admin .shortcuts li{float:left;margin-right:10px}#wpbdp-admin-page-admin .shortcuts li.clear{margin:0}#wpbdp-admin-page-uninstall .wpbdp-admin-content{box-sizing:border-box;margin:20px 0 0 0;padding:16px;background:#fff;border-radius:4px}#wpbdp-admin-page-uninstall .wpbdp-validation-error{font-size:80%;color:#d64226;margin:0 0 10px 0}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{float:left;box-sizing:border-box}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul{margin-left:10px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul li,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul li{list-style-type:disc;list-style-position:inside}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning{width:60%;padding-right:20px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .dashicons{width:20px;height:20px;font-size:20px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{width:40%;padding-left:20px;border-left:1px solid #efefef}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reason{margin-bottom:5px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .custom-reason{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea.invalid{border-color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-proceed-btn{margin-top:20px;color:#d64226}#wpbdp-licensing-issues-warning ul li{list-style-position:inside;list-style-type:disc}#wpbdp-licensing-issues-warning span.item-name{background:#fff9aa;padding:2px 5px;margin:0 0 0 4px;border-radius:4px}.wp-admin.widgets-php .widget-content span.help{color:#666}.wpbdp-admin-tab-nav{float:none;margin:0 0 .5em 0}.wpbdp-admin-tab-content{padding:5px 0 0 0;display:none}.wpbdp-admin-tab-content .wpbdp-form-field{margin:0}.wpbdp-admin-tab-content .wpbdp-form-field .wpbdp-form-field-inner{padding:0}.wpbdp-admin-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#d64226;text-decoration:none}a.wpbdp-admin-delete-link:hover{color:red}#wpbdp-admin-payment-info-box .inside{margin:0;padding:0}#wpbdp-admin-payment-info-box .wpbdp-admin-box-row{border-bottom:1px solid #eee;clear:both;padding:6px 12px;margin:0;line-height:1.5}#wpbdp-admin-payment-info-box label{font-weight:bold}#wpbdp-admin-payment-items-box .payment-item,#wpbdp-admin-payment-items-box .payment-item-header{margin:0 12px;padding:6px 0}#wpbdp-admin-payment-items-box .payment-item .payment-item-type,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-type{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-description,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-description{display:block;width:60%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-amount,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-amount{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item.payment-totals,#wpbdp-admin-payment-items-box .payment-item-header.payment-totals{border-top:1px solid #eee;font-weight:bold}#wpbdp-admin-payment-items-box .payment-item-header{font-weight:bold}#wpbdp-admin-payment-details-box *{box-sizing:border-box}#wpbdp-admin-payment-details-box .wpbdp-admin-box-row>div{padding:6px 0}#wpbdp-admin-payment-details-box label{display:block}#wpbdp-admin-payment-details-box .customer-email,#wpbdp-admin-payment-details-box .customer-address-line1,#wpbdp-admin-payment-details-box .customer-address-line2{clear:both;width:100%}#wpbdp-admin-payment-details-box .customer-email input,#wpbdp-admin-payment-details-box .customer-address-line1 input,#wpbdp-admin-payment-details-box .customer-address-line2 input{width:100%}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-city{padding-right:3px !important}#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-zipcode{padding-left:3px !important}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-city,#wpbdp-admin-payment-details-box .customer-address-zipcode{float:left;width:50%}#wpbdp-admin-payment-details-box .customer-first-name input,#wpbdp-admin-payment-details-box .customer-last-name input,#wpbdp-admin-payment-details-box .customer-address-country input,#wpbdp-admin-payment-details-box .customer-address-state input,#wpbdp-admin-payment-details-box .customer-address-city input,#wpbdp-admin-payment-details-box .customer-address-zipcode input{width:100%}#wpbdp-payment-notes .wpbdp-payment-note{margin-bottom:12px;line-height:1.5}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-user{font-weight:bold}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-date{color:#666}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-admin-delete-link{float:right;display:none}#wpbdp-payment-notes .wpbdp-payment-note:hover .wpbdp-admin-delete-link{display:block}span.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}span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin .wpbdp-tag,span.tag,table.wp-list-table td .tag,td.column-payment_status .status,td.column-sticky_status .status{background:var(--bd-main-color-20);border-radius:4px;padding:2px 5px;font-size:90%;color:#3C4B5D}table.wp-list-table td .tag{margin-right:2px}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-canceled,.wpbdp-tag.wpbdp-listing-attr-payment-failed,span.tag.wpbdp-listing-attr-payment-failed{background:red;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-on-hold,.wpbdp-tag.wpbdp-listing-attr-payment-refunded,span.tag.wpbdp-listing-attr-payment-refunded{background:orange;color:#fff}.wpbdp-tag.wpbdp-listing-attr-post-status-pending,span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}.wpbdp-tag.wpbdp-listing-attr-no-fee-plan,span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-admin-page .wp-list-table{border:0;box-shadow:none;margin:20px 0}.wpbdp-admin-page .wp-list-table thead .manage-column,.wpbdp-admin-page .wp-list-table tfoot .manage-column,.wpbdp-admin-page .wp-list-table thead a,.wpbdp-admin-page .wp-list-table tfoot a{color:rgba(60,75,93,0.7);font-weight:600;font-size:13px}.wpbdp-admin-page .wp-list-table tbody a,.wpbdp-admin-page .wp-list-table tbody .inline .button-link{color:#7E92BC}.wpbdp-admin-page .wp-list-table tbody .row-actions .trash a,.wpbdp-admin-page .wp-list-table tbody .row-actions .delete a{color:#d64226}.wpbdp-admin-page .wp-list-table.striped>tbody>:nth-child(odd){background-color:rgba(109,135,185,0.04)}.wpbdp-admin-page .wp-list-table th{text-align:left}.wpbdp-admin-page .wp-list-table.widefat thead th,.wpbdp-admin-page .wp-list-table.widefat thead td,.wpbdp-admin-page .wp-list-table.widefat tfoot th,.wpbdp-admin-page .wp-list-table.widefat tfoot td{border-color:#D4D5D7}.wpbdp-admin-page .subsubsub a{color:#7E92BC}.wpbdp-admin-page .subsubsub a.current{color:#3C4B5D}.wpbdp-user-select .select2.select2-container{max-width:84.9%}.select2-container,.select2-search--inline,.select2-search__field{width:100% !important}.wpbdp-scrollbox{max-height:170px;overflow:auto;border:1px solid #c3c4c7;margin-bottom:1em;padding:0 10px}.wpbdp-plain-list{list-style-type:none !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important}.wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}th .wpbdp-setting-tooltip{margin:0 0 0 5px}.wpbdp-admin-tooltip-content{background-color:#414B5A !important;background-image:none !important;box-shadow:none !important;border-radius:5px !important;color:#fff !important;padding:1rem !important;width:auto;max-width:220px !important;font-size:12px !important}
|
assets/js/admin-install.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
$( document ).on( 'click', 'a.wpbdp-create-main-page-button' ,function( e ) {
|
4 |
e.preventDefault();
|
5 |
var button = $( this ),
|
6 |
-
$msg = button.parents('
|
7 |
nonce = button.attr('data-nonce');
|
8 |
$.ajax({
|
9 |
'url': ajaxurl,
|
3 |
$( document ).on( 'click', 'a.wpbdp-create-main-page-button' ,function( e ) {
|
4 |
e.preventDefault();
|
5 |
var button = $( this ),
|
6 |
+
$msg = button.parents('.wpbdp-notice'),
|
7 |
nonce = button.attr('data-nonce');
|
8 |
$.ajax({
|
9 |
'url': ajaxurl,
|
assets/js/admin-install.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function($){$(document).on("click","a.wpbdp-create-main-page-button",function(e){e.preventDefault();var button=$(this),$msg=button.parents("
|
1 |
+
!function($){$(document).on("click","a.wpbdp-create-main-page-button",function(e){e.preventDefault();var button=$(this),$msg=button.parents(".wpbdp-notice"),nonce=button.attr("data-nonce");$.ajax({url:ajaxurl,data:{action:"wpbdp-create-main-page",_wpnonce:nonce},dataType:"json",success:function(res){res.success&&$msg.fadeOut("fast",function(){$(this).html("<p>"+res.message+"</p>"),$(this).removeClass("error"),$(this).addClass("updated"),$(this).fadeIn("fast")})}})})}(jQuery);
|
assets/js/admin.js
CHANGED
@@ -693,52 +693,24 @@ WPBDP_Admin.ProgressBar = function($item, settings) {
|
|
693 |
|
694 |
/* {{ Uninstall. */
|
695 |
jQuery(function($) {
|
696 |
-
|
|
|
697 |
return;
|
698 |
}
|
699 |
|
700 |
-
var $warnings = $( '#wpbdp-uninstall-messages' );
|
701 |
-
var $confirm_button = $( '#wpbdp-uninstall-proceed-btn' );
|
702 |
var $form = $( '#wpbdp-uninstall-capture-form' );
|
703 |
|
704 |
-
|
705 |
e.preventDefault();
|
706 |
-
$
|
707 |
$form.fadeIn( 'fast' );
|
708 |
} );
|
709 |
});
|
710 |
-
|
711 |
-
$form.submit(function() {
|
712 |
-
var $no_reason_error = $( '.wpbdp-validation-error.no-reason' ).hide();
|
713 |
-
var $no_text_error = $( '.wpbdp-validation-error.no-reason-text' ).hide();
|
714 |
-
var $reason_checked = $( 'input[name="uninstall[reason_id]"]:checked' );
|
715 |
-
|
716 |
-
if ( 0 === $reason_checked.length ) {
|
717 |
-
$no_reason_error.show();
|
718 |
-
return false;
|
719 |
-
}
|
720 |
-
|
721 |
-
if ( '0' == $reason_checked.val() ) {
|
722 |
-
var $reason_text = $( 'textarea[name="uninstall[reason_text]"]' );
|
723 |
-
var reason_text = $.trim( $reason_text.val() );
|
724 |
-
|
725 |
-
$reason_text.removeClass( 'invalid' );
|
726 |
-
|
727 |
-
if ( ! reason_text ) {
|
728 |
-
$no_text_error.show();
|
729 |
-
$reason_text.addClass( 'invalid' );
|
730 |
-
|
731 |
-
return false;
|
732 |
-
}
|
733 |
-
}
|
734 |
-
|
735 |
-
return true;
|
736 |
-
});
|
737 |
|
738 |
-
|
739 |
var val = $(this).val();
|
740 |
|
741 |
-
if ( '0'
|
742 |
$( 'form#wpbdp-uninstall-capture-form .custom-reason' ).fadeIn();
|
743 |
} else {
|
744 |
$( 'form#wpbdp-uninstall-capture-form .custom-reason' ).fadeOut( 'fast', function() {
|
@@ -746,8 +718,6 @@ jQuery(function($) {
|
|
746 |
} );
|
747 |
}
|
748 |
});
|
749 |
-
|
750 |
-
|
751 |
});
|
752 |
|
753 |
// {{ Widgets.
|
693 |
|
694 |
/* {{ Uninstall. */
|
695 |
jQuery(function($) {
|
696 |
+
var thisPage = $( '.wpbdp-admin-page-uninstall' );
|
697 |
+
if ( 0 === thisPage.length ) {
|
698 |
return;
|
699 |
}
|
700 |
|
|
|
|
|
701 |
var $form = $( '#wpbdp-uninstall-capture-form' );
|
702 |
|
703 |
+
thisPage.on( 'click', '#wpbdp-uninstall-proceed-btn', function(e) {
|
704 |
e.preventDefault();
|
705 |
+
$( '#wpbdp-uninstall-messages' ).fadeOut( 'fast', function() {
|
706 |
$form.fadeIn( 'fast' );
|
707 |
} );
|
708 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
709 |
|
710 |
+
thisPage.on( 'change', 'input[name="uninstall[reason_id]"]', function(e) {
|
711 |
var val = $(this).val();
|
712 |
|
713 |
+
if ( '0' === val ) {
|
714 |
$( 'form#wpbdp-uninstall-capture-form .custom-reason' ).fadeIn();
|
715 |
} else {
|
716 |
$( 'form#wpbdp-uninstall-capture-form .custom-reason' ).fadeOut( 'fast', function() {
|
718 |
} );
|
719 |
}
|
720 |
});
|
|
|
|
|
721 |
});
|
722 |
|
723 |
// {{ Widgets.
|
assets/js/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin ul.wp-submenu-wrap li.wp-first-item").addClass("current")}function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".wpbdp-addon-status");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}var WPBDP_associations_fieldtypes={},WPBDPAdmin_Tooltip={};!function($){var WPBDPAdmin_Modal={init:function(){WPBDPAdmin_Modal.initConfirmModal(),WPBDPAdmin_Modal.initTaxonomyModal()},initConfirmModal:function(){var links=$("a[data-bdconfirm]");if(links.length){$(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getHtml());var modal=WPBDPAdmin_Modal.initModal("#wpbdp-admin-modal");$(document).on("click","a[data-bdconfirm]",function(e){e.preventDefault(),modal.find("h2").text(this.getAttribute("data-bdconfirm")),modal.find(".inside").addClass("empty"),modal.find(".wpbdp-continue").attr("href",this.getAttribute("href")),modal.dialog("open")})}},getHtml:function(){return'<div id="wpbdp-admin-modal" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+'<div class="wpbdp-modal-bottom"><a href="#" class="dismiss-button" title="Dismiss">'+wpbdp_global.cancel+'</a><a href="#" class="wpbdp-continue wpbdp-button-primary alignright">'+wpbdp_global["continue"]+"</a></div></div>"},initTaxonomyModal:function(){var modal,form=$("#addtag").closest(".form-wrap");form.length&&($(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getFormHtml()),modal=WPBDPAdmin_Modal.initModal("#wpbdp-add-taxonomy-form"),$(document).on("click",".wpbdp-add-taxonomy-form",function(e){e.preventDefault();var heading=form.find("h2:first");heading.hide(),modal.find("h2").text(heading.text()),modal.find(".inside").html(form),modal.dialog("open")}))},getFormHtml:function(){return'<div id="wpbdp-add-taxonomy-form" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+"</div>"},getHeaderHtml:function(){return'<div class="wpbdp-modal-top"><a href="#" class="dismiss alignright" title="Dismiss"><img src="'+wpbdp_global.assets+'/images/icons/close.svg" width="24" height="24"/></a><h2>'+wpbdp_global.confirm+'</h2></div><div class="inside"></div>'},initModal:function(id,width){var $info=$(id);return!($info.length<1)&&("undefined"==typeof width&&(width="550px"),$info.dialog({dialogClass:"wpbdp-admin-dialog",modal:!0,autoOpen:!1,closeOnEscape:!0,width:width,resizable:!1,draggable:!1,open:function(){$(".ui-dialog-titlebar").addClass("hidden").removeClass("ui-helper-clearfix"),$(".ui-widget-overlay").addClass("wpbdp-modal-overlay"),$(".wpbdp-admin-dialog").removeClass("ui-widget ui-widget-content ui-corner-all"),$info.removeClass("ui-dialog-content ui-widget-content"),WPBDPAdmin_Modal.onCloseModal($info)},close:function(){$(".ui-widget-overlay").removeClass("wpbdp-modal-overlay"),$(".spinner").css("visibility","hidden"),this.removeAttribute("data-option-type");var optionType=document.getElementById("bulk-option-type");optionType&&(optionType.value="")}}),$info)},onCloseModal:function($modal){var closeModal=function(e){e.preventDefault(),$modal.dialog("close")};$(".ui-widget-overlay").on("click",closeModal),$modal.on("click","a.dismiss, .dismiss-button",closeModal)}};window.WPBDPAdmin_Tooltip={$layout_container:null,$menu_items:null,$menu_state:null,init:function(){WPBDPAdmin_Tooltip.maybeHighlightMenu(),WPBDPAdmin_Tooltip.$layout_container=$(".wpbdp-admin-row"),WPBDPAdmin_Tooltip.$menu_items=WPBDPAdmin_Tooltip.$layout_container.find(".wpbdp-nav-item a"),WPBDPAdmin_Tooltip.$menu_state=window.localStorage.getItem("_wpbdp_admin_menu"),$(document).on("click",".wpbdp-nav-toggle",WPBDPAdmin_Tooltip.onNavToggle),WPBDPAdmin_Tooltip.layoutAdjustment()},maybeHighlightMenu:function(){"undefined"!=typeof wpbdpSelectNav&&wpbdpSelectSubnav()},onNavToggle:function(e){e.preventDefault(),WPBDPAdmin_Tooltip.$layout_container.toggleClass("minimized"),WPBDPAdmin_Tooltip.$layout_container.hasClass("minimized")?(window.localStorage.setItem("_wpbdp_admin_menu","minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip")):(window.localStorage.removeItem("_wpbdp_admin_menu"),WPBDPAdmin_Tooltip.$menu_items.removeClass("wpbdp-nav-tooltip"))},layoutAdjustment:function(){var menu=document.getElementById("adminmenuwrap");null!==menu&&WPBDPAdmin_Tooltip.$layout_container.css("min-height",menu.offsetHeight),window.matchMedia("screen and (max-width: 768px)").matches&&WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"),"minimized"===WPBDPAdmin_Tooltip.$menu_state&&(WPBDPAdmin_Tooltip.$layout_container.addClass("minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"))}},WPBDPAdmin_Tooltip.init();var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){var fieldForm=$("form#wpbdp-formfield-form");WPBDPAdmin_FormFields.$f_association=$(fieldForm).find("select#field-association"),fieldForm.on("change","select#field-association",WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$(fieldForm).find("select#field-type"),fieldForm.on("change","select#field-type",WPBDPAdmin_FormFields.onFieldTypeChange),fieldForm.on("change","select#field-validator",WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings").on("click",".iframe-confirm a",function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$("#wpbdp-fieldsettings").on("change",'input[name="field[allow_iframes]"]',function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$("#wpbdp-formfield-form").on("change",'input[name="field[display_flags][]"][value="search"]',function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$("#wpbdp-formfield-form").on("change",'select[name="limit_categories"]',function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.trigger("change"),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}},WPBDPAdmin_Notifications={notificationContainer:null,preAdminNotifications:null,adminNotifications:null,buttonNotification:null,closeButton:null,init:function(){this.notificationContainer=$(".wpbdp-bell-notifications"),this.preAdminNotifications=$(".notice:hidden"),this.adminNotifications=this.notificationContainer.find(".wpbdp-bell-notifications-list"),this.buttonNotification=$(".wpbdp-bell-notification-icon"),this.closeButton=$(".wpbdp-bell-notifications-close"),this.onClickNotifications(),this.initCloseNotifications(),WPBDPAdmin_Notifications.parseNotifications()},onClickNotifications:function(){WPBDPAdmin_Notifications.buttonNotification.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.toggleClass("hidden")})},initCloseNotifications:function(){WPBDPAdmin_Notifications.closeButton.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.addClass("hidden")})},parseNotifications:function(){if(WPBDPAdmin_Notifications.preAdminNotifications.length<1)return!0;var notifications=[],snackbars=[];WPBDPAdmin_Notifications.preAdminNotifications.each(function(){var notification=$(this),mainMsg="message"===this.id;return!notification.hasClass("wpbdp-inline-notice")&&void((notification.hasClass("wpbdp-notice")||mainMsg)&&(notification.hasClass("is-dismissible")&&!mainMsg?notifications.push('<li class="wpbdp-bell-notice '+this.classList+'">'+notification.html()+"</li>"):snackbars.push(notification.html()),notification.remove()))}),WPBDPAdmin_Notifications.adminNotifications.append(notifications.join(" ")),notifications.length>0&&($(".wpbdp-bell-notification").show(),WPBDPAdmin_Notifications.notificationContainer.removeClass("hidden")),snackbars.length>0&&snackbars.forEach(function(value,index,array){WPBDPAdmin_Notifications.generateSnackBar(value)})},generateSnackBar:function(notification){var snackbar=$("<div>",{"class":"wpbdp-snackbar",html:notification});$("#wpbdp-snackbar-notices").append(snackbar),snackbar.find(".notice-dismiss").on("click",function(e){e.preventDefault(),snackbar.fadeOut()}),setTimeout(function(){snackbar.remove()},25e3)},hideNotificationCenter:function(){WPBDPAdmin_Notifications.adminNotifications.find("li").length<1&&(WPBDPAdmin_Notifications.notificationContainer.addClass("hidden"),$(".wpbdp-bell-notification").hide())}};$(document).ready(function(){WPBDPAdmin_FormFields.init(),WPBDPAdmin_Modal.init(),WPBDPAdmin_Notifications.init(),$(".wpbdp-tooltip").tooltip({tooltipClass:"wpbdp-admin-tooltip-content"})});var dismissNotice=function($notice,$button){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:$button.data("dismissible-id"),nonce:$button.data("nonce")},function(){$notice.fadeOut("fast",function(){$notice.remove(),WPBDPAdmin_Notifications.hideNotificationCenter()})})};$(document).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),dismissNotice($notice,$button)})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$(document).on("click",".fee-order-submit",function(e){e.preventDefault(),$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$(document).on("click","input#doaction, input#doaction2",function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$(".wpbdp-admin-page-debug-info").on("click","a.current-nav",function(e){e.preventDefault(),$(".wpbdp-admin-page-debug-info a.current-nav").not(this).removeClass("current");var $selected_tab=$(this);$selected_tab.addClass("current"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$(".wpbdp-admin-page-debug-info a.current-nav").length>0&&$(".wpbdp-admin-page-debug-info a.current-nav").get(0).trigger("click"),$(".wpbdp-page-admin-transactions").on("click",".column-actions a.details-link",function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").trigger("change")}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){if(0!==$(".wpbdp-admin-page-uninstall").length){var $warnings=$("#wpbdp-uninstall-messages"),$confirm_button=$("#wpbdp-uninstall-proceed-btn"),$form=$("#wpbdp-uninstall-capture-form");$(document).on("click",$confirm_button,function(e){e.preventDefault(),$warnings.fadeOut("fast",function(){$form.fadeIn("fast")})}),$form.submit(function(){var $no_reason_error=$(".wpbdp-validation-error.no-reason").hide(),$no_text_error=$(".wpbdp-validation-error.no-reason-text").hide(),$reason_checked=$('input[name="uninstall[reason_id]"]:checked');if(0===$reason_checked.length)return $no_reason_error.show(),!1;if("0"==$reason_checked.val()){var $reason_text=$('textarea[name="uninstall[reason_text]"]'),reason_text=$.trim($reason_text.val());if($reason_text.removeClass("invalid"),!reason_text)return $no_text_error.show(),$reason_text.addClass("invalid"),!1}return!0}),$("form#wpbdp-uninstall-capture-form").on("change",'input[name="uninstall[reason_id]"]',function(e){var val=$(this).val();"0"==val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!==$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(document).on("change",".wpbdp-js-toggle",function(){var other_opts,name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected");toggles=$option.attr("data-toggles"),toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0===$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}other_opts=is_select?$(this).find("option").not('[value="'+value+'"]'):$('input[name="'+name+'"]').not('[value="'+value+'"]'),other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}})})}),jQuery(function($){$(".wpbdp-admin-tab-nav").on("click","a",function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").trigger("click")})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)}),$(document).on("click",".wpbdp-admin-ajax",function(e){e.preventDefault();var $btn=$(this),data=$btn.data("ajax"),message=$btn.data("confirm"),$target=$($btn.data("target")),confirm=window.confirm(message);return!!confirm&&($btn.prop("disabled",!0),void $.post(ajaxurl,data,function(res){res.success?($target.removeClass("error").addClass("updated").find("p").html(res.message).show(),$target.fadeOut(1e3)):$target.removeClass("updated").addClass("error").find("p").html(res.error).show(),$btn.prop("disabled",!1)},"json"))})});
|
1 |
+
function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin ul.wp-submenu-wrap li.wp-first-item").addClass("current")}function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".wpbdp-addon-status");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}var WPBDP_associations_fieldtypes={},WPBDPAdmin_Tooltip={};!function($){var WPBDPAdmin_Modal={init:function(){WPBDPAdmin_Modal.initConfirmModal(),WPBDPAdmin_Modal.initTaxonomyModal()},initConfirmModal:function(){var links=$("a[data-bdconfirm]");if(links.length){$(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getHtml());var modal=WPBDPAdmin_Modal.initModal("#wpbdp-admin-modal");$(document).on("click","a[data-bdconfirm]",function(e){e.preventDefault(),modal.find("h2").text(this.getAttribute("data-bdconfirm")),modal.find(".inside").addClass("empty"),modal.find(".wpbdp-continue").attr("href",this.getAttribute("href")),modal.dialog("open")})}},getHtml:function(){return'<div id="wpbdp-admin-modal" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+'<div class="wpbdp-modal-bottom"><a href="#" class="dismiss-button" title="Dismiss">'+wpbdp_global.cancel+'</a><a href="#" class="wpbdp-continue wpbdp-button-primary alignright">'+wpbdp_global["continue"]+"</a></div></div>"},initTaxonomyModal:function(){var modal,form=$("#addtag").closest(".form-wrap");form.length&&($(".wpbdp-admin-page").append(WPBDPAdmin_Modal.getFormHtml()),modal=WPBDPAdmin_Modal.initModal("#wpbdp-add-taxonomy-form"),$(document).on("click",".wpbdp-add-taxonomy-form",function(e){e.preventDefault();var heading=form.find("h2:first");heading.hide(),modal.find("h2").text(heading.text()),modal.find(".inside").html(form),modal.dialog("open")}))},getFormHtml:function(){return'<div id="wpbdp-add-taxonomy-form" class="hidden settings-lite-cta">'+WPBDPAdmin_Modal.getHeaderHtml()+"</div>"},getHeaderHtml:function(){return'<div class="wpbdp-modal-top"><a href="#" class="dismiss alignright" title="Dismiss"><img src="'+wpbdp_global.assets+'/images/icons/close.svg" width="24" height="24"/></a><h2>'+wpbdp_global.confirm+'</h2></div><div class="inside"></div>'},initModal:function(id,width){var $info=$(id);return!($info.length<1)&&("undefined"==typeof width&&(width="550px"),$info.dialog({dialogClass:"wpbdp-admin-dialog",modal:!0,autoOpen:!1,closeOnEscape:!0,width:width,resizable:!1,draggable:!1,open:function(){$(".ui-dialog-titlebar").addClass("hidden").removeClass("ui-helper-clearfix"),$(".ui-widget-overlay").addClass("wpbdp-modal-overlay"),$(".wpbdp-admin-dialog").removeClass("ui-widget ui-widget-content ui-corner-all"),$info.removeClass("ui-dialog-content ui-widget-content"),WPBDPAdmin_Modal.onCloseModal($info)},close:function(){$(".ui-widget-overlay").removeClass("wpbdp-modal-overlay"),$(".spinner").css("visibility","hidden"),this.removeAttribute("data-option-type");var optionType=document.getElementById("bulk-option-type");optionType&&(optionType.value="")}}),$info)},onCloseModal:function($modal){var closeModal=function(e){e.preventDefault(),$modal.dialog("close")};$(".ui-widget-overlay").on("click",closeModal),$modal.on("click","a.dismiss, .dismiss-button",closeModal)}};window.WPBDPAdmin_Tooltip={$layout_container:null,$menu_items:null,$menu_state:null,init:function(){WPBDPAdmin_Tooltip.maybeHighlightMenu(),WPBDPAdmin_Tooltip.$layout_container=$(".wpbdp-admin-row"),WPBDPAdmin_Tooltip.$menu_items=WPBDPAdmin_Tooltip.$layout_container.find(".wpbdp-nav-item a"),WPBDPAdmin_Tooltip.$menu_state=window.localStorage.getItem("_wpbdp_admin_menu"),$(document).on("click",".wpbdp-nav-toggle",WPBDPAdmin_Tooltip.onNavToggle),WPBDPAdmin_Tooltip.layoutAdjustment()},maybeHighlightMenu:function(){"undefined"!=typeof wpbdpSelectNav&&wpbdpSelectSubnav()},onNavToggle:function(e){e.preventDefault(),WPBDPAdmin_Tooltip.$layout_container.toggleClass("minimized"),WPBDPAdmin_Tooltip.$layout_container.hasClass("minimized")?(window.localStorage.setItem("_wpbdp_admin_menu","minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip")):(window.localStorage.removeItem("_wpbdp_admin_menu"),WPBDPAdmin_Tooltip.$menu_items.removeClass("wpbdp-nav-tooltip"))},layoutAdjustment:function(){var menu=document.getElementById("adminmenuwrap");null!==menu&&WPBDPAdmin_Tooltip.$layout_container.css("min-height",menu.offsetHeight),window.matchMedia("screen and (max-width: 768px)").matches&&WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"),"minimized"===WPBDPAdmin_Tooltip.$menu_state&&(WPBDPAdmin_Tooltip.$layout_container.addClass("minimized"),WPBDPAdmin_Tooltip.$menu_items.addClass("wpbdp-nav-tooltip"))}},WPBDPAdmin_Tooltip.init();var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){var fieldForm=$("form#wpbdp-formfield-form");WPBDPAdmin_FormFields.$f_association=$(fieldForm).find("select#field-association"),fieldForm.on("change","select#field-association",WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$(fieldForm).find("select#field-type"),fieldForm.on("change","select#field-type",WPBDPAdmin_FormFields.onFieldTypeChange),fieldForm.on("change","select#field-validator",WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings").on("click",".iframe-confirm a",function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$("#wpbdp-fieldsettings").on("change",'input[name="field[allow_iframes]"]',function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$("#wpbdp-formfield-form").on("change",'input[name="field[display_flags][]"][value="search"]',function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$("#wpbdp-formfield-form").on("change",'select[name="limit_categories"]',function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.trigger("change"),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}},WPBDPAdmin_Notifications={notificationContainer:null,preAdminNotifications:null,adminNotifications:null,buttonNotification:null,closeButton:null,init:function(){this.notificationContainer=$(".wpbdp-bell-notifications"),this.preAdminNotifications=$(".notice:hidden"),this.adminNotifications=this.notificationContainer.find(".wpbdp-bell-notifications-list"),this.buttonNotification=$(".wpbdp-bell-notification-icon"),this.closeButton=$(".wpbdp-bell-notifications-close"),this.onClickNotifications(),this.initCloseNotifications(),WPBDPAdmin_Notifications.parseNotifications()},onClickNotifications:function(){WPBDPAdmin_Notifications.buttonNotification.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.toggleClass("hidden")})},initCloseNotifications:function(){WPBDPAdmin_Notifications.closeButton.on("click",function(e){e.preventDefault(),WPBDPAdmin_Notifications.notificationContainer.addClass("hidden")})},parseNotifications:function(){if(WPBDPAdmin_Notifications.preAdminNotifications.length<1)return!0;var notifications=[],snackbars=[];WPBDPAdmin_Notifications.preAdminNotifications.each(function(){var notification=$(this),mainMsg="message"===this.id;return!notification.hasClass("wpbdp-inline-notice")&&void((notification.hasClass("wpbdp-notice")||mainMsg)&&(notification.hasClass("is-dismissible")&&!mainMsg?notifications.push('<li class="wpbdp-bell-notice '+this.classList+'">'+notification.html()+"</li>"):snackbars.push(notification.html()),notification.remove()))}),WPBDPAdmin_Notifications.adminNotifications.append(notifications.join(" ")),notifications.length>0&&($(".wpbdp-bell-notification").show(),WPBDPAdmin_Notifications.notificationContainer.removeClass("hidden")),snackbars.length>0&&snackbars.forEach(function(value,index,array){WPBDPAdmin_Notifications.generateSnackBar(value)})},generateSnackBar:function(notification){var snackbar=$("<div>",{"class":"wpbdp-snackbar",html:notification});$("#wpbdp-snackbar-notices").append(snackbar),snackbar.find(".notice-dismiss").on("click",function(e){e.preventDefault(),snackbar.fadeOut()}),setTimeout(function(){snackbar.remove()},25e3)},hideNotificationCenter:function(){WPBDPAdmin_Notifications.adminNotifications.find("li").length<1&&(WPBDPAdmin_Notifications.notificationContainer.addClass("hidden"),$(".wpbdp-bell-notification").hide())}};$(document).ready(function(){WPBDPAdmin_FormFields.init(),WPBDPAdmin_Modal.init(),WPBDPAdmin_Notifications.init(),$(".wpbdp-tooltip").tooltip({tooltipClass:"wpbdp-admin-tooltip-content"})});var dismissNotice=function($notice,$button){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:$button.data("dismissible-id"),nonce:$button.data("nonce")},function(){$notice.fadeOut("fast",function(){$notice.remove(),WPBDPAdmin_Notifications.hideNotificationCenter()})})};$(document).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss, .wpbdp-notice .wpbdp-notice-dismiss",function(e){e.preventDefault();var $button=$(this),$notice=$button.closest(".wpbdp-notice"),link=$button.attr("href");link&&window.open(link,"_blank").focus(),dismissNotice($notice,$button)})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$(document).on("click",".fee-order-submit",function(e){e.preventDefault(),$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$(document).on("click","input#doaction, input#doaction2",function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$(".wpbdp-admin-page-debug-info").on("click","a.current-nav",function(e){e.preventDefault(),$(".wpbdp-admin-page-debug-info a.current-nav").not(this).removeClass("current");var $selected_tab=$(this);$selected_tab.addClass("current"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$(".wpbdp-admin-page-debug-info a.current-nav").length>0&&$(".wpbdp-admin-page-debug-info a.current-nav").get(0).trigger("click"),$(".wpbdp-page-admin-transactions").on("click",".column-actions a.details-link",function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").trigger("change")}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){var thisPage=$(".wpbdp-admin-page-uninstall");if(0!==thisPage.length){var $form=$("#wpbdp-uninstall-capture-form");thisPage.on("click","#wpbdp-uninstall-proceed-btn",function(e){e.preventDefault(),$("#wpbdp-uninstall-messages").fadeOut("fast",function(){$form.fadeIn("fast")})}),thisPage.on("change",'input[name="uninstall[reason_id]"]',function(e){var val=$(this).val();"0"===val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!==$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(document).on("change",".wpbdp-js-toggle",function(){var other_opts,name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected");toggles=$option.attr("data-toggles"),toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0===$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}other_opts=is_select?$(this).find("option").not('[value="'+value+'"]'):$('input[name="'+name+'"]').not('[value="'+value+'"]'),other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}})})}),jQuery(function($){$(".wpbdp-admin-tab-nav").on("click","a",function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").trigger("click")})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)}),$(document).on("click",".wpbdp-admin-ajax",function(e){e.preventDefault();var $btn=$(this),data=$btn.data("ajax"),message=$btn.data("confirm"),$target=$($btn.data("target")),confirm=window.confirm(message);return!!confirm&&($btn.prop("disabled",!0),void $.post(ajaxurl,data,function(res){res.success?($target.removeClass("error").addClass("updated").find("p").html(res.message).show(),$target.fadeOut(1e3)):$target.removeClass("updated").addClass("error").find("p").html(res.error).show(),$btn.prop("disabled",!1)},"json"))})});
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 6.2.
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 6.2.10
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
includes/class-wpbdp.php
CHANGED
@@ -28,7 +28,7 @@ final class WPBDP {
|
|
28 |
}
|
29 |
|
30 |
private function setup_constants() {
|
31 |
-
define( 'WPBDP_VERSION', '6.2.
|
32 |
|
33 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
34 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
28 |
}
|
29 |
|
30 |
private function setup_constants() {
|
31 |
+
define( 'WPBDP_VERSION', '6.2.10' );
|
32 |
|
33 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
34 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
includes/compatibility/class-compat.php
CHANGED
@@ -11,9 +11,7 @@ class WPBDP_Compat {
|
|
11 |
$this->load_integrations();
|
12 |
|
13 |
if ( wpbdp_get_option( 'disable-cpt' ) ) {
|
14 |
-
|
15 |
-
require_once WPBDP_PATH . 'includes/compatibility/class-cpt-compat-mode.php';
|
16 |
-
$nocpt = new WPBDP__CPT_Compat_Mode();
|
17 |
} else {
|
18 |
require_once WPBDP_PATH . 'includes/compatibility/class-themes-compat.php';
|
19 |
new WPBDP__Themes_Compat();
|
11 |
$this->load_integrations();
|
12 |
|
13 |
if ( wpbdp_get_option( 'disable-cpt' ) ) {
|
14 |
+
self::cpt_compat_mode();
|
|
|
|
|
15 |
} else {
|
16 |
require_once WPBDP_PATH . 'includes/compatibility/class-themes-compat.php';
|
17 |
new WPBDP__Themes_Compat();
|
includes/compatibility/class-cpt-compat-mode.php
CHANGED
@@ -5,6 +5,7 @@ class WPBDP__CPT_Compat_Mode {
|
|
5 |
private $current_view = '';
|
6 |
private $data = array();
|
7 |
|
|
|
8 |
|
9 |
public function __construct() {
|
10 |
add_filter( 'wpbdp_current_view', array( $this, 'maybe_change_current_view' ) );
|
@@ -89,8 +90,7 @@ class WPBDP__CPT_Compat_Mode {
|
|
89 |
|
90 |
break;
|
91 |
}
|
92 |
-
|
93 |
-
// wpbdp_debug_e( $wp_query, $this->current_view );
|
94 |
}
|
95 |
|
96 |
private function get_archive_query( $args ) {
|
@@ -98,14 +98,6 @@ class WPBDP__CPT_Compat_Mode {
|
|
98 |
$args['paged'] = get_query_var( 'paged' );
|
99 |
$args['post_type'] = WPBDP_POST_TYPE;
|
100 |
|
101 |
-
// $args = wp_parse_args( $args, array(
|
102 |
-
// 'wpbdp_main_query' => true,
|
103 |
-
// 'paged' => get_query_var( 'paged' ),
|
104 |
-
// 'posts_per_page' => get_query_var( 'posts_per_page' ),
|
105 |
-
// 'order' => get_query_var( 'order' ),
|
106 |
-
// 'orderby' => get_query_var( 'orderby' ),
|
107 |
-
// ) );
|
108 |
-
|
109 |
return new WP_Query( $args );
|
110 |
}
|
111 |
|
@@ -124,5 +116,58 @@ class WPBDP__CPT_Compat_Mode {
|
|
124 |
}
|
125 |
}
|
126 |
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
}
|
5 |
private $current_view = '';
|
6 |
private $data = array();
|
7 |
|
8 |
+
private $page_title = '';
|
9 |
|
10 |
public function __construct() {
|
11 |
add_filter( 'wpbdp_current_view', array( $this, 'maybe_change_current_view' ) );
|
90 |
|
91 |
break;
|
92 |
}
|
93 |
+
$this->set_title();
|
|
|
94 |
}
|
95 |
|
96 |
private function get_archive_query( $args ) {
|
98 |
$args['paged'] = get_query_var( 'paged' );
|
99 |
$args['post_type'] = WPBDP_POST_TYPE;
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
return new WP_Query( $args );
|
102 |
}
|
103 |
|
116 |
}
|
117 |
}
|
118 |
|
119 |
+
/**
|
120 |
+
* Change the main page title only.
|
121 |
+
*
|
122 |
+
* @param string $title The current title to show.
|
123 |
+
* @param int $id The post id.
|
124 |
+
* @since 6.2.10
|
125 |
+
* @return string
|
126 |
+
*/
|
127 |
+
public function get_title( $title, $id ) {
|
128 |
+
if ( ! $this->page_title ) {
|
129 |
+
return $title;
|
130 |
+
}
|
131 |
+
|
132 |
+
$is_block = function_exists( 'wp_is_block_theme' ) && wp_is_block_theme();
|
133 |
+
if ( is_main_query() && ( in_the_loop() || $is_block ) && $id === (int) wpbdp_get_page_id( 'main' ) ) {
|
134 |
+
$title = $this->page_title;
|
135 |
+
} elseif ( function_exists( 'avia_title' ) ) {
|
136 |
+
// Change the main title in Enfold theme.
|
137 |
+
add_filter( 'avf_title_args', array( &$this, 'enfold_title' ), 10, 2 );
|
138 |
+
}
|
139 |
+
|
140 |
+
return $title;
|
141 |
+
}
|
142 |
+
|
143 |
+
/**
|
144 |
+
* Save the name for the page for later use.
|
145 |
+
*
|
146 |
+
* @since 6.2.10
|
147 |
+
* @return void
|
148 |
+
*/
|
149 |
+
private function set_title() {
|
150 |
+
add_filter( 'the_title', array( &$this, 'get_title' ), 10, 2 );
|
151 |
+
$object = get_queried_object();
|
152 |
+
if ( $this->current_view === 'show_listing' ) {
|
153 |
+
$this->page_title = $object->post_title;
|
154 |
+
} else {
|
155 |
+
$this->page_title = $object->name;
|
156 |
+
}
|
157 |
+
}
|
158 |
+
|
159 |
+
/**
|
160 |
+
* Override the main title in the Enfold theme.
|
161 |
+
*
|
162 |
+
* @param array $args
|
163 |
+
* @param int $id The post id.
|
164 |
+
* @since 6.2.10
|
165 |
+
* @return array
|
166 |
+
*/
|
167 |
+
public function enfold_title( $args, $id ) {
|
168 |
+
if ( $id === (int) wpbdp_get_page_id( 'main' ) ) {
|
169 |
+
$args['title'] = $this->page_title;
|
170 |
+
}
|
171 |
+
return $args;
|
172 |
+
}
|
173 |
}
|
includes/compatibility/class-themes-compat.php
CHANGED
@@ -49,6 +49,7 @@ class WPBDP__Themes_Compat {
|
|
49 |
'atahualpa', 'genesis', 'hmtpro5',
|
50 |
'customizr', 'customizr-pro',
|
51 |
'canvas', 'builder', 'divi',
|
|
|
52 |
'hello-elementor',
|
53 |
'longevity', 'x', 'u-design', 'thesis',
|
54 |
'takeawaywp',
|
@@ -235,6 +236,28 @@ class WPBDP__Themes_Compat {
|
|
235 |
return $index == 'sidebar-1' ? false : $is_active_sidebar;
|
236 |
}
|
237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
/**
|
239 |
* @since 6.2.8
|
240 |
*/
|
49 |
'atahualpa', 'genesis', 'hmtpro5',
|
50 |
'customizr', 'customizr-pro',
|
51 |
'canvas', 'builder', 'divi',
|
52 |
+
'enfold',
|
53 |
'hello-elementor',
|
54 |
'longevity', 'x', 'u-design', 'thesis',
|
55 |
'takeawaywp',
|
236 |
return $index == 'sidebar-1' ? false : $is_active_sidebar;
|
237 |
}
|
238 |
|
239 |
+
/**
|
240 |
+
* @since 6.2.10
|
241 |
+
*/
|
242 |
+
public function theme_enfold() {
|
243 |
+
if ( ! wpbdp_is_taxonomy() ) {
|
244 |
+
return;
|
245 |
+
}
|
246 |
+
|
247 |
+
add_filter( 'avf_title_args', array( &$this, 'theme_enfold_tax_title' ), 10, 2 );
|
248 |
+
}
|
249 |
+
|
250 |
+
/**
|
251 |
+
* Without this, the category name uses the last listing on the page.
|
252 |
+
*
|
253 |
+
* @since 6.2.10
|
254 |
+
*/
|
255 |
+
public function theme_enfold_tax_title( $args, $id ) {
|
256 |
+
$object = get_queried_object();
|
257 |
+
$args['title'] = $object->name;
|
258 |
+
return $args;
|
259 |
+
}
|
260 |
+
|
261 |
/**
|
262 |
* @since 6.2.8
|
263 |
*/
|
includes/compatibility/templates/businessdirectory-category.tpl.php
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
// THIS TEMPLATE IS DEPRECATED. DO NOT USE.
|
3 |
-
// See http://businessdirectoryplugin.com/docs/matching-the-design-to-your-theme/ for info on Business Directory templates.
|
4 |
-
?>
|
5 |
-
<?php get_header(); ?>
|
6 |
-
<div id="content">
|
7 |
-
|
8 |
-
<div id="wpbdp-category-page" class="wpbdp-category-page businessdirectory-category businessdirectory wpbdp-page">
|
9 |
-
<div class="wpbdp-bar cf">
|
10 |
-
<?php wpbdp_the_main_links(); ?>
|
11 |
-
<?php wpbdp_the_search_form(); ?>
|
12 |
-
</div>
|
13 |
-
|
14 |
-
<h2 class="category-name"><?php echo wpbusdirman_post_catpage_title(); ?></h2>
|
15 |
-
<?php echo wpbdp_render( 'businessdirectory-listings' ); ?>
|
16 |
-
</div>
|
17 |
-
|
18 |
-
</div>
|
19 |
-
<?php get_footer(); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/controllers/pages/class-submit-listing.php
CHANGED
@@ -292,11 +292,17 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
|
|
292 |
return;
|
293 |
}
|
294 |
|
295 |
-
if (
|
296 |
-
wp_delete_post( $this->listing->get_id(), true );
|
297 |
-
$url = wpbdp_url( 'submit_listing' );
|
298 |
-
} else {
|
299 |
$url = wpbdp_url( 'edit_listing', $this->listing->get_id() );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
}
|
301 |
|
302 |
$this->_redirect(
|
292 |
return;
|
293 |
}
|
294 |
|
295 |
+
if ( $this->editing ) {
|
|
|
|
|
|
|
296 |
$url = wpbdp_url( 'edit_listing', $this->listing->get_id() );
|
297 |
+
} else {
|
298 |
+
$check_page = wpbdp_get_option( 'disable-submit-listing' );
|
299 |
+
wp_delete_post( $this->listing->get_id(), true );
|
300 |
+
if ( $check_page ) {
|
301 |
+
// If submit listing page is turned off, we need to know where to redirect.
|
302 |
+
$url = wpbdp_get_var( array( 'param' => '_wp_http_referer' ), 'post' );
|
303 |
+
} else {
|
304 |
+
$url = wpbdp_url( 'submit_listing' );
|
305 |
+
}
|
306 |
}
|
307 |
|
308 |
$this->_redirect(
|
includes/helpers/class-app.php
CHANGED
@@ -326,7 +326,7 @@ class WPBDP_App_Helper {
|
|
326 |
public static function svg_logo( $atts = array() ) {
|
327 |
$atts = self::prep_logo_atts( $atts );
|
328 |
|
329 |
-
return '<img src="' . esc_url( self::plugin_url() . '/assets/images/percie' . ( $atts['round'] ? '-round' : '' ) . '.svg' ) . '" width="' . esc_attr( $atts['size'] ) . '" height="' . esc_attr( $atts['size'] ) . '" class="' . esc_attr( $atts['class'] ) . '" />';
|
330 |
}
|
331 |
|
332 |
/**
|
326 |
public static function svg_logo( $atts = array() ) {
|
327 |
$atts = self::prep_logo_atts( $atts );
|
328 |
|
329 |
+
return '<img src="' . esc_url( self::plugin_url() . '/assets/images/percie' . ( $atts['round'] ? '-round' : '' ) . '.svg' ) . '" width="' . esc_attr( $atts['size'] ) . '" height="' . esc_attr( $atts['size'] ) . '" class="' . esc_attr( $atts['class'] ) . '" alt="BD Plugin" />';
|
330 |
}
|
331 |
|
332 |
/**
|
includes/themes.php
CHANGED
@@ -512,9 +512,9 @@ class WPBDP_Themes {
|
|
512 |
|
513 |
if ( is_array( $official_themes ) ) {
|
514 |
return $official_themes;
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
|
519 |
$params = array(
|
520 |
'tag' => 'theme',
|
512 |
|
513 |
if ( is_array( $official_themes ) ) {
|
514 |
return $official_themes;
|
515 |
+
}
|
516 |
+
|
517 |
+
$official_themes = array();
|
518 |
|
519 |
$params = array(
|
520 |
'tag' => 'theme',
|
includes/utils.php
CHANGED
@@ -267,7 +267,7 @@ class WPBDP_Utils {
|
|
267 |
}
|
268 |
|
269 |
if ( ! self::is_valid_upload( $file, $constraints, $error_msg ) ) {
|
270 |
-
|
271 |
}
|
272 |
|
273 |
if ( ! $use_media_library ) {
|
@@ -282,13 +282,13 @@ class WPBDP_Utils {
|
|
282 |
}
|
283 |
|
284 |
$file_id = self::get_file_id( $file_ );
|
285 |
-
if ( ! empty( $_FILES[ $file_id ]['name'] ) && is_array( $_FILES[ $file_id ]['name'] ) ) {
|
286 |
// Force an array of files to a single file.
|
287 |
$file_id = substr( sha1( (string) rand() ), 0, 5 );
|
288 |
$_FILES[ $file_id ] = $file;
|
289 |
}
|
290 |
|
291 |
-
$attachment_id = $sideload ? media_handle_sideload( $
|
292 |
|
293 |
if ( is_wp_error( $attachment_id ) ) {
|
294 |
$error_msg = $attachment_id->get_error_message();
|
267 |
}
|
268 |
|
269 |
if ( ! self::is_valid_upload( $file, $constraints, $error_msg ) ) {
|
270 |
+
return false;
|
271 |
}
|
272 |
|
273 |
if ( ! $use_media_library ) {
|
282 |
}
|
283 |
|
284 |
$file_id = self::get_file_id( $file_ );
|
285 |
+
if ( ! $sideload && ! empty( $_FILES[ $file_id ]['name'] ) && is_array( $_FILES[ $file_id ]['name'] ) ) {
|
286 |
// Force an array of files to a single file.
|
287 |
$file_id = substr( sha1( (string) rand() ), 0, 5 );
|
288 |
$_FILES[ $file_id ] = $file;
|
289 |
}
|
290 |
|
291 |
+
$attachment_id = $sideload ? media_handle_sideload( $file, 0 ) : media_handle_upload( $file_id, 0 );
|
292 |
|
293 |
if ( is_wp_error( $attachment_id ) ) {
|
294 |
$error_msg = $attachment_id->get_error_message();
|
languages/business-directory-plugin-ar.mo
CHANGED
Binary file
|
languages/business-directory-plugin-ar.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
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"
|
@@ -336,7 +336,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
|
|
336 |
msgstr ""
|
337 |
|
338 |
#: includes/admin/controllers/class-admin-listings.php:187
|
339 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
340 |
#: templates/email/listing-reported.tpl.php:7
|
341 |
msgid "Listing Information"
|
342 |
msgstr "معلومات حول الإعلان"
|
@@ -416,7 +416,7 @@ msgstr ""
|
|
416 |
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
417 |
|
418 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
419 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
420 |
#, fuzzy
|
421 |
msgid "Go to \"Form Fields\""
|
422 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
@@ -780,7 +780,7 @@ msgid "Missing tables: %s"
|
|
780 |
msgstr "الجداول المفقودة: %s"
|
781 |
|
782 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
783 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
784 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
785 |
#: templates/listing-contactform.tpl.php:33
|
786 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -865,7 +865,7 @@ msgstr "الإسم العائلي مطلوب."
|
|
865 |
|
866 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
867 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
868 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
869 |
#, fuzzy
|
870 |
msgid "Terms and Conditions"
|
871 |
msgstr "شروط وأحكام"
|
@@ -1793,39 +1793,39 @@ msgstr ""
|
|
1793 |
msgid "Add Listing"
|
1794 |
msgstr "إضافة رسوم الإعلان"
|
1795 |
|
1796 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1797 |
#, fuzzy
|
1798 |
msgid "Listing Images"
|
1799 |
msgstr "صور الإعلانات"
|
1800 |
|
1801 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1802 |
msgid "Account Creation"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1806 |
#, fuzzy
|
1807 |
msgid "Go to \"Plans\""
|
1808 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
1809 |
|
1810 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1811 |
#, fuzzy
|
1812 |
msgid "Please choose a plan."
|
1813 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
1814 |
|
1815 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1816 |
msgid "Please check the form for errors, correct them and submit again."
|
1817 |
msgstr ""
|
1818 |
|
1819 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1820 |
msgid "Create a user account on this site"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1824 |
#, fuzzy
|
1825 |
msgid "Username"
|
1826 |
msgstr "عضو"
|
1827 |
|
1828 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1829 |
#, fuzzy
|
1830 |
msgid "Clear Form"
|
1831 |
msgstr "مسح"
|
@@ -3319,6 +3319,21 @@ msgstr ""
|
|
3319 |
"نحن آسفون لرؤيتكم تتركنا. يمكن أن تعطينا 10 ثوان من وقتك للإجابة على سؤال "
|
3320 |
"واحد لمساعدتنا على جعل المنتج أفضل للجميع في المستقبل؟"
|
3321 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3322 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3323 |
#, fuzzy
|
3324 |
msgid "Uninstall completed."
|
@@ -3333,6 +3348,14 @@ msgstr "الرجوع إلى لوحة تحكم ووردبرس"
|
|
3333 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3334 |
msgstr ""
|
3335 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3336 |
#. translators: %1$s: open link html, %2$s: close link html
|
3337 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3338 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
@@ -7839,7 +7862,7 @@ msgstr ""
|
|
7839 |
"إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
|
7840 |
"إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
|
7841 |
|
7842 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7843 |
msgctxt "templates"
|
7844 |
msgid ""
|
7845 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
@@ -7848,27 +7871,27 @@ msgstr ""
|
|
7848 |
"<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
|
7849 |
"محددة في الإعدادات؟"
|
7850 |
|
7851 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7852 |
msgctxt "templates"
|
7853 |
msgid ""
|
7854 |
"Listing submission has been disabled. Contact the administrator for details."
|
7855 |
msgstr ""
|
7856 |
|
7857 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7858 |
msgctxt "templates"
|
7859 |
msgid ""
|
7860 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7861 |
"a listing. %s to create a plan"
|
7862 |
msgstr ""
|
7863 |
|
7864 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7865 |
msgctxt "templates"
|
7866 |
msgid ""
|
7867 |
"Listing submission is not available at the moment. Contact the administrator "
|
7868 |
"for details."
|
7869 |
msgstr ""
|
7870 |
|
7871 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7872 |
msgctxt "templates"
|
7873 |
msgid ""
|
7874 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7876,12 +7899,12 @@ msgid ""
|
|
7876 |
"an existing field"
|
7877 |
msgstr ""
|
7878 |
|
7879 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7880 |
msgctxt "templates"
|
7881 |
msgid "Please agree to the Terms and Conditions."
|
7882 |
msgstr "يرجى الموافقة على الشروط والأحكام."
|
7883 |
|
7884 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7885 |
#, fuzzy
|
7886 |
msgctxt "templates"
|
7887 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -8230,19 +8253,19 @@ msgctxt "submit listing"
|
|
8230 |
msgid "You're logged in as admin, payment will be skipped."
|
8231 |
msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
|
8232 |
|
8233 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8234 |
#, fuzzy
|
8235 |
msgctxt "submit listing"
|
8236 |
msgid "Category selection"
|
8237 |
msgstr "إختيار تصنيف"
|
8238 |
|
8239 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8240 |
#, fuzzy
|
8241 |
msgctxt "submit listing"
|
8242 |
msgid "Category & plan selection"
|
8243 |
msgstr "إختيار تصنيف"
|
8244 |
|
8245 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8246 |
#, fuzzy
|
8247 |
msgctxt "submit listing"
|
8248 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -8250,47 +8273,47 @@ msgstr ""
|
|
8250 |
"لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
|
8251 |
"أخرى لاحقاً."
|
8252 |
|
8253 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8254 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8255 |
#, fuzzy
|
8256 |
msgctxt "submit listing"
|
8257 |
msgid "Please select a category."
|
8258 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
8259 |
|
8260 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8261 |
msgctxt "submit listing"
|
8262 |
msgid "Current active plan is disabled. Please select another plan."
|
8263 |
msgstr ""
|
8264 |
|
8265 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8266 |
msgctxt "submit listing"
|
8267 |
msgid "Please choose a valid category for your plan."
|
8268 |
msgstr ""
|
8269 |
|
8270 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8271 |
#, fuzzy
|
8272 |
msgctxt "submit listing"
|
8273 |
msgid "Please choose a valid plan for your category selection."
|
8274 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
8275 |
|
8276 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8277 |
#, fuzzy
|
8278 |
msgctxt "submit listing"
|
8279 |
msgid "Please enter your desired username."
|
8280 |
msgstr "يرجى إدخال إسمك."
|
8281 |
|
8282 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8283 |
#, fuzzy
|
8284 |
msgctxt "submit listing"
|
8285 |
msgid "Please enter the e-mail for your new account."
|
8286 |
msgstr "يرجى إدخال إسمك."
|
8287 |
|
8288 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8289 |
msgctxt "submit listing"
|
8290 |
msgid "The username you chose is already in use. Please use a different one."
|
8291 |
msgstr ""
|
8292 |
|
8293 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8294 |
msgctxt "submit listing"
|
8295 |
msgid "The e-mail address you chose for your account is already in use."
|
8296 |
msgstr ""
|
@@ -8301,7 +8324,7 @@ msgctxt "submit listing"
|
|
8301 |
msgid "Listing submitted by admin. Payment skipped."
|
8302 |
msgstr "Poster annonce(paiement initial)"
|
8303 |
|
8304 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8305 |
msgctxt "listing submit"
|
8306 |
msgid ""
|
8307 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -9010,33 +9033,6 @@ msgctxt "uninstall"
|
|
9010 |
msgid "Other"
|
9011 |
msgstr "أخرى"
|
9012 |
|
9013 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
9014 |
-
msgctxt "uninstall"
|
9015 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
9016 |
-
msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
|
9017 |
-
|
9018 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
9019 |
-
#, fuzzy
|
9020 |
-
msgctxt "uninstall"
|
9021 |
-
msgid "Please choose an option."
|
9022 |
-
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
9023 |
-
|
9024 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
9025 |
-
msgctxt "uninstall"
|
9026 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
9027 |
-
msgstr "من فضلك قل لنا لماذا قمت بحذف إضافة دليل الأعمال."
|
9028 |
-
|
9029 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
9030 |
-
#, fuzzy
|
9031 |
-
msgctxt "uninstall"
|
9032 |
-
msgid "Please enter your reasons."
|
9033 |
-
msgstr "يرجى إدخال إسمك."
|
9034 |
-
|
9035 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
9036 |
-
msgctxt "uninstall"
|
9037 |
-
msgid "Uninstall Plugin"
|
9038 |
-
msgstr "إلغاء تثبيت الإضافة"
|
9039 |
-
|
9040 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
9041 |
#, fuzzy
|
9042 |
msgctxt "uninstall"
|
@@ -9066,16 +9062,6 @@ msgctxt "uninstall"
|
|
9066 |
msgid "Deactivate the plugin from the file system"
|
9067 |
msgstr ""
|
9068 |
|
9069 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
9070 |
-
msgctxt "uninstall"
|
9071 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
9072 |
-
msgstr ""
|
9073 |
-
|
9074 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
9075 |
-
msgctxt "uninstall"
|
9076 |
-
msgid "Yes, I want to uninstall"
|
9077 |
-
msgstr ""
|
9078 |
-
|
9079 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
9080 |
msgctxt "uninstall"
|
9081 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
@@ -9221,6 +9207,16 @@ msgctxt "send-access-keys"
|
|
9221 |
msgid "Continue"
|
9222 |
msgstr "متابعة"
|
9223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9224 |
#~ msgctxt "settings"
|
9225 |
#~ msgid "Author's name"
|
9226 |
#~ msgstr "إسم الكاتب"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+00:00\n"
|
9 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
336 |
msgstr ""
|
337 |
|
338 |
#: includes/admin/controllers/class-admin-listings.php:187
|
339 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
340 |
#: templates/email/listing-reported.tpl.php:7
|
341 |
msgid "Listing Information"
|
342 |
msgstr "معلومات حول الإعلان"
|
416 |
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
417 |
|
418 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
419 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
420 |
#, fuzzy
|
421 |
msgid "Go to \"Form Fields\""
|
422 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
780 |
msgstr "الجداول المفقودة: %s"
|
781 |
|
782 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
783 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
784 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
785 |
#: templates/listing-contactform.tpl.php:33
|
786 |
#: templates/listing-flagging-form.tpl.php:39
|
865 |
|
866 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
867 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
868 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
869 |
#, fuzzy
|
870 |
msgid "Terms and Conditions"
|
871 |
msgstr "شروط وأحكام"
|
1793 |
msgid "Add Listing"
|
1794 |
msgstr "إضافة رسوم الإعلان"
|
1795 |
|
1796 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1797 |
#, fuzzy
|
1798 |
msgid "Listing Images"
|
1799 |
msgstr "صور الإعلانات"
|
1800 |
|
1801 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1802 |
msgid "Account Creation"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1806 |
#, fuzzy
|
1807 |
msgid "Go to \"Plans\""
|
1808 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
1809 |
|
1810 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1811 |
#, fuzzy
|
1812 |
msgid "Please choose a plan."
|
1813 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
1814 |
|
1815 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1816 |
msgid "Please check the form for errors, correct them and submit again."
|
1817 |
msgstr ""
|
1818 |
|
1819 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1820 |
msgid "Create a user account on this site"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1824 |
#, fuzzy
|
1825 |
msgid "Username"
|
1826 |
msgstr "عضو"
|
1827 |
|
1828 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1829 |
#, fuzzy
|
1830 |
msgid "Clear Form"
|
1831 |
msgstr "مسح"
|
3319 |
"نحن آسفون لرؤيتكم تتركنا. يمكن أن تعطينا 10 ثوان من وقتك للإجابة على سؤال "
|
3320 |
"واحد لمساعدتنا على جعل المنتج أفضل للجميع في المستقبل؟"
|
3321 |
|
3322 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
3323 |
+
#, fuzzy
|
3324 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
3325 |
+
msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
|
3326 |
+
|
3327 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
3328 |
+
#, fuzzy
|
3329 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
3330 |
+
msgstr "من فضلك قل لنا لماذا قمت بحذف إضافة دليل الأعمال."
|
3331 |
+
|
3332 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
3333 |
+
#, fuzzy
|
3334 |
+
msgid "Uninstall Plugin"
|
3335 |
+
msgstr "إلغاء تثبيت الإضافة"
|
3336 |
+
|
3337 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3338 |
#, fuzzy
|
3339 |
msgid "Uninstall completed."
|
3348 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3349 |
msgstr ""
|
3350 |
|
3351 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
3352 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
3353 |
+
msgstr ""
|
3354 |
+
|
3355 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
3356 |
+
msgid "Yes, I want to uninstall"
|
3357 |
+
msgstr ""
|
3358 |
+
|
3359 |
#. translators: %1$s: open link html, %2$s: close link html
|
3360 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3361 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
7862 |
"إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
|
7863 |
"إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
|
7864 |
|
7865 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
7866 |
msgctxt "templates"
|
7867 |
msgid ""
|
7868 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7871 |
"<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
|
7872 |
"محددة في الإعدادات؟"
|
7873 |
|
7874 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
7875 |
msgctxt "templates"
|
7876 |
msgid ""
|
7877 |
"Listing submission has been disabled. Contact the administrator for details."
|
7878 |
msgstr ""
|
7879 |
|
7880 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
7881 |
msgctxt "templates"
|
7882 |
msgid ""
|
7883 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7884 |
"a listing. %s to create a plan"
|
7885 |
msgstr ""
|
7886 |
|
7887 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
7888 |
msgctxt "templates"
|
7889 |
msgid ""
|
7890 |
"Listing submission is not available at the moment. Contact the administrator "
|
7891 |
"for details."
|
7892 |
msgstr ""
|
7893 |
|
7894 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
7895 |
msgctxt "templates"
|
7896 |
msgid ""
|
7897 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7899 |
"an existing field"
|
7900 |
msgstr ""
|
7901 |
|
7902 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
7903 |
msgctxt "templates"
|
7904 |
msgid "Please agree to the Terms and Conditions."
|
7905 |
msgstr "يرجى الموافقة على الشروط والأحكام."
|
7906 |
|
7907 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
7908 |
#, fuzzy
|
7909 |
msgctxt "templates"
|
7910 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
8253 |
msgid "You're logged in as admin, payment will be skipped."
|
8254 |
msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
|
8255 |
|
8256 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8257 |
#, fuzzy
|
8258 |
msgctxt "submit listing"
|
8259 |
msgid "Category selection"
|
8260 |
msgstr "إختيار تصنيف"
|
8261 |
|
8262 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8263 |
#, fuzzy
|
8264 |
msgctxt "submit listing"
|
8265 |
msgid "Category & plan selection"
|
8266 |
msgstr "إختيار تصنيف"
|
8267 |
|
8268 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
8269 |
#, fuzzy
|
8270 |
msgctxt "submit listing"
|
8271 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8273 |
"لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
|
8274 |
"أخرى لاحقاً."
|
8275 |
|
8276 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
8277 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
8278 |
#, fuzzy
|
8279 |
msgctxt "submit listing"
|
8280 |
msgid "Please select a category."
|
8281 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
8282 |
|
8283 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
8284 |
msgctxt "submit listing"
|
8285 |
msgid "Current active plan is disabled. Please select another plan."
|
8286 |
msgstr ""
|
8287 |
|
8288 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
8289 |
msgctxt "submit listing"
|
8290 |
msgid "Please choose a valid category for your plan."
|
8291 |
msgstr ""
|
8292 |
|
8293 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
8294 |
#, fuzzy
|
8295 |
msgctxt "submit listing"
|
8296 |
msgid "Please choose a valid plan for your category selection."
|
8297 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
8298 |
|
8299 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
8300 |
#, fuzzy
|
8301 |
msgctxt "submit listing"
|
8302 |
msgid "Please enter your desired username."
|
8303 |
msgstr "يرجى إدخال إسمك."
|
8304 |
|
8305 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
8306 |
#, fuzzy
|
8307 |
msgctxt "submit listing"
|
8308 |
msgid "Please enter the e-mail for your new account."
|
8309 |
msgstr "يرجى إدخال إسمك."
|
8310 |
|
8311 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
8312 |
msgctxt "submit listing"
|
8313 |
msgid "The username you chose is already in use. Please use a different one."
|
8314 |
msgstr ""
|
8315 |
|
8316 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
8317 |
msgctxt "submit listing"
|
8318 |
msgid "The e-mail address you chose for your account is already in use."
|
8319 |
msgstr ""
|
8324 |
msgid "Listing submitted by admin. Payment skipped."
|
8325 |
msgstr "Poster annonce(paiement initial)"
|
8326 |
|
8327 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
8328 |
msgctxt "listing submit"
|
8329 |
msgid ""
|
8330 |
"Image upload is required, please provide at least one image and submit again."
|
9033 |
msgid "Other"
|
9034 |
msgstr "أخرى"
|
9035 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9036 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
9037 |
#, fuzzy
|
9038 |
msgctxt "uninstall"
|
9062 |
msgid "Deactivate the plugin from the file system"
|
9063 |
msgstr ""
|
9064 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9065 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
9066 |
msgctxt "uninstall"
|
9067 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
9207 |
msgid "Continue"
|
9208 |
msgstr "متابعة"
|
9209 |
|
9210 |
+
#, fuzzy
|
9211 |
+
#~ msgctxt "uninstall"
|
9212 |
+
#~ msgid "Please choose an option."
|
9213 |
+
#~ msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
9214 |
+
|
9215 |
+
#, fuzzy
|
9216 |
+
#~ msgctxt "uninstall"
|
9217 |
+
#~ msgid "Please enter your reasons."
|
9218 |
+
#~ msgstr "يرجى إدخال إسمك."
|
9219 |
+
|
9220 |
#~ msgctxt "settings"
|
9221 |
#~ msgid "Author's name"
|
9222 |
#~ msgstr "إسم الكاتب"
|
languages/business-directory-plugin-de_DE.mo
CHANGED
Binary file
|
languages/business-directory-plugin-de_DE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
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."
|
@@ -342,7 +342,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
|
|
342 |
msgstr ""
|
343 |
|
344 |
#: includes/admin/controllers/class-admin-listings.php:187
|
345 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
346 |
#: templates/email/listing-reported.tpl.php:7
|
347 |
msgid "Listing Information"
|
348 |
msgstr "Eintrag Informationen"
|
@@ -421,7 +421,7 @@ msgstr ""
|
|
421 |
"verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
|
422 |
|
423 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
424 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
425 |
#, fuzzy
|
426 |
msgid "Go to \"Form Fields\""
|
427 |
msgstr "zu \"Formularfelder verwalten\""
|
@@ -788,7 +788,7 @@ msgid "Missing tables: %s"
|
|
788 |
msgstr "Nicht vorhandene Tabellen: %s"
|
789 |
|
790 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
791 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
792 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
793 |
#: templates/listing-contactform.tpl.php:33
|
794 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -868,7 +868,7 @@ msgstr "%s ist ein Pflichtfeld."
|
|
868 |
|
869 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
870 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
871 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
872 |
#, fuzzy
|
873 |
msgid "Terms and Conditions"
|
874 |
msgstr "Bedingungen und Konditionen"
|
@@ -1771,39 +1771,39 @@ msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
|
|
1771 |
msgid "Add Listing"
|
1772 |
msgstr "Preispaket hinzufügen"
|
1773 |
|
1774 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1775 |
#, fuzzy
|
1776 |
msgid "Listing Images"
|
1777 |
msgstr "Eintrag Bilder"
|
1778 |
|
1779 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1780 |
msgid "Account Creation"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1784 |
#, fuzzy
|
1785 |
msgid "Go to \"Plans\""
|
1786 |
msgstr "zu \"Formularfelder verwalten\""
|
1787 |
|
1788 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1789 |
#, fuzzy
|
1790 |
msgid "Please choose a plan."
|
1791 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
1792 |
|
1793 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1794 |
msgid "Please check the form for errors, correct them and submit again."
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1798 |
msgid "Create a user account on this site"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1802 |
#, fuzzy
|
1803 |
msgid "Username"
|
1804 |
msgstr "Benutzer"
|
1805 |
|
1806 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1807 |
#, fuzzy
|
1808 |
msgid "Clear Form"
|
1809 |
msgstr "Zurücksetzen"
|
@@ -3319,6 +3319,22 @@ msgstr ""
|
|
3319 |
"einige Fragen für uns beantworten, die uns dabei unterstützen das Produkt "
|
3320 |
"weiter zu verbessern?"
|
3321 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3322 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3323 |
#, fuzzy
|
3324 |
msgid "Uninstall completed."
|
@@ -3333,6 +3349,14 @@ msgstr "Zurück zur Übersichtsseite"
|
|
3333 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3334 |
msgstr ""
|
3335 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3336 |
#. translators: %1$s: open link html, %2$s: close link html
|
3337 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3338 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
@@ -7818,7 +7842,7 @@ msgstr ""
|
|
7818 |
"angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
|
7819 |
"Einstellungen zu ändern."
|
7820 |
|
7821 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7822 |
msgctxt "templates"
|
7823 |
msgid ""
|
7824 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
@@ -7827,27 +7851,27 @@ msgstr ""
|
|
7827 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7828 |
"Submission?\" setting checked?"
|
7829 |
|
7830 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7831 |
msgctxt "templates"
|
7832 |
msgid ""
|
7833 |
"Listing submission has been disabled. Contact the administrator for details."
|
7834 |
msgstr ""
|
7835 |
|
7836 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7837 |
msgctxt "templates"
|
7838 |
msgid ""
|
7839 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7840 |
"a listing. %s to create a plan"
|
7841 |
msgstr ""
|
7842 |
|
7843 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7844 |
msgctxt "templates"
|
7845 |
msgid ""
|
7846 |
"Listing submission is not available at the moment. Contact the administrator "
|
7847 |
"for details."
|
7848 |
msgstr ""
|
7849 |
|
7850 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7851 |
msgctxt "templates"
|
7852 |
msgid ""
|
7853 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7855,12 +7879,12 @@ msgid ""
|
|
7855 |
"an existing field"
|
7856 |
msgstr ""
|
7857 |
|
7858 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7859 |
msgctxt "templates"
|
7860 |
msgid "Please agree to the Terms and Conditions."
|
7861 |
msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
|
7862 |
|
7863 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7864 |
msgctxt "templates"
|
7865 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7866 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
@@ -8213,19 +8237,19 @@ msgstr ""
|
|
8213 |
"Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
|
8214 |
"übersprungen."
|
8215 |
|
8216 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8217 |
#, fuzzy
|
8218 |
msgctxt "submit listing"
|
8219 |
msgid "Category selection"
|
8220 |
msgstr "Kategorien auswählen"
|
8221 |
|
8222 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8223 |
#, fuzzy
|
8224 |
msgctxt "submit listing"
|
8225 |
msgid "Category & plan selection"
|
8226 |
msgstr "Kategorien auswählen"
|
8227 |
|
8228 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8229 |
#, fuzzy
|
8230 |
msgctxt "submit listing"
|
8231 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -8233,47 +8257,47 @@ msgstr ""
|
|
8233 |
"Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
|
8234 |
"später noch einmal."
|
8235 |
|
8236 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8237 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8238 |
#, fuzzy
|
8239 |
msgctxt "submit listing"
|
8240 |
msgid "Please select a category."
|
8241 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
8242 |
|
8243 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8244 |
msgctxt "submit listing"
|
8245 |
msgid "Current active plan is disabled. Please select another plan."
|
8246 |
msgstr ""
|
8247 |
|
8248 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8249 |
msgctxt "submit listing"
|
8250 |
msgid "Please choose a valid category for your plan."
|
8251 |
msgstr ""
|
8252 |
|
8253 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8254 |
#, fuzzy
|
8255 |
msgctxt "submit listing"
|
8256 |
msgid "Please choose a valid plan for your category selection."
|
8257 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
8258 |
|
8259 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8260 |
#, fuzzy
|
8261 |
msgctxt "submit listing"
|
8262 |
msgid "Please enter your desired username."
|
8263 |
msgstr "Bitte geben Sie einen Namen ein."
|
8264 |
|
8265 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8266 |
#, fuzzy
|
8267 |
msgctxt "submit listing"
|
8268 |
msgid "Please enter the e-mail for your new account."
|
8269 |
msgstr "Bitte geben Sie einen Namen ein."
|
8270 |
|
8271 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8272 |
msgctxt "submit listing"
|
8273 |
msgid "The username you chose is already in use. Please use a different one."
|
8274 |
msgstr ""
|
8275 |
|
8276 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8277 |
msgctxt "submit listing"
|
8278 |
msgid "The e-mail address you chose for your account is already in use."
|
8279 |
msgstr ""
|
@@ -8284,7 +8308,7 @@ msgctxt "submit listing"
|
|
8284 |
msgid "Listing submitted by admin. Payment skipped."
|
8285 |
msgstr "Eintrag zusenden (Initialbezahlung)"
|
8286 |
|
8287 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8288 |
msgctxt "listing submit"
|
8289 |
msgid ""
|
8290 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8993,34 +9017,6 @@ msgctxt "uninstall"
|
|
8993 |
msgid "Other"
|
8994 |
msgstr "andere"
|
8995 |
|
8996 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
8997 |
-
msgctxt "uninstall"
|
8998 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
8999 |
-
msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
|
9000 |
-
|
9001 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
9002 |
-
#, fuzzy
|
9003 |
-
msgctxt "uninstall"
|
9004 |
-
msgid "Please choose an option."
|
9005 |
-
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
9006 |
-
|
9007 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
9008 |
-
msgctxt "uninstall"
|
9009 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
9010 |
-
msgstr ""
|
9011 |
-
"Bitte teile uns mit warum du die Branchenverzeichniserweiterung löscht."
|
9012 |
-
|
9013 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
9014 |
-
#, fuzzy
|
9015 |
-
msgctxt "uninstall"
|
9016 |
-
msgid "Please enter your reasons."
|
9017 |
-
msgstr "Bitte geben Sie einen Namen ein."
|
9018 |
-
|
9019 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
9020 |
-
msgctxt "uninstall"
|
9021 |
-
msgid "Uninstall Plugin"
|
9022 |
-
msgstr "Erweiterung Deinstallieren"
|
9023 |
-
|
9024 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
9025 |
#, fuzzy
|
9026 |
msgctxt "uninstall"
|
@@ -9050,16 +9046,6 @@ msgctxt "uninstall"
|
|
9050 |
msgid "Deactivate the plugin from the file system"
|
9051 |
msgstr ""
|
9052 |
|
9053 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
9054 |
-
msgctxt "uninstall"
|
9055 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
9056 |
-
msgstr ""
|
9057 |
-
|
9058 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
9059 |
-
msgctxt "uninstall"
|
9060 |
-
msgid "Yes, I want to uninstall"
|
9061 |
-
msgstr ""
|
9062 |
-
|
9063 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
9064 |
msgctxt "uninstall"
|
9065 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
@@ -9207,6 +9193,16 @@ msgctxt "send-access-keys"
|
|
9207 |
msgid "Continue"
|
9208 |
msgstr "Weiter"
|
9209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9210 |
#~ msgctxt "settings"
|
9211 |
#~ msgid "Author's name"
|
9212 |
#~ msgstr "Authorname"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+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."
|
342 |
msgstr ""
|
343 |
|
344 |
#: includes/admin/controllers/class-admin-listings.php:187
|
345 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
346 |
#: templates/email/listing-reported.tpl.php:7
|
347 |
msgid "Listing Information"
|
348 |
msgstr "Eintrag Informationen"
|
421 |
"verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
|
422 |
|
423 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
424 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
425 |
#, fuzzy
|
426 |
msgid "Go to \"Form Fields\""
|
427 |
msgstr "zu \"Formularfelder verwalten\""
|
788 |
msgstr "Nicht vorhandene Tabellen: %s"
|
789 |
|
790 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
791 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
792 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
793 |
#: templates/listing-contactform.tpl.php:33
|
794 |
#: templates/listing-flagging-form.tpl.php:39
|
868 |
|
869 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
870 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
871 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
872 |
#, fuzzy
|
873 |
msgid "Terms and Conditions"
|
874 |
msgstr "Bedingungen und Konditionen"
|
1771 |
msgid "Add Listing"
|
1772 |
msgstr "Preispaket hinzufügen"
|
1773 |
|
1774 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1775 |
#, fuzzy
|
1776 |
msgid "Listing Images"
|
1777 |
msgstr "Eintrag Bilder"
|
1778 |
|
1779 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1780 |
msgid "Account Creation"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1784 |
#, fuzzy
|
1785 |
msgid "Go to \"Plans\""
|
1786 |
msgstr "zu \"Formularfelder verwalten\""
|
1787 |
|
1788 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1789 |
#, fuzzy
|
1790 |
msgid "Please choose a plan."
|
1791 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
1792 |
|
1793 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1794 |
msgid "Please check the form for errors, correct them and submit again."
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1798 |
msgid "Create a user account on this site"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1802 |
#, fuzzy
|
1803 |
msgid "Username"
|
1804 |
msgstr "Benutzer"
|
1805 |
|
1806 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1807 |
#, fuzzy
|
1808 |
msgid "Clear Form"
|
1809 |
msgstr "Zurücksetzen"
|
3319 |
"einige Fragen für uns beantworten, die uns dabei unterstützen das Produkt "
|
3320 |
"weiter zu verbessern?"
|
3321 |
|
3322 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
3323 |
+
#, fuzzy
|
3324 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
3325 |
+
msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
|
3326 |
+
|
3327 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
3328 |
+
#, fuzzy
|
3329 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
3330 |
+
msgstr ""
|
3331 |
+
"Bitte teile uns mit warum du die Branchenverzeichniserweiterung löscht."
|
3332 |
+
|
3333 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
3334 |
+
#, fuzzy
|
3335 |
+
msgid "Uninstall Plugin"
|
3336 |
+
msgstr "Erweiterung Deinstallieren"
|
3337 |
+
|
3338 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3339 |
#, fuzzy
|
3340 |
msgid "Uninstall completed."
|
3349 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3350 |
msgstr ""
|
3351 |
|
3352 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
3353 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
3354 |
+
msgstr ""
|
3355 |
+
|
3356 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
3357 |
+
msgid "Yes, I want to uninstall"
|
3358 |
+
msgstr ""
|
3359 |
+
|
3360 |
#. translators: %1$s: open link html, %2$s: close link html
|
3361 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3362 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
7842 |
"angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
|
7843 |
"Einstellungen zu ändern."
|
7844 |
|
7845 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
7846 |
msgctxt "templates"
|
7847 |
msgid ""
|
7848 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7851 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7852 |
"Submission?\" setting checked?"
|
7853 |
|
7854 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
7855 |
msgctxt "templates"
|
7856 |
msgid ""
|
7857 |
"Listing submission has been disabled. Contact the administrator for details."
|
7858 |
msgstr ""
|
7859 |
|
7860 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
7861 |
msgctxt "templates"
|
7862 |
msgid ""
|
7863 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7864 |
"a listing. %s to create a plan"
|
7865 |
msgstr ""
|
7866 |
|
7867 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
7868 |
msgctxt "templates"
|
7869 |
msgid ""
|
7870 |
"Listing submission is not available at the moment. Contact the administrator "
|
7871 |
"for details."
|
7872 |
msgstr ""
|
7873 |
|
7874 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
7875 |
msgctxt "templates"
|
7876 |
msgid ""
|
7877 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7879 |
"an existing field"
|
7880 |
msgstr ""
|
7881 |
|
7882 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
7883 |
msgctxt "templates"
|
7884 |
msgid "Please agree to the Terms and Conditions."
|
7885 |
msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
|
7886 |
|
7887 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
7888 |
msgctxt "templates"
|
7889 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7890 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
8237 |
"Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
|
8238 |
"übersprungen."
|
8239 |
|
8240 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8241 |
#, fuzzy
|
8242 |
msgctxt "submit listing"
|
8243 |
msgid "Category selection"
|
8244 |
msgstr "Kategorien auswählen"
|
8245 |
|
8246 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8247 |
#, fuzzy
|
8248 |
msgctxt "submit listing"
|
8249 |
msgid "Category & plan selection"
|
8250 |
msgstr "Kategorien auswählen"
|
8251 |
|
8252 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
8253 |
#, fuzzy
|
8254 |
msgctxt "submit listing"
|
8255 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8257 |
"Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
|
8258 |
"später noch einmal."
|
8259 |
|
8260 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
8261 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
8262 |
#, fuzzy
|
8263 |
msgctxt "submit listing"
|
8264 |
msgid "Please select a category."
|
8265 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
8266 |
|
8267 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
8268 |
msgctxt "submit listing"
|
8269 |
msgid "Current active plan is disabled. Please select another plan."
|
8270 |
msgstr ""
|
8271 |
|
8272 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
8273 |
msgctxt "submit listing"
|
8274 |
msgid "Please choose a valid category for your plan."
|
8275 |
msgstr ""
|
8276 |
|
8277 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
8278 |
#, fuzzy
|
8279 |
msgctxt "submit listing"
|
8280 |
msgid "Please choose a valid plan for your category selection."
|
8281 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
8282 |
|
8283 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
8284 |
#, fuzzy
|
8285 |
msgctxt "submit listing"
|
8286 |
msgid "Please enter your desired username."
|
8287 |
msgstr "Bitte geben Sie einen Namen ein."
|
8288 |
|
8289 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
8290 |
#, fuzzy
|
8291 |
msgctxt "submit listing"
|
8292 |
msgid "Please enter the e-mail for your new account."
|
8293 |
msgstr "Bitte geben Sie einen Namen ein."
|
8294 |
|
8295 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
8296 |
msgctxt "submit listing"
|
8297 |
msgid "The username you chose is already in use. Please use a different one."
|
8298 |
msgstr ""
|
8299 |
|
8300 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
8301 |
msgctxt "submit listing"
|
8302 |
msgid "The e-mail address you chose for your account is already in use."
|
8303 |
msgstr ""
|
8308 |
msgid "Listing submitted by admin. Payment skipped."
|
8309 |
msgstr "Eintrag zusenden (Initialbezahlung)"
|
8310 |
|
8311 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
8312 |
msgctxt "listing submit"
|
8313 |
msgid ""
|
8314 |
"Image upload is required, please provide at least one image and submit again."
|
9017 |
msgid "Other"
|
9018 |
msgstr "andere"
|
9019 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9020 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
9021 |
#, fuzzy
|
9022 |
msgctxt "uninstall"
|
9046 |
msgid "Deactivate the plugin from the file system"
|
9047 |
msgstr ""
|
9048 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9049 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
9050 |
msgctxt "uninstall"
|
9051 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
9193 |
msgid "Continue"
|
9194 |
msgstr "Weiter"
|
9195 |
|
9196 |
+
#, fuzzy
|
9197 |
+
#~ msgctxt "uninstall"
|
9198 |
+
#~ msgid "Please choose an option."
|
9199 |
+
#~ msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
9200 |
+
|
9201 |
+
#, fuzzy
|
9202 |
+
#~ msgctxt "uninstall"
|
9203 |
+
#~ msgid "Please enter your reasons."
|
9204 |
+
#~ msgstr "Bitte geben Sie einen Namen ein."
|
9205 |
+
|
9206 |
#~ msgctxt "settings"
|
9207 |
#~ msgid "Author's name"
|
9208 |
#~ msgstr "Authorname"
|
languages/business-directory-plugin-en_US.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
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"
|
@@ -283,7 +283,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
|
|
283 |
msgstr ""
|
284 |
|
285 |
#: includes/admin/controllers/class-admin-listings.php:187
|
286 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
287 |
#: templates/email/listing-reported.tpl.php:7
|
288 |
msgid "Listing Information"
|
289 |
msgstr ""
|
@@ -352,7 +352,7 @@ msgid ""
|
|
352 |
msgstr ""
|
353 |
|
354 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
355 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
356 |
msgid "Go to \"Form Fields\""
|
357 |
msgstr ""
|
358 |
|
@@ -664,7 +664,7 @@ msgid "Missing tables: %s"
|
|
664 |
msgstr ""
|
665 |
|
666 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
667 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
668 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
669 |
#: templates/listing-contactform.tpl.php:33
|
670 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -732,7 +732,7 @@ msgstr ""
|
|
732 |
|
733 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
734 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
735 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
736 |
msgid "Terms and Conditions"
|
737 |
msgstr ""
|
738 |
|
@@ -1521,35 +1521,35 @@ msgstr ""
|
|
1521 |
msgid "Add Listing"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1525 |
msgid "Listing Images"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1529 |
msgid "Account Creation"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1533 |
msgid "Go to \"Plans\""
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1537 |
msgid "Please choose a plan."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1541 |
msgid "Please check the form for errors, correct them and submit again."
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1545 |
msgid "Create a user account on this site"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1549 |
msgid "Username"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1553 |
msgid "Clear Form"
|
1554 |
msgstr ""
|
1555 |
|
@@ -2798,6 +2798,18 @@ msgid ""
|
|
2798 |
"future?"
|
2799 |
msgstr ""
|
2800 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2801 |
#: templates/admin/uninstall-complete.tpl.php:12
|
2802 |
msgid "Uninstall completed."
|
2803 |
msgstr ""
|
@@ -2810,6 +2822,14 @@ msgstr ""
|
|
2810 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
2811 |
msgstr ""
|
2812 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2813 |
#. translators: %1$s: open link html, %2$s: close link html
|
2814 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
2815 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
@@ -6790,34 +6810,34 @@ msgid ""
|
|
6790 |
"site. If you didn't want that, click <a>here</a> to change the setting."
|
6791 |
msgstr ""
|
6792 |
|
6793 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6794 |
msgctxt "templates"
|
6795 |
msgid ""
|
6796 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6797 |
"Submission?\" setting checked?"
|
6798 |
msgstr ""
|
6799 |
|
6800 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6801 |
msgctxt "templates"
|
6802 |
msgid ""
|
6803 |
"Listing submission has been disabled. Contact the administrator for details."
|
6804 |
msgstr ""
|
6805 |
|
6806 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6807 |
msgctxt "templates"
|
6808 |
msgid ""
|
6809 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
6810 |
"a listing. %s to create a plan"
|
6811 |
msgstr ""
|
6812 |
|
6813 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6814 |
msgctxt "templates"
|
6815 |
msgid ""
|
6816 |
"Listing submission is not available at the moment. Contact the administrator "
|
6817 |
"for details."
|
6818 |
msgstr ""
|
6819 |
|
6820 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6821 |
msgctxt "templates"
|
6822 |
msgid ""
|
6823 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -6825,12 +6845,12 @@ msgid ""
|
|
6825 |
"an existing field"
|
6826 |
msgstr ""
|
6827 |
|
6828 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6829 |
msgctxt "templates"
|
6830 |
msgid "Please agree to the Terms and Conditions."
|
6831 |
msgstr ""
|
6832 |
|
6833 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6834 |
msgctxt "templates"
|
6835 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6836 |
msgstr ""
|
@@ -7143,58 +7163,58 @@ msgctxt "submit listing"
|
|
7143 |
msgid "You're logged in as admin, payment will be skipped."
|
7144 |
msgstr ""
|
7145 |
|
7146 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7147 |
msgctxt "submit listing"
|
7148 |
msgid "Category selection"
|
7149 |
msgstr ""
|
7150 |
|
7151 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7152 |
msgctxt "submit listing"
|
7153 |
msgid "Category & plan selection"
|
7154 |
msgstr ""
|
7155 |
|
7156 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7157 |
msgctxt "submit listing"
|
7158 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7159 |
msgstr ""
|
7160 |
|
7161 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7162 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7163 |
msgctxt "submit listing"
|
7164 |
msgid "Please select a category."
|
7165 |
msgstr ""
|
7166 |
|
7167 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7168 |
msgctxt "submit listing"
|
7169 |
msgid "Current active plan is disabled. Please select another plan."
|
7170 |
msgstr ""
|
7171 |
|
7172 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7173 |
msgctxt "submit listing"
|
7174 |
msgid "Please choose a valid category for your plan."
|
7175 |
msgstr ""
|
7176 |
|
7177 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7178 |
msgctxt "submit listing"
|
7179 |
msgid "Please choose a valid plan for your category selection."
|
7180 |
msgstr ""
|
7181 |
|
7182 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7183 |
msgctxt "submit listing"
|
7184 |
msgid "Please enter your desired username."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7188 |
msgctxt "submit listing"
|
7189 |
msgid "Please enter the e-mail for your new account."
|
7190 |
msgstr ""
|
7191 |
|
7192 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7193 |
msgctxt "submit listing"
|
7194 |
msgid "The username you chose is already in use. Please use a different one."
|
7195 |
msgstr ""
|
7196 |
|
7197 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7198 |
msgctxt "submit listing"
|
7199 |
msgid "The e-mail address you chose for your account is already in use."
|
7200 |
msgstr ""
|
@@ -7204,7 +7224,7 @@ msgctxt "submit listing"
|
|
7204 |
msgid "Listing submitted by admin. Payment skipped."
|
7205 |
msgstr ""
|
7206 |
|
7207 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7208 |
msgctxt "listing submit"
|
7209 |
msgid ""
|
7210 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -7871,31 +7891,6 @@ msgctxt "uninstall"
|
|
7871 |
msgid "Other"
|
7872 |
msgstr ""
|
7873 |
|
7874 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
7875 |
-
msgctxt "uninstall"
|
7876 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
7877 |
-
msgstr ""
|
7878 |
-
|
7879 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
7880 |
-
msgctxt "uninstall"
|
7881 |
-
msgid "Please choose an option."
|
7882 |
-
msgstr ""
|
7883 |
-
|
7884 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
7885 |
-
msgctxt "uninstall"
|
7886 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
7887 |
-
msgstr ""
|
7888 |
-
|
7889 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
7890 |
-
msgctxt "uninstall"
|
7891 |
-
msgid "Please enter your reasons."
|
7892 |
-
msgstr ""
|
7893 |
-
|
7894 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
7895 |
-
msgctxt "uninstall"
|
7896 |
-
msgid "Uninstall Plugin"
|
7897 |
-
msgstr ""
|
7898 |
-
|
7899 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
7900 |
msgctxt "uninstall"
|
7901 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
@@ -7921,16 +7916,6 @@ msgctxt "uninstall"
|
|
7921 |
msgid "Deactivate the plugin from the file system"
|
7922 |
msgstr ""
|
7923 |
|
7924 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
7925 |
-
msgctxt "uninstall"
|
7926 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
7927 |
-
msgstr ""
|
7928 |
-
|
7929 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
7930 |
-
msgctxt "uninstall"
|
7931 |
-
msgid "Yes, I want to uninstall"
|
7932 |
-
msgstr ""
|
7933 |
-
|
7934 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
7935 |
msgctxt "uninstall"
|
7936 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+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"
|
283 |
msgstr ""
|
284 |
|
285 |
#: includes/admin/controllers/class-admin-listings.php:187
|
286 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
287 |
#: templates/email/listing-reported.tpl.php:7
|
288 |
msgid "Listing Information"
|
289 |
msgstr ""
|
352 |
msgstr ""
|
353 |
|
354 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
355 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
356 |
msgid "Go to \"Form Fields\""
|
357 |
msgstr ""
|
358 |
|
664 |
msgstr ""
|
665 |
|
666 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
667 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
668 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
669 |
#: templates/listing-contactform.tpl.php:33
|
670 |
#: templates/listing-flagging-form.tpl.php:39
|
732 |
|
733 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
734 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
735 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
736 |
msgid "Terms and Conditions"
|
737 |
msgstr ""
|
738 |
|
1521 |
msgid "Add Listing"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1525 |
msgid "Listing Images"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1529 |
msgid "Account Creation"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1533 |
msgid "Go to \"Plans\""
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1537 |
msgid "Please choose a plan."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1541 |
msgid "Please check the form for errors, correct them and submit again."
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1545 |
msgid "Create a user account on this site"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1549 |
msgid "Username"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1553 |
msgid "Clear Form"
|
1554 |
msgstr ""
|
1555 |
|
2798 |
"future?"
|
2799 |
msgstr ""
|
2800 |
|
2801 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
2802 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
2803 |
+
msgstr ""
|
2804 |
+
|
2805 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
2806 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
2807 |
+
msgstr ""
|
2808 |
+
|
2809 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
2810 |
+
msgid "Uninstall Plugin"
|
2811 |
+
msgstr ""
|
2812 |
+
|
2813 |
#: templates/admin/uninstall-complete.tpl.php:12
|
2814 |
msgid "Uninstall completed."
|
2815 |
msgstr ""
|
2822 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
2823 |
msgstr ""
|
2824 |
|
2825 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
2826 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
2827 |
+
msgstr ""
|
2828 |
+
|
2829 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
2830 |
+
msgid "Yes, I want to uninstall"
|
2831 |
+
msgstr ""
|
2832 |
+
|
2833 |
#. translators: %1$s: open link html, %2$s: close link html
|
2834 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
2835 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
6810 |
"site. If you didn't want that, click <a>here</a> to change the setting."
|
6811 |
msgstr ""
|
6812 |
|
6813 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
6814 |
msgctxt "templates"
|
6815 |
msgid ""
|
6816 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6817 |
"Submission?\" setting checked?"
|
6818 |
msgstr ""
|
6819 |
|
6820 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
6821 |
msgctxt "templates"
|
6822 |
msgid ""
|
6823 |
"Listing submission has been disabled. Contact the administrator for details."
|
6824 |
msgstr ""
|
6825 |
|
6826 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
6827 |
msgctxt "templates"
|
6828 |
msgid ""
|
6829 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
6830 |
"a listing. %s to create a plan"
|
6831 |
msgstr ""
|
6832 |
|
6833 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
6834 |
msgctxt "templates"
|
6835 |
msgid ""
|
6836 |
"Listing submission is not available at the moment. Contact the administrator "
|
6837 |
"for details."
|
6838 |
msgstr ""
|
6839 |
|
6840 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
6841 |
msgctxt "templates"
|
6842 |
msgid ""
|
6843 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
6845 |
"an existing field"
|
6846 |
msgstr ""
|
6847 |
|
6848 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
6849 |
msgctxt "templates"
|
6850 |
msgid "Please agree to the Terms and Conditions."
|
6851 |
msgstr ""
|
6852 |
|
6853 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
6854 |
msgctxt "templates"
|
6855 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6856 |
msgstr ""
|
7163 |
msgid "You're logged in as admin, payment will be skipped."
|
7164 |
msgstr ""
|
7165 |
|
7166 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
7167 |
msgctxt "submit listing"
|
7168 |
msgid "Category selection"
|
7169 |
msgstr ""
|
7170 |
|
7171 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
7172 |
msgctxt "submit listing"
|
7173 |
msgid "Category & plan selection"
|
7174 |
msgstr ""
|
7175 |
|
7176 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
7177 |
msgctxt "submit listing"
|
7178 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7179 |
msgstr ""
|
7180 |
|
7181 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
7182 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
7183 |
msgctxt "submit listing"
|
7184 |
msgid "Please select a category."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
7188 |
msgctxt "submit listing"
|
7189 |
msgid "Current active plan is disabled. Please select another plan."
|
7190 |
msgstr ""
|
7191 |
|
7192 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
7193 |
msgctxt "submit listing"
|
7194 |
msgid "Please choose a valid category for your plan."
|
7195 |
msgstr ""
|
7196 |
|
7197 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
7198 |
msgctxt "submit listing"
|
7199 |
msgid "Please choose a valid plan for your category selection."
|
7200 |
msgstr ""
|
7201 |
|
7202 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
7203 |
msgctxt "submit listing"
|
7204 |
msgid "Please enter your desired username."
|
7205 |
msgstr ""
|
7206 |
|
7207 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
7208 |
msgctxt "submit listing"
|
7209 |
msgid "Please enter the e-mail for your new account."
|
7210 |
msgstr ""
|
7211 |
|
7212 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
7213 |
msgctxt "submit listing"
|
7214 |
msgid "The username you chose is already in use. Please use a different one."
|
7215 |
msgstr ""
|
7216 |
|
7217 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
7218 |
msgctxt "submit listing"
|
7219 |
msgid "The e-mail address you chose for your account is already in use."
|
7220 |
msgstr ""
|
7224 |
msgid "Listing submitted by admin. Payment skipped."
|
7225 |
msgstr ""
|
7226 |
|
7227 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
7228 |
msgctxt "listing submit"
|
7229 |
msgid ""
|
7230 |
"Image upload is required, please provide at least one image and submit again."
|
7891 |
msgid "Other"
|
7892 |
msgstr ""
|
7893 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7894 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
7895 |
msgctxt "uninstall"
|
7896 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
7916 |
msgid "Deactivate the plugin from the file system"
|
7917 |
msgstr ""
|
7918 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7919 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
7920 |
msgctxt "uninstall"
|
7921 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
languages/business-directory-plugin-fr_FR.mo
CHANGED
Binary file
|
languages/business-directory-plugin-fr_FR.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
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"
|
@@ -304,7 +304,7 @@ msgstr ""
|
|
304 |
"activé"
|
305 |
|
306 |
#: includes/admin/controllers/class-admin-listings.php:187
|
307 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
308 |
#: templates/email/listing-reported.tpl.php:7
|
309 |
msgid "Listing Information"
|
310 |
msgstr "Information sur l'annonce"
|
@@ -375,7 +375,7 @@ msgstr ""
|
|
375 |
"formulaire\" ou laissez le plugin le faire pour vous automatiquement."
|
376 |
|
377 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
378 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
379 |
msgid "Go to \"Form Fields\""
|
380 |
msgstr "Aller à \"Champs du formulaire\""
|
381 |
|
@@ -696,7 +696,7 @@ msgid "Missing tables: %s"
|
|
696 |
msgstr "Tables manquantes : %s"
|
697 |
|
698 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
699 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
700 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
701 |
#: templates/listing-contactform.tpl.php:33
|
702 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -777,7 +777,7 @@ msgstr "Oui, et le rendre requis"
|
|
777 |
|
778 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
779 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
780 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
781 |
msgid "Terms and Conditions"
|
782 |
msgstr "Conditions d'utilisation"
|
783 |
|
@@ -1671,37 +1671,37 @@ msgstr ""
|
|
1671 |
msgid "Add Listing"
|
1672 |
msgstr "Ajouter une annonce"
|
1673 |
|
1674 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1675 |
msgid "Listing Images"
|
1676 |
msgstr "Images de l'annonce"
|
1677 |
|
1678 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1679 |
msgid "Account Creation"
|
1680 |
msgstr "Création de compte"
|
1681 |
|
1682 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1683 |
msgid "Go to \"Plans\""
|
1684 |
msgstr "Aller aux \"abonnements\""
|
1685 |
|
1686 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1687 |
msgid "Please choose a plan."
|
1688 |
msgstr "Veuillez choisir un abonnement ci-dessus."
|
1689 |
|
1690 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1691 |
msgid "Please check the form for errors, correct them and submit again."
|
1692 |
msgstr ""
|
1693 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1694 |
"erreurs et soumettre à nouveau."
|
1695 |
|
1696 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1697 |
msgid "Create a user account on this site"
|
1698 |
msgstr "Créer un compte utilisateur sur ce site"
|
1699 |
|
1700 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1701 |
msgid "Username"
|
1702 |
msgstr "Nom d'utilisateur (login)"
|
1703 |
|
1704 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1705 |
msgid "Clear Form"
|
1706 |
msgstr "Effacer le formulaire"
|
1707 |
|
@@ -3079,6 +3079,23 @@ msgstr ""
|
|
3079 |
"Nous sommes désolés de vous voir partir. Pouvez-vous prendre 10 secondes et "
|
3080 |
"répondre à une question pour nous aider à améliorer notre plugin?"
|
3081 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3082 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3083 |
msgid "Uninstall completed."
|
3084 |
msgstr "Désinstallation complète."
|
@@ -3093,6 +3110,17 @@ msgstr ""
|
|
3093 |
"Supprimer toutes les données de configuration du module (régions, cartes, "
|
3094 |
"évaluations, restrictions)"
|
3095 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3096 |
#. translators: %1$s: open link html, %2$s: close link html
|
3097 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3098 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
@@ -7385,7 +7413,7 @@ msgstr ""
|
|
7385 |
"utilisateurs, sur votre site. Si cela ne correspond pas à votre souhait, "
|
7386 |
"cliquez <a>ici</a> pour modifier le paramétrage."
|
7387 |
|
7388 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7389 |
msgctxt "templates"
|
7390 |
msgid ""
|
7391 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
@@ -7394,7 +7422,7 @@ msgstr ""
|
|
7394 |
"<b>Aperçu non disponible</b>. Avez-vous coché le paramètre \"Désactiver la "
|
7395 |
"soumission de l'annonce publique ?\" ?"
|
7396 |
|
7397 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7398 |
msgctxt "templates"
|
7399 |
msgid ""
|
7400 |
"Listing submission has been disabled. Contact the administrator for details."
|
@@ -7402,7 +7430,7 @@ msgstr ""
|
|
7402 |
"La soumission d'annonces a été désactivé. Contactez l'administrateur pour "
|
7403 |
"plus de détails."
|
7404 |
|
7405 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7406 |
msgctxt "templates"
|
7407 |
msgid ""
|
7408 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
@@ -7412,7 +7440,7 @@ msgstr ""
|
|
7412 |
"utilisateurs ne pourront pas soumettre des annonces. %s pour créer un "
|
7413 |
"abonnement"
|
7414 |
|
7415 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7416 |
msgctxt "templates"
|
7417 |
msgid ""
|
7418 |
"Listing submission is not available at the moment. Contact the administrator "
|
@@ -7421,7 +7449,7 @@ msgstr ""
|
|
7421 |
"La soumission d'annonce n'est pas disponible pour le moment. Contactez "
|
7422 |
"l'administrateur pour plus de détails."
|
7423 |
|
7424 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7425 |
msgctxt "templates"
|
7426 |
msgid ""
|
7427 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7432,12 +7460,12 @@ msgstr ""
|
|
7432 |
"%s et créez un nouveau champ avec cette association, ou ajoutez cette "
|
7433 |
"association à un champ existant"
|
7434 |
|
7435 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7436 |
msgctxt "templates"
|
7437 |
msgid "Please agree to the Terms and Conditions."
|
7438 |
msgstr "Veuillez accepter les conditions d'utilisation."
|
7439 |
|
7440 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7441 |
msgctxt "templates"
|
7442 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7443 |
msgstr "J'accepte <a> Conditions générales </a>"
|
@@ -7774,64 +7802,64 @@ msgstr ""
|
|
7774 |
"Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
|
7775 |
"seront passées."
|
7776 |
|
7777 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7778 |
msgctxt "submit listing"
|
7779 |
msgid "Category selection"
|
7780 |
msgstr "Sélection de la catégorie"
|
7781 |
|
7782 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7783 |
msgctxt "submit listing"
|
7784 |
msgid "Category & plan selection"
|
7785 |
msgstr "Sélection Catégorie et abonnement"
|
7786 |
|
7787 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7788 |
msgctxt "submit listing"
|
7789 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7790 |
msgstr ""
|
7791 |
"Impossible de soumettre une anonce en ce moment. Veuillez réessayer plus "
|
7792 |
"tard."
|
7793 |
|
7794 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7795 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7796 |
msgctxt "submit listing"
|
7797 |
msgid "Please select a category."
|
7798 |
msgstr "Veuillez sélectionner une catégorie."
|
7799 |
|
7800 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7801 |
msgctxt "submit listing"
|
7802 |
msgid "Current active plan is disabled. Please select another plan."
|
7803 |
msgstr ""
|
7804 |
"L'abonnement que vous avez choisi est désactivé. Merci d'en choisir un autre."
|
7805 |
|
7806 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7807 |
msgctxt "submit listing"
|
7808 |
msgid "Please choose a valid category for your plan."
|
7809 |
msgstr "Veuillez choisir une catégorie valide pour votre annonce."
|
7810 |
|
7811 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7812 |
msgctxt "submit listing"
|
7813 |
msgid "Please choose a valid plan for your category selection."
|
7814 |
msgstr ""
|
7815 |
"Merci de choisir un abonnement valable pour votre sélection de catégorie."
|
7816 |
|
7817 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7818 |
msgctxt "submit listing"
|
7819 |
msgid "Please enter your desired username."
|
7820 |
msgstr "Merci d'entrer votre nom d'utilisateur souhaité."
|
7821 |
|
7822 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7823 |
msgctxt "submit listing"
|
7824 |
msgid "Please enter the e-mail for your new account."
|
7825 |
msgstr "Merci d'entrer votre e-mail pour votre nouveau compte."
|
7826 |
|
7827 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7828 |
msgctxt "submit listing"
|
7829 |
msgid "The username you chose is already in use. Please use a different one."
|
7830 |
msgstr ""
|
7831 |
"Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
|
7832 |
"utiliser un autre."
|
7833 |
|
7834 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7835 |
msgctxt "submit listing"
|
7836 |
msgid "The e-mail address you chose for your account is already in use."
|
7837 |
msgstr ""
|
@@ -7842,7 +7870,7 @@ msgctxt "submit listing"
|
|
7842 |
msgid "Listing submitted by admin. Payment skipped."
|
7843 |
msgstr "Annonce soumis par un admin. Paiement sauté."
|
7844 |
|
7845 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7846 |
msgctxt "listing submit"
|
7847 |
msgid ""
|
7848 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8573,33 +8601,6 @@ msgctxt "uninstall"
|
|
8573 |
msgid "Other"
|
8574 |
msgstr "Autre"
|
8575 |
|
8576 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
8577 |
-
msgctxt "uninstall"
|
8578 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
8579 |
-
msgstr "Pourquoi voulez-vous désinstaller le plugin Business Directory?"
|
8580 |
-
|
8581 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
8582 |
-
msgctxt "uninstall"
|
8583 |
-
msgid "Please choose an option."
|
8584 |
-
msgstr "Sélectionnez une option."
|
8585 |
-
|
8586 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
8587 |
-
msgctxt "uninstall"
|
8588 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
8589 |
-
msgstr ""
|
8590 |
-
"Pourriez-vous nous dire pourquoi vous voulez désinstaller Business Directory "
|
8591 |
-
"Plugin."
|
8592 |
-
|
8593 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
8594 |
-
msgctxt "uninstall"
|
8595 |
-
msgid "Please enter your reasons."
|
8596 |
-
msgstr "S'il vous plaît entrer vos raisons."
|
8597 |
-
|
8598 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
8599 |
-
msgctxt "uninstall"
|
8600 |
-
msgid "Uninstall Plugin"
|
8601 |
-
msgstr "Désinstaller le plugin"
|
8602 |
-
|
8603 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
8604 |
msgctxt "uninstall"
|
8605 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
@@ -8626,17 +8627,6 @@ msgctxt "uninstall"
|
|
8626 |
msgid "Deactivate the plugin from the file system"
|
8627 |
msgstr "Désactiver le plug-in du système de fichiers"
|
8628 |
|
8629 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
8630 |
-
msgctxt "uninstall"
|
8631 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
8632 |
-
msgstr ""
|
8633 |
-
"Ne faites cela que si vous êtes sûr de vous OK ! PERDRE TOUS VOS DONNÉES."
|
8634 |
-
|
8635 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
8636 |
-
msgctxt "uninstall"
|
8637 |
-
msgid "Yes, I want to uninstall"
|
8638 |
-
msgstr "Oui, je veux désinstaller"
|
8639 |
-
|
8640 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
8641 |
msgctxt "uninstall"
|
8642 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
@@ -8786,6 +8776,14 @@ msgctxt "send-access-keys"
|
|
8786 |
msgid "Continue"
|
8787 |
msgstr "Continuer"
|
8788 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8789 |
#~ msgctxt "settings"
|
8790 |
#~ msgid "Author's name"
|
8791 |
#~ msgstr "Nom de l'auteur"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+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"
|
304 |
"activé"
|
305 |
|
306 |
#: includes/admin/controllers/class-admin-listings.php:187
|
307 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
308 |
#: templates/email/listing-reported.tpl.php:7
|
309 |
msgid "Listing Information"
|
310 |
msgstr "Information sur l'annonce"
|
375 |
"formulaire\" ou laissez le plugin le faire pour vous automatiquement."
|
376 |
|
377 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
378 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
379 |
msgid "Go to \"Form Fields\""
|
380 |
msgstr "Aller à \"Champs du formulaire\""
|
381 |
|
696 |
msgstr "Tables manquantes : %s"
|
697 |
|
698 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
699 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
700 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
701 |
#: templates/listing-contactform.tpl.php:33
|
702 |
#: templates/listing-flagging-form.tpl.php:39
|
777 |
|
778 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
779 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
780 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
781 |
msgid "Terms and Conditions"
|
782 |
msgstr "Conditions d'utilisation"
|
783 |
|
1671 |
msgid "Add Listing"
|
1672 |
msgstr "Ajouter une annonce"
|
1673 |
|
1674 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1675 |
msgid "Listing Images"
|
1676 |
msgstr "Images de l'annonce"
|
1677 |
|
1678 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1679 |
msgid "Account Creation"
|
1680 |
msgstr "Création de compte"
|
1681 |
|
1682 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1683 |
msgid "Go to \"Plans\""
|
1684 |
msgstr "Aller aux \"abonnements\""
|
1685 |
|
1686 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1687 |
msgid "Please choose a plan."
|
1688 |
msgstr "Veuillez choisir un abonnement ci-dessus."
|
1689 |
|
1690 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1691 |
msgid "Please check the form for errors, correct them and submit again."
|
1692 |
msgstr ""
|
1693 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1694 |
"erreurs et soumettre à nouveau."
|
1695 |
|
1696 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1697 |
msgid "Create a user account on this site"
|
1698 |
msgstr "Créer un compte utilisateur sur ce site"
|
1699 |
|
1700 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1701 |
msgid "Username"
|
1702 |
msgstr "Nom d'utilisateur (login)"
|
1703 |
|
1704 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1705 |
msgid "Clear Form"
|
1706 |
msgstr "Effacer le formulaire"
|
1707 |
|
3079 |
"Nous sommes désolés de vous voir partir. Pouvez-vous prendre 10 secondes et "
|
3080 |
"répondre à une question pour nous aider à améliorer notre plugin?"
|
3081 |
|
3082 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
3083 |
+
#, fuzzy
|
3084 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
3085 |
+
msgstr "Pourquoi voulez-vous désinstaller le plugin Business Directory?"
|
3086 |
+
|
3087 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
3088 |
+
#, fuzzy
|
3089 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
3090 |
+
msgstr ""
|
3091 |
+
"Pourriez-vous nous dire pourquoi vous voulez désinstaller Business Directory "
|
3092 |
+
"Plugin."
|
3093 |
+
|
3094 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
3095 |
+
#, fuzzy
|
3096 |
+
msgid "Uninstall Plugin"
|
3097 |
+
msgstr "Désinstaller le plugin"
|
3098 |
+
|
3099 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3100 |
msgid "Uninstall completed."
|
3101 |
msgstr "Désinstallation complète."
|
3110 |
"Supprimer toutes les données de configuration du module (régions, cartes, "
|
3111 |
"évaluations, restrictions)"
|
3112 |
|
3113 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
3114 |
+
#, fuzzy
|
3115 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
3116 |
+
msgstr ""
|
3117 |
+
"Ne faites cela que si vous êtes sûr de vous OK ! PERDRE TOUS VOS DONNÉES."
|
3118 |
+
|
3119 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
3120 |
+
#, fuzzy
|
3121 |
+
msgid "Yes, I want to uninstall"
|
3122 |
+
msgstr "Oui, je veux désinstaller"
|
3123 |
+
|
3124 |
#. translators: %1$s: open link html, %2$s: close link html
|
3125 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3126 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
7413 |
"utilisateurs, sur votre site. Si cela ne correspond pas à votre souhait, "
|
7414 |
"cliquez <a>ici</a> pour modifier le paramétrage."
|
7415 |
|
7416 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
7417 |
msgctxt "templates"
|
7418 |
msgid ""
|
7419 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7422 |
"<b>Aperçu non disponible</b>. Avez-vous coché le paramètre \"Désactiver la "
|
7423 |
"soumission de l'annonce publique ?\" ?"
|
7424 |
|
7425 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
7426 |
msgctxt "templates"
|
7427 |
msgid ""
|
7428 |
"Listing submission has been disabled. Contact the administrator for details."
|
7430 |
"La soumission d'annonces a été désactivé. Contactez l'administrateur pour "
|
7431 |
"plus de détails."
|
7432 |
|
7433 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
7434 |
msgctxt "templates"
|
7435 |
msgid ""
|
7436 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7440 |
"utilisateurs ne pourront pas soumettre des annonces. %s pour créer un "
|
7441 |
"abonnement"
|
7442 |
|
7443 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
7444 |
msgctxt "templates"
|
7445 |
msgid ""
|
7446 |
"Listing submission is not available at the moment. Contact the administrator "
|
7449 |
"La soumission d'annonce n'est pas disponible pour le moment. Contactez "
|
7450 |
"l'administrateur pour plus de détails."
|
7451 |
|
7452 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
7453 |
msgctxt "templates"
|
7454 |
msgid ""
|
7455 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7460 |
"%s et créez un nouveau champ avec cette association, ou ajoutez cette "
|
7461 |
"association à un champ existant"
|
7462 |
|
7463 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
7464 |
msgctxt "templates"
|
7465 |
msgid "Please agree to the Terms and Conditions."
|
7466 |
msgstr "Veuillez accepter les conditions d'utilisation."
|
7467 |
|
7468 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
7469 |
msgctxt "templates"
|
7470 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7471 |
msgstr "J'accepte <a> Conditions générales </a>"
|
7802 |
"Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
|
7803 |
"seront passées."
|
7804 |
|
7805 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
7806 |
msgctxt "submit listing"
|
7807 |
msgid "Category selection"
|
7808 |
msgstr "Sélection de la catégorie"
|
7809 |
|
7810 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
7811 |
msgctxt "submit listing"
|
7812 |
msgid "Category & plan selection"
|
7813 |
msgstr "Sélection Catégorie et abonnement"
|
7814 |
|
7815 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
7816 |
msgctxt "submit listing"
|
7817 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7818 |
msgstr ""
|
7819 |
"Impossible de soumettre une anonce en ce moment. Veuillez réessayer plus "
|
7820 |
"tard."
|
7821 |
|
7822 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
7823 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
7824 |
msgctxt "submit listing"
|
7825 |
msgid "Please select a category."
|
7826 |
msgstr "Veuillez sélectionner une catégorie."
|
7827 |
|
7828 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
7829 |
msgctxt "submit listing"
|
7830 |
msgid "Current active plan is disabled. Please select another plan."
|
7831 |
msgstr ""
|
7832 |
"L'abonnement que vous avez choisi est désactivé. Merci d'en choisir un autre."
|
7833 |
|
7834 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
7835 |
msgctxt "submit listing"
|
7836 |
msgid "Please choose a valid category for your plan."
|
7837 |
msgstr "Veuillez choisir une catégorie valide pour votre annonce."
|
7838 |
|
7839 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
7840 |
msgctxt "submit listing"
|
7841 |
msgid "Please choose a valid plan for your category selection."
|
7842 |
msgstr ""
|
7843 |
"Merci de choisir un abonnement valable pour votre sélection de catégorie."
|
7844 |
|
7845 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
7846 |
msgctxt "submit listing"
|
7847 |
msgid "Please enter your desired username."
|
7848 |
msgstr "Merci d'entrer votre nom d'utilisateur souhaité."
|
7849 |
|
7850 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
7851 |
msgctxt "submit listing"
|
7852 |
msgid "Please enter the e-mail for your new account."
|
7853 |
msgstr "Merci d'entrer votre e-mail pour votre nouveau compte."
|
7854 |
|
7855 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
7856 |
msgctxt "submit listing"
|
7857 |
msgid "The username you chose is already in use. Please use a different one."
|
7858 |
msgstr ""
|
7859 |
"Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
|
7860 |
"utiliser un autre."
|
7861 |
|
7862 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
7863 |
msgctxt "submit listing"
|
7864 |
msgid "The e-mail address you chose for your account is already in use."
|
7865 |
msgstr ""
|
7870 |
msgid "Listing submitted by admin. Payment skipped."
|
7871 |
msgstr "Annonce soumis par un admin. Paiement sauté."
|
7872 |
|
7873 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
7874 |
msgctxt "listing submit"
|
7875 |
msgid ""
|
7876 |
"Image upload is required, please provide at least one image and submit again."
|
8601 |
msgid "Other"
|
8602 |
msgstr "Autre"
|
8603 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8604 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
8605 |
msgctxt "uninstall"
|
8606 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
8627 |
msgid "Deactivate the plugin from the file system"
|
8628 |
msgstr "Désactiver le plug-in du système de fichiers"
|
8629 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8630 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
8631 |
msgctxt "uninstall"
|
8632 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
8776 |
msgid "Continue"
|
8777 |
msgstr "Continuer"
|
8778 |
|
8779 |
+
#~ msgctxt "uninstall"
|
8780 |
+
#~ msgid "Please choose an option."
|
8781 |
+
#~ msgstr "Sélectionnez une option."
|
8782 |
+
|
8783 |
+
#~ msgctxt "uninstall"
|
8784 |
+
#~ msgid "Please enter your reasons."
|
8785 |
+
#~ msgstr "S'il vous plaît entrer vos raisons."
|
8786 |
+
|
8787 |
#~ msgctxt "settings"
|
8788 |
#~ msgid "Author's name"
|
8789 |
#~ msgstr "Nom de l'auteur"
|
languages/business-directory-plugin-it_IT.mo
CHANGED
Binary file
|
languages/business-directory-plugin-it_IT.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2022-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -344,7 +344,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
|
|
344 |
msgstr ""
|
345 |
|
346 |
#: includes/admin/controllers/class-admin-listings.php:187
|
347 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
348 |
#: templates/email/listing-reported.tpl.php:7
|
349 |
msgid "Listing Information"
|
350 |
msgstr "Informazioni sull'annuncio"
|
@@ -421,7 +421,7 @@ msgstr ""
|
|
421 |
"automaticamente."
|
422 |
|
423 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
424 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
425 |
#, fuzzy
|
426 |
msgid "Go to \"Form Fields\""
|
427 |
msgstr "Vai a \"Gestire i campi dei moduli\"."
|
@@ -788,7 +788,7 @@ msgid "Missing tables: %s"
|
|
788 |
msgstr "Tabelle mancanti: %s"
|
789 |
|
790 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
791 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
792 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
793 |
#: templates/listing-contactform.tpl.php:33
|
794 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -874,7 +874,7 @@ msgstr "Sì, e renderlo obbligatorio"
|
|
874 |
|
875 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
876 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
877 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
878 |
#, fuzzy
|
879 |
msgid "Terms and Conditions"
|
880 |
msgstr "Termini e Condizioni"
|
@@ -1810,44 +1810,44 @@ msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
|
|
1810 |
msgid "Add Listing"
|
1811 |
msgstr "Aggiungi la quota di Donazione"
|
1812 |
|
1813 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1814 |
#, fuzzy
|
1815 |
msgid "Listing Images"
|
1816 |
msgstr "Immagini annuncio"
|
1817 |
|
1818 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1819 |
#, fuzzy
|
1820 |
msgid "Account Creation"
|
1821 |
msgstr "Creazione account"
|
1822 |
|
1823 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1824 |
#, fuzzy
|
1825 |
msgid "Go to \"Plans\""
|
1826 |
msgstr "Nessun piano tariffario"
|
1827 |
|
1828 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1829 |
#, fuzzy
|
1830 |
msgid "Please choose a plan."
|
1831 |
msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
|
1832 |
|
1833 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1834 |
#, fuzzy
|
1835 |
msgid "Please check the form for errors, correct them and submit again."
|
1836 |
msgstr ""
|
1837 |
"Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
|
1838 |
"errori, correggerli e ripresentarli di nuovo."
|
1839 |
|
1840 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1841 |
#, fuzzy
|
1842 |
msgid "Create a user account on this site"
|
1843 |
msgstr "Creare un account utente su questo sito"
|
1844 |
|
1845 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1846 |
#, fuzzy
|
1847 |
msgid "Username"
|
1848 |
msgstr "Nome utente:"
|
1849 |
|
1850 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1851 |
#, fuzzy
|
1852 |
msgid "Clear Form"
|
1853 |
msgstr "Cancella"
|
@@ -3425,6 +3425,22 @@ msgstr ""
|
|
3425 |
"rispondere a una domanda per aiutarci a rendere il prodotto migliore per "
|
3426 |
"tutti in futuro?"
|
3427 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3428 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3429 |
#, fuzzy
|
3430 |
msgid "Uninstall completed."
|
@@ -3442,6 +3458,17 @@ msgstr ""
|
|
3442 |
"Rimuovi TUTTI i dati di configurazione del modulo premium (regioni, mappe, "
|
3443 |
"valutazioni, livelli di funzionalità)"
|
3444 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3445 |
#. translators: %1$s: open link html, %2$s: close link html
|
3446 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3447 |
#, fuzzy
|
@@ -7884,7 +7911,7 @@ msgstr ""
|
|
7884 |
"anteriore del tuo sito. Se non l'hai voluto, clicca <a>qui</a> per "
|
7885 |
"modificare l'impostazione."
|
7886 |
|
7887 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7888 |
msgctxt "templates"
|
7889 |
msgid ""
|
7890 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
@@ -7893,7 +7920,7 @@ msgstr ""
|
|
7893 |
"<b>Vista non disponibile</b>. È stata selezionata l'impostazione "
|
7894 |
"\"Disattivare l'invio di annunci da frontend\"?"
|
7895 |
|
7896 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7897 |
msgctxt "templates"
|
7898 |
msgid ""
|
7899 |
"Listing submission has been disabled. Contact the administrator for details."
|
@@ -7901,14 +7928,14 @@ msgstr ""
|
|
7901 |
"L'inserimento di un annuncio è stato disabilitato. Contattare "
|
7902 |
"l'amministratore per i dettagli."
|
7903 |
|
7904 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7905 |
msgctxt "templates"
|
7906 |
msgid ""
|
7907 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7908 |
"a listing. %s to create a plan"
|
7909 |
msgstr ""
|
7910 |
|
7911 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7912 |
msgctxt "templates"
|
7913 |
msgid ""
|
7914 |
"Listing submission is not available at the moment. Contact the administrator "
|
@@ -7917,7 +7944,7 @@ msgstr ""
|
|
7917 |
"Al momento non è disponibile l'invio di annunci. Contattare l'amministratore "
|
7918 |
"per i dettagli."
|
7919 |
|
7920 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7921 |
msgctxt "templates"
|
7922 |
msgid ""
|
7923 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7928,12 +7955,12 @@ msgstr ""
|
|
7928 |
"%s e crea un nuovo campo con questa associazione, o assegna questa "
|
7929 |
"associazione ad un campo esistente."
|
7930 |
|
7931 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7932 |
msgctxt "templates"
|
7933 |
msgid "Please agree to the Terms and Conditions."
|
7934 |
msgstr "Per favore è necessario accettare le condizioni d'uso."
|
7935 |
|
7936 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7937 |
msgctxt "templates"
|
7938 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7939 |
msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
|
@@ -8276,40 +8303,40 @@ msgctxt "submit listing"
|
|
8276 |
msgid "You're logged in as admin, payment will be skipped."
|
8277 |
msgstr "Sei loggato come amministratore, il pagamento verrà saltato."
|
8278 |
|
8279 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8280 |
msgctxt "submit listing"
|
8281 |
msgid "Category selection"
|
8282 |
msgstr "Selezione della categoria"
|
8283 |
|
8284 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8285 |
msgctxt "submit listing"
|
8286 |
msgid "Category & plan selection"
|
8287 |
msgstr "Selezione di categorie e piani"
|
8288 |
|
8289 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8290 |
msgctxt "submit listing"
|
8291 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8292 |
msgstr ""
|
8293 |
"Non è possibile inviare un annuncio in questo momento. Per favore, riprova "
|
8294 |
"più tardi."
|
8295 |
|
8296 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8297 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8298 |
msgctxt "submit listing"
|
8299 |
msgid "Please select a category."
|
8300 |
msgstr "Per favore seleziona una categoria."
|
8301 |
|
8302 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8303 |
msgctxt "submit listing"
|
8304 |
msgid "Current active plan is disabled. Please select another plan."
|
8305 |
msgstr ""
|
8306 |
|
8307 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8308 |
msgctxt "submit listing"
|
8309 |
msgid "Please choose a valid category for your plan."
|
8310 |
msgstr "Scegli una categoria valida per il tuo piano."
|
8311 |
|
8312 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8313 |
#, fuzzy
|
8314 |
msgctxt "submit listing"
|
8315 |
msgid "Please choose a valid plan for your category selection."
|
@@ -8317,22 +8344,22 @@ msgstr ""
|
|
8317 |
"Si prega di scegliere un piano tariffario valido per la selezione della "
|
8318 |
"categoria."
|
8319 |
|
8320 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8321 |
msgctxt "submit listing"
|
8322 |
msgid "Please enter your desired username."
|
8323 |
msgstr "Inserisci il nome utente desiderato."
|
8324 |
|
8325 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8326 |
msgctxt "submit listing"
|
8327 |
msgid "Please enter the e-mail for your new account."
|
8328 |
msgstr "Inserisci l'e-mail per il tuo nuovo account."
|
8329 |
|
8330 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8331 |
msgctxt "submit listing"
|
8332 |
msgid "The username you chose is already in use. Please use a different one."
|
8333 |
msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
|
8334 |
|
8335 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8336 |
msgctxt "submit listing"
|
8337 |
msgid "The e-mail address you chose for your account is already in use."
|
8338 |
msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
|
@@ -8342,7 +8369,7 @@ msgctxt "submit listing"
|
|
8342 |
msgid "Listing submitted by admin. Payment skipped."
|
8343 |
msgstr "Annuncio presentato da admin. Pagamento saltato."
|
8344 |
|
8345 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8346 |
msgctxt "listing submit"
|
8347 |
msgid ""
|
8348 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -9075,32 +9102,6 @@ msgctxt "uninstall"
|
|
9075 |
msgid "Other"
|
9076 |
msgstr "Altro"
|
9077 |
|
9078 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
9079 |
-
msgctxt "uninstall"
|
9080 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
9081 |
-
msgstr "Perché stai eliminando Business Directory Plugin?"
|
9082 |
-
|
9083 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
9084 |
-
msgctxt "uninstall"
|
9085 |
-
msgid "Please choose an option."
|
9086 |
-
msgstr "Selezionare un’opzione."
|
9087 |
-
|
9088 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
9089 |
-
msgctxt "uninstall"
|
9090 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
9091 |
-
msgstr ""
|
9092 |
-
"Vi preghiamo di dirci perché state cancellando Business Directory Plugin."
|
9093 |
-
|
9094 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
9095 |
-
msgctxt "uninstall"
|
9096 |
-
msgid "Please enter your reasons."
|
9097 |
-
msgstr "Inserisci i tuoi motivi."
|
9098 |
-
|
9099 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
9100 |
-
msgctxt "uninstall"
|
9101 |
-
msgid "Uninstall Plugin"
|
9102 |
-
msgstr "Disinstallare il plugin"
|
9103 |
-
|
9104 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
9105 |
msgctxt "uninstall"
|
9106 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
@@ -9126,17 +9127,6 @@ msgctxt "uninstall"
|
|
9126 |
msgid "Deactivate the plugin from the file system"
|
9127 |
msgstr "Disattivare il plugin dal file system"
|
9128 |
|
9129 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
9130 |
-
msgctxt "uninstall"
|
9131 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
9132 |
-
msgstr ""
|
9133 |
-
"Fallo solo se sei sicuro di essere d'accordo nel perdere TUTTI I TUOI DATI."
|
9134 |
-
|
9135 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
9136 |
-
msgctxt "uninstall"
|
9137 |
-
msgid "Yes, I want to uninstall"
|
9138 |
-
msgstr "Sì, voglio disinstallare"
|
9139 |
-
|
9140 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
9141 |
msgctxt "uninstall"
|
9142 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
@@ -9286,6 +9276,14 @@ msgctxt "send-access-keys"
|
|
9286 |
msgid "Continue"
|
9287 |
msgstr "Continua"
|
9288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9289 |
#~ msgctxt "settings"
|
9290 |
#~ msgid "Author's name"
|
9291 |
#~ msgstr "Nome dell'autore"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
344 |
msgstr ""
|
345 |
|
346 |
#: includes/admin/controllers/class-admin-listings.php:187
|
347 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
348 |
#: templates/email/listing-reported.tpl.php:7
|
349 |
msgid "Listing Information"
|
350 |
msgstr "Informazioni sull'annuncio"
|
421 |
"automaticamente."
|
422 |
|
423 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
424 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
425 |
#, fuzzy
|
426 |
msgid "Go to \"Form Fields\""
|
427 |
msgstr "Vai a \"Gestire i campi dei moduli\"."
|
788 |
msgstr "Tabelle mancanti: %s"
|
789 |
|
790 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
791 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
792 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
793 |
#: templates/listing-contactform.tpl.php:33
|
794 |
#: templates/listing-flagging-form.tpl.php:39
|
874 |
|
875 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
876 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
877 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
878 |
#, fuzzy
|
879 |
msgid "Terms and Conditions"
|
880 |
msgstr "Termini e Condizioni"
|
1810 |
msgid "Add Listing"
|
1811 |
msgstr "Aggiungi la quota di Donazione"
|
1812 |
|
1813 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1814 |
#, fuzzy
|
1815 |
msgid "Listing Images"
|
1816 |
msgstr "Immagini annuncio"
|
1817 |
|
1818 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1819 |
#, fuzzy
|
1820 |
msgid "Account Creation"
|
1821 |
msgstr "Creazione account"
|
1822 |
|
1823 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1824 |
#, fuzzy
|
1825 |
msgid "Go to \"Plans\""
|
1826 |
msgstr "Nessun piano tariffario"
|
1827 |
|
1828 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1829 |
#, fuzzy
|
1830 |
msgid "Please choose a plan."
|
1831 |
msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
|
1832 |
|
1833 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1834 |
#, fuzzy
|
1835 |
msgid "Please check the form for errors, correct them and submit again."
|
1836 |
msgstr ""
|
1837 |
"Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
|
1838 |
"errori, correggerli e ripresentarli di nuovo."
|
1839 |
|
1840 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1841 |
#, fuzzy
|
1842 |
msgid "Create a user account on this site"
|
1843 |
msgstr "Creare un account utente su questo sito"
|
1844 |
|
1845 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1846 |
#, fuzzy
|
1847 |
msgid "Username"
|
1848 |
msgstr "Nome utente:"
|
1849 |
|
1850 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1851 |
#, fuzzy
|
1852 |
msgid "Clear Form"
|
1853 |
msgstr "Cancella"
|
3425 |
"rispondere a una domanda per aiutarci a rendere il prodotto migliore per "
|
3426 |
"tutti in futuro?"
|
3427 |
|
3428 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
3429 |
+
#, fuzzy
|
3430 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
3431 |
+
msgstr "Perché stai eliminando Business Directory Plugin?"
|
3432 |
+
|
3433 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
3434 |
+
#, fuzzy
|
3435 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
3436 |
+
msgstr ""
|
3437 |
+
"Vi preghiamo di dirci perché state cancellando Business Directory Plugin."
|
3438 |
+
|
3439 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
3440 |
+
#, fuzzy
|
3441 |
+
msgid "Uninstall Plugin"
|
3442 |
+
msgstr "Disinstallare il plugin"
|
3443 |
+
|
3444 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3445 |
#, fuzzy
|
3446 |
msgid "Uninstall completed."
|
3458 |
"Rimuovi TUTTI i dati di configurazione del modulo premium (regioni, mappe, "
|
3459 |
"valutazioni, livelli di funzionalità)"
|
3460 |
|
3461 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
3462 |
+
#, fuzzy
|
3463 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
3464 |
+
msgstr ""
|
3465 |
+
"Fallo solo se sei sicuro di essere d'accordo nel perdere TUTTI I TUOI DATI."
|
3466 |
+
|
3467 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
3468 |
+
#, fuzzy
|
3469 |
+
msgid "Yes, I want to uninstall"
|
3470 |
+
msgstr "Sì, voglio disinstallare"
|
3471 |
+
|
3472 |
#. translators: %1$s: open link html, %2$s: close link html
|
3473 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3474 |
#, fuzzy
|
7911 |
"anteriore del tuo sito. Se non l'hai voluto, clicca <a>qui</a> per "
|
7912 |
"modificare l'impostazione."
|
7913 |
|
7914 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
7915 |
msgctxt "templates"
|
7916 |
msgid ""
|
7917 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7920 |
"<b>Vista non disponibile</b>. È stata selezionata l'impostazione "
|
7921 |
"\"Disattivare l'invio di annunci da frontend\"?"
|
7922 |
|
7923 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
7924 |
msgctxt "templates"
|
7925 |
msgid ""
|
7926 |
"Listing submission has been disabled. Contact the administrator for details."
|
7928 |
"L'inserimento di un annuncio è stato disabilitato. Contattare "
|
7929 |
"l'amministratore per i dettagli."
|
7930 |
|
7931 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
7932 |
msgctxt "templates"
|
7933 |
msgid ""
|
7934 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7935 |
"a listing. %s to create a plan"
|
7936 |
msgstr ""
|
7937 |
|
7938 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
7939 |
msgctxt "templates"
|
7940 |
msgid ""
|
7941 |
"Listing submission is not available at the moment. Contact the administrator "
|
7944 |
"Al momento non è disponibile l'invio di annunci. Contattare l'amministratore "
|
7945 |
"per i dettagli."
|
7946 |
|
7947 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
7948 |
msgctxt "templates"
|
7949 |
msgid ""
|
7950 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7955 |
"%s e crea un nuovo campo con questa associazione, o assegna questa "
|
7956 |
"associazione ad un campo esistente."
|
7957 |
|
7958 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
7959 |
msgctxt "templates"
|
7960 |
msgid "Please agree to the Terms and Conditions."
|
7961 |
msgstr "Per favore è necessario accettare le condizioni d'uso."
|
7962 |
|
7963 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
7964 |
msgctxt "templates"
|
7965 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7966 |
msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
|
8303 |
msgid "You're logged in as admin, payment will be skipped."
|
8304 |
msgstr "Sei loggato come amministratore, il pagamento verrà saltato."
|
8305 |
|
8306 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8307 |
msgctxt "submit listing"
|
8308 |
msgid "Category selection"
|
8309 |
msgstr "Selezione della categoria"
|
8310 |
|
8311 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8312 |
msgctxt "submit listing"
|
8313 |
msgid "Category & plan selection"
|
8314 |
msgstr "Selezione di categorie e piani"
|
8315 |
|
8316 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
8317 |
msgctxt "submit listing"
|
8318 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8319 |
msgstr ""
|
8320 |
"Non è possibile inviare un annuncio in questo momento. Per favore, riprova "
|
8321 |
"più tardi."
|
8322 |
|
8323 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
8324 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
8325 |
msgctxt "submit listing"
|
8326 |
msgid "Please select a category."
|
8327 |
msgstr "Per favore seleziona una categoria."
|
8328 |
|
8329 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
8330 |
msgctxt "submit listing"
|
8331 |
msgid "Current active plan is disabled. Please select another plan."
|
8332 |
msgstr ""
|
8333 |
|
8334 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
8335 |
msgctxt "submit listing"
|
8336 |
msgid "Please choose a valid category for your plan."
|
8337 |
msgstr "Scegli una categoria valida per il tuo piano."
|
8338 |
|
8339 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
8340 |
#, fuzzy
|
8341 |
msgctxt "submit listing"
|
8342 |
msgid "Please choose a valid plan for your category selection."
|
8344 |
"Si prega di scegliere un piano tariffario valido per la selezione della "
|
8345 |
"categoria."
|
8346 |
|
8347 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
8348 |
msgctxt "submit listing"
|
8349 |
msgid "Please enter your desired username."
|
8350 |
msgstr "Inserisci il nome utente desiderato."
|
8351 |
|
8352 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
8353 |
msgctxt "submit listing"
|
8354 |
msgid "Please enter the e-mail for your new account."
|
8355 |
msgstr "Inserisci l'e-mail per il tuo nuovo account."
|
8356 |
|
8357 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
8358 |
msgctxt "submit listing"
|
8359 |
msgid "The username you chose is already in use. Please use a different one."
|
8360 |
msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
|
8361 |
|
8362 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
8363 |
msgctxt "submit listing"
|
8364 |
msgid "The e-mail address you chose for your account is already in use."
|
8365 |
msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
|
8369 |
msgid "Listing submitted by admin. Payment skipped."
|
8370 |
msgstr "Annuncio presentato da admin. Pagamento saltato."
|
8371 |
|
8372 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
8373 |
msgctxt "listing submit"
|
8374 |
msgid ""
|
8375 |
"Image upload is required, please provide at least one image and submit again."
|
9102 |
msgid "Other"
|
9103 |
msgstr "Altro"
|
9104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9105 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
9106 |
msgctxt "uninstall"
|
9107 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
9127 |
msgid "Deactivate the plugin from the file system"
|
9128 |
msgstr "Disattivare il plugin dal file system"
|
9129 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9130 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
9131 |
msgctxt "uninstall"
|
9132 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
9276 |
msgid "Continue"
|
9277 |
msgstr "Continua"
|
9278 |
|
9279 |
+
#~ msgctxt "uninstall"
|
9280 |
+
#~ msgid "Please choose an option."
|
9281 |
+
#~ msgstr "Selezionare un’opzione."
|
9282 |
+
|
9283 |
+
#~ msgctxt "uninstall"
|
9284 |
+
#~ msgid "Please enter your reasons."
|
9285 |
+
#~ msgstr "Inserisci i tuoi motivi."
|
9286 |
+
|
9287 |
#~ msgctxt "settings"
|
9288 |
#~ msgid "Author's name"
|
9289 |
#~ msgstr "Nome dell'autore"
|
languages/business-directory-plugin-nl_NL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2022-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: admin <info@nederlofcentrum.nl>\n"
|
9 |
"Language-Team: Dutch\n"
|
@@ -313,7 +313,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
|
|
313 |
msgstr ""
|
314 |
|
315 |
#: includes/admin/controllers/class-admin-listings.php:187
|
316 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
317 |
#: templates/email/listing-reported.tpl.php:7
|
318 |
msgid "Listing Information"
|
319 |
msgstr "Registratie informatie"
|
@@ -390,7 +390,7 @@ msgid ""
|
|
390 |
msgstr ""
|
391 |
|
392 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
393 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
394 |
#, fuzzy
|
395 |
msgid "Go to \"Form Fields\""
|
396 |
msgstr "Ga naar \"instellen formulier velden\""
|
@@ -743,7 +743,7 @@ msgid "Missing tables: %s"
|
|
743 |
msgstr "Missende tabellen: %s"
|
744 |
|
745 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
746 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
747 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
748 |
#: templates/listing-contactform.tpl.php:33
|
749 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -822,7 +822,7 @@ msgstr "%s is vereist."
|
|
822 |
|
823 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
824 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
825 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
826 |
#, fuzzy
|
827 |
msgid "Terms and Conditions"
|
828 |
msgstr "Voorwaarden en condities"
|
@@ -1706,38 +1706,38 @@ msgstr ""
|
|
1706 |
msgid "Add Listing"
|
1707 |
msgstr "Nieuwe registratie toevoegen"
|
1708 |
|
1709 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1710 |
#, fuzzy
|
1711 |
msgid "Listing Images"
|
1712 |
msgstr "Beelden bij de registratie"
|
1713 |
|
1714 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1715 |
msgid "Account Creation"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1719 |
#, fuzzy
|
1720 |
msgid "Go to \"Plans\""
|
1721 |
msgstr "Ga naar \"instellen formulier velden\""
|
1722 |
|
1723 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1724 |
msgid "Please choose a plan."
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1728 |
msgid "Please check the form for errors, correct them and submit again."
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1732 |
msgid "Create a user account on this site"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1736 |
#, fuzzy
|
1737 |
msgid "Username"
|
1738 |
msgstr "Gebruiker"
|
1739 |
|
1740 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1741 |
#, fuzzy
|
1742 |
msgid "Clear Form"
|
1743 |
msgstr "Leegmaken"
|
@@ -3112,6 +3112,20 @@ msgid ""
|
|
3112 |
"future?"
|
3113 |
msgstr ""
|
3114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3115 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3116 |
msgid "Uninstall completed."
|
3117 |
msgstr ""
|
@@ -3125,6 +3139,14 @@ msgstr "← Terg naar Register."
|
|
3125 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3126 |
msgstr ""
|
3127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3128 |
#. translators: %1$s: open link html, %2$s: close link html
|
3129 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3130 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
@@ -7396,34 +7418,34 @@ msgid ""
|
|
7396 |
"site. If you didn't want that, click <a>here</a> to change the setting."
|
7397 |
msgstr ""
|
7398 |
|
7399 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7400 |
msgctxt "templates"
|
7401 |
msgid ""
|
7402 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7403 |
"Submission?\" setting checked?"
|
7404 |
msgstr ""
|
7405 |
|
7406 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7407 |
msgctxt "templates"
|
7408 |
msgid ""
|
7409 |
"Listing submission has been disabled. Contact the administrator for details."
|
7410 |
msgstr ""
|
7411 |
|
7412 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7413 |
msgctxt "templates"
|
7414 |
msgid ""
|
7415 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7416 |
"a listing. %s to create a plan"
|
7417 |
msgstr ""
|
7418 |
|
7419 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7420 |
msgctxt "templates"
|
7421 |
msgid ""
|
7422 |
"Listing submission is not available at the moment. Contact the administrator "
|
7423 |
"for details."
|
7424 |
msgstr ""
|
7425 |
|
7426 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7427 |
msgctxt "templates"
|
7428 |
msgid ""
|
7429 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7431,12 +7453,12 @@ msgid ""
|
|
7431 |
"an existing field"
|
7432 |
msgstr ""
|
7433 |
|
7434 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7435 |
msgctxt "templates"
|
7436 |
msgid "Please agree to the Terms and Conditions."
|
7437 |
msgstr "Ga s.v.p. akkoord met de voorwaarden"
|
7438 |
|
7439 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7440 |
#, fuzzy
|
7441 |
msgctxt "templates"
|
7442 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -7776,60 +7798,60 @@ msgstr ""
|
|
7776 |
"Je bent ingelogd als een beheerder (admin). De betaalstappen worden "
|
7777 |
"overgeslagen."
|
7778 |
|
7779 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7780 |
#, fuzzy
|
7781 |
msgctxt "submit listing"
|
7782 |
msgid "Category selection"
|
7783 |
msgstr "categorie selectie"
|
7784 |
|
7785 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7786 |
#, fuzzy
|
7787 |
msgctxt "submit listing"
|
7788 |
msgid "Category & plan selection"
|
7789 |
msgstr "categorie selectie"
|
7790 |
|
7791 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7792 |
msgctxt "submit listing"
|
7793 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7794 |
msgstr ""
|
7795 |
|
7796 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7797 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7798 |
msgctxt "submit listing"
|
7799 |
msgid "Please select a category."
|
7800 |
msgstr ""
|
7801 |
|
7802 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7803 |
msgctxt "submit listing"
|
7804 |
msgid "Current active plan is disabled. Please select another plan."
|
7805 |
msgstr ""
|
7806 |
|
7807 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7808 |
msgctxt "submit listing"
|
7809 |
msgid "Please choose a valid category for your plan."
|
7810 |
msgstr ""
|
7811 |
|
7812 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7813 |
msgctxt "submit listing"
|
7814 |
msgid "Please choose a valid plan for your category selection."
|
7815 |
msgstr ""
|
7816 |
|
7817 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7818 |
msgctxt "submit listing"
|
7819 |
msgid "Please enter your desired username."
|
7820 |
msgstr ""
|
7821 |
|
7822 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7823 |
msgctxt "submit listing"
|
7824 |
msgid "Please enter the e-mail for your new account."
|
7825 |
msgstr ""
|
7826 |
|
7827 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7828 |
msgctxt "submit listing"
|
7829 |
msgid "The username you chose is already in use. Please use a different one."
|
7830 |
msgstr ""
|
7831 |
|
7832 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7833 |
msgctxt "submit listing"
|
7834 |
msgid "The e-mail address you chose for your account is already in use."
|
7835 |
msgstr ""
|
@@ -7839,7 +7861,7 @@ msgctxt "submit listing"
|
|
7839 |
msgid "Listing submitted by admin. Payment skipped."
|
7840 |
msgstr ""
|
7841 |
|
7842 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7843 |
msgctxt "listing submit"
|
7844 |
msgid ""
|
7845 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8525,31 +8547,6 @@ msgctxt "uninstall"
|
|
8525 |
msgid "Other"
|
8526 |
msgstr ""
|
8527 |
|
8528 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
8529 |
-
msgctxt "uninstall"
|
8530 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
8531 |
-
msgstr ""
|
8532 |
-
|
8533 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
8534 |
-
msgctxt "uninstall"
|
8535 |
-
msgid "Please choose an option."
|
8536 |
-
msgstr ""
|
8537 |
-
|
8538 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
8539 |
-
msgctxt "uninstall"
|
8540 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
8541 |
-
msgstr ""
|
8542 |
-
|
8543 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
8544 |
-
msgctxt "uninstall"
|
8545 |
-
msgid "Please enter your reasons."
|
8546 |
-
msgstr ""
|
8547 |
-
|
8548 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
8549 |
-
msgctxt "uninstall"
|
8550 |
-
msgid "Uninstall Plugin"
|
8551 |
-
msgstr ""
|
8552 |
-
|
8553 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
8554 |
#, fuzzy
|
8555 |
msgctxt "uninstall"
|
@@ -8579,16 +8576,6 @@ msgctxt "uninstall"
|
|
8579 |
msgid "Deactivate the plugin from the file system"
|
8580 |
msgstr ""
|
8581 |
|
8582 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
8583 |
-
msgctxt "uninstall"
|
8584 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
8585 |
-
msgstr ""
|
8586 |
-
|
8587 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
8588 |
-
msgctxt "uninstall"
|
8589 |
-
msgid "Yes, I want to uninstall"
|
8590 |
-
msgstr ""
|
8591 |
-
|
8592 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
8593 |
msgctxt "uninstall"
|
8594 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+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"
|
313 |
msgstr ""
|
314 |
|
315 |
#: includes/admin/controllers/class-admin-listings.php:187
|
316 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
317 |
#: templates/email/listing-reported.tpl.php:7
|
318 |
msgid "Listing Information"
|
319 |
msgstr "Registratie informatie"
|
390 |
msgstr ""
|
391 |
|
392 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
393 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
394 |
#, fuzzy
|
395 |
msgid "Go to \"Form Fields\""
|
396 |
msgstr "Ga naar \"instellen formulier velden\""
|
743 |
msgstr "Missende tabellen: %s"
|
744 |
|
745 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
746 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
747 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
748 |
#: templates/listing-contactform.tpl.php:33
|
749 |
#: templates/listing-flagging-form.tpl.php:39
|
822 |
|
823 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
824 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
825 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
826 |
#, fuzzy
|
827 |
msgid "Terms and Conditions"
|
828 |
msgstr "Voorwaarden en condities"
|
1706 |
msgid "Add Listing"
|
1707 |
msgstr "Nieuwe registratie toevoegen"
|
1708 |
|
1709 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1710 |
#, fuzzy
|
1711 |
msgid "Listing Images"
|
1712 |
msgstr "Beelden bij de registratie"
|
1713 |
|
1714 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1715 |
msgid "Account Creation"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1719 |
#, fuzzy
|
1720 |
msgid "Go to \"Plans\""
|
1721 |
msgstr "Ga naar \"instellen formulier velden\""
|
1722 |
|
1723 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1724 |
msgid "Please choose a plan."
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1728 |
msgid "Please check the form for errors, correct them and submit again."
|
1729 |
msgstr ""
|
1730 |
|
1731 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1732 |
msgid "Create a user account on this site"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1736 |
#, fuzzy
|
1737 |
msgid "Username"
|
1738 |
msgstr "Gebruiker"
|
1739 |
|
1740 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1741 |
#, fuzzy
|
1742 |
msgid "Clear Form"
|
1743 |
msgstr "Leegmaken"
|
3112 |
"future?"
|
3113 |
msgstr ""
|
3114 |
|
3115 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
3116 |
+
#, fuzzy
|
3117 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
3118 |
+
msgstr "Business Directory instellingen"
|
3119 |
+
|
3120 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
3121 |
+
#, fuzzy
|
3122 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
3123 |
+
msgstr "Business Directory instellingen"
|
3124 |
+
|
3125 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
3126 |
+
msgid "Uninstall Plugin"
|
3127 |
+
msgstr ""
|
3128 |
+
|
3129 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3130 |
msgid "Uninstall completed."
|
3131 |
msgstr ""
|
3139 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3140 |
msgstr ""
|
3141 |
|
3142 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
3143 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
3144 |
+
msgstr ""
|
3145 |
+
|
3146 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
3147 |
+
msgid "Yes, I want to uninstall"
|
3148 |
+
msgstr ""
|
3149 |
+
|
3150 |
#. translators: %1$s: open link html, %2$s: close link html
|
3151 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3152 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
7418 |
"site. If you didn't want that, click <a>here</a> to change the setting."
|
7419 |
msgstr ""
|
7420 |
|
7421 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
7422 |
msgctxt "templates"
|
7423 |
msgid ""
|
7424 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7425 |
"Submission?\" setting checked?"
|
7426 |
msgstr ""
|
7427 |
|
7428 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
7429 |
msgctxt "templates"
|
7430 |
msgid ""
|
7431 |
"Listing submission has been disabled. Contact the administrator for details."
|
7432 |
msgstr ""
|
7433 |
|
7434 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
7435 |
msgctxt "templates"
|
7436 |
msgid ""
|
7437 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7438 |
"a listing. %s to create a plan"
|
7439 |
msgstr ""
|
7440 |
|
7441 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
7442 |
msgctxt "templates"
|
7443 |
msgid ""
|
7444 |
"Listing submission is not available at the moment. Contact the administrator "
|
7445 |
"for details."
|
7446 |
msgstr ""
|
7447 |
|
7448 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
7449 |
msgctxt "templates"
|
7450 |
msgid ""
|
7451 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7453 |
"an existing field"
|
7454 |
msgstr ""
|
7455 |
|
7456 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
7457 |
msgctxt "templates"
|
7458 |
msgid "Please agree to the Terms and Conditions."
|
7459 |
msgstr "Ga s.v.p. akkoord met de voorwaarden"
|
7460 |
|
7461 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
7462 |
#, fuzzy
|
7463 |
msgctxt "templates"
|
7464 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7798 |
"Je bent ingelogd als een beheerder (admin). De betaalstappen worden "
|
7799 |
"overgeslagen."
|
7800 |
|
7801 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
7802 |
#, fuzzy
|
7803 |
msgctxt "submit listing"
|
7804 |
msgid "Category selection"
|
7805 |
msgstr "categorie selectie"
|
7806 |
|
7807 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
7808 |
#, fuzzy
|
7809 |
msgctxt "submit listing"
|
7810 |
msgid "Category & plan selection"
|
7811 |
msgstr "categorie selectie"
|
7812 |
|
7813 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
7814 |
msgctxt "submit listing"
|
7815 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7816 |
msgstr ""
|
7817 |
|
7818 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
7819 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
7820 |
msgctxt "submit listing"
|
7821 |
msgid "Please select a category."
|
7822 |
msgstr ""
|
7823 |
|
7824 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
7825 |
msgctxt "submit listing"
|
7826 |
msgid "Current active plan is disabled. Please select another plan."
|
7827 |
msgstr ""
|
7828 |
|
7829 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
7830 |
msgctxt "submit listing"
|
7831 |
msgid "Please choose a valid category for your plan."
|
7832 |
msgstr ""
|
7833 |
|
7834 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
7835 |
msgctxt "submit listing"
|
7836 |
msgid "Please choose a valid plan for your category selection."
|
7837 |
msgstr ""
|
7838 |
|
7839 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
7840 |
msgctxt "submit listing"
|
7841 |
msgid "Please enter your desired username."
|
7842 |
msgstr ""
|
7843 |
|
7844 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
7845 |
msgctxt "submit listing"
|
7846 |
msgid "Please enter the e-mail for your new account."
|
7847 |
msgstr ""
|
7848 |
|
7849 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
7850 |
msgctxt "submit listing"
|
7851 |
msgid "The username you chose is already in use. Please use a different one."
|
7852 |
msgstr ""
|
7853 |
|
7854 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
7855 |
msgctxt "submit listing"
|
7856 |
msgid "The e-mail address you chose for your account is already in use."
|
7857 |
msgstr ""
|
7861 |
msgid "Listing submitted by admin. Payment skipped."
|
7862 |
msgstr ""
|
7863 |
|
7864 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
7865 |
msgctxt "listing submit"
|
7866 |
msgid ""
|
7867 |
"Image upload is required, please provide at least one image and submit again."
|
8547 |
msgid "Other"
|
8548 |
msgstr ""
|
8549 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8550 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
8551 |
#, fuzzy
|
8552 |
msgctxt "uninstall"
|
8576 |
msgid "Deactivate the plugin from the file system"
|
8577 |
msgstr ""
|
8578 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8579 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
8580 |
msgctxt "uninstall"
|
8581 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
languages/business-directory-plugin-pl_PL.mo
CHANGED
Binary file
|
languages/business-directory-plugin-pl_PL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2022-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
9 |
"Language-Team: HomeSupport\n"
|
@@ -389,7 +389,7 @@ msgstr ""
|
|
389 |
|
390 |
# @ WPBDM
|
391 |
#: includes/admin/controllers/class-admin-listings.php:187
|
392 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
393 |
#: templates/email/listing-reported.tpl.php:7
|
394 |
msgid "Listing Information"
|
395 |
msgstr "Informacje o firmie"
|
@@ -479,7 +479,7 @@ msgstr ""
|
|
479 |
|
480 |
# @ WPBDM
|
481 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
482 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
483 |
#, fuzzy
|
484 |
msgid "Go to \"Form Fields\""
|
485 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
@@ -887,7 +887,7 @@ msgstr "Oferty otagowane: %s"
|
|
887 |
|
888 |
# @ WPBDM
|
889 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
890 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
891 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
892 |
#: templates/listing-contactform.tpl.php:33
|
893 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -979,7 +979,7 @@ msgstr "Nazwisko jest wymagane."
|
|
979 |
# @ WPBDM
|
980 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
981 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
982 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
983 |
#, fuzzy
|
984 |
msgid "Terms and Conditions"
|
985 |
msgstr "Warunki i regulamin korzystania z serwisu."
|
@@ -1983,41 +1983,41 @@ msgid "Add Listing"
|
|
1983 |
msgstr "Dodaj Abonament oferty"
|
1984 |
|
1985 |
# @ WPBDM
|
1986 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1987 |
#, fuzzy
|
1988 |
msgid "Listing Images"
|
1989 |
msgstr "Obrazy"
|
1990 |
|
1991 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1992 |
msgid "Account Creation"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
# @ WPBDM
|
1996 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1997 |
#, fuzzy
|
1998 |
msgid "Go to \"Plans\""
|
1999 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
2000 |
|
2001 |
# @ WPBDM
|
2002 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
2003 |
#, fuzzy
|
2004 |
msgid "Please choose a plan."
|
2005 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
2006 |
|
2007 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
2008 |
msgid "Please check the form for errors, correct them and submit again."
|
2009 |
msgstr ""
|
2010 |
|
2011 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
2012 |
msgid "Create a user account on this site"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
2016 |
msgid "Username"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
# @ WPBDM
|
2020 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
2021 |
#, fuzzy
|
2022 |
msgid "Clear Form"
|
2023 |
msgstr "Wyczyść"
|
@@ -3715,6 +3715,24 @@ msgstr ""
|
|
3715 |
"odpowidzieć na kilka pytań, abyśmy mogli lepiej dostosować nasz produkt dla "
|
3716 |
"potrzeb innych użytkowników?"
|
3717 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3718 |
# @ WPBDM
|
3719 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3720 |
#, fuzzy
|
@@ -3731,6 +3749,14 @@ msgstr "Powrót do Panelu Admina WP."
|
|
3731 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3732 |
msgstr ""
|
3733 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3734 |
#. translators: %1$s: open link html, %2$s: close link html
|
3735 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3736 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
@@ -8744,34 +8770,34 @@ msgstr ""
|
|
8744 |
"zawierają ofert. To oznacza, że te kategorie nie będą wyświetlane na "
|
8745 |
"stornach Katalogu. Jeśli chcesz to zmienić kliknij <a>tutaj</a>."
|
8746 |
|
8747 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8748 |
msgctxt "templates"
|
8749 |
msgid ""
|
8750 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
8751 |
"Submission?\" setting checked?"
|
8752 |
msgstr ""
|
8753 |
|
8754 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8755 |
msgctxt "templates"
|
8756 |
msgid ""
|
8757 |
"Listing submission has been disabled. Contact the administrator for details."
|
8758 |
msgstr ""
|
8759 |
|
8760 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8761 |
msgctxt "templates"
|
8762 |
msgid ""
|
8763 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
8764 |
"a listing. %s to create a plan"
|
8765 |
msgstr ""
|
8766 |
|
8767 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8768 |
msgctxt "templates"
|
8769 |
msgid ""
|
8770 |
"Listing submission is not available at the moment. Contact the administrator "
|
8771 |
"for details."
|
8772 |
msgstr ""
|
8773 |
|
8774 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8775 |
msgctxt "templates"
|
8776 |
msgid ""
|
8777 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -8780,13 +8806,13 @@ msgid ""
|
|
8780 |
msgstr ""
|
8781 |
|
8782 |
# @ WPBDM
|
8783 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8784 |
msgctxt "templates"
|
8785 |
msgid "Please agree to the Terms and Conditions."
|
8786 |
msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
|
8787 |
|
8788 |
# @ WPBDM
|
8789 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8790 |
#, fuzzy
|
8791 |
msgctxt "templates"
|
8792 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -9189,21 +9215,21 @@ msgstr ""
|
|
9189 |
"pominięte."
|
9190 |
|
9191 |
# @ WPBDM
|
9192 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9193 |
#, fuzzy
|
9194 |
msgctxt "submit listing"
|
9195 |
msgid "Category selection"
|
9196 |
msgstr "Wybór Kategorii"
|
9197 |
|
9198 |
# @ WPBDM
|
9199 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9200 |
#, fuzzy
|
9201 |
msgctxt "submit listing"
|
9202 |
msgid "Category & plan selection"
|
9203 |
msgstr "Wybór Kategorii"
|
9204 |
|
9205 |
# @ WPBDM
|
9206 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9207 |
#, fuzzy
|
9208 |
msgctxt "submit listing"
|
9209 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -9212,50 +9238,50 @@ msgstr ""
|
|
9212 |
"później."
|
9213 |
|
9214 |
# @ WPBDM
|
9215 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9216 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9217 |
#, fuzzy
|
9218 |
msgctxt "submit listing"
|
9219 |
msgid "Please select a category."
|
9220 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
9221 |
|
9222 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9223 |
msgctxt "submit listing"
|
9224 |
msgid "Current active plan is disabled. Please select another plan."
|
9225 |
msgstr ""
|
9226 |
|
9227 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9228 |
msgctxt "submit listing"
|
9229 |
msgid "Please choose a valid category for your plan."
|
9230 |
msgstr ""
|
9231 |
|
9232 |
# @ WPBDM
|
9233 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9234 |
#, fuzzy
|
9235 |
msgctxt "submit listing"
|
9236 |
msgid "Please choose a valid plan for your category selection."
|
9237 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
9238 |
|
9239 |
# @ WPBDM
|
9240 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9241 |
#, fuzzy
|
9242 |
msgctxt "submit listing"
|
9243 |
msgid "Please enter your desired username."
|
9244 |
msgstr "Proszę wprowadzić Imię"
|
9245 |
|
9246 |
# @ WPBDM
|
9247 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9248 |
#, fuzzy
|
9249 |
msgctxt "submit listing"
|
9250 |
msgid "Please enter the e-mail for your new account."
|
9251 |
msgstr "Proszę wprowadzić Imię"
|
9252 |
|
9253 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9254 |
msgctxt "submit listing"
|
9255 |
msgid "The username you chose is already in use. Please use a different one."
|
9256 |
msgstr ""
|
9257 |
|
9258 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9259 |
msgctxt "submit listing"
|
9260 |
msgid "The e-mail address you chose for your account is already in use."
|
9261 |
msgstr ""
|
@@ -9267,7 +9293,7 @@ msgctxt "submit listing"
|
|
9267 |
msgid "Listing submitted by admin. Payment skipped."
|
9268 |
msgstr "Prześlij ofertę"
|
9269 |
|
9270 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
9271 |
msgctxt "listing submit"
|
9272 |
msgid ""
|
9273 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -10060,38 +10086,6 @@ msgctxt "uninstall"
|
|
10060 |
msgid "Other"
|
10061 |
msgstr "Inne"
|
10062 |
|
10063 |
-
# @ WPBDM
|
10064 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
10065 |
-
msgctxt "uninstall"
|
10066 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
10067 |
-
msgstr "Dla czego odinstalowujesz Katalog Firm?"
|
10068 |
-
|
10069 |
-
# @ WPBDM
|
10070 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
10071 |
-
#, fuzzy
|
10072 |
-
msgctxt "uninstall"
|
10073 |
-
msgid "Please choose an option."
|
10074 |
-
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
10075 |
-
|
10076 |
-
# @ WPBDM
|
10077 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
10078 |
-
msgctxt "uninstall"
|
10079 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
10080 |
-
msgstr "Prosimy Napisz nam dla czego odinstalowujesz Katalog Firm?"
|
10081 |
-
|
10082 |
-
# @ WPBDM
|
10083 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
10084 |
-
#, fuzzy
|
10085 |
-
msgctxt "uninstall"
|
10086 |
-
msgid "Please enter your reasons."
|
10087 |
-
msgstr "Proszę wprowadzić Imię"
|
10088 |
-
|
10089 |
-
# @ WPBDM
|
10090 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
10091 |
-
msgctxt "uninstall"
|
10092 |
-
msgid "Uninstall Plugin"
|
10093 |
-
msgstr "Odinstaluj Plugin"
|
10094 |
-
|
10095 |
# @ WPBDM
|
10096 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
10097 |
#, fuzzy
|
@@ -10125,16 +10119,6 @@ msgctxt "uninstall"
|
|
10125 |
msgid "Deactivate the plugin from the file system"
|
10126 |
msgstr ""
|
10127 |
|
10128 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
10129 |
-
msgctxt "uninstall"
|
10130 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
10131 |
-
msgstr ""
|
10132 |
-
|
10133 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
10134 |
-
msgctxt "uninstall"
|
10135 |
-
msgid "Yes, I want to uninstall"
|
10136 |
-
msgstr ""
|
10137 |
-
|
10138 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
10139 |
msgctxt "uninstall"
|
10140 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
@@ -10313,6 +10297,18 @@ msgctxt "send-access-keys"
|
|
10313 |
msgid "Continue"
|
10314 |
msgstr "Kontynuacja"
|
10315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10316 |
# @ WPBDM
|
10317 |
#~ msgctxt "settings"
|
10318 |
#~ msgid "Author's name"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+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"
|
389 |
|
390 |
# @ WPBDM
|
391 |
#: includes/admin/controllers/class-admin-listings.php:187
|
392 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
393 |
#: templates/email/listing-reported.tpl.php:7
|
394 |
msgid "Listing Information"
|
395 |
msgstr "Informacje o firmie"
|
479 |
|
480 |
# @ WPBDM
|
481 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
482 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
483 |
#, fuzzy
|
484 |
msgid "Go to \"Form Fields\""
|
485 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
887 |
|
888 |
# @ WPBDM
|
889 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
890 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
891 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
892 |
#: templates/listing-contactform.tpl.php:33
|
893 |
#: templates/listing-flagging-form.tpl.php:39
|
979 |
# @ WPBDM
|
980 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
981 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
982 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
983 |
#, fuzzy
|
984 |
msgid "Terms and Conditions"
|
985 |
msgstr "Warunki i regulamin korzystania z serwisu."
|
1983 |
msgstr "Dodaj Abonament oferty"
|
1984 |
|
1985 |
# @ WPBDM
|
1986 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1987 |
#, fuzzy
|
1988 |
msgid "Listing Images"
|
1989 |
msgstr "Obrazy"
|
1990 |
|
1991 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1992 |
msgid "Account Creation"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
# @ WPBDM
|
1996 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1997 |
#, fuzzy
|
1998 |
msgid "Go to \"Plans\""
|
1999 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
2000 |
|
2001 |
# @ WPBDM
|
2002 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
2003 |
#, fuzzy
|
2004 |
msgid "Please choose a plan."
|
2005 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
2006 |
|
2007 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
2008 |
msgid "Please check the form for errors, correct them and submit again."
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
2012 |
msgid "Create a user account on this site"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
2016 |
msgid "Username"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
# @ WPBDM
|
2020 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
2021 |
#, fuzzy
|
2022 |
msgid "Clear Form"
|
2023 |
msgstr "Wyczyść"
|
3715 |
"odpowidzieć na kilka pytań, abyśmy mogli lepiej dostosować nasz produkt dla "
|
3716 |
"potrzeb innych użytkowników?"
|
3717 |
|
3718 |
+
# @ WPBDM
|
3719 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
3720 |
+
#, fuzzy
|
3721 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
3722 |
+
msgstr "Dla czego odinstalowujesz Katalog Firm?"
|
3723 |
+
|
3724 |
+
# @ WPBDM
|
3725 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
3726 |
+
#, fuzzy
|
3727 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
3728 |
+
msgstr "Prosimy Napisz nam dla czego odinstalowujesz Katalog Firm?"
|
3729 |
+
|
3730 |
+
# @ WPBDM
|
3731 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
3732 |
+
#, fuzzy
|
3733 |
+
msgid "Uninstall Plugin"
|
3734 |
+
msgstr "Odinstaluj Plugin"
|
3735 |
+
|
3736 |
# @ WPBDM
|
3737 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3738 |
#, fuzzy
|
3749 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3750 |
msgstr ""
|
3751 |
|
3752 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
3753 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
3754 |
+
msgstr ""
|
3755 |
+
|
3756 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
3757 |
+
msgid "Yes, I want to uninstall"
|
3758 |
+
msgstr ""
|
3759 |
+
|
3760 |
#. translators: %1$s: open link html, %2$s: close link html
|
3761 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3762 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
8770 |
"zawierają ofert. To oznacza, że te kategorie nie będą wyświetlane na "
|
8771 |
"stornach Katalogu. Jeśli chcesz to zmienić kliknij <a>tutaj</a>."
|
8772 |
|
8773 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
8774 |
msgctxt "templates"
|
8775 |
msgid ""
|
8776 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
8777 |
"Submission?\" setting checked?"
|
8778 |
msgstr ""
|
8779 |
|
8780 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
8781 |
msgctxt "templates"
|
8782 |
msgid ""
|
8783 |
"Listing submission has been disabled. Contact the administrator for details."
|
8784 |
msgstr ""
|
8785 |
|
8786 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
8787 |
msgctxt "templates"
|
8788 |
msgid ""
|
8789 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
8790 |
"a listing. %s to create a plan"
|
8791 |
msgstr ""
|
8792 |
|
8793 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
8794 |
msgctxt "templates"
|
8795 |
msgid ""
|
8796 |
"Listing submission is not available at the moment. Contact the administrator "
|
8797 |
"for details."
|
8798 |
msgstr ""
|
8799 |
|
8800 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
8801 |
msgctxt "templates"
|
8802 |
msgid ""
|
8803 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
8806 |
msgstr ""
|
8807 |
|
8808 |
# @ WPBDM
|
8809 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
8810 |
msgctxt "templates"
|
8811 |
msgid "Please agree to the Terms and Conditions."
|
8812 |
msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
|
8813 |
|
8814 |
# @ WPBDM
|
8815 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
8816 |
#, fuzzy
|
8817 |
msgctxt "templates"
|
8818 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
9215 |
"pominięte."
|
9216 |
|
9217 |
# @ WPBDM
|
9218 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
9219 |
#, fuzzy
|
9220 |
msgctxt "submit listing"
|
9221 |
msgid "Category selection"
|
9222 |
msgstr "Wybór Kategorii"
|
9223 |
|
9224 |
# @ WPBDM
|
9225 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
9226 |
#, fuzzy
|
9227 |
msgctxt "submit listing"
|
9228 |
msgid "Category & plan selection"
|
9229 |
msgstr "Wybór Kategorii"
|
9230 |
|
9231 |
# @ WPBDM
|
9232 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
9233 |
#, fuzzy
|
9234 |
msgctxt "submit listing"
|
9235 |
msgid "Can not submit a listing at this moment. Please try again later."
|
9238 |
"później."
|
9239 |
|
9240 |
# @ WPBDM
|
9241 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
9242 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
9243 |
#, fuzzy
|
9244 |
msgctxt "submit listing"
|
9245 |
msgid "Please select a category."
|
9246 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
9247 |
|
9248 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
9249 |
msgctxt "submit listing"
|
9250 |
msgid "Current active plan is disabled. Please select another plan."
|
9251 |
msgstr ""
|
9252 |
|
9253 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
9254 |
msgctxt "submit listing"
|
9255 |
msgid "Please choose a valid category for your plan."
|
9256 |
msgstr ""
|
9257 |
|
9258 |
# @ WPBDM
|
9259 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
9260 |
#, fuzzy
|
9261 |
msgctxt "submit listing"
|
9262 |
msgid "Please choose a valid plan for your category selection."
|
9263 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
9264 |
|
9265 |
# @ WPBDM
|
9266 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
9267 |
#, fuzzy
|
9268 |
msgctxt "submit listing"
|
9269 |
msgid "Please enter your desired username."
|
9270 |
msgstr "Proszę wprowadzić Imię"
|
9271 |
|
9272 |
# @ WPBDM
|
9273 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
9274 |
#, fuzzy
|
9275 |
msgctxt "submit listing"
|
9276 |
msgid "Please enter the e-mail for your new account."
|
9277 |
msgstr "Proszę wprowadzić Imię"
|
9278 |
|
9279 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
9280 |
msgctxt "submit listing"
|
9281 |
msgid "The username you chose is already in use. Please use a different one."
|
9282 |
msgstr ""
|
9283 |
|
9284 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
9285 |
msgctxt "submit listing"
|
9286 |
msgid "The e-mail address you chose for your account is already in use."
|
9287 |
msgstr ""
|
9293 |
msgid "Listing submitted by admin. Payment skipped."
|
9294 |
msgstr "Prześlij ofertę"
|
9295 |
|
9296 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
9297 |
msgctxt "listing submit"
|
9298 |
msgid ""
|
9299 |
"Image upload is required, please provide at least one image and submit again."
|
10086 |
msgid "Other"
|
10087 |
msgstr "Inne"
|
10088 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10089 |
# @ WPBDM
|
10090 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
10091 |
#, fuzzy
|
10119 |
msgid "Deactivate the plugin from the file system"
|
10120 |
msgstr ""
|
10121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10122 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
10123 |
msgctxt "uninstall"
|
10124 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
10297 |
msgid "Continue"
|
10298 |
msgstr "Kontynuacja"
|
10299 |
|
10300 |
+
# @ WPBDM
|
10301 |
+
#, fuzzy
|
10302 |
+
#~ msgctxt "uninstall"
|
10303 |
+
#~ msgid "Please choose an option."
|
10304 |
+
#~ msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
10305 |
+
|
10306 |
+
# @ WPBDM
|
10307 |
+
#, fuzzy
|
10308 |
+
#~ msgctxt "uninstall"
|
10309 |
+
#~ msgid "Please enter your reasons."
|
10310 |
+
#~ msgstr "Proszę wprowadzić Imię"
|
10311 |
+
|
10312 |
# @ WPBDM
|
10313 |
#~ msgctxt "settings"
|
10314 |
#~ msgid "Author's name"
|
languages/business-directory-plugin-ru_RU.mo
CHANGED
Binary file
|
languages/business-directory-plugin-ru_RU.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2022-
|
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"
|
@@ -347,7 +347,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
|
|
347 |
msgstr ""
|
348 |
|
349 |
#: includes/admin/controllers/class-admin-listings.php:187
|
350 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
351 |
#: templates/email/listing-reported.tpl.php:7
|
352 |
msgid "Listing Information"
|
353 |
msgstr "Информация о бизнесе"
|
@@ -426,7 +426,7 @@ msgstr ""
|
|
426 |
"позвольте плагину сделать это автоматически."
|
427 |
|
428 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
429 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
430 |
#, fuzzy
|
431 |
msgid "Go to \"Form Fields\""
|
432 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
@@ -787,7 +787,7 @@ msgid "Missing tables: %s"
|
|
787 |
msgstr "Отсутствующие таблицы: %s"
|
788 |
|
789 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
790 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
791 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
792 |
#: templates/listing-contactform.tpl.php:33
|
793 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -873,7 +873,7 @@ msgstr "Фамилия обязательна."
|
|
873 |
|
874 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
875 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
876 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
877 |
#, fuzzy
|
878 |
msgid "Terms and Conditions"
|
879 |
msgstr "Условия и положения"
|
@@ -1773,38 +1773,38 @@ msgstr "Это просто предварительный просмотр. З
|
|
1773 |
msgid "Add Listing"
|
1774 |
msgstr "Добавить тариф"
|
1775 |
|
1776 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1777 |
#, fuzzy
|
1778 |
msgid "Listing Images"
|
1779 |
msgstr "Изображение записи"
|
1780 |
|
1781 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1782 |
msgid "Account Creation"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1786 |
#, fuzzy
|
1787 |
msgid "Go to \"Plans\""
|
1788 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
1789 |
|
1790 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1791 |
#, fuzzy
|
1792 |
msgid "Please choose a plan."
|
1793 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
1794 |
|
1795 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1796 |
msgid "Please check the form for errors, correct them and submit again."
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1800 |
msgid "Create a user account on this site"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1804 |
msgid "Username"
|
1805 |
msgstr ""
|
1806 |
|
1807 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1808 |
#, fuzzy
|
1809 |
msgid "Clear Form"
|
1810 |
msgstr "Очистить форму"
|
@@ -3302,6 +3302,23 @@ msgstr ""
|
|
3302 |
"бы Вы уделить нам 10 секунд и ответить на один вопрос, чтобы помочь нам "
|
3303 |
"сделать наш продукт ещё лучше для всех?"
|
3304 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3305 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3306 |
#, fuzzy
|
3307 |
msgid "Uninstall completed."
|
@@ -3316,6 +3333,14 @@ msgstr "Вернуться в Консоль."
|
|
3316 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3317 |
msgstr ""
|
3318 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3319 |
#. translators: %1$s: open link html, %2$s: close link html
|
3320 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3321 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
@@ -7818,34 +7843,34 @@ msgstr ""
|
|
7818 |
"показаны посетителям сайта. Если Вы хотите изменить такое поведение, "
|
7819 |
"перейдите в <a>Настройки</a> и отключите этот параметр."
|
7820 |
|
7821 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7822 |
msgctxt "templates"
|
7823 |
msgid ""
|
7824 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7825 |
"Submission?\" setting checked?"
|
7826 |
msgstr ""
|
7827 |
|
7828 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7829 |
msgctxt "templates"
|
7830 |
msgid ""
|
7831 |
"Listing submission has been disabled. Contact the administrator for details."
|
7832 |
msgstr ""
|
7833 |
|
7834 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7835 |
msgctxt "templates"
|
7836 |
msgid ""
|
7837 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7838 |
"a listing. %s to create a plan"
|
7839 |
msgstr ""
|
7840 |
|
7841 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7842 |
msgctxt "templates"
|
7843 |
msgid ""
|
7844 |
"Listing submission is not available at the moment. Contact the administrator "
|
7845 |
"for details."
|
7846 |
msgstr ""
|
7847 |
|
7848 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7849 |
msgctxt "templates"
|
7850 |
msgid ""
|
7851 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7853,12 +7878,12 @@ msgid ""
|
|
7853 |
"an existing field"
|
7854 |
msgstr ""
|
7855 |
|
7856 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7857 |
msgctxt "templates"
|
7858 |
msgid "Please agree to the Terms and Conditions."
|
7859 |
msgstr "Пожалуйста примите наши Условия и Положения."
|
7860 |
|
7861 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7862 |
#, fuzzy
|
7863 |
msgctxt "templates"
|
7864 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -8210,19 +8235,19 @@ msgctxt "submit listing"
|
|
8210 |
msgid "You're logged in as admin, payment will be skipped."
|
8211 |
msgstr "Вы вошли на сайт как Администратор. Все шаги оплаты будут пропущены."
|
8212 |
|
8213 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8214 |
#, fuzzy
|
8215 |
msgctxt "submit listing"
|
8216 |
msgid "Category selection"
|
8217 |
msgstr "Выбор рубрики"
|
8218 |
|
8219 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8220 |
#, fuzzy
|
8221 |
msgctxt "submit listing"
|
8222 |
msgid "Category & plan selection"
|
8223 |
msgstr "Выбор рубрики"
|
8224 |
|
8225 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8226 |
#, fuzzy
|
8227 |
msgctxt "submit listing"
|
8228 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -8230,47 +8255,47 @@ msgstr ""
|
|
8230 |
"В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
|
8231 |
"пожалуйста."
|
8232 |
|
8233 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8234 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8235 |
#, fuzzy
|
8236 |
msgctxt "submit listing"
|
8237 |
msgid "Please select a category."
|
8238 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
8239 |
|
8240 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8241 |
msgctxt "submit listing"
|
8242 |
msgid "Current active plan is disabled. Please select another plan."
|
8243 |
msgstr ""
|
8244 |
|
8245 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8246 |
msgctxt "submit listing"
|
8247 |
msgid "Please choose a valid category for your plan."
|
8248 |
msgstr ""
|
8249 |
|
8250 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8251 |
#, fuzzy
|
8252 |
msgctxt "submit listing"
|
8253 |
msgid "Please choose a valid plan for your category selection."
|
8254 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
8255 |
|
8256 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8257 |
#, fuzzy
|
8258 |
msgctxt "submit listing"
|
8259 |
msgid "Please enter your desired username."
|
8260 |
msgstr "Пожалуйста введите Ваше имя."
|
8261 |
|
8262 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8263 |
#, fuzzy
|
8264 |
msgctxt "submit listing"
|
8265 |
msgid "Please enter the e-mail for your new account."
|
8266 |
msgstr "Пожалуйста введите Ваше имя."
|
8267 |
|
8268 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8269 |
msgctxt "submit listing"
|
8270 |
msgid "The username you chose is already in use. Please use a different one."
|
8271 |
msgstr ""
|
8272 |
|
8273 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8274 |
msgctxt "submit listing"
|
8275 |
msgid "The e-mail address you chose for your account is already in use."
|
8276 |
msgstr ""
|
@@ -8280,7 +8305,7 @@ msgctxt "submit listing"
|
|
8280 |
msgid "Listing submitted by admin. Payment skipped."
|
8281 |
msgstr ""
|
8282 |
|
8283 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8284 |
msgctxt "listing submit"
|
8285 |
msgid ""
|
8286 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8982,35 +9007,6 @@ msgctxt "uninstall"
|
|
8982 |
msgid "Other"
|
8983 |
msgstr "Другая причина:.."
|
8984 |
|
8985 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
8986 |
-
msgctxt "uninstall"
|
8987 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
8988 |
-
msgstr "Вопрос: Почему Вы решили удалить плагин \"Справочник Услуг\"?"
|
8989 |
-
|
8990 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
8991 |
-
#, fuzzy
|
8992 |
-
msgctxt "uninstall"
|
8993 |
-
msgid "Please choose an option."
|
8994 |
-
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
8995 |
-
|
8996 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
8997 |
-
msgctxt "uninstall"
|
8998 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
8999 |
-
msgstr ""
|
9000 |
-
"Пожалуйста, оставьте нам сообщение о том, почему Вы удаляете плагин "
|
9001 |
-
"\"Справочник Услуг\"."
|
9002 |
-
|
9003 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
9004 |
-
#, fuzzy
|
9005 |
-
msgctxt "uninstall"
|
9006 |
-
msgid "Please enter your reasons."
|
9007 |
-
msgstr "Пожалуйста введите Ваше имя."
|
9008 |
-
|
9009 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
9010 |
-
msgctxt "uninstall"
|
9011 |
-
msgid "Uninstall Plugin"
|
9012 |
-
msgstr "Удалить плагин"
|
9013 |
-
|
9014 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
9015 |
#, fuzzy
|
9016 |
msgctxt "uninstall"
|
@@ -9040,16 +9036,6 @@ msgctxt "uninstall"
|
|
9040 |
msgid "Deactivate the plugin from the file system"
|
9041 |
msgstr ""
|
9042 |
|
9043 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
9044 |
-
msgctxt "uninstall"
|
9045 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
9046 |
-
msgstr ""
|
9047 |
-
|
9048 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
9049 |
-
msgctxt "uninstall"
|
9050 |
-
msgid "Yes, I want to uninstall"
|
9051 |
-
msgstr ""
|
9052 |
-
|
9053 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
9054 |
msgctxt "uninstall"
|
9055 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
@@ -9200,6 +9186,16 @@ msgctxt "send-access-keys"
|
|
9200 |
msgid "Continue"
|
9201 |
msgstr "Далее"
|
9202 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9203 |
#~ msgctxt "settings"
|
9204 |
#~ msgid "Author's name"
|
9205 |
#~ msgstr "Имя автора"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+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"
|
347 |
msgstr ""
|
348 |
|
349 |
#: includes/admin/controllers/class-admin-listings.php:187
|
350 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
351 |
#: templates/email/listing-reported.tpl.php:7
|
352 |
msgid "Listing Information"
|
353 |
msgstr "Информация о бизнесе"
|
426 |
"позвольте плагину сделать это автоматически."
|
427 |
|
428 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
429 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
430 |
#, fuzzy
|
431 |
msgid "Go to \"Form Fields\""
|
432 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
787 |
msgstr "Отсутствующие таблицы: %s"
|
788 |
|
789 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
790 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
791 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
792 |
#: templates/listing-contactform.tpl.php:33
|
793 |
#: templates/listing-flagging-form.tpl.php:39
|
873 |
|
874 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
875 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
876 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
877 |
#, fuzzy
|
878 |
msgid "Terms and Conditions"
|
879 |
msgstr "Условия и положения"
|
1773 |
msgid "Add Listing"
|
1774 |
msgstr "Добавить тариф"
|
1775 |
|
1776 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1777 |
#, fuzzy
|
1778 |
msgid "Listing Images"
|
1779 |
msgstr "Изображение записи"
|
1780 |
|
1781 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1782 |
msgid "Account Creation"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1786 |
#, fuzzy
|
1787 |
msgid "Go to \"Plans\""
|
1788 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
1789 |
|
1790 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1791 |
#, fuzzy
|
1792 |
msgid "Please choose a plan."
|
1793 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
1794 |
|
1795 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1796 |
msgid "Please check the form for errors, correct them and submit again."
|
1797 |
msgstr ""
|
1798 |
|
1799 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1800 |
msgid "Create a user account on this site"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1804 |
msgid "Username"
|
1805 |
msgstr ""
|
1806 |
|
1807 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1808 |
#, fuzzy
|
1809 |
msgid "Clear Form"
|
1810 |
msgstr "Очистить форму"
|
3302 |
"бы Вы уделить нам 10 секунд и ответить на один вопрос, чтобы помочь нам "
|
3303 |
"сделать наш продукт ещё лучше для всех?"
|
3304 |
|
3305 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
3306 |
+
#, fuzzy
|
3307 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
3308 |
+
msgstr "Вопрос: Почему Вы решили удалить плагин \"Справочник Услуг\"?"
|
3309 |
+
|
3310 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
3311 |
+
#, fuzzy
|
3312 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
3313 |
+
msgstr ""
|
3314 |
+
"Пожалуйста, оставьте нам сообщение о том, почему Вы удаляете плагин "
|
3315 |
+
"\"Справочник Услуг\"."
|
3316 |
+
|
3317 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
3318 |
+
#, fuzzy
|
3319 |
+
msgid "Uninstall Plugin"
|
3320 |
+
msgstr "Удалить плагин"
|
3321 |
+
|
3322 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3323 |
#, fuzzy
|
3324 |
msgid "Uninstall completed."
|
3333 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
3337 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
3338 |
+
msgstr ""
|
3339 |
+
|
3340 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
3341 |
+
msgid "Yes, I want to uninstall"
|
3342 |
+
msgstr ""
|
3343 |
+
|
3344 |
#. translators: %1$s: open link html, %2$s: close link html
|
3345 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3346 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
7843 |
"показаны посетителям сайта. Если Вы хотите изменить такое поведение, "
|
7844 |
"перейдите в <a>Настройки</a> и отключите этот параметр."
|
7845 |
|
7846 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
7847 |
msgctxt "templates"
|
7848 |
msgid ""
|
7849 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7850 |
"Submission?\" setting checked?"
|
7851 |
msgstr ""
|
7852 |
|
7853 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
7854 |
msgctxt "templates"
|
7855 |
msgid ""
|
7856 |
"Listing submission has been disabled. Contact the administrator for details."
|
7857 |
msgstr ""
|
7858 |
|
7859 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
7860 |
msgctxt "templates"
|
7861 |
msgid ""
|
7862 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7863 |
"a listing. %s to create a plan"
|
7864 |
msgstr ""
|
7865 |
|
7866 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
7867 |
msgctxt "templates"
|
7868 |
msgid ""
|
7869 |
"Listing submission is not available at the moment. Contact the administrator "
|
7870 |
"for details."
|
7871 |
msgstr ""
|
7872 |
|
7873 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
7874 |
msgctxt "templates"
|
7875 |
msgid ""
|
7876 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7878 |
"an existing field"
|
7879 |
msgstr ""
|
7880 |
|
7881 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
7882 |
msgctxt "templates"
|
7883 |
msgid "Please agree to the Terms and Conditions."
|
7884 |
msgstr "Пожалуйста примите наши Условия и Положения."
|
7885 |
|
7886 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
7887 |
#, fuzzy
|
7888 |
msgctxt "templates"
|
7889 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
8235 |
msgid "You're logged in as admin, payment will be skipped."
|
8236 |
msgstr "Вы вошли на сайт как Администратор. Все шаги оплаты будут пропущены."
|
8237 |
|
8238 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8239 |
#, fuzzy
|
8240 |
msgctxt "submit listing"
|
8241 |
msgid "Category selection"
|
8242 |
msgstr "Выбор рубрики"
|
8243 |
|
8244 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8245 |
#, fuzzy
|
8246 |
msgctxt "submit listing"
|
8247 |
msgid "Category & plan selection"
|
8248 |
msgstr "Выбор рубрики"
|
8249 |
|
8250 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
8251 |
#, fuzzy
|
8252 |
msgctxt "submit listing"
|
8253 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8255 |
"В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
|
8256 |
"пожалуйста."
|
8257 |
|
8258 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
8259 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
8260 |
#, fuzzy
|
8261 |
msgctxt "submit listing"
|
8262 |
msgid "Please select a category."
|
8263 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
8264 |
|
8265 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
8266 |
msgctxt "submit listing"
|
8267 |
msgid "Current active plan is disabled. Please select another plan."
|
8268 |
msgstr ""
|
8269 |
|
8270 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
8271 |
msgctxt "submit listing"
|
8272 |
msgid "Please choose a valid category for your plan."
|
8273 |
msgstr ""
|
8274 |
|
8275 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
8276 |
#, fuzzy
|
8277 |
msgctxt "submit listing"
|
8278 |
msgid "Please choose a valid plan for your category selection."
|
8279 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
8280 |
|
8281 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
8282 |
#, fuzzy
|
8283 |
msgctxt "submit listing"
|
8284 |
msgid "Please enter your desired username."
|
8285 |
msgstr "Пожалуйста введите Ваше имя."
|
8286 |
|
8287 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
8288 |
#, fuzzy
|
8289 |
msgctxt "submit listing"
|
8290 |
msgid "Please enter the e-mail for your new account."
|
8291 |
msgstr "Пожалуйста введите Ваше имя."
|
8292 |
|
8293 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
8294 |
msgctxt "submit listing"
|
8295 |
msgid "The username you chose is already in use. Please use a different one."
|
8296 |
msgstr ""
|
8297 |
|
8298 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
8299 |
msgctxt "submit listing"
|
8300 |
msgid "The e-mail address you chose for your account is already in use."
|
8301 |
msgstr ""
|
8305 |
msgid "Listing submitted by admin. Payment skipped."
|
8306 |
msgstr ""
|
8307 |
|
8308 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
8309 |
msgctxt "listing submit"
|
8310 |
msgid ""
|
8311 |
"Image upload is required, please provide at least one image and submit again."
|
9007 |
msgid "Other"
|
9008 |
msgstr "Другая причина:.."
|
9009 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9010 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
9011 |
#, fuzzy
|
9012 |
msgctxt "uninstall"
|
9036 |
msgid "Deactivate the plugin from the file system"
|
9037 |
msgstr ""
|
9038 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9039 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
9040 |
msgctxt "uninstall"
|
9041 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
9186 |
msgid "Continue"
|
9187 |
msgstr "Далее"
|
9188 |
|
9189 |
+
#, fuzzy
|
9190 |
+
#~ msgctxt "uninstall"
|
9191 |
+
#~ msgid "Please choose an option."
|
9192 |
+
#~ msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
9193 |
+
|
9194 |
+
#, fuzzy
|
9195 |
+
#~ msgctxt "uninstall"
|
9196 |
+
#~ msgid "Please enter your reasons."
|
9197 |
+
#~ msgstr "Пожалуйста введите Ваше имя."
|
9198 |
+
|
9199 |
#~ msgctxt "settings"
|
9200 |
#~ msgid "Author's name"
|
9201 |
#~ msgstr "Имя автора"
|
languages/business-directory-plugin-sv_SE.mo
CHANGED
Binary file
|
languages/business-directory-plugin-sv_SE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
9 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
@@ -336,7 +336,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
|
|
336 |
msgstr ""
|
337 |
|
338 |
#: includes/admin/controllers/class-admin-listings.php:187
|
339 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
340 |
#: templates/email/listing-reported.tpl.php:7
|
341 |
msgid "Listing Information"
|
342 |
msgstr "Information om annons"
|
@@ -413,7 +413,7 @@ msgstr ""
|
|
413 |
"låta Business Directory göra det åt dig automatiskt."
|
414 |
|
415 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
416 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
417 |
#, fuzzy
|
418 |
msgid "Go to \"Form Fields\""
|
419 |
msgstr "Gå till \"Hantera formulärfält\""
|
@@ -780,7 +780,7 @@ msgid "Missing tables: %s"
|
|
780 |
msgstr "Saknade tabeller:%s"
|
781 |
|
782 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
783 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
784 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
785 |
#: templates/listing-contactform.tpl.php:33
|
786 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -866,7 +866,7 @@ msgstr "Ja, och att det krävs"
|
|
866 |
|
867 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
868 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
869 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
870 |
#, fuzzy
|
871 |
msgid "Terms and Conditions"
|
872 |
msgstr "Villkor"
|
@@ -1787,44 +1787,44 @@ msgstr ""
|
|
1787 |
msgid "Add Listing"
|
1788 |
msgstr "Lägg till annonsavgift"
|
1789 |
|
1790 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1791 |
#, fuzzy
|
1792 |
msgid "Listing Images"
|
1793 |
msgstr "Annonsbilder"
|
1794 |
|
1795 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1796 |
#, fuzzy
|
1797 |
msgid "Account Creation"
|
1798 |
msgstr "Konto skapas"
|
1799 |
|
1800 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1801 |
#, fuzzy
|
1802 |
msgid "Go to \"Plans\""
|
1803 |
msgstr "Avgiftsplan"
|
1804 |
|
1805 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1806 |
#, fuzzy
|
1807 |
msgid "Please choose a plan."
|
1808 |
msgstr "(Vänligen välj en avgiftsplan ovan)"
|
1809 |
|
1810 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1811 |
#, fuzzy
|
1812 |
msgid "Please check the form for errors, correct them and submit again."
|
1813 |
msgstr ""
|
1814 |
"Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
|
1815 |
"skicka igen."
|
1816 |
|
1817 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1818 |
#, fuzzy
|
1819 |
msgid "Create a user account on this site"
|
1820 |
msgstr "Skapa ett användarkonto på denna webbplats"
|
1821 |
|
1822 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1823 |
#, fuzzy
|
1824 |
msgid "Username"
|
1825 |
msgstr "Användarnamn:"
|
1826 |
|
1827 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1828 |
#, fuzzy
|
1829 |
msgid "Clear Form"
|
1830 |
msgstr "Rensa"
|
@@ -3356,6 +3356,22 @@ msgstr ""
|
|
3356 |
"Det var tråkigt att se dig lämna. Kan du ta 10 sekunder och svara på en "
|
3357 |
"fråga för oss att hjälpa oss att göra produkten bättre för alla i framtiden?"
|
3358 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3359 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3360 |
#, fuzzy
|
3361 |
msgid "Uninstall completed."
|
@@ -3373,6 +3389,17 @@ msgstr ""
|
|
3373 |
"Ta bort all data från premiummoduler (regioner, kartor, omdömen, utvalda "
|
3374 |
"nivåer)"
|
3375 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3376 |
#. translators: %1$s: open link html, %2$s: close link html
|
3377 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3378 |
#, fuzzy
|
@@ -7764,7 +7791,7 @@ msgstr ""
|
|
7764 |
"av din webbplats. Om du inte vill det, klicka <a>här för</a> att ändra "
|
7765 |
"inställningen."
|
7766 |
|
7767 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7768 |
msgctxt "templates"
|
7769 |
msgid ""
|
7770 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
@@ -7773,27 +7800,27 @@ msgstr ""
|
|
7773 |
"<b>Vyn inte tillgänglig.</b> Har du \"Inaktivera inlämning av annons på "
|
7774 |
"framsidan?\"-inställningen markerad?"
|
7775 |
|
7776 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7777 |
msgctxt "templates"
|
7778 |
msgid ""
|
7779 |
"Listing submission has been disabled. Contact the administrator for details."
|
7780 |
msgstr ""
|
7781 |
|
7782 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7783 |
msgctxt "templates"
|
7784 |
msgid ""
|
7785 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7786 |
"a listing. %s to create a plan"
|
7787 |
msgstr ""
|
7788 |
|
7789 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7790 |
msgctxt "templates"
|
7791 |
msgid ""
|
7792 |
"Listing submission is not available at the moment. Contact the administrator "
|
7793 |
"for details."
|
7794 |
msgstr ""
|
7795 |
|
7796 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7797 |
msgctxt "templates"
|
7798 |
msgid ""
|
7799 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7801,12 +7828,12 @@ msgid ""
|
|
7801 |
"an existing field"
|
7802 |
msgstr ""
|
7803 |
|
7804 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7805 |
msgctxt "templates"
|
7806 |
msgid "Please agree to the Terms and Conditions."
|
7807 |
msgstr "Vänligen godkänn villkoren"
|
7808 |
|
7809 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7810 |
msgctxt "templates"
|
7811 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7812 |
msgstr "Jag godtar <a>villkoren</a>."
|
@@ -8154,59 +8181,59 @@ msgctxt "submit listing"
|
|
8154 |
msgid "You're logged in as admin, payment will be skipped."
|
8155 |
msgstr "Du är inloggad som administratör, alla betalningssteg hoppas över."
|
8156 |
|
8157 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8158 |
msgctxt "submit listing"
|
8159 |
msgid "Category selection"
|
8160 |
msgstr "Val av kategori"
|
8161 |
|
8162 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8163 |
msgctxt "submit listing"
|
8164 |
msgid "Category & plan selection"
|
8165 |
msgstr "Val av kategori och avgiftsplan"
|
8166 |
|
8167 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8168 |
msgctxt "submit listing"
|
8169 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8170 |
msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
|
8171 |
|
8172 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8173 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8174 |
msgctxt "submit listing"
|
8175 |
msgid "Please select a category."
|
8176 |
msgstr "Välj en kategori."
|
8177 |
|
8178 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8179 |
msgctxt "submit listing"
|
8180 |
msgid "Current active plan is disabled. Please select another plan."
|
8181 |
msgstr ""
|
8182 |
|
8183 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8184 |
msgctxt "submit listing"
|
8185 |
msgid "Please choose a valid category for your plan."
|
8186 |
msgstr "Välj en giltig kategori för din plan."
|
8187 |
|
8188 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8189 |
#, fuzzy
|
8190 |
msgctxt "submit listing"
|
8191 |
msgid "Please choose a valid plan for your category selection."
|
8192 |
msgstr "Välj en avgiftsplan för ditt kategorival."
|
8193 |
|
8194 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8195 |
msgctxt "submit listing"
|
8196 |
msgid "Please enter your desired username."
|
8197 |
msgstr "Fyll i ditt önskade användarnamn."
|
8198 |
|
8199 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8200 |
msgctxt "submit listing"
|
8201 |
msgid "Please enter the e-mail for your new account."
|
8202 |
msgstr "Fyll i e-postadressen för ditt nya konto."
|
8203 |
|
8204 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8205 |
msgctxt "submit listing"
|
8206 |
msgid "The username you chose is already in use. Please use a different one."
|
8207 |
msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
|
8208 |
|
8209 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8210 |
msgctxt "submit listing"
|
8211 |
msgid "The e-mail address you chose for your account is already in use."
|
8212 |
msgstr "E-postadressen du valt för ditt konto används redan."
|
@@ -8216,7 +8243,7 @@ msgctxt "submit listing"
|
|
8216 |
msgid "Listing submitted by admin. Payment skipped."
|
8217 |
msgstr "Notering skickas in av admin. Betalning hoppas över."
|
8218 |
|
8219 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8220 |
msgctxt "listing submit"
|
8221 |
msgid ""
|
8222 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8933,32 +8960,6 @@ msgctxt "uninstall"
|
|
8933 |
msgid "Other"
|
8934 |
msgstr "Annat"
|
8935 |
|
8936 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
8937 |
-
msgctxt "uninstall"
|
8938 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
8939 |
-
msgstr "Varför avinstallerar du Business Directory Plugin?"
|
8940 |
-
|
8941 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
8942 |
-
msgctxt "uninstall"
|
8943 |
-
msgid "Please choose an option."
|
8944 |
-
msgstr "Vänligen välj ett alternativ."
|
8945 |
-
|
8946 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
8947 |
-
msgctxt "uninstall"
|
8948 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
8949 |
-
msgstr ""
|
8950 |
-
"Var snäll och berätta varför du avinstallerar Business Directory Plugin."
|
8951 |
-
|
8952 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
8953 |
-
msgctxt "uninstall"
|
8954 |
-
msgid "Please enter your reasons."
|
8955 |
-
msgstr "Vänligen ange dina skäl."
|
8956 |
-
|
8957 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
8958 |
-
msgctxt "uninstall"
|
8959 |
-
msgid "Uninstall Plugin"
|
8960 |
-
msgstr "Avinstallera plugin"
|
8961 |
-
|
8962 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
8963 |
msgctxt "uninstall"
|
8964 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
@@ -8984,17 +8985,6 @@ msgctxt "uninstall"
|
|
8984 |
msgid "Deactivate the plugin from the file system"
|
8985 |
msgstr "Inaktivera tillägget från filsystemet."
|
8986 |
|
8987 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
8988 |
-
msgctxt "uninstall"
|
8989 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
8990 |
-
msgstr ""
|
8991 |
-
"Gör BARA detta om du är säker på att du är OK med att förlora all din data."
|
8992 |
-
|
8993 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
8994 |
-
msgctxt "uninstall"
|
8995 |
-
msgid "Yes, I want to uninstall"
|
8996 |
-
msgstr "Ja, jag vill avinstallera"
|
8997 |
-
|
8998 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
8999 |
msgctxt "uninstall"
|
9000 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
@@ -9144,6 +9134,14 @@ msgctxt "send-access-keys"
|
|
9144 |
msgid "Continue"
|
9145 |
msgstr "Fortsätt "
|
9146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9147 |
#~ msgctxt "settings"
|
9148 |
#~ msgid "Author's name"
|
9149 |
#~ msgstr "Författarens namn"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
336 |
msgstr ""
|
337 |
|
338 |
#: includes/admin/controllers/class-admin-listings.php:187
|
339 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
340 |
#: templates/email/listing-reported.tpl.php:7
|
341 |
msgid "Listing Information"
|
342 |
msgstr "Information om annons"
|
413 |
"låta Business Directory göra det åt dig automatiskt."
|
414 |
|
415 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
416 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
417 |
#, fuzzy
|
418 |
msgid "Go to \"Form Fields\""
|
419 |
msgstr "Gå till \"Hantera formulärfält\""
|
780 |
msgstr "Saknade tabeller:%s"
|
781 |
|
782 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
783 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
784 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
785 |
#: templates/listing-contactform.tpl.php:33
|
786 |
#: templates/listing-flagging-form.tpl.php:39
|
866 |
|
867 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
868 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
869 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
870 |
#, fuzzy
|
871 |
msgid "Terms and Conditions"
|
872 |
msgstr "Villkor"
|
1787 |
msgid "Add Listing"
|
1788 |
msgstr "Lägg till annonsavgift"
|
1789 |
|
1790 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1791 |
#, fuzzy
|
1792 |
msgid "Listing Images"
|
1793 |
msgstr "Annonsbilder"
|
1794 |
|
1795 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1796 |
#, fuzzy
|
1797 |
msgid "Account Creation"
|
1798 |
msgstr "Konto skapas"
|
1799 |
|
1800 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1801 |
#, fuzzy
|
1802 |
msgid "Go to \"Plans\""
|
1803 |
msgstr "Avgiftsplan"
|
1804 |
|
1805 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1806 |
#, fuzzy
|
1807 |
msgid "Please choose a plan."
|
1808 |
msgstr "(Vänligen välj en avgiftsplan ovan)"
|
1809 |
|
1810 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1811 |
#, fuzzy
|
1812 |
msgid "Please check the form for errors, correct them and submit again."
|
1813 |
msgstr ""
|
1814 |
"Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
|
1815 |
"skicka igen."
|
1816 |
|
1817 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1818 |
#, fuzzy
|
1819 |
msgid "Create a user account on this site"
|
1820 |
msgstr "Skapa ett användarkonto på denna webbplats"
|
1821 |
|
1822 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1823 |
#, fuzzy
|
1824 |
msgid "Username"
|
1825 |
msgstr "Användarnamn:"
|
1826 |
|
1827 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1828 |
#, fuzzy
|
1829 |
msgid "Clear Form"
|
1830 |
msgstr "Rensa"
|
3356 |
"Det var tråkigt att se dig lämna. Kan du ta 10 sekunder och svara på en "
|
3357 |
"fråga för oss att hjälpa oss att göra produkten bättre för alla i framtiden?"
|
3358 |
|
3359 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
3360 |
+
#, fuzzy
|
3361 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
3362 |
+
msgstr "Varför avinstallerar du Business Directory Plugin?"
|
3363 |
+
|
3364 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
3365 |
+
#, fuzzy
|
3366 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
3367 |
+
msgstr ""
|
3368 |
+
"Var snäll och berätta varför du avinstallerar Business Directory Plugin."
|
3369 |
+
|
3370 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
3371 |
+
#, fuzzy
|
3372 |
+
msgid "Uninstall Plugin"
|
3373 |
+
msgstr "Avinstallera plugin"
|
3374 |
+
|
3375 |
#: templates/admin/uninstall-complete.tpl.php:12
|
3376 |
#, fuzzy
|
3377 |
msgid "Uninstall completed."
|
3389 |
"Ta bort all data från premiummoduler (regioner, kartor, omdömen, utvalda "
|
3390 |
"nivåer)"
|
3391 |
|
3392 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
3393 |
+
#, fuzzy
|
3394 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
3395 |
+
msgstr ""
|
3396 |
+
"Gör BARA detta om du är säker på att du är OK med att förlora all din data."
|
3397 |
+
|
3398 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
3399 |
+
#, fuzzy
|
3400 |
+
msgid "Yes, I want to uninstall"
|
3401 |
+
msgstr "Ja, jag vill avinstallera"
|
3402 |
+
|
3403 |
#. translators: %1$s: open link html, %2$s: close link html
|
3404 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
3405 |
#, fuzzy
|
7791 |
"av din webbplats. Om du inte vill det, klicka <a>här för</a> att ändra "
|
7792 |
"inställningen."
|
7793 |
|
7794 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
7795 |
msgctxt "templates"
|
7796 |
msgid ""
|
7797 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7800 |
"<b>Vyn inte tillgänglig.</b> Har du \"Inaktivera inlämning av annons på "
|
7801 |
"framsidan?\"-inställningen markerad?"
|
7802 |
|
7803 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
7804 |
msgctxt "templates"
|
7805 |
msgid ""
|
7806 |
"Listing submission has been disabled. Contact the administrator for details."
|
7807 |
msgstr ""
|
7808 |
|
7809 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
7810 |
msgctxt "templates"
|
7811 |
msgid ""
|
7812 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
7813 |
"a listing. %s to create a plan"
|
7814 |
msgstr ""
|
7815 |
|
7816 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
7817 |
msgctxt "templates"
|
7818 |
msgid ""
|
7819 |
"Listing submission is not available at the moment. Contact the administrator "
|
7820 |
"for details."
|
7821 |
msgstr ""
|
7822 |
|
7823 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
7824 |
msgctxt "templates"
|
7825 |
msgid ""
|
7826 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7828 |
"an existing field"
|
7829 |
msgstr ""
|
7830 |
|
7831 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
7832 |
msgctxt "templates"
|
7833 |
msgid "Please agree to the Terms and Conditions."
|
7834 |
msgstr "Vänligen godkänn villkoren"
|
7835 |
|
7836 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
7837 |
msgctxt "templates"
|
7838 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7839 |
msgstr "Jag godtar <a>villkoren</a>."
|
8181 |
msgid "You're logged in as admin, payment will be skipped."
|
8182 |
msgstr "Du är inloggad som administratör, alla betalningssteg hoppas över."
|
8183 |
|
8184 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8185 |
msgctxt "submit listing"
|
8186 |
msgid "Category selection"
|
8187 |
msgstr "Val av kategori"
|
8188 |
|
8189 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
8190 |
msgctxt "submit listing"
|
8191 |
msgid "Category & plan selection"
|
8192 |
msgstr "Val av kategori och avgiftsplan"
|
8193 |
|
8194 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
8195 |
msgctxt "submit listing"
|
8196 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8197 |
msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
|
8198 |
|
8199 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
8200 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
8201 |
msgctxt "submit listing"
|
8202 |
msgid "Please select a category."
|
8203 |
msgstr "Välj en kategori."
|
8204 |
|
8205 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
8206 |
msgctxt "submit listing"
|
8207 |
msgid "Current active plan is disabled. Please select another plan."
|
8208 |
msgstr ""
|
8209 |
|
8210 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
8211 |
msgctxt "submit listing"
|
8212 |
msgid "Please choose a valid category for your plan."
|
8213 |
msgstr "Välj en giltig kategori för din plan."
|
8214 |
|
8215 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
8216 |
#, fuzzy
|
8217 |
msgctxt "submit listing"
|
8218 |
msgid "Please choose a valid plan for your category selection."
|
8219 |
msgstr "Välj en avgiftsplan för ditt kategorival."
|
8220 |
|
8221 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
8222 |
msgctxt "submit listing"
|
8223 |
msgid "Please enter your desired username."
|
8224 |
msgstr "Fyll i ditt önskade användarnamn."
|
8225 |
|
8226 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
8227 |
msgctxt "submit listing"
|
8228 |
msgid "Please enter the e-mail for your new account."
|
8229 |
msgstr "Fyll i e-postadressen för ditt nya konto."
|
8230 |
|
8231 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
8232 |
msgctxt "submit listing"
|
8233 |
msgid "The username you chose is already in use. Please use a different one."
|
8234 |
msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
|
8235 |
|
8236 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
8237 |
msgctxt "submit listing"
|
8238 |
msgid "The e-mail address you chose for your account is already in use."
|
8239 |
msgstr "E-postadressen du valt för ditt konto används redan."
|
8243 |
msgid "Listing submitted by admin. Payment skipped."
|
8244 |
msgstr "Notering skickas in av admin. Betalning hoppas över."
|
8245 |
|
8246 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
8247 |
msgctxt "listing submit"
|
8248 |
msgid ""
|
8249 |
"Image upload is required, please provide at least one image and submit again."
|
8960 |
msgid "Other"
|
8961 |
msgstr "Annat"
|
8962 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8963 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
8964 |
msgctxt "uninstall"
|
8965 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
8985 |
msgid "Deactivate the plugin from the file system"
|
8986 |
msgstr "Inaktivera tillägget från filsystemet."
|
8987 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8988 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
8989 |
msgctxt "uninstall"
|
8990 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
9134 |
msgid "Continue"
|
9135 |
msgstr "Fortsätt "
|
9136 |
|
9137 |
+
#~ msgctxt "uninstall"
|
9138 |
+
#~ msgid "Please choose an option."
|
9139 |
+
#~ msgstr "Vänligen välj ett alternativ."
|
9140 |
+
|
9141 |
+
#~ msgctxt "uninstall"
|
9142 |
+
#~ msgid "Please enter your reasons."
|
9143 |
+
#~ msgstr "Vänligen ange dina skäl."
|
9144 |
+
|
9145 |
#~ msgctxt "settings"
|
9146 |
#~ msgid "Author's name"
|
9147 |
#~ msgstr "Författarens namn"
|
languages/business-directory-plugin.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Business Directory Plugin 6.2.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -280,7 +280,7 @@ msgid "Cannot disable plan. At least one plan should be enabled"
|
|
280 |
msgstr ""
|
281 |
|
282 |
#: includes/admin/controllers/class-admin-listings.php:187
|
283 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
284 |
#: templates/email/listing-reported.tpl.php:7
|
285 |
msgid "Listing Information"
|
286 |
msgstr ""
|
@@ -349,7 +349,7 @@ msgid ""
|
|
349 |
msgstr ""
|
350 |
|
351 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
352 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
353 |
msgid "Go to \"Form Fields\""
|
354 |
msgstr ""
|
355 |
|
@@ -660,7 +660,7 @@ msgid "Missing tables: %s"
|
|
660 |
msgstr ""
|
661 |
|
662 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
663 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
664 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
665 |
#: templates/listing-contactform.tpl.php:33
|
666 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -728,7 +728,7 @@ msgstr ""
|
|
728 |
|
729 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
730 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
731 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
732 |
msgid "Terms and Conditions"
|
733 |
msgstr ""
|
734 |
|
@@ -1515,35 +1515,35 @@ msgstr ""
|
|
1515 |
msgid "Add Listing"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1519 |
msgid "Listing Images"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1523 |
msgid "Account Creation"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1527 |
msgid "Go to \"Plans\""
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1531 |
msgid "Please choose a plan."
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1535 |
msgid "Please check the form for errors, correct them and submit again."
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1539 |
msgid "Create a user account on this site"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1543 |
msgid "Username"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1547 |
msgid "Clear Form"
|
1548 |
msgstr ""
|
1549 |
|
@@ -2794,6 +2794,18 @@ msgid ""
|
|
2794 |
"future?"
|
2795 |
msgstr ""
|
2796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2797 |
#: templates/admin/uninstall-complete.tpl.php:12
|
2798 |
msgid "Uninstall completed."
|
2799 |
msgstr ""
|
@@ -2806,6 +2818,14 @@ msgstr ""
|
|
2806 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
2807 |
msgstr ""
|
2808 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2809 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
2810 |
#. translators: %1$s: open link html, %2$s: close link html
|
2811 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
@@ -6780,33 +6800,33 @@ msgid ""
|
|
6780 |
"site. If you didn't want that, click <a>here</a> to change the setting."
|
6781 |
msgstr ""
|
6782 |
|
6783 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6784 |
msgctxt "templates"
|
6785 |
msgid ""
|
6786 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6787 |
"Submission?\" setting checked?"
|
6788 |
msgstr ""
|
6789 |
|
6790 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6791 |
msgctxt "templates"
|
6792 |
msgid "Listing submission has been disabled. Contact the administrator for details."
|
6793 |
msgstr ""
|
6794 |
|
6795 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6796 |
msgctxt "templates"
|
6797 |
msgid ""
|
6798 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
6799 |
"a listing. %s to create a plan"
|
6800 |
msgstr ""
|
6801 |
|
6802 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6803 |
msgctxt "templates"
|
6804 |
msgid ""
|
6805 |
"Listing submission is not available at the moment. Contact the "
|
6806 |
"administrator for details."
|
6807 |
msgstr ""
|
6808 |
|
6809 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6810 |
msgctxt "templates"
|
6811 |
msgid ""
|
6812 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -6814,12 +6834,12 @@ msgid ""
|
|
6814 |
"an existing field"
|
6815 |
msgstr ""
|
6816 |
|
6817 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6818 |
msgctxt "templates"
|
6819 |
msgid "Please agree to the Terms and Conditions."
|
6820 |
msgstr ""
|
6821 |
|
6822 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6823 |
msgctxt "templates"
|
6824 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6825 |
msgstr ""
|
@@ -7133,58 +7153,58 @@ msgctxt "submit listing"
|
|
7133 |
msgid "You're logged in as admin, payment will be skipped."
|
7134 |
msgstr ""
|
7135 |
|
7136 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7137 |
msgctxt "submit listing"
|
7138 |
msgid "Category selection"
|
7139 |
msgstr ""
|
7140 |
|
7141 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7142 |
msgctxt "submit listing"
|
7143 |
msgid "Category & plan selection"
|
7144 |
msgstr ""
|
7145 |
|
7146 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7147 |
msgctxt "submit listing"
|
7148 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7149 |
msgstr ""
|
7150 |
|
7151 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7152 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7153 |
msgctxt "submit listing"
|
7154 |
msgid "Please select a category."
|
7155 |
msgstr ""
|
7156 |
|
7157 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7158 |
msgctxt "submit listing"
|
7159 |
msgid "Current active plan is disabled. Please select another plan."
|
7160 |
msgstr ""
|
7161 |
|
7162 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7163 |
msgctxt "submit listing"
|
7164 |
msgid "Please choose a valid category for your plan."
|
7165 |
msgstr ""
|
7166 |
|
7167 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7168 |
msgctxt "submit listing"
|
7169 |
msgid "Please choose a valid plan for your category selection."
|
7170 |
msgstr ""
|
7171 |
|
7172 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7173 |
msgctxt "submit listing"
|
7174 |
msgid "Please enter your desired username."
|
7175 |
msgstr ""
|
7176 |
|
7177 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7178 |
msgctxt "submit listing"
|
7179 |
msgid "Please enter the e-mail for your new account."
|
7180 |
msgstr ""
|
7181 |
|
7182 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7183 |
msgctxt "submit listing"
|
7184 |
msgid "The username you chose is already in use. Please use a different one."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7188 |
msgctxt "submit listing"
|
7189 |
msgid "The e-mail address you chose for your account is already in use."
|
7190 |
msgstr ""
|
@@ -7194,7 +7214,7 @@ msgctxt "submit listing"
|
|
7194 |
msgid "Listing submitted by admin. Payment skipped."
|
7195 |
msgstr ""
|
7196 |
|
7197 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7198 |
msgctxt "listing submit"
|
7199 |
msgid ""
|
7200 |
"Image upload is required, please provide at least one image and submit "
|
@@ -7861,31 +7881,6 @@ msgctxt "uninstall"
|
|
7861 |
msgid "Other"
|
7862 |
msgstr ""
|
7863 |
|
7864 |
-
#: templates/admin/uninstall-capture-form.tpl.php:17
|
7865 |
-
msgctxt "uninstall"
|
7866 |
-
msgid "Why are you deleting Business Directory Plugin?"
|
7867 |
-
msgstr ""
|
7868 |
-
|
7869 |
-
#: templates/admin/uninstall-capture-form.tpl.php:20
|
7870 |
-
msgctxt "uninstall"
|
7871 |
-
msgid "Please choose an option."
|
7872 |
-
msgstr ""
|
7873 |
-
|
7874 |
-
#: templates/admin/uninstall-capture-form.tpl.php:32
|
7875 |
-
msgctxt "uninstall"
|
7876 |
-
msgid "Please tell us why are you deleting Business Directory Plugin."
|
7877 |
-
msgstr ""
|
7878 |
-
|
7879 |
-
#: templates/admin/uninstall-capture-form.tpl.php:35
|
7880 |
-
msgctxt "uninstall"
|
7881 |
-
msgid "Please enter your reasons."
|
7882 |
-
msgstr ""
|
7883 |
-
|
7884 |
-
#: templates/admin/uninstall-capture-form.tpl.php:44
|
7885 |
-
msgctxt "uninstall"
|
7886 |
-
msgid "Uninstall Plugin"
|
7887 |
-
msgstr ""
|
7888 |
-
|
7889 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
7890 |
msgctxt "uninstall"
|
7891 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
@@ -7911,16 +7906,6 @@ msgctxt "uninstall"
|
|
7911 |
msgid "Deactivate the plugin from the file system"
|
7912 |
msgstr ""
|
7913 |
|
7914 |
-
#: templates/admin/uninstall-confirm.tpl.php:29
|
7915 |
-
msgctxt "uninstall"
|
7916 |
-
msgid "ONLY do this if you are sure you're OK with LOSING ALL OF YOUR DATA."
|
7917 |
-
msgstr ""
|
7918 |
-
|
7919 |
-
#: templates/admin/uninstall-confirm.tpl.php:32
|
7920 |
-
msgctxt "uninstall"
|
7921 |
-
msgid "Yes, I want to uninstall"
|
7922 |
-
msgstr ""
|
7923 |
-
|
7924 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
7925 |
msgctxt "uninstall"
|
7926 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Directory Plugin 6.2.10\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2022-09-23 15:42:16+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
280 |
msgstr ""
|
281 |
|
282 |
#: includes/admin/controllers/class-admin-listings.php:187
|
283 |
+
#: includes/controllers/pages/class-submit-listing.php:686
|
284 |
#: templates/email/listing-reported.tpl.php:7
|
285 |
msgid "Listing Information"
|
286 |
msgstr ""
|
349 |
msgstr ""
|
350 |
|
351 |
#: includes/admin/controllers/class-form-fields-admin.php:37
|
352 |
+
#: includes/controllers/pages/class-submit-listing.php:1016
|
353 |
msgid "Go to \"Form Fields\""
|
354 |
msgstr ""
|
355 |
|
660 |
msgstr ""
|
661 |
|
662 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
663 |
+
#: includes/controllers/pages/class-submit-listing.php:1422
|
664 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:148
|
665 |
#: templates/listing-contactform.tpl.php:33
|
666 |
#: templates/listing-flagging-form.tpl.php:39
|
728 |
|
729 |
#: includes/admin/settings/class-settings-bootstrap.php:292
|
730 |
#: includes/admin/settings/class-settings-bootstrap.php:306
|
731 |
+
#: includes/controllers/pages/class-submit-listing.php:699
|
732 |
msgid "Terms and Conditions"
|
733 |
msgstr ""
|
734 |
|
1515 |
msgid "Add Listing"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: includes/controllers/pages/class-submit-listing.php:732
|
1519 |
msgid "Listing Images"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: includes/controllers/pages/class-submit-listing.php:800
|
1523 |
msgid "Account Creation"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: includes/controllers/pages/class-submit-listing.php:999
|
1527 |
msgid "Go to \"Plans\""
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: includes/controllers/pages/class-submit-listing.php:1056
|
1531 |
msgid "Please choose a plan."
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: includes/controllers/pages/class-submit-listing.php:1246
|
1535 |
msgid "Please check the form for errors, correct them and submit again."
|
1536 |
msgstr ""
|
1537 |
|
1538 |
+
#: includes/controllers/pages/class-submit-listing.php:1406
|
1539 |
msgid "Create a user account on this site"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: includes/controllers/pages/class-submit-listing.php:1413
|
1543 |
msgid "Username"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: includes/controllers/pages/class-submit-listing.php:1435
|
1547 |
msgid "Clear Form"
|
1548 |
msgstr ""
|
1549 |
|
2794 |
"future?"
|
2795 |
msgstr ""
|
2796 |
|
2797 |
+
#: templates/admin/uninstall-capture-form.tpl.php:17
|
2798 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
2799 |
+
msgstr ""
|
2800 |
+
|
2801 |
+
#: templates/admin/uninstall-capture-form.tpl.php:27
|
2802 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
2803 |
+
msgstr ""
|
2804 |
+
|
2805 |
+
#: templates/admin/uninstall-capture-form.tpl.php:34
|
2806 |
+
msgid "Uninstall Plugin"
|
2807 |
+
msgstr ""
|
2808 |
+
|
2809 |
#: templates/admin/uninstall-complete.tpl.php:12
|
2810 |
msgid "Uninstall completed."
|
2811 |
msgstr ""
|
2818 |
msgid "Remove ALL module data (regions, maps, ratings, restrictions)"
|
2819 |
msgstr ""
|
2820 |
|
2821 |
+
#: templates/admin/uninstall-confirm.tpl.php:29
|
2822 |
+
msgid "ONLY do this if you want to DELETE ALL OF YOUR DATA."
|
2823 |
+
msgstr ""
|
2824 |
+
|
2825 |
+
#: templates/admin/uninstall-confirm.tpl.php:32
|
2826 |
+
msgid "Yes, I want to uninstall"
|
2827 |
+
msgstr ""
|
2828 |
+
|
2829 |
#: templates/admin/uninstall-confirm.tpl.php:43
|
2830 |
#. translators: %1$s: open link html, %2$s: close link html
|
2831 |
msgid "Go to %1$sPlugins > Installed Plugins%2$s"
|
6800 |
"site. If you didn't want that, click <a>here</a> to change the setting."
|
6801 |
msgstr ""
|
6802 |
|
6803 |
+
#: includes/controllers/pages/class-submit-listing.php:514
|
6804 |
msgctxt "templates"
|
6805 |
msgid ""
|
6806 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6807 |
"Submission?\" setting checked?"
|
6808 |
msgstr ""
|
6809 |
|
6810 |
+
#: includes/controllers/pages/class-submit-listing.php:516
|
6811 |
msgctxt "templates"
|
6812 |
msgid "Listing submission has been disabled. Contact the administrator for details."
|
6813 |
msgstr ""
|
6814 |
|
6815 |
+
#: includes/controllers/pages/class-submit-listing.php:992
|
6816 |
msgctxt "templates"
|
6817 |
msgid ""
|
6818 |
"<b>There are no Plans available</b>, without a plan site users can't submit "
|
6819 |
"a listing. %s to create a plan"
|
6820 |
msgstr ""
|
6821 |
|
6822 |
+
#: includes/controllers/pages/class-submit-listing.php:1006
|
6823 |
msgctxt "templates"
|
6824 |
msgid ""
|
6825 |
"Listing submission is not available at the moment. Contact the "
|
6826 |
"administrator for details."
|
6827 |
msgstr ""
|
6828 |
|
6829 |
+
#: includes/controllers/pages/class-submit-listing.php:1009
|
6830 |
msgctxt "templates"
|
6831 |
msgid ""
|
6832 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
6834 |
"an existing field"
|
6835 |
msgstr ""
|
6836 |
|
6837 |
+
#: includes/controllers/pages/class-submit-listing.php:1456
|
6838 |
msgctxt "templates"
|
6839 |
msgid "Please agree to the Terms and Conditions."
|
6840 |
msgstr ""
|
6841 |
|
6842 |
+
#: includes/controllers/pages/class-submit-listing.php:1470
|
6843 |
msgctxt "templates"
|
6844 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6845 |
msgstr ""
|
7153 |
msgid "You're logged in as admin, payment will be skipped."
|
7154 |
msgstr ""
|
7155 |
|
7156 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
7157 |
msgctxt "submit listing"
|
7158 |
msgid "Category selection"
|
7159 |
msgstr ""
|
7160 |
|
7161 |
+
#: includes/controllers/pages/class-submit-listing.php:681
|
7162 |
msgctxt "submit listing"
|
7163 |
msgid "Category & plan selection"
|
7164 |
msgstr ""
|
7165 |
|
7166 |
+
#: includes/controllers/pages/class-submit-listing.php:989
|
7167 |
msgctxt "submit listing"
|
7168 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7169 |
msgstr ""
|
7170 |
|
7171 |
+
#: includes/controllers/pages/class-submit-listing.php:1038
|
7172 |
+
#: includes/controllers/pages/class-submit-listing.php:1165
|
7173 |
msgctxt "submit listing"
|
7174 |
msgid "Please select a category."
|
7175 |
msgstr ""
|
7176 |
|
7177 |
+
#: includes/controllers/pages/class-submit-listing.php:1063
|
7178 |
msgctxt "submit listing"
|
7179 |
msgid "Current active plan is disabled. Please select another plan."
|
7180 |
msgstr ""
|
7181 |
|
7182 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
7183 |
msgctxt "submit listing"
|
7184 |
msgid "Please choose a valid category for your plan."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
+
#: includes/controllers/pages/class-submit-listing.php:1068
|
7188 |
msgctxt "submit listing"
|
7189 |
msgid "Please choose a valid plan for your category selection."
|
7190 |
msgstr ""
|
7191 |
|
7192 |
+
#: includes/controllers/pages/class-submit-listing.php:1376
|
7193 |
msgctxt "submit listing"
|
7194 |
msgid "Please enter your desired username."
|
7195 |
msgstr ""
|
7196 |
|
7197 |
+
#: includes/controllers/pages/class-submit-listing.php:1381
|
7198 |
msgctxt "submit listing"
|
7199 |
msgid "Please enter the e-mail for your new account."
|
7200 |
msgstr ""
|
7201 |
|
7202 |
+
#: includes/controllers/pages/class-submit-listing.php:1386
|
7203 |
msgctxt "submit listing"
|
7204 |
msgid "The username you chose is already in use. Please use a different one."
|
7205 |
msgstr ""
|
7206 |
|
7207 |
+
#: includes/controllers/pages/class-submit-listing.php:1391
|
7208 |
msgctxt "submit listing"
|
7209 |
msgid "The e-mail address you chose for your account is already in use."
|
7210 |
msgstr ""
|
7214 |
msgid "Listing submitted by admin. Payment skipped."
|
7215 |
msgstr ""
|
7216 |
|
7217 |
+
#: includes/controllers/pages/class-submit-listing.php:1331
|
7218 |
msgctxt "listing submit"
|
7219 |
msgid ""
|
7220 |
"Image upload is required, please provide at least one image and submit "
|
7881 |
msgid "Other"
|
7882 |
msgstr ""
|
7883 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7884 |
#: templates/admin/uninstall-confirm.tpl.php:18
|
7885 |
msgctxt "uninstall"
|
7886 |
msgid "Uninstalling Business Directory Plugin will do the following:"
|
7906 |
msgid "Deactivate the plugin from the file system"
|
7907 |
msgstr ""
|
7908 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7909 |
#: templates/admin/uninstall-confirm.tpl.php:36
|
7910 |
msgctxt "uninstall"
|
7911 |
msgid "If you just need to reinstall the plugin, please do the following:"
|
templates/admin/uninstall-capture-form.tpl.php
CHANGED
@@ -10,37 +10,27 @@ $reasons = array(
|
|
10 |
);
|
11 |
?>
|
12 |
|
13 |
-
<form id="wpbdp-uninstall-capture-form" action="<?php echo $action; ?>" method="post">
|
14 |
<?php wp_nonce_field( 'uninstall bd' ); ?>
|
15 |
|
16 |
<p><?php esc_html_e( 'We\'re sorry to see you leave. Could you take 10 seconds and answer one question for us to help us make the product better for everyone in the future?', 'business-directory-plugin' ); ?></p>
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
<?php _ex( 'Please enter your reasons.', 'uninstall', 'business-directory-plugin' ); ?>
|
36 |
-
</div>
|
37 |
-
</div>
|
38 |
-
<?php endif; ?>
|
39 |
-
</div>
|
40 |
-
<?php endforeach; ?>
|
41 |
-
</div>
|
42 |
-
|
43 |
-
<p class="buttons">
|
44 |
-
<input type="submit" value="<?php _ex( 'Uninstall Plugin', 'uninstall', 'business-directory-plugin' ); ?>" class="button button-primary" />
|
45 |
</p>
|
46 |
</form>
|
10 |
);
|
11 |
?>
|
12 |
|
13 |
+
<form id="wpbdp-uninstall-capture-form" action="<?php echo esc_attr( $action ); ?>" method="post">
|
14 |
<?php wp_nonce_field( 'uninstall bd' ); ?>
|
15 |
|
16 |
<p><?php esc_html_e( 'We\'re sorry to see you leave. Could you take 10 seconds and answer one question for us to help us make the product better for everyone in the future?', 'business-directory-plugin' ); ?></p>
|
17 |
+
<p><b><?php esc_html_e( 'Why are you deleting Business Directory Plugin?', 'business-directory-plugin' ); ?></b></p>
|
18 |
+
|
19 |
+
<?php foreach ( $reasons as $r => $l ) : ?>
|
20 |
+
<div class="reason">
|
21 |
+
<label>
|
22 |
+
<input type="radio" name="uninstall[reason_id]" value="<?php echo esc_attr( (string) $r ); ?>" /> <?php echo esc_html( $l ); ?>
|
23 |
+
</label>
|
24 |
+
|
25 |
+
<?php if ( 0 == $r ) : ?>
|
26 |
+
<div class="custom-reason">
|
27 |
+
<textarea name="uninstall[reason_text]" placeholder="<?php esc_attr_e( 'Please tell us why are you deleting Business Directory Plugin.', 'business-directory-plugin' ); ?>"></textarea>
|
28 |
+
</div>
|
29 |
+
<?php endif; ?>
|
30 |
+
</div>
|
31 |
+
<?php endforeach; ?>
|
32 |
+
|
33 |
+
<p>
|
34 |
+
<input type="submit" value="<?php esc_attr_e( 'Uninstall Plugin', 'business-directory-plugin' ); ?>" class="button button-primary" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
</p>
|
36 |
</form>
|
templates/admin/uninstall-confirm.tpl.php
CHANGED
@@ -26,10 +26,10 @@
|
|
26 |
<li><?php _ex( 'Deactivate the plugin from the file system', 'uninstall', 'business-directory-plugin' ); ?></li>
|
27 |
</ul>
|
28 |
|
29 |
-
<p><?php
|
30 |
</div>
|
31 |
|
32 |
-
<a id="wpbdp-uninstall-proceed-btn" class="button"><?php
|
33 |
</div>
|
34 |
|
35 |
<div id="wpbdp-uninstall-reinstall-suggestion">
|
26 |
<li><?php _ex( 'Deactivate the plugin from the file system', 'uninstall', 'business-directory-plugin' ); ?></li>
|
27 |
</ul>
|
28 |
|
29 |
+
<p><?php esc_html_e( 'ONLY do this if you want to DELETE ALL OF YOUR DATA.', 'business-directory-plugin' ); ?></p>
|
30 |
</div>
|
31 |
|
32 |
+
<a id="wpbdp-uninstall-proceed-btn" class="button"><?php esc_html_e( 'Yes, I want to uninstall', 'business-directory-plugin' ); ?></a>
|
33 |
</div>
|
34 |
|
35 |
<div id="wpbdp-uninstall-reinstall-suggestion">
|
themes/default/assets/styles.css
CHANGED
@@ -6,6 +6,10 @@
|
|
6 |
font-weight: bold;
|
7 |
}
|
8 |
|
|
|
|
|
|
|
|
|
9 |
.wpbdp-listing .listing-title a {
|
10 |
text-decoration: none;
|
11 |
font-weight: bold;
|
6 |
font-weight: bold;
|
7 |
}
|
8 |
|
9 |
+
.wpbdp-listing .listing-title h3 {
|
10 |
+
margin-bottom: 0;
|
11 |
+
}
|
12 |
+
|
13 |
.wpbdp-listing .listing-title a {
|
14 |
text-decoration: none;
|
15 |
font-weight: bold;
|
themes/default/templates/excerpt_content.tpl.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
?>
|
9 |
|
10 |
<div class="listing-title">
|
11 |
-
|
12 |
</div>
|
13 |
|
14 |
<div class="excerpt-content wpbdp-hide-title">
|
8 |
?>
|
9 |
|
10 |
<div class="listing-title">
|
11 |
+
<h3><?php echo $fields->t_title->value; ?></h3>
|
12 |
</div>
|
13 |
|
14 |
<div class="excerpt-content wpbdp-hide-title">
|
themes/default/theme.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"name": "Default Theme",
|
3 |
"description": "A clean, basic look. This theme is always installed and cannot be removed.",
|
4 |
-
"version": "6.2.
|
5 |
"author": "Business Directory Team",
|
6 |
"author_email": "support@businessdirectoryplugin.com",
|
7 |
"author_url": "https://businessdirectoryplugin.com",
|
1 |
{
|
2 |
"name": "Default Theme",
|
3 |
"description": "A clean, basic look. This theme is always installed and cannot be removed.",
|
4 |
+
"version": "6.2.10",
|
5 |
"author": "Business Directory Team",
|
6 |
"author_email": "support@businessdirectoryplugin.com",
|
7 |
"author_url": "https://businessdirectoryplugin.com",
|