Business Directory Plugin - Version 5.7.4

Version Description

Download this release

Release Info

Developer sswells
Plugin Icon 128x128 Business Directory Plugin
Version 5.7.4
Comparing to
See all releases

Code changes from version 5.7.3 to 5.7.4

Files changed (36) hide show
  1. README.TXT +8 -9
  2. assets/css/admin.min.css +1 -1
  3. assets/css/less/admin-fees.less +3 -4
  4. business-directory-plugin.php +1 -1
  5. includes/admin/class-admin.php +40 -2
  6. includes/class-fees-api.php +14 -11
  7. includes/class-wpbdp.php +1 -1
  8. includes/fields/class-fieldtypes-url.php +5 -0
  9. includes/functions.php +1 -1
  10. includes/helpers/class-listing-owner.php +9 -25
  11. includes/licensing.php +2 -4
  12. includes/widgets/widget-search.php +0 -1
  13. languages/business-directory-plugin-ar.mo +0 -0
  14. languages/business-directory-plugin-ar.po +294 -271
  15. languages/business-directory-plugin-de_DE.mo +0 -0
  16. languages/business-directory-plugin-de_DE.po +302 -278
  17. languages/business-directory-plugin-en_US.po +175 -247
  18. languages/business-directory-plugin-es_ES.mo +0 -0
  19. languages/business-directory-plugin-es_ES.po +289 -282
  20. languages/business-directory-plugin-fr_FR.mo +0 -0
  21. languages/business-directory-plugin-fr_FR.po +304 -281
  22. languages/business-directory-plugin-it_IT.mo +0 -0
  23. languages/business-directory-plugin-it_IT.po +299 -274
  24. languages/business-directory-plugin-nl_NL.mo +0 -0
  25. languages/business-directory-plugin-nl_NL.po +203 -258
  26. languages/business-directory-plugin-pl_PL.mo +0 -0
  27. languages/business-directory-plugin-pl_PL.po +302 -297
  28. languages/business-directory-plugin-ru_RU.mo +0 -0
  29. languages/business-directory-plugin-ru_RU.po +279 -267
  30. languages/business-directory-plugin-sv_SE.mo +0 -0
  31. languages/business-directory-plugin-sv_SE.po +299 -275
  32. languages/business-directory-plugin.pot +176 -248
  33. templates/admin/fees-index.tpl.php +81 -90
  34. templates/admin/sidebar.tpl.php +11 -32
  35. templates/submit-listing-images-single.tpl.php +1 -1
  36. templates/submit-listing-images.tpl.php +22 -14
README.TXT CHANGED
@@ -4,7 +4,7 @@ Tags: business directory, listings, directory plugin, staff directory, member di
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 5.5
7
- Stable tag: 5.7.3
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.
@@ -82,7 +82,6 @@ For a detailed list of features, please visit: [BusinessDirectoryPlugin.com](htt
82
  == Premium Directory Themes ==
83
  Transform your WP directory site the easy way with a few clicks. Our business directory templates are designed not to take over as a full WordPress theme.
84
 
85
- * [Theme Pack](https://businessdirectoryplugin.com/downloads/business-directory-theme-pack/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) (best deal!)
86
  * [Elegant Grid Theme](https://businessdirectoryplugin.com/downloads/elegant-grid-theme/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
87
  * [Modern Business Theme](https://businessdirectoryplugin.com/downloads/modern-business-theme/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
88
  * [Business Card Theme](https://businessdirectoryplugin.com/downloads/business-card-theme/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
@@ -163,6 +162,13 @@ Our directory website builder software combined with our add-on modules is the m
163
 
164
  == Changelog ==
165
 
 
 
 
 
 
 
 
166
  = Version 5.7.3 =
167
  * New - Add Admin notice whenever payments are enabled but there are no public fees available.
168
  * Fix - Restore BD themes available updates count on menu title.
@@ -183,11 +189,4 @@ Our directory website builder software combined with our add-on modules is the m
183
  * Fix: Issue with translation array keys for multivalued fields options.
184
  * Fix: Issue with the quick search behavior when search keyword is empty.
185
 
186
- = Version 5.7.1 =
187
- * Fix Random Listings shortcode attributes. (#4601)
188
- * Add data-breakpoints to listing container. (#4607)
189
- * Validate variable type is string before applying using function for string-type. (#4608)
190
- * Fix User selector script. (#4614)
191
- * Add missing parameter for installer class, required for uninstall process.
192
-
193
  <a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
  Tested up to: 5.5
7
+ Stable tag: 5.7.4
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.
82
  == Premium Directory Themes ==
83
  Transform your WP directory site the easy way with a few clicks. Our business directory templates are designed not to take over as a full WordPress theme.
84
 
 
85
  * [Elegant Grid Theme](https://businessdirectoryplugin.com/downloads/elegant-grid-theme/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
86
  * [Modern Business Theme](https://businessdirectoryplugin.com/downloads/modern-business-theme/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
87
  * [Business Card Theme](https://businessdirectoryplugin.com/downloads/business-card-theme/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
162
 
163
  == Changelog ==
164
 
165
+ = Version 5.7.4 =
166
+ * Fix - Do not force fee_id when re-creating free directory default fee.
167
+ * Fix - Display modules change log on updates.
168
+ * Fix - Remove not needed parameter for Search Widget. (#4682)
169
+ * Fix - Restore Editors access to Directory menu. (#4678)
170
+ * Fix - Fix listing images selection from media library. (#4687)
171
+
172
  = Version 5.7.3 =
173
  * New - Add Admin notice whenever payments are enabled but there are no public fees available.
174
  * Fix - Restore BD themes available updates count on menu title.
189
  * Fix: Issue with translation array keys for multivalued fields options.
190
  * Fix: Issue with the quick search behavior when search keyword is empty.
191
 
 
 
 
 
 
 
 
192
  <a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
assets/css/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}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.button-primary.next-to-secondary{margin-left:30px}.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}.wpbdp-admin .sidebar .premium-modules h3 span{color:#145200;font-weight:bold}.wpbdp-admin .sidebar .premium-modules{border-color:#0EAD00;border-width:3px;background:#FFFFCF}.wpbdp-admin .premium-modules .tag{font-size:8px !important}.wpbdp-admin .premium-modules .tag.new{background:#00A000;color: #fff}.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-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:15px;display:none}.wpbdp-admin-page-fees .purchase-gateways{margin-left:20px}.wpbdp-admin-page-fees .purchase-gateways .gateway{float:left;width:35%;margin:30px 20px 0 0}.wpbdp-admin-page-fees .purchase-gateways .gateway.installed{opacity:.5}.wpbdp-admin-page-fees .purchase-gateways .gateway a img.gateway-logo{height:40px;margin:0;padding:0;border:none}.wpbdp-admin-page-fees .purchase-gateways .gateway a.price{margin-top:10px;display:block;color:green;font-size:22px;font-weight:bold}.wpbdp-admin-page-fees .purchase-gateways .gateway .check-mark{font-size:150%;font-weight:bold;color:green}#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}#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}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-admin-posted,#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}#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:#bc0b0b;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#bc0b0b;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-fee-form #fee-bgcolor-picker{position:relative}#wpbdp-fee-form #fee-bgcolor-picker input#fee-bgcolor-value{border:none;cursor:pointer}#wpbdp-fee-form #fee-bgcolor-picker .color-selection{left:5px;display:none;position:absolute;background:#fff;padding:10px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2)}#wpbdp-fee-form #fee-bgcolor-picker .color-selection-btns{margin:0 0 10px 0;font-size:12px}#wpbdp-fee-form #fee-bgcolor-picker .color-selection-btns a{text-decoration:none}#wpbdp-fee-form #fee-bgcolor-picker .color-selection-btns a.close-btn{float:right;color:#999}#wpbdp-fee-form #fee-bgcolor-picker .color-selection-btns a.reset-btn .no-color-img{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M0 99 L99 0 L100 1 L1 100' fill='#ff0000' /></svg>");background-repeat:no-repeat;background-position:center center;background-size:100% 100%,auto;background-color:#fff;width:10px;height:10px;display:inline-block;border:solid 1px #000}#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-setting-description{color:#666;font-style:italic;display:block}#wpbdp-admin-page-settings .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 input[type="text"],#wpbdp-admin-page-settings input[type="url"],#wpbdp-admin-page-settings textarea{padding:6px;width:85%}#wpbdp-admin-page-settings textarea{min-height:150px}#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;margin-top:2px;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-warning-icon,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-ok-icon{display:none;vertical-align:middle;margin:0 8px 2px 0}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-warning-icon{display:inline-block}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-warning-icon{display:none}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-ok-icon{display:inline-block}#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-key-input{width:70%}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;position:relative;border-radius:4px;padding:8px;margin:10px 12px 3px 30px;background:#fff;color:#000;box-sizing:border-box;width:calc(100% - 30px)}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg:after,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg:before{bottom:100%;left:20px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-width:8px;margin-left:-8px}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg:before{border-color:rgba(214,66,38,0);border-bottom-color:#fff}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{background-color:#27a533;color:#fff}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success:after{border-bottom-color:#27a533}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{background-color:#d84747;color:#fff}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error:after{border-bottom-color:#d84747}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg a{color:#fff;font-weight:bold}#wpbdp-admin-page-settings tr.wpbdp-setting-disabled{opacity:.7}.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-expiration-notice-email-schedule-summary{background:#ccc;font-size:85%;padding:5px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #ccc;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email.wpbdp-expiration-notice-email{border-bottom:none}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{color:#999;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;color:#fff}#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 input[type="text"],#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor input[type="text"]{width:100%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor textarea,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor textarea{width:100%;min-height:150px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholders,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholders{margin:10px 0 0 0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder{font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder .placeholder-code,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder .placeholder-code{font-family:monospace;font-weight:bold}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder .placeholder-description,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder .placeholder-description{font-style:italic}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder-separator,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder-separator{margin-top:10px}#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 .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 #ccc}#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-admin-page-settings .wpbdp-settings-type-checkbox input[type="checkbox"]{vertical-align:bottom}#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option,#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option{margin:0 0 5px 0}#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="checkbox"]{vertical-align:bottom}#wpbdp-admin-page-settings .wpbdp-settings-radio-options+.wpbdp-setting-description,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options+.wpbdp-setting-description{margin:10px 0 0 0}#wpbdp-admin-page-settings #wpbdp-settings-quick-search-fields .wpbdp-settings-multicheck-option{width:50%;display:inline-block}td.column-payment_status .status,td.column-sticky_status .status{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:90%}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 td .tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:90%;margin-right:2px;display:inline-block}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:55px}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 .tag.private{background:red}table.wp-list-table.formfields .tag.privacy{background:blue}table.wp-list-table.formfields .tag.required{background:orange}table.wp-list-table.formfields .tag.in-excerpt{background:green}table.wp-list-table.formfields .tag.in-listing{background:green}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-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-form-field-type-social-network .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1){display:inline-block;width:30%;margin-right:40%;float:right}table.wpbdp-debug-section{width:90%}table.wpbdp-debug-section tbody tr{background:#efefef}table.wpbdp-debug-section tbody tr td{padding:3px 8px}table.wpbdp-debug-section tbody tr:nth-child(2n){background:#f5f5f5}#wpbdp-admin-debug-info-page textarea.test-ssl-results{display:block;width:90%;font-family:monospace;font-size:11px;height:100px}.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:35px}.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:#d7f5ff;margin:5px 0 20px 0;border:solid 1px #bad5df;border-radius:4px}.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{text-transform:capitalize}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}.wpbdp-listing-metabox-tab dl{margin:0}.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}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #ccc;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 .wpbdp-warning-margin{float:left}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-margin .dashicons{width:30px;height:30px;font-size:30px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-content{margin-left:50px}#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-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#a00;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}.wpbdp-form-field{margin:12px 0}.wpbdp-form-field:first-child{margin-top:0}.wpbdp-form-field .wpbdp-form-field-label{margin:0 0 3px 0}.wpbdp-form-field .wpbdp-form-field-label label{display:inline-block;font-weight:bold}.wpbdp-form-field .wpbdp-form-field-label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}.wpbdp-form-field .wpbdp-form-field-description{padding-left:6px;color:#666}.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea,.wpbdp-form-field.wpbdp-form-field-type-textfield input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-select select,.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-twitter input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-facebook input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-linkedin input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-phone_number input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-date input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea{min-height:50px}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{box-sizing:border-box;float:left;width:50%}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:first-child{padding-right:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:last-child{padding-left:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col .sublabel{margin:0;display:block}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field .sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.wpbdp-form-field-type-image .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}.wpbdp-form-field.wpbdp-form-field-type-image a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network a.delete{color:#900000;margin-right:20px}.wpbdp-form-field.wpbdp-form-field-type-image input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1),.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1){display:inline-block;width:30%;margin-right:40%;float:right}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.select2-results{font-size:11px}#wpbdp-submit-listing input[type="text"],#wpbdp-submit-listing textarea{box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header{background:#ccc;text-transform:uppercase;font-weight:bold;color:#333;padding:2px 10px;font-size:12px;cursor:pointer}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator{margin:0 10px 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator.expanded{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-content{padding:10px 20px;border:solid 1px #ccc;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}#wpbdp-submit-listing .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions{margin:10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions input[type="submit"]{float:right}#wpbdp-submit-listing .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing .wpbdp-plan-selection-with-tip{margin:24px 0 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#5bc0de;color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing .wpbdp-editor-area{height:422px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:dotted 1px #efefef}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{width:60px;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{float:right;font-size:11px;text-decoration:none;color:#900000;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline;color:#ff0000}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area{float:left;width:72%;box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area.no-conditions{float:none;width:100%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666;font-size:90%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl{margin:0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl dt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#wpbdp-submit-listing textarea.wpbdp-submit-listing-tos{width:100%;min-height:100px}#wpbdp-submit-listing #change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing #wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing #wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}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}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red}span.tag.wpbdp-listing-attr-admin-posted,span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#bc0b0b;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#bc0b0b;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green}.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}.wpbdp-tag.wpbdp-listing-attr-admin-posted,span.tag.wpbdp-listing-attr-admin-posted,.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}.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:#bc0b0b;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#bc0b0b;color:#fff}.wp-list-table td .wpbdp-tag{display:inline-block}body.post-type-wpbdp_listing .wp-list-table .wpbdp-tag{font-size:10px !important;text-transform:none !important}#wpbdp-listing-form-preview{padding:25px;border:solid 1px #ccc;background:#fff}.wpbdp-user-select .select2.select2-container{max-width:84.9%}
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}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.button-primary.next-to-secondary{margin-left:30px}.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}.wpbdp-admin .sidebar .premium-modules h3 span{color:#145200;font-weight:bold}.wpbdp-admin .sidebar .premium-modules{border-color:#0EAD00;border-width:3px;background:#FFFFCF}.wpbdp-admin .premium-modules .tag{font-size:8px !important}.wpbdp-admin .premium-modules .tag.new{background:#00A000;color: #fff}.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-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:15px;display:none}.wpbdp-admin-page-fees .purchase-gateways{text-align:center}.wpbdp-admin-page-fees .purchase-gateways .gateway{float:left;width:45%;margin:30px 2% 20px 0}.wpbdp-admin-page-fees .purchase-gateways .gateway.installed{opacity:.5}.wpbdp-admin-page-fees .purchase-gateways .gateway a img.gateway-logo{height:40px;margin:0;padding:0;border:none}.wpbdp-admin-page-fees .purchase-gateways .gateway a.price{margin-top:10px;display:block;color:green;font-size:22px;font-weight:bold}.wpbdp-admin-page-fees .purchase-gateways .gateway .check-mark{font-size:150%;font-weight:bold;color:green}#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}#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}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-admin-posted,#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}#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:#bc0b0b;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#bc0b0b;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-fee-form #fee-bgcolor-picker{position:relative}#wpbdp-fee-form #fee-bgcolor-picker input#fee-bgcolor-value{border:none;cursor:pointer}#wpbdp-fee-form #fee-bgcolor-picker .color-selection{left:5px;display:none;position:absolute;background:#fff;padding:10px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2)}#wpbdp-fee-form #fee-bgcolor-picker .color-selection-btns{margin:0 0 10px 0;font-size:12px}#wpbdp-fee-form #fee-bgcolor-picker .color-selection-btns a{text-decoration:none}#wpbdp-fee-form #fee-bgcolor-picker .color-selection-btns a.close-btn{float:right;color:#999}#wpbdp-fee-form #fee-bgcolor-picker .color-selection-btns a.reset-btn .no-color-img{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M0 99 L99 0 L100 1 L1 100' fill='#ff0000' /></svg>");background-repeat:no-repeat;background-position:center center;background-size:100% 100%,auto;background-color:#fff;width:10px;height:10px;display:inline-block;border:solid 1px #000}#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-setting-description{color:#666;font-style:italic;display:block}#wpbdp-admin-page-settings .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 input[type="text"],#wpbdp-admin-page-settings input[type="url"],#wpbdp-admin-page-settings textarea{padding:6px;width:85%}#wpbdp-admin-page-settings textarea{min-height:150px}#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;margin-top:2px;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-warning-icon,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-ok-icon{display:none;vertical-align:middle;margin:0 8px 2px 0}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-warning-icon{display:inline-block}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-warning-icon{display:none}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-ok-icon{display:inline-block}#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-key-input{width:70%}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;position:relative;border-radius:4px;padding:8px;margin:10px 12px 3px 30px;background:#fff;color:#000;box-sizing:border-box;width:calc(100% - 30px)}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg:after,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg:before{bottom:100%;left:20px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-width:8px;margin-left:-8px}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg:before{border-color:rgba(214,66,38,0);border-bottom-color:#fff}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{background-color:#27a533;color:#fff}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success:after{border-bottom-color:#27a533}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{background-color:#d84747;color:#fff}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error:after{border-bottom-color:#d84747}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg a{color:#fff;font-weight:bold}#wpbdp-admin-page-settings tr.wpbdp-setting-disabled{opacity:.7}.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-expiration-notice-email-schedule-summary{background:#ccc;font-size:85%;padding:5px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #ccc;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email.wpbdp-expiration-notice-email{border-bottom:none}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{color:#999;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;color:#fff}#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 input[type="text"],#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor input[type="text"]{width:100%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor textarea,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor textarea{width:100%;min-height:150px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholders,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholders{margin:10px 0 0 0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder{font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder .placeholder-code,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder .placeholder-code{font-family:monospace;font-weight:bold}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder .placeholder-description,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder .placeholder-description{font-style:italic}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder-separator,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder-separator{margin-top:10px}#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 .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 #ccc}#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-admin-page-settings .wpbdp-settings-type-checkbox input[type="checkbox"]{vertical-align:bottom}#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option,#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option{margin:0 0 5px 0}#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="checkbox"]{vertical-align:bottom}#wpbdp-admin-page-settings .wpbdp-settings-radio-options+.wpbdp-setting-description,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options+.wpbdp-setting-description{margin:10px 0 0 0}#wpbdp-admin-page-settings #wpbdp-settings-quick-search-fields .wpbdp-settings-multicheck-option{width:50%;display:inline-block}td.column-payment_status .status,td.column-sticky_status .status{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:90%}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 td .tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:90%;margin-right:2px;display:inline-block}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:55px}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 .tag.private{background:red}table.wp-list-table.formfields .tag.privacy{background:blue}table.wp-list-table.formfields .tag.required{background:orange}table.wp-list-table.formfields .tag.in-excerpt{background:green}table.wp-list-table.formfields .tag.in-listing{background:green}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-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-form-field-type-social-network .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1){display:inline-block;width:30%;margin-right:40%;float:right}table.wpbdp-debug-section{width:90%}table.wpbdp-debug-section tbody tr{background:#efefef}table.wpbdp-debug-section tbody tr td{padding:3px 8px}table.wpbdp-debug-section tbody tr:nth-child(2n){background:#f5f5f5}#wpbdp-admin-debug-info-page textarea.test-ssl-results{display:block;width:90%;font-family:monospace;font-size:11px;height:100px}.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:35px}.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:#d7f5ff;margin:5px 0 20px 0;border:solid 1px #bad5df;border-radius:4px}.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{text-transform:capitalize}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}.wpbdp-listing-metabox-tab dl{margin:0}.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}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #ccc;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 .wpbdp-warning-margin{float:left}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-margin .dashicons{width:30px;height:30px;font-size:30px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-content{margin-left:50px}#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-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#a00;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}.wpbdp-form-field{margin:12px 0}.wpbdp-form-field:first-child{margin-top:0}.wpbdp-form-field .wpbdp-form-field-label{margin:0 0 3px 0}.wpbdp-form-field .wpbdp-form-field-label label{display:inline-block;font-weight:bold}.wpbdp-form-field .wpbdp-form-field-label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}.wpbdp-form-field .wpbdp-form-field-description{padding-left:6px;color:#666}.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea,.wpbdp-form-field.wpbdp-form-field-type-textfield input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-select select,.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-twitter input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-facebook input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-linkedin input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-phone_number input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-date input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-textarea textarea{min-height:50px}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{box-sizing:border-box;float:left;width:50%}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:first-child{padding-right:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:last-child{padding-left:10pt}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col .sublabel{margin:0;display:block}.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field .sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.wpbdp-form-field-type-image .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}.wpbdp-form-field.wpbdp-form-field-type-image a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network a.delete{color:#900000;margin-right:20px}.wpbdp-form-field.wpbdp-form-field-type-image input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%;font-size:inherit}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field.wpbdp-form-field-type-image .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1),.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .wpbdp-inner-social-field-option:nth-of-type(2n+1){display:inline-block;width:30%;margin-right:40%;float:right}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.select2-results{font-size:11px}#wpbdp-submit-listing input[type="text"],#wpbdp-submit-listing textarea{box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header{background:#ccc;text-transform:uppercase;font-weight:bold;color:#333;padding:2px 10px;font-size:12px;cursor:pointer}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator{margin:0 10px 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-header .collapse-indicator.expanded{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-content{padding:10px 20px;border:solid 1px #ccc;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}#wpbdp-submit-listing .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions{margin:10px 0}#wpbdp-submit-listing .wpbdp-submit-listing-form-actions input[type="submit"]{float:right}#wpbdp-submit-listing .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing .wpbdp-plan-selection-with-tip{margin:24px 0 0 0;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#5bc0de;color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing .wpbdp-editor-area{height:422px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:dotted 1px #efefef}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{width:60px;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%;display:block}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{float:right;font-size:11px;text-decoration:none;color:#900000;display:none}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline;color:#ff0000}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area{float:left;width:72%;box-sizing:border-box}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-dnd-area.no-conditions{float:none;width:100%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666;font-size:90%}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl{margin:0}#wpbdp-submit-listing .wpbdp-submit-listing-section-listing_images .area-and-conditions #image-upload-conditions dl dt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#wpbdp-submit-listing textarea.wpbdp-submit-listing-tos{width:100%;min-height:100px}#wpbdp-submit-listing #change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing #wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing #wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing #wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}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}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red}span.tag.wpbdp-listing-attr-admin-posted,span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#bc0b0b;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#bc0b0b;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green}.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}.wpbdp-tag.wpbdp-listing-attr-admin-posted,span.tag.wpbdp-listing-attr-admin-posted,.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}.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:#bc0b0b;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#bc0b0b;color:#fff}.wp-list-table td .wpbdp-tag{display:inline-block}body.post-type-wpbdp_listing .wp-list-table .wpbdp-tag{font-size:10px !important;text-transform:none !important}#wpbdp-listing-form-preview{padding:25px;border:solid 1px #ccc;background:#fff}.wpbdp-user-select .select2.select2-container{max-width:84.9%}
assets/css/less/admin-fees.less CHANGED
@@ -13,14 +13,13 @@
13
  }
14
 
15
  .wpbdp-admin-page-fees .purchase-gateways {
16
- margin-left: 20px;
17
  }
18
 
19
  .wpbdp-admin-page-fees .purchase-gateways .gateway {
20
  float: left;
21
- width: 35%;
22
- margin: 30px 20px 0 0;
23
- /* height: 180px;*/
24
  }
25
 
26
  .wpbdp-admin-page-fees .purchase-gateways .gateway.installed {
13
  }
14
 
15
  .wpbdp-admin-page-fees .purchase-gateways {
16
+ text-align: center;
17
  }
18
 
19
  .wpbdp-admin-page-fees .purchase-gateways .gateway {
20
  float: left;
21
+ width: 45%;
22
+ margin: 30px 2% 20px 0;
 
23
  }
24
 
25
  .wpbdp-admin-page-fees .purchase-gateways .gateway.installed {
business-directory-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
- * Version: 5.7.3
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
+ * Version: 5.7.4
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
includes/admin/class-admin.php CHANGED
@@ -350,7 +350,7 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
350
  add_menu_page(
351
  _x( 'Business Directory Admin', 'business-directory-plugin' ),
352
  _x( 'Directory', 'business-directory-plugin' ),
353
- 'administrator',
354
  $menu_id,
355
  current_user_can( 'administrator' ) ? array( &$this, 'main_menu' ) : '',
356
  WPBDP__CPT_Integration::menu_icon(),
@@ -403,6 +403,10 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
403
  array( $this, 'uninstall_plugin' )
404
  );
405
 
 
 
 
 
406
  // Handle some special menu items.
407
  foreach ( $GLOBALS['submenu'][$menu_id] as &$menu_item ) {
408
  if ( ! isset( $this->menu[ $menu_item[2] ] ) ) {
@@ -425,7 +429,12 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
425
  * @since 5.7.3
426
  */
427
  public function hide_menu() {
428
- remove_menu_page( sprintf( 'edit.php?post_type=%s', WPBDP_POST_TYPE ) );
 
 
 
 
 
429
  remove_submenu_page( 'wpbdp_admin', 'wpbdp_admin' );
430
  }
431
 
@@ -1209,6 +1218,35 @@ if ( ! class_exists( 'WPBDP_Admin' ) ) {
1209
 
1210
  echo '<script type="text/javascript">jQuery(document).ready(function(){wpbdpSelectSubnav();});</script>';
1211
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1212
  }
1213
 
1214
  function wpbdp_admin_message( $msg, $kind = '', $extra = array() ) {
350
  add_menu_page(
351
  _x( 'Business Directory Admin', 'business-directory-plugin' ),
352
  _x( 'Directory', 'business-directory-plugin' ),
353
+ 'manage_categories',
354
  $menu_id,
355
  current_user_can( 'administrator' ) ? array( &$this, 'main_menu' ) : '',
356
  WPBDP__CPT_Integration::menu_icon(),
403
  array( $this, 'uninstall_plugin' )
404
  );
405
 
406
+ if ( empty( $GLOBALS['submenu'] ) || empty( $GLOBALS['submenu'][ $menu_id ] ) ) {
407
+ return;
408
+ }
409
+
410
  // Handle some special menu items.
411
  foreach ( $GLOBALS['submenu'][$menu_id] as &$menu_item ) {
412
  if ( ! isset( $this->menu[ $menu_item[2] ] ) ) {
429
  * @since 5.7.3
430
  */
431
  public function hide_menu() {
432
+ if ( current_user_can( 'administrator' ) ) {
433
+ remove_menu_page( sprintf( 'edit.php?post_type=%s', WPBDP_POST_TYPE ) );
434
+ } else {
435
+ $this->maybe_restore_regions_submenu();
436
+ remove_menu_page( sprintf( 'wpbdp_admin' ) );
437
+ }
438
  remove_submenu_page( 'wpbdp_admin', 'wpbdp_admin' );
439
  }
440
 
1218
 
1219
  echo '<script type="text/javascript">jQuery(document).ready(function(){wpbdpSelectSubnav();});</script>';
1220
  }
1221
+
1222
+ /**
1223
+ * This function restores Manage Regions menu for Editors,
1224
+ * it won't be necessary after fixing the editors
1225
+ * issue in regions module.
1226
+ */
1227
+ private function maybe_restore_regions_submenu() {
1228
+ if ( class_exists( 'WPBDP_RegionsAdmin' ) ) {
1229
+ global $submenu;
1230
+
1231
+ $parent_file = sprintf( 'wpbdp_admin', WPBDP_POST_TYPE );
1232
+ $submenu_file = 'edit-tags.php?taxonomy=%s&amp;post_type=%s';
1233
+ $submenu_file = sprintf( $submenu_file, wpbdp_regions_taxonomy(), WPBDP_POST_TYPE );
1234
+
1235
+ $directory_regions = null;
1236
+ foreach ( wpbdp_getv( $submenu, $parent_file, array() ) as $k => $item ) {
1237
+ if ( strcmp( $item[2], $submenu_file ) === 0 ) {
1238
+ $directory_regions = $k;
1239
+ break;
1240
+ }
1241
+ }
1242
+
1243
+ if ( is_null( $directory_regions ) ) {
1244
+ return;
1245
+ }
1246
+
1247
+ array_splice( $submenu['edit.php?post_type=' . WPBDP_POST_TYPE ], count( $submenu['edit.php?post_type=' . WPBDP_POST_TYPE ] ), 0, array( $submenu[ $parent_file ][ $directory_regions ] ) );
1248
+ }
1249
+ }
1250
  }
1251
 
1252
  function wpbdp_admin_message( $msg, $kind = '', $extra = array() ) {
includes/class-fees-api.php CHANGED
@@ -55,17 +55,20 @@ class WPBDP_Fees_API {
55
 
56
  if ( 0 === $count ) {
57
  // Add free fee to the DB.
58
- $wpdb->insert( $wpdb->prefix . 'wpbdp_plans',
59
- array( 'id' => 0,
60
- 'tag' => 'free',
61
- 'label' => _x( 'Free Listing', 'fees-api', 'business-directory-plugin' ),
62
- 'amount' => 0.0,
63
- 'images' => absint( wpbdp_get_option( 'free-images' ) ),
64
- 'days' => absint( wpbdp_get_option( 'listing-duration' ) ),
65
- 'supported_categories' => 'all',
66
- 'pricing_model' => 'flat',
67
- 'sticky' => 0,
68
- 'enabled' => 1 ) );
 
 
 
69
  $fee_id = $wpdb->insert_id;
70
 
71
  // Update all "free fee" listings to use this.
55
 
56
  if ( 0 === $count ) {
57
  // Add free fee to the DB.
58
+ $wpdb->insert(
59
+ $wpdb->prefix . 'wpbdp_plans',
60
+ array(
61
+ 'tag' => 'free',
62
+ 'label' => _x( 'Free Listing', 'fees-api', 'business-directory-plugin' ),
63
+ 'amount' => 0.0,
64
+ 'images' => absint( wpbdp_get_option( 'free-images' ) ),
65
+ 'days' => absint( wpbdp_get_option( 'listing-duration' ) ),
66
+ 'supported_categories' => 'all',
67
+ 'pricing_model' => 'flat',
68
+ 'sticky' => 0,
69
+ 'enabled' => 1
70
+ )
71
+ );
72
  $fee_id = $wpdb->insert_id;
73
 
74
  // Update all "free fee" listings to use this.
includes/class-wpbdp.php CHANGED
@@ -20,7 +20,7 @@ final class WPBDP {
20
  }
21
 
22
  private function setup_constants() {
23
- define( 'WPBDP_VERSION', '5.7.3' );
24
 
25
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
26
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
20
  }
21
 
22
  private function setup_constants() {
23
+ define( 'WPBDP_VERSION', '5.7.4' );
24
 
25
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
26
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
includes/fields/class-fieldtypes-url.php CHANGED
@@ -139,6 +139,11 @@ class WPBDP_FieldTypes_URL extends WPBDP_Form_Field_Type {
139
  }
140
 
141
  public function render_field_inner( &$field, $value, $context, &$extra=null, $field_settings = array() ) {
 
 
 
 
 
142
  if ( $context == 'search' ) {
143
  global $wpbdp;
144
  return $wpbdp->formfields->get_field_type( 'textfield' )->render_field_inner( $field, $value[1], $context, $extra, $field_settings );
139
  }
140
 
141
  public function render_field_inner( &$field, $value, $context, &$extra=null, $field_settings = array() ) {
142
+ if ( empty( $value ) ) {
143
+ // Set an empty array to avoid php warnings.
144
+ $value = array( '', '' );
145
+ }
146
+
147
  if ( $context == 'search' ) {
148
  global $wpbdp;
149
  return $wpbdp->formfields->get_field_type( 'textfield' )->render_field_inner( $field, $value[1], $context, $extra, $field_settings );
includes/functions.php CHANGED
@@ -1123,7 +1123,7 @@ function wpbdp_render( $template, $vars = array(), $allow_override = true ) {
1123
  );
1124
  $template_name = is_array( $template ) ? $template[0] : $template;
1125
  $vars = apply_filters( 'wpbdp_template_vars', $vars, $template_name );
1126
- return apply_filters( "wpbdp_render_{$template_name}", wpbdp_render_page( wpbdp_locate_template( $template, $allow_override ), $vars, false ) );
1127
  }
1128
 
1129
  /**
1123
  );
1124
  $template_name = is_array( $template ) ? $template[0] : $template;
1125
  $vars = apply_filters( 'wpbdp_template_vars', $vars, $template_name );
1126
+ return apply_filters( "wpbdp_render_{$template_name}", wpbdp_render_page( wpbdp_locate_template( $template, $allow_override ), $vars, ! empty ( $vars['echo'] ) ) );
1127
  }
1128
 
1129
  /**
includes/helpers/class-listing-owner.php CHANGED
@@ -22,25 +22,6 @@ class WPBDP__Admin__Listing_Owner {
22
  add_action( 'wp_ajax_wpbdp-autocomplete-users', array( $this, 'ajax_autocomplete_users' ) );
23
  }
24
 
25
- public function default_listing_author( $setting = array() ) {
26
- $value = wpbdp_get_option( $setting['id'], $setting['default'] );
27
-
28
- $params = array(
29
- 'selected' => ! empty( $value ) ? (int) $value : 0,
30
- 'label_class' => 'screen-reader-text',
31
- 'default' => __( 'Please select a user', 'business-directory-plugin' ),
32
- 'id' => $setting['id'],
33
- 'name' => 'wpbdp_settings[' . $setting['id'] . ']',
34
- 'class' => array( 'wpbdp-user-selector' ),
35
- );
36
-
37
- $html = $this->render( $params );
38
-
39
- $html .= '<span class="wpbdp-setting-description">' . $setting['desc'] . '</span>';
40
-
41
- return $html;
42
- }
43
-
44
  public function set_listing_id( $listing_id ) {
45
  $this->listing_id = $listing_id;
46
  }
@@ -93,7 +74,7 @@ class WPBDP__Admin__Listing_Owner {
93
  );
94
 
95
  if ( $this->get_mode( $params ) === 'ajax' ) {
96
- // return '';
97
  }
98
 
99
  return $this->render( $params );
@@ -106,7 +87,7 @@ class WPBDP__Admin__Listing_Owner {
106
  $post = get_post( $this->listing_id );
107
 
108
  $params = array(
109
- 'selected' => ! empty( $post ) ? (int) $post->post_author : 0,
110
  'label' => __( 'Listing Owner', 'business-directory-plugin' ),
111
  'label_class' => 'screen-reader-text',
112
  'default' => __( 'Please select a user', 'business-directory-plugin' ),
@@ -169,7 +150,7 @@ class WPBDP__Admin__Listing_Owner {
169
 
170
  $users_count = count_users();
171
 
172
- if ( isset( $users_count['total_users'] ) && $users_count['total_users'] > 1 ) {
173
  return 'ajax';
174
  }
175
 
@@ -249,9 +230,10 @@ class WPBDP__Admin__Listing_Owner {
249
  public function ajax_autocomplete_users() {
250
  global $wpdb;
251
 
252
- $request = wp_unslash( $_REQUEST );
 
253
 
254
- if ( ! ( isset( $request['security'] ) && isset( $request['listing_id'] ) && wp_verify_nonce( $request['security'], 'ajax_autocomplete_users_' . $request['listing_id'] ) ) ) {
255
  wp_send_json(
256
  array(
257
  'status' => 'fail',
@@ -259,10 +241,12 @@ class WPBDP__Admin__Listing_Owner {
259
  );
260
  }
261
 
 
 
262
  $users = get_users(
263
  array(
264
  'fields' => array( 'ID', 'user_login' ),
265
- 'search' => ! empty( $request['term'] ) ? "*{$request['term']}*" : '',
266
  'search_columns' => array( 'user_login', 'user_nicename', 'display_name' ),
267
  'number' => 100,
268
  'orderby' => 'ID',
22
  add_action( 'wp_ajax_wpbdp-autocomplete-users', array( $this, 'ajax_autocomplete_users' ) );
23
  }
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  public function set_listing_id( $listing_id ) {
26
  $this->listing_id = $listing_id;
27
  }
74
  );
75
 
76
  if ( $this->get_mode( $params ) === 'ajax' ) {
77
+ return '';
78
  }
79
 
80
  return $this->render( $params );
87
  $post = get_post( $this->listing_id );
88
 
89
  $params = array(
90
+ 'selected' => (int) $post->post_author,
91
  'label' => __( 'Listing Owner', 'business-directory-plugin' ),
92
  'label_class' => 'screen-reader-text',
93
  'default' => __( 'Please select a user', 'business-directory-plugin' ),
150
 
151
  $users_count = count_users();
152
 
153
+ if ( isset( $users_count['total_users'] ) && $users_count['total_users'] > 100 ) {
154
  return 'ajax';
155
  }
156
 
230
  public function ajax_autocomplete_users() {
231
  global $wpdb;
232
 
233
+ $security = wpbdp_get_var( array( 'param' => 'security' ), 'request' );
234
+ $listing_id = wpbdp_get_var( array( 'param' => 'listing_id' ), 'request' );
235
 
236
+ if ( ! wp_verify_nonce( $security, 'ajax_autocomplete_users_' . $listing_id ) ) {
237
  wp_send_json(
238
  array(
239
  'status' => 'fail',
241
  );
242
  }
243
 
244
+ $search_term = wpbdp_get_var( array( 'param' => 'term' ), 'request' );
245
+
246
  $users = get_users(
247
  array(
248
  'fields' => array( 'ID', 'user_login' ),
249
+ 'search' => "*{$search_term}*",
250
  'search_columns' => array( 'user_login', 'user_nicename', 'display_name' ),
251
  'number' => 100,
252
  'orderby' => 'ID',
includes/licensing.php CHANGED
@@ -894,13 +894,11 @@ class WPBDP_Licensing {
894
  return $data;
895
  }
896
 
897
- $matches = wp_list_filter( $this->items, array( 'file' => $args->slug ) );
898
- if ( ! $matches ) {
899
  return $data;
900
  }
901
 
902
- $item = array_pop( $matches );
903
-
904
  $http_args = array(
905
  'timeout' => 15,
906
  'sslverify' => false,
894
  return $data;
895
  }
896
 
897
+ $item = isset( $this->items[ $args->slug ] ) ? $this->items[ $args->slug ] : false;
898
+ if ( ! $item ) {
899
  return $data;
900
  }
901
 
 
 
902
  $http_args = array(
903
  'timeout' => 15,
904
  'sslverify' => false,
includes/widgets/widget-search.php CHANGED
@@ -100,7 +100,6 @@ class WPBDP_SearchWidget extends WP_Widget {
100
  }
101
  }
102
 
103
- echo '<input id="wpbdp-keyword-field" type="hidden" name="kw" value="" />';
104
  } else {
105
  echo '<input id="wpbdp-keyword-field" type="text" name="kw" value="" />';
106
  }
100
  }
101
  }
102
 
 
103
  } else {
104
  echo '<input id="wpbdp-keyword-field" type="text" name="kw" value="" />';
105
  }
languages/business-directory-plugin-ar.mo CHANGED
Binary file
languages/business-directory-plugin-ar.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2020-09-09 13:07:48+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"
@@ -34,7 +34,7 @@ msgstr "الإعلان منتهي التاريخ"
34
 
35
  #: includes/admin/class-admin-listings.php:225
36
  #: includes/admin/class-listing-owner.php:91
37
- #: includes/helpers/class-listing-owner.php:110
38
  #, fuzzy
39
  msgid "Listing Owner"
40
  msgstr "الإعلان منتهي التاريخ"
@@ -90,9 +90,8 @@ msgstr "Poster annonce(paiement initial)"
90
 
91
  #: includes/admin/class-listing-owner.php:66
92
  #: includes/admin/class-listing-owner.php:93
93
- #: includes/helpers/class-listing-owner.php:31
94
- #: includes/helpers/class-listing-owner.php:85
95
- #: includes/helpers/class-listing-owner.php:112
96
  #, fuzzy
97
  msgid "Please select a user"
98
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
@@ -481,7 +480,8 @@ msgstr "العنوان"
481
  msgid "ZIP Code"
482
  msgstr "الرمز البريدي"
483
 
484
- #: includes/functions.php:554
 
485
  msgid "Free"
486
  msgstr "مجاني"
487
 
@@ -565,15 +565,123 @@ msgstr ""
565
  "المعلومات التالية يمكن أن تساعد مطورين \"دليل الأعمال\" لتصحيح المشاكل "
566
  "المحتملة مع الإعدادات الخاص بك."
567
 
568
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
 
 
569
  #, fuzzy
570
  msgid ""
571
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
572
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
573
  msgstr ""
574
  "لإدارة الرسوم أنت بحاجة للذهاب إلى صفحة <a>إدارة الخيارات - الدفع</a> وحدد "
575
  "المربع بجوار 'تشغيل الدفعات' تحت 'إعدادات الدفع'."
576
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
577
  #: templates/admin/home.tpl.php:54
578
  #, fuzzy
579
  msgid "Manage Options"
@@ -632,59 +740,59 @@ msgstr "إعادة تعيين الوضع الافتراضي"
632
 
633
  #: templates/admin/sidebar.tpl.php:3
634
  #, fuzzy
 
 
 
 
 
635
  msgid "PayPal Payments"
636
  msgstr "الدفعة الأولية"
637
 
638
- #: templates/admin/sidebar.tpl.php:4
639
  #, fuzzy
640
  msgid "Google Maps"
641
  msgstr "وحدة خرائط جوجل"
642
 
643
- #: templates/admin/sidebar.tpl.php:5
644
  #, fuzzy
645
  msgid "Regions"
646
  msgstr "وحدة المناطق"
647
 
648
- #: templates/admin/sidebar.tpl.php:6
649
  #, fuzzy
650
  msgid "ZIP Code Search"
651
  msgstr "وحدة البحث عن الرمز البريدي"
652
 
653
- #: templates/admin/sidebar.tpl.php:7
654
  #, fuzzy
655
  msgid "Ratings"
656
  msgstr "حقول التقييم"
657
 
658
- #: templates/admin/sidebar.tpl.php:8
659
  #, fuzzy
660
  msgid "Stripe Payments"
661
  msgstr "الدفع"
662
 
663
- #: templates/admin/sidebar.tpl.php:9
664
  #, fuzzy
665
  msgid "Featured Levels"
666
  msgstr "وحدة المستويات المميزة"
667
 
668
- #: templates/admin/sidebar.tpl.php:10
669
  #, fuzzy
670
  msgid "Claim Listings"
671
  msgstr "المطالبة بوحدة الإعلانات"
672
 
673
- #: templates/admin/sidebar.tpl.php:11
674
  #, fuzzy
675
  msgid "File Upload"
676
  msgstr "وحدة رفع الملفات"
677
 
678
- #: templates/admin/sidebar.tpl.php:12
679
  #, fuzzy
680
  msgid "Discount Codes"
681
  msgstr "كود خصم الوحدة"
682
 
683
- #: templates/admin/sidebar.tpl.php:13
684
- #, fuzzy
685
- msgid "PayFast Payments"
686
- msgstr "وحدة الدفع بايفاست (PayFast)"
687
-
688
  #: templates/admin/sidebar.tpl.php:17
689
  #, fuzzy
690
  msgid "Modern Business Theme"
@@ -720,11 +828,20 @@ msgstr "قالب Elegant Business"
720
  msgid "Like this plugin?"
721
  msgstr "هل أحببت هذه الإضافة؟"
722
 
723
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
724
  #, fuzzy
725
  msgid "new"
726
  msgstr "جديد"
727
 
 
 
 
 
 
728
  #: templates/admin/themes-install.tpl.php:21
729
  #, fuzzy
730
  msgid "Business Directory Theme archive (ZIP file)"
@@ -735,6 +852,16 @@ msgstr "أرشيف قالب دليل الأعمال (ملف مضغوط)"
735
  msgid "← Return to Directory"
736
  msgstr "العودة إلى الدليل."
737
 
 
 
 
 
 
 
 
 
 
 
738
  #. Author URI of the plugin/theme
739
  #, fuzzy
740
  msgid "https://businessdirectoryplugin.com"
@@ -1395,17 +1522,17 @@ msgctxt "admin"
1395
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1396
  msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
1397
 
1398
- #: includes/admin/class-admin.php:461
1399
  msgctxt "admin"
1400
  msgid "Untitled Menu"
1401
  msgstr ""
1402
 
1403
- #: includes/admin/class-admin.php:786
1404
  msgctxt "admin"
1405
  msgid "Dismiss this notice."
1406
  msgstr "إخفاء هذا التنبيه."
1407
 
1408
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1409
  #, fuzzy
1410
  msgctxt "admin"
1411
  msgid "The listing has been updated."
@@ -1417,12 +1544,12 @@ msgstr[3] "تمت ترقية الإعلانات."
1417
  msgstr[4] "تمت ترقية الإعلانات."
1418
  msgstr[5] "تمت ترقية الإعلانات."
1419
 
1420
- #: includes/admin/class-admin.php:861
1421
  msgctxt "admin"
1422
  msgid "The fee was successfully assigned."
1423
  msgstr "تم تعيين الرسوم بنجاح."
1424
 
1425
- #: includes/admin/class-admin.php:871
1426
  msgctxt "admin"
1427
  msgid "Listing was renewed."
1428
  msgid_plural "Listings were renewed."
@@ -1433,19 +1560,19 @@ msgstr[3] "تم تجديد الإعلانات."
1433
  msgstr[4] "تم تجديد الإعلانات."
1434
  msgstr[5] "تم تجديد الإعلانات."
1435
 
1436
- #: includes/admin/class-admin.php:883
1437
  msgctxt "admin"
1438
  msgid "Renewal email sent."
1439
  msgstr "تم إرسال بريد التجديد."
1440
 
1441
- #: includes/admin/class-admin.php:887
1442
  msgctxt "admin"
1443
  msgid ""
1444
  "Could not send renewal email, notice template at listing expiration not "
1445
  "found."
1446
  msgstr ""
1447
 
1448
- #: includes/admin/class-admin.php:894
1449
  #, fuzzy
1450
  msgctxt "admin"
1451
  msgid "Listing report deleted."
@@ -1457,23 +1584,23 @@ msgstr[3] "إنتهاء صلاحية الإعلان"
1457
  msgstr[4] "إنتهاء صلاحية الإعلان"
1458
  msgstr[5] "إنتهاء صلاحية الإعلان"
1459
 
1460
- #: includes/admin/class-admin.php:942
1461
  #, fuzzy
1462
  msgctxt "admin"
1463
  msgid "Access keys sent."
1464
  msgstr "مفتاح الوصول"
1465
 
1466
- #: includes/admin/class-admin.php:944
1467
  msgctxt "admin"
1468
  msgid "The access keys couldn't be sent."
1469
  msgstr ""
1470
 
1471
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1472
  msgctxt "admin"
1473
  msgid "Listing Count"
1474
  msgstr "عدد الإعلانات"
1475
 
1476
- #: includes/admin/class-admin.php:1089
1477
  msgctxt "admin"
1478
  msgid ""
1479
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -1482,7 +1609,7 @@ msgstr ""
1482
  "<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
1483
  "<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
1484
 
1485
- #: includes/admin/class-admin.php:1091
1486
  msgctxt "admin"
1487
  msgid ""
1488
  "You can create this page by yourself or let Business Directory do this for "
@@ -1491,12 +1618,12 @@ msgstr ""
1491
  "يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
1492
  "تلقائياً."
1493
 
1494
- #: includes/admin/class-admin.php:1096
1495
  msgctxt "admin"
1496
  msgid "Create required pages for me"
1497
  msgstr "إنشاء الصفحات المطلوب نيابة عني"
1498
 
1499
- #: includes/admin/class-admin.php:1130
1500
  msgctxt "admin"
1501
  msgid ""
1502
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1504,7 +1631,7 @@ msgid ""
1504
  "your provider to upgrade in order to prevent any issues with the plugin."
1505
  msgstr ""
1506
 
1507
- #: includes/admin/class-admin.php:1154
1508
  msgctxt "admin"
1509
  msgid ""
1510
  "We noticed you want your Business Directory users to register before posting "
@@ -1922,7 +2049,7 @@ msgctxt "admin menu"
1922
  msgid "Settings"
1923
  msgstr "إعدادات"
1924
 
1925
- #: includes/admin/class-admin.php:1014
1926
  msgctxt "admin category id"
1927
  msgid "ID"
1928
  msgstr "المعرف"
@@ -2823,89 +2950,6 @@ msgctxt "fees admin"
2823
  msgid "Save Changes"
2824
  msgstr "حفظ التعديلات"
2825
 
2826
- #: templates/admin/fees-index.tpl.php:6
2827
- msgctxt "fees admin"
2828
- msgid "Add New Listing Fee"
2829
- msgstr "إضافة رسم إعلان جديد"
2830
-
2831
- #: templates/admin/fees-index.tpl.php:14
2832
- msgctxt "fees admin"
2833
- msgid "Payments are currently turned off."
2834
- msgstr "نظام الدفع متوقف حاليا."
2835
-
2836
- #: templates/admin/fees-index.tpl.php:27
2837
- msgctxt "fees admin"
2838
- msgid "Order fees on the frontend by:"
2839
- msgstr "رسوم الترتيب على الواجهة بواسطة:"
2840
-
2841
- #: templates/admin/fees-index.tpl.php:37
2842
- msgctxt "fees admin"
2843
- msgid "↑ Ascending"
2844
- msgstr "↑ تصاعدي"
2845
-
2846
- #: templates/admin/fees-index.tpl.php:38
2847
- msgctxt "fees admin"
2848
- msgid "↓ Descending"
2849
- msgstr "↓ تنازلي"
2850
-
2851
- #: templates/admin/fees-index.tpl.php:46
2852
- msgctxt "fees admin"
2853
- msgid "Drag and drop to re-order fees."
2854
- msgstr "سحب وإسقاط لإعادة ترتيب الرسوم."
2855
-
2856
- #: templates/admin/fees-index.tpl.php:66
2857
- msgctxt "fees admin"
2858
- msgid ""
2859
- "These are all of the fee plans displayed to the user when they place a "
2860
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2861
- "the <a>Not Available</a> filter will become active when you change the "
2862
- "payment mode."
2863
- msgstr ""
2864
- "هذه جميع خطط الرسوم المعروضة للعضو عندما يضع إعلانا. الوضع الحالي الخاص بك "
2865
- "هو \"%s\" يحصر ما تراه هنا. بالنسبة لتلك التي في عامل التصفية <a>غير متوفرة</"
2866
- "a> سوف تصبح مفعلة عندما تقوم بتغيير وضع الدفع."
2867
-
2868
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2869
- #: templates/admin/fees-index.tpl.php:118
2870
- msgctxt "fees admin"
2871
- msgid "Paid"
2872
- msgstr "تم الدفع"
2873
-
2874
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2875
- #: templates/admin/fees-index.tpl.php:118
2876
- msgctxt "fees admin"
2877
- msgid "Free"
2878
- msgstr "مجاني"
2879
-
2880
- #: templates/admin/fees-index.tpl.php:81
2881
- msgctxt "fees admin"
2882
- msgid ""
2883
- "These are all of the fee plans that aren't available because you're in \"%s"
2884
- "\" mode. Those on the Active filter will become Not Available when you "
2885
- "change the payment mode."
2886
- msgstr ""
2887
- "هذه كلها من خطط الرسوم التي لم تكن متوفرة لأنك في وضع \"%s\". تلك المتعلقة "
2888
- "بالتصفية المفعلة سوف تصبح \"غير متوفرة\" عندما تقوم بتغيير وضع الدفع."
2889
-
2890
- #: templates/admin/fees-index.tpl.php:94
2891
- msgctxt "fees admin"
2892
- msgid ""
2893
- "These fee plans were disabled by the admin and will not show to the end user "
2894
- "regardless of mode until you enable them."
2895
- msgstr ""
2896
- "خطط الرسوم هذه كانت معطلة من قبل الإدارة ولن تظهر للعضو بغض النظر عن الوضع "
2897
- "حتى تقوم بفعيلها."
2898
-
2899
- #: templates/admin/fees-index.tpl.php:112
2900
- msgctxt "fees admin"
2901
- msgid ""
2902
- "These are all of the fee plans you have configured. Not all of them are "
2903
- "available for the current mode (currently set to \"%s\"). To see the fee "
2904
- "plans for this mode click <a>Active</a>."
2905
- msgstr ""
2906
- "هذه كلها من خطط الرسوم التي قمت بإعدادها. ليست كلها متاحة للوضع الحالي "
2907
- "(حاليا الوضع في \"%s\"). لمشاهدة خطط الرسوم لهذا الوضع إضغط <a>مفعل</a>."
2908
-
2909
  #: includes/admin/form-fields.php:22
2910
  msgctxt "form-fields admin"
2911
  msgid "form field"
@@ -6375,7 +6419,7 @@ msgid ""
6375
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6376
  msgstr ""
6377
 
6378
- #: includes/class-fees-api.php:61
6379
  msgctxt "fees-api"
6380
  msgid "Free Listing"
6381
  msgstr "إعلان مجاني"
@@ -7031,7 +7075,7 @@ msgid "Social Site (Other)"
7031
  msgstr "الموقع الاجتماعي (التعامل مع التغريدات)"
7032
 
7033
  #: includes/fields/class-fieldtypes-social.php:95
7034
- #: includes/fields/class-fieldtypes-url.php:152
7035
  msgctxt "form-fields api"
7036
  msgid "URL:"
7037
  msgstr "رابط URL:"
@@ -7078,7 +7122,7 @@ msgctxt "form-fields api"
7078
  msgid "URL Field"
7079
  msgstr "حقل الرابط"
7080
 
7081
- #: includes/fields/class-fieldtypes-url.php:164
7082
  msgctxt "form-fields api"
7083
  msgid "Link Text (optional):"
7084
  msgstr "رابط نصي (اختياري):"
@@ -7778,16 +7822,6 @@ msgctxt "templates"
7778
  msgid "Image height:"
7779
  msgstr "ارتفاع الصورة:"
7780
 
7781
- #: templates/submit-listing-images.tpl.php:5
7782
- msgctxt "templates"
7783
- msgid "Current Images"
7784
- msgstr "الصور الحالية"
7785
-
7786
- #: templates/submit-listing-images.tpl.php:8
7787
- msgctxt "templates"
7788
- msgid "There are no images currently attached to your listing."
7789
- msgstr "لا توجد أي صور مرفقة حاليا إلى إعلانك."
7790
-
7791
  #: includes/gateways/class-gateway-authorize-net.php:20
7792
  #, fuzzy
7793
  msgctxt "authorize-net"
@@ -9070,7 +9104,7 @@ msgctxt "widgets"
9070
  msgid "Display the following fields in the form."
9071
  msgstr "عرض الحقول التالية في النموذج."
9072
 
9073
- #: includes/widgets/widget-search.php:108
9074
  msgctxt "widgets"
9075
  msgid "Search"
9076
  msgstr "بحث"
@@ -9086,134 +9120,6 @@ msgctxt "admin forms"
9086
  msgid "required"
9087
  msgstr "مطلوب"
9088
 
9089
- #: templates/admin/fees-index.tpl.php:132
9090
- msgctxt "admin sidebar"
9091
- msgid "PayPal Gateway Module"
9092
- msgstr "وحدة البوابة باي بال (PayPal)"
9093
-
9094
- #: templates/admin/fees-index.tpl.php:133
9095
- msgctxt "admin sidebar"
9096
- msgid "2Checkout Gateway Module"
9097
- msgstr "وحدة البوابة توتشيك أوت (2Checkout)"
9098
-
9099
- #: templates/admin/fees-index.tpl.php:134
9100
- msgctxt "admin sidebar"
9101
- msgid "PayFast Payment Module"
9102
- msgstr "وحدة الدفع بايفاست (PayFast)"
9103
-
9104
- #: templates/admin/fees-index.tpl.php:135
9105
- msgctxt "admin sidebar"
9106
- msgid "Stripe Payment Module"
9107
- msgstr "وحدة الدفع سترايب (Stripe)"
9108
-
9109
- #: templates/admin/sidebar.tpl.php:40
9110
- msgctxt "admin sidebar"
9111
- msgid "Get a Premium Module"
9112
- msgstr "الحصول على وحدة ممتازة (Premium) "
9113
-
9114
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
9115
- msgctxt "admin sidebar"
9116
- msgid "best deal"
9117
- msgstr "أفضل صفقة"
9118
-
9119
- #: templates/admin/sidebar.tpl.php:43
9120
- msgctxt "admin sidebar"
9121
- msgid "Combo Pack"
9122
- msgstr "حزمة Combo"
9123
-
9124
- #: templates/admin/sidebar.tpl.php:43
9125
- msgctxt "admin sidebar"
9126
- msgid "(All Modules)"
9127
- msgstr "(جميع الوحدات)"
9128
-
9129
- #: templates/admin/sidebar.tpl.php:59
9130
- msgctxt "admin sidebar"
9131
- msgid "Get a Directory Theme"
9132
- msgstr "أحصل على قالب الدليل"
9133
-
9134
- #: templates/admin/sidebar.tpl.php:62
9135
- msgctxt "admin sidebar"
9136
- msgid "Theme Pack"
9137
- msgstr "حزمة القوالب"
9138
-
9139
- #: templates/admin/sidebar.tpl.php:62
9140
- msgctxt "admin sidebar"
9141
- msgid "(All Themes)"
9142
- msgstr "(جميع القوالب)"
9143
-
9144
- #: templates/admin/sidebar.tpl.php:78
9145
- msgctxt "admin sidebar"
9146
- msgid "Found a bug? Need support?"
9147
- msgstr "العثور على خطأ؟ تحتاج إلى دعم؟"
9148
-
9149
- #: templates/admin/sidebar.tpl.php:85
9150
- #, fuzzy
9151
- msgctxt "admin sidebar"
9152
- msgid "If you've found a bug or need support <a>let us know!</a>"
9153
- msgstr "إذا كنت قد وجدت خطأ أو بحاجة إلى دعم <a>قم بزيارة المنتديات!</a>"
9154
-
9155
- #: templates/admin/sidebar.tpl.php:90
9156
- msgctxt "admin sidebar"
9157
- msgid "Full plugin documentation"
9158
- msgstr "الوثائق الكاملة المساعدة للإضافة"
9159
-
9160
- #: templates/admin/sidebar.tpl.php:91
9161
- msgctxt "admin sidebar"
9162
- msgid "Quick Start Guide"
9163
- msgstr "دليل بدء التشغيل السريع"
9164
-
9165
- #: templates/admin/sidebar.tpl.php:92
9166
- msgctxt "admin sidebar"
9167
- msgid "Video Tutorials"
9168
- msgstr "دروس الفيديو التعليمية"
9169
-
9170
- #: templates/admin/sidebar.tpl.php:100
9171
- msgctxt "admin sidebar"
9172
- msgid "Installed Modules"
9173
- msgstr "الوحدات المثبتة"
9174
-
9175
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
9176
- msgctxt "admin sidebar"
9177
- msgid "Installed"
9178
- msgstr "تم التنصيب"
9179
-
9180
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
9181
- msgctxt "admin sidebar"
9182
- msgid "Not Installed"
9183
- msgstr "غير منصب"
9184
-
9185
- #: templates/admin/sidebar.tpl.php:119
9186
- msgctxt "admin sidebar"
9187
- msgid "Enhanced Categories Module"
9188
- msgstr "وحدة التصنيفات المحسنة"
9189
-
9190
- #: templates/admin/fees-index.tpl.php:147
9191
- msgctxt "admin templates"
9192
- msgid ""
9193
- "It does not appear you have any of the payment gateway modules enabled. "
9194
- "Either <a>enable the default Authorize.net gateway</a> with your account "
9195
- "info, or purchase a different payment gateway module in order to charge a "
9196
- "fee for listings. To purchase additional payment gateways use the buttons "
9197
- "below or visit %s."
9198
- msgstr ""
9199
- "لا يظهر لديك أي من وحدات بوابات الدفع مفعلة. إما <a>فعل بوابة Authorize.net "
9200
- "الافتراضية</a> مع معلومات الحساب الخاص بك، أو قم بشراء وحدة بوابة دفع مختلفة "
9201
- "من أجل فرض رسوم على إضافة الإعلانات. لشراء بوابة دفع إضافية استخدام الأزرار "
9202
- "الموجودة أدناه، أو قم بزيارة %s."
9203
-
9204
- #: templates/admin/fees-index.tpl.php:166
9205
- msgctxt "admin templates"
9206
- msgid "Already installed."
9207
- msgstr "مُركب مسبقا"
9208
-
9209
- #: templates/admin/fees-index.tpl.php:173
9210
- #, fuzzy
9211
- msgctxt "admin templates"
9212
- msgid ""
9213
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
9214
- "users."
9215
- msgstr "يمكنك شراء <a>%s</a> لإضافة <a>%s</a> كخيار دفع للأعضاء."
9216
-
9217
  #: templates/admin/home.tpl.php:12
9218
  msgctxt "admin home"
9219
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -9471,6 +9377,37 @@ msgctxt "settings email"
9471
  msgid "Save Changes"
9472
  msgstr "حفظ التعديلات"
9473
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9474
  #: templates/admin/themes-delete-confirm.tpl.php:1
9475
  #: templates/admin/themes-delete-confirm.tpl.php:13
9476
  msgctxt "themes admin"
@@ -9898,6 +9835,98 @@ msgctxt "themes/default"
9898
  msgid "Address"
9899
  msgstr "العنوان"
9900
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9901
  #~ msgctxt "debug-info"
9902
  #~ msgid "BD Info"
9903
  #~ msgstr "معلومات دليل الأعمال"
@@ -10103,9 +10132,6 @@ msgstr "العنوان"
10103
  #~ msgid "You don't have permission to access this page."
10104
  #~ msgstr "لا تملك الصلاحية لتثبيت تحديثات الإضافة"
10105
 
10106
- #~ msgid "Paid"
10107
- #~ msgstr "تم الدفع"
10108
-
10109
  #~ msgid "Pending Upgrade"
10110
  #~ msgstr " في انتظار الترقية"
10111
 
@@ -11265,9 +11291,6 @@ msgstr "العنوان"
11265
  #~ msgid "Mark as"
11266
  #~ msgstr "إجعلها"
11267
 
11268
- #~ msgid "Upgrade to %s"
11269
- #~ msgstr "ترقية إلى %s"
11270
-
11271
  #~ msgid "Downgrade to %s"
11272
  #~ msgstr "الرجوع إلى %s"
11273
 
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2020-09-25 21:07:19+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"
34
 
35
  #: includes/admin/class-admin-listings.php:225
36
  #: includes/admin/class-listing-owner.php:91
37
+ #: includes/helpers/class-listing-owner.php:91
38
  #, fuzzy
39
  msgid "Listing Owner"
40
  msgstr "الإعلان منتهي التاريخ"
90
 
91
  #: includes/admin/class-listing-owner.php:66
92
  #: includes/admin/class-listing-owner.php:93
93
+ #: includes/helpers/class-listing-owner.php:66
94
+ #: includes/helpers/class-listing-owner.php:93
 
95
  #, fuzzy
96
  msgid "Please select a user"
97
  msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
480
  msgid "ZIP Code"
481
  msgstr "الرمز البريدي"
482
 
483
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
484
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
485
  msgid "Free"
486
  msgstr "مجاني"
487
 
565
  "المعلومات التالية يمكن أن تساعد مطورين \"دليل الأعمال\" لتصحيح المشاكل "
566
  "المحتملة مع الإعدادات الخاص بك."
567
 
568
+ #: templates/admin/fees-index.tpl.php:7
569
+ #, fuzzy
570
+ msgid "Add New Listing Fee"
571
+ msgstr "إضافة رسم إعلان جديد"
572
+
573
+ #: templates/admin/fees-index.tpl.php:16
574
+ #, fuzzy
575
+ msgid "Payments are currently turned off."
576
+ msgstr "نظام الدفع متوقف حاليا."
577
+
578
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
579
+ #: templates/admin/fees-index.tpl.php:20
580
  #, fuzzy
581
  msgid ""
582
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
583
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
584
  msgstr ""
585
  "لإدارة الرسوم أنت بحاجة للذهاب إلى صفحة <a>إدارة الخيارات - الدفع</a> وحدد "
586
  "المربع بجوار 'تشغيل الدفعات' تحت 'إعدادات الدفع'."
587
 
588
+ #: templates/admin/fees-index.tpl.php:34
589
+ #, fuzzy
590
+ msgid "Order fees on the frontend by:"
591
+ msgstr "رسوم الترتيب على الواجهة بواسطة:"
592
+
593
+ #: templates/admin/fees-index.tpl.php:44
594
+ #, fuzzy
595
+ msgid "↑ Ascending"
596
+ msgstr "↑ تصاعدي"
597
+
598
+ #: templates/admin/fees-index.tpl.php:45
599
+ #, fuzzy
600
+ msgid "↓ Descending"
601
+ msgstr "↓ تنازلي"
602
+
603
+ #: templates/admin/fees-index.tpl.php:53
604
+ #, fuzzy
605
+ msgid "Drag and drop to re-order fees."
606
+ msgstr "سحب وإسقاط لإعادة ترتيب الرسوم."
607
+
608
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
609
+ #. opening <a> tag, %3$s is a closing </a> tag.
610
+ #: templates/admin/fees-index.tpl.php:71
611
+ #, fuzzy
612
+ msgid ""
613
+ "These are all of the fee plans displayed to the user when they place a "
614
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
615
+ "the %2$sNot Available%3$s filter will become active when you change the "
616
+ "payment mode."
617
+ msgstr ""
618
+ "هذه جميع خطط الرسوم المعروضة للعضو عندما يضع إعلانا. الوضع الحالي الخاص بك "
619
+ "هو \"%s\" يحصر ما تراه هنا. بالنسبة لتلك التي في عامل التصفية <a>غير متوفرة</"
620
+ "a> سوف تصبح مفعلة عندما تقوم بتغيير وضع الدفع."
621
+
622
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
623
+ #: templates/admin/fees-index.tpl.php:106
624
+ msgid "Paid"
625
+ msgstr "تم الدفع"
626
+
627
+ #. translators: %s is directory payment mode (Free or Paid)
628
+ #: templates/admin/fees-index.tpl.php:84
629
+ #, fuzzy
630
+ msgid ""
631
+ "These are all of the fee plans that aren't available because you're in \"%s"
632
+ "\" mode. Those on the Active filter will become Not Available when you "
633
+ "change the payment mode."
634
+ msgstr ""
635
+ "هذه كلها من خطط الرسوم التي لم تكن متوفرة لأنك في وضع \"%s\". تلك المتعلقة "
636
+ "بالتصفية المفعلة سوف تصبح \"غير متوفرة\" عندما تقوم بتغيير وضع الدفع."
637
+
638
+ #: templates/admin/fees-index.tpl.php:93
639
+ #, fuzzy
640
+ msgid ""
641
+ "These fee plans were disabled by the admin and will not show to the end user "
642
+ "regardless of mode until you enable them."
643
+ msgstr ""
644
+ "خطط الرسوم هذه كانت معطلة من قبل الإدارة ولن تظهر للعضو بغض النظر عن الوضع "
645
+ "حتى تقوم بفعيلها."
646
+
647
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
648
+ #. opening <a> tag, %3$s is a closing </a> tag.
649
+ #: templates/admin/fees-index.tpl.php:105
650
+ #, fuzzy
651
+ msgid ""
652
+ "These are all of the fee plans you have configured. Not all of them are "
653
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
654
+ "plans for this mode click %2$sActive%3$s."
655
+ msgstr ""
656
+ "هذه كلها من خطط الرسوم التي قمت بإعدادها. ليست كلها متاحة للوضع الحالي "
657
+ "(حاليا الوضع في \"%s\"). لمشاهدة خطط الرسوم لهذا الوضع إضغط <a>مفعل</a>."
658
+
659
+ #: templates/admin/fees-index.tpl.php:135
660
+ msgid "Set up a payment gateway to charge a fee for listings"
661
+ msgstr ""
662
+
663
+ #: templates/admin/fees-index.tpl.php:137
664
+ msgid "Add a payment gateway to increase conversion rates"
665
+ msgstr ""
666
+
667
+ #. translators: %s: payment gateway name */
668
+ #: templates/admin/fees-index.tpl.php:155
669
+ msgid "Add the %s gateway as a payment option."
670
+ msgstr ""
671
+
672
+ #: templates/admin/fees-index.tpl.php:161
673
+ #, fuzzy
674
+ msgid "Upgrade"
675
+ msgstr "ترقية إلى %s"
676
+
677
+ #: templates/admin/fees-index.tpl.php:169
678
+ msgid "Set up Authorize.net as a payment option."
679
+ msgstr ""
680
+
681
+ #: templates/admin/fees-index.tpl.php:172
682
+ msgid "Set Up"
683
+ msgstr ""
684
+
685
  #: templates/admin/home.tpl.php:54
686
  #, fuzzy
687
  msgid "Manage Options"
740
 
741
  #: templates/admin/sidebar.tpl.php:3
742
  #, fuzzy
743
+ msgid "Category Images"
744
+ msgstr "التصنيفات"
745
+
746
+ #: templates/admin/sidebar.tpl.php:4
747
+ #, fuzzy
748
  msgid "PayPal Payments"
749
  msgstr "الدفعة الأولية"
750
 
751
+ #: templates/admin/sidebar.tpl.php:5
752
  #, fuzzy
753
  msgid "Google Maps"
754
  msgstr "وحدة خرائط جوجل"
755
 
756
+ #: templates/admin/sidebar.tpl.php:6
757
  #, fuzzy
758
  msgid "Regions"
759
  msgstr "وحدة المناطق"
760
 
761
+ #: templates/admin/sidebar.tpl.php:7
762
  #, fuzzy
763
  msgid "ZIP Code Search"
764
  msgstr "وحدة البحث عن الرمز البريدي"
765
 
766
+ #: templates/admin/sidebar.tpl.php:8
767
  #, fuzzy
768
  msgid "Ratings"
769
  msgstr "حقول التقييم"
770
 
771
+ #: templates/admin/sidebar.tpl.php:9
772
  #, fuzzy
773
  msgid "Stripe Payments"
774
  msgstr "الدفع"
775
 
776
+ #: templates/admin/sidebar.tpl.php:10
777
  #, fuzzy
778
  msgid "Featured Levels"
779
  msgstr "وحدة المستويات المميزة"
780
 
781
+ #: templates/admin/sidebar.tpl.php:11
782
  #, fuzzy
783
  msgid "Claim Listings"
784
  msgstr "المطالبة بوحدة الإعلانات"
785
 
786
+ #: templates/admin/sidebar.tpl.php:12
787
  #, fuzzy
788
  msgid "File Upload"
789
  msgstr "وحدة رفع الملفات"
790
 
791
+ #: templates/admin/sidebar.tpl.php:13
792
  #, fuzzy
793
  msgid "Discount Codes"
794
  msgstr "كود خصم الوحدة"
795
 
 
 
 
 
 
796
  #: templates/admin/sidebar.tpl.php:17
797
  #, fuzzy
798
  msgid "Modern Business Theme"
828
  msgid "Like this plugin?"
829
  msgstr "هل أحببت هذه الإضافة؟"
830
 
831
+ #: templates/admin/sidebar.tpl.php:40
832
+ msgid "Make better directories"
833
+ msgstr ""
834
+
835
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
836
  #, fuzzy
837
  msgid "new"
838
  msgstr "جديد"
839
 
840
+ #: templates/admin/sidebar.tpl.php:59
841
+ #, fuzzy
842
+ msgid "Upgrade Now"
843
+ msgstr "ترقية إلى %s"
844
+
845
  #: templates/admin/themes-install.tpl.php:21
846
  #, fuzzy
847
  msgid "Business Directory Theme archive (ZIP file)"
852
  msgid "← Return to Directory"
853
  msgstr "العودة إلى الدليل."
854
 
855
+ #: templates/submit-listing-images.tpl.php:5
856
+ #, fuzzy
857
+ msgid "Current Images"
858
+ msgstr "الصور الحالية"
859
+
860
+ #: templates/submit-listing-images.tpl.php:8
861
+ #, fuzzy
862
+ msgid "There are no images currently attached to your listing."
863
+ msgstr "لا توجد أي صور مرفقة حاليا إلى إعلانك."
864
+
865
  #. Author URI of the plugin/theme
866
  #, fuzzy
867
  msgid "https://businessdirectoryplugin.com"
1522
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1523
  msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
1524
 
1525
+ #: includes/admin/class-admin.php:470
1526
  msgctxt "admin"
1527
  msgid "Untitled Menu"
1528
  msgstr ""
1529
 
1530
+ #: includes/admin/class-admin.php:795
1531
  msgctxt "admin"
1532
  msgid "Dismiss this notice."
1533
  msgstr "إخفاء هذا التنبيه."
1534
 
1535
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1536
  #, fuzzy
1537
  msgctxt "admin"
1538
  msgid "The listing has been updated."
1544
  msgstr[4] "تمت ترقية الإعلانات."
1545
  msgstr[5] "تمت ترقية الإعلانات."
1546
 
1547
+ #: includes/admin/class-admin.php:870
1548
  msgctxt "admin"
1549
  msgid "The fee was successfully assigned."
1550
  msgstr "تم تعيين الرسوم بنجاح."
1551
 
1552
+ #: includes/admin/class-admin.php:880
1553
  msgctxt "admin"
1554
  msgid "Listing was renewed."
1555
  msgid_plural "Listings were renewed."
1560
  msgstr[4] "تم تجديد الإعلانات."
1561
  msgstr[5] "تم تجديد الإعلانات."
1562
 
1563
+ #: includes/admin/class-admin.php:892
1564
  msgctxt "admin"
1565
  msgid "Renewal email sent."
1566
  msgstr "تم إرسال بريد التجديد."
1567
 
1568
+ #: includes/admin/class-admin.php:896
1569
  msgctxt "admin"
1570
  msgid ""
1571
  "Could not send renewal email, notice template at listing expiration not "
1572
  "found."
1573
  msgstr ""
1574
 
1575
+ #: includes/admin/class-admin.php:903
1576
  #, fuzzy
1577
  msgctxt "admin"
1578
  msgid "Listing report deleted."
1584
  msgstr[4] "إنتهاء صلاحية الإعلان"
1585
  msgstr[5] "إنتهاء صلاحية الإعلان"
1586
 
1587
+ #: includes/admin/class-admin.php:951
1588
  #, fuzzy
1589
  msgctxt "admin"
1590
  msgid "Access keys sent."
1591
  msgstr "مفتاح الوصول"
1592
 
1593
+ #: includes/admin/class-admin.php:953
1594
  msgctxt "admin"
1595
  msgid "The access keys couldn't be sent."
1596
  msgstr ""
1597
 
1598
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1599
  msgctxt "admin"
1600
  msgid "Listing Count"
1601
  msgstr "عدد الإعلانات"
1602
 
1603
+ #: includes/admin/class-admin.php:1098
1604
  msgctxt "admin"
1605
  msgid ""
1606
  "<b>Business Directory Plugin</b> requires a page with the "
1609
  "<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
1610
  "<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
1611
 
1612
+ #: includes/admin/class-admin.php:1100
1613
  msgctxt "admin"
1614
  msgid ""
1615
  "You can create this page by yourself or let Business Directory do this for "
1618
  "يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
1619
  "تلقائياً."
1620
 
1621
+ #: includes/admin/class-admin.php:1105
1622
  msgctxt "admin"
1623
  msgid "Create required pages for me"
1624
  msgstr "إنشاء الصفحات المطلوب نيابة عني"
1625
 
1626
+ #: includes/admin/class-admin.php:1139
1627
  msgctxt "admin"
1628
  msgid ""
1629
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1631
  "your provider to upgrade in order to prevent any issues with the plugin."
1632
  msgstr ""
1633
 
1634
+ #: includes/admin/class-admin.php:1163
1635
  msgctxt "admin"
1636
  msgid ""
1637
  "We noticed you want your Business Directory users to register before posting "
2049
  msgid "Settings"
2050
  msgstr "إعدادات"
2051
 
2052
+ #: includes/admin/class-admin.php:1023
2053
  msgctxt "admin category id"
2054
  msgid "ID"
2055
  msgstr "المعرف"
2950
  msgid "Save Changes"
2951
  msgstr "حفظ التعديلات"
2952
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2953
  #: includes/admin/form-fields.php:22
2954
  msgctxt "form-fields admin"
2955
  msgid "form field"
6419
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6420
  msgstr ""
6421
 
6422
+ #: includes/class-fees-api.php:62
6423
  msgctxt "fees-api"
6424
  msgid "Free Listing"
6425
  msgstr "إعلان مجاني"
7075
  msgstr "الموقع الاجتماعي (التعامل مع التغريدات)"
7076
 
7077
  #: includes/fields/class-fieldtypes-social.php:95
7078
+ #: includes/fields/class-fieldtypes-url.php:157
7079
  msgctxt "form-fields api"
7080
  msgid "URL:"
7081
  msgstr "رابط URL:"
7122
  msgid "URL Field"
7123
  msgstr "حقل الرابط"
7124
 
7125
+ #: includes/fields/class-fieldtypes-url.php:169
7126
  msgctxt "form-fields api"
7127
  msgid "Link Text (optional):"
7128
  msgstr "رابط نصي (اختياري):"
7822
  msgid "Image height:"
7823
  msgstr "ارتفاع الصورة:"
7824
 
 
 
 
 
 
 
 
 
 
 
7825
  #: includes/gateways/class-gateway-authorize-net.php:20
7826
  #, fuzzy
7827
  msgctxt "authorize-net"
9104
  msgid "Display the following fields in the form."
9105
  msgstr "عرض الحقول التالية في النموذج."
9106
 
9107
+ #: includes/widgets/widget-search.php:107
9108
  msgctxt "widgets"
9109
  msgid "Search"
9110
  msgstr "بحث"
9120
  msgid "required"
9121
  msgstr "مطلوب"
9122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9123
  #: templates/admin/home.tpl.php:12
9124
  msgctxt "admin home"
9125
  msgid "Welcome to Business Directory Plugin. You are using %s."
9377
  msgid "Save Changes"
9378
  msgstr "حفظ التعديلات"
9379
 
9380
+ #: templates/admin/sidebar.tpl.php:66
9381
+ msgctxt "admin sidebar"
9382
+ msgid "Get a Directory Theme"
9383
+ msgstr "أحصل على قالب الدليل"
9384
+
9385
+ #: templates/admin/sidebar.tpl.php:84
9386
+ msgctxt "admin sidebar"
9387
+ msgid "Found a bug? Need support?"
9388
+ msgstr "العثور على خطأ؟ تحتاج إلى دعم؟"
9389
+
9390
+ #: templates/admin/sidebar.tpl.php:91
9391
+ #, fuzzy
9392
+ msgctxt "admin sidebar"
9393
+ msgid "If you've found a bug or need support <a>let us know!</a>"
9394
+ msgstr "إذا كنت قد وجدت خطأ أو بحاجة إلى دعم <a>قم بزيارة المنتديات!</a>"
9395
+
9396
+ #: templates/admin/sidebar.tpl.php:96
9397
+ msgctxt "admin sidebar"
9398
+ msgid "Full plugin documentation"
9399
+ msgstr "الوثائق الكاملة المساعدة للإضافة"
9400
+
9401
+ #: templates/admin/sidebar.tpl.php:97
9402
+ msgctxt "admin sidebar"
9403
+ msgid "Quick Start Guide"
9404
+ msgstr "دليل بدء التشغيل السريع"
9405
+
9406
+ #: templates/admin/sidebar.tpl.php:98
9407
+ msgctxt "admin sidebar"
9408
+ msgid "Video Tutorials"
9409
+ msgstr "دروس الفيديو التعليمية"
9410
+
9411
  #: templates/admin/themes-delete-confirm.tpl.php:1
9412
  #: templates/admin/themes-delete-confirm.tpl.php:13
9413
  msgctxt "themes admin"
9835
  msgid "Address"
9836
  msgstr "العنوان"
9837
 
9838
+ #, fuzzy
9839
+ #~ msgid "PayFast Payments"
9840
+ #~ msgstr "وحدة الدفع بايفاست (PayFast)"
9841
+
9842
+ #~ msgctxt "fees admin"
9843
+ #~ msgid "Paid"
9844
+ #~ msgstr "تم الدفع"
9845
+
9846
+ #~ msgctxt "fees admin"
9847
+ #~ msgid "Free"
9848
+ #~ msgstr "مجاني"
9849
+
9850
+ #~ msgctxt "admin sidebar"
9851
+ #~ msgid "PayPal Gateway Module"
9852
+ #~ msgstr "وحدة البوابة باي بال (PayPal)"
9853
+
9854
+ #~ msgctxt "admin sidebar"
9855
+ #~ msgid "2Checkout Gateway Module"
9856
+ #~ msgstr "وحدة البوابة توتشيك أوت (2Checkout)"
9857
+
9858
+ #~ msgctxt "admin sidebar"
9859
+ #~ msgid "PayFast Payment Module"
9860
+ #~ msgstr "وحدة الدفع بايفاست (PayFast)"
9861
+
9862
+ #~ msgctxt "admin sidebar"
9863
+ #~ msgid "Stripe Payment Module"
9864
+ #~ msgstr "وحدة الدفع سترايب (Stripe)"
9865
+
9866
+ #~ msgctxt "admin sidebar"
9867
+ #~ msgid "Get a Premium Module"
9868
+ #~ msgstr "الحصول على وحدة ممتازة (Premium) "
9869
+
9870
+ #~ msgctxt "admin sidebar"
9871
+ #~ msgid "best deal"
9872
+ #~ msgstr "أفضل صفقة"
9873
+
9874
+ #~ msgctxt "admin sidebar"
9875
+ #~ msgid "Combo Pack"
9876
+ #~ msgstr "حزمة Combo"
9877
+
9878
+ #~ msgctxt "admin sidebar"
9879
+ #~ msgid "(All Modules)"
9880
+ #~ msgstr "(جميع الوحدات)"
9881
+
9882
+ #~ msgctxt "admin sidebar"
9883
+ #~ msgid "Theme Pack"
9884
+ #~ msgstr "حزمة القوالب"
9885
+
9886
+ #~ msgctxt "admin sidebar"
9887
+ #~ msgid "(All Themes)"
9888
+ #~ msgstr "(جميع القوالب)"
9889
+
9890
+ #~ msgctxt "admin sidebar"
9891
+ #~ msgid "Installed Modules"
9892
+ #~ msgstr "الوحدات المثبتة"
9893
+
9894
+ #~ msgctxt "admin sidebar"
9895
+ #~ msgid "Installed"
9896
+ #~ msgstr "تم التنصيب"
9897
+
9898
+ #~ msgctxt "admin sidebar"
9899
+ #~ msgid "Not Installed"
9900
+ #~ msgstr "غير منصب"
9901
+
9902
+ #~ msgctxt "admin sidebar"
9903
+ #~ msgid "Enhanced Categories Module"
9904
+ #~ msgstr "وحدة التصنيفات المحسنة"
9905
+
9906
+ #~ msgctxt "admin templates"
9907
+ #~ msgid ""
9908
+ #~ "It does not appear you have any of the payment gateway modules enabled. "
9909
+ #~ "Either <a>enable the default Authorize.net gateway</a> with your account "
9910
+ #~ "info, or purchase a different payment gateway module in order to charge a "
9911
+ #~ "fee for listings. To purchase additional payment gateways use the buttons "
9912
+ #~ "below or visit %s."
9913
+ #~ msgstr ""
9914
+ #~ "لا يظهر لديك أي من وحدات بوابات الدفع مفعلة. إما <a>فعل بوابة Authorize."
9915
+ #~ "net الافتراضية</a> مع معلومات الحساب الخاص بك، أو قم بشراء وحدة بوابة دفع "
9916
+ #~ "مختلفة من أجل فرض رسوم على إضافة الإعلانات. لشراء بوابة دفع إضافية "
9917
+ #~ "استخدام الأزرار الموجودة أدناه، أو قم بزيارة %s."
9918
+
9919
+ #~ msgctxt "admin templates"
9920
+ #~ msgid "Already installed."
9921
+ #~ msgstr "مُركب مسبقا"
9922
+
9923
+ #, fuzzy
9924
+ #~ msgctxt "admin templates"
9925
+ #~ msgid ""
9926
+ #~ "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for "
9927
+ #~ "your users."
9928
+ #~ msgstr "يمكنك شراء <a>%s</a> لإضافة <a>%s</a> كخيار دفع للأعضاء."
9929
+
9930
  #~ msgctxt "debug-info"
9931
  #~ msgid "BD Info"
9932
  #~ msgstr "معلومات دليل الأعمال"
10132
  #~ msgid "You don't have permission to access this page."
10133
  #~ msgstr "لا تملك الصلاحية لتثبيت تحديثات الإضافة"
10134
 
 
 
 
10135
  #~ msgid "Pending Upgrade"
10136
  #~ msgstr " في انتظار الترقية"
10137
 
11291
  #~ msgid "Mark as"
11292
  #~ msgstr "إجعلها"
11293
 
 
 
 
11294
  #~ msgid "Downgrade to %s"
11295
  #~ msgstr "الرجوع إلى %s"
11296
 
languages/business-directory-plugin-de_DE.mo CHANGED
Binary file
languages/business-directory-plugin-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2020-09-09 13:07:48+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."
@@ -33,7 +33,7 @@ msgstr "Ein Eintrag läuft aus."
33
 
34
  #: includes/admin/class-admin-listings.php:225
35
  #: includes/admin/class-listing-owner.php:91
36
- #: includes/helpers/class-listing-owner.php:110
37
  #, fuzzy
38
  msgid "Listing Owner"
39
  msgstr "Ein Eintrag läuft aus."
@@ -90,9 +90,8 @@ msgstr "Eintrag zusenden (Initialbezahlung)"
90
 
91
  #: includes/admin/class-listing-owner.php:66
92
  #: includes/admin/class-listing-owner.php:93
93
- #: includes/helpers/class-listing-owner.php:31
94
- #: includes/helpers/class-listing-owner.php:85
95
- #: includes/helpers/class-listing-owner.php:112
96
  #, fuzzy
97
  msgid "Please select a user"
98
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
@@ -453,7 +452,8 @@ msgstr "Adresse"
453
  msgid "ZIP Code"
454
  msgstr "Postleitzahl"
455
 
456
- #: includes/functions.php:554
 
457
  msgid "Free"
458
  msgstr "Kostenlos"
459
 
@@ -537,15 +537,127 @@ msgstr ""
537
  "Die folgenden Informationen können helfen Branchenverzeichnisentwicklern "
538
  "mögliche Probleme während der Installation zu lösen."
539
 
540
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
 
 
541
  #, fuzzy
542
  msgid ""
543
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
544
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
545
  msgstr ""
546
  "Um Preise zu verwalten gehe zu <a>Optionen verwalten - Bezahlungen</a> und "
547
  "aktiviere die Box 'Bezahlungen aktivieren' unter 'Bezahlungen Einstellungen'"
548
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  #: templates/admin/home.tpl.php:54
550
  #, fuzzy
551
  msgid "Manage Options"
@@ -605,59 +717,59 @@ msgstr "Standards zurücksetzen"
605
 
606
  #: templates/admin/sidebar.tpl.php:3
607
  #, fuzzy
 
 
 
 
 
608
  msgid "PayPal Payments"
609
  msgstr "Initialbezahlung"
610
 
611
- #: templates/admin/sidebar.tpl.php:4
612
  #, fuzzy
613
  msgid "Google Maps"
614
  msgstr "Google Maps Module"
615
 
616
- #: templates/admin/sidebar.tpl.php:5
617
  #, fuzzy
618
  msgid "Regions"
619
  msgstr "Regions Module"
620
 
621
- #: templates/admin/sidebar.tpl.php:6
622
  #, fuzzy
623
  msgid "ZIP Code Search"
624
  msgstr "ZIP Code Search Module"
625
 
626
- #: templates/admin/sidebar.tpl.php:7
627
  #, fuzzy
628
  msgid "Ratings"
629
  msgstr "Bewertungsfeld"
630
 
631
- #: templates/admin/sidebar.tpl.php:8
632
  #, fuzzy
633
  msgid "Stripe Payments"
634
  msgstr "Bezahlung"
635
 
636
- #: templates/admin/sidebar.tpl.php:9
637
  #, fuzzy
638
  msgid "Featured Levels"
639
  msgstr "Featured Levels Module"
640
 
641
- #: templates/admin/sidebar.tpl.php:10
642
  #, fuzzy
643
  msgid "Claim Listings"
644
  msgstr "Claim Listings Module"
645
 
646
- #: templates/admin/sidebar.tpl.php:11
647
  #, fuzzy
648
  msgid "File Upload"
649
  msgstr "File Upload Module"
650
 
651
- #: templates/admin/sidebar.tpl.php:12
652
  #, fuzzy
653
  msgid "Discount Codes"
654
  msgstr "Regions Module"
655
 
656
- #: templates/admin/sidebar.tpl.php:13
657
- #, fuzzy
658
- msgid "PayFast Payments"
659
- msgstr "PayFast Payment Module"
660
-
661
  #: templates/admin/sidebar.tpl.php:17
662
  #, fuzzy
663
  msgid "Modern Business Theme"
@@ -693,11 +805,20 @@ msgstr "Elegant Business Theme"
693
  msgid "Like this plugin?"
694
  msgstr "Mögen Sie diese Erweiterung?"
695
 
696
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
697
  #, fuzzy
698
  msgid "new"
699
  msgstr "neu"
700
 
 
 
 
 
 
701
  #: templates/admin/themes-install.tpl.php:21
702
  #, fuzzy
703
  msgid "Business Directory Theme archive (ZIP file)"
@@ -707,6 +828,16 @@ msgstr "BD Theme Archiv (ZIP Datei)"
707
  msgid "← Return to Directory"
708
  msgstr "← Zurück zum Verzeichnis"
709
 
 
 
 
 
 
 
 
 
 
 
710
  #. Author URI of the plugin/theme
711
  #, fuzzy
712
  msgid "https://businessdirectoryplugin.com"
@@ -1384,17 +1515,17 @@ msgstr ""
1384
  "Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
1385
  "a>."
1386
 
1387
- #: includes/admin/class-admin.php:461
1388
  msgctxt "admin"
1389
  msgid "Untitled Menu"
1390
  msgstr ""
1391
 
1392
- #: includes/admin/class-admin.php:786
1393
  msgctxt "admin"
1394
  msgid "Dismiss this notice."
1395
  msgstr "Diese Nachricht ignorieren."
1396
 
1397
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1398
  #, fuzzy
1399
  msgctxt "admin"
1400
  msgid "The listing has been updated."
@@ -1402,31 +1533,31 @@ msgid_plural "The listings have been updated."
1402
  msgstr[0] "Der Eintrag wurde aktualisiert"
1403
  msgstr[1] "Die Einträge wurden aktualisiert."
1404
 
1405
- #: includes/admin/class-admin.php:861
1406
  msgctxt "admin"
1407
  msgid "The fee was successfully assigned."
1408
  msgstr "Der Preis wurde erfolgreich zugewiesen."
1409
 
1410
- #: includes/admin/class-admin.php:871
1411
  msgctxt "admin"
1412
  msgid "Listing was renewed."
1413
  msgid_plural "Listings were renewed."
1414
  msgstr[0] "Eintrag wurde aktualisiert."
1415
  msgstr[1] "Einträge wurden aktualisiert."
1416
 
1417
- #: includes/admin/class-admin.php:883
1418
  msgctxt "admin"
1419
  msgid "Renewal email sent."
1420
  msgstr "E-mail erneut senden."
1421
 
1422
- #: includes/admin/class-admin.php:887
1423
  msgctxt "admin"
1424
  msgid ""
1425
  "Could not send renewal email, notice template at listing expiration not "
1426
  "found."
1427
  msgstr ""
1428
 
1429
- #: includes/admin/class-admin.php:894
1430
  #, fuzzy
1431
  msgctxt "admin"
1432
  msgid "Listing report deleted."
@@ -1434,23 +1565,23 @@ msgid_plural "Listing reports deleted."
1434
  msgstr[0] "Eintrag Enddatum"
1435
  msgstr[1] "Eintrag Enddatum"
1436
 
1437
- #: includes/admin/class-admin.php:942
1438
  #, fuzzy
1439
  msgctxt "admin"
1440
  msgid "Access keys sent."
1441
  msgstr "Eintrag Felder / Bilder"
1442
 
1443
- #: includes/admin/class-admin.php:944
1444
  msgctxt "admin"
1445
  msgid "The access keys couldn't be sent."
1446
  msgstr ""
1447
 
1448
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1449
  msgctxt "admin"
1450
  msgid "Listing Count"
1451
  msgstr "Anzahl Einträge"
1452
 
1453
- #: includes/admin/class-admin.php:1089
1454
  msgctxt "admin"
1455
  msgid ""
1456
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -1459,7 +1590,7 @@ msgstr ""
1459
  "<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
1460
  "<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
1461
 
1462
- #: includes/admin/class-admin.php:1091
1463
  msgctxt "admin"
1464
  msgid ""
1465
  "You can create this page by yourself or let Business Directory do this for "
@@ -1468,12 +1599,12 @@ msgstr ""
1468
  "Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
1469
  "automatisch erstellen lassen."
1470
 
1471
- #: includes/admin/class-admin.php:1096
1472
  msgctxt "admin"
1473
  msgid "Create required pages for me"
1474
  msgstr "Erstelle benötigte Seiten für mich"
1475
 
1476
- #: includes/admin/class-admin.php:1130
1477
  msgctxt "admin"
1478
  msgid ""
1479
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1481,7 +1612,7 @@ msgid ""
1481
  "your provider to upgrade in order to prevent any issues with the plugin."
1482
  msgstr ""
1483
 
1484
- #: includes/admin/class-admin.php:1154
1485
  msgctxt "admin"
1486
  msgid ""
1487
  "We noticed you want your Business Directory users to register before posting "
@@ -1905,7 +2036,7 @@ msgctxt "admin menu"
1905
  msgid "Settings"
1906
  msgstr "Einstellungen"
1907
 
1908
- #: includes/admin/class-admin.php:1014
1909
  msgctxt "admin category id"
1910
  msgid "ID"
1911
  msgstr "ID"
@@ -2825,93 +2956,6 @@ msgctxt "fees admin"
2825
  msgid "Save Changes"
2826
  msgstr "Änderungen sichern"
2827
 
2828
- #: templates/admin/fees-index.tpl.php:6
2829
- msgctxt "fees admin"
2830
- msgid "Add New Listing Fee"
2831
- msgstr "Neues Preispaket erstellen"
2832
-
2833
- #: templates/admin/fees-index.tpl.php:14
2834
- msgctxt "fees admin"
2835
- msgid "Payments are currently turned off."
2836
- msgstr "Bezahlungen sind derzeit nicht aktiviert."
2837
-
2838
- #: templates/admin/fees-index.tpl.php:27
2839
- msgctxt "fees admin"
2840
- msgid "Order fees on the frontend by:"
2841
- msgstr "Preise auf der Webseite sortieren nach:"
2842
-
2843
- #: templates/admin/fees-index.tpl.php:37
2844
- msgctxt "fees admin"
2845
- msgid "↑ Ascending"
2846
- msgstr "↑ Aufsteigend"
2847
-
2848
- #: templates/admin/fees-index.tpl.php:38
2849
- msgctxt "fees admin"
2850
- msgid "↓ Descending"
2851
- msgstr "↓ Absteigend"
2852
-
2853
- #: templates/admin/fees-index.tpl.php:46
2854
- msgctxt "fees admin"
2855
- msgid "Drag and drop to re-order fees."
2856
- msgstr "Ziehen um Preise wiederholt zu beauftragen."
2857
-
2858
- #: templates/admin/fees-index.tpl.php:66
2859
- msgctxt "fees admin"
2860
- msgid ""
2861
- "These are all of the fee plans displayed to the user when they place a "
2862
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2863
- "the <a>Not Available</a> filter will become active when you change the "
2864
- "payment mode."
2865
- msgstr ""
2866
- "Dies sind alle kostenlose Gebührenpläne, die dem Benutzer angezeigt werden, "
2867
- "wenn dieser einen Eintrag erstellt. Ihr aktueller Modus von \"%s\" "
2868
- "beschränkt, was Sie hier sehen. Die auf dem <a>Nicht verfügbar</a> Filter "
2869
- "werden aktiv, wenn Sie den Zahlungsmodus ändern."
2870
-
2871
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2872
- #: templates/admin/fees-index.tpl.php:118
2873
- msgctxt "fees admin"
2874
- msgid "Paid"
2875
- msgstr "Bezahlt"
2876
-
2877
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2878
- #: templates/admin/fees-index.tpl.php:118
2879
- msgctxt "fees admin"
2880
- msgid "Free"
2881
- msgstr "Kostenlos"
2882
-
2883
- #: templates/admin/fees-index.tpl.php:81
2884
- msgctxt "fees admin"
2885
- msgid ""
2886
- "These are all of the fee plans that aren't available because you're in \"%s"
2887
- "\" mode. Those on the Active filter will become Not Available when you "
2888
- "change the payment mode."
2889
- msgstr ""
2890
- "Dies sind alle Gebührenpläne, die nicht verfügbar sind, weil Sie im Modus "
2891
- "\"%s\" sind. Diejenigen, die auf dem aktivem Filter sind, werden nicht mehr "
2892
- "verfügbar sein, wenn Sie den Zahlungsmodus ändern."
2893
-
2894
- #: templates/admin/fees-index.tpl.php:94
2895
- msgctxt "fees admin"
2896
- msgid ""
2897
- "These fee plans were disabled by the admin and will not show to the end user "
2898
- "regardless of mode until you enable them."
2899
- msgstr ""
2900
- "Diese Gebührenpläne wurden durch den Administrator deaktiviert und werden "
2901
- "dem Endbenutzer nicht angezeigt. Dies ist unabhängig vom Modus angezeigt, "
2902
- "bis diese aktiviert werden."
2903
-
2904
- #: templates/admin/fees-index.tpl.php:112
2905
- msgctxt "fees admin"
2906
- msgid ""
2907
- "These are all of the fee plans you have configured. Not all of them are "
2908
- "available for the current mode (currently set to \"%s\"). To see the fee "
2909
- "plans for this mode click <a>Active</a>."
2910
- msgstr ""
2911
- "Dies sind alle kostenlose Tarife, die Sie konfiguriert haben. Nicht alle "
2912
- "sind für den aktuellen Modus verfügbar (aktuell auf \"%s\" eingestellt). Um "
2913
- "die Tarife für diesen Modus zu sehen, klicken Sie bitte auf <a>Aktiv</a>."
2914
-
2915
  #: includes/admin/form-fields.php:22
2916
  msgctxt "form-fields admin"
2917
  msgid "form field"
@@ -6333,7 +6377,7 @@ msgid ""
6333
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6334
  msgstr ""
6335
 
6336
- #: includes/class-fees-api.php:61
6337
  msgctxt "fees-api"
6338
  msgid "Free Listing"
6339
  msgstr "Kostenloser Eintrag"
@@ -6984,7 +7028,7 @@ msgid "Social Site (Other)"
6984
  msgstr "Soziale Seite (Twitter)"
6985
 
6986
  #: includes/fields/class-fieldtypes-social.php:95
6987
- #: includes/fields/class-fieldtypes-url.php:152
6988
  msgctxt "form-fields api"
6989
  msgid "URL:"
6990
  msgstr "URL:"
@@ -7031,7 +7075,7 @@ msgctxt "form-fields api"
7031
  msgid "URL Field"
7032
  msgstr "URL Feld"
7033
 
7034
- #: includes/fields/class-fieldtypes-url.php:164
7035
  msgctxt "form-fields api"
7036
  msgid "Link Text (optional):"
7037
  msgstr "Link Text (optional):"
@@ -7735,16 +7779,6 @@ msgctxt "templates"
7735
  msgid "Image height:"
7736
  msgstr "Bilderhöhe (in px):"
7737
 
7738
- #: templates/submit-listing-images.tpl.php:5
7739
- msgctxt "templates"
7740
- msgid "Current Images"
7741
- msgstr "Aktuelle Bilder"
7742
-
7743
- #: templates/submit-listing-images.tpl.php:8
7744
- msgctxt "templates"
7745
- msgid "There are no images currently attached to your listing."
7746
- msgstr "Im Moment sind keine Bilder dem Eintrag angehängt."
7747
-
7748
  #: includes/gateways/class-gateway-authorize-net.php:20
7749
  #, fuzzy
7750
  msgctxt "authorize-net"
@@ -9043,7 +9077,7 @@ msgctxt "widgets"
9043
  msgid "Display the following fields in the form."
9044
  msgstr "Diese Felder in der Form anzeigen."
9045
 
9046
- #: includes/widgets/widget-search.php:108
9047
  msgctxt "widgets"
9048
  msgid "Search"
9049
  msgstr "Suche"
@@ -9059,137 +9093,6 @@ msgctxt "admin forms"
9059
  msgid "required"
9060
  msgstr "Pflichtfeld"
9061
 
9062
- #: templates/admin/fees-index.tpl.php:132
9063
- msgctxt "admin sidebar"
9064
- msgid "PayPal Gateway Module"
9065
- msgstr "PayPal Gateway Module"
9066
-
9067
- #: templates/admin/fees-index.tpl.php:133
9068
- msgctxt "admin sidebar"
9069
- msgid "2Checkout Gateway Module"
9070
- msgstr "2Checkout Gateway Module"
9071
-
9072
- #: templates/admin/fees-index.tpl.php:134
9073
- msgctxt "admin sidebar"
9074
- msgid "PayFast Payment Module"
9075
- msgstr "PayFast Payment Module"
9076
-
9077
- #: templates/admin/fees-index.tpl.php:135
9078
- msgctxt "admin sidebar"
9079
- msgid "Stripe Payment Module"
9080
- msgstr "Stripe Payment Module"
9081
-
9082
- #: templates/admin/sidebar.tpl.php:40
9083
- msgctxt "admin sidebar"
9084
- msgid "Get a Premium Module"
9085
- msgstr "Bekomme ein Premium Modul"
9086
-
9087
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
9088
- msgctxt "admin sidebar"
9089
- msgid "best deal"
9090
- msgstr "Bester Deal"
9091
-
9092
- #: templates/admin/sidebar.tpl.php:43
9093
- msgctxt "admin sidebar"
9094
- msgid "Combo Pack"
9095
- msgstr "Combo Pack"
9096
-
9097
- #: templates/admin/sidebar.tpl.php:43
9098
- msgctxt "admin sidebar"
9099
- msgid "(All Modules)"
9100
- msgstr "Installierte Module"
9101
-
9102
- #: templates/admin/sidebar.tpl.php:59
9103
- msgctxt "admin sidebar"
9104
- msgid "Get a Directory Theme"
9105
- msgstr "Verzeichnis Theme holen"
9106
-
9107
- #: templates/admin/sidebar.tpl.php:62
9108
- msgctxt "admin sidebar"
9109
- msgid "Theme Pack"
9110
- msgstr "Theme Pack"
9111
-
9112
- #: templates/admin/sidebar.tpl.php:62
9113
- msgctxt "admin sidebar"
9114
- msgid "(All Themes)"
9115
- msgstr "verfügbare Bilder:"
9116
-
9117
- #: templates/admin/sidebar.tpl.php:78
9118
- msgctxt "admin sidebar"
9119
- msgid "Found a bug? Need support?"
9120
- msgstr "Fehler gefunden? Brauchst du Unterstützung?"
9121
-
9122
- #: templates/admin/sidebar.tpl.php:85
9123
- #, fuzzy
9124
- msgctxt "admin sidebar"
9125
- msgid "If you've found a bug or need support <a>let us know!</a>"
9126
- msgstr ""
9127
- "Wenn du einen Fehler gefunden hast oder Hilfe brauchst <a>schaue ins Forum!</"
9128
- "a>"
9129
-
9130
- #: templates/admin/sidebar.tpl.php:90
9131
- msgctxt "admin sidebar"
9132
- msgid "Full plugin documentation"
9133
- msgstr "Vollständige Moduldokumentation"
9134
-
9135
- #: templates/admin/sidebar.tpl.php:91
9136
- msgctxt "admin sidebar"
9137
- msgid "Quick Start Guide"
9138
- msgstr "Schnellstart Anleitung"
9139
-
9140
- #: templates/admin/sidebar.tpl.php:92
9141
- msgctxt "admin sidebar"
9142
- msgid "Video Tutorials"
9143
- msgstr "Video Anleitungen"
9144
-
9145
- #: templates/admin/sidebar.tpl.php:100
9146
- msgctxt "admin sidebar"
9147
- msgid "Installed Modules"
9148
- msgstr "Installierte Module"
9149
-
9150
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
9151
- msgctxt "admin sidebar"
9152
- msgid "Installed"
9153
- msgstr "Installiert"
9154
-
9155
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
9156
- msgctxt "admin sidebar"
9157
- msgid "Not Installed"
9158
- msgstr "Nicht installiert "
9159
-
9160
- #: templates/admin/sidebar.tpl.php:119
9161
- msgctxt "admin sidebar"
9162
- msgid "Enhanced Categories Module"
9163
- msgstr "Enhanced Categories Modul"
9164
-
9165
- #: templates/admin/fees-index.tpl.php:147
9166
- msgctxt "admin templates"
9167
- msgid ""
9168
- "It does not appear you have any of the payment gateway modules enabled. "
9169
- "Either <a>enable the default Authorize.net gateway</a> with your account "
9170
- "info, or purchase a different payment gateway module in order to charge a "
9171
- "fee for listings. To purchase additional payment gateways use the buttons "
9172
- "below or visit %s."
9173
- msgstr ""
9174
- "Erscheint nicht so als hättest du ein Bezahlungsmodul installiert. Beschaffe "
9175
- "dir ein Bezahlungsmodul um Preise für Einträge zu erzeugen. Um ein "
9176
- "Bezahlungsmodul auszuwählen klicke die Schaltflächen unten oder besuche"
9177
-
9178
- #: templates/admin/fees-index.tpl.php:166
9179
- msgctxt "admin templates"
9180
- msgid "Already installed."
9181
- msgstr "Bereits installiert"
9182
-
9183
- #: templates/admin/fees-index.tpl.php:173
9184
- #, fuzzy
9185
- msgctxt "admin templates"
9186
- msgid ""
9187
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
9188
- "users."
9189
- msgstr ""
9190
- "Du kannst <a>%s</a> kaufen um <a>%s</a> als Bezahlungsmodul für deine "
9191
- "Benutzer zu installieren."
9192
-
9193
  #: templates/admin/home.tpl.php:12
9194
  msgctxt "admin home"
9195
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -9451,6 +9354,39 @@ msgctxt "settings email"
9451
  msgid "Save Changes"
9452
  msgstr "Änderungen sichern"
9453
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9454
  #: templates/admin/themes-delete-confirm.tpl.php:1
9455
  #: templates/admin/themes-delete-confirm.tpl.php:13
9456
  msgctxt "themes admin"
@@ -9885,6 +9821,100 @@ msgctxt "themes/default"
9885
  msgid "Address"
9886
  msgstr "Adresse"
9887
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9888
  #~ msgctxt "debug-info"
9889
  #~ msgid "BD Info"
9890
  #~ msgstr "Branchenbuch Info"
@@ -10078,9 +10108,6 @@ msgstr "Adresse"
10078
  #~ msgid "Fee must apply to at least one category."
10079
  #~ msgstr "Preis muss mindestens einer Kategorie zugewiesen werden."
10080
 
10081
- #~ msgid "Paid"
10082
- #~ msgstr "Bezahlt"
10083
-
10084
  #~ msgid "Pending Upgrade"
10085
  #~ msgstr "Ausstehende Aktualisierung"
10086
 
@@ -11161,9 +11188,6 @@ msgstr "Adresse"
11161
  #~ msgid "Mark as"
11162
  #~ msgstr "Markieren als"
11163
 
11164
- #~ msgid "Upgrade to %s"
11165
- #~ msgstr "Aktualisieren auf %s"
11166
-
11167
  #~ msgid "Downgrade to %s"
11168
  #~ msgstr "Zurücksetzen auf %s"
11169
 
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2020-09-25 21:07:19+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."
33
 
34
  #: includes/admin/class-admin-listings.php:225
35
  #: includes/admin/class-listing-owner.php:91
36
+ #: includes/helpers/class-listing-owner.php:91
37
  #, fuzzy
38
  msgid "Listing Owner"
39
  msgstr "Ein Eintrag läuft aus."
90
 
91
  #: includes/admin/class-listing-owner.php:66
92
  #: includes/admin/class-listing-owner.php:93
93
+ #: includes/helpers/class-listing-owner.php:66
94
+ #: includes/helpers/class-listing-owner.php:93
 
95
  #, fuzzy
96
  msgid "Please select a user"
97
  msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
452
  msgid "ZIP Code"
453
  msgstr "Postleitzahl"
454
 
455
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
456
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
457
  msgid "Free"
458
  msgstr "Kostenlos"
459
 
537
  "Die folgenden Informationen können helfen Branchenverzeichnisentwicklern "
538
  "mögliche Probleme während der Installation zu lösen."
539
 
540
+ #: templates/admin/fees-index.tpl.php:7
541
+ #, fuzzy
542
+ msgid "Add New Listing Fee"
543
+ msgstr "Neues Preispaket erstellen"
544
+
545
+ #: templates/admin/fees-index.tpl.php:16
546
+ #, fuzzy
547
+ msgid "Payments are currently turned off."
548
+ msgstr "Bezahlungen sind derzeit nicht aktiviert."
549
+
550
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
551
+ #: templates/admin/fees-index.tpl.php:20
552
  #, fuzzy
553
  msgid ""
554
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
555
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
556
  msgstr ""
557
  "Um Preise zu verwalten gehe zu <a>Optionen verwalten - Bezahlungen</a> und "
558
  "aktiviere die Box 'Bezahlungen aktivieren' unter 'Bezahlungen Einstellungen'"
559
 
560
+ #: templates/admin/fees-index.tpl.php:34
561
+ #, fuzzy
562
+ msgid "Order fees on the frontend by:"
563
+ msgstr "Preise auf der Webseite sortieren nach:"
564
+
565
+ #: templates/admin/fees-index.tpl.php:44
566
+ #, fuzzy
567
+ msgid "↑ Ascending"
568
+ msgstr "↑ Aufsteigend"
569
+
570
+ #: templates/admin/fees-index.tpl.php:45
571
+ #, fuzzy
572
+ msgid "↓ Descending"
573
+ msgstr "↓ Absteigend"
574
+
575
+ #: templates/admin/fees-index.tpl.php:53
576
+ #, fuzzy
577
+ msgid "Drag and drop to re-order fees."
578
+ msgstr "Ziehen um Preise wiederholt zu beauftragen."
579
+
580
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
581
+ #. opening <a> tag, %3$s is a closing </a> tag.
582
+ #: templates/admin/fees-index.tpl.php:71
583
+ #, fuzzy
584
+ msgid ""
585
+ "These are all of the fee plans displayed to the user when they place a "
586
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
587
+ "the %2$sNot Available%3$s filter will become active when you change the "
588
+ "payment mode."
589
+ msgstr ""
590
+ "Dies sind alle kostenlose Gebührenpläne, die dem Benutzer angezeigt werden, "
591
+ "wenn dieser einen Eintrag erstellt. Ihr aktueller Modus von \"%s\" "
592
+ "beschränkt, was Sie hier sehen. Die auf dem <a>Nicht verfügbar</a> Filter "
593
+ "werden aktiv, wenn Sie den Zahlungsmodus ändern."
594
+
595
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
596
+ #: templates/admin/fees-index.tpl.php:106
597
+ msgid "Paid"
598
+ msgstr "Bezahlt"
599
+
600
+ #. translators: %s is directory payment mode (Free or Paid)
601
+ #: templates/admin/fees-index.tpl.php:84
602
+ #, fuzzy
603
+ msgid ""
604
+ "These are all of the fee plans that aren't available because you're in \"%s"
605
+ "\" mode. Those on the Active filter will become Not Available when you "
606
+ "change the payment mode."
607
+ msgstr ""
608
+ "Dies sind alle Gebührenpläne, die nicht verfügbar sind, weil Sie im Modus "
609
+ "\"%s\" sind. Diejenigen, die auf dem aktivem Filter sind, werden nicht mehr "
610
+ "verfügbar sein, wenn Sie den Zahlungsmodus ändern."
611
+
612
+ #: templates/admin/fees-index.tpl.php:93
613
+ #, fuzzy
614
+ msgid ""
615
+ "These fee plans were disabled by the admin and will not show to the end user "
616
+ "regardless of mode until you enable them."
617
+ msgstr ""
618
+ "Diese Gebührenpläne wurden durch den Administrator deaktiviert und werden "
619
+ "dem Endbenutzer nicht angezeigt. Dies ist unabhängig vom Modus angezeigt, "
620
+ "bis diese aktiviert werden."
621
+
622
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
623
+ #. opening <a> tag, %3$s is a closing </a> tag.
624
+ #: templates/admin/fees-index.tpl.php:105
625
+ #, fuzzy
626
+ msgid ""
627
+ "These are all of the fee plans you have configured. Not all of them are "
628
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
629
+ "plans for this mode click %2$sActive%3$s."
630
+ msgstr ""
631
+ "Dies sind alle kostenlose Tarife, die Sie konfiguriert haben. Nicht alle "
632
+ "sind für den aktuellen Modus verfügbar (aktuell auf \"%s\" eingestellt). Um "
633
+ "die Tarife für diesen Modus zu sehen, klicken Sie bitte auf <a>Aktiv</a>."
634
+
635
+ #: templates/admin/fees-index.tpl.php:135
636
+ msgid "Set up a payment gateway to charge a fee for listings"
637
+ msgstr ""
638
+
639
+ #: templates/admin/fees-index.tpl.php:137
640
+ msgid "Add a payment gateway to increase conversion rates"
641
+ msgstr ""
642
+
643
+ #. translators: %s: payment gateway name */
644
+ #: templates/admin/fees-index.tpl.php:155
645
+ msgid "Add the %s gateway as a payment option."
646
+ msgstr ""
647
+
648
+ #: templates/admin/fees-index.tpl.php:161
649
+ #, fuzzy
650
+ msgid "Upgrade"
651
+ msgstr "Aktualisieren auf %s"
652
+
653
+ #: templates/admin/fees-index.tpl.php:169
654
+ msgid "Set up Authorize.net as a payment option."
655
+ msgstr ""
656
+
657
+ #: templates/admin/fees-index.tpl.php:172
658
+ msgid "Set Up"
659
+ msgstr ""
660
+
661
  #: templates/admin/home.tpl.php:54
662
  #, fuzzy
663
  msgid "Manage Options"
717
 
718
  #: templates/admin/sidebar.tpl.php:3
719
  #, fuzzy
720
+ msgid "Category Images"
721
+ msgstr "Kategorien"
722
+
723
+ #: templates/admin/sidebar.tpl.php:4
724
+ #, fuzzy
725
  msgid "PayPal Payments"
726
  msgstr "Initialbezahlung"
727
 
728
+ #: templates/admin/sidebar.tpl.php:5
729
  #, fuzzy
730
  msgid "Google Maps"
731
  msgstr "Google Maps Module"
732
 
733
+ #: templates/admin/sidebar.tpl.php:6
734
  #, fuzzy
735
  msgid "Regions"
736
  msgstr "Regions Module"
737
 
738
+ #: templates/admin/sidebar.tpl.php:7
739
  #, fuzzy
740
  msgid "ZIP Code Search"
741
  msgstr "ZIP Code Search Module"
742
 
743
+ #: templates/admin/sidebar.tpl.php:8
744
  #, fuzzy
745
  msgid "Ratings"
746
  msgstr "Bewertungsfeld"
747
 
748
+ #: templates/admin/sidebar.tpl.php:9
749
  #, fuzzy
750
  msgid "Stripe Payments"
751
  msgstr "Bezahlung"
752
 
753
+ #: templates/admin/sidebar.tpl.php:10
754
  #, fuzzy
755
  msgid "Featured Levels"
756
  msgstr "Featured Levels Module"
757
 
758
+ #: templates/admin/sidebar.tpl.php:11
759
  #, fuzzy
760
  msgid "Claim Listings"
761
  msgstr "Claim Listings Module"
762
 
763
+ #: templates/admin/sidebar.tpl.php:12
764
  #, fuzzy
765
  msgid "File Upload"
766
  msgstr "File Upload Module"
767
 
768
+ #: templates/admin/sidebar.tpl.php:13
769
  #, fuzzy
770
  msgid "Discount Codes"
771
  msgstr "Regions Module"
772
 
 
 
 
 
 
773
  #: templates/admin/sidebar.tpl.php:17
774
  #, fuzzy
775
  msgid "Modern Business Theme"
805
  msgid "Like this plugin?"
806
  msgstr "Mögen Sie diese Erweiterung?"
807
 
808
+ #: templates/admin/sidebar.tpl.php:40
809
+ msgid "Make better directories"
810
+ msgstr ""
811
+
812
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
813
  #, fuzzy
814
  msgid "new"
815
  msgstr "neu"
816
 
817
+ #: templates/admin/sidebar.tpl.php:59
818
+ #, fuzzy
819
+ msgid "Upgrade Now"
820
+ msgstr "Aktualisieren auf %s"
821
+
822
  #: templates/admin/themes-install.tpl.php:21
823
  #, fuzzy
824
  msgid "Business Directory Theme archive (ZIP file)"
828
  msgid "← Return to Directory"
829
  msgstr "← Zurück zum Verzeichnis"
830
 
831
+ #: templates/submit-listing-images.tpl.php:5
832
+ #, fuzzy
833
+ msgid "Current Images"
834
+ msgstr "Aktuelle Bilder"
835
+
836
+ #: templates/submit-listing-images.tpl.php:8
837
+ #, fuzzy
838
+ msgid "There are no images currently attached to your listing."
839
+ msgstr "Im Moment sind keine Bilder dem Eintrag angehängt."
840
+
841
  #. Author URI of the plugin/theme
842
  #, fuzzy
843
  msgid "https://businessdirectoryplugin.com"
1515
  "Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
1516
  "a>."
1517
 
1518
+ #: includes/admin/class-admin.php:470
1519
  msgctxt "admin"
1520
  msgid "Untitled Menu"
1521
  msgstr ""
1522
 
1523
+ #: includes/admin/class-admin.php:795
1524
  msgctxt "admin"
1525
  msgid "Dismiss this notice."
1526
  msgstr "Diese Nachricht ignorieren."
1527
 
1528
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1529
  #, fuzzy
1530
  msgctxt "admin"
1531
  msgid "The listing has been updated."
1533
  msgstr[0] "Der Eintrag wurde aktualisiert"
1534
  msgstr[1] "Die Einträge wurden aktualisiert."
1535
 
1536
+ #: includes/admin/class-admin.php:870
1537
  msgctxt "admin"
1538
  msgid "The fee was successfully assigned."
1539
  msgstr "Der Preis wurde erfolgreich zugewiesen."
1540
 
1541
+ #: includes/admin/class-admin.php:880
1542
  msgctxt "admin"
1543
  msgid "Listing was renewed."
1544
  msgid_plural "Listings were renewed."
1545
  msgstr[0] "Eintrag wurde aktualisiert."
1546
  msgstr[1] "Einträge wurden aktualisiert."
1547
 
1548
+ #: includes/admin/class-admin.php:892
1549
  msgctxt "admin"
1550
  msgid "Renewal email sent."
1551
  msgstr "E-mail erneut senden."
1552
 
1553
+ #: includes/admin/class-admin.php:896
1554
  msgctxt "admin"
1555
  msgid ""
1556
  "Could not send renewal email, notice template at listing expiration not "
1557
  "found."
1558
  msgstr ""
1559
 
1560
+ #: includes/admin/class-admin.php:903
1561
  #, fuzzy
1562
  msgctxt "admin"
1563
  msgid "Listing report deleted."
1565
  msgstr[0] "Eintrag Enddatum"
1566
  msgstr[1] "Eintrag Enddatum"
1567
 
1568
+ #: includes/admin/class-admin.php:951
1569
  #, fuzzy
1570
  msgctxt "admin"
1571
  msgid "Access keys sent."
1572
  msgstr "Eintrag Felder / Bilder"
1573
 
1574
+ #: includes/admin/class-admin.php:953
1575
  msgctxt "admin"
1576
  msgid "The access keys couldn't be sent."
1577
  msgstr ""
1578
 
1579
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1580
  msgctxt "admin"
1581
  msgid "Listing Count"
1582
  msgstr "Anzahl Einträge"
1583
 
1584
+ #: includes/admin/class-admin.php:1098
1585
  msgctxt "admin"
1586
  msgid ""
1587
  "<b>Business Directory Plugin</b> requires a page with the "
1590
  "<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
1591
  "<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
1592
 
1593
+ #: includes/admin/class-admin.php:1100
1594
  msgctxt "admin"
1595
  msgid ""
1596
  "You can create this page by yourself or let Business Directory do this for "
1599
  "Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
1600
  "automatisch erstellen lassen."
1601
 
1602
+ #: includes/admin/class-admin.php:1105
1603
  msgctxt "admin"
1604
  msgid "Create required pages for me"
1605
  msgstr "Erstelle benötigte Seiten für mich"
1606
 
1607
+ #: includes/admin/class-admin.php:1139
1608
  msgctxt "admin"
1609
  msgid ""
1610
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1612
  "your provider to upgrade in order to prevent any issues with the plugin."
1613
  msgstr ""
1614
 
1615
+ #: includes/admin/class-admin.php:1163
1616
  msgctxt "admin"
1617
  msgid ""
1618
  "We noticed you want your Business Directory users to register before posting "
2036
  msgid "Settings"
2037
  msgstr "Einstellungen"
2038
 
2039
+ #: includes/admin/class-admin.php:1023
2040
  msgctxt "admin category id"
2041
  msgid "ID"
2042
  msgstr "ID"
2956
  msgid "Save Changes"
2957
  msgstr "Änderungen sichern"
2958
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2959
  #: includes/admin/form-fields.php:22
2960
  msgctxt "form-fields admin"
2961
  msgid "form field"
6377
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6378
  msgstr ""
6379
 
6380
+ #: includes/class-fees-api.php:62
6381
  msgctxt "fees-api"
6382
  msgid "Free Listing"
6383
  msgstr "Kostenloser Eintrag"
7028
  msgstr "Soziale Seite (Twitter)"
7029
 
7030
  #: includes/fields/class-fieldtypes-social.php:95
7031
+ #: includes/fields/class-fieldtypes-url.php:157
7032
  msgctxt "form-fields api"
7033
  msgid "URL:"
7034
  msgstr "URL:"
7075
  msgid "URL Field"
7076
  msgstr "URL Feld"
7077
 
7078
+ #: includes/fields/class-fieldtypes-url.php:169
7079
  msgctxt "form-fields api"
7080
  msgid "Link Text (optional):"
7081
  msgstr "Link Text (optional):"
7779
  msgid "Image height:"
7780
  msgstr "Bilderhöhe (in px):"
7781
 
 
 
 
 
 
 
 
 
 
 
7782
  #: includes/gateways/class-gateway-authorize-net.php:20
7783
  #, fuzzy
7784
  msgctxt "authorize-net"
9077
  msgid "Display the following fields in the form."
9078
  msgstr "Diese Felder in der Form anzeigen."
9079
 
9080
+ #: includes/widgets/widget-search.php:107
9081
  msgctxt "widgets"
9082
  msgid "Search"
9083
  msgstr "Suche"
9093
  msgid "required"
9094
  msgstr "Pflichtfeld"
9095
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9096
  #: templates/admin/home.tpl.php:12
9097
  msgctxt "admin home"
9098
  msgid "Welcome to Business Directory Plugin. You are using %s."
9354
  msgid "Save Changes"
9355
  msgstr "Änderungen sichern"
9356
 
9357
+ #: templates/admin/sidebar.tpl.php:66
9358
+ msgctxt "admin sidebar"
9359
+ msgid "Get a Directory Theme"
9360
+ msgstr "Verzeichnis Theme holen"
9361
+
9362
+ #: templates/admin/sidebar.tpl.php:84
9363
+ msgctxt "admin sidebar"
9364
+ msgid "Found a bug? Need support?"
9365
+ msgstr "Fehler gefunden? Brauchst du Unterstützung?"
9366
+
9367
+ #: templates/admin/sidebar.tpl.php:91
9368
+ #, fuzzy
9369
+ msgctxt "admin sidebar"
9370
+ msgid "If you've found a bug or need support <a>let us know!</a>"
9371
+ msgstr ""
9372
+ "Wenn du einen Fehler gefunden hast oder Hilfe brauchst <a>schaue ins Forum!</"
9373
+ "a>"
9374
+
9375
+ #: templates/admin/sidebar.tpl.php:96
9376
+ msgctxt "admin sidebar"
9377
+ msgid "Full plugin documentation"
9378
+ msgstr "Vollständige Moduldokumentation"
9379
+
9380
+ #: templates/admin/sidebar.tpl.php:97
9381
+ msgctxt "admin sidebar"
9382
+ msgid "Quick Start Guide"
9383
+ msgstr "Schnellstart Anleitung"
9384
+
9385
+ #: templates/admin/sidebar.tpl.php:98
9386
+ msgctxt "admin sidebar"
9387
+ msgid "Video Tutorials"
9388
+ msgstr "Video Anleitungen"
9389
+
9390
  #: templates/admin/themes-delete-confirm.tpl.php:1
9391
  #: templates/admin/themes-delete-confirm.tpl.php:13
9392
  msgctxt "themes admin"
9821
  msgid "Address"
9822
  msgstr "Adresse"
9823
 
9824
+ #, fuzzy
9825
+ #~ msgid "PayFast Payments"
9826
+ #~ msgstr "PayFast Payment Module"
9827
+
9828
+ #~ msgctxt "fees admin"
9829
+ #~ msgid "Paid"
9830
+ #~ msgstr "Bezahlt"
9831
+
9832
+ #~ msgctxt "fees admin"
9833
+ #~ msgid "Free"
9834
+ #~ msgstr "Kostenlos"
9835
+
9836
+ #~ msgctxt "admin sidebar"
9837
+ #~ msgid "PayPal Gateway Module"
9838
+ #~ msgstr "PayPal Gateway Module"
9839
+
9840
+ #~ msgctxt "admin sidebar"
9841
+ #~ msgid "2Checkout Gateway Module"
9842
+ #~ msgstr "2Checkout Gateway Module"
9843
+
9844
+ #~ msgctxt "admin sidebar"
9845
+ #~ msgid "PayFast Payment Module"
9846
+ #~ msgstr "PayFast Payment Module"
9847
+
9848
+ #~ msgctxt "admin sidebar"
9849
+ #~ msgid "Stripe Payment Module"
9850
+ #~ msgstr "Stripe Payment Module"
9851
+
9852
+ #~ msgctxt "admin sidebar"
9853
+ #~ msgid "Get a Premium Module"
9854
+ #~ msgstr "Bekomme ein Premium Modul"
9855
+
9856
+ #~ msgctxt "admin sidebar"
9857
+ #~ msgid "best deal"
9858
+ #~ msgstr "Bester Deal"
9859
+
9860
+ #~ msgctxt "admin sidebar"
9861
+ #~ msgid "Combo Pack"
9862
+ #~ msgstr "Combo Pack"
9863
+
9864
+ #~ msgctxt "admin sidebar"
9865
+ #~ msgid "(All Modules)"
9866
+ #~ msgstr "Installierte Module"
9867
+
9868
+ #~ msgctxt "admin sidebar"
9869
+ #~ msgid "Theme Pack"
9870
+ #~ msgstr "Theme Pack"
9871
+
9872
+ #~ msgctxt "admin sidebar"
9873
+ #~ msgid "(All Themes)"
9874
+ #~ msgstr "verfügbare Bilder:"
9875
+
9876
+ #~ msgctxt "admin sidebar"
9877
+ #~ msgid "Installed Modules"
9878
+ #~ msgstr "Installierte Module"
9879
+
9880
+ #~ msgctxt "admin sidebar"
9881
+ #~ msgid "Installed"
9882
+ #~ msgstr "Installiert"
9883
+
9884
+ #~ msgctxt "admin sidebar"
9885
+ #~ msgid "Not Installed"
9886
+ #~ msgstr "Nicht installiert "
9887
+
9888
+ #~ msgctxt "admin sidebar"
9889
+ #~ msgid "Enhanced Categories Module"
9890
+ #~ msgstr "Enhanced Categories Modul"
9891
+
9892
+ #~ msgctxt "admin templates"
9893
+ #~ msgid ""
9894
+ #~ "It does not appear you have any of the payment gateway modules enabled. "
9895
+ #~ "Either <a>enable the default Authorize.net gateway</a> with your account "
9896
+ #~ "info, or purchase a different payment gateway module in order to charge a "
9897
+ #~ "fee for listings. To purchase additional payment gateways use the buttons "
9898
+ #~ "below or visit %s."
9899
+ #~ msgstr ""
9900
+ #~ "Erscheint nicht so als hättest du ein Bezahlungsmodul installiert. "
9901
+ #~ "Beschaffe dir ein Bezahlungsmodul um Preise für Einträge zu erzeugen. Um "
9902
+ #~ "ein Bezahlungsmodul auszuwählen klicke die Schaltflächen unten oder "
9903
+ #~ "besuche"
9904
+
9905
+ #~ msgctxt "admin templates"
9906
+ #~ msgid "Already installed."
9907
+ #~ msgstr "Bereits installiert"
9908
+
9909
+ #, fuzzy
9910
+ #~ msgctxt "admin templates"
9911
+ #~ msgid ""
9912
+ #~ "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for "
9913
+ #~ "your users."
9914
+ #~ msgstr ""
9915
+ #~ "Du kannst <a>%s</a> kaufen um <a>%s</a> als Bezahlungsmodul für deine "
9916
+ #~ "Benutzer zu installieren."
9917
+
9918
  #~ msgctxt "debug-info"
9919
  #~ msgid "BD Info"
9920
  #~ msgstr "Branchenbuch Info"
10108
  #~ msgid "Fee must apply to at least one category."
10109
  #~ msgstr "Preis muss mindestens einer Kategorie zugewiesen werden."
10110
 
 
 
 
10111
  #~ msgid "Pending Upgrade"
10112
  #~ msgstr "Ausstehende Aktualisierung"
10113
 
11188
  #~ msgid "Mark as"
11189
  #~ msgstr "Markieren als"
11190
 
 
 
 
11191
  #~ msgid "Downgrade to %s"
11192
  #~ msgstr "Zurücksetzen auf %s"
11193
 
languages/business-directory-plugin-en_US.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2020-09-09 13:07:48+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"
@@ -31,7 +31,7 @@ msgstr ""
31
 
32
  #: includes/admin/class-admin-listings.php:225
33
  #: includes/admin/class-listing-owner.php:91
34
- #: includes/helpers/class-listing-owner.php:110
35
  msgid "Listing Owner"
36
  msgstr ""
37
 
@@ -73,9 +73,8 @@ msgstr ""
73
 
74
  #: includes/admin/class-listing-owner.php:66
75
  #: includes/admin/class-listing-owner.php:93
76
- #: includes/helpers/class-listing-owner.php:31
77
- #: includes/helpers/class-listing-owner.php:85
78
- #: includes/helpers/class-listing-owner.php:112
79
  msgid "Please select a user"
80
  msgstr ""
81
 
@@ -401,7 +400,8 @@ msgstr ""
401
  msgid "ZIP Code"
402
  msgstr ""
403
 
404
- #: includes/functions.php:554
 
405
  msgid "Free"
406
  msgstr ""
407
 
@@ -472,12 +472,100 @@ msgid ""
472
  "your setup."
473
  msgstr ""
474
 
475
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
476
  msgid ""
477
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
478
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
479
  msgstr ""
480
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
481
  #: templates/admin/home.tpl.php:54
482
  msgid "Manage Options"
483
  msgstr ""
@@ -529,47 +617,47 @@ msgid "Reset Defaults"
529
  msgstr ""
530
 
531
  #: templates/admin/sidebar.tpl.php:3
532
- msgid "PayPal Payments"
533
  msgstr ""
534
 
535
  #: templates/admin/sidebar.tpl.php:4
536
- msgid "Google Maps"
537
  msgstr ""
538
 
539
  #: templates/admin/sidebar.tpl.php:5
540
- msgid "Regions"
541
  msgstr ""
542
 
543
  #: templates/admin/sidebar.tpl.php:6
544
- msgid "ZIP Code Search"
545
  msgstr ""
546
 
547
  #: templates/admin/sidebar.tpl.php:7
548
- msgid "Ratings"
549
  msgstr ""
550
 
551
  #: templates/admin/sidebar.tpl.php:8
552
- msgid "Stripe Payments"
553
  msgstr ""
554
 
555
  #: templates/admin/sidebar.tpl.php:9
556
- msgid "Featured Levels"
557
  msgstr ""
558
 
559
  #: templates/admin/sidebar.tpl.php:10
560
- msgid "Claim Listings"
561
  msgstr ""
562
 
563
  #: templates/admin/sidebar.tpl.php:11
564
- msgid "File Upload"
565
  msgstr ""
566
 
567
  #: templates/admin/sidebar.tpl.php:12
568
- msgid "Discount Codes"
569
  msgstr ""
570
 
571
  #: templates/admin/sidebar.tpl.php:13
572
- msgid "PayFast Payments"
573
  msgstr ""
574
 
575
  #: templates/admin/sidebar.tpl.php:17
@@ -600,10 +688,18 @@ msgstr ""
600
  msgid "Like this plugin?"
601
  msgstr ""
602
 
603
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
604
  msgid "new"
605
  msgstr ""
606
 
 
 
 
 
607
  #: templates/admin/themes-install.tpl.php:21
608
  msgid "Business Directory Theme archive (ZIP file)"
609
  msgstr ""
@@ -612,6 +708,14 @@ msgstr ""
612
  msgid "← Return to Directory"
613
  msgstr ""
614
 
 
 
 
 
 
 
 
 
615
  #. Author URI of the plugin/theme
616
  msgid "https://businessdirectoryplugin.com"
617
  msgstr ""
@@ -1225,89 +1329,89 @@ msgctxt "admin"
1225
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1226
  msgstr ""
1227
 
1228
- #: includes/admin/class-admin.php:461
1229
  msgctxt "admin"
1230
  msgid "Untitled Menu"
1231
  msgstr ""
1232
 
1233
- #: includes/admin/class-admin.php:786
1234
  msgctxt "admin"
1235
  msgid "Dismiss this notice."
1236
  msgstr ""
1237
 
1238
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1239
  msgctxt "admin"
1240
  msgid "The listing has been updated."
1241
  msgid_plural "The listings have been updated."
1242
  msgstr[0] ""
1243
  msgstr[1] ""
1244
 
1245
- #: includes/admin/class-admin.php:861
1246
  msgctxt "admin"
1247
  msgid "The fee was successfully assigned."
1248
  msgstr ""
1249
 
1250
- #: includes/admin/class-admin.php:871
1251
  msgctxt "admin"
1252
  msgid "Listing was renewed."
1253
  msgid_plural "Listings were renewed."
1254
  msgstr[0] ""
1255
  msgstr[1] ""
1256
 
1257
- #: includes/admin/class-admin.php:883
1258
  msgctxt "admin"
1259
  msgid "Renewal email sent."
1260
  msgstr ""
1261
 
1262
- #: includes/admin/class-admin.php:887
1263
  msgctxt "admin"
1264
  msgid ""
1265
  "Could not send renewal email, notice template at listing expiration not "
1266
  "found."
1267
  msgstr ""
1268
 
1269
- #: includes/admin/class-admin.php:894
1270
  msgctxt "admin"
1271
  msgid "Listing report deleted."
1272
  msgid_plural "Listing reports deleted."
1273
  msgstr[0] ""
1274
  msgstr[1] ""
1275
 
1276
- #: includes/admin/class-admin.php:942
1277
  msgctxt "admin"
1278
  msgid "Access keys sent."
1279
  msgstr ""
1280
 
1281
- #: includes/admin/class-admin.php:944
1282
  msgctxt "admin"
1283
  msgid "The access keys couldn't be sent."
1284
  msgstr ""
1285
 
1286
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1287
  msgctxt "admin"
1288
  msgid "Listing Count"
1289
  msgstr ""
1290
 
1291
- #: includes/admin/class-admin.php:1089
1292
  msgctxt "admin"
1293
  msgid ""
1294
  "<b>Business Directory Plugin</b> requires a page with the "
1295
  "<tt>[businessdirectory]</tt> shortcode to function properly."
1296
  msgstr ""
1297
 
1298
- #: includes/admin/class-admin.php:1091
1299
  msgctxt "admin"
1300
  msgid ""
1301
  "You can create this page by yourself or let Business Directory do this for "
1302
  "you automatically."
1303
  msgstr ""
1304
 
1305
- #: includes/admin/class-admin.php:1096
1306
  msgctxt "admin"
1307
  msgid "Create required pages for me"
1308
  msgstr ""
1309
 
1310
- #: includes/admin/class-admin.php:1130
1311
  msgctxt "admin"
1312
  msgid ""
1313
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1315,7 +1419,7 @@ msgid ""
1315
  "your provider to upgrade in order to prevent any issues with the plugin."
1316
  msgstr ""
1317
 
1318
- #: includes/admin/class-admin.php:1154
1319
  msgctxt "admin"
1320
  msgid ""
1321
  "We noticed you want your Business Directory users to register before posting "
@@ -1680,7 +1784,7 @@ msgctxt "admin menu"
1680
  msgid "Settings"
1681
  msgstr ""
1682
 
1683
- #: includes/admin/class-admin.php:1014
1684
  msgctxt "admin category id"
1685
  msgid "ID"
1686
  msgstr ""
@@ -2511,80 +2615,6 @@ msgctxt "fees admin"
2511
  msgid "Save Changes"
2512
  msgstr ""
2513
 
2514
- #: templates/admin/fees-index.tpl.php:6
2515
- msgctxt "fees admin"
2516
- msgid "Add New Listing Fee"
2517
- msgstr ""
2518
-
2519
- #: templates/admin/fees-index.tpl.php:14
2520
- msgctxt "fees admin"
2521
- msgid "Payments are currently turned off."
2522
- msgstr ""
2523
-
2524
- #: templates/admin/fees-index.tpl.php:27
2525
- msgctxt "fees admin"
2526
- msgid "Order fees on the frontend by:"
2527
- msgstr ""
2528
-
2529
- #: templates/admin/fees-index.tpl.php:37
2530
- msgctxt "fees admin"
2531
- msgid "↑ Ascending"
2532
- msgstr ""
2533
-
2534
- #: templates/admin/fees-index.tpl.php:38
2535
- msgctxt "fees admin"
2536
- msgid "↓ Descending"
2537
- msgstr ""
2538
-
2539
- #: templates/admin/fees-index.tpl.php:46
2540
- msgctxt "fees admin"
2541
- msgid "Drag and drop to re-order fees."
2542
- msgstr ""
2543
-
2544
- #: templates/admin/fees-index.tpl.php:66
2545
- msgctxt "fees admin"
2546
- msgid ""
2547
- "These are all of the fee plans displayed to the user when they place a "
2548
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2549
- "the <a>Not Available</a> filter will become active when you change the "
2550
- "payment mode."
2551
- msgstr ""
2552
-
2553
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2554
- #: templates/admin/fees-index.tpl.php:118
2555
- msgctxt "fees admin"
2556
- msgid "Paid"
2557
- msgstr ""
2558
-
2559
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2560
- #: templates/admin/fees-index.tpl.php:118
2561
- msgctxt "fees admin"
2562
- msgid "Free"
2563
- msgstr ""
2564
-
2565
- #: templates/admin/fees-index.tpl.php:81
2566
- msgctxt "fees admin"
2567
- msgid ""
2568
- "These are all of the fee plans that aren't available because you're in \"%s"
2569
- "\" mode. Those on the Active filter will become Not Available when you "
2570
- "change the payment mode."
2571
- msgstr ""
2572
-
2573
- #: templates/admin/fees-index.tpl.php:94
2574
- msgctxt "fees admin"
2575
- msgid ""
2576
- "These fee plans were disabled by the admin and will not show to the end user "
2577
- "regardless of mode until you enable them."
2578
- msgstr ""
2579
-
2580
- #: templates/admin/fees-index.tpl.php:112
2581
- msgctxt "fees admin"
2582
- msgid ""
2583
- "These are all of the fee plans you have configured. Not all of them are "
2584
- "available for the current mode (currently set to \"%s\"). To see the fee "
2585
- "plans for this mode click <a>Active</a>."
2586
- msgstr ""
2587
-
2588
  #: includes/admin/form-fields.php:22
2589
  msgctxt "form-fields admin"
2590
  msgid "form field"
@@ -5659,7 +5689,7 @@ msgid ""
5659
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
5660
  msgstr ""
5661
 
5662
- #: includes/class-fees-api.php:61
5663
  msgctxt "fees-api"
5664
  msgid "Free Listing"
5665
  msgstr ""
@@ -6246,7 +6276,7 @@ msgid "Social Site (Other)"
6246
  msgstr ""
6247
 
6248
  #: includes/fields/class-fieldtypes-social.php:95
6249
- #: includes/fields/class-fieldtypes-url.php:152
6250
  msgctxt "form-fields api"
6251
  msgid "URL:"
6252
  msgstr ""
@@ -6291,7 +6321,7 @@ msgctxt "form-fields api"
6291
  msgid "URL Field"
6292
  msgstr ""
6293
 
6294
- #: includes/fields/class-fieldtypes-url.php:164
6295
  msgctxt "form-fields api"
6296
  msgid "Link Text (optional):"
6297
  msgstr ""
@@ -6952,16 +6982,6 @@ msgctxt "templates"
6952
  msgid "Image height:"
6953
  msgstr ""
6954
 
6955
- #: templates/submit-listing-images.tpl.php:5
6956
- msgctxt "templates"
6957
- msgid "Current Images"
6958
- msgstr ""
6959
-
6960
- #: templates/submit-listing-images.tpl.php:8
6961
- msgctxt "templates"
6962
- msgid "There are no images currently attached to your listing."
6963
- msgstr ""
6964
-
6965
  #: includes/gateways/class-gateway-authorize-net.php:20
6966
  msgctxt "authorize-net"
6967
  msgid "Authorize.net"
@@ -8126,7 +8146,7 @@ msgctxt "widgets"
8126
  msgid "Display the following fields in the form."
8127
  msgstr ""
8128
 
8129
- #: includes/widgets/widget-search.php:108
8130
  msgctxt "widgets"
8131
  msgid "Search"
8132
  msgstr ""
@@ -8142,128 +8162,6 @@ msgctxt "admin forms"
8142
  msgid "required"
8143
  msgstr ""
8144
 
8145
- #: templates/admin/fees-index.tpl.php:132
8146
- msgctxt "admin sidebar"
8147
- msgid "PayPal Gateway Module"
8148
- msgstr ""
8149
-
8150
- #: templates/admin/fees-index.tpl.php:133
8151
- msgctxt "admin sidebar"
8152
- msgid "2Checkout Gateway Module"
8153
- msgstr ""
8154
-
8155
- #: templates/admin/fees-index.tpl.php:134
8156
- msgctxt "admin sidebar"
8157
- msgid "PayFast Payment Module"
8158
- msgstr ""
8159
-
8160
- #: templates/admin/fees-index.tpl.php:135
8161
- msgctxt "admin sidebar"
8162
- msgid "Stripe Payment Module"
8163
- msgstr ""
8164
-
8165
- #: templates/admin/sidebar.tpl.php:40
8166
- msgctxt "admin sidebar"
8167
- msgid "Get a Premium Module"
8168
- msgstr ""
8169
-
8170
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
8171
- msgctxt "admin sidebar"
8172
- msgid "best deal"
8173
- msgstr ""
8174
-
8175
- #: templates/admin/sidebar.tpl.php:43
8176
- msgctxt "admin sidebar"
8177
- msgid "Combo Pack"
8178
- msgstr ""
8179
-
8180
- #: templates/admin/sidebar.tpl.php:43
8181
- msgctxt "admin sidebar"
8182
- msgid "(All Modules)"
8183
- msgstr ""
8184
-
8185
- #: templates/admin/sidebar.tpl.php:59
8186
- msgctxt "admin sidebar"
8187
- msgid "Get a Directory Theme"
8188
- msgstr ""
8189
-
8190
- #: templates/admin/sidebar.tpl.php:62
8191
- msgctxt "admin sidebar"
8192
- msgid "Theme Pack"
8193
- msgstr ""
8194
-
8195
- #: templates/admin/sidebar.tpl.php:62
8196
- msgctxt "admin sidebar"
8197
- msgid "(All Themes)"
8198
- msgstr ""
8199
-
8200
- #: templates/admin/sidebar.tpl.php:78
8201
- msgctxt "admin sidebar"
8202
- msgid "Found a bug? Need support?"
8203
- msgstr ""
8204
-
8205
- #: templates/admin/sidebar.tpl.php:85
8206
- msgctxt "admin sidebar"
8207
- msgid "If you've found a bug or need support <a>let us know!</a>"
8208
- msgstr ""
8209
-
8210
- #: templates/admin/sidebar.tpl.php:90
8211
- msgctxt "admin sidebar"
8212
- msgid "Full plugin documentation"
8213
- msgstr ""
8214
-
8215
- #: templates/admin/sidebar.tpl.php:91
8216
- msgctxt "admin sidebar"
8217
- msgid "Quick Start Guide"
8218
- msgstr ""
8219
-
8220
- #: templates/admin/sidebar.tpl.php:92
8221
- msgctxt "admin sidebar"
8222
- msgid "Video Tutorials"
8223
- msgstr ""
8224
-
8225
- #: templates/admin/sidebar.tpl.php:100
8226
- msgctxt "admin sidebar"
8227
- msgid "Installed Modules"
8228
- msgstr ""
8229
-
8230
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
8231
- msgctxt "admin sidebar"
8232
- msgid "Installed"
8233
- msgstr ""
8234
-
8235
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
8236
- msgctxt "admin sidebar"
8237
- msgid "Not Installed"
8238
- msgstr ""
8239
-
8240
- #: templates/admin/sidebar.tpl.php:119
8241
- msgctxt "admin sidebar"
8242
- msgid "Enhanced Categories Module"
8243
- msgstr ""
8244
-
8245
- #: templates/admin/fees-index.tpl.php:147
8246
- msgctxt "admin templates"
8247
- msgid ""
8248
- "It does not appear you have any of the payment gateway modules enabled. "
8249
- "Either <a>enable the default Authorize.net gateway</a> with your account "
8250
- "info, or purchase a different payment gateway module in order to charge a "
8251
- "fee for listings. To purchase additional payment gateways use the buttons "
8252
- "below or visit %s."
8253
- msgstr ""
8254
-
8255
- #: templates/admin/fees-index.tpl.php:166
8256
- msgctxt "admin templates"
8257
- msgid "Already installed."
8258
- msgstr ""
8259
-
8260
- #: templates/admin/fees-index.tpl.php:173
8261
- msgctxt "admin templates"
8262
- msgid ""
8263
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
8264
- "users."
8265
- msgstr ""
8266
-
8267
  #: templates/admin/home.tpl.php:12
8268
  msgctxt "admin home"
8269
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -8498,6 +8396,36 @@ msgctxt "settings email"
8498
  msgid "Save Changes"
8499
  msgstr ""
8500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8501
  #: templates/admin/themes-delete-confirm.tpl.php:1
8502
  #: templates/admin/themes-delete-confirm.tpl.php:13
8503
  msgctxt "themes admin"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2020-09-25 21:07:19+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"
31
 
32
  #: includes/admin/class-admin-listings.php:225
33
  #: includes/admin/class-listing-owner.php:91
34
+ #: includes/helpers/class-listing-owner.php:91
35
  msgid "Listing Owner"
36
  msgstr ""
37
 
73
 
74
  #: includes/admin/class-listing-owner.php:66
75
  #: includes/admin/class-listing-owner.php:93
76
+ #: includes/helpers/class-listing-owner.php:66
77
+ #: includes/helpers/class-listing-owner.php:93
 
78
  msgid "Please select a user"
79
  msgstr ""
80
 
400
  msgid "ZIP Code"
401
  msgstr ""
402
 
403
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
404
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
405
  msgid "Free"
406
  msgstr ""
407
 
472
  "your setup."
473
  msgstr ""
474
 
475
+ #: templates/admin/fees-index.tpl.php:7
476
+ msgid "Add New Listing Fee"
477
+ msgstr ""
478
+
479
+ #: templates/admin/fees-index.tpl.php:16
480
+ msgid "Payments are currently turned off."
481
+ msgstr ""
482
+
483
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
484
+ #: templates/admin/fees-index.tpl.php:20
485
  msgid ""
486
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
487
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
488
  msgstr ""
489
 
490
+ #: templates/admin/fees-index.tpl.php:34
491
+ msgid "Order fees on the frontend by:"
492
+ msgstr ""
493
+
494
+ #: templates/admin/fees-index.tpl.php:44
495
+ msgid "↑ Ascending"
496
+ msgstr ""
497
+
498
+ #: templates/admin/fees-index.tpl.php:45
499
+ msgid "↓ Descending"
500
+ msgstr ""
501
+
502
+ #: templates/admin/fees-index.tpl.php:53
503
+ msgid "Drag and drop to re-order fees."
504
+ msgstr ""
505
+
506
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
507
+ #. opening <a> tag, %3$s is a closing </a> tag.
508
+ #: templates/admin/fees-index.tpl.php:71
509
+ msgid ""
510
+ "These are all of the fee plans displayed to the user when they place a "
511
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
512
+ "the %2$sNot Available%3$s filter will become active when you change the "
513
+ "payment mode."
514
+ msgstr ""
515
+
516
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
517
+ #: templates/admin/fees-index.tpl.php:106
518
+ msgid "Paid"
519
+ msgstr ""
520
+
521
+ #. translators: %s is directory payment mode (Free or Paid)
522
+ #: templates/admin/fees-index.tpl.php:84
523
+ msgid ""
524
+ "These are all of the fee plans that aren't available because you're in \"%s"
525
+ "\" mode. Those on the Active filter will become Not Available when you "
526
+ "change the payment mode."
527
+ msgstr ""
528
+
529
+ #: templates/admin/fees-index.tpl.php:93
530
+ msgid ""
531
+ "These fee plans were disabled by the admin and will not show to the end user "
532
+ "regardless of mode until you enable them."
533
+ msgstr ""
534
+
535
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
536
+ #. opening <a> tag, %3$s is a closing </a> tag.
537
+ #: templates/admin/fees-index.tpl.php:105
538
+ msgid ""
539
+ "These are all of the fee plans you have configured. Not all of them are "
540
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
541
+ "plans for this mode click %2$sActive%3$s."
542
+ msgstr ""
543
+
544
+ #: templates/admin/fees-index.tpl.php:135
545
+ msgid "Set up a payment gateway to charge a fee for listings"
546
+ msgstr ""
547
+
548
+ #: templates/admin/fees-index.tpl.php:137
549
+ msgid "Add a payment gateway to increase conversion rates"
550
+ msgstr ""
551
+
552
+ #. translators: %s: payment gateway name */
553
+ #: templates/admin/fees-index.tpl.php:155
554
+ msgid "Add the %s gateway as a payment option."
555
+ msgstr ""
556
+
557
+ #: templates/admin/fees-index.tpl.php:161
558
+ msgid "Upgrade"
559
+ msgstr ""
560
+
561
+ #: templates/admin/fees-index.tpl.php:169
562
+ msgid "Set up Authorize.net as a payment option."
563
+ msgstr ""
564
+
565
+ #: templates/admin/fees-index.tpl.php:172
566
+ msgid "Set Up"
567
+ msgstr ""
568
+
569
  #: templates/admin/home.tpl.php:54
570
  msgid "Manage Options"
571
  msgstr ""
617
  msgstr ""
618
 
619
  #: templates/admin/sidebar.tpl.php:3
620
+ msgid "Category Images"
621
  msgstr ""
622
 
623
  #: templates/admin/sidebar.tpl.php:4
624
+ msgid "PayPal Payments"
625
  msgstr ""
626
 
627
  #: templates/admin/sidebar.tpl.php:5
628
+ msgid "Google Maps"
629
  msgstr ""
630
 
631
  #: templates/admin/sidebar.tpl.php:6
632
+ msgid "Regions"
633
  msgstr ""
634
 
635
  #: templates/admin/sidebar.tpl.php:7
636
+ msgid "ZIP Code Search"
637
  msgstr ""
638
 
639
  #: templates/admin/sidebar.tpl.php:8
640
+ msgid "Ratings"
641
  msgstr ""
642
 
643
  #: templates/admin/sidebar.tpl.php:9
644
+ msgid "Stripe Payments"
645
  msgstr ""
646
 
647
  #: templates/admin/sidebar.tpl.php:10
648
+ msgid "Featured Levels"
649
  msgstr ""
650
 
651
  #: templates/admin/sidebar.tpl.php:11
652
+ msgid "Claim Listings"
653
  msgstr ""
654
 
655
  #: templates/admin/sidebar.tpl.php:12
656
+ msgid "File Upload"
657
  msgstr ""
658
 
659
  #: templates/admin/sidebar.tpl.php:13
660
+ msgid "Discount Codes"
661
  msgstr ""
662
 
663
  #: templates/admin/sidebar.tpl.php:17
688
  msgid "Like this plugin?"
689
  msgstr ""
690
 
691
+ #: templates/admin/sidebar.tpl.php:40
692
+ msgid "Make better directories"
693
+ msgstr ""
694
+
695
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
696
  msgid "new"
697
  msgstr ""
698
 
699
+ #: templates/admin/sidebar.tpl.php:59
700
+ msgid "Upgrade Now"
701
+ msgstr ""
702
+
703
  #: templates/admin/themes-install.tpl.php:21
704
  msgid "Business Directory Theme archive (ZIP file)"
705
  msgstr ""
708
  msgid "← Return to Directory"
709
  msgstr ""
710
 
711
+ #: templates/submit-listing-images.tpl.php:5
712
+ msgid "Current Images"
713
+ msgstr ""
714
+
715
+ #: templates/submit-listing-images.tpl.php:8
716
+ msgid "There are no images currently attached to your listing."
717
+ msgstr ""
718
+
719
  #. Author URI of the plugin/theme
720
  msgid "https://businessdirectoryplugin.com"
721
  msgstr ""
1329
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1330
  msgstr ""
1331
 
1332
+ #: includes/admin/class-admin.php:470
1333
  msgctxt "admin"
1334
  msgid "Untitled Menu"
1335
  msgstr ""
1336
 
1337
+ #: includes/admin/class-admin.php:795
1338
  msgctxt "admin"
1339
  msgid "Dismiss this notice."
1340
  msgstr ""
1341
 
1342
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1343
  msgctxt "admin"
1344
  msgid "The listing has been updated."
1345
  msgid_plural "The listings have been updated."
1346
  msgstr[0] ""
1347
  msgstr[1] ""
1348
 
1349
+ #: includes/admin/class-admin.php:870
1350
  msgctxt "admin"
1351
  msgid "The fee was successfully assigned."
1352
  msgstr ""
1353
 
1354
+ #: includes/admin/class-admin.php:880
1355
  msgctxt "admin"
1356
  msgid "Listing was renewed."
1357
  msgid_plural "Listings were renewed."
1358
  msgstr[0] ""
1359
  msgstr[1] ""
1360
 
1361
+ #: includes/admin/class-admin.php:892
1362
  msgctxt "admin"
1363
  msgid "Renewal email sent."
1364
  msgstr ""
1365
 
1366
+ #: includes/admin/class-admin.php:896
1367
  msgctxt "admin"
1368
  msgid ""
1369
  "Could not send renewal email, notice template at listing expiration not "
1370
  "found."
1371
  msgstr ""
1372
 
1373
+ #: includes/admin/class-admin.php:903
1374
  msgctxt "admin"
1375
  msgid "Listing report deleted."
1376
  msgid_plural "Listing reports deleted."
1377
  msgstr[0] ""
1378
  msgstr[1] ""
1379
 
1380
+ #: includes/admin/class-admin.php:951
1381
  msgctxt "admin"
1382
  msgid "Access keys sent."
1383
  msgstr ""
1384
 
1385
+ #: includes/admin/class-admin.php:953
1386
  msgctxt "admin"
1387
  msgid "The access keys couldn't be sent."
1388
  msgstr ""
1389
 
1390
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1391
  msgctxt "admin"
1392
  msgid "Listing Count"
1393
  msgstr ""
1394
 
1395
+ #: includes/admin/class-admin.php:1098
1396
  msgctxt "admin"
1397
  msgid ""
1398
  "<b>Business Directory Plugin</b> requires a page with the "
1399
  "<tt>[businessdirectory]</tt> shortcode to function properly."
1400
  msgstr ""
1401
 
1402
+ #: includes/admin/class-admin.php:1100
1403
  msgctxt "admin"
1404
  msgid ""
1405
  "You can create this page by yourself or let Business Directory do this for "
1406
  "you automatically."
1407
  msgstr ""
1408
 
1409
+ #: includes/admin/class-admin.php:1105
1410
  msgctxt "admin"
1411
  msgid "Create required pages for me"
1412
  msgstr ""
1413
 
1414
+ #: includes/admin/class-admin.php:1139
1415
  msgctxt "admin"
1416
  msgid ""
1417
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1419
  "your provider to upgrade in order to prevent any issues with the plugin."
1420
  msgstr ""
1421
 
1422
+ #: includes/admin/class-admin.php:1163
1423
  msgctxt "admin"
1424
  msgid ""
1425
  "We noticed you want your Business Directory users to register before posting "
1784
  msgid "Settings"
1785
  msgstr ""
1786
 
1787
+ #: includes/admin/class-admin.php:1023
1788
  msgctxt "admin category id"
1789
  msgid "ID"
1790
  msgstr ""
2615
  msgid "Save Changes"
2616
  msgstr ""
2617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2618
  #: includes/admin/form-fields.php:22
2619
  msgctxt "form-fields admin"
2620
  msgid "form field"
5689
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
5690
  msgstr ""
5691
 
5692
+ #: includes/class-fees-api.php:62
5693
  msgctxt "fees-api"
5694
  msgid "Free Listing"
5695
  msgstr ""
6276
  msgstr ""
6277
 
6278
  #: includes/fields/class-fieldtypes-social.php:95
6279
+ #: includes/fields/class-fieldtypes-url.php:157
6280
  msgctxt "form-fields api"
6281
  msgid "URL:"
6282
  msgstr ""
6321
  msgid "URL Field"
6322
  msgstr ""
6323
 
6324
+ #: includes/fields/class-fieldtypes-url.php:169
6325
  msgctxt "form-fields api"
6326
  msgid "Link Text (optional):"
6327
  msgstr ""
6982
  msgid "Image height:"
6983
  msgstr ""
6984
 
 
 
 
 
 
 
 
 
 
 
6985
  #: includes/gateways/class-gateway-authorize-net.php:20
6986
  msgctxt "authorize-net"
6987
  msgid "Authorize.net"
8146
  msgid "Display the following fields in the form."
8147
  msgstr ""
8148
 
8149
+ #: includes/widgets/widget-search.php:107
8150
  msgctxt "widgets"
8151
  msgid "Search"
8152
  msgstr ""
8162
  msgid "required"
8163
  msgstr ""
8164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8165
  #: templates/admin/home.tpl.php:12
8166
  msgctxt "admin home"
8167
  msgid "Welcome to Business Directory Plugin. You are using %s."
8396
  msgid "Save Changes"
8397
  msgstr ""
8398
 
8399
+ #: templates/admin/sidebar.tpl.php:66
8400
+ msgctxt "admin sidebar"
8401
+ msgid "Get a Directory Theme"
8402
+ msgstr ""
8403
+
8404
+ #: templates/admin/sidebar.tpl.php:84
8405
+ msgctxt "admin sidebar"
8406
+ msgid "Found a bug? Need support?"
8407
+ msgstr ""
8408
+
8409
+ #: templates/admin/sidebar.tpl.php:91
8410
+ msgctxt "admin sidebar"
8411
+ msgid "If you've found a bug or need support <a>let us know!</a>"
8412
+ msgstr ""
8413
+
8414
+ #: templates/admin/sidebar.tpl.php:96
8415
+ msgctxt "admin sidebar"
8416
+ msgid "Full plugin documentation"
8417
+ msgstr ""
8418
+
8419
+ #: templates/admin/sidebar.tpl.php:97
8420
+ msgctxt "admin sidebar"
8421
+ msgid "Quick Start Guide"
8422
+ msgstr ""
8423
+
8424
+ #: templates/admin/sidebar.tpl.php:98
8425
+ msgctxt "admin sidebar"
8426
+ msgid "Video Tutorials"
8427
+ msgstr ""
8428
+
8429
  #: templates/admin/themes-delete-confirm.tpl.php:1
8430
  #: templates/admin/themes-delete-confirm.tpl.php:13
8431
  msgctxt "themes admin"
languages/business-directory-plugin-es_ES.mo CHANGED
Binary file
languages/business-directory-plugin-es_ES.po CHANGED
@@ -5,8 +5,8 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2020-09-09 13:07:48+00:00\n"
9
- "PO-Revision-Date: 2020-09-09 08:26-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
12
  "Language: es_ES\n"
@@ -32,7 +32,7 @@ msgstr "Reportes"
32
 
33
  #: includes/admin/class-admin-listings.php:225
34
  #: includes/admin/class-listing-owner.php:91
35
- #: includes/helpers/class-listing-owner.php:110
36
  msgid "Listing Owner"
37
  msgstr "Dueño del listado"
38
 
@@ -79,9 +79,8 @@ msgstr "El listado fue importado por el administrador. No se realizó pago."
79
 
80
  #: includes/admin/class-listing-owner.php:66
81
  #: includes/admin/class-listing-owner.php:93
82
- #: includes/helpers/class-listing-owner.php:31
83
- #: includes/helpers/class-listing-owner.php:85
84
- #: includes/helpers/class-listing-owner.php:112
85
  msgid "Please select a user"
86
  msgstr "Por favor seleccione un usuario"
87
 
@@ -456,7 +455,8 @@ msgstr "Dirección del Negocio"
456
  msgid "ZIP Code"
457
  msgstr "Código Postal"
458
 
459
- #: includes/functions.php:554
 
460
  msgid "Free"
461
  msgstr "Gratuito"
462
 
@@ -539,13 +539,115 @@ msgstr ""
539
  "La siguiente información puede ayudar a los desarrolladores de Business "
540
  "Directory a depurar posibles problemas con su instalación."
541
 
542
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
543
  msgid ""
544
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
545
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
546
  msgstr ""
547
- "Para poder utilizar comisiones debe ir a la página de <a>Configuraciones - "
548
- "Configuración de Pagos</a> y habilitar \"Activar Pagos?\"."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
 
550
  #: templates/admin/home.tpl.php:54
551
  msgid "Manage Options"
@@ -601,49 +703,49 @@ msgid "Reset Defaults"
601
  msgstr "Restaurar valores por defecto"
602
 
603
  #: templates/admin/sidebar.tpl.php:3
 
 
 
 
604
  msgid "PayPal Payments"
605
  msgstr "Pasarela de pago PayPal"
606
 
607
- #: templates/admin/sidebar.tpl.php:4
608
  msgid "Google Maps"
609
  msgstr ""
610
 
611
- #: templates/admin/sidebar.tpl.php:5
612
  msgid "Regions"
613
- msgstr ""
614
 
615
- #: templates/admin/sidebar.tpl.php:6
616
  msgid "ZIP Code Search"
617
- msgstr ""
618
 
619
- #: templates/admin/sidebar.tpl.php:7
620
  msgid "Ratings"
621
- msgstr ""
622
 
623
- #: templates/admin/sidebar.tpl.php:8
624
  msgid "Stripe Payments"
625
- msgstr ""
626
 
627
- #: templates/admin/sidebar.tpl.php:9
628
  msgid "Featured Levels"
629
  msgstr "Niveles Destacados"
630
 
631
- #: templates/admin/sidebar.tpl.php:10
632
  msgid "Claim Listings"
633
- msgstr ""
634
 
635
- #: templates/admin/sidebar.tpl.php:11
636
  msgid "File Upload"
637
- msgstr ""
638
 
639
- #: templates/admin/sidebar.tpl.php:12
640
  msgid "Discount Codes"
641
  msgstr "Códigos de Descuento"
642
 
643
- #: templates/admin/sidebar.tpl.php:13
644
- msgid "PayFast Payments"
645
- msgstr ""
646
-
647
  #: templates/admin/sidebar.tpl.php:17
648
  msgid "Modern Business Theme"
649
  msgstr ""
@@ -672,10 +774,18 @@ msgstr ""
672
  msgid "Like this plugin?"
673
  msgstr "Le gusta este plugin?"
674
 
675
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
676
  msgid "new"
677
  msgstr "nuevo"
678
 
 
 
 
 
679
  #: templates/admin/themes-install.tpl.php:21
680
  msgid "Business Directory Theme archive (ZIP file)"
681
  msgstr "archivo con tema para Business Directory (ZIP)"
@@ -684,6 +794,14 @@ msgstr "archivo con tema para Business Directory (ZIP)"
684
  msgid "← Return to Directory"
685
  msgstr "← Regresar al Directorio"
686
 
 
 
 
 
 
 
 
 
687
  #. Author URI of the plugin/theme
688
  msgid "https://businessdirectoryplugin.com"
689
  msgstr ""
@@ -1339,41 +1457,41 @@ msgid "You're all set. Visit your new <a>Business Directory</a> page."
1339
  msgstr ""
1340
  "Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
1341
 
1342
- #: includes/admin/class-admin.php:461
1343
  msgctxt "admin"
1344
  msgid "Untitled Menu"
1345
  msgstr "Menú sin título"
1346
 
1347
- #: includes/admin/class-admin.php:786
1348
  msgctxt "admin"
1349
  msgid "Dismiss this notice."
1350
  msgstr "Ignorar."
1351
 
1352
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1353
  msgctxt "admin"
1354
  msgid "The listing has been updated."
1355
  msgid_plural "The listings have been updated."
1356
  msgstr[0] "El listado ha sido actualizado."
1357
  msgstr[1] "Los listados han sido actualizados."
1358
 
1359
- #: includes/admin/class-admin.php:861
1360
  msgctxt "admin"
1361
  msgid "The fee was successfully assigned."
1362
  msgstr "La comisión se asignó satisfactoriamente."
1363
 
1364
- #: includes/admin/class-admin.php:871
1365
  msgctxt "admin"
1366
  msgid "Listing was renewed."
1367
  msgid_plural "Listings were renewed."
1368
  msgstr[0] "El listado ha sido renovado."
1369
  msgstr[1] "Los listados fueron renovados."
1370
 
1371
- #: includes/admin/class-admin.php:883
1372
  msgctxt "admin"
1373
  msgid "Renewal email sent."
1374
  msgstr "Mensaje de correo electrónico de renovación enviado."
1375
 
1376
- #: includes/admin/class-admin.php:887
1377
  msgctxt "admin"
1378
  msgid ""
1379
  "Could not send renewal email, notice template at listing expiration not "
@@ -1382,29 +1500,29 @@ msgstr ""
1382
  "No se pudo enviar el correo electrónico de renovación, no se encontró la "
1383
  "plantilla de notificación al momento de expirar e listado."
1384
 
1385
- #: includes/admin/class-admin.php:894
1386
  msgctxt "admin"
1387
  msgid "Listing report deleted."
1388
  msgid_plural "Listing reports deleted."
1389
  msgstr[0] "Reporte eliminado."
1390
  msgstr[1] "Reportes eliminados."
1391
 
1392
- #: includes/admin/class-admin.php:942
1393
  msgctxt "admin"
1394
  msgid "Access keys sent."
1395
  msgstr "Claves de acceso enviadas."
1396
 
1397
- #: includes/admin/class-admin.php:944
1398
  msgctxt "admin"
1399
  msgid "The access keys couldn't be sent."
1400
  msgstr "No se pudo enviar las claves de acceso."
1401
 
1402
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1403
  msgctxt "admin"
1404
  msgid "Listing Count"
1405
  msgstr "Conteo de Listados"
1406
 
1407
- #: includes/admin/class-admin.php:1089
1408
  msgctxt "admin"
1409
  msgid ""
1410
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -1413,7 +1531,7 @@ msgstr ""
1413
  "<b>Business Directory Plugin</b> requiere una página con el shortcode "
1414
  "<tt>[businessdirectory]</tt> para funcionar adecuadamente."
1415
 
1416
- #: includes/admin/class-admin.php:1091
1417
  msgctxt "admin"
1418
  msgid ""
1419
  "You can create this page by yourself or let Business Directory do this for "
@@ -1422,12 +1540,12 @@ msgstr ""
1422
  "Puede crear esta página usted mismo o dejar que Business Directory lo haga "
1423
  "por usted automáticamente."
1424
 
1425
- #: includes/admin/class-admin.php:1096
1426
  msgctxt "admin"
1427
  msgid "Create required pages for me"
1428
  msgstr "Crear las páginas requeridas por mi"
1429
 
1430
- #: includes/admin/class-admin.php:1130
1431
  msgctxt "admin"
1432
  msgid ""
1433
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1439,7 +1557,7 @@ msgstr ""
1439
  "Por favor comuníquese con su proveedor de hosting para actualizar su sistema "
1440
  "y evitar problemas de compatibilidad."
1441
 
1442
- #: includes/admin/class-admin.php:1154
1443
  msgctxt "admin"
1444
  msgid ""
1445
  "We noticed you want your Business Directory users to register before posting "
@@ -1817,7 +1935,7 @@ msgctxt "admin menu"
1817
  msgid "Settings"
1818
  msgstr "Configuración"
1819
 
1820
- #: includes/admin/class-admin.php:1014
1821
  msgctxt "admin category id"
1822
  msgid "ID"
1823
  msgstr "ID"
@@ -2698,92 +2816,6 @@ msgctxt "fees admin"
2698
  msgid "Save Changes"
2699
  msgstr "Guardar Cambios"
2700
 
2701
- #: templates/admin/fees-index.tpl.php:6
2702
- msgctxt "fees admin"
2703
- msgid "Add New Listing Fee"
2704
- msgstr "Agregar Nueva Comisión de Listado"
2705
-
2706
- #: templates/admin/fees-index.tpl.php:14
2707
- msgctxt "fees admin"
2708
- msgid "Payments are currently turned off."
2709
- msgstr "Los pagos se encuentran actualmente deshabitados."
2710
-
2711
- #: templates/admin/fees-index.tpl.php:27
2712
- msgctxt "fees admin"
2713
- msgid "Order fees on the frontend by:"
2714
- msgstr "Ordenar comisiones del lado del usuario por:"
2715
-
2716
- #: templates/admin/fees-index.tpl.php:37
2717
- msgctxt "fees admin"
2718
- msgid "↑ Ascending"
2719
- msgstr "Ascendente"
2720
-
2721
- #: templates/admin/fees-index.tpl.php:38
2722
- msgctxt "fees admin"
2723
- msgid "↓ Descending"
2724
- msgstr "Descendente"
2725
-
2726
- #: templates/admin/fees-index.tpl.php:46
2727
- msgctxt "fees admin"
2728
- msgid "Drag and drop to re-order fees."
2729
- msgstr "Arrastre y suelte para reordenar las comisiones."
2730
-
2731
- #: templates/admin/fees-index.tpl.php:66
2732
- msgctxt "fees admin"
2733
- msgid ""
2734
- "These are all of the fee plans displayed to the user when they place a "
2735
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2736
- "the <a>Not Available</a> filter will become active when you change the "
2737
- "payment mode."
2738
- msgstr ""
2739
- "Estos son todos los planes de comisión disponibles para un usuario cuando "
2740
- "envíe su listado. El modo actual de \"%s\" restringe lo que se ve aquí. "
2741
- "Aquellos planes en el filtro <a>No Disponible</a> se volverán activos cuando "
2742
- "cambie el modo de pago del directorio."
2743
-
2744
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2745
- #: templates/admin/fees-index.tpl.php:118
2746
- msgctxt "fees admin"
2747
- msgid "Paid"
2748
- msgstr "Pagado"
2749
-
2750
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2751
- #: templates/admin/fees-index.tpl.php:118
2752
- msgctxt "fees admin"
2753
- msgid "Free"
2754
- msgstr "Gratuito"
2755
-
2756
- #: templates/admin/fees-index.tpl.php:81
2757
- msgctxt "fees admin"
2758
- msgid ""
2759
- "These are all of the fee plans that aren't available because you're in \"%s"
2760
- "\" mode. Those on the Active filter will become Not Available when you "
2761
- "change the payment mode."
2762
- msgstr ""
2763
- "Estos son todas las comisiones que no están disponibles porque el directorio "
2764
- "opera en modo \"%s\". Aquellas en el filtro Activas se convertirán en No "
2765
- "Disponibles cuando cambie el modo."
2766
-
2767
- #: templates/admin/fees-index.tpl.php:94
2768
- msgctxt "fees admin"
2769
- msgid ""
2770
- "These fee plans were disabled by the admin and will not show to the end user "
2771
- "regardless of mode until you enable them."
2772
- msgstr ""
2773
- "Estas comisiones fueron deshabilitadas por el administrador y no se "
2774
- "mostrarán al usuario sin importar el modo de operación del directorio."
2775
-
2776
- #: templates/admin/fees-index.tpl.php:112
2777
- msgctxt "fees admin"
2778
- msgid ""
2779
- "These are all of the fee plans you have configured. Not all of them are "
2780
- "available for the current mode (currently set to \"%s\"). To see the fee "
2781
- "plans for this mode click <a>Active</a>."
2782
- msgstr ""
2783
- "Estos son todas las comisiones que tiene configuradas. No todas están "
2784
- "disponibles para el modo actual (ahora \"%s\"). Para ver todos los planes "
2785
- "para este modo haga click en <a>Activas</a>."
2786
-
2787
  #: includes/admin/form-fields.php:22
2788
  msgctxt "form-fields admin"
2789
  msgid "form field"
@@ -6078,7 +6110,7 @@ msgstr ""
6078
  "el plan de pago. Para prevenir inconvenientes con los listados, por favor "
6079
  "edite el <a>plan de pago</a> apropiadamente."
6080
 
6081
- #: includes/class-fees-api.php:61
6082
  msgctxt "fees-api"
6083
  msgid "Free Listing"
6084
  msgstr "Listado Gratuito"
@@ -6690,7 +6722,7 @@ msgid "Social Site (Other)"
6690
  msgstr "Sitio Social (Otro)"
6691
 
6692
  #: includes/fields/class-fieldtypes-social.php:95
6693
- #: includes/fields/class-fieldtypes-url.php:152
6694
  msgctxt "form-fields api"
6695
  msgid "URL:"
6696
  msgstr "URL:"
@@ -6735,7 +6767,7 @@ msgctxt "form-fields api"
6735
  msgid "URL Field"
6736
  msgstr "Campo de URL"
6737
 
6738
- #: includes/fields/class-fieldtypes-url.php:164
6739
  msgctxt "form-fields api"
6740
  msgid "Link Text (optional):"
6741
  msgstr "Texto del enlace (opcional):"
@@ -7447,16 +7479,6 @@ msgctxt "templates"
7447
  msgid "Image height:"
7448
  msgstr "Alto de imagen:"
7449
 
7450
- #: templates/submit-listing-images.tpl.php:5
7451
- msgctxt "templates"
7452
- msgid "Current Images"
7453
- msgstr "Imágenes Actuales"
7454
-
7455
- #: templates/submit-listing-images.tpl.php:8
7456
- msgctxt "templates"
7457
- msgid "There are no images currently attached to your listing."
7458
- msgstr "No hay actualmente imágenes asociadas a su listado."
7459
-
7460
  #: includes/gateways/class-gateway-authorize-net.php:20
7461
  msgctxt "authorize-net"
7462
  msgid "Authorize.net"
@@ -8719,7 +8741,7 @@ msgctxt "widgets"
8719
  msgid "Display the following fields in the form."
8720
  msgstr "Mostrar los siguientes campos en el formulario."
8721
 
8722
- #: includes/widgets/widget-search.php:108
8723
  msgctxt "widgets"
8724
  msgid "Search"
8725
  msgstr "Buscar"
@@ -8735,134 +8757,6 @@ msgctxt "admin forms"
8735
  msgid "required"
8736
  msgstr "requerido"
8737
 
8738
- #: templates/admin/fees-index.tpl.php:132
8739
- msgctxt "admin sidebar"
8740
- msgid "PayPal Gateway Module"
8741
- msgstr "Módulo pasarela de pago PayPal"
8742
-
8743
- #: templates/admin/fees-index.tpl.php:133
8744
- msgctxt "admin sidebar"
8745
- msgid "2Checkout Gateway Module"
8746
- msgstr "Módulo pasarela de pago 2Checkout"
8747
-
8748
- #: templates/admin/fees-index.tpl.php:134
8749
- msgctxt "admin sidebar"
8750
- msgid "PayFast Payment Module"
8751
- msgstr "Módulo pasarela de pago PayFast"
8752
-
8753
- #: templates/admin/fees-index.tpl.php:135
8754
- msgctxt "admin sidebar"
8755
- msgid "Stripe Payment Module"
8756
- msgstr "Módulo pasarela de pago Stripe"
8757
-
8758
- #: templates/admin/sidebar.tpl.php:40
8759
- msgctxt "admin sidebar"
8760
- msgid "Get a Premium Module"
8761
- msgstr "Obtener un Módulo Premium"
8762
-
8763
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
8764
- msgctxt "admin sidebar"
8765
- msgid "best deal"
8766
- msgstr "mejor precio"
8767
-
8768
- #: templates/admin/sidebar.tpl.php:43
8769
- msgctxt "admin sidebar"
8770
- msgid "Combo Pack"
8771
- msgstr "Paquete de plugins"
8772
-
8773
- #: templates/admin/sidebar.tpl.php:43
8774
- msgctxt "admin sidebar"
8775
- msgid "(All Modules)"
8776
- msgstr "(Todos los módulos)"
8777
-
8778
- #: templates/admin/sidebar.tpl.php:59
8779
- msgctxt "admin sidebar"
8780
- msgid "Get a Directory Theme"
8781
- msgstr "Obtener un tema del Directorio"
8782
-
8783
- #: templates/admin/sidebar.tpl.php:62
8784
- msgctxt "admin sidebar"
8785
- msgid "Theme Pack"
8786
- msgstr "Paquete de temas"
8787
-
8788
- #: templates/admin/sidebar.tpl.php:62
8789
- msgctxt "admin sidebar"
8790
- msgid "(All Themes)"
8791
- msgstr "(Todos los temas)"
8792
-
8793
- #: templates/admin/sidebar.tpl.php:78
8794
- msgctxt "admin sidebar"
8795
- msgid "Found a bug? Need support?"
8796
- msgstr "Encontró un error? Necesita soporte?"
8797
-
8798
- #: templates/admin/sidebar.tpl.php:85
8799
- msgctxt "admin sidebar"
8800
- msgid "If you've found a bug or need support <a>let us know!</a>"
8801
- msgstr "Si ha encontrado un error o necesita soporte <a>¡contáctenos!</a>"
8802
-
8803
- #: templates/admin/sidebar.tpl.php:90
8804
- msgctxt "admin sidebar"
8805
- msgid "Full plugin documentation"
8806
- msgstr "Documentación completa del plugin"
8807
-
8808
- #: templates/admin/sidebar.tpl.php:91
8809
- msgctxt "admin sidebar"
8810
- msgid "Quick Start Guide"
8811
- msgstr "Guía de Inicio Rápido"
8812
-
8813
- #: templates/admin/sidebar.tpl.php:92
8814
- msgctxt "admin sidebar"
8815
- msgid "Video Tutorials"
8816
- msgstr "Videotutoriales"
8817
-
8818
- #: templates/admin/sidebar.tpl.php:100
8819
- msgctxt "admin sidebar"
8820
- msgid "Installed Modules"
8821
- msgstr "Módulos Instalados"
8822
-
8823
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
8824
- msgctxt "admin sidebar"
8825
- msgid "Installed"
8826
- msgstr "Instalado"
8827
-
8828
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
8829
- msgctxt "admin sidebar"
8830
- msgid "Not Installed"
8831
- msgstr "No Instalado"
8832
-
8833
- #: templates/admin/sidebar.tpl.php:119
8834
- msgctxt "admin sidebar"
8835
- msgid "Enhanced Categories Module"
8836
- msgstr "Enhanced Categories Module"
8837
-
8838
- #: templates/admin/fees-index.tpl.php:147
8839
- msgctxt "admin templates"
8840
- msgid ""
8841
- "It does not appear you have any of the payment gateway modules enabled. "
8842
- "Either <a>enable the default Authorize.net gateway</a> with your account "
8843
- "info, or purchase a different payment gateway module in order to charge a "
8844
- "fee for listings. To purchase additional payment gateways use the buttons "
8845
- "below or visit %s."
8846
- msgstr ""
8847
- "No pareciera que tiene módulos de pago instalados. <a>Habilite la pasarela "
8848
- "Authorize.net incluída</a> o adquiera otra pasarela de pago para poder "
8849
- "cobrar por los listados. Para comprar pasarelas adicionales utilice los "
8850
- "botones abajo o visite %s."
8851
-
8852
- #: templates/admin/fees-index.tpl.php:166
8853
- msgctxt "admin templates"
8854
- msgid "Already installed."
8855
- msgstr "Ya instalado."
8856
-
8857
- #: templates/admin/fees-index.tpl.php:173
8858
- msgctxt "admin templates"
8859
- msgid ""
8860
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
8861
- "users."
8862
- msgstr ""
8863
- "Puede comprar la pasarela de pago de <a>%1$s</a> para agregar <a>%2%s</a> "
8864
- "como opción de pago para sus usuarios."
8865
-
8866
  #: templates/admin/home.tpl.php:12
8867
  msgctxt "admin home"
8868
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -9118,6 +9012,36 @@ msgctxt "settings email"
9118
  msgid "Save Changes"
9119
  msgstr "Guardar Cambios"
9120
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9121
  #: templates/admin/themes-delete-confirm.tpl.php:1
9122
  #: templates/admin/themes-delete-confirm.tpl.php:13
9123
  msgctxt "themes admin"
@@ -9557,6 +9481,95 @@ msgctxt "themes/default"
9557
  msgid "Address"
9558
  msgstr "Dirección"
9559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9560
  #~ msgctxt "debug-info"
9561
  #~ msgid "BD Info"
9562
  #~ msgstr "Información de BD"
@@ -9775,9 +9788,6 @@ msgstr "Dirección"
9775
  #~ msgid "You don't have permission to access this page."
9776
  #~ msgstr "Usted no tiene permisos para instalar plugins"
9777
 
9778
- #~ msgid "Paid"
9779
- #~ msgstr "Pago"
9780
-
9781
  #~ msgid "Pending Upgrade"
9782
  #~ msgstr "Pendientes de Mejora"
9783
 
@@ -10972,9 +10982,6 @@ msgstr "Dirección"
10972
  #~ msgid "Mark as"
10973
  #~ msgstr "Marcar como"
10974
 
10975
- #~ msgid "Upgrade to %s"
10976
- #~ msgstr "Mejorar a %s"
10977
-
10978
  #~ msgid "Downgrade to %s"
10979
  #~ msgstr "Degradar a %s"
10980
 
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2020-09-25 21:07:19+00:00\n"
9
+ "PO-Revision-Date: 2020-09-25 16:20-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
12
  "Language: es_ES\n"
32
 
33
  #: includes/admin/class-admin-listings.php:225
34
  #: includes/admin/class-listing-owner.php:91
35
+ #: includes/helpers/class-listing-owner.php:91
36
  msgid "Listing Owner"
37
  msgstr "Dueño del listado"
38
 
79
 
80
  #: includes/admin/class-listing-owner.php:66
81
  #: includes/admin/class-listing-owner.php:93
82
+ #: includes/helpers/class-listing-owner.php:66
83
+ #: includes/helpers/class-listing-owner.php:93
 
84
  msgid "Please select a user"
85
  msgstr "Por favor seleccione un usuario"
86
 
455
  msgid "ZIP Code"
456
  msgstr "Código Postal"
457
 
458
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
459
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
460
  msgid "Free"
461
  msgstr "Gratuito"
462
 
539
  "La siguiente información puede ayudar a los desarrolladores de Business "
540
  "Directory a depurar posibles problemas con su instalación."
541
 
542
+ #: templates/admin/fees-index.tpl.php:7
543
+ msgid "Add New Listing Fee"
544
+ msgstr "Añadir nueva tarifa de listado"
545
+
546
+ #: templates/admin/fees-index.tpl.php:16
547
+ msgid "Payments are currently turned off."
548
+ msgstr "Los pagos están desactivados actualmente."
549
+
550
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
551
+ #: templates/admin/fees-index.tpl.php:20
552
  msgid ""
553
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
554
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
555
  msgstr ""
556
+ "Para administrar las tarifas, debe ir a la página %1$sConfiguraciones - Pagos"
557
+ "%2$s y marque la casilla situada junto a \"Activar pagos\" en "
558
+ "\"Configuración de pago\"."
559
+
560
+ #: templates/admin/fees-index.tpl.php:34
561
+ msgid "Order fees on the frontend by:"
562
+ msgstr "Ordenar tarifas del lado del usuario por:"
563
+
564
+ #: templates/admin/fees-index.tpl.php:44
565
+ msgid "↑ Ascending"
566
+ msgstr "↑ Ascendente"
567
+
568
+ #: templates/admin/fees-index.tpl.php:45
569
+ msgid "↓ Descending"
570
+ msgstr "↓ Descendente"
571
+
572
+ #: templates/admin/fees-index.tpl.php:53
573
+ msgid "Drag and drop to re-order fees."
574
+ msgstr "Arrastre y suelte para reordenar las tarifas."
575
+
576
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
577
+ #. opening <a> tag, %3$s is a closing </a> tag.
578
+ #: templates/admin/fees-index.tpl.php:71
579
+ msgid ""
580
+ "These are all of the fee plans displayed to the user when they place a "
581
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
582
+ "the %2$sNot Available%3$s filter will become active when you change the "
583
+ "payment mode."
584
+ msgstr ""
585
+ "Estos son todos los planes de tarifas disponibles para el usuario al crear "
586
+ "listado. En el modo actual “%1$s\" restringe lo que se ve aquí. Aquellos "
587
+ "planes en el filtro %2$sNo Disponible%3$s se activarán cuando cambie el modo "
588
+ "de pago del directorio."
589
+
590
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
591
+ #: templates/admin/fees-index.tpl.php:106
592
+ msgid "Paid"
593
+ msgstr "Pago"
594
+
595
+ #. translators: %s is directory payment mode (Free or Paid)
596
+ #: templates/admin/fees-index.tpl.php:84
597
+ msgid ""
598
+ "These are all of the fee plans that aren't available because you're in \"%s"
599
+ "\" mode. Those on the Active filter will become Not Available when you "
600
+ "change the payment mode."
601
+ msgstr ""
602
+ "Estas son todas las tarifas que no se encuentran disponibles porque el "
603
+ "directorio opera en modo \"%s\". Aquellas en el filtro “Activas” se "
604
+ "convertirán en “No Disponibles” cuando cambie el modo."
605
+
606
+ #: templates/admin/fees-index.tpl.php:93
607
+ msgid ""
608
+ "These fee plans were disabled by the admin and will not show to the end user "
609
+ "regardless of mode until you enable them."
610
+ msgstr ""
611
+ "Estas tarifas fueron deshabilitadas por el administrador y no se mostrarán "
612
+ "al usuario sin importar el modo de operación del directorio."
613
+
614
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
615
+ #. opening <a> tag, %3$s is a closing </a> tag.
616
+ #: templates/admin/fees-index.tpl.php:105
617
+ msgid ""
618
+ "These are all of the fee plans you have configured. Not all of them are "
619
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
620
+ "plans for this mode click %2$sActive%3$s."
621
+ msgstr ""
622
+ "Estos son todas las tarifas que tiene configuradas. No todas están "
623
+ "disponibles para el estado actual (“%1$s\"). Para ver todos los planes para "
624
+ "este estado haga click en %2$sActivas%3$s."
625
+
626
+ #: templates/admin/fees-index.tpl.php:135
627
+ msgid "Set up a payment gateway to charge a fee for listings"
628
+ msgstr ""
629
+ "Configurar una pasarela de pagos para cobrar una tarifa por los listados"
630
+
631
+ #: templates/admin/fees-index.tpl.php:137
632
+ msgid "Add a payment gateway to increase conversion rates"
633
+ msgstr "Agregue una pasarela de pago para aumentar las tasas de conversión"
634
+
635
+ #. translators: %s: payment gateway name */
636
+ #: templates/admin/fees-index.tpl.php:155
637
+ msgid "Add the %s gateway as a payment option."
638
+ msgstr "Agregar la pasarela %s como opción de pago."
639
+
640
+ #: templates/admin/fees-index.tpl.php:161
641
+ msgid "Upgrade"
642
+ msgstr "Mejorar"
643
+
644
+ #: templates/admin/fees-index.tpl.php:169
645
+ msgid "Set up Authorize.net as a payment option."
646
+ msgstr "Configurar Authorize.net como opción de pago."
647
+
648
+ #: templates/admin/fees-index.tpl.php:172
649
+ msgid "Set Up"
650
+ msgstr "Configurar"
651
 
652
  #: templates/admin/home.tpl.php:54
653
  msgid "Manage Options"
703
  msgstr "Restaurar valores por defecto"
704
 
705
  #: templates/admin/sidebar.tpl.php:3
706
+ msgid "Category Images"
707
+ msgstr "Imágenes por Categoría"
708
+
709
+ #: templates/admin/sidebar.tpl.php:4
710
  msgid "PayPal Payments"
711
  msgstr "Pasarela de pago PayPal"
712
 
713
+ #: templates/admin/sidebar.tpl.php:5
714
  msgid "Google Maps"
715
  msgstr ""
716
 
717
+ #: templates/admin/sidebar.tpl.php:6
718
  msgid "Regions"
719
+ msgstr "Regiones"
720
 
721
+ #: templates/admin/sidebar.tpl.php:7
722
  msgid "ZIP Code Search"
723
+ msgstr "Búsqueda por código ZIP"
724
 
725
+ #: templates/admin/sidebar.tpl.php:8
726
  msgid "Ratings"
727
+ msgstr "Calificaciones"
728
 
729
+ #: templates/admin/sidebar.tpl.php:9
730
  msgid "Stripe Payments"
731
+ msgstr "Pasarela de pago Stripe"
732
 
733
+ #: templates/admin/sidebar.tpl.php:10
734
  msgid "Featured Levels"
735
  msgstr "Niveles Destacados"
736
 
737
+ #: templates/admin/sidebar.tpl.php:11
738
  msgid "Claim Listings"
739
+ msgstr "Reclamar Listados"
740
 
741
+ #: templates/admin/sidebar.tpl.php:12
742
  msgid "File Upload"
743
+ msgstr "Carga de Archivos"
744
 
745
+ #: templates/admin/sidebar.tpl.php:13
746
  msgid "Discount Codes"
747
  msgstr "Códigos de Descuento"
748
 
 
 
 
 
749
  #: templates/admin/sidebar.tpl.php:17
750
  msgid "Modern Business Theme"
751
  msgstr ""
774
  msgid "Like this plugin?"
775
  msgstr "Le gusta este plugin?"
776
 
777
+ #: templates/admin/sidebar.tpl.php:40
778
+ msgid "Make better directories"
779
+ msgstr "Hacer mejores directorios"
780
+
781
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
782
  msgid "new"
783
  msgstr "nuevo"
784
 
785
+ #: templates/admin/sidebar.tpl.php:59
786
+ msgid "Upgrade Now"
787
+ msgstr "Mejorar ahora"
788
+
789
  #: templates/admin/themes-install.tpl.php:21
790
  msgid "Business Directory Theme archive (ZIP file)"
791
  msgstr "archivo con tema para Business Directory (ZIP)"
794
  msgid "← Return to Directory"
795
  msgstr "← Regresar al Directorio"
796
 
797
+ #: templates/submit-listing-images.tpl.php:5
798
+ msgid "Current Images"
799
+ msgstr "Imágenes Actuales"
800
+
801
+ #: templates/submit-listing-images.tpl.php:8
802
+ msgid "There are no images currently attached to your listing."
803
+ msgstr "No hay actualmente imágenes asociadas a su listado."
804
+
805
  #. Author URI of the plugin/theme
806
  msgid "https://businessdirectoryplugin.com"
807
  msgstr ""
1457
  msgstr ""
1458
  "Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
1459
 
1460
+ #: includes/admin/class-admin.php:470
1461
  msgctxt "admin"
1462
  msgid "Untitled Menu"
1463
  msgstr "Menú sin título"
1464
 
1465
+ #: includes/admin/class-admin.php:795
1466
  msgctxt "admin"
1467
  msgid "Dismiss this notice."
1468
  msgstr "Ignorar."
1469
 
1470
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1471
  msgctxt "admin"
1472
  msgid "The listing has been updated."
1473
  msgid_plural "The listings have been updated."
1474
  msgstr[0] "El listado ha sido actualizado."
1475
  msgstr[1] "Los listados han sido actualizados."
1476
 
1477
+ #: includes/admin/class-admin.php:870
1478
  msgctxt "admin"
1479
  msgid "The fee was successfully assigned."
1480
  msgstr "La comisión se asignó satisfactoriamente."
1481
 
1482
+ #: includes/admin/class-admin.php:880
1483
  msgctxt "admin"
1484
  msgid "Listing was renewed."
1485
  msgid_plural "Listings were renewed."
1486
  msgstr[0] "El listado ha sido renovado."
1487
  msgstr[1] "Los listados fueron renovados."
1488
 
1489
+ #: includes/admin/class-admin.php:892
1490
  msgctxt "admin"
1491
  msgid "Renewal email sent."
1492
  msgstr "Mensaje de correo electrónico de renovación enviado."
1493
 
1494
+ #: includes/admin/class-admin.php:896
1495
  msgctxt "admin"
1496
  msgid ""
1497
  "Could not send renewal email, notice template at listing expiration not "
1500
  "No se pudo enviar el correo electrónico de renovación, no se encontró la "
1501
  "plantilla de notificación al momento de expirar e listado."
1502
 
1503
+ #: includes/admin/class-admin.php:903
1504
  msgctxt "admin"
1505
  msgid "Listing report deleted."
1506
  msgid_plural "Listing reports deleted."
1507
  msgstr[0] "Reporte eliminado."
1508
  msgstr[1] "Reportes eliminados."
1509
 
1510
+ #: includes/admin/class-admin.php:951
1511
  msgctxt "admin"
1512
  msgid "Access keys sent."
1513
  msgstr "Claves de acceso enviadas."
1514
 
1515
+ #: includes/admin/class-admin.php:953
1516
  msgctxt "admin"
1517
  msgid "The access keys couldn't be sent."
1518
  msgstr "No se pudo enviar las claves de acceso."
1519
 
1520
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1521
  msgctxt "admin"
1522
  msgid "Listing Count"
1523
  msgstr "Conteo de Listados"
1524
 
1525
+ #: includes/admin/class-admin.php:1098
1526
  msgctxt "admin"
1527
  msgid ""
1528
  "<b>Business Directory Plugin</b> requires a page with the "
1531
  "<b>Business Directory Plugin</b> requiere una página con el shortcode "
1532
  "<tt>[businessdirectory]</tt> para funcionar adecuadamente."
1533
 
1534
+ #: includes/admin/class-admin.php:1100
1535
  msgctxt "admin"
1536
  msgid ""
1537
  "You can create this page by yourself or let Business Directory do this for "
1540
  "Puede crear esta página usted mismo o dejar que Business Directory lo haga "
1541
  "por usted automáticamente."
1542
 
1543
+ #: includes/admin/class-admin.php:1105
1544
  msgctxt "admin"
1545
  msgid "Create required pages for me"
1546
  msgstr "Crear las páginas requeridas por mi"
1547
 
1548
+ #: includes/admin/class-admin.php:1139
1549
  msgctxt "admin"
1550
  msgid ""
1551
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1557
  "Por favor comuníquese con su proveedor de hosting para actualizar su sistema "
1558
  "y evitar problemas de compatibilidad."
1559
 
1560
+ #: includes/admin/class-admin.php:1163
1561
  msgctxt "admin"
1562
  msgid ""
1563
  "We noticed you want your Business Directory users to register before posting "
1935
  msgid "Settings"
1936
  msgstr "Configuración"
1937
 
1938
+ #: includes/admin/class-admin.php:1023
1939
  msgctxt "admin category id"
1940
  msgid "ID"
1941
  msgstr "ID"
2816
  msgid "Save Changes"
2817
  msgstr "Guardar Cambios"
2818
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2819
  #: includes/admin/form-fields.php:22
2820
  msgctxt "form-fields admin"
2821
  msgid "form field"
6110
  "el plan de pago. Para prevenir inconvenientes con los listados, por favor "
6111
  "edite el <a>plan de pago</a> apropiadamente."
6112
 
6113
+ #: includes/class-fees-api.php:62
6114
  msgctxt "fees-api"
6115
  msgid "Free Listing"
6116
  msgstr "Listado Gratuito"
6722
  msgstr "Sitio Social (Otro)"
6723
 
6724
  #: includes/fields/class-fieldtypes-social.php:95
6725
+ #: includes/fields/class-fieldtypes-url.php:157
6726
  msgctxt "form-fields api"
6727
  msgid "URL:"
6728
  msgstr "URL:"
6767
  msgid "URL Field"
6768
  msgstr "Campo de URL"
6769
 
6770
+ #: includes/fields/class-fieldtypes-url.php:169
6771
  msgctxt "form-fields api"
6772
  msgid "Link Text (optional):"
6773
  msgstr "Texto del enlace (opcional):"
7479
  msgid "Image height:"
7480
  msgstr "Alto de imagen:"
7481
 
 
 
 
 
 
 
 
 
 
 
7482
  #: includes/gateways/class-gateway-authorize-net.php:20
7483
  msgctxt "authorize-net"
7484
  msgid "Authorize.net"
8741
  msgid "Display the following fields in the form."
8742
  msgstr "Mostrar los siguientes campos en el formulario."
8743
 
8744
+ #: includes/widgets/widget-search.php:107
8745
  msgctxt "widgets"
8746
  msgid "Search"
8747
  msgstr "Buscar"
8757
  msgid "required"
8758
  msgstr "requerido"
8759
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8760
  #: templates/admin/home.tpl.php:12
8761
  msgctxt "admin home"
8762
  msgid "Welcome to Business Directory Plugin. You are using %s."
9012
  msgid "Save Changes"
9013
  msgstr "Guardar Cambios"
9014
 
9015
+ #: templates/admin/sidebar.tpl.php:66
9016
+ msgctxt "admin sidebar"
9017
+ msgid "Get a Directory Theme"
9018
+ msgstr "Obtener un tema del Directorio"
9019
+
9020
+ #: templates/admin/sidebar.tpl.php:84
9021
+ msgctxt "admin sidebar"
9022
+ msgid "Found a bug? Need support?"
9023
+ msgstr "Encontró un error? Necesita soporte?"
9024
+
9025
+ #: templates/admin/sidebar.tpl.php:91
9026
+ msgctxt "admin sidebar"
9027
+ msgid "If you've found a bug or need support <a>let us know!</a>"
9028
+ msgstr "Si ha encontrado un error o necesita soporte <a>¡contáctenos!</a>"
9029
+
9030
+ #: templates/admin/sidebar.tpl.php:96
9031
+ msgctxt "admin sidebar"
9032
+ msgid "Full plugin documentation"
9033
+ msgstr "Documentación completa del plugin"
9034
+
9035
+ #: templates/admin/sidebar.tpl.php:97
9036
+ msgctxt "admin sidebar"
9037
+ msgid "Quick Start Guide"
9038
+ msgstr "Guía de Inicio Rápido"
9039
+
9040
+ #: templates/admin/sidebar.tpl.php:98
9041
+ msgctxt "admin sidebar"
9042
+ msgid "Video Tutorials"
9043
+ msgstr "Videotutoriales"
9044
+
9045
  #: templates/admin/themes-delete-confirm.tpl.php:1
9046
  #: templates/admin/themes-delete-confirm.tpl.php:13
9047
  msgctxt "themes admin"
9481
  msgid "Address"
9482
  msgstr "Dirección"
9483
 
9484
+ #~ msgctxt "fees admin"
9485
+ #~ msgid "Paid"
9486
+ #~ msgstr "Pagado"
9487
+
9488
+ #~ msgctxt "fees admin"
9489
+ #~ msgid "Free"
9490
+ #~ msgstr "Gratuito"
9491
+
9492
+ #~ msgctxt "admin sidebar"
9493
+ #~ msgid "PayPal Gateway Module"
9494
+ #~ msgstr "Módulo pasarela de pago PayPal"
9495
+
9496
+ #~ msgctxt "admin sidebar"
9497
+ #~ msgid "2Checkout Gateway Module"
9498
+ #~ msgstr "Módulo pasarela de pago 2Checkout"
9499
+
9500
+ #~ msgctxt "admin sidebar"
9501
+ #~ msgid "PayFast Payment Module"
9502
+ #~ msgstr "Módulo pasarela de pago PayFast"
9503
+
9504
+ #~ msgctxt "admin sidebar"
9505
+ #~ msgid "Stripe Payment Module"
9506
+ #~ msgstr "Módulo pasarela de pago Stripe"
9507
+
9508
+ #~ msgctxt "admin sidebar"
9509
+ #~ msgid "Get a Premium Module"
9510
+ #~ msgstr "Obtener un Módulo Premium"
9511
+
9512
+ #~ msgctxt "admin sidebar"
9513
+ #~ msgid "best deal"
9514
+ #~ msgstr "mejor precio"
9515
+
9516
+ #~ msgctxt "admin sidebar"
9517
+ #~ msgid "Combo Pack"
9518
+ #~ msgstr "Paquete de plugins"
9519
+
9520
+ #~ msgctxt "admin sidebar"
9521
+ #~ msgid "(All Modules)"
9522
+ #~ msgstr "(Todos los módulos)"
9523
+
9524
+ #~ msgctxt "admin sidebar"
9525
+ #~ msgid "Theme Pack"
9526
+ #~ msgstr "Paquete de temas"
9527
+
9528
+ #~ msgctxt "admin sidebar"
9529
+ #~ msgid "(All Themes)"
9530
+ #~ msgstr "(Todos los temas)"
9531
+
9532
+ #~ msgctxt "admin sidebar"
9533
+ #~ msgid "Installed Modules"
9534
+ #~ msgstr "Módulos Instalados"
9535
+
9536
+ #~ msgctxt "admin sidebar"
9537
+ #~ msgid "Installed"
9538
+ #~ msgstr "Instalado"
9539
+
9540
+ #~ msgctxt "admin sidebar"
9541
+ #~ msgid "Not Installed"
9542
+ #~ msgstr "No Instalado"
9543
+
9544
+ #~ msgctxt "admin sidebar"
9545
+ #~ msgid "Enhanced Categories Module"
9546
+ #~ msgstr "Enhanced Categories Module"
9547
+
9548
+ #~ msgctxt "admin templates"
9549
+ #~ msgid ""
9550
+ #~ "It does not appear you have any of the payment gateway modules enabled. "
9551
+ #~ "Either <a>enable the default Authorize.net gateway</a> with your account "
9552
+ #~ "info, or purchase a different payment gateway module in order to charge a "
9553
+ #~ "fee for listings. To purchase additional payment gateways use the buttons "
9554
+ #~ "below or visit %s."
9555
+ #~ msgstr ""
9556
+ #~ "No pareciera que tiene módulos de pago instalados. <a>Habilite la "
9557
+ #~ "pasarela Authorize.net incluída</a> o adquiera otra pasarela de pago para "
9558
+ #~ "poder cobrar por los listados. Para comprar pasarelas adicionales utilice "
9559
+ #~ "los botones abajo o visite %s."
9560
+
9561
+ #~ msgctxt "admin templates"
9562
+ #~ msgid "Already installed."
9563
+ #~ msgstr "Ya instalado."
9564
+
9565
+ #~ msgctxt "admin templates"
9566
+ #~ msgid ""
9567
+ #~ "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for "
9568
+ #~ "your users."
9569
+ #~ msgstr ""
9570
+ #~ "Puede comprar la pasarela de pago de <a>%1$s</a> para agregar <a>%2%s</a> "
9571
+ #~ "como opción de pago para sus usuarios."
9572
+
9573
  #~ msgctxt "debug-info"
9574
  #~ msgid "BD Info"
9575
  #~ msgstr "Información de BD"
9788
  #~ msgid "You don't have permission to access this page."
9789
  #~ msgstr "Usted no tiene permisos para instalar plugins"
9790
 
 
 
 
9791
  #~ msgid "Pending Upgrade"
9792
  #~ msgstr "Pendientes de Mejora"
9793
 
10982
  #~ msgid "Mark as"
10983
  #~ msgstr "Marcar como"
10984
 
 
 
 
10985
  #~ msgid "Downgrade to %s"
10986
  #~ msgstr "Degradar a %s"
10987
 
languages/business-directory-plugin-fr_FR.mo CHANGED
Binary file
languages/business-directory-plugin-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2020-09-09 13:07:48+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"
@@ -32,7 +32,7 @@ msgstr "Une annonce expire"
32
 
33
  #: includes/admin/class-admin-listings.php:225
34
  #: includes/admin/class-listing-owner.php:91
35
- #: includes/helpers/class-listing-owner.php:110
36
  #, fuzzy
37
  msgid "Listing Owner"
38
  msgstr "Une annonce expire"
@@ -85,9 +85,8 @@ msgstr "Annonce soumis par admin. Paiement sauté."
85
 
86
  #: includes/admin/class-listing-owner.php:66
87
  #: includes/admin/class-listing-owner.php:93
88
- #: includes/helpers/class-listing-owner.php:31
89
- #: includes/helpers/class-listing-owner.php:85
90
- #: includes/helpers/class-listing-owner.php:112
91
  #, fuzzy
92
  msgid "Please select a user"
93
  msgstr "Veuillez sélectionner une catégorie."
@@ -473,7 +472,8 @@ msgstr "Adresse"
473
  msgid "ZIP Code"
474
  msgstr "Code postal"
475
 
476
- #: includes/functions.php:554
 
477
  msgid "Free"
478
  msgstr "Gratuit"
479
 
@@ -556,15 +556,127 @@ msgstr ""
556
  "L'information suivante peut aider les développeurs du plugin à déboguer les "
557
  "problèmes possibles avec votre configuration."
558
 
559
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
 
 
560
  #, fuzzy
561
  msgid ""
562
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
563
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
564
  msgstr ""
565
  "Pour régler le montant des honoraires, vous devez aller à la page <a>Réglage "
566
  "des Options de Paiement</a> et activer."
567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
568
  #: templates/admin/home.tpl.php:54
569
  msgid "Manage Options"
570
  msgstr "Gestion des options"
@@ -620,59 +732,59 @@ msgstr "Rétablir les paramètres par défault"
620
 
621
  #: templates/admin/sidebar.tpl.php:3
622
  #, fuzzy
 
 
 
 
 
623
  msgid "PayPal Payments"
624
  msgstr "Paiement Initial"
625
 
626
- #: templates/admin/sidebar.tpl.php:4
627
  #, fuzzy
628
  msgid "Google Maps"
629
  msgstr "Module google maps"
630
 
631
- #: templates/admin/sidebar.tpl.php:5
632
  #, fuzzy
633
  msgid "Regions"
634
  msgstr "Module de régions"
635
 
636
- #: templates/admin/sidebar.tpl.php:6
637
  #, fuzzy
638
  msgid "ZIP Code Search"
639
  msgstr "Module de recherche de code ZIP"
640
 
641
- #: templates/admin/sidebar.tpl.php:7
642
  #, fuzzy
643
  msgid "Ratings"
644
  msgstr "Champs d'évaluation"
645
 
646
- #: templates/admin/sidebar.tpl.php:8
647
  #, fuzzy
648
  msgid "Stripe Payments"
649
  msgstr "Voir les Paiements"
650
 
651
- #: templates/admin/sidebar.tpl.php:9
652
  #, fuzzy
653
  msgid "Featured Levels"
654
  msgstr "Niveau en vedette"
655
 
656
- #: templates/admin/sidebar.tpl.php:10
657
  #, fuzzy
658
  msgid "Claim Listings"
659
  msgstr "Revendication de module d'annonces"
660
 
661
- #: templates/admin/sidebar.tpl.php:11
662
  #, fuzzy
663
  msgid "File Upload"
664
  msgstr "Module d'upload de fichiers"
665
 
666
- #: templates/admin/sidebar.tpl.php:12
667
  #, fuzzy
668
  msgid "Discount Codes"
669
  msgstr "Module de réductions"
670
 
671
- #: templates/admin/sidebar.tpl.php:13
672
- #, fuzzy
673
- msgid "PayFast Payments"
674
- msgstr "Module de paiement rapide"
675
-
676
  #: templates/admin/sidebar.tpl.php:17
677
  #, fuzzy
678
  msgid "Modern Business Theme"
@@ -708,11 +820,20 @@ msgstr "Nom de l'entreprise"
708
  msgid "Like this plugin?"
709
  msgstr "Vous aimez ce plugin ?"
710
 
711
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
712
  #, fuzzy
713
  msgid "new"
714
  msgstr "nouveau"
715
 
 
 
 
 
 
716
  #: templates/admin/themes-install.tpl.php:21
717
  #, fuzzy
718
  msgid "Business Directory Theme archive (ZIP file)"
@@ -722,6 +843,16 @@ msgstr "Archive Thème BD (Fichier zip)"
722
  msgid "← Return to Directory"
723
  msgstr "Retourner vers l'annuaire"
724
 
 
 
 
 
 
 
 
 
 
 
725
  #. Author URI of the plugin/theme
726
  msgid "https://businessdirectoryplugin.com"
727
  msgstr "https://businessdirectoryplugin.com"
@@ -1393,17 +1524,17 @@ msgid "You're all set. Visit your new <a>Business Directory</a> page."
1393
  msgstr ""
1394
  "Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
1395
 
1396
- #: includes/admin/class-admin.php:461
1397
  msgctxt "admin"
1398
  msgid "Untitled Menu"
1399
  msgstr "Menu sans titre"
1400
 
1401
- #: includes/admin/class-admin.php:786
1402
  msgctxt "admin"
1403
  msgid "Dismiss this notice."
1404
  msgstr "Ne tenez pas compte de cet avertissement."
1405
 
1406
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1407
  #, fuzzy
1408
  msgctxt "admin"
1409
  msgid "The listing has been updated."
@@ -1411,31 +1542,31 @@ msgid_plural "The listings have been updated."
1411
  msgstr[0] "L'annonce a été mise à jour."
1412
  msgstr[1] "Les annonces ont été mise à jour."
1413
 
1414
- #: includes/admin/class-admin.php:861
1415
  msgctxt "admin"
1416
  msgid "The fee was successfully assigned."
1417
  msgstr "Les frais ont bien été assignés."
1418
 
1419
- #: includes/admin/class-admin.php:871
1420
  msgctxt "admin"
1421
  msgid "Listing was renewed."
1422
  msgid_plural "Listings were renewed."
1423
  msgstr[0] "L'annonce a été renouvelée."
1424
  msgstr[1] "Les annonces ont été renouvelées."
1425
 
1426
- #: includes/admin/class-admin.php:883
1427
  msgctxt "admin"
1428
  msgid "Renewal email sent."
1429
  msgstr "Email de renouvellement envoyé."
1430
 
1431
- #: includes/admin/class-admin.php:887
1432
  msgctxt "admin"
1433
  msgid ""
1434
  "Could not send renewal email, notice template at listing expiration not "
1435
  "found."
1436
  msgstr ""
1437
 
1438
- #: includes/admin/class-admin.php:894
1439
  #, fuzzy
1440
  msgctxt "admin"
1441
  msgid "Listing report deleted."
@@ -1443,23 +1574,23 @@ msgid_plural "Listing reports deleted."
1443
  msgstr[0] "Date d'expiration de l'annonce"
1444
  msgstr[1] "Date d'expiration de l'annonce"
1445
 
1446
- #: includes/admin/class-admin.php:942
1447
  #, fuzzy
1448
  msgctxt "admin"
1449
  msgid "Access keys sent."
1450
  msgstr "Clés d'accès"
1451
 
1452
- #: includes/admin/class-admin.php:944
1453
  msgctxt "admin"
1454
  msgid "The access keys couldn't be sent."
1455
  msgstr ""
1456
 
1457
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1458
  msgctxt "admin"
1459
  msgid "Listing Count"
1460
  msgstr "Compteur d'annonces"
1461
 
1462
- #: includes/admin/class-admin.php:1089
1463
  msgctxt "admin"
1464
  msgid ""
1465
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -1468,7 +1599,7 @@ msgstr ""
1468
  "<b>Business Directory Plugin</b> requiert une page avec le code "
1469
  "d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
1470
 
1471
- #: includes/admin/class-admin.php:1091
1472
  msgctxt "admin"
1473
  msgid ""
1474
  "You can create this page by yourself or let Business Directory do this for "
@@ -1477,12 +1608,12 @@ msgstr ""
1477
  "Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
1478
  "pour vous automatiquement."
1479
 
1480
- #: includes/admin/class-admin.php:1096
1481
  msgctxt "admin"
1482
  msgid "Create required pages for me"
1483
  msgstr "Créer les pages requises pour moi"
1484
 
1485
- #: includes/admin/class-admin.php:1130
1486
  msgctxt "admin"
1487
  msgid ""
1488
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1494,7 +1625,7 @@ msgstr ""
1494
  "strong>.S'il vous plaît demander à votre fournisseur de mettre à jour afin "
1495
  "d'éviter tout problème avec le plug-in."
1496
 
1497
- #: includes/admin/class-admin.php:1154
1498
  msgctxt "admin"
1499
  msgid ""
1500
  "We noticed you want your Business Directory users to register before posting "
@@ -1885,7 +2016,7 @@ msgctxt "admin menu"
1885
  msgid "Settings"
1886
  msgstr "Paramètres"
1887
 
1888
- #: includes/admin/class-admin.php:1014
1889
  msgctxt "admin category id"
1890
  msgid "ID"
1891
  msgstr "ID"
@@ -2785,93 +2916,6 @@ msgctxt "fees admin"
2785
  msgid "Save Changes"
2786
  msgstr "Sauvegarder les modifications"
2787
 
2788
- #: templates/admin/fees-index.tpl.php:6
2789
- msgctxt "fees admin"
2790
- msgid "Add New Listing Fee"
2791
- msgstr "Ajouter de nouveaux droits d'inscription"
2792
-
2793
- #: templates/admin/fees-index.tpl.php:14
2794
- msgctxt "fees admin"
2795
- msgid "Payments are currently turned off."
2796
- msgstr "Les paiements sont actuellement désactivés."
2797
-
2798
- #: templates/admin/fees-index.tpl.php:27
2799
- msgctxt "fees admin"
2800
- msgid "Order fees on the frontend by:"
2801
- msgstr "Ordonner les honoraires dans l'interface par:"
2802
-
2803
- #: templates/admin/fees-index.tpl.php:37
2804
- msgctxt "fees admin"
2805
- msgid "↑ Ascending"
2806
- msgstr "↑ Ascendant"
2807
-
2808
- #: templates/admin/fees-index.tpl.php:38
2809
- msgctxt "fees admin"
2810
- msgid "↓ Descending"
2811
- msgstr "↓ Descendant"
2812
-
2813
- #: templates/admin/fees-index.tpl.php:46
2814
- msgctxt "fees admin"
2815
- msgid "Drag and drop to re-order fees."
2816
- msgstr "Glisser-déposer pour réorganiser les frais."
2817
-
2818
- #: templates/admin/fees-index.tpl.php:66
2819
- msgctxt "fees admin"
2820
- msgid ""
2821
- "These are all of the fee plans displayed to the user when they place a "
2822
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2823
- "the <a>Not Available</a> filter will become active when you change the "
2824
- "payment mode."
2825
- msgstr ""
2826
- "Ce sont tous les plans tarifaires affichés aux utilisateurs lorsqu'ils "
2827
- "soumettent une annonce. Votre mode actuel de \"%s\" restreint ce que vous "
2828
- "voyez ici. Les plans tarifaires du filtre <a>Non disponible</a> deviendront "
2829
- "actifs lorsque vous changerez de mode de paiement."
2830
-
2831
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2832
- #: templates/admin/fees-index.tpl.php:118
2833
- msgctxt "fees admin"
2834
- msgid "Paid"
2835
- msgstr "Payé"
2836
-
2837
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2838
- #: templates/admin/fees-index.tpl.php:118
2839
- msgctxt "fees admin"
2840
- msgid "Free"
2841
- msgstr "Gratuit"
2842
-
2843
- #: templates/admin/fees-index.tpl.php:81
2844
- msgctxt "fees admin"
2845
- msgid ""
2846
- "These are all of the fee plans that aren't available because you're in \"%s"
2847
- "\" mode. Those on the Active filter will become Not Available when you "
2848
- "change the payment mode."
2849
- msgstr ""
2850
- "Ce sont tous les plans tarifaires qui ne sont pas disponibles parce que vous "
2851
- "êtes en mode \"%s\". Ceux sur le filtre actif deviendront non disponibles "
2852
- "lorsque vous changerez le mode de paiement."
2853
-
2854
- #: templates/admin/fees-index.tpl.php:94
2855
- msgctxt "fees admin"
2856
- msgid ""
2857
- "These fee plans were disabled by the admin and will not show to the end user "
2858
- "regardless of mode until you enable them."
2859
- msgstr ""
2860
- "Ces plans tarifaires ont été désactivés par l'administrateur et ne seront "
2861
- "pas visibles par l'utilisateur, quel que soit le mode, tant que vous ne les "
2862
- "aurez pas activés."
2863
-
2864
- #: templates/admin/fees-index.tpl.php:112
2865
- msgctxt "fees admin"
2866
- msgid ""
2867
- "These are all of the fee plans you have configured. Not all of them are "
2868
- "available for the current mode (currently set to \"%s\"). To see the fee "
2869
- "plans for this mode click <a>Active</a>."
2870
- msgstr ""
2871
- "These are all of the fee plans you have configured. Not all of them are "
2872
- "available for the current mode (currently set to \"%s\"). To see the fee "
2873
- "plans for this mode click <a>Active</a>."
2874
-
2875
  #: includes/admin/form-fields.php:22
2876
  msgctxt "form-fields admin"
2877
  msgid "form field"
@@ -6178,7 +6222,7 @@ msgid ""
6178
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6179
  msgstr ""
6180
 
6181
- #: includes/class-fees-api.php:61
6182
  msgctxt "fees-api"
6183
  msgid "Free Listing"
6184
  msgstr "Annonce gratuite"
@@ -6819,7 +6863,7 @@ msgid "Social Site (Other)"
6819
  msgstr "Réseaux sociaux (Page Twitter)"
6820
 
6821
  #: includes/fields/class-fieldtypes-social.php:95
6822
- #: includes/fields/class-fieldtypes-url.php:152
6823
  msgctxt "form-fields api"
6824
  msgid "URL:"
6825
  msgstr "URL:"
@@ -6866,7 +6910,7 @@ msgctxt "form-fields api"
6866
  msgid "URL Field"
6867
  msgstr "Champ URL"
6868
 
6869
- #: includes/fields/class-fieldtypes-url.php:164
6870
  msgctxt "form-fields api"
6871
  msgid "Link Text (optional):"
6872
  msgstr "Lien texte (facultatif):"
@@ -7581,16 +7625,6 @@ msgctxt "templates"
7581
  msgid "Image height:"
7582
  msgstr "Hauteur d'image (en pixel):"
7583
 
7584
- #: templates/submit-listing-images.tpl.php:5
7585
- msgctxt "templates"
7586
- msgid "Current Images"
7587
- msgstr "Images actuelles"
7588
-
7589
- #: templates/submit-listing-images.tpl.php:8
7590
- msgctxt "templates"
7591
- msgid "There are no images currently attached to your listing."
7592
- msgstr "Il n'y a aucune image actuellement rattachée à votre annonce."
7593
-
7594
  #: includes/gateways/class-gateway-authorize-net.php:20
7595
  msgctxt "authorize-net"
7596
  msgid "Authorize.net"
@@ -8892,7 +8926,7 @@ msgctxt "widgets"
8892
  msgid "Display the following fields in the form."
8893
  msgstr "Afficher les champs suivants dans le formulaire."
8894
 
8895
- #: includes/widgets/widget-search.php:108
8896
  msgctxt "widgets"
8897
  msgid "Search"
8898
  msgstr "Rechercher"
@@ -8908,140 +8942,6 @@ msgctxt "admin forms"
8908
  msgid "required"
8909
  msgstr "requis"
8910
 
8911
- #: templates/admin/fees-index.tpl.php:132
8912
- msgctxt "admin sidebar"
8913
- msgid "PayPal Gateway Module"
8914
- msgstr "Module de plate-forme PayPal"
8915
-
8916
- #: templates/admin/fees-index.tpl.php:133
8917
- msgctxt "admin sidebar"
8918
- msgid "2Checkout Gateway Module"
8919
- msgstr "Module de passerelle de vérification"
8920
-
8921
- #: templates/admin/fees-index.tpl.php:134
8922
- msgctxt "admin sidebar"
8923
- msgid "PayFast Payment Module"
8924
- msgstr "Module de paiement rapide"
8925
-
8926
- #: templates/admin/fees-index.tpl.php:135
8927
- msgctxt "admin sidebar"
8928
- msgid "Stripe Payment Module"
8929
- msgstr "Module de paiement par bande"
8930
-
8931
- #: templates/admin/sidebar.tpl.php:40
8932
- msgctxt "admin sidebar"
8933
- msgid "Get a Premium Module"
8934
- msgstr "Avoir un module Premium"
8935
-
8936
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
8937
- msgctxt "admin sidebar"
8938
- msgid "best deal"
8939
- msgstr "meilleure offre"
8940
-
8941
- #: templates/admin/sidebar.tpl.php:43
8942
- msgctxt "admin sidebar"
8943
- msgid "Combo Pack"
8944
- msgstr "Thèmes"
8945
-
8946
- #: templates/admin/sidebar.tpl.php:43
8947
- msgctxt "admin sidebar"
8948
- msgid "(All Modules)"
8949
- msgstr "Tous les (modules installés)"
8950
-
8951
- #: templates/admin/sidebar.tpl.php:59
8952
- msgctxt "admin sidebar"
8953
- msgid "Get a Directory Theme"
8954
- msgstr "Catégories de l'annuaire"
8955
-
8956
- #: templates/admin/sidebar.tpl.php:62
8957
- msgctxt "admin sidebar"
8958
- msgid "Theme Pack"
8959
- msgstr "Thèmes"
8960
-
8961
- #: templates/admin/sidebar.tpl.php:62
8962
- msgctxt "admin sidebar"
8963
- msgid "(All Themes)"
8964
- msgstr "(Tous les thèmes)"
8965
-
8966
- #: templates/admin/sidebar.tpl.php:78
8967
- msgctxt "admin sidebar"
8968
- msgid "Found a bug? Need support?"
8969
- msgstr "Vous avez trouvé un bug ? Besoin d'assistance ?"
8970
-
8971
- #: templates/admin/sidebar.tpl.php:85
8972
- #, fuzzy
8973
- msgctxt "admin sidebar"
8974
- msgid "If you've found a bug or need support <a>let us know!</a>"
8975
- msgstr ""
8976
- "Si vous avez trouvé un bug ou si vous avez besoin d'assistance, <a>visitez "
8977
- "le forum!</a>"
8978
-
8979
- #: templates/admin/sidebar.tpl.php:90
8980
- msgctxt "admin sidebar"
8981
- msgid "Full plugin documentation"
8982
- msgstr "Documentation complète du plugin"
8983
-
8984
- #: templates/admin/sidebar.tpl.php:91
8985
- msgctxt "admin sidebar"
8986
- msgid "Quick Start Guide"
8987
- msgstr "Guide rapide de lancement"
8988
-
8989
- #: templates/admin/sidebar.tpl.php:92
8990
- msgctxt "admin sidebar"
8991
- msgid "Video Tutorials"
8992
- msgstr "Vidéo tutoriels"
8993
-
8994
- #: templates/admin/sidebar.tpl.php:100
8995
- msgctxt "admin sidebar"
8996
- msgid "Installed Modules"
8997
- msgstr "Modules installés"
8998
-
8999
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
9000
- msgctxt "admin sidebar"
9001
- msgid "Installed"
9002
- msgstr "Installé"
9003
-
9004
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
9005
- msgctxt "admin sidebar"
9006
- msgid "Not Installed"
9007
- msgstr "Non installé"
9008
-
9009
- #: templates/admin/sidebar.tpl.php:119
9010
- msgctxt "admin sidebar"
9011
- msgid "Enhanced Categories Module"
9012
- msgstr "Module d'amélioration des catégories"
9013
-
9014
- #: templates/admin/fees-index.tpl.php:147
9015
- msgctxt "admin templates"
9016
- msgid ""
9017
- "It does not appear you have any of the payment gateway modules enabled. "
9018
- "Either <a>enable the default Authorize.net gateway</a> with your account "
9019
- "info, or purchase a different payment gateway module in order to charge a "
9020
- "fee for listings. To purchase additional payment gateways use the buttons "
9021
- "below or visit %s."
9022
- msgstr ""
9023
- "Il semblerait que vous n'avez pas activé un des modules de passerelle de "
9024
- "paiement . Soit <a> activer la passerelle par défaut Authorize.net </a> avec "
9025
- "votre information de compte ou l'achat d'un module de passerelle de paiement "
9026
- "différent, afin d'exiger des frais pour les inscriptions. Pour acheter les "
9027
- "passerelles de paiement supplémentaires utilisez les boutons ci-dessous ou "
9028
- "visiter% s."
9029
-
9030
- #: templates/admin/fees-index.tpl.php:166
9031
- msgctxt "admin templates"
9032
- msgid "Already installed."
9033
- msgstr "Déjà installé."
9034
-
9035
- #: templates/admin/fees-index.tpl.php:173
9036
- #, fuzzy
9037
- msgctxt "admin templates"
9038
- msgid ""
9039
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
9040
- "users."
9041
- msgstr ""
9042
- "Vous pouvez acheter le <a>%s</a> pour l'ajouter <a>%s</a> comme une option "
9043
- "de paiement pour vos utilisateurs."
9044
-
9045
  #: templates/admin/home.tpl.php:12
9046
  msgctxt "admin home"
9047
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -9289,6 +9189,39 @@ msgctxt "settings email"
9289
  msgid "Save Changes"
9290
  msgstr "Sauvegarder les changements"
9291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9292
  #: templates/admin/themes-delete-confirm.tpl.php:1
9293
  #: templates/admin/themes-delete-confirm.tpl.php:13
9294
  msgctxt "themes admin"
@@ -9740,6 +9673,102 @@ msgctxt "themes/default"
9740
  msgid "Address"
9741
  msgstr "Adresse"
9742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9743
  #~ msgctxt "debug-info"
9744
  #~ msgid "BD Info"
9745
  #~ msgstr "Info de la base de donnée"
@@ -9958,9 +9987,6 @@ msgstr "Adresse"
9958
  #~ msgstr ""
9959
  #~ "Vous n'avez pas la permission d'installer des mises à jour du plugin"
9960
 
9961
- #~ msgid "Paid"
9962
- #~ msgstr "Payé"
9963
-
9964
  #~ msgid "Pending Upgrade"
9965
  #~ msgstr "Mise à jour nécessaire"
9966
 
@@ -11094,9 +11120,6 @@ msgstr "Adresse"
11094
  #~ msgid "Mark as"
11095
  #~ msgstr "Marqué comme"
11096
 
11097
- #~ msgid "Upgrade to %s"
11098
- #~ msgstr "Mettre à jour vers %s"
11099
-
11100
  #~ msgid "Downgrade to %s"
11101
  #~ msgstr "Déclasser vers %s"
11102
 
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2020-09-25 21:07:19+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"
32
 
33
  #: includes/admin/class-admin-listings.php:225
34
  #: includes/admin/class-listing-owner.php:91
35
+ #: includes/helpers/class-listing-owner.php:91
36
  #, fuzzy
37
  msgid "Listing Owner"
38
  msgstr "Une annonce expire"
85
 
86
  #: includes/admin/class-listing-owner.php:66
87
  #: includes/admin/class-listing-owner.php:93
88
+ #: includes/helpers/class-listing-owner.php:66
89
+ #: includes/helpers/class-listing-owner.php:93
 
90
  #, fuzzy
91
  msgid "Please select a user"
92
  msgstr "Veuillez sélectionner une catégorie."
472
  msgid "ZIP Code"
473
  msgstr "Code postal"
474
 
475
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
476
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
477
  msgid "Free"
478
  msgstr "Gratuit"
479
 
556
  "L'information suivante peut aider les développeurs du plugin à déboguer les "
557
  "problèmes possibles avec votre configuration."
558
 
559
+ #: templates/admin/fees-index.tpl.php:7
560
+ #, fuzzy
561
+ msgid "Add New Listing Fee"
562
+ msgstr "Ajouter de nouveaux droits d'inscription"
563
+
564
+ #: templates/admin/fees-index.tpl.php:16
565
+ #, fuzzy
566
+ msgid "Payments are currently turned off."
567
+ msgstr "Les paiements sont actuellement désactivés."
568
+
569
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
570
+ #: templates/admin/fees-index.tpl.php:20
571
  #, fuzzy
572
  msgid ""
573
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
574
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
575
  msgstr ""
576
  "Pour régler le montant des honoraires, vous devez aller à la page <a>Réglage "
577
  "des Options de Paiement</a> et activer."
578
 
579
+ #: templates/admin/fees-index.tpl.php:34
580
+ #, fuzzy
581
+ msgid "Order fees on the frontend by:"
582
+ msgstr "Ordonner les honoraires dans l'interface par:"
583
+
584
+ #: templates/admin/fees-index.tpl.php:44
585
+ #, fuzzy
586
+ msgid "↑ Ascending"
587
+ msgstr "↑ Ascendant"
588
+
589
+ #: templates/admin/fees-index.tpl.php:45
590
+ #, fuzzy
591
+ msgid "↓ Descending"
592
+ msgstr "↓ Descendant"
593
+
594
+ #: templates/admin/fees-index.tpl.php:53
595
+ #, fuzzy
596
+ msgid "Drag and drop to re-order fees."
597
+ msgstr "Glisser-déposer pour réorganiser les frais."
598
+
599
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
600
+ #. opening <a> tag, %3$s is a closing </a> tag.
601
+ #: templates/admin/fees-index.tpl.php:71
602
+ #, fuzzy
603
+ msgid ""
604
+ "These are all of the fee plans displayed to the user when they place a "
605
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
606
+ "the %2$sNot Available%3$s filter will become active when you change the "
607
+ "payment mode."
608
+ msgstr ""
609
+ "Ce sont tous les plans tarifaires affichés aux utilisateurs lorsqu'ils "
610
+ "soumettent une annonce. Votre mode actuel de \"%s\" restreint ce que vous "
611
+ "voyez ici. Les plans tarifaires du filtre <a>Non disponible</a> deviendront "
612
+ "actifs lorsque vous changerez de mode de paiement."
613
+
614
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
615
+ #: templates/admin/fees-index.tpl.php:106
616
+ msgid "Paid"
617
+ msgstr "Payé"
618
+
619
+ #. translators: %s is directory payment mode (Free or Paid)
620
+ #: templates/admin/fees-index.tpl.php:84
621
+ #, fuzzy
622
+ msgid ""
623
+ "These are all of the fee plans that aren't available because you're in \"%s"
624
+ "\" mode. Those on the Active filter will become Not Available when you "
625
+ "change the payment mode."
626
+ msgstr ""
627
+ "Ce sont tous les plans tarifaires qui ne sont pas disponibles parce que vous "
628
+ "êtes en mode \"%s\". Ceux sur le filtre actif deviendront non disponibles "
629
+ "lorsque vous changerez le mode de paiement."
630
+
631
+ #: templates/admin/fees-index.tpl.php:93
632
+ #, fuzzy
633
+ msgid ""
634
+ "These fee plans were disabled by the admin and will not show to the end user "
635
+ "regardless of mode until you enable them."
636
+ msgstr ""
637
+ "Ces plans tarifaires ont été désactivés par l'administrateur et ne seront "
638
+ "pas visibles par l'utilisateur, quel que soit le mode, tant que vous ne les "
639
+ "aurez pas activés."
640
+
641
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
642
+ #. opening <a> tag, %3$s is a closing </a> tag.
643
+ #: templates/admin/fees-index.tpl.php:105
644
+ #, fuzzy
645
+ msgid ""
646
+ "These are all of the fee plans you have configured. Not all of them are "
647
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
648
+ "plans for this mode click %2$sActive%3$s."
649
+ msgstr ""
650
+ "These are all of the fee plans you have configured. Not all of them are "
651
+ "available for the current mode (currently set to \"%s\"). To see the fee "
652
+ "plans for this mode click <a>Active</a>."
653
+
654
+ #: templates/admin/fees-index.tpl.php:135
655
+ msgid "Set up a payment gateway to charge a fee for listings"
656
+ msgstr ""
657
+
658
+ #: templates/admin/fees-index.tpl.php:137
659
+ msgid "Add a payment gateway to increase conversion rates"
660
+ msgstr ""
661
+
662
+ #. translators: %s: payment gateway name */
663
+ #: templates/admin/fees-index.tpl.php:155
664
+ msgid "Add the %s gateway as a payment option."
665
+ msgstr ""
666
+
667
+ #: templates/admin/fees-index.tpl.php:161
668
+ #, fuzzy
669
+ msgid "Upgrade"
670
+ msgstr "Mettre à jour vers %s"
671
+
672
+ #: templates/admin/fees-index.tpl.php:169
673
+ msgid "Set up Authorize.net as a payment option."
674
+ msgstr ""
675
+
676
+ #: templates/admin/fees-index.tpl.php:172
677
+ msgid "Set Up"
678
+ msgstr ""
679
+
680
  #: templates/admin/home.tpl.php:54
681
  msgid "Manage Options"
682
  msgstr "Gestion des options"
732
 
733
  #: templates/admin/sidebar.tpl.php:3
734
  #, fuzzy
735
+ msgid "Category Images"
736
+ msgstr "Catégories"
737
+
738
+ #: templates/admin/sidebar.tpl.php:4
739
+ #, fuzzy
740
  msgid "PayPal Payments"
741
  msgstr "Paiement Initial"
742
 
743
+ #: templates/admin/sidebar.tpl.php:5
744
  #, fuzzy
745
  msgid "Google Maps"
746
  msgstr "Module google maps"
747
 
748
+ #: templates/admin/sidebar.tpl.php:6
749
  #, fuzzy
750
  msgid "Regions"
751
  msgstr "Module de régions"
752
 
753
+ #: templates/admin/sidebar.tpl.php:7
754
  #, fuzzy
755
  msgid "ZIP Code Search"
756
  msgstr "Module de recherche de code ZIP"
757
 
758
+ #: templates/admin/sidebar.tpl.php:8
759
  #, fuzzy
760
  msgid "Ratings"
761
  msgstr "Champs d'évaluation"
762
 
763
+ #: templates/admin/sidebar.tpl.php:9
764
  #, fuzzy
765
  msgid "Stripe Payments"
766
  msgstr "Voir les Paiements"
767
 
768
+ #: templates/admin/sidebar.tpl.php:10
769
  #, fuzzy
770
  msgid "Featured Levels"
771
  msgstr "Niveau en vedette"
772
 
773
+ #: templates/admin/sidebar.tpl.php:11
774
  #, fuzzy
775
  msgid "Claim Listings"
776
  msgstr "Revendication de module d'annonces"
777
 
778
+ #: templates/admin/sidebar.tpl.php:12
779
  #, fuzzy
780
  msgid "File Upload"
781
  msgstr "Module d'upload de fichiers"
782
 
783
+ #: templates/admin/sidebar.tpl.php:13
784
  #, fuzzy
785
  msgid "Discount Codes"
786
  msgstr "Module de réductions"
787
 
 
 
 
 
 
788
  #: templates/admin/sidebar.tpl.php:17
789
  #, fuzzy
790
  msgid "Modern Business Theme"
820
  msgid "Like this plugin?"
821
  msgstr "Vous aimez ce plugin ?"
822
 
823
+ #: templates/admin/sidebar.tpl.php:40
824
+ msgid "Make better directories"
825
+ msgstr ""
826
+
827
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
828
  #, fuzzy
829
  msgid "new"
830
  msgstr "nouveau"
831
 
832
+ #: templates/admin/sidebar.tpl.php:59
833
+ #, fuzzy
834
+ msgid "Upgrade Now"
835
+ msgstr "Mettre à jour vers %s"
836
+
837
  #: templates/admin/themes-install.tpl.php:21
838
  #, fuzzy
839
  msgid "Business Directory Theme archive (ZIP file)"
843
  msgid "← Return to Directory"
844
  msgstr "Retourner vers l'annuaire"
845
 
846
+ #: templates/submit-listing-images.tpl.php:5
847
+ #, fuzzy
848
+ msgid "Current Images"
849
+ msgstr "Images actuelles"
850
+
851
+ #: templates/submit-listing-images.tpl.php:8
852
+ #, fuzzy
853
+ msgid "There are no images currently attached to your listing."
854
+ msgstr "Il n'y a aucune image actuellement rattachée à votre annonce."
855
+
856
  #. Author URI of the plugin/theme
857
  msgid "https://businessdirectoryplugin.com"
858
  msgstr "https://businessdirectoryplugin.com"
1524
  msgstr ""
1525
  "Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
1526
 
1527
+ #: includes/admin/class-admin.php:470
1528
  msgctxt "admin"
1529
  msgid "Untitled Menu"
1530
  msgstr "Menu sans titre"
1531
 
1532
+ #: includes/admin/class-admin.php:795
1533
  msgctxt "admin"
1534
  msgid "Dismiss this notice."
1535
  msgstr "Ne tenez pas compte de cet avertissement."
1536
 
1537
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1538
  #, fuzzy
1539
  msgctxt "admin"
1540
  msgid "The listing has been updated."
1542
  msgstr[0] "L'annonce a été mise à jour."
1543
  msgstr[1] "Les annonces ont été mise à jour."
1544
 
1545
+ #: includes/admin/class-admin.php:870
1546
  msgctxt "admin"
1547
  msgid "The fee was successfully assigned."
1548
  msgstr "Les frais ont bien été assignés."
1549
 
1550
+ #: includes/admin/class-admin.php:880
1551
  msgctxt "admin"
1552
  msgid "Listing was renewed."
1553
  msgid_plural "Listings were renewed."
1554
  msgstr[0] "L'annonce a été renouvelée."
1555
  msgstr[1] "Les annonces ont été renouvelées."
1556
 
1557
+ #: includes/admin/class-admin.php:892
1558
  msgctxt "admin"
1559
  msgid "Renewal email sent."
1560
  msgstr "Email de renouvellement envoyé."
1561
 
1562
+ #: includes/admin/class-admin.php:896
1563
  msgctxt "admin"
1564
  msgid ""
1565
  "Could not send renewal email, notice template at listing expiration not "
1566
  "found."
1567
  msgstr ""
1568
 
1569
+ #: includes/admin/class-admin.php:903
1570
  #, fuzzy
1571
  msgctxt "admin"
1572
  msgid "Listing report deleted."
1574
  msgstr[0] "Date d'expiration de l'annonce"
1575
  msgstr[1] "Date d'expiration de l'annonce"
1576
 
1577
+ #: includes/admin/class-admin.php:951
1578
  #, fuzzy
1579
  msgctxt "admin"
1580
  msgid "Access keys sent."
1581
  msgstr "Clés d'accès"
1582
 
1583
+ #: includes/admin/class-admin.php:953
1584
  msgctxt "admin"
1585
  msgid "The access keys couldn't be sent."
1586
  msgstr ""
1587
 
1588
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1589
  msgctxt "admin"
1590
  msgid "Listing Count"
1591
  msgstr "Compteur d'annonces"
1592
 
1593
+ #: includes/admin/class-admin.php:1098
1594
  msgctxt "admin"
1595
  msgid ""
1596
  "<b>Business Directory Plugin</b> requires a page with the "
1599
  "<b>Business Directory Plugin</b> requiert une page avec le code "
1600
  "d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
1601
 
1602
+ #: includes/admin/class-admin.php:1100
1603
  msgctxt "admin"
1604
  msgid ""
1605
  "You can create this page by yourself or let Business Directory do this for "
1608
  "Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
1609
  "pour vous automatiquement."
1610
 
1611
+ #: includes/admin/class-admin.php:1105
1612
  msgctxt "admin"
1613
  msgid "Create required pages for me"
1614
  msgstr "Créer les pages requises pour moi"
1615
 
1616
+ #: includes/admin/class-admin.php:1139
1617
  msgctxt "admin"
1618
  msgid ""
1619
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1625
  "strong>.S'il vous plaît demander à votre fournisseur de mettre à jour afin "
1626
  "d'éviter tout problème avec le plug-in."
1627
 
1628
+ #: includes/admin/class-admin.php:1163
1629
  msgctxt "admin"
1630
  msgid ""
1631
  "We noticed you want your Business Directory users to register before posting "
2016
  msgid "Settings"
2017
  msgstr "Paramètres"
2018
 
2019
+ #: includes/admin/class-admin.php:1023
2020
  msgctxt "admin category id"
2021
  msgid "ID"
2022
  msgstr "ID"
2916
  msgid "Save Changes"
2917
  msgstr "Sauvegarder les modifications"
2918
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2919
  #: includes/admin/form-fields.php:22
2920
  msgctxt "form-fields admin"
2921
  msgid "form field"
6222
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6223
  msgstr ""
6224
 
6225
+ #: includes/class-fees-api.php:62
6226
  msgctxt "fees-api"
6227
  msgid "Free Listing"
6228
  msgstr "Annonce gratuite"
6863
  msgstr "Réseaux sociaux (Page Twitter)"
6864
 
6865
  #: includes/fields/class-fieldtypes-social.php:95
6866
+ #: includes/fields/class-fieldtypes-url.php:157
6867
  msgctxt "form-fields api"
6868
  msgid "URL:"
6869
  msgstr "URL:"
6910
  msgid "URL Field"
6911
  msgstr "Champ URL"
6912
 
6913
+ #: includes/fields/class-fieldtypes-url.php:169
6914
  msgctxt "form-fields api"
6915
  msgid "Link Text (optional):"
6916
  msgstr "Lien texte (facultatif):"
7625
  msgid "Image height:"
7626
  msgstr "Hauteur d'image (en pixel):"
7627
 
 
 
 
 
 
 
 
 
 
 
7628
  #: includes/gateways/class-gateway-authorize-net.php:20
7629
  msgctxt "authorize-net"
7630
  msgid "Authorize.net"
8926
  msgid "Display the following fields in the form."
8927
  msgstr "Afficher les champs suivants dans le formulaire."
8928
 
8929
+ #: includes/widgets/widget-search.php:107
8930
  msgctxt "widgets"
8931
  msgid "Search"
8932
  msgstr "Rechercher"
8942
  msgid "required"
8943
  msgstr "requis"
8944
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8945
  #: templates/admin/home.tpl.php:12
8946
  msgctxt "admin home"
8947
  msgid "Welcome to Business Directory Plugin. You are using %s."
9189
  msgid "Save Changes"
9190
  msgstr "Sauvegarder les changements"
9191
 
9192
+ #: templates/admin/sidebar.tpl.php:66
9193
+ msgctxt "admin sidebar"
9194
+ msgid "Get a Directory Theme"
9195
+ msgstr "Catégories de l'annuaire"
9196
+
9197
+ #: templates/admin/sidebar.tpl.php:84
9198
+ msgctxt "admin sidebar"
9199
+ msgid "Found a bug? Need support?"
9200
+ msgstr "Vous avez trouvé un bug ? Besoin d'assistance ?"
9201
+
9202
+ #: templates/admin/sidebar.tpl.php:91
9203
+ #, fuzzy
9204
+ msgctxt "admin sidebar"
9205
+ msgid "If you've found a bug or need support <a>let us know!</a>"
9206
+ msgstr ""
9207
+ "Si vous avez trouvé un bug ou si vous avez besoin d'assistance, <a>visitez "
9208
+ "le forum!</a>"
9209
+
9210
+ #: templates/admin/sidebar.tpl.php:96
9211
+ msgctxt "admin sidebar"
9212
+ msgid "Full plugin documentation"
9213
+ msgstr "Documentation complète du plugin"
9214
+
9215
+ #: templates/admin/sidebar.tpl.php:97
9216
+ msgctxt "admin sidebar"
9217
+ msgid "Quick Start Guide"
9218
+ msgstr "Guide rapide de lancement"
9219
+
9220
+ #: templates/admin/sidebar.tpl.php:98
9221
+ msgctxt "admin sidebar"
9222
+ msgid "Video Tutorials"
9223
+ msgstr "Vidéo tutoriels"
9224
+
9225
  #: templates/admin/themes-delete-confirm.tpl.php:1
9226
  #: templates/admin/themes-delete-confirm.tpl.php:13
9227
  msgctxt "themes admin"
9673
  msgid "Address"
9674
  msgstr "Adresse"
9675
 
9676
+ #, fuzzy
9677
+ #~ msgid "PayFast Payments"
9678
+ #~ msgstr "Module de paiement rapide"
9679
+
9680
+ #~ msgctxt "fees admin"
9681
+ #~ msgid "Paid"
9682
+ #~ msgstr "Payé"
9683
+
9684
+ #~ msgctxt "fees admin"
9685
+ #~ msgid "Free"
9686
+ #~ msgstr "Gratuit"
9687
+
9688
+ #~ msgctxt "admin sidebar"
9689
+ #~ msgid "PayPal Gateway Module"
9690
+ #~ msgstr "Module de plate-forme PayPal"
9691
+
9692
+ #~ msgctxt "admin sidebar"
9693
+ #~ msgid "2Checkout Gateway Module"
9694
+ #~ msgstr "Module de passerelle de vérification"
9695
+
9696
+ #~ msgctxt "admin sidebar"
9697
+ #~ msgid "PayFast Payment Module"
9698
+ #~ msgstr "Module de paiement rapide"
9699
+
9700
+ #~ msgctxt "admin sidebar"
9701
+ #~ msgid "Stripe Payment Module"
9702
+ #~ msgstr "Module de paiement par bande"
9703
+
9704
+ #~ msgctxt "admin sidebar"
9705
+ #~ msgid "Get a Premium Module"
9706
+ #~ msgstr "Avoir un module Premium"
9707
+
9708
+ #~ msgctxt "admin sidebar"
9709
+ #~ msgid "best deal"
9710
+ #~ msgstr "meilleure offre"
9711
+
9712
+ #~ msgctxt "admin sidebar"
9713
+ #~ msgid "Combo Pack"
9714
+ #~ msgstr "Thèmes"
9715
+
9716
+ #~ msgctxt "admin sidebar"
9717
+ #~ msgid "(All Modules)"
9718
+ #~ msgstr "Tous les (modules installés)"
9719
+
9720
+ #~ msgctxt "admin sidebar"
9721
+ #~ msgid "Theme Pack"
9722
+ #~ msgstr "Thèmes"
9723
+
9724
+ #~ msgctxt "admin sidebar"
9725
+ #~ msgid "(All Themes)"
9726
+ #~ msgstr "(Tous les thèmes)"
9727
+
9728
+ #~ msgctxt "admin sidebar"
9729
+ #~ msgid "Installed Modules"
9730
+ #~ msgstr "Modules installés"
9731
+
9732
+ #~ msgctxt "admin sidebar"
9733
+ #~ msgid "Installed"
9734
+ #~ msgstr "Installé"
9735
+
9736
+ #~ msgctxt "admin sidebar"
9737
+ #~ msgid "Not Installed"
9738
+ #~ msgstr "Non installé"
9739
+
9740
+ #~ msgctxt "admin sidebar"
9741
+ #~ msgid "Enhanced Categories Module"
9742
+ #~ msgstr "Module d'amélioration des catégories"
9743
+
9744
+ #~ msgctxt "admin templates"
9745
+ #~ msgid ""
9746
+ #~ "It does not appear you have any of the payment gateway modules enabled. "
9747
+ #~ "Either <a>enable the default Authorize.net gateway</a> with your account "
9748
+ #~ "info, or purchase a different payment gateway module in order to charge a "
9749
+ #~ "fee for listings. To purchase additional payment gateways use the buttons "
9750
+ #~ "below or visit %s."
9751
+ #~ msgstr ""
9752
+ #~ "Il semblerait que vous n'avez pas activé un des modules de passerelle de "
9753
+ #~ "paiement . Soit <a> activer la passerelle par défaut Authorize.net </a> "
9754
+ #~ "avec votre information de compte ou l'achat d'un module de passerelle de "
9755
+ #~ "paiement différent, afin d'exiger des frais pour les inscriptions. Pour "
9756
+ #~ "acheter les passerelles de paiement supplémentaires utilisez les boutons "
9757
+ #~ "ci-dessous ou visiter% s."
9758
+
9759
+ #~ msgctxt "admin templates"
9760
+ #~ msgid "Already installed."
9761
+ #~ msgstr "Déjà installé."
9762
+
9763
+ #, fuzzy
9764
+ #~ msgctxt "admin templates"
9765
+ #~ msgid ""
9766
+ #~ "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for "
9767
+ #~ "your users."
9768
+ #~ msgstr ""
9769
+ #~ "Vous pouvez acheter le <a>%s</a> pour l'ajouter <a>%s</a> comme une "
9770
+ #~ "option de paiement pour vos utilisateurs."
9771
+
9772
  #~ msgctxt "debug-info"
9773
  #~ msgid "BD Info"
9774
  #~ msgstr "Info de la base de donnée"
9987
  #~ msgstr ""
9988
  #~ "Vous n'avez pas la permission d'installer des mises à jour du plugin"
9989
 
 
 
 
9990
  #~ msgid "Pending Upgrade"
9991
  #~ msgstr "Mise à jour nécessaire"
9992
 
11120
  #~ msgid "Mark as"
11121
  #~ msgstr "Marqué comme"
11122
 
 
 
 
11123
  #~ msgid "Downgrade to %s"
11124
  #~ msgstr "Déclasser vers %s"
11125
 
languages/business-directory-plugin-it_IT.mo CHANGED
Binary file
languages/business-directory-plugin-it_IT.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2020-09-09 13:07:48+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -37,7 +37,7 @@ msgstr "Reports Annuncio"
37
 
38
  #: includes/admin/class-admin-listings.php:225
39
  #: includes/admin/class-listing-owner.php:91
40
- #: includes/helpers/class-listing-owner.php:110
41
  #, fuzzy
42
  msgid "Listing Owner"
43
  msgstr "Reports Annuncio"
@@ -89,9 +89,8 @@ msgstr "Elenco importato da admin. Pagamento saltato."
89
 
90
  #: includes/admin/class-listing-owner.php:66
91
  #: includes/admin/class-listing-owner.php:93
92
- #: includes/helpers/class-listing-owner.php:31
93
- #: includes/helpers/class-listing-owner.php:85
94
- #: includes/helpers/class-listing-owner.php:112
95
  #, fuzzy
96
  msgid "Please select a user"
97
  msgstr "Per favore seleziona una categoria."
@@ -476,7 +475,8 @@ msgstr "Indirizzo lavoro"
476
  msgid "ZIP Code"
477
  msgstr "Codice Postale"
478
 
479
- #: includes/functions.php:554
 
480
  msgid "Free"
481
  msgstr "Gratis"
482
 
@@ -560,16 +560,130 @@ msgstr ""
560
  "Le seguenti informazioni possono aiutare gli sviluppatori di BDB a risolvere "
561
  "eventuali problemi con l'installazione."
562
 
563
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
 
 
564
  #, fuzzy
565
  msgid ""
566
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
567
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
568
  msgstr ""
569
  "Per gestire le tasse devi andare alla pagina <a>Opzioni di gestione - "
570
  "Donazione</a> e selezionare la casella accanto a 'Attiva pagamenti' sotto "
571
  "'Impostazioni di pagamento'."
572
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
573
  #: templates/admin/home.tpl.php:54
574
  msgid "Manage Options"
575
  msgstr "Gestire le opzioni"
@@ -625,59 +739,59 @@ msgstr "Ripristina Defaults"
625
 
626
  #: templates/admin/sidebar.tpl.php:3
627
  #, fuzzy
 
 
 
 
 
628
  msgid "PayPal Payments"
629
  msgstr "Sottoscrizione"
630
 
631
- #: templates/admin/sidebar.tpl.php:4
632
  #, fuzzy
633
  msgid "Google Maps"
634
  msgstr "Modulo Google Maps"
635
 
636
- #: templates/admin/sidebar.tpl.php:5
637
  #, fuzzy
638
  msgid "Regions"
639
  msgstr "Modulo Regioni"
640
 
641
- #: templates/admin/sidebar.tpl.php:6
642
  #, fuzzy
643
  msgid "ZIP Code Search"
644
  msgstr "Modulo di ricerca dei codici di avviamento postale"
645
 
646
- #: templates/admin/sidebar.tpl.php:7
647
  #, fuzzy
648
  msgid "Ratings"
649
  msgstr "Campo votazione"
650
 
651
- #: templates/admin/sidebar.tpl.php:8
652
  #, fuzzy
653
  msgid "Stripe Payments"
654
  msgstr "Visualizza Pagamenti"
655
 
656
- #: templates/admin/sidebar.tpl.php:9
657
  #, fuzzy
658
  msgid "Featured Levels"
659
  msgstr "Livello in primo piano"
660
 
661
- #: templates/admin/sidebar.tpl.php:10
662
  #, fuzzy
663
  msgid "Claim Listings"
664
  msgstr "Modulo di richieste Claim"
665
 
666
- #: templates/admin/sidebar.tpl.php:11
667
  #, fuzzy
668
  msgid "File Upload"
669
  msgstr "Modulo di caricamento file"
670
 
671
- #: templates/admin/sidebar.tpl.php:12
672
  #, fuzzy
673
  msgid "Discount Codes"
674
  msgstr "Modulo Codici Sconto"
675
 
676
- #: templates/admin/sidebar.tpl.php:13
677
- #, fuzzy
678
- msgid "PayFast Payments"
679
- msgstr "Modulo di pagamento PayFast"
680
-
681
  #: templates/admin/sidebar.tpl.php:17
682
  #, fuzzy
683
  msgid "Modern Business Theme"
@@ -713,11 +827,19 @@ msgstr "Elegante tema di business"
713
  msgid "Like this plugin?"
714
  msgstr "Tipiace questo plugin?"
715
 
716
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
717
  #, fuzzy
718
  msgid "new"
719
  msgstr "nuovo"
720
 
 
 
 
 
721
  #: templates/admin/themes-install.tpl.php:21
722
  #, fuzzy
723
  msgid "Business Directory Theme archive (ZIP file)"
@@ -727,6 +849,16 @@ msgstr "Archivio temi BD (file ZIP)"
727
  msgid "← Return to Directory"
728
  msgstr "← Ritorna alla Directory"
729
 
 
 
 
 
 
 
 
 
 
 
730
  #. Author URI of the plugin/theme
731
  msgid "https://businessdirectoryplugin.com"
732
  msgstr "https://businessdirectoryplugin.com"
@@ -1393,70 +1525,70 @@ msgctxt "admin"
1393
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1394
  msgstr "Sei a posto. Visita la tua nuova pagina <a>Business Directory</a>."
1395
 
1396
- #: includes/admin/class-admin.php:461
1397
  msgctxt "admin"
1398
  msgid "Untitled Menu"
1399
  msgstr "Menu senza titolo"
1400
 
1401
- #: includes/admin/class-admin.php:786
1402
  msgctxt "admin"
1403
  msgid "Dismiss this notice."
1404
  msgstr "Rimuovi questo avviso."
1405
 
1406
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1407
  msgctxt "admin"
1408
  msgid "The listing has been updated."
1409
  msgid_plural "The listings have been updated."
1410
  msgstr[0] "L'Annuncio è stato aggiornato."
1411
  msgstr[1] "Gli annunci sono stati aggiornati."
1412
 
1413
- #: includes/admin/class-admin.php:861
1414
  msgctxt "admin"
1415
  msgid "The fee was successfully assigned."
1416
  msgstr "Il canone è stata assegnato con successo."
1417
 
1418
- #: includes/admin/class-admin.php:871
1419
  msgctxt "admin"
1420
  msgid "Listing was renewed."
1421
  msgid_plural "Listings were renewed."
1422
  msgstr[0] "L'Annuncio è stato rinnovato."
1423
  msgstr[1] "Gli annunci sono stati rinnovati."
1424
 
1425
- #: includes/admin/class-admin.php:883
1426
  msgctxt "admin"
1427
  msgid "Renewal email sent."
1428
  msgstr "E-mail di rinnovo inviata."
1429
 
1430
- #: includes/admin/class-admin.php:887
1431
  msgctxt "admin"
1432
  msgid ""
1433
  "Could not send renewal email, notice template at listing expiration not "
1434
  "found."
1435
  msgstr ""
1436
 
1437
- #: includes/admin/class-admin.php:894
1438
  msgctxt "admin"
1439
  msgid "Listing report deleted."
1440
  msgid_plural "Listing reports deleted."
1441
  msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
1442
  msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
1443
 
1444
- #: includes/admin/class-admin.php:942
1445
  msgctxt "admin"
1446
  msgid "Access keys sent."
1447
  msgstr "Dati di accesso inviati."
1448
 
1449
- #: includes/admin/class-admin.php:944
1450
  msgctxt "admin"
1451
  msgid "The access keys couldn't be sent."
1452
  msgstr "Non è stato possibile inviare i dati di accesso."
1453
 
1454
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1455
  msgctxt "admin"
1456
  msgid "Listing Count"
1457
  msgstr "Elenco luoghi"
1458
 
1459
- #: includes/admin/class-admin.php:1089
1460
  msgctxt "admin"
1461
  msgid ""
1462
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -1465,7 +1597,7 @@ msgstr ""
1465
  "<b>Business Directory Plugin</b> richiede una pagina con il codice di scelta "
1466
  "rapida <tt>[businessdirectory]</tt> per funzionare correttamente."
1467
 
1468
- #: includes/admin/class-admin.php:1091
1469
  msgctxt "admin"
1470
  msgid ""
1471
  "You can create this page by yourself or let Business Directory do this for "
@@ -1474,12 +1606,12 @@ msgstr ""
1474
  "È possibile creare la pagina da soli o lasciare che Business Directory "
1475
  "faccia questo per voi automaticamente."
1476
 
1477
- #: includes/admin/class-admin.php:1096
1478
  msgctxt "admin"
1479
  msgid "Create required pages for me"
1480
  msgstr "Crea le pagine richieste per me"
1481
 
1482
- #: includes/admin/class-admin.php:1130
1483
  msgctxt "admin"
1484
  msgid ""
1485
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1491,7 +1623,7 @@ msgstr ""
1491
  "strong>. Chiedete al vostro fornitore di aggiornare per evitare problemi con "
1492
  "il plugin."
1493
 
1494
- #: includes/admin/class-admin.php:1154
1495
  msgctxt "admin"
1496
  msgid ""
1497
  "We noticed you want your Business Directory users to register before posting "
@@ -1875,7 +2007,7 @@ msgctxt "admin menu"
1875
  msgid "Settings"
1876
  msgstr "Impostazioni"
1877
 
1878
- #: includes/admin/class-admin.php:1014
1879
  msgctxt "admin category id"
1880
  msgid "ID"
1881
  msgstr "ID"
@@ -2771,94 +2903,6 @@ msgctxt "fees admin"
2771
  msgid "Save Changes"
2772
  msgstr "Salva modifiche"
2773
 
2774
- #: templates/admin/fees-index.tpl.php:6
2775
- msgctxt "fees admin"
2776
- msgid "Add New Listing Fee"
2777
- msgstr "Aggiungere una nuovo canone per l'annuncio"
2778
-
2779
- #: templates/admin/fees-index.tpl.php:14
2780
- msgctxt "fees admin"
2781
- msgid "Payments are currently turned off."
2782
- msgstr "I pagamenti sono attualmente disattivati."
2783
-
2784
- #: templates/admin/fees-index.tpl.php:27
2785
- msgctxt "fees admin"
2786
- msgid "Order fees on the frontend by:"
2787
- msgstr "Ordina canoni sul frontend per:"
2788
-
2789
- #: templates/admin/fees-index.tpl.php:37
2790
- msgctxt "fees admin"
2791
- msgid "↑ Ascending"
2792
- msgstr "↑ Ascendente"
2793
-
2794
- #: templates/admin/fees-index.tpl.php:38
2795
- msgctxt "fees admin"
2796
- msgid "↓ Descending"
2797
- msgstr "↓ Discendente"
2798
-
2799
- #: templates/admin/fees-index.tpl.php:46
2800
- msgctxt "fees admin"
2801
- msgid "Drag and drop to re-order fees."
2802
- msgstr "Trascinare e rilasciare per ordinare le Donazioni."
2803
-
2804
- #: templates/admin/fees-index.tpl.php:66
2805
- msgctxt "fees admin"
2806
- msgid ""
2807
- "These are all of the fee plans displayed to the user when they place a "
2808
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2809
- "the <a>Not Available</a> filter will become active when you change the "
2810
- "payment mode."
2811
- msgstr ""
2812
- "Questi sono tutti i piani di pagamento che vengono visualizzati all'utente "
2813
- "quando inseriscono un'Annuncio. La tua modalità corrente di \"%s\" limita "
2814
- "quello che vedi qui. Quelli del<a>Non disponibile\n"
2815
- "</a> il filtro diventa attivo quando si modifica la modalità di pagamento."
2816
-
2817
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2818
- #: templates/admin/fees-index.tpl.php:118
2819
- msgctxt "fees admin"
2820
- msgid "Paid"
2821
- msgstr "Pagato"
2822
-
2823
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2824
- #: templates/admin/fees-index.tpl.php:118
2825
- msgctxt "fees admin"
2826
- msgid "Free"
2827
- msgstr "Gratis"
2828
-
2829
- #: templates/admin/fees-index.tpl.php:81
2830
- msgctxt "fees admin"
2831
- msgid ""
2832
- "These are all of the fee plans that aren't available because you're in \"%s"
2833
- "\" mode. Those on the Active filter will become Not Available when you "
2834
- "change the payment mode."
2835
- msgstr ""
2836
- "Questi sono tutti i piani a pagamento che non sono disponibili perché sei in "
2837
- "modalità \"%s\". Quelli del filtro attivo diventeranno non disponibili "
2838
- "quando si modifica la modalità di pagamento."
2839
-
2840
- #: templates/admin/fees-index.tpl.php:94
2841
- msgctxt "fees admin"
2842
- msgid ""
2843
- "These fee plans were disabled by the admin and will not show to the end user "
2844
- "regardless of mode until you enable them."
2845
- msgstr ""
2846
- "Questi piani tariffari sono stati disabilitati dall'amministratore e non "
2847
- "verranno mostrati all'utente finale indipendentemente dalla modalità fino a "
2848
- "quando non vengono abilitati."
2849
-
2850
- #: templates/admin/fees-index.tpl.php:112
2851
- msgctxt "fees admin"
2852
- msgid ""
2853
- "These are all of the fee plans you have configured. Not all of them are "
2854
- "available for the current mode (currently set to \"%s\"). To see the fee "
2855
- "plans for this mode click <a>Active</a>."
2856
- msgstr ""
2857
- "Questi sono tutti i piani a pagamento che hai configurato. Non tutti sono "
2858
- "disponibili per la modalità corrente (attualmente impostata su \"%s\"). Per "
2859
- "visualizzare i piani di pagamento per questa modalità fare clic su<a>Attivo</"
2860
- "a>."
2861
-
2862
  #: includes/admin/form-fields.php:22
2863
  msgctxt "form-fields admin"
2864
  msgid "form field"
@@ -6172,7 +6216,7 @@ msgstr ""
6172
  "l'inserimento nell'elenco, si prega di modificare il <a>piano tariffario</a> "
6173
  "in modo appropriato."
6174
 
6175
- #: includes/class-fees-api.php:61
6176
  msgctxt "fees-api"
6177
  msgid "Free Listing"
6178
  msgstr "Listing gratuito"
@@ -6791,7 +6835,7 @@ msgid "Social Site (Other)"
6791
  msgstr "Sito Sociale (Altro)"
6792
 
6793
  #: includes/fields/class-fieldtypes-social.php:95
6794
- #: includes/fields/class-fieldtypes-url.php:152
6795
  msgctxt "form-fields api"
6796
  msgid "URL:"
6797
  msgstr "URL:"
@@ -6837,7 +6881,7 @@ msgctxt "form-fields api"
6837
  msgid "URL Field"
6838
  msgstr "Campo URL"
6839
 
6840
- #: includes/fields/class-fieldtypes-url.php:164
6841
  msgctxt "form-fields api"
6842
  msgid "Link Text (optional):"
6843
  msgstr "Link Text (opzionale):"
@@ -7555,16 +7599,6 @@ msgctxt "templates"
7555
  msgid "Image height:"
7556
  msgstr "Dimensione dell'altezza massima:"
7557
 
7558
- #: templates/submit-listing-images.tpl.php:5
7559
- msgctxt "templates"
7560
- msgid "Current Images"
7561
- msgstr "Immagini attuali"
7562
-
7563
- #: templates/submit-listing-images.tpl.php:8
7564
- msgctxt "templates"
7565
- msgid "There are no images currently attached to your listing."
7566
- msgstr "Non ci sono immagini allegate al tuo annuncio in questo momento."
7567
-
7568
  #: includes/gateways/class-gateway-authorize-net.php:20
7569
  msgctxt "authorize-net"
7570
  msgid "Authorize.net"
@@ -8849,7 +8883,7 @@ msgctxt "widgets"
8849
  msgid "Display the following fields in the form."
8850
  msgstr "Visualizzare i seguenti campi nel modulo."
8851
 
8852
- #: includes/widgets/widget-search.php:108
8853
  msgctxt "widgets"
8854
  msgid "Search"
8855
  msgstr "Cerca"
@@ -8865,138 +8899,6 @@ msgctxt "admin forms"
8865
  msgid "required"
8866
  msgstr "richiesto"
8867
 
8868
- #: templates/admin/fees-index.tpl.php:132
8869
- msgctxt "admin sidebar"
8870
- msgid "PayPal Gateway Module"
8871
- msgstr "Modulo PayPal Gateway"
8872
-
8873
- #: templates/admin/fees-index.tpl.php:133
8874
- msgctxt "admin sidebar"
8875
- msgid "2Checkout Gateway Module"
8876
- msgstr "Modulo Gateway 2Checkout"
8877
-
8878
- #: templates/admin/fees-index.tpl.php:134
8879
- msgctxt "admin sidebar"
8880
- msgid "PayFast Payment Module"
8881
- msgstr "Modulo di pagamento PayFast"
8882
-
8883
- #: templates/admin/fees-index.tpl.php:135
8884
- msgctxt "admin sidebar"
8885
- msgid "Stripe Payment Module"
8886
- msgstr "Modulo di pagamento Stripe"
8887
-
8888
- #: templates/admin/sidebar.tpl.php:40
8889
- msgctxt "admin sidebar"
8890
- msgid "Get a Premium Module"
8891
- msgstr "Ottenere un modulo Premium"
8892
-
8893
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
8894
- msgctxt "admin sidebar"
8895
- msgid "best deal"
8896
- msgstr "miglior offerta"
8897
-
8898
- #: templates/admin/sidebar.tpl.php:43
8899
- msgctxt "admin sidebar"
8900
- msgid "Combo Pack"
8901
- msgstr "Pacchetto Combo"
8902
-
8903
- #: templates/admin/sidebar.tpl.php:43
8904
- msgctxt "admin sidebar"
8905
- msgid "(All Modules)"
8906
- msgstr "(Tutti i moduli)"
8907
-
8908
- #: templates/admin/sidebar.tpl.php:59
8909
- msgctxt "admin sidebar"
8910
- msgid "Get a Directory Theme"
8911
- msgstr "Ottenere un tema della directory"
8912
-
8913
- #: templates/admin/sidebar.tpl.php:62
8914
- msgctxt "admin sidebar"
8915
- msgid "Theme Pack"
8916
- msgstr "Pacchetto a tema"
8917
-
8918
- #: templates/admin/sidebar.tpl.php:62
8919
- msgctxt "admin sidebar"
8920
- msgid "(All Themes)"
8921
- msgstr "(Tutti i temi)"
8922
-
8923
- #: templates/admin/sidebar.tpl.php:78
8924
- msgctxt "admin sidebar"
8925
- msgid "Found a bug? Need support?"
8926
- msgstr "Trovato un bug? Hai bisogno di supporto?"
8927
-
8928
- #: templates/admin/sidebar.tpl.php:85
8929
- #, fuzzy
8930
- msgctxt "admin sidebar"
8931
- msgid "If you've found a bug or need support <a>let us know!</a>"
8932
- msgstr ""
8933
- "Se hai trovato un bug o hai bisogno di supporto <a>visita il forum!</a>"
8934
-
8935
- #: templates/admin/sidebar.tpl.php:90
8936
- msgctxt "admin sidebar"
8937
- msgid "Full plugin documentation"
8938
- msgstr "Documentazione completa dei plugin"
8939
-
8940
- #: templates/admin/sidebar.tpl.php:91
8941
- msgctxt "admin sidebar"
8942
- msgid "Quick Start Guide"
8943
- msgstr "Guida rapida"
8944
-
8945
- #: templates/admin/sidebar.tpl.php:92
8946
- msgctxt "admin sidebar"
8947
- msgid "Video Tutorials"
8948
- msgstr "Video Tutorial"
8949
-
8950
- #: templates/admin/sidebar.tpl.php:100
8951
- msgctxt "admin sidebar"
8952
- msgid "Installed Modules"
8953
- msgstr "Moduli installati"
8954
-
8955
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
8956
- msgctxt "admin sidebar"
8957
- msgid "Installed"
8958
- msgstr "Installato"
8959
-
8960
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
8961
- msgctxt "admin sidebar"
8962
- msgid "Not Installed"
8963
- msgstr "Non installato"
8964
-
8965
- #: templates/admin/sidebar.tpl.php:119
8966
- msgctxt "admin sidebar"
8967
- msgid "Enhanced Categories Module"
8968
- msgstr "Modulo Categorie migliorate"
8969
-
8970
- #: templates/admin/fees-index.tpl.php:147
8971
- msgctxt "admin templates"
8972
- msgid ""
8973
- "It does not appear you have any of the payment gateway modules enabled. "
8974
- "Either <a>enable the default Authorize.net gateway</a> with your account "
8975
- "info, or purchase a different payment gateway module in order to charge a "
8976
- "fee for listings. To purchase additional payment gateways use the buttons "
8977
- "below or visit %s."
8978
- msgstr ""
8979
- "Non viene visualizzato alcun modulo di gateway di pagamento abilitato. O "
8980
- "<a>abilitare il gateway predefinito di Authorize.net</a> Con le informazioni "
8981
- "sul tuo account o acquistare un altro modulo di gateway di pagamento per "
8982
- "pagare una tassa per gli elenchi. Per acquistare gateway di pagamento "
8983
- "aggiuntivi, utilizzare i pulsanti qui sotto o visita %s."
8984
-
8985
- #: templates/admin/fees-index.tpl.php:166
8986
- msgctxt "admin templates"
8987
- msgid "Already installed."
8988
- msgstr "Già installato."
8989
-
8990
- #: templates/admin/fees-index.tpl.php:173
8991
- #, fuzzy
8992
- msgctxt "admin templates"
8993
- msgid ""
8994
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
8995
- "users."
8996
- msgstr ""
8997
- "È possibile acquistare il <a>%s</a> aggiungere<a>%s</a> come opzione di "
8998
- "pagamento per i tuoi utenti."
8999
-
9000
  #: templates/admin/home.tpl.php:12
9001
  msgctxt "admin home"
9002
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -9263,6 +9165,38 @@ msgctxt "settings email"
9263
  msgid "Save Changes"
9264
  msgstr "Salva modifiche"
9265
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9266
  #: templates/admin/themes-delete-confirm.tpl.php:1
9267
  #: templates/admin/themes-delete-confirm.tpl.php:13
9268
  msgctxt "themes admin"
@@ -9703,6 +9637,97 @@ msgctxt "themes/default"
9703
  msgid "Address"
9704
  msgstr "Indirizzo"
9705
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9706
  #~ msgctxt "debug-info"
9707
  #~ msgid "BD Info"
9708
  #~ msgstr "BD Info"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2020-09-25 21:07:19+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
37
 
38
  #: includes/admin/class-admin-listings.php:225
39
  #: includes/admin/class-listing-owner.php:91
40
+ #: includes/helpers/class-listing-owner.php:91
41
  #, fuzzy
42
  msgid "Listing Owner"
43
  msgstr "Reports Annuncio"
89
 
90
  #: includes/admin/class-listing-owner.php:66
91
  #: includes/admin/class-listing-owner.php:93
92
+ #: includes/helpers/class-listing-owner.php:66
93
+ #: includes/helpers/class-listing-owner.php:93
 
94
  #, fuzzy
95
  msgid "Please select a user"
96
  msgstr "Per favore seleziona una categoria."
475
  msgid "ZIP Code"
476
  msgstr "Codice Postale"
477
 
478
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
479
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
480
  msgid "Free"
481
  msgstr "Gratis"
482
 
560
  "Le seguenti informazioni possono aiutare gli sviluppatori di BDB a risolvere "
561
  "eventuali problemi con l'installazione."
562
 
563
+ #: templates/admin/fees-index.tpl.php:7
564
+ #, fuzzy
565
+ msgid "Add New Listing Fee"
566
+ msgstr "Aggiungere una nuovo canone per l'annuncio"
567
+
568
+ #: templates/admin/fees-index.tpl.php:16
569
+ #, fuzzy
570
+ msgid "Payments are currently turned off."
571
+ msgstr "I pagamenti sono attualmente disattivati."
572
+
573
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
574
+ #: templates/admin/fees-index.tpl.php:20
575
  #, fuzzy
576
  msgid ""
577
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
578
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
579
  msgstr ""
580
  "Per gestire le tasse devi andare alla pagina <a>Opzioni di gestione - "
581
  "Donazione</a> e selezionare la casella accanto a 'Attiva pagamenti' sotto "
582
  "'Impostazioni di pagamento'."
583
 
584
+ #: templates/admin/fees-index.tpl.php:34
585
+ #, fuzzy
586
+ msgid "Order fees on the frontend by:"
587
+ msgstr "Ordina canoni sul frontend per:"
588
+
589
+ #: templates/admin/fees-index.tpl.php:44
590
+ #, fuzzy
591
+ msgid "↑ Ascending"
592
+ msgstr "↑ Ascendente"
593
+
594
+ #: templates/admin/fees-index.tpl.php:45
595
+ #, fuzzy
596
+ msgid "↓ Descending"
597
+ msgstr "↓ Discendente"
598
+
599
+ #: templates/admin/fees-index.tpl.php:53
600
+ #, fuzzy
601
+ msgid "Drag and drop to re-order fees."
602
+ msgstr "Trascinare e rilasciare per ordinare le Donazioni."
603
+
604
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
605
+ #. opening <a> tag, %3$s is a closing </a> tag.
606
+ #: templates/admin/fees-index.tpl.php:71
607
+ #, fuzzy
608
+ msgid ""
609
+ "These are all of the fee plans displayed to the user when they place a "
610
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
611
+ "the %2$sNot Available%3$s filter will become active when you change the "
612
+ "payment mode."
613
+ msgstr ""
614
+ "Questi sono tutti i piani di pagamento che vengono visualizzati all'utente "
615
+ "quando inseriscono un'Annuncio. La tua modalità corrente di \"%s\" limita "
616
+ "quello che vedi qui. Quelli del<a>Non disponibile\n"
617
+ "</a> il filtro diventa attivo quando si modifica la modalità di pagamento."
618
+
619
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
620
+ #: templates/admin/fees-index.tpl.php:106
621
+ #, fuzzy
622
+ msgid "Paid"
623
+ msgstr "Pagato"
624
+
625
+ #. translators: %s is directory payment mode (Free or Paid)
626
+ #: templates/admin/fees-index.tpl.php:84
627
+ #, fuzzy
628
+ msgid ""
629
+ "These are all of the fee plans that aren't available because you're in \"%s"
630
+ "\" mode. Those on the Active filter will become Not Available when you "
631
+ "change the payment mode."
632
+ msgstr ""
633
+ "Questi sono tutti i piani a pagamento che non sono disponibili perché sei in "
634
+ "modalità \"%s\". Quelli del filtro attivo diventeranno non disponibili "
635
+ "quando si modifica la modalità di pagamento."
636
+
637
+ #: templates/admin/fees-index.tpl.php:93
638
+ #, fuzzy
639
+ msgid ""
640
+ "These fee plans were disabled by the admin and will not show to the end user "
641
+ "regardless of mode until you enable them."
642
+ msgstr ""
643
+ "Questi piani tariffari sono stati disabilitati dall'amministratore e non "
644
+ "verranno mostrati all'utente finale indipendentemente dalla modalità fino a "
645
+ "quando non vengono abilitati."
646
+
647
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
648
+ #. opening <a> tag, %3$s is a closing </a> tag.
649
+ #: templates/admin/fees-index.tpl.php:105
650
+ #, fuzzy
651
+ msgid ""
652
+ "These are all of the fee plans you have configured. Not all of them are "
653
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
654
+ "plans for this mode click %2$sActive%3$s."
655
+ msgstr ""
656
+ "Questi sono tutti i piani a pagamento che hai configurato. Non tutti sono "
657
+ "disponibili per la modalità corrente (attualmente impostata su \"%s\"). Per "
658
+ "visualizzare i piani di pagamento per questa modalità fare clic su<a>Attivo</"
659
+ "a>."
660
+
661
+ #: templates/admin/fees-index.tpl.php:135
662
+ msgid "Set up a payment gateway to charge a fee for listings"
663
+ msgstr ""
664
+
665
+ #: templates/admin/fees-index.tpl.php:137
666
+ msgid "Add a payment gateway to increase conversion rates"
667
+ msgstr ""
668
+
669
+ #. translators: %s: payment gateway name */
670
+ #: templates/admin/fees-index.tpl.php:155
671
+ msgid "Add the %s gateway as a payment option."
672
+ msgstr ""
673
+
674
+ #: templates/admin/fees-index.tpl.php:161
675
+ #, fuzzy
676
+ msgid "Upgrade"
677
+ msgstr "Avviare l'aggiornamento"
678
+
679
+ #: templates/admin/fees-index.tpl.php:169
680
+ msgid "Set up Authorize.net as a payment option."
681
+ msgstr ""
682
+
683
+ #: templates/admin/fees-index.tpl.php:172
684
+ msgid "Set Up"
685
+ msgstr ""
686
+
687
  #: templates/admin/home.tpl.php:54
688
  msgid "Manage Options"
689
  msgstr "Gestire le opzioni"
739
 
740
  #: templates/admin/sidebar.tpl.php:3
741
  #, fuzzy
742
+ msgid "Category Images"
743
+ msgstr "Categorie"
744
+
745
+ #: templates/admin/sidebar.tpl.php:4
746
+ #, fuzzy
747
  msgid "PayPal Payments"
748
  msgstr "Sottoscrizione"
749
 
750
+ #: templates/admin/sidebar.tpl.php:5
751
  #, fuzzy
752
  msgid "Google Maps"
753
  msgstr "Modulo Google Maps"
754
 
755
+ #: templates/admin/sidebar.tpl.php:6
756
  #, fuzzy
757
  msgid "Regions"
758
  msgstr "Modulo Regioni"
759
 
760
+ #: templates/admin/sidebar.tpl.php:7
761
  #, fuzzy
762
  msgid "ZIP Code Search"
763
  msgstr "Modulo di ricerca dei codici di avviamento postale"
764
 
765
+ #: templates/admin/sidebar.tpl.php:8
766
  #, fuzzy
767
  msgid "Ratings"
768
  msgstr "Campo votazione"
769
 
770
+ #: templates/admin/sidebar.tpl.php:9
771
  #, fuzzy
772
  msgid "Stripe Payments"
773
  msgstr "Visualizza Pagamenti"
774
 
775
+ #: templates/admin/sidebar.tpl.php:10
776
  #, fuzzy
777
  msgid "Featured Levels"
778
  msgstr "Livello in primo piano"
779
 
780
+ #: templates/admin/sidebar.tpl.php:11
781
  #, fuzzy
782
  msgid "Claim Listings"
783
  msgstr "Modulo di richieste Claim"
784
 
785
+ #: templates/admin/sidebar.tpl.php:12
786
  #, fuzzy
787
  msgid "File Upload"
788
  msgstr "Modulo di caricamento file"
789
 
790
+ #: templates/admin/sidebar.tpl.php:13
791
  #, fuzzy
792
  msgid "Discount Codes"
793
  msgstr "Modulo Codici Sconto"
794
 
 
 
 
 
 
795
  #: templates/admin/sidebar.tpl.php:17
796
  #, fuzzy
797
  msgid "Modern Business Theme"
827
  msgid "Like this plugin?"
828
  msgstr "Tipiace questo plugin?"
829
 
830
+ #: templates/admin/sidebar.tpl.php:40
831
+ msgid "Make better directories"
832
+ msgstr ""
833
+
834
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
835
  #, fuzzy
836
  msgid "new"
837
  msgstr "nuovo"
838
 
839
+ #: templates/admin/sidebar.tpl.php:59
840
+ msgid "Upgrade Now"
841
+ msgstr ""
842
+
843
  #: templates/admin/themes-install.tpl.php:21
844
  #, fuzzy
845
  msgid "Business Directory Theme archive (ZIP file)"
849
  msgid "← Return to Directory"
850
  msgstr "← Ritorna alla Directory"
851
 
852
+ #: templates/submit-listing-images.tpl.php:5
853
+ #, fuzzy
854
+ msgid "Current Images"
855
+ msgstr "Immagini attuali"
856
+
857
+ #: templates/submit-listing-images.tpl.php:8
858
+ #, fuzzy
859
+ msgid "There are no images currently attached to your listing."
860
+ msgstr "Non ci sono immagini allegate al tuo annuncio in questo momento."
861
+
862
  #. Author URI of the plugin/theme
863
  msgid "https://businessdirectoryplugin.com"
864
  msgstr "https://businessdirectoryplugin.com"
1525
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1526
  msgstr "Sei a posto. Visita la tua nuova pagina <a>Business Directory</a>."
1527
 
1528
+ #: includes/admin/class-admin.php:470
1529
  msgctxt "admin"
1530
  msgid "Untitled Menu"
1531
  msgstr "Menu senza titolo"
1532
 
1533
+ #: includes/admin/class-admin.php:795
1534
  msgctxt "admin"
1535
  msgid "Dismiss this notice."
1536
  msgstr "Rimuovi questo avviso."
1537
 
1538
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1539
  msgctxt "admin"
1540
  msgid "The listing has been updated."
1541
  msgid_plural "The listings have been updated."
1542
  msgstr[0] "L'Annuncio è stato aggiornato."
1543
  msgstr[1] "Gli annunci sono stati aggiornati."
1544
 
1545
+ #: includes/admin/class-admin.php:870
1546
  msgctxt "admin"
1547
  msgid "The fee was successfully assigned."
1548
  msgstr "Il canone è stata assegnato con successo."
1549
 
1550
+ #: includes/admin/class-admin.php:880
1551
  msgctxt "admin"
1552
  msgid "Listing was renewed."
1553
  msgid_plural "Listings were renewed."
1554
  msgstr[0] "L'Annuncio è stato rinnovato."
1555
  msgstr[1] "Gli annunci sono stati rinnovati."
1556
 
1557
+ #: includes/admin/class-admin.php:892
1558
  msgctxt "admin"
1559
  msgid "Renewal email sent."
1560
  msgstr "E-mail di rinnovo inviata."
1561
 
1562
+ #: includes/admin/class-admin.php:896
1563
  msgctxt "admin"
1564
  msgid ""
1565
  "Could not send renewal email, notice template at listing expiration not "
1566
  "found."
1567
  msgstr ""
1568
 
1569
+ #: includes/admin/class-admin.php:903
1570
  msgctxt "admin"
1571
  msgid "Listing report deleted."
1572
  msgid_plural "Listing reports deleted."
1573
  msgstr[0] "La segnalazione per l'Annuncio è stata cancellata."
1574
  msgstr[1] "Le segnalazioni per gli Annunci sono state cancellate."
1575
 
1576
+ #: includes/admin/class-admin.php:951
1577
  msgctxt "admin"
1578
  msgid "Access keys sent."
1579
  msgstr "Dati di accesso inviati."
1580
 
1581
+ #: includes/admin/class-admin.php:953
1582
  msgctxt "admin"
1583
  msgid "The access keys couldn't be sent."
1584
  msgstr "Non è stato possibile inviare i dati di accesso."
1585
 
1586
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1587
  msgctxt "admin"
1588
  msgid "Listing Count"
1589
  msgstr "Elenco luoghi"
1590
 
1591
+ #: includes/admin/class-admin.php:1098
1592
  msgctxt "admin"
1593
  msgid ""
1594
  "<b>Business Directory Plugin</b> requires a page with the "
1597
  "<b>Business Directory Plugin</b> richiede una pagina con il codice di scelta "
1598
  "rapida <tt>[businessdirectory]</tt> per funzionare correttamente."
1599
 
1600
+ #: includes/admin/class-admin.php:1100
1601
  msgctxt "admin"
1602
  msgid ""
1603
  "You can create this page by yourself or let Business Directory do this for "
1606
  "È possibile creare la pagina da soli o lasciare che Business Directory "
1607
  "faccia questo per voi automaticamente."
1608
 
1609
+ #: includes/admin/class-admin.php:1105
1610
  msgctxt "admin"
1611
  msgid "Create required pages for me"
1612
  msgstr "Crea le pagine richieste per me"
1613
 
1614
+ #: includes/admin/class-admin.php:1139
1615
  msgctxt "admin"
1616
  msgid ""
1617
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1623
  "strong>. Chiedete al vostro fornitore di aggiornare per evitare problemi con "
1624
  "il plugin."
1625
 
1626
+ #: includes/admin/class-admin.php:1163
1627
  msgctxt "admin"
1628
  msgid ""
1629
  "We noticed you want your Business Directory users to register before posting "
2007
  msgid "Settings"
2008
  msgstr "Impostazioni"
2009
 
2010
+ #: includes/admin/class-admin.php:1023
2011
  msgctxt "admin category id"
2012
  msgid "ID"
2013
  msgstr "ID"
2903
  msgid "Save Changes"
2904
  msgstr "Salva modifiche"
2905
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
  #: includes/admin/form-fields.php:22
2907
  msgctxt "form-fields admin"
2908
  msgid "form field"
6216
  "l'inserimento nell'elenco, si prega di modificare il <a>piano tariffario</a> "
6217
  "in modo appropriato."
6218
 
6219
+ #: includes/class-fees-api.php:62
6220
  msgctxt "fees-api"
6221
  msgid "Free Listing"
6222
  msgstr "Listing gratuito"
6835
  msgstr "Sito Sociale (Altro)"
6836
 
6837
  #: includes/fields/class-fieldtypes-social.php:95
6838
+ #: includes/fields/class-fieldtypes-url.php:157
6839
  msgctxt "form-fields api"
6840
  msgid "URL:"
6841
  msgstr "URL:"
6881
  msgid "URL Field"
6882
  msgstr "Campo URL"
6883
 
6884
+ #: includes/fields/class-fieldtypes-url.php:169
6885
  msgctxt "form-fields api"
6886
  msgid "Link Text (optional):"
6887
  msgstr "Link Text (opzionale):"
7599
  msgid "Image height:"
7600
  msgstr "Dimensione dell'altezza massima:"
7601
 
 
 
 
 
 
 
 
 
 
 
7602
  #: includes/gateways/class-gateway-authorize-net.php:20
7603
  msgctxt "authorize-net"
7604
  msgid "Authorize.net"
8883
  msgid "Display the following fields in the form."
8884
  msgstr "Visualizzare i seguenti campi nel modulo."
8885
 
8886
+ #: includes/widgets/widget-search.php:107
8887
  msgctxt "widgets"
8888
  msgid "Search"
8889
  msgstr "Cerca"
8899
  msgid "required"
8900
  msgstr "richiesto"
8901
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8902
  #: templates/admin/home.tpl.php:12
8903
  msgctxt "admin home"
8904
  msgid "Welcome to Business Directory Plugin. You are using %s."
9165
  msgid "Save Changes"
9166
  msgstr "Salva modifiche"
9167
 
9168
+ #: templates/admin/sidebar.tpl.php:66
9169
+ msgctxt "admin sidebar"
9170
+ msgid "Get a Directory Theme"
9171
+ msgstr "Ottenere un tema della directory"
9172
+
9173
+ #: templates/admin/sidebar.tpl.php:84
9174
+ msgctxt "admin sidebar"
9175
+ msgid "Found a bug? Need support?"
9176
+ msgstr "Trovato un bug? Hai bisogno di supporto?"
9177
+
9178
+ #: templates/admin/sidebar.tpl.php:91
9179
+ #, fuzzy
9180
+ msgctxt "admin sidebar"
9181
+ msgid "If you've found a bug or need support <a>let us know!</a>"
9182
+ msgstr ""
9183
+ "Se hai trovato un bug o hai bisogno di supporto <a>visita il forum!</a>"
9184
+
9185
+ #: templates/admin/sidebar.tpl.php:96
9186
+ msgctxt "admin sidebar"
9187
+ msgid "Full plugin documentation"
9188
+ msgstr "Documentazione completa dei plugin"
9189
+
9190
+ #: templates/admin/sidebar.tpl.php:97
9191
+ msgctxt "admin sidebar"
9192
+ msgid "Quick Start Guide"
9193
+ msgstr "Guida rapida"
9194
+
9195
+ #: templates/admin/sidebar.tpl.php:98
9196
+ msgctxt "admin sidebar"
9197
+ msgid "Video Tutorials"
9198
+ msgstr "Video Tutorial"
9199
+
9200
  #: templates/admin/themes-delete-confirm.tpl.php:1
9201
  #: templates/admin/themes-delete-confirm.tpl.php:13
9202
  msgctxt "themes admin"
9637
  msgid "Address"
9638
  msgstr "Indirizzo"
9639
 
9640
+ #, fuzzy
9641
+ #~ msgid "PayFast Payments"
9642
+ #~ msgstr "Modulo di pagamento PayFast"
9643
+
9644
+ #~ msgctxt "fees admin"
9645
+ #~ msgid "Free"
9646
+ #~ msgstr "Gratis"
9647
+
9648
+ #~ msgctxt "admin sidebar"
9649
+ #~ msgid "PayPal Gateway Module"
9650
+ #~ msgstr "Modulo PayPal Gateway"
9651
+
9652
+ #~ msgctxt "admin sidebar"
9653
+ #~ msgid "2Checkout Gateway Module"
9654
+ #~ msgstr "Modulo Gateway 2Checkout"
9655
+
9656
+ #~ msgctxt "admin sidebar"
9657
+ #~ msgid "PayFast Payment Module"
9658
+ #~ msgstr "Modulo di pagamento PayFast"
9659
+
9660
+ #~ msgctxt "admin sidebar"
9661
+ #~ msgid "Stripe Payment Module"
9662
+ #~ msgstr "Modulo di pagamento Stripe"
9663
+
9664
+ #~ msgctxt "admin sidebar"
9665
+ #~ msgid "Get a Premium Module"
9666
+ #~ msgstr "Ottenere un modulo Premium"
9667
+
9668
+ #~ msgctxt "admin sidebar"
9669
+ #~ msgid "best deal"
9670
+ #~ msgstr "miglior offerta"
9671
+
9672
+ #~ msgctxt "admin sidebar"
9673
+ #~ msgid "Combo Pack"
9674
+ #~ msgstr "Pacchetto Combo"
9675
+
9676
+ #~ msgctxt "admin sidebar"
9677
+ #~ msgid "(All Modules)"
9678
+ #~ msgstr "(Tutti i moduli)"
9679
+
9680
+ #~ msgctxt "admin sidebar"
9681
+ #~ msgid "Theme Pack"
9682
+ #~ msgstr "Pacchetto a tema"
9683
+
9684
+ #~ msgctxt "admin sidebar"
9685
+ #~ msgid "(All Themes)"
9686
+ #~ msgstr "(Tutti i temi)"
9687
+
9688
+ #~ msgctxt "admin sidebar"
9689
+ #~ msgid "Installed Modules"
9690
+ #~ msgstr "Moduli installati"
9691
+
9692
+ #~ msgctxt "admin sidebar"
9693
+ #~ msgid "Installed"
9694
+ #~ msgstr "Installato"
9695
+
9696
+ #~ msgctxt "admin sidebar"
9697
+ #~ msgid "Not Installed"
9698
+ #~ msgstr "Non installato"
9699
+
9700
+ #~ msgctxt "admin sidebar"
9701
+ #~ msgid "Enhanced Categories Module"
9702
+ #~ msgstr "Modulo Categorie migliorate"
9703
+
9704
+ #~ msgctxt "admin templates"
9705
+ #~ msgid ""
9706
+ #~ "It does not appear you have any of the payment gateway modules enabled. "
9707
+ #~ "Either <a>enable the default Authorize.net gateway</a> with your account "
9708
+ #~ "info, or purchase a different payment gateway module in order to charge a "
9709
+ #~ "fee for listings. To purchase additional payment gateways use the buttons "
9710
+ #~ "below or visit %s."
9711
+ #~ msgstr ""
9712
+ #~ "Non viene visualizzato alcun modulo di gateway di pagamento abilitato. O "
9713
+ #~ "<a>abilitare il gateway predefinito di Authorize.net</a> Con le "
9714
+ #~ "informazioni sul tuo account o acquistare un altro modulo di gateway di "
9715
+ #~ "pagamento per pagare una tassa per gli elenchi. Per acquistare gateway di "
9716
+ #~ "pagamento aggiuntivi, utilizzare i pulsanti qui sotto o visita %s."
9717
+
9718
+ #~ msgctxt "admin templates"
9719
+ #~ msgid "Already installed."
9720
+ #~ msgstr "Già installato."
9721
+
9722
+ #, fuzzy
9723
+ #~ msgctxt "admin templates"
9724
+ #~ msgid ""
9725
+ #~ "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for "
9726
+ #~ "your users."
9727
+ #~ msgstr ""
9728
+ #~ "È possibile acquistare il <a>%s</a> aggiungere<a>%s</a> come opzione di "
9729
+ #~ "pagamento per i tuoi utenti."
9730
+
9731
  #~ msgctxt "debug-info"
9732
  #~ msgid "BD Info"
9733
  #~ msgstr "BD Info"
languages/business-directory-plugin-nl_NL.mo CHANGED
Binary file
languages/business-directory-plugin-nl_NL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2020-09-09 13:07:48+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"
@@ -30,7 +30,7 @@ msgstr "Een registratie verloopt."
30
 
31
  #: includes/admin/class-admin-listings.php:225
32
  #: includes/admin/class-listing-owner.php:91
33
- #: includes/helpers/class-listing-owner.php:110
34
  #, fuzzy
35
  msgid "Listing Owner"
36
  msgstr "Een registratie verloopt."
@@ -77,9 +77,8 @@ msgstr ""
77
 
78
  #: includes/admin/class-listing-owner.php:66
79
  #: includes/admin/class-listing-owner.php:93
80
- #: includes/helpers/class-listing-owner.php:31
81
- #: includes/helpers/class-listing-owner.php:85
82
- #: includes/helpers/class-listing-owner.php:112
83
  msgid "Please select a user"
84
  msgstr ""
85
 
@@ -435,7 +434,8 @@ msgstr ""
435
  msgid "ZIP Code"
436
  msgstr ""
437
 
438
- #: includes/functions.php:554
 
439
  msgid "Free"
440
  msgstr "Gratis"
441
 
@@ -507,12 +507,106 @@ msgid ""
507
  "your setup."
508
  msgstr ""
509
 
510
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
 
511
  msgid ""
512
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
513
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
514
  msgstr ""
515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
516
  #: templates/admin/home.tpl.php:54
517
  #, fuzzy
518
  msgid "Manage Options"
@@ -569,56 +663,56 @@ msgstr "Reset basisinstellingen"
569
 
570
  #: templates/admin/sidebar.tpl.php:3
571
  #, fuzzy
 
 
 
 
 
572
  msgid "PayPal Payments"
573
  msgstr "Wachtend op upgrade"
574
 
575
- #: templates/admin/sidebar.tpl.php:4
576
  msgid "Google Maps"
577
  msgstr ""
578
 
579
- #: templates/admin/sidebar.tpl.php:5
580
  #, fuzzy
581
  msgid "Regions"
582
  msgstr "Registratie URL (adres)"
583
 
584
- #: templates/admin/sidebar.tpl.php:6
585
  #, fuzzy
586
  msgid "ZIP Code Search"
587
  msgstr "Postcode"
588
 
589
- #: templates/admin/sidebar.tpl.php:7
590
  #, fuzzy
591
  msgid "Ratings"
592
  msgstr "Waardering veld"
593
 
594
- #: templates/admin/sidebar.tpl.php:8
595
  #, fuzzy
596
  msgid "Stripe Payments"
597
  msgstr "Betaling"
598
 
599
- #: templates/admin/sidebar.tpl.php:9
600
  #, fuzzy
601
  msgid "Featured Levels"
602
  msgstr "Aanbieding registratie"
603
 
604
- #: templates/admin/sidebar.tpl.php:10
605
  #, fuzzy
606
  msgid "Claim Listings"
607
  msgstr "Registratie zoeken"
608
 
609
- #: templates/admin/sidebar.tpl.php:11
610
  msgid "File Upload"
611
  msgstr ""
612
 
613
- #: templates/admin/sidebar.tpl.php:12
614
  msgid "Discount Codes"
615
  msgstr ""
616
 
617
- #: templates/admin/sidebar.tpl.php:13
618
- #, fuzzy
619
- msgid "PayFast Payments"
620
- msgstr "Betaling"
621
-
622
  #: templates/admin/sidebar.tpl.php:17
623
  msgid "Modern Business Theme"
624
  msgstr ""
@@ -648,10 +742,19 @@ msgstr ""
648
  msgid "Like this plugin?"
649
  msgstr ""
650
 
651
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
652
  msgid "new"
653
  msgstr ""
654
 
 
 
 
 
 
655
  #: templates/admin/themes-install.tpl.php:21
656
  #, fuzzy
657
  msgid "Business Directory Theme archive (ZIP file)"
@@ -662,6 +765,16 @@ msgstr "Business Directory - Zoeken"
662
  msgid "← Return to Directory"
663
  msgstr "← Terg naar Register."
664
 
 
 
 
 
 
 
 
 
 
 
665
  #. Author URI of the plugin/theme
666
  msgid "https://businessdirectoryplugin.com"
667
  msgstr ""
@@ -1290,17 +1403,17 @@ msgctxt "admin"
1290
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1291
  msgstr ""
1292
 
1293
- #: includes/admin/class-admin.php:461
1294
  msgctxt "admin"
1295
  msgid "Untitled Menu"
1296
  msgstr ""
1297
 
1298
- #: includes/admin/class-admin.php:786
1299
  msgctxt "admin"
1300
  msgid "Dismiss this notice."
1301
  msgstr ""
1302
 
1303
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1304
  #, fuzzy
1305
  msgctxt "admin"
1306
  msgid "The listing has been updated."
@@ -1308,31 +1421,31 @@ msgid_plural "The listings have been updated."
1308
  msgstr[0] "De registratie / vermelding is bijgewerkt."
1309
  msgstr[1] "De registraties / vermeldingen zijn bijgewerkt."
1310
 
1311
- #: includes/admin/class-admin.php:861
1312
  msgctxt "admin"
1313
  msgid "The fee was successfully assigned."
1314
  msgstr ""
1315
 
1316
- #: includes/admin/class-admin.php:871
1317
  msgctxt "admin"
1318
  msgid "Listing was renewed."
1319
  msgid_plural "Listings were renewed."
1320
  msgstr[0] ""
1321
  msgstr[1] ""
1322
 
1323
- #: includes/admin/class-admin.php:883
1324
  msgctxt "admin"
1325
  msgid "Renewal email sent."
1326
  msgstr ""
1327
 
1328
- #: includes/admin/class-admin.php:887
1329
  msgctxt "admin"
1330
  msgid ""
1331
  "Could not send renewal email, notice template at listing expiration not "
1332
  "found."
1333
  msgstr ""
1334
 
1335
- #: includes/admin/class-admin.php:894
1336
  #, fuzzy
1337
  msgctxt "admin"
1338
  msgid "Listing report deleted."
@@ -1340,41 +1453,41 @@ msgid_plural "Listing reports deleted."
1340
  msgstr[0] "Registratie vernieuwing"
1341
  msgstr[1] "Registratie vernieuwing"
1342
 
1343
- #: includes/admin/class-admin.php:942
1344
  msgctxt "admin"
1345
  msgid "Access keys sent."
1346
  msgstr ""
1347
 
1348
- #: includes/admin/class-admin.php:944
1349
  msgctxt "admin"
1350
  msgid "The access keys couldn't be sent."
1351
  msgstr ""
1352
 
1353
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1354
  msgctxt "admin"
1355
  msgid "Listing Count"
1356
  msgstr "Aantal registraties"
1357
 
1358
- #: includes/admin/class-admin.php:1089
1359
  msgctxt "admin"
1360
  msgid ""
1361
  "<b>Business Directory Plugin</b> requires a page with the "
1362
  "<tt>[businessdirectory]</tt> shortcode to function properly."
1363
  msgstr ""
1364
 
1365
- #: includes/admin/class-admin.php:1091
1366
  msgctxt "admin"
1367
  msgid ""
1368
  "You can create this page by yourself or let Business Directory do this for "
1369
  "you automatically."
1370
  msgstr ""
1371
 
1372
- #: includes/admin/class-admin.php:1096
1373
  msgctxt "admin"
1374
  msgid "Create required pages for me"
1375
  msgstr ""
1376
 
1377
- #: includes/admin/class-admin.php:1130
1378
  msgctxt "admin"
1379
  msgid ""
1380
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1382,7 +1495,7 @@ msgid ""
1382
  "your provider to upgrade in order to prevent any issues with the plugin."
1383
  msgstr ""
1384
 
1385
- #: includes/admin/class-admin.php:1154
1386
  msgctxt "admin"
1387
  msgid ""
1388
  "We noticed you want your Business Directory users to register before posting "
@@ -1782,7 +1895,7 @@ msgctxt "admin menu"
1782
  msgid "Settings"
1783
  msgstr "Instellingen"
1784
 
1785
- #: includes/admin/class-admin.php:1014
1786
  msgctxt "admin category id"
1787
  msgid "ID"
1788
  msgstr ""
@@ -2631,80 +2744,6 @@ msgctxt "fees admin"
2631
  msgid "Save Changes"
2632
  msgstr "Bewaar veranderingen"
2633
 
2634
- #: templates/admin/fees-index.tpl.php:6
2635
- msgctxt "fees admin"
2636
- msgid "Add New Listing Fee"
2637
- msgstr "Nieuw Registratie tarief toevoegen"
2638
-
2639
- #: templates/admin/fees-index.tpl.php:14
2640
- msgctxt "fees admin"
2641
- msgid "Payments are currently turned off."
2642
- msgstr ""
2643
-
2644
- #: templates/admin/fees-index.tpl.php:27
2645
- msgctxt "fees admin"
2646
- msgid "Order fees on the frontend by:"
2647
- msgstr "Sorteer tarieven frontend door:"
2648
-
2649
- #: templates/admin/fees-index.tpl.php:37
2650
- msgctxt "fees admin"
2651
- msgid "↑ Ascending"
2652
- msgstr "↑ Oplopend"
2653
-
2654
- #: templates/admin/fees-index.tpl.php:38
2655
- msgctxt "fees admin"
2656
- msgid "↓ Descending"
2657
- msgstr "↓ Aflopend"
2658
-
2659
- #: templates/admin/fees-index.tpl.php:46
2660
- msgctxt "fees admin"
2661
- msgid "Drag and drop to re-order fees."
2662
- msgstr ""
2663
-
2664
- #: templates/admin/fees-index.tpl.php:66
2665
- msgctxt "fees admin"
2666
- msgid ""
2667
- "These are all of the fee plans displayed to the user when they place a "
2668
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2669
- "the <a>Not Available</a> filter will become active when you change the "
2670
- "payment mode."
2671
- msgstr ""
2672
-
2673
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2674
- #: templates/admin/fees-index.tpl.php:118
2675
- msgctxt "fees admin"
2676
- msgid "Paid"
2677
- msgstr ""
2678
-
2679
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2680
- #: templates/admin/fees-index.tpl.php:118
2681
- msgctxt "fees admin"
2682
- msgid "Free"
2683
- msgstr "Gratis"
2684
-
2685
- #: templates/admin/fees-index.tpl.php:81
2686
- msgctxt "fees admin"
2687
- msgid ""
2688
- "These are all of the fee plans that aren't available because you're in \"%s"
2689
- "\" mode. Those on the Active filter will become Not Available when you "
2690
- "change the payment mode."
2691
- msgstr ""
2692
-
2693
- #: templates/admin/fees-index.tpl.php:94
2694
- msgctxt "fees admin"
2695
- msgid ""
2696
- "These fee plans were disabled by the admin and will not show to the end user "
2697
- "regardless of mode until you enable them."
2698
- msgstr ""
2699
-
2700
- #: templates/admin/fees-index.tpl.php:112
2701
- msgctxt "fees admin"
2702
- msgid ""
2703
- "These are all of the fee plans you have configured. Not all of them are "
2704
- "available for the current mode (currently set to \"%s\"). To see the fee "
2705
- "plans for this mode click <a>Active</a>."
2706
- msgstr ""
2707
-
2708
  #: includes/admin/form-fields.php:22
2709
  msgctxt "form-fields admin"
2710
  msgid "form field"
@@ -6043,7 +6082,7 @@ msgid ""
6043
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6044
  msgstr ""
6045
 
6046
- #: includes/class-fees-api.php:61
6047
  msgctxt "fees-api"
6048
  msgid "Free Listing"
6049
  msgstr "Gratis registratie"
@@ -6669,7 +6708,7 @@ msgid "Social Site (Other)"
6669
  msgstr ""
6670
 
6671
  #: includes/fields/class-fieldtypes-social.php:95
6672
- #: includes/fields/class-fieldtypes-url.php:152
6673
  msgctxt "form-fields api"
6674
  msgid "URL:"
6675
  msgstr ""
@@ -6716,7 +6755,7 @@ msgctxt "form-fields api"
6716
  msgid "URL Field"
6717
  msgstr "URL veld"
6718
 
6719
- #: includes/fields/class-fieldtypes-url.php:164
6720
  msgctxt "form-fields api"
6721
  msgid "Link Text (optional):"
6722
  msgstr "Link tekst (optioneel)"
@@ -7391,16 +7430,6 @@ msgctxt "templates"
7391
  msgid "Image height:"
7392
  msgstr ""
7393
 
7394
- #: templates/submit-listing-images.tpl.php:5
7395
- msgctxt "templates"
7396
- msgid "Current Images"
7397
- msgstr "Huidige beelden"
7398
-
7399
- #: templates/submit-listing-images.tpl.php:8
7400
- msgctxt "templates"
7401
- msgid "There are no images currently attached to your listing."
7402
- msgstr "Er zijn momenteel geen beelden gekoppeld aan je registratie."
7403
-
7404
  #: includes/gateways/class-gateway-authorize-net.php:20
7405
  #, fuzzy
7406
  msgctxt "authorize-net"
@@ -8612,7 +8641,7 @@ msgctxt "widgets"
8612
  msgid "Display the following fields in the form."
8613
  msgstr ""
8614
 
8615
- #: includes/widgets/widget-search.php:108
8616
  msgctxt "widgets"
8617
  msgid "Search"
8618
  msgstr "Zoek"
@@ -8628,128 +8657,6 @@ msgctxt "admin forms"
8628
  msgid "required"
8629
  msgstr "vereist"
8630
 
8631
- #: templates/admin/fees-index.tpl.php:132
8632
- msgctxt "admin sidebar"
8633
- msgid "PayPal Gateway Module"
8634
- msgstr ""
8635
-
8636
- #: templates/admin/fees-index.tpl.php:133
8637
- msgctxt "admin sidebar"
8638
- msgid "2Checkout Gateway Module"
8639
- msgstr ""
8640
-
8641
- #: templates/admin/fees-index.tpl.php:134
8642
- msgctxt "admin sidebar"
8643
- msgid "PayFast Payment Module"
8644
- msgstr ""
8645
-
8646
- #: templates/admin/fees-index.tpl.php:135
8647
- msgctxt "admin sidebar"
8648
- msgid "Stripe Payment Module"
8649
- msgstr ""
8650
-
8651
- #: templates/admin/sidebar.tpl.php:40
8652
- msgctxt "admin sidebar"
8653
- msgid "Get a Premium Module"
8654
- msgstr "Koop een Premium module"
8655
-
8656
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
8657
- msgctxt "admin sidebar"
8658
- msgid "best deal"
8659
- msgstr ""
8660
-
8661
- #: templates/admin/sidebar.tpl.php:43
8662
- msgctxt "admin sidebar"
8663
- msgid "Combo Pack"
8664
- msgstr ""
8665
-
8666
- #: templates/admin/sidebar.tpl.php:43
8667
- msgctxt "admin sidebar"
8668
- msgid "(All Modules)"
8669
- msgstr ""
8670
-
8671
- #: templates/admin/sidebar.tpl.php:59
8672
- msgctxt "admin sidebar"
8673
- msgid "Get a Directory Theme"
8674
- msgstr "Koop een Directory thema"
8675
-
8676
- #: templates/admin/sidebar.tpl.php:62
8677
- msgctxt "admin sidebar"
8678
- msgid "Theme Pack"
8679
- msgstr ""
8680
-
8681
- #: templates/admin/sidebar.tpl.php:62
8682
- msgctxt "admin sidebar"
8683
- msgid "(All Themes)"
8684
- msgstr ""
8685
-
8686
- #: templates/admin/sidebar.tpl.php:78
8687
- msgctxt "admin sidebar"
8688
- msgid "Found a bug? Need support?"
8689
- msgstr ""
8690
-
8691
- #: templates/admin/sidebar.tpl.php:85
8692
- msgctxt "admin sidebar"
8693
- msgid "If you've found a bug or need support <a>let us know!</a>"
8694
- msgstr ""
8695
-
8696
- #: templates/admin/sidebar.tpl.php:90
8697
- msgctxt "admin sidebar"
8698
- msgid "Full plugin documentation"
8699
- msgstr ""
8700
-
8701
- #: templates/admin/sidebar.tpl.php:91
8702
- msgctxt "admin sidebar"
8703
- msgid "Quick Start Guide"
8704
- msgstr ""
8705
-
8706
- #: templates/admin/sidebar.tpl.php:92
8707
- msgctxt "admin sidebar"
8708
- msgid "Video Tutorials"
8709
- msgstr ""
8710
-
8711
- #: templates/admin/sidebar.tpl.php:100
8712
- msgctxt "admin sidebar"
8713
- msgid "Installed Modules"
8714
- msgstr "Geïnstalleerde modules"
8715
-
8716
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
8717
- msgctxt "admin sidebar"
8718
- msgid "Installed"
8719
- msgstr ""
8720
-
8721
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
8722
- msgctxt "admin sidebar"
8723
- msgid "Not Installed"
8724
- msgstr ""
8725
-
8726
- #: templates/admin/sidebar.tpl.php:119
8727
- msgctxt "admin sidebar"
8728
- msgid "Enhanced Categories Module"
8729
- msgstr ""
8730
-
8731
- #: templates/admin/fees-index.tpl.php:147
8732
- msgctxt "admin templates"
8733
- msgid ""
8734
- "It does not appear you have any of the payment gateway modules enabled. "
8735
- "Either <a>enable the default Authorize.net gateway</a> with your account "
8736
- "info, or purchase a different payment gateway module in order to charge a "
8737
- "fee for listings. To purchase additional payment gateways use the buttons "
8738
- "below or visit %s."
8739
- msgstr ""
8740
-
8741
- #: templates/admin/fees-index.tpl.php:166
8742
- msgctxt "admin templates"
8743
- msgid "Already installed."
8744
- msgstr ""
8745
-
8746
- #: templates/admin/fees-index.tpl.php:173
8747
- msgctxt "admin templates"
8748
- msgid ""
8749
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
8750
- "users."
8751
- msgstr ""
8752
-
8753
  #: templates/admin/home.tpl.php:12
8754
  msgctxt "admin home"
8755
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -8996,6 +8903,36 @@ msgctxt "settings email"
8996
  msgid "Save Changes"
8997
  msgstr "Bewaar veranderingen"
8998
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8999
  #: templates/admin/themes-delete-confirm.tpl.php:1
9000
  #: templates/admin/themes-delete-confirm.tpl.php:13
9001
  msgctxt "themes admin"
@@ -9413,6 +9350,22 @@ msgctxt "themes/default"
9413
  msgid "Address"
9414
  msgstr ""
9415
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9416
  #~ msgctxt "debug-info"
9417
  #~ msgid "BD Info"
9418
  #~ msgstr "BD info"
@@ -9438,11 +9391,6 @@ msgstr ""
9438
  #~ msgid "Manage Options"
9439
  #~ msgstr "Opties beheren"
9440
 
9441
- #, fuzzy
9442
- #~ msgctxt "admin listings"
9443
- #~ msgid "Paid"
9444
- #~ msgstr "Betaald"
9445
-
9446
  #, fuzzy
9447
  #~ msgctxt "settings"
9448
  #~ msgid "Listing's renewal link"
@@ -9498,9 +9446,6 @@ msgstr ""
9498
  #~ msgid "Mark as"
9499
  #~ msgstr "Markeer als"
9500
 
9501
- #~ msgid "Upgrade to %s"
9502
- #~ msgstr "Opwaarderen tot %s"
9503
-
9504
  #~ msgid "Unpaid"
9505
  #~ msgstr "Onbetaald"
9506
 
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2020-09-25 21:07:19+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"
30
 
31
  #: includes/admin/class-admin-listings.php:225
32
  #: includes/admin/class-listing-owner.php:91
33
+ #: includes/helpers/class-listing-owner.php:91
34
  #, fuzzy
35
  msgid "Listing Owner"
36
  msgstr "Een registratie verloopt."
77
 
78
  #: includes/admin/class-listing-owner.php:66
79
  #: includes/admin/class-listing-owner.php:93
80
+ #: includes/helpers/class-listing-owner.php:66
81
+ #: includes/helpers/class-listing-owner.php:93
 
82
  msgid "Please select a user"
83
  msgstr ""
84
 
434
  msgid "ZIP Code"
435
  msgstr ""
436
 
437
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
438
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
439
  msgid "Free"
440
  msgstr "Gratis"
441
 
507
  "your setup."
508
  msgstr ""
509
 
510
+ #: templates/admin/fees-index.tpl.php:7
511
+ #, fuzzy
512
+ msgid "Add New Listing Fee"
513
+ msgstr "Nieuw Registratie tarief toevoegen"
514
+
515
+ #: templates/admin/fees-index.tpl.php:16
516
+ msgid "Payments are currently turned off."
517
+ msgstr ""
518
+
519
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
520
+ #: templates/admin/fees-index.tpl.php:20
521
  msgid ""
522
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
523
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
524
  msgstr ""
525
 
526
+ #: templates/admin/fees-index.tpl.php:34
527
+ #, fuzzy
528
+ msgid "Order fees on the frontend by:"
529
+ msgstr "Sorteer tarieven frontend door:"
530
+
531
+ #: templates/admin/fees-index.tpl.php:44
532
+ #, fuzzy
533
+ msgid "↑ Ascending"
534
+ msgstr "↑ Oplopend"
535
+
536
+ #: templates/admin/fees-index.tpl.php:45
537
+ #, fuzzy
538
+ msgid "↓ Descending"
539
+ msgstr "↓ Aflopend"
540
+
541
+ #: templates/admin/fees-index.tpl.php:53
542
+ msgid "Drag and drop to re-order fees."
543
+ msgstr ""
544
+
545
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
546
+ #. opening <a> tag, %3$s is a closing </a> tag.
547
+ #: templates/admin/fees-index.tpl.php:71
548
+ msgid ""
549
+ "These are all of the fee plans displayed to the user when they place a "
550
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
551
+ "the %2$sNot Available%3$s filter will become active when you change the "
552
+ "payment mode."
553
+ msgstr ""
554
+
555
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
556
+ #: templates/admin/fees-index.tpl.php:106
557
+ #, fuzzy
558
+ msgid "Paid"
559
+ msgstr "Betaald"
560
+
561
+ #. translators: %s is directory payment mode (Free or Paid)
562
+ #: templates/admin/fees-index.tpl.php:84
563
+ msgid ""
564
+ "These are all of the fee plans that aren't available because you're in \"%s"
565
+ "\" mode. Those on the Active filter will become Not Available when you "
566
+ "change the payment mode."
567
+ msgstr ""
568
+
569
+ #: templates/admin/fees-index.tpl.php:93
570
+ msgid ""
571
+ "These fee plans were disabled by the admin and will not show to the end user "
572
+ "regardless of mode until you enable them."
573
+ msgstr ""
574
+
575
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
576
+ #. opening <a> tag, %3$s is a closing </a> tag.
577
+ #: templates/admin/fees-index.tpl.php:105
578
+ msgid ""
579
+ "These are all of the fee plans you have configured. Not all of them are "
580
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
581
+ "plans for this mode click %2$sActive%3$s."
582
+ msgstr ""
583
+
584
+ #: templates/admin/fees-index.tpl.php:135
585
+ msgid "Set up a payment gateway to charge a fee for listings"
586
+ msgstr ""
587
+
588
+ #: templates/admin/fees-index.tpl.php:137
589
+ msgid "Add a payment gateway to increase conversion rates"
590
+ msgstr ""
591
+
592
+ #. translators: %s: payment gateway name */
593
+ #: templates/admin/fees-index.tpl.php:155
594
+ msgid "Add the %s gateway as a payment option."
595
+ msgstr ""
596
+
597
+ #: templates/admin/fees-index.tpl.php:161
598
+ #, fuzzy
599
+ msgid "Upgrade"
600
+ msgstr "Opwaarderen tot %s"
601
+
602
+ #: templates/admin/fees-index.tpl.php:169
603
+ msgid "Set up Authorize.net as a payment option."
604
+ msgstr ""
605
+
606
+ #: templates/admin/fees-index.tpl.php:172
607
+ msgid "Set Up"
608
+ msgstr ""
609
+
610
  #: templates/admin/home.tpl.php:54
611
  #, fuzzy
612
  msgid "Manage Options"
663
 
664
  #: templates/admin/sidebar.tpl.php:3
665
  #, fuzzy
666
+ msgid "Category Images"
667
+ msgstr "categorieën"
668
+
669
+ #: templates/admin/sidebar.tpl.php:4
670
+ #, fuzzy
671
  msgid "PayPal Payments"
672
  msgstr "Wachtend op upgrade"
673
 
674
+ #: templates/admin/sidebar.tpl.php:5
675
  msgid "Google Maps"
676
  msgstr ""
677
 
678
+ #: templates/admin/sidebar.tpl.php:6
679
  #, fuzzy
680
  msgid "Regions"
681
  msgstr "Registratie URL (adres)"
682
 
683
+ #: templates/admin/sidebar.tpl.php:7
684
  #, fuzzy
685
  msgid "ZIP Code Search"
686
  msgstr "Postcode"
687
 
688
+ #: templates/admin/sidebar.tpl.php:8
689
  #, fuzzy
690
  msgid "Ratings"
691
  msgstr "Waardering veld"
692
 
693
+ #: templates/admin/sidebar.tpl.php:9
694
  #, fuzzy
695
  msgid "Stripe Payments"
696
  msgstr "Betaling"
697
 
698
+ #: templates/admin/sidebar.tpl.php:10
699
  #, fuzzy
700
  msgid "Featured Levels"
701
  msgstr "Aanbieding registratie"
702
 
703
+ #: templates/admin/sidebar.tpl.php:11
704
  #, fuzzy
705
  msgid "Claim Listings"
706
  msgstr "Registratie zoeken"
707
 
708
+ #: templates/admin/sidebar.tpl.php:12
709
  msgid "File Upload"
710
  msgstr ""
711
 
712
+ #: templates/admin/sidebar.tpl.php:13
713
  msgid "Discount Codes"
714
  msgstr ""
715
 
 
 
 
 
 
716
  #: templates/admin/sidebar.tpl.php:17
717
  msgid "Modern Business Theme"
718
  msgstr ""
742
  msgid "Like this plugin?"
743
  msgstr ""
744
 
745
+ #: templates/admin/sidebar.tpl.php:40
746
+ msgid "Make better directories"
747
+ msgstr ""
748
+
749
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
750
  msgid "new"
751
  msgstr ""
752
 
753
+ #: templates/admin/sidebar.tpl.php:59
754
+ #, fuzzy
755
+ msgid "Upgrade Now"
756
+ msgstr "Opwaarderen tot %s"
757
+
758
  #: templates/admin/themes-install.tpl.php:21
759
  #, fuzzy
760
  msgid "Business Directory Theme archive (ZIP file)"
765
  msgid "← Return to Directory"
766
  msgstr "← Terg naar Register."
767
 
768
+ #: templates/submit-listing-images.tpl.php:5
769
+ #, fuzzy
770
+ msgid "Current Images"
771
+ msgstr "Huidige beelden"
772
+
773
+ #: templates/submit-listing-images.tpl.php:8
774
+ #, fuzzy
775
+ msgid "There are no images currently attached to your listing."
776
+ msgstr "Er zijn momenteel geen beelden gekoppeld aan je registratie."
777
+
778
  #. Author URI of the plugin/theme
779
  msgid "https://businessdirectoryplugin.com"
780
  msgstr ""
1403
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1404
  msgstr ""
1405
 
1406
+ #: includes/admin/class-admin.php:470
1407
  msgctxt "admin"
1408
  msgid "Untitled Menu"
1409
  msgstr ""
1410
 
1411
+ #: includes/admin/class-admin.php:795
1412
  msgctxt "admin"
1413
  msgid "Dismiss this notice."
1414
  msgstr ""
1415
 
1416
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1417
  #, fuzzy
1418
  msgctxt "admin"
1419
  msgid "The listing has been updated."
1421
  msgstr[0] "De registratie / vermelding is bijgewerkt."
1422
  msgstr[1] "De registraties / vermeldingen zijn bijgewerkt."
1423
 
1424
+ #: includes/admin/class-admin.php:870
1425
  msgctxt "admin"
1426
  msgid "The fee was successfully assigned."
1427
  msgstr ""
1428
 
1429
+ #: includes/admin/class-admin.php:880
1430
  msgctxt "admin"
1431
  msgid "Listing was renewed."
1432
  msgid_plural "Listings were renewed."
1433
  msgstr[0] ""
1434
  msgstr[1] ""
1435
 
1436
+ #: includes/admin/class-admin.php:892
1437
  msgctxt "admin"
1438
  msgid "Renewal email sent."
1439
  msgstr ""
1440
 
1441
+ #: includes/admin/class-admin.php:896
1442
  msgctxt "admin"
1443
  msgid ""
1444
  "Could not send renewal email, notice template at listing expiration not "
1445
  "found."
1446
  msgstr ""
1447
 
1448
+ #: includes/admin/class-admin.php:903
1449
  #, fuzzy
1450
  msgctxt "admin"
1451
  msgid "Listing report deleted."
1453
  msgstr[0] "Registratie vernieuwing"
1454
  msgstr[1] "Registratie vernieuwing"
1455
 
1456
+ #: includes/admin/class-admin.php:951
1457
  msgctxt "admin"
1458
  msgid "Access keys sent."
1459
  msgstr ""
1460
 
1461
+ #: includes/admin/class-admin.php:953
1462
  msgctxt "admin"
1463
  msgid "The access keys couldn't be sent."
1464
  msgstr ""
1465
 
1466
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1467
  msgctxt "admin"
1468
  msgid "Listing Count"
1469
  msgstr "Aantal registraties"
1470
 
1471
+ #: includes/admin/class-admin.php:1098
1472
  msgctxt "admin"
1473
  msgid ""
1474
  "<b>Business Directory Plugin</b> requires a page with the "
1475
  "<tt>[businessdirectory]</tt> shortcode to function properly."
1476
  msgstr ""
1477
 
1478
+ #: includes/admin/class-admin.php:1100
1479
  msgctxt "admin"
1480
  msgid ""
1481
  "You can create this page by yourself or let Business Directory do this for "
1482
  "you automatically."
1483
  msgstr ""
1484
 
1485
+ #: includes/admin/class-admin.php:1105
1486
  msgctxt "admin"
1487
  msgid "Create required pages for me"
1488
  msgstr ""
1489
 
1490
+ #: includes/admin/class-admin.php:1139
1491
  msgctxt "admin"
1492
  msgid ""
1493
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1495
  "your provider to upgrade in order to prevent any issues with the plugin."
1496
  msgstr ""
1497
 
1498
+ #: includes/admin/class-admin.php:1163
1499
  msgctxt "admin"
1500
  msgid ""
1501
  "We noticed you want your Business Directory users to register before posting "
1895
  msgid "Settings"
1896
  msgstr "Instellingen"
1897
 
1898
+ #: includes/admin/class-admin.php:1023
1899
  msgctxt "admin category id"
1900
  msgid "ID"
1901
  msgstr ""
2744
  msgid "Save Changes"
2745
  msgstr "Bewaar veranderingen"
2746
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2747
  #: includes/admin/form-fields.php:22
2748
  msgctxt "form-fields admin"
2749
  msgid "form field"
6082
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6083
  msgstr ""
6084
 
6085
+ #: includes/class-fees-api.php:62
6086
  msgctxt "fees-api"
6087
  msgid "Free Listing"
6088
  msgstr "Gratis registratie"
6708
  msgstr ""
6709
 
6710
  #: includes/fields/class-fieldtypes-social.php:95
6711
+ #: includes/fields/class-fieldtypes-url.php:157
6712
  msgctxt "form-fields api"
6713
  msgid "URL:"
6714
  msgstr ""
6755
  msgid "URL Field"
6756
  msgstr "URL veld"
6757
 
6758
+ #: includes/fields/class-fieldtypes-url.php:169
6759
  msgctxt "form-fields api"
6760
  msgid "Link Text (optional):"
6761
  msgstr "Link tekst (optioneel)"
7430
  msgid "Image height:"
7431
  msgstr ""
7432
 
 
 
 
 
 
 
 
 
 
 
7433
  #: includes/gateways/class-gateway-authorize-net.php:20
7434
  #, fuzzy
7435
  msgctxt "authorize-net"
8641
  msgid "Display the following fields in the form."
8642
  msgstr ""
8643
 
8644
+ #: includes/widgets/widget-search.php:107
8645
  msgctxt "widgets"
8646
  msgid "Search"
8647
  msgstr "Zoek"
8657
  msgid "required"
8658
  msgstr "vereist"
8659
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8660
  #: templates/admin/home.tpl.php:12
8661
  msgctxt "admin home"
8662
  msgid "Welcome to Business Directory Plugin. You are using %s."
8903
  msgid "Save Changes"
8904
  msgstr "Bewaar veranderingen"
8905
 
8906
+ #: templates/admin/sidebar.tpl.php:66
8907
+ msgctxt "admin sidebar"
8908
+ msgid "Get a Directory Theme"
8909
+ msgstr "Koop een Directory thema"
8910
+
8911
+ #: templates/admin/sidebar.tpl.php:84
8912
+ msgctxt "admin sidebar"
8913
+ msgid "Found a bug? Need support?"
8914
+ msgstr ""
8915
+
8916
+ #: templates/admin/sidebar.tpl.php:91
8917
+ msgctxt "admin sidebar"
8918
+ msgid "If you've found a bug or need support <a>let us know!</a>"
8919
+ msgstr ""
8920
+
8921
+ #: templates/admin/sidebar.tpl.php:96
8922
+ msgctxt "admin sidebar"
8923
+ msgid "Full plugin documentation"
8924
+ msgstr ""
8925
+
8926
+ #: templates/admin/sidebar.tpl.php:97
8927
+ msgctxt "admin sidebar"
8928
+ msgid "Quick Start Guide"
8929
+ msgstr ""
8930
+
8931
+ #: templates/admin/sidebar.tpl.php:98
8932
+ msgctxt "admin sidebar"
8933
+ msgid "Video Tutorials"
8934
+ msgstr ""
8935
+
8936
  #: templates/admin/themes-delete-confirm.tpl.php:1
8937
  #: templates/admin/themes-delete-confirm.tpl.php:13
8938
  msgctxt "themes admin"
9350
  msgid "Address"
9351
  msgstr ""
9352
 
9353
+ #, fuzzy
9354
+ #~ msgid "PayFast Payments"
9355
+ #~ msgstr "Betaling"
9356
+
9357
+ #~ msgctxt "fees admin"
9358
+ #~ msgid "Free"
9359
+ #~ msgstr "Gratis"
9360
+
9361
+ #~ msgctxt "admin sidebar"
9362
+ #~ msgid "Get a Premium Module"
9363
+ #~ msgstr "Koop een Premium module"
9364
+
9365
+ #~ msgctxt "admin sidebar"
9366
+ #~ msgid "Installed Modules"
9367
+ #~ msgstr "Geïnstalleerde modules"
9368
+
9369
  #~ msgctxt "debug-info"
9370
  #~ msgid "BD Info"
9371
  #~ msgstr "BD info"
9391
  #~ msgid "Manage Options"
9392
  #~ msgstr "Opties beheren"
9393
 
 
 
 
 
 
9394
  #, fuzzy
9395
  #~ msgctxt "settings"
9396
  #~ msgid "Listing's renewal link"
9446
  #~ msgid "Mark as"
9447
  #~ msgstr "Markeer als"
9448
 
 
 
 
9449
  #~ msgid "Unpaid"
9450
  #~ msgstr "Onbetaald"
9451
 
languages/business-directory-plugin-pl_PL.mo CHANGED
Binary file
languages/business-directory-plugin-pl_PL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2020-09-09 13:07:48+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"
@@ -40,7 +40,7 @@ msgstr "Upłynął okres ważności oferty."
40
  # @ WPBDM
41
  #: includes/admin/class-admin-listings.php:225
42
  #: includes/admin/class-listing-owner.php:91
43
- #: includes/helpers/class-listing-owner.php:110
44
  #, fuzzy
45
  msgid "Listing Owner"
46
  msgstr "Upłynął okres ważności oferty."
@@ -101,9 +101,8 @@ msgstr "Prześlij ofertę"
101
  # @ WPBDM
102
  #: includes/admin/class-listing-owner.php:66
103
  #: includes/admin/class-listing-owner.php:93
104
- #: includes/helpers/class-listing-owner.php:31
105
- #: includes/helpers/class-listing-owner.php:85
106
- #: includes/helpers/class-listing-owner.php:112
107
  #, fuzzy
108
  msgid "Please select a user"
109
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
@@ -536,7 +535,8 @@ msgid "ZIP Code"
536
  msgstr ""
537
 
538
  # @ WPBDM
539
- #: includes/functions.php:554
 
540
  msgid "Free"
541
  msgstr "Tryb Bezpłatny"
542
 
@@ -631,15 +631,118 @@ msgstr ""
631
  "ewentualnych problemów z konfiguracją."
632
 
633
  # @ WPBDM
634
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
635
  #, fuzzy
636
  msgid ""
637
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
638
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
639
  msgstr ""
640
  "Aby zarządzać abonamentami musisz iść do <a> Opcje Zarządzania- Płatności </"
641
  "a> i zaznaczyć pole wyboru \"Włącz\" w \"Ustawienia płatności\"."
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
643
  # @ WPBDM
644
  #: templates/admin/home.tpl.php:54
645
  #, fuzzy
@@ -708,69 +811,69 @@ msgstr "Przywróć ustawienia fabryczne"
708
  # @ WPBDM
709
  #: templates/admin/sidebar.tpl.php:3
710
  #, fuzzy
 
 
 
 
 
 
711
  msgid "PayPal Payments"
712
  msgstr "Inicjacja Płatności"
713
 
714
  # @ WPBDM
715
- #: templates/admin/sidebar.tpl.php:4
716
  #, fuzzy
717
  msgid "Google Maps"
718
  msgstr "Moduł google mapy"
719
 
720
  # @ WPBDM
721
- #: templates/admin/sidebar.tpl.php:5
722
  #, fuzzy
723
  msgid "Regions"
724
  msgstr "Moduł regionów"
725
 
726
  # @ WPBDM
727
- #: templates/admin/sidebar.tpl.php:6
728
  #, fuzzy
729
  msgid "ZIP Code Search"
730
  msgstr "Moduł wyszukiwania kodu pocztowego"
731
 
732
  # @ WPBDM
733
- #: templates/admin/sidebar.tpl.php:7
734
  #, fuzzy
735
  msgid "Ratings"
736
  msgstr "Pola ofert"
737
 
738
  # @ WPBDM
739
- #: templates/admin/sidebar.tpl.php:8
740
  #, fuzzy
741
  msgid "Stripe Payments"
742
  msgstr "Płatność"
743
 
744
  # @ WPBDM
745
- #: templates/admin/sidebar.tpl.php:9
746
  #, fuzzy
747
  msgid "Featured Levels"
748
  msgstr "Moduł poziomów wyróżnień"
749
 
750
  # @ WPBDM
751
- #: templates/admin/sidebar.tpl.php:10
752
  #, fuzzy
753
  msgid "Claim Listings"
754
  msgstr "Moduł Zastrzeżeń"
755
 
756
  # @ WPBDM
757
- #: templates/admin/sidebar.tpl.php:11
758
  #, fuzzy
759
  msgid "File Upload"
760
  msgstr "Moduł przesyłania plików"
761
 
762
  # @ WPBDM
763
- #: templates/admin/sidebar.tpl.php:12
764
  #, fuzzy
765
  msgid "Discount Codes"
766
  msgstr "Moduł regionów"
767
 
768
- # @ WPBDM
769
- #: templates/admin/sidebar.tpl.php:13
770
- #, fuzzy
771
- msgid "PayFast Payments"
772
- msgstr "Moduł bramki PayFast"
773
-
774
  # @ WPBDM
775
  #: templates/admin/sidebar.tpl.php:17
776
  #, fuzzy
@@ -809,10 +912,20 @@ msgstr "Nazwa Firmy"
809
  msgid "Like this plugin?"
810
  msgstr "Lubisz tą wtyczkę?"
811
 
812
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
813
  msgid "new"
814
  msgstr ""
815
 
 
 
 
 
 
 
816
  # @ WPBDM
817
  #: templates/admin/themes-install.tpl.php:21
818
  #, fuzzy
@@ -825,6 +938,18 @@ msgstr "Katalog Firm - Szukaj"
825
  msgid "← Return to Directory"
826
  msgstr "Powrót do Katalogu."
827
 
 
 
 
 
 
 
 
 
 
 
 
 
828
  # @ WPBDM
829
  #. Author URI of the plugin/theme
830
  #, fuzzy
@@ -1587,18 +1712,18 @@ msgctxt "admin"
1587
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1588
  msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
1589
 
1590
- #: includes/admin/class-admin.php:461
1591
  msgctxt "admin"
1592
  msgid "Untitled Menu"
1593
  msgstr ""
1594
 
1595
- #: includes/admin/class-admin.php:786
1596
  msgctxt "admin"
1597
  msgid "Dismiss this notice."
1598
  msgstr ""
1599
 
1600
  # @ WPBDM
1601
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1602
  #, fuzzy
1603
  msgctxt "admin"
1604
  msgid "The listing has been updated."
@@ -1608,13 +1733,13 @@ msgstr[1] "Podniesiono status ofert."
1608
  msgstr[2] "Podniesiono status ofert."
1609
 
1610
  # @ WPBDM
1611
- #: includes/admin/class-admin.php:861
1612
  msgctxt "admin"
1613
  msgid "The fee was successfully assigned."
1614
  msgstr "Abonament został przypisany do oferty."
1615
 
1616
  # @ WPBDM
1617
- #: includes/admin/class-admin.php:871
1618
  msgctxt "admin"
1619
  msgid "Listing was renewed."
1620
  msgid_plural "Listings were renewed."
@@ -1623,12 +1748,12 @@ msgstr[1] "Odnowiono oferty."
1623
  msgstr[2] "Odnowiono ofert."
1624
 
1625
  # @ WPBDM
1626
- #: includes/admin/class-admin.php:883
1627
  msgctxt "admin"
1628
  msgid "Renewal email sent."
1629
  msgstr "Wysłano e-mail potwierdzający odnowienie."
1630
 
1631
- #: includes/admin/class-admin.php:887
1632
  msgctxt "admin"
1633
  msgid ""
1634
  "Could not send renewal email, notice template at listing expiration not "
@@ -1636,7 +1761,7 @@ msgid ""
1636
  msgstr ""
1637
 
1638
  # @ WPBDM
1639
- #: includes/admin/class-admin.php:894
1640
  #, fuzzy
1641
  msgctxt "admin"
1642
  msgid "Listing report deleted."
@@ -1646,25 +1771,25 @@ msgstr[1] "Data zakończenia emisji oferty"
1646
  msgstr[2] "Data zakończenia emisji oferty"
1647
 
1648
  # @ WPBDM
1649
- #: includes/admin/class-admin.php:942
1650
  #, fuzzy
1651
  msgctxt "admin"
1652
  msgid "Access keys sent."
1653
  msgstr "Pola/Obrazy"
1654
 
1655
- #: includes/admin/class-admin.php:944
1656
  msgctxt "admin"
1657
  msgid "The access keys couldn't be sent."
1658
  msgstr ""
1659
 
1660
  # @ WPBDM
1661
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1662
  msgctxt "admin"
1663
  msgid "Listing Count"
1664
  msgstr "Licznik ofert"
1665
 
1666
  # @ WPBDM
1667
- #: includes/admin/class-admin.php:1089
1668
  msgctxt "admin"
1669
  msgid ""
1670
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -1674,7 +1799,7 @@ msgstr ""
1674
  "<tt>[businessdirectory]</tt> aby działać prawidłowo."
1675
 
1676
  # @ WPBDM
1677
- #: includes/admin/class-admin.php:1091
1678
  msgctxt "admin"
1679
  msgid ""
1680
  "You can create this page by yourself or let Business Directory do this for "
@@ -1684,12 +1809,12 @@ msgstr ""
1684
  "automatycznie."
1685
 
1686
  # @ WPBDM
1687
- #: includes/admin/class-admin.php:1096
1688
  msgctxt "admin"
1689
  msgid "Create required pages for me"
1690
  msgstr "Stwórz wymagane pola dla mnie"
1691
 
1692
- #: includes/admin/class-admin.php:1130
1693
  msgctxt "admin"
1694
  msgid ""
1695
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1698,7 +1823,7 @@ msgid ""
1698
  msgstr ""
1699
 
1700
  # @ WPBDM
1701
- #: includes/admin/class-admin.php:1154
1702
  msgctxt "admin"
1703
  msgid ""
1704
  "We noticed you want your Business Directory users to register before posting "
@@ -2178,7 +2303,7 @@ msgid "Settings"
2178
  msgstr "Ustawienia"
2179
 
2180
  # @ WPBDM
2181
- #: includes/admin/class-admin.php:1014
2182
  msgctxt "admin category id"
2183
  msgid "ID"
2184
  msgstr "ID"
@@ -3168,88 +3293,6 @@ msgctxt "fees admin"
3168
  msgid "Save Changes"
3169
  msgstr "Zapisz zmiany"
3170
 
3171
- # @ WPBDM
3172
- #: templates/admin/fees-index.tpl.php:6
3173
- msgctxt "fees admin"
3174
- msgid "Add New Listing Fee"
3175
- msgstr "Dodaj nowy abonament"
3176
-
3177
- # @ WPBDM
3178
- #: templates/admin/fees-index.tpl.php:14
3179
- msgctxt "fees admin"
3180
- msgid "Payments are currently turned off."
3181
- msgstr "Płatność jest aktualnie wyłączona."
3182
-
3183
- # @ WPBDM
3184
- #: templates/admin/fees-index.tpl.php:27
3185
- msgctxt "fees admin"
3186
- msgid "Order fees on the frontend by:"
3187
- msgstr "Sortuj abonamenty według:"
3188
-
3189
- # @ WPBDM
3190
- #: templates/admin/fees-index.tpl.php:37
3191
- msgctxt "fees admin"
3192
- msgid "↑ Ascending"
3193
- msgstr "↑ Rosnąco"
3194
-
3195
- # @ WPBDM
3196
- #: templates/admin/fees-index.tpl.php:38
3197
- msgctxt "fees admin"
3198
- msgid "↓ Descending"
3199
- msgstr "↓ Malejąco"
3200
-
3201
- # @ WPBDM
3202
- #: templates/admin/fees-index.tpl.php:46
3203
- msgctxt "fees admin"
3204
- msgid "Drag and drop to re-order fees."
3205
- msgstr "Złap i upuść aby uporządkować abonamenty"
3206
-
3207
- #: templates/admin/fees-index.tpl.php:66
3208
- msgctxt "fees admin"
3209
- msgid ""
3210
- "These are all of the fee plans displayed to the user when they place a "
3211
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
3212
- "the <a>Not Available</a> filter will become active when you change the "
3213
- "payment mode."
3214
- msgstr ""
3215
-
3216
- # @ WPBDM
3217
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
3218
- #: templates/admin/fees-index.tpl.php:118
3219
- msgctxt "fees admin"
3220
- msgid "Paid"
3221
- msgstr "Zapłacone"
3222
-
3223
- # @ WPBDM
3224
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
3225
- #: templates/admin/fees-index.tpl.php:118
3226
- msgctxt "fees admin"
3227
- msgid "Free"
3228
- msgstr "Tryb Bezpłatny"
3229
-
3230
- #: templates/admin/fees-index.tpl.php:81
3231
- msgctxt "fees admin"
3232
- msgid ""
3233
- "These are all of the fee plans that aren't available because you're in \"%s"
3234
- "\" mode. Those on the Active filter will become Not Available when you "
3235
- "change the payment mode."
3236
- msgstr ""
3237
-
3238
- #: templates/admin/fees-index.tpl.php:94
3239
- msgctxt "fees admin"
3240
- msgid ""
3241
- "These fee plans were disabled by the admin and will not show to the end user "
3242
- "regardless of mode until you enable them."
3243
- msgstr ""
3244
-
3245
- #: templates/admin/fees-index.tpl.php:112
3246
- msgctxt "fees admin"
3247
- msgid ""
3248
- "These are all of the fee plans you have configured. Not all of them are "
3249
- "available for the current mode (currently set to \"%s\"). To see the fee "
3250
- "plans for this mode click <a>Active</a>."
3251
- msgstr ""
3252
-
3253
  # @ WPBDM
3254
  #: includes/admin/form-fields.php:22
3255
  msgctxt "form-fields admin"
@@ -7121,7 +7164,7 @@ msgid ""
7121
  msgstr ""
7122
 
7123
  # @ WPBDM
7124
- #: includes/class-fees-api.php:61
7125
  msgctxt "fees-api"
7126
  msgid "Free Listing"
7127
  msgstr "Oferta Bezpłatna"
@@ -7854,7 +7897,7 @@ msgstr "Strona Społeczności (Twitter)"
7854
 
7855
  # @ WPBDM
7856
  #: includes/fields/class-fieldtypes-social.php:95
7857
- #: includes/fields/class-fieldtypes-url.php:152
7858
  msgctxt "form-fields api"
7859
  msgid "URL:"
7860
  msgstr "URL:"
@@ -7909,7 +7952,7 @@ msgid "URL Field"
7909
  msgstr "Pole URL"
7910
 
7911
  # @ WPBDM
7912
- #: includes/fields/class-fieldtypes-url.php:164
7913
  msgctxt "form-fields api"
7914
  msgid "Link Text (optional):"
7915
  msgstr "Tekst alternatywny(opcjonalnie):"
@@ -8710,18 +8753,6 @@ msgctxt "templates"
8710
  msgid "Image height:"
8711
  msgstr "Wysokość Obrazu (w px)"
8712
 
8713
- # @ WPBDM
8714
- #: templates/submit-listing-images.tpl.php:5
8715
- msgctxt "templates"
8716
- msgid "Current Images"
8717
- msgstr "Aktualne obrazy"
8718
-
8719
- # @ WPBDM
8720
- #: templates/submit-listing-images.tpl.php:8
8721
- msgctxt "templates"
8722
- msgid "There are no images currently attached to your listing."
8723
- msgstr "Obecnie nie ma żadnych obrazków dołączonych do tej oferty."
8724
-
8725
  # @ authorize-net
8726
  #: includes/gateways/class-gateway-authorize-net.php:20
8727
  #, fuzzy
@@ -10174,7 +10205,7 @@ msgid "Display the following fields in the form."
10174
  msgstr "Wyświetl poniższe pola w formularzu."
10175
 
10176
  # @ WPBDM
10177
- #: includes/widgets/widget-search.php:108
10178
  msgctxt "widgets"
10179
  msgid "Search"
10180
  msgstr "Szukaj..."
@@ -10192,156 +10223,6 @@ msgctxt "admin forms"
10192
  msgid "required"
10193
  msgstr "Wymagane"
10194
 
10195
- # @ WPBDM
10196
- #: templates/admin/fees-index.tpl.php:132
10197
- msgctxt "admin sidebar"
10198
- msgid "PayPal Gateway Module"
10199
- msgstr "Moduł bramki PayPal"
10200
-
10201
- # @ WPBDM
10202
- #: templates/admin/fees-index.tpl.php:133
10203
- msgctxt "admin sidebar"
10204
- msgid "2Checkout Gateway Module"
10205
- msgstr "Moduł bramki 2Checkout"
10206
-
10207
- # @ WPBDM
10208
- #: templates/admin/fees-index.tpl.php:134
10209
- msgctxt "admin sidebar"
10210
- msgid "PayFast Payment Module"
10211
- msgstr "Moduł bramki PayFast"
10212
-
10213
- # @ WPBDM
10214
- #: templates/admin/fees-index.tpl.php:135
10215
- msgctxt "admin sidebar"
10216
- msgid "Stripe Payment Module"
10217
- msgstr "Moduł bramki Stripe "
10218
-
10219
- # @ WPBDM
10220
- #: templates/admin/sidebar.tpl.php:40
10221
- msgctxt "admin sidebar"
10222
- msgid "Get a Premium Module"
10223
- msgstr "Pobierz moduł premium"
10224
-
10225
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
10226
- msgctxt "admin sidebar"
10227
- msgid "best deal"
10228
- msgstr ""
10229
-
10230
- #: templates/admin/sidebar.tpl.php:43
10231
- msgctxt "admin sidebar"
10232
- msgid "Combo Pack"
10233
- msgstr ""
10234
-
10235
- # @ WPBDM
10236
- #: templates/admin/sidebar.tpl.php:43
10237
- msgctxt "admin sidebar"
10238
- msgid "(All Modules)"
10239
- msgstr "Zainstalowane moduły"
10240
-
10241
- # @ WPBDM
10242
- #: templates/admin/sidebar.tpl.php:59
10243
- msgctxt "admin sidebar"
10244
- msgid "Get a Directory Theme"
10245
- msgstr "Przejdź do \"Katalog Administracja\""
10246
-
10247
- #: templates/admin/sidebar.tpl.php:62
10248
- msgctxt "admin sidebar"
10249
- msgid "Theme Pack"
10250
- msgstr ""
10251
-
10252
- #: templates/admin/sidebar.tpl.php:62
10253
- msgctxt "admin sidebar"
10254
- msgid "(All Themes)"
10255
- msgstr ""
10256
-
10257
- # @ WPBDM
10258
- #: templates/admin/sidebar.tpl.php:78
10259
- msgctxt "admin sidebar"
10260
- msgid "Found a bug? Need support?"
10261
- msgstr "Znalazłeś błąd? Potrzebujesz pomocy?"
10262
-
10263
- # @ WPBDM
10264
- #: templates/admin/sidebar.tpl.php:85
10265
- #, fuzzy
10266
- msgctxt "admin sidebar"
10267
- msgid "If you've found a bug or need support <a>let us know!</a>"
10268
- msgstr "Jeśli znalazłeś błąd lub potrzebujesz pomocy zajrzyj na <a>forum!</a>"
10269
-
10270
- # @ WPBDM
10271
- #: templates/admin/sidebar.tpl.php:90
10272
- msgctxt "admin sidebar"
10273
- msgid "Full plugin documentation"
10274
- msgstr "Pełna Dokumentacja Pluginu"
10275
-
10276
- # @ WPBDM
10277
- #: templates/admin/sidebar.tpl.php:91
10278
- msgctxt "admin sidebar"
10279
- msgid "Quick Start Guide"
10280
- msgstr "Szybki Start Instrukcja"
10281
-
10282
- # @ WPBDM
10283
- #: templates/admin/sidebar.tpl.php:92
10284
- msgctxt "admin sidebar"
10285
- msgid "Video Tutorials"
10286
- msgstr "Poradnik Wideo"
10287
-
10288
- # @ WPBDM
10289
- #: templates/admin/sidebar.tpl.php:100
10290
- msgctxt "admin sidebar"
10291
- msgid "Installed Modules"
10292
- msgstr "Zainstalowane moduły"
10293
-
10294
- # @ WPBDM
10295
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
10296
- msgctxt "admin sidebar"
10297
- msgid "Installed"
10298
- msgstr "Zainstalowane "
10299
-
10300
- # @ WPBDM
10301
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
10302
- msgctxt "admin sidebar"
10303
- msgid "Not Installed"
10304
- msgstr "Nie zainstalowane"
10305
-
10306
- # @ WPBDM
10307
- #: templates/admin/sidebar.tpl.php:119
10308
- msgctxt "admin sidebar"
10309
- msgid "Enhanced Categories Module"
10310
- msgstr "Moduł zaawansowane kategorie"
10311
-
10312
- # @ WPBDM
10313
- #: templates/admin/fees-index.tpl.php:147
10314
- msgctxt "admin templates"
10315
- msgid ""
10316
- "It does not appear you have any of the payment gateway modules enabled. "
10317
- "Either <a>enable the default Authorize.net gateway</a> with your account "
10318
- "info, or purchase a different payment gateway module in order to charge a "
10319
- "fee for listings. To purchase additional payment gateways use the buttons "
10320
- "below or visit %s."
10321
- msgstr ""
10322
- "Nie wydaje się, aby jakieś bramki płatności były włączone. Albo "
10323
- "<a>skorzystaj z bramki domyślnej - Authorize.net</a> z informacjami z "
10324
- "Twojego konta, albo zdecyduj się na zakup innego modułu płatności w celu "
10325
- "pobierania opłat. Aby zakupić dodatkowe bramki płatności skorzystaj z "
10326
- "przycisków poniżej lub odwiedź %s."
10327
-
10328
- # @ WPBDM
10329
- #: templates/admin/fees-index.tpl.php:166
10330
- msgctxt "admin templates"
10331
- msgid "Already installed."
10332
- msgstr "Już zainstalowano."
10333
-
10334
- # @ WPBDM
10335
- #: templates/admin/fees-index.tpl.php:173
10336
- #, fuzzy
10337
- msgctxt "admin templates"
10338
- msgid ""
10339
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
10340
- "users."
10341
- msgstr ""
10342
- "Możesz kupić <a>%s</a> aby dodać <a>%s</a> jako opcje płatności dla Twoich "
10343
- "użytkowników."
10344
-
10345
  # @ WPBDM
10346
  #: templates/admin/home.tpl.php:12
10347
  msgctxt "admin home"
@@ -10631,6 +10512,43 @@ msgctxt "settings email"
10631
  msgid "Save Changes"
10632
  msgstr "Zapisz zmiany"
10633
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10634
  #: templates/admin/themes-delete-confirm.tpl.php:1
10635
  #: templates/admin/themes-delete-confirm.tpl.php:13
10636
  msgctxt "themes admin"
@@ -11127,6 +11045,101 @@ msgctxt "themes/default"
11127
  msgid "Address"
11128
  msgstr "Adres e-mail:"
11129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11130
  # @ WPBDM
11131
  #~ msgctxt "debug-info"
11132
  #~ msgid "BD Info"
@@ -11355,10 +11368,6 @@ msgstr "Adres e-mail:"
11355
  #~ msgid "You don't have permission to access this page."
11356
  #~ msgstr "Nie masz uprawnień do aktualizacji pluginów."
11357
 
11358
- # @ WPBDM
11359
- #~ msgid "Paid"
11360
- #~ msgstr "Zapłacone"
11361
-
11362
  # @ WPBDM
11363
  #~ msgid "Pending Upgrade"
11364
  #~ msgstr "Oferty oczekujące na zatwierdzenie"
@@ -12680,10 +12689,6 @@ msgstr "Adres e-mail:"
12680
  #~ msgid "Mark as"
12681
  #~ msgstr "Oznaczone jako"
12682
 
12683
- # @ WPBDM
12684
- #~ msgid "Upgrade to %s"
12685
- #~ msgstr "Podnieś status do %s"
12686
-
12687
  # @ WPBDM
12688
  #~ msgid "Downgrade to %s"
12689
  #~ msgstr "Obniż status do %s"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2020-09-25 21:07:19+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"
40
  # @ WPBDM
41
  #: includes/admin/class-admin-listings.php:225
42
  #: includes/admin/class-listing-owner.php:91
43
+ #: includes/helpers/class-listing-owner.php:91
44
  #, fuzzy
45
  msgid "Listing Owner"
46
  msgstr "Upłynął okres ważności oferty."
101
  # @ WPBDM
102
  #: includes/admin/class-listing-owner.php:66
103
  #: includes/admin/class-listing-owner.php:93
104
+ #: includes/helpers/class-listing-owner.php:66
105
+ #: includes/helpers/class-listing-owner.php:93
 
106
  #, fuzzy
107
  msgid "Please select a user"
108
  msgstr "Wybierz abonament dla tegj kategori \"%s\"."
535
  msgstr ""
536
 
537
  # @ WPBDM
538
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
539
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
540
  msgid "Free"
541
  msgstr "Tryb Bezpłatny"
542
 
631
  "ewentualnych problemów z konfiguracją."
632
 
633
  # @ WPBDM
634
+ #: templates/admin/fees-index.tpl.php:7
635
+ #, fuzzy
636
+ msgid "Add New Listing Fee"
637
+ msgstr "Dodaj nowy abonament"
638
+
639
+ # @ WPBDM
640
+ #: templates/admin/fees-index.tpl.php:16
641
+ #, fuzzy
642
+ msgid "Payments are currently turned off."
643
+ msgstr "Płatność jest aktualnie wyłączona."
644
+
645
+ # @ WPBDM
646
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
647
+ #: templates/admin/fees-index.tpl.php:20
648
  #, fuzzy
649
  msgid ""
650
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
651
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
652
  msgstr ""
653
  "Aby zarządzać abonamentami musisz iść do <a> Opcje Zarządzania- Płatności </"
654
  "a> i zaznaczyć pole wyboru \"Włącz\" w \"Ustawienia płatności\"."
655
 
656
+ # @ WPBDM
657
+ #: templates/admin/fees-index.tpl.php:34
658
+ #, fuzzy
659
+ msgid "Order fees on the frontend by:"
660
+ msgstr "Sortuj abonamenty według:"
661
+
662
+ # @ WPBDM
663
+ #: templates/admin/fees-index.tpl.php:44
664
+ #, fuzzy
665
+ msgid "↑ Ascending"
666
+ msgstr "↑ Rosnąco"
667
+
668
+ # @ WPBDM
669
+ #: templates/admin/fees-index.tpl.php:45
670
+ #, fuzzy
671
+ msgid "↓ Descending"
672
+ msgstr "↓ Malejąco"
673
+
674
+ # @ WPBDM
675
+ #: templates/admin/fees-index.tpl.php:53
676
+ #, fuzzy
677
+ msgid "Drag and drop to re-order fees."
678
+ msgstr "Złap i upuść aby uporządkować abonamenty"
679
+
680
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
681
+ #. opening <a> tag, %3$s is a closing </a> tag.
682
+ #: templates/admin/fees-index.tpl.php:71
683
+ msgid ""
684
+ "These are all of the fee plans displayed to the user when they place a "
685
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
686
+ "the %2$sNot Available%3$s filter will become active when you change the "
687
+ "payment mode."
688
+ msgstr ""
689
+
690
+ # @ WPBDM
691
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
692
+ #: templates/admin/fees-index.tpl.php:106
693
+ msgid "Paid"
694
+ msgstr "Zapłacone"
695
+
696
+ #. translators: %s is directory payment mode (Free or Paid)
697
+ #: templates/admin/fees-index.tpl.php:84
698
+ msgid ""
699
+ "These are all of the fee plans that aren't available because you're in \"%s"
700
+ "\" mode. Those on the Active filter will become Not Available when you "
701
+ "change the payment mode."
702
+ msgstr ""
703
+
704
+ #: templates/admin/fees-index.tpl.php:93
705
+ msgid ""
706
+ "These fee plans were disabled by the admin and will not show to the end user "
707
+ "regardless of mode until you enable them."
708
+ msgstr ""
709
+
710
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
711
+ #. opening <a> tag, %3$s is a closing </a> tag.
712
+ #: templates/admin/fees-index.tpl.php:105
713
+ msgid ""
714
+ "These are all of the fee plans you have configured. Not all of them are "
715
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
716
+ "plans for this mode click %2$sActive%3$s."
717
+ msgstr ""
718
+
719
+ #: templates/admin/fees-index.tpl.php:135
720
+ msgid "Set up a payment gateway to charge a fee for listings"
721
+ msgstr ""
722
+
723
+ #: templates/admin/fees-index.tpl.php:137
724
+ msgid "Add a payment gateway to increase conversion rates"
725
+ msgstr ""
726
+
727
+ #. translators: %s: payment gateway name */
728
+ #: templates/admin/fees-index.tpl.php:155
729
+ msgid "Add the %s gateway as a payment option."
730
+ msgstr ""
731
+
732
+ # @ WPBDM
733
+ #: templates/admin/fees-index.tpl.php:161
734
+ #, fuzzy
735
+ msgid "Upgrade"
736
+ msgstr "Podnieś status do %s"
737
+
738
+ #: templates/admin/fees-index.tpl.php:169
739
+ msgid "Set up Authorize.net as a payment option."
740
+ msgstr ""
741
+
742
+ #: templates/admin/fees-index.tpl.php:172
743
+ msgid "Set Up"
744
+ msgstr ""
745
+
746
  # @ WPBDM
747
  #: templates/admin/home.tpl.php:54
748
  #, fuzzy
811
  # @ WPBDM
812
  #: templates/admin/sidebar.tpl.php:3
813
  #, fuzzy
814
+ msgid "Category Images"
815
+ msgstr "Kategorie"
816
+
817
+ # @ WPBDM
818
+ #: templates/admin/sidebar.tpl.php:4
819
+ #, fuzzy
820
  msgid "PayPal Payments"
821
  msgstr "Inicjacja Płatności"
822
 
823
  # @ WPBDM
824
+ #: templates/admin/sidebar.tpl.php:5
825
  #, fuzzy
826
  msgid "Google Maps"
827
  msgstr "Moduł google mapy"
828
 
829
  # @ WPBDM
830
+ #: templates/admin/sidebar.tpl.php:6
831
  #, fuzzy
832
  msgid "Regions"
833
  msgstr "Moduł regionów"
834
 
835
  # @ WPBDM
836
+ #: templates/admin/sidebar.tpl.php:7
837
  #, fuzzy
838
  msgid "ZIP Code Search"
839
  msgstr "Moduł wyszukiwania kodu pocztowego"
840
 
841
  # @ WPBDM
842
+ #: templates/admin/sidebar.tpl.php:8
843
  #, fuzzy
844
  msgid "Ratings"
845
  msgstr "Pola ofert"
846
 
847
  # @ WPBDM
848
+ #: templates/admin/sidebar.tpl.php:9
849
  #, fuzzy
850
  msgid "Stripe Payments"
851
  msgstr "Płatność"
852
 
853
  # @ WPBDM
854
+ #: templates/admin/sidebar.tpl.php:10
855
  #, fuzzy
856
  msgid "Featured Levels"
857
  msgstr "Moduł poziomów wyróżnień"
858
 
859
  # @ WPBDM
860
+ #: templates/admin/sidebar.tpl.php:11
861
  #, fuzzy
862
  msgid "Claim Listings"
863
  msgstr "Moduł Zastrzeżeń"
864
 
865
  # @ WPBDM
866
+ #: templates/admin/sidebar.tpl.php:12
867
  #, fuzzy
868
  msgid "File Upload"
869
  msgstr "Moduł przesyłania plików"
870
 
871
  # @ WPBDM
872
+ #: templates/admin/sidebar.tpl.php:13
873
  #, fuzzy
874
  msgid "Discount Codes"
875
  msgstr "Moduł regionów"
876
 
 
 
 
 
 
 
877
  # @ WPBDM
878
  #: templates/admin/sidebar.tpl.php:17
879
  #, fuzzy
912
  msgid "Like this plugin?"
913
  msgstr "Lubisz tą wtyczkę?"
914
 
915
+ #: templates/admin/sidebar.tpl.php:40
916
+ msgid "Make better directories"
917
+ msgstr ""
918
+
919
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
920
  msgid "new"
921
  msgstr ""
922
 
923
+ # @ WPBDM
924
+ #: templates/admin/sidebar.tpl.php:59
925
+ #, fuzzy
926
+ msgid "Upgrade Now"
927
+ msgstr "Podnieś status do %s"
928
+
929
  # @ WPBDM
930
  #: templates/admin/themes-install.tpl.php:21
931
  #, fuzzy
938
  msgid "← Return to Directory"
939
  msgstr "Powrót do Katalogu."
940
 
941
+ # @ WPBDM
942
+ #: templates/submit-listing-images.tpl.php:5
943
+ #, fuzzy
944
+ msgid "Current Images"
945
+ msgstr "Aktualne obrazy"
946
+
947
+ # @ WPBDM
948
+ #: templates/submit-listing-images.tpl.php:8
949
+ #, fuzzy
950
+ msgid "There are no images currently attached to your listing."
951
+ msgstr "Obecnie nie ma żadnych obrazków dołączonych do tej oferty."
952
+
953
  # @ WPBDM
954
  #. Author URI of the plugin/theme
955
  #, fuzzy
1712
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1713
  msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
1714
 
1715
+ #: includes/admin/class-admin.php:470
1716
  msgctxt "admin"
1717
  msgid "Untitled Menu"
1718
  msgstr ""
1719
 
1720
+ #: includes/admin/class-admin.php:795
1721
  msgctxt "admin"
1722
  msgid "Dismiss this notice."
1723
  msgstr ""
1724
 
1725
  # @ WPBDM
1726
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1727
  #, fuzzy
1728
  msgctxt "admin"
1729
  msgid "The listing has been updated."
1733
  msgstr[2] "Podniesiono status ofert."
1734
 
1735
  # @ WPBDM
1736
+ #: includes/admin/class-admin.php:870
1737
  msgctxt "admin"
1738
  msgid "The fee was successfully assigned."
1739
  msgstr "Abonament został przypisany do oferty."
1740
 
1741
  # @ WPBDM
1742
+ #: includes/admin/class-admin.php:880
1743
  msgctxt "admin"
1744
  msgid "Listing was renewed."
1745
  msgid_plural "Listings were renewed."
1748
  msgstr[2] "Odnowiono ofert."
1749
 
1750
  # @ WPBDM
1751
+ #: includes/admin/class-admin.php:892
1752
  msgctxt "admin"
1753
  msgid "Renewal email sent."
1754
  msgstr "Wysłano e-mail potwierdzający odnowienie."
1755
 
1756
+ #: includes/admin/class-admin.php:896
1757
  msgctxt "admin"
1758
  msgid ""
1759
  "Could not send renewal email, notice template at listing expiration not "
1761
  msgstr ""
1762
 
1763
  # @ WPBDM
1764
+ #: includes/admin/class-admin.php:903
1765
  #, fuzzy
1766
  msgctxt "admin"
1767
  msgid "Listing report deleted."
1771
  msgstr[2] "Data zakończenia emisji oferty"
1772
 
1773
  # @ WPBDM
1774
+ #: includes/admin/class-admin.php:951
1775
  #, fuzzy
1776
  msgctxt "admin"
1777
  msgid "Access keys sent."
1778
  msgstr "Pola/Obrazy"
1779
 
1780
+ #: includes/admin/class-admin.php:953
1781
  msgctxt "admin"
1782
  msgid "The access keys couldn't be sent."
1783
  msgstr ""
1784
 
1785
  # @ WPBDM
1786
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1787
  msgctxt "admin"
1788
  msgid "Listing Count"
1789
  msgstr "Licznik ofert"
1790
 
1791
  # @ WPBDM
1792
+ #: includes/admin/class-admin.php:1098
1793
  msgctxt "admin"
1794
  msgid ""
1795
  "<b>Business Directory Plugin</b> requires a page with the "
1799
  "<tt>[businessdirectory]</tt> aby działać prawidłowo."
1800
 
1801
  # @ WPBDM
1802
+ #: includes/admin/class-admin.php:1100
1803
  msgctxt "admin"
1804
  msgid ""
1805
  "You can create this page by yourself or let Business Directory do this for "
1809
  "automatycznie."
1810
 
1811
  # @ WPBDM
1812
+ #: includes/admin/class-admin.php:1105
1813
  msgctxt "admin"
1814
  msgid "Create required pages for me"
1815
  msgstr "Stwórz wymagane pola dla mnie"
1816
 
1817
+ #: includes/admin/class-admin.php:1139
1818
  msgctxt "admin"
1819
  msgid ""
1820
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1823
  msgstr ""
1824
 
1825
  # @ WPBDM
1826
+ #: includes/admin/class-admin.php:1163
1827
  msgctxt "admin"
1828
  msgid ""
1829
  "We noticed you want your Business Directory users to register before posting "
2303
  msgstr "Ustawienia"
2304
 
2305
  # @ WPBDM
2306
+ #: includes/admin/class-admin.php:1023
2307
  msgctxt "admin category id"
2308
  msgid "ID"
2309
  msgstr "ID"
3293
  msgid "Save Changes"
3294
  msgstr "Zapisz zmiany"
3295
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3296
  # @ WPBDM
3297
  #: includes/admin/form-fields.php:22
3298
  msgctxt "form-fields admin"
7164
  msgstr ""
7165
 
7166
  # @ WPBDM
7167
+ #: includes/class-fees-api.php:62
7168
  msgctxt "fees-api"
7169
  msgid "Free Listing"
7170
  msgstr "Oferta Bezpłatna"
7897
 
7898
  # @ WPBDM
7899
  #: includes/fields/class-fieldtypes-social.php:95
7900
+ #: includes/fields/class-fieldtypes-url.php:157
7901
  msgctxt "form-fields api"
7902
  msgid "URL:"
7903
  msgstr "URL:"
7952
  msgstr "Pole URL"
7953
 
7954
  # @ WPBDM
7955
+ #: includes/fields/class-fieldtypes-url.php:169
7956
  msgctxt "form-fields api"
7957
  msgid "Link Text (optional):"
7958
  msgstr "Tekst alternatywny(opcjonalnie):"
8753
  msgid "Image height:"
8754
  msgstr "Wysokość Obrazu (w px)"
8755
 
 
 
 
 
 
 
 
 
 
 
 
 
8756
  # @ authorize-net
8757
  #: includes/gateways/class-gateway-authorize-net.php:20
8758
  #, fuzzy
10205
  msgstr "Wyświetl poniższe pola w formularzu."
10206
 
10207
  # @ WPBDM
10208
+ #: includes/widgets/widget-search.php:107
10209
  msgctxt "widgets"
10210
  msgid "Search"
10211
  msgstr "Szukaj..."
10223
  msgid "required"
10224
  msgstr "Wymagane"
10225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10226
  # @ WPBDM
10227
  #: templates/admin/home.tpl.php:12
10228
  msgctxt "admin home"
10512
  msgid "Save Changes"
10513
  msgstr "Zapisz zmiany"
10514
 
10515
+ # @ WPBDM
10516
+ #: templates/admin/sidebar.tpl.php:66
10517
+ msgctxt "admin sidebar"
10518
+ msgid "Get a Directory Theme"
10519
+ msgstr "Przejdź do \"Katalog Administracja\""
10520
+
10521
+ # @ WPBDM
10522
+ #: templates/admin/sidebar.tpl.php:84
10523
+ msgctxt "admin sidebar"
10524
+ msgid "Found a bug? Need support?"
10525
+ msgstr "Znalazłeś błąd? Potrzebujesz pomocy?"
10526
+
10527
+ # @ WPBDM
10528
+ #: templates/admin/sidebar.tpl.php:91
10529
+ #, fuzzy
10530
+ msgctxt "admin sidebar"
10531
+ msgid "If you've found a bug or need support <a>let us know!</a>"
10532
+ msgstr "Jeśli znalazłeś błąd lub potrzebujesz pomocy zajrzyj na <a>forum!</a>"
10533
+
10534
+ # @ WPBDM
10535
+ #: templates/admin/sidebar.tpl.php:96
10536
+ msgctxt "admin sidebar"
10537
+ msgid "Full plugin documentation"
10538
+ msgstr "Pełna Dokumentacja Pluginu"
10539
+
10540
+ # @ WPBDM
10541
+ #: templates/admin/sidebar.tpl.php:97
10542
+ msgctxt "admin sidebar"
10543
+ msgid "Quick Start Guide"
10544
+ msgstr "Szybki Start Instrukcja"
10545
+
10546
+ # @ WPBDM
10547
+ #: templates/admin/sidebar.tpl.php:98
10548
+ msgctxt "admin sidebar"
10549
+ msgid "Video Tutorials"
10550
+ msgstr "Poradnik Wideo"
10551
+
10552
  #: templates/admin/themes-delete-confirm.tpl.php:1
10553
  #: templates/admin/themes-delete-confirm.tpl.php:13
10554
  msgctxt "themes admin"
11045
  msgid "Address"
11046
  msgstr "Adres e-mail:"
11047
 
11048
+ # @ WPBDM
11049
+ #, fuzzy
11050
+ #~ msgid "PayFast Payments"
11051
+ #~ msgstr "Moduł bramki PayFast"
11052
+
11053
+ # @ WPBDM
11054
+ #~ msgctxt "fees admin"
11055
+ #~ msgid "Paid"
11056
+ #~ msgstr "Zapłacone"
11057
+
11058
+ # @ WPBDM
11059
+ #~ msgctxt "fees admin"
11060
+ #~ msgid "Free"
11061
+ #~ msgstr "Tryb Bezpłatny"
11062
+
11063
+ # @ WPBDM
11064
+ #~ msgctxt "admin sidebar"
11065
+ #~ msgid "PayPal Gateway Module"
11066
+ #~ msgstr "Moduł bramki PayPal"
11067
+
11068
+ # @ WPBDM
11069
+ #~ msgctxt "admin sidebar"
11070
+ #~ msgid "2Checkout Gateway Module"
11071
+ #~ msgstr "Moduł bramki 2Checkout"
11072
+
11073
+ # @ WPBDM
11074
+ #~ msgctxt "admin sidebar"
11075
+ #~ msgid "PayFast Payment Module"
11076
+ #~ msgstr "Moduł bramki PayFast"
11077
+
11078
+ # @ WPBDM
11079
+ #~ msgctxt "admin sidebar"
11080
+ #~ msgid "Stripe Payment Module"
11081
+ #~ msgstr "Moduł bramki Stripe "
11082
+
11083
+ # @ WPBDM
11084
+ #~ msgctxt "admin sidebar"
11085
+ #~ msgid "Get a Premium Module"
11086
+ #~ msgstr "Pobierz moduł premium"
11087
+
11088
+ # @ WPBDM
11089
+ #~ msgctxt "admin sidebar"
11090
+ #~ msgid "(All Modules)"
11091
+ #~ msgstr "Zainstalowane moduły"
11092
+
11093
+ # @ WPBDM
11094
+ #~ msgctxt "admin sidebar"
11095
+ #~ msgid "Installed Modules"
11096
+ #~ msgstr "Zainstalowane moduły"
11097
+
11098
+ # @ WPBDM
11099
+ #~ msgctxt "admin sidebar"
11100
+ #~ msgid "Installed"
11101
+ #~ msgstr "Zainstalowane "
11102
+
11103
+ # @ WPBDM
11104
+ #~ msgctxt "admin sidebar"
11105
+ #~ msgid "Not Installed"
11106
+ #~ msgstr "Nie zainstalowane"
11107
+
11108
+ # @ WPBDM
11109
+ #~ msgctxt "admin sidebar"
11110
+ #~ msgid "Enhanced Categories Module"
11111
+ #~ msgstr "Moduł zaawansowane kategorie"
11112
+
11113
+ # @ WPBDM
11114
+ #~ msgctxt "admin templates"
11115
+ #~ msgid ""
11116
+ #~ "It does not appear you have any of the payment gateway modules enabled. "
11117
+ #~ "Either <a>enable the default Authorize.net gateway</a> with your account "
11118
+ #~ "info, or purchase a different payment gateway module in order to charge a "
11119
+ #~ "fee for listings. To purchase additional payment gateways use the buttons "
11120
+ #~ "below or visit %s."
11121
+ #~ msgstr ""
11122
+ #~ "Nie wydaje się, aby jakieś bramki płatności były włączone. Albo "
11123
+ #~ "<a>skorzystaj z bramki domyślnej - Authorize.net</a> z informacjami z "
11124
+ #~ "Twojego konta, albo zdecyduj się na zakup innego modułu płatności w celu "
11125
+ #~ "pobierania opłat. Aby zakupić dodatkowe bramki płatności skorzystaj z "
11126
+ #~ "przycisków poniżej lub odwiedź %s."
11127
+
11128
+ # @ WPBDM
11129
+ #~ msgctxt "admin templates"
11130
+ #~ msgid "Already installed."
11131
+ #~ msgstr "Już zainstalowano."
11132
+
11133
+ # @ WPBDM
11134
+ #, fuzzy
11135
+ #~ msgctxt "admin templates"
11136
+ #~ msgid ""
11137
+ #~ "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for "
11138
+ #~ "your users."
11139
+ #~ msgstr ""
11140
+ #~ "Możesz kupić <a>%s</a> aby dodać <a>%s</a> jako opcje płatności dla "
11141
+ #~ "Twoich użytkowników."
11142
+
11143
  # @ WPBDM
11144
  #~ msgctxt "debug-info"
11145
  #~ msgid "BD Info"
11368
  #~ msgid "You don't have permission to access this page."
11369
  #~ msgstr "Nie masz uprawnień do aktualizacji pluginów."
11370
 
 
 
 
 
11371
  # @ WPBDM
11372
  #~ msgid "Pending Upgrade"
11373
  #~ msgstr "Oferty oczekujące na zatwierdzenie"
12689
  #~ msgid "Mark as"
12690
  #~ msgstr "Oznaczone jako"
12691
 
 
 
 
 
12692
  # @ WPBDM
12693
  #~ msgid "Downgrade to %s"
12694
  #~ msgstr "Obniż status do %s"
languages/business-directory-plugin-ru_RU.mo CHANGED
Binary file
languages/business-directory-plugin-ru_RU.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2020-09-09 13:07:48+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"
@@ -40,7 +40,7 @@ msgstr "Срок действия записи истёк"
40
 
41
  #: includes/admin/class-admin-listings.php:225
42
  #: includes/admin/class-listing-owner.php:91
43
- #: includes/helpers/class-listing-owner.php:110
44
  #, fuzzy
45
  msgid "Listing Owner"
46
  msgstr "Срок действия записи истёк"
@@ -93,9 +93,8 @@ msgstr ""
93
 
94
  #: includes/admin/class-listing-owner.php:66
95
  #: includes/admin/class-listing-owner.php:93
96
- #: includes/helpers/class-listing-owner.php:31
97
- #: includes/helpers/class-listing-owner.php:85
98
- #: includes/helpers/class-listing-owner.php:112
99
  #, fuzzy
100
  msgid "Please select a user"
101
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
@@ -471,7 +470,8 @@ msgstr "Почтовый адрес"
471
  msgid "ZIP Code"
472
  msgstr "Почтовый индекс"
473
 
474
- #: includes/functions.php:554
 
475
  msgid "Free"
476
  msgstr "Бесплатно"
477
 
@@ -556,15 +556,110 @@ msgstr ""
556
  "Следующая информация может помочь разработчикам плагина отладить возможные "
557
  "проблемы и конфликты с Вашим сервером."
558
 
559
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
 
 
560
  #, fuzzy
561
  msgid ""
562
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
563
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
564
  msgstr ""
565
  "Для управления тарифами Вам надо перейти в раздел <a>Настройки / Оплата</a> "
566
  "и включить параметр \"Включить поддержку платного режима\"."
567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
568
  #: templates/admin/home.tpl.php:54
569
  #, fuzzy
570
  msgid "Manage Options"
@@ -624,59 +719,59 @@ msgstr "Сбросить настройки"
624
 
625
  #: templates/admin/sidebar.tpl.php:3
626
  #, fuzzy
 
 
 
 
 
627
  msgid "PayPal Payments"
628
  msgstr "Начальный платёж"
629
 
630
- #: templates/admin/sidebar.tpl.php:4
631
  #, fuzzy
632
  msgid "Google Maps"
633
  msgstr "Карты Google"
634
 
635
- #: templates/admin/sidebar.tpl.php:5
636
  #, fuzzy
637
  msgid "Regions"
638
  msgstr "Географический фильтр"
639
 
640
- #: templates/admin/sidebar.tpl.php:6
641
  #, fuzzy
642
  msgid "ZIP Code Search"
643
  msgstr "Поиск по почтовому индексу"
644
 
645
- #: templates/admin/sidebar.tpl.php:7
646
  #, fuzzy
647
  msgid "Ratings"
648
  msgstr "Рейтинг"
649
 
650
- #: templates/admin/sidebar.tpl.php:8
651
  #, fuzzy
652
  msgid "Stripe Payments"
653
  msgstr "Оплата"
654
 
655
- #: templates/admin/sidebar.tpl.php:9
656
  #, fuzzy
657
  msgid "Featured Levels"
658
  msgstr "Специальные платные функции"
659
 
660
- #: templates/admin/sidebar.tpl.php:10
661
  #, fuzzy
662
  msgid "Claim Listings"
663
  msgstr "Запрос авторства"
664
 
665
- #: templates/admin/sidebar.tpl.php:11
666
  #, fuzzy
667
  msgid "File Upload"
668
  msgstr "Загрузка файлов"
669
 
670
- #: templates/admin/sidebar.tpl.php:12
671
  #, fuzzy
672
  msgid "Discount Codes"
673
  msgstr "Коды для скидок"
674
 
675
- #: templates/admin/sidebar.tpl.php:13
676
- #, fuzzy
677
- msgid "PayFast Payments"
678
- msgstr "Платёжный шлюз PayFast"
679
-
680
  #: templates/admin/sidebar.tpl.php:17
681
  #, fuzzy
682
  msgid "Modern Business Theme"
@@ -710,10 +805,19 @@ msgstr "Наименование"
710
  msgid "Like this plugin?"
711
  msgstr "Нравится этот плагин?"
712
 
713
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
714
  msgid "new"
715
  msgstr ""
716
 
 
 
 
 
 
717
  #: templates/admin/themes-install.tpl.php:21
718
  #, fuzzy
719
  msgid "Business Directory Theme archive (ZIP file)"
@@ -724,6 +828,16 @@ msgstr "Архив темы справочника (файл ZIP)"
724
  msgid "← Return to Directory"
725
  msgstr "Вернуться в Справочник."
726
 
 
 
 
 
 
 
 
 
 
 
727
  #. Author URI of the plugin/theme
728
  #, fuzzy
729
  msgid "https://businessdirectoryplugin.com"
@@ -1392,17 +1506,17 @@ msgid "You're all set. Visit your new <a>Business Directory</a> page."
1392
  msgstr ""
1393
  "Всё настроено. Откройте страницу Вашего нового <a>Справочника услуг</a> "
1394
 
1395
- #: includes/admin/class-admin.php:461
1396
  msgctxt "admin"
1397
  msgid "Untitled Menu"
1398
  msgstr ""
1399
 
1400
- #: includes/admin/class-admin.php:786
1401
  msgctxt "admin"
1402
  msgid "Dismiss this notice."
1403
  msgstr "Убрать это предупреждение"
1404
 
1405
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1406
  #, fuzzy
1407
  msgctxt "admin"
1408
  msgid "The listing has been updated."
@@ -1411,12 +1525,12 @@ msgstr[0] "Статус записи был поднят."
1411
  msgstr[1] "Статус записей был поднят."
1412
  msgstr[2] ""
1413
 
1414
- #: includes/admin/class-admin.php:861
1415
  msgctxt "admin"
1416
  msgid "The fee was successfully assigned."
1417
  msgstr "Тариф был успешно назначен."
1418
 
1419
- #: includes/admin/class-admin.php:871
1420
  msgctxt "admin"
1421
  msgid "Listing was renewed."
1422
  msgid_plural "Listings were renewed."
@@ -1424,19 +1538,19 @@ msgstr[0] "Запись была продлена."
1424
  msgstr[1] "Записи были продлены."
1425
  msgstr[2] ""
1426
 
1427
- #: includes/admin/class-admin.php:883
1428
  msgctxt "admin"
1429
  msgid "Renewal email sent."
1430
  msgstr "Оповещение о продлении было отправлено по электронной почте."
1431
 
1432
- #: includes/admin/class-admin.php:887
1433
  msgctxt "admin"
1434
  msgid ""
1435
  "Could not send renewal email, notice template at listing expiration not "
1436
  "found."
1437
  msgstr ""
1438
 
1439
- #: includes/admin/class-admin.php:894
1440
  #, fuzzy
1441
  msgctxt "admin"
1442
  msgid "Listing report deleted."
@@ -1445,23 +1559,23 @@ msgstr[0] "Дата окончания срока действия"
1445
  msgstr[1] "Дата окончания срока действия"
1446
  msgstr[2] "Дата окончания срока действия"
1447
 
1448
- #: includes/admin/class-admin.php:942
1449
  #, fuzzy
1450
  msgctxt "admin"
1451
  msgid "Access keys sent."
1452
  msgstr "Поля и Изображения записи"
1453
 
1454
- #: includes/admin/class-admin.php:944
1455
  msgctxt "admin"
1456
  msgid "The access keys couldn't be sent."
1457
  msgstr ""
1458
 
1459
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1460
  msgctxt "admin"
1461
  msgid "Listing Count"
1462
  msgstr "Количество записей"
1463
 
1464
- #: includes/admin/class-admin.php:1089
1465
  msgctxt "admin"
1466
  msgid ""
1467
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -1470,7 +1584,7 @@ msgstr ""
1470
  "Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
1471
  "страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
1472
 
1473
- #: includes/admin/class-admin.php:1091
1474
  msgctxt "admin"
1475
  msgid ""
1476
  "You can create this page by yourself or let Business Directory do this for "
@@ -1479,12 +1593,12 @@ msgstr ""
1479
  "Вы можете создать такую страницу сами, или позвольте плагину создать её для "
1480
  "Вас автоматически."
1481
 
1482
- #: includes/admin/class-admin.php:1096
1483
  msgctxt "admin"
1484
  msgid "Create required pages for me"
1485
  msgstr "Создать необходимые страницы автоматически"
1486
 
1487
- #: includes/admin/class-admin.php:1130
1488
  msgctxt "admin"
1489
  msgid ""
1490
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1492,7 +1606,7 @@ msgid ""
1492
  "your provider to upgrade in order to prevent any issues with the plugin."
1493
  msgstr ""
1494
 
1495
- #: includes/admin/class-admin.php:1154
1496
  msgctxt "admin"
1497
  msgid ""
1498
  "We noticed you want your Business Directory users to register before posting "
@@ -1913,7 +2027,7 @@ msgctxt "admin menu"
1913
  msgid "Settings"
1914
  msgstr "Настройки"
1915
 
1916
- #: includes/admin/class-admin.php:1014
1917
  msgctxt "admin category id"
1918
  msgid "ID"
1919
  msgstr "№"
@@ -2797,80 +2911,6 @@ msgctxt "fees admin"
2797
  msgid "Save Changes"
2798
  msgstr "Сохранить изменения"
2799
 
2800
- #: templates/admin/fees-index.tpl.php:6
2801
- msgctxt "fees admin"
2802
- msgid "Add New Listing Fee"
2803
- msgstr "Добавить тариф"
2804
-
2805
- #: templates/admin/fees-index.tpl.php:14
2806
- msgctxt "fees admin"
2807
- msgid "Payments are currently turned off."
2808
- msgstr "Платежи на настоящее время отключены."
2809
-
2810
- #: templates/admin/fees-index.tpl.php:27
2811
- msgctxt "fees admin"
2812
- msgid "Order fees on the frontend by:"
2813
- msgstr "Сортировать тарифы:"
2814
-
2815
- #: templates/admin/fees-index.tpl.php:37
2816
- msgctxt "fees admin"
2817
- msgid "↑ Ascending"
2818
- msgstr "↑ По возрастанию"
2819
-
2820
- #: templates/admin/fees-index.tpl.php:38
2821
- msgctxt "fees admin"
2822
- msgid "↓ Descending"
2823
- msgstr "↓ По убыванию"
2824
-
2825
- #: templates/admin/fees-index.tpl.php:46
2826
- msgctxt "fees admin"
2827
- msgid "Drag and drop to re-order fees."
2828
- msgstr "Поменяйте порядок тарифов перетаскивая их здесь."
2829
-
2830
- #: templates/admin/fees-index.tpl.php:66
2831
- msgctxt "fees admin"
2832
- msgid ""
2833
- "These are all of the fee plans displayed to the user when they place a "
2834
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2835
- "the <a>Not Available</a> filter will become active when you change the "
2836
- "payment mode."
2837
- msgstr ""
2838
-
2839
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2840
- #: templates/admin/fees-index.tpl.php:118
2841
- msgctxt "fees admin"
2842
- msgid "Paid"
2843
- msgstr "Оплачено"
2844
-
2845
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2846
- #: templates/admin/fees-index.tpl.php:118
2847
- msgctxt "fees admin"
2848
- msgid "Free"
2849
- msgstr "Бесплатно"
2850
-
2851
- #: templates/admin/fees-index.tpl.php:81
2852
- msgctxt "fees admin"
2853
- msgid ""
2854
- "These are all of the fee plans that aren't available because you're in \"%s"
2855
- "\" mode. Those on the Active filter will become Not Available when you "
2856
- "change the payment mode."
2857
- msgstr ""
2858
-
2859
- #: templates/admin/fees-index.tpl.php:94
2860
- msgctxt "fees admin"
2861
- msgid ""
2862
- "These fee plans were disabled by the admin and will not show to the end user "
2863
- "regardless of mode until you enable them."
2864
- msgstr ""
2865
-
2866
- #: templates/admin/fees-index.tpl.php:112
2867
- msgctxt "fees admin"
2868
- msgid ""
2869
- "These are all of the fee plans you have configured. Not all of them are "
2870
- "available for the current mode (currently set to \"%s\"). To see the fee "
2871
- "plans for this mode click <a>Active</a>."
2872
- msgstr ""
2873
-
2874
  #: includes/admin/form-fields.php:22
2875
  msgctxt "form-fields admin"
2876
  msgid "form field"
@@ -6348,7 +6388,7 @@ msgid ""
6348
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6349
  msgstr ""
6350
 
6351
- #: includes/class-fees-api.php:61
6352
  msgctxt "fees-api"
6353
  msgid "Free Listing"
6354
  msgstr "Бесплатные записи"
@@ -6997,7 +7037,7 @@ msgid "Social Site (Other)"
6997
  msgstr "Имя на сайте Twitter"
6998
 
6999
  #: includes/fields/class-fieldtypes-social.php:95
7000
- #: includes/fields/class-fieldtypes-url.php:152
7001
  msgctxt "form-fields api"
7002
  msgid "URL:"
7003
  msgstr "Ссылка:"
@@ -7044,7 +7084,7 @@ msgctxt "form-fields api"
7044
  msgid "URL Field"
7045
  msgstr "Поле адреса URL"
7046
 
7047
- #: includes/fields/class-fieldtypes-url.php:164
7048
  msgctxt "form-fields api"
7049
  msgid "Link Text (optional):"
7050
  msgstr "Текст ссылки (не обязательно)"
@@ -7746,16 +7786,6 @@ msgctxt "templates"
7746
  msgid "Image height:"
7747
  msgstr "Высота изображения (пикселы):"
7748
 
7749
- #: templates/submit-listing-images.tpl.php:5
7750
- msgctxt "templates"
7751
- msgid "Current Images"
7752
- msgstr "Существующие изображения:"
7753
-
7754
- #: templates/submit-listing-images.tpl.php:8
7755
- msgctxt "templates"
7756
- msgid "There are no images currently attached to your listing."
7757
- msgstr "К Вашей записи не прикреплено ни одного изображения."
7758
-
7759
  #: includes/gateways/class-gateway-authorize-net.php:20
7760
  #, fuzzy
7761
  msgctxt "authorize-net"
@@ -9042,7 +9072,7 @@ msgctxt "widgets"
9042
  msgid "Display the following fields in the form."
9043
  msgstr "Показать следующие поля в форме."
9044
 
9045
- #: includes/widgets/widget-search.php:108
9046
  msgctxt "widgets"
9047
  msgid "Search"
9048
  msgstr "Поиск"
@@ -9058,139 +9088,6 @@ msgctxt "admin forms"
9058
  msgid "required"
9059
  msgstr "обязательно"
9060
 
9061
- #: templates/admin/fees-index.tpl.php:132
9062
- msgctxt "admin sidebar"
9063
- msgid "PayPal Gateway Module"
9064
- msgstr "Платёжный шлюз PayPal"
9065
-
9066
- #: templates/admin/fees-index.tpl.php:133
9067
- msgctxt "admin sidebar"
9068
- msgid "2Checkout Gateway Module"
9069
- msgstr "Платёжный шлюз 2Checkout"
9070
-
9071
- #: templates/admin/fees-index.tpl.php:134
9072
- msgctxt "admin sidebar"
9073
- msgid "PayFast Payment Module"
9074
- msgstr "Платёжный шлюз PayFast"
9075
-
9076
- #: templates/admin/fees-index.tpl.php:135
9077
- msgctxt "admin sidebar"
9078
- msgid "Stripe Payment Module"
9079
- msgstr "Платёжный шлюз Stripe"
9080
-
9081
- #: templates/admin/sidebar.tpl.php:40
9082
- msgctxt "admin sidebar"
9083
- msgid "Get a Premium Module"
9084
- msgstr "Получите платные модули:"
9085
-
9086
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
9087
- msgctxt "admin sidebar"
9088
- msgid "best deal"
9089
- msgstr ""
9090
-
9091
- #: templates/admin/sidebar.tpl.php:43
9092
- msgctxt "admin sidebar"
9093
- msgid "Combo Pack"
9094
- msgstr ""
9095
-
9096
- #: templates/admin/sidebar.tpl.php:43
9097
- msgctxt "admin sidebar"
9098
- msgid "(All Modules)"
9099
- msgstr "Установленные модули:"
9100
-
9101
- #: templates/admin/sidebar.tpl.php:59
9102
- msgctxt "admin sidebar"
9103
- msgid "Get a Directory Theme"
9104
- msgstr "Удалить тему справочника"
9105
-
9106
- #: templates/admin/sidebar.tpl.php:62
9107
- msgctxt "admin sidebar"
9108
- msgid "Theme Pack"
9109
- msgstr "Метки темы"
9110
-
9111
- #: templates/admin/sidebar.tpl.php:62
9112
- msgctxt "admin sidebar"
9113
- msgid "(All Themes)"
9114
- msgstr "Темы"
9115
-
9116
- #: templates/admin/sidebar.tpl.php:78
9117
- msgctxt "admin sidebar"
9118
- msgid "Found a bug? Need support?"
9119
- msgstr "Нашли глюк? Или нужна поддержка?"
9120
-
9121
- #: templates/admin/sidebar.tpl.php:85
9122
- #, fuzzy
9123
- msgctxt "admin sidebar"
9124
- msgid "If you've found a bug or need support <a>let us know!</a>"
9125
- msgstr ""
9126
- "Если Вы натолкнулись на глюк в программе, или Вам нужна техническая "
9127
- "поддержка, посетите <a>форум поддержки!</a>"
9128
-
9129
- #: templates/admin/sidebar.tpl.php:90
9130
- msgctxt "admin sidebar"
9131
- msgid "Full plugin documentation"
9132
- msgstr "Полная документация по плагину"
9133
-
9134
- #: templates/admin/sidebar.tpl.php:91
9135
- msgctxt "admin sidebar"
9136
- msgid "Quick Start Guide"
9137
- msgstr "Руководство по быстрому старту"
9138
-
9139
- #: templates/admin/sidebar.tpl.php:92
9140
- msgctxt "admin sidebar"
9141
- msgid "Video Tutorials"
9142
- msgstr "Видео-уроки"
9143
-
9144
- #: templates/admin/sidebar.tpl.php:100
9145
- msgctxt "admin sidebar"
9146
- msgid "Installed Modules"
9147
- msgstr "Установленные модули:"
9148
-
9149
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
9150
- msgctxt "admin sidebar"
9151
- msgid "Installed"
9152
- msgstr "Установлен"
9153
-
9154
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
9155
- msgctxt "admin sidebar"
9156
- msgid "Not Installed"
9157
- msgstr "Не установлен"
9158
-
9159
- #: templates/admin/sidebar.tpl.php:119
9160
- msgctxt "admin sidebar"
9161
- msgid "Enhanced Categories Module"
9162
- msgstr "Модуль продвинутых рубрик"
9163
-
9164
- #: templates/admin/fees-index.tpl.php:147
9165
- msgctxt "admin templates"
9166
- msgid ""
9167
- "It does not appear you have any of the payment gateway modules enabled. "
9168
- "Either <a>enable the default Authorize.net gateway</a> with your account "
9169
- "info, or purchase a different payment gateway module in order to charge a "
9170
- "fee for listings. To purchase additional payment gateways use the buttons "
9171
- "below or visit %s."
9172
- msgstr ""
9173
- "Похоже, что у Вас не установлен ни один платёжный шлюз. Либо <a>включите "
9174
- "шлюз по-умолчанию (Authorize.net)</a>, либо купите модуль другого платёжного "
9175
- "шлюза. Пока Вы этого не сделаете, Вы не сможете создать тарифные планы.<br /"
9176
- "><br />Чтобы купить модули платёжных шлюзов используйте следующие кнопки или "
9177
- "посетите наш магазин по адресу %s."
9178
-
9179
- #: templates/admin/fees-index.tpl.php:166
9180
- msgctxt "admin templates"
9181
- msgid "Already installed."
9182
- msgstr "Уже устновлен."
9183
-
9184
- #: templates/admin/fees-index.tpl.php:173
9185
- #, fuzzy
9186
- msgctxt "admin templates"
9187
- msgid ""
9188
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
9189
- "users."
9190
- msgstr ""
9191
- "Вы можете купить модуль \"<a>%s</a>\" чтобы добавить систему <a>%s</a> в "
9192
- "качестве одного из возможных способов оплаты для пользователей Вашего сайта."
9193
-
9194
  #: templates/admin/home.tpl.php:12
9195
  msgctxt "admin home"
9196
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -9452,6 +9349,39 @@ msgctxt "settings email"
9452
  msgid "Save Changes"
9453
  msgstr "Сохранить изменения"
9454
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9455
  #: templates/admin/themes-delete-confirm.tpl.php:1
9456
  #: templates/admin/themes-delete-confirm.tpl.php:13
9457
  msgctxt "themes admin"
@@ -9889,6 +9819,94 @@ msgctxt "themes/default"
9889
  msgid "Address"
9890
  msgstr "Адрес"
9891
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9892
  #~ msgctxt "debug-info"
9893
  #~ msgid "BD Info"
9894
  #~ msgstr "Информация о плагине"
@@ -10086,9 +10104,6 @@ msgstr "Адрес"
10086
  #~ msgid "You don't have permission to access this page."
10087
  #~ msgstr "У Вас нет полномочий для установки обновлений плагинов"
10088
 
10089
- #~ msgid "Paid"
10090
- #~ msgstr "Оплачено"
10091
-
10092
  #~ msgid "Pending Upgrade"
10093
  #~ msgstr "Ожидается подтверждение"
10094
 
@@ -11231,9 +11246,6 @@ msgstr "Адрес"
11231
  #~ msgid "Mark as"
11232
  #~ msgstr "Помечено как"
11233
 
11234
- #~ msgid "Upgrade to %s"
11235
- #~ msgstr "Поднять статус до %s"
11236
-
11237
  #~ msgid "Downgrade to %s"
11238
  #~ msgstr "Опустить статус до %s"
11239
 
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2020-09-25 21:07:19+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"
40
 
41
  #: includes/admin/class-admin-listings.php:225
42
  #: includes/admin/class-listing-owner.php:91
43
+ #: includes/helpers/class-listing-owner.php:91
44
  #, fuzzy
45
  msgid "Listing Owner"
46
  msgstr "Срок действия записи истёк"
93
 
94
  #: includes/admin/class-listing-owner.php:66
95
  #: includes/admin/class-listing-owner.php:93
96
+ #: includes/helpers/class-listing-owner.php:66
97
+ #: includes/helpers/class-listing-owner.php:93
 
98
  #, fuzzy
99
  msgid "Please select a user"
100
  msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
470
  msgid "ZIP Code"
471
  msgstr "Почтовый индекс"
472
 
473
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
474
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
475
  msgid "Free"
476
  msgstr "Бесплатно"
477
 
556
  "Следующая информация может помочь разработчикам плагина отладить возможные "
557
  "проблемы и конфликты с Вашим сервером."
558
 
559
+ #: templates/admin/fees-index.tpl.php:7
560
+ #, fuzzy
561
+ msgid "Add New Listing Fee"
562
+ msgstr "Добавить тариф"
563
+
564
+ #: templates/admin/fees-index.tpl.php:16
565
+ #, fuzzy
566
+ msgid "Payments are currently turned off."
567
+ msgstr "Платежи на настоящее время отключены."
568
+
569
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
570
+ #: templates/admin/fees-index.tpl.php:20
571
  #, fuzzy
572
  msgid ""
573
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
574
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
575
  msgstr ""
576
  "Для управления тарифами Вам надо перейти в раздел <a>Настройки / Оплата</a> "
577
  "и включить параметр \"Включить поддержку платного режима\"."
578
 
579
+ #: templates/admin/fees-index.tpl.php:34
580
+ #, fuzzy
581
+ msgid "Order fees on the frontend by:"
582
+ msgstr "Сортировать тарифы:"
583
+
584
+ #: templates/admin/fees-index.tpl.php:44
585
+ #, fuzzy
586
+ msgid "↑ Ascending"
587
+ msgstr "↑ По возрастанию"
588
+
589
+ #: templates/admin/fees-index.tpl.php:45
590
+ #, fuzzy
591
+ msgid "↓ Descending"
592
+ msgstr "↓ По убыванию"
593
+
594
+ #: templates/admin/fees-index.tpl.php:53
595
+ #, fuzzy
596
+ msgid "Drag and drop to re-order fees."
597
+ msgstr "Поменяйте порядок тарифов перетаскивая их здесь."
598
+
599
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
600
+ #. opening <a> tag, %3$s is a closing </a> tag.
601
+ #: templates/admin/fees-index.tpl.php:71
602
+ msgid ""
603
+ "These are all of the fee plans displayed to the user when they place a "
604
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
605
+ "the %2$sNot Available%3$s filter will become active when you change the "
606
+ "payment mode."
607
+ msgstr ""
608
+
609
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
610
+ #: templates/admin/fees-index.tpl.php:106
611
+ msgid "Paid"
612
+ msgstr "Оплачено"
613
+
614
+ #. translators: %s is directory payment mode (Free or Paid)
615
+ #: templates/admin/fees-index.tpl.php:84
616
+ msgid ""
617
+ "These are all of the fee plans that aren't available because you're in \"%s"
618
+ "\" mode. Those on the Active filter will become Not Available when you "
619
+ "change the payment mode."
620
+ msgstr ""
621
+
622
+ #: templates/admin/fees-index.tpl.php:93
623
+ msgid ""
624
+ "These fee plans were disabled by the admin and will not show to the end user "
625
+ "regardless of mode until you enable them."
626
+ msgstr ""
627
+
628
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
629
+ #. opening <a> tag, %3$s is a closing </a> tag.
630
+ #: templates/admin/fees-index.tpl.php:105
631
+ msgid ""
632
+ "These are all of the fee plans you have configured. Not all of them are "
633
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
634
+ "plans for this mode click %2$sActive%3$s."
635
+ msgstr ""
636
+
637
+ #: templates/admin/fees-index.tpl.php:135
638
+ msgid "Set up a payment gateway to charge a fee for listings"
639
+ msgstr ""
640
+
641
+ #: templates/admin/fees-index.tpl.php:137
642
+ msgid "Add a payment gateway to increase conversion rates"
643
+ msgstr ""
644
+
645
+ #. translators: %s: payment gateway name */
646
+ #: templates/admin/fees-index.tpl.php:155
647
+ msgid "Add the %s gateway as a payment option."
648
+ msgstr ""
649
+
650
+ #: templates/admin/fees-index.tpl.php:161
651
+ #, fuzzy
652
+ msgid "Upgrade"
653
+ msgstr "Поднять статус до %s"
654
+
655
+ #: templates/admin/fees-index.tpl.php:169
656
+ msgid "Set up Authorize.net as a payment option."
657
+ msgstr ""
658
+
659
+ #: templates/admin/fees-index.tpl.php:172
660
+ msgid "Set Up"
661
+ msgstr ""
662
+
663
  #: templates/admin/home.tpl.php:54
664
  #, fuzzy
665
  msgid "Manage Options"
719
 
720
  #: templates/admin/sidebar.tpl.php:3
721
  #, fuzzy
722
+ msgid "Category Images"
723
+ msgstr "Рубрики"
724
+
725
+ #: templates/admin/sidebar.tpl.php:4
726
+ #, fuzzy
727
  msgid "PayPal Payments"
728
  msgstr "Начальный платёж"
729
 
730
+ #: templates/admin/sidebar.tpl.php:5
731
  #, fuzzy
732
  msgid "Google Maps"
733
  msgstr "Карты Google"
734
 
735
+ #: templates/admin/sidebar.tpl.php:6
736
  #, fuzzy
737
  msgid "Regions"
738
  msgstr "Географический фильтр"
739
 
740
+ #: templates/admin/sidebar.tpl.php:7
741
  #, fuzzy
742
  msgid "ZIP Code Search"
743
  msgstr "Поиск по почтовому индексу"
744
 
745
+ #: templates/admin/sidebar.tpl.php:8
746
  #, fuzzy
747
  msgid "Ratings"
748
  msgstr "Рейтинг"
749
 
750
+ #: templates/admin/sidebar.tpl.php:9
751
  #, fuzzy
752
  msgid "Stripe Payments"
753
  msgstr "Оплата"
754
 
755
+ #: templates/admin/sidebar.tpl.php:10
756
  #, fuzzy
757
  msgid "Featured Levels"
758
  msgstr "Специальные платные функции"
759
 
760
+ #: templates/admin/sidebar.tpl.php:11
761
  #, fuzzy
762
  msgid "Claim Listings"
763
  msgstr "Запрос авторства"
764
 
765
+ #: templates/admin/sidebar.tpl.php:12
766
  #, fuzzy
767
  msgid "File Upload"
768
  msgstr "Загрузка файлов"
769
 
770
+ #: templates/admin/sidebar.tpl.php:13
771
  #, fuzzy
772
  msgid "Discount Codes"
773
  msgstr "Коды для скидок"
774
 
 
 
 
 
 
775
  #: templates/admin/sidebar.tpl.php:17
776
  #, fuzzy
777
  msgid "Modern Business Theme"
805
  msgid "Like this plugin?"
806
  msgstr "Нравится этот плагин?"
807
 
808
+ #: templates/admin/sidebar.tpl.php:40
809
+ msgid "Make better directories"
810
+ msgstr ""
811
+
812
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
813
  msgid "new"
814
  msgstr ""
815
 
816
+ #: templates/admin/sidebar.tpl.php:59
817
+ #, fuzzy
818
+ msgid "Upgrade Now"
819
+ msgstr "Поднять статус до %s"
820
+
821
  #: templates/admin/themes-install.tpl.php:21
822
  #, fuzzy
823
  msgid "Business Directory Theme archive (ZIP file)"
828
  msgid "← Return to Directory"
829
  msgstr "Вернуться в Справочник."
830
 
831
+ #: templates/submit-listing-images.tpl.php:5
832
+ #, fuzzy
833
+ msgid "Current Images"
834
+ msgstr "Существующие изображения:"
835
+
836
+ #: templates/submit-listing-images.tpl.php:8
837
+ #, fuzzy
838
+ msgid "There are no images currently attached to your listing."
839
+ msgstr "К Вашей записи не прикреплено ни одного изображения."
840
+
841
  #. Author URI of the plugin/theme
842
  #, fuzzy
843
  msgid "https://businessdirectoryplugin.com"
1506
  msgstr ""
1507
  "Всё настроено. Откройте страницу Вашего нового <a>Справочника услуг</a> "
1508
 
1509
+ #: includes/admin/class-admin.php:470
1510
  msgctxt "admin"
1511
  msgid "Untitled Menu"
1512
  msgstr ""
1513
 
1514
+ #: includes/admin/class-admin.php:795
1515
  msgctxt "admin"
1516
  msgid "Dismiss this notice."
1517
  msgstr "Убрать это предупреждение"
1518
 
1519
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1520
  #, fuzzy
1521
  msgctxt "admin"
1522
  msgid "The listing has been updated."
1525
  msgstr[1] "Статус записей был поднят."
1526
  msgstr[2] ""
1527
 
1528
+ #: includes/admin/class-admin.php:870
1529
  msgctxt "admin"
1530
  msgid "The fee was successfully assigned."
1531
  msgstr "Тариф был успешно назначен."
1532
 
1533
+ #: includes/admin/class-admin.php:880
1534
  msgctxt "admin"
1535
  msgid "Listing was renewed."
1536
  msgid_plural "Listings were renewed."
1538
  msgstr[1] "Записи были продлены."
1539
  msgstr[2] ""
1540
 
1541
+ #: includes/admin/class-admin.php:892
1542
  msgctxt "admin"
1543
  msgid "Renewal email sent."
1544
  msgstr "Оповещение о продлении было отправлено по электронной почте."
1545
 
1546
+ #: includes/admin/class-admin.php:896
1547
  msgctxt "admin"
1548
  msgid ""
1549
  "Could not send renewal email, notice template at listing expiration not "
1550
  "found."
1551
  msgstr ""
1552
 
1553
+ #: includes/admin/class-admin.php:903
1554
  #, fuzzy
1555
  msgctxt "admin"
1556
  msgid "Listing report deleted."
1559
  msgstr[1] "Дата окончания срока действия"
1560
  msgstr[2] "Дата окончания срока действия"
1561
 
1562
+ #: includes/admin/class-admin.php:951
1563
  #, fuzzy
1564
  msgctxt "admin"
1565
  msgid "Access keys sent."
1566
  msgstr "Поля и Изображения записи"
1567
 
1568
+ #: includes/admin/class-admin.php:953
1569
  msgctxt "admin"
1570
  msgid "The access keys couldn't be sent."
1571
  msgstr ""
1572
 
1573
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1574
  msgctxt "admin"
1575
  msgid "Listing Count"
1576
  msgstr "Количество записей"
1577
 
1578
+ #: includes/admin/class-admin.php:1098
1579
  msgctxt "admin"
1580
  msgid ""
1581
  "<b>Business Directory Plugin</b> requires a page with the "
1584
  "Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
1585
  "страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
1586
 
1587
+ #: includes/admin/class-admin.php:1100
1588
  msgctxt "admin"
1589
  msgid ""
1590
  "You can create this page by yourself or let Business Directory do this for "
1593
  "Вы можете создать такую страницу сами, или позвольте плагину создать её для "
1594
  "Вас автоматически."
1595
 
1596
+ #: includes/admin/class-admin.php:1105
1597
  msgctxt "admin"
1598
  msgid "Create required pages for me"
1599
  msgstr "Создать необходимые страницы автоматически"
1600
 
1601
+ #: includes/admin/class-admin.php:1139
1602
  msgctxt "admin"
1603
  msgid ""
1604
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1606
  "your provider to upgrade in order to prevent any issues with the plugin."
1607
  msgstr ""
1608
 
1609
+ #: includes/admin/class-admin.php:1163
1610
  msgctxt "admin"
1611
  msgid ""
1612
  "We noticed you want your Business Directory users to register before posting "
2027
  msgid "Settings"
2028
  msgstr "Настройки"
2029
 
2030
+ #: includes/admin/class-admin.php:1023
2031
  msgctxt "admin category id"
2032
  msgid "ID"
2033
  msgstr "№"
2911
  msgid "Save Changes"
2912
  msgstr "Сохранить изменения"
2913
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2914
  #: includes/admin/form-fields.php:22
2915
  msgctxt "form-fields admin"
2916
  msgid "form field"
6388
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6389
  msgstr ""
6390
 
6391
+ #: includes/class-fees-api.php:62
6392
  msgctxt "fees-api"
6393
  msgid "Free Listing"
6394
  msgstr "Бесплатные записи"
7037
  msgstr "Имя на сайте Twitter"
7038
 
7039
  #: includes/fields/class-fieldtypes-social.php:95
7040
+ #: includes/fields/class-fieldtypes-url.php:157
7041
  msgctxt "form-fields api"
7042
  msgid "URL:"
7043
  msgstr "Ссылка:"
7084
  msgid "URL Field"
7085
  msgstr "Поле адреса URL"
7086
 
7087
+ #: includes/fields/class-fieldtypes-url.php:169
7088
  msgctxt "form-fields api"
7089
  msgid "Link Text (optional):"
7090
  msgstr "Текст ссылки (не обязательно)"
7786
  msgid "Image height:"
7787
  msgstr "Высота изображения (пикселы):"
7788
 
 
 
 
 
 
 
 
 
 
 
7789
  #: includes/gateways/class-gateway-authorize-net.php:20
7790
  #, fuzzy
7791
  msgctxt "authorize-net"
9072
  msgid "Display the following fields in the form."
9073
  msgstr "Показать следующие поля в форме."
9074
 
9075
+ #: includes/widgets/widget-search.php:107
9076
  msgctxt "widgets"
9077
  msgid "Search"
9078
  msgstr "Поиск"
9088
  msgid "required"
9089
  msgstr "обязательно"
9090
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9091
  #: templates/admin/home.tpl.php:12
9092
  msgctxt "admin home"
9093
  msgid "Welcome to Business Directory Plugin. You are using %s."
9349
  msgid "Save Changes"
9350
  msgstr "Сохранить изменения"
9351
 
9352
+ #: templates/admin/sidebar.tpl.php:66
9353
+ msgctxt "admin sidebar"
9354
+ msgid "Get a Directory Theme"
9355
+ msgstr "Удалить тему справочника"
9356
+
9357
+ #: templates/admin/sidebar.tpl.php:84
9358
+ msgctxt "admin sidebar"
9359
+ msgid "Found a bug? Need support?"
9360
+ msgstr "Нашли глюк? Или нужна поддержка?"
9361
+
9362
+ #: templates/admin/sidebar.tpl.php:91
9363
+ #, fuzzy
9364
+ msgctxt "admin sidebar"
9365
+ msgid "If you've found a bug or need support <a>let us know!</a>"
9366
+ msgstr ""
9367
+ "Если Вы натолкнулись на глюк в программе, или Вам нужна техническая "
9368
+ "поддержка, посетите <a>форум поддержки!</a>"
9369
+
9370
+ #: templates/admin/sidebar.tpl.php:96
9371
+ msgctxt "admin sidebar"
9372
+ msgid "Full plugin documentation"
9373
+ msgstr "Полная документация по плагину"
9374
+
9375
+ #: templates/admin/sidebar.tpl.php:97
9376
+ msgctxt "admin sidebar"
9377
+ msgid "Quick Start Guide"
9378
+ msgstr "Руководство по быстрому старту"
9379
+
9380
+ #: templates/admin/sidebar.tpl.php:98
9381
+ msgctxt "admin sidebar"
9382
+ msgid "Video Tutorials"
9383
+ msgstr "Видео-уроки"
9384
+
9385
  #: templates/admin/themes-delete-confirm.tpl.php:1
9386
  #: templates/admin/themes-delete-confirm.tpl.php:13
9387
  msgctxt "themes admin"
9819
  msgid "Address"
9820
  msgstr "Адрес"
9821
 
9822
+ #, fuzzy
9823
+ #~ msgid "PayFast Payments"
9824
+ #~ msgstr "Платёжный шлюз PayFast"
9825
+
9826
+ #~ msgctxt "fees admin"
9827
+ #~ msgid "Paid"
9828
+ #~ msgstr "Оплачено"
9829
+
9830
+ #~ msgctxt "fees admin"
9831
+ #~ msgid "Free"
9832
+ #~ msgstr "Бесплатно"
9833
+
9834
+ #~ msgctxt "admin sidebar"
9835
+ #~ msgid "PayPal Gateway Module"
9836
+ #~ msgstr "Платёжный шлюз PayPal"
9837
+
9838
+ #~ msgctxt "admin sidebar"
9839
+ #~ msgid "2Checkout Gateway Module"
9840
+ #~ msgstr "Платёжный шлюз 2Checkout"
9841
+
9842
+ #~ msgctxt "admin sidebar"
9843
+ #~ msgid "PayFast Payment Module"
9844
+ #~ msgstr "Платёжный шлюз PayFast"
9845
+
9846
+ #~ msgctxt "admin sidebar"
9847
+ #~ msgid "Stripe Payment Module"
9848
+ #~ msgstr "Платёжный шлюз Stripe"
9849
+
9850
+ #~ msgctxt "admin sidebar"
9851
+ #~ msgid "Get a Premium Module"
9852
+ #~ msgstr "Получите платные модули:"
9853
+
9854
+ #~ msgctxt "admin sidebar"
9855
+ #~ msgid "(All Modules)"
9856
+ #~ msgstr "Установленные модули:"
9857
+
9858
+ #~ msgctxt "admin sidebar"
9859
+ #~ msgid "Theme Pack"
9860
+ #~ msgstr "Метки темы"
9861
+
9862
+ #~ msgctxt "admin sidebar"
9863
+ #~ msgid "(All Themes)"
9864
+ #~ msgstr "Темы"
9865
+
9866
+ #~ msgctxt "admin sidebar"
9867
+ #~ msgid "Installed Modules"
9868
+ #~ msgstr "Установленные модули:"
9869
+
9870
+ #~ msgctxt "admin sidebar"
9871
+ #~ msgid "Installed"
9872
+ #~ msgstr "Установлен"
9873
+
9874
+ #~ msgctxt "admin sidebar"
9875
+ #~ msgid "Not Installed"
9876
+ #~ msgstr "Не установлен"
9877
+
9878
+ #~ msgctxt "admin sidebar"
9879
+ #~ msgid "Enhanced Categories Module"
9880
+ #~ msgstr "Модуль продвинутых рубрик"
9881
+
9882
+ #~ msgctxt "admin templates"
9883
+ #~ msgid ""
9884
+ #~ "It does not appear you have any of the payment gateway modules enabled. "
9885
+ #~ "Either <a>enable the default Authorize.net gateway</a> with your account "
9886
+ #~ "info, or purchase a different payment gateway module in order to charge a "
9887
+ #~ "fee for listings. To purchase additional payment gateways use the buttons "
9888
+ #~ "below or visit %s."
9889
+ #~ msgstr ""
9890
+ #~ "Похоже, что у Вас не установлен ни один платёжный шлюз. Либо <a>включите "
9891
+ #~ "шлюз по-умолчанию (Authorize.net)</a>, либо купите модуль другого "
9892
+ #~ "платёжного шлюза. Пока Вы этого не сделаете, Вы не сможете создать "
9893
+ #~ "тарифные планы.<br /><br />Чтобы купить модули платёжных шлюзов "
9894
+ #~ "используйте следующие кнопки или посетите наш магазин по адресу %s."
9895
+
9896
+ #~ msgctxt "admin templates"
9897
+ #~ msgid "Already installed."
9898
+ #~ msgstr "Уже устновлен."
9899
+
9900
+ #, fuzzy
9901
+ #~ msgctxt "admin templates"
9902
+ #~ msgid ""
9903
+ #~ "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for "
9904
+ #~ "your users."
9905
+ #~ msgstr ""
9906
+ #~ "Вы можете купить модуль \"<a>%s</a>\" чтобы добавить систему <a>%s</a> в "
9907
+ #~ "качестве одного из возможных способов оплаты для пользователей Вашего "
9908
+ #~ "сайта."
9909
+
9910
  #~ msgctxt "debug-info"
9911
  #~ msgid "BD Info"
9912
  #~ msgstr "Информация о плагине"
10104
  #~ msgid "You don't have permission to access this page."
10105
  #~ msgstr "У Вас нет полномочий для установки обновлений плагинов"
10106
 
 
 
 
10107
  #~ msgid "Pending Upgrade"
10108
  #~ msgstr "Ожидается подтверждение"
10109
 
11246
  #~ msgid "Mark as"
11247
  #~ msgstr "Помечено как"
11248
 
 
 
 
11249
  #~ msgid "Downgrade to %s"
11250
  #~ msgstr "Опустить статус до %s"
11251
 
languages/business-directory-plugin-sv_SE.mo CHANGED
Binary file
languages/business-directory-plugin-sv_SE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2020-09-09 13:07:48+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -31,7 +31,7 @@ msgstr "Annonsen förfallit."
31
 
32
  #: includes/admin/class-admin-listings.php:225
33
  #: includes/admin/class-listing-owner.php:91
34
- #: includes/helpers/class-listing-owner.php:110
35
  #, fuzzy
36
  msgid "Listing Owner"
37
  msgstr "Annonsen förfallit."
@@ -83,9 +83,8 @@ msgstr "Notering skickas in av admin. Betalning hoppas över."
83
 
84
  #: includes/admin/class-listing-owner.php:66
85
  #: includes/admin/class-listing-owner.php:93
86
- #: includes/helpers/class-listing-owner.php:31
87
- #: includes/helpers/class-listing-owner.php:85
88
- #: includes/helpers/class-listing-owner.php:112
89
  #, fuzzy
90
  msgid "Please select a user"
91
  msgstr "Välj en kategori."
@@ -463,7 +462,8 @@ msgstr "Företagsadress"
463
  msgid "ZIP Code"
464
  msgstr "Postnummer"
465
 
466
- #: includes/functions.php:554
 
467
  msgid "Free"
468
  msgstr "Gratis"
469
 
@@ -546,16 +546,126 @@ msgstr ""
546
  "Följande information kan hjälpa BD utvecklare felsöka eventuella problem med "
547
  "din konfiguration."
548
 
549
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
 
 
550
  #, fuzzy
551
  msgid ""
552
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
553
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
554
  msgstr ""
555
  "För att hantera avgifter du behöver för att gå till <a>Hantera Alternativ - "
556
  "Betalning</a> sida och markera rutan bredvid \"Aktivera betalningar\" under "
557
  "\"Betalningsinställningar\"."
558
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
  #: templates/admin/home.tpl.php:54
560
  msgid "Manage Options"
561
  msgstr "Hantera alternativ"
@@ -611,59 +721,59 @@ msgstr "Återställ till standardinställningar"
611
 
612
  #: templates/admin/sidebar.tpl.php:3
613
  #, fuzzy
 
 
 
 
 
614
  msgid "PayPal Payments"
615
  msgstr "Första betalning"
616
 
617
- #: templates/admin/sidebar.tpl.php:4
618
  #, fuzzy
619
  msgid "Google Maps"
620
  msgstr "Modul för Google Maps"
621
 
622
- #: templates/admin/sidebar.tpl.php:5
623
  #, fuzzy
624
  msgid "Regions"
625
  msgstr "Modul för region"
626
 
627
- #: templates/admin/sidebar.tpl.php:6
628
  #, fuzzy
629
  msgid "ZIP Code Search"
630
  msgstr "Modul för postnummersök"
631
 
632
- #: templates/admin/sidebar.tpl.php:7
633
  #, fuzzy
634
  msgid "Ratings"
635
  msgstr "Fält för omdöme"
636
 
637
- #: templates/admin/sidebar.tpl.php:8
638
  #, fuzzy
639
  msgid "Stripe Payments"
640
  msgstr "Visa betalningar"
641
 
642
- #: templates/admin/sidebar.tpl.php:9
643
  #, fuzzy
644
  msgid "Featured Levels"
645
  msgstr "Utvald nivå"
646
 
647
- #: templates/admin/sidebar.tpl.php:10
648
  #, fuzzy
649
  msgid "Claim Listings"
650
  msgstr "Modul för annonsanspråk"
651
 
652
- #: templates/admin/sidebar.tpl.php:11
653
  #, fuzzy
654
  msgid "File Upload"
655
  msgstr "Modul för filuppladdning"
656
 
657
- #: templates/admin/sidebar.tpl.php:12
658
  #, fuzzy
659
  msgid "Discount Codes"
660
  msgstr "Modul för rabattkoder"
661
 
662
- #: templates/admin/sidebar.tpl.php:13
663
- #, fuzzy
664
- msgid "PayFast Payments"
665
- msgstr "PayFast betalningsmodul"
666
-
667
  #: templates/admin/sidebar.tpl.php:17
668
  #, fuzzy
669
  msgid "Modern Business Theme"
@@ -699,11 +809,20 @@ msgstr "Tema Elegant Busniess"
699
  msgid "Like this plugin?"
700
  msgstr "Gillar du detta plugin?"
701
 
702
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
703
  #, fuzzy
704
  msgid "new"
705
  msgstr "ny"
706
 
 
 
 
 
 
707
  #: templates/admin/themes-install.tpl.php:21
708
  #, fuzzy
709
  msgid "Business Directory Theme archive (ZIP file)"
@@ -713,6 +832,16 @@ msgstr "BD Temaarkiv (ZIP-fil)"
713
  msgid "← Return to Directory"
714
  msgstr "Tillbaka till katalog."
715
 
 
 
 
 
 
 
 
 
 
 
716
  #. Author URI of the plugin/theme
717
  msgid "https://businessdirectoryplugin.com"
718
  msgstr "https://businessdirectoryplugin.com"
@@ -1370,17 +1499,17 @@ msgctxt "admin"
1370
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1371
  msgstr "Du är klar! Besök din nya <a>Business Directory</a> sida."
1372
 
1373
- #: includes/admin/class-admin.php:461
1374
  msgctxt "admin"
1375
  msgid "Untitled Menu"
1376
  msgstr "Meny utan titel"
1377
 
1378
- #: includes/admin/class-admin.php:786
1379
  msgctxt "admin"
1380
  msgid "Dismiss this notice."
1381
  msgstr "Avvisa denna notering."
1382
 
1383
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1384
  #, fuzzy
1385
  msgctxt "admin"
1386
  msgid "The listing has been updated."
@@ -1388,31 +1517,31 @@ msgid_plural "The listings have been updated."
1388
  msgstr[0] "Annonsen har uppgraderats."
1389
  msgstr[1] "Annonserna har uppgraderats."
1390
 
1391
- #: includes/admin/class-admin.php:861
1392
  msgctxt "admin"
1393
  msgid "The fee was successfully assigned."
1394
  msgstr "Avgiften tilldelades med framgång."
1395
 
1396
- #: includes/admin/class-admin.php:871
1397
  msgctxt "admin"
1398
  msgid "Listing was renewed."
1399
  msgid_plural "Listings were renewed."
1400
  msgstr[0] "Annonsen har förnyats."
1401
  msgstr[1] "Annonserna har förnyats."
1402
 
1403
- #: includes/admin/class-admin.php:883
1404
  msgctxt "admin"
1405
  msgid "Renewal email sent."
1406
  msgstr "E-postmeddelande om förnyelse skickat."
1407
 
1408
- #: includes/admin/class-admin.php:887
1409
  msgctxt "admin"
1410
  msgid ""
1411
  "Could not send renewal email, notice template at listing expiration not "
1412
  "found."
1413
  msgstr ""
1414
 
1415
- #: includes/admin/class-admin.php:894
1416
  #, fuzzy
1417
  msgctxt "admin"
1418
  msgid "Listing report deleted."
@@ -1420,23 +1549,23 @@ msgid_plural "Listing reports deleted."
1420
  msgstr[0] "Utgångsdatum för annons"
1421
  msgstr[1] "Utgångsdatum för annons"
1422
 
1423
- #: includes/admin/class-admin.php:942
1424
  #, fuzzy
1425
  msgctxt "admin"
1426
  msgid "Access keys sent."
1427
  msgstr "Åtkomstnyckel"
1428
 
1429
- #: includes/admin/class-admin.php:944
1430
  msgctxt "admin"
1431
  msgid "The access keys couldn't be sent."
1432
  msgstr ""
1433
 
1434
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1435
  msgctxt "admin"
1436
  msgid "Listing Count"
1437
  msgstr "Annonsräknare"
1438
 
1439
- #: includes/admin/class-admin.php:1089
1440
  msgctxt "admin"
1441
  msgid ""
1442
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -1445,7 +1574,7 @@ msgstr ""
1445
  "<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
1446
  "<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
1447
 
1448
- #: includes/admin/class-admin.php:1091
1449
  msgctxt "admin"
1450
  msgid ""
1451
  "You can create this page by yourself or let Business Directory do this for "
@@ -1454,12 +1583,12 @@ msgstr ""
1454
  "Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
1455
  "åt dig automatiskt."
1456
 
1457
- #: includes/admin/class-admin.php:1096
1458
  msgctxt "admin"
1459
  msgid "Create required pages for me"
1460
  msgstr "Skapa nödvändiga sidor åt mig."
1461
 
1462
- #: includes/admin/class-admin.php:1130
1463
  msgctxt "admin"
1464
  msgid ""
1465
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
@@ -1470,7 +1599,7 @@ msgstr ""
1470
  "eller senare, men servern kör version <strong>%s</strong>. Be din leverantör "
1471
  "att uppgradera för att förhindra eventuella problem med pluginet."
1472
 
1473
- #: includes/admin/class-admin.php:1154
1474
  msgctxt "admin"
1475
  msgid ""
1476
  "We noticed you want your Business Directory users to register before posting "
@@ -1858,7 +1987,7 @@ msgctxt "admin menu"
1858
  msgid "Settings"
1859
  msgstr "Inställningar"
1860
 
1861
- #: includes/admin/class-admin.php:1014
1862
  msgctxt "admin category id"
1863
  msgid "ID"
1864
  msgstr "ID"
@@ -2743,91 +2872,6 @@ msgctxt "fees admin"
2743
  msgid "Save Changes"
2744
  msgstr "Spara ändringar"
2745
 
2746
- #: templates/admin/fees-index.tpl.php:6
2747
- msgctxt "fees admin"
2748
- msgid "Add New Listing Fee"
2749
- msgstr "Lägg till ny avgift"
2750
-
2751
- #: templates/admin/fees-index.tpl.php:14
2752
- msgctxt "fees admin"
2753
- msgid "Payments are currently turned off."
2754
- msgstr "Betalningar för närvarande avstängt."
2755
-
2756
- #: templates/admin/fees-index.tpl.php:27
2757
- msgctxt "fees admin"
2758
- msgid "Order fees on the frontend by:"
2759
- msgstr "Order avgifter på frontend efter:"
2760
-
2761
- #: templates/admin/fees-index.tpl.php:37
2762
- msgctxt "fees admin"
2763
- msgid "↑ Ascending"
2764
- msgstr "↑ Stigande"
2765
-
2766
- #: templates/admin/fees-index.tpl.php:38
2767
- msgctxt "fees admin"
2768
- msgid "↓ Descending"
2769
- msgstr "↓ Fallande"
2770
-
2771
- #: templates/admin/fees-index.tpl.php:46
2772
- msgctxt "fees admin"
2773
- msgid "Drag and drop to re-order fees."
2774
- msgstr "Dra och släpp för att ändra ordning på avgifter"
2775
-
2776
- #: templates/admin/fees-index.tpl.php:66
2777
- msgctxt "fees admin"
2778
- msgid ""
2779
- "These are all of the fee plans displayed to the user when they place a "
2780
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2781
- "the <a>Not Available</a> filter will become active when you change the "
2782
- "payment mode."
2783
- msgstr ""
2784
- "Dessa är alla avgiftsplanerna som visas för användaren när de placerar en "
2785
- "annons. Din nuvarande läge av \"%s\" begränsar vad du ser här. De på <a>Inte "
2786
- "tillgänglig</a> filtret blir aktiv när du byter betalningsläget."
2787
-
2788
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2789
- #: templates/admin/fees-index.tpl.php:118
2790
- msgctxt "fees admin"
2791
- msgid "Paid"
2792
- msgstr "Betald"
2793
-
2794
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2795
- #: templates/admin/fees-index.tpl.php:118
2796
- msgctxt "fees admin"
2797
- msgid "Free"
2798
- msgstr "Gratis"
2799
-
2800
- #: templates/admin/fees-index.tpl.php:81
2801
- msgctxt "fees admin"
2802
- msgid ""
2803
- "These are all of the fee plans that aren't available because you're in \"%s"
2804
- "\" mode. Those on the Active filter will become Not Available when you "
2805
- "change the payment mode."
2806
- msgstr ""
2807
- "Detta är de avgiftsplaner som inte är tillgängliga för att du är i \"%s\" -"
2808
- "läge. De på det aktiva filtret ändrar status till inte tillgänglig när du "
2809
- "ändra betalningsläget."
2810
-
2811
- #: templates/admin/fees-index.tpl.php:94
2812
- msgctxt "fees admin"
2813
- msgid ""
2814
- "These fee plans were disabled by the admin and will not show to the end user "
2815
- "regardless of mode until you enable them."
2816
- msgstr ""
2817
- "Dessa avgiftsplaner har inaktiverats av administratören och kommer inte att "
2818
- "visas för slutanvändaren oavsett läge tills du aktiverar dem."
2819
-
2820
- #: templates/admin/fees-index.tpl.php:112
2821
- msgctxt "fees admin"
2822
- msgid ""
2823
- "These are all of the fee plans you have configured. Not all of them are "
2824
- "available for the current mode (currently set to \"%s\"). To see the fee "
2825
- "plans for this mode click <a>Active</a>."
2826
- msgstr ""
2827
- "Detta är alla avgiftsplanern du har konfigurerat. Inte alla av dem är "
2828
- "tillgängliga för det aktuella läget (för närvarande satt till \"%s\"). För "
2829
- "att se avgiftsplanerna för detta läge klicka <a>Active</a> ."
2830
-
2831
  #: includes/admin/form-fields.php:22
2832
  msgctxt "form-fields admin"
2833
  msgid "form field"
@@ -6093,7 +6137,7 @@ msgid ""
6093
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6094
  msgstr ""
6095
 
6096
- #: includes/class-fees-api.php:61
6097
  msgctxt "fees-api"
6098
  msgid "Free Listing"
6099
  msgstr "Gratis annons"
@@ -6720,7 +6764,7 @@ msgid "Social Site (Other)"
6720
  msgstr "Social Site (Twitter)"
6721
 
6722
  #: includes/fields/class-fieldtypes-social.php:95
6723
- #: includes/fields/class-fieldtypes-url.php:152
6724
  msgctxt "form-fields api"
6725
  msgid "URL:"
6726
  msgstr "URL:"
@@ -6767,7 +6811,7 @@ msgctxt "form-fields api"
6767
  msgid "URL Field"
6768
  msgstr "URL-fält:"
6769
 
6770
- #: includes/fields/class-fieldtypes-url.php:164
6771
  msgctxt "form-fields api"
6772
  msgid "Link Text (optional):"
6773
  msgstr "Länktext (valfritt):"
@@ -7476,16 +7520,6 @@ msgctxt "templates"
7476
  msgid "Image height:"
7477
  msgstr "Höjd på bild:"
7478
 
7479
- #: templates/submit-listing-images.tpl.php:5
7480
- msgctxt "templates"
7481
- msgid "Current Images"
7482
- msgstr "Aktuella bilder"
7483
-
7484
- #: templates/submit-listing-images.tpl.php:8
7485
- msgctxt "templates"
7486
- msgid "There are no images currently attached to your listing."
7487
- msgstr "Det finns för närvarande inga bilder för denna annons."
7488
-
7489
  #: includes/gateways/class-gateway-authorize-net.php:20
7490
  msgctxt "authorize-net"
7491
  msgid "Authorize.net"
@@ -8756,7 +8790,7 @@ msgctxt "widgets"
8756
  msgid "Display the following fields in the form."
8757
  msgstr "Visa följande fält i formuläret."
8758
 
8759
- #: includes/widgets/widget-search.php:108
8760
  msgctxt "widgets"
8761
  msgid "Search"
8762
  msgstr "Sök"
@@ -8772,136 +8806,6 @@ msgctxt "admin forms"
8772
  msgid "required"
8773
  msgstr "obligatoriskt"
8774
 
8775
- #: templates/admin/fees-index.tpl.php:132
8776
- msgctxt "admin sidebar"
8777
- msgid "PayPal Gateway Module"
8778
- msgstr "PayPal betalningsmodul"
8779
-
8780
- #: templates/admin/fees-index.tpl.php:133
8781
- msgctxt "admin sidebar"
8782
- msgid "2Checkout Gateway Module"
8783
- msgstr "2Checkout betalningsmodul"
8784
-
8785
- #: templates/admin/fees-index.tpl.php:134
8786
- msgctxt "admin sidebar"
8787
- msgid "PayFast Payment Module"
8788
- msgstr "PayFast betalningsmodul"
8789
-
8790
- #: templates/admin/fees-index.tpl.php:135
8791
- msgctxt "admin sidebar"
8792
- msgid "Stripe Payment Module"
8793
- msgstr "Stripe betalningsmodul"
8794
-
8795
- #: templates/admin/sidebar.tpl.php:40
8796
- msgctxt "admin sidebar"
8797
- msgid "Get a Premium Module"
8798
- msgstr "Skaffa en premiummodul"
8799
-
8800
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
8801
- msgctxt "admin sidebar"
8802
- msgid "best deal"
8803
- msgstr "Bästa erbjudande"
8804
-
8805
- #: templates/admin/sidebar.tpl.php:43
8806
- msgctxt "admin sidebar"
8807
- msgid "Combo Pack"
8808
- msgstr "Combo Pack"
8809
-
8810
- #: templates/admin/sidebar.tpl.php:43
8811
- msgctxt "admin sidebar"
8812
- msgid "(All Modules)"
8813
- msgstr "(Alla moduler)"
8814
-
8815
- #: templates/admin/sidebar.tpl.php:59
8816
- msgctxt "admin sidebar"
8817
- msgid "Get a Directory Theme"
8818
- msgstr "Skaffa ett Directory Theme"
8819
-
8820
- #: templates/admin/sidebar.tpl.php:62
8821
- msgctxt "admin sidebar"
8822
- msgid "Theme Pack"
8823
- msgstr "Theme Pack"
8824
-
8825
- #: templates/admin/sidebar.tpl.php:62
8826
- msgctxt "admin sidebar"
8827
- msgid "(All Themes)"
8828
- msgstr "(Alla teman)"
8829
-
8830
- #: templates/admin/sidebar.tpl.php:78
8831
- msgctxt "admin sidebar"
8832
- msgid "Found a bug? Need support?"
8833
- msgstr "Hittat ett programfel? Behöver du hjälp?"
8834
-
8835
- #: templates/admin/sidebar.tpl.php:85
8836
- #, fuzzy
8837
- msgctxt "admin sidebar"
8838
- msgid "If you've found a bug or need support <a>let us know!</a>"
8839
- msgstr "Om du har hittat en bugg eller behöver stöd <a>besök forumet!</a>"
8840
-
8841
- #: templates/admin/sidebar.tpl.php:90
8842
- msgctxt "admin sidebar"
8843
- msgid "Full plugin documentation"
8844
- msgstr "Fullständig dokumentation för pluginet"
8845
-
8846
- #: templates/admin/sidebar.tpl.php:91
8847
- msgctxt "admin sidebar"
8848
- msgid "Quick Start Guide"
8849
- msgstr "Snabbstartsguide"
8850
-
8851
- #: templates/admin/sidebar.tpl.php:92
8852
- msgctxt "admin sidebar"
8853
- msgid "Video Tutorials"
8854
- msgstr "Handledningar (video)"
8855
-
8856
- #: templates/admin/sidebar.tpl.php:100
8857
- msgctxt "admin sidebar"
8858
- msgid "Installed Modules"
8859
- msgstr "Installerade moduler"
8860
-
8861
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
8862
- msgctxt "admin sidebar"
8863
- msgid "Installed"
8864
- msgstr "Installerat"
8865
-
8866
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
8867
- msgctxt "admin sidebar"
8868
- msgid "Not Installed"
8869
- msgstr "Ej installerad"
8870
-
8871
- #: templates/admin/sidebar.tpl.php:119
8872
- msgctxt "admin sidebar"
8873
- msgid "Enhanced Categories Module"
8874
- msgstr "Modul för förbättrade kategorier"
8875
-
8876
- #: templates/admin/fees-index.tpl.php:147
8877
- msgctxt "admin templates"
8878
- msgid ""
8879
- "It does not appear you have any of the payment gateway modules enabled. "
8880
- "Either <a>enable the default Authorize.net gateway</a> with your account "
8881
- "info, or purchase a different payment gateway module in order to charge a "
8882
- "fee for listings. To purchase additional payment gateways use the buttons "
8883
- "below or visit %s."
8884
- msgstr ""
8885
- "Det verkar som om du inte har någon av betalningsmodulerna aktiverade. "
8886
- "<a>Aktivera standard Authorize.net-modulen</a> med din kontoinformation, "
8887
- "eller köp en annan betalningsmodu för att ta ut en avgift för annonser. För "
8888
- "att köpa ytterligare betalningsmoduler använd knapparna nedan eller besök %s."
8889
-
8890
- #: templates/admin/fees-index.tpl.php:166
8891
- msgctxt "admin templates"
8892
- msgid "Already installed."
8893
- msgstr "Redan installerad."
8894
-
8895
- #: templates/admin/fees-index.tpl.php:173
8896
- #, fuzzy
8897
- msgctxt "admin templates"
8898
- msgid ""
8899
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
8900
- "users."
8901
- msgstr ""
8902
- "Du kan köpa <a>%s</a> för att lägga till <a>%s</a> som ett "
8903
- "betalningsalternativ för användarna."
8904
-
8905
  #: templates/admin/home.tpl.php:12
8906
  msgctxt "admin home"
8907
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -9148,6 +9052,37 @@ msgctxt "settings email"
9148
  msgid "Save Changes"
9149
  msgstr "Spara ändringar"
9150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9151
  #: templates/admin/themes-delete-confirm.tpl.php:1
9152
  #: templates/admin/themes-delete-confirm.tpl.php:13
9153
  msgctxt "themes admin"
@@ -9585,6 +9520,101 @@ msgctxt "themes/default"
9585
  msgid "Address"
9586
  msgstr "Adress"
9587
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9588
  #~ msgctxt "debug-info"
9589
  #~ msgid "BD Info"
9590
  #~ msgstr "BD info"
@@ -9820,9 +9850,6 @@ msgstr "Adress"
9820
  #~ msgid "Your payment was received successfully."
9821
  #~ msgstr "Vi har mottagit din betalning."
9822
 
9823
- #~ msgid "Paid"
9824
- #~ msgstr "Betald"
9825
-
9826
  #~ msgid "Pending Upgrade"
9827
  #~ msgstr "Väntar på uppgradering"
9828
 
@@ -11011,9 +11038,6 @@ msgstr "Adress"
11011
  #~ msgid "Mark as"
11012
  #~ msgstr "Markera som"
11013
 
11014
- #~ msgid "Upgrade to %s"
11015
- #~ msgstr "Uppgradera till %s"
11016
-
11017
  #~ msgid "Downgrade to %s"
11018
  #~ msgstr "Nedgradera till %s"
11019
 
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2020-09-25 21:07:19+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
31
 
32
  #: includes/admin/class-admin-listings.php:225
33
  #: includes/admin/class-listing-owner.php:91
34
+ #: includes/helpers/class-listing-owner.php:91
35
  #, fuzzy
36
  msgid "Listing Owner"
37
  msgstr "Annonsen förfallit."
83
 
84
  #: includes/admin/class-listing-owner.php:66
85
  #: includes/admin/class-listing-owner.php:93
86
+ #: includes/helpers/class-listing-owner.php:66
87
+ #: includes/helpers/class-listing-owner.php:93
 
88
  #, fuzzy
89
  msgid "Please select a user"
90
  msgstr "Välj en kategori."
462
  msgid "ZIP Code"
463
  msgstr "Postnummer"
464
 
465
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
466
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
467
  msgid "Free"
468
  msgstr "Gratis"
469
 
546
  "Följande information kan hjälpa BD utvecklare felsöka eventuella problem med "
547
  "din konfiguration."
548
 
549
+ #: templates/admin/fees-index.tpl.php:7
550
+ #, fuzzy
551
+ msgid "Add New Listing Fee"
552
+ msgstr "Lägg till ny avgift"
553
+
554
+ #: templates/admin/fees-index.tpl.php:16
555
+ #, fuzzy
556
+ msgid "Payments are currently turned off."
557
+ msgstr "Betalningar för närvarande avstängt."
558
+
559
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
560
+ #: templates/admin/fees-index.tpl.php:20
561
  #, fuzzy
562
  msgid ""
563
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
564
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
565
  msgstr ""
566
  "För att hantera avgifter du behöver för att gå till <a>Hantera Alternativ - "
567
  "Betalning</a> sida och markera rutan bredvid \"Aktivera betalningar\" under "
568
  "\"Betalningsinställningar\"."
569
 
570
+ #: templates/admin/fees-index.tpl.php:34
571
+ #, fuzzy
572
+ msgid "Order fees on the frontend by:"
573
+ msgstr "Order avgifter på frontend efter:"
574
+
575
+ #: templates/admin/fees-index.tpl.php:44
576
+ #, fuzzy
577
+ msgid "↑ Ascending"
578
+ msgstr "↑ Stigande"
579
+
580
+ #: templates/admin/fees-index.tpl.php:45
581
+ #, fuzzy
582
+ msgid "↓ Descending"
583
+ msgstr "↓ Fallande"
584
+
585
+ #: templates/admin/fees-index.tpl.php:53
586
+ #, fuzzy
587
+ msgid "Drag and drop to re-order fees."
588
+ msgstr "Dra och släpp för att ändra ordning på avgifter"
589
+
590
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
591
+ #. opening <a> tag, %3$s is a closing </a> tag.
592
+ #: templates/admin/fees-index.tpl.php:71
593
+ #, fuzzy
594
+ msgid ""
595
+ "These are all of the fee plans displayed to the user when they place a "
596
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those on "
597
+ "the %2$sNot Available%3$s filter will become active when you change the "
598
+ "payment mode."
599
+ msgstr ""
600
+ "Dessa är alla avgiftsplanerna som visas för användaren när de placerar en "
601
+ "annons. Din nuvarande läge av \"%s\" begränsar vad du ser här. De på <a>Inte "
602
+ "tillgänglig</a> filtret blir aktiv när du byter betalningsläget."
603
+
604
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
605
+ #: templates/admin/fees-index.tpl.php:106
606
+ msgid "Paid"
607
+ msgstr "Betald"
608
+
609
+ #. translators: %s is directory payment mode (Free or Paid)
610
+ #: templates/admin/fees-index.tpl.php:84
611
+ #, fuzzy
612
+ msgid ""
613
+ "These are all of the fee plans that aren't available because you're in \"%s"
614
+ "\" mode. Those on the Active filter will become Not Available when you "
615
+ "change the payment mode."
616
+ msgstr ""
617
+ "Detta är de avgiftsplaner som inte är tillgängliga för att du är i \"%s\" -"
618
+ "läge. De på det aktiva filtret ändrar status till inte tillgänglig när du "
619
+ "ändra betalningsläget."
620
+
621
+ #: templates/admin/fees-index.tpl.php:93
622
+ #, fuzzy
623
+ msgid ""
624
+ "These fee plans were disabled by the admin and will not show to the end user "
625
+ "regardless of mode until you enable them."
626
+ msgstr ""
627
+ "Dessa avgiftsplaner har inaktiverats av administratören och kommer inte att "
628
+ "visas för slutanvändaren oavsett läge tills du aktiverar dem."
629
+
630
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
631
+ #. opening <a> tag, %3$s is a closing </a> tag.
632
+ #: templates/admin/fees-index.tpl.php:105
633
+ #, fuzzy
634
+ msgid ""
635
+ "These are all of the fee plans you have configured. Not all of them are "
636
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
637
+ "plans for this mode click %2$sActive%3$s."
638
+ msgstr ""
639
+ "Detta är alla avgiftsplanern du har konfigurerat. Inte alla av dem är "
640
+ "tillgängliga för det aktuella läget (för närvarande satt till \"%s\"). För "
641
+ "att se avgiftsplanerna för detta läge klicka <a>Active</a> ."
642
+
643
+ #: templates/admin/fees-index.tpl.php:135
644
+ msgid "Set up a payment gateway to charge a fee for listings"
645
+ msgstr ""
646
+
647
+ #: templates/admin/fees-index.tpl.php:137
648
+ msgid "Add a payment gateway to increase conversion rates"
649
+ msgstr ""
650
+
651
+ #. translators: %s: payment gateway name */
652
+ #: templates/admin/fees-index.tpl.php:155
653
+ msgid "Add the %s gateway as a payment option."
654
+ msgstr ""
655
+
656
+ #: templates/admin/fees-index.tpl.php:161
657
+ #, fuzzy
658
+ msgid "Upgrade"
659
+ msgstr "Uppgradera till %s"
660
+
661
+ #: templates/admin/fees-index.tpl.php:169
662
+ msgid "Set up Authorize.net as a payment option."
663
+ msgstr ""
664
+
665
+ #: templates/admin/fees-index.tpl.php:172
666
+ msgid "Set Up"
667
+ msgstr ""
668
+
669
  #: templates/admin/home.tpl.php:54
670
  msgid "Manage Options"
671
  msgstr "Hantera alternativ"
721
 
722
  #: templates/admin/sidebar.tpl.php:3
723
  #, fuzzy
724
+ msgid "Category Images"
725
+ msgstr "Kategorier"
726
+
727
+ #: templates/admin/sidebar.tpl.php:4
728
+ #, fuzzy
729
  msgid "PayPal Payments"
730
  msgstr "Första betalning"
731
 
732
+ #: templates/admin/sidebar.tpl.php:5
733
  #, fuzzy
734
  msgid "Google Maps"
735
  msgstr "Modul för Google Maps"
736
 
737
+ #: templates/admin/sidebar.tpl.php:6
738
  #, fuzzy
739
  msgid "Regions"
740
  msgstr "Modul för region"
741
 
742
+ #: templates/admin/sidebar.tpl.php:7
743
  #, fuzzy
744
  msgid "ZIP Code Search"
745
  msgstr "Modul för postnummersök"
746
 
747
+ #: templates/admin/sidebar.tpl.php:8
748
  #, fuzzy
749
  msgid "Ratings"
750
  msgstr "Fält för omdöme"
751
 
752
+ #: templates/admin/sidebar.tpl.php:9
753
  #, fuzzy
754
  msgid "Stripe Payments"
755
  msgstr "Visa betalningar"
756
 
757
+ #: templates/admin/sidebar.tpl.php:10
758
  #, fuzzy
759
  msgid "Featured Levels"
760
  msgstr "Utvald nivå"
761
 
762
+ #: templates/admin/sidebar.tpl.php:11
763
  #, fuzzy
764
  msgid "Claim Listings"
765
  msgstr "Modul för annonsanspråk"
766
 
767
+ #: templates/admin/sidebar.tpl.php:12
768
  #, fuzzy
769
  msgid "File Upload"
770
  msgstr "Modul för filuppladdning"
771
 
772
+ #: templates/admin/sidebar.tpl.php:13
773
  #, fuzzy
774
  msgid "Discount Codes"
775
  msgstr "Modul för rabattkoder"
776
 
 
 
 
 
 
777
  #: templates/admin/sidebar.tpl.php:17
778
  #, fuzzy
779
  msgid "Modern Business Theme"
809
  msgid "Like this plugin?"
810
  msgstr "Gillar du detta plugin?"
811
 
812
+ #: templates/admin/sidebar.tpl.php:40
813
+ msgid "Make better directories"
814
+ msgstr ""
815
+
816
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
817
  #, fuzzy
818
  msgid "new"
819
  msgstr "ny"
820
 
821
+ #: templates/admin/sidebar.tpl.php:59
822
+ #, fuzzy
823
+ msgid "Upgrade Now"
824
+ msgstr "Uppgradera till %s"
825
+
826
  #: templates/admin/themes-install.tpl.php:21
827
  #, fuzzy
828
  msgid "Business Directory Theme archive (ZIP file)"
832
  msgid "← Return to Directory"
833
  msgstr "Tillbaka till katalog."
834
 
835
+ #: templates/submit-listing-images.tpl.php:5
836
+ #, fuzzy
837
+ msgid "Current Images"
838
+ msgstr "Aktuella bilder"
839
+
840
+ #: templates/submit-listing-images.tpl.php:8
841
+ #, fuzzy
842
+ msgid "There are no images currently attached to your listing."
843
+ msgstr "Det finns för närvarande inga bilder för denna annons."
844
+
845
  #. Author URI of the plugin/theme
846
  msgid "https://businessdirectoryplugin.com"
847
  msgstr "https://businessdirectoryplugin.com"
1499
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1500
  msgstr "Du är klar! Besök din nya <a>Business Directory</a> sida."
1501
 
1502
+ #: includes/admin/class-admin.php:470
1503
  msgctxt "admin"
1504
  msgid "Untitled Menu"
1505
  msgstr "Meny utan titel"
1506
 
1507
+ #: includes/admin/class-admin.php:795
1508
  msgctxt "admin"
1509
  msgid "Dismiss this notice."
1510
  msgstr "Avvisa denna notering."
1511
 
1512
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1513
  #, fuzzy
1514
  msgctxt "admin"
1515
  msgid "The listing has been updated."
1517
  msgstr[0] "Annonsen har uppgraderats."
1518
  msgstr[1] "Annonserna har uppgraderats."
1519
 
1520
+ #: includes/admin/class-admin.php:870
1521
  msgctxt "admin"
1522
  msgid "The fee was successfully assigned."
1523
  msgstr "Avgiften tilldelades med framgång."
1524
 
1525
+ #: includes/admin/class-admin.php:880
1526
  msgctxt "admin"
1527
  msgid "Listing was renewed."
1528
  msgid_plural "Listings were renewed."
1529
  msgstr[0] "Annonsen har förnyats."
1530
  msgstr[1] "Annonserna har förnyats."
1531
 
1532
+ #: includes/admin/class-admin.php:892
1533
  msgctxt "admin"
1534
  msgid "Renewal email sent."
1535
  msgstr "E-postmeddelande om förnyelse skickat."
1536
 
1537
+ #: includes/admin/class-admin.php:896
1538
  msgctxt "admin"
1539
  msgid ""
1540
  "Could not send renewal email, notice template at listing expiration not "
1541
  "found."
1542
  msgstr ""
1543
 
1544
+ #: includes/admin/class-admin.php:903
1545
  #, fuzzy
1546
  msgctxt "admin"
1547
  msgid "Listing report deleted."
1549
  msgstr[0] "Utgångsdatum för annons"
1550
  msgstr[1] "Utgångsdatum för annons"
1551
 
1552
+ #: includes/admin/class-admin.php:951
1553
  #, fuzzy
1554
  msgctxt "admin"
1555
  msgid "Access keys sent."
1556
  msgstr "Åtkomstnyckel"
1557
 
1558
+ #: includes/admin/class-admin.php:953
1559
  msgctxt "admin"
1560
  msgid "The access keys couldn't be sent."
1561
  msgstr ""
1562
 
1563
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1564
  msgctxt "admin"
1565
  msgid "Listing Count"
1566
  msgstr "Annonsräknare"
1567
 
1568
+ #: includes/admin/class-admin.php:1098
1569
  msgctxt "admin"
1570
  msgid ""
1571
  "<b>Business Directory Plugin</b> requires a page with the "
1574
  "<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
1575
  "<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
1576
 
1577
+ #: includes/admin/class-admin.php:1100
1578
  msgctxt "admin"
1579
  msgid ""
1580
  "You can create this page by yourself or let Business Directory do this for "
1583
  "Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
1584
  "åt dig automatiskt."
1585
 
1586
+ #: includes/admin/class-admin.php:1105
1587
  msgctxt "admin"
1588
  msgid "Create required pages for me"
1589
  msgstr "Skapa nödvändiga sidor åt mig."
1590
 
1591
+ #: includes/admin/class-admin.php:1139
1592
  msgctxt "admin"
1593
  msgid ""
1594
  "<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
1599
  "eller senare, men servern kör version <strong>%s</strong>. Be din leverantör "
1600
  "att uppgradera för att förhindra eventuella problem med pluginet."
1601
 
1602
+ #: includes/admin/class-admin.php:1163
1603
  msgctxt "admin"
1604
  msgid ""
1605
  "We noticed you want your Business Directory users to register before posting "
1987
  msgid "Settings"
1988
  msgstr "Inställningar"
1989
 
1990
+ #: includes/admin/class-admin.php:1023
1991
  msgctxt "admin category id"
1992
  msgid "ID"
1993
  msgstr "ID"
2872
  msgid "Save Changes"
2873
  msgstr "Spara ändringar"
2874
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2875
  #: includes/admin/form-fields.php:22
2876
  msgctxt "form-fields admin"
2877
  msgid "form field"
6137
  "avoid issues with the listing, please edit the <a>fee plan</a> appropriately."
6138
  msgstr ""
6139
 
6140
+ #: includes/class-fees-api.php:62
6141
  msgctxt "fees-api"
6142
  msgid "Free Listing"
6143
  msgstr "Gratis annons"
6764
  msgstr "Social Site (Twitter)"
6765
 
6766
  #: includes/fields/class-fieldtypes-social.php:95
6767
+ #: includes/fields/class-fieldtypes-url.php:157
6768
  msgctxt "form-fields api"
6769
  msgid "URL:"
6770
  msgstr "URL:"
6811
  msgid "URL Field"
6812
  msgstr "URL-fält:"
6813
 
6814
+ #: includes/fields/class-fieldtypes-url.php:169
6815
  msgctxt "form-fields api"
6816
  msgid "Link Text (optional):"
6817
  msgstr "Länktext (valfritt):"
7520
  msgid "Image height:"
7521
  msgstr "Höjd på bild:"
7522
 
 
 
 
 
 
 
 
 
 
 
7523
  #: includes/gateways/class-gateway-authorize-net.php:20
7524
  msgctxt "authorize-net"
7525
  msgid "Authorize.net"
8790
  msgid "Display the following fields in the form."
8791
  msgstr "Visa följande fält i formuläret."
8792
 
8793
+ #: includes/widgets/widget-search.php:107
8794
  msgctxt "widgets"
8795
  msgid "Search"
8796
  msgstr "Sök"
8806
  msgid "required"
8807
  msgstr "obligatoriskt"
8808
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8809
  #: templates/admin/home.tpl.php:12
8810
  msgctxt "admin home"
8811
  msgid "Welcome to Business Directory Plugin. You are using %s."
9052
  msgid "Save Changes"
9053
  msgstr "Spara ändringar"
9054
 
9055
+ #: templates/admin/sidebar.tpl.php:66
9056
+ msgctxt "admin sidebar"
9057
+ msgid "Get a Directory Theme"
9058
+ msgstr "Skaffa ett Directory Theme"
9059
+
9060
+ #: templates/admin/sidebar.tpl.php:84
9061
+ msgctxt "admin sidebar"
9062
+ msgid "Found a bug? Need support?"
9063
+ msgstr "Hittat ett programfel? Behöver du hjälp?"
9064
+
9065
+ #: templates/admin/sidebar.tpl.php:91
9066
+ #, fuzzy
9067
+ msgctxt "admin sidebar"
9068
+ msgid "If you've found a bug or need support <a>let us know!</a>"
9069
+ msgstr "Om du har hittat en bugg eller behöver stöd <a>besök forumet!</a>"
9070
+
9071
+ #: templates/admin/sidebar.tpl.php:96
9072
+ msgctxt "admin sidebar"
9073
+ msgid "Full plugin documentation"
9074
+ msgstr "Fullständig dokumentation för pluginet"
9075
+
9076
+ #: templates/admin/sidebar.tpl.php:97
9077
+ msgctxt "admin sidebar"
9078
+ msgid "Quick Start Guide"
9079
+ msgstr "Snabbstartsguide"
9080
+
9081
+ #: templates/admin/sidebar.tpl.php:98
9082
+ msgctxt "admin sidebar"
9083
+ msgid "Video Tutorials"
9084
+ msgstr "Handledningar (video)"
9085
+
9086
  #: templates/admin/themes-delete-confirm.tpl.php:1
9087
  #: templates/admin/themes-delete-confirm.tpl.php:13
9088
  msgctxt "themes admin"
9520
  msgid "Address"
9521
  msgstr "Adress"
9522
 
9523
+ #, fuzzy
9524
+ #~ msgid "PayFast Payments"
9525
+ #~ msgstr "PayFast betalningsmodul"
9526
+
9527
+ #~ msgctxt "fees admin"
9528
+ #~ msgid "Paid"
9529
+ #~ msgstr "Betald"
9530
+
9531
+ #~ msgctxt "fees admin"
9532
+ #~ msgid "Free"
9533
+ #~ msgstr "Gratis"
9534
+
9535
+ #~ msgctxt "admin sidebar"
9536
+ #~ msgid "PayPal Gateway Module"
9537
+ #~ msgstr "PayPal betalningsmodul"
9538
+
9539
+ #~ msgctxt "admin sidebar"
9540
+ #~ msgid "2Checkout Gateway Module"
9541
+ #~ msgstr "2Checkout betalningsmodul"
9542
+
9543
+ #~ msgctxt "admin sidebar"
9544
+ #~ msgid "PayFast Payment Module"
9545
+ #~ msgstr "PayFast betalningsmodul"
9546
+
9547
+ #~ msgctxt "admin sidebar"
9548
+ #~ msgid "Stripe Payment Module"
9549
+ #~ msgstr "Stripe betalningsmodul"
9550
+
9551
+ #~ msgctxt "admin sidebar"
9552
+ #~ msgid "Get a Premium Module"
9553
+ #~ msgstr "Skaffa en premiummodul"
9554
+
9555
+ #~ msgctxt "admin sidebar"
9556
+ #~ msgid "best deal"
9557
+ #~ msgstr "Bästa erbjudande"
9558
+
9559
+ #~ msgctxt "admin sidebar"
9560
+ #~ msgid "Combo Pack"
9561
+ #~ msgstr "Combo Pack"
9562
+
9563
+ #~ msgctxt "admin sidebar"
9564
+ #~ msgid "(All Modules)"
9565
+ #~ msgstr "(Alla moduler)"
9566
+
9567
+ #~ msgctxt "admin sidebar"
9568
+ #~ msgid "Theme Pack"
9569
+ #~ msgstr "Theme Pack"
9570
+
9571
+ #~ msgctxt "admin sidebar"
9572
+ #~ msgid "(All Themes)"
9573
+ #~ msgstr "(Alla teman)"
9574
+
9575
+ #~ msgctxt "admin sidebar"
9576
+ #~ msgid "Installed Modules"
9577
+ #~ msgstr "Installerade moduler"
9578
+
9579
+ #~ msgctxt "admin sidebar"
9580
+ #~ msgid "Installed"
9581
+ #~ msgstr "Installerat"
9582
+
9583
+ #~ msgctxt "admin sidebar"
9584
+ #~ msgid "Not Installed"
9585
+ #~ msgstr "Ej installerad"
9586
+
9587
+ #~ msgctxt "admin sidebar"
9588
+ #~ msgid "Enhanced Categories Module"
9589
+ #~ msgstr "Modul för förbättrade kategorier"
9590
+
9591
+ #~ msgctxt "admin templates"
9592
+ #~ msgid ""
9593
+ #~ "It does not appear you have any of the payment gateway modules enabled. "
9594
+ #~ "Either <a>enable the default Authorize.net gateway</a> with your account "
9595
+ #~ "info, or purchase a different payment gateway module in order to charge a "
9596
+ #~ "fee for listings. To purchase additional payment gateways use the buttons "
9597
+ #~ "below or visit %s."
9598
+ #~ msgstr ""
9599
+ #~ "Det verkar som om du inte har någon av betalningsmodulerna aktiverade. "
9600
+ #~ "<a>Aktivera standard Authorize.net-modulen</a> med din kontoinformation, "
9601
+ #~ "eller köp en annan betalningsmodu för att ta ut en avgift för annonser. "
9602
+ #~ "För att köpa ytterligare betalningsmoduler använd knapparna nedan eller "
9603
+ #~ "besök %s."
9604
+
9605
+ #~ msgctxt "admin templates"
9606
+ #~ msgid "Already installed."
9607
+ #~ msgstr "Redan installerad."
9608
+
9609
+ #, fuzzy
9610
+ #~ msgctxt "admin templates"
9611
+ #~ msgid ""
9612
+ #~ "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for "
9613
+ #~ "your users."
9614
+ #~ msgstr ""
9615
+ #~ "Du kan köpa <a>%s</a> för att lägga till <a>%s</a> som ett "
9616
+ #~ "betalningsalternativ för användarna."
9617
+
9618
  #~ msgctxt "debug-info"
9619
  #~ msgid "BD Info"
9620
  #~ msgstr "BD info"
9850
  #~ msgid "Your payment was received successfully."
9851
  #~ msgstr "Vi har mottagit din betalning."
9852
 
 
 
 
9853
  #~ msgid "Pending Upgrade"
9854
  #~ msgstr "Väntar på uppgradering"
9855
 
11038
  #~ msgid "Mark as"
11039
  #~ msgstr "Markera som"
11040
 
 
 
 
11041
  #~ msgid "Downgrade to %s"
11042
  #~ msgstr "Nedgradera till %s"
11043
 
languages/business-directory-plugin.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 5.7.3\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
- "POT-Creation-Date: 2020-09-09 13:07:48+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -28,7 +28,7 @@ msgstr ""
28
 
29
  #: includes/admin/class-admin-listings.php:225
30
  #: includes/admin/class-listing-owner.php:91
31
- #: includes/helpers/class-listing-owner.php:110
32
  msgid "Listing Owner"
33
  msgstr ""
34
 
@@ -70,9 +70,8 @@ msgstr ""
70
 
71
  #: includes/admin/class-listing-owner.php:66
72
  #: includes/admin/class-listing-owner.php:93
73
- #: includes/helpers/class-listing-owner.php:31
74
- #: includes/helpers/class-listing-owner.php:85
75
- #: includes/helpers/class-listing-owner.php:112
76
  msgid "Please select a user"
77
  msgstr ""
78
 
@@ -398,7 +397,8 @@ msgstr ""
398
  msgid "ZIP Code"
399
  msgstr ""
400
 
401
- #: includes/functions.php:554
 
402
  msgid "Free"
403
  msgstr ""
404
 
@@ -469,12 +469,100 @@ msgid ""
469
  "your setup."
470
  msgstr ""
471
 
472
- #: templates/admin/fees-index.tpl.php:17
 
 
 
 
 
 
 
 
 
473
  msgid ""
474
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
475
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
476
  msgstr ""
477
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
478
  #: templates/admin/home.tpl.php:54
479
  msgid "Manage Options"
480
  msgstr ""
@@ -526,47 +614,47 @@ msgid "Reset Defaults"
526
  msgstr ""
527
 
528
  #: templates/admin/sidebar.tpl.php:3
529
- msgid "PayPal Payments"
530
  msgstr ""
531
 
532
  #: templates/admin/sidebar.tpl.php:4
533
- msgid "Google Maps"
534
  msgstr ""
535
 
536
  #: templates/admin/sidebar.tpl.php:5
537
- msgid "Regions"
538
  msgstr ""
539
 
540
  #: templates/admin/sidebar.tpl.php:6
541
- msgid "ZIP Code Search"
542
  msgstr ""
543
 
544
  #: templates/admin/sidebar.tpl.php:7
545
- msgid "Ratings"
546
  msgstr ""
547
 
548
  #: templates/admin/sidebar.tpl.php:8
549
- msgid "Stripe Payments"
550
  msgstr ""
551
 
552
  #: templates/admin/sidebar.tpl.php:9
553
- msgid "Featured Levels"
554
  msgstr ""
555
 
556
  #: templates/admin/sidebar.tpl.php:10
557
- msgid "Claim Listings"
558
  msgstr ""
559
 
560
  #: templates/admin/sidebar.tpl.php:11
561
- msgid "File Upload"
562
  msgstr ""
563
 
564
  #: templates/admin/sidebar.tpl.php:12
565
- msgid "Discount Codes"
566
  msgstr ""
567
 
568
  #: templates/admin/sidebar.tpl.php:13
569
- msgid "PayFast Payments"
570
  msgstr ""
571
 
572
  #: templates/admin/sidebar.tpl.php:17
@@ -597,10 +685,18 @@ msgstr ""
597
  msgid "Like this plugin?"
598
  msgstr ""
599
 
600
- #: templates/admin/sidebar.tpl.php:49 templates/admin/sidebar.tpl.php:68
 
 
 
 
601
  msgid "new"
602
  msgstr ""
603
 
 
 
 
 
604
  #: templates/admin/themes-install.tpl.php:21
605
  msgid "Business Directory Theme archive (ZIP file)"
606
  msgstr ""
@@ -609,6 +705,14 @@ msgstr ""
609
  msgid "← Return to Directory"
610
  msgstr ""
611
 
 
 
 
 
 
 
 
 
612
  #. Author URI of the plugin/theme
613
  msgid "https://businessdirectoryplugin.com"
614
  msgstr ""
@@ -1222,89 +1326,89 @@ msgctxt "admin"
1222
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1223
  msgstr ""
1224
 
1225
- #: includes/admin/class-admin.php:461
1226
  msgctxt "admin"
1227
  msgid "Untitled Menu"
1228
  msgstr ""
1229
 
1230
- #: includes/admin/class-admin.php:786
1231
  msgctxt "admin"
1232
  msgid "Dismiss this notice."
1233
  msgstr ""
1234
 
1235
- #: includes/admin/class-admin.php:825 includes/admin/class-admin.php:835
1236
  msgctxt "admin"
1237
  msgid "The listing has been updated."
1238
  msgid_plural "The listings have been updated."
1239
  msgstr[0] ""
1240
  msgstr[1] ""
1241
 
1242
- #: includes/admin/class-admin.php:861
1243
  msgctxt "admin"
1244
  msgid "The fee was successfully assigned."
1245
  msgstr ""
1246
 
1247
- #: includes/admin/class-admin.php:871
1248
  msgctxt "admin"
1249
  msgid "Listing was renewed."
1250
  msgid_plural "Listings were renewed."
1251
  msgstr[0] ""
1252
  msgstr[1] ""
1253
 
1254
- #: includes/admin/class-admin.php:883
1255
  msgctxt "admin"
1256
  msgid "Renewal email sent."
1257
  msgstr ""
1258
 
1259
- #: includes/admin/class-admin.php:887
1260
  msgctxt "admin"
1261
  msgid ""
1262
  "Could not send renewal email, notice template at listing expiration not "
1263
  "found."
1264
  msgstr ""
1265
 
1266
- #: includes/admin/class-admin.php:894
1267
  msgctxt "admin"
1268
  msgid "Listing report deleted."
1269
  msgid_plural "Listing reports deleted."
1270
  msgstr[0] ""
1271
  msgstr[1] ""
1272
 
1273
- #: includes/admin/class-admin.php:942
1274
  msgctxt "admin"
1275
  msgid "Access keys sent."
1276
  msgstr ""
1277
 
1278
- #: includes/admin/class-admin.php:944
1279
  msgctxt "admin"
1280
  msgid "The access keys couldn't be sent."
1281
  msgstr ""
1282
 
1283
- #: includes/admin/class-admin.php:1016 includes/admin/class-admin.php:1024
1284
  msgctxt "admin"
1285
  msgid "Listing Count"
1286
  msgstr ""
1287
 
1288
- #: includes/admin/class-admin.php:1089
1289
  msgctxt "admin"
1290
  msgid ""
1291
  "<b>Business Directory Plugin</b> requires a page with the "
1292
  "<tt>[businessdirectory]</tt> shortcode to function properly."
1293
  msgstr ""
1294
 
1295
- #: includes/admin/class-admin.php:1091
1296
  msgctxt "admin"
1297
  msgid ""
1298
  "You can create this page by yourself or let Business Directory do this for "
1299
  "you automatically."
1300
  msgstr ""
1301
 
1302
- #: includes/admin/class-admin.php:1096
1303
  msgctxt "admin"
1304
  msgid "Create required pages for me"
1305
  msgstr ""
1306
 
1307
- #: includes/admin/class-admin.php:1130
1308
  msgctxt "admin"
1309
  msgid ""
1310
  "<strong>Business Directory Plugin</strong> requires <strong>PHP "
@@ -1313,7 +1417,7 @@ msgid ""
1313
  "prevent any issues with the plugin."
1314
  msgstr ""
1315
 
1316
- #: includes/admin/class-admin.php:1154
1317
  msgctxt "admin"
1318
  msgid ""
1319
  "We noticed you want your Business Directory users to register before "
@@ -1678,7 +1782,7 @@ msgctxt "admin menu"
1678
  msgid "Settings"
1679
  msgstr ""
1680
 
1681
- #: includes/admin/class-admin.php:1014
1682
  msgctxt "admin category id"
1683
  msgid "ID"
1684
  msgstr ""
@@ -2507,80 +2611,6 @@ msgctxt "fees admin"
2507
  msgid "Save Changes"
2508
  msgstr ""
2509
 
2510
- #: templates/admin/fees-index.tpl.php:6
2511
- msgctxt "fees admin"
2512
- msgid "Add New Listing Fee"
2513
- msgstr ""
2514
-
2515
- #: templates/admin/fees-index.tpl.php:14
2516
- msgctxt "fees admin"
2517
- msgid "Payments are currently turned off."
2518
- msgstr ""
2519
-
2520
- #: templates/admin/fees-index.tpl.php:27
2521
- msgctxt "fees admin"
2522
- msgid "Order fees on the frontend by:"
2523
- msgstr ""
2524
-
2525
- #: templates/admin/fees-index.tpl.php:37
2526
- msgctxt "fees admin"
2527
- msgid "↑ Ascending"
2528
- msgstr ""
2529
-
2530
- #: templates/admin/fees-index.tpl.php:38
2531
- msgctxt "fees admin"
2532
- msgid "↓ Descending"
2533
- msgstr ""
2534
-
2535
- #: templates/admin/fees-index.tpl.php:46
2536
- msgctxt "fees admin"
2537
- msgid "Drag and drop to re-order fees."
2538
- msgstr ""
2539
-
2540
- #: templates/admin/fees-index.tpl.php:66
2541
- msgctxt "fees admin"
2542
- msgid ""
2543
- "These are all of the fee plans displayed to the user when they place a "
2544
- "listing. Your current mode of \"%s\" restricts what you see here. Those on "
2545
- "the <a>Not Available</a> filter will become active when you change the "
2546
- "payment mode."
2547
- msgstr ""
2548
-
2549
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2550
- #: templates/admin/fees-index.tpl.php:118
2551
- msgctxt "fees admin"
2552
- msgid "Paid"
2553
- msgstr ""
2554
-
2555
- #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:86
2556
- #: templates/admin/fees-index.tpl.php:118
2557
- msgctxt "fees admin"
2558
- msgid "Free"
2559
- msgstr ""
2560
-
2561
- #: templates/admin/fees-index.tpl.php:81
2562
- msgctxt "fees admin"
2563
- msgid ""
2564
- "These are all of the fee plans that aren't available because you're in "
2565
- "\"%s\" mode. Those on the Active filter will become Not Available when you "
2566
- "change the payment mode."
2567
- msgstr ""
2568
-
2569
- #: templates/admin/fees-index.tpl.php:94
2570
- msgctxt "fees admin"
2571
- msgid ""
2572
- "These fee plans were disabled by the admin and will not show to the end "
2573
- "user regardless of mode until you enable them."
2574
- msgstr ""
2575
-
2576
- #: templates/admin/fees-index.tpl.php:112
2577
- msgctxt "fees admin"
2578
- msgid ""
2579
- "These are all of the fee plans you have configured. Not all of them are "
2580
- "available for the current mode (currently set to \"%s\"). To see the fee "
2581
- "plans for this mode click <a>Active</a>."
2582
- msgstr ""
2583
-
2584
  #: includes/admin/form-fields.php:22
2585
  msgctxt "form-fields admin"
2586
  msgid "form field"
@@ -5653,7 +5683,7 @@ msgid ""
5653
  "appropriately."
5654
  msgstr ""
5655
 
5656
- #: includes/class-fees-api.php:61
5657
  msgctxt "fees-api"
5658
  msgid "Free Listing"
5659
  msgstr ""
@@ -6239,7 +6269,7 @@ msgid "Social Site (Other)"
6239
  msgstr ""
6240
 
6241
  #: includes/fields/class-fieldtypes-social.php:95
6242
- #: includes/fields/class-fieldtypes-url.php:152
6243
  msgctxt "form-fields api"
6244
  msgid "URL:"
6245
  msgstr ""
@@ -6284,7 +6314,7 @@ msgctxt "form-fields api"
6284
  msgid "URL Field"
6285
  msgstr ""
6286
 
6287
- #: includes/fields/class-fieldtypes-url.php:164
6288
  msgctxt "form-fields api"
6289
  msgid "Link Text (optional):"
6290
  msgstr ""
@@ -6944,16 +6974,6 @@ msgctxt "templates"
6944
  msgid "Image height:"
6945
  msgstr ""
6946
 
6947
- #: templates/submit-listing-images.tpl.php:5
6948
- msgctxt "templates"
6949
- msgid "Current Images"
6950
- msgstr ""
6951
-
6952
- #: templates/submit-listing-images.tpl.php:8
6953
- msgctxt "templates"
6954
- msgid "There are no images currently attached to your listing."
6955
- msgstr ""
6956
-
6957
  #: includes/gateways/class-gateway-authorize-net.php:20
6958
  msgctxt "authorize-net"
6959
  msgid "Authorize.net"
@@ -8115,7 +8135,7 @@ msgctxt "widgets"
8115
  msgid "Display the following fields in the form."
8116
  msgstr ""
8117
 
8118
- #: includes/widgets/widget-search.php:108
8119
  msgctxt "widgets"
8120
  msgid "Search"
8121
  msgstr ""
@@ -8131,128 +8151,6 @@ msgctxt "admin forms"
8131
  msgid "required"
8132
  msgstr ""
8133
 
8134
- #: templates/admin/fees-index.tpl.php:132
8135
- msgctxt "admin sidebar"
8136
- msgid "PayPal Gateway Module"
8137
- msgstr ""
8138
-
8139
- #: templates/admin/fees-index.tpl.php:133
8140
- msgctxt "admin sidebar"
8141
- msgid "2Checkout Gateway Module"
8142
- msgstr ""
8143
-
8144
- #: templates/admin/fees-index.tpl.php:134
8145
- msgctxt "admin sidebar"
8146
- msgid "PayFast Payment Module"
8147
- msgstr ""
8148
-
8149
- #: templates/admin/fees-index.tpl.php:135
8150
- msgctxt "admin sidebar"
8151
- msgid "Stripe Payment Module"
8152
- msgstr ""
8153
-
8154
- #: templates/admin/sidebar.tpl.php:40
8155
- msgctxt "admin sidebar"
8156
- msgid "Get a Premium Module"
8157
- msgstr ""
8158
-
8159
- #: templates/admin/sidebar.tpl.php:43 templates/admin/sidebar.tpl.php:62
8160
- msgctxt "admin sidebar"
8161
- msgid "best deal"
8162
- msgstr ""
8163
-
8164
- #: templates/admin/sidebar.tpl.php:43
8165
- msgctxt "admin sidebar"
8166
- msgid "Combo Pack"
8167
- msgstr ""
8168
-
8169
- #: templates/admin/sidebar.tpl.php:43
8170
- msgctxt "admin sidebar"
8171
- msgid "(All Modules)"
8172
- msgstr ""
8173
-
8174
- #: templates/admin/sidebar.tpl.php:59
8175
- msgctxt "admin sidebar"
8176
- msgid "Get a Directory Theme"
8177
- msgstr ""
8178
-
8179
- #: templates/admin/sidebar.tpl.php:62
8180
- msgctxt "admin sidebar"
8181
- msgid "Theme Pack"
8182
- msgstr ""
8183
-
8184
- #: templates/admin/sidebar.tpl.php:62
8185
- msgctxt "admin sidebar"
8186
- msgid "(All Themes)"
8187
- msgstr ""
8188
-
8189
- #: templates/admin/sidebar.tpl.php:78
8190
- msgctxt "admin sidebar"
8191
- msgid "Found a bug? Need support?"
8192
- msgstr ""
8193
-
8194
- #: templates/admin/sidebar.tpl.php:85
8195
- msgctxt "admin sidebar"
8196
- msgid "If you've found a bug or need support <a>let us know!</a>"
8197
- msgstr ""
8198
-
8199
- #: templates/admin/sidebar.tpl.php:90
8200
- msgctxt "admin sidebar"
8201
- msgid "Full plugin documentation"
8202
- msgstr ""
8203
-
8204
- #: templates/admin/sidebar.tpl.php:91
8205
- msgctxt "admin sidebar"
8206
- msgid "Quick Start Guide"
8207
- msgstr ""
8208
-
8209
- #: templates/admin/sidebar.tpl.php:92
8210
- msgctxt "admin sidebar"
8211
- msgid "Video Tutorials"
8212
- msgstr ""
8213
-
8214
- #: templates/admin/sidebar.tpl.php:100
8215
- msgctxt "admin sidebar"
8216
- msgid "Installed Modules"
8217
- msgstr ""
8218
-
8219
- #: templates/admin/sidebar.tpl.php:111 templates/admin/sidebar.tpl.php:120
8220
- msgctxt "admin sidebar"
8221
- msgid "Installed"
8222
- msgstr ""
8223
-
8224
- #: templates/admin/sidebar.tpl.php:113 templates/admin/sidebar.tpl.php:120
8225
- msgctxt "admin sidebar"
8226
- msgid "Not Installed"
8227
- msgstr ""
8228
-
8229
- #: templates/admin/sidebar.tpl.php:119
8230
- msgctxt "admin sidebar"
8231
- msgid "Enhanced Categories Module"
8232
- msgstr ""
8233
-
8234
- #: templates/admin/fees-index.tpl.php:147
8235
- msgctxt "admin templates"
8236
- msgid ""
8237
- "It does not appear you have any of the payment gateway modules enabled. "
8238
- "Either <a>enable the default Authorize.net gateway</a> with your account "
8239
- "info, or purchase a different payment gateway module in order to charge a "
8240
- "fee for listings. To purchase additional payment gateways use the buttons "
8241
- "below or visit %s."
8242
- msgstr ""
8243
-
8244
- #: templates/admin/fees-index.tpl.php:166
8245
- msgctxt "admin templates"
8246
- msgid "Already installed."
8247
- msgstr ""
8248
-
8249
- #: templates/admin/fees-index.tpl.php:173
8250
- msgctxt "admin templates"
8251
- msgid ""
8252
- "You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your "
8253
- "users."
8254
- msgstr ""
8255
-
8256
  #: templates/admin/home.tpl.php:12
8257
  msgctxt "admin home"
8258
  msgid "Welcome to Business Directory Plugin. You are using %s."
@@ -8492,6 +8390,36 @@ msgctxt "settings email"
8492
  msgid "Save Changes"
8493
  msgstr ""
8494
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8495
  #: templates/admin/themes-delete-confirm.tpl.php:1
8496
  #: templates/admin/themes-delete-confirm.tpl.php:13
8497
  msgctxt "themes admin"
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 5.7.4-beta.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
+ "POT-Creation-Date: 2020-09-25 21:07:19+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
28
 
29
  #: includes/admin/class-admin-listings.php:225
30
  #: includes/admin/class-listing-owner.php:91
31
+ #: includes/helpers/class-listing-owner.php:91
32
  msgid "Listing Owner"
33
  msgstr ""
34
 
70
 
71
  #: includes/admin/class-listing-owner.php:66
72
  #: includes/admin/class-listing-owner.php:93
73
+ #: includes/helpers/class-listing-owner.php:66
74
+ #: includes/helpers/class-listing-owner.php:93
 
75
  msgid "Please select a user"
76
  msgstr ""
77
 
397
  msgid "ZIP Code"
398
  msgstr ""
399
 
400
+ #: includes/functions.php:554 templates/admin/fees-index.tpl.php:72
401
+ #: templates/admin/fees-index.tpl.php:85 templates/admin/fees-index.tpl.php:106
402
  msgid "Free"
403
  msgstr ""
404
 
469
  "your setup."
470
  msgstr ""
471
 
472
+ #: templates/admin/fees-index.tpl.php:7
473
+ msgid "Add New Listing Fee"
474
+ msgstr ""
475
+
476
+ #: templates/admin/fees-index.tpl.php:16
477
+ msgid "Payments are currently turned off."
478
+ msgstr ""
479
+
480
+ #: templates/admin/fees-index.tpl.php:20
481
+ #. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
482
  msgid ""
483
+ "To manage fees you need to go to the %1$sManage Options - Payment%2$s page "
484
  "and check the box next to 'Turn On Payments' under 'Payment Settings'."
485
  msgstr ""
486
 
487
+ #: templates/admin/fees-index.tpl.php:34
488
+ msgid "Order fees on the frontend by:"
489
+ msgstr ""
490
+
491
+ #: templates/admin/fees-index.tpl.php:44
492
+ msgid "↑ Ascending"
493
+ msgstr ""
494
+
495
+ #: templates/admin/fees-index.tpl.php:45
496
+ msgid "↓ Descending"
497
+ msgstr ""
498
+
499
+ #: templates/admin/fees-index.tpl.php:53
500
+ msgid "Drag and drop to re-order fees."
501
+ msgstr ""
502
+
503
+ #: templates/admin/fees-index.tpl.php:71
504
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
505
+ #. opening <a> tag, %3$s is a closing </a> tag.
506
+ msgid ""
507
+ "These are all of the fee plans displayed to the user when they place a "
508
+ "listing. Your current mode of \"%1$s\" restricts what you see here. Those "
509
+ "on the %2$sNot Available%3$s filter will become active when you change the "
510
+ "payment mode."
511
+ msgstr ""
512
+
513
+ #: templates/admin/fees-index.tpl.php:72 templates/admin/fees-index.tpl.php:85
514
+ #: templates/admin/fees-index.tpl.php:106
515
+ msgid "Paid"
516
+ msgstr ""
517
+
518
+ #: templates/admin/fees-index.tpl.php:84
519
+ #. translators: %s is directory payment mode (Free or Paid)
520
+ msgid ""
521
+ "These are all of the fee plans that aren't available because you're in "
522
+ "\"%s\" mode. Those on the Active filter will become Not Available when you "
523
+ "change the payment mode."
524
+ msgstr ""
525
+
526
+ #: templates/admin/fees-index.tpl.php:93
527
+ msgid ""
528
+ "These fee plans were disabled by the admin and will not show to the end "
529
+ "user regardless of mode until you enable them."
530
+ msgstr ""
531
+
532
+ #: templates/admin/fees-index.tpl.php:105
533
+ #. translators: %1$s is directory payment mode (Free or Paid), %2$s is a
534
+ #. opening <a> tag, %3$s is a closing </a> tag.
535
+ msgid ""
536
+ "These are all of the fee plans you have configured. Not all of them are "
537
+ "available for the current mode (currently set to \"%1$s\"). To see the fee "
538
+ "plans for this mode click %2$sActive%3$s."
539
+ msgstr ""
540
+
541
+ #: templates/admin/fees-index.tpl.php:135
542
+ msgid "Set up a payment gateway to charge a fee for listings"
543
+ msgstr ""
544
+
545
+ #: templates/admin/fees-index.tpl.php:137
546
+ msgid "Add a payment gateway to increase conversion rates"
547
+ msgstr ""
548
+
549
+ #: templates/admin/fees-index.tpl.php:155
550
+ #. translators: %s: payment gateway name */
551
+ msgid "Add the %s gateway as a payment option."
552
+ msgstr ""
553
+
554
+ #: templates/admin/fees-index.tpl.php:161
555
+ msgid "Upgrade"
556
+ msgstr ""
557
+
558
+ #: templates/admin/fees-index.tpl.php:169
559
+ msgid "Set up Authorize.net as a payment option."
560
+ msgstr ""
561
+
562
+ #: templates/admin/fees-index.tpl.php:172
563
+ msgid "Set Up"
564
+ msgstr ""
565
+
566
  #: templates/admin/home.tpl.php:54
567
  msgid "Manage Options"
568
  msgstr ""
614
  msgstr ""
615
 
616
  #: templates/admin/sidebar.tpl.php:3
617
+ msgid "Category Images"
618
  msgstr ""
619
 
620
  #: templates/admin/sidebar.tpl.php:4
621
+ msgid "PayPal Payments"
622
  msgstr ""
623
 
624
  #: templates/admin/sidebar.tpl.php:5
625
+ msgid "Google Maps"
626
  msgstr ""
627
 
628
  #: templates/admin/sidebar.tpl.php:6
629
+ msgid "Regions"
630
  msgstr ""
631
 
632
  #: templates/admin/sidebar.tpl.php:7
633
+ msgid "ZIP Code Search"
634
  msgstr ""
635
 
636
  #: templates/admin/sidebar.tpl.php:8
637
+ msgid "Ratings"
638
  msgstr ""
639
 
640
  #: templates/admin/sidebar.tpl.php:9
641
+ msgid "Stripe Payments"
642
  msgstr ""
643
 
644
  #: templates/admin/sidebar.tpl.php:10
645
+ msgid "Featured Levels"
646
  msgstr ""
647
 
648
  #: templates/admin/sidebar.tpl.php:11
649
+ msgid "Claim Listings"
650
  msgstr ""
651
 
652
  #: templates/admin/sidebar.tpl.php:12
653
+ msgid "File Upload"
654
  msgstr ""
655
 
656
  #: templates/admin/sidebar.tpl.php:13
657
+ msgid "Discount Codes"
658
  msgstr ""
659
 
660
  #: templates/admin/sidebar.tpl.php:17
685
  msgid "Like this plugin?"
686
  msgstr ""
687
 
688
+ #: templates/admin/sidebar.tpl.php:40
689
+ msgid "Make better directories"
690
+ msgstr ""
691
+
692
+ #: templates/admin/sidebar.tpl.php:53 templates/admin/sidebar.tpl.php:74
693
  msgid "new"
694
  msgstr ""
695
 
696
+ #: templates/admin/sidebar.tpl.php:59
697
+ msgid "Upgrade Now"
698
+ msgstr ""
699
+
700
  #: templates/admin/themes-install.tpl.php:21
701
  msgid "Business Directory Theme archive (ZIP file)"
702
  msgstr ""
705
  msgid "← Return to Directory"
706
  msgstr ""
707
 
708
+ #: templates/submit-listing-images.tpl.php:5
709
+ msgid "Current Images"
710
+ msgstr ""
711
+
712
+ #: templates/submit-listing-images.tpl.php:8
713
+ msgid "There are no images currently attached to your listing."
714
+ msgstr ""
715
+
716
  #. Author URI of the plugin/theme
717
  msgid "https://businessdirectoryplugin.com"
718
  msgstr ""
1326
  msgid "You're all set. Visit your new <a>Business Directory</a> page."
1327
  msgstr ""
1328
 
1329
+ #: includes/admin/class-admin.php:470
1330
  msgctxt "admin"
1331
  msgid "Untitled Menu"
1332
  msgstr ""
1333
 
1334
+ #: includes/admin/class-admin.php:795
1335
  msgctxt "admin"
1336
  msgid "Dismiss this notice."
1337
  msgstr ""
1338
 
1339
+ #: includes/admin/class-admin.php:834 includes/admin/class-admin.php:844
1340
  msgctxt "admin"
1341
  msgid "The listing has been updated."
1342
  msgid_plural "The listings have been updated."
1343
  msgstr[0] ""
1344
  msgstr[1] ""
1345
 
1346
+ #: includes/admin/class-admin.php:870
1347
  msgctxt "admin"
1348
  msgid "The fee was successfully assigned."
1349
  msgstr ""
1350
 
1351
+ #: includes/admin/class-admin.php:880
1352
  msgctxt "admin"
1353
  msgid "Listing was renewed."
1354
  msgid_plural "Listings were renewed."
1355
  msgstr[0] ""
1356
  msgstr[1] ""
1357
 
1358
+ #: includes/admin/class-admin.php:892
1359
  msgctxt "admin"
1360
  msgid "Renewal email sent."
1361
  msgstr ""
1362
 
1363
+ #: includes/admin/class-admin.php:896
1364
  msgctxt "admin"
1365
  msgid ""
1366
  "Could not send renewal email, notice template at listing expiration not "
1367
  "found."
1368
  msgstr ""
1369
 
1370
+ #: includes/admin/class-admin.php:903
1371
  msgctxt "admin"
1372
  msgid "Listing report deleted."
1373
  msgid_plural "Listing reports deleted."
1374
  msgstr[0] ""
1375
  msgstr[1] ""
1376
 
1377
+ #: includes/admin/class-admin.php:951
1378
  msgctxt "admin"
1379
  msgid "Access keys sent."
1380
  msgstr ""
1381
 
1382
+ #: includes/admin/class-admin.php:953
1383
  msgctxt "admin"
1384
  msgid "The access keys couldn't be sent."
1385
  msgstr ""
1386
 
1387
+ #: includes/admin/class-admin.php:1025 includes/admin/class-admin.php:1033
1388
  msgctxt "admin"
1389
  msgid "Listing Count"
1390
  msgstr ""
1391
 
1392
+ #: includes/admin/class-admin.php:1098
1393
  msgctxt "admin"
1394
  msgid ""
1395
  "<b>Business Directory Plugin</b> requires a page with the "
1396
  "<tt>[businessdirectory]</tt> shortcode to function properly."
1397
  msgstr ""
1398
 
1399
+ #: includes/admin/class-admin.php:1100
1400
  msgctxt "admin"
1401
  msgid ""
1402
  "You can create this page by yourself or let Business Directory do this for "
1403
  "you automatically."
1404
  msgstr ""
1405
 
1406
+ #: includes/admin/class-admin.php:1105
1407
  msgctxt "admin"
1408
  msgid "Create required pages for me"
1409
  msgstr ""
1410
 
1411
+ #: includes/admin/class-admin.php:1139
1412
  msgctxt "admin"
1413
  msgid ""
1414
  "<strong>Business Directory Plugin</strong> requires <strong>PHP "
1417
  "prevent any issues with the plugin."
1418
  msgstr ""
1419
 
1420
+ #: includes/admin/class-admin.php:1163
1421
  msgctxt "admin"
1422
  msgid ""
1423
  "We noticed you want your Business Directory users to register before "
1782
  msgid "Settings"
1783
  msgstr ""
1784
 
1785
+ #: includes/admin/class-admin.php:1023
1786
  msgctxt "admin category id"
1787
  msgid "ID"
1788
  msgstr ""
2611
  msgid "Save Changes"
2612
  msgstr ""
2613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2614
  #: includes/admin/form-fields.php:22
2615
  msgctxt "form-fields admin"
2616
  msgid "form field"
5683
  "appropriately."
5684
  msgstr ""
5685
 
5686
+ #: includes/class-fees-api.php:62
5687
  msgctxt "fees-api"
5688
  msgid "Free Listing"
5689
  msgstr ""
6269
  msgstr ""
6270
 
6271
  #: includes/fields/class-fieldtypes-social.php:95
6272
+ #: includes/fields/class-fieldtypes-url.php:157
6273
  msgctxt "form-fields api"
6274
  msgid "URL:"
6275
  msgstr ""
6314
  msgid "URL Field"
6315
  msgstr ""
6316
 
6317
+ #: includes/fields/class-fieldtypes-url.php:169
6318
  msgctxt "form-fields api"
6319
  msgid "Link Text (optional):"
6320
  msgstr ""
6974
  msgid "Image height:"
6975
  msgstr ""
6976
 
 
 
 
 
 
 
 
 
 
 
6977
  #: includes/gateways/class-gateway-authorize-net.php:20
6978
  msgctxt "authorize-net"
6979
  msgid "Authorize.net"
8135
  msgid "Display the following fields in the form."
8136
  msgstr ""
8137
 
8138
+ #: includes/widgets/widget-search.php:107
8139
  msgctxt "widgets"
8140
  msgid "Search"
8141
  msgstr ""
8151
  msgid "required"
8152
  msgstr ""
8153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8154
  #: templates/admin/home.tpl.php:12
8155
  msgctxt "admin home"
8156
  msgid "Welcome to Business Directory Plugin. You are using %s."
8390
  msgid "Save Changes"
8391
  msgstr ""
8392
 
8393
+ #: templates/admin/sidebar.tpl.php:66
8394
+ msgctxt "admin sidebar"
8395
+ msgid "Get a Directory Theme"
8396
+ msgstr ""
8397
+
8398
+ #: templates/admin/sidebar.tpl.php:84
8399
+ msgctxt "admin sidebar"
8400
+ msgid "Found a bug? Need support?"
8401
+ msgstr ""
8402
+
8403
+ #: templates/admin/sidebar.tpl.php:91
8404
+ msgctxt "admin sidebar"
8405
+ msgid "If you've found a bug or need support <a>let us know!</a>"
8406
+ msgstr ""
8407
+
8408
+ #: templates/admin/sidebar.tpl.php:96
8409
+ msgctxt "admin sidebar"
8410
+ msgid "Full plugin documentation"
8411
+ msgstr ""
8412
+
8413
+ #: templates/admin/sidebar.tpl.php:97
8414
+ msgctxt "admin sidebar"
8415
+ msgid "Quick Start Guide"
8416
+ msgstr ""
8417
+
8418
+ #: templates/admin/sidebar.tpl.php:98
8419
+ msgctxt "admin sidebar"
8420
+ msgid "Video Tutorials"
8421
+ msgstr ""
8422
+
8423
  #: templates/admin/themes-delete-confirm.tpl.php:1
8424
  #: templates/admin/themes-delete-confirm.tpl.php:13
8425
  msgctxt "themes admin"
templates/admin/fees-index.tpl.php CHANGED
@@ -1,21 +1,28 @@
1
  <?php
 
2
  echo wpbdp_admin_header(
3
  null,
4
  'admin-fees',
5
  array(
6
- array( _x( 'Add New Listing Fee', 'fees admin', 'business-directory-plugin' ), esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=add-fee' ) ) ),
7
  )
8
  );
9
  ?>
10
  <?php wpbdp_admin_notices(); ?>
11
 
12
  <?php if ( ! wpbdp_get_option( 'payments-on' ) ) : ?>
13
- <div class="wpbdp-note"><p>
14
- <?php _ex('Payments are currently turned off.', 'fees admin', 'business-directory-plugin' ); ?><br />
15
- <?php echo str_replace( '<a>',
16
- '<a href="' . admin_url( 'admin.php?page=wpbdp_settings&tab=payment' ) . '">',
17
- __( 'To manage fees you need to go to the <a>Manage Options - Payment</a> page and check the box next to \'Turn On Payments\' under \'Payment Settings\'.',
18
- 'business-directory-plugin' ) ); ?></p>
 
 
 
 
 
 
19
  </div>
20
  <?php endif; ?>
21
 
@@ -24,26 +31,26 @@
24
  <form>
25
  <input type="hidden" name="action" value="wpbdp-admin-fees-set-order" />
26
  <?php wp_nonce_field( 'change fees order' ); ?>
27
- <b><?php _ex( 'Order fees on the frontend by:', 'fees admin', 'business-directory-plugin' ); ?></b><br />
28
  <select name="fee_order[method]">
29
  <?php foreach ( $order_options as $k => $l ) : ?>
30
- <option value="<?php echo $k; ?>" <?php echo ( $k == $current_order['method'] ) ? 'selected="selected"' : ''; ?> ><?php echo $l; ?></option>
31
  <?php endforeach; ?>
32
  </select>
33
 
34
  <select name="fee_order[order]" style="<?php echo ( 'custom' == $current_order['method'] ) ? 'display: none;' : ''; ?>">
35
  <?php
36
  foreach ( array(
37
- 'asc' => _x( '↑ Ascending', 'fees admin', 'business-directory-plugin' ),
38
- 'desc' => _x( '↓ Descending', 'fees admin', 'business-directory-plugin' ),
39
  ) as $o => $l ) :
40
  ?>
41
- <option value="<?php echo $o; ?>" <?php echo ( $o == $current_order['order'] ) ? 'selected="selected"' : ''; ?> ><?php echo $l; ?></option>
42
  <?php endforeach; ?>
43
  </select>
44
 
45
  <?php if ( 'custom' == $current_order['method'] ) : ?>
46
- <span><?php _ex( 'Drag and drop to re-order fees.', 'fees admin', 'business-directory-plugin' ); ?></span>
47
  <?php endif; ?>
48
 
49
  </form>
@@ -60,16 +67,11 @@
60
  ?>
61
  <?php
62
  printf(
63
- str_replace(
64
- '<a>',
65
- '<a href="' . add_query_arg( 'fee_status', 'unavailable' ) . '">',
66
- _x(
67
- 'These are all of the fee plans displayed to the user when they place a listing. Your current mode of "%s" restricts what you see here. Those on the <a>Not Available</a> filter will become active when you change the payment mode.',
68
- 'fees admin',
69
- 'business-directory-plugin'
70
- )
71
- ),
72
- wpbdp_payments_possible() ? _x( 'Paid', 'fees admin', 'business-directory-plugin' ) : _x( 'Free', 'fees admin', 'business-directory-plugin' )
73
  );
74
  ?>
75
  <?php break; ?>
@@ -78,12 +80,9 @@
78
  ?>
79
  <?php
80
  printf(
81
- _x(
82
- 'These are all of the fee plans that aren\'t available because you\'re in "%s" mode. Those on the Active filter will become Not Available when you change the payment mode.',
83
- 'fees admin',
84
- 'business-directory-plugin'
85
- ),
86
- wpbdp_payments_possible() ? _x( 'Paid', 'fees admin', 'business-directory-plugin' ) : _x( 'Free', 'fees admin', 'business-directory-plugin' )
87
  );
88
  ?>
89
  <?php break; ?>
@@ -91,11 +90,7 @@
91
  case 'disabled':
92
  ?>
93
  <?php
94
- _ex(
95
- 'These fee plans were disabled by the admin and will not show to the end user regardless of mode until you enable them.',
96
- 'fees admin',
97
- 'business-directory-plugin'
98
- );
99
  ?>
100
  <?php break; ?>
101
  <?php
@@ -105,17 +100,12 @@
105
  default:
106
  ?>
107
  <?php
108
- printf(
109
- str_replace(
110
- '<a>',
111
- '<a href="' . add_query_arg( 'fee_status', 'active' ) . '">',
112
- _x(
113
- 'These are all of the fee plans you have configured. Not all of them are available for the current mode (currently set to "%s"). To see the fee plans for this mode click <a>Active</a>.',
114
- 'fees admin',
115
- 'business-directory-plugin'
116
- )
117
- ),
118
- wpbdp_payments_possible() ? _x( 'Paid', 'fees admin', 'business-directory-plugin' ) : _x( 'Free', 'fees admin', 'business-directory-plugin' )
119
  );
120
  ?>
121
  <?php break; ?>
@@ -129,60 +119,61 @@
129
  <hr />
130
  <?php
131
  $modules = array(
132
- array( 'paypal', 'paypal-gateway-module', _x( 'PayPal Gateway Module', 'admin sidebar', 'business-directory-plugin' ), 'PayPal' ),
133
- array( '2checkout', '2checkout-gateway-module', _x( '2Checkout Gateway Module', 'admin sidebar', 'business-directory-plugin' ), '2Checkout' ),
134
- array( 'payfast', 'payfast-payment-module', _x( 'PayFast Payment Module', 'admin sidebar', 'business-directory-plugin' ), 'PayFast' ),
135
- array( 'stripe', 'stripe-payment-module', _x( 'Stripe Payment Module', 'admin sidebar', 'business-directory-plugin' ), 'Stripe' ),
136
  );
137
 
138
  global $wpbdp;
139
  ?>
140
- <?php if ( ! wpbdp_payments_possible() ) : ?>
141
- <p>
142
- <?php
143
- echo str_replace(
144
- '<a>',
145
- '<a href="' . admin_url( 'admin.php?page=wpbdp_settings&tab=payment' ) . '">',
146
- sprintf(
147
- _x( 'It does not appear you have any of the payment gateway modules enabled. Either <a>enable the default Authorize.net gateway</a> with your account info, or purchase a different payment gateway module in order to charge a fee for listings. To purchase additional payment gateways use the buttons below or visit %s.', 'admin templates', 'business-directory-plugin' ),
148
- '<a href="http://businessdirectoryplugin.com/premium-modules/" target="_blank" rel="noopener">http://businessdirectoryplugin.com/premium-modules/</a>'
149
- )
150
- );
151
- ?>
152
- </p>
153
- <?php endif; ?>
154
 
155
- <div class="purchase-gateways cf">
 
 
 
 
 
 
 
 
 
 
 
156
  <?php
157
  foreach ( $modules as $mod_info ) :
 
 
 
158
  ?>
159
- <div class="gateway <?php echo $mod_info[0]; ?> <?php echo wpbdp_has_module( $mod_info[0] ) ? 'installed' : ''; ?>">
160
- <a href="http://businessdirectoryplugin.com/downloads/<?php echo $mod_info[1]; ?>/?ref=wp" target="_blank" rel="noopener">
161
- <img src="<?php echo WPBDP_URL; ?>assets/images/<?php echo $mod_info[1]; ?>.png" class="gateway-logo"><br />
162
- <a href="http://">
163
- </a>
164
- <?php if ( wpbdp_has_module( $mod_info[0] ) ) : ?>
165
- <a href="http://businessdirectoryplugin.com/downloads/<?php echo $mod_info[1]; ?>/?ref=wp"><?php echo $mod_info[2]; ?></a><br />
166
- <span class="check-mark">✓</span> <?php _ex( 'Already installed.', 'admin templates', 'business-directory-plugin' ); ?>
167
- <?php else : ?>
168
- <?php
169
- echo str_replace(
170
- '<a>',
171
- '<a href="http://businessdirectoryplugin.com/downloads/' . $mod_info[1] . '/?ref=wp" target="_blank" rel="noopener">',
172
- sprintf(
173
- _x(
174
- 'You can buy the <a>%1$s</a> to add <a>%2$s</a> as a payment option for your users.',
175
- 'admin templates',
176
- 'business-directory-plugin'
177
- ),
178
- $mod_info[2],
179
- $mod_info[3]
180
- )
181
- );
182
- ?>
183
- <?php endif; ?>
184
  </div>
185
  <?php endforeach; ?>
 
 
 
 
 
 
 
 
 
 
 
186
  </div>
187
 
188
- <?php echo wpbdp_admin_footer(); ?>
1
  <?php
2
+ // phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
3
  echo wpbdp_admin_header(
4
  null,
5
  'admin-fees',
6
  array(
7
+ array( __( 'Add New Listing Fee', 'business-directory-plugin' ), esc_url( admin_url( 'admin.php?page=wpbdp-admin-fees&wpbdp-view=add-fee' ) ) ),
8
  )
9
  );
10
  ?>
11
  <?php wpbdp_admin_notices(); ?>
12
 
13
  <?php if ( ! wpbdp_get_option( 'payments-on' ) ) : ?>
14
+ <div class="wpbdp-note">
15
+ <p>
16
+ <?php esc_html_e('Payments are currently turned off.', 'business-directory-plugin' ); ?><br />
17
+ <?php
18
+ echo sprintf(
19
+ /* translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag. */
20
+ esc_html__( 'To manage fees you need to go to the %1$sManage Options - Payment%2$s page and check the box next to \'Turn On Payments\' under \'Payment Settings\'.', 'business-directory-plugin' ),
21
+ '<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp_settings&tab=payment' ) ) . '">',
22
+ '</a>',
23
+ );
24
+ ?>
25
+ </p>
26
  </div>
27
  <?php endif; ?>
28
 
31
  <form>
32
  <input type="hidden" name="action" value="wpbdp-admin-fees-set-order" />
33
  <?php wp_nonce_field( 'change fees order' ); ?>
34
+ <b><?php esc_html_e( 'Order fees on the frontend by:', 'business-directory-plugin' ); ?></b><br />
35
  <select name="fee_order[method]">
36
  <?php foreach ( $order_options as $k => $l ) : ?>
37
+ <option value="<?php echo esc_attr( $k ); ?>" <?php echo $k == $current_order['method'] ? 'selected="selected"' : ''; ?> ><?php echo esc_html( $l ); ?></option>
38
  <?php endforeach; ?>
39
  </select>
40
 
41
  <select name="fee_order[order]" style="<?php echo ( 'custom' == $current_order['method'] ) ? 'display: none;' : ''; ?>">
42
  <?php
43
  foreach ( array(
44
+ 'asc' => __( '↑ Ascending', 'business-directory-plugin' ),
45
+ 'desc' => __( '↓ Descending', 'business-directory-plugin' ),
46
  ) as $o => $l ) :
47
  ?>
48
+ <option value="<?php echo esc_attr( $o ); ?>" <?php echo $o == $current_order['order'] ? 'selected="selected"' : ''; ?> ><?php echo esc_html( $l ); ?></option>
49
  <?php endforeach; ?>
50
  </select>
51
 
52
  <?php if ( 'custom' == $current_order['method'] ) : ?>
53
+ <span><?php esc_html_e( 'Drag and drop to re-order fees.', 'business-directory-plugin' ); ?></span>
54
  <?php endif; ?>
55
 
56
  </form>
67
  ?>
68
  <?php
69
  printf(
70
+ /* translators: %1$s is directory payment mode (Free or Paid), %2$s is a opening <a> tag, %3$s is a closing </a> tag. */
71
+ esc_html__( 'These are all of the fee plans displayed to the user when they place a listing. Your current mode of "%1$s" restricts what you see here. Those on the %2$sNot Available%3$s filter will become active when you change the payment mode.', 'business-directory-plugin' ),
72
+ wpbdp_payments_possible() ? esc_html__( 'Paid', 'business-directory-plugin' ) : esc_html__( 'Free', 'business-directory-plugin' ),
73
+ '<a href="' . esc_url( add_query_arg( 'fee_status', 'unavailable', admin_url( 'admin.php?page=wpbdp-admin-fees' ) ) ) . '">',
74
+ '</a>'
 
 
 
 
 
75
  );
76
  ?>
77
  <?php break; ?>
80
  ?>
81
  <?php
82
  printf(
83
+ /* translators: %s is directory payment mode (Free or Paid) */
84
+ esc_html__( 'These are all of the fee plans that aren\'t available because you\'re in "%s" mode. Those on the Active filter will become Not Available when you change the payment mode.', 'business-directory-plugin' ),
85
+ wpbdp_payments_possible() ? esc_html__( 'Paid', 'business-directory-plugin' ) : esc_html__( 'Free', 'business-directory-plugin' )
 
 
 
86
  );
87
  ?>
88
  <?php break; ?>
90
  case 'disabled':
91
  ?>
92
  <?php
93
+ esc_html_e( 'These fee plans were disabled by the admin and will not show to the end user regardless of mode until you enable them.', 'business-directory-plugin' );
 
 
 
 
94
  ?>
95
  <?php break; ?>
96
  <?php
100
  default:
101
  ?>
102
  <?php
103
+ echo sprintf(
104
+ /* translators: %1$s is directory payment mode (Free or Paid), %2$s is a opening <a> tag, %3$s is a closing </a> tag. */
105
+ esc_html__( 'These are all of the fee plans you have configured. Not all of them are available for the current mode (currently set to "%1$s"). To see the fee plans for this mode click %2$sActive%3$s.', 'business-directory-plugin' ),
106
+ esc_html( wpbdp_payments_possible() ? __( 'Paid', 'business-directory-plugin' ) : __( 'Free', 'business-directory-plugin' ) ),
107
+ '<a href="' . esc_url( add_query_arg( 'fee_status', 'active', admin_url( 'admin.php?page=wpbdp-admin-fees' ) ) ) . '">',
108
+ '</a>'
 
 
 
 
 
109
  );
110
  ?>
111
  <?php break; ?>
119
  <hr />
120
  <?php
121
  $modules = array(
122
+ array( 'stripe', 'stripe-payment-module', 'Stripe' ),
123
+ array( 'paypal', 'paypal-gateway-module', 'PayPal' ),
124
+ array( 'payfast', 'payfast-payment-module', 'PayFast' ),
 
125
  );
126
 
127
  global $wpbdp;
128
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
+ <div class="purchase-gateways cf postbox">
131
+ <div class="inside">
132
+ <h2 class="aligncenter">
133
+ <?php
134
+ if ( ! wpbdp_payments_possible() ) {
135
+ esc_html_e( 'Set up a payment gateway to charge a fee for listings', 'business-directory-plugin' );
136
+ } else {
137
+ esc_html_e( 'Add a payment gateway to increase conversion rates', 'business-directory-plugin' );
138
+ }
139
+ ?>
140
+ </h2>
141
+ </div>
142
  <?php
143
  foreach ( $modules as $mod_info ) :
144
+ if ( wpbdp_has_module( $mod_info[0] ) ) {
145
+ continue;
146
+ }
147
  ?>
148
+ <div class="gateway inside <?php echo esc_attr( $mod_info[0] ); ?> <?php echo wpbdp_has_module( $mod_info[0] ) ? 'installed' : ''; ?>">
149
+ <a href="https://businessdirectoryplugin.com/downloads/<?php echo esc_attr( $mod_info[1] ); ?>/?ref=wp" target="_blank" rel="noopener">
150
+ <img src="<?php echo esc_url( WPBDP_URL ); ?>assets/images/<?php echo esc_attr( $mod_info[1] ); ?>.png" class="gateway-logo">
151
+ </a><br/>
152
+ <?php
153
+ echo sprintf(
154
+ // translators: %s: payment gateway name */
155
+ esc_html__( 'Add the %s gateway as a payment option.', 'business-directory-plugin' ),
156
+ '<a href="https://businessdirectoryplugin.com/downloads/' . esc_attr( $mod_info[1] ) . '/?utm_campaign=liteplugin" target="_blank" rel="noopener">' . esc_html( $mod_info[2] ) . '</a>'
157
+ );
158
+ ?>
159
+ <p>
160
+ <a href="https://businessdirectoryplugin.com/downloads/<?php echo esc_attr( $mod_info[1] ); ?>/?utm_campaign=liteplugin" target="_blank" rel="noopener" class="button-primary">
161
+ <?php esc_html_e( 'Upgrade', 'business-directory-plugin' ); ?>
162
+ </a>
163
+ </p>
 
 
 
 
 
 
 
 
 
164
  </div>
165
  <?php endforeach; ?>
166
+ <?php if ( ! wpbdp_payments_possible() ) : ?>
167
+ <div class="gateway">
168
+ <h3>Authorize.net</h3>
169
+ <?php esc_html_e( 'Set up Authorize.net as a payment option.', 'business-directory-plugin' ); ?>
170
+ <p>
171
+ <a href="<?php echo esc_url( admin_url( 'admin.php?page=wpbdp_settings&tab=payment' ) ); ?>" class="button-primary">
172
+ <?php esc_html_e( 'Set Up', 'business-directory-plugin' ); ?>
173
+ </a>
174
+ </p>
175
+ </div>
176
+ <?php endif; ?>
177
  </div>
178
 
179
+ <?php wpbdp_admin_footer( 'echo' ); ?>
templates/admin/sidebar.tpl.php CHANGED
@@ -1,5 +1,6 @@
1
  <?php
2
  $modules = array(
 
3
  array( 'paypal', 'paypal-gateway-module', __( 'PayPal Payments', 'business-directory-plugin' ) ),
4
  array( 'googlemaps', 'google-maps-module', __( 'Google Maps', 'business-directory-plugin' ) ),
5
  array( 'regions', 'regions-module', __( 'Regions', 'business-directory-plugin' ) ),
@@ -10,7 +11,6 @@ $modules = array(
10
  array( 'claim-listings', 'claim-listings-module', __( 'Claim Listings', 'business-directory-plugin' ) ),
11
  array( 'attachments', 'file-attachments-module', __( 'File Upload', 'business-directory-plugin' ) ),
12
  array( 'discount-codes', 'discount-codes-module', __( 'Discount Codes', 'business-directory-plugin' ) ),
13
- array( 'payfast', 'payfast-payment-module', __( 'PayFast Payments', 'business-directory-plugin' ) ),
14
  );
15
 
16
  $themes = array(
@@ -37,20 +37,27 @@ $themes = array(
37
 
38
  <!-- Premium modules -->
39
  <div class="postbox premium-modules">
40
- <h3 class="hndle"><span><?php echo esc_html_x( 'Get a Premium Module', 'admin sidebar', 'business-directory-plugin' ); ?></span></h3>
41
  <div class="inside">
42
  <ul>
43
- <li class="li_link"><span class="tag best-deal"><?php echo esc_html_x( 'best deal', 'admin sidebar', 'business-directory-plugin' ); ?></span> <strong><a href="http://businessdirectoryplugin.com/premium-modules/business-directory-combo-pack/"><?php echo esc_html_x( 'Combo Pack', 'admin sidebar', 'business-directory-plugin' ); ?></a> <?php echo esc_html_x( '(All Modules)', 'admin sidebar', 'business-directory-plugin' ); ?></strong></li>
44
  <?php foreach ( $modules as $mod_info ) : ?>
 
 
 
 
 
45
  <li class="li_link">
46
  <?php
47
  if ( isset( $mod_info[3] ) && 'new' === $mod_info[3] ) :
48
  ?>
49
  <span class="tag new"><?php esc_html_e( 'new', 'business-directory-plugin' ); ?></span> <?php endif; ?>
50
- <a href="http://businessdirectoryplugin.com/downloads/<?php echo esc_attr( $mod_info[1] ); ?>/?ref=wp" target="_blank" rel="noopener"><?php echo esc_html( $mod_info[2] ); ?></a>
51
  </li>
52
  <?php endforeach; ?>
53
  </ul>
 
 
 
54
  </div>
55
  </div>
56
 
@@ -59,7 +66,6 @@ $themes = array(
59
  <h3 class="hndle"><span><?php echo esc_html_x( 'Get a Directory Theme', 'admin sidebar', 'business-directory-plugin' ); ?></span></h3>
60
  <div class="inside">
61
  <ul>
62
- <li class="li_link"><span class="tag best-deal"><?php echo esc_html_x( 'best deal', 'admin sidebar', 'business-directory-plugin' ); ?></span> <strong><a href="http://businessdirectoryplugin.com/downloads/business-directory-theme-pack/"><?php echo esc_html_x( 'Theme Pack', 'admin sidebar', 'business-directory-plugin' ); ?></a> <?php echo esc_html_x( '(All Themes)', 'admin sidebar', 'business-directory-plugin' ); ?></strong></li>
63
  <?php foreach ( $themes as $mod_info ) : ?>
64
  <li class="li_link">
65
  <?php
@@ -95,32 +101,5 @@ $themes = array(
95
  </div>
96
  <!-- /support -->
97
 
98
- <!-- Installed modules -->
99
- <div class="postbox installed-modules">
100
- <h3 class="hndle"><span><?php echo esc_html_x( 'Installed Modules', 'admin sidebar', 'business-directory-plugin' ); ?></span></h3>
101
- <div class="inside">
102
- <ul>
103
- <?php
104
- global $wpbdp;
105
- foreach ( $modules as $mod_info ) :
106
- ?>
107
- <li class="li_link">
108
- <a href="http://businessdirectoryplugin.com/downloads/<?php echo esc_attr( $mod_info[1] ); ?>/?ref=wp" target="_blank" rel="noopener"><?php echo esc_html( $mod_info[2] ); ?></a>:<br />
109
- <?php
110
- if ( wpbdp_has_module( $mod_info[0] ) ) :
111
- echo esc_html_x( 'Installed', 'admin sidebar', 'business-directory-plugin' );
112
- else :
113
- echo esc_html_x( 'Not Installed', 'admin sidebar', 'business-directory-plugin' );
114
- endif;
115
- ?>
116
- </li>
117
- <?php endforeach; ?>
118
- <li class="li_link">
119
- <a href="http://businessdirectoryplugin.com/"><?php echo esc_html_x( 'Enhanced Categories Module', 'admin sidebar', 'business-directory-plugin' ); ?></a>:<br />
120
- <?php echo wpbdp_has_module( 'categories' ) ? esc_html_x( 'Installed', 'admin sidebar', 'business-directory-plugin' ) : esc_html_x( 'Not Installed', 'admin sidebar', 'business-directory-plugin' ); ?>
121
- </li>
122
- </ul>
123
- </div>
124
- </div>
125
  </div>
126
  </div>
1
  <?php
2
  $modules = array(
3
+ array( 'categories', 'enhanced-categories', __( 'Category Images', 'business-directory-plugin' ) ),
4
  array( 'paypal', 'paypal-gateway-module', __( 'PayPal Payments', 'business-directory-plugin' ) ),
5
  array( 'googlemaps', 'google-maps-module', __( 'Google Maps', 'business-directory-plugin' ) ),
6
  array( 'regions', 'regions-module', __( 'Regions', 'business-directory-plugin' ) ),
11
  array( 'claim-listings', 'claim-listings-module', __( 'Claim Listings', 'business-directory-plugin' ) ),
12
  array( 'attachments', 'file-attachments-module', __( 'File Upload', 'business-directory-plugin' ) ),
13
  array( 'discount-codes', 'discount-codes-module', __( 'Discount Codes', 'business-directory-plugin' ) ),
 
14
  );
15
 
16
  $themes = array(
37
 
38
  <!-- Premium modules -->
39
  <div class="postbox premium-modules">
40
+ <h3 class="hndle"><span><?php esc_html_e( 'Make better directories', 'business-directory-plugin' ); ?></span></h3>
41
  <div class="inside">
42
  <ul>
 
43
  <?php foreach ( $modules as $mod_info ) : ?>
44
+ <?php
45
+ if ( wpbdp_has_module( $mod_info[0] ) ) {
46
+ continue;
47
+ }
48
+ ?>
49
  <li class="li_link">
50
  <?php
51
  if ( isset( $mod_info[3] ) && 'new' === $mod_info[3] ) :
52
  ?>
53
  <span class="tag new"><?php esc_html_e( 'new', 'business-directory-plugin' ); ?></span> <?php endif; ?>
54
+ <a href="https://businessdirectoryplugin.com/downloads/<?php echo esc_attr( $mod_info[1] ); ?>/?ref=wp" target="_blank" rel="noopener"><?php echo esc_html( $mod_info[2] ); ?></a>
55
  </li>
56
  <?php endforeach; ?>
57
  </ul>
58
+ <a href="https://businessdirectoryplugin.com/lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=sidebar" target="_blank" rel="noopener" class="button-primary">
59
+ <?php esc_html_e( 'Upgrade Now', 'business-directory-plugin' ); ?>
60
+ </a>
61
  </div>
62
  </div>
63
 
66
  <h3 class="hndle"><span><?php echo esc_html_x( 'Get a Directory Theme', 'admin sidebar', 'business-directory-plugin' ); ?></span></h3>
67
  <div class="inside">
68
  <ul>
 
69
  <?php foreach ( $themes as $mod_info ) : ?>
70
  <li class="li_link">
71
  <?php
101
  </div>
102
  <!-- /support -->
103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  </div>
105
  </div>
templates/submit-listing-images-single.tpl.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  $is_thumbnail = isset( $is_thumbnail ) ? $is_thumbnail : false;
3
 
4
- if ( isset( $image ) ) {
5
  $image_id = $image->id;
6
  $weight = $image->weight;
7
  $caption = $image->caption;
1
  <?php
2
  $is_thumbnail = isset( $is_thumbnail ) ? $is_thumbnail : false;
3
 
4
+ if ( isset( $image ) && is_object( $image ) ) {
5
  $image_id = $image->id;
6
  $weight = $image->weight;
7
  $caption = $image->caption;
templates/submit-listing-images.tpl.php CHANGED
@@ -2,25 +2,33 @@
2
  $admin = isset( $admin ) ? $admin : false;
3
  ?>
4
  <?php if ( ! $admin ): ?>
5
- <h4><?php _ex( 'Current Images', 'templates', 'business-directory-plugin' ); ?></h4>
6
  <?php endif; ?>
7
 
8
- <div id="no-images-message" style="<?php echo ( $images ? 'display: none;' : '' ); ?>"><?php _ex( 'There are no images currently attached to your listing.', 'templates', 'business-directory-plugin' ); ?></div>
9
  <div id="wpbdp-uploaded-images" class="cf">
10
 
11
  <?php
12
- foreach ( $images as $image_id ):
13
- if ( $admin ):
14
- $vars = array( 'image' => $image_id, 'listing_id' => $listing->get_id(), 'is_thumbnail' => ( 1 == count( $images ) || $thumbnail_id == $image_id->id ) );
15
- else:
16
- $vars = array( 'image_id' => $image_id,
17
- 'is_thumbnail' => ( 1 == count( $images ) || $thumbnail_id == $image_id ),
18
- 'weight' => $images_meta[ $image_id ]['order'],
19
- 'caption' => $images_meta[ $image_id ]['caption'],
20
- 'listing_id' => $listing->get_id() );
 
 
 
 
 
 
 
 
21
  endif;
22
 
23
- echo wpbdp_render( 'submit-listing-images-single', $vars, false );
24
  endforeach;
25
  ?>
26
  </div>
@@ -39,8 +47,8 @@ else:
39
  'image_max_height' => $image_max_height,
40
  'listing_id' => $listing->get_id() );
41
  endif;
42
-
43
- echo wpbdp_render( 'submit-listing-images-upload-form', $vars, false );
44
  ?>
45
 
46
  <script type="text/javascript">
2
  $admin = isset( $admin ) ? $admin : false;
3
  ?>
4
  <?php if ( ! $admin ): ?>
5
+ <h4><?php esc_html_e( 'Current Images', 'business-directory-plugin' ); ?></h4>
6
  <?php endif; ?>
7
 
8
+ <div id="no-images-message" style="<?php echo ( $images ? 'display: none;' : '' ); ?>"><?php esc_html_e( 'There are no images currently attached to your listing.', 'business-directory-plugin' ); ?></div>
9
  <div id="wpbdp-uploaded-images" class="cf">
10
 
11
  <?php
12
+ foreach ( $images as $image ):
13
+ $image_id = $image;
14
+
15
+ if ( is_object( $image ) && $image->id ) :
16
+ $image_id = $image->id;
17
+ endif;
18
+
19
+ $vars = array(
20
+ 'image' => $image,
21
+ 'listing_id' => $listing->get_id(),
22
+ 'is_thumbnail' => ( 1 == count( $images ) || $thumbnail_id == $image_id ),
23
+ 'echo' => true,
24
+ );
25
+ if ( ! $admin ):
26
+ $vars['image_id'] = $image_id;
27
+ $vars['weight'] = $images_meta[ $image_id ]['order'];
28
+ $vars['caption'] = $images_meta[ $image_id ]['caption'];
29
  endif;
30
 
31
+ wpbdp_render( 'submit-listing-images-single', $vars, false );
32
  endforeach;
33
  ?>
34
  </div>
47
  'image_max_height' => $image_max_height,
48
  'listing_id' => $listing->get_id() );
49
  endif;
50
+ $vars['echo'] = true;
51
+ wpbdp_render( 'submit-listing-images-upload-form', $vars, false );
52
  ?>
53
 
54
  <script type="text/javascript">